
@import url("https://pro.fontawesome.com/releases/v5.9.0/css/all.css");

@charset "UTF-8";
/* ==========================================================================
Foundation
========================================================================== */
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
     HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined in IE 8/9.
   */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
   * Correct `inline-block` display not defined in IE 8/9.
   */
audio,
canvas,
video {
  display: inline-block;
}

/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
   * Address styling not present in IE 8/9.
   */
[hidden] {
  display: none;
}

/* ==========================================================================
     Base
     ========================================================================== */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS text size adjust after orientation change, without disabling
   *  user zoom.
   */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
   * Remove default margin.
   */
body {
  margin: 0;
}

/* ==========================================================================
     Links
     ========================================================================== */
/**
   * Address `outline` inconsistency between Chrome and other browsers.
   */
a:focus {
  outline: thin dotted;
}

/**
   * Improve readability when focused and also mouse hovered in all browsers.
   */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
     Typography
     ========================================================================== */
/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari 5, and Chrome.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
   * Address styling not present in IE 8/9, Safari 5, and Chrome.
   */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
   * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
   */
b,
strong {
  font-weight: bold;
}

/**
   * Address styling not present in Safari 5 and Chrome.
   */
dfn {
  font-style: italic;
}

/**
   * Address differences between Firefox and other browsers.
   */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
   * Address styling not present in IE 8/9.
   */
mark {
  background: #ff0;
  color: #000;
}

/**
   * Correct font family set oddly in Safari 5 and Chrome.
   */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
   * Improve readability of pre-formatted text in all browsers.
   */
pre {
  white-space: pre-wrap;
}

/**
   * Set consistent quote types.
   */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
   * Address inconsistent and variable font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
     Embedded content
     ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9.
   */
img {
  border: 0;
}

/**
   * Correct overflow displayed oddly in IE 9.
   */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
     Figures
     ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari 5.
   */
figure {
  margin: 0;
}

/* ==========================================================================
     Forms
     ========================================================================== */
/**
   * Define consistent border, margin, and padding.
   */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
   * 1. Correct `color` not being inherited in IE 8/9.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * 1. Correct font family not being inherited in all browsers.
   * 2. Correct font size not being inherited in all browsers.
   * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
   */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
button,
input {
  line-height: normal;
}

/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
   * Correct `select` style inheritance in Firefox 4+ and Opera.
   */
button,
select {
  text-transform: none;
}

/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *  and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *  `input` and others.
   */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
   * Re-set default cursor for disabled elements.
   */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
   * 1. Address box sizing set to `content-box` in IE 8/9.
   * 2. Remove excess padding in IE 8/9.
   */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
   *  (include `-moz` to future-proof).
   */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
   * Remove inner padding and search cancel button in Safari 5 and Chrome
   * on OS X.
   */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * Remove inner padding and border in Firefox 4+.
   */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
   * 1. Remove default vertical scrollbar in IE 8/9.
   * 2. Improve readability and alignment in all browsers.
   */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
     Tables
     ========================================================================== */
/**
   * Remove most spacing between table cells.
   */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote,
th, td {
  margin: 0;
  padding: 0;
}

