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

.sp {
  display: none !important;
}

.l-header {
  position: relative;
}

.l-footer {
  background: linear-gradient(to bottom, #5e574f, #2e2c27);
}
.l-footer__inner {
  margin: 0 auto;
  width: 960px;
}
.l-footer__inner .pic {
  margin: 0 auto;
  padding: 75px 0;
  width: 181.5px;
}
.l-footer__inner .list {
  display: flex;
  justify-content: center;
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.l-footer__inner .item {
  box-sizing: border-box;
  border-right: 1px solid #fff;
}
.l-footer__inner .item a {
  display: flex;
  align-items: center;
  padding: 0 17.5px;
  height: 18px;
  text-decoration: underline;
  font-size: 12px;
  color: #fff;
}
.l-footer__inner .item:last-child {
  border-right: 0;
}
.l-footer .f-copyright {
  padding: 7.5px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
  font-size: 10px;
  color: #fff;
}

.c-accordion__title {
  position: relative;
}
.c-accordion__title::before {
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  right: 5px;
  width: 24px;
  height: 10.5px;
  background: url(../../img/pc/common_accordion_bg.png) left top no-repeat;
  background-size: 24px 10.5px;
}
.c-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;
}
.c-accordion.is-open > .c-accordion__title::before {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  will-change: rotate;
}
.c-accordion.is-open .c-accordion__contents {
  will-change: transform;
}

.c-anchor {
  padding-top: 40px;
}
.c-anchor__inner {
  margin-bottom: 16px;
  text-align: center;
}

.c-arrow {
  margin: 0 auto 20px;
  width: 15px;
}

.p-box > .title {
  margin: 0 auto 60px;
}
.p-box__inner {
  margin: 0 auto;
  width: 960px;
}

.p-cv {
  background: url(../../img/pc/cv_pic.jpg) left top no-repeat;
  background-size: cover;
}
.p-cv__wrapper {
  position: relative;
  margin: 0 auto;
  width: 1160px;
  height: 345px;
}
.p-cv__inner {
  position: relative;
  padding: 48px 35px 40px;
  width: 480px;
  height: 345px;
  background: url(../../img/pc/cv_bg.png) left top no-repeat;
  background-size: 480px 406px;
  box-sizing: border-box;
}
.p-cv__inner > .title {
  margin-bottom: 28px;
  width: 407px;
}
.p-cv__inner > .text {
  position: relative;
  z-index: 1;
  text-align: justify;
  line-height: 1.2857142857;
  font-feature-settings: 'palt';
  font-size: 14px;
  color: rgba(56, 50, 49, 0.7);
}
.p-cv__inner > .text em {
  padding: 2px 5px;
  background: #fff;
  font-weight: bold;
  color: #f17c6c;
}
.p-cv__inner > .price {
  margin-top: -16px;
  width: 417px;
}
.p-cv__inner > .pic {
  position: absolute;
  right: 25px;
  left: -80px;
}

.p-cv2 {
  background: url(../../img/pc/cv2_bg.png) left top repeat-x;
  background-size: 0.5px 119.5px;
}
.p-cv2__wrapper {
  position: relative;
  margin: 0 auto;
  width: 1160px;
}
.p-cv2 .pic1 {
  position: absolute;
  top: -40px;
  left: -20px;
  width: 185.5px;
}
.p-cv2__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 160px;
  height: 119.5px;
}
.p-cv2 .pic2 {
  margin-top: 6px;
  width: 294.5px;
}
.p-cv2 .feature {
  position: relative;
  width: 331.5px;
  height: 56.5px;
  background: url(../../img/pc/cv_feature.png) left top no-repeat;
  background-size: 331.5px 56.5px;
}
.p-cv2 .feature .date {
  position: absolute;
  right: 5px;
  bottom: 2px;
  font-family: 'Futura Round', Futura, sans-serif;
  font-size: 27px;
  font-weight: 100;
  color: #f17c6c;
}
.p-cv2 .button {
  margin: 11px -20px 0 0;
}
.p-cv2 .button__item {
  width: 351px;
  height: 88.5px;
  background: url(../../img/pc/cv_button_h.png) left top no-repeat;
  background-size: 351px 88.5px;
}
.p-cv2 .button input {
  width: 351px;
  height: 88.5px;
  transition: opacity .5s ease 0s;
}
.p-cv2 .button input:hover {
  opacity: 0;
}
.p-cv2 .cap {
  position: absolute;
  right: 0;
  bottom: 13px;
  width: 687px;
}

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

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


New Creation:	2020/06/12.
Last Change:	2018/06/12.


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

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: #e2e2e3;
}

