@import url('https://fonts.googleapis.com/css2?family=Damion&family=Noto+Serif+JP&display=swap');
html,body {
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	vertical-align: baseline;
  font-size: 16px;
  max-width: 2000px;
  color: #282a2e;
  letter-spacing: 1px;
  font-family: "Arial", "Yu Gothic", "Yu Gothic medium", "Hiragino Sans", "Meiryo", "sans-serif";
  line-height: 2;}
a { display: block;cursor: pointer;}
@media screen and (min-width:1180px) {
a { -webkit-transition: 0.3s all; -moz-transition: 0.3s all; -o-transition: 0.3s all; transition: 0.3s all; backface-visibility: hidden;}}
@media screen and (max-width:1179px) {
html,body { max-width: 100%;}}

/* ---------------------------------------
    ALL
----------------------------------------- */
.serif {
  font-weight: 400;
  font-family: 'Noto Serif JP', serif;}
.contents {
  margin:  0 auto;
  width: 1180px;}
h1.type1 {
  padding-bottom: 20px;
  font-size: 40px;
  line-height: 1.6;
  color: #1b1464;}
h1.type1 span {
  padding-bottom: 10px;
  line-height: 1;
  font-size: 18px;
  display: block;
  color: #369db6;}
p { text-align: justify;}
.center, p.center { text-align: center;}
hr { border: solid #efefef 4px;}
@media screen and (max-width:1179px) {
.contents { padding: 50px 40px 60px;width: 100%;}}
@media screen and (max-width:768px) {
.contents { padding: 30px 30px 40px;}}
@media screen and (max-width:480px) {
.contents { padding: 30px 15px 40px;}
h1.type1 {font-size: 26px;letter-spacing: normal;}
h1.type1 span {ont-size: 16px;}p { font-size: 14px;}}
/* ---------------------------------------
    HEADER
----------------------------------------- */
#header {
  padding-top: 140px;
  position: relative;
  height: 800px;
  background: url("images/hd-back0.jpg") no-repeat center bottom;
  background-size: cover;}
#header::after {
  position: absolute;
  bottom: 0;
  content: "";
  width: 100%;
  height: 400px;
  display: block;
  background: url("images/hd-back-line.png") no-repeat center bottom;
  background-size: contain;
  z-index: 2;}
#header .title {
  padding-right: 10px;
  padding-left: 10px;
  margin: 0 auto;
  width: 860px;
  height: 385px;
  color: #1b1464;
  background: url("images/title-back.png") no-repeat center top;
  background-size: contain;
  background-color:rgba(255,255,255,0.6);
}
  
#header .title h1 {
  padding-top: 108px;
  font-size: 88px;
  text-align: center;
  letter-spacing: 5px;}
/* #header .title h1:after {
  content: " ";
  margin-left: -40px;} */
#header .title p.pin {
  padding-right: 30px;
  font-size: 28px;
  font-weight: bold;
  text-align: right;
  line-height: 20px;
  letter-spacing: 2px;}
#header a {
  padding-top: 60px;
  position: absolute;
  z-index: 3;
  bottom: -20px;
  right: 40px;
  width: 240px;
  height: 240px;
  text-align: center;
  color: #fff;
  font-size: 32px;
  line-height: 1.5;
  border-radius: 120px;
  font-weight: bold;
	box-shadow: 0 10px 10px 0 rgba(0,0,0,0.2);
  transition: all 0.7s ease-out;
	background:#282a2e;}
#header a::after {
  position: absolute;
  bottom: 40px;
  left: 111px;
  content: "";
  transition: all 0.6s ease-out;
  width: 20px;
  height: 20px;
  border: 1px solid;
  border-color:  transparent transparent #fff #fff;
  transform: rotate(-45deg);}
@media screen and (min-width:1180px) {
  #header a:hover {background:#E8316F;bottom: -30px;box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);}
  #header a:hover:after{bottom: 30px;}}
@media screen and (max-width:1179px) {
  #header {
    padding-top: 140px;
    position: relative;
    height: 800px;
    background: url("images/hd-back0_sp.jpg") no-repeat center bottom;
    background-size: cover;}
  
#header .title {
  max-width: 680px;width: 90%;
  background: url("images/title_sp.png") no-repeat center top;
  background-size: contain;
  background-color:rgba(255,255,255,0.6);

}
#header .title h1 {display: none;}
#header .title h1:after {display: none;}
#header .title p.pin {display: none;}}
@media screen and (max-width:480px) {
#header {
  padding-top: 70px;
	height: 400px;}
