@charset "UTF-8";

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

 COMMON

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

html, body {
	width: 100%
}

html {
	font-size: 62.5%;
}

body {
	font-family:'Noto Sans Japanese','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic','Osaka',sans-serif;
	font-size: 1.4rem;
	font-weight: 300;
	font-style: normal;
	font-kerning: normal;
	line-height: 1.7;
	word-break: normal;
	-webkit-text-size-adjust: 100%;
  color: #262626;
}

img {
	vertical-align: bottom;
	width: 100%;
	max-width: 100%;
	height: auto;
}

.pc {display: block;}
.sp {display: none;}

.clearfix::after{
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 768px) {
	
	html {
		font-size: 56.25%;
	}
	
	.pc {display: none;}
	.sp {display: block;}

}


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

 WRRAPER

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

#wrraper-index {
	background-image: url(../../img/mv_pc.jpg);
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: auto 600px;
}

#wrraper {
	width: 960px;
	margin: 0 auto;
}

#breadcrumbs {
	clear: both;
	padding: 20px 0 30px;
}

@media screen and (max-width: 960px) {
  #wrraper{
    width: 96%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {

	#wrraper-index {
		background-image: none;
	}
	
	#wrraper {
		width: 90%;
		margin: 0 5%;
	}

	#breadcrumbs {
		text-align: center;
		padding: 20px 0 35px;
	}
	
}


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

 HEADER

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

#header-lower {
	background-image: url(../../img/mv_pc.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 1960px auto;
	height: 200px;
}

#header-inner {
	width: 960px;
	margin: 0 auto;
}

#logo {
	width: 315px;
	padding: 30px 0 0 0;
}

#header-index #header-shoulder {
	margin: 58px 0 20px;
	font-size: 1.9rem;
}

#header-lower #header-shoulder {
	margin: 22px 0 12px;
}

#header-index #header-shoulder span,
#header-lower #header-shoulder span {
	color: #0077DD;
	background: #FFFFFF;
}

#header-index #header-shoulder span {
  padding: 10px 10px;
  font-weight: bold;
}

#header-lower #header-shoulder span {
  padding: 6px 10px 5px;
  font-weight: bold;
}

#header-index h1 {
	width: 500px;
}

#header-lower h1 {
	width: 364px;
}

/* 190411 升田追加 */

.header-inner_title{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 100%;
}




#header-lower h2 {
  width: 280px;
  margin-right: 30px;
  line-height: 1.2em;
  color: white;
  font-size: 25px;
  text-align: center;
}

#header-text {
	color: #FFFFFF;
	width: 390px;
	float: right;
	margin: 50px 0 70px 0;
	font-size: 1.5rem;
}

#header-text a {
	color: #FFFFFF;
}

@media screen and (max-width: 1010px) {
  .header-inner_title{
    width: 91vw;
  }
}

@media screen and (max-width: 960px) {
  #header-inner{
    width: 96%;
    margin: 0 auto;
  }
  /* 190411 升田追加 */

  .header-inner_title{
    width: 92vw;
  }
     
}

@media screen and (max-width: 768px) {

	#header-index {
		background-image: url(../../img/mv_sp.jpg);
		background-position: 0 0;
		background-repeat: no-repeat;
		background-size: cover;
	}

	#header-lower {
		background-image: url(../../img/mv_sp.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		height: auto;
	}

	#header-inner {
		width: 100%;
		margin: 0 0;
		padding: 0 0 30px;
	}
	
	#logo {
		width: 90%;
		max-width: 300px;
		margin: 0 auto;
		padding: 30px 0 0 0;
	}

	#header-index #header-shoulder {
    width: 85%;
    font-size: 1.6rem;
		text-align: center;
		margin: 38px auto 12px;
		background-color: #FFFFFF;
	}

	#header-lower #header-shoulder {
		width: 55%;
		text-align: center;
		margin: 28px auto 10px;
		padding: 4px 0 3px 0;
		background-color: #FFFFFF;
		line-height: 1.5em;
	}

	#header-index #header-shoulder span,
	#header-lower #header-shoulder span {
		padding: 0;
	}

	#header-index h1 {
		width: 75%;
		margin: 0 auto;
		text-align: center;
	}

	#header-lower h1 {
		width: 42%;
		margin: 0 auto;
		text-align: center;
	}

	#header-lower h2 {
		width: 60%;
		float: none;
		margin: 25px auto 0;
  }
  
    /* 190411 升田追加 */

  .header-inner_title{
    flex-direction: column;
    width: 100%;
  }

  .header-inner_title h1 img{
    width: 80%;
  
  }
  .header-inner_title h2{
    text-align: center;
  }
  .header-inner_title h2 img{
    width: 80%;
  }

  


	#header-text {
		width: 90%;
		float: none;
		margin: 30px 5% 0 5%;
		text-align: center;
	}
	
}