html {
  overflow-y: scroll;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, figcaption {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd, th, td {
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
}

hr {
  display: none;
}

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

caption {
  display: none;
}

legend {
  display: none;
}

label {
  cursor: pointer;
}

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

html {
  font-size: 62.5%;
}

body {
  position: relative;
  min-width: 320px;
  padding-top: 0 !important;
  font-family: YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  color: #333;
  letter-spacing: .02em;
  line-height: 1.75;
  -webkit-text-size-adjust: 100%;
  /*PCサイトをスマホで見た時の文字サイズ固定*/
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
}

caption, th {
  text-align: left;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  cursor: pointer;
  text-decoration: none;
}

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

button:hover {
  cursor: pointer;
}

/* ==========================================================================
Layout
========================================================================== */
/* header
----------------------------------------------------------------- */
.l-header {
  padding: 10px 0;
  position: relative;
  z-index: 20;
}

.l-header__inner {
  width: 1100px;
  margin: 0 auto;
}

.l-header__logo {
  width: 410px;
}

.l-header__btns {
  display: none;
}

.l-header__btn {
  display: inline-block;
  height: 100%;
  width: 16vw;
}

.l-header__btn__trigger {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 16vw;
  width: 100%;
}

.l-header__btn__trigger.close {
  background-image: url(../img/icon-close.png);
}

.l-header__btn__contact {
  background-color: #a90058;
}

.l-header__btn__contact.open {
  background-image: url(../img/icon-contact.png);
}

.l-header__btn__menu {
  background-color: #9999cc;
}

.l-header__btn__menu.open {
  background-image: url(../img/icon-menu.png);
}

.l-header__toggle {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  padding-bottom: 60px !important;
  height: 100vh;
}

.l-header__contact {
  background-color: #a90058;
  color: #fff;
  padding: 5vw 5vw 10vw;
}

.l-header__contact__info {
  margin-bottom: 5vw;
  text-align: center;
}

.l-header__contact__info__title {
  font-size: 18px;
  font-size: 4.8vw;
  margin-bottom: 2vw;
  font-weight: bold;
}

.l-header__contact__info__data {
  font-size: 15px;
  font-size: 4vw;
}

.l-header__contact__list {
  text-align: center;
}

.l-header__contact__list__title {
  border: 2px solid #fff;
  border-radius: 15px;
  font-size: 16px;
  font-size: 4.26667vw;
  margin: 0 auto 3vw;
  text-align: center;
  display: inline-block;
  padding: 0 15px;
  font-weight: bold;
}

.l-header__contact__tel {
  width: 90%;
  margin: 0 auto 7vw;
}

.l-header__contact__tel__item {
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 2vw;
  font-size: 18px;
  font-size: 4.8vw;
  background-color: #fff;
  color: #a90058;
}

.l-header__contact__tel__label {
  text-align: center;
  padding: 7px 2vw;
  width: 30%;
  border-right: 2px solid #a90058;
}

.l-header__contact__tel__link {
  display: block;
  padding: 7px 2vw;
  width: 70%;
}

.l-header__contact__tel__number {
  font-weight: bold;
  background: url(../img/icon-freedial01.png) left center no-repeat;
  background-size: 7.066vw auto;
  padding-left: 9vw;
}

.l-header__contact__mail {
  background-color: #9999cc;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  font-size: 4.8vw;
  padding: 10px 3vw;
  display: block;
  width: 90%;
  margin: 0 auto;
  box-shadow: 5px 5px 0px 0px #fff;
}

.l-header__nav {
  background-color: #9999cc;
}

.l-header__nav__item {
  border-bottom: 2px solid #dff5fc;
}

.l-header__nav__item:last-child {
  border-bottom: none;
}

.l-header__nav__item > * {
  font-weight: bold;
  color: #fff;
  display: block;
  padding: 3vw 5vw;
  font-size: 16px;
  font-size: 4.26667vw;
}

/* footer
----------------------------------------------------------------- */
.l-footer {
  background: #9999cc;
  padding: 15px 0;
  margin-bottom: 58px;
}

.l-footer__inner {
  margin: 0 auto;
  text-align: center;
}

.l-footer__copyright {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (min-width: 812px) {
  .l-footer {
    margin-bottom: 0;
  }
}

/* content
----------------------------------------------------------------- */
/* ==========================================================================
Object
========================================================================== */
/* Component
----------------------------------------------------------------- */
/* button
----------------------------------------------------------------- */
.c-btn {
  background-color: #9999cc !important;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  padding: 10px 3vw;
  display: block;
  width: 90%;
  margin: 0 auto;
  box-shadow: 5px 5px 0px 0px #666699;
  border: none;
  transition: .3s;
}

.c-btn:hover {
  box-shadow: none;
  transform: translate3d(0, 3px, 0);
}

.c-entry p,
.c-entry ul,
.c-entry ol {
  margin: 1.2em 0;
}

.c-entry em {
  font-weight: bold;
}

.c-entry dl {
  margin: 1.2em 0;
}

.c-entry dl dt {
  font-weight: bold;
}

.c-entry > *:first-child {
  margin-top: 0;
}

.c-entry > *:last-child {
  margin-bottom: 0;
}

/* flexbox
----------------------------------------------------------------- */
.c-flexbox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-flexbox--col2 {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-flexbox--col2 .c-flexbox__item {
  width: 550px;
}

.c-flexbox--col3 .c-flexbox__item {
  width: 320px;
  margin-right: 20px;
}

.c-flexbox--col3 .c-flexbox__item:nth-child(3n) {
  margin-right: 0;
}

.c-flexbox--col4 .c-flexbox__item {
  width: 235px;
  margin-right: 20px;
}

.c-flexbox--col4 .c-flexbox__item:nth-child(4n) {
  margin-right: 0;
}

/* grid
----------------------------------------------------------------- */
.c-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px 0;
}

.c-grid--1 {
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-grid--1 .c-grid__item {
  width: 100%;
  margin: 0 0 10px;
}

.c-grid--1 .c-grid__item:last-child {
  margin-bottom: 0;
}

.c-grid--2 .c-grid__item {
  width: calc(50% - (20px / 2));
  margin: 20px 20px 0 0;
}

.c-grid--2 .c-grid__item:nth-of-type(-n+2) {
  margin-top: 0;
}

.c-grid--2 .c-grid__item:nth-of-type(2n) {
  margin-right: 0;
}

.c-grid--3 .c-grid__item {
  width: calc(33.3333333333% - (20px / 1.5));
  margin: 20px 20px 0 0;
}

.c-grid--3 .c-grid__item:nth-of-type(-n+3) {
  margin-top: 0;
}

.c-grid--3 .c-grid__item:nth-of-type(3n) {
  margin-right: 0;
}

.c-grid--4 .c-grid__item {
  width: calc(25% - (20px / 1.33));
  margin: 20px 20px 0 0;
}

.c-grid--4 .c-grid__item:nth-of-type(-n+4) {
  margin-top: 0;
}

.c-grid--4 .c-grid__item:nth-of-type(4n) {
  margin-right: 0;
}

.c-grid--5 .c-grid__item {
  width: calc(20% - (20px / 1.25));
  margin: 20px 20px 0 0;
}

.c-grid--5 .c-grid__item:nth-of-type(-n+5) {
  margin-top: 0;
}

.c-grid--5 .c-grid__item:nth-of-type(5n) {
  margin-right: 0;
}

/* input
----------------------------------------------------------------- */
.c-input--text, .c-input--textarea {
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  display: block;
  width: 100%;
  max-width: inherit;
  padding: 6px .6em;
  background-color: #fff;
  border: solid 1px #92a2a2;
  margin: 0;
  vertical-align: middle;
  width: 500px;
  max-width: 100%;
}

.c-input--textarea {
  width: 100%;
  min-height: 180px;
}

/* list
----------------------------------------------------------------- */
.c-list--disc li {
  padding-left: 2em;
  text-indent: -2em;
}

.c-list--disc li:before {
  content: '・';
  margin: 0 .5em;
}

.c-list--decimal {
  padding-left: 2em;
  list-style: decimal;
}

/* section
----------------------------------------------------------------- */
.c-section__inner {
  margin: 0 auto;
}

.c-section__inner--lg {
  text-align: center;
  min-width: 1100px;
}

/* title
----------------------------------------------------------------- */
.c-title--lg {
  margin: 30px 0 20px;
  font-weight: normal;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0;
}

.c-title--md {
  margin: 20px 0 10px;
  font-size: 16px;
  font-size: 1.6rem;
}

.c-title--sm {
  margin: 15px 0 8px;
  font-size: 16px;
  font-size: 1.6rem;
}

/* label
----------------------------------------------------------------- */
.c-label--must, .c-label--optional {
  display: inline-block;
  margin-top: 2px;
  padding: 2px 10px;
  font-weight: normal;
  font-size: .6em;
  color: #fff;
  text-align: center;
  line-height: 1.7;
  border-radius: 2px;
  vertical-align: top;
  margin: 4px 0 0 10px;
}

.c-label--must {
  background-color: #9999cc;
}

.c-label--optional {
  background-color: #999;
}

/* Project
----------------------------------------------------------------- */
/* mailformpro
----------------------------------------------------------------- */
form#mailformpro label.mfp_not_checked {
  padding: 0;
  border: none;
}

form#mailformpro label.mfp_checked {
  padding: 0;
  border: none;
  background-color: transparent;
  box-shadow: none;
}

.mfp_element_radio {
  vertical-align: top;
  margin: 8px 10px 0 0;
}

.mfp_element_checkbox {
  vertical-align: top;
  margin: 2px 10px 0 0;
}

.mfp_element_text, .mfp_element_number, .mfp_element_select-one, .mfp_element_email, .mfp_element_tel, .mfp_element_textarea, .mfp_element_date, .mfp_element_password {
  border-radius: 0;
  box-shadow: none;
  margin: 0;
}

.mfp_element_all {
  max-width: 100%;
  box-sizing: border-box;
}

div.mfp_err {
  background: none;
  padding-left: 0;
  z-index: 10;
  position: relative;
}

div#mfp_phase_confirm_inner h4 {
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
  margin: 30px 0;
  font-weight: bold;
  padding: 0;
}

table#mfp_confirm_table tr th {
  font-weight: bold;
}

table#mfp_confirm_table tr th,
table#mfp_confirm_table tr td {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 15px;
}

.mfp_element_submit, .mfp_element_reset, .mfp_element_button, button.mfp_next, button.mfp_prev {
  border-radius: 0;
  text-shadow: none;
  border: none;
  background: none;
}

.mfp_element_submit:hover, .mfp_element_reset:hover, .mfp_element_button:hover, button.mfp_next:hover, button.mfp_prev:hover {
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  background: #9999cc !important;
  box-shadow: none;
  transform: translate3d(0, 3px, 0);
}

div.mfp_buttons {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px 0;
}

div.mfp_buttons button {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 15px;
  font-weight: bold;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  width: 294px;
  padding: 10px;
  transition: .3s;
}

div.mfp_buttons button#mfp_button_send {
  -ms-flex-order: 2;
  order: 2;
  background: #9999cc !important;
  box-shadow: 5px 5px 0px 0px #666699;
}

div.mfp_buttons button#mfp_button_send:hover {
  box-shadow: none;
}

div.mfp_buttons button#mfp_button_cancel {
  -ms-flex-order: 1;
  order: 1;
  background: #ccc;
  box-shadow: 5px 5px 0px 0px #999;
}

div.mfp_buttons button#mfp_button_cancel:hover {
  background: #ccc !important;
  box-shadow: none;
}

/* Call to action
----------------------------------------------------------------- */
.p-cta {
  background-color: #9999cc;
}

.p-cta__inner {
  margin: 0 auto;
  background: url(../img/cta-bg01_pc.png) no-repeat left center;
  background-size: auto 100%;
  padding: 30px 0;
  text-align: center;
}

.p-cta__title {
  margin-bottom: 30px;
}

.p-cta__tel__title {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.p-cta__tel__list {
  margin: 0 0 15px;
}

.p-cta__tel__list.c-flexbox {
  -ms-flex-pack: justify;
  justify-content: center;
}

.p-cta__tel__item {
  color: #ffff00;
  font-weight: bold;
  text-shadow: 0 0 4px #000000;
  font-size: 20px;
  font-size: 2rem;
  margin: 0 20px;
}

.p-cta__tel__label {
  display: block;
}

.p-cta__tel__number {
  font-size: 1.7em;
  padding-left: 50px;
  background: url(../img/icon-freedial02.png) no-repeat left center;
  background-size: 45px auto;
}

.p-cta__mail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-cta__mail__btn {
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 4px #000000;
  display: block;
  border: 1px solid #fff;
  background-color: #666699;
  padding: 20px 100px;
  border-radius: 10px;
  text-align: center;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.2;
}

/* メインビジュアル
----------------------------------------------------------------- */
.p-hero {
  background: url(../img/hero-bg01_pc.png) no-repeat center top;
  background-size: cover;
  /* margin-top: -100px; */
  position: relative;
  z-index: 0;
}

.p-hero__title {
  padding-top: 200px;
}

.p-hero__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0 30px;
  position: relative;
}

