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

fonts

******************************************************/
/*! ALL ***************************************************/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  min-width: 1200px;
}
html body {
  color: #4d4d4d;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  background: #fff;
  -webkit-text-size-adjust: none;
  position: relative;
  font-feature-settings: "palt";
}
html img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
html a {
  color: #4d4d4d;
  text-decoration: none;
  border: 0;
  transition: all 0.5s ease;
  backface-visibility: hidden;
}
html a img {
  transition: all 0.5s ease;
  backface-visibility: hidden;
}
html .text_point {
  color:#D5AD58;
  font-weight: bold;
  font-size:120%;
}
html a:hover {
  filter: brightness(120%);
}
html .animation {
  transform: translate(0px, 10px);
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
  backface-visibility: hidden;
}
html .animation_left {
  transform: translate(-10px, 0px);
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
  backface-visibility: hidden;
}
html .animation_left.active {
  transform: translate(0%, 0%);
  opacity: 1;
}
html .animation_right {
  transform: translate(10px, 0px);
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
  backface-visibility: hidden;
}
html .animation_right.active {
  transform: translate(0%, 0%);
  opacity: 1;
}
html .animation_down {
  transform: translate(0px, -10px);
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
  backface-visibility: hidden;
}
html .animation_down.active {
  transform: translate(0%, 0%);
  opacity: 1;
}
html .animation.active {
  transform: translate(0%, 0%);
  opacity: 1;
}
html #wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}
html .tel {
  pointer-events: none;
}
html .pageTop {
  position: fixed;
  right: 0px;
  opacity: 1;
  bottom: 0px;
  z-index: 1000;
  transition: all 0.5s cubic-bezier(1, 0, 0, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
html .pageTop a {
  display: inline-block;
  width: 100px;
  height: 100px;
  text-align: center;
  position: relative;
}
html .pageTop a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  display: inline-block;
  background: #d5ad58;
  transition: all 0.2s ease;
  backface-visibility: hidden;
}
html .pageTop a i {
  position: relative;
  z-index: 10;
  color: #fff;
  font-size: 3rem;
  line-height: 100px;
  display: block;
  transition: all 0.2s ease;
  backface-visibility: hidden;
}
html .pageTop a.hover:before {
  transform: scale(1.15);
  background: #4d4d4d;
}
html .pageTop.on {
  bottom: 0px;
  opacity: 1;
}
html header {
  position: relative;
  width: 100%;
  z-index: 1000;
}
html header .header_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100px;
}
html header .header_content .seo {
  position: absolute;
  left: 20px;
  top: 10px;
  line-height: 1;
  color: #d5ad58;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
}
html header .header_content h1 {
  padding: 25px 0 0 20px;
}
html header .header_content .cv_text {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  padding-right: 30px;
}
html header .header_content .cv_text span {
  font-size: 1.5rem;
  padding-right: 30px;
  display: block;
  line-height: 1;
  text-align: right;
}
html header .header_content .cv_text .contact-mail-blk{
  padding-bottom: 5px;
}
.cv_text_new{
  line-height: 1.3;
  padding-bottom: 20px;
}
.cv_text_new a{
  display: flex;
  justify-content: center;
}
html header .header_content .cv_text .mail-support{
  padding-right: 0px;
  text-align: left;
}
html header .header_content .cv_text span small {
  display: block;
  padding-top: 5px;
  font-size: 1.5rem;
}
html header .header_content .cv_text .tel {
  line-height: 1;
}
html header .header_content .cv_text .tel .icon-freedial {
  font-size: 3rem;
  color: #7dc636;
}
html header .header_content .cv_text .tel em {
  font-size: 3.6rem;
}
html header .header_content .cv_text p {
  padding-top: 10px;
  width: 100%;
  line-height: 1;
  font-size: 1.1rem;
  text-align: right;
}
html header .emergency {
  width: 100%;
  height: 67px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #d5ad58;
}
html header .emergency dl {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
html header .emergency dl dt {
  line-height: 1;
  font-size: 1.5rem;
  padding: 8px 12px;
  border: 1px solid #fff;
}
html header .emergency dl dd {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 30px;
  position: relative;
}
html header .emergency dl dd span {
  font-size: 1.9rem;
  padding-right: 10px;
}
html header .emergency dl dd .tel {
  color: #fff;
}
html header .emergency dl dd .tel .icon-tel {
  font-size: 2.2rem;
  margin-right: 5px;
}
html header .emergency dl dd .tel em {
  font-size: 2.6rem;
}
html header .emergency dl dd + dd:before {
  content: "／";
  position: absolute;
  color: #fff;
  font-size: 3rem;
  left: -12px;
}
html .title {
  width: 100%;
  height: 974px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #FEFBF6 url("../img/title.jpg") no-repeat right center;
  background-size: auto 100%;
}
html .title .text {
  padding-top: 80px;
  position: relative;
  z-index: 10;
  padding-left: 50px;
}
html .title .text h2 {
  padding-bottom: 50px;
}
html .title .text h2 + p {
  font-size: 2.5rem;
  padding-bottom: 40px;
}
html .title .text .circle {
  z-index: 10;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
html .title .text .circle .item {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #d5ad58;
}
html .title .text .circle .item p {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  letter-spacing: 0.06em;
}
html .title .text .circle .item + .item {
  margin-left: 20px;
}
html .trouble {
  width: 100%;
  position: relative;
  z-index: 10;
  box-sizing: border-box;
}
html .trouble .trouble_inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 645px;
  max-width: 1400px;
  margin: -32px auto 0;
  background: url("../img/woman.png") no-repeat center bottom;
  background-size: 1400px 645px;
  position: relative;
}
html .trouble .trouble_inner .text {
  padding-left: 520px;
}
html .trouble .trouble_inner .text h2 {
  font-size: 4.9rem;
  font-feature-settings: "palt";
  text-align: justify;
  letter-spacing: -0.06em;
  font-weight: 600;
  padding-bottom: 30px;
}
html .trouble .trouble_inner .text h2 span {
  font-size: 6.2rem;
  color: #d5ad58;
}
html .trouble .trouble_inner .text ol li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 10px;
}
html .trouble .trouble_inner .text ol li img {
  position: relative;
  top: 13px;
}
html .trouble .trouble_inner .text ol li p {
  padding-left: 14px;
  font-size: 2.3rem;
  font-weight: bold;
  font-feature-settings: "palt";
  text-align: justify;
  letter-spacing: -0.06em;
}
html .trouble .trouble_inner .text ol li p span {
  color: #d5ad58;
}
html .marker {
  background: linear-gradient(transparent 95%, #d5ad58 0%);
  display: inline;
  padding: 0 2px;
}
html .future {
  margin-top: -85px;
  width: 100%;
  background: #e1f0f4 url("../img/trouble_bg.jpg") no-repeat right center;
  background-size: auto 100%;
}
html .future .inner {
  width: 100%;
  padding: 120px 0;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
html .future .inner .text h2 {
  font-size: 4.5rem;
  line-height: 1.5;
  margin-bottom: 50px;
}
html .future .inner .text h2 span {
  color: #d5ad58;
}
html .future .inner .text h2 em {
  color: #d5ad58;
}
html .future .inner .text .text_inner {
  padding: 40px;
  background: rgba(255, 255, 255, 0.9);
  width: 70%;
  box-sizing: border-box;
}
html .future .inner .text .text_inner h3 {
  display: block;
  font-size: 2.5rem;
  line-height: 1.5;
  padding-bottom: 20px;
  color: #d5ad58;
}
html .future .inner .text .text_inner p {
  font-size: 1.65rem;
  font-weight: 500;
}
html .future .inner .text .text_inner p span {
  color: #fb6b86;
  text-decoration: underline;
}
html .all-on-4 .inner {
  width: 100%;
  max-width: 1400px;
  padding: 100px;
  margin: 0 auto;
  box-sizing: border-box;
}
html .all-on-4 .inner .textbox {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding-bottom: 90px;
}
html .all-on-4 .inner .textbox figure {
  padding-left: 40px;
  margin-right: -100px;
}
html .all-on-4 .inner .textbox .text {
  width: 570px;
}
html .all-on-4 .inner .textbox .text h3 span {
  display: block;
  line-height: 1.5;
  font-size: 3rem;
}
html .all-on-4 .inner .textbox .text h3 em {
  display: block;
  color: #d5ad58;
  font-size: 6rem;
  line-height: 1;
  padding: 40px 0;
}
html .all-on-4 .inner .youtube {
  width: 100%;
  padding-bottom: 56%;
  position: relative;
}
html .all-on-4 .inner .youtube iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
}
html .all-on-4 .inner .merit h3 {
  text-align: center;
  padding: 110px 0;
  font-size: 5.2rem;
}
html .all-on-4 .inner .merit h3 span {
  position: relative;
}
html .all-on-4 .inner .merit h3 span:before {
  content: "";
  width: 68px;
  height: 2px;
  background: #d5ad58;
  position: absolute;
  left: -90px;
  top: 50%;
}
html .all-on-4 .inner .merit h3 span:after {
  content: "";
  width: 68px;
  height: 2px;
  background: #d5ad58;
  position: absolute;
  right: -90px;
  top: 50%;
}
html .all-on-4 .inner .merit h3 span em {
  color: #d5ad58;
  font-size: 6rem;
}
html .all-on-4 .inner .merit .merit_inner {
  display: flex;
  justify-content: space-between;
}
html .all-on-4 .inner .merit .merit_inner .item {
  width: calc((100% - 90px) / 3);
  text-align: center;
}
html .all-on-4 .inner .merit .merit_inner .item h4 {
  font-size: 3.2rem;
  line-height: 1;
  padding: 20px 0 30px;
}
html .all-on-4 .inner .merit .merit_inner .item p {
  padding-top: 30px;
  text-align: left;
}
html .cvbox {
  width: 100%;
  padding: 0 100px 80px;
  box-sizing: border-box;
  background: url("../img/cv_box.jpg") no-repeat center center;
  background-size: cover;
}
html .cvbox h2 {
  text-align: center;
  color: #fff;
  font-size: 3.3rem;
  font-weight: 600;
  line-height: 1.5;
  padding: 80px 0 65px;
  text-shadow: 0px 0px 18px #765d16, 0px 0px 18px #765d16;
}
html .cvbox .cvbox_inner {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  padding: 70px 90px;
  box-sizing: border-box;
}
html .cvbox .cvbox_inner .telbox {
  text-align: center;
  padding-bottom: 10px;
}
html .cvbox .cvbox_inner .telbox span {
  display: block;
  font-size: 2.5rem;
  line-height: 1;
}
html .cvbox .cvbox_inner .telbox .tel {
  padding-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
html .cvbox .cvbox_inner .telbox .tel .icon-freedial {
  color: #7dc636;
  font-size: 4.6rem;
  position: relative;
  top: 5px;
  margin-right: 10px;
}
html .cvbox .cvbox_inner .telbox .tel em {
  display: block;
  line-height: 1;
  font-size: 5.2rem;
}
html .cvbox .cvbox_inner .telbox time {
  display: block;
  padding: 10px 0;
}
html .cvbox .cvbox_inner .telbox p {
  font-size: 1.3rem;
}
html .cvbox .cvbox_inner dl {
  width: 100%;
}
html .cvbox .cvbox_inner dl dt {
  background: #d5ad58;
  color: #fff;
  text-align: center;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 45px;
}
html .cvbox .cvbox_inner dl dd {
  border: 1px solid #d5ad58;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  position: relative;
}
html .cvbox .cvbox_inner dl dd:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 20px;
  width: 1px;
  height: calc(100% - 40px);
  background: #d5ad58;
  transform: rotate(15deg);
}
html .cvbox .cvbox_inner dl dd .item {
  width: 50%;
  text-align: center;
}
html .cvbox .cvbox_inner dl dd .item .tel {
  padding-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
html .cvbox .cvbox_inner dl dd .item .tel .icon-tel {
  font-size: 2.5rem;
  position: relative;
  top: 3px;
  margin-right: 5px;
}
html .cvbox .cvbox_inner dl dd .item .tel em {
  display: block;
  line-height: 1;
  font-weight: bold;
  font-size: 2.8rem;
}
html .sect_ttl {
  text-align: center;
  padding: 120px 0;
  line-height: 1;
}
html .sect_ttl small {
  display: block;
  line-height: 1;
  padding-bottom: 40px;
}
html .sect_ttl em {
  font-size: 5.2rem;
  line-height: 1.3;
}
html .sect_ttl em span {
  font-size: 6.2rem;
  color: #d5ad58;
}
html .reason .reason_item {
  width: 100%;
}
html .reason .reason_item .pinkbar {
  width: 100%;
  height: 116px;
  background: #d5ad58;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
html .reason .reason_item .pinkbar img {
  position: absolute;
  left: 60px;
  top: -50px;
}
html .reason .reason_item .pinkbar em {
  padding-left: 275px;
  font-size: 4.8rem;
  color: #fff;
}
html .reason .reason_item .reason_inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 100px;
  box-sizing: border-box;
}
html .reason .reason_item .reason_inner > h4 {
  padding-bottom: 50px;
}
html .reason .reason_item .reason_inner > h4 span {
  display: block;
  font-size: 2.2rem;
}
html .reason .reason_item .reason_inner > h4 em {
  display: block;
  line-height: 1.5;
  font-size: 3.5rem;
}
html .reason .reason_item .reason_inner > h4 + p {
  padding-bottom: 50px;
}
html .reason .reason_item .reason_inner .textbox {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
html .reason .reason_item .reason_inner .textbox figure {
  margin-right: -100px;
  flex-shrink: 0;
}
html .reason .reason_item .reason_inner .textbox p {
  padding-right: 50px;
}
html .reason .reason_item .reason_inner .textbox p a {
  color: #d5ad58;
  text-decoration: underline;
}
html .reason .reason_item .reason_inner .textbox p small {
  display: block;
  font-size: 1.3rem;
}
html .reason .reason_item .reason_inner .column {
  margin-top: 100px;
}
html .reason .reason_item .reason_inner .case {
  padding-top: 100px;
}
html .reason .reason_item .reason_inner .case h3 {
  background: #b9a173;
  color: #fff;
  font-size: 3.2rem;
  line-height: 1;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
html .reason .reason_item .reason_inner .case h3 + p {
  text-align: center;
  color: #b9a173;
  font-size: 2rem;
  padding-bottom: 100px;
}
html .reason .reason_item .reason_inner .case .casebox {
  padding-bottom: 100px;
}
html .reason .reason_item .reason_inner .case .casebox h4 {
  font-size: 3.3rem;
  line-height: 1.5;
  padding-left: 42px;
  padding-bottom: 40px;
  position: relative;
}
html .reason .reason_item .reason_inner .case .casebox h4:before {
  position: absolute;
  left: 0;
  top: 17px;
  content: "";
  width: 23px;
  height: 23px;
  background: #b9a173;
  display: inline-block;
}
html .reason .reason_item .reason_inner .case .casebox .images {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
html .reason .reason_item .reason_inner .case .casebox .images figure {
  width: calc((100% - 80px) / 2);
  position: relative;
}
html .reason .reason_item .reason_inner .case .casebox .images figure.before:before {
  content: "";
  position: absolute;
  left: 20px;
  bottom: -35px;
  width: 111px;
  height: 42px;
  background: url("../img/before.png") no-repeat left center;
  background-size: 111px 42px;
}
html .reason .reason_item .reason_inner .case .casebox .images figure.after:before {
  content: "";
  position: absolute;
  right: 20px;
  bottom: -35px;
  width: 99px;
  height: 42px;
  background: url("../img/after.png") no-repeat left center;
  background-size: 99px 42px;
}
html .reason .reason_item .reason_inner .case .casebox .images .icon-arrow {
  color: #dcd0b9;
  font-size: 6rem;
}
html .reason .reason_item .reason_inner .case .casebox table {
  width: 100%;
  table-layout: fixed;
  border: 1px solid #b9a173;
}
html .reason .reason_item .reason_inner .case .casebox table tr th {
  border: 1px solid #b9a173;
  background: #dcd0b9;
  padding: 10px 20px;
}
html .reason .reason_item .reason_inner .case .casebox table tr td {
  padding: 10px 20px;
  border: 1px solid #b9a173;
}
html .column {
  background: #fffaf1;
  padding: 60px;
}
html .column h3 {
  color: #d5ad58;
  font-size: 3rem;
  line-height: 1.5;
  padding-bottom: 30px;
}
html .column h3.small {
  font-size: 2.4rem;
}
html .column p small {
  display: block;
  font-size: 1.2rem;
  padding-top: 1em;
}
html .facility {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
html .facility .item {
  width: 33.333%;
}
html .facility .item p {
  text-align: center;
  padding: 10px 0 40px;
}
html .facility .item p sup {
  font-size: 1rem;
}
html .facility + small {
  display: block;
  font-size: 1rem;
  text-align: right;
}
html .flow {
  background: #fffaf1;
  padding-bottom: 100px;
}
html .flow .flow_inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
html .flow .flow_inner:before {
  content: "";
  position: absolute;
  left: calc(50% - 3px);
  top: 0;
  height: calc(100% - 360px);
  border-right: 4px dotted #b9a173;
}
html .flow .flow_inner .item {
  width: 100%;
  position: relative;
}
html .flow .flow_inner .item em {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 58px;
  height: 58px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #b9a173;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
html .flow .flow_inner .item em:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  width: 80px;
  height: 2px;
  background: #b9a173;
}
html .flow .flow_inner .item em:after {
  content: "";
  position: absolute;
  right: calc(100% + 74px);
  top: calc(50% - 5px);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #b9a173;
}
html .flow .flow_inner .item .item_box {
  width: 490px;
  margin-left: 0;
}
html .flow .flow_inner .item .item_box .text h3 {
  font-size: 2.6rem;
  line-height: 1.3;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  padding: 20px 0;
}
html .flow .flow_inner .item .item_box .text p {
  line-height: 2;
}
html .flow .flow_inner .item .item_box .text p small {
  display: block;
  line-height: 1.5;
  font-size: 1.2rem;
  padding-top: 1em;
}
html .flow .flow_inner .item:nth-child(1) {
  top: 0;
  left: 0;
  padding-bottom: 420px;
}
html .flow .flow_inner .item:nth-child(2) {
  top: 300px !important;
}
html .flow .flow_inner .item:nth-child(3) {
  top: auto !important;
  bottom: 0;
}
html .flow .flow_inner .item.reverse {
  position: absolute;
  right: 0;
  top: 0;
}
html .flow .flow_inner .item.reverse em {
  top: 150px;
}
html .flow .flow_inner .item.reverse em:before {
  left: 100%;
}
html .flow .flow_inner .item.reverse em:after {
  left: calc(100% + 74px);
  top: calc(50% - 5px);
}
html .flow .flow_inner .item.reverse .item_box {
  margin-left: auto;
}
html .price .inner {
  width: 100%;
  max-width: 1400px;
  padding: 0 100px;
  margin: 0 auto;
  box-sizing: border-box;
}
html .price .inner h3 {
  background: #b9a173;
  color: #fff;
  font-size: 3.2rem;
  line-height: 1;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
html .price .inner h3 + p {
  text-align: center;
  color: #b9a173;
  padding: 50px 0;
}
html .price .inner .price_box .item {
  border-bottom: 1px solid #b9a173;
  width: 100%;
  height: 130px;
  color: #b9a173;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
html .price .inner .price_box .item .name {
  padding-left: 20px;
  font-size: 3rem;
  line-height: 1.3;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
html .price .inner .price_box .item .name small {
  font-weight: bold;
  font-size: 1.6rem;
  margin-left: 1em;
}
html .price .inner .price_box .item .fee {
  padding-right: 20px;
}
html .price .inner .price_box .item .fee em {
  font-size: 3rem;
}
html .price .inner .price_box .item .fee small {
  font-size: 1.6rem;
}
html .price .inner .price_box .item ~ small {
  display: block;
  font-size: 1.5rem;
  color: #b9a173;
  text-align: right;
  padding-top: 10px;
  padding-bottom: 130px;
}
html .price .inner .payment .item {
  width: 100%;
  padding: 50px 50px 50px 0;
  background: #fffaf1;
  border: 1px solid #ddbc7c;
  margin-bottom: 50px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
html .price .inner .payment .item h4 {
  flex-shrink: 0;
  width: 410px;
  padding-left: 50px;
  box-sizing: border-box;
  color: #9f824a;
  font-size: 2.3rem;
  letter-spacing: -0.06em;
}
html .price .inner .payment .item figure figcaption {
  font-size: 1rem;
  display: block;
  text-align: right;
  color: #9f824a;
  padding-top: 10px;
}
html .price .inner .payment .item .text em {
  display: block;
  color: #d5ad58;
  text-decoration: underline;
}
html .price .inner .payment .item .text p {
  color: #b9a173;
}
html .price .inner .payment .item .text p small {
  display: block;
  font-size: 1.4rem;
}
html .doctor .sect_ttl {
  padding-bottom: 70px;
}
html .doctor .sect_ttl + p {
  text-align: center;
  font-size: 2.4rem;
  padding-bottom: 120px;
}
html .doctor .inner {
  width: 100%;
  max-width: 1400px;
  padding: 0 100px;
  box-sizing: border-box;
  margin: 0 auto;
}
html .doctor .inner .doctor_inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
html .doctor .inner .doctor_inner .item {
  width: calc((100% - 90px) / 2);
}
html .doctor .inner .doctor_inner .item figure {
  text-align: center;
}
html .doctor .inner .doctor_inner .item .name {
  padding: 30px 0;
}
html .doctor .inner .doctor_inner .item .name small {
  display: block;
  font-size: 1.8rem;
}
html .doctor .inner .doctor_inner .item .name em {
  line-height: 1;
  display: block;
  font-size: 2.8rem;
}
html .doctor .inner .doctor_inner .item .name em span {
  display: inline-block;
  font-size: 2rem;
  padding-right: 1em;
}
html .doctor .inner .doctor_inner .item dl dt {
  border-top: 1px solid #000;
  padding: 20px 0 10px;
}
html .doctor .inner .doctor_inner .item dl dd {
  font-size: 1.5rem;
  padding-bottom: 30px;
}
html .doctor .inner .doctor_inner .item dl dd a {
  display: inline;
  text-decoration: underline;
}
html .doctor .inner .doctor_inner .item dl dd a:hover {
  color: #d5ad58;
}
html .doctor .inner .doctor_inner .column {
  margin: 90px 0;
}
html .doctor .main_doctor {
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
}
html .doctor .main_doctor figure {
  width: 470px;
  position: relative;
  z-index: 10;
}
html .doctor .main_doctor .text {
  width: calc(100% - 470px);
  padding: 100px 100px 0 80px;
  box-sizing: border-box;
  position: relative;
}
html .doctor .main_doctor .text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  background: #fffaf1;
  z-index: -1;
}
html .doctor .main_doctor .text:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  background: #fffaf1;
  z-index: -1;
}
html .doctor .main_doctor .text .name {
  padding: 30px 0;
}
html .doctor .main_doctor .text .name small {
  display: block;
  font-size: 1.8rem;
}
html .doctor .main_doctor .text .name em {
  line-height: 1;
  display: block;
  font-size: 2.8rem;
}
html .doctor .main_doctor .text .name em span {
  display: inline-block;
  font-size: 2rem;
  padding-right: 1em;
}
html .doctor .main_doctor .history {
  display: flex;
  justify-content: space-between;
  padding: 100px;
  position: relative;
  background: #fffaf1;
}
html .doctor .main_doctor .history:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  background: #fffaf1;
  z-index: -1;
}
html .doctor .main_doctor .history:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  background: #fffaf1;
  z-index: -1;
}
html .doctor .main_doctor .history dl {
  width: 30%;
}
html .doctor .main_doctor .history dl dt {
  border-top: 1px solid #000;
  padding: 20px 0 10px;
}
html .doctor .main_doctor .history dl dd {
  font-size: 1.5rem;
}
html .doctor .main_doctor .history dl dd a {
  display: inline;
  text-decoration: underline;
}
html .doctor .main_doctor .history dl dd a:hover {
  color: #d5ad58;
}
html .access .access_box {
  width: 100%;
  max-width: 1400px;
  padding: 0 100px 140px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
html .access .access_box .item {
  width: calc((100% - 80px) / 2);
  text-align: center;
}
html .access .access_box .item .name {
  padding: 20px 0;
}
html .access .access_box .item address {
  line-height: 1.8;
}
html .access .access_box .item .tel {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
}
html .access .access_box .item .tel .icon-tel {
  font-size: 2.5rem;
  margin-right: 8px;
  position: relative;
  top: 2px;
}
html .access .access_box .item .tel em {
  font-size: 2.9rem;
}
html .access .access_box .item .time {
  font-size: 1.2rem;
  width: 100%;
  table-layout: fixed;
}
html .access .access_box .item .time thead tr th {
  border-top: 1px solid #000;
}
html .access .access_box .item .time thead tr th:nth-child(1) {
  width: 110px;
}
html .access .access_box .item .time tbody tr th {
  font-size: 1.5rem;
  height: 50px;
  vertical-align: middle;
  text-align: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
html .access .access_box .item .time tbody tr td {
  font-size: 1.5rem;
  height: 50px;
  vertical-align: middle;
  text-align: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
html .access .access_box .item small {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  padding-top: 30px;
  padding-bottom: 80px;
}
html .access .access_box .item .googlemap {
  width: 100%;
  height: 330px;
  position: relative;
}
html .access .access_box .item .googlemap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
}
html .risk {
  width: 100%;
  background: #f7f6f4;
  padding: 100px 0 180px;
}
html .risk .risk_inner {
  width: 100%;
  max-width: 1400px;
  padding: 0 100px;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  height: 300px;
  overflow-y: auto;
}
html .risk .risk_inner em {
  display: block;
  font-size: 2rem;
  padding-bottom: 10px;
}
html .risk .risk_inner p {
  font-size: 1.3rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
html .risk .risk_inner p ~ em {
  margin-top: 1em;
}
html footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: calc(100% - 100px);
  background: #fff;
  z-index: 100;
}
html footer .footer_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100px;
  border-top: 1px solid #d5ad58;
  box-sizing: border-box;
}
html footer .footer_content .seo {
  position: absolute;
  left: 20px;
  top: 10px;
  line-height: 1;
  color: #d5ad58;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
}
html footer .footer_content h1 {
  padding: 20px 0 0 20px;
}
html footer .footer_content h1 img {
  width: auto;
  height: 50px;
}
html footer .footer_content .footer_right {
  padding-right: 20px;
}
html footer .footer_content .footer_right .cv_text {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  line-height: 1;
  padding-bottom: 10px;
}
html footer .footer_content .footer_right .cv_text span {
  font-size: 1.3rem;
  padding-right: 10px;
}
html footer .footer_content .footer_right .cv_text span small {
  display: inline-block;
  padding-left: 1em;
}
html footer .footer_content .footer_right .cv_text .tel .icon-freedial {
  font-size: 2rem;
  color: #7dc636;
}
html footer .footer_content .footer_right .cv_text .tel em {
  font-size: 2.4rem;
}
html footer .footer_content .footer_right p {
  line-height: 1;
  font-size: 1rem;
  text-align: right;
  padding-bottom: 10px;
}
html footer .footer_content .footer_right .emergency {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d5ad58;
  line-height: 1;
}
html footer .footer_content .footer_right .emergency dl {
  display: flex;
  justify-content: center;
  align-items: center;
}
html footer .footer_content .footer_right .emergency dl dt {
  line-height: 1;
  font-size: 1.2rem;
  padding: 4px 8px;
  border: 1px solid #d5ad58;
  margin-right: 10px;
}
html footer .footer_content .footer_right .emergency dl dd {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
html footer .footer_content .footer_right .emergency dl dd span {
  font-size: 1.2rem;
  padding-right: 10px;
}
html footer .footer_content .footer_right .emergency dl dd .tel {
  color: #d5ad58;
}
html footer .footer_content .footer_right .emergency dl dd .tel .icon-tel {
  font-size: 1.6rem;
  margin-right: 3px;
}
html footer .footer_content .footer_right .emergency dl dd .tel em {
  font-size: 1.7rem;
}
html footer .footer_content .footer_right .emergency dl dd + dd:before {
  content: "|";
  font-size: 2rem;
  padding: 0 10px;
}
html #sp_menu {
  position: fixed;
  right: 0;
  top: 80px;
  z-index: 1000;
  width: 100%;
  height: calc(100% - 80px);
  padding: 20px;
  box-sizing: border-box;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: #d5ad58;
  transform: translateX(100%);
  transition: all 0.4s cubic-bezier(1, 0, 0, 1);
  backface-visibility: hidden;
}
html #sp_menu ul > li {
  position: relative;
}
html #sp_menu ul > li > a {
  display: block;
  height: 48px;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: #fff;
  font-weight: 500;
  position: relative;
}
html #sp_menu ul > li > a.toggle {
  position: relative;
}
html #sp_menu ul > li > a.toggle:before {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
}
html #sp_menu ul > li > a.toggle:after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  transform: rotate(90deg);
  transition: all 0.2s ease;
  backface-visibility: hidden;
}
html #sp_menu ul > li > a.toggle.on:after {
  transform: rotate(0deg);
}
html #sp_menu ul > li ol {
  display: none;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-top: 0;
  padding: 5px 20px;
  background: rgba(255, 255, 255, 0.9);
}
html #sp_menu ul > li ol li a {
  display: block;
  color: #d5ad58;
  padding: 10px 0;
}
html #sp_menu ul li + li a {
  border-top: 0;
}
html #sp_menu.slide-open {
  transform: translateX(0%);
}