@media screen and (max-width: 640px) {
  #header-index #header-shoulder {
    font-size: 1.4rem;
  }
  
  .header-inner_title h1 img{
    width: 100%;
  
  }

  .header-inner_title h2 img{
    width: 100%;
  }

}


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

 MAIN

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

main {
	width: 700px;
	float: right;
}

main#index {
	width: 960px;
	clear: both;
	float: none;
	margin: 0 auto;
}

/*--------------------------------------- centralterace title ---------------------------------------*/

main#centralterace h3 {
	background-image: url(../img/central-terrace/h3_bg_pc.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
	text-align: center;
	font-size: 2.4rem;
	margin: 80px 0 0 0;
	padding: 8px 0 30px;
	color: rgb(45, 40, 127);
}

main#centralterace h3:first-of-type {
	margin: 0;
	padding: 8px 0 70px;
}

main#centralterace h3.title_2row {
	background-image: url(../img/central-terrace/h3_bg_pc.svg);
	background-position: 0 bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
	text-align: center;
	font-size: 2.4rem;
	margin: 0 0 70px;
	padding: 8px 0 0;
	color: rgb(45, 40, 127);
}

main#centralterace h4 {
	color: rgb(45, 40, 127);
	font-size: 1.8rem;
	background-position: 50%;
	background-repeat: no-repeat;
	/* background-size: 35px auto; */
	margin: 65px 0 30px;
	padding: 24px 0;
	text-align: center;
}

main#centralterace h4:nth-of-type(1) { background-image: url(../img/central-terrace/h4_bg01_pc.svg); margin: 0 0 14px; }
main#centralterace h4:nth-of-type(2) { background-image: url(../img/central-terrace/h4_bg02_pc.svg); }
main#centralterace h4:nth-of-type(3) { background-image: url(../img/central-terrace/h4_bg03_pc.svg); }
main#centralterace h4:nth-of-type(4) { background-image: url(../img/central-terrace/h4_bg04_pc.svg); }
main#centralterace h4:nth-of-type(5) { background-image: url(../img/central-terrace/h4_bg01_pc.svg); }
main#centralterace h4:nth-of-type(6) { background-image: url(../img/central-terrace/h4_bg02_pc.svg); }

/*--------------------------------------- centralterace title end ---------------------------------------*/

/*--------------------------------------- Library title ---------------------------------------*/

main#library h3 {
	background-image: url(../img/library/h3_bg_pc.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
	text-align: center;
	font-size: 2.4rem;
	margin: 80px 0 0 0;
	padding: 8px 0 30px;
	color: rgb(141, 0, 72);
}

main#library h3:first-of-type {
	margin: 0;
	padding: 8px 0 70px;
}

main#library h3.title_2row {
	background-image: url(../img/library/h3_bg_pc.svg);
	background-position: 0 bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
	text-align: center;
	font-size: 2.4rem;
	margin: 0 0 70px;
	padding: 8px 0 0;
	color: rgb(141, 0, 72);
}

main#library h4 {
	color: rgb(141, 0, 72);
	font-size: 1.8rem;
	background-position: 50%;
	background-repeat: no-repeat;
	/* background-size: 35px auto; */
	margin: 65px 0 30px;
	padding: 24px 0;
	text-align: center;
}

