* {
	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: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック体","Yu Gothic",YuGothic,"メイリオ",Meiryo,sans-serif;
	-webkit-text-size-adjust: 100%;
}

h2 {  font-family: Georgia,"リュウミンR-KL",游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;  }

h3 {
	font-size: 131%;
  display: block;
  -webkit-margin-before: 0.83em;
  -webkit-margin-after: 0.83em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight: bold;
}

#main {
  padding-top: 0px;
}
#main-in {
	padding-left: 260px;
}
#main p {
  font-size: 1rem;
  line-height: 1.66667;
  margin: 0px 10px;
  padding: 0px 10px;
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

#main .inner {
  padding: 5% 0;
  /*background-color: #2acaea; */
	background-color: #3498db;
  box-sizing: border-box;
  position: relative;
  color: #000;
  text-align: center;
  z-index: -1;
}

/* button common */
.button {
  display: inline-block;
  width: 200px;
  height: 44px;
  text-align: center;
/*
  text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
*/
	text-shadow: rgba(0,0,0,0.2) 2px 2px 0;
  line-height: 44px;
  outline: none;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all .3s;
          transition: all .3s;
}

.button {
  position: relative;
  z-index: 2;
  background-color: rgba(0,0,0,.7);
  border: 1px solid #000;
  color: #fff;
  line-height: 40px;
}
.button:hover {
	color: #000;
	font-weight: bold;
  background-color: #3498db;
}
.button::before,
.button::after {
  top: 0;
	width: 50%;
  height: 100%;
	background-color: rgba(0,0,0,.7);
}
.button::before {
  right: 0;
}
.button::after {
  left: 0;
}
.button:hover::before,
.button:hover::after {
  width: 0;
	background-color: #3498db;
}

.section2 .button,
.section3 .button {
	color: #000;
	font-weight: bold;
	text-shadow: 2px 2px 3px rgba(255,255,255,.3);
	background-color: rgba(55,55,55,.2);
}

.section2 .button:hover,
.section3 .button:hover {
	background-color: rgba(52,152,219,.7);
}

.section2 .button::before,
.section2 .button::after,
.section3 .button::before,
.section3 .button::after {
	background-color: rgba(55,55,55,.2);
}

.section2 .button:hover::before,
.section2 .button:hover::after {
  background-color: rgba(52,152,219,.7);
}

/* main-visual */
#main-visual {
  height: 100%; min-height: 600px; background: url(../img/shisui.jpg) top center no-repeat; background-size: cover;
	display: flex;

	-webkit-box-pack: center;
     -ms-flex-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-box-align: center;
	   -ms-flex-align: center;
	-webkit-align-items: center;
	        align-items: center;
}
#main-visual h2 {
	font-size: 180%;
  line-height: 200%;
	color: #000;
  text-shadow: -1px -1px 0px #5c5c5c,1px -1px 0px #5c5c5c,1px 1px 0px #5c5c5c,-1px 1px 0px #5c5c5c,0px 0px 25px rgba(97, 97, 97, 0.7),0px 0px 20px rgba(97, 97, 97, 0.7);
  -webkit-filter: drop-shadow(3px 3px 5px rgba(255,255,255,1));
	        filter: drop-shadow(3px 3px 5px rgba(255,255,255,1));
}

.centerBoxFix {
   position: relative;
	 min-height: 650px;
	 line-height: 160%;
	 text-align: center;
	 text-shadow: 0 1px 1px rgba(0,0,0,.3);
	 width: 95%;
  }

.copylogo {
  position: relative;
  top: 100px;
	width: 100%;
  margin: auto;
}

img.copy1 { width: 80%; max-width: 200px; }

.copy1 {
	-webkit-filter: drop-shadow(3px 3px 10px rgba(255,255,255,.8));
	        filter: drop-shadow(3px 3px 10px rgba(255,255,255,.8));
}

.copylogo h2 {
	display: inline-block;
}


/* section */

.wrapper {
  display: -webkit-flex;
  display: flex;
/*
  -webkit-clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%);
          clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%);
*/
}