@media (max-width: 320px) {
  html {
    font-size: 10px;
  }
}
@media (min-width: 427.6666666667px) and (max-width: 1280px) {
  html {
    font-size: calc(.625rem + ((1vw - (426.6666666667px / 100)) * (100 * ((20 - 10) / (1280 - 426.6666666667)))));
  }
}
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 {
  max-width: 100%;
  height: auto;
  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__inner {
  position: relative;
  margin: 60px auto 0;
  width: 1160px;
}
.l-header__inner .pic {
  margin-bottom: 21px;
}
.l-header__inner::after {
  content: '';
  position: absolute;
  right: 30px;
  bottom: 0;
  width: 186px;
  height: 170px;
  background: url(../../img/pc/index_header_pic2.png) left top no-repeat;
  background-size: 186px;
}
.l-header__logo {
  position: absolute;
  top: -60px;
  left: 40px;
  z-index: 1;
  width: 142.5px;
}

/*----------------------------------------------------------------------
3.	original
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
	About
----------------------------------------------------------------------*/
.p-about__wrapper {
  height: 345px;
  background: url(../../img/pc/index_about_bg.png) left top no-repeat;
  background-size: cover;
}
.p-about__wrapper > .title {
  margin: 0 auto 40px;
  padding-top: 59px;
  width: 363.5px;
}
.p-about__inner {
  padding-bottom: 50px;
}
.p-about__inner .pic {
  margin: 0 auto;
  width: 840.5px;
}
.p-about .c-anchor {
  position: relative;
  background: #fff;
}
.p-about .c-anchor .pic img {
  width: 426.5px;
}
.p-about .c-anchor .pic1,
.p-about .c-anchor .pic2 {
  position: absolute;
  z-index: 1;
}
.p-about .c-anchor .pic1 {
  top: 0;
  left: 0;
  width: 201.5px;
}
.p-about .c-anchor .pic2 {
  right: 0;
  bottom: -50px;
  width: 198px;
}

/*----------------------------------------------------------------------
	Point
----------------------------------------------------------------------*/
.p-point {
  background: url(../../img/pc/index_point_bg.png) right top no-repeat #fff;
  background-size: 100%;
}
.p-point > .title {
  width: 326.5px;
}
.p-point__inner {
  display: flex;
  justify-content: space-between;
}
.p-point__inner .box {
  display: flex;
  flex-direction: column;
  width: 307px;
}
.p-point__inner .box > .title {
  order: 2;
  margin: -20px 0 15px;
}
.p-point__inner .box > .pic {
  order: 1;
}
.p-point__inner .box > .text {
  order: 3;
}
.p-point .c-anchor .pic img {
  width: 363.5px;
}

/*----------------------------------------------------------------------
	Commitment
----------------------------------------------------------------------*/
.p-commitment {
  background: url(../../img/pc/index_commitment_bg.png) left top no-repeat, rgba(227, 225, 223, 0.3);
  background-size: 100%;
}
.p-commitment > .title {
  width: 351.5px;
}
.p-commitment__inner {
  margin-bottom: 100px;
}
.p-commitment__inner .box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.p-commitment__inner .box .pic1 {
  width: 307.5px;
}
.p-commitment__inner .box .pic2 {
  width: 309px;
}
.p-commitment__inner .box .pic3 {
  width: 308px;
}
.p-commitment .doctor > .title {
  position: relative;
  z-index: 1;
  margin-left: 60px;
  width: 197px;
}
.p-commitment .doctor__inner {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: -20px;
  padding: 40px 60px;
  border: 1px solid #000;
  border-radius: 12px;
  background: #fff;
}
.p-commitment .doctor__info, .p-commitment .doctor__details {
  position: relative;
  width: 400px;
}
.p-commitment .doctor__info {
  margin-bottom: 36px;
}
.p-commitment .doctor__info .pic {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 113.5px;
}
.p-commitment .doctor__info .name {
  margin-bottom: 10px;
  text-align: right;
}
.p-commitment .doctor__info .name img {
  width: 358px;
}
.p-commitment .doctor__info .text {
  text-align: right;
}
.p-commitment .doctor__info .text img {
  width: 275px;
}
.p-commitment .doctor .biography .list,
.p-commitment .doctor .qualification .list {
  padding: 10px 0;
}
.p-commitment .doctor .biography {
  margin-bottom: 25px;
}
.p-commitment .doctor .biography .item .inner {
  display: flex;
  line-height: 1.5;
  font-size: 10px;
  color: rgba(56, 50, 49, 0.7);
}
.p-commitment .doctor .biography .item .inner__title {
  width: 15%;
}
.p-commitment .doctor .biography .item .inner__text {
  width: 85%;
}
.p-commitment .doctor .qualification .c-accordion__contents__inner {
  display: flex;
  justify-content: space-between;
}
.p-commitment .doctor .qualification .list {
  width: 48%;
}
.p-commitment .doctor .qualification .item {
  display: flex;
  line-height: 1.5;
  font-size: 10px;
  color: rgba(56, 50, 49, 0.7);
}
.p-commitment .doctor .qualification .item::before {
  content: '●';
  margin-right: 5px;
}
.p-commitment .doctor .message {
  width: 400px;
}

/*----------------------------------------------------------------------
	Voice
----------------------------------------------------------------------*/
.p-voice {
  display: block;
  padding: 60px 0 100px;
  background: #f6f4f2;
}
.p-voice > .title {
  margin: 0 auto 50px;
  width: 356.5px;
}
.p-voice__inner .scrollpanel {
  overflow: hidden;
  margin-bottom: 40px;
  height: 680px;
}
.p-voice__inner .item {
  position: relative;
  padding: 35px 44px 33px;
  min-height: 145px;
  border-bottom: 1px solid #bfbfbf;
}
.p-voice__inner .item .inner {
  position: relative;
  padding-left: 159px;
}
.p-voice__inner .item .inner__title {
  position: relative;
  margin-bottom: 35px;
  font-size: 18px;
  color: #ac9088;
}
.p-voice__inner .item .inner__title::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -25px;
  left: -50px;
  width: 88.5px;
  height: 30.5px;
  background: url(../../img/pc/index_voice_item_title_bg.png) left top no-repeat;
  background-size: 88.5px 30.5px;
}
.p-voice__inner .item .inner__text {
  background: url(../../img/pc/index_voice_item_text_bg.png) left bottom;
  background-size: 2.5px 34px;
  text-align: justify;
  line-height: 2.4285714286;
  font-size: 14px;
  color: #353230;
}
.p-voice__inner .item::before {
  content: '';
  position: absolute;
  top: 37.5px;
  left: 44px;
  width: 134.5px;
  height: 125.5px;
}
.p-voice__inner .item:nth-child(1)::before {
  background-image: url(../../img/pc/index_voice_item_bg1.png);
  background-size: 134.5px 125.5px;
}
.p-voice__inner .item:nth-child(2)::before {
  background-image: url(../../img/pc/index_voice_item_bg2.png);
  background-size: 134.5px 125.5px;
}
.p-voice__inner .item:nth-child(3)::before {
  background-image: url(../../img/pc/index_voice_item_bg3.png);
  background-size: 134.5px 125.5px;
}
.p-voice__inner .item:nth-child(4)::before {
  background-image: url(../../img/pc/index_voice_item_bg4.png);
  background-size: 134.5px 125.5px;
}
.p-voice__inner .item:nth-child(5)::before {
  background-image: url(../../img/pc/index_voice_item_bg5.png);
  background-size: 134.5px 125.5px;
}
.p-voice__inner .button {
  display: none;
  margin-top: 1.3rem;
}
.p-voice__inner .button.is-active {
  display: block;
}
.p-voice .jspScrollable {
  outline: none;
}
.p-voice .jspContainer {
  -moz-box-shadow: inset -1px 0 0 1px #c2c2c2;
  -webkit-box-shadow: inset -1px 0 0 1px #c2c2c2;
  box-shadow: inset -1px 0 0 1px #c2c2c2;
  position: relative;
}
.p-voice .jspPane {
  position: absolute;
  width: 890px;
}
.p-voice .jspVerticalBar {
  -moz-box-shadow: inset 0 0 0 1px #c2c2c2;
  -webkit-box-shadow: inset 0 0 0 1px #c2c2c2;
  box-shadow: inset 0 0 0 1px #c2c2c2;
  position: absolute;
  top: 0;
  right: 0;
  width: 17px;
  height: 100%;
  background: #fff;
}
.p-voice .jspCap {
  padding-top: 3px;
}
.p-voice .jspTrack {
  margin: 0 3px;
}
.p-voice .jspDrag {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  position: relative;
  background: #c2c2c2;
  cursor: pointer;
}

/*----------------------------------------------------------------------
	Faq
----------------------------------------------------------------------*/
.p-faq {
  display: block;
}
.p-faq > .title {
  width: 295px;
}
.p-faq__inner {
  position: relative;
  padding-bottom: 100px;
}
.p-faq__inner .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-faq__inner .item {
  position: relative;
  margin-bottom: 30px;
  width: 450px;
}
.p-faq__inner .item a {
  position: absolute;
  top: 55px;
  right: 40px;
  width: 120px;
  height: 25px;
}
.p-faq__inner .item:nth-child(5), .p-faq__inner .item:nth-child(6) {
  margin-bottom: 0;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  _::-webkit-full-page-media, _:future, :root .p-cv2 .feature .date {
    bottom: 5px;
    font-size: 24px;
  }
}

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