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

	MV

-------------------------------------------------------------------*/
.mv {
  background: #f1f2ff url(../img/top/mv_back_sp.jpg) no-repeat center top;
  background-size: contain;
  margin-bottom:2rem;
}
.mv_inner {
  position: relative;
  min-height: 59.6rem;
  padding: 1.5rem;
}
.mv_logo {
  display: block;
  width: 20.5rem;
  margin-bottom: 19rem;
}
.mv_text {
  padding: 0 1.5rem 1.5rem;
  font-weight: 400;
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}
.mv_text_title {
  position:relative;
  color: #03b6af;
  line-height: 1.1;
  margin-bottom: 1rem;
  font-feature-settings: "palt";
  
}
.mv_text_title > .title-small {
  display: block;
  font-size: 1.9rem;
  letter-spacing: .08em;
  margin-bottom: -.3em;
  transform-origin: left bottom;
  transform: rotate(-6deg);
  
}
.mv_text_title > .title-large {
  display: block;
  font-size: 5.5rem;
  text-shadow: 0 0 10px #f1f2ff,0 0 10px #f1f2ff,0 0 10px #f1f2ff,0 0 6px #f1f2ff,0 0 6px #f1f2ff,0 0 6px #f1f2ff,0 0 6px #f1f2ff,0 0 6px #f1f2ff;
}
.mv_text_title > .title-large > small {
  font-size: .43em;
}
.mv_text_name > span {
  display: inline-block;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: .08em;
  font-feature-settings: "palt";
  color: #FFF;
  padding: .5em 1.6em;
  background-color: #03b6af;
  border-radius: 30px;
}
.mv_text_detail {
  font-size: 1.3rem;
  line-height: 1.5;
}
.mv_text_camp {
  background-color: #FFF;
  border: 3px double #f27462;
  padding: 1.4rem;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}
.mv_text_camp .camp-title {
  font-size: 1.8rem;
  font-feature-settings: "palt";
  letter-spacing: .08em;
  margin-bottom: .5rem;
}
.mv_text_camp .camp-title > small {
  font-size: .74em;
}
.mv_text_camp .camp-price {
  font-size: 4.5rem;
  line-height: 1.2;
  font-family: "Times New Roman", Times, "serif";
  font-feature-settings: "palt";
  color: #f27462;
  margin: 0;
}
.mv_text_camp .camp-times {
  display: inline-block;
  padding: .2rem .5rem;
  background-color: #f27462;
  color: #FFF;
  font-size: 1.8rem;
  line-height: 1;
  border-radius: 5px;
  margin-right: 1rem;
  vertical-align: .2em;
}
.mv_text_camp .camp-times em {
  font-size: 1.94em;
  font-style: normal;
}
.mv_text_camp .camp-yen {
  font-size: .5em;
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  position: relative;
}
.mv_text_camp .camp-yen > small {
  position: absolute;
  left: 3em;
  bottom: 0;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #333;
  font-size: .39em;
  line-height: 1.3;
  white-space: nowrap;
}
.mv_text_line {
  position: absolute;
  width: 9rem;
  top: 33rem;
  right: 1rem;
}

/*-------------------------------------------------------------------
	MV PC
-------------------------------------------------------------------*/
@media (min-width: 768px) {
  .mv {
    background: #fff url(../img/top/mv_back_pc.jpg) no-repeat center top;
    background-size: auto;
    /*margin-bottom:8rem;*/
  }
  .mv_inner {
    width: 120rem;
    min-height: 84rem;
    margin: 0 auto;
    padding: 3.5rem 0 3rem;
  }
  .mv_logo {
    width: 35rem;
    margin-bottom: 6rem;
  }
  .mv_text {
    padding: 0 0 0 4rem;
  }
  .mv_text_title {
    margin-bottom: 3rem;
    text-shadow: none;
  }
  .mv_text_title > .title-small {
    font-size: 4rem;
    margin-bottom: -.3em;
    margin-left: -2rem;
  }
  .mv_text_title > .title-large {
    font-size: 11rem;
  }
  .mv_text_name {
    margin-bottom: 5rem;
  }
  .mv_text_name > span {
    font-size: 4.5rem;
    padding: .4em 1em;
    border-radius: 50px;
  }
  .mv_text_detail {
    font-size: 2rem;
    line-height: 2;
  }
  .mv_text_camp {
    position: absolute;
    right: 0;
    bottom: 3rem;
    padding: 2rem 4rem;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  }
  .mv_text_camp .camp-title {
    font-size: 3.3rem;
    margin-bottom: .5rem;
  }
  .mv_text_camp .camp-title > small {
    font-size: .74em;
  }
  .mv_text_camp .camp-price {
    font-size: 8rem;
  }
  .mv_text_camp .camp-times {
    padding: .4rem 1rem;
    font-size: 3rem;
    border-radius: 10px;
    margin-right: 1.2rem;
  }
  .mv_text_camp .camp-yen > small {
    left: 3.5em;
    bottom: .2em;
    font-size: .35em;
  }
  .mv_text_line {
    position: absolute;
    width: 16.9rem;
    top: 43rem;
    right: -.7rem;
  }
}
/*-------------------------------------------------------------------

	common

-------------------------------------------------------------------*/
.basic-title {
  font-size: 1.8rem;
  font-feature-settings: 'palt';
  letter-spacing: .08em;
  font-weight: 500;
  text-align: center;
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}
.basic-title i {
  display: block;
  font-size: 4rem;
  line-height: 1;
  text-align: center;
  font-family: "Times New Roman", Times, "serif";
  letter-spacing: .28em;
  font-style: normal;
  font-weight: 400;
  color: #DDD;
  margin-bottom: 1.5rem;
}
.basic-title::after {
  content: "";
  display: block;
  margin: 1.6rem auto 2.5rem;
  background-color: #333;
  width: 3rem;
  height: 1px;
}

.basic-section_inner {
  padding: 4.5rem 1.5rem 5rem;
}
.basic-section_inner > :last-child {
  margin-bottom: 0;
}
.basic-section.gray {
  background-color: #f7f7f7;
}

.form.basic-section .basic-section_inner {
  padding-bottom: 0;
}