#header a {
  padding-top: 0;
  bottom:20px;
  right: 40px;
  width: 80%;
  height: 60px;
  font-size: 18px;
  line-height: 60px;
  border-radius:30px;
	background:#E8316F;}
#header a::after {
  bottom: 26px;
  right: 30px; left: auto;
  width: 10px;
  height: 10px;}
	#header a br { display: none;}
  #header .title{
    height: 180px;
  }



}

/* ---------------------------------------
    MAIN
----------------------------------------- */
#main {
  position: relative;
  padding: 120px 0 160px;}
#main .text {
  position: absolute;
  top: -100px; left: 0;
  z-index: 5;}
#main .contents { padding: 40px 0 0 480px;}
@media screen and (max-width:1179px) {
#main { padding: 60px 0 40px;}
#main .text { width: 200px; top:-40px;}
#main .text img { width: 100%;}	
#main .contents { padding: 30px 30px 40px 240px;}}
@media screen and (max-width:480px) {
#main { padding: 30px 0 40px;}
#main .text { display: none;}
#main .contents { padding: 20px 15px 0;}}

/* ---------------------------------------
    CLINICAL
----------------------------------------- */
#clinical {
  position: relative;
  padding: 120px 0 160px;}
#clinical .list { margin-top: 100px;}
#clinical .box {
  padding-top: 130px;
  height: 400px;
  width: 100%;
  text-align: center;
  background: no-repeat center center;
  background-size: cover;}
#clinical .box_up,
#clinical .box_down {
  width: 100%;
  display: flex;}
#clinical .box.no1 { background-image: url("images/clinical1.jpg");}
#clinical .box.no2 { background-image: url("images/clinical2.jpg");}
#clinical .box.no6 { background-image: url("images/clinical7.jpg");}
#clinical .box.no3 { background-image: url("images/clinical3.jpg");}
#clinical .box.no4 { background-image: url("images/clinical4.jpg");}
#clinical .box.no5 { background-image: url("images/clinical5.jpg");}
#clinical h2 {
  font-size: 14px;
  letter-spacing: 2px;
  color: #1b1464;
  background-color:rgba(255,255,255,0.6);
  display: inline-block;
  padding: 10px;

}
#clinical h2 span {
  font-family: 'Noto Serif JP', serif;
  /* font-size: 48px; */
  font-size: 36px;
  display: block;
line-height: 1.2;}
#clinical  h2 span { font-size: 36px;}
@media screen and (max-width:1179px) {
#clinical { padding: 80px 0 80px;}
#clinical .list { margin-top: 60px;}
#clinical .box {
  padding-top: 90px;
	height: 300px;}
#clinical h2 span { font-size: 28px;}
#clinical .box_down h2 span { font-size: 28px;}}
@media screen and (max-width:480px) {
#clinical { padding: 40px 15px;}
#clinical .list { margin-top:40px;}
#clinical .box { padding-top: 44px; height:200px;}
#clinical .box_up,
#clinical .box_down { flex-wrap: wrap;}
#clinical h2 span { font-size: 24px;}
#clinical .box_down h2 span { font-size: 24px;}}

/* ---------------------------------------
    POINT
----------------------------------------- */
#point .list {
  padding-top: 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;}
#point .list::after {
  content: "";
  display: block;
  width: 45%;}
#point .box {
  padding: 0 0 60px 160px;
  width: 45%;
  background: no-repeat left top;}
#point .box.no1 { background-image: url("images/point1.png");}
#point .box.no2 { background-image: url("images/point2.png");}
#point .box.no3 { background-image: url("images/point3.png");}
#point .box.no4 { background-image: url("images/point4.png");}
#point .box.no5 { background-image: url("images/point5.png");}
#point h2 {
  color: #369db6;
  font-weight: bold;
  font-size: 28px;}
#point .box p {
  letter-spacing: 0;
  line-height: 1.8;}
@media screen and (max-width:1179px) {
#point .list { padding-top: 60px;}
#point .list::after { display: none;}
#point .box {
	height: 140px;
	margin-bottom: 20px;
  padding: 10px 0 0 160px;
  width: 100%;
  background: no-repeat left center;}}
@media screen and (max-width:480px) {
#point .list { padding-top:40px;}
#point .box {
	height: auto;
	width: 50%;
	margin-bottom: 30px;
  padding: 120px 15px 0 15px;
  background: no-repeat center top;}
#point .box.no1 { background-size: auto 100px;}
#point .box.no2 { background-size: auto 100px;}
#point .box.no3 { background-size: auto 90px;}
#point .box.no4 { background-size: auto 90px;}
#point .box.no5 { background-size: auto 100px;}
#point h2 {
	line-height: 1.5;
	padding-bottom: 10px;
  font-size: 18px;}}

