@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:300,500");

@charset "UTF-8";

/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
     HTML5 display definitions
  ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

/* ==========================================================================
     Base
  ========================================================================== */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

/* ==========================================================================
     Links
  ========================================================================== */
a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
     Typography
  ========================================================================== */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C""\201D""\2018""\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
     Embedded content
  ========================================================================== */
img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
     Figures
  ========================================================================== */
figure {
  margin: 0;
}

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

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

textarea {
  overflow: auto;
  vertical-align: top;
}

/* ==========================================================================
     Tables
  ========================================================================== */
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;
}

@font-face {
  font-family: "Yu Mincho";
  src: local("Yu Mincho Demibold");
  font-weight: 500;
}

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

html {
  font-size: 62.5%;
}

body {
  font-family: Meiryo, 'メイリオ', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  line-height: 1.75;
  -webkit-text-size-adjust: 100%;
}

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

caption,
th {
  text-align: left;
}

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

a {
  color: #333;
  text-decoration: none;
}

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

button {
  cursor: pointer;
}

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

/* thanks
----------------------------------------------------------------- */

.p-thanks__logo {
  width: 409px;
  margin: 0 auto;
  padding: 50px 0;
}

.l-header {
  padding: 0 0;
  background-repeat: no-repeat;
  background-position: center top;
  /* background-image: url(../img/main_visual_bg_pc.jpg); */
  background-size: cover;
}

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

.l-header__logo {
  width: 409px;
}

.l-header__content {
  position: absolute;
  opacity: 0;
}

.l-header__guide {
  background: #fff;
  height: 280px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-header__guide__inner {
  /* display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center; */
  width: 1100px;
}

.l-header__address {
  background: #564147;
  height: 100px;
  text-align: center;
  padding: 5px;
  width: 100%;
}

.l-header__address__note {
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

.l-header__address__list {
  width: 65%;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: center;
  align-items: center;
}

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

.l-header__address__list li span {
  display: block;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: bold;
  vertical-align: middle;
}

.l-header__address__list li span:before {
  background: url(../img/icon_free_phone.png) center center no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 15px;
  margin: 0 5px 0 10px;
  width: 23px;
}

.u-menu__set {
  display: none;
}

.u-menu__item {
  display: inline-block;
  height: 100%;
  width: 16vw;
}

.l-nav__anchor-pc {
  background: url(../img/navi_bg_pc.png) center top repeat-y;
}

.l-nav__anchor-pc:first-of-type {
  border-bottom: 1px solid #c65b91;
}

.l-nav__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  padding: 20px 0;
  width: 1100px;
}

.l-nav__item {
  border-right: 1px solid #c65b91;
  display: table;
  width: 220px;
}

.l-nav__item:first-of-type {
  border-left: 1px solid #c65b91;
}

.l-nav__item a {
  color: #fff;
  display: table-cell;
  font-family: YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 'Noto Serif JP', "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-size: 1.8rem;
  height: 60px;
  text-align: center;
  width: 100%;
  vertical-align: middle;
}

.l-nav__anchor-sp {
  display: none;
}

.c-contact__menu {
  display: none;
}

.c-contact__info {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 40px 0;
}

.c-contact__info__title {
  font-family: YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 'Noto Serif JP', "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 36px;
  font-size: 3.6rem;
  margin-bottom: 30px;
}

.c-contact__info__subtitle {
  border: 1px solid #fff;
  border-radius: 25px;
  font-size: 22px;
  font-size: 2.2rem;
  height: 50px;
  line-height: 50px;
  margin: 0 auto 30px;
  width: 320px;
}

.c-contact__info__guide {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 40px;
}

.l-footer {
  background: #000;
}

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

.l-footer__copyright {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 44px;
}

.c-section__inner {
  margin: 0 auto;
  width: 1100px;
}

.c-section__title {
  font-family: YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 'Noto Serif JP', "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 45px;
  font-size: 4.5rem;
  text-align: center;
}

.c-section__title span {
  vertical-align: middle;
}

#anchor01 .c-section__title {
  margin-bottom: 50px;
  text-align: left;
}

#anchor02 .c-section__title {
  color: #fff;
  margin-bottom: 40px;
  letter-spacing: .05em;
}

#anchor03 .c-section__title {
  background: #000;
  color: #fff;
  font-size: 40px;
  font-size: 4rem;
  margin-bottom: 50px;
  letter-spacing: .2em;
  line-height: 1;
  padding: 20px 0;
}

#anchor04 .c-section__title {
  color: #fff;
  margin-bottom: 40px;
  letter-spacing: .05em;
}

#anchor05 .c-section__title {
  font-size: 40px;
  font-size: 4rem;
  margin-bottom: 40px;
  letter-spacing: .25em;
}

#anchor06 .c-section__title {
  padding: 80px 0 40px;
}

#anchor07 .c-section__title {
  margin: 0 0 20px 0;
  position: relative;
  top: -50px;
  text-align: left;
}

#anchor09 .c-section__title {
  margin: 0 0 60px 0;
}

#anchor10 .c-section__title {
  background: url(../img/icon_hr.png) center bottom no-repeat;
  font-size: 36px;
  font-size: 3.6rem;
  margin: 0 0 60px 0;
  padding: 0 0 50px 0;
}

#anchor01 .c-section__note {
  margin-left: 430px;
}

.c-section__header {
  background: url(../img/content_header_bg_pc.png) center bottom no-repeat;
  height: 700px;
  padding: 50px 0 0;
  text-align: center;
}

#anchor03 .c-section__header,
#anchor04 .c-section__header {
  position: relative;
  z-index: 3;
}

#anchor05 .c-section__header {
  background: none;
  height: auto;
  margin: 0 0 100px 0;
}

.c-section__header__title {
  margin-bottom: 50px;
}

.c-section__q {
  margin-bottom: 40px;
}

.c-section__a {
  margin-bottom: 50px;
}

.c-section__lead {
  font-family: YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 'Noto Serif JP', "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 36px;
  font-size: 3.6rem;
  text-align: center;
}

#anchor02 .c-section__lead {
  padding: 40px 0 30px;
}

#anchor08 .c-section__lead {
  font-family: Meiryo, 'メイリオ', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
}

.c-section__lead strong {
  color: #a80058;
}

#anchor02 .c-section__footer {
  height: 300px;
}

#anchor02 .c-section__footer__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#anchor02 .c-section__footer__content .footer__content__img {
  margin-right: 30px;
}

#anchor02 .c-section__footer__content .footer__content__note p {
  font-family: YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 'Noto Serif JP', "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 26px;
  font-size: 2.6rem;
  margin-bottom: 1em;
}

#anchor02 .c-section__footer__content .footer__content__note p.footer__content__lead {
  font-size: 30px;
  font-size: 3.0rem;
}

