@charset "utf-8";

/**************************************************************************************

--------------------------------------------------------------------------------------
共通パーツ
***************************************************************************************/

/* アニメーション共通設定
========================================== */

ul.slideInBox {
}
ul.slideInBox li {
	position:relative;
	height:500px;	/* 個別設定項目 */
}
ul.slideInBox li > a,
ul.slideInBox li > .noLink {
	display:block;
}
ul.slideInBox li span.bgBox {
	display:block;
	height:100%;
	width:0;
	transition:all 0.8s 0s ease;
	position:absolute;
	top:0;
	left:0;
	right:auto;
	bottom:0;
	background-color:#4dc2cf;	/* 個別設定項目 */
}
ul.slideInBox li.sideR span.bgBox {
	left:auto;
	right:0;
}
ul.slideInBox li span.bgBox.active {
	width:80%;	/* 個別設定項目 */
}
ul.slideInBox li .inner {
	position:absolute;
	transition:all 0.9s 0.8s ease;
	opacity:0;
	height:100%;
	top:0;
	width:60%;	/* 個別設定項目 */
	left:20%;	/* 個別設定項目 */
}
ul.slideInBox li .inner.active {
	opacity:1;
}

/* ボタン系
========================================== */

.btnMore,
.btnSoon {
	display:inline-block;
	background-color:#00a8ba;
	font-size:17px;
	color:#fff;
	padding:5px 55px 5px 35px;
	font-weight:bold;
	line-height:1.6;
}
.btnMore {
	position:relative;
}
.btnSoon {
	padding:5px 25px;
}
.btnMore::after {
	content:"";
	display:block;
	position:absolute;
	top:50%;
	right:15px;
	transform:translateY(-50%);
	border-top:7px solid transparent;
	border-bottom:7px solid transparent;
	border-left:10px solid #fff;		
}
.btnMore:hover {
	color:#fff;
}
@media only screen and (max-width:768px) {
	.btnMore,
	.btnSoon {
		font-size:15px;
	}
	.btnMore::after {
		border-width:5px 0 5px 8px;
		right:10px;
	}
}
@media only screen and (max-width:500px) {
	.btnMore {
		width:auto;
		left:20px!important;
		right:20px!important;
		padding-top:15px;
		padding-bottom:15px;
		font-size:16px;
	}
}

/**************************************************************************************

--------------------------------------------------------------------------------------
メインビジュアル
***************************************************************************************/

#MVslide {
	height:100%;
}
/* リピートあり */
#MVslide .slide_item {
    width:100%;
    height:100%;
	text-align:center;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
    position:absolute;
    left:0;
    top:0;
	opacity:0;
    animation:slideAnime 20s ease infinite;
}
#MVslide .slide_item:nth-of-type(1) {
    background-image:url("../img/graduate/mv_01.jpg");
    animation-delay:0s;
}
#MVslide .slide_item:nth-of-type(2) {
    background-image:url("../img/graduate/mv_02.jpg");
    animation-delay:4s;
}
#MVslide .slide_item:nth-of-type(3) {
    background-image:url("../img/graduate/mv_03.jpg");
    animation-delay:8s;
}
#MVslide .slide_item:nth-of-type(4) {
    background-image:url("../img/graduate/mv_04.jpg");
    animation-delay:12s;
}
#MVslide .slide_item:nth-of-type(5) {
    background-image:url("../img/graduate/mv_05.jpg");
    animation-delay:16s;
}
@keyframes slideAnime {
    0%   {opacity:0;}
    10%  {opacity:1;}
    20%  {opacity:1;}
    30%  {opacity:0;}
    100% {opacity:0;}
}

