@charset "UTF-8";
/* =====================
  下層共通
===================== */
/* 第2階層ページヘッダー */
.secondLevel .pageHeader {
  height: 25rem;
  margin-bottom: 0;
}
.secondLevel .pageHeader .page-title {
  padding: 2.5rem 5rem 2rem;
  height: 11rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.secondLevel .pageHeader .page-title span {
  font-size: 1.75rem;
}

#outline .pageHeader {
  background: url("../images/outline/outline-kv.png") center center;
  background-size: 100% auto,cover;
}
#outline .pageHeader.building-c {
  background: url("../images/outline/outline_c-kv.png") center center;
  background-size: 100% auto,cover;
}

/* 第3階層ページヘッダー */
.thirdLevel .pageHeader {
  height: 300px;
  margin: 0 5rem 5rem;
  display: flex;
  align-items: center;
}
.thirdLevel .pageHeader-title {
  width: 22em;
  margin-bottom: 0;
}
.thirdLevel .pageHeader-images {
  width: 70%;
  height: 100%;
}
.thirdLevel .pageHeader .content-category {
  margin-bottom: 1rem;
}
.thirdLevel .pageHeader .page-title {
  font-size: 2.7rem;
  letter-spacing: 0.15em;
  line-height: 1.3;
  background: #fff;
  margin: auto;
}
.thirdLevel .pageHeader .page-title span {
  font-family: 'Barlow', sans-serif;
  font-weight: 100;
  letter-spacing: 0.08em;
  font-size: 1.5rem;
  display: block;
}

/* リード文 */
.read {
  max-width: 960px;
  margin: 0 auto;
  padding: 5rem;
}
.read-title {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 1.5rem;
}
.read-text {
  font-size: 1.25rem;
}

/* =====================
  コンセプト
===================== */
@media screen and (min-width: 1025px) {
  .concept {
    padding: 5rem 0;
  }
  .concept-item {
    display: flex;
    margin-bottom: 5rem;
  }
  .concept-item:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  .concept-images {
    width: 48vw;
    height: inherit;
  }
  .concept-box {
    width: 52vw;
    padding: 2rem 5rem 2rem 3rem;
  }
  .concept-item:nth-of-type(even) .concept-box {
    padding: 2rem 3rem 2rem 5rem;
  }
  .concept .content-title {
    padding-bottom: 0.5rem;
  }
  .concept .sub-title {
    margin-bottom: 2rem;
  }
}
/* 他コンテンツへのリンク */
.otherLink {
  padding: 5rem 5rem 10rem;
}
.otherLink-inner {
  display: flex;
  justify-content: space-between;
}
.otherLink-item {
  width: 48%;
  margin: 0;
  background: #fff;
}
.otherLink-images {
  height: 15rem;
}
.otherLink-box {
  padding: 2rem;
}
.otherLink .sub-title {
  margin-bottom: 1.5rem;
}
.otherLink li {
  margin-bottom: 0.8rem;
}
.otherLink-arrow {
  font-size: 1.5rem;
  padding: 1rem 0 1rem 2rem;
}

@media screen and (min-width: 1025px) {
  .otherLink-item {
    display: flex;
  }
  .otherLink-images {
    width: 45%;
    height: inherit;
  }
}
/* 完成フロア図 */
.rendering {
  padding: 5rem;
  text-align: center;
}
.rendering-inner {
  width: inherit;
  max-width: 1200px;
  display: block;
  justify-content: space-between;
  text-align: center;
}
.rendering-images {
  width: 90%;
  margin: 0 auto;
}
.rendering-box {
  width: 80%;
  display: block;
  align-items: center;
  margin: 100px auto 0;
}
.floor-title{
	font-size: 1.5rem;
	margin-bottom: 2rem;
	border-bottom: solid 1px #000;
}
.rendering-box .definition dt {
  font-size: 1.5rem;
}
.floorguide{
	width: 100%;
	display: flex;
	align-items: center;
	margin: 50px auto 0;
}
.floorguide .floorguide-images{
	width: 100%;
	margin: 0 auto;
}
.floorguide .floorguide-images img{
	width: 100%;
}

