@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  color: #333333;
  line-height: 1.8;
  font-size: 16px;
}

img {
  max-width: 100%;
}

a:hover {
  opacity: 0.7;
}

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

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

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
li {
  list-style: none;
}

img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

h2 {
  font-size: 32px;
  font-weight: normal;
}

@media (max-width: 768px) {
  h2 {
    font-size: 22px;
  }
}

h3 {
  font-size: 24px;
  font-weight: normal;
}

@media (max-width: 1100px) {
  h3 {
    font-size: 32px;
  }
}

h4 {
  font-size: 22px;
  font-weight: normal;
}

p {
  font-size: 16px;
  line-height: 1.6;
}

@media (max-width: 768px) {
  p {
    font-size: 14px;
  }
}

.menuContainer li {
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
}

.menuContainer li a {
  color: #000;
  text-decoration: none;
}

.menuContainer li a:hover {
  color: #000;
}

.menuClose__p {
  color: #FFF;
  font-family: 'Noto Serif JP', serif;
}

.headdingBox02 h2, .headdingBox03 h2 {
  font-size: 40px;
  font-family: 'Noto Serif JP', serif;
}

.headdingBox02 p, .headdingBox03 p {
  font-family: 'Noto Serif JP', serif;
  font-size: 24px;
}

@media (max-width: 768px) {
  .headdingBox02 h2, .headdingBox03 h2 {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .headdingBox02 p, .headdingBox03 p {
    font-size: 14px;
  }
}

@media (max-width: 1100px) {
  ._1 dt, ._1 dd {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  ._1 dt, ._1 dd {
    font-size: 14px;
  }
}

._2 h3 {
  color: #158DCE;
  font-family: 'Noto Serif JP', serif;
}

@media (max-width: 768px) {
  ._2 h3 {
    font-size: 18px;
  }
}

._2 .checkPoint01 {
  font-family: 'Noto Serif JP', serif;
}

._3 h3 {
  font-family: 'Noto Serif JP', serif;
  font-size: 22px;
}

@media (max-width: 1100px) {
  ._3 h3 {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  ._3 h3 {
    font-size: 16px;
    line-height: 1.4;
  }
}

._3 p {
  font-size: 24px;
}

.applianceText p {
  font-size: 16px;
}

@media (max-width: 1100px) {
  ._3 p {
    font-size: 21px;
  }
}

@media (max-width: 768px) {
  ._3 p {
    font-size: 14px;
    line-height: 1.4;
  }
}

._4 .childContainer .childHeadding h3 {
  font-family: 'Noto Serif JP', serif;
  font-size: 34px;
}

._4 .childContainer .childHeadding h3 .span__blue {
  font-size: 40px;
}

@media (max-width: 1100px) {
  ._4 .childContainer .childHeadding h3 .span__blue {
    font-size: 36px;
  }
}

@media (max-width: 1100px) and (max-width: 768px) {
  ._4 .childContainer .childHeadding h3 .span__blue {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  ._4 .childContainer .childHeadding h3 {
    font-size: 20px;
  }
}

._4 .childContainer li {
  font-family: 'Noto Serif JP', serif;
  font-size: 21px;
  margin-bottom: 16px;
}

._4 .childContainer li p {
  font-size: 21px;
}

@media (max-width: 1100px) {
  ._4 .childContainer li p {
    font-size: 31px;
  }
}

@media (max-width: 768px) {
  ._4 .childContainer li p {
    font-size: 16px;
  }
}

._4 .childContainer li span {
  color: #158DCE;
}

@media (max-width: 1100px) {
  ._4 .childContainer li span {
    font-size: 31px;
  }
}

@media (max-width: 768px) {
  ._4 .childContainer li span {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  ._5 h3 {
    font-size: 21px;
  }
}

._5 span {
  color: #158DCE;
}

._5 .payment .split h3, ._5 .payment .pay h3 {
  font-family: "Yu Mincho", YuMincho, serif;
}

._5 .meritWrap h3 {
  color: #158DCE;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-color: #158DCE;
          text-decoration-color: #158DCE;
}

._5 .payment p {
  font-size: 24px;
}

@media (max-width: 768px) {
  ._5 .payment p {
    font-size: 14px;
  }
}

._5 .price__p {
  color: #158DCE;
  font-size: 24px;
}

._5 .meritWrap h3 {
  font-size: 34px;
}

@media (max-width: 768px) {
  ._5 .meritWrap h3 {
    font-size: 17px;
  }
}

._5 .meritWrap p {
  font-size: 24px;
}

@media (max-width: 768px) {
  ._5 .meritWrap p {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  ._5 .price__p {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  ._5 .monthly p {
    font-size: 14px;
  }
}

._5 .planContainer h3, ._5 .planContainer h3 {
  font-family: 'Noto Serif JP', serif;
  font-size: 32px;
}

._5 .planContainer h3, ._5 .planContainer h4 {
  font-family: 'Noto Serif JP', serif;
  font-size: 32px;
}

@media (max-width: 768px) {
  ._5 .planContainer h3, ._5 .planContainer h4 {
    font-size: 20px;
  }
}

._6 {
  font-family: 'Noto Serif JP', serif;
}

._6 .doctorBox__head h3 {
  font-size: 21px;
  color: #158DCE;
}

._6 .doctorBox__head p {
  font-size: 21px;
}

._6 .doctorBox__foot h4 {
  color: #158DCE;
  font-size: 18px;
}

._6 .doctorBox__foot li {
  font-size: 18px;
}

._6 .doctorBox__foot p {
  font-size: 18px;
}

._7 {
  font-family: 'Noto Serif JP', serif;
}

._7 .chairmanContainer p {
  font-size: 28px;
}

._7 .chairmanContainer p small {
  font-size: 21px;
}

@media (max-width: 768px) {
  ._7 .chairmanContainer p {
    font-size: 16px;
  }
  ._7 .chairmanContainer p small {
    font-size: 14px;
  }
}

._7 .chairmanContainer .chairmanBox .year {
  font-size: 21px;
  color: #158DCE;
}

@media (max-width: 768px) {
  ._7 .chairmanContainer .chairmanBox .year {
    font-size: 14px;
    width: 25%;
  }
}

._7 .chairmanContainer .chairmanBox p {
  font-size: 24px;
}

@media (max-width: 768px) {
  ._7 .chairmanContainer .chairmanBox p {
    font-size: 14px;
    width: 75%;
  }
}

._7 .chairmanContainer .member {
  color: #158DCE;
}

._8 h3 {
  font-family: 'Noto Serif JP', serif;
}

@media (max-width: 768px) {
  ._8 h3 {
    font-size: 18px;
  }
}

.copyright {
  font-family: 'Noto Serif JP', serif;
}

.copyright small {
  font-size: 16px;
}

@media (max-width: 1100px) {
  .copyright small {
    font-size: 21px;
  }
}

@media (max-width: 768px) {
  .copyright small {
    font-size: 14px;
  }
}

@media (max-width: 1100px) {
  .copyright {
    color: #000;
  }
}

.footer__nav {
  color: #FFF;
  font-family: 'Noto Serif JP', serif;
}

@media (max-width: 1100px) {
  .footer__nav {
    color: #FFF;
    font-family: 'Noto Serif JP', serif;
  }
}

.footer__nav .tell__in p {
  font-size: 14px;
}

.footer__nav .tellNumber {
  font-size: 14px;
}

.footer__nav .contact__in p {
  font-size: 14px;
}

.footer__nav .consultation {
  font-size: 14px;
}

.sec {
  padding-top: 88px;
}

@media (max-width: 1100px) {
  .sec {
    padding-top: 62px;
  }
}

@media (max-width: 768px) {
  .sec {
    padding-top: 30px;
  }
}

._1 {
  padding-bottom: 100px;
}

@media (max-width: 1100px) {
  ._1 {
    padding-bottom: 42px;
  }
}

._2 {
  padding-bottom: 100px;
  background-image: url(../img/common/background_s2.jpg);
  background-size: cover;
}

@media (max-width: 1100px) {
  ._2 {
    padding-bottom: 64px;
  }
}

._3 {
  padding-bottom: 88px;
  background-image: url(../img/common/background_s3.jpg);
  background-size: cover;
}

@media (max-width: 1100px) {
  ._3 {
    padding-bottom: 40px;
  }
}

._4 {
  padding-bottom: 100px;
  background-image: url(../img/common/background_s4.jpg);
  background-size: cover;
}

@media (max-width: 768px) {
  ._4 {
    padding-bottom: 34px;
  }
}

._5 {
  padding-bottom: 127px;
}

@media (max-width: 1100px) {
  ._5 {
    padding-bottom: 50px;
  }
}

@media (max-width: 768px) {
  ._5 {
    padding-bottom: 25px;
  }
}

._6 {
  background-image: url(../img/common/background_s5.jpg);
  background-size: cover;
  padding-bottom: 24px;
}

._7 {
  background-image: url(../img/common/background_s5.jpg);
  background-size: cover;
  padding-bottom: 118px;
}

@media (max-width: 1100px) {
  ._7 {
    padding-bottom: 32px;
  }
}

.inner {
  max-width: 1100px;
  margin: 0 auto;
}

@media (max-width: 1100px) {
  .inner {
    max-width: 750px;
  }
}

@media (max-width: 768px) {
  .inner {
    max-width: 768px;
    padding: 0 16px;
  }
}

.headdingBox01 {
  margin: 0 auto 88px;
  text-align: center;
}

@media (max-width: 768px) {
  .headdingBox01 {
    margin-bottom: 40px;
  }
  .headdingBox01 img {
    width: 300px;
  }
}

.headdingBox02 {
  margin: 0 auto 88px;
  text-align: center;
}

.headdingBox02 h2 {
  margin-top: 80px;
}

@media (max-width: 1100px) {
  .headdingBox02 {
    margin-bottom: 40px;
  }
  .headdingBox02 h2 {
    margin-top: 32px;
  }
}

@media (max-width: 768px) {
  .headdingBox02 {
    margin-bottom: 20px;
  }
  .headdingBox02 h2 {
    margin-top: 16px;
  }
}

@media (max-width: 768px) {
  .headdingBox02 img {
    width: 150px;
  }
}

.headdingBox03 {
  margin: 0 auto 88px;
  text-align: center;
}

@media (max-width: 1100px) {
  .headdingBox03 {
    margin-bottom: 32px;
  }
}

.headdingBox03 h2 {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (max-width: 1100px) {
  .headdingBox03 h2 {
    margin-top: 24px;
    margin-bottom: 32px;
  }
}

@media (max-width: 768px) {
  .headdingBox03 h2 {
    margin-top: 12px;
    margin-bottom: 16px;
  }
}

@media (max-width: 768px) {
  .headdingBox03 img {
    width: 150px;
  }
}

.faqContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  /* blue */
  /* cian */
}

@media (max-width: 1100px) {
  .faqContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.faqContainer .faqBox__blue {
  width: 528px;
  background-color: #E9F1F5;
  border: solid 1px #158DCE;
  padding: 23px 25px 0 19px;
  margin-bottom: 56px;
  margin-right: 44px;
  position: relative;
}

@media (max-width: 1100px) {
  .faqContainer .faqBox__blue {
    width: 686px;
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .faqContainer .faqBox__blue {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 0;
  }
}

.faqContainer .faqBox__blue:nth-child(9) {
  margin-bottom: 0;
}

@media (max-width: 1100px) {
  .faqContainer .faqBox__blue:nth-child(9) {
    margin-bottom: 56px;
  }
}

.faqContainer .faqBox__blue .closeBtn {
  position: absolute;
  right: 18px;
}

@media (max-width: 768px) {
  .faqContainer .faqBox__blue .closeBtn {
    right: 0;
  }
}

.faqContainer .faqBox__blue .answer {
  display: none;
  padding-top: 16px;
  background-color: #E9F1F5;
  margin-bottom: 50px;
}

.faqContainer .faqBox__blue .faqIcon {
  position: absolute;
  top: -32px;
  left: 48px;
}

.faqContainer .faqBox__cian {
  width: 528px;
  background-color: #F4EEE4;
  border: solid 1px #158DCE;
  padding: 23px 25px 0 19px;
  margin-bottom: 56px;
  position: relative;
}

@media (max-width: 1100px) {
  .faqContainer .faqBox__cian {
    width: 686px;
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .faqContainer .faqBox__cian {
    width: 100%;
    padding-top: 16px;
  }
}

.faqContainer .faqBox__cian:nth-child(2) {
  padding: 19px 25px 0 19px;
}

.faqContainer .faqBox__cian:nth-child(2) .question {
  margin-bottom: 0;
  padding-bottom: 26px;
}

@media (max-width: 767px) {
  .faqContainer .faqBox__cian:nth-child(2) .question {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}

.faqContainer .faqBox__cian:nth-child(2) dt {
  padding-top: 0;
  padding-bottom: 8px;
}

.faqContainer .faqBox__cian:nth-child(10) {
  margin-bottom: 0;
}

.faqContainer .faqBox__cian .faqIcon {
  position: absolute;
  top: -32px;
  left: 48px;
}

.faqContainer .faqBox__cian .closeBtn {
  position: absolute;
  right: 18px;
}

@media (max-width: 768px) {
  .faqContainer .faqBox__cian .closeBtn {
    right: 0;
  }
}

.faqContainer .faqBox__cian .answer {
  display: none;
  padding-top: 16px;
  background-color: #F4EEE4;
  margin-bottom: 50px;
}

.faqContainer .question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  padding-top: 16px;
  padding-bottom: 32px;
  position: relative;
  align-items: center;
}

@media (max-width: 1100px) {
  .faqContainer .question {
    padding-bottom: 16px;
  }
}

.faqContainer .question dt {
  position: relative;
  padding-left: 78px;
  padding-top: 8px;
  padding-right: 40px;
  padding-bottom: 8px;
}

@media(max-width: 1100px) {
  .faqContainer .question dt {
    padding-top: 0px;
  }

}

@media (max-width: 768px) {
  .faqContainer .question dt {
    padding-left: 53px;
    padding-bottom: 0;
  }
}

.faqContainer .question dt::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 73px;
  height: 69px;
  background-size: contain;
  background-image: url(../img/icon/icon_q.png);
}

@media (max-width: 768px) {
  .faqContainer .question dt::before {
    width: 48px;
    height: 45px;
  }
}

@media(min-width: 1101px) {
  .faqContainer .question .q2::before {
    top: -2px;
    left: 0;
  }
}

@media(max-width: 1100px) {
  .faqContainer .question .q2::before {
    top: 12px;
    left: 0;
  }
}

@media(max-width: 768px) {
  .faqContainer .question .q2::before, .faqContainer .question .q9::before, .faqContainer .question .q10::before {
    top: -2px;
    left: 0;
  }
  /* .faqContainer .question .q9::before, .faqContainer .question .q10::before {
    top: -2px;
  } */
}

@media(max-width: 492px) {
  .faqContainer .question .q2::before {
    top: 12px;
    left: 0;
  }
}

@media(max-width: 408px) {
  .faqContainer .question .q9::before {
    top: 12px;
    left: 0;
  }
}

@media(max-width: 380px) {
  .faqContainer .question .q10::before {
    top: 12px;
    left: 0;
  }
}


@media(max-width: 352px) {
  .faqContainer .question .q8::before {
    top: 2px;
    left: 0;
  }
}

@media(max-width: 338px) {
  .faqContainer .question .q6::before, .faqContainer .question .q8::before {
    top: 4px;
    left: 0;
  }
  .faqContainer .question .q2::before {
    top: 24px;
    left: 0;
  }
}

@media(max-width: 324px) {
  .faqContainer .question .q1::before, .faqContainer .question .q3::before {
    top: 4px;
    left: 0;
  }
}

@media(max-width: 768px) {
  .faqContainer .question .q2, .faqContainer .question .q9, .faqContainer .question .q10 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .faqContainer .c1 {
    padding-top: 16px !important;
  }
}

.faqContainer .answer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.faqContainer .answer dd {
  padding-left: 78px;
  position: relative;
  padding-top: 8px;
}

@media (max-width:1100px) {
  .faqContainer .answer dd {
    padding-top: 0px;
  }
}

@media (max-width: 768px) {
  .faqContainer .answer dd {
    padding-left: 53px;
  }
}

.faqContainer .answer dd::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 73px;
  height: 69px;
  background-size: contain;
  background-image: url(../img/icon/icon_a.png);
}

@media (max-width: 768px) {
  .faqContainer .answer dd::before {
    width: 48px;
    height: 45px;
  }
}

.dentitianBox {
  width: 256px;
  height: 256px;
  text-align: center;
  background-color: #FFF;
  border: 1px solid #C9A256;
  margin-right: 20px;
  margin-bottom: 58px;
}

@media (max-width: 1100px) {
  .dentitianBox {
    width: 328px;
    height: 328px;
    margin-bottom: 16px;
    padding-bottom: 34px;
  }
  .dentitianBox:nth-child(2), .dentitianBox:nth-child(4), .dentitianBox:nth-child(6), .dentitianBox:nth-child(8) {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .dentitianBox {
    width: calc(50% - 10px);
    height: auto;
    padding-bottom: 0;
  }
}

.dentitianBox h3 {
  padding-top: 20px;
}

@media (max-width: 1100px) {
  .dentitianBox h3 {
    padding-top: 24px;
  }
}

@media (max-width: 768px) {
  .dentitianBox h3 {
    padding-top: 12px;
  }
}

.dentitianBox p {
  padding-top: 16px;
  padding-bottom: 30px;
}

@media (max-width: 1100px) {
  .dentitianBox p {
    padding-top: 18px;
    padding-bottom: 38px;
  }
}

@media (max-width: 768px) {
  .dentitianBox p {
    padding-top: 16px;
    padding-bottom: 20px;
  }
}

.dentitianBox img {
  padding-bottom: 20px;
}

@media (max-width: 1100px) {
  .dentitianBox img {
    width: 198px;
    height: 136px;
    padding-bottom: 0;
  }
}

@media (max-width: 768px) {
  .dentitianBox img {
    width: 100px;
    height: 65px;
  }
}

.applianceBox {
  width: 536px;
  height: 224px;
  background-color: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #C9A256;
  margin-right: 26px;
  margin-bottom: 14px;
}

@media (max-width: 1100px) {
  .applianceBox {
    width: 686px;
    height: 286px;
    margin-right: 0;
    margin-bottom: 18px;
  }
}

@media (max-width: 768px) {
  .applianceBox {
    height: 143px;
    margin-bottom: 8px;
  }
}

@media (max-width: 347px) {
  .applianceBox {
    height: 175px;
  }
}

.applianceBox img {
  margin: 12px 0 12px 13px;
}

@media (max-width: 1100px) {
  .applianceBox img {
    width: 256px;
    height: 256px;
  }
}

@media (max-width: 768px) {
  .applianceBox img {
    width: 128px;
    height: 128px;
    margin: 6px 0 12px 8px;
  }
}

@media (max-width: 347px) {
  .applianceBox img {
    margin: 24px 0 12px 8px;
  }
}

.ssp {
  display: none;
}

@media (max-width: 347px) {
  .ssp {
    display: inline;
  }
}

.applianceBox .applianceText {
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
  text-align: justify;
}

@media (max-width: 768px) {
  .applianceBox .applianceText {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 8px;
  }
}

.applianceBox .applianceText h3 {
  text-align: center;
  padding-top: 24px;
  padding-bottom: 12px;
  margin-bottom: 15px;
  border-bottom: 1px solid #C9A256;
}

@media (max-width: 768px) {
  .applianceBox .applianceText h3 {
    padding-top: 12px;
    padding-bottom: 6px;
    margin-bottom: 8px;
  }
}

.colorBox__blue {
  max-width: 1100px;
  background-color: #D9EAF2;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 24px;
}

.colorBox__blue h3 {
  margin-bottom: 16px;
}

@media (max-width: 1100px) {
  .colorBox__blue h3 {
    margin-bottom: 8px;
  }
}

.colorBox__gray {
  max-width: 1100px;
  background-color: #F1F1F1;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 24px;
}

.colorBox__gray h3 {
  margin-bottom: 16px;
}

@media (max-width: 1100px) {
  .colorBox__gray h3 {
    margin-bottom: 8px;
  }
}

.monthly {
  background-color: #158DCE;
  width: 72px;
  height: 32px;
  border-radius: 4px;
}

.monthly p {
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 32px;
}

.doctorBox {
  width: 324px;
  background-color: #FFF;
  padding: 0 35px 50px 35px;
  margin-right: 40px;
  margin-bottom: 48px;
  position: relative;
}

@media (max-width: 1100px) {
  .doctorBox {
    margin-right: 30px;
  }
  .doctorBox:nth-child(3), .doctorBox:nth-child(6) {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .doctorBox {
    margin-bottom: 24px;
  }
  .doctorBox:first-child {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .doctorBox {
    padding: 0 25px 30px;
  }
}

.doctorBox .toggleBtn {
  position: absolute;
  bottom: 16px;
  right: 16px;
}

.doctorBox:first-child .doctorBox__head .doctorName {
  padding-bottom: 16px;
}

.doctorBox:nth-child(2) {
  margin-right: 30;
}

@media (max-width: 1100px) {
  .doctorBox:nth-child(2) {
    margin-right: 30px;
  }
}

@media (max-width: 768px) {
  .doctorBox:nth-child(2) {
    margin-right: 0;
  }
}

.doctorBox:nth-child(3) {
  margin-right: 0;
}

@media (max-width: 1100px) {
  .doctorBox:nth-child(3) {
    margin-right: 0px;
  }
}

@media (max-width: 768px) {
  .doctorBox:nth-child(3) {
    margin-right: 0;
  }
}


.doctorBox:nth-child(4) {
  margin-right: 30;
}

@media (max-width: 1100px) {
  .doctorBox:nth-child(4) {
    margin-right: 30px;
  }
}

@media (max-width: 768px) {
  .doctorBox:nth-child(4) {
    margin-right: 0;
  }
}


.doctorBox:nth-child(4), .doctorBox:nth-child(5) {
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  .doctorBox:nth-child(4) {
    margin-bottom: 24px;
  }
}

.doctorBox:nth-child(5) {
  margin-right: 30;
}

@media (max-width: 1100px) {
  .doctorBox:nth-child(5) {
    margin-right: 30px;
  }
}

@media (max-width: 768px) {
  .doctorBox:nth-child(5) {
    margin-right: 0;
    margin-bottom: 24px;
  }
}

.doctorBox:nth-child(6) {
  margin-right: 0;
}

@media (max-width: 1100px) {
  .doctorBox:nth-child(6) {
    margin-right: 30px;
  }
}

@media (max-width: 768px) {
  .doctorBox:nth-child(6) {
    margin-right: 0;
  }
}


.doctorBox .doctorBox__head {
  text-align: center;
}

.doctorBox .doctorBox__head img {
  padding-top: 24px;
  padding-bottom: 26px;
  height: 200px;
}

.doctorBox .doctorBox__head h3 {
  margin-bottom: 10px;
}

.doctorBox .doctorBox__head .doctorName {
  padding-bottom: 50px;
}

.doctorBox .doctorBox__foot {
  display: none;
}

.doctorBox .doctorBox__foot h4 {
  border-top: 1px solid #158DCE;
  padding-top: 26px;
  padding-bottom: 26px;
  text-align: center;
}

.doctorBox .doctorBox__foot .university {
  margin-bottom: 8px;
  padding-left: 34px;
  padding-right: 61px;
}

.doctorBox .doctorBox__foot ul {
  margin-bottom: 23px;
  padding-left: 34px;
  padding-right: 16px;
}

.doctorBox .doctorBox__foot ul li {
  text-indent: -1rem;
}

.doctorBox .doctorBox__foot ul li::before {
  content: "・";
}

.doctorBox .doctorBox__foot p {
  padding-left: 34px;
}

.chairmanBox {
  border-bottom: 1px solid #a3a2a2;
  padding-bottom: 26px;
  margin-bottom: 26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.chairmanBox:nth-child(6) {
  margin-bottom: 0;
}

.chairmanBox .year {
  margin-right: 20px;
}

.main {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 768px) {
  .main {
    width: 100%;
  }
}

.mv {
  max-width: 1500px;
  margin: 0 auto;
  line-height: 0;
  position: relative;
}

@media (max-width: 1100px) {
  .mv {
    width: 100%;
    padding: 0;
  }
}

.mv .mvImgs {
  margin-top: -1%;
}

.scrollTop {
  position: fixed;
  bottom: 100px;
  right: 30px;
  z-index: 2;
}

.scrollTop img {
  width: 50px;
}

.menu__wrapper {
  display: none;
  position: fixed;
  top: 0;
  background-color: #FFF;
  width: 100%;
  min-height: 100%;
  z-index: 10;
}

.menu__wrapper .menuContainer {
  padding: 56px 51px 0 51px;
  text-align: center;
  width: 80%;
}

@media (max-width: 768px) {
  .menu__wrapper .menuContainer {
    width: 100%;
    padding: 26px 30px 51px;
  }
}

.menu__wrapper .menuContainer h3 {
  padding-bottom: 70px;
  font-family: 'Noto Serif JP', serif;
}

@media (max-width: 1100px) {
  .menu__wrapper .menuContainer h3 {
    padding-bottom: 20px;
  }
}

.menu__wrapper .menuContainer li {
  padding-bottom: 14px;
  border-bottom: 1px solid #5A5957;
  margin-bottom: 12px;
  text-align: center;
}

.menu__wrapper .menuContainer li:nth-child(10) {
  margin-bottom: 0;
}

.menuInner {
  width: 80%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

@media (max-width: 1100px) {
  .menuInner {
    width: auto;
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
}

.menu__wrapper .menu__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  height: 88px;
  width: 100%;
  text-align: center;
}



.menu__wrapper .menu__footer .menu__logo {
  background-color: #00ACD9;
  display: flex;
  align-items: center;
  padding-right: 16px;
  flex: 1;
  text-align: center;
  justify-content: center;
}

.menu__wrapper .menu__footer .menu__logo img {
  height: 53px;
}

@media (max-width: 400px) {
  .menu__wrapper .menu__footer .menu__logo img {
    height: 40px;
  }
}

.menu__wrapper .menu__footer .menuClose {
  background-color: #C9A256;
  width: 88px;
  height: 88px;
}

.menu__wrapper .menu__footer .menuClose .x {
  padding: 18px 16px 0;
  height: 40px;
}

@media (max-width: 768px) {
  .menu__wrapper .menu__footer .menuClose .x {
    padding: 8px 0 0;
    margin-top: 8px;
  }
}

.menu__wrapper .menu__footer .menuClose .menuClose__p {
  padding: 0 6px 0;
}

@media (max-width: 768px) {
  .menu__wrapper .menu__footer .menuClose .menuClose__p {
    padding-bottom: 16px;
  }
}

@media (max-width: 370px) {
  .menu__wrapper .menu__footer .menuClose .menuClose__p {
    padding: 0 2px;
  }
}

button {
  width: 100px;
  height: 50px;
}

.dentitianContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media (max-width: 1100px) {
  .dentitianContainer {
    margin-bottom: 48px;
  }
}

.dentitianContainer .dentitianBox:nth-child(4n) {
  margin-right: 0;
}

.checkPoint01 {
  background-color: #158DCE;
  color: #FFF;
  padding: 46px 16px 40px 16px;
  text-align: center;
}

@media (max-width: 768px) {
  .checkPoint01 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.applianceContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.applianceContainer .applianceBox:nth-child(2n) {
  margin-right: 0;
}

.checkPoint02 {
  margin-top: 56px;
  text-indent: -1em;
  padding: 0 16px;
}

.checkPoint02 span {
  color: #FF0000;
  font-weight: bold;
}

@media (max-width: 768px) {
  .checkPoint02 {
    margin-top: 16px;
  }
}

.childContainer {
  background-color: #FFF;
}

.childContainer .childHeadding {
  position: relative;
  text-align: center;
  padding-top: 56px;
  padding-bottom: 40px;
}

@media (max-width: 1100px) {
  .childContainer .childHeadding {
    padding-top: 0;
    padding-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .childContainer .childHeadding {
    padding-bottom: 30px;
  }
}

.childContainer .childHeadding h3::before {
  content: "■";
  color: #158DCE;
  margin-right: 8px;
}

.childContainer .childHeadding h3::after {
  content: "■";
  color: #158DCE;
  margin-left: 8px;
}

.childContainer .childHeadding h3 .span__blue {
  color: #158DCE;
  font-size: 27px;
}

@media (max-width: 768px) {
  .dotText {
    display: inline-block;
    position: relative;
  }
}

.dotText__ab {
  position: absolute;
  top: 65px;
  right: 425px;
}

@media (max-width: 1100px) {
  .dotText__ab {
    top: 605px;
    right: 255px;
  }
}

@media (max-width: 768px) {
  .dotText__ab {
    top: 0;
    right: 21%;
    height: 2px;
  }
}

/* .childContainer .childHeadding h3 .dotText {
  padding-top: 0.6em;
  background-position: top left -2px;
  background-repeat: repeat-x;
  background-size: 1em 1em;
  background-image: -webkit-radial-gradient(0.1em 0.1em at center center, #000, #000 100%, transparent);
  background-image: radial-gradient(0.1em 0.1em at center center, #000, #000 100%, transparent);
} */

.childContainer .childHeadding .childPhoto02 {
  display: none;
  margin-bottom: 58px;
  width: 100%;
}

@media (max-width: 1100px) {
  .childContainer .childHeadding .childPhoto02 {
    display: block;
  }
}

@media (max-width: 768px) {
  .childContainer .childHeadding .childPhoto02 {
    margin-bottom: 29px;
  }
}

.childContainer .childBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1100px) {
  .childContainer .childBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.childContainer .childBox .childPhoto01 {
  margin-left: 36px;
  margin-bottom: 58px;
}

@media (max-width: 1100px) {
  .childContainer .childBox .childPhoto01 {
    display: none;
  }
}

.childContainer .childBox ul {
  margin-right: 130px;
  margin-bottom: 118px;
  margin-left: 86px;
}

@media (max-width: 1100px) {
  .childContainer .childBox ul {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 50px;
    padding-left: 105px;
  }
}

@media (max-width: 768px) {
  .childContainer .childBox ul {
    padding-left: 24px;
    margin-bottom: 25px;
    padding-right: 16px;
  }
}

.childContainer .childBox ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1100px) {
  .childContainer .childBox ul li:nth-child(6) {
    margin-bottom: 0;
  }
}

.childContainer .childBox ul li img {
  margin-right: 16px;
}

@media (max-width: 1100px) {
  .childContainer .childBox ul li img {
    width: 48px;
    height: 46px;
  }
}

@media (max-width: 768px) {
  .childContainer .childBox ul li img {
    width: 24px;
    height: 24px;
  }
}

.priceContainer {
  padding: 68px 62px 76px 185px;
  border: 1px solid #C9A256;
  margin-bottom: 64px;
}

@media (max-width: 1100px) {
  .priceContainer {
    padding: 65px 85px 50px 85px;
  }
}

@media (max-width: 768px) {
  .priceContainer {
    padding: 28px 32px 24px;
    margin-bottom: 27px;
  }
}

.priceContainer .payment .split {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 46px;
}

@media (max-width: 1100px) {
  .priceContainer .payment .split {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 768px) {
  .priceContainer .payment .split {
    margin-bottom: 22px;
  }
}

.priceContainer .payment .split .split__in01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 46px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 390px;
  padding-top: 40px;
}

@media (max-width: 1100px) {
  .priceContainer .payment .split .split__in01 {
    width: auto;
    padding-top: 0;
    margin-bottom: 14px;
  }
}

.priceContainer .payment .split .split__in01 img {
  height: 32px;
  padding-right: 15px;
}

.priceContainer .payment .split .split__in01 h3 {
  font-size: 32px;
}

@media (max-width: 768px) {
  .priceContainer .payment .split .split__in01 h3 {
    font-size: 17px;
  }
}

@media (max-width: 768px) {
  .priceContainer .payment .split .split__in01 img {
    height: 20px;
  }
}

.priceContainer .payment .split .split__in02 {
  width: 460px;
}

@media (max-width: 768px) {
  .priceContainer .payment .split .split__in02 {
    width: 100%;
  }
}

.priceContainer .payment .split .split__in02 p {
  text-indent: -1.2em;
}

@media (max-width: 1100px) {
  .priceContainer .payment .split .split__in02 p {
    padding-left: 72px;
  }
}

@media (max-width: 768px) {
  .priceContainer .payment .split .split__in02 p {
    padding-left: 48px;
  }
}

.priceContainer .payment .pay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1100px) {
  .priceContainer .payment .pay {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.priceContainer .payment .pay .pay__in01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 46px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 390px;
}

@media (max-width: 1100px) {
  .priceContainer .payment .pay .pay__in01 {
    margin-bottom: 14px;
  }
}

@media (max-width: 768px) {
  .priceContainer .payment .pay .pay__in01 {
    width: 100%;
  }
}

.priceContainer .payment .pay .pay__in01 img {
  height: 32px;
  padding-right: 15px;
}

.priceContainer .payment .pay .pay__in01 h3 {
  font-size: 34px;
}

@media (max-width: 768px) {
  .priceContainer .payment .pay .pay__in01 h3 {
    font-size: 17px;
  }
}

@media (max-width: 768px) {
  .priceContainer .payment .pay .pay__in01 img {
    height: 20px;
    padding-right: 15px;
  }
}

.priceContainer .payment .pay p {
  width: 460px;
  text-indent: -1.2em;
}

@media (max-width: 1100px) {
  .priceContainer .payment .pay p {
    padding-left: 72px;
  }
}

@media (max-width: 768px) {
  .priceContainer .payment .pay p {
    width: 100%;
    padding-left: 48px;
  }
}

.priceContainer .meritWrap {
  padding-top: 44px;
}

@media (max-width: 768px) {
  .priceContainer .meritWrap img {
    width: 80px;
  }
}

.priceContainer .meritWrap h3 {
  padding-bottom: 33px;
}

.priceContainer .meritWrap .merit01 {
  margin-bottom: 66px;
}

.planContainer {
  text-align: center;
}

.planContainer .colorBigBox__blue {
  max-width: 1100px;
  background-color: #D9EAF2;
  padding-top: 32px;
  padding-bottom: 36px;
  margin-bottom: 16px;
}

.planContainer .colorBigBox__blue h4 {
  margin-bottom: 22px;
}

.planContainer .flex01 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 8px;
}

.planContainer .monthly {
  margin-right: 8px;
}

@media (max-width: 1100px) {
  .planContainer .priceText {
    padding-top: 24px;
  }
}

@media (max-width: 768px) {
  .planContainer .priceText {
    padding-top: 11px;
  }
}

.planContainer .priceText .priceText__p {
  text-align: left;
  position: relative;
  padding-left: 16px;
  margin-bottom: 8px;
}

@media (max-width: 1100px) {
  .planContainer .priceText .priceText__p {
    padding-left: 24px;
  }
}

.planContainer .priceText .priceText__p::before {
  content: "※";
  color: #FF0000;
  position: absolute;
  top: 0;
  left: 0;
}

.doctorContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 768px) {
  .doctorContainer {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 400px) {
  .doctorContainer {
    flex-direction: row;
    align-items: center;
  }
}

.chairmanContainer {
  background-color: #FFF;
  max-width: 980px;
  margin: 0 auto;
}

.chairmanContainer .chairman__img {
  position: relative;
}

.chairmanContainer .chairman__img p {
  position: absolute;
  top: 40%;
  left: 14%;
}

@media (max-width: 768px) {
  .chairmanContainer .chairman__img p {
    top: 43%;
    left: 13%;
  }
}

.chairmanContainer .chairman__img p small {
  padding-right: 32px;
}

@media (max-width: 374px) {
  .chairmanContainer .chairman__img p small {
    padding-right: 16px;
  }
}

.chairmanContainer .chairman__img img {
  margin-bottom: 36px;
}

@media (max-width: 768px) {
  .chairmanContainer .chairman__img img {
    margin-bottom: 0;
  }
}

.chairmanContainer .chairmanBox__wrap {
  padding-left: 62px;
  padding-right: 60px;
  padding-bottom: 16px;
}

@media (max-width: 768px) {
  .chairmanContainer .chairmanBox__wrap {
    padding: 30px;
    padding-right: 30px;
  }
}

.chairmanContainer .separation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.chairmanContainer .separation img {
  width: 60px;
  height: 32px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.chairmanContainer .member {
  padding: 16px 0 44px 62px;
}

@media (max-width: 768px) {
  .chairmanContainer .member {
    padding: 20px 16px 20px 16px;
  }
}

.informationContainer .informationBox__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 112px;
}

@media (max-width: 768px) {
  .informationContainer .informationBox__wrap {
    margin-bottom: 50px;
  }
}

.informationContainer .informationBox__wrap .informationBox {
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .informationContainer .informationBox__wrap .informationBox {
    width: calc(50%);
  }
}

.informationContainer .informationBox__wrap .informationBox:nth-child(5), .informationContainer .informationBox__wrap .informationBox:nth-child(6), .informationContainer .informationBox__wrap .informationBox:nth-child(7) {
  margin-bottom: 0;
}

.informationContainer .informationBox__wrap .informationBox img {
  width: 257px;
  height: 252px;
}

@media (max-width: 768px) {
  .informationContainer .informationBox__wrap .informationBox img {
    width: 100%;
    height: 100%;
  }
}

.informationContainer .informationBox__wrap .informationBox img:hover {
  opacity: 0.7;
}

.informationContainer h3 {
  margin-bottom: 108px;
  text-align: center;
}

@media (max-width: 768px) {
  .informationContainer h3 {
    margin-bottom: 28px;
  }
}

.informationContainer .footer__logo {
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .informationContainer .footer__logo {
    margin: 80px auto 24px;
    width: 250px;
  }
}

h3 a {
  color: #158DCE;
  font-size: 28px;
}

@media (max-width: 768px) {
  h3 a {
    font-size: 14px;
  }
}

footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
          padding-bottom: 90px;
}

@media (max-width: 1100px) {
  footer {
    background-color: #FFF;
    margin-bottom: 100px;
    padding-bottom: 0;
  }
}

footer .copyright {
  padding: 0 16px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  height: 110px;
}

@media (max-width: 768px) {
  footer .copyright {
    padding-bottom: 30px;
  }
}

footer .footer__nav {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 88px;
  /* border-top: 1px solid #FFF; */
  /* display: none; */
}

@media (max-width: 1100px) {
  footer .footer__nav {
    display: block;
    border-top: none;
  }
}

footer .footer__nav .nav__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}

footer .footer__nav .nav__link .menu__btn {
  width: 100px;
  background-color: #C9A256;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}

@media (max-width: 400px) {
  footer .footer__nav .nav__link .menu__btn {
    width: 60px;
  }
  footer .footer__nav .nav__link .menu__btn img {
    padding: 8px 0 8px;
  }
}

@media (max-width: 374px) {
  footer .footer__nav .nav__link .menu__btn {
    width: 90px;
  }
}

@media (max-width: 321px) {
  footer .footer__nav .nav__link .menu__btn {
    width: 55px;
  }
}

footer .footer__nav .nav__link .menu__btn img {
  padding: 0 0 4px;
  width: 28px;
}

footer .footer__nav .nav__link .menu__btn p {

}

footer .footer__nav .nav__link .tell {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #00ACD9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #ccc;
  height: 88px;
  justify-content: center;
  vertical-align: middle;
}

footer .footer__nav .nav__link .tell a {
  text-decoration: none;
  color: #FFF;
}

footer .footer__nav .nav__link .tell a:hover {
  color: #FFF;
}

footer .footer__nav .nav__link .tell .tell__in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 12px;
  justify-content: center;
}

footer .footer__nav .nav__link .tell .tell__in p {
  font-size: 18px;
  line-height: 1;
}

@media (max-width: 768px) {
  footer .footer__nav .nav__link .tell .tell__in p {
    font-size: 14px;
  }
}

footer .footer__nav .nav__link .tell .tell__in img {
  padding-right: 6px;
  height: 18px;
}

@media (max-width: 768px) {
  footer .footer__nav .nav__link .tell .tell__in img {
    padding-right: 6px;
    height: 14px;
  }
}

footer .footer__nav .nav__link .tell .tellNumber {
  font-size: 18px;
  line-height: 1;
}

@media (max-width: 768px) {
  footer .footer__nav .nav__link .tell .tellNumber {
    font-size: 16px;
  }
}

@media (max-width: 400px) {
  footer .footer__nav .nav__link .tell {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media (max-width: 374px) {
  footer .footer__nav .nav__link .tell {
    -webkit-box-flex: 0.8;
    -webkit-flex: 0.8;
        -ms-flex: 0.8;
            flex: 0.8;
  }
}

footer .footer__nav .nav__link .contact {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #00ACD9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: none;
  justify-content: center;
  vertical-align: middle;
  height: 88px;
}


footer .footer__nav .nav__link .contact a {
  text-decoration: none;
  color: #FFF;
}

footer .footer__nav .nav__link .contact a:hover {
  color: #FFF;
}

footer .footer__nav .nav__link .contact .contact__in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
          padding-bottom: 12px;
}


footer .footer__nav .nav__link .contact .contact__in p {
  font-size: 18px;
  line-height: 1;
}

@media (max-width: 768px) {
  footer .footer__nav .nav__link .contact .contact__in p {
    font-size: 14px;
  }
}

footer .footer__nav .nav__link .contact .contact__in img {
  padding-right: 6px;
  height: 14px;
}

footer .footer__nav .nav__link .contact .consultation {
  font-size: 18px;
  line-height: 1;
}

@media (max-width: 768px) {
  footer .footer__nav .nav__link .contact .consultation {
    font-size: 14px;
  }
}

@media (max-width: 400px) {
  footer .footer__nav .nav__link .contact {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media (max-width: 374px) {
  footer .footer__nav .nav__link .contact {
    -webkit-box-flex: 1.2;
    -webkit-flex: 1.2;
        -ms-flex: 1.2;
            flex: 1.2;
  }
}

.flex01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.noImage {
  padding-top: 208px;
}

@media (max-width: 768px) {
  .noImage {
    padding-top: 50px;
  }
}

.doctorBox__space {
  display: none;
}

@media (max-width: 1100px) {
  .doctorBox__space {
    display: block;
    width: 324px;
  }
}

.informationBox__space {
  display: none;
}

@media (max-width: 1100px) {
  .informationBox__space {
    display: block;
    width: 257px;
  }
}

@media (max-width: 768px) {
  .informationBox__space {
    width: calc(50%);
  }
}

.sp__small {
  display: none;
}

@media (max-width: 600px) {
  .sp__small {
    display: inline;
  }
}

@media (min-width: 1101px) {
  .pc {
    display: inline;
  }
  .tab {
    display: none;
  }
  .sp {
    display: none;
  }
}

@media (max-width: 1100px) {
  .pc {
    display: none;
  }
  .tab {
    display: inline;
  }
  .sp {
    display: none;
  }
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .tab {
    display: none;
  }
  .sp {
    display: inline;
  }
}

.open {
  display: block;
}

._1 .answer {
  display: none;
}

.rotate {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

/* アイコンサイズ */
.icon-wrap {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background: #158DCE;
}

.icon {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

/* プラスアイコン */
/* ２本の線を.icon-wrapの中央に並行に重ねる */
.icon:before,
.icon:after {
  position: absolute;
  content: "";
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #fff;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 2px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* そのうち1本を縦にする */
.icon:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

/* プラスアイコンクリック後、マイナスにする */
.icon.open:before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
/*# sourceMappingURL=style.css.map */






/*========== LINEアイコン追加に伴う変更 ここから ==========*/
/*========== 2022.06.24 ==========*/

footer .footer__nav .nav__link {
	width: 100%;
	height: 90px;
}

footer .footer__nav .nav__link .menu__btn {
	width: 100px;
	height: 100%;
}
footer .footer__nav .nav__link .tel {
	width: calc((100% - 200px) / 2);
	height: 100%;
}
footer .footer__nav .nav__link .nav__link {
	width: calc((100% - 200px) / 2);
	height: 100%;
}
footer .footer__nav .nav__link .line_btn {
	width: 100px;
	height: 100%;
	background: url(../img/icon/line_logo.svg) center top 10px no-repeat #06c755;
	background-size: 40%;
}
footer .footer__nav .nav__link .line_btn label {
	display: block;
	text-align: center;
	box-sizing: border-box;
	padding-top: 50px;
	padding-bottom: 5px;
	color: white;
	user-select: none;
}
@media (max-width: 35rem) {
	footer .footer__nav .nav__link {
	}
	footer .footer__nav .nav__link .menu__btn {
		width: 50px;
		flex: none;
	}
	footer .footer__nav .nav__link .menu__btn p {
		font-size: 13px;
	}
	footer .footer__nav .nav__link .tel {
		width: calc((100% - 100px) / 2);
	}
	.tell .tellNumber,
	footer .footer__nav .nav__link .tell .tell__in p {
		font-size: 13px;
	}
	footer .footer__nav .nav__link .nav__link {
		width: calc((100% - 100px) / 2);
	}
	.contact .consultation,
	footer .footer__nav .nav__link .contact .contact__in p {
		font-size: 13px;
	}
	footer .footer__nav .nav__link .line_btn {
		width: 50px;
		height: 100%;
		display: block;
		background: url(../img/icon/line_logo.svg) center top 15px no-repeat #06c755;
		background-size: 66%;
		flex: none;
	}
	footer .footer__nav .nav__link .line_btn label {
		font-size: 13px;
		color: white;
	}
	footer .footer__nav .nav__link .line_btn label span {
		display: none;
	}
}

footer label {
	cursor: pointer;
}

#modal {
	display: none;
}
#modal + label {
	display: flex;
	opacity: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
}
#modal:checked + label {
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 1;
	z-index: 9999;
	background: rgba(0,0,0,0.5);
}
#modal:checked + label ul {
position: relative;
top: -50px;
	background: white;
	padding: 0;
}
#modal:checked + label ul li a {
	display: block;
	background: #06c755;
	padding: 0.5rem 1rem;
	margin: 1rem;
	color: white;
	text-decoration: none;
	text-align: center;
	user-select: none;
}

/*========== LINEアイコン追加に伴う変更 ここまで ==========*/