@charset 'UTF-8';

/* reset css */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-decoration: inherit;
	font-family: sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	position: relative;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* iOSã§ã®ãƒ‡ãƒ•ã‚©ãƒ«ãƒˆã‚¹ã‚¿ã‚¤ãƒ«ã‚’ãƒªã‚»ãƒƒãƒˆ */
input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}

/* reset css END*/

/* å…±é€šcss */

.inner {
	width: 1000px!important;
	margin: auto;
}

a:hover {
	opacity: 0.8;
}

section {
	margin: 50px auto;
	padding: 100px 0;
}

section h2 {
	font-family: 'ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ ProN W6';
}

main {
	background: #fff;
}

/* END */

header {
	width: 100%;
	height: 100vh;
}

header > div {
	background: #fff;
	position: fixed;
	width: 100%;
	z-index: 9;
}

header.scroll > div {
	background: rgba(255,255,255,0.8);
	box-shadow: 0 0 2px #ccc;
}

header nav {
	display: flex;
	height: 100%;
}

header nav h1 img {
	display: block;
	width: 300px;
	transition: .3s;
}

header.scroll nav h1 img {
	width: 200px;
	transition: .3s;
}

header nav ul {
	display: flex;
	align-items: center;
	justify-content: right;
	width: 100%;
}

header nav ul li a.current {
	border-bottom: solid 1px #333;
}

header nav ul li a {
	padding: 10px;
	color: #333;
	/*! margin: 0 10px; */
}

header.scroll nav ul li a {
	font-size: 14px;
	transition: .3s;
}

/* home */
.home header .swiper-container {
	width: 100%;
	height: 100%;
	position: fixed;
	display: flex;
	align-items: center;
	z-index: -1;
}

.home header .swiper-container p {
	width: 100%;
	font-size: 40px;
	color: #fff;
	text-shadow: 1px 1px 3px #333;
	position: absolute;
	z-index: 2;
	text-align: center;
	font-family: 'ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ ProN W6';
}

.home header .swiper-container .slide-01 {
	background: url(/img/slide-01.jpg)no-repeat;
	background-size: cover;
}

.home header .swiper-container .slide-02 {
	background: url(/img/slide-02.jpg)no-repeat;
	background-size: cover;
}

.home header .swiper-container .slide-03 {
	background: url(/img/slide-03.jpg)no-repeat;
	background-size: cover;
}

.home header .swiper-container .swiper-slide {
	display: flex;
	align-items: center;
}

.home header .swiper-pagination span {
	margin: 0 10px!important;
}

.home main .description {
	padding: 100px 0 70px;
}

.home main .description h2 {
	font-size: 30px;
	text-align: center;
	margin-bottom: 30px;
}

.home main .description p {
	text-align: center;
	line-height: 35px;
}

.home main .news {
	background: url(/img/news-bg.jpg)no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 350px;
	margin-bottom: 0;
}

.home main .news h2 {
	font-size: 30px;
	text-align: center;
	padding: 50px 0;
}

.home main .news ul {
	width: 700px;
	margin: auto;
}

.home main .news ul li {
	border-bottom: dotted 2px #ccc;
	padding: 10px 0;
	cursor: pointer;
	margin-bottom: 10px;
}

.home main .news ul li .btn span {
	margin-right: 15px;
	font-size: 14px;
}

.home main .news ul li p {
	margin-top: 10px;
	line-height: 30px;
}

.home main .solar {
	background: url(/img/solar-top.jpg)no-repeat;
	background-size: cover;
	background-position: center;
	padding: 0;
}

.home main .dismantling {
	background: url(/img/dismantling-top.jpg)no-repeat;
	background-size: cover;
	background-position: center;
	padding: 0;
}

.home main .solar,
.home main .dismantling {
	margin: 0;
}

.home main .solar .bg-col,
.home main .dismantling .bg-col {
	background: rgba(0,0,0,0.4);
	padding: 100px 0;
}

.home main .solar h2,
.home main .dismantling h2 {
	font-size: 35px;
	color: #fff;
	padding: 0 0 50px;
	text-align: center;
	line-height: 45px;
}

.home main .solar h2 span,
.home main .dismantling h2 span {
	display: inline-block;
	border-top: solid 1px #fff;
	font-family: 'ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ ProN W6';
}

.home main .solar ul,
.home main .dismantling ul {
	padding: 0 0 50px;
	width: 210px;
	margin: auto;
}

.home main .solar ul li,
.home main .dismantling ul li {
	list-style: inside;
	color: #fff;
	line-height: 40px;
	font-size: 20px;
}

.home main .solar .button {
	background: rgba(71,124,226,0.9);
	width: 250px;
	margin: auto;
}

.home main .dismantling .button {
	background: rgba(175,80,68,0.9);
	width: 250px;
	margin: auto;
}

.home main .solar .button p,
.home main .dismantling .button p {
	color: #fff;
	border: solid 1px #fff;
	text-align: center;
	padding: 15px;
	font-size: 25px;
}

.home main .solar .button p a,
.home main .dismantling .button p a {
	padding: 5px 10px;
	border: solid 1px #fff;
	display: inline-block;
	font-size: 16px;
	color: #fff;
	margin-top: 10px;
}

.home main #company h2 {
	font-size: 40px;
	text-align: center;
	margin-bottom: 40px;
}

.home main #company > .inner > p {
	text-align: center;
	font-size: 25px;
	margin-bottom: 40px;
	font-family: 'ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ ProN W6';
}

.home main #company .flex {
	display: flex;
	justify-content: space-between;
	width: 800px;
	margin: auto;
}

.home main #company .flex p {
	line-height: 50px;
}

.home main #company .flex div:last-child {
	width: auto;
}

.home main #company .flex div:last-child img {
	width: 370px;
	box-shadow: 1px 1px 5px #aaa;
}

.home main #company .flex p span {
	display: block;
	text-align: right;
	line-height: 20px;
	margin-top: 20px;
}

.home main #company .flex p span > span {
	font-family: 'ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ ProN W6';
}

.home main #company table {
	width: 100%;
	margin: 50px auto;
}

.home main #company table th {
	vertical-align: middle;
}

.home main #company table td {
	line-height: 30px;
}

.home main #company table:nth-child(4) td {
	text-align: center;
	vertical-align: middle;
	padding: 20px;
	line-height: 25px;
	border: solid 1px #333;
}

.home main #company table:nth-child(4) tr:first-child td {
	font-size: 18px;
	font-weight: bold;
}

.home main #company table:nth-child(5) th {
	width: 35%;
	text-align: left;
	line-height: 25px;
}

.home main #company table:nth-child(5) td a {
	color: #333
}

.home main #company table:nth-child(5) tr {
	border-top: solid 1px #1D2486;
}

.home main #company table:nth-child(5) tr:last-child {
	border-bottom: solid 1px #1D2486;
}

.home main #company table:nth-child(5) th,
.home main #company table:nth-child(5) td {
	padding: 1em;
}

.home main #company iframe {
	box-shadow: 2px 2px 5px #aaa;
}

.home main #contact h2 {
	text-align: center;
	font-size: 35px;
}

.home main #contact table {
	width: 800px;
	margin: 50px auto 0;
}

.home main #contact table tbody {
	display: block;
	width: 100%;
}

.home main #contact table tr {
	margin-bottom: 30px;
	display: block;
	width: 100%;
}

.home main #contact table tr .flex {
	display: flex;
	justify-content: space-between;
}

.home main #contact table tr td {
	width: 100%;
	display: block;
}

.home main #contact table tr .flex input {
	width: 45%
}

.home main #contact table tr:nth-child(2) td input {
	width: 97.3%;
}

.home main #contact table tr td input,
.home main #contact table tr td textarea {
	padding: 10px;
	font-size: 16px;
	display: block;
	border: solid 1px #ccc;
	box-shadow: inset 1px 1px 3px #ccc;
}

.home main #contact table tr td textarea {
	width: 97.3%;
}

.home main #contact .checkbox {
	text-align: center;
}

.home main #contact .checkbox label input {
	width: 20px;
	height: 20px;
	vertical-align: -2px;
}

.home main #contact #sub-btn {
	text-align: center;
	margin: 20px auto;
}

.home main #contact #sub-btn input {
	padding: 15px 100px;
	font-size: 18px;
	border: solid 1px #333;
}