.p-hero__fukidashi {
  display: none;
  position: absolute;
  z-index: 1;
  margin: 0 auto;
  top: 105px;
  left: 0;
  width: 100%;
  padding: 30px 0 0 0;
}

.p-hero__fukidashi__btn {
  position: absolute;
  right: 20px;
  top: 70px;
  cursor: pointer;
}

.p-hero__item:first-child .p-hero__fukidashi {
  display: block;
}

/* こんな悩みに
----------------------------------------------------------------- */
.p-nayami {
  background: url(../img/nayami-bg01_pc.png) no-repeat center top;
  background-size: cover;
  padding: 200px 0 20px;
}

.p-nayami__title {
  margin-bottom: 50px;
}

.p-nayami__list {
  margin-bottom: 80px;
}

.p-nayami__text {
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
  letter-spacing: -1px;
}

.p-nayami__text strong {
  color: #ffff00;
  font-size: 1.2em;
}

/* スッキリ
----------------------------------------------------------------- */
.p-sukkiri {
  background: url(../img/sukkiri-bg01.png) repeat center top;
  text-align: center;
  padding: 70px 0 50px;
}

.p-sukkiri__title {
  margin: 0 auto;
}

.p-sukkiri__img {
  width: 100%;
  min-width: 1100px;
}

.p-sukkiri__text {
  margin: 0 auto;
}

/* オペ共通
----------------------------------------------------------------- */
.p-ope {
  padding: 50px 0;
  background: url(../img/ope1-bg01_pc.png) no-repeat center top;
  background-size: 1920px auto;
}

.p-ope__title {
  min-height: 269px;
  margin-bottom: 60px;
}

.p-ope__price {
  margin-bottom: 50px;
}

.p-ope__textarea {
  margin: 0 0 30px;
}

.p-ope__textarea--md {
  width: 900px;
}

.p-ope__textarea--sm {
  width: 550px;
}

.p-ope__textarea__title {
  font-family: YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #666699;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 0 5px;
}

.p-ope__qa {
  background: url(../img/qa-bg.png) repeat left top #333333;
  padding: 30px;
  color: #fff;
  border-radius: 10px;
}

.p-ope__qa__title {
  margin-bottom: 15px;
}

.p-ope__qa__question {
  margin: 40px 0 0;
}

.p-ope__qa__question:first-child {
  margin-top: 0;
}

.p-ope__qa__question:before {
  content: 'Q.';
  color: #9999cc;
  margin-right: 5px;
}

.p-ope__qa__answer:before {
  content: 'A.';
  color: #ffff00;
  margin-right: 5px;
}

/* オペ - 剪除法
----------------------------------------------------------------- */
.p-ope2 {
  background-image: url(../img/ope2-bg01_pc.png);
}

.p-ope2__figure.c-flexbox {
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* オペ - アキュシェーブ
----------------------------------------------------------------- */
.p-ope3 {
  background-image: url(../img/ope3-bg01_pc.png);
}

.p-ope3__bg {
  position: relative;
  padding-bottom: 650px;
  background: url(../img/ope3-img01_pc.png) no-repeat left 40px top 160px;
}

.p-ope3__bg .p-ope__textarea--sm {
  position: absolute;
  left: 0;
  bottom: 0;
}

.p-ope3__bg .p-ope__textarea--sm small {
  display: block;
  position: absolute;
  left: 0;
  font-size: 12px;
  font-size: 1.2rem;
  width: 1100px;
  text-align: right;
  bottom: 20px;
}

/* それでも心配
----------------------------------------------------------------- */
.p-still {
  background: url(../img/still-bg01_pc.png) repeat-x center bottom;
  padding: 30px 0 0;
}

.p-still .c-section__inner {
  background: url(../img/still-bg02.png) no-repeat right bottom;
  padding-bottom: 130px;
}

.p-still__title {
  text-align: center;
}

/* お悩みをお聞かせください
----------------------------------------------------------------- */
.p-answer {
  background: url(../img/answer-bg01_pc.png) no-repeat center top;
  background-size: 1920px auto;
  padding: 0 0 105px;
}

.p-answer .c-section__inner {
  width: 880px;
}

.p-answer__title {
  position: relative;
  top: -30px;
  margin: 0 auto;
  text-align: center;
}

.p-answer__doctor {
  position: relative;
  padding-bottom: 40px;
}

.p-answer__doctor:after {
  content: "";
  display: block;
  clear: both;
}

.p-answer__doctor__img {
  margin-left: 50px;
  position: absolute;
}

.p-answer__doctor__message {
  float: right;
  margin: 30px 0 0 0;
}

.p-answer__doctor__text {
  width: 425px;
  float: right;
  margin: 30px 0 0 0;
  font-family: 'Noto Serif JP', YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.p-answer__doctor__table {
  width: 440px;
  position: absolute;
  bottom: 0;
}

.p-answer__doctor__table__head, .p-answer__doctor__table__data {
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: top;
}

.p-answer__doctor__table__head {
  padding: 0 25px 0 0;
  width: 31%;
}

.p-answer__doctor__table__data {
  padding: 0 0 5px 0;
  width: 69%;
}

/* 選ばれる３つの理由
----------------------------------------------------------------- */
.p-reason {
  background-color: #cccccc;
  padding: 0 0 10px 0;
}

.p-reason__title {
  background-color: #000;
  text-align: center;
  padding: 50px 0;
}

.p-reason__item {
  box-shadow: 3px 3px 10px -3px rgba(0, 0, 0, 0.8);
  margin-bottom: 40px;
  font-family: 'Noto Serif JP', YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 30px 360px 30px 30px;
  background-color: #fff;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 370px auto;
}

.p-reason__item__title {
  margin: 0 0 30px -40px;
}

.p-reason__item1 {
  background-image: url(../img/reason-img01.jpg);
  margin-top: -15px;
}

.p-reason__item2 {
  background-image: url(../img/reason-img02.jpg);
}

.p-reason__item3 {
  background-image: url(../img/reason-img03.png);
}

/* １人で悩むのはもうやめませんか？
----------------------------------------------------------------- */
.p-proposal {
  background: url(../img/proposal-bg01_pc.png) no-repeat center top;
  background-size: 1920px auto;
  padding: 50px 0 30px;
  text-align: center;
}

.p-proposal__title {
  margin-bottom: 130px;
}

/* ドクター情報
----------------------------------------------------------------- */
.p-doctor {
  padding: 50px 0;
}

.p-doctor__lead {
  text-align: center;
  margin: 0 0 100px 0;
}

.p-doctor__lead__title {
  margin: 0 0 50px 0;
}

.p-doctor__lead__text {
  line-height: 2.5;
}

.p-doctor__logo {
  margin: 0 0 50px 0;
}

.p-doctor__greeting .c-section__inner {
  position: relative;
}

.p-doctor__greeting .c-section__inner:before {
  position: absolute;
  right: -6%;
  top: 0;
  content: '';
  background: url(../img/doctor-img01.png) no-repeat center center;
  background-size: contain;
  z-index: 1;
  width: 582px;
  height: 582px;
}

.p-doctor__greeting__textarea {
  width: 590px;
  margin: 0 0 30px 0;
  position: relative;
  z-index: 2;
}

.p-doctor__profile {
  width: 640px;
}

.p-doctor__profile__table {
  width: 100%;
}

.p-doctor__profile__table__head {
  width: 35%;
  vertical-align: top;
  padding: 10px 0;
}

.p-doctor__profile__table__data {
  width: 65%;
  padding: 10px 0;
}

/* 送信完了ページ
----------------------------------------------------------------- */
.p-thanks {
  color: #fff;
  padding: 100px 0;
}

.p-thanks__title {
  font-weight: bold;
  text-align: center;
  margin: 30px 0;
}

.p-thanks__lead {
  text-align: center;
}

.p-thanks__lead__caution {
  font-size: .8em;
}

/* クリニック情報
----------------------------------------------------------------- */
.p-clinic {
  background-color: #f2f2f2;
  padding: 70px 0 140px;
}

.p-clinic__title {
  text-align: center;
  margin-bottom: 70px;
}

.p-clinic__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: center;
}

.p-clinic__item {
  background: #fff;
  border-top: 5px solid #9999cc;
  text-align: center;
  padding: 15px;
  width: 350px;
}

.p-clinic__img {
  margin-bottom: 20px;
}

.p-clinic__name {
  color: #564147;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.p-clinic__tel {
  border-bottom: 1px solid #979797;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.p-clinic__tel a {
  display: inline-block;
  color: #a80058;
}

.p-clinic__tel a:before {
  background: url(../img/icon-freedial01.png) no-repeat center center;
  background-size: 100% auto;
  content: '';
  display: inline-block;
  height: 25px;
  margin: 0 10px 0 0;
  width: 38px;
}

.p-clinic__note {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
  height: 165px;
  margin-bottom: 20px;
}

.p-clinic__info {
  margin-bottom: 10px;
}

.p-clinic__address {
  margin-bottom: 10px;
}

.p-clinic__map {
  width: 100%;
}

.p-clinic__profile {
  padding: 50px 0 0;
}

.p-clinic__profile__name {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
  margin-bottom: 20px;
}

.p-clinic__profile__name strong {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}

.p-clinic__profile__img {
  margin-bottom: 20px;
}

.p-clinic__profile__data {
  text-align: left;
}

.p-clinic__profile__data__title {
  border-bottom: 1px solid #979797;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.p-clinic__profile__data__list {
  font-size: 14px;
  font-size: 1.4rem;
}

.p-clinic__profile__data__list dt {
  font-weight: bold;
}

.p-clinic__profile__data__list dd {
  margin-bottom: 10px;
}

/* 無料カウンセリング予約フォーム
----------------------------------------------------------------- */
.p-form {
  background: url(../img/form-bg01.png) repeat-x center top;
  padding: 82px 0 50px;
  margin-top: -82px;
}

.p-form__title {
  margin: 0 auto;
  margin-bottom: 50px;
  font-family: 'Noto Serif JP', YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 40px;
  font-size: 4rem;
  text-align: center;
}

.p-form__lead {
  font-family: 'Noto Serif JP', YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  width: 870px;
  margin: 0 auto;
}

.p-form__lead__list__item:before {
  content: '・';
}

.p-form__inner {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.2);
  margin-top: 50px;
}