#anchor04 .c-section__footer {
  background: url(../img/content_bg04.png) center top no-repeat;
  height: 650px;
  padding-top: 100px;
}

#anchor04 .c-section__footer__content {
  margin: 0 0 0 300px;
}

#anchor03 .c-section__content__left {
  background: url(../img/content_img06.png) center top no-repeat;
  height: 800px;
  margin-top: -100px;
  padding-top: 200px;
  position: relative;
  z-index: 1;
}

#anchor04 .c-section__content__left {
  background: url(../img/content_img08.png?191009) center top no-repeat;
  height: 800px;
  margin-top: -100px;
  padding-top: 200px;
  position: relative;
  z-index: 1;
}

#anchor03 .c-section__content__right {
  background: url(../img/content_img07.png) center top no-repeat;
  height: 700px;
  padding-top: 100px;
}

#anchor04 .c-section__content__right {
  background: url(../img/content_img09.png) center top no-repeat;
  height: 700px;
  padding-top: 100px;
}

.c-section__content__left .c-section__content__item {
  text-align: right;
}

.c-section__content__catch {
  display: inline-block;
  font-family: YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 'Noto Serif JP', "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 34px;
  font-size: 3.4rem;
  margin-bottom: 40px;
  text-align: left;
  text-shadow: 0px 2px 10px #fff;
}

.c-section__content__note {
  text-align: left;
  width: 600px;
}

#anchor05 .c-section__content__note {
  width: auto;
}

#anchor05 .c-section__content__note dl {
  width: 700px;
}

#anchor05 .c-section__content__note dl dt {
  border-bottom: 1px dotted #333;
  border-top: 1px dotted #333;
  color: #71001e;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 10px;
}

#anchor05 .c-section__content__note dl dd {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 10px 0 20px;
}

.c-section__content__left .c-section__content__note {
  margin-left: 500px;
}

.c-section__content__title {
  color: #a80058;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 20px;
}

#anchor05 .c-section__content__title {
  color: #333;
  font-family: YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 'Noto Serif JP', "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: normal;
}

#anchor05 .c-section__content__title strong {
  color: #a80058;
  font-size: 46px;
  font-size: 4.6rem;
}

.c-section__content__lead {
  font-size: 18px;
  font-size: 1.8rem;
}

#anchor05 .c-section__content {
  background: url(../img/content_img11.png) right bottom no-repeat;
  height: 620px;
}

.c-section__img {
  margin: 0 0 50px 0;
}

.c-section#anchor01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: start;
  -ms-flex-align: center;
  align-items: center;
  background: url(../img/content_bg01.png) center top no-repeat;
  height: 710px;
}

.c-section#anchor02 {
  background: url(../img/content_bg02.png) center bottom no-repeat;
}

.c-section#anchor03 {
  position: relative;
}

.c-section#anchor05 {
  background: url(../img/content_bg06.png) center top repeat-y;
  padding: 0 0 100px 0;
}

.c-section#anchor07 {
  background: url(../img/content_bg03.png) center top no-repeat;
  padding: 0 0 70px;
}

.c-section#anchor08 {
  padding: 100px 0 0;
  text-align: center;
}

.c-section#anchor09 {
  background: #ebe7e6;
  padding: 100px 0 70px;
}

.c-section#anchor10 {
  padding: 100px 0 70px;
}

.c-section__logo {
  margin: 0 0 60px 0;
}

.c-section__catch {
  margin: 0 0 40px 0;
}

.c-topic__item {
  background: #fff;
  border: 1px solid #564147;
  padding: 30px;
  margin: 0 0 10px 0;
  line-height: 1.6;
}

.c-topic__item__title {
  color: #564147;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  margin: 0 0 20px 0;
}

.c-topic__item__subtitle {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 0 20px 0;
}

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

.c-topic__item__memo {
  font-size: 16px;
  font-size: 1.6rem;
}

.c-topic__item a {
  color: #003683;
  text-decoration: underline;
}

.c-btn_wrapper {
  display: flex;
  justify-content: space-between;
}

.c-btn__reserve {
  width: 490px;
  margin: 0 auto;
}

.c-btn__reserve.line a {
  background: url(../img/btn01.png) center center no-repeat;
  background-size: contain;
  display: block;
  font-weight: bold;
  height: 130px;
  width: 100%;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: all 0.4s ease;
  text-indent: -9999px;
}

.c-btn__reserve.line a:hover {
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.c-btn__reserve.counseling a {
  background: url(../img/btn03.png) center center no-repeat;
  background-size: contain;
  display: block;
  font-weight: bold;
  height: 130px;
  width: 100%;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: all 0.4s ease;
  text-indent: -9999px;
}

.c-btn__reserve.counseling a:hover {
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.c-contact__info .c-btn__reserve {
  margin: 0 auto;
}

.c-btn__submit {
  background: #a80058;
  border: none;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  height: 80px;
  text-align: center;
  width: 360px;
  margin: 0 auto;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: all 0.4s ease;
}

.c-btn__submit:hover {
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.c-btn__contact-menu {
  cursor: pointer;
}

.c-btn__contact-menu.open {
  background: url(../img/icon_contact_sp.png) center center no-repeat;
  background-size: cover;
  height: 16vw;
  width: 100%;
}

.c-btn__contact-menu.close {
  background: url(../img/icon_close_sp.png) center center no-repeat;
  background-size: cover;
  height: 16vw;
  width: 100%;
}

.c-btn__toggle-menu {
  cursor: pointer;
}

.c-btn__toggle-menu.open {
  background: url(../img/icon_menu_sp.png) center center no-repeat;
  background-size: cover;
  height: 16vw;
  width: 100%;
}

.c-btn__toggle-menu.close {
  background: url(../img/icon_menu_sp.png) center center no-repeat;
  background-size: cover;
  height: 16vw;
  width: 100%;
}

.c-bnr__item {
  margin: 0 0 30px 0;
}

.p-hero__inner {
  margin: 0 auto;
  width: 1100px;
  position: relative;
}

.p-hero__bnr {
  width: 450px;
  position: absolute;
  right: 40px;
  bottom: 30px;
}

.p-hero__note {
  margin-left: 400px;
  padding-top: 50px;
}

.p-hero__sub .p-hero__note {
  margin-left: 360px;
}

.p-hero__catch {
  font-family: YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 'Noto Serif JP', "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 58px;
  font-size: 5.8rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.3;
  letter-spacing: 5px;
  margin-bottom: 24px;
}

.p-hero__sub .p-hero__catch {
  color: #a90058;
  font-size: 46px;
  font-size: 4.6rem;
  letter-spacing: 3px;
  margin-bottom: 16px;
}

.p-hero__lead {
  font-family: YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 'Noto Serif JP', "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.63;
  margin: 0 0 32px 10px;
}

.p-hero__sub .p-hero__lead {
  margin: 0 0 0 150px;
  letter-spacing: 1px;
}

.p-hero__name {
  margin: 0 0 0 10px;
  width: 530px;
}

.p-hero__sub .p-hero__name {
  margin: 0 0 40px 100px;
}

.p-hero__sub {
  background: #ece6da url(../../common/img/sub_visual_pc.jpg) center top no-repeat;
  background-size: 1200px auto;
  height: 570px;
}

.p-type__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto 100px;
  width: 1100px;
}

#anchor05 .p-type__list {
  margin: 0 auto 50px;
}

.p-type__item {
  width: 500px;
}

#anchor05 .p-type__item {
  background: #fff;
  padding: 30px;
  width: 530px;
}

.p-type__item__title {
  color: #003683;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
}

.p-type__item__ttl {
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  text-align: center;
  width: 140px;
}

.p-type__item__title02 {
  background: #a80058;
}

.p-type__item__title03 {
  background: #003683;
}

.p-type__item__lead {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

#anchor05 .p-type__item__lead {
  font-size: 16px;
  font-size: 1.6rem;
}

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

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

.p-type__name {
  display: block;
  margin-bottom: 10px;
}

.p-type__name span {
  background: #ffdc62;
  color: #999;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  height: 33px;
  line-height: 33px;
}

.p-type__item-100 .p-type__name {
  margin-bottom: 8px;
}

.p-type__name:before {
  background: url(../../common/img/ribon_01.png) left top no-repeat;
  background-size: auto 100%;
  content: "";
  display: inline-block;
  height: 33px;
  width: 25px;
  vertical-align: top;
  font-size: 0;
}

.p-type__name:after {
  background: url(../../common/img/ribon_02.png) right top no-repeat;
  background-size: auto 100%;
  content: "";
  display: inline-block;
  height: 33px;
  width: 34px;
  vertical-align: top;
}

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

.p-type__img02 {
  border: 1px solid #003683;
  height: 380px;
  margin-bottom: 20px;
  padding: 10px 0 0;
  text-align: center;
  width: 500px;
}

.p-type__img02__cap {
  color: #003683;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.p-type__lead {
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: .08em;
  padding: 20px 20px 20px 0;
}

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

.p-feature__item__title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  height: 34px;
  line-height: 34px;
}

.p-feature__item__title:before {
  background: url(../img/icon_ch.png) center center no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 34px;
  margin: -8px 5px 0 0;
  width: 34px;
  vertical-align: middle;
}

.p-feature__item__memo {
  font-size: 18px;
  font-size: 1.8rem;
  margin-left: 39px;
}

.p-feature__list02 li {
  background: url(../img/icon_star.png) left center no-repeat;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  height: 34px;
  line-height: 34px;
  padding-left: 44px;
  margin-bottom: .6em;
}

.p-feature__list02 li strong {
  color: #a80058;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
}

.p-point__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 1100px;
}

.p-point__item {
  width: 520px;
  margin: 0 0 60px 0;
  position: relative;
}

.p-point__item__title {
  background: #a80058;
  color: #fff;
  font-family: YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 'Noto Serif JP', "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 22px;
  font-size: 2.2rem;
  height: 80px;
  padding: 0 20px;
  display: table;
  width: 100%;
}

.p-point__item__title-num {
  color: #ffa3aa;
  font-size: 60px;
  font-size: 6rem;
  display: table-cell;
  vertical-align: middle;
  width: 9%;
}

.p-point__item__title-txt {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 0;
  line-height: 1.3;
}

.p-point__item__subtitle {
  color: #564147;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.p-point__note {
  padding: 20px 0 0 0;
}

.p-point__text {
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
  margin: 0 0 20px 0;
}

.p-point__lead {
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
  padding: 20px 0 0 0;
  margin: 0 0 20px 0;
}

.p-profile {
  background: url(../img/content_bg05.png) center bottom no-repeat;
  min-height: 600px;
  margin: 100px 0 0;
  text-align: left;
}

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

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

.p-profile__lead {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7;
  margin: 0 0 30px 0;
}

.p-profile__table {
  width: 520px;
}

.p-profile__table__title {
  padding: 0 0 13px 0;
}

.p-profile__table table {
  border-top: 2px solid #999;
  width: 100%;
}

.p-profile__table table th {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 10px 10px 0 0;
  vertical-align: top;
}

.p-profile__table table td {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 10px 10px 0 0;
  vertical-align: top;
}

.p-clinic__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 auto;
  width: 1100px;
}

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

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

.p-clinic__name {
  color: #564147;
  font-size: 28px;
  font-size: 2.8rem;
  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: #a90058;
}