#MVslide .slide_item img {
	width:68.5%;
	display:inline-block;
	position:absolute;
	bottom:0;
	right:50%;
	transform:translateX(50%);
}
@media only screen and (max-width:1500px) {
	#MVslide .slide_item img {
		bottom:auto;
		top:20%;
	}
}
@media only screen and (max-width:1300px) {
	#MVslide .slide_item img {
		width:80%;
	}
}
@media only screen and (max-width:768px) {
	#MVslide {
		height: 50%;
	}
	#MVslide .slide_item {
		height: 50%;
	}
	#MVslide .slide_item img {
		width:95%;
		top:50%;
		transform:translate(50%,-50%);
	}
}
/* リピートなし */
/*
#MVslide .slide_item {
    width:100%;
    height:100%;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
    position:absolute;
    left:0;
    top:0;
	opacity:0;
    animation:slideAnime 20s ease 0s 1 normal;
}
#MVslide .slide_item:nth-of-type(1) {
    background-image:url("../img/graduate/mv_01.jpg");
    animation-delay:0s;
}
#MVslide .slide_item:nth-of-type(2) {
    background-image:url("../img/graduate/mv_02.jpg");
    animation-delay:4s;
}
#MVslide .slide_item:nth-of-type(3) {
    background-image:url("../img/graduate/mv_03.jpg");
    animation-delay:8s;
}
#MVslide .slide_item:nth-of-type(4) {
    background-image:url("../img/graduate/mv_04.jpg");
    animation-delay:12s;
}
#MVslide .slide_item:nth-of-type(5) {
    background-image:url("../img/graduate/mv_05.jpg");
    animation-delay:16s;
	animation:slideAnime-last 20s ease 0s forwards normal;
}
@keyframes slideAnime {
    0%   {opacity:0;}
    10%  {opacity:1;}
    20%  {opacity:1;}
    30%  {opacity:0;}
    100% {opacity:0;}
}
@keyframes slideAnime-last {
    0%   {opacity:0;}
    80%  {opacity:0;}
    100% {opacity:1;}
}*/

/**************************************************************************************

--------------------------------------------------------------------------------------
東光高岳ってどんな会社？
***************************************************************************************/

#main #about {
}
#main #about ul {
	margin-top:50px;
	overflow:hidden;
}
#main #about ul li {
	width:100%;
	height:600px;
}
#main #about ul li.side01 {
	margin-left:-55%;
}
#main #about ul li.side02 {
	margin-left:auto;
	margin-right:-55%;
	margin-top:-560px;
}
#main #about ul li span.bgBox {
	background-color:#99dce3;
	transform:skewX(-50deg);
}
#main #about ul li.side02 span.bgBox {
	overflow:hidden;
	background-color:#0045a4;
}
#main #about ul li.side02 span.bgBox img {
	transform:skewX(50deg);
	height:100%;
	position:absolute;
	left:-355px;
}
#main #about ul li span.bgBox.active {
	width:100%;	
}
#main #about ul li.side01 span.bgBox.active {
	left:5%;
}
#main #about ul li.side02 span.bgBox.active {
	right:5%;
}
#main #about ul li .inner {
	width:auto;
}
#main #about ul li.side01 .inner {
	left:auto;
	right:-5%;
	padding-top:50px;
}
#main #about ul li.side02 .inner {
	left:-5%;
	right:auto;
	text-align:center;
	padding-top:320px;
}
#main #about ul li.side01 .inner h3 {
	width:500px;
}
#main #about ul li.side01 .inner .logo {
	width:270px;
	margin-top:100px;
}
#main #about ul li.side02 .inner p {
	color:#fff;
	font-weight:bold;
	font-size:28px;
	text-align:center;
}
#main #about ul li.side02 .inner a.btnMore {
	margin-top:60px;
}
@media only screen and (max-width:1200px) {
	#main #about ul li {
		height:550px;
	}
	#main #about ul li.side02 {
		margin-top:-510px;
	}
	#main #about ul li.side01 .inner {
		right:-10%;
		padding-top:40px;
	}
	#main #about ul li.side01 .inner h3 {
		width:470px;
	}
	#main #about ul li.side01 .inner .logo {
		width:220px;
		margin-top:80px;
	}
	#main #about ul li.side02 .inner {
		left:-10%;
		padding-top:330px;
	}
	#main #about ul li.side02 .inner p {
		font-size:24px;
	}
	#main #about ul li.side02 .inner a.btnMore {
		margin-top:40px;
	}
}
@media only screen and (max-width:1000px) {
	#main #about ul li {
		height:500px;
	}
	#main #about ul li.side02 {
		margin-top:-460px;
	}
	#main #about ul li.side01 .inner {
		right:-17%;
	}
	#main #about ul li.side01 .inner h3 {
		width:430px;
	}
	#main #about ul li.side01 .inner .logo {
		width:170px;
		margin-top:50px;
	}
	#main #about ul li.side02 .inner {
		left:-13%;
		padding-top:300px;
	}
	#main #about ul li.side02 .inner p {
		font-size:20px;
	}
	#main #about ul li.side02 .inner a.btnMore {
		margin-top:30px;
	}
}
@media only screen and (max-width:768px) {
	#main #about ul {
		margin-top:30px;
	}
	#main #about ul li.side01 {
		height:300px;
	}
	#main #about ul li.side01 .inner {
		width:100vw;
		right:-55%;
		padding-top:20px;
		display:flex;
		flex-direction:row-reverse;
		justify-content:center;
	}
	#main #about ul li.side01 .inner h3 {
		width:340px;
	}
	#main #about ul li.side01 .inner .logo {
		width:70px;
		margin-top:0;
		margin-right:10px;
	}
	#main #about ul li.side02 {
		margin-right:0;
		margin-top:-180px;
		height:300px;
	}
	#main #about ul li.side02 span.bgBox {
		transform:none;
		background:url("../img/graduate/bg_about_item02.jpg") center bottom / cover no-repeat;
	}
	#main #about ul li.side02 span.bgBox.active {
		right:0;
	}
	#main #about ul li.side02 span.bgBox img {
		display:none;
	}
	#main #about ul li.side02 .inner {
		left:0;
		padding-top:40px;
		width:100%;
	}
	#main #about ul li.side02 .inner a.btnMore {
		width:calc(100% - 40px);
		padding-top:15px;
		padding-bottom:15px;
		font-size:16px;
		left:auto!important;
		right:auto!important;
	}
}
@media only screen and (max-width:414px) {
	#main #about ul li.side01 {
		margin-left:-65%;
	}
	#main #about ul li.side01 .inner {
		right:-65%;
	}
	#main #about ul li.side01 .inner h3 {
		width:250px;
	}
	#main #about ul li.side01 .inner .logo {
		width:50px;
	}
	#main #about ul li.side02 {
		margin-top:-210px;
	}
	#main #about ul li.side02 .inner p {
		font-size:18px;
	}
}
@media only screen and (max-width:360px) {
	#main #about ul li.side01 .inner h3 {
		width:220px;
	}
	#main #about ul li.side01 .inner .logo {
		width:30px;
	}
	#main #about ul li.side02 {
		height:250px;
		margin-top:-210px;
	}
	#main #about ul li.side02 .inner p {
		font-size:15px;
	}
}