.p-form__table {
  width: 100%;
  table-layout: fixed;
}

.p-form__table tr {
  border-bottom: 1px solid #ccc;
}

.p-form__table__head, .p-form__table__data {
  padding: 20px 15px;
  vertical-align: top;
}

.p-form__table__head {
  width: 30%;
  font-weight: bold;
}

.p-form__table__data {
  width: 70%;
}

.p-form__table__date {
  margin-bottom: 10px;
}

.p-form__table__date input[type="text"] {
  vertical-align: middle;
}

.p-form__table__date__cal:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  line-height: 1;
  content: '\f073';
  color: #9999cc;
  font-size: 1.2em;
  margin: 0 5px;
}

.p-form__table__select {
  background-color: #dff5fc;
  border: 1px solid #ccc;
  border-radius: 5px;
  display: inline-block;
  font-size: 0;
  width: 220px;
  vertical-align: middle;
}

.p-form__table__select--lg {
  width: 300px;
}

.p-form__table__select select {
  background: transparent;
  width: 100%;
  border: none;
  font-size: 18px;
  font-size: 1.8rem;
  outline: none;
  width: 100%;
  padding: 0 5px;
  -webkit-appearance: none;
}

.p-form__table__labels label {
  display: inline-block;
  margin-right: 30px !important;
}

.p-form__table__labels--block label {
  display: block;
}

.p-form__table__flex {
  font-size: 14px;
  font-size: 1.4rem;
}

.p-form__table__flex.c-grid {
  margin: 0;
}

.p-form__table__flex .c-grid__item {
  width: calc(33.3333333333% - (5px / 1.5)) !important;
  margin-right: 5px !important;
}

.p-form__table__flex .c-grid__item:nth-child(3n) {
  margin-right: 0 !important;
}

.p-form__table__flex .c-grid__item label {
  display: block;
}

.p-form__table__flex__title span {
  font-weight: bold;
  padding: 0 5px;
}

