@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

.global-nav .nav-about a {
	color: #f19eb4;
}

/* ==========================================================================
	CONTENTS
	========================================================================== */

.lead .environ-tit {
	display: flex;
	align-items: center;
}
.lead .environ-tit:before,
.lead .environ-tit:after {
	content: "";
	height: 1px;
	flex-grow: 1;
	background-color: #ccc;
}
.lead .environ-tit:before {
	margin-right: 1rem;
}
.lead .environ-tit:after {
	margin-left: 1rem;
}
.lead .environ-tit img {
	width: 200px;
}
.lead .txt {
	float: right;
	width: 65%;
}
.lead .txt h2 {
	font-size: 3rem;
}
.lead .txt h2 span {
	font-size: 130%;
}
.lead img {
	display: block;
	float: left;
	width: 28%;
}

.about {
	position: relative;
}
.about .txt {
	width: 60%;
}
.about .txt p {
	margin: 0 0 100px 40px;
}
.about .img {
	position: absolute;
	top: 50px;
	left: 50%;
	width: 600px;
	margin-left: 200px;
}

.environ-box .inner {
	overflow: hidden;
	margin-bottom: 40px;
}
.environ-box .txt {
	float: right;
	width: 55%;
	background: url("../images/about-images/arrow.gif") 50% 100% no-repeat;
	background-size: 100px;
	padding-bottom: 30px;
}
.environ-box .inner:last-child .txt {
	background: none;
	padding-bottom: 0;
}
.environ-box .txt .number01 {
	background: url("../images/about-images/number01.gif") 0 0 no-repeat;
}
.environ-box .txt .number02 {
	background: url("../images/about-images/number02.gif") 0 0 no-repeat;
}
.environ-box .txt .number03 {
	background: url("../images/about-images/number03.gif") 0 0 no-repeat;
}
.environ-box .txt .tit-cmn02 {
	background-size: 70px;
	padding: 10px 0 0 80px;
}
.environ-box .txt .tit-cmn02 span {
	display: block;
	color: #a27e2f;
  font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.4rem;
	margin-bottom: 10px;
}
.environ-box .img {
	float: left;
	width: 40%;
}

.doctor .doctor-tit {
	display: flex;
	align-items: center;
	font-size: 2.5rem;
}
.doctor .doctor-tit:before,
.doctor .doctor-tit:after {
	content: "";
	height: 1px;
	flex-grow: 1;
	background-color: #0b1b6e;
}
.doctor .doctor-tit:before {
	margin-right: 1rem;
}
.doctor .doctor-tit:after {
	margin-left: 1rem;
}
.doctor li:first-child {
	border-right: solid 1px;
}
.doctor li {
	padding: 0 40px;
}
.doctor li img {
	display: block;
	margin: 0 auto 30px auto;
}
.doctor li h3 {
	color: #f19eb4;
	font-size: 2rem;
	text-align: center;
	margin-bottom: 10px;
}
.doctor li h3:before {
	display: block;
	content: "\f111";
	color: #f19eb4;
	font-family: "Font Awesome 5 Free";
	font-size: 1.1rem;
	font-weight: 900;
	margin-bottom: 15px;
}
.doctor li h4 {
	font-size: 1.5rem;
	text-align: center;
	margin-bottom: 20px;
}
.doctor li .sub {
	color: #a27e2f;
	font-size: 1.3rem;
	text-align: center;
	letter-spacing: 0;
}
.doctor li .sub:after {
	content: "";
	display: block;
	width: 1px;
	height: 80px;
	background-color: #0b1b6e;
	margin: 20px auto;
}

/* ==========================================================================
	PC 1025px -
	========================================================================== */

@media screen and (min-width: 1025px){


}
@media screen and (max-width: 1200px){/*1200以下*/

}


/* ==========================================================================
	TABLET - 1024px
	========================================================================== */

@media screen and (max-width:1024px){

.lead .environ-tit img {
	width: 170px;
}
.lead .txt h2 {
	font-size: 2.5rem;
}

.about .txt {
	width: 100%;
	margin-bottom: 40px;
}
.about .txt p {
	margin: 0 0 40px 40px;
}
.about .img {
	position: relative;
	top: 0;
	left: 0;
	width: 80%;
	margin-left: 0;
}

.environ-box:last-child {
	margin-bottom: 0;
}
.environ-box .txt {
	float: none;
	width: 100%;
	background: none;
	padding-bottom: 0;
	margin-bottom: 40px;
}
.environ-box .img {
	float: none;
	width: 80%;
	margin: 0 auto;
}

.doctor .doctor-tit {
	font-size: 2.2rem;
}
.doctor li {
	padding: 0 20px;
}
.doctor li h3 {
	font-size: 1.8rem;
}
.doctor li h4 {
	font-size: 1.4rem;
}
.doctor li .sub {
	font-size: 1.1rem;
}
}

/* ==========================================================================
	SP - 640px
	========================================================================== */

@media screen and (max-width: 640px) {

.lead .environ-tit img {
	width: 120px;
}
.lead .txt {
	float: none;
	width: 100%;
	margin-bottom: 30px;
}
.lead .txt h2 {
	font-size: 2.2rem;
}
.lead .txt h2 span {
	font-size: 120%;
}
.lead img {
	display: block;
	float: none;
	width: 60%;
	margin: 0 auto;
}

.about .txt {
	margin-bottom: 30px;
}
.about .txt p {
	margin: 0 0 0 20px;
}
.about .img {
	width: 95%;
}

.environ-box .inner {
	margin-bottom: 30px;
}
.environ-box .txt .tit-cmn02 {
	background-size: 50px;
	padding: 10px 0 0 60px;
}
.environ-box .txt .tit-cmn02 span {
	font-size: 1.2rem;
}

.doctor .doctor-tit {
	font-size: 2rem;
}
.doctor li:first-child {
	border: none;
	margin-bottom: 40px;
}
.doctor li img {
	margin: 0 auto 20px auto;
}
.doctor li h3 {
	font-size: 1.7rem;
}
.doctor li h3:before {
	font-size: 1rem;
}
.doctor li h4 {
	font-size: 1.4rem;
}
.doctor li .sub:after {
	height: 50px;
}
}