.tel-tokyo {
  display: none;
}

.tel-yokohama {
  display: none;
}

.cv_text_sp {
  display: none;
}

@media screen and (max-width: 768px) {
  html {
    min-width: 100%;
  }
  html footer {
    width: 100%;
  }
  html footer .footer_content {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100px;
  }
  html footer .footer_content .footer_right {
    width: 100%;
    padding-right: 0px;
  }
  html footer .footer_content .footer_right .tel-tokyo p {
    font-size: 1.6rem;
    display: block;
    padding-bottom: 0;
    text-align: center;
    color: #fff;
    line-height: 1.5;
  }
  html footer .footer_content .footer_right .tel-tokyo p a {
    margin-top: 5px;
    display: block;
  }
  html footer .footer_content .footer_right .tel-yokohama p {
    font-size: 1.6rem;
    display: block;
    padding-bottom: 0;
    text-align: center;
    color: #fff;
    line-height: 1.5;
  }
  html footer .footer_content .footer_right .tel-yokohama p a {
    margin-top: 5px;
    display: block;
  }
  html footer .footer_content .footer_right .cv_text {
    display: block;
    line-height: 1;
    padding-bottom: 0px;
    text-align: center;
    width: 100%;
    height: 50px;
    padding: 3px 5px;
    box-sizing: border-box;
    background: #d5ad58;
    color: #fff;
    border-right: 1px solid #fff;
  }
  html footer .footer_content .footer_right .cv_text .bg {
    width: 100%;
    max-width: 270px;
    padding: 2px 0;
    margin-bottom: 2px;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.5);
  }
  html footer .footer_content .footer_right .cv_text span {
    font-size: 1rem;
    padding: 0 0 3px;
    display: block;
    color: #fff;
  }
  html footer .footer_content .footer_right .cv_text .tel .icon-freedial {
    font-size: 1.6rem;
    color: #7dc636;
  }
  html footer .footer_content .footer_right .cv_text .tel em {
    font-size: 1.2rem;
  }
  html footer .footer_content .footer_right .cv_text .mail-ico {
    font-size: 20px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 4px;
  }
  html footer .footer_content .footer_right p {
    display: none;
  }
  html footer .footer_content .footer_right .emergency {
    display: none;
  }
  html footer .footer_content .seo {
    display: none;
  }
  html footer .footer_content h1 {
    display: none;
  }
  html .pc {
    display: none !important;
  }
  html .tel {
    pointer-events: auto;
  }
  html #wrap {
    padding-top: 60px;
  }
  html .pageTop {
    display: none;
  }
  html .pageTop a {
    width: 50px;
    height: 100px;
  }
  html .pageTop a i {
    line-height: 100px;
    font-size: 2rem;
  }
  html .pageTop a:before {
    width: 50px;
    height: 100px;
  }
  html header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    transition: all 0.4s ease;
    backface-visibility: hidden;
  }
  html header .header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    background: #fff;
  }
  html header .header_content .seo {
    position: static;
    width: 100%;
    line-height: 20px;
    background: #f9f9f9;
    text-align: center;
    letter-spacing: 1px;
  }
  html header .header_content h1 {
    padding: 10px;
  }
  html header .header_content h1 img {
    width: auto;
    height: 35px;
  }
  html header .header_content #slidemenuBtn {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #d5ad58;
    margin-left: 5px;
  }
  html header .header_content #slidemenuBtn > span {
    width: 24px;
    height: 12px;
    position: relative;
    top: -5px;
  }
  html header .header_content #slidemenuBtn > span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1.5px;
    background: #fff;
    transition: transform 0.2s ease, top 0.2s ease 0.2s;
    backface-visibility: hidden;
  }
  html header .header_content #slidemenuBtn > span:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1.5px;
    background: #fff;
    transition: transform 0.2s ease, bottom 0.2s ease 0.2s;
    backface-visibility: hidden;
  }
  html header .header_content #slidemenuBtn small {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    font-size: 1rem;
    font-family: "Noto Sans JP", sans-serif;
    color: #fff;
    line-height: 1;
    text-align: center;
  }
  html header .header_content #slidemenuBtn.slide-open {
    background: #ff486a;
  }
  html header .header_content #slidemenuBtn.slide-open > span:before {
    top: 5px;
    transform: rotate(45deg);
    transition: top 0.2s ease, transform 0.2s ease 0.2s;
  }
  html header .header_content #slidemenuBtn.slide-open > span:after {
    bottom: 5px;
    transform: rotate(-45deg);
    transition: bottom 0.2s ease, transform 0.2s ease 0.2s;
  }
  html header .header_content .cv_text {
    display: none;
  }
  html header .emergency {
    display: none;
  }
  html .title {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #FEFBF6 url("../img/title@sp.jpg") no-repeat center top;
    background-size: 100% auto;
    position: relative;
  }
  html .title .text {
    padding: 110vw 20px 20px;
    width: 100%;
    box-sizing: border-box;
  }
  html .title .text h2 {
    padding-bottom: 20px;
    text-align: center;
  }
  html .title .text h2 img {
    width: 330px;
  }
  html .title .text h2 + p {
    font-size: 1.5rem;
    padding-bottom: 20px;
    text-align: left;
  }
  html .title .text .circle {
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: 68.656vw;
  }
  html .title .text .circle .item {
    width: calc(80% / 3);
    height: auto;
    margin-right: 20px;
  }
  html .title .text .circle .item:last-child {
    margin-right: 0;
  }
  html .title .text .circle .item p {
    font-size: 1.4rem;
  }
  html .title .text .circle .item + .item {
    margin-left: 0px;
  }
  html .trouble {
    width: 100%;
    position: relative;
    z-index: 10;
    box-sizing: border-box;
  }
  html .trouble .trouble_inner {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 0 auto 0;
    background: url("../img/woman@sp.png") no-repeat center bottom;
    background-size: 100% auto;
    position: relative;
  }
  html .trouble .trouble_inner .text {
    padding: 0 20px 70vw;
  }
  html .trouble .trouble_inner .text h2 {
    font-size: 2.4rem;
    font-feature-settings: "palt";
    text-align: center;
    padding: 20px 0px 20px;
  }
  html .trouble .trouble_inner .text h2 span {
    font-size: 1.1em;
  }
  html .trouble .trouble_inner .text ol li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 10px;
  }
  html .trouble .trouble_inner .text ol li img {
    width: 20px;
    position: relative;
    top: 5px;
  }
  html .trouble .trouble_inner .text ol li p {
    padding-left: 8px;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  html .future {
    margin-top: -8vw;
    width: 100%;
    height: auto;
    background: #E1F0F3 url("../img/trouble_bg@sp.jpg") no-repeat top center;
    background-size: 100% auto;
  }
  html .future .inner {
    width: 100%;
    height: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    display: block;
  }
  html .future .inner .text {
    padding: 60vw 0 20px;
    margin-top: 0px;
  }
  html .future .inner .text h2 {
    padding: 0;
    font-size: 7vw;
    letter-spacing: -0.06em;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 30px;
  }
  html .future .inner .text h2 span {
    color: #d5ad58;
  }
  html .future .inner .text h2 em {
    color: #d5ad58;
  }
  html .future .inner .text .text_inner {
    padding: 20px;
    width: 100%;
  }
  html .future .inner .text .text_inner h3 {
    text-align: center;
    line-height: 1.5;
    font-size: 2rem;
    padding-bottom: 20px;
  }
  html .future .inner .text .text_inner p {
    font-size: 1.4rem;
    font-weight: 500;
    padding-right: 0%;
  }
  html .all-on-4 .inner {
    width: 100%;
    max-width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }
  html .all-on-4 .inner .textbox {
    display: block;
    padding-bottom: 20px;
  }
  html .all-on-4 .inner .textbox figure {
    padding: 0px;
    margin: 0px;
  }
  html .all-on-4 .inner .textbox .text {
    width: 100%;
  }
  html .all-on-4 .inner .textbox .text h3 span {
    text-align: center;
    font-size: 2rem;
  }
  html .all-on-4 .inner .textbox .text h3 em {
    text-align: center;
    font-size: 4rem;
    line-height: 1;
    padding: 20px 0;
  }
  html .all-on-4 .inner .youtube .modal:before {
    background: url("../img/play.png") no-repeat center center;
    background-size: 55px 39px;
  }
  html .all-on-4 .inner .merit h3 {
    text-align: center;
    padding: 20px 0;
    font-size: 2.5rem;
  }
  html .all-on-4 .inner .merit h3 span {
    display: inline-block;
    position: relative;
    line-height: 1.5;
  }
  html .all-on-4 .inner .merit h3 span:before {
    content: none;
  }
  html .all-on-4 .inner .merit h3 span:after {
    content: none;
  }
  html .all-on-4 .inner .merit h3 span em {
    display: inline-block;
    line-height: 1;
    color: #d5ad58;
    font-size: 3rem;
  }
  html .all-on-4 .inner .merit .merit_inner {
    display: block;
  }
  html .all-on-4 .inner .merit .merit_inner .item {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  html .all-on-4 .inner .merit .merit_inner .item em img {
    width: auto;
    height: 20px;
  }
  html .all-on-4 .inner .merit .merit_inner .item h4 {
    font-size: 2.2rem;
    line-height: 1;
    padding: 10px 0 20px;
  }
  html .all-on-4 .inner .merit .merit_inner .item p {
    padding-top: 10px;
    text-align: left;
  }
  html .cvbox {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background: url("../img/cv_box.jpg") no-repeat center center;
    background-size: cover;
  }
  html .cvbox h2 {
    font-size: 1.8rem;
    padding: 20px 0 30px;
    text-shadow: 0px 0px 8px #765d16, 0px 0px 8px #765d16;
  }
  html .cvbox .cvbox_inner {
    max-width: 100%;
    padding: 20px;
  }
  html .cvbox .cvbox_inner .telbox {
    padding-bottom: 10px;
  }
  html .cvbox .cvbox_inner .telbox span {
    display: block;
    font-size: 1.5rem;
    padding-bottom: 10px;
  }
  html .cvbox .cvbox_inner .telbox .tel {
    padding-top: 1px;
  }
  html .cvbox .cvbox_inner .telbox .tel .icon-freedial {
    color: #7dc636;
    font-size: 2.6rem;
    position: relative;
    top: 3px;
    margin-right: 5px;
  }
  html .cvbox .cvbox_inner .telbox .tel em {
    display: block;
    line-height: 1;
    font-size: 2.8rem;
  }
  html .cvbox .cvbox_inner .telbox time {
    font-size: 1.2rem;
    line-height: 1;
  }
  html .cvbox .cvbox_inner .telbox p {
    font-size: 1rem;
    line-height: 1.5;
  }
  html .cvbox .cvbox_inner dl dt {
    font-size: 1.5rem;
    line-height: 35px;
  }
  html .cvbox .cvbox_inner dl dd {
    border: 1px solid #d5ad58;
    display: block;
    padding: 0;
  }
  html .cvbox .cvbox_inner dl dd:before {
    content: none;
  }
  html .cvbox .cvbox_inner dl dd .item {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
  }
  html .cvbox .cvbox_inner dl dd .item .tel {
    padding-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  html .cvbox .cvbox_inner dl dd .item .tel .icon-tel {
    font-size: 1.8rem;
    top: 2px;
    margin-right: 5px;
  }
  html .cvbox .cvbox_inner dl dd .item .tel em {
    font-size: 2.2rem;
  }
  html .cvbox .cvbox_inner dl dd .item + .item {
    border-top: 1px dotted #d5ad58;
  }
  html .sect_ttl {
    text-align: center;
    padding: 40px 20px;
    line-height: 1;
  }
  html .sect_ttl small {
    display: block;
    line-height: 1;
    padding-bottom: 20px;
  }
  html .sect_ttl small img {
    width: auto;
    height: 16px;
  }
  html .sect_ttl em {
    font-size: 2.2rem;
    line-height: 1.3;
  }
  html .sect_ttl em span {
    font-size: 3.2rem;
  }
  html .reason .reason_item {
    padding-top: 10px;
    width: 100%;
    padding-bottom: 40px;
  }
  html .reason .reason_item .pinkbar {
    width: 100%;
    height: 44px;
    justify-content: center;
  }
  html .reason .reason_item .pinkbar img {
    position: absolute;
    left: 10px;
    top: -10px;
    width: auto;
    height: 42px;
  }
  html .reason .reason_item .pinkbar em {
    padding-left: 0;
    font-size: 2rem;
    font-weight: 600;
  }
  html .reason .reason_item .reason_inner {
    max-width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }
  html .reason .reason_item .reason_inner > h4 {
    padding-bottom: 20px;
  }
  html .reason .reason_item .reason_inner > h4 span {
    display: block;
    letter-spacing: -0.06em;
    font-size: 1.3rem;
  }
  html .reason .reason_item .reason_inner > h4 em {
    display: block;
    line-height: 1.5;
    font-size: 2rem;
  }
  html .reason .reason_item .reason_inner > h4 + p {
    padding-bottom: 20px;
  }
  html .reason .reason_item .reason_inner .textbox {
    display: block;
    width: 100%;
  }
  html .reason .reason_item .reason_inner .textbox figure {
    margin-right: 0px;
    flex-shrink: 0;
  }
  html .reason .reason_item .reason_inner .textbox p {
    padding-top: 10px;
    padding-right: 0px;
  }
  html .reason .reason_item .reason_inner .textbox p small {
    font-size: 1.1rem;
  }
  html .reason .reason_item .reason_inner .case {
    padding-top: 20px;
  }
  html .reason .reason_item .reason_inner .case h3 {
    font-size: 2rem;
    height: 36px;
    margin-bottom: 20px;
  }
  html .reason .reason_item .reason_inner .case h3 + p {
    text-align: left;
    font-size: 1.5rem;
    line-height: 1.6;
    padding-bottom: 20px;
  }
  html .reason .reason_item .reason_inner .case .casebox {
    padding-bottom: 40px;
  }
  html .reason .reason_item .reason_inner .case .casebox h4 {
    font-size: 1.8rem;
    padding-left: 20px;
    padding-bottom: 20px;
  }
  html .reason .reason_item .reason_inner .case .casebox h4:before {
    top: 9px;
    width: 12px;
    height: 12px;
  }
  html .reason .reason_item .reason_inner .case .casebox .images {
    margin-bottom: 40px;
  }
  html .reason .reason_item .reason_inner .case .casebox .images figure {
    width: calc((100% - 20px) / 2);
    position: relative;
  }
  html .reason .reason_item .reason_inner .case .casebox .images figure.before:before {
    left: 10px;
    bottom: -20px;
    width: 74px;
    height: 28px;
    background-size: 74px auto;
  }
  html .reason .reason_item .reason_inner .case .casebox .images figure.after:before {
    right: 10px;
    bottom: -20px;
    width: 66px;
    height: 28px;
    background-size: 66px auto;
  }
  html .reason .reason_item .reason_inner .case .casebox .images .icon-arrow {
    color: #dcd0b9;
    font-size: 2rem;
  }
  html .reason .reason_item .reason_inner .case .casebox table {
    font-size: 1.2rem;
    display: block;
    width: 100%;
    border-top: 0;
    border-left: 0;
    border-right: 0;
  }
  html .reason .reason_item .reason_inner .case .casebox table tbody {
    display: block;
    width: 100%;
  }
  html .reason .reason_item .reason_inner .case .casebox table tr {
    display: block;
    width: 100%;
  }
  html .reason .reason_item .reason_inner .case .casebox table tr th {
    display: block;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    border-bottom: 0;
  }
  html .reason .reason_item .reason_inner .case .casebox table tr td {
    display: block;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    border-bottom: 0;
    text-align: center;
  }
  html .reason .reason_item .reason_inner .case .casebox table tr td.sp_left {
    text-align: left;
  }
  html .column {
    padding: 20px;
  }
  html .column h3 {
    font-size: 2rem;
    line-height: 1.5;
    padding-bottom: 20px;
  }
  html .column h3.small {
    font-size: 2rem;
  }
  html .facility {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  html .facility .item {
    width: 50%;
  }
  html .facility .item p {
    text-align: center;
    padding: 5px 0 20px;
    font-size: 1.2rem;
  }
  html .facility .item p sup {
    font-size: 1rem;
  }
  html .facility + small {
    display: block;
    font-size: 1rem;
    text-align: right;
  }
  html .flow {
    padding-bottom: 0px;
  }
  html .flow .flow_inner {
    width: 100%;
  }
  html .flow .flow_inner:before {
    content: "";
    position: absolute;
    left: 29px;
    top: 0;
    height: 100%;
    border-right: 2px dotted #b9a173;
  }
  html .flow .flow_inner .item {
    width: 100%;
    padding-right: 20px;
    box-sizing: border-box;
    position: relative;
    padding-bottom: 40px !important;
  }
  html .flow .flow_inner .item em {
    position: absolute;
    left: 10px;
    top: 0;
    transform: translateX(0%);
    width: 38px;
    height: 38px;
    border: 1px solid #fff;
    font-size: 1.6rem;
  }
  html .flow .flow_inner .item em:before {
    left: 100%;
    width: 40px;
    height: 1px;
  }
  html .flow .flow_inner .item em:after {
    left: calc(100% + 38px);
    top: calc(50% - 4px);
    width: 8px;
    height: 8px;
  }
  html .flow .flow_inner .item .item_box {
    width: calc(100% - 90px);
    margin-left: auto;
  }
  html .flow .flow_inner .item .item_box .text {
    padding: 0 20px 0 0;
  }
  html .flow .flow_inner .item .item_box .text h3 {
    font-size: 1.6rem;
    padding: 15px 0;
  }
  html .flow .flow_inner .item .item_box .text p {
    font-size: 1.3rem;
    line-height: 2;
  }
  html .flow .flow_inner .item.reverse {
    position: static;
  }
  html .flow .flow_inner .item.reverse em {
    top: 0;
  }
  html .flow .flow_inner .item.reverse em:before {
    left: 100%;
    right: auto;
  }
  html .flow .flow_inner .item.reverse em:after {
    right: auto;
    left: calc(100% + 38px);
    top: calc(50% - 4px);
  }
  html .flow .flow_inner .item.reverse .item_box {
    margin-left: auto;
  }
  html .price .inner {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  html .price .inner h3 {
    font-size: 2rem;
    height: 36px;
    margin-bottom: 20px;
  }
  html .price .inner h3 + p {
    text-align: left;
    color: #b9a173;
    padding: 0 0 20px;
  }
  html .price .inner .price_box .item {
    height: auto;
    display: block;
    padding: 20px 0;
  }
  html .price .inner .price_box .item .name {
    display: block;
    text-align: center;
    padding-left: 0px;
    font-size: 2rem;
    line-height: 1;
  }
  html .price .inner .price_box .item .name small {
    margin-left: 0;
    padding: 10px;
    display: block;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  html .price .inner .price_box .item .fee {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
  }
  html .price .inner .price_box .item .fee em {
    font-size: 2rem;
  }
  html .price .inner .price_box .item .fee small {
    position: relative;
    top: 3px;
    padding-left: 4px;
    font-size: 1.3rem;
  }
  html .price .inner .price_box .item ~ small {
    font-size: 1rem;
    padding-bottom: 30px;
  }
  html .price .inner .payment .item {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
    display: block;
  }
  html .price .inner .payment .item h4 {
    flex-shrink: 0;
    width: 100%;
    padding: 0 0 10px;
    font-size: 2rem;
    text-align: center;
  }
  html .price .inner .payment .item figure figcaption {
    text-align: left;
  }
  html .price .inner .payment .item .text p small {
    font-size: 1.2rem;
  }
  html .doctor .sect_ttl {
    padding-bottom: 30px;
  }
  html .doctor .sect_ttl + p {
    text-align: center;
    font-size: 1.6rem;
    padding-bottom: 20px;
  }
  html .doctor .inner {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0 auto;
  }
  html .doctor .inner .doctor_inner {
    display: block;
    text-align: center;
  }
  html .doctor .inner .doctor_inner .item {
    width: 100%;
    margin-bottom: 40px;
  }
  html .doctor .inner .doctor_inner .item .name {
    padding: 20px 0;
  }
  html .doctor .inner .doctor_inner .item .name small {
    display: block;
    font-size: 1.2rem;
  }
  html .doctor .inner .doctor_inner .item .name em {
    line-height: 1;
    display: block;
    font-size: 2rem;
  }
  html .doctor .inner .doctor_inner .item .name em span {
    display: inline-block;
    font-size: 1.6rem;
    padding-right: 1em;
  }
  html .doctor .inner .doctor_inner .item dl dt {
    border-top: 1px solid #000;
    padding: 10px 0;
    text-align: left;
  }
  html .doctor .inner .doctor_inner .item dl dd {
    font-size: 1.3rem;
    padding-bottom: 10px;
    text-align: left;
  }
  html .doctor .inner .doctor_inner .column {
    margin: 30px 0;
    text-align: left;
  }
  html .doctor .main_doctor {
    width: 100%;
    display: block;
  }
  html .doctor .main_doctor figure {
    width: 100%;
    position: relative;
  }
  html .doctor .main_doctor figure:before {
    content: "";
    position: absolute;
    left: -30px;
    bottom: 0px;
    width: 100%;
    height: 100px;
    background: #fffaf1;
    z-index: -1;
  }
  html .doctor .main_doctor figure:after {
    content: "";
    position: absolute;
    right: -30px;
    bottom: 0px;
    width: 100%;
    height: 100px;
    background: #fffaf1;
    z-index: -1;
  }
  html .doctor .main_doctor .text {
    width: 100%;
    padding: 0px;
    background: #fffaf1;
  }
  html .doctor .main_doctor .text .name {
    padding: 20px 0;
    text-align: center;
  }
  html .doctor .main_doctor .text .name small {
    display: block;
    font-size: 1.2rem;
  }
  html .doctor .main_doctor .text .name em {
    line-height: 1;
    display: block;
    font-size: 2rem;
  }
  html .doctor .main_doctor .text .name em span {
    display: inline-block;
    font-size: 1.6rem;
    padding-right: 1em;
  }
  html .doctor .main_doctor .history {
    padding: 30px 0px;
    background: #fffaf1;
    display: block;
  }
  html .doctor .main_doctor .history dl {
    width: 100%;
  }
  html .doctor .main_doctor .history dl dt {
    border-top: 1px solid #000;
    padding: 10px 0;
    text-align: left;
  }
  html .doctor .main_doctor .history dl dd {
    font-size: 1.3rem;
    padding-bottom: 10px;
    text-align: left;
  }
  html .access .access_box {
    width: 100%;
    max-width: 100%;
    padding: 0 20px 20px;
    box-sizing: border-box;
    display: block;
  }
  html .access .access_box .item {
    width: 100%;
    text-align: center;
  }
  html .access .access_box .item .name {
    padding: 20px;
  }
  html .access .access_box .item address {
    line-height: 1.5;
  }
  html .access .access_box .item .tel {
    padding-bottom: 20px;
  }
  html .access .access_box .item .tel .icon-tel {
    font-size: 2rem;
    margin-right: 5px;
    top: 2px;
  }
  html .access .access_box .item .tel em {
    font-size: 2.5rem;
  }
  html .access .access_box .item .time {
    font-size: 1rem;
  }
  html .access .access_box .item .time thead tr th:nth-child(1) {
    width: 70px;
  }
  html .access .access_box .item .time tbody tr th {
    font-size: 1rem;
    height: 40px;
  }
  html .access .access_box .item .time tbody tr td {
    font-size: 1rem;
    height: 40px;
  }
  html .access .access_box .item small {
    display: block;
    text-align: center;
    font-size: 1rem;
    padding-top: 10px;
    padding-bottom: 40px;
  }
  html .access .access_box .item .googlemap {
    width: 100%;
    height: 220px;
    margin-bottom: 80px;
  }
  html .access .access_box .item .googlemap iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
  }
  html .risk {
    width: 100%;
    padding: 20px 20px 70px;
    box-sizing: border-box;
  }
  html .risk .risk_inner {
    width: 100%;
    max-width: 100%;
    padding: 0px;
    height: 200px;
    overflow-y: auto;
  }
  html .risk .risk_inner em {
    font-size: 1.4rem;
  }
  html .risk .risk_inner p {
    font-size: 1.1rem;
  }
  html .risk .risk_inner p ~ em {
    margin-top: 1em;
  }
  .tel-tokyo {
    display: none;
    align-items: center;
    justify-content: center;
    width: 26%;
    height: 60px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    box-sizing: border-box;
    background: #d5ad58;
    color: #fff;
  }
  .tel-yokohama {
    display: none;
    align-items: center;
    justify-content: center;
    width: 26%;
    height: 60px;
    box-sizing: border-box;
    background: #d5ad58;
    border-right: 1px solid #fff;
  }
  .fix-tel {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .cv_text_sp {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    text-align: center;
    height: 50px;
    border-right: 1px solid #fff;
    box-sizing: border-box;
    background: #cf677f;
    line-height: 1.2;
    padding: 7px 5px;
    margin-left: auto;
  }
  .cv_text_line {
    display: flex;
    width: 100%;
  }
  .cv_text_sp.line {
    background-color: #00b900;
  }
  .cv_text_txt.line {
    position: relative;
  }
  .cv_text_txt.line::before {
    content: "";
    width: 24px;
    height: 24px;
    background: url("../img/line.png") no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 17px;
    left: -38px;
  }
  .cv_text_new{
  padding-bottom: 13px;
}
}
@media screen and (max-width: 350px) {
  .cv_text_sp .cv_text_num {
    font-size: 16px;
  }
  .cv_text_sp .cv_text_txt {
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) {
  html .sp {
    display: none !important;
  }
}
@media screen and (max-width: 740px) {
  html .pageTop {
    bottom: 0px;
    opacity: 1;
  }
  html .pageTop a {
    width: 50px;
    height: 100px;
  }
  html .pageTop a:before {
    width: 50px;
    height: 100px;
  }
  html .pageTop a i {
    font-size: 1.5rem;
    line-height: 100px;
  }
  html body {
    min-width: 320px;
    font-size: 1.4rem;
  }
  html img {
    max-width: 100%;
    height: auto;
  }
  html .pc {
    display: none !important;
  }
}
@media screen and (min-width: 741px) {
  html body {
    min-width: 1000px;
  }
  html .sp {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */