@charset "utf-8";
/*ホーム-home*/
/*
=========================================
 contactArea
=========================================
*/
#contactArea{
	max-width: 100%;
	margin: 0 auto 0;
	padding: 0;
}
#contactArea .inner{
	max-width: 720px;
	margin: 0 auto 0;
	padding: 0;
}
#contactArea .inner .colArea{
	margin: 0;
	padding: 30px 0;
}
#contactArea .inner .col1{
	margin: 0;
	padding: 0;
	float: left;
	width: 48.1%;
}
#contactArea .inner .col2{
	margin: 0;
	padding: 0;
	float: right;
	width: 48.1%;
}
@media screen and (max-width:600px) {
#contactArea .inner{
	max-width: 80%;
	margin: 0 auto 0;
	padding: 0;
}
#contactArea .inner .colArea{
	margin: 0;
	padding: 20px 0;
}
#contactArea .inner .col1{
	margin: 0 auto 10px;
	padding: 0;
	float: none;
	width: 100%;
	text-align: center;
}
#contactArea .inner .col2{
	margin: 0 auto;
	padding: 0;
	float: none;
	width: 100%;
	text-align: center;
}
}
/*
=========================================
 section01
=========================================
*/
#section01{
	max-width: 100%;
	margin: 0 auto 40px;
	padding: 0;
}
#section01 .box01{
	width: 100%;
	margin: 0;
	padding: 40px 0 0;
	text-align: center;
	background-color: #000000;
}
#section01 .box01::after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 18px 0 18px;
	border-color: #000000 transparent transparent transparent;
	position: absolute;
	left: 50%;
	margin-left: -18px;
	border-width: 66px 240px 0 240px;
	margin-left: -240px;
}
@media screen and (max-width:600px) {
#section01 .box01::after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 18px 0 18px;
	border-color: #000000 transparent transparent transparent;
	position: absolute;
	left: 50%;
	margin-left: -18px;
	border-width: 46px 140px 0 140px;
	margin-left: -140px;
}
}
#section01 .box01 .inner{
	max-width: 960px;
	margin: 0 auto;
	padding: 0;
}
@media screen and (max-width:768px) {
#section01 .box01 .inner{
	max-width: 96%;
	margin: 0 auto;
	padding: 0;
}
}
#section01 .box02{
	width: 100%;
	margin: 0;
	padding: 0 0 60px;
	text-align: center;
	background-color: #fcee21;
	background-image: url(../images/home/section01_bg_03.png);
	background-repeat: repeat;
}
#section01 .box02 .inner{
	max-width: 960px;
	margin: 0 auto;
	padding: 100px 0 0;
}
@media screen and (max-width:768px) {
#section01 .box02 .inner{
	max-width: 96%;
	margin: 0 auto;
	padding: 100px 0 0;
}
}
/*
=========================================
 section02
=========================================
*/
#section02{
	max-width: 100%;
	margin: 0 auto 40px;
	padding: 0;
}
#section02 .box01{
	width: 100%;
	margin: 0 0 100px;
	padding: 20px 0 0;
	background-color: #004b59;
}
#section02 .box01 p{
	color: #ffffff;
	font-size: 4.4rem;
	letter-spacing: 5px;
	text-align: center;
	line-height: 1;
}
#section02 .box01::after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 18px 0 18px;
	border-color: #004b59 transparent transparent transparent;
	position: absolute;
	left: 50%;
	margin-left: -18px;
	border-width: 66px 240px 0 240px;
	margin-left: -240px;
}
@media screen and (max-width:600px) {
#section02 .box01{
	width: 100%;
	margin: 0 0 60px;
	padding: 20px 0 0;
	background-color: #004b59;
}
#section02 .box01::after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 18px 0 18px;
	border-color: #004b59 transparent transparent transparent;
	position: absolute;
	left: 50%;
	margin-left: -18px;
	border-width: 46px 140px 0 140px;
	margin-left: -140px;
}
#section02 .box01 p{
	font-size: 2.6rem;
}
}
#section02 .inner{
	max-width: 960px;
	margin: 0 auto 60px;
	padding: 0;
}
@media screen and (max-width:768px) {
#section02 .inner{
	max-width: 96%;
	margin: 0 auto 30px;
	padding: 0;
}
}
#section02 .inner .text01{
	font-size: 2.4rem;
	text-align: center;
	margin: 0 0 40px;
}
@media screen and (max-width:600px) {
#section02 .inner .text01{
	font-size: 1.6rem;
	text-align: center;
	margin: 0 0 20px;
}
}
#section02 .inner .box02 ul{
	width: 100%;
	margin: 0 0 30px;
	padding: 0;
}
#section02 .inner .box02 ul li{
	width: 32.2%;
	margin: 0 1.6% 0 0;
	padding: 0;
	box-shadow: 6px 11px 13px #666666;
	border-radius: 26px;
	float: left;
}
#section02 .inner .box02 ul li:last-child{
	margin: 0 0 0 0;
}
@media screen and (max-width:600px) {
#section02 .inner .box02 ul li{
	width: 80%;
	margin: 0 auto 20px;
	padding: 0;
	box-shadow: 6px 11px 13px #666666;
	border-radius: 26px;
	float: none;
}
#section02 .inner .box02 ul li:last-child{
	width: 80%;
	margin: 0 auto 20px;
	padding: 0;
	box-shadow: 6px 11px 13px #666666;
	border-radius: 26px;
	float: none;
}
#section02 .inner .box02 ul li img{
	width: 100%;
	margin: 0;
	padding: 0;
}

}
#section02 .inner .text02{
	font-size: 1.3rem;
	text-align: left;
	margin: 0 0 40px;
}
#section02 .inner .text02 span{
	font-size: 1.8rem;
	color: #be0000;
	text-align: left;
	margin: 0 0 0;
	font-weight: bold;
}
#section02 .inner .box03 ul{
	width: 100%;
	margin: 0 0 30px;
	padding: 0;
}
#section02 .inner .box03 ul li{
	width: 100%;
	margin: 0 0 15px 0;
	padding: 4px 6px;
	background-color: #004b59;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-size: 2.4rem;
	box-sizing: border-box;
}
@media screen and (max-width:600px) {
#section02 .inner .text02{
	margin: 0 0 20px;
}
#section02 .inner .box03 ul{
	width: 100%;
	margin: 0 0 30px;
	padding: 0;
}
#section02 .inner .box03 ul li{
	font-size: 1.7rem;
	text-align: left;
}
}
.marker {
	background: linear-gradient(transparent 60%, #ffff66 60%);
	font-size: 3.1rem;
	color: #004b59;
	text-align: center;
	font-weight: bold;
}
.text03{
	font-size: 2.8rem;
	color: #004b59;
	text-align: center;
	font-weight: bold;
	letter-spacing: 3px;
}
@media screen and (max-width:600px) {
.marker {
	background: linear-gradient(transparent 60%, #ffff66 60%);
	font-size: 2.0rem;
	color: #004b59;
	text-align: center;
	font-weight: bold;
	line-height: 1.6;
}
.text03{
	font-size: 1.7rem;
}
}
#section02 .box05{
	width: 100%;
	background-image: url(../images/home/section02_bg_01.png);
	background-repeat: repeat;
	background-position: center top;
	padding: 10px 0;
	text-align: center;
}
#section02 .box05 .inner{
	max-width: 960px;
	margin: 0 auto;
}
#section02 .box05 .inner .colArea{
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
#section02 .box05 .inner .colArea img{
	margin: 0 auto 0;
}
#section02 .box06{
	width: 100%;
	background-image: url(../images/home/section02_bg_02.png);
	background-repeat: repeat;
	background-position: center top;
	padding: 10px 0;
	margin: 0 0 80px;
}
@media screen and (max-width:600px) {
#section02 .box06{
	margin: 0 0 40px;
}
}
#section02 .box06 .inner{
	max-width: 960px;
	margin: 0 auto;
}
#section02 .box06 .inner .colArea{
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
#section02 .box06 .inner .colArea img{
	margin: 0 auto 0;
}

