
@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html,body {
	height: 100%;
}
body {
	font-size: 14px;
	font-family: "Andale Mono","筑紫A丸ゴシック",'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック','Yu Gothic','メイリオ','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	letter-spacing: 0.01em;
  color: #000000;
  background-color: #ffffff;
  margin-bottom: 50px;
}

#main {
	background: #fff;
}
#main-in {
	padding-left: 260px;
}
#main p {
	margin-bottom: 1em;
	line-height: 1.9;
}
#main .inner {
	padding: 60px;
}

/* main-visual */
#main-visual {
  background-image: url("./images/naousami4.jpg");
  background-size: cover;
  background-repeat: no-repeat;
	height: 600px;
  letter-spacing: 0.01em;
}
#main-visual h2 {
	font-size: 180%;
	color: #fff;
}
h2 {
	padding-left: 58px;
	padding-top: 90px;
}
p{
	padding-left: 58px;
}
h3 {
	font-size: 131%;
	margin-bottom: .7em;
}
h4{
 font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Yu Gothic','ヒラギノ角ゴシック','メイリオ','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
 font-size: 15px;
 color: #2f4f4f;
 font-weight: lighter;
 line-height: 150%;
 margin: 0px;
 padding-left: 58px;
 width: 90%;
}
h5{
 font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Yu Gothic','ヒラギノ角ゴシック','メイリオ','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
 font-size: 20px;
 color: #2f4f4f;
 font-weight: lighter;
 line-height: 150%;
 width: 90%;
 padding-bottom: 5px;
}
h6{
 font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Yu Gothic','ヒラギノ角ゴシック','メイリオ','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
 font-size: 15px;
 color: #2f4f4f;
 font-weight: lighter;
 line-height: 150%;

}
#copyright a {
	color: #666;
	text-decoration: none;
}
#copyright a:hover {
	text-decoration: underline;
}

/* ここから */
#global-head {
	position: fixed;
	color: #000000;
	width: 260px;
	/*text-align: center;*/
	padding-top: 60px;
  padding-left: 100px;
	z-index: 100;
}

#sidebar {
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Yu Gothic','ヒラギノ角ゴシック','メイリオ','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size: 15px;
	padding-top: 120px;
  padding-left: 100px;
	width: 260px;
	height: 100%;
	position: fixed;
	background: #fff;
	text-align: left;
  color: #000000;
}

#global-nav ul {
	list-style: none;
	margin-left: 0;
  /*font-style: italic;*/
}
#global-nav > ul > li {
	position: relative;
}

#global-nav a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 15px 0;
}
#global-nav .sub-menu.is-active > a,
#global-nav a:hover {
	/*color: #fff;*/
	/*background: #fff;*/
}

#global-nav .sub-menu-nav a,
#global-nav .sub-menu:hover .sub-menu-nav {
	width: 230px;
}

/* sub-menu icon */
#global-nav .sub-menu-head {
	position: relative;
}
#global-nav .sub-menu-head:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 18px;
	margin: auto;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 1px solid #033560;
	border-right: 1px solid #033560;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


/* sub-menu */
#global-nav .sub-menu-nav {
	position: fixed;
	background: #033560;
	color: #fff;
	top: 0;
	padding-top: 90px;
	left: 260px;
	width: 0;
	height: 100%;
	overflow: hidden;

	-moz-transition: width .2s ease-out;
	-webkit-transition: width .2s ease-out;
	transition: width .2s ease-out;
}
#global-nav .sub-menu.is-active > a:after,
#global-nav .sub-menu-head:hover:after {
	border-color: #fff;
}
#global-nav .sub-menu-nav a {
	color: #fff;
}
#global-nav .sub-menu-nav a:hover {
	color: #033560;
	background: #fff;
}


/* nav-toggle */
#nav-toggle {
	display: none;
	position: fixed;
	top: 15px;
	right: 15px;
	height: 32px;
}
#nav-toggle > div {
	position: relative;
	width: 32px;
}
#nav-toggle span {
	width: 100%;
	height: 2px;
	left: 0;
	display: block;
	background: #033560;
	position: absolute;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}


#overlay {
	display: none;
	position: fixed;
	background: rgba(0,0,0,.6);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}



@media screen and (max-width: 900px) {
	#main-in {
		padding-left: 0;
	}

	#global-head {
		width: 100%;
		padding: 10px;
		background: rgba(255,255,255,.8);
		display: -webkit-flex;
		display: flex;
	}

	#sidebar {
		/*display: none;*/
		position: fixed;
		right: -300px;
		top: 0;
		height: 100%;
		width: 300px;
		color: #000000;
		background: #fff;
		-webkit-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}

	/* サブメニューは開けない */
	#global-nav .sub-menu-head:after,
	#global-nav .sub-menu-nav {
		display: none;
	}
	#nav-toggle {
		display: block;
	}

	/* nav open */
	.open {
		overflow: hidden;
	}
	.open #overlay {
		display: block;
	}
	.open #sidebar  {
		-webkit-transform: translate3d(-300px,0,0);
		transform: translate3d(-300px,0,0);
	}

	/* #nav-toggle close */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	/* z-index */
	#overlay {
		z-index: 200;
	}
	#sidebar {
		z-index: 300;
	}
	#nav-toggle {
		z-index: 400;
	}


}

@media screen and (max-width: 400px) {
	#sidebar {
		right: -200px;
		width: 200px;
		padding-top: 60px;
	}
	.open #sidebar  {
		-webkit-transform: translate3d(-200px,0,0);
		transform: translate3d(-200px,0,0);
	}
}
/* === ラジオボタンは非表示 ================== */
#langChenge input[type="radio"]{
 display    : none;
}

/* === 各ラジオボタンのラベルをボタンに変更 == */
#langChenge label{
 display    : inline-block;
 border     : 1px solid #ccc;
 padding    : 2px 6px;
 margin: 0px;
 margin-left: 58px;
}

/* === 選択されていない言語は非表示にする ==== */
#langEn:not(:checked) ~ * *:lang(en) {
 display    : none;
}
#langJa:not(:checked) ~ * *:lang(ja) {
 display    : none;
}

/* === 選択されている言語のラベル色を変更 ==== */
#langEn:checked ~ label[for="langEn"] {
 background : #dbdbdb;
}
#langJa:checked ~ label[for="langJa"] {
 background : #dbdbdb;
}

.wrapper {
	display: grid;
	gap: 10px;
	grid-template-columns: 1fr; /* スマホ（デフォルト）では1列 */
	row-gap: 40px;
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Yu Gothic','ヒラギノ角ゴシック','メイリオ','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  font-size: 15px;
  color: #2f4f4f;
  font-weight: lighter;
  line-height: 150%;
  margin: 0px;
	padding-top: 120px;
  padding-left: 58px;
  width: 90%;
}

/* PCなどの大きな画面（幅768px以上）では2列 */
@media (min-width: 768px) {
	.wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