/**************************************************************************************

--------------------------------------------------------------------------------------
変革へ挑戦を続ける仲間たち
***************************************************************************************/

#main #staff .btnStaff {
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}
#main #staff .btnStaff .btn-item {
	width: calc(100% / 3);
	padding: 0 40px;
}
#main #staff .btnStaff .btn-item a {
	display: block;
	height: 110px;
	text-align: center;
	position: relative;
}
#main #staff .btnStaff .btn-item a.office   {background-color: #009944;}
#main #staff .btnStaff .btn-item a.common   {background-color: #00a8ba;}
#main #staff .btnStaff .btn-item a.engineer {background-color: #004193;}

#main #staff .btnStaff .btn-item a::before,
#main #staff .btnStaff .btn-item a::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	border-width: 55px 30px;
	border-style: solid;
}
#main #staff .btnStaff .btn-item a::before {
	left: -60px;
	border-top-color: transparent;
	border-left-color: transparent;
}
#main #staff .btnStaff .btn-item a::after {
	right: -60px;
	border-right-color: transparent;
	border-bottom-color: transparent;
}
#main #staff .btnStaff .btn-item a.office::before   {
	border-right-color: #009944;
	border-bottom-color: #009944;
}
#main #staff .btnStaff .btn-item a.office::after   {
	border-top-color: #009944;
	border-left-color: #009944;
}
#main #staff .btnStaff .btn-item a.common::before   {
	border-right-color: #00a8ba;
	border-bottom-color: #00a8ba;
}
#main #staff .btnStaff .btn-item a.common::after   {
	border-top-color: #00a8ba;
	border-left-color: #00a8ba;
}
#main #staff .btnStaff .btn-item a.engineer::before {
	border-right-color: #004193;
	border-bottom-color: #004193;
}
#main #staff .btnStaff .btn-item a.engineer::after {
	border-top-color: #004193;
	border-left-color: #004193;
}
#main #staff .btnStaff a em {
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	line-height: 110px;
}
#main #staff h3 {
	margin-top: 90px;
	position: relative;
	text-align: center;
}
#main #staff h3 em {
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 32px;
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%,-50%);
	transition-delay:0.4s;
}
#main #staff ul {
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
}
#main #staff ul li {
	margin-top:40px;
	width:394px;
	margin-right: calc((100% - 1182px) / 2);
}
#main #staff ul li:nth-of-type(3n) {
	margin-right: 0;
}
#main #staff ul li a {
	display:block;
	width:100%;
	height:100%;
	position:relative;
}
#main #staff ul li a:hover {
	opacity:1;
}
#main #staff ul li a [class^="genre-"] {
	position: absolute;
	top: -15px;
	left: 0;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	height: 40px;
	line-height: 40px;
	padding: 0 30px;
	z-index: 1;
}
#main #staff ul li a .genre-01 {background-color: #2990d0;}
#main #staff ul li a .genre-02 {background-color: #923d92;}
#main #staff ul li a .genre-03 {background-color: #1aa488;}
#main #staff ul li a .genre-04 {background-color: #e4838c;}
#main #staff ul li a .genre-05 {background-color: #8fc31f;}
#main #staff ul li a .genre-06 {background-color: #00a8ba;}
#main #staff ul li a .genre-07 {background-color: #9fa0a0;}
#main #staff ul li a .genre-08 {background-color: #b28247;}
#main #staff ul li a .genre-09 {background-color: #95452a;}

