.guide .pege-heade-inner {
	background: url('../img/guide/guide-header.png') center right no-repeat;
	background-size: contain;
}
.en-title {
  font-size: 12px;
  letter-spacing: 0.2em;
  color: #9aa39a;
  margin-bottom: 6px;
}
.jp-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 40px;
  color: #333;
}
/* =====================================
  CONCEPT
===================================== */
.guide-concept {
  padding: 100px 0;
}
.guide-concept h2{
	text-align: center;
	margin-top: 0;
	font-size: 30px;
}
.guide-concept-inner {
  display: flex;
  gap: 10px;
}
.guide-concept-content {
  flex: 1;
}
.concept-lead {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #333;
  white-space: nowrap;
}
.concept-text {
  font-size: 16px;
  line-height: 1.9;
  color: #272727;
  margin-bottom: 20px;
}
.guide-concept-image {
  flex: 1;
  max-width: 380px;
}
.guide-concept-image img {
  width: 100%;
  height: auto;
  display: block;
}
.guide-doctor_rap , .guide .access-section{
  background: linear-gradient(135deg, #f3fce9 0%, #e4f5e9 50%, #f4fbf3 100%);
}
.guide .reserve-section{
	background: #FFF;
}
.guide-doctor {
  position: relative;
  padding: 120px 0;
}
.guide-doctor h2{
	text-align: center;
	font-size: 30px;
	margin-top: 0;
}
.guide-doctor-inner {
  position: relative;
}
/* プロフィール横並び */
.doctor-profile {
  display: flex;
  gap: 60px;
  margin-bottom: 50px;
}
.doctor-image {
  width: 280px;
  flex-shrink: 0;
}
.doctor-image img {
  width: 100%;
  height: auto;
  display: block;
}
.doctor-content {
  flex: 1;
}
.doctor-name {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 25px;
  margin-top: 0;
  color: #333;
}
.doctor-message {
  font-size: 16px;
  line-height: 1.9;
  color: #272727;
  margin-bottom: 20px;
}
/* 経歴カード */
.doctor-career {
  background: #fff;
  padding: 32px 40px;
  max-width: 720px;
}
.doctor-career h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}
.doctor-career li {
  font-size: 14px;
  color: #555;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
.guide .pege-heade-inner {
	background: url('../img/guide/guide-header.png') center right -65px no-repeat;
	background-size: contain;
}
	.guide-concept-inner , .doctor-profile {
		flex-direction: column;
		align-items: center;
}
.guide-concept-inner.inner , .guide-doctor-inner.inner{
	padding: 0;
}
.doctor-image{
	width: 320px;
}
.doctor-career {
    padding: 20px 8px;
}
.doctor-career ul{
	padding-left: 1.5em;

}
.guide-concept {
	padding: 100px 16px 60px;
}
.guide-doctor {
	padding: 60px 16px 56px;
}
}