@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500;700&display=swap");
section, nav, article, aside, hgroup, header, footer, figure, figcaption, details {
  display: block;
}

html, body, div, span, applet, object, iframe, strong, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, legend, caption, tbody, tfoot, thead, table, label, tr, th, td, figure {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  color: #333;
  line-height: 2;
  letter-spacing: 0.05em;
}
body.fixed {
  padding-top: 110px;
}

li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: #00b896;
}

img {
  vertical-align: top;
  max-width: 100%;
}

hr {
  height: 1px;
  background-color: #ccc;
  border: 0;
}

body figure {
  margin-bottom: 0;
}

.video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.video-container iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 1;
}

.pc_only {
  display: block;
}

.pc_only_inline {
  display: inline;
}

.sp_only,
.sp_only_inline {
  display: none;
}

.wrap {
  max-width: 1100px;
  padding: 0 40px;
  margin: 0 auto;
}
.wrap:after {
  content: "";
  display: block;
  clear: both;
}

.to_top {
  -webkit-transition: top .6s ease, opacity .6s ease;
  transition: top .6s ease, opacity .6s ease;
  position: relative;
  top: 50px;
  opacity: 0;
}

.isAnimate.show.to_top {
  top: 0;
  opacity: 1;
}

.to_top_left {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  position: relative;
  top: 50px;
  left: 50px;
  opacity: 0;
}

.isAnimate.show.to_top_left {
  top: 0;
  left: 0;
  opacity: 1;
}

.to_top_right {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  position: relative;
  top: 50px;
  right: 50px;
  opacity: 0;
}

.isAnimate.show.to_top_right {
  top: 0;
  right: 0;
  opacity: 1;
}

em,
.f_bold {
  font-weight: bold;
}

.l {
  font-size: 1.125em;
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #b5dbd4), color-stop(90%, #b5dbd4), color-stop(90%, #b5dbd4), color-stop(90%, transparent));
  background: linear-gradient(to bottom, transparent 60%, #b5dbd4 60%, #b5dbd4 90%, #b5dbd4 90%, transparent 90%);
}

.green {
  color: #00b896;
}

.moss {
  color: #6cb8aa;
}

.orange {
  color: #f79c74;
}

.tel {
  text-align: center;
}
.tel a {
  color: #333;
}
.tel div {
  display: inline-block;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -0.01em;
  padding-left: 40px;
  margin-bottom: 6px;
  position: relative;
}
.tel div:before {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  background: url("../images/icon_sprite.png") no-repeat 0 -238px;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tel p {
  font-size: 17px;
}

.h {
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 50px;
}
.h .wave {
  display: inline-block;
  padding: 0 20px 20px;
  position: relative;
}
.h .wave:after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: url("../images/wave.png") repeat-x center;
  position: absolute;
  bottom: 0;
  left: 0;
}

.h_m {
  font-size: 24px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
  font-weight: 500;
  color: #6cb8aa;
  line-height: 1.4;
  margin-bottom: 15px;
  border-left: 4px solid #6cb8aa;
  padding-left: 8px;
}
.h_m span {
  font-size: 0.76923em;
}

.note {
  margin-left: 1em;
}
.note li {
  text-indent: -1em;
}

.common_list li {
  margin-top: .5em;
  padding-left: .8em;
  position: relative;
}
.common_list li:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #6cb8aa;
  border-radius: 50%;
  position: absolute;
  top: .8em;
  left: 0;
}

.common_list.l {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 24px;
  font-weight: bold;
  font-weight: 500;
}
.common_list.l li {
  margin-top: 0;
}
.common_list.l li:before {
  width: 10px;
  height: 10px;
}

.common_btn a {
  display: inline-block;
  padding: 10px 60px;
  border: 1px solid #000;
  border-radius: 3px;
  line-height: 1.4;
  color: #333;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.common_btn a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.common_btn a:hover {
  background: #f7f7f7;
}

.bg_stripe {
  background-image: repeating-linear-gradient(151deg, #d6eae9, #d6eae9 16px, #c9e4e3 16px, #c9e4e3 32px);
}

.sp_anchor {
  display: none;
}

.anchor {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  z-index: -10;
}

.pagination {
  margin-top: 3em;
}
.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}
.pagination a,
.pagination span {
  display: block;
  border: 1px solid #ccc;
  margin: 0 5px;
  padding: 10px 15px;
  border-radius: 3px;
  color: #333;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.pagination span {
  border-color: #ececec;
  background: #ececec;
}
.pagination span.dots {
  border: none;
  background: none;
  padding-right: 0;
  padding-left: 0;
}
.pagination a:hover {
  border-color: #666;
  background: #666;
  color: #fff;
}