.p-clinic__tel a:before {
  background: url(../img/icon_free_phone02.png) center bottom no-repeat;
  background-size: cover;
  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 h4 {
  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 dl {
  font-size: 14px;
  font-size: 1.4rem;
}

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

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

.c-table__group {
  margin: 0 auto;
  padding: 40px 0 10px;
  width: 1100px;
}

.c-table__lead {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 40px;
}

.c-table__lead li {
  text-indent: -1em;
  padding-left: 1em;
}

/* .c-table__memo {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0 auto;
} */

.c-table__memo p {
  margin-bottom: 1.5em;
}

.c-table__type01 {
  border-top: 1px solid #d5ccb5;
  width: 100%;
}

.c-table__type01 tr {
  border-bottom: 1px solid #d5ccb5;
}

.c-table__type01 th {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  padding: 20px 10px;
  white-space: nowrap;
  width: 25%;
}

.c-table__type01 td {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 20px;
  vertical-align: top;
}

.c-table__type01 .date-pad {
  margin-bottom: 10px;
}

.c-table__type01 .date-pad input[type="text"] {
  vertical-align: middle;
}

.c-table__type01 .select-wrap {
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 5px;
  display: inline-block;
  font-size: 0;
  height: 40px;
  width: 220px;
  vertical-align: middle;
}

.c-table__type01 input[type="tel"] {
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
  padding: 0 5px;
  height: 40px;
  width: 300px;
  -webkit-appearance: none;
}

.c-table__type01 input[type="tel"] {
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
  padding: 0 5px;
  height: 40px;
  width: 300px;
  -webkit-appearance: none;
}

.c-table__type01 input[type="text"].date {
  width: 165px;
}

.c-table__type01 input[type="email"] {
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
  padding: 0 5px;
  height: 40px;
  width: 450px;
  -webkit-appearance: none;
}

.c-table__type01 input[type="email"].date {
  width: 165px;
}

.c-table__type01 input[type="radio"] {
  margin-right: 10px;
  vertical-align: baseline;
}

.c-table__type01 input[type="checkbox"] {
  margin-right: 10px;
  vertical-align: baseline;
}

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

.c-table__type01 textarea {
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
  padding: 0 5px;
  min-height: 250px !important;
  resize: vertical;
  width: 100% !important;
}

.c-table__type01 .select-wrap-l {
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 5px;
  display: inline-block;
  font-size: 0;
  height: 40px;
  width: 300px;
  vertical-align: middle;
}

.c-table__type01 .select-wrap-l select {
  width: 100%;
}

.c-table__type01 .v-top {
  vertical-align: top;
  padding-top: 30px;
}

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

.c-address__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.c-address__list li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  margin-bottom: 10px;
  width: 545px;
}

.c-address__name {
  background: #a80058;
  color: #fff;
  display: block;
  font-size: 26px;
  font-size: 2.6rem;
  text-align: center;
  height: 60px;
  line-height: 60px;
  width: 180px;
}

.c-address__tel {
  color: #a80058;
  display: block;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  height: 60px;
  line-height: 60px;
  width: 365px;
}

.c-address__tel:before {
  content: url(../img/icon_free_phone02.png);
  display: inline;
  vertical-align: middle;
  margin-right: 8px;
}

.icon_calendar {
  display: inline-block;
  margin: 0 3px;
  width: 33px;
  vertical-align: middle;
}

.u-required {
  background: #71001e;
  display: inline-table;
  height: 24px;
  margin: 0 0 0 13px;
  width: 50px;
  vertical-align: middle;
}

.u-required small {
  color: #fff;
  display: table-cell;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  vertical-align: middle;
}

.u-required__td {
  width: 90px;
}

.u-required__text {
  color: #71001e;
}

.u-any {
  background: #e7dfcc;
  border-radius: 3px;
  display: inline-table;
  height: 30px;
  margin: 0 0 0 13px;
  width: 60px;
  vertical-align: middle;
}

.u-any small {
  color: #b1a197;
  display: table-cell;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  vertical-align: middle;
}

.u-input__memo {
  color: #999;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 8px;
}

.u-radio__group label {
  display: inline-block;
  margin-right: 15px !important;
}

.u-radio__input {
  display: none;
}

.u-radio__input:checked+.u-radio__parts:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.u-radio__parts {
  display: inline-block;
  padding-left: 32px;
  position: relative;
  height: 24px;
  line-height: 24px;
  margin-right: 24px;
}

.u-radio__parts:before {
  background-color: #f5f1e9;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #e7dfcc;
  border-radius: 50%;
}

.u-radio__parts:after {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 16px;
  height: 16px;
  background: #a90058;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.u-checkbox__group-set {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
}

.u-checkbox__group {
  width: 50%;
}

.u-checkbox__group__ttl01 {
  color: #00a09e;
}

.u-checkbox__group__ttl02 {
  color: #963e99;
}

.u-checkbox__group__ttl03 {
  color: #eb5742;
}

.u-checkbox__group label {
  display: block;
  margin-bottom: 8px;
  line-height: 1;
  width: 100%;
}

.u-progress__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  background: url(../img/form_progress_bg.png) center top no-repeat;
  background-size: cover;
  height: 60px;
  margin: 0 auto;
  width: 756px;
}

.u-progress__item {
  font-size: 20px;
  font-size: 2rem;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.u-progress__item.active {
  color: #fff;
}

.u-text__xs {
  font-size: .75em;
}

.u-text__large {
  font-size: 1.25em;
}

.u-text__xl {
  font-size: 2em;
}

.u-border__none {
  border: none !important;
}

.u-sp__show {
  display: none;
}

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

a[href^="tel:"] {
  cursor: default;
}

a img {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: all 0.4s ease;
}

a:hover img {
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

/* メールフォームプロCSS */
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_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; */
}

.c-table__type01 textarea {
  resize: vertical;
}

.mfp_element_submit:hover,
.mfp_element_reset:hover,
.mfp_element_button:hover,
button.mfp_next:hover,
button.mfp_prev:hover {
  box-shadow: none;
  background: #a80058 !important;
}

.mfp_element_radio {
  vertical-align: top;
  margin: 6px 4px 0 0;
}

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

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

.date-pad div.mfp_err {
  position: absolute;
  right: -170px;
  top: 0;
}

#mfp_phase_confirm_inner h4 {
  color: #a90058;
  font-family: YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 'Noto Serif JP', "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 30px;
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
  margin-bottom: 40px;
}

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

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;
}

div.mfp_buttons button#mfp_button_send {
  -ms-flex-order: 2;
  order: 2;
}

div.mfp_buttons button#mfp_button_cancel {
  -ms-flex-order: 1;
  order: 1;
}

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

.mfp_element_submit:hover,
.mfp_element_rese:hover,
.mfp_element_button:hover,
button.mfp_next:hover,
button.mfp_prev:hover {
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  transition: .3s;
}

#mfp_button_send,
#mfp_button_cancel {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  width: 294px;
  height: 54px;
}

#mfp_button_send {
  background: #A80058 !important;
}

#mfp_button_cancel {
  background: #ccc;
}

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

