@import url("/woc2020/html_lib/common.css");
@import url("/woc2020/common_contents.css");
/*
Theme Name: 愛媛県立医療技術大学 オープンキャンバス
Version: 1.0
Author:Seiki Nishijima
copyright (c)2008-2020 BeniPong! ALL right reserved.

	$Id: style.css,v1.0 $
*/
/*===========================================================================
-----------------------------------------------------------------------------
  共通設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
html {
	-webkit-text-size-adjust: none;
	background: #fff;
	overscroll-behavior: none;
}
body {
	padding: 0 0 0 0;
	margin:0px auto 0px auto;
	text-align:center;
	background: #fff;
	color: #000;
	font-size: 16px;
}
#background {
	padding: 0 0 0 0;
	margin:0px auto 0px auto;
	text-align:center;
	width: 100%;
	position: relative;
}
/*-----------------------------------*/
#background a {
	color: #000;
	text-decoration: none;
}
#background a[href^="tel:"] {
	pointer-events: auto;
}
#background img {
	vertical-align: middle;
	box-sizing: border-box;
	width: 100%;
	height: auto;
}
/** PC/TAB用分岐 **/
@media screen and (min-width: 768px) {
	#background a[href^="tel:"] {
		pointer-events: none;
	}
}
/*------------------------------------
  共通レイアウト設定　ここから
-------------------------------------*/
#background header ,
#background footer ,
#background article {
	margin: 0;
	text-align: center;
	width: 100%;
	z-index: 50;
}
#background section {
	margin: 0 auto;
	text-align: center;
	width: 80%;
}
#background .naviMask {
	display: none;
}
#background .contentsWarp {
	padding: 70px 0 60px;
}
#background .contentsWarp.nobottom {
	padding: 70px 0 0;
}
/** PC/TAB用分岐 **/
@media screen and (min-width: 768px) {
	#background .contentsWarp {
		padding: 120px 0 80px;
	}
	#background .contentsWarp.nobottom {
		padding: 120px 0 20px;
	}
	#background section.singlContents {
		width: 50%;
		min-width: 614px;
	}
}
/*------------------------------------
  共通テキスト設定　ここから
-------------------------------------*/
#background h1 ,
#background h2 ,
#background h3 ,
#background h4 ,
#background h5 ,
#background h6 ,
#background strong {
	font-weight: normal;
}
#background span.br {
	display: inline-block;
}
#background .centerText {
	text-align: center;
}
#background .miniText {
	font-size: 0.9em;
}
#background article p {
	line-height: 2em;
	margin-bottom: 50px;
}
#background article figure {
	margin-bottom: 40px;
}
#background hr {
	display: block;
	width: 100%;
	height: 1px;
	border: none;
	background: linear-gradient(to right, #ff7895, #56a6f5);
	margin-bottom: 40px;
}
/** PC/TAB用分岐 **/
@media screen and (min-width: 768px) {
	#background article p {
		margin-bottom: 70px;
	}
	#background article figure {
		margin-bottom: 60px;
	}
	#background hr {
		margin-bottom: 60px;
	}
}
/*------------------------------------
  共通飾り設定　ここから
-------------------------------------*/
#background .more a {
	display: block;
	text-align: center;
	border: 1px solid #000;
	padding: 15px 46px;
	position: relative;
}
#background .more.miniMore a {
	font-size: 14px;
	line-height: 1em;
	padding: 10px 40px;
}
#background .more a:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: url(/woc2020/images/icon01.svg) no-repeat 50% 50%;
	background-size: contain;
	position: absolute;
	right: 13px;
	top: calc(50% - 10px);
}
#background .more + .backtop {
	margin-top:20px;
}
#background .backtop a {
	display: block;
	text-align: center;
	border: 1px solid #ff7895;
	color: #ff7895;
	padding: 15px 43px;
	position: relative;
}
#background .backtop a:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: url(/woc2020/images/icon01r.svg) no-repeat 50% 50%;
	background-size: contain;
	position: absolute;
	right: 13px;
	top: calc(50% - 10px);
}
/*-----------------------------------*/
#background h3 {
	text-align: center;
	margin-bottom: 50px;
	overflow: hidden;
}
#background h3.onTop {margin-top: 70px}
#background h3 em {
	display: inline-block;
	padding: 0 1em;
	font-size: 24px;
	line-height: 1.4em;
	background: linear-gradient(to left, #ff7895, #be8aba);
	-webkit-background-clip: text;
	color: transparent;
	position: relative;
}
#background h3 em:before {
	content: "";
	display: block;
	width: calc(50vw - 50%);
	height: 1px;
	background: linear-gradient(to right, #56a6f5, #be8aba);
	position: absolute;
	top: 50%;
	right: 100%;
}
#background h3.right em {
	background: linear-gradient(to right, #ff7895, #be8aba);
	-webkit-background-clip: text;
}
#background h3.right em:before {
	background: linear-gradient(to left, #56a6f5, #be8aba);
	right: auto;
	left: 100%;
}
@media all and (-ms-high-contrast: none){
	#background h3 em ,
	#background h3.left em ,
	#background h3.right em {
		background: transparent;
		color: #be8aba;
	}
}
/** PC/TAB用分岐 **/
@media screen and (min-width: 768px) {
	#background h3 {
		margin-bottom: 70px;
	}
	#background h3.onTop {margin-top: 90px}
	#background h3 em {
		font-size: 40px;
	}
}
/*-----------------------------------*/
#background h4 {
	text-align: center;
	margin-bottom: 40px;
}
#background h4 em {
	display: inline-block;
	padding: 3px 1em;
	font-size: 14px;
	line-height: 1.4em;
	color: #e85678;
	border: 1px solid #e85678;
}
/** PC/TAB用分岐 **/
@media screen and (min-width: 768px) {
	#background h4 {
		margin-bottom: 60px;
	}
	#background h4 em {
		padding: 10px 2em;
		font-size: 16px;
	}
}
/*-----------------------------------*/
#background  h5 {
	font-size: 20px;
	line-height: 2em;
	margin-bottom: 40px;
}
/*-----------------------------------*/
#background h6 {
	font-size: 16px;
	line-height: 1.6em;
	padding-bottom: 10px;
	text-align: center;
	margin-bottom: 40px;
	position: relative;
	color: #e85678;
}
#background h6:before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: linear-gradient(to right, #ff7895, #56a6f5);
	position: absolute;
	bottom: 0;
	left: 0;
}
/** PC/TAB用分岐 **/
@media screen and (min-width: 768px) {
	#background h6 {
		font-size: 18px;
		padding-bottom: 15px;
		margin-bottom: 60px;
		margin-top: 30px;
	}
}
/*------------------------------------
  共通塗りつぶし設定　ここから
-------------------------------------*/
#background .bgGradation {
	width: 100%;
	display: block;
	padding: 0;
	margin: 0;
	background: linear-gradient(to right, #ffedf1, #f2f9ff);
}
#background .bgWarp {
	width: 100%;
	display: block;
	padding: 60px 10% 20px;
}
#background .bgWarp section {
	width: 100%;
	margin: 0 auto;
}
/** PC/TAB用分岐 **/
@media screen and (min-width: 768px) {
	#background .bgWarp section.singlContents {
		width: 62.5%;
	}
}
/*------------------------------------
  共通ピザ設定　ここから
-------------------------------------*/
/** PC/TAB用分岐 **/
@media screen and (min-width: 768px) {
	#background .hahContents {
		display: flex;
	}
	#background .hahContents section {
		width: 35%;
		margin: 0 5% 0 10%;
		padding: 90px 0 0;
	}
	#background .hahContents section:nth-of-type(2n) {
		margin: 0 10% 0 5%;
	}
	#background .hahContents.message {
		display: block;
	}
	#background .hahContents.message section {
		margin: 0 auto;
		padding: 0;
		width: 50%;
	}
	#background .hahContents.message section:nth-of-type(2n) {
		margin: 0 auto;
	}
	#background .hahContents section.bgGradation {
		width: 50%;
		margin: 0;
		padding: 0;
	}
	#background .hahContents .bgWarp {
		width: 70%;
		margin: 0 10% 0 20%;
		padding: 90px 0 60px;
	}
	#background .hahContents section:nth-of-type(2n) .bgWarp {
		margin: 0 20% 0 10%;
	}

}
/** PC用分岐 **/
@media screen and (min-width: 1200px) {}

