@charset "UTF-8";




.hero {
	position: relative;
	width: 100%;
	min-height: 95vh;

	/* 背景画像 */
	background-image:
		linear-gradient(
			rgba(255, 255, 255, 0.45),
			rgba(255, 255, 255, 0.45)
		),
		url("../../images/doctor/mainvisual.jpg");

	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;

	/* titleを上下中央に */
	display: flex;
	align-items: center;
	
}

/* タイトルエリア */
.hero .title {
	width: min(1200px, 90%);
	margin: 0 auto;
	text-align: left;
	position: relative;
	z-index: 2;
	margin-top: -100px;
}



.hero .logo img {
	display: block;
	width: 100%;
	height: auto;
}

/* メインコピー */
.hero h2 {
	margin: 0 0 25px;
	font-size: clamp(3rem, 5vw, 6rem);
	line-height: 1.3;
  font-family: "Noto Serif JP", serif;
	font-weight: 400;
	color:#000;
	letter-spacing: 0.5rem;
}

.hero h2 span {
  display: block;
	font-size: clamp(1.8rem, 3.4vw, 3.4rem);
}



/* 説明 */
.hero p {
	margin: 0;
	font-size: clamp(1.4rem, 1.5vw, 1.8rem);
	line-height: 2;
	font-weight: 400;
	width: 50%;
  font-family: "Noto Serif JP", serif;
	color:#000;
}


.doctor-list {
  display: grid;
  gap: 16px;
  margin-top: 64px;
  grid-template-columns: repeat(5,1fr);
}

.doctor-item-block {
	display: block;
  position: relative;
}

.doctor-item-tags {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
}

.doctor-item-image {
  z-index: 1;
  position: relative;
  margin-bottom: 6px;
}

.doctor-item-tags li {
  background: #fff;
  padding: 0 4px;
  text-align: center;
  font-size: .8rem;
  margin-top: 4px;
}

.doctor-item-text {
  font-size: 1.4rem;
}


.doctor-item-text span {
  font-size: 1.2rem;
  display: inline-block;
  margin-left: 4px;
}


@media screen and (max-width: 834px){
  .doctor-list {
    margin-top: 24px;
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2,1fr);
  }


}



#doctor-template .back-button {
	margin: 64px 0;
}


#doctor-template .back-button a{
	margin: 0;
}

#doctor-template .back-button a:after{
	right: auto;
	left: 2rem;	
	transform: translateY(-50%) rotate(-135deg)	
}

#doctor-template .profile-content {
	margin-bottom: 120px;
}

#doctor-template .profile-column {
	display: grid;
	grid-template-columns: 40% 60%;
	gap: 48px;
	margin-bottom: 48px;
}


#doctor-template .profile-decription .profile-tags {
	display: flex;
	gap: 16px;
	margin-bottom: 12px;
}

#doctor-template .profile-decription .profile-tags li {
	background: #eaeaea;
	padding: 4px 8px;
	border-radius: 4px;
	min-width: 100px;
	border: 1px solid #ddd;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

#doctor-template .profile-decription .profile-name {
	font-size: 3.2rem;
	font-weight: 400;
	margin-bottom: 12px;
	display: flex;
	align-items:baseline;
	gap: 8px;
}

#doctor-template .profile-decription .profile-name span{
	font-size: 1.6rem;
	font-weight: 400;
}

#doctor-template .profile-decription .profile-text {
	font-size: 1.4rem;
	margin-bottom: 24px;
}


#doctor-template .profile-decription .profile-hashtags {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	margin-bottom: 24px;
}


#doctor-template .profile-decription .profile-hashtags li { 
	background: #666;
	color: #fff;
	border-radius: 30px;
	padding: 2px 16px;
	display: flex;
	align-items: center;
	font-size: 1.2rem;
	justify-content: center;
	text-align: center;
}

#doctor-template .profile-decription .link-list {
	display: flex;
	gap: 24px;
	align-items: center;
} 

#doctor-template .profile-decription .link-list ul{
	display: flex;
	gap: 24px;
	align-items: center;

}


#doctor-template .profile-decription .link-list .website a {
	display: grid;
	grid-template-columns: 48px 1fr;
	gap: 4px;
	align-items: center;
}


#doctor-template .profile-decription .link-list .website .target-icon {
	width: 28px;
	display: block;
}
#doctor-template .profile-decription .link-list .website .website-text {
	font-size: 1.5rem;
	display: flex;
}