@media screen and (max-width: 750px) {
  body {
    font-size: 1.2rem;
    line-height: 1.7;
  }

  .p-thanks {
    padding: 0 4vw;
  }

  .p-thanks__logo {
    width: 70%;
  }

  html {
    font-size: 1.33vw;
  }

  .l-wrapper {
    padding-top: 16vw;
  }

  .l-header {
    background: none;
    height: auto;
    padding: 0;
  }

  .l-header__inner {
    width: auto;
  }

  .l-header__logo {
    width: 54.93vw;
  }

  .l-header__content {
    background: #fff;
    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__address__list_sp {
    margin: 0 auto;
    width: 84vw;
  }

  .l-header__address__list_sp li {
    margin-bottom: 1.33vw;
    width: 100%;
  }

  .l-header__address__list_sp li a {
    background: #fff;
    border-radius: .66vw;
    color: #a90058;
    display: block;
    font-size: 3.2rem;
    height: 10.66vw;
    line-height: 10.66vw;
    text-align: center;
    width: 100%;
  }

  .l-header__address__list_sp li a span {
    font-size: 3.8rem;
    font-weight: bold;
  }

  .l-header__address__list_sp li a span:before {
    background: url(../../common/img/icon_free_dial.png) center center no-repeat;
    background-size: cover;
    content: "";
    display: inline-block;
    height: 4.64vw;
    margin: 0 1.33vw;
    width: 7.04vw;
  }

  .u-menu__set {
    display: block;
    height: 16vw;
    font-size: 0;
  }

  .l-nav__anchor-pc {
    display: none;
  }

  .l-nav__list {
    padding: 0;
    display: block;
    width: 100%;
  }

  .l-nav__item {
    border-right: none;
  }

  .l-nav__item:first-of-type {
    border-left: none;
  }

  .l-nav__anchor-sp {
    background-color: #a80058;
    position: absolute;
    width: 100%;
    left: 0;
  }

  .l-nav__title {
    font-family: YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 'Noto Serif JP', "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 4rem;
    margin-bottom: 4vw;
    text-align: center;
    line-height: 1;
  }

  .l-nav__list {
    font-size: 3.2rem;
    line-height: 1;
  }

  .l-nav__item {
    border-bottom: 2px solid #c65b91;
    width: 100%;
  }

  .l-nav__item:last-of-type {
    border-bottom: none;
  }

  .l-nav__item a {
    color: #fff;
    display: table-cell;
    height: 13.33vw;
    font-size: 2.8rem;
    padding: 0 1em;
    text-align: left;
  }

  .c-contact__menu {
    background-color: #564147;
    position: absolute;
    padding: 0 0 5vw;
    width: 100%;
    left: 0;
  }

  .c-contact__info__subtitle {
    border-radius: 4vw;
    font-size: 3rem;
    height: 8vw;
    line-height: 8vw;
    margin: 0 auto 4vw;
    text-align: center;
    width: 53.33vw;
  }

  .c-contact__info__guide {
    font-size: 2.6rem;
    margin-bottom: 5.33vw;
    line-height: 1.5;
  }

  .c-contact__info-sp {
    background: transparent;
    /* margin-bottom: 4vw; */
    padding: 2.66vw 0;
    text-align: center;
  }

  .c-contact__info-sp__title {
    color: #fff;
    font-size: 3.6rem;
    display: inline-block;
    margin-bottom: 2vw;
  }

  .c-contact__info-sp__data {
    color: #fff;
    font-size: 2.4rem;
    line-height: 1.6;
  }

  .c-contact__info-sp__subtitle {
    border: 1px solid #fff;
    border-radius: 4vw;
    color: #fff;
    font-size: 3rem;
    height: 8vw;
    line-height: 8vw;
    margin: 0 auto 2vw;
    text-align: center;
    width: 53.33vw;
  }

.c-contact__menu .fukidashi{
  margin-top: 10px;
}

  .l-footer {
    padding: 2.66vw 0;
  }

  .l-footer__inner {
    height: auto;
  }

  .l-footer__copyright {
    font-size: 2.4rem;
    line-height: 1.4;
  }

  .c-section__inner {
    width: auto;
  }

  #anchor01 .c-section__title {
    margin-bottom: 3.2vw;
  }

  #anchor02 .c-section__title {
    margin-bottom: 5.33vw;
  }

  #anchor03 .c-section__title {
    font-size: 3rem;
    margin-bottom: 5.33vw;
  }

  #anchor04 .c-section__title {
    font-size: 4rem;
    margin-bottom: 5.33vw;
  }

  #anchor05 .c-section__title {
    margin-bottom: 5.33vw;
  }

  #anchor06 .c-section__title {
    padding: 6.66vw 0 0;
    margin: 0 auto 5.33vw;
    width: 69.86vw;
  }

  #anchor07 .c-section__title {
    margin: 0 auto 8vw;
    position: relative;
    top: 10px;
    width: 92vw;
  }

  #anchor09 .c-section__title {
    margin: 0 auto 8vw;
    width: 90.13vw;
  }

  #anchor10 .c-section__title {
    background-size: 32vw auto;
    font-size: 4.4rem;
    padding: 0 0 6.66vw 0;
  }

  #anchor01 .c-section__note {
    margin-left: 10vw;
    width: 80vw;
  }

  .c-section__header {
    background: url(../img/content_header_bg_sp.png) center top no-repeat;
    background-size: contain;
    padding: 5.33vw 0 0;
    height: 113.33vw;
  }

  #anchor04 .c-section__header {
    background: url(../img/content_header_bg02_sp.png) center top no-repeat;
    background-size: contain;
    padding: 5.33vw 0 0;
    height: 120vw;
  }

  #anchor05 .c-section__header {
    margin: 0;
  }

  .c-section__header__title {
    margin: 0 auto 6.66vw;
    width: 92vw;
  }

  .c-section__header__text {
    margin: 0 auto;
    width: 63.73vw;
  }

  .c-section__q {
    margin: 0 auto 5.33vw;
    width: 92vw;
  }

  .c-section__a {
    margin: 0 auto 6.66vw;
    width: 92vw;
  }

  #anchor08 .c-section__lead {
    font-size: 2.6rem;
    margin: 0 auto;
    text-align: left;
    width: 92vw;
  }

  #anchor02 .c-section__footer {
    height: auto;
  }

  #anchor02 .c-section__footer__content {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #anchor02 .c-section__footer__content .footer__content__img {
    -ms-flex-order: 2;
    order: 2;
    margin: 0 auto;
    width: 44vw;
  }

  #anchor02 .c-section__footer__content .footer__content__note {
    margin: 0 auto;
    -ms-flex-order: 1;
    order: 1;
  }

  #anchor02 .c-section__footer__content .footer__content__note p {
    font-size: 3.4rem;
    text-align: center;
  }

  #anchor02 .c-section__footer__content .footer__content__note p.footer__content__lead {
    font-size: 3.6rem;
    text-align: center;
  }

  #anchor02 .c-section__footer__content .footer__content__text {
    margin: 0 auto;
    width: 75.2vw;
  }

  #anchor04 .c-section__footer {
    background: url(../img/content_bg04_sp.png) center bottom no-repeat;
    background-size: cover;
    height: auto;
    padding-top: 6.66vw;
    padding-bottom: 100vw;
  }

  #anchor04 .c-section__footer__content {
    margin: 0 auto;
    width: 92vw;
  }

  #anchor03 .c-section__content__left {
    background: url(../img/content_img06_sp.png) center bottom no-repeat;
    background-size: contain;
    height: auto;
    margin-top: 4vw;
    padding-top: 0;
    padding-bottom: 92vw;
  }

  #anchor04 .c-section__content__left {
    background: url(../img/content_img08_sp.png?191009) center bottom no-repeat;
    background-size: contain;
    height: auto;
    margin-top: 4vw;
    padding-top: 0;
    padding-bottom: 84vw;
  }

  #anchor03 .c-section__content__right {
    background: url(../img/content_img07_sp.png) center bottom no-repeat;
    background-size: contain;
    height: auto;
    padding-top: 8vw;
    padding-bottom: 88vw;
  }

  #anchor04 .c-section__content__right {
    background: url(../img/content_img09_sp.png) center bottom no-repeat;
    background-size: contain;
    height: auto;
    padding-top: 8vw;
    padding-bottom: 80vw;
  }

  .c-section__content__left .c-section__content__item {
    text-align: left;
  }

  .c-section__content__catch {
    margin: 0 auto 5.33vw;
    display: block;
    font-size: 3.6rem;
    text-align: center;
    width: 92vw;
  }

  .c-section__content__note {
    margin: 0 auto;
    width: 92vw;
  }

  #anchor05 .c-section__content__note {
    margin: 0 auto;
    width: 92vw;
  }

  #anchor05 .c-section__content__note dl {
    width: auto;
  }

  #anchor05 .c-section__content__note dl dt {
    font-size: 3rem;
  }

  #anchor05 .c-section__content__note dl dd {
    font-size: 2.6rem;
  }

  .c-section__content__left .c-section__content__note {
    margin: 0 auto;
    text-align: left;
  }

  .c-section__content__title {
    font-size: 3rem;
    margin-bottom: 4vw;
    text-align: center;
  }

  .c-section__content__lead {
    font-size: 2.6rem;
  }

  #anchor05 .c-section__content {
    background: url(../img/content_img11_sp.png) right bottom no-repeat;
    background-size: 66.66vw auto;
    height: auto;
    padding-bottom: 64vw;
  }

  .c-section__img {
    margin: 0 auto 6.66vw;
    width: 92vw;
  }

  .c-section#anchor01 {
    background: url(../img/content_bg01_sp.png) right top no-repeat;
    background-size: cover;
    height: 89.33vw;
  }

  .c-section#anchor05 {
    background-size: contain;
    padding: 5.33vw 0;
  }

  .c-section#anchor07 {
    padding: 0 0 1.33vw;
  }

  .c-section#anchor08 {
    padding: 10.66vw 0 0;
  }

  .c-section#anchor09 {
    padding: 10.66vw 0 5.33vw;
  }

  .c-section#anchor10 {
    padding: 10.66vw 0 8vw;
  }

  .c-section__logo {
    margin: 0 auto 8vw;
    width: 41.33vw;
  }

  .c-section__catch {
    margin: 0 auto 8vw;
    width: 68.53vw;
  }

  .c-topic__item {
    padding: 4vw;
    margin: 0 auto 2.66vw;
    width: 92vw;
  }

  .c-topic__item__title {
    font-size: 2.8rem;
    margin: 0 0 2.66vw 0;
  }

  .c-topic__item__subtitle {
    font-size: 2.6rem;
    margin: 0 0 2.66vw 0;
  }

  .c-topic__item__lead {
    font-size: 2.4rem;
    margin: 0 0 2.66vw 0;
  }

  .c-topic__item__memo {
    font-size: 2.2rem;
  }

  .c-btn__reserve {
    margin: 0 auto;
    width: 92vw;
  }

  .c-btn__reserve.line a {
    /* background: url(../img/btn01.png) center center no-repeat; */
    background-size: 92vw auto;
    display: block;
    font-weight: bold;
    height: 20vw;
    width: 100%;
  }
  .c-btn__reserve.counseling a {
    /* background: url(../img/btn01.png) center center no-repeat; */
    background-size: 92vw auto;
    display: block;
    font-weight: bold;
    height: 23vw;
    width: 100%;
  }

  .c-btn__submit {
    font-size: 3.2rem;
    background-size: cover;
    height: 10.8vw;
    width: 58.8vw;
  }

  .c-btn__map {
    margin: 0 auto;
    width: 66.66vw;
  }

  .c-btn__map a {
    background: url(../img/btn02.png) center center no-repeat;
    background-size: contain;
    display: block;
    height: 13.33vw;
    width: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transition: all 0.4s ease;
    text-indent: -9999px;
  }

  .c-btn__map a:hover {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }

  .c-bnr__list {
    margin: 0 auto;
    width: 92vw;
  }

  .c-bnr__item {
    margin: 0 0 2.66vw 0;
  }

  .p-hero__inner {
    height: auto;
    width: auto;
  }

  .p-hero__bnr {
    width: 85%;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 7vw;
  }

  .p-hero__note {
    margin-left: 41vw;
    padding-top: 6.66vw;
  }

  .p-hero__sub .p-hero__note {
    margin-left: 32.66vw;
    padding-top: 6.66vw;
  }

  .p-hero__catch {
    font-size: 4.2rem;
    letter-spacing: 1px;
    margin-bottom: 3.2vw;
  }

  .p-hero__sub .p-hero__catch {
    font-size: 3.6rem;
    letter-spacing: 0;
    margin-bottom: 2.13vw;
  }

  .p-hero__lead {
    margin: 0 3.6vw 1.6vw 0;
    font-size: 1.8rem;
  }

  .p-hero__lead br {
    display: none;
  }

  .p-hero__sub .p-hero__lead {
    margin: 0 2.66vw 0 17.33vw;
    letter-spacing: 0;
  }

  .p-hero__name {
    display: inline-block;
    width: 27.6vw;
  }

  .p-hero__name-area {
    margin: 0 3.6vw 0 0;
    text-align: right;
  }

  .p-hero__sub .p-hero__name {
    margin: 0 0 2.66vw 0;
    width: 63vw;
  }

  .p-hero__sub {
    background: url(../../common/img/sub_visual_sp.jpg) left top no-repeat;
    background-size: auto 100%;
    height: 76.8vw;
  }

  #anchor05 .p-type__list {
    margin: 0 auto 6.66vw;
  }

  .p-type__list {
    display: block;
    margin: 0 auto 8vw;
    width: 92vw;
  }

  #anchor05 .p-type__item {
    margin: 0 auto 2.66vw;
    padding: 4vw;
    width: 100%;
  }

  .p-type__item {
    height: auto;
    margin: 0 0 8vw 0;
    width: 100%;
  }

  .p-type__item__title {
    font-size: 2.8rem;
    margin-bottom: 2.66vw;
  }

  .p-type__item__ttl {
    height: 8vw;
    line-height: 8vw;
    font-size: 2.6rem;
    width: 26.66vw;
  }

  .p-type__item__lead {
    font-size: 2.6rem;
    margin-bottom: 2.66vw;
  }

  #anchor05 .p-type__item__lead {
    font-size: 2.6rem;
    margin-bottom: 2.66vw;
  }

  .p-type__item__memo {
    font-size: 2.2rem;
  }

  .p-type__item__img {
    margin: 0 auto;
    width: 30vw;
  }

  .p-type__name span {
    font-size: 2.5rem;
    height: 6vw;
    line-height: 6vw;
    margin-bottom: 1.87vw;
  }

  .p-type__name {
    height: 6vw;
    line-height: 6vw;
    margin-bottom: 1.87vw;
  }

  .p-type__item-100 .p-type__name {
    margin-bottom: 1.87vw;
  }

  .p-type__name:before {
    height: 6vw;
    width: 4.2vw;
  }

  .p-type__name:after {
    height: 6vw;
    width: 5.8vw;
  }

  .p-type__img {
    width: 100%;
  }

  .p-type__img02 {
    height: 56vw;
    width: 100%;
  }

  .p-type__img02__01 {
    width: 46vw;
  }

  .p-type__img02__02 {
    width: 61.33vw;
  }

  .p-type__img02__cap {
    font-size: 2.6rem;
  }

  .p-type__lead {
    font-size: 2rem;
    padding: 2.66vw 2.66vw 2.66vw 0;
  }

  .p-feature__list {
    margin-bottom: 5.33vw;
  }

  .p-feature__item {
    margin-bottom: 4vw;
  }

  .p-feature__item__title {
    height: 5.33vw;
    line-height: 5.33vw;
    font-size: 3.2rem;
    margin-bottom: 1.33vw;
  }

  .p-feature__item__title:before {
    margin: -1.066vw 1vw 0 0;
    height: 5.33vw;
    width: 5.33vw;
  }

  .p-feature__item__memo {
    font-size: 2.6rem;
    margin-left: 6.5vw;
  }

  .p-feature__list02 li {
    background: url(../img/icon_star.png) left center no-repeat;
    background-size: 4.533vw auto;
    height: 4.533vw;
    line-height: 4.533vw;
    padding-left: 5.866vw;
  }

  .p-point__list {
    display: block;
    width: 92vw;
  }

  .p-point__item {
    margin: 0 0 8vw 0;
    width: 100%;
  }

  .p-point__item__title {
    font-size: 3rem;
    height: 12vw;
    padding: 0 3.33vw;
  }

  .p-point__item__title-num {
    font-size: 6.8rem;
  }

  .p-point__item__subtitle {
    font-size: 2.6rem;
    margin: 0 0 1.33vw 0;
  }

  .p-point__text {
    font-size: 2.4rem;
  }

  .p-point__img {
    margin: 0 auto;
    width: 69.33vw;
  }

  .p-point__lead {
    font-size: 2.4rem;
  }

  .p-profile {
    background: url(../img/content_bg05_sp.jpg) center bottom no-repeat;
    background-size: contain;
    min-height: inherit;
    margin: 8vw 0 0;
    padding-bottom: 30vw;
  }

  .p-profile__title {
    margin: 0 auto 8vw;
    width: 92vw;
  }

  .p-profile__subtitle {
    margin: 0 auto 4vw;
    width: 92vw;
  }

  .p-profile__lead {
    font-size: 2.6rem;
    font-weight: bold;
    margin: 0 auto 8vw;
    width: 92vw;
  }

  .p-profile__table {
    margin: 0 auto;
    width: 92vw;
  }

  .p-profile__table__title {
    padding: 0 0 2.66vw;
  }

  .p-profile__table table {
    display: block;
    padding: 2.66vw 0 0;
  }

  .p-profile__table table th {
    font-size: 2.4rem;
    font-weight: bold;
    padding: 0;
    display: block;
    width: 100%;
  }

  .p-profile__table table td {
    font-size: 2.4rem;
    padding: 0;
    margin-bottom: 2vw;
    display: block;
    width: 100%;
  }

  .p-clinic__list {
    display: block;
    width: 92vw;
  }

  .p-clinic__item {
    width: 100%;
    margin-bottom: 5.33vw;
  }

  .p-clinic__name {
    font-size: 4rem;
    text-align: center;
  }

  .p-clinic__tel {
    font-size: 5rem;
    line-height: 1;
    transform: inherit;
  }

  .p-clinic__tel a:before {
    margin: 0 1.33vw 0 0;
    height: 5.33vw;
    width: 8.13vw;
  }

  .p-clinic__note {
    font-size: 2.4rem;
    height: auto;
    line-height: 1.7;
    width: 100%;
  }

  .p-clinic__map {
    display: none;
  }

  .p-clinic__profile {
    padding: 6.66vw 0 0;
  }

  .p-clinic__profile__name {
    font-size: 2.4rem;
    margin-bottom: 2.66vw;
  }

  .p-clinic__profile__name strong {
    font-size: 3rem;
  }

  .p-clinic__profile__data h4 {
    font-size: 2.6rem;
  }

  .p-clinic__profile__data dl {
    font-size: 2.4rem;
  }

  .c-table__group {
    padding: 5.33vw 0 1.33vw;
    width: 92vw;
  }

  .c-table__lead {
    font-size: 2.4rem;
    margin-bottom: 4vw;
  }

  .c-table__type01 {
    border-top: 1px solid #979797;
    display: block;
  }

  .c-table__type01 tbody {
    display: block;
  }

  .c-table__type01 tr {
    border-bottom: 1px solid #979797;
    display: block;
    padding: 3vw 0 0 0;
  }

  .c-table__type01 th {
    display: inline-block;
    font-size: 2.4rem;
    padding: 0 0 1.33vw 1.33vw;
    width: auto;
    vertical-align: middle;
  }

  .c-table__type01 td {
    display: block;
    font-size: 2.4rem;
    padding: 1.33vw 1.33vw 3vw 1.33vw;
    vertical-align: middle;
  }

  .c-table__type01 td:first-of-type {
    display: inline-block;
    padding: 0 0 1.33vw 1.33vw;
  }

  .c-table__type01 .select-wrap {
    height: 24px;
    width: 26vw;
  }

  .c-table__type01 input[type="text"] {
    height: 28px;
    width: 100%;
  }

  .c-table__type01 input[type="text"].date {
    width: 24vw;
  }

  .c-table__type01 input[type="email"] {
    height: 28px;
    width: 100%;
  }

  .c-table__type01 input[type="email"].date {
    width: 24vw;
  }

  .c-table__type01 select {
    height: 24px;
    width: 100%;
  }

  .c-table__type01 .select-wrap-l {
    max-width: 300px;
    width: 60%;
    height: 24px;
  }

  .c-table__type01 .v-top {
    vertical-align: inherit;
    padding: 0 0 1.33vw 1.33vw;
  }

  .c-address__list {
    display: block;
  }

  .c-address__list li {
    margin: 0 auto 1.33vw;
    width: 88vw;
  }

  .c-address__name {
    height: 8vw;
    line-height: 8vw;
    width: 29%;
  }

  .c-address__tel {
    background: url(../img/icon_free_phone02.png) 2.66vw center no-repeat;
    background-size: 7.066vw auto;
    height: 8vw;
    line-height: 8vw;
    padding-left: 12vw;
    width: auto;
  }

  .c-address__tel:before {
    display: none;
  }

  .icon_calendar {
    margin: 0 .66vw;
    width: 4.4vw;
  }

  .u-required {
    height: 4vw;
    margin: 0 0 0 1.6vw;
    width: 8vw;
  }

  .u-any {
    height: 4vw;
    margin: 0 0 0 1.6vw;
    width: 8vw;
  }

  .u-input__memo {
    font-size: 2.2rem;
  }

  .u-radio__parts {
    padding-left: 4.266vw;
    height: 3.2vw;
    line-height: 3.2vw;
    margin-right: 3.2vw;
  }

  .u-radio__parts:before {
    width: 3.2vw;
    height: 3.2vw;
  }

  .u-radio__parts:after {
    top: .53vw;
    left: .53vw;
    width: 2.133vw;
    height: 2.133vw;
  }

  .u-checkbox__group-set {
    display: block;
  }

  .u-checkbox__group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .u-checkbox__group-set .u-checkbox__group {
    display: block;
    margin-bottom: 3vw;
  }

  .u-checkbox__group label {
    font-size: 2.4rem;
  }

  .u-progress__list {
    background: url(../img/form_progress_bg_sp.png) center top no-repeat;
    background-size: cover;
    height: 8vw;
    width: 81vw;
  }

  .u-progress__item {
    font-size: 2.2rem;
    height: 8vw;
    line-height: 8vw;
  }

  .u-pc__show {
    display: none;
  }

  .u-sp__show {
    display: block;
  }

  a[href^="tel:"] {
    cursor: pointer;
  }

  /* .mfp_element_radio {
    margin-top: 0;
  } */

  .mfp_element_checkbox {
    margin: 0 10px 5px 0;
  }

  .date-pad div.mfp_err {
    right: 0;
    top: 60px;
  }

  table#mfp_confirm_table tr th,
  table#mfp_confirm_table tr td {
    font-size: 2.8rem;
  }

  div.mfp_buttons button {
    margin: 0 8px;
  }

  #mfp_button_send,
  #mfp_button_cancel {
    width: 43%;
    font-size: 3rem;
  }

  .c-btn_wrapper {
    flex-direction: column;
  }
}

