@charset "UTF-8";
/* =====================
  下層共通
===================== */
/* 第2階層ページヘッダー */
.secondLevel .pageHeader {
  height: 53vw;
  position: relative;
  margin-bottom: 10vw;
}
.secondLevel .pageHeader .page-title {
  letter-spacing: 0.15em;
  line-height: 1.3;
  background: #fff;
  padding: 3vw 6vw 0;
  height: 20vw;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.secondLevel .pageHeader .page-title span {
  font-family: 'Barlow', sans-serif;
  font-weight: 100;
  letter-spacing: 0.08em;
  font-size: 5vw;
  display: block;
}

#concept .pageHeader {
  background: url("../images/common/outline_01.jpg") center top;
  background-size: 100% auto,cover;
}

#outline .pageHeader {
  background: url("../images/outline/outline-kv-sp.png") center center;
  background-size: 100% auto,cover;
}

#donation .pageHeader {
  background: url("../images/donation/donation-kv.png") center center;
  background-size: 100% auto,cover;
}

#information .pageHeader {
  background: url("../images/donation/donation-kv.png") center center;
  background-size: 100% auto,cover;
}

#gallery .pageHeader {
  background: url("../images/gallery/gallery-kv.jpg") center center;
  background-size: 100% auto,cover;
}
#policy .pageHeader {
  background: url("../images/common/outline_01.jpg") center top;
  background-size: 100% auto,cover;
}

@media screen and (max-width: 900px) {
	#donation .pageHeader,
	#gallery .pageHeader,
	#infomation .pageHeader{
		background-size: auto 100%,cover;
	}
}

/* 第3階層ページヘッダー */
.thirdLevel .pageHeader {
  margin: 8vw 5vw 5vw;
}
.thirdLevel .pageHeader-title {
  margin-bottom: 4vw;
}
.thirdLevel .pageHeader-images {
  height: 35vw;
}
.thirdLevel .pageHeader .content-category {
  margin-bottom: 1vw;
}
.thirdLevel .pageHeader .page-title {
  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: 5vw;
  display: block;
}
.thirdLevel .pageHeader .page-title span.infomation{
  background: #33cc66;
  color: #fff;
  margin-top: 5px;
  padding: 5px 10px;
  font-family: "FP-ヒラギノ角ゴ StdN W1","游ゴシック",sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  width: 11rem;
}

#environment .pageHeader-images {
  background: url("../images/outline/environment-kv.png") no-repeat center center;
  background-size: 100% auto,cover;
}
#environment .pageHeader-images.building_c {
  background: url("../images/outline/environment_c-kv.png") no-repeat center center;
  background-size: 100% auto,cover;
}

#education .pageHeader-images {
  background: url("../images/common/outline_03.jpg") no-repeat center center;
  background-size: 100% auto,cover;
}
#education .pageHeader-images.building_c {
  background: url("../images/outline/education_c-kv.png") no-repeat center center;
  background-size: 100% auto,cover;
}

#building_A .pageHeader-images {
  background: url("../images/common/outline_04.jpg") no-repeat center center;
  background-size: 100% auto,cover;
}

/* リード文 */
.read {
  padding: 5vw;
}
.read-title {
  font-size: 8vw;
  line-height: 1.5;
  text-align: left;
  color: #111111;
  margin-bottom: 4vw;
}

/* =====================
  コンセプト
===================== */
.concept {
  padding: 5vw 0;
  counter-reset: number 0;
}
.concept-item {
  margin-bottom: 5vw;
  overflow: hidden;
}
.concept-images {
  height: 42vw;
}
.concept-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.concept-box {
  padding: 5vw;
}
.concept .content-title {
  border-bottom: 1px solid #111111;
  padding-bottom: 2vw;
  position: relative;
}
.concept .content-title:before {
  counter-increment: number 1;
  content: counter(number,decimal-leading-zero);
  font-family: 'Barlow', sans-serif;
  font-weight: 100;
  letter-spacing: 0.08em;
  color: #ccc;
  font-size: 4.5rem;
}
.concept .content-title:after {
  content: "CONCEPT";
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #ccc;
  font-size: 1rem;
  position: absolute;
  top: 0;
  left: 0;
}