.p-form__table__flex__title.speedy span {
  background: linear-gradient(transparent 30%, #a90058 30%);
}

.p-form__table__flex__title.both span {
  background: linear-gradient(transparent 30%, #9999cc 30%);
}

.p-form__table__flex__title.clarity span {
  background: linear-gradient(transparent 30%, #ffff00 30%);
}

.p-form__table input[type="text"],
.p-form__table input[type="email"],
.p-form__table input[type="tel"],
.p-form__table textarea {
  background-color: #dff5fc;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
  padding: 5px 10px;
  width: 400px;
  -webkit-appearance: none;
}

.p-form__table input[type="text"].date,
.p-form__table input[type="email"].date,
.p-form__table input[type="tel"].date,
.p-form__table textarea.date {
  width: 165px;
}

.p-form__table input[type="radio"],
.p-form__table input[type="checkbox"] {
  vertical-align: top;
  margin: 7px 10px 0 0;
}

.p-form__table textarea {
  min-height: 250px !important;
  resize: vertical;
  width: 100% !important;
}

.p-form__btn {
  width: 300px;
  margin: 30px auto;
}

/* ==========================================================================
Utility
========================================================================== */
/* align
----------------------------------------------------------------- */
.u-align--center {
  text-align: center;
}

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

.u-align--left {
  text-align-last: auto;
}

.u-align--img-right {
  float: right;
  margin: 0 0 .2em 1em;
  max-width: 250px;
}

.u-align--img-left {
  float: left;
  margin: 0 1em .2em 0;
  max-width: 250px;
}

/* back ground color
----------------------------------------------------------------- */
.u-bg--theme {
  background: #9999cc;
}

.u-bg--sub {
  background: #a90058;
}

.u-bg--black {
  background-color: #000;
}

.u-bg--gray {
  background-color: #FCF6EE;
}

.u-bg--gray-dark {
  background-color: #ccd4d4;
}

.u-bg--gray-light {
  background-color: #f8f9f9;
}

.u-bg--lightYellow {
  background-color: #ffff99;
}

.u-bg--rotate {
  position: relative;
}

.u-bg--rotate:after {
  content: '';
  position: absolute;
  bottom: 3.5vw;
  left: -3vw;
  width: 120%;
  height: 100%;
  transform: rotate(-2.5deg);
  z-index: -1;
}

/* clearfix
----------------------------------------------------------------- */
.u-clear {
  clear: both;
}

.u-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* display
----------------------------------------------------------------- */
.u-display--block {
  display: block;
}

.u-display--none {
  display: none;
}

/* flex
----------------------------------------------------------------- */
.u-flex {
  display: -ms-flexbox;
  display: flex;
}

.u-flex--column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.u-flex--column > * {
  max-width: 100%;
  min-height: 0%;
}

.u-flex--ai-center {
  -ms-flex-align: center;
  align-items: center;
}

.u-flex--ai-end {
  -ms-flex-align: end;
  align-items: flex-end;
}

.u-flex--ai-start {
  -ms-flex-align: start;
  align-items: flex-start;
}

.u-flex--ai-base {
  -ms-flex-align: baseline;
  align-items: baseline;
}

.u-flex--ai-stretch {
  -ms-flex-align: stretch;
  align-items: stretch;
}

.u-flex--as-center {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.u-flex--as-end {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.u-flex--as-start {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.u-flex--as-base {
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

.u-flex--as-stretch {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.u-flex--jc-center {
  -ms-flex-pack: center;
  justify-content: center;
}

.u-flex--jc-end {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.u-flex--jc-start {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.u-flex--jc-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.u-flex--jc-between {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.u-flex--order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.u-flex--order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.u-flex--order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.u-flex--order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.u-flex--order-5 {
  -ms-flex-order: 5;
  order: 5;
}

/* iframe
----------------------------------------------------------------- */
.u-iframe--video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.u-iframe--video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.u-iframe--gmap iframe {
  display: block;
  width: 100%;
  height: 400px;
}

/* image
----------------------------------------------------------------- */
.u-image {
  margin: 10px 0;
}

.u-image--center {
  text-align: center;
  display: block;
  margin: 20px auto;
}

/* js
----------------------------------------------------------------- */
.js-image--switch {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity .2s;
}

.js-image--switch.js-show {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slick-slide .js-image--switch {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.js-accordion__btn {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.js-accordion__content.js-close {
  display: none;
}

.js-accordion--sp__btn {
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  cursor: pointer;
}

/* link
----------------------------------------------------------------- */

.u-link--tel {
  color: inherit;
  text-decoration: none;
  cursor: default;
}

.u-link--blank:after {
  content: '\f2d2';
  display: inline-block;
  margin: 0 2px 0 4px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  line-height: 1;
}

/* margin, padding
----------------------------------------------------------------- */
.u-mg--0 {
  margin: 0 !important;
}

.u-mg--t-0 {
  margin-top: 0 !important;
}

.u-mg--t-xl {
  margin-top: 100px !important;
}

.u-mg--t-lg {
  margin-top: 60px !important;
}

.u-mg--t-md {
  margin-top: 30px !important;
}

.u-mg--t-sm {
  margin-top: 20px !important;
}

.u-mg--t-xs {
  margin-top: 10px !important;
}

.u-mg--r-0 {
  margin-right: 0 !important;
}

.u-mg--r-xl {
  margin-right: 100px !important;
}

.u-mg--r-lg {
  margin-right: 60px !important;
}

.u-mg--r-md {
  margin-right: 30px !important;
}

.u-mg--r-sm {
  margin-right: 20px !important;
}

.u-mg--r-xs {
  margin-right: 10px !important;
}

.u-mg--b-0 {
  margin-bottom: 0 !important;
}

.u-mg--b-xl {
  margin-bottom: 100px !important;
}

.u-mg--b-lg {
  margin-bottom: 60px !important;
}

.u-mg--b-md {
  margin-bottom: 30px !important;
}

.u-mg--b-sm {
  margin-bottom: 20px !important;
}

.u-mg--b-xs {
  margin-bottom: 10px !important;
}

.u-mg--l-0 {
  margin-left: 0 !important;
}

.u-mg--l-xl {
  margin-left: 100px !important;
}

.u-mg--l-lg {
  margin-left: 60px !important;
}

.u-mg--l-md {
  margin-left: 30px !important;
}

.u-mg--l-sm {
  margin-left: 20px !important;
}

.u-mg--l-xs {
  margin-left: 10px !important;
}

.u-mg--t-auto {
  margin-top: auto !important;
}

.u-mg--r-auto {
  margin-right: auto !important;
}

.u-mg--b-auto {
  margin-bottom: auto !important;
}

.u-mg--l-auto {
  margin-left: auto !important;
}

.u-pd--0 {
  padding: 0 !important;
}

.u-pd--t-0 {
  padding-top: 0 !important;
}

.u-pd--t-xl {
  padding-top: 100px !important;
}

.u-pd--t-lg {
  padding-top: 60px !important;
}

.u-pd--t-md {
  padding-top: 30px !important;
}

.u-pd--t-sm {
  padding-top: 20px !important;
}

.u-pd--t-xs {
  padding-top: 10px !important;
}

.u-pd--r-0 {
  padding-right: 0 !important;
}

.u-pd--r-xl {
  padding-right: 100px !important;
}

.u-pd--r-lg {
  padding-right: 60px !important;
}

.u-pd--r-md {
  padding-right: 30px !important;
}

.u-pd--r-sm {
  padding-right: 20px !important;
}

.u-pd--r-xs {
  padding-right: 10px !important;
}

.u-pd--b-0 {
  padding-bottom: 0 !important;
}

.u-pd--b-xl {
  padding-bottom: 100px !important;
}

.u-pd--b-lg {
  padding-bottom: 60px !important;
}

.u-pd--b-md {
  padding-bottom: 30px !important;
}

.u-pd--b-sm {
  padding-bottom: 20px !important;
}

.u-pd--b-xs {
  padding-bottom: 10px !important;
}

.u-pd--l-0 {
  padding-left: 0 !important;
}

.u-pd--l-xl {
  padding-left: 100px !important;
}

.u-pd--l-lg {
  padding-left: 60px !important;
}

.u-pd--l-md {
  padding-left: 30px !important;
}

.u-pd--l-sm {
  padding-left: 20px !important;
}

.u-pd--l-xs {
  padding-left: 10px !important;
}

/* text
----------------------------------------------------------------- */
.u-text--size-xs {
  font-size: .75em;
}

.u-text--size-sm {
  font-size: 12px;
  font-size: 1.2rem;
}

.u-text--size-md {
  font-size: 24px;
  font-size: 2.4rem;
}

.u-text--size-lg {
  font-size: 30px;
  font-size: 3rem;
}

.u-text--size-xl {
  font-size: 1.38em;
}

.u-text--size-xxl {
  font-size: 1.87em;
}

.u-text--color-theme {
  color: #9999cc;
}

.u-text--color-accent {
  color: #ffff00;
}

.u-text--color--danger {
  color: #b70104;
}

.u-text--color--em {
  color: #cb0205;
}

.u-text--color--sub {
  color: #a90058;
}

.u-text--color--white {
  color: #fff;
}

.u-text--font-gothic {
  font-family: YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.u-text--font-mincho {
  font-family: 'Noto Serif JP', YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.u-text--font-century {
  font-family: 'Lato', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.u-text--strong {
  font-weight: bold;
}

.u-text--block {
  display: block;
}

.u-text--block--sp {
  margin-right: 15px;
  margin-right: 1.5rem;
}

.u-text--break {
  word-wrap: break-word;
}

@media screen and (max-width: 768px){
  body{
    font-size: 14px;
    font-size: 3.73333vw;
  }
  .l-header{
    padding: 0;
    height: 16vw;
  }
  .l-header__inner{
    width: auto;
  }
  .l-header__content{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    height: 16vw;
    position: fixed;
    padding-left: 2.9vw;
    width: 100%;
    top: 0;
    z-index: 9999;
  }
  .l-header.js-fixed .l-header__content{
    background-color: rgba(255, 255, 255, 0.8);
  }
  .l-header__logo{
    width: 54.93vw;
  }
  .l-header__btns{
    display: block;
    height: 16vw;
    width: 32vw;
    display: -ms-flexbox;
    display: flex;
  }
  .l-footer__copyright{
    font-size: 10px;
    font-size: 2.66667vw;
  }
  .c-btn{
    font-size: 18px;
    font-size: 4.8vw;
  }
  .c-flexbox--col2 .c-flexbox__item{
    width: 48%;
    margin-right: 10px;
  }
  .c-flexbox--col2 .c-flexbox__item:nth-child(2n){
    margin-right: 0;
  }
  .c-flexbox--col3 .c-flexbox__item{
    width: 31%;
    margin-right: 10px;
  }
  .c-flexbox--col4 .c-flexbox__item{
    width: 22.5%;
    margin-right: 10px;
  }
  .c-grid{
    margin: 20px 0;
  }
  .c-grid--1-sp .c-grid__item{
    width: 100%;
    margin: 0 0 10px;
  }
  .c-grid--1-sp .c-grid__item:last-child{
    margin-bottom: 0;
  }
  .c-grid--2-sp .c-grid__item{
    width: calc(50% - (10px / 2));
    margin: 10px 10px 0 0;
  }
  .c-grid--2-sp .c-grid__item:nth-of-type(-n+2){
    margin-top: 0;
  }
  .c-grid--2-sp .c-grid__item:nth-of-type(2n){
    margin-right: 0;
  }
  .c-grid--3-sp .c-grid__item{
    width: calc(33.3333333333% - (10px / 1.5));
    margin: 10px 10px 0 0;
  }
  .c-grid--3-sp .c-grid__item:nth-of-type(-n+3){
    margin-top: 0;
  }
  .c-grid--3-sp .c-grid__item:nth-of-type(3n){
    margin-right: 0;
  }
  .c-grid--4-sp .c-grid__item{
    width: calc(25% - (10px / 1.33));
    margin: 10px 10px 0 0;
  }
  .c-grid--4-sp .c-grid__item:nth-of-type(-n+4){
    margin-top: 0;
  }
  .c-grid--4-sp .c-grid__item:nth-of-type(4n){
    margin-right: 0;
  }
  .c-input--text, .c-input--textarea{
    width: 100%;
  }
  .c-section__inner--lg{
    min-width: 100%;
  }
  .c-label--must, .c-label--optional{
    margin: 6px 0 0 10px;
    padding: 1px 7px 0;
  }
  .mfp_element_radio{
    margin-top: 0;
  }
  .mfp_element_checkbox{
    margin: 0 10px 5px 0;
  }
  div#mfp_phase_confirm_inner h4{
    margin: 5.33333vw 0;
    font-size: 20px;
    font-size: 5.33333vw;
  }
  table#mfp_confirm_table tr th,
  table#mfp_confirm_table tr td{
    font-size: 14px;
    font-size: 3.73333vw;
    padding: 2.66667vw;
  }
  div.mfp_buttons{
    padding: 5.33333vw 0;
  }
  div.mfp_buttons button{
    font-size: 16px;
    font-size: 4.26667vw;
    margin: 0 2.13333vw;
    width: 43%;
    padding: 2.66667vw;
  }
  .p-cta__inner{
    background-image: url(../img/cta-bg01_sp.png);
    background-size: cover;
    padding: 4vw 0;
  }
  .p-cta__title{
    width: 80%;
    margin: 0 auto 3vw;
  }
  .p-cta__tel__title{
    font-size: 15px;
    font-size: 4vw;
    margin-bottom: 2vw;
    padding-bottom: 1vw;
  }
  .p-cta__tel__list{
    margin-bottom: 2vw;
  }
  .p-cta__tel__list.c-flexbox{
    display: block;
  }
  .p-cta__tel__item{
    font-size: 16px;
    font-size: 4.26667vw;
    margin: 1vw 0;
  }
  .p-cta__tel__number{
    padding-left: 9vw;
    background-size: 8vw;
  }
  .p-cta__mail{
    width: 95%;
    margin: 0 auto;
  }
  .p-cta__mail__btn{
    font-size: 20px;
    font-size: 5.33333vw;
    padding: 3vw;
    border-radius: 5px;
    width: 100%;
  }
  .p-hero{
    background-image: url(../img/hero-bg01_sp.png);
    margin-top: 55px;
  }
  .p-hero__title{
    padding-top: calc(16vw + 3vw);
  }
  .p-hero__list{
    padding: 1vw 0 4vw;
  }
  .p-hero__fukidashi{
    top: 12vw;
    padding: 1vw 1.5vw 0;
  }
  .p-hero__fukidashi__btn{
    right: 0;
    left: 0;
    top: auto;
    bottom: 1vw;
    margin: auto;
    width: 40%;
  }
  .p-hero__item{
    width: 33.3%;
  }
  .p-nayami{
    background-image: url(../img/nayami-bg01_sp.png);
    padding: 32vw 0 4vw;
  }
  .p-nayami .c-section__inner{
    padding: 0 1.5vw;
  }
  .p-nayami__title{
    margin-bottom: 4vw;
  }
  .p-nayami__list{
    width: 90%;
    margin-bottom: 4vw;
  }
  .p-nayami__text{
    font-size: 14px;
    font-size: 3.73333vw;
  }
  .p-sukkiri{
    padding: 4vw 0;
  }
  .p-sukkiri__title{
    padding: 0 1.5vw;
  }
  .p-sukkiri__img{
    min-width: 100%;
    margin: 2vw 0;
  }
  .p-sukkiri__text{
    padding: 0 1.5vw;
  }
  .p-ope{
    background-image: url(../img/ope1-bg01_sp.png);
    background-size: 100% auto;
    padding: 6vw 0;
  }
  .p-ope .c-section__inner{
    padding: 0 2vw;
  }
  .p-ope__title{
    min-height: auto;
    height: 36vw;
    margin-bottom: 8vw;
  }
  .p-ope__title img{
    height: 100%;
  }
  .p-ope__price{
    margin: 0 auto 3vw;
  }
  .p-ope__textarea{
    margin-bottom: 3vw;
  }
  .p-ope__textarea--md{
    width: 100%;
  }
  .p-ope__textarea--sm{
    width: 100%;
  }
  .p-ope__textarea__title{
    font-size: 15px;
    font-size: 4vw;
  }
  .p-ope__qa{
    background-size: 15px auto;
    border-radius: 5px;
    padding: 3vw;
    font-size: 12px;
    font-size: 3.2vw;
  }
  .p-ope__qa__title{
    height: 12vw;
    margin-bottom: 3vw;
  }
  .p-ope__qa__title img{
    height: 100%;
  }
  .p-ope__qa__question{
    margin: 5vw 0 0;
  }
  .p-ope2{
    background-image: url(../img/ope2-bg01_sp.png);
  }
  .p-ope2__figure{
    width: 80%;
    margin: 3vw auto 0;
  }
  .p-ope2__figure.c-flexbox{
    display: block;
  }
  .p-ope2__figure img{
    margin-bottom: 3vw;
  }
  .p-ope2__figure .p-ope__textarea--sm{
    font-size: 12px;
    font-size: 3.2vw;
  }
  .p-ope3{
    background-image: url(../img/ope3-bg01_sp.png);
  }
  .p-ope3__bg{
    padding-bottom: 90vw;
    background: url(../img/ope3-img01_sp.png) no-repeat left bottom 10vw;
    background-size: 100% auto;
  }
  .p-ope3__bg .p-ope__textarea--sm{
    font-size: 11px;
    font-size: 2.93333vw;
    width: 80%;
    padding-bottom: 6vw;
  }
  .p-ope3__bg .p-ope__textarea--sm .p-ope__textarea__title{
    font-size: 11px;
    font-size: 2.93333vw;
  }
  .p-ope3__bg .p-ope__textarea--sm small{
    width: 96vw;
    bottom: 0;
  }
  .p-still{
    background-image: url(../img/still-bg01_sp.png);
    background-size: contain;
    padding-top: 4vw;
  }
  .p-still .c-section__inner{
    background-size: 40% auto;
    padding-bottom: 15vw;
  }
  .p-still__title{
    width: 65%;
    padding: 0 0 0 2vw;
  }
  .p-answer{
    background-image: url(../img/answer-bg01_sp.png);
    background-size: cover;
    padding-bottom: 15vw;
  }
  .p-answer .c-section__inner{
    width: 100%;
  }
  .p-answer__title{
    top: -3vw;
    padding: 0 2vw;
  }
  .p-answer__doctor{
    padding-bottom: 0;
  }
  .p-answer__doctor__img{
    margin-left: 0;
    width: 42%;
    top: 9vw;
    left: -5vw;
  }
  .p-answer__doctor__message{
    width: 72%;
    margin: 0;
  }
  .p-answer__doctor__text{
    width: 60%;
    margin: 2vw 2vw 4vw 0;
    font-size: 11px;
    font-size: 2.93333vw;
  }
  .p-answer__doctor__table{
    width: 85%;
    position: relative;
    margin-left: 2vw;
  }
  .p-answer__doctor__table__head, .p-answer__doctor__table__data{
    font-size: 10px;
    font-size: 2.66667vw;
  }
  .p-answer__doctor__table__head{
    padding-right: 1vw;
  }
  .p-answer__doctor__table__data{
    padding-bottom: 1vw;
  }
  .p-reason__title{
    padding: 5vw;
  }
  .p-reason .c-section__inner{
    padding: 4vw 2vw;
  }
  .p-reason__item{
    margin-bottom: 4vw;
    padding: 3vw;
    background-position: right bottom;
    background-size: 53% auto;
  }
  .p-reason__item__title{
    margin: 0 0 3vw -5vw;
  }
  .p-reason__item__title img{
    height: 15vw;
  }
  .p-reason__item__textarea{
    width: 65%;
    font-size: 10px;
    font-size: 2.66667vw;
    text-shadow: 1px 1px 0 #ffffff;
  }
  .p-reason__item__textarea .u-mg--t-md{
    margin-top: 3vw !important;
  }
  .p-reason__item1{
    margin-top: 0;
  }
  .p-proposal{
    background-image: url(../img/proposal-bg01_sp.png);
    background-size: cover;
    padding: 4vw 2vw;
  }
  .p-proposal__title{
    margin-bottom: 20vw;
  }
  .p-doctor{
    padding: 20px 0;
  }
  .p-doctor__lead{
    margin-bottom: 30px;
  }
  .p-doctor__lead .c-section__inner{
    padding: 0 3vw;
  }
  .p-doctor__lead__title{
    margin-bottom: 20px;
  }
  .p-doctor__lead__text{
    line-height: 2;
    font-size: 12px;
    font-size: 3.2vw;
  }
  .p-doctor__logo{
    margin-bottom: 30px;
  }
  .p-doctor__greeting .c-section__inner{
    padding: 0 3vw;
  }
  .p-doctor__greeting .c-section__inner:before{
    width: 60vw;
    height: 60vw;
    top: -1%;
    right: -10%;
  }
  .p-doctor__greeting__textarea{
    width: 100%;
  }
  .p-doctor__profile{
    width: 100%;
  }
  .p-doctor__profile__title{
    width: 20%;
  }
  .p-doctor__profile__table{
    font-size: 11px;
    font-size: 2.93333vw;
  }
  .p-doctor__profile__table__head{
    width: 30%;
    padding: 5px 0;
  }
  .p-doctor__profile__table__data{
    width: 70%;
    padding: 5px 0;
  }
  .p-thanks{
    padding: 18.66667vw 0;
  }
  .p-thanks .c-section__inner{
    padding: 0 3vw;
  }
  .p-thanks__title{
    margin: 8vw;
  }
  .p-clinic{
    padding: 6.66667vw 0;
  }
  .p-clinic .c-section__inner{
    padding: 0 2vw 60px;
  }
  .p-clinic__title{
    margin-bottom: 4vw;
  }
  .p-clinic__list{
    display: block;
  }
  .p-clinic__item{
    margin-bottom: 5.33333vw;
    width: 100%;
    padding: 4vw;
  }
  .p-clinic__img{
    margin-bottom: 4vw;
  }
  .p-clinic__name{
    font-size: 17px;
    font-size: 4.53333vw;
    text-align: center;
    margin-bottom: 2.66667vw;
  }
  .p-clinic__tel{
    font-size: 30px;
    font-size: 8vw;
    transform: inherit;
    margin-bottom: 2.66667vw;
    padding-bottom: 2.66667vw;
  }
  .p-clinic__tel a:before{
    margin: 0 1.33333vw 0 0;
    height: 5.33333vw;
    width: 8.26667vw;
  }
  .p-clinic__note{
    font-size: 14px;
    font-size: 3.73333vw;
    height: auto;
    line-height: 1.7;
    width: 100%;
    margin-bottom: 5.33333vw;
  }
  .p-clinic__info{
    margin-bottom: 2.66667vw;
  }
  .p-clinic__address{
    margin-bottom: 2.66667vw;
  }
  .p-clinic__map{
    display: none;
  }
  .p-clinic__profile{
    padding: 6.66667vw 0 0;
  }
  .p-clinic__profile__name{
    font-size: 14px;
    font-size: 3.73333vw;
    margin-bottom: 2.66667vw;
  }
  .p-clinic__profile__name strong{
    font-size: 1.2em;
  }
  .p-clinic__profile__img{
    margin-bottom: 5.33333vw;
  }
  .p-clinic__profile__data__title{
    font-size: 14px;
    font-size: 3.73333vw;
    margin-bottom: 2.66667vw;
    padding-bottom: 2.66667vw;
  }
  .p-clinic__profile__data__list{
    font-size: 14px;
    font-size: 3.73333vw;
  }
  .p-clinic__profile__data__list dd{
    margin-bottom: 2.66667vw;
  }
  .p-form{
    background-size: 40% auto;
    padding: 55px 2vw 5.33333vw;
    margin-top: -55px;
  }
  .p-form__title{
    margin-bottom: 5.33333vw;
    font-size: 20px;
    font-size: 5.33333vw;
  }
  .p-form__lead{
    width: 100%;
    font-size: 12px;
    font-size: 3.2vw;
  }
  .p-form__inner{
    border-radius: 5px;
    padding: 2.66667vw;
    margin-top: 4vw;
  }
  .p-form__table{
    display: block;
    font-size: 16px;
    font-size: 4.26667vw;
  }
  .p-form__table tbody{
    display: block;
  }
  .p-form__table tr{
    display: block;
    padding: 2.66667vw 0;
  }
  .p-form__table__head{
    width: 100%;
    display: block;
    padding: 0 0 2.66667vw;
  }
  .p-form__table__data{
    width: 100%;
    display: block;
    padding: 0 0 2.66667vw;
  }
  .p-form__table__date{
    margin-bottom: 2.66667vw;
  }
  .p-form__table__date__cal:after{
    margin: 0 1.33333vw;
  }
  .p-form__table__select{
    width: 30%;
  }
  .p-form__table__select--lg{
    width: 100%;
  }
  .p-form__table__select select{
    font-size: 13px;
    font-size: 3.46667vw;
    height: 9vw;
  }
  .p-form__table__labels label{
    margin-right: 0.8vw !important;
  }
  .p-form__table__flex{
    font-size: 14px;
    font-size: 3.73333vw;
  }
  .p-form__table__flex .c-grid__item{
    width: 100% !important;
    margin-right: 0 !important;
  }
  .p-form__table__flex__title span{
    padding: 0 1.33333vw;
  }
  .p-form__table input[type="text"],
  .p-form__table input[type="email"],
  .p-form__table input[type="tel"],
  .p-form__table textarea{
    padding: 1.33333vw 2.66667vw;
    width: 100%;
  }
  .p-form__table input[type="text"].date,
  .p-form__table input[type="email"].date,
  .p-form__table input[type="tel"].date,
  .p-form__table textarea.date{
    width: 24vw;
  }
  .p-form__table input[type="radio"],
  .p-form__table input[type="checkbox"]{
    margin: 9px 1.86667vw 0 0;
  }
  .p-form__table textarea{
    min-height: 45vw !important;
  }
  .p-form__btn{
    width: 80%;
    margin: 5.33333vw auto;
  }
  .u-align--img-right{
    max-width: 50%;
  }
  .u-align--img-left{
    max-width: 50%;
  }
  .u-bg--rotate:after{
    bottom: 2.5vw;
    left: -6vw;
    transform: rotate(-2deg);
  }
  .u-display--block-sp{
    display: block;
  }
  .u-display--inline-sp{
    display: inline-block;
  }
  .u-show--pc{
    display: none !important;
  }
  .u-show--sp{
    display: block !important;
  }
  .u-hide--sp{
    display: none !important;
  }
  .u-flex--pc{
    display: -ms-flexbox;
    display: flex;
  }
  .u-flex--sp{
    display: -ms-flexbox;
    display: flex;
  }
  .u-flex--column-sp{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .u-flex--column-sp > *{
    max-width: 100%;
    min-height: 0%;
  }
  .u-flex--ai-center-sp{
    -ms-flex-align: center;
    align-items: center;
  }
  .u-flex--ai-end-sp{
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .u-flex--ai-start-sp{
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .u-flex--ai-base-sp{
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .u-flex--ai-stretch-sp{
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .u-flex--as-center-sp{
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .u-flex--as-end-sp{
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .u-flex--as-start-sp{
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .u-flex--as-base-sp{
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }
  .u-flex--as-stretch-sp{
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .u-flex--jc-center-sp{
    -ms-flex-pack: center;
    justify-content: center;
  }
  .u-flex--jc-end-sp{
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .u-flex--jc-start-sp{
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .u-flex--jc-around-sp{
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .u-flex--jc-between-sp{
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .u-flex--order-1-sp{
    -ms-flex-order: 1;
    order: 1;
  }
  .u-flex--order-2-sp{
    -ms-flex-order: 2;
    order: 2;
  }
  .u-flex--order-3-sp{
    -ms-flex-order: 3;
    order: 3;
  }
  .u-flex--order-4-sp{
    -ms-flex-order: 4;
    order: 4;
  }
  .u-flex--order-5-sp{
    -ms-flex-order: 5;
    order: 5;
  }
  .u-iframe--gmap iframe{
    height: 280px;
  }
  .js-accordion--sp__content.js-close{
    display: none;
  }
  .u-mg--t-xl{
    margin-top: 60px !important;
  }
  .u-mg--t-lg{
    margin-top: 30px !important;
  }
  .u-mg--t-md{
    margin-top: 20px !important;
  }
  .u-mg--t-sm{
    margin-top: 10px !important;
  }
  .u-mg--t-xs{
    margin-top: 5px !important;
  }
  .u-mg--r-xl{
    margin-right: 60px !important;
  }
  .u-mg--r-lg{
    margin-right: 30px !important;
  }
  .u-mg--r-md{
    margin-right: 20px !important;
  }
  .u-mg--r-sm{
    margin-right: 10px !important;
  }
  .u-mg--r-xs{
    margin-right: 5px !important;
  }
  .u-mg--b-xl{
    margin-bottom: 60px !important;
  }
  .u-mg--b-lg{
    margin-bottom: 30px !important;
  }
  .u-mg--b-md{
    margin-bottom: 20px !important;
  }
  .u-mg--b-sm{
    margin-bottom: 10px !important;
  }
  .u-mg--b-xs{
    margin-bottom: 5px !important;
  }
  .u-mg--l-xl{
    margin-left: 60px !important;
  }
  .u-mg--l-lg{
    margin-left: 30px !important;
  }
  .u-mg--l-md{
    margin-left: 20px !important;
  }
  .u-mg--l-sm{
    margin-left: 10px !important;
  }
  .u-mg--l-xs{
    margin-left: 5px !important;
  }
  .u-pd--t-xl{
    padding-top: 60px !important;
  }
  .u-pd--t-lg{
    padding-top: 30px !important;
  }
  .u-pd--t-md{
    padding-top: 20px !important;
  }
  .u-pd--t-sm{
    padding-top: 10px !important;
  }
  .u-pd--t-xs{
    padding-top: 5px !important;
  }
  .u-pd--r-xl{
    padding-right: 60px !important;
  }
  .u-pd--r-lg{
    padding-right: 30px !important;
  }
  .u-pd--r-md{
    padding-right: 20px !important;
  }
  .u-pd--r-sm{
    padding-right: 10px !important;
  }
  .u-pd--r-xs{
    padding-right: 5px !important;
  }
  .u-pd--b-xl{
    padding-bottom: 60px !important;
  }
  .u-pd--b-lg{
    padding-bottom: 30px !important;
  }
  .u-pd--b-md{
    padding-bottom: 20px !important;
  }
  .u-pd--b-sm{
    padding-bottom: 10px !important;
  }
  .u-pd--b-xs{
    padding-bottom: 5px !important;
  }
  .u-pd--l-xl{
    padding-left: 60px !important;
  }
  .u-pd--l-lg{
    padding-left: 30px !important;
  }
  .u-pd--l-md{
    padding-left: 20px !important;
  }
  .u-pd--l-sm{
    padding-left: 10px !important;
  }
  .u-pd--l-xs{
    padding-left: 5px !important;
  }
  .u-text--size-sm{
    font-size: 1rem;
  }
  .u-text--size-md{
    font-size: 1.6rem;
  }
  .u-text--size-lg{
    font-size: 2.4rem;
  }
  .u-text--block--sp{
    margin-right: 0;
    display: block;
  }
}

@media print, screen and (min-width: 769px){
  .c-grid--2-pc .c-grid__item{
    width: calc(50% - (20px / 2));
    margin: 20px 20px 0 0;
  }
  .c-grid--2-pc .c-grid__item:nth-of-type(-n+2){
    margin-top: 0;
  }
  .c-grid--2-pc .c-grid__item:nth-of-type(2n){
    margin-right: 0;
  }
  .c-grid--3-pc .c-grid__item{
    width: calc(33.3333333333% - (20px / 1.5));
    margin: 20px 20px 0 0;
  }
  .c-grid--3-pc .c-grid__item:nth-of-type(-n+3){
    margin-top: 0;
  }
  .c-grid--3-pc .c-grid__item:nth-of-type(3n){
    margin-right: 0;
  }
  .c-grid--4-pc .c-grid__item{
    width: calc(25% - (20px / 1.33));
    margin: 20px 20px 0 0;
  }
  .c-grid--4-pc .c-grid__item:nth-of-type(-n+4){
    margin-top: 0;
  }
  .c-grid--4-pc .c-grid__item:nth-of-type(4n){
    margin-right: 0;
  }
  .c-grid--5-pc .c-grid__item{
    width: calc(20% - (20px / 1.25));
    margin: 20px 20px 0 0;
  }
  .c-grid--5-pc .c-grid__item:nth-of-type(-n+5){
    margin-top: 0;
  }
  .c-grid--5-pc .c-grid__item:nth-of-type(5n){
    margin-right: 0;
  }
  .c-section__inner{
    width: 1100px;
  }
  .c-title--lg{
    margin: 60px 0 30px;
    font-size: 3.2rem;
  }
  .c-title--md{
    margin: 40px 0 30px;
    font-size: 2.6rem;
  }
  .c-title--sm{
    margin: 20px 0 10px;
    font-size: 2.6rem;
  }
  .p-cta__inner{
    width: 1100px;
  }
  .p-cta__mail__btn{
    transition: .3s;
  }
  .p-cta__mail__btn:hover{
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }
  .p-sukkiri__title{
    width: 1100px;
  }
  .p-sukkiri__text{
    width: 1100px;
  }
  .p-form__title{
    width: 1100px;
  }
  .u-display--block-pc{
    display: block;
  }
  .u-display--inline-pc{
    display: inline-block;
  }
  .u-show--pc{
    display: block !important;
  }
  .u-show--sp{
    display: none !important;
  }
  .u-hide--pc{
    display: none !important;
  }
  .u-flex--column-pc{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .u-flex--column-pc > *{
    max-width: 100%;
    min-height: 0%;
  }
  .u-flex--ai-center-pc{
    -ms-flex-align: center;
    align-items: center;
  }
  .u-flex--ai-end-pc{
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .u-flex--ai-start-pc{
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .u-flex--ai-base-pc{
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .u-flex--ai-stretch-pc{
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .u-flex--as-center-pc{
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .u-flex--as-end-pc{
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .u-flex--as-start-pc{
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .u-flex--as-base-pc{
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }
  .u-flex--as-stretch-pc{
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .u-flex--jc-center-pc{
    -ms-flex-pack: center;
    justify-content: center;
  }
  .u-flex--jc-end-pc{
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .u-flex--jc-start-pc{
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .u-flex--jc-around-pc{
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .u-flex--jc-between-pc{
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .u-flex--order-1-pc{
    -ms-flex-order: 1;
    order: 1;
  }
  .u-flex--order-2-pc{
    -ms-flex-order: 2;
    order: 2;
  }
  .u-flex--order-3-pc{
    -ms-flex-order: 3;
    order: 3;
  }
  .u-flex--order-4-pc{
    -ms-flex-order: 4;
    order: 4;
  }
  .u-flex--order-5-pc{
    -ms-flex-order: 5;
    order: 5;
  }
  .js-accordion--sp__btn{
    display: none !important;
  }
  .js-accordion--sp__content{
    display: block !important;
  }
  .u-link--image{
    transition: .3s;
  }
  .u-link--image:hover{
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }
}

@media screen and (max-width: 768px) and (max-width: 768px){
  .p-ope3__bg .p-ope__textarea--sm small{
    font-size: 10px;
    font-size: 2.66667vw;
  }
}

@media screen and (max-width: 400px){
  .u-show--xs{
    display: block !important;
  }
}

@media print, screen and (min-width: 401px){
  .u-show--xs{
    display: none !important;
  }
}

/* 210213 add */
.p-clinic__profile__img img {
  width: auto;
  max-height: 210px;  
}

/* 追加 */
.sp-only {
  display: none !important;
}

@media only screen and (max-width: 812px) {
  .pc-only {
    display: none !important;
  }

  .sp-only {
    display: block !important;
  }
}

/**
 * cta
 */

.cta {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: flex;
  width: 100%;
  padding: 7px 38px;
  background-color: rgba(255, 255, 255, 0.6);
}

.cta__link {
  width: 50%;
}

.cta__link+.cta__link {
  margin-left: 17px;
}

@media only screen and (min-width: 812px) {
  .cta {
    display: none;
  }

  .p-clinic__item+.p-clinic__item {
    margin-left: 50px;
  }
}