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

	MV

-------------------------------------------------------------------*/
.mv {
  background: #f7f7f7 url(../img/top/mv10.png) no-repeat center top;
  background-size: 100% auto;
  margin: 0 auto;
  max-width: 640px;
  height: calc(1145 / 750 * 100vw);
  max-height: 978px;
}
.mv_inner {
  position: relative;
  padding: 1.8rem 2rem 4rem;
}
.mv_logo {
  display: block;
  width: 21rem;
  margin-bottom: 2.1rem;
}
.mv_txt{
    font-family: 'Noto Sans JP', sans-serif;
    display: block;
    line-height: 1em;
    margin-top: 15%;
    margin-left: 9%;
    font-size: 173%;
    font-weight: 900;
}
.mv_txt .u-text-small{
    font-size: 56%;
}
.yellow_marker {
    background: linear-gradient(transparent 40%, #ff6 100%);
}

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

	common

-------------------------------------------------------------------*/
.contents-w {
  max-width: 640px;
  margin: 0 auto;
}

.p-basic-section {
  padding: 4.2rem 1.5rem 4rem;
}
.p-basic-section > :last-child {
  margin-bottom: 0;
}

.p-basic-title {
  margin-bottom: 3.5rem;
  text-align: center;
  line-height: 1.3;
}
.p-basic-title.white {
  color: white;
}
.p-basic-title--en {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: .2em;
  margin-bottom: .5em;
}
.p-basic-title--jp {
  display: block;
  font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  margin-bottom: 0;
  font-size: 2.2rem;
  letter-spacing: .08em;
  font-feature-settings: "palt";
}

.p-sub-title {
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 1em;
  letter-spacing: .08em;
  font-feature-settings: "palt";
}

.p-sub-title2 {
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-size: 1.7rem;
  margin-bottom: 1em;
  border-left: 2px solid #33cc99;
  padding: .5em 0 .5em .8em;
  letter-spacing: .08em;
  font-feature-settings: "palt";
}

.p-button-close {
  text-align: center;
}
.p-button-close a {
  display: inline-block;
  padding: 1em;
  background-color: #333333;
  color: #FFF;
  text-decoration: none;
  bordet-rasius: 4px;
}

.lower-header {
  padding: 1em;
}
.lower-header img {
  display: block;
  margin: 0 auto;
  width: 18rem;
}

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

	banner

-------------------------------------------------------------------*/
.banner {
  background-color: #d3e8f6;
}
.banner_inner {
  padding: 1.5rem;
  font-size: 1.3rem;
  text-align: center;
}
.banner_inner > :last-child {
  margin-bottom: 0;
}

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

	trigger

-------------------------------------------------------------------*/
.trigger .p-basic-section {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

	demerit

-------------------------------------------------------------------*/
.demerit {
  background: #003979 url("../img/top/demerit_back.png") repeat-y center top;
  background-size: 100% auto;
  color: white;
}
.demerit_list {
  margin-bottom: 6rem;
}
.demerit_list-title {
  color: #fcdf8f;
  text-align: center;
  margin-bottom: 1.5rem;
  line-height: 1.3;
}
.demerit_list-title .en {
  display: block;
  font-family: "Oswald",sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .2em;
  margin-bottom: .3em;
}
.demerit_list-title .jp {
  display: block;
  font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 3.8rem;
  font-weight: 900;
  letter-spacing: .08em;
  font-feature-settings: "palt";
}
.demerit_list-lead {
  font-size: 1.7rem;
  font-weight: 600;
  text-align: center;
  color: #fcdf8f;
}
.demerit_list-text {
  margin-bottom: .5em;
}
.demerit_list-text > .photo {
  float: left;
  width: 32.5%;
  margin: 0 1.5em 1em 0;
}
.demerit_list-box {
  background-color: #333;
  padding: 1.5em 2em;
  border-radius: 3px;
  border: 1px solid #333;
  color: white;
  font-weight: 600;
}
.demerit_list-box > .title {
  text-align: center;
  font-size: 1.7rem;
  margin-bottom: .5em;
}

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

	merit

-------------------------------------------------------------------*/
.merit {
  background: #ffffb3 url("../img/top/merit_back2.png") repeat-y center top;
  background-size: 100% auto;
}
.merit_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.merit_list > li {
  width: 49.25%;
  margin: 0 0 1rem 1.5%;
  border: 2px solid #333333;
  background-color: white;
  border-radius: 20px 20px 0 0;
  padding: 1em 1.5em 1.5em;
}
.merit_list > li:nth-child(2n+1) {
  margin-left: 0;
}
.merit_list > li > :last-child {
  margin-bottom: 0;
}
.merit_list > li p {
  line-height: 1.6;
}
.merit_list-title {
  text-align: center;
  margin-bottom: 1rem;
  line-height: 1.3;
}
.merit_list-title .en {
  color: #c8963d;
  display: block;
  font-family: "Oswald",sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: .2em;
  margin-bottom: .2em;
}
.merit_list-title .jp {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: .02em;
  font-feature-settings: "palt";
}
.merit_list .photo {
  width: 7rem;
  margin: 0 auto 1em;
}

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

	flow

-------------------------------------------------------------------*/
.flow {
  background-color: #d3e8f6;
}
.flow_subtitle {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 1em;
}
.flow_list {
  margin-bottom: 5rem;
}
.flow_list > section {
  position: relative;
  background-color: #f7f7f7;
  padding: 1.5rem 2rem 2rem;
  border: 2px solid #333333;
  border-radius: 5px;
}
.flow_list > section > .title {
  font-size: 1.6rem;
  margin-bottom: .5em;
}
.flow_list > section > .title > i {
  display: inline-block;
  margin-right: .3em;
  font-style: normal;
  font-family: "Oswald",sans-serif;
  font-size: 1.25em;
  font-weight: 700;
}
.flow_list > section > .label {
  position: absolute;
  display: block;
  width: 4.8rem;
  top: -1.4rem;
  right: -1rem;
}
.flow_list > section > :last-child {
  margin-bottom: 0;
}
.flow_list.after > section {
  background-color: white;
  border-color: #003979;
}
.flow_list.after > section > .title {
  color: #003979;
}
.flow_arrow {
  border: 0;
  margin: 0  auto 1rem;
  width: 2.1rem;
  height: 1.5rem;
  background: url("../img/top/flow_arrow1.png") no-repeat center top;
  background-size: contain;
}
.flow_arrow.after {
  background-image: url("../img/top/flow_arrow2.png");
}

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

	qa

-------------------------------------------------------------------*/
.qa_list {
  margin-bottom: 1.5rem;
}
.qa_list dt, .qa_list dd {
  border: 2px solid #333333;
  padding: 2rem 2rem 1.5rem 4.4rem;
  position: relative;
  line-height: 1.5;
}
.qa_list dt::before, .qa_list dd::before {
  content: "";
  display: block;
  font-family: "Oswald",sans-serif;
  position: absolute;
  top: 1.5rem;
  left: 2rem;
}
.qa_list dt {
  color: white;
  background-color: #333333;
  font-weight: 600;
  font-size: 1.5rem;
}
.qa_list dt::before {
  content: "Q";
  font-size: 2rem;
}
.qa_list dd {
  font-size: 1.3rem;
}
.qa_list dd::before {
  content: "A";
  font-size: 2rem;
}

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

	price

-------------------------------------------------------------------*/
.price {
  background: #efefef;
}
.price_lead {
  font-size: 1.7rem;
  line-height: 1.5;
  text-align: center;
  font-weight: 600;
}
.price_box {
  background-color: white;
  border: 1px solid #CCC;
  padding: 2rem;
  margin-top: -1px;
}
.price_box-title {
  font-size: 1.6rem;
  margin-bottom: .5em;
  text-align: center;
}
.price_box-card {
  width: 80%;
  margin: auto;
}
.price_box-point {
  background-color: #c8963d;
  padding: .5em;
  text-align: center;
  color: white;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
}

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

	clinic

-------------------------------------------------------------------*/
.clinic_list {
  margin-bottom: 5.5rem;
}
.clinic_list-label {
  text-align: center;
}
.clinic_list-label i {
  font-style: normal;
  color: white;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
  background-color: #333333;
  padding: .5em .8em;
  border-radius: 3px;
}
.clinic_list-main {
  margin-bottom: 1em;
  display: flex;
  align-items: center;
}
.clinic_list-name {
  font-size: 1.8rem;
  margin-bottom: 1em;
}
.clinic_list-doctor {
  font-size: 1.5rem;
  font-weight: 600;
}
.clinic_list-photo {
  margin-bottom: 1em;
}
.clinic_list-text {
  flex: 1;
  padding-left: 2em;
}
.clinic_list-photo2 {
  width: 50%;
}
.clinic_list-subtitle {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: .5em;
}
.clinic_list-career {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 2.5em;
}
.clinic_list-career dt {
  clear: left;
  float: left;
  width: 9em;
}
.clinic_list-career dd {
  padding: 0 0 0 9em;
  margin-bottom: 1em;
}
.clinic_list-member {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 1.5em;
}
.clinic_list-member li {
  margin-bottom: .5em;
}
.clinic_list-caption {
  font-size: 1.1rem;
  border: 1px solid #DDD;
  margin-bottom: 2.5em;
  padding: 1.5em;
}
.clinic_list-caption > :last-child {
  margin-bottom: 0;
}
.clinic_list-data {
  border: none;
  border-top: 1px solid #DDD;
  margin-bottom: 2.5em;
}
.clinic_list-data th, .clinic_list-data td {
  border: none;
  border-bottom: 1px solid #DDD;
  font-size: 1.2rem;
}
.clinic_list-data th {
  width: 28%;
}

.googlemap {
  width: 100%;
  height: 40rem;
  position: relative;
  margin-bottom: 2.5em;
}
.googlemap > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

	contact

-------------------------------------------------------------------*/
.contact {
  background-color: #d3e8f6;
}
.contact_agree {
  margin-bottom: 1em;
}
.contact_agree-title {
  background-color: #003979;
  color: #FFF;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
  padding: .5em;
  border: 2px solid white;
}
.contact_agree-text {
  display: none;
  padding: 1em;
  font-size: 1.3rem;
  line-height: 1.6;
}
.contact_agree-button {
  text-align: center;
}
.contact_agree-button a {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.2;
  padding: 1em 3em;
  background-color: #ffff00;
  text-decoration: none;
  font-weight: 600;
  border-radius: 50px;
  border: 2px solid white;
}
.contact_caution {
  padding: 1.5em;
  margin-bottom: 1em;
  background-color: white;
  color: #cc0000;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 600;
}

.domainBox .txt {
  font-size: 1.2rem;
  line-height: 1.6;
}
.domainBox .address {
  padding: 1em;
  border: 1px solid #ccc;
  background-color: #ffffcc;
  font-size: 1.6rem;
  line-height: 1.2;
}

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

	footer

-------------------------------------------------------------------*/
.footer {
  font-size: 1rem;
  text-align: center;
  padding: 3.5rem 0 8rem;
}

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

	float

-------------------------------------------------------------------*/
.floatBtn {
  width: 100%;
  position: fixed;
  z-index: 8885;
  transition: all .3s ease-out;
  bottom: 0;
  left: 0;
  background-color: #FFF;
}

.floatBtn-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
    justify-content: flex-end;
    background-color: #333;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
}
.floatBtn-list > li {
  min-height: 5rem;
}
.floatBtn-list > li > a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none;
}
.floatBtn-list_tel {
  width: 44.66666%;
}
.floatBtn-list_tel a {
  background: #0e61a5 url("../img/top/footer_button_tel2.png") no-repeat left bottom;
  background-size: 15.4rem;
  border-right: 2px solid #333;
}
.floatBtn-list_mail {
  width: 44.66666%;
}
.floatBtn-list_mail a {
  background: #9a724e url("../img/top/footer_button_mail2.png") no-repeat left bottom;
  background-size: 15.4rem;
}
.floatBtn-list_top {
  width: 10.66666%;
}
.floatBtn-list_top a {
  background: #333 url("../img/top/footer_button_pagetop.png") no-repeat center bottom;
  background-size: 3.1rem;
}
.floatBtn-list_tel.s {
  width: 50%;
}
.floatBtn-list_tel.s a {
  background: #0e61a5 url("../img/top/footer_button_tel2.png") no-repeat left bottom;
  background-size: 15.4rem;
  border-right: 2px solid #333;
}
.floatBtn-list_mail.s {
  width: 50%;
}
.floatBtn-list_mail.s a {
  background: #9a724e url("../img/top/footer_button_mail2.png") no-repeat left bottom;
  background-size: 15.4rem;
}

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

	drawer-menu