/* 他コンテンツへのリンク */
.otherLink {
  padding: 10vw 5vw 20vw;
  background: #F8F8F8;
  position: relative;
}
.otherLink-item {
  margin-bottom: 3vw;
  background: #fff;
  display: block;
}
.otherLink-images {
  height: 60vw;
  overflow: hidden;
}
.otherLink-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.otherLink-box {
  padding: 5vw;
}
.otherLink li {
  margin-bottom: 2vw;
}
.otherLink-arrow {
  font-size: 6vw;
  color: #111111;
  width: 8em;
  height: 3em;
  padding: 2vw 0 2vw 4vw;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
}

/* 完成フロア図 */
.rendering {
  padding: 10vw 5vw;
}
.rendering-inner {
  width: 90%;
  margin: 0 auto;
}
.rendering-images {
  margin-bottom: 2vw;
}
.rendering-images img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.rendering-box .definition dt {
  font-family: 'Barlow', sans-serif;
  font-weight: 100;
  letter-spacing: 0.08em;
  font-size: 6vw;
}

@media screen and (max-width: 900px) {
	.floorguide .floorguide-images{
		width: 100%;
	}
	.floorguide .floorguide-images img{
		width: 100%;
	}
}

/* =====================
  設備概要
===================== */
.outline {
  padding: 5vw;
}
.outline a {
  display: block;
  height: 350px;
  overflow: hidden;
  margin-bottom: 3rem;
}

.outline a .contentImage.photo01 {
  background: url("../images/common/outline_02.jpg");
  background-position: center center;
  background-size: cover;
}

.outline a .contentImage.photo02 {
  background: url("../images/common/outline_03.jpg");
  background-position: center center;
  background-size: cover;
}

.outline a .contentImage.photo03 {
  background: url("../images/common/outline_05.jpg");
  background-position: center center;
  background-size: cover;
}

.outline a .contentImage.photo04 {
  background: url("../images/common/outline_04.jpg");
  background-position: center center;
  background-size: cover;
}

.outline a .contentImage.photo05 {
  background: url("../images/common/outline_06.jpg");
  background-position: center center;
  background-size: cover;
}

/* =====================
  医療環境向上、教育・実習機能、A棟整備概要
===================== */
.outlineGroup {
  padding: 5vw;
  counter-reset: number 0;
}
.outlineGroup-item {
  border-top: 1px solid #999999;
  padding-bottom: 4vw;
}
.outlineGroup .content-title {
  margin-bottom: 5vw;
}
.outlineGroup .sub-title {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding: 0.5vw 0;
}
.outlineGroup .sub-title:before {
  counter-increment: number 1;
  content: counter(number,decimal-leading-zero);
  font-family: 'Barlow', sans-serif;
  font-weight: 100;
  letter-spacing: 0.08em;
  color: #ccc;
  font-size: 14vw;
  display: flex;
  align-items: center;
  width: 19vw;
}
.outlineGroup-text {
  width: 100%;
  padding: 4vw 0;
}
.outlineGroup figure {
  margin: 5vw 0;
  text-align: center;
}
.outlineGroup img {
  width: 100%;
}
.outlineGroup-inner {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 5vw;
}
.outlineGroup-textImage {
  width: 90%;
  margin: 0 auto;
  height: 50vw;
}
.outlineGroup-textImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 900px) {
	.outlineGroup img {
		height: 50vw;
		object-fit: cover;
		object-position: 0 20%;
	}
	.outlineGroup img.img-max{
		height: 36vw;
		object-position: center;
	}
}
.outlineGroup.flex_2 .flex_item figure{
  width: 100%;
}
.outlineGroup.flex_2 .flex_item figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* =====================
  山大募金