/*-------------------------------------------------------------------
	common PC
-------------------------------------------------------------------*/
@media (min-width: 768px) {
  .basic-title {
    font-size: 3.6rem;
  }
  .basic-title i {
    font-size: 8rem;
    margin-bottom: 3rem;
  }
  .basic-title::after {
    margin: 4rem auto 5rem;
    width: 6rem;
    height: 2px;
  }

  .basic-section_inner {
    width: 900px;
    margin: 0 auto;
    padding: 10rem 0;
  }

  .basic-section.wide_inner {
    width: 1000px;
  }

  .form.basic-section .basic-section_inner {
    padding-bottom: 3rem;
  }
}
/*-------------------------------------------------------------------

	intro-lip

-------------------------------------------------------------------*/
.lip-banner {
  margin:0 1.5rem;
}
.intro-lip {
  padding:4rem 1.5rem 0rem;
}
.intro-lip_text {
  position:relative;
  z-index: 1;
  margin:-2.5rem 0 0 1.5rem;
  padding:2.5rem;
  background-color:#f18b86;
  color:white;
  font-size:1.3rem;
}
.intro-lip_text > :last-child {
  margin-bottom:0;
}
.intro-lip_text .p-title {
  font-size:2.5rem;
  line-height: 1.5;
  margin-bottom:.5em;
  font-weight:600;
}
.intro-lip_text .p-title small {
  display:block;
  font-size:.8em;
  font-weight:500;
}
.intro-lip_text .p-button a {
  display:block;
  width:fit-content;
  margin:auto;
  padding:1em 2em 1.1em;
  font-size:1.2rem;
  line-height: 1;
  font-weight:600;
  text-align: center;
  text-decoration: none;
  color:#333;
  background-color:white;
  border-radius: .5rem;
}
@media (min-width: 768px) {
.intro-lip {
  display:flex;
  align-items: flex-start;
  width:120rem;
  margin:auto;
  padding:8rem 0 3rem;
}
.intro-lip_photo {
  width:75rem;
  flex-shrink: 0;
}
.intro-lip_text {
  margin:6.2rem 0 0 -15rem;
  padding:5rem;
  font-size:1.8rem;
}
.intro-lip_text .p-title {
  font-size:5rem;
}
.intro-lip_text .p-button a {
  font-size:1.8rem;
  border-radius: 1rem;
}
}
/*-------------------------------------------------------------------

	intro

-------------------------------------------------------------------*/
.intro {
  padding: 2.5rem 3rem 1.5rem;
}
.intro_photo {
  width: 19rem;
  margin: 0 auto;
}
.intro_text {
  margin-top: -3rem;
}
.intro_text-fukidashi {
  display: block;
  width: 16.2rem;
  margin-bottom: .5rem;
}
.intro_text-title {
  display: block;
  font-size: 2.9rem;
  line-height: 1.3;
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  margin-bottom: .5em;
  font-feature-settings: "palt";
  letter-spacing: .08em;
}
.intro_text-name {
  font-size: 1.3rem;
  line-height: 1.5;
  text-align: right;
}
.intro_text-name span.mai{
  font-family: 'Libre Baskerville', serif;
}
.diploma {
  background-color:#f7f7f7;
  clear:both;
  padding:1em;
  text-align: center;
  border-radius: 1rem;
  margin-bottom:2em;
}
.diploma.white {
  background-color:white;
}
.diploma ul {
  display:flex;
  justify-content: space-between;
}
.diploma ul li {
  width:48%;
  line-height: 1.5;
  font-size:1.2rem;
}
.diploma ul li figcaption {
  display:block;
  padding-top:.5em;
}
/*-------------------------------------------------------------------
	intro PC
-------------------------------------------------------------------*/
@media (min-width: 768px) {
  .intro {
    width: 1000px;
    margin: 0 auto;
    padding: 7rem 0;
  }
  .intro_photo {
    width: 38rem;
    float: left;
    margin: 0 0 4rem 0;
  }
  .intro_text {
    margin-top: 0;
    width: 57rem;
    float: right;
  }
  .intro_text-fukidashi {
    width: 32.5rem;
    margin-bottom: 2rem;
  }
  .intro_text-title {
    font-size: 5.7rem;
    margin-bottom: .5em;
  }
  .intro_text-name {
    font-size: 1.4rem;
  }
  .diploma {
    padding:1.5em;
  }
  .diploma ul {
    width:60%;
    margin:auto;
  }
  .diploma ul li {
    font-size:1.3rem;
    width:42%;
  }
}
/*-------------------------------------------------------------------

	worry

-------------------------------------------------------------------*/
.worry {
  margin: 0 1.5rem 5rem;
  border-radius: 5px;
  background: url("../img/top/worry_back.jpg") no-repeat right -5rem top;
  background-size: cover;
  padding: 3.8rem 3.2rem;
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  color: #FFF;
}
.worry_title {
  font-weight: 500;
  font-size: 2.2rem;
  font-feature-settings: "palt";
  letter-spacing: .08em;
  margin-bottom: 1em;
}
.worry_check {
  font-size: 1.4rem;
}