main#library h4:nth-of-type(1) { background-image: url(../img/library/h4_bg01_pc.svg); margin: 0 0 14px; }
main#library h4:nth-of-type(2) { background-image: url(../img/library/h4_bg02_pc.svg); }
main#library h4:nth-of-type(3) { background-image: url(../img/library/h4_bg03_pc.svg); }
main#library h4:nth-of-type(4) { background-image: url(../img/library/h4_bg04_pc.svg); }
main#library h4:nth-of-type(5) { background-image: url(../img/library/h4_bg01_pc.svg); }
main#library h4:nth-of-type(6) { background-image: url(../img/library/h4_bg02_pc.svg); }

/*--------------------------------------- Library title end ---------------------------------------*/


/*--------------------------------------- isir title ---------------------------------------*/

main#isir h3 {
	background-image: url(../img/isir/h3_bg_pc.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
	text-align: center;
	font-size: 2.4rem;
	margin: 80px 0 0 0;
	padding: 8px 0 30px;
	color: rgb(0, 98, 23);
}

main#isir h3:first-of-type {
	margin: 0;
	padding: 8px 0 70px;
}

main#isir h3.title_2row {
	background-image: url(../img/isir/h3_bg_pc.svg);
	background-position: 0 bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
	text-align: center;
	font-size: 2.4rem;
	margin: 0 0 70px;
	padding: 8px 0 0;
	color: rgb(0, 98, 23);
}

main#isir h4 {
	color: rgb(0, 98, 23);
	font-size: 1.8rem;
	background-position: 50%;
	background-repeat: no-repeat;
	/* background-size: 35px auto; */
	margin: 65px 0 30px;
	padding: 24px 0;
	text-align: center;
}

main#isir h4:nth-of-type(1) { background-image: url(../img/isir/h4_bg01_pc.svg); margin: 0 0 14px; }
main#isir h4:nth-of-type(2) { background-image: url(../img/isir/h4_bg02_pc.svg); }
main#isir h4:nth-of-type(3) { background-image: url(../img/isir/h4_bg03_pc.svg); }
main#isir h4:nth-of-type(4) { background-image: url(../img/isir/h4_bg04_pc.svg); }
main#isir h4:nth-of-type(5) { background-image: url(../img/isir/h4_bg01_pc.svg); }
main#isir h4:nth-of-type(6) { background-image: url(../img/isir/h4_bg02_pc.svg); }

/*--------------------------------------- isir title end ---------------------------------------*/



@media screen and (max-width: 960px) {
  main {
    width: 70%;
  }

  main#index {
    width: 100%;
    clear: both;
    float: none;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {

	main {
		width: 100%;
		margin: 0 auto;
		float: none;
	}

	main#index {
		width: 90%;
	}

  /*--------------------------------------- centralterace title sp---------------------------------------*/

	main#centralterace h3 {
		background-image: url(../img/central-terrace/h3_bg_sp.svg);
		background-position: 50% 100%;
		margin: 80px 0 20px;
		padding: 0 0 2%;
	}
	
	main#centralterace h3:first-of-type {
		margin: 0 0 20px;
		padding: 6.5% 0 2%;
	}

	main#centralterace h4 {
		background-size: 30px auto;
	}
  /*--------------------------------------- centralterace title sp end---------------------------------------*/

  /*--------------------------------------- Library title sp---------------------------------------*/

	main#library h3 {
		background-image: url(../img/library/h3_bg_sp.svg);
		background-position: 50% 100%;
		margin: 80px 0 20px;
		padding: 0 0 2%;
	}
	
	main#library h3:first-of-type {
		margin: 0 0 20px;
		padding: 6.5% 0 2%;
	}

	main#library h4 {
		background-size: 30px auto;
	}
  /*--------------------------------------- Library title sp end---------------------------------------*/

  /*--------------------------------------- isir title sp---------------------------------------*/

	main#isir h3 {
		background-image: url(../img/isir/h3_bg_sp.svg);
		background-position: 50% 100%;
		margin: 80px 0 20px;
		padding: 0 0 2%;
	}
	
	main#isir h3:first-of-type {
		margin: 0 0 20px;
		padding: 6.5% 0 2%;
	}

	main#isir h4 {
		background-size: 30px auto;
	}
  /*--------------------------------------- isir title sp end---------------------------------------*/

}

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

 FOOTER

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