#main #staff ul li a [class^="genre-"]::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: -50px;
	border-width: 20px 25px;
	border-style: solid;
	border-right-color: transparent;
	border-bottom-color: transparent;
}
#main #staff ul li a .genre-01::before {border-top-color: #2990d0; border-left-color: #2990d0;}
#main #staff ul li a .genre-02::before {border-top-color: #923d92; border-left-color: #923d92;}
#main #staff ul li a .genre-03::before {border-top-color: #1aa488; border-left-color: #1aa488;}
#main #staff ul li a .genre-04::before {border-top-color: #e4838c; border-left-color: #e4838c;}
#main #staff ul li a .genre-05::before {border-top-color: #8fc31f; border-left-color: #8fc31f;}
#main #staff ul li a .genre-06::before {border-top-color: #00a8ba; border-left-color: #00a8ba;}
#main #staff ul li a .genre-07::before {border-top-color: #9fa0a0; border-left-color: #9fa0a0;}
#main #staff ul li a .genre-08::before {border-top-color: #b28247; border-left-color: #b28247;}
#main #staff ul li a .genre-09::before {border-top-color: #95452a; border-left-color: #95452a;}

#main #staff ul li a p {
	position:absolute;
	text-align:center;
	font-weight:bold;
	color:#fff;
}
#main #staff ul li a p.name {
	padding:30px 15px;
	font-size:22px;
	bottom:0;
	left:0;
	right:0;
	background-color:rgba(0,66,148,0.6);
}
#main #staff ul li a p.msg {
	opacity:0;
	top:0;
	right:0;
	border:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.6);
	transition:opacity 0.5s ease-out;
}
#main #staff ul li a:hover p.msg {
	opacity:1;
}
#main #staff ul li a p.msg em {
	display:block;
	width:100%;
	font-weight:bold;
	text-align:center;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	font-size:26px;
}
@media only screen and (min-width:1241px) {
	#main #staff .btnStaff .btn-item:nth-of-type(2) {transition-delay:0.1s;}
	#main #staff .btnStaff .btn-item:nth-of-type(3) {transition-delay:0.2s;}
}
@media only screen and (min-width:801px) {
	#main #staff ul li.fadein {
		transition-delay:0.2s;
	}
	#main #staff ul li:nth-of-type(3n+1).fadein {
		transition-delay:0s;
	}	
	#main #staff ul li:nth-of-type(3n).fadein {
		transition-delay:0.4s;
	}	
}
@media only screen and (max-width:1240px) {
	#main #staff .btnStaff {
		width: calc(100% - 30px);
		margin-left: auto;
		margin-right: auto;
	}
	#main #staff .btnStaff .btn-item a {
		height: 90px;
	}
	#main #staff .btnStaff .btn-item a::before,
	#main #staff .btnStaff .btn-item a::after {
		border-width: 45px 30px;
	}
	#main #staff .btnStaff a em {
		font-size: 32px;
		line-height: 90px;
	}
	#main #staff ul li {
		width:32%;
		margin-right: calc((100% - 96%) / 2);
	}
	#main #staff ul li a [class^="genre-"] {
		font-size: 24px;
		padding: 0 15px;
	}
	#main #staff ul li a p.name {
		padding: 20px 15px;
	}
	#main #staff ul li a p.msg em {
		font-size: calc(100vw / ( 1240 / 26));
	}
}
@media only screen and (max-width:1000px) {
	#main #staff ul li a [class^="genre-"] {
		font-size: 20px;
	}
	#main #staff ul li a [class^="genre-"]::before {
		right: -30px;
		border-width: 20px 15px;
	}
}
@media only screen and (max-width:800px) {
	#main #staff h3 em {
		font-size: 28px;
	}
	#main #staff ul {
		justify-content: space-between;
	}
	#main #staff ul li {
		width:48%;
		margin-top:30px;
		margin-right: 0;
	}
	#main #staff ul li:nth-of-type(even).fadein {
		transition-delay:0.2s;
	}
	#main #staff ul li a [class^="genre-"]::before {
		right: -50px;
		border-width: 20px 25px;
	}
	#main #staff ul li a p.name {
		font-size:18px;
		padding:10px;
	}
	#main #staff ul li a p.msg em {
		font-size:22px;
	}
}
@media only screen and (max-width:768px) {
	#main #staff .btnStaff .btn-item a {
		height: 70px;
	}
	#main #staff .btnStaff .btn-item a::before,
	#main #staff .btnStaff .btn-item a::after {
		border-width: 35px 30px;
	}
	#main #staff .btnStaff a em {
		font-size: 26px;
		line-height: 70px;
	}
	#main #staff h3 {
		margin-top: 60px;
	}
	#main #staff h3 em {
		font-size: 24px;
	}
	#main #staff ul li a p.msg em {
		font-size: calc(100vw / ( 768 / 22));
	}	
}
@media only screen and (max-width:650px) {
	#main #staff .btnStaff {
		display: block;
	}
	#main #staff .btnStaff .btn-item {
		width: 100%;
	}
	#main #staff .btnStaff .btn-item + .btn-item {
		margin-top: 20px;
	}
}
@media only screen and (max-width:600px) {
	#main #staff ul li a [class^="genre-"] {
		font-size: 18px;
		padding: 0 5px;
		height: 30px;
		line-height: 30px;
	}
	#main #staff ul li a [class^="genre-"]::before {
		right: -30px;
		border-width: 15px 15px;
	}
}
@media only screen and (max-width:414px) {
	#main #staff .btnStaff .btn-item a {
		height: 50px;
	}
	#main #staff .btnStaff .btn-item a::before,
	#main #staff .btnStaff .btn-item a::after {
		border-width: 25px 30px;
	}
	#main #staff .btnStaff a em {
		font-size: 22px;
		line-height: 50px;
	}
	#main #staff h3 em {
		font-size: 20px;
	}
	#main #staff ul li a [class^="genre-"] {
		font-size: 14px;
	}
	#main #staff ul li a .genre-04 {
		font-size: 12px;
	}
	#main #staff ul li a p.name {
		font-size:14px;
		padding:5px;
	}
	#main #staff ul li a p.msg em {
		font-size: calc(100vw / ( 414 / 13));
	}
}