#section02 .box07{
	width: 100%;
	background-color: #004b59;
}
#section02 .box07 .inner{
	max-width: 960px;
	margin: 0 auto;
	text-align: center;
}

#section02 .box08{
	width: 100%;
	background-color: #64b09d;
	text-align: center;
	color: #ffffff;
	font-size: 2.0rem;
}
@media screen and (max-width:600px) {
#section02 .box08{
	font-size: 1.6rem;
	line-height: 1.6;
}
}
/*
=========================================
 section03
=========================================
*/
#section03{
	max-width: 100%;
	margin: 0 auto 40px;
	padding: 0;
}
#section03 .inner{
	max-width: 960px;
	margin: 0 auto 60px;
	padding: 0;
}
@media screen and (max-width:600px) {
#section03 .inner{
	width: 96%;
	margin: 0 auto 60px;
	padding: 0;
}
}
#section03 .ttl01{
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	background-image: url(../images/home/section03_bg_01.png);
	background-repeat: repeat-x;
	height: 120px;
}
#section03 .ttl01 .inner{
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	background-image: url(../images/home/section03_PC_ttl_01.png);
	background-repeat: no-repeat;
	background-position: center bottom -3px;
	height: 120px;
}
@media screen and (max-width:600px) {
#section03 .ttl01{
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	background-image: url(../images/home/section03_bg_01.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 70px;
}
#section03 .ttl01 .inner{
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	background-image: url(../images/home/section03_SP_ttl_01.png);
	background-repeat: no-repeat;
	background-position: center bottom -3px;
	height: 70px;
}
}
#section03 .ttl02{
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	background-image: url(../images/home/section03_bg_02.png);
	background-repeat: repeat-x;
	height: 120px;
}
#section03 .ttl02 .inner{
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	background-image: url(../images/home/section03_PC_line_01.png);
	background-repeat: no-repeat;
	background-position: center top -3px;
	height: 120px;
}
@media screen and (max-width:600px) {
#section03 .ttl02{
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	background-image: url(../images/home/section03_bg_02.png);
	background-repeat: repeat-x;
	height: 40px;
}
#section03 .ttl02 .inner{
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	background-image: url(../images/home/section03_SP_line_01.png);
	background-repeat: no-repeat;
	background-position: center top -3px;
	height: 40px;
}
}
#section03 .inner .colArea01{
	width: 84%;
	margin: 0 16% 0 0;
	padding: 0;
}
#section03 .inner .colArea01 .col1{
	width: 48%;
	margin: 0;
	padding: 0;
	float: left;
}
#section03 .inner .colArea01 .col2{
	width: 52%;
	margin: 0;
	padding: 50px 0 0 0;
	float: right;
}
@media screen and (max-width:600px) {
#section03 .inner .colArea01{
	width: 100%;
	margin: 0 0 0 0;
	padding: 0;
}
#section03 .inner .colArea01 .col1{
	width: 48%;
	margin: 0;
	padding: 0;
	float: left;
}
#section03 .inner .colArea01 .col2{
	width: 52%;
	margin: 0;
	padding: 50px 0 0 0;
	float: right;
}
}

#section03 .inner .colArea02{
	width: 84%;
	margin: 0 0 0 16%;
	padding: 0;
}
#section03 .inner .colArea02 .col1{
	width: 52%;
	margin: 0;
	padding: 50px 0 0;
	float: left;
}
#section03 .inner .colArea02 .col2{
	width: 48%;
	margin: 0;
	padding: 0 0 0 0;
	float: right;
}
@media screen and (max-width:600px) {
#section03 .inner .colArea02{
	width: 100%;
	margin: 0 0 0 0;
	padding: 0;
}
#section03 .inner .colArea02 .col1{
	width: 52%;
	margin: 0;
	padding: 50px 0 0 0;
	float: left;
}
#section03 .inner .colArea02 .col2{
	width: 48%;
	margin: 0;
	padding: 0;
	float: right;
}
}
/*
=========================================
 section04
=========================================
*/
#section04{
	max-width: 100%;
	margin: 0 auto 0;
	padding: 0;
}
#section04 .inner{
	max-width: 960px;
	margin: 0 auto 20px;
	padding: 0;
}
@media screen and (max-width:600px) {
#section04 .inner{
	width: 96%;
	margin: 0 auto 20px;
	padding: 0;
}
}
#section04 .box01{
 	position: relative;
  overflow: hidden;
  margin: 0;
  padding: 80px 0;
 }
#section04 .box01::before{
	content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 80%;
  margin: 2% -10% 0;
  background: #29abe2;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg);
  z-index: -1;
}
#section04 .box01 .inner{
  width: 100%;
  max-width: 960px;
  height: 100%;
  margin: 0 auto;
  padding: 100px 10px 60px;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (max-width:600px) {
#section04 .box01 .inner{
  width: 100%;
  max-width: 960px;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px 30px;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
}
}
#section04 .box02{
	width: 100%;
	margin: -80px 0 70px;
	padding: 80px 0;
	background-color: #dff2fb;
	background-image: url(../images/home/section04_PC_img_01.png);
	background-repeat: no-repeat;
	background-position: right 100px top;
}
#section04 .box02 .inner{
	max-width: 960px;
	margin: 0 auto;
	padding: 0;
}
@media screen and (max-width:600px) {
#section04 .box02{
	width: 100%;
	margin: -80px 0 60px;
	padding: 60px 0 30px;
	background-color: #dff2fb;
	background-image: url(../images/home/section04_SP_img_01.png);
	background-repeat: no-repeat;
	background-position: right top;
}
}
#section04 .box03{
	width: 100%;
	margin: 0;
	padding: 0;
}
#section04 .box03 .ttl01{
	text-align: center;
	margin: 0 0 50px;
}
#section04 .box03 .ttl02{
	text-align: center;
	margin: 0 0 20px;
}
#section04 .box03 p{
	text-align: center;
	font-size: 1.6rem;
	margin: 0 0 50px 0;
}
@media screen and (max-width:600px) {
#section04 .box03 .ttl01{
	text-align: center;
	margin: 0 auto 30px;
	width: 80%;
}
#section04 .box03 p{
	text-align: left;
	font-size: 1.6rem;
	margin: 0 0 40px 0;
}
}

#section04 .box04 .scroll{
    width: 100%;
    overflow-x: auto;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  margin: 0 0 60px;
  }
#section04 .box04 .scroll::-webkit-scrollbar {
    height: 10px;
  }
#section04 .box04 .scroll::-webkit-scrollbar-thumb{
    background: #999;
    border-radius: 5px;
  }
#section04 .box04 .scroll::-webkit-scrollbar-track-piece {
    background: #efefef;
  }


#section04 .box04 .table01 {
  border-collapse: separate;
  width: 960px;
	padding-top: 120px;
  font-size: 1.4rem;
  line-height: 1.8;
  background-image: url(../images/home/section04_bg_01.png);
  background-repeat: no-repeat;
  background-position: left top;
}
#section04 .box04 table.table01 th {
  padding: 0 20px 0;
  border-bottom: 2px solid #a8a9a9;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  width: 168px;
}
#section04 .box04 table.table01 th.lineHide {
  padding: 0 20px 0;
  border-bottom: 0px solid #a8a9a9;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  width: 168px;
}

#section04 .box04 table.table01 td {
  padding: 15px 0 15px 40px;
  border-bottom: 2px solid #a8a9a9;
  box-sizing: border-box;
  text-align: left;
  width: 198px;
  vertical-align: top;
}
#section04 .box04 table.table01 td.lineHide {
  padding: 15px 0 15px 40px;
  border-bottom: 0px solid #a8a9a9;
  box-sizing: border-box;
  text-align: left;
  width: 198px;
  vertical-align: top;
}
#section04 .box04 .ttl01{
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
	background-color: #66939b;
	text-align: center;
	color: #ffffff;
	font-size: 2.2rem;
	font-weight: bold;
}
#section04 .box04 ul{
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
}
#section04 .box04 ul li{
	width: 44%;
	margin: 0 3% 10px 3%;
	padding: 0;
	float: left;
}
#section04 .box04 ul li .ttlSub{
	width: 100%;
	padding: 10px 0 10px;
	margin: 0 0 10px;
	background-color: #a7a8a8;
	box-sizing: border-box;
	text-align: center;
	display: inline-table;
	vertical-align: middle;
	color: #ffffff;
	border-radius: 10px;
	font-size: 1.6rem;
}
.sec04clr01{
	background-color: #f7931e !important;
}
.sec04clr02{
	color: #eb0000;
}
#section04 .box04 ul li p{
	font-size: 1.4rem;
}
#section04 .box05{
	text-align: center;
}
/*
=========================================
 section05
=========================================
*/
#section05{
	max-width: 100%;
	margin: 0 auto 40px;
	padding: 40px 0;
	background-image: url(../images/home/section05_bg_01.png);
	background-repeat: repeat;
	background-position: center top;
}
#section05 .inner{
	max-width: 960px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
@media screen and (max-width:600px) {
#section05 .inner{
	max-width: 96%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#section05 .inner img{
	margin: 0 auto 0;
	width: 80%;
}
}
/*
=========================================
 section06
=========================================
*/
#section06{
	max-width: 100%;
	margin: 0 auto 0;
	padding: 0;
}
#section06 .inner{
	max-width: 960px;
	margin: 0 auto 20px;
	padding: 0;
}
@media screen and (max-width:600px) {
#section06 .inner{
	max-width: 96%;
	margin: 0 auto 20px;
	padding: 0;
	text-align: center;
}
}
#section06 .inner .ttlMain{
	width: 100%;
	margin: 0 0 40px;
	padding: 0;
}
#section06 .inner .box{
	width: 100%;
	margin: 0 0 60px;
	padding: 0;
}
@media screen and (max-width:600px) {
#section06 .inner .box{
	width: 100%;
	margin: 0 0 40px;
	padding: 0;
}
}
#section06 .inner .box .ttl{
	width: 100%;
	margin: 0 0 30px;
	padding: 8px 0 8px 130px;
	background-color: #e7f2f5;
	border-top: solid 4px #4377bb;
	border-bottom: solid 4px #4377bb;
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 3.2rem;
	line-height: 2.0;
	box-sizing: border-box;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.bgTtl01{
	background-image: url(../images/home/section06_ttl_01.png);
}
.bgTtl02{
	background-image: url(../images/home/section06_ttl_02.png);
}
.bgTtl03{
	background-image: url(../images/home/section06_ttl_03.png);
}
.bgTtl04{
	background-image: url(../images/home/section06_ttl_04.png);
}
#section06 .inner .box .colArea{
	width: 100%;
	margin: 0;
	padding: 0;
}
#section06 .inner .box .colArea .col1{
	width: 64%;
	float: left;
}
#section06 .inner .box .colArea p{
	font-size: 1.6rem;
}
#section06 .inner .box .colArea .col2{
	width: 33%;
	float: right;
	text-align: right;
}
@media screen and (max-width:600px) {
#section06 .inner .box .ttl{
	width: 100%;
	margin: 0 0 20px;
	padding: 10px 0 10px 80px;
	background-color: #e7f2f5;
	border-top: solid 4px #4377bb;
	border-bottom: solid 4px #4377bb;
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 1.8rem;
	box-sizing: border-box;
	text-align: left;
	line-height: 1.6;
}
.bgTtl01{
	background-image: url(../images/home/section06_SP_ttl_01.png);
}
.bgTtl02{
	background-image: url(../images/home/section06_SP_ttl_02.png);
}
.bgTtl03{
	background-image: url(../images/home/section06_SP_ttl_03.png);
}
.bgTtl04{
	background-image: url(../images/home/section06_SP_ttl_04.png);
}

#section06 .inner .box .colArea{
	width: 100%;
	margin: 0;
	padding: 0;
}
#section06 .inner .box .colArea .col1{
	width: 100%;
	float: none;
	margin: 0 0 20px;
}
#section06 .inner .box .colArea p{
	font-size: 1.6rem;
}
#section06 .inner .box .colArea .col2{
	width: 100%;
	float: none;
	text-align: center;
}
}
/*
=========================================
 section07
=========================================
*/
#section07{
	max-width: 100%;
	margin: 0 auto 0;
	padding: 0;
}
#section07 .inner{
	max-width: 960px;
	margin: 0 auto 60px;
	padding: 0;
}
#section07 .area{
 	position: relative;
  overflow: hidden;
  margin: 0;
  padding: 140px 0 140px;
}
#section07 .area .box .dr-name {
	font-size: 3.2em;
	font-weight: normal;
}
@media screen and (max-width:600px) {
#section07 .inner{
	width: 96%;
	margin: 0 auto 20px;
	padding: 0;
}
#section07 .area{
 	position: relative;
  overflow: hidden;
  margin: 20px 0 40px;
  padding: 30px 0;
}
}
#section07 .area::before{
	content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 92%;
  margin: 2% -10% 0;
  background: #171a53;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg);
  z-index: -1;
}
#section07 .area .ttl{
  max-width: 960px;
  margin: 0 auto 40px;
  text-align: center;
}
@media screen and (max-width:600px) {
#section07 .area::before{
	content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  background: #171a53;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-0deg);
  -ms-transform: rotate(-0deg);
  transform: rotate(-0deg);
  z-index: -1;
}
#section07 .area .ttl{
	width: 96%;
	margin: 0 auto 20px;
	padding: 0;
}
#section07 .area .box .inner img{
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
}
#section07 .area .box{
  width: 100%;
  margin: 0 0 20px;
  border-bottom: 18px solid #000000;
  text-align: center;
}
#section07 .area .box .inner{
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
#section07 .area .inner{
  width: 100%;
  max-width: 960px;
  height: 100%;
  margin: 0 auto;
  padding: 100px 10px 60px;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (max-width:600px) {
#section07 .area .inner{
  width: 100%;
  max-width: 960px;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px 30px;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
}
#section07 .area .box .dr-name{
	font-size: 12vw;
}
}

/* 20200107 追加 */
#section07 ul{
	display: flex;
	justify-content: space-between;
}
#section07 ul li{
	position: relative;
	margin: 0 auto;
}
#section07 ul li .doc_l{
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	font-family:“ヒラギノ明朝 Pro W3”, “Hiragino Mincho Pro”, serif;
}
#section07 ul li .doc_l{
	position: absolute;
	top: 5.5vw;
	right: 0;
	text-align: right;
}
#section07 ul li h1{
	font-size: 3.2em;
}
#section07 ul li h2{
	font-size: 1.3em;
}
#section07 ul li .huri{
	margin-top: -10px;
}

#section07 ul li .doc_l p{
	 text-align: right;
	 margin-bottom: 15px;
	 font-size: 1em;
}
#section07 ul li .doc_r{
	position: absolute;
	top: 0;
	right: 0;
	text-align: left;
	font-family:“ヒラギノ明朝 Pro W3”, “Hiragino Mincho Pro”, serif;
}
#section07 ul li .doc_r{
	position: absolute;
	top: 5.5vw;
	left: 0;
	text-align: left;
}
#section07 ul li .doc_r p{
	 text-align: left;
	 margin-bottom: 15px;
	 font-size: 1em;
}
@media screen and (min-width: 980px) {
	#section07 ul li .doc_l,#section07 ul li .doc_r{
		top: 70px;
	}
}
@media screen and (max-width:600px) {
	#section07 ul.sec7_l{
		display: flex;
		flex-direction: column;
	}
	#section07 ul.sec7_r{
		display: flex;
		flex-direction: column-reverse;
	}
	#section07 ul li .doc_l,#section07 ul li .doc_r{
		margin: 5%;
	}
	#section07 ul li  h1{
		font-size: 12vw;
	}
	#section07 ul li  h2{
		font-size: 5.5vw;
	}
	#section07 ul li .doc_l p{
		text-align: right;
		margin-bottom: 20px;
		font-size: 3.5vw;
	}
	#section07 ul li .doc_r p{
		text-align: lrft;
		margin-bottom: 20px;
		font-size: 3.5vw;
	}
	#section07 ul li .huri{
		font-size: 3vw;
	}
}

/*
=========================================
 section08
=========================================
*/
#section08{
	max-width: 100%;
	margin: 0 auto 0;
	padding: 0;
}
#section08 .ttlMain{
	width: 100%;
	padding: 0;
	margin: 0 auto 40px;
	text-align: center;
}
#section08 .text01{
	max-width: 960px;
	margin: 0 auto 40px;
	padding: 0;
	font-size: 1.6rem;
	text-align: justify;
	line-height: 1.6;
}
@media screen and (max-width:600px) {
#section08 .text01{
	width: 96%;
	line-height: 1.6;
}
}
#section08 .ttl{
	width: 100%;
	margin: 0 0 40px;
	background-color: #004b59;
	padding: 4px 0;
	text-align: center;
	color: #ffffff;
	font-size: 3.0rem;
	line-height: 1.4;
}
#section08 .colArea{
	max-width: 960px;
	padding: 0;
	margin: 0 auto 40px;
	font-size: 1.6rem;
	text-align: justify;
}
#section08 .colArea .col1{
	width: 58%;
	padding: 0;
	margin: 0;
	float: left;
}
#section08 .colArea .col2{
	width: 40%;
	padding: 0;
	margin: 0;
	float: right;
}
#section08 .colArea .col3{
	width: 49%;
	padding: 0;
	margin: 0;
	float: left;
}
#section08 .colArea .col4{
	width: 49%;
	padding: 0;
	margin: 0;
	float: right;
}
@media screen and (max-width:600px) {
#section08 .ttl{
	width: 100%;
	margin: 0 0 20px;
	background-color: #004b59;
	padding: 4px 0;
	text-align: center;
	color: #ffffff;
	font-size: 2.0rem;
	line-height: 1.4;
}
#section08 .colArea{
	width: 96%;
	padding: 0;
	margin: 0 auto 40px;
	font-size: 1.6rem;
	text-align: justify;
}
#section08 .colArea .col1{
	width: 100%;
	padding: 0;
	margin: 0 0 20px;
	float: none;
	line-height: 1.6;
}
#section08 .colArea .col2{
	width: 100%;
	padding: 0;
	margin: 0;
	float: none;
	text-align: center;
}
#section08 .colArea .col3{
	width: 100%;
	padding: 0;
	margin: 0 0 20px;
	float: none;
	line-height: 1.6;
}
#section08 .colArea .col4{
	width: 100%;
	padding: 0;
	margin: 0;
	float: none;
	text-align: center;
}
#section08 .colArea .col4 img{
	margin-bottom: 20px;
}
}

