@charset "UTF-8";
/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name:
Note:


New Creation:	.
Last Change:	2018/12/06 16:12:24.


Created By		Yoshiaki Murakami

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

1.	共通使用変数定義
2.	Function
3.	Layout
4.	Object

------------------------------------------------------------------------
----------------------------------------------------------------------*/
body > .l-container {
  min-height: 100vh;
}

.pc {
  display: none !important;
}

html {
  scroll-padding-top: 16.9333333333vw;
}

:root.is-fixed {
  overflow: clip;
}

body > .l-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.p-menu {
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  width: 100%;
  z-index: 10;
}
.p-menu.is-active {
  right: 0;
}
.p-menu__contents {
  position: absolute;
  top: 0;
  right: -100%;
  bottom: 0;
  z-index: 103;
  width: 100%;
  transition: right 0.25s linear;
}
.p-menu__contents.is-active {
  right: 0;
}
.p-menu__contents__wrapper {
  overflow-y: scroll;
  margin-left: 17.3333333333%;
  width: 82.6666666667%;
  height: 100%;
  background: rgba(0,0,0,.8);
}
.p-menu__contents__inner {
  position: relative;
  box-sizing: border-box;
  width: 100%;
}
.p-menu-cv .js-accordion-contents {
  overflow: hidden;
  height: 0;
  min-height: 0;
  transition: all 0.4s ease-in;
  transform: translate3d(0, 0, 0);
}
.p-menu-cv .js-accordion.is-open > .js-accordion-button::after {
  transform: rotate(-90deg);
}
.p-menu-cv .p-menu__contents__inner {
  padding: 3rem 2rem 2.5rem;
}
.p-menu-cv__contents {
  padding-bottom: 2.5rem;
}
.p-menu-cv__contents .lead {
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
}
.p-menu-cv .tel {
  display: none;
}
.p-menu-cv .tel.is-active {
  display: block;
}
.p-menu-cv .tel .js-details__button {
  position: relative;
}
.p-menu-cv .tel .js-details__button::after {
  content: "";
  display: block;
  position: absolute;
  right: 0.7rem;
  bottom: 0.7rem;
  z-index: 10;
  padding-top: 3.7333333333vw;
  width: 3.7333333333vw;
  background: url(../../../m/img/tc_icon_arrow_1.png) center no-repeat;
  background-size: cover;
  transform: rotate(90deg);
}
.p-menu-cv .tel-list {
  padding-top: 4.1333333333vw;
}
.p-menu-cv .tel-item {
  position: relative;
}
.p-menu-cv .tel-item + .tel-item {
  margin-top: 2.6666666667vw;
}
.p-menu-cv .tel-item .item-inner {
  display: flex;
  align-items: center;
}
.p-menu-cv .tel-item .title {
  flex: 1;
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
}
.p-menu-cv .tel-item .contents {
  display: flex;
  justify-content: space-between;
}
.p-menu-cv .tel-item .contents .free {
  margin-right: 1.3333333333vw;
  width: 40vw;
}
.p-menu-cv .tel-item .contents .international {
  width: 14.6666666667vw;
}
.p-menu-cv .tel .after-business-hour-text {
  padding: 1.5rem 0;
  border-bottom: 0.2666666667vw solid #7a6f68;
  text-align: center;
  line-height: 1.5;
  font-size: 1.2rem;
  color: #bfb7b0;
}
.p-menu-cv .tel.is-opened .js-details__button::after {
  transform: rotate(-90deg);
}
.p-menu-cv .counseling {
  padding-bottom: 0;
}
.p-menu .button-close {
  position: absolute;
  top: 0;
  right: calc(82.6666666667% + 0.2666666667vw);
  width: 12.6666666667vw;
  height: 12.6666666667vw;
  background: rgba(0,0,0,.8);
}
.p-menu .button-close::before, .p-menu .button-close::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: calc(50% - 3vw);
  width: 6vw;
  border-top: 0.2666666667vw solid #d9d2cc;
}
.p-menu .button-close::before {
  transform: rotate(45deg);
}
.p-menu .button-close::after {
  transform: rotate(135deg);
}
.p-menu .js-details {
  overflow: visible;
}
.p-menu .js-details[data-anim-status=running] {
  overflow: hidden;
}
.p-menu .js-summary {
  display: block;
  list-style: none;
}
.p-menu .js-summary::-webkit-details-marker {
  display: none;
}