footer {
	clear: both;
	width: 960px;
	margin: 0 auto;
	padding: 100px 0 40px;
	text-align: center;
}

#logo-footer img {
	width: 315px;
	padding: 0 0 40px;
}

@media screen and (max-width: 960px) {
  footer{
    width: 100%;
  }
}

@media screen and (max-width: 768px) {

	footer {
		width: 90%;
		margin: 0 auto;
		padding: 50px 0 85px;
	}

	#logo-footer img {
		width: 280px;
		padding: 0 0 40px;
	}

}


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

 GLOBAL NAVIGATION

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

#gnavi {
	width: 990px;
	position: fixed;
	top: 0;
	left: 50%;
	margin: 0 0 0 -480px;
	background: #336;
	text-align: right;
	z-index: 100;
}

#gnavi ul {
	width: 50px;
	position: absolute;
	top: 0;
	right: 0;
}

#gnavi .lang_switch{
  text-align: center;
}

#gnavi .lang_switch a{
  font-size: 2rem;
  line-height: 2.5;
}

#gnavi li {
	height: 50px;
	background-color: rgba(60, 164, 247, 0.9);
}

#gnavi li:first-child {
	background-color: rgba(60, 164, 247, 1);
}

#gnavi li:nth-child(4) {
	display: none;
}

#gnavi li a {
	display: block;
	cursor: pointer;
	text-decoration: none;
	color: #FFFFFF;
}


@media screen and (max-width: 1010px) {
 
	#gnavi {
		width: 99%;
		left: 0;
		margin: 0;
  }

}

@media screen and (max-width: 768px) {
 
	#gnavi {
		width: 100%;
		top: 100%;
		left: 0;
		margin: -50px 0 0 0;
	}

	#gnavi ul {
		width: auto;
		position: absolute;
		top: 0;
		right: auto;
		left: 0;
	}

	#gnavi li {
		width: 50px;
		height: 50px;
		float: left;
	}

	#gnavi li:first-child {
		background-color: rgba(60, 164, 247, 1);
	}
	
	#gnavi li:nth-child(4) {
		display: block;
		width: 120px;
		height: 40px;
		text-align: center;
		line-height: 1.3;
		font-size: 1.5rem;
		padding: 10px 0 0 0;
	}

}

/* GLOBAL NAVIGATION Modal */

#modal-overlay {
	z-index: 100;
	display: none ;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba(0, 119, 221, 0.9) ;
}

#modal-content {
	width: 960px;
	margin: 50px 0 0 -480px;
	position: fixed;
	top: 0;
	left: 50%;
	display: none;
	z-index: 200;
	text-align: center;
	color: #FFFFFF;
}

#modal-content a {
	color: #FFFFFF;
	text-decoration: none;
}

#modal-content a:hover {
	text-decoration: underline;
}

#modal-content ul li {
	width: 630px;
	margin: 30px auto 0;
	text-align: center;
	border: #FFFFFF 1px solid;
}

#modal-content ul li a {
	display: block;
	font-size: 1.8rem;
	padding: 15px 0;
}

#modal-content .btn-close a {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	border: #FFFFFF 1px solid;
	padding: 20px 15px;
}


@media screen and (max-width: 768px) {

	#modal-content {
		width: 100%;
		margin: 50px 0 0 0;
		left: 0;
	}

	#modal-content ul li {
		width: 90%;
		margin: 20px auto 0;
	}

	#modal-content ul li a {
		display: block;
		font-size: 1.8rem;
		padding: 12px 0;
	}

	#modal-content .btn-close {
		position: relative;
		margin: 50px 0 0 0;
		padding: 0;
		border: none;
	}
	
	#modal-content .btn-close {
		text-align: center;
	}
	
	#modal-content .btn-close a {
		position: static;
		border: #FFFFFF 1px solid;
		padding: 20px 15px;
	}

}