/**************************************************************************************

--------------------------------------------------------------------------------------
新時代をリードするモノづくり
海外の電力インフラへの貢献
エキスパート技術者と若手技術者による座談会
***************************************************************************************/

#main .readConts {
}
#main .readConts ul.slideInBox {
	margin-top:50px;
}
#main .readConts ul.slideInBox li {
	height:420px;
}
#main #project ul.slideInBox li span.bgBox {background-color:#cceef1;}
#main #international ul.slideInBox li span.bgBox {background-color:#80d3dd;}
#main #expert ul.slideInBox li span.bgBox {background-color:#dfebef;}

#main .readConts ul.slideInBox li span.bgBox.active {
	width:80%;
}
#main #expert ul.slideInBox li span.bgBox.active {
	width:100%;
}
#main .readConts ul.slideInBox li .inner {
	width:60%;
	left:20%;
	padding-top:20px;
}
#main #project ul.slideInBox li .inner {
	background:url("../img/graduate/img_project.jpg") left center / contain no-repeat;
	padding-left:530px;
}
#main #international ul.slideInBox li .inner {
	background:url("../img/graduate/img_international.jpg") right center / contain no-repeat;
	padding-left:5%;
}
#main #expert ul.slideInBox li .inner {
	width:80%;
	left:20%;
	padding-left:5%;
	padding-top:0;
	display:flex;
	justify-content:space-between;
}
#main #expert ul.slideInBox li .inner .txtBox {
	width:37.5%;
}
#main #expert ul.slideInBox li .inner .photo {
	width:62.5%;
	height:420px;
	background:url("../img/graduate/img_expert.jpg") left center / cover no-repeat;
}