.home main .stuff {
	background: url(/img/stuff-bg.jpg)no-repeat;
	background-size: cover;
	background-position: center;
	margin-bottom: 0;
	padding: 0;
}

.home main .stuff .bg-col {
	background: rgba(0,0,0,0.4);
	padding: 80px 0;
}

.home main .stuff div .inner .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.home main .stuff div .inner .flex div:nth-child(odd) {
	padding-top: 50px;
}

.home main .stuff div .inner .flex div img,
.home main .stuff div .inner .flex div span {
	display: block;
}

.home main .stuff div .inner .flex div img {
	border: solid 5px #fff;
}

.home main .stuff div .inner .flex div span {
	text-align: center;
	color: #fff;
	font-size: 20px;
	margin-top: 20px;
	font-family: 'ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ ProN W6';
}

.home main .recruit {
	background: url(/img/recruit-bg.jpg)no-repeat;
	background-size: cover;
	background-position: bottom;
	margin: 0;
	padding: 0;
}

.home main .recruit h2 {
	font-size: 35px;
	padding-top: 150px;
	text-align: center;
}

.home main .recruit h2:after {
	content: '';
	display: block;
	width: 200px;
	border-bottom: solid 2px #333;
	margin: 15px auto 0;
}

.home main .recruit p {
	text-align: center;
	padding: 200px 0 350px;
}

.home main .recruit p a {
	padding: 30px 80px;
	background: #1D2486;
	color: #fff;
	font-size: 20px;
	box-shadow: 2px 2px 3px #333;
}

footer {
	background: #ccc;
}

footer ul {
	padding: 60px 0;
}

footer ul li {
	line-height: 30px;
}

footer address {
	text-align: center;
	padding: 20px 0;
	background: #fff;
}


/* page */
.page header > div {
	width: 100%;
}

.page .solar header .top {
	height: 100%;
	background: url(/img/solar-top.jpg)no-repeat;
	background-size: cover;
	background-position: bottom;
	width: 100%;
	position: relative;
	z-index: 1;
}

.page .dismantling header .top {
	height: 100%;
	background: url(/img/dismantling-top.jpg)no-repeat;
	background-size: cover;
	background-position: bottom;
	width: 100%;
	position: relative;
	z-index: 1;
}

.page .recruit header .top {
	height: calc(100% - 90px);
	background: url(/img/recruit-top.jpg)no-repeat;
	background-size: cover;
	background-position: bottom;
	width: 100%;
	position: relative;
	z-index: 8;
}

.page header .top h2 {
	font-size: 35px;
	color: #fff;
	line-height: 45px;
	width: 210px;
	text-align: center;
	font-family: 'ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ ProN W6';
	height: 100px;
	padding-top: 100px;
	text-shadow: 1px 1px 3px #333;
}

.page header .top h2 span {
	display: inline-block;
	border-top: solid 1px #fff;
	font-family: 'ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ ProN W6';
}

.page header .top .flex {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}

.page .solar header .top .flex div {
	background: #477CE2;
}

.page .dismantling header .top .flex div {
	background: #AF5044;
}

.page header .top .flex div {
	padding: 40px 10px;
}

.page header .top .flex div span {
	font-size: 30px;
	color: #fff;
	border: solid 1px #fff;
	padding: 30px 50px;
	font-family: 'ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ ProN W6';
}

.page main section h3 {
	font-size: 20px;
	margin-bottom: 50px;
}

.page main section h3:before {
	content: '';
	border-left: solid 3px #333;
	margin-right: 15px;
}

.page main section .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.page main section .flex img {
	display: block;
	margin-bottom: 50px;
	box-shadow: 2px 2px 7px #333;
}

.page .recruit header .top .inner p {
	font-size: 20px;
	line-height: 40px;
}

.page .recruit .overview {
	width: 100%;
	margin-bottom: 80px;
}

.page .recruit .overview th,
.page .recruit .overview td {
	border: solid 1px #333;
	padding: 30px 20px;
	line-height: 30px;
	vertical-align: middle;
}

.page .recruit main .overview th {
	color: #1D2486;
}