/* SUB NAVIGATION */

#subnavi {
	width: 210px;
	float: left;
}
.fixed {
  position: fixed;
  top: 20px;
}
#subnavi p {
	display: none;
}

.subnavi-list02 {
	margin: 40px 0 0 0;
}

#subnavi li {
	margin: 0 0 4px;
	font-size: 1.5rem;
	font-weight: bold;
}

#subnavi li a {
	text-decoration: none;
	display: block;
	padding: 5px 20px;
}

/*--------------------------------------- centralterace SUB NAVIGATION ---------------------------------------*/


#subnavi li.contents-purple a {
	background-color: rgba(45, 40, 127, 0.2);
	background-image: url(../img/subnavi_corner_purple_off.svg);
	color: rgb(45, 40, 127);
}

#subnavi li.contents-purple a:hover,
#subnavi li.contents-purple a.active {
	background-color: rgba(45, 40, 127, 0.5);
	background-image: url(../img/subnavi_corner_purple_on.svg);
}


/*--------------------------------------- centralterace SUB NAVIGATION end---------------------------------------*/

/*--------------------------------------- centralterace SUB NAVIGATION ---------------------------------------*/


#subnavi li.contents-red a {
	background-color: rgba(141, 0, 72, 0.2);
	background-image: url(../img/subnavi_corner_red_off.svg);
	color: rgb(141, 0, 72);
}

#subnavi li.contents-red a:hover,
#subnavi li.contents-red a.active {
	background-color: rgba(141, 0, 72, 0.5);
	background-image: url(../img/subnavi_corner_red_on.svg);
}

/*--------------------------------------- centralterace SUB NAVIGATION end---------------------------------------*/

/*--------------------------------------- centralterace SUB NAVIGATION ---------------------------------------*/
#subnavi li.contents-green a {
	background-color: rgba(0, 98, 23, 0.2);
	background-image: url(../img/subnavi_corner_green_off.svg);
	color: rgb(0, 98, 23);
}

#subnavi li.contents-green a:hover,
#subnavi li.contents-green a.active {
	background-color: rgba(0, 98, 23, 0.5);
	background-image: url(../img/subnavi_corner_green_on.svg);
}
/*--------------------------------------- centralterace SUB NAVIGATION end---------------------------------------*/


#subnavi li a {
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 16px auto;
}


@media screen and (max-width: 768px) {

	#subnavi {
		width: 100%;
		float: none;
	}

	#subnavi p {
		display: block;
		color: rgb(45, 40, 127);
		padding: 30px 0 0 0;
	}
	
	#subnavi p.subnavi-ttl {
		font-size: 2.0rem;
		padding: 0 0 20px;
	}
	
	.subnavi-list02 {
		display: none;
	}
	
	#modal-overlay02 {
		z-index: 100;
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 120%;
		background-color: rgba(255, 255, 255, 0.9) ;
	}

	#modal-content02 {
		width: 100%;
		margin: 0;
		position: fixed;
		top: 0;
		left: 0;
		display: none;
		z-index: 200;
		text-align: center;
		overflow: auto;
		max-height: calc(100vh);
	}

	#modal-content02 a {
		text-decoration: none;
	}

	#modal-content02 a:hover {
		text-decoration: underline;
	}

	#modal-content02 ul {
		margin: 0 0 10px;
	}

	#modal-content02 ul li {
		width: 80%;
		margin: 0 auto 5px;
		text-align: center;
		border: #FFFFFF 1px solid;
	}

	#modal-content02 ul li a {
		display: block;
		font-size: 1.7rem;
		padding: 8px 0;
		color: #000000;
	}

	#modal-content02 .btn-close {
		width: 80px;
		margin: 0 auto 40px;
		position: relative;
		top: 0;
		right: 0;
		cursor: pointer;
		border: #2d287f 1px solid;
		font-size: 1.6rem;
		padding: 0;
	}
	
	#modal-content02 .btn-close a {
		display: block;
		padding: 20px 15px;
	}

}