/* ---------------------------------------
    PLACE
----------------------------------------- */
#place {
  margin-top: 120px;
  padding: 160px 0 100px;
  background: #e0f0f4;}
#place .photo {
  padding: 40px 0 0;
  display: flex;
  justify-content: space-between;}
#place .title {
  margin: 0 auto 40px;
  width: 740px;}
#place .box p {
  color: #369db6;
  font-size: 14px;
  text-align: center;
  padding: 10px 0 40px;}
#place p.mgb20 {
  margin: 0 auto 20px;
  width: 740px;}
#place p.address {
  margin: 40px auto 80px;
  width: 740px;
  text-align: center;
  background: #369db6;
  color: #fff;}
@media screen and (max-width:1179px) {
#place { margin-top: 40px; padding: 60px 0;}
#place .photo { width: 100%; padding: 0;}
#place .box { width: 48%;}
#place .box img { width: 100%;}
#place .title { margin: 0 auto 20px;width: 100%;max-width: 740px;}
#place .box p { padding: 10px 0 0;}
#place p.mgb20 { width: 100%;max-width: 740px;}
#place p.address { margin: 40px auto 60px; width: 100%;max-width: 740px;}}
@media screen and (max-width:480px) {
#place { margin-top: 0; padding: 30px 0 0;}
#place .photo { flex-wrap: wrap;}
#place .box { width: 100%;}
#place .title { margin: 0 auto 10px;}
#place .box p { padding: 5px 0 20px;}
#place p.address { margin: 20px auto 40px;padding: 15px;}}
/* ---------------------------------------
    CONTACT
----------------------------------------- */
#contact { padding: 140px 0 100px;}
#contact h2 {
	margin: 60px auto 30px;
  width: 740px;
  padding: 20px 0 20px;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
	background: #f2f2f2;
	border-radius: 6px;
	line-height: 1;
  color: #E8316F;}
#contact .namber {
	margin: 0 auto;
	padding: 40px;
	width: 740px;
	background: url("images/back.png");}
#contact .namber p {
	padding: 20px 0 0;
	background: #fff;}
#contact .tel a {
  color: #E8316F;
  font-weight: bold;
  line-height: 1.2;
  font-size: 56px;}
#form {
  margin: 40px auto;
  width: 740px;
  padding: 40px;
  background: url("images/back.png");}
#form .mandatory {
  margin-right: 10px;
  font-size: 13px;
  display: inline-block;
  background: #E8316F;
  color: #fff;
  border-radius: 6px;
  padding: 2px 10px 0;}
#form .mandatory.non {
  background: #f7f7f7;
  color: #282a2e;}
#form input[type="text"],
#form input[type="email"],
#form input[type="tel"],
#form textarea {
  margin: 10px 0 20px;
  padding: 0.5em 1em;
  border-radius: 10px;
  width: 100%;
  border: 1px solid #eee;
  background: #fff;}
#form textarea { height: 200px;}
#form input[type="submit"] {
  padding: 20px;
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 360px;
  background: #282A2E;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  margin-top: 20px;
	transition: 0.3s all;
  font-size: 22px;}
@media screen and (min-width:1180px) {
#form input[type="submit"]:hover { background: #E8316F;}}
@media screen and (max-width:1179px) {
#contact { padding: 60px 0;}
#contact h2 { margin: 40px auto 30px; width: 100%;max-width: 740px;}
#contact .namber {
	padding: 30px;
	width: 100%;
	max-width: 740px;}
#contact .tel a { font-size: 48px;}
#form {
  width: 100%;
	max-width: 740px;
	padding: 30px;}
	#form input[type="submit"]{background: #E8316F;}}
@media screen and (max-width:480px) {
#contact { padding: 30px 0 0;}
#contact h2 { margin: 20px auto;font-size: 18px;}
#contact .namber { padding: 20px;}
#contact .tel a { font-size: 38px;}
#form { padding: 0; background: none;}}

/* ---------------------------------------
    FOOTER
----------------------------------------- */
#footer {
  padding: 100px 0 40px;
	background: #1a1a1a;
	color: #fff;}
#footer p {
	line-height: 40px;
  text-align: center;}
#footer p span { font-weight: bold;font-size: 18px;}
#footer p.copy {
	padding-top: 80px;
	letter-spacing: 2px;
	font-size: 13px; color: #ccc;}
@media screen and (max-width:1179px) {
#footer { padding: 60px 0 0;}
#footer p.copy { padding-top: 60px;}}
@media screen and (max-width:480px) {
#footer { padding: 30px 0 0;}
#footer p.copy { padding-top: 40px;}}