#section08 .box02{
 	position: relative;
  overflow: hidden;
  margin: 0;
  padding: 100px 0 140px;
 }
#section08 .box02::before{
	content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 80%;
  margin: 0 -10% 0;
  background-image: url(../images/home/section08_bg_01.png);
  background-repeat: repeat;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  z-index: -1;
}
#section08 .box02 .inner{
  width: 100%;
  max-width: 960px;
  height: 100%;
  margin: 0 auto;
  padding: 0px 10px 0px;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (max-width:600px) {
#section08 .box02{
 	position: relative;
  overflow: hidden;
  margin: 0;
  padding: 60px 0 60px;
 }
#section08 .box02 .inner{
  width: 100%;
  max-width: 960px;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px 30px;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
}
}

/*
=========================================
 section09
=========================================
*/
#section09{
	max-width: 100%;
	margin: 0 auto 40px;
	padding: 0;
}
#section09 .inner{
	max-width: 960px;
	margin: 0 auto 60px;
	padding: 0;
}
#section09 .inner dl {
	width: 100%;
	margin:0;
	display: table;
	zoom: 1;
	overflow: hidden;
}

#section09 .inner dl:first-child {
	margin-top: 60px;
}

#section09 .inner dl::after {
	content: "";
	display: block;
	clear: both;
}
#section09 .inner dl dt {
	width: 50%;
	padding: 100px 0 100px 150px;
	display: table-cell;
	box-sizing: border-box;
	background-color: #004A58;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	position: relative;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
}
#section09 .inner dl dt::after{
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -14.5em;
	border-top: 14.5em solid transparent;
	border-bottom: 14.5em solid transparent;
	border-left: 2.5em solid;
	right: -1.5em;
	z-index: -2;
	border-left-color: #004A58;
}
#section09 .inner dl:nth-of-type(4) dt {
	border: none;
}
#section09 .inner dl dd {
	width: 50%;
	padding-left: 50px;
	padding-right: 50px;
	display: table-cell;
	box-sizing: border-box;
	color: #000000;
	border-bottom: 1px solid #004A58;
	vertical-align: middle;
	font-size: 1.6rem;
	font-weight: bold;
}
#section09 .inner .qa_p {
	display: block;
	float: left;
	width: 89%;
	margin-left: 1%;
}
#section09 .inner .qa_icon_q {
	font-family: 'Yu Gothic', sans-serif;
	font-size: 200%;
	float: left;
	display: block;
	width: 10%;
	margin-top: -15px;
	font-weight: normal;
}
#section09 .inner .qa_icon_a {
	font-family: 'Yu Gothic', sans-serif;
	font-size: 200%;
	color: #004A58;
	float: left;
	display: block;
	width: 10%;
	margin-top: -10px;
}
@media screen and (max-width:960px) {

#section09{
	max-width: 100%;
	margin: 0 auto 40px;
	padding: 0;
}
#section09 .inner{
	width: 90%;
	margin: 0 auto 60px;
	padding: 0;
}
#section09 .inner dl {
	width: 100%;
	margin:0;
	display: table;
	zoom: 1;
	overflow: hidden;
}

#section09 .inner dl:first-child {
	margin-top: 60px;
}

#section09 .inner dl::after {
	content: "";
	display: block;
	clear: both;
}
#section09 .inner dl dt {
	width: 50%;
	height: 250px;
	padding: 50px 0 50px 80px;
	display: table-cell;
	box-sizing: border-box;
	background-color: #004A58;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	position: relative;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
}
#section09 .inner dl dt::after{
	content: "";
	position: absolute;
	top: 125px;
	margin-top: -16em;
	border-top: 16em solid transparent;
	border-bottom: 16em solid transparent;
	border-left: 2.5em solid;
	right: -1.5em;
	z-index: -2;
	border-left-color: #004A58;
}
#section09 .inner dl:nth-of-type(4) dt {
	border: none;
}
#section09 .inner dl dd {
	width: 50%;
	padding: 50px 0 50px 40px;
	display: table-cell;
	box-sizing: border-box;
	color: #000000;
	border-bottom: 1px solid #004A58;
	vertical-align: middle;
	font-size: 1.6rem;
	font-weight: bold;
}
#section09 .inner .qa_p {
	display: block;
	float: none;
	width: 89%;
	margin-left: 1%;
}
#section09 .inner .qa_icon_q {
	font-family: 'Yu Gothic', sans-serif;
	font-size: 200%;
	float: none;
	display: block;
	width: 10%;
	margin-top: -15px;
	font-weight: normal;
}
#section09 .inner .qa_icon_a {
	font-family: 'Yu Gothic', sans-serif;
	font-size: 200%;
	color: #004A58;
	float: none;
	display: block;
	width: 10%;
	margin-top: -10px;
}
}
@media screen and (max-width:600px) {

#section09{
	max-width: 100%;
	margin: 0 auto 40px;
	padding: 0;
}
#section09 .inner{
	width: 90%;
	margin: 0 auto 60px;
	padding: 0;
}
#section09 .inner dl {
	width: 100%;
	margin: 0 auto 30px;
	display: block;
	zoom: 1;
	overflow: hidden;
}

#section09 .inner dl:first-child {
	margin-top: 60px;
}