.page .recruit main h4 {
	font-size: 30px;
	border-bottom: solid 1px #1D2486;
	width: 50%;
	text-align: center;
	margin: 0 auto 50px;
	padding-bottom: 10px;
}

.page .recruit main .r-contact {
	width: 100%;
	margin: 30px auto 50px;
}

.page .recruit main .r-contact th,
.page .recruit main .r-contact td {
	border: solid 1px #ccc;
	padding: 10px;
	vertical-align: middle;
}

main table td .err {
	font-size: 12px;
}

.page .recruit main .r-contact th {
	background: #eee;
	width: 30%;
}

.page .recruit main .r-contact input,
.page .recruit main .r-contact textarea {
	width: 96%;
	padding: 10px;
	font-size: 16px;
	border: solid 1px #ccc;
	background: #eee;
}

.page .recruit main .checkbox {
	text-align: center;
}

.page .recruit main #sub-btn {
	text-align: center;
}

.page .recruit main #sub-btn input {
	padding: 20px 80px;
	margin: 40px 0;
	font-size: 20px;
	background: #eee;
	border: solid 1px #ccc;
}

#send-msg div {
	padding: 10px;
	border: dotted 1px #ccc;
	line-height: 25px;
}

.home main #company .sdgs img {
	width: 50%;
	margin: 150px auto 0;
	display: block;
}


@media only screen and (max-width:768px) {
	* {
		max-width: 100%;
	}

	.inner {
		width: 100%!important;
	}

	.sp-top {
		display: block;
		position: fixed;
		z-index: 10;
		right: 35px;
		top: 1px;
	}


	/* ãƒ¡ãƒ‹ãƒ¥ãƒ¼ãƒœã‚¿ãƒ³ */
	#menu-btn {
		left: 15px;
		top: 15px;
		padding: 13px;
		cursor: pointer;
	}

	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}

	.menu-trigger {
		position: relative;
		width: 35px;
		height: 27px;
	}

	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: #333;
		border-radius: 10px;
	}

	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}

	.menu-trigger span:nth-of-type(2) {
		top: 12px;
	}

	.menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}

	.menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(20px) rotate(-45deg);
		transform: translateY(12px) rotate(-42deg);
	}

	.menu-trigger.active span:nth-of-type(2) {
		opacity: 0;
	}

	.menu-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-20px) rotate(45deg);
		transform: translateY(-12px) rotate(42deg);
	}

	.overlay {
		content: "";
		display: block;
		width: 0;
		height: 0;
		background-color: rgba(0, 0, 0, 0.7);
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
		opacity: 0;
		transition: opacity .5s;
		transform: translateZ(0);
	}

	.overlay.open {
		width: 100%;
		height: 100%;
		transition: opacity .5s;
		opacity: 1;
		overflow: hidden;
	}


  /* END */

	header > div {
		transition: opacity .5s;
		height: 60px;
	}

	header div .inner {
		padding: 0;
	}

	header nav {
		display: initial;
	}

	header nav h1 {
		display: inline-block;
	}

	header nav h1 a {
		width: 220px;
		display: inline;
	}

	header nav h1 img {
		width: 200px;
		margin-left: 20px;
	}

	header.open > div {
		background: #fff;
	}

	header.open nav {
		z-index: 9999;
	}

	header.open nav ul {
		transform: translate(0);
		transition: all .5s;
	}

	header nav ul {
		display: initial;
		width: 200px;
		transform: translate(200px);
		transition: all .5s;
		position: fixed;
		right: 0;
		bottom: 0;
		z-index: 1;
		height: calc(100% - 60px);
		background: rgba(71,124,226,0.9);
	}

	header.scroll nav ul li a {
		font-size: initial;
		transition: none;
	}

	header nav ul li a {
		color: #fff;
		font-size: 20px!important;
		line-height: 0;
		padding: 20px 10px;
		margin: 20px;
		display: inline-block;
	}

	header nav ul li a.current {
		border-bottom: solid 1px #fff;
	}

	.home main .description p {
		font-size: 15px;
	}
	}

	.home main .news {
		padding: 0;
	}

	.home main .news .inner {
		width: 100%;
		height: 100%;
		min-height: 350px;
		background: rgba(255,255,255,0.4);
	}

	.home main .solar h2, .home main .dismantling h2 {
    font-size: 35px!important;
	}

	.home main #company {
		padding: 80px 20px;
		margin-bottom: 0;
	}

	.home main #company .flex {
		width: 100%!important;
	}

	.home main #company .flex div:first-child {
		margin-right: 15px;
	}

	.home main #company .flex div:first-child p {
		line-height: 35px;
	}

	.home main #company .flex div:first-child p br {
		display: none;
	}

	.home main #company .flex div:last-child img {
		width: 100%!important;
	}

	.home main #contact {
		padding: 80px 20px;
		margin-top: 0!important;
	}

	.home main .stuff .bg-col {
		padding: 80px 20px;
	}

	.home main .stuff div .inner .flex div {
		width: 25%;
	}

	.home main .stuff div .inner .flex div img {
		margin: auto;
		width: 70%;
	}

	footer ul {
		padding: 60px 20px;
	}

	.page header .top {
		height: 100%!important;
	}

	.page header .top h2 {
		padding-left: 20px;
	}

	.page main section {
		padding: 40px 20px;
	}

	.page main section .flex img {
		width: 47%;
	}

  .page .recruit header .top .inner h2 {
		padding: 120px 20px 0 20px;
  }