-------------------------------------------------------------------*/
.body-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

.drawer-menu_back {
  width: 100%;
  height: 100vh;
  transition: all 0.2s;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  z-index: 8887;
  background-color: rgba(0, 0, 0, 0.8);
}

.drawer-menu {
  display: none;
  width: 100%;
  height: 100vh;
  transition: all 0.2s;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 8888;
  overflow: auto;
  padding: 6rem 0 0;
}

.drawer-menu_back.open {
  display: block;
}

.drawer-menu.open {
  display: block;
}

.drawer-menu_list {
  background-color: #FFF;
  border-radius: 6px;
  padding: 2rem 1.5rem;
  width: 94.6666%;
  max-width: 640px;
  margin: auto;
}
.drawer-menu_list > ul.menulist {
  border-top: 1px solid #333;
  margin-bottom: 1em;
}
.drawer-menu_list > ul.menulist > li {
  border-bottom: 1px solid #333;
}
.drawer-menu_list > ul.menulist > li > a {
  display: block;
  padding: 1.5em;
  text-decoration: none;
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
}

/*button*/
.ham-menu-block {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}
.ham-menu-block_inner {
  max-width: 640px;
  margin: 0 auto;
  padding: 1rem;
}

.ham-menu-button {
  margin: 0 0 0 auto;
  position: relative;
  width: 40px;
  height: 40px;
  transition: all 0.2s ease-out;
  background-color: #FFF;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.ham-menu-button > span {
  display: block;
  position: absolute;
  width: 26px;
  height: 3px;
  background-color: #003979;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ham-menu-button::before, .ham-menu-button::after {
  content: "";
  display: block;
  position: absolute;
  width: 26px;
  height: 3px;
  background-color: #003979;
  left: 50%;
  transform: translateX(-50%);
}
.ham-menu-button::before {
  top: 10px;
  transition: all 0.2s ease-out;
}
.ham-menu-button::after {
  bottom: 10px;
  transition: all 0.2s ease-out;
}

.ham-menu-button.is-close > span {
  display: none;
}
.ham-menu-button.is-close::before {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #cc0000;
}
.ham-menu-button.is-close::after {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  background-color: #cc0000;
}
