@charset "UTF-8";
.pc {
  display: block;
}

.sp {
  display: none;
}

.l-header {
  position: relative;
}
.l-header__logo {
  position: absolute;
  z-index: 1;
  padding: 45px 54px 0;
}
.l-header__mainvisual {
  position: relative;
  background: url(../../img/pc/mainvisual_bg.jpg) left top repeat;
  height: 889px;
}
.l-header__mainvisual .pic1 {
  position: absolute;
  top: 0;
  left: 0;
}
.l-header__mainvisual .pic2 {
  position: relative;
  margin: 0 auto;
  width: 1200px;
}

.l-footer .f-copyright {
  padding: 12px 0;
  background: #d1d1d1;
  text-align: center;
  font-size: 10px;
}

.js-accordion-title {
  position: relative;
}
.js-accordion-title::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 20.5%;
}
.js-accordion-contents {
  -moz-transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  overflow: hidden;
  height: 0;
  max-height: 0;
}
.js-accordion.is-open > .js-accordion-title::before {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  will-change: rotate;
}
.js-accordion.is-open .js-accordion-contents {
  will-change: transform;
}

.c-button {
  position: relative;
}
.c-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "リュウミン L-KL JIS2004", "Ryumin Light KL JIS2005", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  width: 286px;
  height: 52px;
  font-size: 20px;
  color: #233031;
}
.c-button.button-fix-monitor a {
  background: rgba(202, 163, 130, 0.5);
  color: rgba(35, 48, 49, 0.5);
}
.c-button.button-main-monitor {
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 2;
  bottom: 150px;
  width: 100%;
  text-align: center;
}
.c-button.button-main-monitor a {
  background: #caa382;
}
.c-button.button-main-monitor a:active {
  transform: scale(1.05, 1.05);
}

.c-clinic__title {
  float: left;
  width: 225px;
  height: 170px;
  margin-bottom: 28px;
  text-align: center;
}
.c-clinic__title::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.c-clinic__title img {
  vertical-align: middle;
}
.c-clinic__data {
  float: left;
  margin-bottom: 35px;
  width: 323px;
}
.c-clinic__item {
  margin-bottom: 20px;
}
.c-clinic__item:last-child {
  margin: 0;
}
.c-clinic__item > .title {
  position: relative;
  float: left;
  width: 68px;
  font-size: 14px;
}
.c-clinic__item > .details {
  -moz-box-shadow: inset 1px 0 0 #fff;
  -webkit-box-shadow: inset 1px 0 0 #fff;
  box-shadow: inset 1px 0 0 #fff;
  overflow: hidden;
  padding-left: 7px;
  border-left: 1px solid #a8a8a8;
  line-height: 1.2857142857;
  font-size: 14px;
}
.c-clinic__item.contact img {
  height: auto;
}
.c-clinic__item.contact a {
  color: #51504e;
}
.c-clinic__item.contact a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.c-clinic__item.contact .overseas {
  display: block;
  font-size: 12px;
}
.c-clinic__map {
  float: left;
  width: 510px;
}
.c-clinic__map > .pic {
  margin-bottom: 5px;
}
.c-clinic__map > .pic iframe {
  width: 100%;
  height: 400px;
}
.c-clinic__map .route-item {
  float: left;
  padding-left: 25px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  line-height: 1.6666666667;
  font-size: 12px;
  color: #51504e;
}
.c-clinic__map .route-item + .route-item {
  margin-left: 8px;
}
.c-clinic__map .route-item.hiroden, .c-clinic__map .route-item.astramline {
  margin: 0 8px 4px 0;
}
.c-clinic__map .hibiya {
  background-image: url(../../img/sp/logo_hibiya.svg);
}
.c-clinic__map .oedo {
  background-image: url(../../img/sp/logo_oedo.svg);
}
.c-clinic__map .jr {
  background-image: url(../../img/sp/logo_jr.svg);
}
.c-clinic__map .sakuradori {
  background-image: url(../../img/sp/logo_sakuradori.svg);
}
.c-clinic__map .nishitetsu {
  background-image: url(../../img/sp/logo_nishitetsu.svg);
}
.c-clinic__map .tenjin {
  background-image: url(../../img/sp/logo_tenjin.svg);
}
.c-clinic__map .hiroden {
  background-image: url(../../img/sp/logo_hiroden.svg);
}
.c-clinic__map .astramline {
  background-image: url(../../img/sp/logo_astramline.svg);
}