/*-------------------------------------------------------------------
	worry PC
-------------------------------------------------------------------*/
@media (min-width: 768px) {
  .worry {
    width: 1000px;
    margin: 0 auto 8rem;
    border-radius: 10px;
    background-position: right top;
    padding: 6.4rem 6rem;
    min-height: 50rem;
  }
  .worry_title {
    font-size: 4rem;
  }
  .worry_check {
    font-size: 2.4rem;
  }
}
/*-------------------------------------------------------------------

	recommended

-------------------------------------------------------------------*/
.recommended {
  background: #e6f1f5 url("../img/top/recom_back_sp.jpg") repeat-y 0 0;
  background-size: 100% auto;
  /*design*/
  /*flow chart*/
  /*option*/
}
.recommended_inner {
  padding: 8rem 1.5rem 5rem;
  background: url("../img/top/recom_arrow.png") no-repeat center top -2px;
  background-size: 25rem;
}
.recommended_inner > :last-child {
  margin-bottom: 0;
}
.recommended_fukidashi {
  display: block;
  width: 29rem;
  margin: 0 auto 1em;
}
.recommended_title {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  text-align: center;
  margin-bottom: 4rem;
}
.recommended_sub {
  margin-bottom: 6rem;
}
.recommended_sub_en {
  display: block;
  font-family: "Times New Roman", Times, "serif";
  font-size: 5rem;
  line-height: 1.2;
  color: #FFF;
  text-align: center;
  font-style: normal;
  letter-spacing: .16em;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  margin-bottom: 2rem;
}
.recommended_sub_title {
  font-size: 1.7rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2.5rem;
}
.recommended_sub_title.long {
  margin-bottom: 6.4rem;
}
.recommended_sub > :last-child {
  margin-bottom: 0;
}
.recommended_merit {
  position: relative;
  background-color: #FFF;
  border-top: 2px solid #c0aa91;
  padding: 3.2rem 3rem 3rem;
  margin-bottom: 6.4rem;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
}
.recommended_merit > :last-child {
  margin-bottom: 0;
}
.recommended_merit-en {
  position: absolute;
  display: block;
  width: 7.6rem;
  height: 7.6rem;
  left: -1.2rem;
  top: -4.8rem;
  border-radius: 3.8rem;
  padding-top: 1.5rem;
  text-align: center;
  color: #FFF;
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-style: italic;
  font-size: 1.5rem;
  font-feature-settings: "palt";
  line-height: 1.2;
  background-color: #c0aa91;
}
.recommended_merit-en > i {
  font-family: "Times New Roman", Times, "serif";
  font-size: 3.3rem;
}
.recommended_merit-title {
  font-size: 2.3rem;
  line-height: 1.5;
  color: #a08668;
  text-align: center;
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  margin-bottom: .5em;
}
.recommended_merit-photo {
  margin-bottom: 1em;
}
.recommended_merit-subtitle {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 1em;
}
.recommended_merit-list {
  margin-bottom: 2em;
}
.recommended_merit-list dt {
  margin-bottom: .5em;
}
.recommended_merit-list dd {
  font-size: 1.3;
}
.recommended_merit-list dd strong {
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: .5em;
}
.recommended_design {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.recommended_design-list {
  width: calc(330 / 690 * 100%);
  margin: 0 0 2.5rem calc(30 / 690 * 100%);
  line-height: 1.5;
}
.recommended_design-list:nth-child(2n+1) {
  margin-left: 0;
}
.recommended_design-list > :last-child {
  margin-bottom: 0;
}
.recommended_design-photo {
  width: 11.7rem;
  margin: 0 auto .5em;
}
.recommended_design-title {
  font-size: 1.6rem;
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  text-align: center;
  font-weight: 500;
  margin-bottom: .5em;
}
.recommended_design-text {
  font-size: 1.8rem;
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  text-align: center;
  margin-bottom: 0;
}
.recommended_chart-worry {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.recommended_chart-worry li {
  width: 14.4rem;
  border: 1px solid #03b6af;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 1.5em .2em;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.5;
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  margin: 0 0 1.5rem 1.5rem;
}
.recommended_chart-worry li:nth-child(2n+1) {
  margin-left: 0;
}
.recommended_chart-lead {
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  text-align: center;
  margin-bottom: 2em;
  font-weight: 500;
}
.recommended .worrylist {
  margin-bottom: 4em;
}
.recommended .worrylist > :last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.recommended .worrylist_item {
  border-bottom: 1px solid rgba(3, 182, 175, 0.2);
  padding-bottom: 2em;
  margin-bottom: 2em;
}
.recommended .worrylist_item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
}
.recommended .worrylist_item-photo {
  width: 47%;
  margin-right: 2%;
}
.recommended .worrylist_item-text {
  flex: 1;
}
.recommended .worrylist_item-text li {
  line-height: 1.4;
  font-size: 1.3rem;
  font-weight: 500;
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}
.recommended .worrylist_item-text p {
  font-size: 1.2rem;
  line-height: 1.6;
}
.recommended .worrylist_item-button {
  text-align: center;
  margin: 0;
}
.recommended .worrylist_item-button a {
  display: inline-block;
  text-decoration: none;
  color: #FFF;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  line-height: 1.2;
  padding: 1em;
  background-color: #a08668;
  border: 2px solid #baa893;
  border-radius: 5px;
}
.recommended .worrybox > :last-child {
  margin-bottom: 0;
}
.recommended .worrybox_list {
  margin-bottom: 2.5em;
  background-color: #FFF;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  border-top: 2px solid #03b6af;
  padding: 2.5rem 1.5rem 1.5rem;
}
.recommended .worrybox_list-title--en {
  display: block;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: .2em;
  font-style: normal;
  color: #999;
  font-family: "Times New Roman", Times, "serif";
}
.recommended .worrybox_list-title--jp {
  text-align: center;
  font-size: 2.5rem;
  color: #03b6af;
  font-weight: 500;
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  margin-bottom: 1em;
}
.recommended .worrybox_list-photo {
  width: calc(450 / 630 * 100%);
  margin: 0 auto 1em;
}
.recommended .worrybox_list-lead {
  text-align: center;
  font-size: 1.3rem;
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}
.recommended .worrybox_list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.recommended .worrybox_list-item > li {
  width: calc(304 / 630 * 100%);
  margin: 0 0 1.5em calc(22 / 630 * 100%);
}
.recommended .worrybox_list-item > li figcaption {
  display: block;
  padding-top: .6em;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 600;
}
.recommended .worrybox_list-item > li:nth-child(2n+1) {
  margin-left: 0;
}
.recommended_option {
  border: 2px solid #FFF;
  padding: 2rem;
}
.recommended_option-photo {
  margin-bottom: 2em;
}
.recommended_option-title {
  font-size: 1.6rem;
  margin-bottom: .5em;
}
.recommended_option > :last-child {
  margin-bottom: 0;
}

/*-------------------------------------------------------------------
	recommended PC
-------------------------------------------------------------------*/
@media (min-width: 768px) {
  .recommended {
    background: #e6f1f5 url("../img/top/recom_back_pc.jpg") repeat-y 0 0;
    background-size: 100% auto;
    /*merit*/
    /*design*/
    /*flow chart*/
    /*option*/
  }
  .recommended_inner {
    width: 900px;
    margin: 0 auto;
    padding: 15rem 0 8rem;
    background-size: 50rem;
  }
  .recommended_fukidashi {
    width: 46.2rem;
    margin: 0 auto 1em;
  }
  .recommended_title {
    font-size: 6.8rem;
    margin-bottom: 6rem;
  }
  .recommended_sub {
    margin-bottom: 9rem;
  }
  .recommended_sub_en {
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    font-size: 10rem;
    margin-bottom: 2rem;
  }
  .recommended_sub_title {
    font-size: 3.6rem;
    margin-bottom: 1.2em;
  }
  .recommended_sub_title.long {
    margin-bottom: 1.2em;
  }
  .recommended_merit {
    padding: 5.8rem 6rem 6rem;
    margin-bottom: 3rem;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  }
  .recommended_merit-en {
    position: static;
    width: 15rem;
    height: 15rem;
    border-radius: 7.5rem;
    padding-top: 1.5rem;
    font-size: 3rem;
    float: left;
    margin: 0 4.6rem 0 0;
  }
  .recommended_merit-en > i {
    font-size: 6.6rem;
  }
  .recommended_merit-title {
    font-size: 4.4rem;
    text-align: left;
    margin-bottom: 0;
    padding-top: .2em;
  }
  .recommended_merit-title::after {
    content: "";
    display: block;
    clear: both;
    margin-bottom: 4rem;
  }
  .recommended_merit-photo {
    width: 42rem;
    float: left;
    margin: 0 2em 0 0;
  }
  .recommended_merit-text::after {
    content: "";
    display: block;
    clear: both;
  }
  .recommended_merit-subtitle {
    font-size: 2.4rem;
  }
  .recommended_merit-list {
    margin-bottom: 4rem;
  }
  .recommended_merit-list dt {
    width: 42rem;
    float: left;
    margin: 0 2em 0 0;
  }
  .recommended_merit-list dd {
    font-size: 1.6rem;
    overflow: hidden;
  }
  .recommended_merit-list dd strong {
    display: block;
    font-size: 2.2rem;
  }
  .recommended_merit-list::after {
    content: "";
    display: block;
    clear: both;
  }
  .recommended_design-list {
    width: calc(410 / 900 * 100%);
    margin: 0 0 4rem calc(80 / 900 * 100%);
  }
  .recommended_design-photo {
    width: 23.4rem;
    margin: 0 auto 1em;
  }
  .recommended_design-title {
    font-size: 2.6rem;
  }
  .recommended_design-text {
    font-size: 3rem;
  }
  .recommended_chart-worry {
    margin-bottom: 2em;
  }
  .recommended_chart-worry li {
    width: calc(288 / 900 * 100%);
    border-width: 2px;
    border-radius: 10px;
    padding: 1.5em .2em;
    font-size: 2.6rem;
    margin: 0 0 1.8rem calc(18 / 900 * 100%);
  }
  .recommended_chart-worry li:nth-child(2n+1) {
    margin-left: calc(18 / 900 * 100%);
  }
  .recommended_chart-worry li:nth-child(3n+1) {
    margin-left: 0;
  }
  .recommended_chart-lead {
    font-size: 3rem;
  }
  .recommended .worrylist {
    width: 780px;
    margin: 0 auto 5em;
  }
  .recommended .worrylist_item {
    padding-bottom: 2.5em;
    margin-bottom: 2.5em;
  }
  .recommended .worrylist_item-inner {
    margin-bottom: 2em;
  }
  .recommended .worrylist_item-photo {
    width: 34.615384%;
    margin-right: 8%;
  }
  .recommended .worrylist_item-text li {
    font-size: 2rem;
  }
  .recommended .worrylist_item-text p {
    font-size: 1.8rem;
  }
  .recommended .worrylist_item-button a {
    font-size: 1.8rem;
    border-radius: 10px;
  }
  .recommended .worrybox_list {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
    padding: 5rem 6rem 4rem;
  }
  .recommended .worrybox_list-title--en {
    font-size: 3rem;
  }
  .recommended .worrybox_list-title--jp {
    font-size: 5rem;
  }
  .recommended .worrybox_list-photo {
    width: auto;
    text-align: center;
    margin-bottom: 2em;
  }
  .recommended .worrybox_list-lead {
    font-size: 2.2rem;
    margin-bottom: 2em;
  }
  .recommended .worrybox_list-item > li {
    width: calc(370 / 780 * 100%);
    margin: 0 0 1.5em calc(40 / 780 * 100%);
  }
  .recommended .worrybox_list-item > li figcaption {
    font-size: 1.6rem;
  }
  .recommended_option {
    border: 4px solid #FFF;
    padding: 6rem;
  }
  .recommended_option-photo {
    float: right;
    width: 34rem;
    margin: 0 0 .5em 1.5em;
  }
  .recommended_option-title {
    font-size: 2.2rem;
    margin-bottom: .5em;
  }
}
/*-------------------------------------------------------------------

	lip

-------------------------------------------------------------------*/
.lip {
  background: #fff7f7 url("../img/top/lip_back_sp.jpg") no-repeat center top;
  background-size:100% auto;
}
.lip_inner {
  padding:5rem 1.5rem 6rem;
}
.lip_fukidashi {
  width:16rem;
  margin:0 auto .2em;
}
.lip_title {
  font-size:3.3rem;
  line-height: 1.5;
  text-align: center;
  color:#f18b86;
  font-weight:500;
  margin:0 auto 1em;
}
.lip_main {
  margin:0 0 5rem 0;
}
.lip_main_photo {
  margin:0 -1.5rem 0;
}
.lip_main_text {
  position: relative;
  z-index: 1;
  margin:-3rem 0 0;
  padding:2.5rem;
  background-color:white;
  box-shadow: .7rem .7rem 0 0 rgba(249,139,134,.3);
}
.lip_main_text .p-title {
  transform: rotate(-3deg);
  width:fit-content;
  color:#f18b86;
  font-size:2.2rem;
  font-weight:500;
  background: linear-gradient(transparent 65%, #ffff99 35%);
  margin-bottom:1em;
}
.lip_main_text ul {
  font-size:1.6rem;
}
.lip_merit {
  margin-bottom:5rem;
}
.lip .worrybox_list {
  margin-bottom: 2.5em;
  background-color: #FFF;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  border-top: 2px solid #f18b86;
  padding: 2.5rem 1.5rem 1.5rem;
}
.lip .worrybox_list-title--en {
  display: block;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: .2em;
  font-style: normal;
  color: #999;
  font-family: "Times New Roman", Times, "serif";
}
.lip .worrybox_list-title--jp {
  text-align: center;
  font-size: 2rem;
  color: #f18b86;
  font-weight: 500;
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  margin-bottom: 1em;
}
.lip .worrybox_list-photo {
  margin: 0 auto 1em;
  text-align: center;
}
.lip .worrybox_list-lead {
  text-align: center;
  font-size: 1.4rem;
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}
.notes_slide {
  padding:1.5rem 2rem;
  margin-bottom:1.2rem;
  border:1px solid #ddd;
  background-color:white;
}
.notes_slide > :last-child {
  margin-bottom:0;
}
.notes_slide_title {
  position:relative;
  padding:.5rem 2rem .5rem 0;
  font-size:1.4rem;
  font-weight:600;
}
.notes_slide_title:hover {
  cursor: pointer;
}
.notes_slide_title .icon-slide {
  position:absolute;
  top:50%;
  transform: translateY(-50%);
  right:0;
  font-size:2.2rem;
}
.notes_slide_title .icon-slide i {
  position: relative;
  transition: all .2s ease-out;
}
.notes_slide_title .icon-slide.is-close i {
  transform: rotate(180deg);
}
.notes_slide_body {
  display:none;
  padding:1em 0;
  font-size:1.2rem;
}
.notes_slide_body ul li {
  margin-bottom:.5em;
}
@media (min-width: 768px) {
  .lip {
    background-image: url("../img/top/lip_back.jpg");
    background-size: 100% auto;
  }
  .lip_inner {
    width: 900px;
    margin: 0 auto;
    padding: 10rem 0 12rem;
  }
  .lip_fukidashi {
    width:32rem;
  }
  .lip_title {
    font-size:7.2rem;
  }
  .lip_main {
    display:flex;
    margin:0 -10rem 8rem;
    align-items: center;
    justify-content: space-between;
  }
  .lip_main_photo {
    order:2;
    width:75rem;
    flex-shrink: 0;
  }
  .lip_main_text {
    order:1;
    width:53rem;
    margin:0 -18rem 0 0;
    padding:5rem;
    box-shadow: 1.4rem 1.4rem 0 0 rgba(249,139,134,.3);
  }
  .lip_main_text .p-title {
    font-size:3rem;
  }
  .lip_main_text ul {
    font-size:2.2rem;
  }
  .lip_merit {
    margin-bottom:8rem;
  }
  .lip .worrybox_list {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
    padding: 5rem 6rem 4rem;
  }
  .lip .worrybox_list-title--en {
    font-size: 3rem;
  }
  .lip .worrybox_list-title--jp {
    font-size: 4rem;
  }
  .lip .worrybox_list-lead {
    font-size: 2.2rem;
  }
  .notes_slide {
    padding:3rem 4rem;
    margin-bottom:4rem;
  }
  .notes_slide_title {
    padding:1rem 4rem 1rem 0;
    font-size:2.2rem;
  }
  .notes_slide_title .icon-slide {
    font-size:3.6rem;
  }
  .notes_slide_body {
    font-size:1.6rem;
  }
}
/*-------------------------------------------------------------------

	case

-------------------------------------------------------------------*/
.case {
  background: #FFF url("../img/top/insta_back.png") repeat 0 0;
  background-size: 50%;
}
.case_inner {
  padding: 9rem 1.5rem 5rem;
  background: url("../img/top/insta_try.png") no-repeat center top -2px;
  background-size: 100% auto;
}
.case_title {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-feature-settings: "palt";
  letter-spacing: .08em;
  margin-bottom: 1.5em;
}
.case_title > strong {
  color: #03b6af;
  font-size: 2.6em;
}
.case_insta-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1em;
}
.case_insta-list li {
  width: calc(220 / 690 * 100%);
  background-color: #FFF;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  margin: 0 0 2rem calc(15 / 690 * 100%);
  padding: .6rem .6rem 1.2rem;
}
.case_insta-list li:nth-child(3n+1) {
  margin-left: 0;
}
.case_insta-list li figure figcaption {
  display: block;
  padding-top: .5em;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
}
.case_insta-list li:nth-child(odd) {
  transform: rotate(5deg);
}
.case_insta-list li:nth-child(even) {
  transform: rotate(-5deg);
}
.case_insta-button {
  text-align: center;
}
.case_insta-button a {
  display: inline-block;
  padding: 1em 4em;
  background: linear-gradient(#f21898, #ae24b7);
  color: #FFF;
  font-size: 1.3rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 50px;
}
.case_insta-button a i {
  display: inline-block;
  width: 2em;
  margin-right: .5em;
}
.case_photo {
  padding: 4rem 1rem 0;
}
.case_photo-title {
  font-size: 2rem;
  text-align: center;
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-weight: 500;
  margin-bottom: 1em;
}
.case_photo-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.case_photo-list li {
  width: calc(320 / 650 * 100%);
  margin: 0 0 1rem calc(10 / 650 * 100%);
}
.case_photo-list li:nth-child(2n+1) {
  margin-left: 0;
}
.case_photo-list li figcaption {
  display: block;
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 1em 0;
}
.case_photo-button {
  text-align: center;
}
.case_photo-button span {
  display: inline-block;
  padding: 1em 4em;
  background-color: #a08668;
  color: #FFF;
  font-size: 1.3rem;
  font-weight: 600;
  border-radius: 50px;
}
.case_photo-button span.is-close {
  background-color: #333;
}

/*-------------------------------------------------------------------
	case PC
-------------------------------------------------------------------*/
@media (min-width: 768px) {
  .case {
    background-size: auto;
  }
  .case_inner {
    width: 1200px;
    margin: 0 auto;
    padding: 24rem 0 12rem;
    background-position: center top -5px;
  }
  .case_title {
    font-size: 5rem;
    margin-bottom: 1.3em;
  }
  .case_title strong {
    font-size: 2.4em;
  }
  .case_insta-list {
    padding: 0 5em;
    margin-bottom: 2em;
  }
  .case_insta-list li {
    width: calc(340 / 1100 * 100%);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
    margin: 0 0 4rem calc(40 / 1100 * 100%);
    padding: 2rem 2rem 4rem;
  }
  .case_insta-list li figure figcaption {
    padding-top: 1em;
    font-size: 1.6rem;
  }
  .case_insta-button a {
    padding: .7em 4em;
    font-size: 2.6rem;
    border-radius: 50px;
    line-height: 1.3;
  }
  .case_insta-button a i {
    width: 4rem;
  }
  .case_photo {
    padding: 10rem 0 0;
    width: 900px;
    margin: auto;
  }
  .case_photo-title {
    font-size: 4rem;
    margin-bottom: 1em;
  }
  .case_photo-list li {
    width: calc(420 / 900 * 100%);
    margin: 0 0 5rem calc(60 / 900 * 100%);
  }
  .case_photo-list li figcaption {
    font-size: 1.6rem;
  }
  .case_photo-button span {
    padding: .7em 4em;
    font-size: 2.6rem;
  }
  .case_photo-button:hover {
    cursor: pointer;
  }
}
/*-------------------------------------------------------------------

	policy

-------------------------------------------------------------------*/
.policy {
  background-color: #e5f8f7;
}
.policy_inner {
  padding: 3rem 3.5rem 5rem;
}
.policy_inner > :last-child {
  margin-bottom: 0;
}
.policy_label {
  display: block;
  width: 9.6rem;
  margin: 0 auto .5em;
}
.policy_title {
  font-size: 2.7rem;
  font-weight: 500;
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  text-align: center;
  margin: 0 -2rem 1em;
  color: #03b6af;
  font-feature-settings: "palt";
  letter-spacing: .08em;
}
.policy_title > small {
  font-size: .72em;
}
.policy_list {
  margin-bottom: 3em;
}
.policy_list-photo {
  margin-bottom: 1em;
}
.policy_list-title {
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  margin-bottom: .7em;
}
.policy_list-text > :last-child {
  margin-bottom: 0;
}

/*-------------------------------------------------------------------
	policy PC
-------------------------------------------------------------------*/
@media (min-width: 768px) {
  .policy_inner {
    width: 1100px;
    margin: auto;
    padding: 10rem 0;
  }
  .policy_label {
    width: 19.2rem;
  }
  .policy_title {
    font-size: 5.4rem;
    margin: 0 0 1em;
  }
  .policy_title > small {
    font-size: .72em;
  }
  .policy_list {
    margin-bottom: 9rem;
  }
  .policy_list-photo {
    width: calc(550 / 1100 * 100%);
    margin-bottom: 0;
  }
  .policy_list-title {
    font-size: 3rem;
  }
  .policy_list-text {
    overflow: hidden;
  }
  .policy_list::after {
    content: "";
    display: block;
    clear: both;
  }
  .policy_list.odd .policy_list-photo {
    float: right;
    margin: 0 0 0 4.8rem;
  }
  .policy_list.even .policy_list-photo {
    float: left;
    margin: 0 4.8rem 0 0;
  }
}
/*-------------------------------------------------------------------

	faq

-------------------------------------------------------------------*/
.faq_list {
  padding: 0 .5rem;
  margin-bottom: 2rem;
}
.faq_list dt, .faq_list dd {
  position: relative;
  width: 94%;
  border: 2px solid #DDD;
  border-radius: 5px;
  padding: 1.5rem 1.5rem 1.5rem 5rem;
}
.faq_list dt::before, .faq_list dd::before {
  display: block;
  position: absolute;
  left: 1.7rem;
  top: 1.2rem;
  content: "";
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 400;
  font-family: "Times New Roman", Times, "serif";
}
.faq_list dt::after, .faq_list dd::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #FFF;
  border: 2px solid #DDD;
}
.faq_list dt {
  background-color: #f7f7f7;
  margin: 0 auto .8rem 0;
  font-weight: 600;
  line-height: 1.5;
  color: #2aa738;
}
.faq_list dt::before {
  content: "Q";
}
.faq_list dt::after {
  background-color: #f7f7f7;
  left: -.4rem;
  transform: rotate(-45deg) translateY(-50%);
  border-bottom: none;
  border-right: none;
}
.faq_list dd {
  margin: 0 0 0 auto;
  font-size: 1.3rem;
}
.faq_list dd .a-title {
  display: block;
  margin-bottom: .5em;
  font-size: 1.4rem;
}
.faq_list dd::before {
  content: "A";
}
.faq_list dd::after {
  right: -.4rem;
  transform: rotate(45deg) translateY(-50%);
  border-bottom: none;
  border-left: none;
}

/*-------------------------------------------------------------------
	faq PC
-------------------------------------------------------------------*/
@media (min-width: 768px) {
  .faq_list {
    padding: 0;
    margin-bottom: 5rem;
  }
  .faq_list dt, .faq_list dd {
    border-radius: 10px;
    padding: 3rem 3rem 3rem 10rem;
  }
  .faq_list dt::before, .faq_list dd::before {
    left: 4rem;
    top: 2.8rem;
    font-size: 4rem;
  }
  .faq_list dt::after, .faq_list dd::after {
    width: 2rem;
    height: 2rem;
  }
  .faq_list dt {
    margin: 0 auto 1rem 0;
    font-size: 2.4rem;
  }
  .faq_list dt::after {
    left: -.5rem;
  }
  .faq_list dd {
    font-size: 1.8rem;
  }
  .faq_list dd .a-title {
    font-size: 2.4rem;
  }
  .faq_list dd::after {
    right: -.5rem;
  }
}
/*-------------------------------------------------------------------

	flow

-------------------------------------------------------------------*/
.flow_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #FFF;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 2.5rem;
}
.flow_list_step {
  width: 8rem;
  color: #2aa738;
  font-family: "Times New Roman", Times, "serif";
  letter-spacing: .1em;
  font-size: 1.5rem;
  line-height: 1;
}
.flow_list_step > em {
  font-size: 2.666em;
}
.flow_list_text {
  flex: 1;
  font-size: 1.3rem;
}
.flow_list_text > h3 {
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: .5em;
}
.flow_list_line {
  width: .2rem;
  height: 2rem;
  margin: 0 auto;
  background-color: #CCC;
}

