/* =================================
 Reset / Base
================================= */

/* Reset
---------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
html { line-height: 1;}
ol, ul { list-style: none;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
q, blockquote { quotes: none;}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}
a img { border: none;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block;}
input[type="button"], input[type="submit"] { appearance: none;}

/* Base
---------------------------------------------------------- */

* {
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	border-style: none;
	display: block;
}
a, a img, button {
	-webkit-transition: .4s;
	transition: .4s;
}
a img:hover { opacity: .7;}

a:link { color: #000; text-decoration: none;}
a:visited { color: #000;}
a:hover { color: #29a7e1;}
a:active { color: #29a7e1;}

/* Clearfix
---------------------------------------------------------- */

.clearfix { zoom: 1;}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/* =================================
 Fonts
================================= */

@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}

.font_serif {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

/* モーダル */
.modal {
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  overflow: hidden;
}

.modal.is-active {
  opacity: 1;
  visibility: visible;
}

.js-modal {
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-open {
  cursor: pointer;
}


.modal_btn {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  line-height: 68px;
  background: #fff;
  color: #29a7e1;
  border-radius: 30px;
  text-align: center;
}

.modal_btn:hover {
  opacity: 0.6;
  /* border: #29a7e1 solid 2px; */
}

.modal_btn:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 21px;
  height: 21px;
  mask-image: url(../img/ico_tel.png);
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  display: inline-block;
  background-color: #29a7e1;
}

.modal-container {
  position: relative;
  display: flex;
  flex-direction: column;
  vertical-align: middle;
  width: 100%;
  max-width: 500px;
  height: auto;
  height: initial;
  max-height: none;
  box-sizing: border-box;
  top: 0;
  /* top: 30px; */
  justify-content: center;
}

.modal-container .modal-border {
  margin: 4% 2%;
  padding: 1%;
  border: solid 2px #b7a570;
}

.modal-container .modal-close {
  display: block;
  width: 40px;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  font-size: 3rem;
  margin-left: auto;
  line-height: 1;
}

.modal-container .modal-content {
  background: #fff;
  text-align: left;
}

.modal-container .modal_inner {
  padding: 7% 4%;
}

.modal-container .modal-dialog {
  margin: 0 auto;
}

.modal-container .modal_footer {
  background-color: #29a7e1;
  padding: 20px;
  letter-spacing: 0.1em;
}


.modal-container .modal_footer .modal_footer_box {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.modal-container .modal_footer .modal_footer_box:first-child {
  padding-bottom: 5px;
}

.modal-container .modal_footer .modal_footer_box p:first-child {
  color: #525252;
  background-color: #fff;
  padding: 0 20px;
}

.modal-container .modal_footer .modal_footer_box p:last-child {
  color: #fff;
}

.tel_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 6%;
  font-size: 0.8em;
  padding-bottom: 15px;
}


.tel_flex:last-child {
  padding-bottom: 0;
}

.tel_flex .tel_item {
  border-radius: 2px;
}

.tel_flex .tel_item:nth-child(2) {
  width: 45%;
}

.tel_flex .tel_item p {
  font-weight: bold;
  font-size: 1.3em;
}
.tel_flex .tel_item p:nth-child(1) {
  margin-bottom: 10px;
}

.tel_flex .tel_item p:nth-child(2) {
  font-size: 1em;
}

.tel_flex .tel_item a {
  display: block;
  color: #fff;
  padding: 7px;
  text-align: center;
  font-size: 1.3em;
}
@media (min-width: 768px) {
  .tel_flex .tel_item a {
    padding: 5px;
    font-size: 1.5em;
  }
}

.tel_flex .tel_item a::before {
  content: "";
  mask-image: url(../img/ico_tel.png);
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  background: #fff;
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background-color: #fff;
}

.tel_flex .tel_item.tokyo {
  background-color: #790908;
}

.tel_flex .tel_item.ginza {
  background-color: #baa383;
}

.tel_flex .tel_item.shinbashi {
  background-color: #555555;
}

.tel_flex .tel_item.omotesando {
  background-color: #28377a;
}

.tel_flex .tel_item.roppongi {
  background-color: #482d24;
}

.tel_flex .tel_item.shibuya {
  background-color: #db8a86;
}

.tel_flex .tel_item.sakuragicho {
  background-color: #0066ab;
}


/* =================================
 PC common
================================= */

@media (min-width: 768px) {
	.sp-on { display: none;}
	.pc-on { display: block;}

	body {
    font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
		font-size: 14px;
		line-height: 1.6;
		font-weight: 500;
		color: #000;
		min-width: 1200px;
		text-align: justify;
	}

  .inner {
    width: 1160px;
    margin: 0 auto;
  }
  .inner_min {
    width: 1020px;
    margin: 0 auto;
  }

	/* ========== header ========== */

  .header {
    background: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    border-bottom: 1px #ccc solid;
  }
  .header_inner {
    width: 1160px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
  }
  .header_inner .header_logo {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    width: 300px;
  }
  .header_inner .header_logo a + span{
    font-size:.75em;
  }
  .header_inner .header_logo img {
    margin: 0 auto;
    text-align: center;
    padding: 5px 0;
  }
  .header_inner .header_tel {
    font-weight: bold;
    text-align: center;
    width: 275px;
  }
  .header_inner .header_tel .tit {
    background: #29a7e1;
    border-radius: 13px;
    color: #fff;
    font-size: 13px;
    padding: 3px 0;
  }
  .header_inner .header_tel img {
    margin: 0 auto;
    text-align: center;
    padding: 10px 0;
  }
  .header_inner .header_cv ul {
    font-size: 0;
  }
  .header_inner .header_cv ul li {
    display: inline-block;
    margin-left: 16px;
  }
  .header_inner .header_cv ul li a {
    display: block;
    width: 240px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 72px;
    border-radius: 8px;
    border: 1px #29a7e1 solid;
    color: #29a7e1;
    cursor: pointer;
  }
  .header_inner .header_cv ul li:nth-of-type(1) a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 21px;
    height: 19px;
    mask-image: url(../img/ico_tel.png);
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
    display: inline-block;
    background-color: #29a7e1;
    background-size: contain;
  }
  .header_inner .header_cv ul li:nth-of-type(2) a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 21px;
    height: 19px;
    background: url(../img/ico_reserve.png) no-repeat left center;
    background-size: contain;

    /* content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 20px;
    height: 16px;
    background: url(../img/ico_mail.png) no-repeat left center;
    background-size: contain; */
  }
  .header_inner .header_cv ul li a:hover {
    opacity: .6;
  }
  .header_nav {
    width: 1160px;
    margin: 0 auto;
  }
  .header_nav ul {
    width: 100%;
    display: table;
    padding-bottom: 8px;
  }
  .header_nav ul li {
    display: table-cell;
    width: 16%;
  }
  .header_nav ul li a {
    font-size: 16px;
    font-weight: bold;
    display: block;
    text-align: center;
    line-height: 46px;
    border-right: 1px #bfbfbf solid;
  }
  .header_nav ul li:first-child a {
    border-left: 1px #bfbfbf solid;
  }

  /* ========== key ========== */

  .key {
    margin-top: 194px;
    background: url(../img/main_img01.jpg) no-repeat center;
    background-size: cover;
  }
  .key .key_wrap {
    width: 89%;
    margin: 0 auto;
  }
  .key .key_inner {
    width: 820px;
    padding: 40px 0 20px;
    margin: 0 460px 0 60px;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)),color-stop(1%, rgba(255,255,255,1)),to(rgba(255,255,255,0)));
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 1%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ffffff', endColorstr='#00ffffff',GradientType=0 );
  }
  .key .key_area {
    background: #29a7e1;
    border-radius: 15px;
    color: #fff;
    width: 540px;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    margin: 0 auto;
  }
  .key .key_copy .copy_01 {
    font-size: 36px;
    font-weight: bold;
    display: block;
    text-align: center;
    line-height: 1.2;
    padding-top: 30px;
  }
  .key .key_copy .copy_02 {
    font-size: 42px;
    font-weight: bold;
    display: block;
    text-align: center;
    line-height: 1.4;
  }
  .key .key_copy .copy_03 {
    font-size: 37px;
    font-weight: bold;
    display: block;
    text-align: center;
    line-height: 1.2;
    padding-bottom: 40px;
  }
  .key .key_character ul {
    width: 588px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .key .key_character li {
    width: 178px;
    height: 178px;
    border-radius: 89px;
    background: #29a7e1;
    color: #fff;
    position: relative;
    margin-bottom: 20px;
  }
  .key .key_character li p {
    width: 178px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 15px;
    font-weight: bold;
  }

  /* ========== common-parts ========== */

  .sec_tit_wrap {
    padding-top: 100px;
  }
  .sec_tit_wrap .sec_tit {
    font-size: 53px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    letter-spacing: .08em;
  }
  .sec_tit_wrap .sec_tit span {
    color: #0061a9;
  }
  .sec_tit_wrap .sec_tit_min {
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.08em;
    padding-top: 10px;
  }

  .sec_txt {
    text-align: center;
    padding-top: 30px;
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 80px;
  }

  .sub_sec_tit {
    background: rgb(40,131,225);
    background: -webkit-gradient(linear, left top, right top, from(rgba(40,131,225,1)),to(rgba(5,171,224,1)));
    background: linear-gradient(to right, rgba(40,131,225,1) 0%,rgba(5,171,224,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2883e1', endColorstr='#05abe0',GradientType=1 );
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    border-radius: 27px;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 40px;
  }

  /* ========== character ========== */

  .character_wrap {
    width: 1160px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 95px 0 100px;
  }
  .character_cont {
    width: 360px;
    position: relative;
    z-index: 1;
  }
  .character_cont .btn{
    display: block;
    margin: 15px auto;
    text-align: center;
    font-size: 15px;
    color:#fff;
    width: 60%;
    line-height: 1.5;
    border-radius: 28px;
    background: #05abe0 url(../img/ico_arw.png) no-repeat 96% center;
    background-size: 6px;
  }
  .character_cont .img {
    padding: 10px;
    border: 1px #ccc solid;
    display: inline-block;
  }
	.character_cont .img img{
	width:340px;
	}
  .character_cont .subtit {
    text-align: center;
    font-size: 18px;
    color: #29a7e1;
    padding-top: 10px;
    font-weight: bold;
  }
  .character_cont .tit {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    padding: 15px 0;
  }
  .character_cont .txt {
    padding-bottom: 60px;
  }
  .character_cont .point {
    width: 88px;
    height: 88px;
    border-radius: 44px;
    background: #29a7e1;
    position: absolute;
    z-index: 2;
    top: -30px;
    left: -20px;
  }
  .character_cont .point span {
    display: block;
    width: 88px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }

  /* ========== cv ========== */

  .cv {
    background: rgb(40,131,225);
    background: -webkit-gradient(linear, left top, right top, from(rgba(40,131,225,1)),to(rgba(5,171,224,1)));
    background: linear-gradient(to right, rgba(40,131,225,1) 0%,rgba(5,171,224,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2883e1', endColorstr='#05abe0',GradientType=1 );
    color: #fff;
    padding: 30px 0;
  }
  .cv .cv_tit {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;
  }
  .cv .cv_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cv .cv_tel {
    width: 50%;
    text-align: center;
    margin: 0 0 0 auto;
    text-align: right;
    padding-right: 80px;
  }
  .cv .cv_tel img {
    margin: 0 0 0 auto;
    text-align: right;
  }
  .cv .cv_btn {
    width: 50%;
    text-align: center;
    border-left: 2px #fff solid;
    padding: 10px 0;
  }
  .cv .cv_btn a {
    display: block;
    width: 470px;
    font-size: 30px;
    font-weight: bold;
    background: rgb(230,57,57); /* Old browsers */
    background: -webkit-gradient(linear, left top, right top, from(rgba(230,57,57,1)),to(rgba(248,81,73,1)));
    background: linear-gradient(to right, rgba(230,57,57,1) 0%,rgba(248,81,73,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e63939', endColorstr='#f85149',GradientType=1 );
    color: #fff;
    border-radius: 30px;
    line-height: 68px;
    margin-left: 80px;
  }
  .cv .cv_btn a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 28px;
    height: 26px;
    background: url(../img/cv_ico_reserve.png) no-repeat left center;
    background-size: contain;
  }
  .cv .cv_btn a:hover {
    opacity: .6;
  }
  .cv .cv_txt {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    padding-top: 20px;
  }

  .cv .inner .cv_left a {
    width: 470px;
  }

  /* ========== type ========== */

  .type {
    padding-bottom: 80px;
  }
  .type_cont {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 60px;
  }
  .type_cont .type_box {
    width: 580px;
  }
  .type_cont .type_box .copy_min {
    font-size: 20px;
    font-weight: bold;
  }
  .type_cont .type_box .copy {
    color: #29a7e1;
    font-size: 34px;
    font-weight: bold;
    padding-bottom: 14px;
  }

  .type_point {
    width: 1020px;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .type_point_cont dt {
    font-size: 18px;
    font-weight: bold;
  }
  .type_point_cont dt span {
    display: inline-block;
    background: #e63939;
    color: #fff;
    padding: 4px 16px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 0 15px 18px 0;
  }
  .type_point_cont dd {
    padding-bottom: 20px;
  }

  .type_mine {
    padding-bottom: 70px;
  }
  .type_mine_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .type_mine_cont {
    width: 472px;
  }
  .type_mine_cont .tit {
    padding: 20px 0 5px;
    font-size: 18px;
    font-weight: bold;
  }

  .type_flow {
    padding-bottom: 80px;
  }

	.type_flow_cont{
		font-size: 0;
	}

  .type_flow_cont:after {
    content: '';
    width: 25px;
    height: 12px;
    background: url(../img/ico_arw_flow.png) no-repeat;
    background-size: contain;
    margin: 16px 46px;
    display: block;
  }
  .type_flow_cont:last-child:after {
    content: none;
  }
  .type_flow_ico {
    display: inline-block;
    width: 116px;
    height: 116px;
    position: relative;
    background: #29a7e1;
    border-radius: 58px;
    vertical-align: top;
  }
  .type_flow_ico span {
    width: 116px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
		font-size: 14px;
  }
  .type_flow_txt {
    display: inline-block;
    vertical-align: top;
    padding-top: 20px;
    width: 900px;
    padding-left: 40px;
		font-size: 14px;
  }
  .type_flow_txt span {
    color: #888;
    font-size: 90%;
  }

  .type_price {
    padding-bottom: 80px;
  }
  .type_price_tit {
    font-size: 30px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background: #29a7e1;
    padding: 10px;
  }
  .type_price_txt {
    background: #eee;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    padding: 30px 0;
  }
  .type_price_txt span {
    font-size: 30px;
  }

  /* ========== message ========== */

  .message_cont {
    padding-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
  }
  .message_tit {
    font-weight: bold;
    font-size: 16px;
    padding: 20px 0 5px;
  }
  .message_img .name {
    text-align: center;
    padding-top: 10px;
  }
  .message_img .name span {
    display: block;
    font-size: 18px;
    font-weight: bold;
  }

  /* ========== clinic ========== */

  .clinic {
    padding-bottom: 85px;
  }
  .clinic_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .clinic_cont {
    width: 540px;
    margin-bottom: 75px;
  }
  .clinic_cont .name {
    background: rgb(40,131,225);
    background: -webkit-gradient(linear, left top, right top, from(rgba(40,131,225,1)),to(rgba(5,171,224,1)));
    background: linear-gradient(to right, rgba(40,131,225,1) 0%,rgba(5,171,224,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2883e1', endColorstr='#05abe0',GradientType=1 );
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding: 5px 14px;
    margin-bottom: 20px;
  }
  .clinic_cont .name span {
    font-size: 18px;
  }
  .clinic_cont table {
    margin: 20px 0;
    width: 100%;
    border: 1px #ccc solid;
  }
  .clinic_cont table tr {
    border-bottom: 1px #ccc solid;
  }
  .clinic_cont table th {
    width: 110px;
    text-align: center;
    font-weight: bold;
    background: #f0faff;
    border-right: 1px #ccc solid;
    padding: 20px;
    vertical-align: top;
  }
  .clinic_cont table td {
    padding: 20px;
    vertical-align: top;
  }

  .clinic_cont .btn a {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    color: #fff;
    width: 500px;
    line-height: 56px;
    border-radius: 28px;
    background: #05abe0 url(../img/ico_arw.png) no-repeat 96% center;
  }
  .clinic_cont .btn a span {
    font-size: 15px;
  }
  .clinic_cont .btn a:hover {
    opacity: .6;
  }

  /* ========== footer ========== */

  .copyright {
    background: #0061a9;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 20px 0;
  }
  .pagetop {
    position: fixed;
    right: 30px;
    bottom: 30px;
    cursor: pointer;
    z-index: 9999;
  }
  .pagetop:hover {
    opacity: .6;

  }
        /*modal*/
        .modal-container {
          height: auto;
        }

        .modal_btn {
          cursor: pointer;
          font-size: 30px;
        }

        .tel_flex {
          font-size: 1em;
          padding: 0 4%;
          padding-bottom: 20px;
        }
}


/* =================================
 SP common
================================= */

@media (max-width: 767px) {
	.sp-on { display: block;}
	.pc-on { display: none;}
	img { max-width: 100%; width: 100%; height: auto;}

  body {
    font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
		font-size: 11px;
		line-height: 1.6;
		font-weight: 500;
		color: #000;
		text-align: justify;
	}

  .inner {
    width: 88%;
    margin: 0 auto;
  }
  .inner_min {
    width: 96%;
    margin: 0 auto;
  }

	/* ========== header ========== */

  .header {
    width: 100%;
    background: #fff;
    /* height: 70px; */
    z-index: 99999;
    position: fixed;
    top: 0;
    border-bottom: 1px #ccc solid;
  }
  .header_inner {
    width: 88%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
  }
  .header_inner .header_logo {
    font-weight: bold;
    text-align: center;
    width: 50%;
  }
  .header_inner .header_logo span {
    display: none;
  }
  .header_inner .header_logo img {
    margin: 0 auto;
    text-align: center;
    padding: 5px 0;
  }
  .header_inner .header_tel {
    display: none;
  }
  .header_inner .header_cv ul {
    display: none;
  }
  .header_nav {
    display: none;
  }
  .header_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header_menu ul li {
    height: 50px;
  }
  .header_menu ul li a, .header_menu ul li span {
    height: 50px;
    display: block;
    margin-left: 10px;
  }
  .header_menu ul li img {
    height: 100%;
    width: auto;
  }
  .header_menu ul li .menu_btn {
    width: 50px;
    height: 50px;
    background: url(../img/ico_sp_menu.png) no-repeat;
    background-size: contain;
  }
  .header_menu ul li .menu_btn.active {
    width: 50px;
    height: 50px;
    background: url(../img/ico_sp_menu_close.png) no-repeat;
    background-size: contain;
    -webkit-transition: .4s;
    transition: .4s;
  }

  .header_nav_sp {
    width: 100%;
    background: #fff;
  }
  .header_nav_sp .header_nav_sp_cv {
    padding: 10px 6% 2px;
  }
  .header_nav_sp .header_nav_sp_cv a {
    display: block;
    margin-bottom: 8px;
    line-height: 50px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border-radius: 6px;
    border: 1px #29a7e1 solid;
    color: #29a7e1;
  }
  .header_nav_sp .header_nav_sp_cv .reserve a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 21px;
    height: 19px;
    background: url(../img/ico_reserve.png) no-repeat left center;
    background-size: contain;
  }
  .header_nav_sp .header_nav_sp_cv .contact a {
    background: #29a7e1;
    color: #fff;
  }
  .header_nav_sp .header_nav_sp_cv .contact a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 20px;
    height: 16px;
    background: url(../img/ico_mail.png) no-repeat left center;
    background-size: contain;
  }
  .header_nav_sp ul {
    border-top: 1px #ccc solid;
  }
  .header_nav_sp ul li {
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px #ccc solid;
  }
  .header_nav_sp ul li a {
    display: block;
    color: #29a7e1;
  }
  .header_nav_sp ul li:nth-of-type(odd) {
    background: #eee;
  }
  .header_nav_sp ul li:nth-of-type(even) {
    background: #fff;
  }

  /* ========== key ========== */

  .key {
    margin-top: 70px;
    background: url(../img/main_img01.jpg) no-repeat left top;
    background-size: 110% auto;
  }
  .key .key_wrap {
    width: 94%;
    margin: 0 auto;
    padding-top: 40%;
  }
  .key .key_inner {
    width: 100%;
    padding: 30px 0 0;
    margin: 0 auto;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)),color-stop(1%, rgba(255,255,255,1)),to(rgba(255,255,255,0)));
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 1%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ffffff', endColorstr='#00ffffff',GradientType=0 );
  }
  .key .key_area {
    background: #29a7e1;
    border-radius: 15px;
    color: #fff;
    width: 90%;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    margin: 0 auto;
  }
  .key .key_copy .copy_01 {
    font-size: 14px;
    font-weight: bold;
    display: block;
    text-align: center;
    line-height: 1.2;
    padding-top: 10px;
  }
  .key .key_copy .copy_02 {
    font-size: 16px;
    font-weight: bold;
    display: block;
    text-align: center;
    line-height: 1.8;
  }
  .key .key_copy .copy_03 {
    font-size: 15px;
    font-weight: bold;
    display: block;
    text-align: center;
    line-height: 1.2;
  }
  .key .key_character ul {
    display: none;
  }

  /* ========== common-parts ========== */

  .sec_tit_wrap {
    padding-top: 50px;
  }
  .sec_tit_wrap .sec_tit {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    letter-spacing: .08em;
  }
  .sec_tit_wrap .sec_tit span {
    color: #0061a9;
  }
  .sec_tit_wrap .sec_tit_min {
    font-size: 9px;
    text-align: center;
    letter-spacing: 0.08em;
    padding-top: 10px;
  }

  .sec_txt {
    width: 88%;
    margin: 0 auto;
    text-align: center;
    padding-top: 15px;
    font-weight: bold;
    padding-bottom: 40px;
  }

  .sub_sec_tit {
    background: rgb(40,131,225);
    background: -webkit-gradient(linear, left top, right top, from(rgba(40,131,225,1)),to(rgba(5,171,224,1)));
    background: linear-gradient(to right, rgba(40,131,225,1) 0%,rgba(5,171,224,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2883e1', endColorstr='#05abe0',GradientType=1 );
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 20px;
    text-align: center;
    padding: 5px 0;
    margin: 0 auto 20px;
    width: 100%;
  }

  /* ========== character ========== */

  .character_wrap {
    width: 90%;
    margin: 0 auto;
    padding: 40px 0 50px;
  }
  .character_cont {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .character_cont .btn{
    margin: 15px auto;
    text-align: center;
    font-size: 15px;
    color:#fff;
    width: 100%;
    line-height: 1.5;
    border-radius: 28px;
    background: #05abe0 url(../img/ico_arw.png) no-repeat 96% center;
    background-size: 6px;
    padding: .25em 0;
  }
  .character_cont .img {
    padding: 8px;
    border: 1px #ccc solid;
    display: inline-block;
  }
  .character_cont .subtit {
    text-align: center;
    font-size: 14px;
    color: #29a7e1;
    padding-top: 6px;
    font-weight: bold;
  }
  .character_cont .tit {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    padding: 0 0 25px;
  }
  .character_cont .txt {
    padding-bottom: 30px;
  }
  .character_cont .point {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background: #29a7e1;
    position: absolute;
    z-index: 2;
    top: -15px;
    left: -10px;
  }
  .character_cont .point span {
    display: block;
    width: 66px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }

  /* ========== cv ========== */

  .cv {
    background: rgb(40,131,225);
    background: -webkit-gradient(linear, left top, right top, from(rgba(40,131,225,1)),to(rgba(5,171,224,1)));
    background: linear-gradient(to right, rgba(40,131,225,1) 0%,rgba(5,171,224,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2883e1', endColorstr='#05abe0',GradientType=1 );
    color: #fff;
    padding: 45px 0;
  }
  .cv .cv_tit {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
  .cv .cv_tel {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
  }
  .cv .cv_tel img {
    width: 75%;
    margin: 0 auto;
    text-align: center;
  }
  .cv .cv_btn {
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }
  .cv .cv_btn a {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    background: rgb(230,57,57); /* Old browsers */
    background: -webkit-gradient(linear, left top, right top, from(rgba(230,57,57,1)),to(rgba(248,81,73,1)));
    background: linear-gradient(to right, rgba(230,57,57,1) 0%,rgba(248,81,73,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e63939', endColorstr='#f85149',GradientType=1 );
    color: #fff;
    border-radius: 26px;
    padding: 15px 0;
  }
  .cv .cv_btn a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    background: url(../img/cv_ico_reserve.png) no-repeat left center;
    background-size: contain;
  }
  .cv .cv_btn a:hover {
    opacity: .6;
  }
  .cv .cv_txt {
    text-align: center;
    font-weight: bold;
    padding-top: 10px;
  }

  .modal_btn{
    line-height: unset;
    padding: 15px 0;
  }

  /* ========== type ========== */

  .type {
    padding-bottom: 20px;
  }
  .type_cont {
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .type_cont .type_box {
    width: 100%;
  }
  .type_cont .type_box .copy_min {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
  }
  .type_cont .type_box .copy {
    color: #29a7e1;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 14px;
  }
  .type_cont .type_img {
    width: 90%;
    margin: 0 auto
  }

  .type_point {
    width: 88%;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  .type_point_cont dt {
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 5px;
  }
  .type_point_cont dt span {
    display: inline-block;
    background: #e63939;
    color: #fff;
    padding: 0 2%;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    margin: 0 2% 0 0;
  }
  .type_point_cont dd {
    padding-bottom: 10px;
  }

  .type_mine {
    padding-bottom: 30px;
  }
  .type_mine_cont {
    width: 100%;
    padding-bottom: 20px;
  }
  .type_mine_cont .tit {
    padding: 10px 0 5px;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
  }

  .type_flow {
    padding-bottom: 40px;
    font-size: 0;
  }
  .type_flow_cont:after {
    content: '';
    width: 20px;
    height: 10px;
    background: url(../img/ico_arw_flow.png) no-repeat;
    background-size: contain;
    margin: 10px 36px;
    display: block;
  }
  .type_flow_cont:last-child:after {
    content: none;
  }
  .type_flow_ico {
    display: inline-block;
    width: 88px;
    height: 88px;
    position: relative;
    background: #29a7e1;
    border-radius: 44px;
    vertical-align: top;
  }
  .type_flow_ico span {
    width: 88px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    line-height: 1.2;
  }
  .type_flow_txt {
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 88px);
    padding-left: 4%;
  }
  .type_flow_txt span {
    color: #888;
    font-size: 90%;
  }

  .type_price {
    padding-bottom: 30px;
  }
  .type_price_tit {
    font-size: 14px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background: #29a7e1;
    padding: 6px;
  }
  .type_price_txt {
    background: #eee;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 15px 0;
  }
  .type_price_txt span {
    font-size: 14px;
  }

  /* ========== message ========== */

  .message_cont {
    padding-top: 20px;
  }
  .message_tit {
    font-weight: bold;
    font-size: 14px;
    padding: 10px 0 5px;
  }
  .message_img {
    width: 60%;
    margin: 0 auto;
  }
  .message_img .name {
    text-align: center;
    padding-top: 10px;
  }
  .message_img .name span {
    display: block;
    font-size: 14px;
    font-weight: bold;
  }

  /* ========== clinic ========== */

  .clinic {
    padding-bottom: 40px;
  }
  .clinic_cont {
    width: 100%;
    margin-bottom: 30px;
  }
  .clinic_cont .name {
    background: rgb(40,131,225);
    background: -webkit-gradient(linear, left top, right top, from(rgba(40,131,225,1)),to(rgba(5,171,224,1)));
    background: linear-gradient(to right, rgba(40,131,225,1) 0%,rgba(5,171,224,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2883e1', endColorstr='#05abe0',GradientType=1 );
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 4px 2%;
    margin-bottom: 10px;
  }
  .clinic_cont .name span {
    font-size: 10px;
  }
  .clinic_cont table {
    margin: 10px 0;
    width: 100%;
    border: 1px #ccc solid;
  }
  .clinic_cont table tr {
    border-bottom: 1px #ccc solid;
  }
  .clinic_cont table th {
    width: 25%;
    text-align: center;
    font-weight: bold;
    background: #f0faff;
    border-right: 1px #ccc solid;
    padding: 4%;
    vertical-align: top;
  }
  .clinic_cont table td {
    padding: 4%;
    vertical-align: top;
  }

  .clinic_cont .btn a {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
    color: #fff;
    width: 96%;
    line-height: 1.2;
    padding: 10px 16% 10px 8%;
    border-radius: 20px;
    background: #05abe0 url(../img/ico_arw.png) no-repeat 92% center;
  }
  .clinic_cont .btn a span {
    font-size: 15px;
  }
  .clinic_cont .btn a:hover {
    opacity: .6;
  }

  /* ========== footer ========== */

  .copyright {
    background: #0061a9;
    color: #fff;
    font-size: 9px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
  }
  .pagetop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    z-index: 9999;
  }
  .pagetop:hover {
    opacity: .6;
  }
}


/* =================================
 key people
================================= */

@media (min-width: 768px) {

.key_people {
    margin-top: 194px;
    background: url(../img/main_img02.jpg) no-repeat center;
    background-size: cover;
  }
  .key_people .key_wrap {
    width: 92%;
    margin: 0 auto;
  }
  .key_people .key_inner {
    width: 820px;
    padding: 40px 0 20px;
    text-align: center;
  }
  .key_people .key_area {
    background: #0e81c4;
    border-radius: 15px;
    color: #fff;
    width: 540px;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    margin: 0 auto;
  }
  .key_people .key_copy {
    color: #fff;
  }
  .key_people .key_copy .copy_01 {
    font-size: 36px;
    font-weight: bold;
    display: block;
    text-align: center;
    line-height: 1.2;
    padding-top: 30px;
  }
  .key_people .key_copy .copy_02 {
    font-size: 42px;
    font-weight: bold;
    display: block;
    text-align: center;
    line-height: 1.4;
  }
  .key_people .key_copy .copy_03 {
    font-size: 37px;
    font-weight: bold;
    display: block;
    text-align: center;
    line-height: 1.2;
    padding-bottom: 40px;
  }
  .key_people .key_character ul {
    width: 588px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .key_people .key_character li {
    width: 178px;
    height: 178px;
    border-radius: 89px;
    background: #0e81c4;
    color: #fff;
    position: relative;
    margin-bottom: 20px;
  }
  .key_people .key_character li p {
    width: 178px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 15px;
    font-weight: bold;
  }
}

@media (max-width: 767px) {
  .key_people {
    margin-top: 70px;
    background: url(../img/main_img02.jpg) no-repeat right top;
    background-size: cover;
  }
  .key_people .key_wrap {
    width: 84%;
    padding-left: 4%;
  }
  .key_people .key_inner {
    width: 100%;
    padding: 20px 0 40px;
    margin: 0 auto;
    text-align: center;
  }
  .key_people .key_area {
    background: #0e81c4;
    border-radius: 15px;
    color: #fff;
    width: 70%;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    padding: 0 1em;
    line-height: 1.5;
    word-break: auto-phrase;
  }
  .key_people .key_copy {
    color: #fff;
    text-align: left;
    padding-top: 20px;
  }
  .key_people .key_copy .copy_01 {
    font-size: 14px;
    font-weight: bold;
    display: block;
    line-height: 1.3;
    padding-top: 10px;
  }
  .key_people .key_copy .copy_02 {
    font-size: 16px;
    font-weight: bold;
    display: block;
    line-height: 1.3;
  }
  .key_people .key_copy .copy_03 {
    font-size: 15px;
    font-weight: bold;
    display: block;
    line-height: 1.3;
  }
  .key_people .key_character ul {
    display: none;
  }
}