#doctor-template .profile-decription .link-list .sns {
	line-height: 1;
}

#doctor-template .profile-decription .link-list .sns a{
	line-height: 1;
	text-align: center;
	display: block;
}

#doctor-template .profile-decription .link-list .sns .sns-icon {
	display: block;
	width: 48px;
	margin: 0 auto;
}

#doctor-template .profile-decription .link-list .sns .sns-text {
	font-size: 1.2rem;
}

#doctor-template .profile-catch-copy {
	font-size: 2.4rem;
	line-height: 1.3;
  font-family: "Noto Serif JP", serif;
	font-weight: 400;
	color:#000;
	margin-bottom: 24px;
	letter-spacing: 0.5rem;	
}

#doctor-template .profile-message-head {
	font-family: "Google Sans", sans-serif;
	color:#716caa;
	font-size: 2rem;
	letter-spacing: 0.08em;
	margin-bottom: 8px;
}

#doctor-template .profile-message span {
	display: block;
}

#doctor-template .profile-message-text {
	font-size: 1.4rem;
	line-height: 1.8;
	font-weight: normal;
	color:#000;
}


#doctor-template .second-content {
	border-top: 1px solid #999;
	margin-top: 48px;
	padding-top: 48px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
}

#doctor-template .second-content .history-item{
	border-right: 1px solid #999;
}
#doctor-template .second-content .achievements-head,
#doctor-template .second-content .history-head {
	font-family: "Google Sans", sans-serif;
	color:#716caa;
	font-size: 2rem;
	letter-spacing: 0.08em;
	margin-bottom: 8px;
}

.history-item-list {
	padding-right: 24px;

}

.history-item-list li {
	margin-bottom: 8px;
	display: grid;
	grid-template-columns: 100px 1fr;
}
.history-item-list.single li {
	display: block;
}
@media screen and (max-width: 834px){

 .hero {
    position: relative;
    width: 100%;
    min-height: auto;
    margin-top: 50px;

    /* 背景画像 */
    background-image:
      linear-gradient(
        rgba(255, 255, 255, 0.45),
        rgba(255, 255, 255, 0.45)
      ),
      url("../../images/doctor/mainvisual.jpg");

    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

    /* titleを上下中央に */
    display: flex;
    flex-direction: column;
    padding-bottom: 50px;
    
  }

  /* タイトルエリア */
  .hero .title {
    width: min(1200px, 90%);
    margin: 0 auto;
    text-align: left;
    position: relative;
    z-index: 2;
    margin-top: 50px;
  }



  .hero .logo img {
    display: block;
    width: 100%;
    height: auto;
  }

	.hero p {
		width: 100%;
	}

  /* メインコピー */
  .hero h2 {
    margin: 0 0 15px;
    font-size: clamp(3rem, 5vw, 6rem);
    line-height: 1.3;
    font-weight: 400;
    color:#000;
    letter-spacing: 0.5rem;
  }

  /* 説明 */
  .hero h3 {
    margin: 0;
    font-size: clamp(1.4rem, 1.5vw, 1.8rem);
    line-height: 1.7;
    font-weight: 400;
    width: auto;
    color: #000;
    margin-bottom: 20px;
  }	
#doctor-template .back-button {
	margin: 24px 0;
}

#doctor-template .profile-column {
	grid-template-columns: 1fr;
	gap: 24px;
	margin-bottom: 64px;
}
#doctor-template .profile-decription .profile-tags li {
	font-size: 1.2rem;
}

#doctor-template .profile-decription .profile-name {
	font-size: 2.4rem;
}
#doctor-template .profile-decription .profile-hashtags li { 
	font-size: 1rem;
}
#doctor-template .profile-decription .link-list {
	display: block;
}

#doctor-template .profile-decription .link-list .website {
	margin-bottom: 24px;
}

#doctor-template .profile-decription .link-list .website a {
	grid-template-columns: 36px 1fr;
}

#doctor-template .profile-decription .link-list .website .website-text {
	font-size: 1.2rem;
}
#doctor-template .profile-decription .link-list .sns .sns-icon {
	width: 36px;
}

#doctor-template .profile-decription .link-list ul {
	gap: 16px;
}

#doctor-template .second-content {
	grid-template-columns: 1fr;
}

#doctor-template .second-content .history-item{
	border-bottom: 1px solid #999;
	padding-bottom: 36px;
	border-right: 0px ;
	grid-template-columns: 1fr;
}
}