.p-pages .p-menu__contents__inner {
  padding: 6.6666666667vw 0 5.3333333333vw 5.3333333333vw;
}
.p-pages__item {
  position: relative;
  flex-grow: 1;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 0.2666666667vw solid rgba(255,255,255,.6);
}
.p-pages__item > * {
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  font-size: 1.4rem;
  color: #fff;
}
.p-pages__item a {
  display: flex;
  align-items: center;
  padding-right: 5.3333333333vw;
  color: #dcdddd;
}
.p-pages__item > .p-pages__link::after {
  content: "";
  display: block;
  width: 1.8666666667vw;
  height: 1.8666666667vw;
  margin-right: 0;
  margin-left: auto;
  border-top: 0.2666666667vw solid #dcdddd;
  border-right: 0.2666666667vw solid #dcdddd;
  transform: rotate(45deg);
}
.p-pages__item .p-pages__link::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 9.6vw;
  height: 13.8666666667vw;
  margin-right: 3.4666666667vw;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 9.6vw auto;
}
.p-pages__item .inner-text {
  display: flex;
  align-items: center;
}
.p-pages__item .inner-text[data-count]::after {
  content: attr(data-count);
  display: block;
  margin-left: 3.7333333333vw;
  padding: 0.25rem;
  border-radius: 0.25rem;
  background: linear-gradient(#ea7d7a 30%, #d06867);
  line-height: 1;
  font-size: 1rem;
  color: #fff;
}
.p-pages__item.trouble .p-pages__link::before {
  background-image: url(../../../m/img/header_menu_trouble_bg.png);
}
.p-pages__item.service .p-pages__link::before {
  background-image: url(../../../m/img/header_menu_service_bg.png);
}
.p-pages__item.case .p-pages__link::before {
  background-image: url(../../../m/img/header_menu_case_bg.png);
}
.p-pages__item.price .p-pages__link::before {
  background-image: url(../../../m/img/header_menu_price_bg.png);
}
.p-pages__item.campaign .p-pages__link::before {
  background-image: url(../../../m/img/header_menu_campaign_bg.png);
}
.p-pages__item.doctor .p-pages__link::before {
  background-image: url(../../../m/img/header_menu_doctor_bg.png);
}
.p-pages__item.access .p-pages__link::before {
  background-image: url(../../../m/img/header_menu_access_bg.png);
}
.p-pages__item.qa .p-pages__link::before {
  background-image: url(../../../m/img/header_menu_qa_bg.png);
}
.p-pages__item.column .p-pages__link::before {
  background-image: url(../../../m/img/header_menu_column_bg.png);
}
.p-pages__item.matome .p-pages__link::before {
  background-image: url(../../../m/img/header_menu_matome_bg.png);
}
.p-pages__item.sitemap .p-pages__link::before {
  background-image: url(../../../m/img/header_menu_sitemap_bg.png);
}
.p-pages__item.about .p-pages__link::before {
  background-image: url(../../../m/img/header_menu_about_bg.png);
}
.p-pages__item .p-details {
  display: block;
}
.p-pages__item .p-details.is-opened > .p-details__summary::before {
  opacity: 0;
}
.p-pages__item .p-details.is-opened > .p-details__summary::after {
  transform: translateY(-50%) rotate(90deg);
}
.p-pages__item .p-details__summary {
  position: relative;
  width: 100%;
}
.p-pages__item .p-details__summary::before, .p-pages__item .p-details__summary::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transition: all 0.15s linear;
}
.p-pages__item .p-details__summary::before {
  right: 5.3333333333vw;
  border-top: 0.2666666667vw solid rgba(255,255,255,.6);
  width: 3.2vw;
  transform: translateY(-50%);
}
.p-pages__item .p-details__summary::after {
  right: 6.8vw;
  border-right: 0.2666666667vw solid rgba(255,255,255,.6);
  height: 3.2vw;
  transform: translateY(-50%);
}
.p-pages__contents__list, .p-pages__subcontents__list {
  border-top: 0.2666666667vw solid rgba(255,255,255,.6);
}
.p-pages__contents__item {
  margin-left: 8.8vw;
}
.p-pages__contents__item + .p-pages__contents__item {
  border-top: 0.2666666667vw solid rgba(255,255,255,.6);
}
.p-pages__contents__item a {
  padding-top: 5.0666666667vw;
  padding-bottom: 5.0666666667vw;
  padding-left: 4.2666666667vw;
}
.p-pages__contents__item a::before {
  content: "";
  margin-right: 1.8666666667vw;
  height: 4.5333333333vw;
  border-left: 0.2666666667vw solid rgba(255,255,255,.6);
}
.p-pages__contents__item a[href]::after {
  content: "";
  display: block;
  width: 1.8666666667vw;
  height: 1.8666666667vw;
  margin-right: 0;
  margin-left: auto;
  border-top: 0.2666666667vw solid #dcdddd;
  border-right: 0.2666666667vw solid #dcdddd;
  transform: rotate(45deg);
}
.p-pages__contents__item .p-pages__contents__item {
  margin-left: 0;
}
.p-pages__contents__item .p-pages__contents__item a::before {
  border-color: transparent;
}
.p-pages__subcontents__title {
  display: flex;
  align-items: center;
  margin-left: 4vw;
}
.p-pages__subcontents__title .inner-text {
  flex-shrink: 0;
  color: #b5b5b6;
  font-weight: bold;
}
.p-pages__subcontents__title::after {
  content: "";
  width: 100%;
  margin-left: 2.6666666667vw;
  border-top: 0.2666666667vw solid rgba(255,255,255,.6);
}
.p-pages__subcontents__item a::before {
  border-color: transparent;
}
.p-pages__subcontents__item:has(.p-pages__subcontents) {
  padding-top: 1.8666666667vw;
}
.p-pages__subcontents__links {
  margin-top: 3.6666666667vw;
  margin-bottom: 3.6666666667vw;
}
.p-pages__subcontents__link a {
  padding-top: 3.6666666667vw;
  padding-bottom: 3.6666666667vw;
}
.p-pages__subcontents + .p-pages__subcontents {
  margin-top: 3.2666666667vw;
}
.p-pages-cv__list {
  position: relative;
  display: flex;
  justify-content: space-between;
  column-gap: 1.3333333333vw;
  margin-top: 1.75rem;
  margin-right: 5.3333333333vw;
  height: 32.8vw;
}
.p-pages-cv__list .line + .counseling br:nth-child(2) {
  display: none;
}
.p-pages-cv__item {
  width: 100%;
  min-width: 22.9333333333vw;
  height: 16.8vw;
}
.p-pages-cv__item > a, .p-pages-cv__item__summary {
  background: linear-gradient(180deg, #f6f4f2 2.81%, #f2efed 6.45%, #c8beb7 47.2%, #aea096 77.72%, #ae9f95 100%);
}
.p-pages-cv__item a {
  display: block;
  color: #59504d;
}
.p-pages-cv__item:has(.is-opened), .p-pages-cv__item:has(*[data-anim-status]):has(*[open=true]) {
  height: 32.8vw;
}
.p-pages-cv__item:has(.is-opened) .p-pages-cv__item__summary, .p-pages-cv__item:has(*[data-anim-status]):has(*[open=true]) .p-pages-cv__item__summary {
  height: 18.1333333333vw;
}
.p-pages-cv__item__main {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 12.2666666667vw;
  text-align: center;
  text-shadow: 0.1333333333vw 0.1333333333vw 0 #fff;
  line-height: 1.1851851852;
  font-size: 3.2vw;
  font-weight: bold;
  letter-spacing: -0.01em;
}
.p-pages-cv__item__sub {
  display: block;
  padding: 0.9333333333vw 0.9333333333vw 1.0666666667vw;
  border-top: 0.2666666667vw solid rgba(89,80,79,.6);
  text-align: center;
  font-size: 2.5333333333vw;
}
.p-pages-cv__item .p-details__contents {
  position: absolute;
  top: 18.1333333333vw;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  height: 14.6666666667vw;
  overflow: hidden;
}
.p-pages-cv__tel-list {
  background: #ae9f95;
  display: flex;
  padding: 1.3333333333vw;
  column-gap: 0.5333333333vw;
  height: 14.6666666667vw;
  box-sizing: border-box;
}
.p-pages-cv__tel-list .tel-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 12vw;
  padding: 0.5333333333vw;
  box-sizing: border-box;
  background: linear-gradient(to bottom, #35322c, #60554b 50%, #9d9288);
}
.p-pages-cv__tel-list .tel-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 10.9333333333vw;
  background: linear-gradient(to bottom, #a3978e, #665a4f 50%, #39342d);
  color: #f0ece9;
  font-size: 3.4666666667vw;
}

.p-search::before {
  content: initial;
}
.p-search__form {
  display: flex;
  width: 100%;
  overflow: hidden;
  margin-right: 5.3333333333vw;
  margin-bottom: 1.75rem;
  border-radius: 1.0666666667vw;
}
.p-search__form__input {
  flex: 1;
  padding: 1.2rem;
  width: 75%;
  height: 10.6666666667vw;
  border: 0;
  border-radius: 0;
  font-size: 1.6rem;
  box-sizing: border-box;
  -webkit-appearance: none;
}
.p-search__form__input::-webkit-input-placeholder {
  padding-top: 0.3em;
}
.p-search__form__button {
  padding: 1rem;
  width: 25%;
  height: 10.6666666667vw;
  border: 0;
  background: linear-gradient(#a3948a, #908075 60%, #7d6b60);
}
.p-search__form__button img {
  width: 9.7333333333vw;
}

.p-h1 {
  padding: 0.7rem 2.4rem 0.5rem;
  background: linear-gradient(#292822, #685a50);
  line-height: 1.4444444444;
  font-size: 0.9rem;
  color: #c7bcb5;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
}

body > .p-header {
  position: sticky;
  top: 0;
  z-index: 10000;
  min-height: 16.9333333333vw;
}
body > .p-header .p-header__inner {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1001;
  align-items: center;
  justify-content: space-between;
  padding: 0.2rem;
  height: 16.9333333333vw;
  background: url(../../../m/img/header_bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
}
body > .p-header .p-header__inner.headroom--top {
  position: absolute;
}
body > .p-header .p-header__inner.headroom--top.is-fixed, body > .p-header .p-header__inner.headroom--not-top {
  position: fixed;
}
body > .p-header .p-header__logo {
  margin: 0 0 0.2666666667vw 2vw;
  width: 39.0666666667vw;
  height: 5.8666666667vw;
}
body > .p-header .p-header__menu {
  position: relative;
  z-index: 1001;
  margin-right: 1.1rem;
  width: 9.9rem;
}
body > .p-header .p-header__menu a {
  display: block;
}
body > .p-header .p-header__menu__list {
  display: flex;
}
body > .p-header .p-header__menu__item {
  width: 50%;
}
body > .p-header .p-header__menu__item + .p-header__menu__item {
  margin-left: 0.5rem;
}
body > .p-header .p-header__menu__item.inquiry {
  background-image: url(../../../m/img/header_button_inquiry_bg.png);
}
body > .p-header .p-header__menu__item.menu {
  background-image: url(../../../m/img/header_button_menu_bg.png);
}

.js-details {
  overflow: visible;
}
.js-details[data-anim-status=running] {
  overflow: hidden;
}

body > .p-footer {
  display: flex;
  flex-direction: column;
}
body > .p-footer .p-footer__clinic {
  order: 1;
  margin-bottom: 0.1rem;
  padding-top: 3rem;
  background: #58504d;
  text-align: center;
}
body > .p-footer .p-footer__clinic > .title {
  margin-bottom: 0.5rem;
  line-height: 1.2857142857;
  font-size: 1.4rem;
  color: #cdc9c7;
}
body > .p-footer .p-footer__clinic > .title::after {
  content: "";
  display: block;
  margin: 1.75rem auto 0;
  width: 3.4rem;
  border-top: 0.2rem solid #c7bcb5;
}
body > .p-footer .p-footer__clinic__list {
  margin: 0 1.5rem;
}
body > .p-footer .p-footer__clinic__item {
  padding: 1.5rem 0;
  border-bottom: 0.1rem solid #c7bcb5;
}
body > .p-footer .p-footer__clinic__item a {
  display: block;
}
body > .p-footer .p-footer__clinic__item .title {
  margin-bottom: 0.8rem;
  font-size: 1.3rem;
  font-weight: bold;
}
body > .p-footer .p-footer__clinic__item .title a {
  color: #dfd8d3;
}
body > .p-footer .p-footer__clinic__item .address {
  position: relative;
  font-size: 1.2rem;
  color: #918c88;
}
body > .p-footer .p-footer__clinic__item .address::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 0.8vw;
  width: 1.25rem;
  height: 1.25rem;
  background: url(../../../m/img/tc_icon_arrow_4.png) center no-repeat;
  background-size: contain;
}
body > .p-footer .p-footer__clinic__item:first-child .address {
  letter-spacing: -0.03em;
}
body > .p-footer .p-footer__clinic__item:last-child {
  border: 0;
}
body > .p-footer .p-footer__banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 3.2vw;
}
body > .p-footer .p-footer__banner__item {
  margin-bottom: 3.2vw;
  width: 45.3333333333vw;
}
body > .p-footer .p-footer__banner__item.campaign-category {
  height: 18.2666666667vw;
  background-size: contain;
}
body > .p-footer .p-footer__banner__item.campaign-category a {
  display: block;
}
body > .p-footer .p-footer__banner__item.campaign-category img {
  opacity: 0;
}
body > .p-footer .p-footer__banner__item.campaign-category.month01 {
  background-image: url(../../../m/img/footer_banner_campaign1.png);
}
body > .p-footer .p-footer__banner__item.campaign-category.month02 {
  background-image: url(../../../m/img/footer_banner_campaign2.png);
}
body > .p-footer .p-footer__banner__item.campaign-category.month03 {
  background-image: url(../../../m/img/footer_banner_campaign3.png);
}
body > .p-footer .p-footer__banner__item.campaign-category.month04 {
  background-image: url(../../../m/img/footer_banner_campaign4.png);
}
body > .p-footer .p-footer__banner__item.campaign-category.month05 {
  background-image: url(../../../m/img/footer_banner_campaign5.png);
}
body > .p-footer .p-footer__banner__item.campaign-category.month06 {
  background-image: url(../../../m/img/footer_banner_campaign6.png);
}
body > .p-footer .p-footer__banner__item.campaign-category.month07 {
  background-image: url(../../../m/img/footer_banner_campaign7.png);
}
body > .p-footer .p-footer__banner__item.campaign-category.month08 {
  background-image: url(../../../m/img/footer_banner_campaign8.png);
}
body > .p-footer .p-footer__banner__item.campaign-category.month09 {
  background-image: url(../../../m/img/footer_banner_campaign9.png);
}
body > .p-footer .p-footer__banner__item.campaign-category.month10 {
  background-image: url(../../../m/img/footer_banner_campaign10.png);
}
body > .p-footer .p-footer__banner__item.campaign-category.month11 {
  background-image: url(../../../m/img/footer_banner_campaign11.png);
}
body > .p-footer .p-footer__banner__item.campaign-category.month12 {
  background-image: url(../../../m/img/footer_banner_campaign12.png);
}
body > .p-footer .p-footer__nav {
  background: #473f3d;
}
body > .p-footer .p-footer__nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 2.8vw;
}
body > .p-footer .p-footer__nav__item {
  padding: 0.4vw;
  width: 22.4vw;
  height: 22.4vw;
}
body > .p-footer .p-footer__nav__item[data-count] {
  display: block;
  position: relative;
}
body > .p-footer .p-footer__nav__item[data-count]::before {
  content: attr(data-count);
  display: block;
  position: absolute;
  top: -0.45rem;
  right: 0.2rem;
  padding-bottom: 0.45rem;
  width: 3.65rem;
  background: url(../../../m/img/menu_count_bg.png) center no-repeat;
  background-size: contain;
  text-align: center;
  line-height: 1.9rem;
  color: #fff;
}
body > .p-footer .p-footer__nav__item a {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  height: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
body > .p-footer .p-footer__nav__item.about a {
  background-image: url(../../../m/img/menu_about.png);
}
body > .p-footer .p-footer__nav__item.troubles a {
  background-image: url(../../../m/img/menu_troubles.png);
}
body > .p-footer .p-footer__nav__item.contents a {
  background-image: url(../../../m/img/menu_contents.png);
}
body > .p-footer .p-footer__nav__item.case a {
  background-image: url(../../../m/img/menu_case.png);
}
body > .p-footer .p-footer__nav__item.price a {
  background-image: url(../../../m/img/menu_price.png);
}
body > .p-footer .p-footer__nav__item.doctor a {
  background-image: url(../../../m/img/menu_doctor.png);
}
body > .p-footer .p-footer__nav__item.access a {
  background-image: url(../../../m/img/menu_access.png);
}
body > .p-footer .p-footer__nav__item.qa a {
  background-image: url(../../../m/img/menu_qa.png);
}
body > .p-footer .p-footer__inquiry {
  display: flex;
}
body > .p-footer .p-footer__inquiry > .p-footer__inquiry__item {
  flex-basis: 33.3333333333%;
}
body > .p-footer .p-footer__lead {
  padding: 5rem 0 2.25rem;
  background: #dfd8d3;
  text-align: center;
  color: #7f7875;
}
body > .p-footer .p-footer__lead__logo {
  margin: 0 auto 2rem;
  width: 41.0666666667vw;
}
body > .p-footer .p-footer__lead__lead {
  margin-bottom: 1.25rem;
  font-size: 1.2rem;
}
body > .p-footer .p-footer__lead__lead::after {
  content: "";
  display: block;
  margin: 2rem auto 0;
  width: 3.4rem;
  border-top: 0.2rem solid #ac9d93;
}
body > .p-footer .p-footer__lead__text {
  line-height: 1.5;
  font-size: 1rem;
}
body > .p-footer .p-footer__sns {
  order: 2;
  margin-bottom: 0.2rem;
  padding: 4rem 0 2rem;
  background: #58504d;
}
body > .p-footer .p-footer__sns__title {
  margin: 0 auto 2.25rem;
  width: 23.5rem;
}
body > .p-footer .p-footer__sns__list {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 2.25rem;
}
body > .p-footer .p-footer__sns__item {
  position: relative;
  width: 11.7333333333vw;
}
body > .p-footer .p-footer__sns__item .text {
  position: absolute;
  bottom: -2.9333333333vw;
  font-size: 0.9rem;
  color: #e2d8d2;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
}
body > .p-footer .p-footer__sns__text {
  text-align: center;
  line-height: 1.5;
  font-size: 1rem;
  color: #b4afac;
}
body > .p-footer .p-footer__copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  order: 3;
  clear: both;
  height: 4.8rem;
  background: #58504d;
  text-align: center;
  color: #f2efed;
}
body > .p-footer .p-footer__copyright small {
  line-height: 1.4;
  font-size: 1rem;
  color: #a39e9b;
}
body > .p-footer .p-footer__pharma-text {
  margin-right: 3.2vw;
  margin-bottom: 3.2vw;
  margin-left: 3.2vw;
  text-align: center;
  line-height: 1.5;
}
body > .p-footer .p-sitemap {
  margin-top: 0.2rem;
  padding: 0 1.5rem;
  background: #dfd8d3;
}
body > .p-footer .p-page__list {
  display: flex;
  flex-wrap: wrap;
}
body > .p-footer .p-page__item {
  box-sizing: border-box;
  width: 50%;
  height: 5rem;
  border-bottom: 0.1rem dotted #c7bcb5;
}
body > .p-footer .p-page__item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 1.55rem;
  height: 100%;
  line-height: 1.2083333333;
  font-size: 1.2rem;
  color: #7f7875;
}
body > .p-footer .p-page__item a::after {
  content: "";
  display: block;
  margin-right: 1.15rem;
  width: 1.25rem;
  height: 1.25rem;
  background: url(../../../m/img/tc_icon_arrow_4.png) center no-repeat;
  background-size: contain;
}
body > .p-footer .p-page__item:nth-child(odd) {
  border-right: 0.1rem dotted #c7bcb5;
}
body > .p-footer .p-page__item:nth-child(odd) a {
  padding-left: 0.5rem;
}
body > .p-footer .p-page__item:last-child, body > .p-footer .p-page__item:nth-last-of-type(2):nth-child(odd) {
  border-bottom: 0;
}

.js-menu__button {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.js-menu__button.is-active > * {
  opacity: 0;
}

.p-recent {
  margin: 10.6666666667vw 0 5.3333333333vw;
  background: #f5f2f0;
}
.p-recent__title {
  background: #7f7875;
}
.p-recent__title img {
  display: block;
  margin: 0 auto;
  width: 43.2vw;
}
.p-recent .swiper {
  padding: 3.3333333333vw;
}
.p-recent__list {
  box-sizing: border-box;
}
.p-recent__item {
  width: 29.0666666667vw;
}
.p-recent__page__pic {
  margin-bottom: 1.4666666667vw;
  height: 20vw;
}
.p-recent__page__pic img {
  height: 100%;
  object-fit: cover;
}
.p-recent__page__text {
  line-height: 1.4545454545;
  font-size: 1.1rem;
  color: #7f7875;
}
.p-recent .swiper-button-prev,
.p-recent .swiper-button-next {
  z-index: 1;
  width: 6.5333333333vw;
  height: 6.5333333333vw;
  transform: translate(0, 50%);
}
.p-recent .swiper-button-prev::after,
.p-recent .swiper-button-next::after {
  content: "";
  display: block;
  width: 6.5333333333vw;
  height: 6.5333333333vw;
  background: url(../../../m/img/recent_arrow.png) 0 0 no-repeat;
  background-size: contain;
  opacity: 1;
}
.p-recent .swiper-button-prev.swiper-button-disabled::after,
.p-recent .swiper-button-next.swiper-button-disabled::after {
  opacity: 0;
}
.p-recent .swiper-button-next {
  right: 1.8666666667vw;
}
.p-recent .swiper-button-prev {
  left: 1.8666666667vw;
  transform: rotate(180deg) translate(0, -50%);
}

.c-fixed-contents .c-fixed-item {
  position: fixed;
  opacity: 0;
  transition: all, 0.2s linear;
  pointer-events: none;
}
.c-fixed-contents .cv {
  bottom: -17.0666666667vw;
}
.c-fixed-contents .pagetop {
  right: 1.5rem;
  bottom: 0.4rem;
  z-index: 101;
  width: 4rem;
  height: 4rem;
}
.c-fixed-contents .pagetop img {
  transition: all 1s ease;
}
.c-fixed-contents .pagetop.has-cv {
  bottom: 18.1333333333vw;
  bottom: calc(constant(safe-area-inset-bottom) * 0.8 + 18.1333333333vw);
  bottom: calc(env(safe-area-inset-bottom) * 0.8 + 18.1333333333vw);
}
.c-fixed-contents.is-show .c-fixed-item {
  opacity: 1;
  pointer-events: all;
}
.c-fixed-contents.is-show .cv {
  bottom: 0;
}
.c-fixed-contents.is-show .cv.is-bottom {
  bottom: -17.0666666667vw;
}

.c-fixed-cv__list {
  display: flex;
}

@font-face {
  src: url(https://use.fontawesome.com/releases/v5.0.10/webfonts/fa-solid-900.eot);
  src: url(https://use.fontawesome.com/releases/v5.0.10/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(https://use.fontawesome.com/releases/v5.0.10/webfonts/fa-solid-900.woff2) format("woff2"), url(https://use.fontawesome.com/releases/v5.0.10/webfonts/fa-solid-900.woff) format("woff"), url(https://use.fontawesome.com/releases/v5.0.10/webfonts/fa-solid-900.ttf) format("truetype"), url(https://use.fontawesome.com/releases/v5.0.10/webfonts/fa-solid-900.svg#fontawesome) format("svg");
  font-family: Font Awesome\ 5 Free solid;
  font-weight: 900;
  font-style: normal;
}
.p-topicpath {
  background: #f5f2f0;
  text-align: left;
}
.p-topicpath__list {
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 4rem;
}
.p-topicpath__item {
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 1.2rem;
  white-space: nowrap;
  color: #727171;
}
.p-topicpath__item::after {
  content: "／";
  margin: 0 0.25em;
}
.p-topicpath__item a {
  display: block;
  padding: 1rem 0;
  text-decoration: none;
  color: #ed7b74;
}
.p-topicpath__item a::before {
  content: "\f07b";
  display: inline-block;
  margin-right: 0.25em;
  width: 1.1rem;
  font-family: "Font Awesome 5 Free solid";
  font-size: 1.1rem;
}
.p-topicpath__item:first-child a {
  padding-left: 1rem;
}
.p-topicpath__item:first-child a::before {
  content: "\f015";
  width: 1.45rem;
  font-family: "Font Awesome 5 Free solid";
  font-size: 1.3rem;
}
.p-topicpath__item:last-child::after {
  content: initial;
}
.p-topicpath__item:last-child a {
  padding-right: 1rem;
  color: #727171;
}
.p-topicpath__item:last-child a::before {
  content: "\f15c";
  width: 0.8rem;
}