.page .recruit header .top .inner p {
	padding: 0 20px 0;
}

.home main #company .sdgs img {
	width: 100%;
	margin: 50px auto 0;
}


@media only screen and (max-width:480px) {
	.home header .swiper-container p {
		font-size: 6vw;
	}

	.home main .description {
		padding: 100px 20px 70px;
	}

	.description h2 {
		font-size: 4.5vw !important;
	}

	main section h2 {
		font-size: 5vw!important;
	}

	.home main .news ul {
		width: 88%;
	}

	.home main .solar .button p, .home main .dismantling .button p {
		font-size: 20px;
	}

	.home main #company > .inner > p {
		font-size: 20px;
	}

	.home main #company .flex {
		display: block;
		width: 100%;
	}

	.home main #company .flex div:first-child {
		margin: 0 0 40px;
	}
	
	.home main #contact table {
		width: 100%;
	}

	.home main #company table th {
		font-size: 12px;
	}

	.home main #company table td {
		font-size: 12px;
		padding: 4%!important;
	}

	.home main #contact table tr .flex {
		display: block;
		width: 100%;
	}

	.home main #contact table tr td input[type="text"],
	.home main #contact table tr td textarea {
		width: 94.5%;
		margin-bottom: 30px;
	}

	.home main .stuff div .inner .flex div {
		width: 50%;
	}

	.home main .stuff div .inner .flex div span {
		font-size: 12px;
	}

	.home main .recruit h2 {
		padding-top: 100px;
	}

	.home main .recruit p {
		padding: 100px 0 250px;
	}

	.home main .recruit p a {
		padding: 20px 60px;
	}

	footer ul {
		padding: 30px 20px;
	}

	footer ul li img {
		width: 70%;
	}

	footer address {
		font-size: 10px;
	}

	.page header .top h2 {
		font-size: 20px;
		line-height: 30px;
		width: 130px;
	}

	.page header .top .flex div span {
		font-size: 20px;
	}

	.page main section .flex img {
		margin-bottom: 35px;
		width: 100%;
	}

	.page .recruit header .top h2 {
		font-size: 25px;
		padding-left: 0;
		text-align: left;
	}

	.page .recruit .overview th, .page .recruit .overview td {
		padding: 4%;
	}

	.page .recruit main h4 {
		width: 100%;
		font-size: 5.5vw
	}

	.page .recruit main .r-contact,
	.page .recruit main .r-contact tbody,
	.page .recruit main .r-contact tr{
		display: block;
		width: 100%;
	}

	.page .recruit main .r-contact th, .page .recruit main .r-contact td {
		width: 95%;
		text-align: left;
		display: block;
	}

	.page .recruit main .r-contact td {
		margin-bottom: 10px;
	}

	.page .recruit main .r-contact input, .page .recruit main .r-contact textarea {
		width: 94.5%;
	}



}

@media only screen and (max-width:375px) {
	.home main #company table td {
		font-size: 10px;
		padding: 3% 1%!important;
	}

}