#main .readConts ul.slideInBox li .inner p {
	font-weight:bold;
}
#main .readConts ul.slideInBox li .inner p.group {
	font-size:16px;
	line-height:1.4;
	color:#000;
}
#main .readConts ul.slideInBox li .inner p.past {
	font-size:13px;
	line-height:1.4;
	color:#000;
	font-weight: normal;
}
#main .readConts ul.slideInBox li .inner p.catch {
	font-size:28px;
	color:#000;
}
#main #project ul.slideInBox li .inner p.catch {margin-top:5%;}
#main #international ul.slideInBox li .inner p.catch {margin-top:1.5%;}
#main #expert ul.slideInBox li .inner p.catch {margin-top:18%; font-size:32px;}

#main #expert ul.slideInBox li .inner p.catch span {
	display:block;
	padding-left:2em;
}

#main .readConts ul.slideInBox li .inner .btnMore,
#main .readConts ul.slideInBox li .inner .btnSoon {
	position:absolute;
	bottom:15px;
}
#main #project ul.slideInBox li .inner .btnMore {
	right:5%;
}
#main #international ul.slideInBox li .inner .btnMore {
	background-color:#fff;
	color:#00a8ba;
}
#main #international ul.slideInBox li .inner .btnMore::after {
	border-left-color:#00a8ba;
}
@media only screen and (max-width:1560px) {
	#main .readConts ul.slideInBox li span.bgBox.active {
		width:90%;
	}
	#main .readConts ul.slideInBox li .inner {
		width:80%;
		left:10%;
	}
	#main #expert ul.slideInBox li .inner {
		width:90%;
		left:10%;
	}
}
@media only screen and (max-width:1160px) {
	#main .readConts ul.slideInBox li span.bgBox.active {
		width:94%;
	}
	#main .readConts ul.slideInBox li .inner {
		width:88%;
		left:6%;
	}
	#main #expert ul.slideInBox li {
		height:300px;
	}
	#main #expert ul.slideInBox li .inner {
		width:94%;
		left:6%;
	}
	#main #expert ul.slideInBox li .inner .photo {
		height:300px;
	}
	#main #expert ul.slideInBox li .inner p.catch {
		margin-top:8%;
		font-size:28px;
	}
}
@media only screen and (max-width:1060px) {
	#main .readConts ul.slideInBox li {
		height:360px;
	}
	#main #project ul.slideInBox li .inner {
		padding-left:450px;
	}
	#main .readConts ul.slideInBox li .inner p.group {
		font-size:15px;
	}
	#main .readConts ul.slideInBox li .inner p.past {
		font-size:12px;
	}
	#main .readConts ul.slideInBox li .inner p.catch {
		font-size:24px;
	}
	#main #project ul.slideInBox li .inner p.catch {
		margin-top:3%;
	}
	#main .readConts ul.slideInBox li .inner .btnMore {
		font-size:15px;
	}
	#main .readConts ul.slideInBox li .inner .btnMore::after {
		border-width:5px 0 5px 8px;
		right:10px;
	}
	#main #project ul.slideInBox li .inner .btnMore {
		right:3%;
	}
	#main .readConts ul.slideInBox li .inner .btnSoon {
		font-size:15px;
	}
}
@media only screen and (max-width:890px) {
	#main .readConts ul.slideInBox li {
		height:300px;
	}
	#main #project ul.slideInBox li .inner {
		padding-left:380px;
	}
	#main .readConts ul.slideInBox li .inner p.group {
		font-size:14px;
	}
	#main .readConts ul.slideInBox li .inner p.past {
		font-size:11px;
	}
	#main .readConts ul.slideInBox li .inner p.catch {
		font-size:20px;
	}
	#main #expert ul.slideInBox li {
		height:250px;
	}
	#main #expert ul.slideInBox li .inner .photo {
		height:250px;
	}
	#main #expert ul.slideInBox li .inner p.catch {
		font-size:24px;
	}
}
@media only screen and (max-width:768px) {
	#main .readConts ul.slideInBox {
		margin-top:30px;
	}
	#main .readConts ul.slideInBox li span.bgBox.active {
		width:100%;
	}
	#main .readConts ul.slideInBox li .inner {
		width:100%;
		left:0;
	}
	#main #expert ul.slideInBox li {
		height:490px;
	}
	#main #project ul.slideInBox li .inner {
		padding-right:20px;
	}
	#main #international ul.slideInBox li .inner {
		padding-left:20px;
		padding-right:380px;
	}
	#main #expert ul.slideInBox li .inner {
		width:100%;
		left:0;
		padding-left:20px;
		padding-right:20px;
		display:block;
		padding-bottom:250px;
	}
	#main #expert ul.slideInBox li .inner .txtBox {
		width:100%;
	}
	#main #expert ul.slideInBox li .inner p.catch {
		margin-top:20px;
		text-align:center;
	}
	#main #expert ul.slideInBox li .inner p.catch span {
		padding-left:0;
		text-align:center;
	}
	#main #expert ul.slideInBox li .inner .photo {
		width:100%;
		margin-top:10px;
	}
}
@media only screen and (max-width:600px) {
	#main #project ul.slideInBox li .inner,
	#main #international ul.slideInBox li .inner {
		background-size:260px auto;
	}
	#main #project ul.slideInBox li .inner {
		padding-left:280px;
		background-position:left center;
	}
	#main #international ul.slideInBox li .inner {
		padding-right:280px;
		background-position:right center;
	}
}
@media only screen and (max-width:500px) {
	#main .readConts ul.slideInBox li {
		height:490px;
	}
	#main #project ul.slideInBox li .inner,
	#main #international ul.slideInBox li .inner {
		background-position:center bottom 85px;
	}
	#main #project ul.slideInBox li .inner {
		padding:20px 20px 400px;
	}
	#main #international ul.slideInBox li .inner {
		padding:20px 20px 400px;
	}
	#main .readConts ul.slideInBox li .inner .btnMore {
		width:auto;
		left:20px!important;
		right:20px!important;
		padding-top:15px;
		padding-bottom:15px;
		font-size:16px;
	}
	#main #expert ul.slideInBox li {
		height:470px;
	}
	#main #expert ul.slideInBox li .inner p.catch {
		line-height:1.4;
	}
	#main #expert ul.slideInBox li .inner .photo {
		background-size:auto 210px;
		margin-top:0;
	}
	#main .readConts ul.slideInBox li .inner .btnSoon {
		top:170px;
		bottom:auto;
		right:50%;
		transform:translateX(50%);
		z-index:1;
		width:200px;
		text-align:center;
	}
}
@media only screen and (max-width:360px) {
	#main .readConts ul.slideInBox li .inner p.group {
		font-size:12px;
	}
	#main .readConts ul.slideInBox li .inner p.past {
		font-size:10px;
	}
	#main .readConts ul.slideInBox li .inner p.catch {
		font-size:18px;
	}
	#main #expert ul.slideInBox li .inner p.catch {
		font-size:20px;
	}
}