#section09 .inner dl::after {
	content: "";
	display: block;
	clear: both;
}
#section09 .inner dl dt {
	width: 100%;
	height: auto;
	padding: 3% 0 3% 5%;
	display: block;
	box-sizing: border-box;
	background-color: #004A58;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	position: relative;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
}
#section09 .inner dl dt::after{
	content: none;
}
#section09 .inner dl:nth-of-type(4) dt {
	border: none;
}
#section09 .inner dl dd {
	width: 100%;
	padding: 3% 0 3% 5%;
	display: block;
	box-sizing: border-box;
	color: #000000;
	border-bottom: 1px solid #004A58;
	vertical-align: middle;
	font-size: 1.6rem;
	font-weight: bold;
}
#section09 .inner .qa_p {
	display: block;
	float: none;
	width: 89%;
	margin-left: 1%;
}
#section09 .inner .qa_icon_q {
	font-family: 'Yu Gothic', sans-serif;
	font-size: 200%;
	float: left;
	display: block;
	width: 10%;
	margin-top: -15px;
	font-weight: normal;
}
#section09 .inner .qa_icon_a {
	font-family: 'Yu Gothic', sans-serif;
	font-size: 200%;
	color: #004A58;
	float: none;
	display: block;
	width: 10%;
	margin-top: -10px;
}
}
/*
=========================================
 section10
=========================================
*/
#section10{
	max-width: 100%;
	margin: 0 auto 60px;
	padding: 80px 0;
	background-image: url(../images/home/section10_bg_01.jpg);
	background-repeat: repeat;
	background-position: center top;
}
#section10 .inner{
	max-width: 960px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	color: #ffffff;
	font-size: 1.8rem;
}
#section10 .inner .text{
	width: 100%;
	margin: 0 0 40px;
	text-align: center;
	color: #ffffff;
	font-size: 1.8rem;
	line-height: 2.0;
}
@media screen and (max-width:600px) {
#section10{
	max-width: 100%;
	margin: 0 auto 40px;
	padding: 40px 0;
	background-image: url(../images/home/section10_bg_01.jpg);
	background-repeat: repeat;
	background-position: center top;
}
#section10 .inner{
	max-width: 960px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#section10 .inner .text{
	width: 96%;
	margin: 0 auto 20px;
	text-align: left;
	color: #ffffff;
	font-size: 1.6rem;
	line-height: 1.8;
	text-align: justify;
}
}
/*
=========================================
 section11
=========================================
*/
#section11{
	max-width: 100%;
	margin: 0 auto 40px;
	padding: 0;
}
#section11 .mainTtl{
	width:100%;
	height:40px;
	line-height:40px;
	position:relative;
	margin: 0 auto 40px;
}

#section11 .mainTtl::before{
	content:" ";
	height:30px;
	width:100%;
	background-image:url(../images/home/section11_bg_02.png);
	background-repeat:repeat;
	position:absolute;
	left:0;
	top:7px;
}

#section11 .mainTtl .inner{
	width:600px;
	height:100%;
	position:relative;
	background-color: #ffffff;
	font-size:3.3rem;
	font-weight:600;
	text-align:center;
	letter-spacing:1px;
	color: #004b59;
	margin: 0 auto 10px;
}
@media screen and (max-width:600px) {
#section11 .mainTtl{
	width:100%;
	height:auto;
	line-height:1.6;
	position:relative;
	margin: 0 auto 20px;
}
#section11 .mainTtl .inner{
	width:100%;
	font-size:2.5rem;
	margin: 0 auto 10px;
}
}
#section11 .inner{
	max-width: 1011px;
	margin: 0 auto 20px;
	padding: 0;
}
#section11 .inner ul{
	width: 100%;
	margin: 0 0 50px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}
#section11 .inner ul li{
	width: 28.4%;
	padding: 0;
	margin: 0 2.4% 60px;
}
#section11 .inner ul li .ttl{
	width: 100%;
	padding: 8px 0;
	margin: 0 0 7px;
	background-color: #754c24;
	color: #ffffff;
	text-align: center;
	font-size:1.8rem;
}
#section11 .inner ul li .add{
	width: 100%;
	padding: 0 ;
	margin: 0 0 10px;
	box-sizing: border-box;
}
#section11 .inner ul li .acs{
	width: 100%;
	padding: 0 0 15px 46px;
	margin: 0;
	background-image: url(../images/home/section11_bg_01.png);
	background-repeat: no-repeat;
	background-position: left top;
	box-sizing: border-box;
}
@media screen and (max-width:600px) {
#section11 .inner ul li{
	width: 80%;
	padding: 0;
	margin: 0 auto 40px;
	float: none;
}
}

#section11 .inner ul li .map {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
}
#section11 .inner ul li .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
/* 2021/1/19　追加 */
.infoArea > figure > img{
	width: 100%;
}
.infoArea > figure{
	width: 100%;
	padding: 0 0 10px;
	margin: 0;
}
@media all and (max-width: 768px) {
.infoArea > figure{
	width: 100%;
	margin: 0 0 10px !important;
}
}

/* parking_area */
.parking_area{
	width: 100%;
	margin: 0 0 0 0;
	padding: 0;
}
.parking_area > .inner_base{
	width: 100%;
	margin: 0;
	padding: 0;
}
.parking_area > .inner_base > .parking_ttl{
	margin: 0 0 2vh 0;
	padding: 14px 10px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	background-color: #f7f2f2;
	border-bottom: 1px solid #d1b2b2;
	box-sizing: border-box;
}
.parking_area > .inner_base > .parking_map{
	width: 100%;
	margin: 0 auto 3vh;
}
.parking_area > .inner_base > .parking_map figure{
	margin: 0;
}
.parking_area > .inner_base > .parking_map figure img{
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
}