/*-------------------------------------------------------------------
	flow PC
-------------------------------------------------------------------*/
@media (min-width: 768px) {
  .flow_list {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 5rem;
  }
  .flow_list_step {
    width: 17.5rem;
    font-size: 3rem;
  }
  .flow_list_text {
    font-size: 1.8rem;
  }
  .flow_list_text > h3 {
    font-size: 2.4rem;
  }
  .flow_list_line {
    width: .4rem;
    height: 4rem;
  }
}
/*-------------------------------------------------------------------

	price

-------------------------------------------------------------------*/
.price_list {
  width: 100%;
  border: 1px solid #DDD;
  border-collapse: collapse;
}
.price_list th, .price_list td {
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 1em .5em;
  vertical-align: middle;
  border: 1px solid #DDD;
}
.price_list thead th {
  background-color: #f7f7f7;
  text-align: center;
  vertical-align: middle;
}
.price_list thead th small {
  font-size: .69em;
}
.price_list tbody th {
  font-weight: 600;
  text-align: left;
}
.price_list tbody small {
  font-size: .81818em;
}
.price_list .unit {
  text-align: center;
}
.price_list .price {
  text-align: right;
}

.price_list-camp {
  width: 100%;
  border: 3px double #f27462;
  border-collapse: collapse;
}
.price_list-camp th, .price_list-camp td {
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 1em .5em;
  vertical-align: middle;
  border-bottom: 1px solid #DDD;
}
.price_list-camp tbody th {
  font-weight: 600;
  text-align: left;
}
.price_list-camp tbody small {
  font-size: .62em;
}
.price_list-camp .price {
  text-align: right;
}