===================== */
.massage-box {
  margin-bottom: 4vw;
}
.massage-title {
  font-size: 5.5vw;
  color: #111111;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  display: inline-block;
  margin-bottom: 2vw;
}
.massage-images {
  height: 80vw;
  margin-bottom: 2vw;
}
.massage-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.massage-caption {
  text-align: right;
  line-height: 1.5;
}
.massage-caption span {
  font-size: 6vw;
  display: block;
  color: #111111;
}
@media screen and (max-width: 900px) {
	.massage-images img{
		object-position: 0 20%;
	}
	.purpose-images img{
		width: 100%;
	}
}

/* 目的 */
.other-item {
  margin-bottom: 8vw;
}
.other-images {
  margin-bottom: 2vw;
}
.other-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.other .sub-title {
  margin-bottom: 2vw;
}
.other li {
  margin-bottom: 2vw;
}

/* ギャラリー */
.gallery {
  padding: 10vw 5vw;
}
.gallery-image, .gallery-movie {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gallery-image a, .gallery-movie a {
  margin-bottom: 6vw;
  line-height: 1;
}
.gallery-image a {
  width: 48%;
}
.gallery-movie a {
  width: 100%;
  position: relative;
}
.gallery-movie a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 40px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  margin: auto;
}
.gallery img {
  width: 100%;
  margin-bottom: 2vw;
}
.gallery p {
  line-height: 1.5;
  display: block;
  font-size: 3.7vw;
  color: #111111;
}
.gallery span {
  color: #999999;
  display: block;
}

#donation .gallery {
  width: 100%;
  background: #F8F8F8;
}
#donation .gallery-image img {
  width: 49%;
  margin-bottom: 2vw;
}

/* 感謝 */
.thanks-images {
  margin-right: 5%;
}
.thanks-images img {
  width: 100%;
}
.thanks-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

/* フロー */
.flow {
  background: #F8F8F8;
}
.flow .sub-title {
  margin-bottom: 7vw;
}
.flow-item {
  background: #fff;
  padding: 10vw 5vw;
  margin-bottom: 5vw;
}
.flow-item:last-of-type {
  margin-bottom: 0;
}
.flow-list {
  border-left: 1px solid #666;
  padding-top: 5vw;
  list-style-type: none;
  counter-reset: item;
}
.flow-list li {
  margin-bottom: 10vw;
  padding: 4vw 0 2vw 4vw;
  position: relative;
  line-height: 1.5;
  color: #666666;
}
.flow-list li:before {
  counter-increment: item;
  content: "　STEP" counter(item);
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  font-size: 5vw;
  border-bottom: 1px solid #ccc;
  height: 24px;
  padding-right: 3vw;
  position: absolute;
  top: -20px;
  left: -1vw;
}
.flow-list li:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #666666;
  position: absolute;
  top: 0;
  left: -5px;
}

/* =====================
  新着情報
===================== */
/* ページネーション */
.news-pagenation {
  padding: 8vw 0 0;
}
.news-pagenation a, .news-pagenation span {
  display: inline-block;
  margin-bottom: 1.5vw;
  font-family: 'Barlow', sans-serif;
  font-weight: 100;
  letter-spacing: 0.08em;
  color: #999999;
  font-size: 5vw;
}
.news-pagenation a {
  color: #666666;
  padding: 0 4vw;
  border: 1px solid #fff;
}
.news-pagenation span {
  border: 1px solid #111111;
  color: #111111;
  padding: 0 4vw;
  font-weight: 400;
}

/* 詳細ページ */
#newsdetail .newsContents {
  background: #F8F8F8;
  margin-bottom: 2vw;
}
#newsdetail .newsContents-header {
  margin-bottom: 5vw;
}
#newsdetail .newsContents-header time {
  font-family: 'Barlow', sans-serif;
  font-weight: 100;
  letter-spacing: 0.08em;
  font-size: 6vw;
}
#newsdetail .newsContents-text {
  background: #fff;
  padding: 5vw;
}