/* =====================
  設備概要
===================== */
.outline {
  padding: 5rem;
  max-width: 1300px;
  margin: 0 auto;
}
.outline-images {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* =====================
  医療環境向上、教育・実習機能、A棟整備概要
===================== */
.outlineGroup {
  padding: 5rem;
  max-width: 1300px;
  margin: 0 auto;
}
.outlineGroup-item {
  display: flex;
  border-top: none;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0;
}
.outlineGroup .content-title {
  margin-bottom: 2rem;
}
.outlineGroup .sub-title {
  border-bottom: none;
}
.outlineGroup-item .sub-title {
  width: 27em;
}
.outlineGroup .sub-title:before {
  font-size: 4.5rem;
  width: 7rem;
}
.outlineGroup-text {
  padding: 1.5rem 0;
}
.outlineGroup-text img{
	width: 75%;
	margin: 0 12.5%;
}
.outlineGroup figure {
  margin: 0;
}
.privacy ul.outlineGroup-text{
	list-style-type: square;
}
.privacy ul.outlineGroup-text li.no-style{
	list-style-type: none;
	margin-top: 20px;
}
.privacy ul.outlineGroup-text.number{
	list-style-type: decimal;
	padding-left: 1em;
}
.outlineGroup-item2 {
  border-top: none;
  padding-bottom: 0;
}
.outlineGroup-item2.column{
  flex-direction: column;
}
.outlineGroup-item2.column table{
	width: 50%;
	margin:  0 0 60px;
}
.outlineGroup-item2.column table th,
.outlineGroup-item2.column table td{
	border: solid 1px #ddd;
	text-align: center;
	padding: 20px 0;
}
.outlineGroup-item2.column table td{
	border-left: none;
}
.outlineGroup-inner {
  display: flex;
  align-items: flex-start;
  flex-direction: inherit;
  margin-bottom: 5rem;
}
.outlineGroup-inner figure {
  width: 55%;
  margin-right: 3%;
  margin-bottom: 0;
}
.outlineGroup-inner .outlineGroup-text {
  width: 42%;
  margin: 0;
  padding: 0;
}
.outlineGroup-inner .outlineGroup-text img {
  width: 100%;
  display: block;
}
.outlineGroup-textImage {
  width: 100%;
  margin: 0;
  height: 10vw;
}
.outlineGroup.flex_2{
  display: flex;
  justify-content: space-between;
}
.outlineGroup.flex_2 .flex_item{
  width: 48%;
}
.outlineGroup.flex_2 .outlineGroup-item {
  display: block;
}
.outlineGroup.flex_2 .sub-title {
  width: 100%;
  margin-bottom: 0;
}
.outlineGroup.flex_2 .outlineGroup-text {
  padding-top: 0;
}
.outlineGroup.flex_2 .flex_item figure.mar300{
  margin-top: 180px;
}

/* =====================
  山大募金
===================== */
.massage {
  display: flex;
}
.massage-box {
  width: 55%;
  margin-bottom: 0;
}
.massage-title {
  font-size: 1.75rem;
  margin-bottom: 2rem;
}
.massage-images {
  height: inherit;
  margin-bottom: 0;
}
.massage-imgwrapper {
  width: 40%;
  margin-left: 5%;
}
.massage-caption span {
  font-size: 1.5rem;
}

/* 目的 */
.donation-purpose{
	width: 80%;
	margin: 0 auto 100px;
}
.purpose-content{
	margin: 0 0 50px;
}
.purpose-title{
	font-size: 150%;
	border-bottom: 1px solid #ddd;
}
.purpose-images{
	display: flex;
	justify-content: space-between;
}
.purpose-images li{
	width: 47%;
}
.purpose-images li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.other {
  display: flex;
  justify-content: space-between;
}
.other-item {
  width: 48%;
}
.other-images {
  height: 250px;
  margin-bottom: 1rem;
}
.other li {
  margin-bottom: 0.5rem;
}

/* ギャラリー */
.gallery {
  width: 100%;
  margin: 0;
  padding: 5rem;
}
#outline .gallery{
  width: 80%;
  margin: 0 auto;
}
.gallery-image a, .gallery-movie a {
  margin-bottom: 1.5rem;
}
.gallery-image a {
  width: 24%;
}
#outline .gallery-image a {
  width: 30%;
}
.gallery-movie a {
  width: 49%;
}
.gallery a img {
  width: 100%;
  margin-bottom: 0.5rem;
}
.gallery p {
  font-size: 1.25rem;
}
.gallery span {
  padding-left: 1rem;
  display: inline;
}

#donation .gallery .content-title {
  text-align: center;
}
#donation .gallery-image img {
  width: 24%;
  margin-bottom: 1vw;
}

/* 感謝 */
.thanks {
  display: flex;
}
.thanks-images {
  width: 40%;
  margin-right: 5%;
}
.thanks-images img {
  width: 100%;
}
.thanks-box {
  width: 55%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

/* フロー */
.flow-item {
  padding: 2.5rem;
  margin-bottom: 2rem;
}
.flow-list {
  padding-top: 2rem;
}
.flow-list li {
  margin-bottom: 3rem;
  padding: 1.5rem 0 1rem 1.5rem;
}
.flow-list li:before {
  font-size: 1.2rem;
  padding-right: 1rem;
  left: 0;
}
.flow .sub-title {
  margin-bottom: 2rem;
}

@media screen and (min-width: 1025px) {
  .flow-inner {
    display: flex;
    justify-content: space-between;
  }
  .flow-item {
    width: 49%;
    margin-bottom: 0;
  }
}
/* =====================
  新着情報
===================== */
/* ページネーション */
.news-pagenation {
  padding: 10rem 0 0;
}
.news-pagenation a, .news-pagenation span {
  margin-bottom: 0.5rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  font-size: 1.25rem;
}
.news-pagenation a {
  padding: 0 1rem;
}
.news-pagenation a:hover {
  border: 1px solid #999999;
}
.news-pagenation span {
  padding: 0 1rem;
}

/* 詳細ページ */
#newsdetail .newsContents {
  margin-bottom: 2rem;
}
#newsdetail .newsContents-header {
  margin-bottom: 2.5rem;
}
#newsdetail .newsContents-header time {
  font-size: 1.5rem;
}
#newsdetail .newsContents-text {
  padding: 5rem;
}

.pagelink{
	display: flex;
	padding: 0 5rem;
	max-width: 1300px;
	margin: 0 auto;
}
.pagelink .contentnavi_2 {
	padding: 0 5vw;
	width: inherit;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;	
	justify-content: space-around;
}
.pagelink .contentnavi_2 a{
	margin: 0 3vw 1em 3vw;
}
#donation .pagelink .contentnavi_2{
	padding: 0;
}
#donation .pagelink .contentnavi_2 a{
	margin: 0 2vw 1em 2vw;
	width: 27vw;
}
#donation .contact-text{
	margin-bottom: 5rem;
}
#donation .contact-text h4{
	font-size: 1.5rem;
	margin-bottom: 2rem;
}
#donation .contact-text dl{
	display: flex;
}
#donation .contact-text dt{
	width: 25%;
}
#donation .contact-text dt:after {
	content: "：";
}