.section0 {
	min-height: 200px;
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	background: #eee no-repeat center center;
	justify-content: center;
	padding-top: 20px;
	padding-bottom: 30px;
}

.section0 .info {
	width: 80%;
}

.section0 label {
	position: relative;
	display: block;
	margin: 1.5px 0;
	padding : 11px 12px;
	color: #000;
	font-weight: bold;
	background: #fff;
	cursor: pointer;
	transition: all 0.5s;
	user-select: none;
}

.section0 label:hover {
	background :#85baef;
}

.section0 label .news {
	background: #ccc;
	width: 105px;
	padding: 2px 0;
	text-align: center;
	color: #000;
	margin: 0 14px;
	padding: 0 7px;
}

.section0 input {
	display: none;
}

.section0 .article {
	height: 0;
	padding: 0px;
	overflow: hidden;
	transition: 0.8s;
	opacity: 0;
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
}

input:checked + label {
	background :#85baef;
}

input:checked + label + .article {
	height: auto;
	padding: 10px;
	background: #fff;
	opacity: 1;
}

.section1 {
  height: 70vh;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.left {
	width: 100%;
	padding: 5% 10%;
	box-sizing: border-box;
	position: relative;
	color: #000;
	text-align: center;
}

.info {
	text-align: left;
}


.info h3{
	position: relative;
	display: inline-block;
	padding: 0 65px;
}

.info h3:before, .info h3:after{
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 55px;
	height: 2px;
}

.info h3:before {
	left:0;
	background: -moz-linear-gradient(left,#3498db, #000);
	background: -webkit-linear-gradient(left,#3498db, #000);
	background: linear-gradient(to right,#3498db, #000);
}
.info h3:after {
	right: 0;
	background: -moz-linear-gradient(right,#3498db, #000);
	background: -webkit-linear-gradient(right,#3498db, #000);
	background: linear-gradient(to left,#3498db, #000);
}

.info p {
	margin: 0px 10px;
}

.summary-text {
	font-weight: bold;
}

.right {
	position: relative;
}

.right .info {
	width: 90%;
	height: 90%;
  background: url(../img/1-1.JPG) no-repeat center center;
  background-size: cover;
	position: relative;
}

.right .info p {
	position: absolute;
	top:10px;
	left:10px;
	font-weight: bold;
	background-color: rgba(52,152,219,.7);
	padding: 5px 10px;
}

.section2 {
  height: 50vh;
	min-height: 400px;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
	background: url(../img/csr.jpg) no-repeat center center;
  background-size: cover;
	background-attachment: fixed;
  justify-content: center;
	padding-bottom: 30px;
}

.section2 .info {
	width: 80%;
}

.section3 {
  height: 50vh;
	min-height: 400px;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
	background: url(../img/sagyou.jpg) no-repeat center center;
  background-size: cover;
  justify-content: center;
	padding-bottom: 30px;
}

.section3 .info {
	width: 80%;
}

.section3 .info p span {
	background-color: rgba(255,255,255,.5);
}

.section4 {
  height: 50vh;
	min-height: 400px;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
	background-color: transparent;
  background-size: cover;
  justify-content: center;
	margin-bottom: 30px;
	position: relative;
}

.section4 .chuoh-logo {
	position: absolute;
	top: -50px;
	width: 80%;
	text-align: center;
}

.section4 .chuohkensetu {
	width: 200px;
}

.section4 .info {
	text-align: center;
	width: 80%;
}

.section4 .chuoh-text {
	position: absolute;
	top: 150px;
	width: 80%;
	text-align: center;
}

.footer-bg {
	width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
	color: #aaa;
	align-items: center;
	background: url(../img/csr.jpg) no-repeat bottom center;
  background-size: cover;
	background-attachment: fixed;
  justify-content: center;
}

.footer {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
	color: #aaa;
	background-color: #111;
	background: -moz-linear-gradient(110deg, #111 55%, rgba(17,17,17,0));
	background: -webkit-linear-gradient(110deg, #111 55%, rgba(17,17,17,0));
	background: linear-gradient(110deg, #111 55%, rgba(17,17,17,0));
  justify-content: center;
}

.footer .info {
	width: 80%;
	padding-top: 20px;
}

.footer a:link,
.footer a:visited {
	color: #aaa;
}

.footer a:hover,
.footer a:active{
	color: #3498db;
}

.footer a,
.footer a span {
  display: inline-block;
}
.footer a span {
  transition: .5s;
}
.footer a:hover span {
  -webkit-transform: rotateX(360deg);
  transform: rotateX(360deg);
}

.footer a img {
	width: 14px;
}

#copyright {
	color: #666;
	font-size: 10px;
	text-decoration: none;
}

/* メニュー */
#global-head {
	position: fixed;
	color: #033560;
	width: 260px;
	text-align: center;
	padding-top: 60px;
	z-index: 100;
}

img.logo { height: 50px; }

#sidebar {
	font-size: 15px;
  font-weight: bold;
	padding-top: 120px;
	width: 260px;
	height: 100%;
	position: fixed;
	color: #033560;
	background: #fff;

	background: -moz-linear-gradient(top, #feffff 0%, #ddf1f9 74%, #a0d8ef 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #feffff 0%,#ddf1f9 74%,#a0d8ef 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #feffff 0%,#ddf1f9 74%,#a0d8ef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#a0d8ef',GradientType=0 ); /* IE6-9 */

	text-align: center;
  box-shadow: 2px 0px 4px gray;
}

#global-nav ul {
	list-style: none;
	margin-left: 0;
}
#global-nav > ul > li {
	position: relative;
}

#global-nav a {
	font-family: Latha,"リュウミンR-KL",游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	color: #033560;
	text-decoration: none;
	display: block;
	padding: 15px 0;
	-moz-transition: background-color .3s linear;
	-webkit-transition: background-color .3s linear;
	transition: background-color .3s linear;
}
#global-nav .sub-menu.is-active > a,
#global-nav a:hover {
	color: #fff;
	background: #033560;
}

#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; /* Old browsers */
	background: -moz-linear-gradient(top, #033560 0%, #0a0e38 100%, #080728 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #033560 0%,#0a0e38 100%,#080728 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #033560 0%,#0a0e38 100%,#080728 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#033560', endColorstr='#080728',GradientType=0 ); /* IE6-9 */

	color: #fff;
	top: 0;
	padding-top: 90px;
	left: 260px;
	width: 0;
	height: 100%;
	overflow: hidden;
  box-shadow: 2px 0px 4px #222;

	-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;
}

.hidden-pc {
	display: none;
}

/* media query */
@media screen and (max-width: 900px) {

	.hidden-pc {
		display: inline;
	}

	#main-in {
		padding-left: 0;
	}

	#global-head {
		width: 100%;
    height: 54px;
		padding: 10px;
		background: rgba(255,255,255,.8);
		display: -webkit-flex;
		display: flex;
	}

	img.logo { height: 34px; }

	#sidebar {
		/*display: none;*/
		position: fixed;
		right: -300px;
		top: 0;
		height: 100%;
		width: 300px;
		color: #333;
		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;
	}

  /* section */

	#main-visual h2 {
		font-weight: normal;
		font-size: 140%;
		line-height: 160%;
	}

  .wrapper {
    display: block;
  }
  .section1 {
    height: 50vh;
  }
  .inner {
    margin-right: 0px;
/*    margin-bottom: 50px; */
    margin-left: 0px;
    padding: 25px 15px;
  }
	.footer-bg {
		background-image: none;
	}
	.footer {
		background-color: #111;
	}
}

@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);
	}
	#main-in .inner .summary-text {
		text-align: left;
		font-weight: normal;
		padding:0 20px;
	}
	.section2 .info,
	.section3 .info,
	.section4 .info {
		width: 85%;
	}
	.hidden-mobile {
		display: none;
	}
	.section4 {
		margin-bottom: 80px;
	}
	.section4 .chuoh-text {
		width: 85%;
		text-align: left;
	}
}