/*===========================================================================

  共通ヘッダ設定　ここから

===========================================================================*/
#background header {
	background: transparent;
}
#background header section {
	width: 100%;
	position: static;
}
#background header h1 {
	text-align: center;
	padding: 15px 4%;
	width: 50%;
	z-index: 100;
}
#background header h1 img {
	max-width: 320px;
}
#background header h1 a {
	display: block;
}
/** PC/TAB用分岐 **/
@media screen and (min-width: 768px) {
	#background header h1 {
		padding: 20px 4%;
	}
}
/*===========================================================================
-----------------------------------------------------------------------------
  メインメニューセット設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
#background #mainNavi {
	position: absolute;
	z-index: 200;
}
#background #mainNavi section {
	width: 100%;
}
#background #mainNavi p.menu {
	display: block;
	width: 30px;
	position: fixed;
	top: 15px;
	right: 20px;
	z-index: 999;
	overflow: hidden;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#background #mainNavi p.menu a {
	position: relative;
	background: transparent;
	filter: Alpha(opacity=100);
	opacity: 1;
	display: block;
	width: 100%;
	height: 30px;
	text-indent: -10em;
	overflow: hidden;
}
#background #mainNavi p.menu a em:before ,
#background #mainNavi p.menu a:after ,
#background #mainNavi p.menu a:before {
	display: block;
	content: "";
	width: 100%;
	height: 2px;
	background: #e65678;
	position: absolute;
	top: 20%;
	left: calc(50% - 15px);
	transform: rotate(0deg);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#background #mainNavi p.menu a em:before {
	top: calc(50% - 1px);
}
#background #mainNavi p.menu a:before {
	top: auto;
	bottom: 20%;
}
/** PC/TAB用分岐 **/
@media screen and (min-width: 768px) {
	#background #mainNavi p.menu {
		width: 80px;
		height: 80px;
		padding: 20px;
		top: 0px;
		right: 0px;
		background: #fff;
	}
	#background #mainNavi p.menu a {
		width: 100%;
		height: 40px;
	}
	#background #mainNavi p.menu a em:before ,
	#background #mainNavi p.menu a:after ,
	#background #mainNavi p.menu a:before {
		height: 2px;
		border-radius: 1px;
	}
	#background #mainNavi p.menu a em:before {
		top: calc(50% - 1px);
	}
}
/*-----------------------------------*/
#background #mainNavi p.menu.open {
	right: calc(100% - 50px);
}
/** 画面サイズ分岐 **/
@media screen and (min-width: 560px) {
	#background #mainNavi p.menu.open {
		right: 520px;
	}
}
/** PC/TAB用分岐 **/
@media screen and (min-width: 768px) {
	#background #mainNavi p.menu.open {
		right: 500px;
		background: rgba(255,255,255,0);
	}
}
#background #mainNavi p.menu.open a:after ,
#background #mainNavi p.menu.open a:before {
	background: #fff;
}
#background #mainNavi p.menu.open a:after ,
#background #mainNavi p.menu.open a:before {
	width: 20px;
	left: calc(50% - 10px);
	top: 50%;
	bottom: auto;
}
#background #mainNavi p.menu.open a em:before {
	filter: Alpha(opacity=0);
	opacity: 0;}