/*=======================================
	layout
=======================================*/
.header {
  margin-bottom: 50px;
}
.header a {
  color: #333;
}
.header h1 {
  height: 110px;
  background: #00b896;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 30px;
  line-height: 1;
  color: #fff;
}
.header .g_nav {
  background: #fff;
}
body.fixed .header .g_nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}
.header .outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1400px;
  height: 110px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
}
.header .pc_nav {
  width: 840px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.header ul.level1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.header ul.level1 > li {
  width: 16.6666666667%;
  position: relative;
}
.header ul.level1 > li:before {
  content: "";
  display: block;
  width: 4px;
  height: 70px;
  background: url("../images/dot.png") repeat-y;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header ul.level1 li.arrow:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #00b896;
  border-bottom: 2px solid #00b896;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  bottom: 14px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.header ul.level1 > li:first-child:after {
  content: "";
  display: block;
  width: 4px;
  height: 70px;
  background: url("../images/dot.png") repeat-y;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header ul.level1 > li > a {
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: center;
  padding: 30px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header ul.level1 > li > a:hover {
  background: rgba(0, 184, 150, 0.05);
}
.header ul.level1 > li > a:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-image: url("../images/icon_sprite.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header ul.level1 > li:nth-of-type(2) a:before {
  background-position: 0 -50px;
}
.header ul.level1 > li:nth-of-type(3) a:before {
  background-position: 0 -100px;
}
.header ul.level1 > li:nth-of-type(4) a:before {
  background-position: 0 -150px;
}
.header ul.level1 > li:nth-of-type(5) a:before {
  background-position: 0 -200px;
}
.header ul.level1 > li:nth-of-type(6) a:before {
  background-position: 0 -250px;
}
.header ul.level2 {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  width: 100%;
  background: #fff;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.header ul.level2 li {
  border-bottom: 2px solid #e4e4e4;
}
.header ul.level2 li:first-child {
  border-top: 3px solid #00b896;
}
.header ul.level2 a {
  display: block;
  font-size: 15px;
  padding: 13px 5px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header ul.level2 a:hover {
  background: rgba(0, 184, 150, 0.05);
}
.header ul.level1 > li:hover ul {
  max-height: 300px;
}
.header .sp_btn,
.header .sp_nav {
  display: none;
}
.header .tel {
  margin: 0 40px;
  color: #00b896;
}
.header .tel div:before {
  background: url("../images/icon_sprite.png") no-repeat 0 -204px;
  background-size: 100% auto;
}
.header .line_btn {
  width: 140px;
}

footer {
  line-height: 1;
  text-align: center;
  padding: 30px 0;
}
footer p {
  font-size: 14px;
  color: #6cb8aa;
}

.fixed_nav {
  display: none;
}

.fixed_side {
  position: fixed;
  top: 250px;
  right: 0;
  z-index: 900;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 50px;
}
.fixed_side li {
  margin-bottom: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.fixed_side li:hover {
  opacity: 0.9;
}

body.fixed .fixed_side {
  top: 140px;
}

.go_to_top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 900;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 80px;
}
.go_to_top:hover {
  opacity: 0.9;
}

.common_info {
  padding: 100px 0;
}
.common_info .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}
.common_info .flex section {
  width: 535px;
  background: #fffef8;
  border-radius: 40px;
  padding: 50px 30px 40px;
}
.common_info .flex .h {
  font-size: 38px;
  margin-bottom: 40px;
}
.common_info .time {
  margin-right: 30px;
}
.common_info .time figure {
  text-align: center;
}
.common_info .time p {
  margin-top: .6em;
  line-height: 1.8;
}
.common_info .time .attention {
  color: #cc0000;
  padding-left: 40px;
  position: relative;
}
.common_info .time .attention:before {
  content: "";
  display: block;
  width: 31px;
  height: 14px;
  background: url("../images/time_icon.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: .5em;
  left: 0;
}
.common_info .common_access .address {
  margin: 30px 0 20px;
  text-align: center;
  line-height: 1.2;
}
.common_info .common_access .address div {
  display: inline-block;
  background: #6cb8aa;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 5px;
  margin-top: 8px;
}
.common_info .common_access .tel {
  line-height: 1;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
}
.common_info .line {
  max-width: 680px;
  margin: 0 auto;
  background: #fff;
  padding: 40px;
  border: 4px solid #06c755;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 40px;
  text-align: center;
}
.common_info .line h2 {
  max-width: 370px;
  margin: 0 auto 30px;
}
.common_info .line figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.common_info .line figure div {
  width: 160px;
  margin-right: 20px;
}
.common_info .line figure figcaption {
  width: 412px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
.common_info .line figure figcaption:after {
  content: "";
  display: block;
  width: 148px;
  height: 158px;
  background: url("../images/line_illust.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 60%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.common_info .line .btn {
  max-width: 260px;
  margin: 0 auto;
}
.common_info .line p {
  display: none;
}

.access + .common_info .flex {
  display: block;
}
.access + .common_info .flex section {
  width: auto;
}
.access + .common_info .time figure,
.access + .common_info .time p {
  max-width: 480px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
.access + .common_info .common_access {
  display: none;
}

.common_box {
  background: #fffef8;
  padding: 60px 50px 50px;
  border-radius: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.common_box.b {
  border: 2px solid #6cb8aa;
}

/*=======================================
	home
=======================================*/
.h_mv {
  height: 580px;
  background: url("../images/h_mv.jpg") no-repeat center top;
  background-size: cover;
  position: relative;
}
.h_mv .sp {
  display: none;
}
.h_mv .txt {
  width: 360px;
  padding: 90px 0 0 60px;
}
.h_mv .btn {
  margin-top: 40px;
}
.h_mv .btn a {
  display: block;
  background: #00b896;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 1;
  border-radius: 10px;
  padding: 20px 50px 20px 10px;
  position: relative;
}
.h_mv .btn a span {
  display: block;
  font-size: 16px;
  margin-top: .5em;
}
.h_mv .btn a:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("../images/icon_sprite.png") no-repeat 0 -240px;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.h_news {
  padding: 80px 0 90px;
}
.h_news .wrap {
  position: relative;
}
.h_news h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 32px;
  font-weight: bold;
  font-weight: 700;
  line-height: 1;
  color: #00b896;
  position: absolute;
  top: 0;
  left: 40px;
}
.h_news .scroll {
  margin-left: 170px;
  /*		margin-bottom: 40px;*/
  /*		height: 200px;
  		overflow-y: scroll;*/
  /*		padding-right: 20px;*/
}
.h_news .scroll a {
  color: #333;
}
.h_news .scroll a:hover {
  text-decoration: underline;
}
.h_news .scroll ul {
  line-height: 1.6;
}
.h_news .scroll li {
  border-bottom: 2px solid #e7e7e7;
  padding: 1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.h_news .scroll li:first-of-type {
  padding-top: 0;
}
.h_news .scroll .date {
  padding-left: 1em;
  margin-right: 1em;
  position: relative;
}
.h_news .scroll .date:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #333;
  border-radius: 50%;
  position: absolute;
  top: .5em;
  left: 0;
}
.h_news .scroll .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.h_news .common_btn {
  text-align: right;
  margin: 20px 0;
}
.h_news .common_btn a {
  /*			display: inline-block;*/
  padding: 6px 30px;
  font-size: 14px;
  border: 1px solid #666;
  /*			border-radius: 3px;
  			line-height: 1.4;
  			color: #333;
  			position: relative;
  			transition: all 0.2s;*/
}
.h_news .btn_insta {
  text-align: center;
}

.h_news.list h2 {
  font-size: 38px;
  color: inherit;
  position: static;
  top: auto;
  left: auto;
}
.h_news.list .scroll {
  margin-left: 0;
}

.h_profile {
  padding: 100px 0;
}
.h_profile .sec1 {
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.h_profile .sec1 .h {
  margin-bottom: 70px;
}
.h_profile .sec1 .h .wave {
  padding-right: 100px;
}
.h_profile .sec1 .h .wave:before {
  content: "";
  display: block;
  width: 69px;
  height: 89px;
  background: url("../images/h_profile_icon.png") no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 20px;
  right: 15px;
}
.h_profile .sec1 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}
.h_profile .sec1 .flex figure {
  width: 370px;
  margin-right: 40px;
}
.h_profile .sec1 .flex .txt {
  width: 610px;
}
.h_profile .sec1 .flex h3 {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.32;
  color: #f79c74;
  margin-bottom: 30px;
}
.h_profile .sec1 .flex + figure {
  text-align: right;
  margin-top: -30px;
}
.h_profile .sec1 .flex + figure img {
  width: 210px;
}
.h_profile .outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.h_profile .outer section {
  width: 535px;
}
.h_profile .outer section:first-of-type {
  margin-right: 30px;
}
.h_profile .outer p {
  margin-bottom: 2em;
}

.h_features {
  background: #fffef8;
  padding: 100px 0;
}
.h_features h2 {
  text-align: center;
  margin-bottom: 20px;
}
.h_features ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.h_features li {
  width: 46.3636363636%;
  padding: 80px 0;
  position: relative;
}
.h_features li:nth-child(even) {
  margin-left: 7.2727272727%;
}
.h_features li:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../images/dot2.png") repeat-x left center;
  background-size: auto 100%;
}
.h_features li:before {
  content: "";
  display: block;
  width: 160px;
  height: 160px;
  background-image: url("../images/h_features_illust.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 30px;
  right: 0;
}
.h_features h3 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 26px;
  font-weight: bold;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
  padding-left: 90px;
  position: relative;
  z-index: 1;
}
.h_features h3 span {
  color: #6cb8aa;
}
.h_features h3:before {
  content: "";
  display: block;
  width: 80px;
  height: 90px;
  background-image: url("../images/h_features_num.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 40%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.h_features p {
  position: relative;
  z-index: 1;
}
.h_features .btn {
  position: absolute;
  bottom: 34px;
  right: 0;
}
.h_features .btn a {
  display: block;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  padding: 0 30px 0 20px;
  background: #6cb8aa;
  color: #fff;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.h_features .btn a:hover {
  opacity: 0.9;
}
.h_features .btn a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.h_features .point_2:before {
  background-position: 0 -160px;
  top: 60px;
  right: -30px;
}
.h_features .point_2 h3 span {
  color: #4fb6e7;
}
.h_features .point_2 h3:before {
  background-position: 0 -90px;
}
.h_features .point_2 .btn a {
  background: #4fb6e7;
}
.h_features .point_3:before {
  background-position: 0 -320px;
}
.h_features .point_3 h3 {
  margin-bottom: 36px;
}
.h_features .point_3 h3 span {
  color: #a566a0;
}
.h_features .point_3 h3:before {
  background-position: 0 -180px;
}
.h_features .point_3 .btn a {
  background: #a566a0;
}
.h_features .point_4:before {
  background-position: 0 -480px;
}
.h_features .point_4 h3 {
  margin-bottom: 36px;
}
.h_features .point_4 h3 span {
  color: #f79c74;
}
.h_features .point_4 h3:before {
  background-position: 0 -270px;
}
.h_features .point_4 .btn a {
  background: #f79c74;
}
.h_features .point_5 {
  padding-bottom: 0;
}
.h_features .point_5:after {
  display: none;
}
.h_features .point_5:before {
  background-position: 0 -640px;
}
.h_features .point_5 h3 span {
  color: #e688a4;
}
.h_features .point_5 h3:before {
  background-position: 0 -360px;
}
.h_features .point_5 .btn a {
  background: #e688a4;
}

.h_clinic {
  padding: 100px 0 130px;
}
.h_clinic h2 {
  text-align: center;
  margin-bottom: 70px;
}
.h_clinic section h3 {
  max-width: 450px;
  margin: 0 auto 20px;
}
.h_clinic section p {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 21px;
  font-weight: bold;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.h_clinic .sec1 {
  margin-bottom: 100px;
}
.h_clinic .sec1 h3 {
  position: relative;
}
.h_clinic .sec1 h3:before {
  content: "";
  display: block;
  width: 162px;
  height: 165px;
  background: url("../images/h_clinic_illust.png") no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: -180px;
}
.h_clinic .sec1 figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
.h_clinic .sec1 figure div:first-of-type {
  margin-right: 30px;
}
.h_clinic .sec2 h3 {
  position: relative;
}
.h_clinic .sec2 h3:after {
  content: "";
  display: block;
  width: 165px;
  height: 164px;
  background: url("../images/h_clinic_sec2_fukidashi.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -190px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.h_clinic .sec2 .pay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
.h_clinic .sec2 .pay .a,
.h_clinic .sec2 .pay .b,
.h_clinic .sec2 .pay .c {
  width: 360px;
  padding: 20px;
  border: 2px solid #6cb8aa;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 40px;
  margin-right: 10px;
}
.h_clinic .sec2 .pay div:last-child {
  margin-right: 0;
}
.h_clinic .sec2 .pay h4 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 24px;
  font-weight: bold;
  font-weight: 700;
  line-height: 1.4;
  color: #6cb8aa;
  text-align: center;
  margin-bottom: 20px;
}
.h_clinic .sec2 .pay .a {
  padding-left: 30px;
  padding-right: 30px;
}
.h_clinic .sec2 .pay .b .box {
  padding: 0 50px 20px;
  margin-top: 40px;
  border: 2px solid #6cb8aa;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 30px;
}
.h_clinic .sec2 .pay .b h5 {
  max-width: 188px;
  margin: 0 auto 14px;
  -webkit-transform: translateY(calc(-50% - 2px));
          transform: translateY(calc(-50% - 2px));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.h_clinic .sec2 .pay .c {
  position: relative;
}
.h_clinic .sec2 .pay .c:after {
  content: "";
  display: block;
  width: 156px;
  height: 171px;
  background: url("../images/h_clinic_illust_2.png") no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -71px;
  right: -45px;
}

/*=======================================
	clinic
=======================================*/
.clinic .greeting,
.clinic .profile,
.clinic .photo {
  position: relative;
}
.clinic #greeting,
.clinic #profile,
.clinic #photo {
  top: -110px;
}
.clinic .greeting {
  padding: 100px 0;
}
.clinic .greeting .h {
  margin-bottom: 60px;
}
.clinic .greeting .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.clinic .greeting figure {
  width: 300px;
  margin-right: 40px;
}
.clinic .greeting h3 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
  font-weight: 700;
  font-size: 38px;
  color: #f79c74;
  line-height: 1.4;
}
.clinic .profile {
  padding: 120px 0 100px;
}
.clinic .profile .common_box {
  margin-top: 40px;
}
.clinic .profile .sec1 {
  padding-bottom: 30px;
}
.clinic .profile .sec1 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /*996*/
}
.clinic .profile .sec1 figure {
  width: 325px;
}
.clinic .profile .sec1 .txt {
  width: 620px;
  margin-right: 50px;
}
.clinic .profile .sec2 {
  max-width: 720px;
  position: relative;
}
.clinic .profile .sec2:after {
  content: "";
  display: block;
  width: 202px;
  height: 209px;
  background: url("../images/clinic_profile_illust.png") no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: -180px;
}
.clinic .profile .sec2 ul {
  margin-bottom: 1.5em;
}
.clinic .profile .sec2 ul li {
  margin-top: 0;
}
.clinic .profile .sec3 h4 {
  margin-top: 1em;
}
.clinic .profile .sec3 h3 + h4 {
  margin-top: 0;
}
.clinic .profile .sec3 li {
  margin-top: 0;
}
.clinic .photo {
  background: #fffef8;
  padding: 80px 0 50px;
}
.clinic .photo .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.clinic .photo .flex section {
  width: 48.6363636364%;
  margin: 0 2.7272727273% 50px 0;
}
.clinic .photo .flex section:nth-child(even) {
  margin-right: 0;
}
.clinic .photo .flex section:nth-of-type(2) figure:after {
  width: 221px;
  height: 164px;
  background: url("../images/clinic_illust_1.png") no-repeat;
  background-size: contain;
  bottom: -42px;
  right: -80px;
}
.clinic .photo .flex section:nth-of-type(3) figure:after {
  width: 112px;
  height: 167px;
  background: url("../images/clinic_illust_2.png") no-repeat;
  background-size: contain;
  bottom: -25px;
  left: -30px;
}
.clinic .photo .flex section:nth-of-type(4) figure:after {
  width: 112px;
  height: 136px;
  background: url("../images/clinic_illust_3.png") no-repeat;
  background-size: contain;
  bottom: -35px;
  right: 36px;
}
.clinic .photo .flex section:nth-of-type(5) figure:after {
  width: 122px;
  height: 154px;
  background: url("../images/clinic_illust_4.png") no-repeat;
  background-size: contain;
  bottom: -28px;
  left: 28px;
}
.clinic .photo .flex section:nth-of-type(8) figure:after {
  width: 201px;
  height: 219px;
  background: url("../images/clinic_illust_5.png") no-repeat;
  background-size: contain;
  top: -82px;
  right: -88px;
}
.clinic .photo .flex section:nth-of-type(9) figure:after {
  width: 200px;
  height: 254px;
  background: url("../images/clinic_illust_6.png") no-repeat;
  background-size: contain;
  bottom: -40px;
  left: -103px;
}
.clinic .photo .flex figure {
  position: relative;
}
.clinic .photo .flex figure img {
  border-radius: 40px;
}
.clinic .photo .flex figure:after {
  content: "";
  display: block;
  position: absolute;
}

/*=======================================
	information
=======================================*/
.information .info_1,
.information .info_2,
.information .info_3 {
  position: relative;
}
.information #info_1,
.information #info_1-2,
.information #info_2,
.information #info_3 {
  top: -110px;
}
.information .info_1 {
  padding: 100px 0;
}
.information .info_1 .common_box {
  margin-bottom: 40px;
  position: relative;
}
.information .info_1 .common_box:last-of-type {
  margin-bottom: 0;
}
.information .info_1 .common_box figure {
  position: absolute;
  bottom: 50px;
  right: 60px;
  width: 259px;
}
.information .info_1 .common_box:nth-of-type(2) figure {
  right: 128px;
  width: 122px;
}
.information .info_1 h3 {
  margin-top: 2em;
}
.information .info_1 ul {
  line-height: 1.6;
  margin-left: 1em;
}
.information .info_1 li {
  text-indent: -1em;
  margin-bottom: .3em;
}
.information .info_2 {
  padding: 100px 0;
}
.information .info_2 .h {
  margin-bottom: 20px;
}
.information .info_2 .h + p {
  text-align: center;
  margin-bottom: 50px;
}
.information .info_2 .common_box {
  margin-bottom: 40px;
}
.information .info_2 .common_box:last-of-type {
  margin-bottom: 0;
}
.information .info_2 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*996*/
}
.information .info_2 .flex p {
  width: 780px;
  margin-right: 40px;
}
.information .info_2 .flex figure {
  width: 176px;
  text-align: center;
}
.information .info_2 .common_box:nth-of-type(2) img {
  width: 159px;
}
.information .info_2 .common_box:nth-of-type(3) img {
  width: 150px;
}
.information .info_2 .common_box:nth-of-type(4) img {
  width: 136px;
}
.information .info_3 {
  background: #fffaec;
  padding: 80px 0 100px;
  position: relative;
}
.information .info_3 #test {
  display: block;
  width: 10px;
  height: 5px;
  background: #fcc;
  position: absolute;
  top: -110px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.information .info_3 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.information .info_3 .common_list {
  margin-right: 20px;
}
.information .info_3 figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*			flex: 1;*/
}
.information .info_3 figure div {
  margin-left: 40px;
}

/*=======================================
	vaccination
=======================================*/
.vaccination .vac_1 {
  padding: 100px 0;
}
.vaccination .vac_1 p {
  margin-top: 2em;
}
.vaccination .vac_2 {
  padding: 90px 0;
}
.vaccination .vac_2 .table_wrap {
  border: 2px solid #6cb8aa;
  border-radius: 40px;
  overflow: hidden;
}
.vaccination .vac_2 .table_wrap.a {
  margin-bottom: 90px;
}
.vaccination .vac_2 .note {
  margin-top: 2em;
}
.vaccination .vac_2 table {
  width: 100%;
  line-height: 1.4;
}
.vaccination .vac_2 tbody tr:nth-of-type(odd) {
  background: #eff7f7;
}
.vaccination .vac_2 tr th:last-child,
.vaccination .vac_2 tr td:last-child {
  border-right: none;
}
.vaccination .vac_2 th, .vaccination .vac_2 td {
  padding: 1em 1.5em;
  border-right: 2px solid #6cb8aa;
  width: 33%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
}
.vaccination .vac_2 th {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 24px;
  font-weight: bold;
  font-weight: 700;
  color: #6cb8aa;
  background: #c9e4e3;
  padding: .5em;
}
.vaccination .vac_3 {
  background: #fffaec;
  padding: 90px 0 100px;
}
.vaccination .vac_3 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.vaccination .vac_3 .flex figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.vaccination .vac_3 .flex figure div {
  margin-left: 40px;
}
.vaccination .vac_3 .common_list {
  margin-right: 20px;
}
.vaccination .vac_3 .sec_1 {
  margin-bottom: 90px;
}
.vaccination .vac_3 .sec_2 .common_list + p {
  margin-top: 1em;
}
.vaccination .vac_3 .sec_2 div {
  padding-top: 2em;
  margin-top: 2em;
  position: relative;
}
.vaccination .vac_3 .sec_2 div:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/dot2.png") repeat-x left center;
  background-size: auto 100%;
}
.vaccination .vac_3 .sec_2 div figure {
  text-align: center;
  margin-top: 2em;
}

/*=======================================
	health-check
=======================================*/
.health-check {
  padding-top: 100px;
}
.health-check h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
  font-weight: 700;
  font-size: 36px;
  color: #6cb8aa;
  text-align: center;
  margin-bottom: 50px;
}
.health-check .flex.a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
  /*996*/
}
.health-check .flex.a p {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
  font-weight: 700;
  font-size: 24px;
  width: 430px;
  margin-right: 30px;
}
.health-check .flex.a figure {
  width: 500px;
  border-radius: 40px;
  overflow: hidden;
}
.health-check .common_box {
  margin-bottom: 100px;
}
.health-check .common_box section {
  margin-top: 40px;
}
.health-check .sec_2 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.health-check .sec_2 .flex figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.health-check .sec_2 .flex figure div {
  margin-left: 30px;
  width: 140px;
}

/*=======================================
	access
=======================================*/
.access .access_1 {
  padding-top: 100px;
}
.access .access_1 .map + h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.5;
  text-align: center;
  margin-top: 40px;
}
.access .access_1 .address {
  margin: 30px 0 20px;
  text-align: center;
  line-height: 1.2;
}
.access .access_1 .address div {
  display: inline-block;
  background: #6cb8aa;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 5px;
  margin-top: 8px;
}
.access .access_1 .tel {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.access .access_1 li:first-child {
  margin-right: 1.5em;
  position: relative;
}
.access .access_1 li:first-child:after {
  content: "/";
  position: absolute;
  top: 50%;
  right: -1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.access .access_2 {
  padding: 40px 0 80px;
}
.access .access_2 section {
  margin-top: 3em;
}
.access .access_2 h4 {
  margin-top: 2em;
}
.access .access_2 h5 {
  font-weight: bold;
  margin-top: 1em;
}
.access .access_2 h3 + h4,
.access .access_2 h4 + h5 {
  margin-top: 0;
}

/*=======================================
	detail
=======================================*/
.detail {
  max-width: 800px;
  margin: 0 auto;
  padding: 70px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.detail header {
  margin: 0 0 2em;
  padding: 0 0 2em;
  border-bottom: 1px solid #ccc;
}
.detail header h1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 5px;
}
.detail .eye_catch {
  text-align: center;
  margin: 0 0 2em;
}

/*----- edit_area -----*/
.edit_area {
  word-wrap: break-word;
}
.edit_area table {
  display: table;
  border-spacing: 2px;
}
.edit_area tr {
  display: table-row;
}
.edit_area thead {
  display: table-header-group;
}
.edit_area tbody {
  display: table-row-group;
}
.edit_area tfoot {
  display: table-footer-group;
}
.edit_area col {
  display: table-column;
}
.edit_area colgroup {
  display: table-column-group;
}
.edit_area td, .edit_area th {
  display: table-cell;
}
.edit_area caption {
  display: table-caption;
  text-align: center;
}
.edit_area th {
  font-weight: bolder;
  text-align: center;
}
.edit_area thead, .edit_area tbody,
.edit_area tfoot {
  vertical-align: middle;
}
.edit_area td, .edit_area th, .edit_area tr {
  vertical-align: inherit;
}
.edit_area h3 {
  font-size: 1.17em;
  margin: 0.83em 0;
}
.edit_area h4, .edit_area p,
.edit_area blockquote, .edit_area ul,
.edit_area fieldset, .edit_area form,
.edit_area ol, .edit_area dl, .edit_area dir,
.edit_area menu {
  margin: 1.12em 0;
}
.edit_area h5 {
  font-size: .83em;
  margin: 1.5em 0;
}
.edit_area h6 {
  font-size: .75em;
  margin: 1.67em 0;
}
.edit_area h1, .edit_area h2, .edit_area h3, .edit_area h4,
.edit_area h5, .edit_area h6, .edit_area b,
.edit_area strong {
  font-weight: bolder;
}
.edit_area i, .edit_area cite, .edit_area em,
.edit_area var, .edit_area address {
  font-style: italic;
}
.edit_area pre, .edit_area tt, .edit_area code,
.edit_area kbd, .edit_area samp {
  font-family: monospace;
}
.edit_area pre {
  white-space: pre;
}
.edit_area button, .edit_area textarea,
.edit_area input, .edit_area select {
  display: inline-block;
  vertical-align: top;
}
.edit_area big {
  font-size: 1.17em;
}
.edit_area small, .edit_area sub, .edit_area sup {
  font-size: 0.83em;
}
.edit_area sub {
  vertical-align: sub;
}
.edit_area sup {
  vertical-align: super;
}
.edit_area s, .edit_area strike, .edit_area del {
  text-decoration: line-through;
}
.edit_area hr {
  border: 1px inset;
}
.edit_area ol, .edit_area ul, .edit_area dir,
.edit_area menu, .edit_area dd {
  margin-left: 40px;
}
.edit_area ol {
  list-style-type: decimal;
}
.edit_area ol ul, .edit_area ul ol,
.edit_area ul ul, .edit_area ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
.edit_area ol li {
  list-style-type: decimal;
}
.edit_area ul li {
  list-style-type: disc;
}
.edit_area u, .edit_area ins {
  text-decoration: underline;
}
.edit_area br:before {
  content: "\A";
  white-space: pre-line;
}
.edit_area center {
  text-align: center;
}
.edit_area :focus {
  outline: thin dotted invert;
}
.edit_area em {
  font-style: italic;
  font-family: Arial,Helvetica,"Hiragino Kaku Gothic Pro","MS PGothic",Sans-Serif;
}
.edit_area h2 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background: #333;
  border-left: 10px solid #1a1a1a;
  line-height: 1.4;
  padding: 20px 30px;
  margin: 3em 0 2em;
}
.edit_area h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin: 2em 0 1em;
}
.edit_area h3 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ff0), color-stop(90%, #ff0), color-stop(90%, #ff0), color-stop(90%, transparent));
  background: linear-gradient(to bottom, transparent 60%, #ff0 60%, #ff0 90%, #ff0 90%, transparent 90%);
}
.edit_area > h2:first-child, .edit_area > h3:first-child {
  margin-top: 0;
}
.edit_area p:after,
.edit_area h2:after,
.edit_area h3:after {
  content: "";
  display: block;
  clear: both;
}
.edit_area blockquote {
  background: #efefef;
  font-size: 14px;
  padding: 15px 20px;
}
.edit_area a {
  color: #333;
  text-decoration: none;
}
.edit_area a:hover {
  text-decoration: underline;
}
.edit_area .alignleft {
  float: left;
}
.edit_area .alignright {
  float: right;
}
.edit_area img.alignleft {
  margin-right: 10px;
}
.edit_area img.alignright {
  margin-left: 10px;
}
.edit_area .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.edit_area .row-layout-video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.edit_area .row-layout-video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.edit_area .wp-block-buttons {
  margin: 2em 0;
}
.edit_area .wp-block-buttons > .wp-block-button {
  display: inline-block;
  margin: 0;
}
.edit_area .wp-block-button__link {
  color: #fff;
  background: #ccc;
  font-size: 1em;
  padding: calc(.5em + 2px) calc(1.333em + 2px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.edit_area .wp-block-button__link:hover {
  text-decoration: none;
  background: #bfbfbf;
}
.edit_area .wp-block-buttons .is-style-outline a {
  border-color: #ccc;
  color: #ccc;
}

.not_found {
  text-align: center;
  padding: 100px 0;
}
.not_found h1 {
  font-size: 22px;
  font-weight: bold;
}
.not_found p {
  font-size: 24px;
}
.not_found .common_btn {
  margin-top: 4em;
}

@media only screen and (max-width: 1400px) {
  .header ul.level1 > li > a {
    font-size: calc(100vw / ( 1400 / 14 ));
  }
  .header .tel {
    margin: 0 20px;
  }
  .header .tel div {
    font-size: 26px;
  }
  .header .tel p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1200px) {
  .h_clinic .sec2 .pay .c:after {
    right: 0;
  }
}
@media only screen and (max-width: 900px) {
  .h_clinic .sec2 h3:after {
    width: 140px;
    height: 139px;
    top: auto;
    bottom: 20px;
    right: -90px;
    -webkit-transform: none;
            transform: none;
  }
}
@media only screen and (max-width: 811px) {
  .h {
    font-size: 38px;
  }

  .common_info .flex .h {
    font-size: 28px;
  }

  .header .outer {
    padding: 0 20px;
  }
  .header ul.level1 > li.arrow:after {
    display: none;
  }
  .header ul.level1 > li > a {
    font-size: 10px;
    line-height: 1.2;
  }
  .header .tel {
    margin: 0 20px;
  }
  .header .tel div {
    font-size: 20px;
  }
  .header .tel div:before {
    width: 26px;
    height: 26px;
    background: url("../images/icon_sprite.png") no-repeat 0 -156px;
    background-size: 100% auto;
  }
  .header .tel p {
    font-size: 12px;
  }
  .header .line_btn {
    width: 100px;
  }

  .h_mv {
    height: auto;
    background: none;
  }
  .h_mv .sp {
    display: block;
    text-align: center;
  }
  .h_mv .sp img {
    width: 100%;
  }
  .h_mv .txt {
    width: auto;
    padding: calc(100vw / ( 750 / 40 ));
    background: #fdf8f2;
    text-align: center;
    position: relative;
  }
  .h_mv .pc_only_inline {
    display: none;
  }
  .h_mv .sp_only_inline {
    display: inline;
  }
  .h_mv .btn {
    margin: 0;
    position: absolute;
    top: calc(100vw / ( 750 / -20 ));
    left: calc(100vw / ( 750 / 20 ));
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .h_mv .btn a {
    font-size: calc(100vw / ( 750 / 22 ));
    border-radius: calc(100vw / ( 750 / 10 ));
    padding: calc(100vw / ( 750 / 20 )) calc(100vw / ( 750 / 50 )) calc(100vw / ( 750 / 20 )) calc(100vw / ( 750 / 10 ));
  }
  .h_mv .btn a span {
    font-size: calc(100vw / ( 750 / 20 ));
  }
  .h_mv .btn a:after {
    width: calc(100vw / ( 750 / 30 ));
    height: calc(100vw / ( 750 / 30 ));
    background: url("../images/icon_sprite.png") no-repeat 0 calc(100vw / ( 750 / -240 ));
    background-size: 100% auto;
    right: calc(100vw / ( 750 / 14 ));
  }

  .h_profile .sec1 .flex + figure {
    margin-top: 0;
  }

  .h_clinic .sec1 h3:before {
    left: -160px;
  }

  .clinic .greeting h3 {
    font-size: 26px;
  }
  .clinic .profile .sec2:after {
    display: none;
  }
  .clinic .photo .flex section:nth-of-type(2) figure:after {
    width: 110px;
    height: 82px;
    bottom: -20px;
    right: -20px;
  }
  .clinic .photo .flex section:nth-of-type(3) figure:after {
    width: 60px;
    height: 89px;
    bottom: -20px;
    left: -20px;
  }
  .clinic .photo .flex section:nth-of-type(4) figure:after {
    width: 60px;
    height: 73px;
    bottom: -20px;
    right: -10px;
  }
  .clinic .photo .flex section:nth-of-type(5) figure:after {
    width: 60px;
    height: 76px;
  }
  .clinic .photo .flex section:nth-of-type(8) figure:after {
    width: 100px;
    height: 109px;
    top: -40px;
    right: 0;
  }
  .clinic .photo .flex section:nth-of-type(9) figure:after {
    width: 100px;
    height: 127px;
    bottom: -20px;
    left: -20px;
  }

  .information .info_1 .common_box figure {
    bottom: -20px;
    right: -20px;
    width: 150px;
  }
  .information .info_1 .common_box:nth-of-type(2) figure {
    right: -10px;
    width: 70px;
  }
  .information .info_3 figure {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .health-check h2 {
    font-size: 26px;
  }
  .health-check .flex.a p {
    font-size: 18px;
  }
  .health-check .flex.a figure {
    width: 300px;
  }
}
/******************************************************************************************

	sp size

******************************************************************************************/
@media only screen and (max-width: 750px) {
  body {
    font-size: calc(100vw / ( 750 / 28 ));
  }
  body.fixed {
    padding-top: calc(100vw / ( 750 / 100 ));
  }

  .pc_only,
  .pc_only_inline {
    display: none;
  }

  .sp_only {
    display: block;
  }

  .sp_only_inline {
    display: inline;
  }

  .wrap {
    padding: 0 calc(100vw / ( 750 / 40 ));
  }

  .tel div {
    font-size: calc(100vw / ( 750 / 50 ));
    padding-left: calc(100vw / ( 750 / 54 ));
    margin-bottom: calc(100vw / ( 750 / 6 ));
  }
  .tel div:before {
    width: calc(100vw / ( 750 / 46 ));
    height: calc(100vw / ( 750 / 46 ));
    background: url("../images/icon_sprite.png") no-repeat 0 calc(100vw / ( 750 / -322 ));
    background-size: 100% auto;
  }
  .tel p {
    font-size: calc(100vw / ( 750 / 26 ));
  }

  .h {
    font-size: calc(100vw / ( 750 / 48 ));
    margin-bottom: calc(100vw / ( 750 / 60 ));
  }
  .h .wave {
    padding: 0 calc(100vw / ( 750 / 20 )) calc(100vw / ( 750 / 30 ));
  }
  .h .wave:after {
    height: calc(100vw / ( 750 / 10 ));
    background: url("../images/wave.png") repeat-x center;
    background-size: auto 100%;
  }

  .h_m {
    font-size: calc(100vw / ( 750 / 32 ));
    margin-bottom: calc(100vw / ( 750 / 30 ));
    border-left-width: calc(100vw / ( 750 / 4 ));
    padding-left: calc(100vw / ( 750 / 20 ));
  }

  .common_list li:before {
    width: calc(100vw / ( 750 / 6 ));
    height: calc(100vw / ( 750 / 6 ));
  }

  .common_list.l {
    font-size: calc(100vw / ( 750 / 32 ));
  }
  .common_list.l li:before {
    width: calc(100vw / ( 750 / 10 ));
    height: calc(100vw / ( 750 / 10 ));
  }

  .common_btn a {
    padding: calc(100vw / ( 640 / 16 )) calc(100vw / ( 640 / 60 ));
    border-radius: calc(100vw / ( 640 / 6 ));
  }
  .common_btn a:after {
    width: calc(100vw / ( 640 / 8 ));
    height: calc(100vw / ( 640 / 8 ));
    border-right: calc(100vw / ( 640 / 2 )) solid #000;
    border-bottom: calc(100vw / ( 640 / 2 )) solid #000;
    right: calc(100vw / ( 640 / 20 ));
  }

  .bg_stripe {
    background-image: repeating-linear-gradient(151deg, #d6eae9, #d6eae9 calc(100vw / ( 750 / 16 )), #c9e4e3 calc(100vw / ( 750 / 16 )), #c9e4e3 calc(100vw / ( 750 / 32 )));
  }

  .sp_anchor {
    display: block;
  }
  .sp_anchor ul {
    padding: calc(100vw / ( 750 / 60 )) 0;
  }
  .sp_anchor li {
    border: calc(100vw / ( 750 / 2 )) solid #6cb8aa;
    border-radius: calc(100vw / ( 750 / 10 ));
    margin-bottom: calc(100vw / ( 750 / 10 ));
  }
  .sp_anchor li:last-child {
    margin-bottom: 0;
  }
  .sp_anchor a {
    display: block;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: bold;
    font-weight: 700;
    color: #6cb8aa;
    line-height: 1.2;
    padding: calc(100vw / ( 750 / 20 )) calc(100vw / ( 750 / 30 ));
    position: relative;
  }
  .sp_anchor a:after {
    content: "";
    display: block;
    width: calc(100vw / ( 750 / 24 ));
    height: calc(100vw / ( 750 / 24 ));
    background: url("../images/icon_sprite.png") no-repeat 0 calc(100vw / ( 750 / -288 ));
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    right: calc(100vw / ( 750 / 26 ));
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .pagination .nav-links {
    margin-top: calc(100vw / ( 640 / 60 ));
  }
  .pagination .page-numbers {
    display: none;
  }
  .pagination .prev,
  .pagination .next,
  .pagination .current {
    display: block;
  }
  .pagination .prev,
  .pagination .next {
    padding: 10px 30px;
  }

  /*=======================================
  	layout
  =======================================*/
  .header h1 {
    height: calc(100vw / ( 750 / 100 ));
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header h1 img {
    max-width: calc(100vw / ( 750 / 670));
  }
  body.fixed .header .g_nav {
    -webkit-box-shadow: 0 calc(100vw / ( 750 / 4 )) calc(100vw / ( 750 / 12 )) 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 calc(100vw / ( 750 / 4 )) calc(100vw / ( 750 / 12 )) 0 rgba(0, 0, 0, 0.1);
  }
  .header .outer {
    height: calc(100vw / ( 750 / 100 ));
    padding: 0;
  }
  .header .pc_nav {
    width: auto;
  }
  .header ul.level1 > li {
    width: calc(100vw / ( 750 / 150 ));
  }
  .header ul.level1 > li:before {
    width: calc(100vw / ( 750 / 4 ));
    height: calc(100vw / ( 750 / 70 ));
  }
  .header ul.level1 li.arrow:after {
    display: none;
  }
  .header ul.level1 > li:first-child:after {
    display: none;
  }
  .header ul.level1 > li > a {
    font-size: calc(100vw / ( 750 / 20 ));
    height: calc(100vw / ( 750 / 70 ));
    padding: 0;
  }
  .header ul.level1 > li > a:before {
    width: calc(100vw / ( 750 / 50 ));
    height: calc(100vw / ( 750 / 50 ));
    top: calc(100vw / ( 750 / -6 ));
  }
  .header ul.level1 > li:nth-of-type(2) a {
    letter-spacing: -0.05em;
  }
  .header ul.level1 > li:nth-of-type(2) a:before {
    background-position: 0 calc(100vw / ( 750 / -50 ));
  }
  .header ul.level1 > li:nth-of-type(3) a:before {
    background-position: 0 calc(100vw / ( 750 / -100 ));
  }
  .header ul.level1 > li:nth-of-type(4) a:before {
    background-position: 0 calc(100vw / ( 750 / -150 ));
  }
  .header ul.level1 > li:nth-of-type(5) a:before {
    background-position: 0 calc(100vw / ( 750 / -200 ));
  }
  .header ul.level1 > li:nth-of-type(6) a:before {
    background-position: 0 calc(100vw / ( 750 / -250 ));
  }
  .header ul.level2 {
    display: none;
  }
  .header .sp_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(100vw / ( 750 / 150 ));
    font-size: calc(100vw / ( 750 / 20 ));
    line-height: 1.4;
  }
  .header .sp_btn span {
    display: block;
    position: relative;
  }
  .header .sp_btn span:after {
    content: "";
    display: block;
    width: calc(100vw / ( 750 / 14 ));
    height: calc(100vw / ( 750 / 14 ));
    border-right: calc(100vw / ( 750 / 4 )) solid #00b896;
    border-bottom: calc(100vw / ( 750 / 4 )) solid #00b896;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    bottom: .5em;
    right: .8em;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header .sp_btn.active span:after {
    bottom: .2em;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .header .sp_nav {
    display: block;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    background: #fff;
    position: absolute;
    top: calc(100vw / ( 750 / 200 ));
    left: 0;
    z-index: 900;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  body.fixed .header .sp_nav {
    top: calc(100vw / ( 750 / 100 ));
  }
  .header .sp_nav.active {
    max-height: 90vh;
  }
  .header .sp_nav ul {
    padding: 0 calc(100vw / ( 750 / 20 ));
  }
  .header .sp_nav li {
    border-bottom: calc(100vw / ( 750 / 2 )) solid #adadad;
  }
  .header .sp_nav li:last-child {
    border-bottom: none;
  }
  .header .sp_nav a {
    display: block;
    font-size: calc(100vw / ( 750 / 20 ));
    padding: calc(100vw / ( 750 / 30 )) calc(100vw / ( 750 / 30 )) calc(100vw / ( 750 / 30 )) calc(100vw / ( 750 / 70 ));
    position: relative;
  }
  .header .sp_nav a:before {
    content: "";
    display: block;
    width: calc(100vw / ( 750 / 50 ));
    height: calc(100vw / ( 750 / 50 ));
    background-image: url("../images/icon_sprite.png");
    background-repeat: no-repeat;
    background-position: 0 calc(100vw / ( 750 / -150 ));
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header .sp_nav a:after {
    content: "";
    display: block;
    width: calc(100vw / ( 750 / 14 ));
    height: calc(100vw / ( 750 / 14 ));
    border-right: calc(100vw / ( 750 / 4 )) solid #00b896;
    border-bottom: calc(100vw / ( 750 / 4 )) solid #00b896;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 50%;
    right: calc(100vw / ( 750 / 8 ));
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
  .header .sp_nav li:nth-of-type(2) a:before {
    background-position: 0 calc(100vw / ( 750 / -200 ));
  }
  .header .tel {
    display: none;
  }
  .header .line_btn {
    display: none;
  }

  footer {
    padding: calc(100vw / ( 750 / 40 )) 0 calc(100vw / ( 750 / 240 ));
  }
  footer p {
    font-size: calc(100vw / ( 750 / 22 ));
  }

  .fixed_nav {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 900;
    width: 100%;
  }
  .fixed_nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .fixed_nav li {
    width: calc(100vw / ( 750 / 180 ));
    margin-right: calc(100vw / ( 750 / 6 ));
  }
  .fixed_nav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #f79c74;
    color: #fff;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: calc(100vw / ( 750 / 32 ));
    font-weight: 700;
    line-height: 1;
    text-align: center;
    height: calc(100vw / ( 750 / 120 ));
    border-radius: calc(100vw / ( 750 / 10 )) calc(100vw / ( 750 / 10 )) 0 0;
  }
  .fixed_nav .a a span,
  .fixed_nav .b a span {
    padding-top: calc(100vw / ( 750 / 60 ));
    position: relative;
  }
  .fixed_nav .a a span:before,
  .fixed_nav .b a span:before {
    content: "";
    display: block;
    width: calc(100vw / ( 750 / 60 ));
    height: calc(100vw / ( 750 / 60 ));
    background: url("../images/icon_sprite.png") no-repeat 0 calc(100vw / ( 750 / -540 ));
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .fixed_nav .b a {
    background: #00b896;
  }
  .fixed_nav .b a span:before {
    width: calc(100vw / ( 750 / 54 ));
    height: calc(100vw / ( 750 / 54 ));
    background: url("../images/icon_sprite.png") no-repeat 0 calc(100vw / ( 750 / -540 ));
    background-size: 100% auto;
  }
  .fixed_nav .c {
    width: calc(100vw / ( 750 / 378 ));
    margin-right: 0;
  }
  .fixed_nav .c a {
    background: #6cb8aa;
  }
  .fixed_nav .c .inner {
    display: inline-block;
    font-size: calc(100vw / ( 750 / 44 ));
    font-weight: 500;
    letter-spacing: -0.04em;
    padding-left: calc(100vw / ( 750 / 50 ));
    position: relative;
  }
  .fixed_nav .c .inner:before {
    content: "";
    display: block;
    width: calc(100vw / ( 750 / 44 ));
    height: calc(100vw / ( 750 / 44 ));
    background: url("../images/icon_sprite.png") no-repeat 0 calc(100vw / ( 750 / -484 ));
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .fixed_nav .c p {
    font-size: calc(100vw / ( 750 / 18 ));
    margin-top: calc(100vw / ( 750 / 10 ));
  }

  .fixed_side {
    display: none;
  }

  .go_to_top {
    bottom: calc(100vw / ( 750 / 140 ));
    right: calc(100vw / ( 750 / 20 ));
    width: calc(100vw / ( 750 / 100 ));
  }

  .common_info {
    padding: calc(100vw / ( 750 / 100 )) 0;
  }
  .common_info .flex {
    display: block;
    margin-bottom: 0;
  }
  .common_info .flex section {
    width: auto;
    border-radius: calc(100vw / ( 750 / 40 ));
    padding: calc(100vw / ( 750 / 60 )) calc(100vw / ( 750 / 30 )) calc(100vw / ( 750 / 50 ));
    margin-bottom: calc(100vw / ( 750 / 40 ));
  }
  .common_info .flex .h {
    font-size: calc(100vw / ( 750 / 42 ));
    margin-bottom: calc(100vw / ( 750 / 50 ));
  }
  .common_info .flex .h .wave {
    padding-bottom: calc(100vw / ( 750 / 20 ));
  }
  .common_info .time {
    margin-right: 0;
  }
  .common_info .time p {
    margin-top: 1.4em;
  }
  .common_info .time .attention {
    padding-left: calc(100vw / ( 750 / 54 ));
  }
  .common_info .time .attention:before {
    width: calc(100vw / ( 750 / 44 ));
    height: calc(100vw / ( 750 / 20 ));
  }
  .common_info .common_access .address {
    margin: calc(100vw / ( 750 / 30 )) 0 calc(100vw / ( 750 / 30 ));
    text-align: left;
    line-height: 1.4;
  }
  .common_info .common_access .address div {
    display: block;
    text-align: center;
    font-size: calc(100vw / ( 750 / 26 ));
    padding: calc(100vw / ( 750 / 10 ));
    margin-top: calc(100vw / ( 750 / 18 ));
  }
  .common_info .line {
    padding: calc(100vw / ( 750 / 40 ));
    border: calc(100vw / ( 750 / 4 )) solid #06c755;
    border-radius: calc(100vw / ( 750 / 40 ));
  }
  .common_info .line h2 {
    max-width: calc(100vw / ( 750 / 462 ));
    margin: 0 auto calc(100vw / ( 750 / 40 ));
  }
  .common_info .line figure {
    display: block;
    margin-bottom: 0;
  }
  .common_info .line figure div {
    width: calc(100vw / ( 750 / 220 ));
    margin: 0 auto calc(100vw / ( 750 / 20 ));
  }
  .common_info .line figure figcaption {
    display: none;
    width: auto;
    font-size: calc(100vw / ( 750 / 28 ));
  }
  .common_info .line figure figcaption:after {
    display: none;
    width: calc(100vw / ( 750 / 240 ));
    height: calc(100vw / ( 750 / 256 ));
    top: 60%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .common_info .line .btn {
    max-width: calc(100vw / ( 750 / 400 ));
    margin: 0 auto calc(100vw / ( 750 / 50 ));
  }
  .common_info .line p {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: calc(100vw / ( 750 / 28 ));
    font-weight: bold;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
  }
  .common_info .line p:after {
    content: "";
    display: block;
    width: calc(100vw / ( 750 / 240 ));
    height: calc(100vw / ( 750 / 256 ));
    background: url("../images/line_illust.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: 70%;
    right: calc(100vw / ( 750 / -56 ));
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .common_box {
    padding: calc(100vw / ( 750 / 50 )) calc(100vw / ( 750 / 30 ));
    border-radius: calc(100vw / ( 750 / 40 ));
  }
  .common_box.b {
    border-width: calc(100vw / ( 750 / 4 ));
  }

  /*=======================================
  	home
  =======================================*/
  .h_news {
    padding: calc(100vw / ( 750 / 80 )) 0 calc(100vw / ( 750 / 90 ));
  }
  .h_news h2 {
    font-size: calc(100vw / ( 750 / 48 ));
    position: static;
    top: auto;
    left: auto;
    text-align: center;
    margin-bottom: calc(100vw / ( 750 / 40 ));
  }
  .h_news .scroll {
    margin: 0 0 calc(100vw / ( 750 / 40 ));
    /*		height: calc(100vw / ( 750 / 600 ));*/
    padding-right: 0;
  }
  .h_news .scroll li {
    border-bottom: calc(100vw / ( 750 / 2 )) solid #e7e7e7;
    display: block;
  }
  .h_news .scroll .date {
    padding-left: 1em;
    margin-right: 1em;
    position: relative;
  }
  .h_news .scroll .date:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #333;
    border-radius: 50%;
    position: absolute;
    top: .5em;
    left: 0;
  }
  .h_news .scroll .txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .h_news .btn_insta {
    text-align: center;
  }

  .h_news.list h2 {
    font-size: calc(100vw / ( 750 / 48 ));
  }

  .h_profile {
    padding: calc(100vw / ( 750 / 100 )) 0;
  }
  .h_profile .common_box {
    border-radius: calc(100vw / ( 750 / 40 ));
    padding: calc(100vw / ( 750 / 40 )) calc(100vw / ( 750 / 30 ));
  }
  .h_profile .sec1 {
    margin-bottom: calc(100vw / ( 750 / 40 ));
    padding-top: calc(100vw / ( 750 / 70 ));
    padding-bottom: calc(100vw / ( 750 / 40 ));
  }
  .h_profile .sec1 .h {
    margin-bottom: calc(100vw / ( 750 / 50 ));
  }
  .h_profile .sec1 .h .wave {
    padding-right: calc(100vw / ( 750 / 90 ));
  }
  .h_profile .sec1 .h .wave:before {
    width: calc(100vw / ( 750 / 74 ));
    height: calc(100vw / ( 750 / 96 ));
    bottom: calc(100vw / ( 750 / 20 ));
    right: 0;
  }
  .h_profile .sec1 .flex {
    display: block;
  }
  .h_profile .sec1 .flex figure {
    width: calc(100vw / ( 750 / 578 ));
    padding-right: calc(100vw / ( 750 / 70 ));
    margin: 0 auto calc(100vw / ( 750 / 30 ));
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .h_profile .sec1 .flex .txt {
    width: auto;
  }
  .h_profile .sec1 .flex h3 {
    font-size: calc(100vw / ( 750 / 38 ));
    margin-bottom: calc(100vw / ( 750 / 30 ));
  }
  .h_profile .sec1 .flex + figure {
    text-align: right;
    margin-top: calc(100vw / ( 750 / 20 ));
  }
  .h_profile .sec1 .flex + figure img {
    width: calc(100vw / ( 750 / 272 ));
  }
  .h_profile .outer {
    display: block;
  }
  .h_profile .outer section {
    width: auto;
  }
  .h_profile .outer section:first-of-type {
    margin-right: 0;
    margin-bottom: calc(100vw / ( 750 / 40 ));
  }
  .h_profile .outer h3 {
    font-size: calc(100vw / ( 750 / 32 ));
    margin-bottom: calc(100vw / ( 750 / 30 ));
    border-left: calc(100vw / ( 750 / 4 )) solid #6cb8aa;
    padding-left: calc(100vw / ( 750 / 16 ));
  }
  .h_profile .outer li:before {
    width: calc(100vw / ( 750 / 10 ));
    height: calc(100vw / ( 750 / 10 ));
  }

  .h_features {
    padding: calc(100vw / ( 750 / 80 )) 0;
  }
  .h_features h2 {
    max-width: calc(100vw / ( 750 / 550 ));
    margin: 0 auto calc(100vw / ( 750 / 40 ));
  }
  .h_features ol {
    display: block;
  }
  .h_features li {
    width: auto;
    padding: calc(100vw / ( 750 / 80 )) 0;
  }
  .h_features li:nth-child(even) {
    margin-left: 0;
  }
  .h_features li:after {
    height: calc(100vw / ( 750 / 8 ));
  }
  .h_features li:before {
    width: calc(100vw / ( 750 / 240 ));
    height: calc(100vw / ( 750 / 240 ));
    top: calc(100vw / ( 750 / 20 ));
    right: calc(100vw / ( 750 / -40 ));
  }
  .h_features h3 {
    font-size: calc(100vw / ( 750 / 32 ));
    margin-bottom: calc(100vw / ( 750 / 20 ));
    padding-left: calc(100vw / ( 750 / 90 ));
  }
  .h_features h3:before {
    width: calc(100vw / ( 750 / 80 ));
    height: calc(100vw / ( 750 / 90 ));
  }
  .h_features .btn {
    position: static;
    bottom: auto;
    right: auto;
  }
  .h_features .btn a {
    display: block;
    max-width: calc(100vw / ( 750 / 350 ));
    height: calc(100vw / ( 750 / 80 ));
    line-height: calc(100vw / ( 750 / 80 ));
    border-radius: calc(100vw / ( 750 / 40 ));
    padding: 0 calc(100vw / ( 750 / 30 )) 0 calc(100vw / ( 750 / 20 ));
    margin: calc(100vw / ( 750 / 40 )) auto 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .h_features .btn a:after {
    width: calc(100vw / ( 750 / 18 ));
    height: calc(100vw / ( 750 / 18 ));
    border-right: calc(100vw / ( 750 / 4 )) solid #fff;
    border-bottom: calc(100vw / ( 750 / 4 )) solid #fff;
    right: calc(100vw / ( 750 / 40 ));
  }
  .h_features .point_1:before {
    top: calc(100vw / ( 750 / 40 ));
  }
  .h_features .point_2:before {
    background-position: 0 calc(100vw / ( 750 / -240 ));
    top: calc(100vw / ( 750 / 20 ));
    right: calc(100vw / ( 750 / -40 ));
  }
  .h_features .point_2 h3:before {
    background-position: 0 calc(100vw / ( 750 / -90 ));
  }
  .h_features .point_3:before {
    background-position: 0 calc(100vw / ( 750 / -480 ));
  }
  .h_features .point_3 h3 {
    margin-bottom: calc(100vw / ( 750 / 36 ));
  }
  .h_features .point_3 h3:before {
    background-position: 0 calc(100vw / ( 750 / -180 ));
  }
  .h_features .point_4:before {
    background-position: 0 calc(100vw / ( 750 / -720 ));
  }
  .h_features .point_4 h3 {
    margin-bottom: calc(100vw / ( 750 / 36 ));
  }
  .h_features .point_4 h3:before {
    background-position: 0 calc(100vw / ( 750 / -270 ));
  }
  .h_features .point_5:before {
    background-position: 0 calc(100vw / ( 750 / -960 ));
  }
  .h_features .point_5 h3:before {
    background-position: 0 calc(100vw / ( 750 / -360 ));
  }

  .h_clinic {
    padding: calc(100vw / ( 750 / 80 )) 0 calc(100vw / ( 750 / 100 ));
  }
  .h_clinic h2 {
    max-width: calc(100vw / ( 750 / 418 ));
    margin: 0 auto calc(100vw / ( 750 / 60 ));
  }
  .h_clinic section h3 {
    max-width: calc(100vw / ( 750 / 540 ));
    margin: 0 auto calc(100vw / ( 750 / 20 ));
  }
  .h_clinic section p {
    font-size: calc(100vw / ( 750 / 30 ));
  }
  .h_clinic .sec1 {
    margin-bottom: calc(100vw / ( 750 / 180 ));
    position: relative;
  }
  .h_clinic .sec1:before {
    content: "";
    display: block;
    width: calc(100vw / ( 750 / 186 ));
    height: calc(100vw / ( 750 / 189 ));
    background: url("../images/h_clinic_illust.png") no-repeat;
    background-size: contain;
    position: absolute;
    bottom: calc(100vw / ( 750 / -64 ));
    left: calc(100vw / ( 750 / -30 ));
  }
  .h_clinic .sec1 h3:before {
    display: none;
  }
  .h_clinic .sec1 figure {
    display: block;
    margin-top: calc(100vw / ( 750 / 40 ));
  }
  .h_clinic .sec1 figure div:first-of-type {
    margin-right: 0;
    margin-bottom: calc(100vw / ( 750 / 30 ));
  }
  .h_clinic .sec2 h3:after {
    width: calc(100vw / ( 750 / 137 ));
    height: calc(100vw / ( 750 / 136 ));
    top: calc(100vw / ( 750 / -80 ));
    right: calc(100vw / ( 750 / -80 ));
    -webkit-transform: none;
            transform: none;
  }
  .h_clinic .sec2 .pay {
    display: block;
    margin-top: calc(100vw / ( 750 / 40 ));
  }
  .h_clinic .sec2 .pay .a,
  .h_clinic .sec2 .pay .b,
  .h_clinic .sec2 .pay .c {
    width: auto;
    padding: calc(100vw / ( 750 / 30 )) calc(100vw / ( 750 / 30 )) calc(100vw / ( 750 / 50 ));
    border: calc(100vw / ( 750 / 4 )) solid #6cb8aa;
    border-radius: calc(100vw / ( 750 / 40 ));
    margin: 0 0 calc(100vw / ( 750 / 30 ));
  }
  .h_clinic .sec2 .pay div:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
  .h_clinic .sec2 .pay h4 {
    font-size: calc(100vw / ( 750 / 32 ));
    margin-bottom: calc(100vw / ( 750 / 30 ));
  }
  .h_clinic .sec2 .pay .a {
    padding-left: calc(100vw / ( 750 / 30 ));
    padding-right: calc(100vw / ( 750 / 30 ));
  }
  .h_clinic .sec2 .pay .a figure {
    max-width: calc(100vw / ( 750 / 440 ));
    margin: 0 auto;
  }
  .h_clinic .sec2 .pay .b {
    padding-bottom: calc(100vw / ( 750 / 30 ));
  }
  .h_clinic .sec2 .pay .b figure {
    max-width: calc(100vw / ( 750 / 456 ));
    margin: 0 auto;
  }
  .h_clinic .sec2 .pay .b .box {
    max-width: calc(100vw / ( 750 / 540 ));
    padding: 0 0 calc(100vw / ( 750 / 30 ));
    margin: calc(100vw / ( 750 / 50 )) auto 0;
    border: calc(100vw / ( 750 / 4 )) solid #6cb8aa;
    border-radius: calc(100vw / ( 750 / 30 ));
  }
  .h_clinic .sec2 .pay .b .box figure {
    max-width: calc(100vw / ( 750 / 310 ));
    margin: 0 auto;
  }
  .h_clinic .sec2 .pay .b h5 {
    max-width: calc(100vw / ( 750 / 280 ));
    margin: 0 auto calc(100vw / ( 750 / 2 ));
  }
  .h_clinic .sec2 .pay .c figure {
    max-width: calc(100vw / ( 750 / 474 ));
    margin: 0 auto;
  }
  .h_clinic .sec2 .pay .c:after {
    width: calc(100vw / ( 750 / 170 ));
    height: calc(100vw / ( 750 / 186 ));
    bottom: calc(100vw / ( 750 / -46 ));
    right: calc(100vw / ( 750 / -30 ));
  }

  /*=======================================
  	clinic
  =======================================*/
  .clinic #greeting,
  .clinic #profile,
  .clinic #photo {
    top: calc(100vw / ( 750 / -100 ));
  }
  .clinic .greeting {
    padding: calc(100vw / ( 750 / 60 )) 0 calc(100vw / ( 750 / 100 ));
  }
  .clinic .greeting .h {
    margin-bottom: calc(100vw / ( 750 / 60 ));
  }
  .clinic .greeting .flex {
    display: block;
    margin-bottom: 0;
  }
  .clinic .greeting figure {
    width: auto;
    max-width: calc(100vw / ( 750 / 506 ));
    margin: 0 auto calc(100vw / ( 750 / 30 ));
    padding-right: calc(100vw / ( 750 / 70 ));
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .clinic .greeting h3 {
    font-size: calc(100vw / ( 750 / 40 ));
    margin-bottom: calc(100vw / ( 750 / 30 ));
  }
  .clinic .profile {
    padding: calc(100vw / ( 750 / 140 )) 0 calc(100vw / ( 750 / 100 ));
  }
  .clinic .profile .h .wave {
    padding-left: calc(100vw / ( 750 / 40 ));
    padding-right: calc(100vw / ( 750 / 160 ));
  }
  .clinic .profile .h .wave:before {
    content: "";
    display: block;
    width: calc(100vw / ( 750 / 126 ));
    height: calc(100vw / ( 750 / 130 ));
    background: url("../images/clinic_profile_illust.png") no-repeat;
    background-size: contain;
    position: absolute;
    bottom: calc(100vw / ( 750 / 18 ));
    right: calc(100vw / ( 750 / 20 ));
  }
  .clinic .profile .common_box {
    margin-top: calc(100vw / ( 750 / 40 ));
  }
  .clinic .profile .sec1 {
    padding-top: calc(100vw / ( 750 / 60 ));
    padding-bottom: calc(100vw / ( 750 / 60 ));
  }
  .clinic .profile .sec1 .flex {
    display: block;
  }
  .clinic .profile .sec1 figure {
    width: auto;
    max-width: calc(100vw / ( 750 / 508 ));
    margin: 0 auto calc(100vw / ( 750 / 30 ));
    padding-left: calc(100vw / ( 750 / 70 ));
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .clinic .profile .sec1 .txt {
    width: auto;
    margin: 0;
  }
  .clinic .profile .sec2:after {
    display: none;
  }
  .clinic .profile .sec3 h4 {
    font-size: 1em;
  }
  .clinic .photo {
    padding: calc(100vw / ( 750 / 80 )) 0 calc(100vw / ( 750 / 100 ));
  }
  .clinic .photo .flex {
    display: block;
  }
  .clinic .photo .flex section {
    width: auto;
    margin: calc(100vw / ( 750 / 30 )) 0 0;
  }
  .clinic .photo .flex section .h_m {
    margin-bottom: calc(100vw / ( 750 / 20 ));
  }
  .clinic .photo .flex section:nth-of-type(2) figure:after {
    width: calc(100vw / ( 750 / 192 ));
    height: calc(100vw / ( 750 / 148 ));
    bottom: calc(100vw / ( 750 / -24 ));
    right: calc(100vw / ( 750 / 12 ));
  }
  .clinic .photo .flex section:nth-of-type(3) figure:after {
    width: calc(100vw / ( 750 / 112 ));
    height: calc(100vw / ( 750 / 167 ));
    bottom: calc(100vw / ( 750 / -20 ));
    left: calc(100vw / ( 750 / 10 ));
  }
  .clinic .photo .flex section:nth-of-type(4) figure:after {
    width: calc(100vw / ( 750 / 112 ));
    height: calc(100vw / ( 750 / 136 ));
    bottom: auto;
    top: calc(100vw / ( 750 / -40 ));
    right: calc(100vw / ( 750 / 6 ));
  }
  .clinic .photo .flex section:nth-of-type(5) figure:after {
    width: calc(100vw / ( 750 / 122 ));
    height: calc(100vw / ( 750 / 154 ));
    bottom: calc(100vw / ( 750 / -24 ));
    left: calc(100vw / ( 750 / -12 ));
  }
  .clinic .photo .flex section:nth-of-type(8) figure:after {
    width: calc(100vw / ( 750 / 196 ));
    height: calc(100vw / ( 750 / 214 ));
    top: auto;
    bottom: calc(100vw / ( 750 / -34 ));
    right: calc(100vw / ( 750 / -24 ));
  }
  .clinic .photo .flex section:nth-of-type(9) figure:after {
    width: calc(100vw / ( 750 / 243 ));
    height: calc(100vw / ( 750 / 172 ));
    background: url("../images/clinic_illust_6_sp.png") no-repeat;
    background-size: contain;
    bottom: calc(100vw / ( 750 / -26 ));
    left: calc(100vw / ( 750 / -30 ));
  }
  .clinic .photo .flex figure img {
    border-radius: calc(100vw / ( 750 / 40 ));
  }

  /*=======================================
  	information
  =======================================*/
  .information #info_1,
  .information #info_1-2,
  .information #info_2,
  .information #info_3 {
    top: calc(100vw / ( 750 / -100 ));
  }
  .information .info_1 {
    padding: calc(100vw / ( 750 / 60 )) 0;
  }
  .information .info_1 .common_box {
    margin-bottom: calc(100vw / ( 750 / 40 ));
  }
  .information .info_1 .common_box figure {
    position: static;
    bottom: auto;
    right: auto;
    width: calc(100vw / ( 750 / 346 ));
    margin: 1em auto 0;
  }
  .information .info_1 .common_box:nth-of-type(2) figure {
    right: auto;
    width: calc(100vw / ( 750 / 170 ));
  }
  .information .info_1 .h {
    margin-bottom: calc(100vw / ( 750 / 40 ));
  }
  .information .info_1 h3 {
    margin-top: 1em;
  }
  .information .info_2 {
    padding: calc(100vw / ( 750 / 100 )) 0;
  }
  .information .info_2 .h {
    margin-bottom: calc(100vw / ( 750 / 20 ));
  }
  .information .info_2 .h + p {
    margin-bottom: calc(100vw / ( 750 / 50 ));
  }
  .information .info_2 .common_box {
    margin-bottom: calc(100vw / ( 750 / 40 ));
  }
  .information .info_2 .flex {
    display: block;
  }
  .information .info_2 .flex p {
    width: auto;
    margin: 0;
  }
  .information .info_2 .flex figure {
    width: calc(100vw / ( 750 / 256 ));
    margin: 1em auto 0;
  }
  .information .info_2 .common_box:nth-of-type(2) img {
    width: calc(100vw / ( 750 / 228 ));
  }
  .information .info_2 .common_box:nth-of-type(3) img {
    width: calc(100vw / ( 750 / 192 ));
  }
  .information .info_2 .common_box:nth-of-type(4) img {
    width: calc(100vw / ( 750 / 176 ));
  }
  .information .info_3 {
    padding: calc(100vw / ( 750 / 90 )) 0 calc(100vw / ( 750 / 100 ));
  }
  .information .info_3 .common_box {
    position: relative;
    padding-bottom: calc(100vw / ( 750 / 130 ));
  }
  .information .info_3 .flex {
    display: block;
  }
  .information .info_3 .common_list {
    margin-right: 0;
  }
  .information .info_3 figure {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: absolute;
    bottom: calc(100vw / ( 750 / 50 ));
    right: calc(100vw / ( 750 / 30 ));
  }
  .information .info_3 figure div {
    width: calc(100vw / ( 750 / 162 ));
    margin-left: calc(100vw / ( 750 / 16 ));
  }
  .information .info_3 figure div:first-of-type {
    width: calc(100vw / ( 750 / 156 ));
  }

  /*=======================================
  	vaccination
  =======================================*/
  .vaccination .vac_1 {
    padding: calc(100vw / ( 750 / 60 )) 0 calc(100vw / ( 750 / 100 ));
  }
  .vaccination .vac_1 .h {
    margin-bottom: calc(100vw / ( 750 / 40 ));
  }
  .vaccination .vac_1 p {
    margin-top: 1em;
  }
  .vaccination .vac_2 {
    padding: calc(100vw / ( 750 / 100 )) 0;
  }
  .vaccination .vac_2 .table_wrap {
    border-width: calc(100vw / ( 750 / 4 ));
    border-radius: calc(100vw / ( 750 / 20 ));
  }
  .vaccination .vac_2 .table_wrap.a {
    margin-bottom: calc(100vw / ( 750 / 100 ));
  }
  .vaccination .vac_2 .note {
    margin-top: 1em;
    font-size: calc(100vw / ( 750 / 24 ));
  }
  .vaccination .vac_2 th, .vaccination .vac_2 td {
    padding: .8em .5em;
    border-right-width: calc(100vw / ( 750 / 4 ));
    font-size: calc(100vw / ( 750 / 20 ));
  }
  .vaccination .vac_2 th {
    font-size: calc(100vw / ( 750 / 22 ));
  }
  .vaccination .vac_3 {
    padding: calc(100vw / ( 750 / 90 )) 0 calc(100vw / ( 750 / 100 ));
  }
  .vaccination .vac_3 .flex {
    display: block;
  }
  .vaccination .vac_3 .flex figure {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: calc(100vw / ( 750 / 40 ));
  }
  .vaccination .vac_3 .flex figure div {
    width: calc(100vw / ( 750 / 162 ));
    margin-left: calc(100vw / ( 750 / 16 ));
  }
  .vaccination .vac_3 .flex figure div:first-of-type {
    width: calc(100vw / ( 750 / 156 ));
  }
  .vaccination .vac_3 .common_list {
    margin-right: 0;
  }
  .vaccination .vac_3 .sec_1 {
    margin-bottom: calc(100vw / ( 750 / 90 ));
  }
  .vaccination .vac_3 .sec_2 div:after {
    height: calc(100vw / ( 750 / 8 ));
  }
  .vaccination .vac_3 .sec_2 div figure {
    max-width: calc(100vw / ( 750 / 468 ));
    margin: 2em auto 0;
  }

  /*=======================================
  	health-check
  =======================================*/
  .health-check {
    padding-top: calc(100vw / ( 750 / 80 ));
  }
  .health-check h2 {
    font-size: calc(100vw / ( 750 / 38 ));
    margin-bottom: calc(100vw / ( 750 / 30 ));
    line-height: 1.6;
  }
  .health-check .flex.a {
    display: block;
    margin-bottom: calc(100vw / ( 750 / 70 ));
  }
  .health-check .flex.a p {
    font-size: calc(100vw / ( 750 / 28 ));
    width: auto;
    margin: 0 0 calc(100vw / ( 750 / 50 ));
    text-align: center;
  }
  .health-check .flex.a figure {
    width: auto;
    border-radius: calc(100vw / ( 750 / 40 ));
  }
  .health-check .common_box {
    margin-bottom: calc(100vw / ( 750 / 100 ));
  }
  .health-check .common_box section {
    margin-top: calc(100vw / ( 750 / 60 ));
  }
  .health-check .h_m {
    margin-bottom: calc(100vw / ( 750 / 20 ));
  }
  .health-check .common_list li {
    margin-top: 0;
  }
  .health-check .sec_2 .flex {
    display: block;
  }
  .health-check .sec_2 .flex figure {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: calc(100vw / ( 750 / 40 ));
  }
  .health-check .sec_2 .flex figure div {
    width: calc(100vw / ( 750 / 162 ));
    margin-left: calc(100vw / ( 750 / 16 ));
  }
  .health-check .sec_2 .flex figure div:first-of-type {
    width: calc(100vw / ( 750 / 156 ));
  }

  /*=======================================
  	access
  =======================================*/
  .access .access_1,
  .access .access_2 section {
    position: relative;
  }
  .access #map,
  .access #way1,
  .access #way2 {
    top: calc(100vw / ( 750 / -100 ));
  }
  .access .access_1 {
    padding-top: 0;
  }
  .access .access_1 .map + h2 {
    font-size: calc(100vw / ( 750 / 32 ));
    margin-top: calc(100vw / ( 750 / 40 ));
  }
  .access .access_1 .address {
    margin: calc(100vw / ( 750 / 30 )) 0 calc(100vw / ( 750 / 20 ));
    line-height: 1.4;
  }
  .access .access_1 .address p {
    text-align: left;
  }
  .access .access_1 .address div {
    display: block;
    font-size: calc(100vw / ( 750 / 28 ));
    padding: calc(100vw / ( 750 / 6 ));
    margin-top: calc(100vw / ( 750 / 16 ));
  }
  .access .access_1 .tel {
    font-size: calc(100vw / ( 750 / 26 ));
    letter-spacing: -0.03em;
  }
  .access .access_2 {
    padding: calc(100vw / ( 750 / 40 )) 0 calc(100vw / ( 750 / 80 ));
  }
  .access .access_2 .h {
    display: none;
  }
  .access .access_2 section {
    margin-top: 2em;
  }
  .access .access_2 .h_m {
    margin-bottom: calc(100vw / ( 750 / 20 ));
  }
  .access .access_2 h4 {
    margin-top: 1em;
  }
  .access .access_2 h5 {
    margin-top: .5em;
  }

  /*=======================================
  	detail
  =======================================*/
  .detail {
    padding: calc(100vw / ( 640 / 70 )) 0;
  }
  .detail header h1 {
    font-size: calc(100vw / ( 640 / 30 ));
    line-height: 1.4;
  }

  /*----- edit_area -----*/
  .edit_area h2 {
    font-size: calc(100vw / ( 640 / 26 ));
    border-left-width: calc(100vw / ( 640 / 10 ));
    padding: calc(100vw / ( 640 / 10 )) calc(100vw / ( 640 / 20 ));
  }
  .edit_area h3 {
    font-size: calc(100vw / ( 640 / 26 ));
  }
  .edit_area blockquote {
    font-size: calc(100vw / ( 640 / 24 ));
    padding: calc(100vw / ( 640 / 20 ));
  }
  .edit_area blockquote p {
    margin: 0;
  }

  .not_found {
    padding: calc(100vw / ( 640 / 100 )) 0;
  }
  .not_found h1 {
    font-size: calc(100vw / ( 640 / 24 ));
  }
  .not_found p {
    font-size: calc(100vw / ( 640 / 26 ));
  }
  .not_found .common_btn {
    margin-top: 3em;
  }
}