.c-cv__wrapper {
  display: flex;
  position: relative;
  z-index: 2;
  align-items: flex-end;
  flex-flow: column;
  margin: 0 auto;
  padding: 70px 0 50px;
  width: 1200px;
}
.c-cv__title, .c-cv__inner {
  width: 600px;
}
.c-cv__title {
  position: relative;
  margin-bottom: 25px;
  text-align: center;
}
.c-cv__pic {
  margin-bottom: 12px;
}
.c-cv__list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-cv__item a {
  width: 286px;
  height: 52px;
  font-size: 20px;
}
.c-cv__item.monitor {
  order: 2;
}
.c-cv__item.monitor a {
  background: #caa382;
}
.c-cv__item.counseling {
  order: 1;
  margin-right: 30px;
}
.c-cv__item.counseling > .inner > .title {
  display: flex;
  height: 30px;
  align-items: flex-end;
  margin-bottom: 5px;
}
.c-cv__item.counseling a {
  background: #c6c6c6;
}

.c-doctor__title {
  margin: 0 0 -1em 20px;
  font-size: 14px;
}
.c-doctor__pic {
  -moz-box-shadow: inset 1px 0 0 #fff;
  -webkit-box-shadow: inset 1px 0 0 #fff;
  box-shadow: inset 1px 0 0 #fff;
  margin-bottom: 13px;
  padding-left: 20px;
  border-left: 1px solid #a8a8a8;
}
.c-doctor__pic > * {
  display: table-cell;
  vertical-align: middle;
}
.c-doctor__pic .pic-img {
  width: 199px;
  font-size: 18px;
}
.c-doctor__pic .pic-name {
  width: 199px;
  font-size: 18px;
}
.c-doctor__pic .pic-name span {
  display: block;
  margin-top: 6px;
  font-size: 10px;
  color: #a7a29b;
}
.c-doctor__text {
  margin-bottom: 11px;
  text-align: justify;
  line-height: 1.5;
  font-size: 12px;
}
.c-doctor__history > .title {
  margin-bottom: 5px;
  padding: 5px;
  background: #b98c59;
  font-size: 14px;
  color: #fff;
}
.c-doctor__history .item {
  padding: 3px 0 4px;
  border-bottom: 1px solid #b9b5af;
}
.c-doctor__history .item .inner > * {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.5;
  font-size: 12px;
  color: #51504e;
}
.c-doctor__history .item .inner > .title {
  width: 50px;
  vertical-align: top;
}
.c-doctor__history .cap {
  margin-top: 10px;
}

.c-fix__navi {
  margin: 16px 0 0 20px;
}
.c-fix__navi__list {
  display: flex;
}
.c-fix__navi__item {
  margin-right: 1px;
  width: 120px;
  text-align: center;
}
.c-fix__navi__item a {
  -moz-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  padding-bottom: 15px;
  width: 120px;
  font-family: dinosaur, sans-serif;
  font-size: 13px;
  color: #fff;
  position: relative;
  display: inline-block;
  transition: color .2s ease;
}
.c-fix__navi__item a:hover::after, .c-fix__navi__item a:hover::before {
  width: 100%;
  left: 0;
}
.c-fix__navi__item a::after, .c-fix__navi__item a::before {
  content: '';
  position: absolute;
  top: calc(100% + 5px);
  width: 0;
  right: 0;
  height: 1px;
}
.c-fix__navi__item a::before {
  transition: width 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
  background: #fff;
}
.c-fix__navi__item a::after {
  transition: width 0.2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
  background: #fff;
}
.c-fix__navi__item.is-active a::after {
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 1px solid #caa382;
}
.c-fix__navi__item:last-child {
  margin-right: 0;
}
.c-fix__navi.is-fix a {
  color: #caa382;
}
.c-fix__navi.is-fix a::before {
  transition: width 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
  background: #caa382;
}
.c-fix__navi.is-fix a::after {
  transition: width 0.2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
  background: #caa382;
}