/* 新時代をリードするモノづくり
========================================== */

#main #project {
}
@media only screen and (max-width:768px) {
}

/* 海外の電力インフラへの貢献
========================================== */

#main #international {
}
@media only screen and (max-width:768px) {
}

/* エキスパート技術者と若手技術者による座談会
========================================== */

#main #expert {
}
@media only screen and (max-width:768px) {
}

/**************************************************************************************

--------------------------------------------------------------------------------------
働き方をサポートする環境・制度
***************************************************************************************/

#main #support {
}
#main #support ul {
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	margin:0 5%;
}
#main #support ul li {
	width:50%;
	margin-top:50px;
	text-align:center;
	padding:0 15px;
}
#main #support ul li p {
	background-color:#00a8ba;
	color:#fff;
	font-size:22px;
	font-weight:bold;
	text-align:center;
	width:100%;
	max-width:350px;
	padding:5px 10px;
	border-radius:50px;
	margin:20px auto 0;
}
#main #support ul li:nth-of-type(2).fadein {transition-delay:0.2s;}
#main #support ul li:nth-of-type(3).fadein {transition-delay:0.4s;}
#main #support ul li:nth-of-type(4).fadein {transition-delay:0.6s;}

@media only screen and (max-width:1240px) {
	#main #support ul {
		margin-left:20px;
		margin-right:20px;
	}
}
@media only screen and (max-width:768px) {
	#main #support ul li {
		margin-top:30px;
	}
	#main #support ul li p {
		font-size:18px;
	}
}
@media only screen and (max-width:414px) {
	#main #support ul li {
		padding:0 10px;
	}
	#main #support ul li p {
		font-size:15px;
		margin-top:15px;
	}
}