table.tbl_01 {
	width: 90%;
  margin: 0 auto 0 !important;
  border-collapse: collapse;
  font-size: 13px;
}
table.tbl_01 th {
	background: #f4f0df;
	border: solid 1px #cfbe6f !important;
	color: #000;
	padding: 10px;
  box-sizing: border-box;
  text-align: center;
  white-space:nowrap;
}
table.tbl_01 td {
	border: solid 1px #cfbe6f;
	padding: 10px;
  box-sizing: border-box;
  text-align: left;
  line-height: 1.4;
}
table.tbl_01 td span{
	color: #660000;
}
table.tbl_01 {
	width: 90%;
}
table.tbl_01 th {
	border-bottom: none !important;
}
table.tbl_01 td {
	border-bottom: none;

}
table.tbl_01 tr.last td:last-child {
	border-bottom: solid 1px #cfbe6f !important;
	width: 100%;
}
table.tbl_01 th,
table.tbl_01 td {
	border-bottom: none;
	display: block;
	width: 100%;
}
table.tbl_01 td span{
	color: #660000;
	display: block;
}
.parking_area .note{
	margin: 0 0 0 0;
	padding: 0;
	text-align: right !important;
}


/* syourei */
#shourei_area .inner {
  width: 95%;
  max-width: 960px;
  margin: 0 auto 0;
  text-align: center;
}
.syourei {
	background-color: #fff;
	margin-bottom: 50px;
}

.syourei .sp {
	display: none;
}

.syourei .pc {
	display: block;
}

.acdBtn {
	background-color: #0062ac;
	color: #fff;
	padding: 8px 15px;
	font-size: 18px;
}

.gren {
	background-color: #0062a7;
}

.syourei .spInner {
	padding: 50px;
}

.boxCase>img {
	display: block;
	margin: 0 auto 30px;
	max-width: 460px;
}

.boxCase p {
	font-size: 15px;
	margin-bottom: 10px;
}

.boxCase .midashi {
	color: #0062a7;
	margin-bottom: 20px;
}

.syoureiBox {
	display: grid;
	grid-template-columns: 18% 72%;
	column-gap: 5%;
}

.triple {
	grid-template-columns: 30% 60%;
}

.txtBox {
	position: relative;
	display: inline-block;
	margin: 12px 0 0;
	padding: 12px 16px;
	width: auto;
	text-align: left;
	background: #f4f0df;
	border-radius: 12px;
	z-index: 0;
	font-size: 1.4rem;
}

.txtBox::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -16px;
	margin-top: -9px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 8px 16px 8px 0;
	border-color: transparent #f4f0df transparent transparent;
	z-index: 0;
}

.txtBox span {
	display: block;
	color: #0062a7;
}

.syourei .sp {
	display: none;
}

.syourei .pc {
	display: block;
}

@media all and (max-width:600px) {
	.boxCase>img {
	display: block;
	margin: 0 auto 30px;
	width: 100%;
	}

	.syourei .sp {
		display: block;
	}

	.syourei .pc {
		display: none;
	}

	.syourei .spInner {
		padding: 20px;
	}

	.syoureiBox {
		display: block;
	}

	.syourei .doctorImg {
		display: block;
		width: 30%;
		margin: 0 auto;
	}

	.syourei .doctorImg.triple {
		display: block;
		width: 60%;
		margin: 0 auto;
	}

	.txtBox {
		position: relative;
		display: inline-block;
		margin: 12px 0 0;
		padding: 12px 16px;
		width: auto;
		text-align: left;
		background: #f4f0df;
		border-radius: 12px;
		z-index: 0;
		font-size: 1.4rem;
	}

	.txtBox::before {
		margin-left: -6px;
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 5.5px 10px 5.5px;
		border-color: transparent transparent #f4f0df transparent;
		position: absolute;
		top: 0;
		left: 50%;
	}
}
.syourei_inner{
	width: 100%;
	margin: 0 auto 20px;
	padding: 8%;
	box-sizing: border-box;
	border: 1px solid #0062a7;
	position: relative;
	background:url(../images/home/syourei_before.svg) no-repeat top 10px left 10px/200px,url(../images/home/syourei_after.svg) no-repeat bottom 10px right 10px/200px,linear-gradient(0deg, rgba(221,233,240,1) 0%, rgba(255,255,255,1) 82%);
}
@media screen and (max-width: 900px) {
.syourei_inner{
	background-image: none, none,linear-gradient(0deg, rgba(221,233,240,1) 0%, rgba(255,255,255,1) 82%);
}
}
ul.syourei_set{
	max-width: 340px;
	margin: 0 auto 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
}
ul.syourei_set > li.arrow{
	width: 80px;
	height: auto;
	margin: 0;
	padding: 10px 0;
}
ul.syourei_set > li{
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}
ul.syourei_set > li span{
	position: absolute;
	right: 10px;
	bottom: 10px;
	color: #fff;
	font-size: 20px;
	font-family: sans-serif;
	opacity: 0.8;
	line-height: 1;
}
ul.syourei_set > li img{
	vertical-align: middle;
	width: 100%;
}