#background #mainNavi p.menu.open a:after {
	transform: rotate(45deg);}
#background #mainNavi p.menu.open a:before {
	transform: rotate(-45deg);}
#background #mainNavi p.menu.open span {
	text-indent: 0;
	filter: Alpha(opacity=100);
	opacity: 1;
}
/*------------------------------------
  メインメニュー 設定　ここから
-------------------------------------*/
#background #mainNavi nav {
	width: calc(100% - 70px);
	max-width: 490px;
	height: 100vh;
	top: 0;
	right: -490px;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	z-index: 900;
	overflow-y: auto;
	background: linear-gradient(to right, #ffb1c2, #a6d3ff);
}
#background.openNavi #mainNavi nav {
	right: 0;
}
#background #mainNavi nav ul {
	display: block;
}
#background #mainNavi nav ul li {
	background: #fff;
	margin-bottom: 1px;
}
#background #mainNavi nav ul li:first-of-type {
	background: #fff;
	margin-bottom: 5px;
}
#background #mainNavi nav ul li:last-of-type {
	background: transparent;
	padding: 10px;
}
#background #mainNavi nav ul li a {
	display: block;
	padding: 14px 20px;
	font-size: 15px;
	line-height: 1em;
}
#background #mainNavi nav ul ul li:last-of-type {
	padding: 0;
}
#background #mainNavi nav ul ul li a {
	padding-top: 0;
	padding-left: 40px;
	position: relative;
}
#background #mainNavi nav ul ul li a:before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #ff7897;
	position: absolute;
	left: 22px;
	top: calc(50% - 11px);
}
/** PC/TAB用分岐 **/
@media screen and (min-width: 768px) {
	#background #mainNavi nav ul li:last-of-type {
		padding: 10px 20%;
	}
	#background #mainNavi nav ul li a {
		padding: 20px 40px;
		font-size: 16px;
	}
	#background #mainNavi nav ul ul li a {
		padding-left: 60px;
	}
	#background #mainNavi nav ul ul li a:before {
		left: 42px;
		top: calc(50% - 14px);
	}
}
/*------------------------------------
  メニュー挙動設定　ここから
-------------------------------------*/
#background {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#background .naviMask {
	display: none;
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 150;
	background: rgba(0,0,0,0);
	top: 0;
	left: 0;
}
#background.openNavi .naviMask {
	display: block;
	background: rgba(0,0,0,0.4);
}
/*===========================================================================
-----------------------------------------------------------------------------
  共通フッター設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
#background footer {
	display: block;
	width: 100%;
	background: linear-gradient(to right,#d2e8ff, #f0f7ff);
	padding: 80px 0 54.5%;
}
#background footer:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(/woc2020/images/background_footer_sp.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-size: 100% auto;
}
#background footer section {
	position: static;
	width: 78%;
	margin: 0 11%;
}
#background footer h3 {
	text-align: center;
	font-size: 16px;
	line-height: 1.2em;
	margin-bottom: 40px;
}
#background footer h3:before {
	content: "";
	display: block;
	width: 96%;
	padding-top: 14.3%;
	margin: 0 auto 60px;
	background: url(/woc2020/images/logo03.svg) no-repeat 50% 50%;
	background-size: contain;
}
#background footer p {
	text-align: center;
	font-size: 14px;
	line-height: 2em;
	margin-bottom: 60px;
}
#background footer p em {
	display: inline-block;
	margin: 0 0.5em;
}
#background footer p.more {
	margin-bottom: 20px;
	line-height: 1em;
}
#background footer p.more a:before {
	background-image: url(/woc2020/images/icon02.svg);
}
#background footer address {
	display: block;
	width: 100%;
	padding: 40px 20px 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5));
	color: #fff;
	font-style: normal;
	font-size: 10px;
	text-align: center;
	line-height: 1em;
}
/** PC/TAB用分岐 **/
@media screen and (min-width: 768px) {
	#background footer {
		padding: 120px 0 26.56%;
	}
	#background footer:before {
		background-image: url(/woc2020/images/background_footer_pc.png);
	}
	#background footer h3 {
		font-size: 18px;
		margin-bottom: 40px;
	}
	#background footer h3:before {
		padding-top: 60px;
		margin: 0 auto 40px;
	}
	#background footer p {
		font-size: 16px;
	}
	#background footer .footerLink {
		display: flex;
		width: 100%;
		max-width: 700px;
		margin: 0 auto;
	}
	#background footer p.more {
		margin: 0 auto 0 0;
		width: calc(50% - 10px);
	}
	#background footer p.more:nth-of-type(2n) {
		margin: 0 0 0 auto;
	}
	#background footer address {
		padding: 120px 20px 20px;
		font-size: 14px;
	}
}

/*===========================================================================
-----------------------------------------------------------------------------
  ローディング画面 設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
#background #nowLoading {
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	background: #fff url(./images/logo02.svg) no-repeat 50% 50%;
	background-size: 60% auto;
	top: 0;
	left: 0;
	z-index: 999;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
/** PC/TAB用分岐 **/
@media screen and (min-width: 768px) {
	#background #nowLoading {
		background-size: 30% auto;
	}
}
/** PC用分岐 **/
@media screen and (min-width: 1200px) {
	#background #nowLoading {
		background-size: 24% auto;
	}
}

/*===========================================================================

  設定　ここから

===========================================================================*/

/*------------------------------------
  設定　ここから
-------------------------------------*/

/*-----------------------------------*/

/** PC/TAB用分岐 **/
@media screen and (min-width: 768px) {
}
/** PC用分岐 **/
@media screen and (min-width: 1200px) {
}