@media print,
screen and (min-width: 1800px) {
  .c-section#anchor01 {
    background: url(../img/content_bg01.png) left top no-repeat;
  }
}

@media screen and (max-width: 360px) {
  .p-hero__sub .p-hero__note {
    margin-left: 32.66vw;
    padding-top: 3.33vw;
  }

  .p-hero__sub .p-hero__lead {
    line-height: 1.5;
  }
}

/* 20211206 add */
.p-hero {
  padding: 10px 0 0 0;
  background: url(../img/main_visual_bg_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 750px)  {
  .l-header__content {
    opacity: 1;
  }
}


/* 20220127 add */
.p-top__news {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding: 0 0 30px 0;
}
.p-top__news__accordion__item {
  margin: 0 0 5px;
  line-height: 1.8;
  background-color: #fff;
  border: 1px solid #bcb0a9;
}
.p-top__news__accordion__item h2,
.p-top__news__accordion__item h3 {
  font-weight: bold;
  font-family: YuGothic, Yu Gothic, Hiragino Kaku Gothic ProN, 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
  color: #332c27;
  line-height: 1.35;
}
.p-top__news__accordion__item h2 {
  /* margin-bottom: 10px; */
}
.p-top__news__accordion__item h2,
.p-top__news__accordion__item h3 {
  font-size: 16px;
}
.p-top__news__accordion__title {
  position: relative;
  font-family: YuMincho, Yu Mincho, Yu Mincho, '游明朝体', "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, Noto Serif JP, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  color: #332c27;
}
.p-top__news__accordion__title h2 {
  /* margin-bottom: 10px; */
  padding: 10px 60px 10px 50px;
  background-color: #ebe7e6;
  text-align: center;
}
.p-top__news__accordion__title__inner {
  padding: 10px 60px 20px 0;
}
.p-top__news__accordion__title__inner > p {
  font-size: 14px;
}
.u-mg--b-sm {
  margin-bottom: 20px !important;
}
.u-mg--b-md {
  margin-bottom: 30px !important;
}
.u-mg--b-lg {
  margin-bottom: 60px !important;
}
.u-text--size-xs {
  font-size: .75em;
}
.p-top__news__accordion__list__item,
.p-top__news__accordion__item h4 {
  font-weight: bold;
  color: #333333;
}
.p-top__news__accordion__list__item:before {
  counter-increment: number 1;
  content: counter(number)"）";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.p-top__news__accordion__list__item2:before {
  content: "・";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.p-top__news__accordion__title:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 16px;
  height: 16px;
  margin: auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(../images/common/icon-chevron-down.svg);
  background-size: contain;
  transition: transform .3s;
}
.p-top__news__accordion__textarea {
  padding: 20px 50px;
  display: none;
}
.p-top__news__accordion__list {
  font-weight: 700;
  counter-reset: number 0;
}
.p-top__news__accordion__list__item, .p-top__news__accordion__list__item2 {
  position: relative;
  padding-left: 15px;
  margin: 5px 0;
}
.p-top__news__accordion__textarea.show {
  display: block;
}
.p-top__news__accordion__title:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 16px;
  height: 16px;
  margin: auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(../img/icon-chevron-down.svg);
  background-size: contain;
  transition: transform .3s;
}
.p-top__news__accordion__title.active:after {
  transform: rotate(-180deg);
}
@media print, screen and (min-width: 821px) {
  .u-show--pc {
      display: block;
  }
}
@media screen and (max-width: 820px) {
  .p-top__news {
    width: 100%;
    padding: 5%;
  }
  .p-top__news__accordion__item h2 {
    font-size: 14px;
  }
  .u-mg--b-sm {
    margin-bottom: 10px !important;
  }
  .u-mg--b-md {
    margin-bottom: 20px !important;
  }
  .u-mg--b-lg {
    margin-bottom: 30px !important;
  }
  .u-show--pc {
    display: none;
  }
  .p-top__news__accordion__title {
    font-size: 13px;
    font-size: 3.46667vw;
  }
  .p-top__news__accordion__title:after {
    right: 3vw;
    width: 3.73333vw;
    height: 3.73333vw;
  }
  .p-top__news__accordion__title h2 {
    padding: 10px 28px 10px 10px; 
  }
  .p-top__news__accordion__title__inner {
    padding: 4vw 2vw;
  }
  .p-top__news__accordion__textarea {
    padding: 4vw;
    font-size: 13px;
    font-size: 3.46667vw;
  }
  .p-top__news__accordion__list__item {
    padding-left: 3.73333vw;
  }
}

/* 230713 add ヘッダー固定 */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

.header-inner {
  background: #fff;
}

.sec-mv {
  padding-top: 82px;
}

@media screen and (max-width: 767px) {
  .sec-mv {
    padding-top: 55px;
  }
}