.c-title {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 1200px;
}
.c-title.is-fadein {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  animation-name: fadein;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(-15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-box {
  position: relative;
  padding-top: 140px;
}
.p-box__inner {
  margin: 0 auto;
  width: 1200px;
}
.p-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 347px;
  height: 347px;
  background: url(../../img/pc/box_bg1.png) left top no-repeat;
}

.p-canvasAll {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.p-clinic__box {
  width: 100%;
}
.p-clinic__tab {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 920px;
}
.p-clinic__tab > .list {
  display: flex;
}
.p-clinic__tab > .list > .item {
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 6px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 6px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 6px;
  -moz-border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px;
  border-radius: 8px 8px 0 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  height: 44px;
  background: url(../../img/pc/clinic_tab_item_bg.png) top left repeat-x;
}
.p-clinic__tab > .list > .item + .item {
  margin-left: 1px;
}
.p-clinic__tab > .list > .item.is-active {
  background: url(../../img/pc/clinic_tab_item_bg_a.png) top left repeat-x;
}
.p-clinic__tab > .list > .item a {
  font-size: 18px;
  color: #584f4c;
  text-shadow: 1px 1px 1px white;
  letter-spacing: 2px;
}
.p-clinic__tab > .list > .item a:after {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.p-clinic__contents {
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 6px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 6px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 6px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 920px;
  background: linear-gradient(#e3ded9, #f1efec 25%, #ffffff);
}
.p-clinic__details {
  -moz-transition: opacity 0.25s linear;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  padding: 26px;
}
.p-clinic__details-title {
  float: left;
  text-align: center;
}
.p-clinic__details.is-active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  position: static;
}
.p-clinic__details::after {
  content: '';
  display: table;
  clear: both;
}

.p-cv {
  position: relative;
  background: url(../../img/pc/cv_bg.jpg) top left no-repeat, url(../../img/pc/cv_bg2.jpg) top left repeat-x;
}

.p-doctor {
  float: right;
  width: 320px;
  color: #51504e;
}

/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name:		index.scss
Note:			トップSCSSファイル


New Creation:	2019/07/23.
Last Change:	2018/07/23.


Created By		Kosuke Inoue

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

0.	共通使用変数定義
1.	ブラウザデフォルトスタイルリセット
2.	共通部分
3.	original

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
0.	共通使用変数定義
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
ul,
ol,
dl,
form,
fieldset,
table,
address,
blockquote,
noscript,
pre,
tr,
td,
input,
textarea {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-style: normal;
}

html {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 10px;
  color: #51504e;
}

@media (max-width: 320px) {
  html {
    font-size: 10px;
  }
}
@media (min-width: 601px) and (max-width: 1200px) {
  html {
    font-size: calc(.625rem + ((1vw - (600px / 100)) * (100 * ((20 - 10) / (1200 - 600)))));
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: normal;
}

small {
  font-size: 1em;
}

mark {
  background: none;
}

fieldset {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font: 100%;
  font-size: inherit;
}

li {
  list-style-type: none;
}

dd {
  margin: 0;
}

a,
abbr,
acronym,
em,
strong,
span,
img,
sub,
sup,
input,
button,
textarea,
select,
label,
caption {
  font-weight: normal;
  font-style: normal;
}

button {
  margin: 0;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a {
  text-decoration: none;
}

img {
  border: 0;
  vertical-align: bottom;
}

caption,
th {
  text-align: left;
  font-weight: normal;
}

th,
td {
  padding: 0;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
}

textarea {
  vertical-align: top;
}

iframe {
  border: 0;
}

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

/*----------------------------------------------------------------------
2.	共通部分
----------------------------------------------------------------------*/
.l-header__mainvisual .pic1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}
.l-header__mainvisual .pic1 img {
  width: 100%;
  max-width: 1500px;
}
.l-header__mainvisual .pic2 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  top: 46%;
  z-index: 2;
  width: 100%;
  text-align: center;
}
.l-header__mainvisual .pic2.is-fadein {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  animation-name: fadein;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(-15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.l-header__mainvisual .line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: .1rem;
  background: rgba(255, 255, 255, 0.3);
}
.l-header__mainvisual .circle {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  width: 561px;
  height: 561px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
}
.l-header__fix {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  z-index: 1000;
  width: 100%;
  padding: 29px 37px 19px 54px;
  box-sizing: border-box;
}
.l-header__fix .show-head {
  display: block;
}
.l-header__fix .show-fix {
  display: none;
}
.l-header__fix.is-fix {
  position: fixed;
  background: #fff;
}
.l-header__fix.is-fix .show-head {
  display: none;
}
.l-header__fix.is-fix .show-fix {
  display: block;
}
.l-header__fix.is-fix .c-button a {
  background: #caa382;
  color: #233031;
}

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

/*----------------------------------------------------------------------
3.	original
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
	Adaptation
----------------------------------------------------------------------*/
.p-adaptation .p-box__inner {
  width: auto;
}
.p-adaptation .p-box__inner > * {
  text-align: center;
}
.p-adaptation .lead {
  margin-bottom: 60px;
  text-align: center;
}
.p-adaptation .box1 {
  position: relative;
  margin: 0 auto;
  width: 1200px;
}
.p-adaptation .box1 .loop {
  position: absolute;
  top: 0;
}
.p-adaptation .box1 .loop-list {
  position: relative;
  width: 1000px;
  height: 426px;
}
.p-adaptation .box1 .loop-item {
  position: absolute;
  animation-iteration-count: infinite;
  animation-duration: 10s;
}
.p-adaptation .box1 .loop-item:nth-child(1) {
  animation-name: slider-zoomin;
  animation-delay: -11s;
}
.p-adaptation .box1 .loop-item:nth-child(2) {
  animation-name: slider-zoomout;
  opacity: 0;
  animation-delay: -7s;
}
.p-adaptation .box1 .loop-item:nth-child(3) {
  animation-name: slider-zoomin;
  opacity: 0;
  animation-delay: -3s;
}
.p-adaptation .box1 .loop-item:nth-child(4) {
  animation-name: slider-zoomout;
  opacity: 0;
  animation-delay: 1s;
}
@keyframes slider-zoomin {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  12.5% {
    opacity: .8;
  }
  20% {
    opacity: .6;
  }
  27.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(1.3);
  }
}
@keyframes slider-zoomout {
  0% {
    opacity: 0;
    transform: scale(1.3);
  }
  12.5% {
    opacity: .8;
  }
  20% {
    opacity: .6;
  }
  27.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.p-adaptation .box1 .loop-item:nth-child(1) {
  top: 30px;
  left: 0;
}
.p-adaptation .box1 .loop-item:nth-child(2) {
  top: -30px;
  right: 0;
}
.p-adaptation .box1 .loop-item:nth-child(3) {
  bottom: 40px;
  left: 60px;
}
.p-adaptation .box1 .loop-item:nth-child(4) {
  bottom: 20px;
  right: 40px;
}
.p-adaptation .box2 {
  padding: 50px 0;
  background: #e0d6d1;
}
.p-adaptation .box2 .pic1 {
  margin-bottom: 36px;
}
.p-adaptation .box3 {
  padding: 70px 0 100px;
  background: url(../../img/pc/adaptation_bg1.png) center bottom no-repeat;
}
.p-adaptation .box3 .pic1 {
  margin-bottom: 60px;
}
.p-adaptation::before {
  content: none;
}

/*----------------------------------------------------------------------
	Case
----------------------------------------------------------------------*/
.p-case .c-title {
  margin-bottom: 70px;
}
.p-case__list {
  display: flex;
  justify-content: space-between;
}
.p-case__list__item {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: relative;
  width: 275px;
}
.p-case__list__item.is-fadein2 {
  animation-name: fadein2;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.p-case__list__item.is-fadein2:nth-child(1) {
  animation-delay: 1s;
}
.p-case__list__item.is-fadein2:nth-child(2) {
  animation-delay: 1.5s;
}
.p-case__list__item.is-fadein2:nth-child(3) {
  animation-delay: 2s;
}
.p-case__list__item.is-fadein2:nth-child(4) {
  animation-delay: 2.5s;
}
@keyframes fadein2 {
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.p-case__list__item__age {
  position: absolute;
  z-index: 10;
  top: 5px;
  right: 7px;
}
.p-case__list__item__body .icv__circle {
  width: 58px;
  height: 58px;
  border: none !important;
  background: url(../../img/pc/case_list_controller.png) center center no-repeat;
  background-size: cover;
  margin: -5px;
}
.p-case__list__item__body .icv__control-line {
  flex: 1;
  width: 1px !important;
}
.p-case__list__item__body .icv__control-line:nth-last-of-type(1) {
  flex: inherit;
  height: 10px;
}
.p-case__list__item__body .icv__theme-wrapper {
  display: none;
}
.p-case__note {
  margin-top: 12px;
}
.p-case__note__item {
  display: flex;
}
.p-case__note__item + .p-case__note__item {
  margin-top: 7px;
}
.p-case__note__item__title, .p-case__note__item__detail {
  font-size: 11px;
}
.p-case__note__item__title {
  width: 100px;
}
.p-case__note__item__detail {
  flex: 1;
}
.p-case .c-anchor {
  margin: 70px 0;
}

/*----------------------------------------------------------------------
	Merit
  Strength
----------------------------------------------------------------------*/
.p-merit .c-title,
.p-strength .c-title {
  margin-bottom: 70px;
}
.p-merit .c-anchor,
.p-strength .c-anchor {
  margin-bottom: 70px;
}
.p-merit .list,
.p-strength .list {
  display: flex;
  margin-bottom: 70px;
}
.p-merit .item,
.p-strength .item {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  flex-basis: 351px;
  margin-right: 73px;
  text-align: center;
}
.p-merit .item.is-fadein2,
.p-strength .item.is-fadein2 {
  animation-name: fadein2;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.p-merit .item.is-fadein2:nth-child(1),
.p-strength .item.is-fadein2:nth-child(1) {
  animation-delay: 1s;
}
.p-merit .item.is-fadein2:nth-child(2),
.p-strength .item.is-fadein2:nth-child(2) {
  animation-delay: 1.5s;
}
.p-merit .item.is-fadein2:nth-child(3),
.p-strength .item.is-fadein2:nth-child(3) {
  animation-delay: 2s;
}
.p-merit .item.is-fadein2:nth-child(4),
.p-strength .item.is-fadein2:nth-child(4) {
  animation-delay: 2.5s;
}
@keyframes fadein2 {
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.p-merit .item > .pic,
.p-merit .item > .title,
.p-strength .item > .pic,
.p-strength .item > .title {
  margin-bottom: 32px;
}
.p-merit .item:last-child,
.p-strength .item:last-child {
  margin-right: 0;
}

/*----------------------------------------------------------------------
	Strength
----------------------------------------------------------------------*/
.p-strength .item2 .pic {
  position: relative;
  padding-top: 218px;
}
.p-strength .item2 .pic img {
  position: absolute;
  top: 0;
  left: 0;
}
.p-strength .movie {
  margin-bottom: 32px;
}
.p-strength .movie video {
  width: 351px;
  height: 218px;
}

/*----------------------------------------------------------------------
	Price
----------------------------------------------------------------------*/
.p-price {
  background-color: #dad9d9;
  padding-bottom: 120px;
}
.p-price .c-title {
  margin-bottom: 68PX;
}
.p-price .p-box__inner {
  width: 998px;
}
.p-price .price-table {
  width: 100%;
  text-align: center;
  table-layout: fixed;
  margin-bottom: 64px;
}
.p-price .price-table thead {
  background-color: #caa382;
}
.p-price .price-table thead tr th,
.p-price .price-table thead tr td {
  height: 69px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.p-price .price-table thead tr th:last-child,
.p-price .price-table thead tr td:last-child {
  border-right: none;
}
.p-price .price-table thead tr th span,
.p-price .price-table thead tr td span {
  font-size: 12px;
}
.p-price .price-table thead tr th.treatment,
.p-price .price-table thead tr td.treatment {
  width: 286px;
}
.p-price .price-table thead tr th.contains,
.p-price .price-table thead tr td.contains {
  width: 480px;
}
.p-price .price-table tbody {
  color: #7a7b79;
  background-color: #edeceb;
}
.p-price .price-table tbody tr th,
.p-price .price-table tbody tr td {
  height: 62px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}
.p-price .price-table tbody tr th:last-child,
.p-price .price-table tbody tr td:last-child {
  border-right: none;
}
.p-price .price-table tbody tr th.treatment,
.p-price .price-table tbody tr td.treatment {
  width: 286px;
  font-size: 15px;
  text-align: left;
  padding: 0 20px;
  color: #504f4d;
  white-space: nowrap;
}
.p-price .price-table tbody tr th.treatment .pc,
.p-price .price-table tbody tr td.treatment .pc {
  display: inline;
}
.p-price .price-table tbody tr th.contains,
.p-price .price-table tbody tr td.contains {
  width: 480px;
  font-size: 12px;
  padding: 0 29px;
  text-align: left;
}
.p-price .price-table tbody tr th.contains .contains__list,
.p-price .price-table tbody tr td.contains .contains__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-price .price-table tbody tr th.contains .contains__list__item,
.p-price .price-table tbody tr td.contains .contains__list__item {
  display: flex;
  justify-content: space-between;
  width: 200px;
  text-align: left;
}
.p-price .price-table tbody tr th.contains .contains__list__item:not(:nth-child(-n+2)),
.p-price .price-table tbody tr td.contains .contains__list__item:not(:nth-child(-n+2)) {
  margin-top: 4px;
}
.p-price .price-table tbody tr th.contains .contains__list__item .item__headline:before,
.p-price .price-table tbody tr td.contains .contains__list__item .item__headline:before {
  display: inline-block;
  content: '●';
  margin-right: 5px;
}
.p-price .price-table tbody tr th.price,
.p-price .price-table tbody tr td.price {
  font-size: 17px;
  color: #504f4d;
}
.p-price .price-table tbody tr th.price .tax,
.p-price .price-table tbody tr td.price .tax {
  display: block;
  font-size: 10px;
  color: #7a7b79;
}
.p-price .price-table tbody tr th.accent,
.p-price .price-table tbody tr td.accent {
  color: #caa382;
}
.p-price .price-table tbody tr:first-child th,
.p-price .price-table tbody tr:first-child td {
  height: 37px;
}
.p-price .price-table tbody tr:first-child th.price,
.p-price .price-table tbody tr:first-child td.price {
  padding-top: 0;
}
.p-price-tab-list {
  display: flex;
  justify-content: space-between;
}
.p-price-tab-item.anesthesia.is-active {
  background-image: url(../../img/pc/price_tab_item_anesthesia_a.png);
}
.p-price-tab-item.care.is-active {
  background-image: url(../../img/pc/price_tab_item_care_a.png);
}
.p-price-tab-item.loan.is-active {
  background-image: url(../../img/pc/price_tab_item_loan_a.png);
}
.p-price-tab-item.is-active {
  border-bottom: 0;
}
.p-price-tab-item.is-active img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.p-price-tab-item:last-child {
  margin-right: 0;
}
.p-price-contents {
  position: relative;
}
.p-price-item {
  -moz-transition: opacity 0.25s linear;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #edeceb;
  line-height: 1.8571428571;
  font-size: 14px;
  color: #7a7b79;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.25);
}
.p-price-item.is-active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  position: static;
}
.p-price-item-text {
  line-height: 1.8571428571;
  font-size: 14px;
  color: #7a7b79;
}
.p-price-item.loan {
  background-image: url(../../img/pc/price_loan_bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 50px 0 15px;
}
.p-price-item.loan .p-price-item-text {
  margin-bottom: 20px;
  padding: 0 35px;
}
.p-price-item.loan .loan-item {
  display: list-item;
  padding: 5px 50px 5px 55px;
  border-top: 1px dotted #ccc;
  line-height: 33px;
  font-size: 14px;
  font-weight: bold;
  color: #504f4d;
}
.p-price-item.loan .loan-item img {
  margin-top: 5px;
}
.p-price-item.loan .loan-item .item-inner {
  display: table;
}
.p-price-item.loan .loan-item .item-title,
.p-price-item.loan .loan-item .item-text {
  display: table-cell;
}
.p-price-item.loan .loan-item .item-title {
  padding-top: 11px;
  width: 130px;
}
.p-price-item.loan .loan-item .item-title .small-text {
  font-weight: bold;
}
.p-price-item.loan .loan-item .item-text {
  padding: 10px 0 9px;
  font-weight: normal;
  line-height: 1.5;
  color: #7a7b79;
}
.p-price-item.loan .loan-item .item-text em {
  font-weight: bold;
  color: #caa382;
}
.p-price-item.loan .loan-item .item-text dl {
  line-height: 1.2857142857;
  font-size: 14px;
}
.p-price-item.loan .loan-item .item-text li {
  margin-left: 20px;
  padding: 0;
  line-height: 1.2857142857;
  font-size: 14px;
  list-style-type: decimal;
}
.p-price-item.loan .loan-item .item-text li .small-text {
  display: inline-block;
}
.p-price-item.loan .loan-item .item-text li p {
  line-height: 1.5;
  font-size: 12px;
}
.p-price-item.loan .loan-item .item-text li p::before {
  content: '◇';
}
.p-price-item.loan .loan-item .small-text {
  display: block;
  line-height: 1.75;
  font-size: 12px;
}
.p-price-item.loan .loan-item:nth-child(1) {
  background-image: url(../../img/pc/price_loan_no1.png);
  background-position: left 30px top 12px;
  background-repeat: no-repeat;
}
.p-price-item.loan .loan-item:nth-child(2) {
  background-image: url(../../img/pc/price_loan_no2.png);
  background-position: left 30px top 12px;
  background-repeat: no-repeat;
}
.p-price-item.loan .loan-item:nth-child(3) {
  background-image: url(../../img/pc/price_loan_no3.png);
  background-position: left 30px top 12px;
  background-repeat: no-repeat;
}
.p-price-item.loan .loan-item:nth-child(4) {
  background-image: url(../../img/pc/price_loan_no4.png);
  background-position: left 30px top 12px;
  background-repeat: no-repeat;
}
.p-price-item.loan .loan-item:first-child {
  letter-spacing: .5em;
}
.p-price-item.loan .loan-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.p-price-item.anesthesia {
  background-image: url(../../img/pc/price_anesthesia_bg.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  padding: 29px 70px 29px 29px;
}
.p-price-item.care .p-price-item-inner {
  display: flex;
  justify-content: space-between;
  padding: 29px 19px 29px 29px;
}
.p-price-item.care .p-price-item-text {
  width: 736px;
}
.p-price-item.care .care-text {
  line-height: 1.5714285714;
  margin-bottom: 15px;
}
.p-price-item.care .care-list__item__inner {
  display: flex;
}
.p-price-item.care .care-list__item__headline {
  width: 170px;
  line-height: 1.5714285714;
  font-weight: bold;
}
.p-price-item.care .care-list__item__headline:before {
  display: inline-block;
  content: '■';
  margin-right: 5px;
  color: #caa382;
}
.p-price-item.care .care-list__item__details {
  flex: 1;
  line-height: 1.5714285714;
}
.p-price-item.care .care-list .care-list__item + .care-list__item {
  margin-top: 15px;
}
.p-price-item.care .p-price-item-pic {
  margin-top: 9px;
}

/*----------------------------------------------------------------------
	FAQ
----------------------------------------------------------------------*/
.p-qa {
  padding: 200px 0 100px;
  width: auto;
  background: url(../../img/pc/qa_bg1.png) center top no-repeat;
  background-size: cover;
}
.p-qa .p-box__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-qa .c-title {
  position: relative;
  margin-bottom: 43px;
}
.p-qa .c-title::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -30px;
  width: 316px;
  height: 288px;
  background: url(../../img/pc/qa_bg2.png) left top no-repeat;
}
.p-qa__contents {
  display: flex;
  width: 600px;
  margin-bottom: 42px;
}
.p-qa__category__title {
  display: flex;
  margin-right: 20px;
  width: 90px;
  height: 90px;
  line-height: 1.2727272727;
  font-size: 1.1em;
  font-family: "リュウミン L-KL JIS2004", "Ryumin Light KL JIS2005", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: rgba(94, 174, 106, 0.4);
  border-radius: 50%;
}
.p-qa__list {
  flex: 1;
}
.p-qa__item {
  margin-top: 35px;
  font-family: "リュウミン L-KL JIS2004", "Ryumin Light KL JIS2005", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}
.p-qa__item__title {
  line-height: 1.2222222222;
  font-size: 1.8em;
  margin-bottom: 16px;
}
.p-qa__item__text {
  line-height: 1.9230769231;
  font-size: 1.3em;
}
.p-qa::before {
  background: url(../../img/pc/box_bg2.png) left top no-repeat;
}

/*----------------------------------------------------------------------
	About Us
----------------------------------------------------------------------*/
.p-clinic {
  padding-bottom: 0;
  background: #d9d9d8;
}
.p-clinic .p-box__wrapper {
  background: linear-gradient(160deg, #d9d9d8 87%, #bcbaba, #a09f9f);
}
.p-clinic .p-box__inner {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 100px;
}
.p-clinic .c-title {
  margin-bottom: 70px;
}
.p-clinic .pic1 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 45px;
  width: 551px;
  height: 250px;
}
.p-clinic .pic2 {
  position: relative;
  z-index: 1;
  width: 600px;
}
.p-clinic .pic3 {
  margin: -142px 0 70px;
}
.p-clinic .slick-slide img {
  width: 100%;
}
.p-clinic .slick-dots {
  bottom: 10px;
}
.p-clinic .slick-dots li button::before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  color: #fff;
}
.p-clinic .slick-dots li.slick-active button::before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  color: #c09c40;
}
.p-clinic::before {
  background: url(../../img/pc/box_bg2.png) left top no-repeat;
}
.p-clinic::after {
  content: '';
  position: absolute;
  top: 140px;
  right: 0;
  z-index: 0;
  width: 633px;
  height: 779px;
  background: url(../../img/pc/clinic_bg2.png) left top no-repeat;
}

/*----------------------------------------------------------------------
	Privacy Policy
----------------------------------------------------------------------*/
.p-privacypolicy {
  padding: 35px 0;
  background: #f3f3f3;
}
.p-privacypolicy .inner {
  margin: 0 auto;
  width: 1000px;
}
.p-privacypolicy .inner > .title {
  padding-bottom: 18px;
  text-align: center;
}
.p-privacypolicy .inner > .title::before {
  content: '>';
  display: block;
  position: absolute;
  top: 30px;
  right: 480px;
  width: 26px;
  height: 13px;
  font-size: 20px;
  transform: rotate(90deg);
}
.p-privacypolicy .inner > .contents {
  padding: 0 35px;
}
.p-privacypolicy .inner > .contents .box {
  padding-top: 35px;
}
.p-privacypolicy .inner > .contents .box__inner {
  margin-top: 25px;
}
.p-privacypolicy .inner > .contents .box__inner.first {
  margin-top: 0;
}
.p-privacypolicy .inner > .contents .box__title {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
}
.p-privacypolicy .inner > .contents p,
.p-privacypolicy .inner > .contents li {
  line-height: 1.5;
  font-size: 10px;
}
.p-privacypolicy .inner > .contents ul {
  margin-top: 10px;
}
.p-privacypolicy .inner > .contents li {
  padding-left: 30px;
  text-indent: -30px;
}
.p-privacypolicy .inner > .contents .reception {
  margin-top: 10px;
  padding-left: 10px;
  line-height: 1.5;
}
.p-privacypolicy .inner > .contents .reception__title {
  text-indent: -10px;
}
.p-privacypolicy .inner > .contents .reception .tel > * {
  display: inline-block;
  padding-top: .5rem;
}
.p-privacypolicy .inner > .contents .reception .tel a {
  color: #51504e;
}
.p-privacypolicy .inner.is-open > .title::before {
  right: 490px;
  transform: rotate(-90deg);
}

/*# sourceMappingURL=index.css.map */