/**************************************************************************************

--------------------------------------------------------------------------------------
東光高岳の採用
***************************************************************************************/

#main #recruit {
}
#main #recruit ul {
	margin-top:50px;
}
#main #recruit ul li {
	height:300px;
}
#main #recruit ul li + li {
	margin-top:30px;
}
#main #recruit ul li a span.bgBox {
	background-color:#4dc2cf;
}
#main #recruit ul li:nth-of-type(even) a span.bgBox {
	background-color:#00a8ba;
}
#main #recruit ul li a span.bgBox.active {
	width:80%;
}
#main #recruit ul li a .inner {
	display:flex;
	justify-content:space-between;
	align-items:center;
	width:60%;
	left:20%;
}
#main #recruit ul li a .inner .titBox {
	height:100%;
	padding:3% 0 0 2%;	
}
#main #recruit ul li:nth-of-type(1) a .inner .titBox {width:38%;}
#main #recruit ul li:nth-of-type(2) a .inner .titBox {width:39%;}
#main #recruit ul li:nth-of-type(3) a .inner .titBox {width:47.8%;}
#main #recruit ul li:nth-of-type(4) a .inner .titBox {width:71.5%;}
#main #recruit ul li:nth-of-type(5) a .inner .titBox {width:29.6%;}

#main #recruit ul li a .inner .titBox p {
	color:#fff;
	font-weight:bold;
	font-size:22px;
	position:absolute;
	left:2%;
	bottom:8%;
}
#main #recruit ul li a .inner .ic {
	width:25%;
	text-align:right;
	padding-right:20px;
}
@media only screen and (max-width:1239px) {
	#main #recruit ul li {
		height:280px;
	}
}
@media only screen and (max-width:1000px) {
	#main #recruit ul li {
		height:250px;
	}
}
@media only screen and (max-width:800px) {
	#main #recruit ul li {
		height:220px;
	}
}
@media only screen and (max-width:768px) {
	#main #recruit ul {
		margin-top:30px;
	}
	#main #recruit ul li {
		height:200px;
	}
	#main #recruit ul li + li {
		margin-top:5px;
	}
	#main #recruit ul li a span.bgBox.active {
		width:100%;
	}
	#main #recruit ul li a .inner {
		width:100%;
		left:0;
		display:block;
	}
	#main #recruit ul li a .inner .titBox {
		padding:20px 8% 0 20px;
	}	
	#main #recruit ul li a .inner .titBox p {
		font-size:20px;
		left:20px;
	}
	#main #recruit ul li a .inner .ic {
		width:18%;
		position:absolute;
		text-align:center;
		padding-right:0;
		right:15px;
		bottom:15px;
	}
}
@media only screen and (max-width:414px) {
	#main #recruit ul li a .inner .titBox {
		padding:20px 0 0 20px;
	}
	#main #recruit ul li:nth-of-type(1) a .inner .titBox {width:42.1%;}
	#main #recruit ul li:nth-of-type(2) a .inner .titBox {width:43.3%;}
	#main #recruit ul li:nth-of-type(3) a .inner .titBox {width:53.1%;}
	#main #recruit ul li:nth-of-type(4) a .inner .titBox {width:79.5%;}
	#main #recruit ul li:nth-of-type(5) a .inner .titBox {width:32.9%;}	
	
	#main #recruit ul li a .inner .titBox p {
		font-size:18px;
	}
	#main #recruit ul li a .inner .ic {
		width:25%;
	}
}