/*-------------------------------------------------------------------
	price PC
-------------------------------------------------------------------*/
@media (min-width: 768px) {
  .price_list th, .price_list td {
    font-size: 1.8rem;
    line-height: 1.5;
    padding: 1.5em;
  }

  .price_list-camp th, .price_list-camp td {
    font-size: 2rem;
    line-height: 1.5;
    padding: 1.5em;
  }
}
/*-------------------------------------------------------------------

	clinic

-------------------------------------------------------------------*/
.clinic {
  background-color: #f7f7f7;
}
.clinic_inner {
  padding: 5rem 2rem;
}
.clinic_inner > :last-child {
  margin-bottom: 0;
}
.clinic_title {
  font-size: 2rem;
  text-align: center;
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: .1em;
  margin-bottom: 1em;
}
.clinic_message-photo {
  width: 50.74%;
  float: right;
  margin: 0 0 .5em 1em;
}
.clinic_message-photo-l {
  width: 50.74%;
  float: left;
  margin: 0 1em .5em 0;
}
.clinic_message-sign {
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: right;
  line-height: 1.6;
  margin-bottom: 0;
}
.clinic_message-sign span.mai {
  font-family: 'Libre Baskerville', serif;
}
.clinic_message-sign > small {
  font-size: .75em;
}
.clinic_career-list {
  font-size: 1.2rem;
  line-height: 1.7;
}
.clinic_career-list dt {
  font-weight: 600;
  margin-bottom: .5em;
}
.clinic_career-list dd {
  margin-bottom: 1.5em;
}
.clinic_photo {
  margin-bottom: 4rem;
}
.clinic_photo figure {
  width: calc(450 / 670 * 100%);
}
.clinic_photo figure:nth-child(2) {
  margin: -4.3rem 0 0 auto;
}
.clinic_access {
  margin-bottom: 2.5rem;
}
.clinic_access-name {
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-size: 1.3rem;
  margin-bottom: 1em;
}
.clinic_access-data {
  font-size: 1.2rem;
  line-height: 1.5;
  border-top: 1px solid #DDD;
  padding-top: 1em;
}
.clinic_access-data dt {
  clear: left;
  float: left;
  width: 6em;
  padding-left: 1em;
}
.clinic_access-data dd {
  padding: 0 0 1em 7em;
  margin-bottom: 1em;
  border-bottom: 1px solid #DDD;
}

