@charset "utf-8";
/* CSS Document */

html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align:baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article, header, footer, aside, figure, figcaption, nav, section { 
  display:block;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
	font-family: 'Noto Serif JP', serif;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}
a{
	text-decoration: none;
}
.wrapper{
	background-color: #020b1f;
	color: #fff;
}
.header{
	background-color: #020b1f;
}
.preload img{
	width: 1px;
	height: 1px;
	opacity: 0.1;
}

h1{
	width: 18%;
	height: 0;
	padding-top: 5%;
	margin: 0px auto 0 30px;
	background-image: url("../images/symenergy.svg");
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.main{
	background-image: url("../images/japan.png");
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	padding-bottom: 40px;
}
.main .inner{
	max-width: 1200px;
	margin: 0 auto;
	padding: 0px 0;
	text-align: center;
}
.bosyu{
	display: flex;
	max-width: 540px;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto 10px;
}
.bosyu .logo_bouei{
	width: 40%;
	height: 0;
	padding-top: 30%;
	margin: 0px ;
	background-image: url("../images/logo_hero.svg");
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.bosyu .sunder{
	width: 30%;
	height: 0;
	padding: 30% 80px 0 80px;
	margin: 0px 80px 0;
	background-image: url("../images/h2_bosyu.svg");
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
	position: relative;
}
.bosyu .sunder::before{
	content: "";
	position: absolute;
	left: -70px;
	top:0;
	height: 100%;
	width: 40%;
	background-image: url("../images/bolt_left.svg");
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	animation: fadeLeft 3s infinite;
}
.bosyu .sunder::after{
	content: "";
	position: absolute;
	right: -70px;
	top:0;
	height: 100%;
	width: 40%;
	background-image: url("../images/bolt_right.svg");
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	animation: fadeRight 3s infinite;
}
@keyframes fadeLeft {
	0% {	transform: translate(0, 0);}
	2% {	transform: translate(-3px, -3px);}
	4% {	transform: translate(3px, 0);}
	6% {	transform: translate(-3px, -0);}
	8% {	transform: translate(3px, 3px);}
	10% {	transform: translate(-3px, -0);}
	12% {	transform: translate(0, 0);}
	100% {	transform: translate(0, 0);}
}
@keyframes fadeRight {
	0% {	transform: translate(0, 0);}
	2% {	transform: translate(3px, 3px);}
	4% {	transform: translate(-3px, 0);}
	6% {	transform: translate(3px, -0);}
	8% {	transform: translate(-3px, -3px);}
	10% {	transform: translate(3px, -0);}
	12% {	transform: translate(0, 0);}
	100% {	transform: translate(0, 0);}
}
.heros{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.heros div{
	width: 18%;
	display: block;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.heros div div{
	width: 108%;
	height: 0;
	padding-top: 120%;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
}
.heros .mainHero01 div{
	background-image: url("../images/hero_01.svg");
}
.heros .mainHero02 div{
	background-image: url("../images/hero_02.svg");
}
.heros .mainHero03 div{
	margin-left: -5%;
	background-image: url("../images/hero_03.svg");
}
.heros .mainHero04 div{
	width: 140%;
	background-image: url("../images/hero_04.svg");
}
.heros .mainHero05 div{
	width: 105%;
	background-image: url("../images/hero_05.svg");
}
.heros .mainHero06 div{
	width: 140%;
	background-image: url("../images/hero_06.svg");
}
.heros div p{
	font-weight: 800;
	font-size: 1.2em;
	margin-top: 0px;
	text-align: center;
	font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
}
h2{
	width: 50%;
	height: 0;
	padding-top: 25%;
	margin: 0px auto 0 auto;
	background-image: url("../images/catch.svg");
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.star{
	background-image: url("../images/stars.png");
	background-size: contain;
	background-repeat: repeat-y;
}
section{
	padding: 0;
	margin: 0;
	position: relative;
}
section.intro .inner{
	padding: 30px 0;
}
section.hensei .inner{
	padding-top: 0;
}
section.hensei .graph{
	max-width: 880px;
	margin: 0 auto;
}
section.hensei .graph img{
	width: 100%;
}
section h3.thin::before{
	opacity: 0.5;
	mix-blend-mode: multiply;
	z-index: 20;
}
section .inner{
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 0;
	position: relative;
	z-index: 100;
}
section.intro{
	text-align: center;
	padding: 20px 0 60px 0;
}
section .lead{
	line-height: 1.75;
	font-size: 1.2em;
	margin-bottom: 30px;
}
section .lead span{
	display: block;
	font-size: 1.15em;
	color: #00a8b8;
}
section .lead .anno{
	margin: 30px;
	font-size: 0.7em;
}
.photos{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.photos img{
	width: 19%;
}
.logo_bouei{
	width: 25%;
	height: 0;
	padding-top: 8%;
	margin: 0px auto 0 auto;
	background-image: url("../images/logo_hero.svg");
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.logo_bouei.small{
	width: 25%;
}

section .spot1::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url("../images/spot_01.png");
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	mix-blend-mode: color-dodge;
	opacity: 0.5;
}
section .spot2{
	background-color: rgba(0,160,233,0.05);
}
section .spot2::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url("../images/spot_01.png");
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	mix-blend-mode: color-dodge;
	z-index: 1;
}
section .spot2.op5::before{
	opacity: 0.5;
}
.lead01{
	width: 96%;
	padding-top: 12%;
	background-image: url("../images/lead_01.svg");
	background-position: center top;
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 0;
	margin: 0 auto;
}
.topic{
	max-width: 1000px;
	margin: 60px auto;
	padding-top: 46%;
	background-image: url("../images/topic_all.svg");
	background-position: center top;
	background-size: contain;
	background-repeat: no-repeat;
}
.topic div{	
	font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
}
.topic div{
	min-width: 28%;
	height: 100px;
	background-position: center top;
	background-size: contain;
	background-repeat: no-repeat;
	display: none;
}

.topic div p{
	display: none;
}
.topic div p.head{
	background-color: #fff;
	padding: 4px 20px; 
	color: #000;
	text-align: center;
	font-weight: 700;
	font-size: 1.1em;
}
.source{
	text-align: center;
	max-width: 1000px;
	margin: 0 auto;
	font-size: 0.8em;
	line-height: 1.5;
}
.heroArea1{
	position: relative;
	width: 100%;
	max-width: 920px;
	margin: 0 auto;
}
.heroArea1::after{
	position: absolute;
	content: "";
	width: 150px;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url("../images/hero_01.svg");
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}
.heroArea1::before{
	position: absolute;
	content: "";
	width: 150px;
	height: 100%;
	top: 0;
	right: 0;
	background-image: url("../images/hero_02.svg");
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}
.bolt{
	position: relative;
	width: 540px;
	margin: 0 auto;
}
.bolt::after{
	position: absolute;
	content: "";
	width: 150px;
	height: 100%;
	top: -80px;
	left: 0;
	background-image: url("../images/bolt_left.svg");
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 1;
	animation: fadeLeft 3s infinite;
}
.bolt::before{
	position: absolute;
	content: "";
	width: 150px;
	height: 100%;
	top: -80px;
	right: 0;
	background-image: url("../images/bolt_right.svg");
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 1;
	animation: fadeRight 3s infinite;
}
h3{
	text-align: center;
	font-weight: 900;
	color: #fff;
	font-size: 2em;
	height: 180px;
	font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
	margin: 20px auto 20px;
	position: relative;
}
h3 p{
	font-weight: 900;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	letter-spacing: 5px;
	z-index: 100;
}
h3::before{
	content: "";
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url("../images/h3_back.png");
	background-position: center bottom;
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0.75;
	mix-blend-mode: screen;
	position: absolute;
}
.bolt h3{
	font-size: 2.5em;
}
.lead02{
	width: 96%;
	max-width: 1000px;
	padding-top: 8%;
	background-image: url("../images/lead_02.svg");
	background-position: center top;
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 0;
	margin: 0 auto;
}
.lead03{
	width: 96%;
	padding-top: 12%;
	background-image: url("../images/lead_03.svg");
	background-position: center top;
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 0;
	margin: 0 auto;
}
.lead04{
	width: 96%;
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 12%;
	background-image: url("../images/lead_04.svg");
	background-position: center top;
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 0;
}
.lead05{
	width: 96%;
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 12%;
	background-image: url("../images/lead_05.svg");
	background-position: center top;
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 0;
}
.jobBox{
	max-width: 1200px;
	margin: 30px auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
}
.jobBox:nth-child(odd){
	flex-direction: row-reverse;
}
.jobBox .textSide{
	width: 58%;
	padding: 20px;
	font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
}
.jobBox:nth-child(even) .textSide{
	padding-left: 10%;
}
.jobBox:nth-child(odd) .textSide{
	padding-right: 5%;
}
.jobBox .imgSide{
	width: 34%;
}
.jobBox .imgSide img{
	width: 100%;
}
.textSide .ttl{
	font-size: 1.3em;
	font-weight: 900;
	margin-bottom: 15px;
	letter-spacing: 1px;
	padding-left: 1.5em;
	position: relative;
}
.textSide .ttl::after{
	content: "■";
	display: block;
	color: #fff;
	position: absolute;
	top: calc(50% - 0.5em);
	left: 0;
	width: 1.5em;
	height: 1.5em;
}
.textSide .en{
	font-size: 1em;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 16px;
}
.textSide .ja{
	line-height: 1.5em;
	font-weight: 300;
}

.heroArea2{
	position: relative;
	padding: 100px;
	max-width: 820px;
	margin: 0 auto;
}
.heroArea2 .hero{
	position: absolute;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	min-width: 150px;
	min-height: 150px;
}
.heroArea2 .hero03{
	left: 0;
	top: 0;
	background-image: url("../images/hero_03.svg");
}
.heroArea2 .hero04{
	left: 0;
	bottom: 0;
	background-image: url("../images/hero_04.svg");
}
.heroArea2 .hero05{
	right: 0;
	top: 0;
	background-image: url("../images/hero_05.svg");
}
.heroArea2 .hero06{
	width: 220px;
	height: 200px;
	right: 0;
	bottom: 0;
	background-image: url("../images/hero_06.svg");
}
.whiteLine{
	max-width: 600px;
	font-size: 1.25em;
	border: 2px solid #fff;
	padding: 30px;
	margin: 0 auto;
	position: relative;
}
.whiteLine p{
	margin: 8px 0px;
	position: relative;
}
.whiteLine p.ttl{
	position: absolute;
	top: -1em;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
	padding: 10px;
	background-color: #131e3e;
	text-align: center;
	margin: 0;
}
.whiteLine p.check{
	padding-left: 50px;
	height: 40px;
	line-height: 40px;
}
.whiteLine p.check::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 5px;
	background-image: url("../images/check.svg");
	width: 40px;
	height: 40px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.btnArea{
	text-align: center;
	font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
	background-image: url("../images/btn_base.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	width: 80%;
	height: 340px;
	position: relative;
	margin: 0 auto;
	pointer-events: none;
}
.btnArea:hover{
	opacity: 1;
	filter: brightness(1.2);
}
.btnArea a{
	display: flex;
	width: 70%;
	height: 50%;
	color: #fff;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: absolute;
	left: 15%;
	top: calc(25% - 5px);
	pointer-events: auto;
}
.btnArea a:hover{
	
}
.btnArea a p{
	margin: 5px auto;
	font-size: 1.4em;
	font-weight: 900;
	letter-spacing: 2px;
}
.btnEntry{
	text-align: center;
	font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
	width: 80%;
	height: auto;
	position: relative;
	margin: 0 auto;
	padding: 0 0 40px 0;
}
.btnEntry a{
	background-color: #00a8b8;
	border-radius: 10px;
	color: #fff;
	font-weight: 700;
	padding: 12px 60px 14px;
	font-size: 1.1em;
	transition: .3s all;
}
.btnEntry a:hover{
	background-color: #1F838A;
}
.btnEntry a br{
		display: none;
	}

.frame{
	background-image: url("../images/frame.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 80px;
	mix-blend-mode: color-dodge;
}
.videoArea {
  width: 100%;
  position: relative;
  padding-top: 52.25%;
}

.videoArea iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer{
	background-color: #00a8b8;
	font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
	overflow-x: hidden;
}
.footerInner{
	max-width: 1200px;
	margin: 0 auto;
}
.footerInner a.siteLink{
	display: block;
	background-color: #00a8b8;
	padding: 30px;
}
.footerInner a.siteLink:hover{
	opacity: 0.9;
	background-color: #1EB9C8;
}
.footerInner .flex{
	width: 100%;
	display: flex;
	position: relative;
}
.footerInner .flex::before{
	position: absolute;
	content: "";
	right: 100%;
	top: 0;
	height: 100%;
	width: calc(100vw - 100%);
	display: block;
	background-color: #36c3cd;
}
.footerInner .flex::after{
	position: absolute;
	content: "";
	left: 100%;
	top: 0;
	height: 100%;
	width: calc(100vw - 100%);
	display: block;
	background-color: #9cdde1;
}
.footerInner .flex a{
	display: block;
	width: 25%;
	padding: 30px 30px 30px 30px;
	text-align: center;
	font-weight: 900;
	letter-spacing: 1px;
	transition: .3s;
	color: #fff;
}
.footerInner .flex a:hover{
	opacity: 0.8;
	filter: brightness(1.1);
	color: #555;
}
.footerInner .flex a .icon{
	display: block;
	width: 50px;
	height: 50px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 auto;
	margin-bottom: 12px;
}
.footerInner .flex a:nth-child(odd){
	background-color: #36c3cd;
}
.footerInner .flex a.facebook .icon{
	background-image: url("../images/icon_facebook.svg");
}
.footerInner .flex a.twitter .icon{
	background-image: url("../images/icon_twitter.svg");
}
.footerInner .flex a.instagram .icon{
	background-image: url("../images/icon_insta2.svg");
}
.footerInner .flex a.note .icon{
	background-image: url("../images/icon_note.svg");
}
.footerInner .flex a:nth-child(even){
	background-color: #9cdde1;
}
.footerInner.pd30{
	padding: 30px;
}
.footLogo{
	width: 40%;
	height: 0;
	padding-top: 10%;
	background-image: url("../images/logo_white.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px auto;
	text-indent: -9999px;
}
.footerInner a .cap{
	text-align: center;
	font-weight: 900;
	letter-spacing: 2px;
	font-size:1.5em;
	color: #fff;
}
.footerInner .flex p{
	font-weight: 900;
}
.end{
	background-color: #fff;
	color: #000;
	padding: 50px 10px 20px;
}
.end .footerInner{
	position: relative;
}
.end .footerInner div.link{
	display: flex;
	flex-direction: column;
	position: absolute;
	right: 0;
	bottom: 0px;
	color: #555;
	font-size: 0.9em;
}
.end .footerInner p{
	text-align: center;
	color: #555;
	font-size: 0.9em;
}
.end .footerInner div.link a{
	display: block;
	text-align: right;
	margin-bottom: 8px;
	color: #555;
}
.end .footerInner div.link a:last-child{
	margin-bottom: 0px;
}
.end .footerInner div.link a:hover{
	color: #030039;
}


input.checkBtn{
	display: block;
	margin: 16px auto 0 auto;
  background:#000;
  color:#fff;
  border:none;
  position:relative;
  height:auto;
  padding:8px 0;
  cursor:pointer;
  transition:800ms ease all;
  outline:none;
	width: 100%;
	font-size: 1.2em;
	max-width: 300px;
	font-weight: 600;
}
br.sp{
	display: none;
}

@media screen and (max-width : 1024px){
h1 {
    width: 30%;
    height: 0;
    padding-top: 8%;
}
section .lead {
    width: 96%;
	margin: 0 auto 30px;
}
section.hensei .graph {
    max-width: 880px;
    margin: 0 auto;
	width: 96%;
}
.btnArea {
    width: 100%;
    height: 340px;
    position: relative;
    margin: 0 auto;
    pointer-events: none;
}
.btnArea a {
    font-size: 0.8em;
}
}
@media screen and (max-width : 768px){


html{
  height: -webkit-fill-available;
}
body{
  min-height: 100vh;
  min-height: -webkit-fill-available;
}
.source {
    font-size: 0.7em;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
.jobBox:nth-child(odd) .textSide {
    padding-left: 0%;
}
	.jobBox .textSide{
		padding-top: 0;
	}
.jobBox:nth-child(even) .textSide {
    padding-right: 0%;
}
	.end .footerInner div.link{
		position: static;
		text-align: center;
		margin: 20px auto;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
.end .footerInner div.link a {
    display: inline-block;
    text-align: center;
    margin-bottom: 8px;
}
.end {
    padding: 30px 10px 30px;
}
.footerInner .cap {
    margin-bottom: 20px;
}
.btnArea {
    width: 100%;
    height: 240px;
}

}
@media screen and (max-width : 767px){
h1 {
    width: 30%;
    height: 0;
    padding-top: 8%;
	margin: 0 auto;
}
section .lead {
    line-height: 1.75;
    font-size: 1.1em;
    margin-bottom: 30px;
}
.photos {
    display: flex;
    justify-content: center;
    align-items: center;
	flex-wrap: wrap;
}
	.photos img{
		width: calc(33% - 12px);
		margin: 6px;
	}
section.intro {
    text-align: center;
    padding: 20px 0 30px 0;
}
.topic {
    max-width: 1000px;
    margin: 60px auto;
    padding-top: 0;
    background-image: none;
}
.topic div {
    width: 80%;
    height: 0;
	padding-top: 30%;
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
	margin: 0 auto 50px auto;
}
.topic div.topic01{
	background-image: url("../images/topic_01.svg");
}
.topic div.topic02{
	background-image: url("../images/topic_02.svg");
}
.topic div.topic03{
	background-image: url("../images/topic_03.svg");
}
.topic div.topic04{
	background-image: url("../images/topic_04.svg");
	padding-top: 50%;
}
.topic div.topic05{
	background-image: url("../images/topic_05.svg");
}
.topic div.topic06{
	background-image: url("../images/topic_06.svg");
}
.topic div.topic07{
	background-image: url("../images/topic_07.svg");
}
.topic div.topic08{
	background-image: url("../images/topic_08.svg");
}
br.sp{
	display: block;
}
.bolt {
    position: relative;
    width: 60%;
    margin: 0 auto;
}
.bolt::before {
    position: absolute;
    content: "";
    width: 15%;
    height: 100%;
	top: 0;
	right: 10%;
}
.bolt::after {
    position: absolute;
    content: "";
    width: 15%;
    height: 100%;
	top: 0;
	left: 10%;
}
.heroArea1::before {
    position: absolute;
    content: "";
    width: 20%;
    height: 100%;
    top: 0;
    right: 0;
	z-index: 100;
}
.heroArea1::after {
    position: absolute;
    content: "";
    width: 20%;
    height: 100%;
	z-index: 100;
}
.heroArea2 {
    position: relative;
    padding: 32% 0;
    max-width: 820px;
    margin: 0 auto;
}
.heroArea2 .hero {
    position: absolute;
    min-width: 30%;
    min-height: 30%;
}
.bosyu .sunder {
    width: 30%;
    height: 0;
    padding: 18% 30px 0 30px;
}
.heros{
    flex-wrap: wrap;
	margin-top: 40px;
}
.heros div {
    width: 33%;
}
	.heros div div{
		width: 100% !important;
	}
	.mainHero01{
		order: 1;
	}
	.mainHero02{
		order: 2;
	}
	.mainHero03{
		order: 3;
	}
	.mainHero04{
		order: 4;
	}
	.mainHero05{
		order: 5;
	}
	.mainHero06{
		order: 6;
	}

}
@media screen and (max-width : 680px){
h1 {
    width: 50%;
    height: 0;
    padding-top: 15%;
    margin: 0 auto;
}
	section .lead br{
		display: none;
	}
	section .lead br.must{
		display: block;
	}
.bosyu {
    display: flex;
    max-width: 90%;
	flex-direction: column;
}
.bolt {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
h2 {
    width: 80%;
    height: 0;
    padding-top: 30%;
    margin: 30px auto 0 auto;
}
h3 p {
    font-weight: 900;
    position: absolute;
   	left: 0;
    top: calc(50% - 0.5em);
    transform: none;
    letter-spacing: 5px;
    z-index: 100;
    text-align: center;
    width: 100%;
}
.lead01,.lead02,.lead03,.lead04,.lead05 {
    width: 92%;
    padding-top: 0;
    background-image: none;
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: 0;
    height: auto;
    margin: 0 auto 30px auto;
	text-align: center;
	color: #36c3cd;
	font-size: 1.75em;
	font-weight: 600;
	line-height: 1.5;
	text-shadow: 2px 2px 2px 0px #000;
}
.whiteLine {
	max-width: 96%;
	margin: 20px auto;
    padding: 30px 20px 20px 20px;
	font-size: 1.1em;
}
.whiteLine p.check {
    padding-left: 30px;
    height: auto;
    line-height: 1.2;
	margin-bottom: 20px;
}
.whiteLine p.check::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: auto;
	top: auto;
    background-image: url(../images/check.svg);
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.heroArea2 .hero06 {
    width: auto;
    height: auto;
}
.btnArea {
    text-align: center;
    font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
    background-image: none;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
	background-color: #36c3cd;
	border-radius: 30px;
    width: 90%;
    height: auto;
    position: relative;
    margin: 30px auto;
    pointer-events: none;
	padding: 10px 10px;
}
	.btnArea a{
		position: static;
		text-align: center;
		width: 100%;
		height: 100%;
		padding: 10px 10px;
		border-radius: 26px;
		line-height: 1.2;
		background-color: #1EAFB9;
	}
.btnEntry {
    text-align: center;
    font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
    width: 80%;
    height: auto;
    position: relative;
    margin: 0 auto;
    padding: 40px 0 20px 0;
}
.btnEntry a {
	display: block;
    background-color: #00a8b8;
    border-radius: 10px;
    color: #fff;
    font-weight: 700;
    padding: 12px 20px 14px;
    font-size: 1.1em;
	line-height: 1.25; 
   transition: .3s all;
}
	.btnEntry a br{
		display: block;
	}
}
@media screen and (max-width : 580px){
.logo_bouei {
    width: 50%;
    height: 0;
    padding-top: 22%;
}
	.jobBox{
		flex-direction: column;
		width: 92%;
		margin: 0 auto 50px auto;
	}
	.jobBox .textSide {
    width: 100%;
    padding: 0px;
    font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
		margin-bottom: 15px;
}
.jobBox .imgSide {
    width: 100%;
}
.jobBox:nth-child(even) {
    flex-direction: column;
}
.jobBox:nth-child(even) .textSide {
    padding-right: 0px;
}
	.jobBox:nth-child(odd) {
    flex-direction: column;
}
.jobBox:nth-child(odd) .textSide {
    padding-right: 0px;
}
.jobBox:nth-child(even) .textSide {
    padding-left: 0%;
}
.footerInner .flex{
    flex-wrap: wrap;
}
.footerInner .flex a {
    display: block;
    width: 50%;
    padding: 20px 10px;
    text-align: center;
    font-weight: 900;
    letter-spacing: 1px;
    transition: .3s;
}
.footerInner .flex a:nth-child(3) {
    background-color: #9cdde1;
}
.footerInner .flex a:nth-child(4) {
    background-color: #36c3cd;
}
.whiteLine {
    max-width: 96%;
    margin: 20px auto;
    padding: 30px 12px 20px 12px;
    font-size: 1.1em;
}
.footLogo {
    width: 70%;
    height: 0;
    padding-top: 18%;
}
}