/*-------------------------------------------------------------------
	clinic PC
-------------------------------------------------------------------*/
@media (min-width: 768px) {
  .clinic_inner {
    width: 900px;
    margin: 0 auto;
    padding: 11rem 0 10rem;
  }
  .clinic_title {
    font-size: 4rem;
    margin-bottom: 1.5em;
  }
  .clinic_message-photo {
    width: 37.7777%;
    margin-left: 2em;
  }
  .clinic_message-photo-l {
    width: 37.7777%;
    margin-right: 2em;
  }
  .clinic_message-sign {
    font-size: 2.4rem;
  }
  .clinic_career {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .clinic_career-list {
    font-size: 1.6rem;
  }
  .clinic_career-list:first-child {
    width: 57%;
  }
  .clinic_career-list:last-child {
    flex: 1;
  }
  .clinic_photo {
    margin-bottom: 12rem;
  }
  .clinic_photo figure {
    width: calc(450 / 900 * 100%);
  }
  .clinic_photo figure:nth-child(2) {
    margin: -34.2rem 0 0 auto;
  }
  .clinic_access {
    margin: 0 auto 5rem;
    max-width: 700px;
  }
  .clinic_access-name {
    font-size: 2rem;
    margin-bottom: 1.5em;
  }
  .clinic_access-data {
    font-size: 1.8rem;
    padding-top: 1.5em;
  }
  .clinic_access-data dt {
    width: 19rem;
  }
  .clinic_access-data dd {
    padding: 0 0 1.5em 20rem;
    margin-bottom: 1.5em;
  }
}
/*-------------------------------------------------------------------

	access

-------------------------------------------------------------------*/
.access-map {
  position: relative;
  width: 100%;
  height: 100vw;
  margin-bottom: 1em;
}
.access-map > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.access-map_caption {
  font-size: 12px;
  margin: 0;
}

/*-------------------------------------------------------------------
	access PC
-------------------------------------------------------------------*/
@media (min-width: 768px) {
  .access-map {
    height: 500px;
  }
  .access-map_caption {
    font-size: 18px;
  }
}
/*-------------------------------------------------------------------

	form

-------------------------------------------------------------------*/
.form_lead {
  text-align: center;
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}

.must-pos {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}

.f-hope {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.f-hope_title {
  width: 7em;
  margin-top: 1em;
}
.f-hope_data {
  flex: 1;
}
.f-hope_date {
  margin-bottom: .5em;
}
.f-hope_cal {
  display: inline-block;
  width: 2.4em;
  margin-left: .5em;
}

/*-------------------------------------------------------------------
	form PC
-------------------------------------------------------------------*/
@media (min-width: 768px) {
  .form_lead {
    font-size: 2rem;
  }

  .f-hope_title {
    width: 6em;
    margin-top: .8em;
  }
  .f-hope_date {
    display: inline-block;
    margin-bottom: 0;
  }
  .f-hope_time {
    display: inline-block;
    margin-left: 1.5em;
  }
  .f-hope_cal {
    width: 2em;
    margin-left: .5em;
  }
}
/*-------------------------------------------------------------------

	footer

-------------------------------------------------------------------*/
.footer {
  padding: 2em 0 11rem;
  font-size: 1.1rem;
  text-align: center;
}
.footer.lower {
  padding-bottom: 5rem;
}

.footer-fixed-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: -200px;
  z-index: 8000;
  padding: 4px;
  transition: all 0.2s ease-out;
}
.footer-fixed-button.is-show {
  bottom: 0;
}
.footer-fixed-button .buttons {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  width: 33.33333%;
  border: 2px solid #FFF;
  border-radius: 50px;
}
.footer-fixed-button .buttons a {
  display: block;
  padding: 1.8rem .5rem;
  text-decoration: none;
  color: #FFF;
}
.footer-fixed-button .buttons--tel {
  background-color: #f27462;
}
.footer-fixed-button .buttons--tel .num {
  display: none;
}
.footer-fixed-button .buttons--mail {
  background-color: #03b6af;
}
.footer-fixed-button .buttons--line {
  background-color: #00c300;
}

.footer-fixed-button.single .buttons {
  width: 90%;
}

.pagetop {
  position: fixed;
  bottom: -200px;
  right: .5rem;
  width: 4rem;
  margin: 0;
  transition: all 0.2s ease-out;
}
.pagetop.is-show {
  bottom: 6rem;
}
.pagetop.lower.is-show {
  bottom: 1rem;
}

/*-------------------------------------------------------------------
	footer PC
-------------------------------------------------------------------*/
@media (min-width: 768px) {
  .footer {
    font-size: 16px;
  }

  .footer-fixed-button {
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    width: 1000px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 0 1rem 0;
  }
  .footer-fixed-button .buttons {
    font-size: 2rem;
    width: 32%;
    border-width: 3px;
  }
  .footer-fixed-button .buttons a {
    padding: 2.2rem .5rem;
  }
  .footer-fixed-button .buttons--tel .text {
    display: block;
    font-size: 1.4rem;
    font-weight: 400;
    margin-bottom: .5rem;
  }
  .footer-fixed-button .buttons--tel .num {
    display: block;
  }
  .footer-fixed-button .buttons--tel a {
    padding-top: 1.4rem;
    padding-bottom: 0;
  }

  .footer-fixed-button.single {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .footer-fixed-button.single .buttons {
    width: 80%;
  }

  .pagetop {
    position: fixed;
    right: 1rem;
    width: 6rem;
  }
  .pagetop.is-show {
    bottom: 1.5rem;
  }
}
/*-------------------------------------------------------------------

	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 {
  width: 300px;
  height: 100vh;
  transition: all 0.2s;
  /*-webkit-transform: translateX(300px);
  transform: translateX(300px);*/
  position: fixed;
  top: 0;
  right: -300px;
  z-index: 8888;
  background-color: #FFF;
  overflow: auto;
  padding: 6.5rem 1.5rem 6rem;
}

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

.drawer-menu.open {
  /*-webkit-transform: translateX(0);
  transform: translateX(0);*/
  right: 0;
}

.drawer-menu_list {
  border-top: 1px solid #333;
}
.drawer-menu_list > ul > li {
  border-bottom: 1px solid #333;
}
.drawer-menu_list > ul > li > a {
  display: block;
  padding: 1em 2em 1em 1em;
  text-decoration: none;
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-size: 1.3rem;
  line-height: 1.2;
  background: url("../img/top/arrow_black.svg") no-repeat right 0.5rem center;
  background-size: .6rem;
}

/*button*/
.ham-menu-button {
  position: fixed;
  width: 4.2rem;
  height: 4.2rem;
  z-index: 9999;
  top: 0;
  right: 0;
  background-color: #333;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.ham-menu-button > span {
  display: block;
  position: absolute;
  width: 2.5rem;
  height: .2rem;
  background-color: #c0aa91;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ham-menu-button::before, .ham-menu-button::after {
  content: "";
  display: block;
  position: absolute;
  width: 2.5rem;
  height: .2rem;
  background-color: #c0aa91;
  left: 50%;
  transform: translateX(-50%);
}
.ham-menu-button::before {
  top: 1rem;
  transition: all 0.2s ease-out;
}
.ham-menu-button::after {
  bottom: 1rem;
  transition: all 0.2s ease-out;
}

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

/*-------------------------------------------------------------------
	drawer-menu PC
-------------------------------------------------------------------*/
@media (min-width: 768px) {
  .drawer-menu {
    width: 100%;
    height: 90vh;
    padding: 6.5rem 0 0;
    left: 0;
    top: -90vh;
  }

  .drawer-menu.open {
    /*-webkit-transform: translateY(0);
    transform: translateY(0);*/
    top: 0;
  }

  .drawer-menu_list {
    width: 700px;
    margin: auto;
  }
  .drawer-menu_list > ul > li > a {
    padding: 1.5em 2.5em 1.5em 1.5em;
    font-size: 1.7rem;
    background-size: .8rem;
    background-position: right 1rem center;
  }

  /*button*/
  .ham-menu-button {
    position: fixed;
    width: 8rem;
    height: 8rem;
  }
  .ham-menu-button > span {
    width: 4rem;
    height: .4rem;
  }
  .ham-menu-button::before, .ham-menu-button::after {
    width: 4rem;
    height: .4rem;
  }
  .ham-menu-button::before {
    top: 2rem;
  }
  .ham-menu-button::after {
    bottom: 2rem;
  }
}
/*-------------------------------------------------------------------

	lower

-------------------------------------------------------------------*/
.lower-header {
  background: #FFF;
  padding: 1.5rem;
  border-bottom: 1px solid #efefef;
}
.lower-header_logo {
  display: block;
  width: 20rem;
  margin-bottom: 0;
}

/*-------------------------------------------------------------------
	lower PC
-------------------------------------------------------------------*/
@media (min-width: 768px) {
  .lower-header {
    width: 1200px;
    margin: 0 auto;
    padding: 24px 0;
  }
  .lower-header_logo {
    width: 340px;
  }
}
