@charset "utf-8";

.mvPC {
	display: block;
}
.mvSP {
	display: none;
}
a:hover {
	opacity: 0.7;
}
p.textStyle4 {
	font-size: 22px;
	line-height: 2.0em;
	margin-bottom: 1em;
	font-weight: bold;
}
h2 span{
	font-family: 'Noto Sans Japanese', メイリオ, Meiryo, 'Hiragino Kaku Gothic ProN';
	font-weight: 400;
}


h2 {
	font-size: 42px;
	text-align: center;
	margin-bottom: 50px;
	color: #fff;
}
section {
	padding: 0;
	margin: 0;
}
/*******
********/
.mainVisual span em {
	font-style: normal;
	font-size: 18px;
	border: solid 1px #fff;
	padding: 0.5em 0.25em 0.5em 0.7em;
	margin-bottom: 1.0em;
	display: inline-block;
	border-radius: 0px;
	color: #fff;
	letter-spacing: 0.2em;
}
.mvGrid {
	background-image: url(../images/mv_bg_grid.png);
}
.mainVisual {
	border: none;
}
.mainVisual.index{
	max-height: 100vh;
	min-height: 600px;
	height: auto;
	width: 100%;
	position: relative;
	overflow: hidden;
	border: none;
}
.mainVisual.index .mvInner {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
.mainVisual h1 {
	position: absolute;
	/*top: 150px;*/
	top: 90px;
	left: 0;
	width: 100%;
	margin-bottom: 0;
	z-index: 99999;
	color: #fff;
	transform: inherit;
}
.mainVisual h1 span {
	letter-spacing: 0.1em;
	position: static;
	transform: inherit;
}
nav {
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 999999;
	bottom: 10vh;
	width: 100%;
}
.innerLink {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
}
.innerLink li {
	float: left;
	margin-right: 1%;
	width: 15%;
}
.innerLink li a {
	display: block;
	width: 100%;
	padding: 1em 0.7em;
	border: solid 1px #fff;
	color: #fff;
	text-decoration: none;
	position: relative;
}
.innerLink li a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 8px;
	content: "";
	display: block;
	width: 12px;
	min-width: 12px;
	height: 12px;
	margin: auto;
	background-image: url(../images/icon_link.png);
	background-repeat: no-repeat;
	-moz-background-size: 12px 12px;
	-webkit-background-size: 12px 12px;
	background-size: 12px 12px;
}
main{
	padding-top: 0;
}
section.index01{
	padding: 0;
	position: relative;
	margin: 0;
}
.index01 h2,
.index02 h2,
.index03 h2,
.index04 h2,
.index05 h2,
.index06 h2 {
	height: 700px;
	position: relative;
	z-index: 9999;
	background-repeat: repeat;
	background-size: cover;
	line-height: 700px;
	margin: 0;
}
.index01 h2 span,
.index02 h2 span,
.index03 h2 span,
.index04 h2 span,
.index05 h2 span,
.index06 h2 span {
	display: block;
	width: 100%;
}
.index01 .bgArea {
	padding-bottom: 60px;
	background-size: auto;
}
.index01 .bgArea,
.index02 .bgArea,
.index03 .bgArea,
.index04 .bgArea,
.index05 .bgArea,
.index06 .bgArea {
	padding-bottom: 40px;
	background-size: 100%;
	background-repeat: no-repeat;
}
.index01 .bgArea {
	background-image: url(../images/index01_title.jpg);
}
.index02 .bgArea {
	background-image: url(../images/index02_title.jpg);
}
.index03 .bgArea {
	background-image: url(../images/index03_title.jpg);
}
.index04 .bgArea {
	background-image: url(../images/index04_title.jpg);
}
.index05 .bgArea {
	background-image: url(../images/index05_title.jpg);
}
.index06 .bgArea {
	background-image: url(../images/index06_title.jpg);
}
p.word {
	text-align: center;
	font-size: 42px;
	margin: 0px 0 1.5em;
	font-family: serif;
	color: #fff;;
	padding-top: 1em;
	border: double 4px #ccc;
	padding: 2em;
}
span.name {
	display: block;
	text-align: right;
	font-size: 18px;
	margin-top: 1em;
}
p.word + p.textStyle1 {
	color: #fff;
}
h3.grid {
	position: relative;
	text-align: center;
	margin: 4em 0 2.5em;
}
h3.grid span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 1.5em;
	padding: 0 0.7em;
	background-color: #fff;
	text-align: left;
	font-size: 38px;
	color: #333333;
	font-weight: normal;
	line-height: 1.2em;
}
h3.grid::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
p.dateTitle {
	margin-bottom: 2.5em !important;
}
p.dateTitle img {
	float: none !important;
	max-width: 464px;
}
.visualdata.vd01 img {
	float: left;
}
.visualdata p {
	font-size: 18px;
	line-height: 1.5em;
	text-align: left;
	margin-bottom: 1.0em;
}
.visualdata {
	border: 1px dashed #0666a8;
	padding: 35px;
	position: relative;
	text-align: center;
}
.btnMore {
	text-align: center;
	margin-bottom: 5em;

}
.btnMore img {
	display: initial;
	height: 100%;
	width: auto;
}
p.textLink {
	margin-bottom: 1.5em;
}
.textLink a {
	padding: 0 20px 0 0;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 16px 16px;
	-moz-background-size: 16px 16px;
	-webkit-background-size: 16px 16px;
	-o-background-size: 16px 16px;
	-ms-background-size: 16px 16px;
}
.textLink a:link, .textLink a:visited {
	color: #000;
	text-decoration: none;
	background-image: url(../images/icon_link_right.gif);
}
.textLink a:hover, .textLink a:active {
	color: #0666a8;
	text-decoration: underline;
	background-image: url(../images/icon_link_right_hover.gif);
}
h4 {
  position: relative;
  padding-bottom: .5em;
  border-bottom: 4px solid #ccc;
	margin-bottom: 25px;
	font-size: 24px;
}
h4::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 15%;
  height: 4px;
  background-color: #3498db;
}
dd {
	margin-left: 0;
	font-size: 16px;
	line-height: 1.5em;
}

.flow {
	border: 1px solid rgb(6, 102, 168);
	margin-bottom: 60px;
}
.flow > li {
	padding: 30px;
	margin-bottom: 20px;
}
.flow > li:not(:last-child) {
	border-bottom: 1px solid rgb(6, 102, 168);
	position: relative;
}
.flow > li:not(:last-child)::before,
.flow > li:not(:last-child)::after {
	content: "";
	border: solid transparent;
	position: absolute;
	top: 100%;
	left: 15%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.flow > li:not(:last-child)::before {
	border-width: 20px;
	border-top-color: rgb(6, 102, 168);
}
.flow > li:not(:last-child)::after {
	border-width: 18px;
	border-top-color: #fff;
}
.flow > li dl {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.flow > li dl dt {
	font-size: 20px;
	font-weight: 600;
	color: rgb(6, 102, 168);
	-ms-flex-preferred-size: 20%;
	flex-basis: 20%;
	margin-right: 1vw;
	text-align: center;
}
.flow > li dl dt .icon {
	font-size: 16px;
	color: #fff;
	background: rgb(6, 102, 168);
	margin-bottom: 10px;
	display: block;
	border-radius: 20px;
	line-height: 35px;
	height: 35px;
}
ul.cp_list {
	padding:0.5em;
	list-style-type:none;
	text-align: left;
}
ul.cp_list li {
	position: relative;
	padding: 0em 0.3em 0.3em 1.3em;
	font-size: 16px;
	line-height: 1.5em;
}
ul.cp_list li:after, ul.cp_list li:before {
	position: absolute;
	content: '';
	display: block;
	background: #3498db;
	top: 0.4em;
	left: 0.5em;
	height: 7px;
	width: 3px;
	border-radius: 10px;
	transform: rotate(45deg);
}
ul.cp_list li:before {
	top: 0.5em;
	left: 0.25em;
	height: 6px;
	transform: rotate(-45deg);
}
.ImgRightAdjust {
	float: right;
	margin: 0 0 0 20px;
	text-align: left;
}
.ImgRightAdjust .ImgOnlyStyle img {
	max-width: 300px;
}
p.ImgOnlyStyle {
	margin-bottom: 2em;
}
p.fukidashi {
	position: relative;
	padding: 0.7em 1.2em;
	background-color: #0666a8;
	border-radius: 6px;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	line-height: 1.2em;
	letter-spacing: 0.1em;
	margin-bottom: 1.0em;
	float: left;
	margin-right: 2em;
}
p.fukidashi::after {
	position: absolute;
	top: 100%;
	left: 30px;
	content: '';
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top: 10px solid #0666a8;
}
p.fukidashi + p.textStyle1 {
	float: left;
	margin-top: 0.25em;
}
.workingHoursTable {
	text-align: center;
	vertical-align: middle;
}
.workingHoursTable thead th {
	color: #fff;
	background-color: rgb(6, 102, 168);
	width: 11.5%;
}
.workingHoursTable thead th:first-child {
	width: 19.5%;
}
.workingHoursTable tbody td {
	text-align: center;
	vertical-align: middle;
	padding: 0.7em 5px;
}
.workingHoursTable tbody td.bgy {
	background-color: #fdffd1;
}
.workingHours p.textStyle1 strong {
	background: #0766a8;
	padding: 0.5em 1.0em;
	border-radius: 4px;
	margin-right: 1.0em;
	line-height: 1.5em;
	color: #fff;
	display: inline-block;
}
.index04 dl dt {
	position: relative;
	text-align: left;
	width: 30%;
	background-color: #33a8b7;
	color: white;
	text-align: center;
	line-height: 1.5em;
	padding: 10px 0;
	border-bottom: solid 2px white;
	float: left
}
.index04 dl dt:after {
	display: block;
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	top:calc(50% - 10px);
	right:-10px;
	border-left: 10px solid #33a8b7;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}
.index04 dl dd {
	text-align: left;
	width: 70%;
	text-align: center;
	background-color: #eee;
	padding: 10px 15px;
	line-height: 1.5em;
	border-bottom: solid 2px white;
	float: left;
}
.salary {
	margin: 1.0em auto 0;
	width: 280px;
	text-align: left;
}
.salary li:last-child {
	border-top: solid 1px #333333;
}
.salary .textRight {
	float: right;
	text-align: right;
}
.index01 .columnSet,.index05 .columnSet {
	clear: both;
	margin-bottom: 15px;
}
.index05 .visualdata.vd01 img {
	float: left;
}
.visualdata dl dt {
	position: relative;
	text-align: left;
	width: 30%;
	background-color: #33a8b7;
	color: white;
	text-align: center;
	padding: 10px 0;
	border-bottom: solid 2px white;
	float: left
}
.visualdata dl dt:after {
	display: block;
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	top:calc(50% - 10px);
	right:-10px;
	border-left: 10px solid #33a8b7;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}
.visualdata dl dt span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	width: 100%;
}
.visualdata dl dd {
	text-align: left;
	width: 70%;
	text-align: center;
	background-color: #eee;
	padding: 10px 15px;
	line-height: 1.5em;
	border-bottom: solid 2px white;
	float: left;
}
.visualdata dl dd strong {
	background: #0766a8;
	padding: 0.5em 1.0em;
	border-radius: 4px;
	margin: 0 0.2em 0.2em;
	line-height: 1.5em;
	color: #fff;
	display: inline-block;
}
.index06 .tableStyle1 td {
	text-align: right;
}
.index06 dl dt {
	position: relative;
	text-align: left;
	width: 15%;
	background-color: #33a8b7;
	color: white;
	text-align: center;
	line-height: 1.5em;
	padding: 10px 0;
	border-bottom: solid 2px white;
	float: left
}
.index06 dl dt:after {
	display: block;
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	top:calc(50% - 10px);
	right:-10px;
	border-left: 10px solid #33a8b7;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}
.index06 dl dd {
	text-align: left;
	width: 85%;
	text-align: center;
	background-color: #eee;
	padding: 10px 15px;
	line-height: 1.5em;
	border-bottom: solid 2px white;
	float: left;
}

/* boxToggleTech */
.boxToggleTech {
	position: relative;
}
.boxToggleTech h3.toggleSwitch {
	color: #fff;
	width: 160px;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	line-height: 18px;
}
.boxToggleTech .boxColumn {
	background-color: #fff;
	border: solid 1px #fff;
	position: relative;
	top: 60px;
	padding: 60px;
}
.boxToggleTech .boxColumn::before {
	position: absolute;
	top: -49px;
	left: 50%;
	content: '';
	width: 0;
	height: 0;
	border: 24px solid transparent;
	border-bottom: 24px solid #ffffff;
	transform: translateX(-50%);
}
.boxToggleTech h3.toggleSwitch span.close::before {
	content: "";
	display: block;
	background: url(../images/toggle_off.png) no-repeat;
	background-size: contain;
	width: 40px;
	height: 40px;
	margin: 0 auto 15px;
}
.boxToggleTech h3.toggleSwitch span.close.open::before{
	content: "";
	display: block;
	background: url(../images/toggle_on.png) no-repeat;
	background-size: contain;
	width: 40px;
	height: 40px;
	margin: 0 auto 15px;
}
.ojtBox {
	max-width: 60%;
	float: left;
}
.ojtBox + .ImgRightAdjust {
	width: 30%;
	float: right;
	text-align: left;
}
/*****************/
#graydisplay,
#graydisplay02 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%!important;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 999999;
}
#graydisplay img,
#graydisplay02 img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 1200px;
  height: auto;
  padding: 5%;
}
.modal02 img {
  max-width: 300px;
  margin-bottom: 10px;
}
/*****************/
.boxCatch{
	position: absolute;
	left: 0;
	top: 250px;
	width: 100%;
}

.catchCopy{
	position: relative;
	min-width: 332px;
	min-height: 80px;
	height: 300px;
	text-align: center;
}
.catchCopy svg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.btnPageTop {
	font-family: 'sgwire_icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: none;
	position: fixed;
	bottom: 20px;
	right: 10px;
	z-index: 10000;
	width: 60px;
	height: 60px;
	background-color: rgba(52,152,219,0.65);
	border-radius: 6px;
	text-align: center;
}
.btnPageTop a{
	width: 60px;
	height: 60px;
	color: #FFF;
	font-size: 32px;
	line-height: 60px;
	display: block;
}
.btnPageTop:hover{
	background-color: rgba(52,152,219,1);
}
.btnPageTop:hover a,
.btnPageTop a:hover{
	opacity: 1;
	text-decoration: none;
}


@media screen and (max-width: 1600px){
.index01 h2, .index02 h2, .index03 h2, .index04 h2, .index05 h2, .index06 h2 {
	height: 600px;
	line-height: 600px;
}
}
@media screen and (max-width: 1400px){
.index01 h2, .index02 h2, .index03 h2, .index04 h2, .index05 h2, .index06 h2 {
	height: 400px;
	line-height: 400px;
}
}
@media screen and (min-width: 1261px){
.innerLink li:first-child{
	width: 17%;
}
}
@media screen and (max-width: 1260px){

.mvPC {
	display: none;
}
.mvSP {
	display: block;
}
.mainVisual h1,
.mainVisual .lead {
	left: 4%;
}
nav {
	padding: 0 2%;
}
.innerLink li {
	margin: 0 2% 10px 0;
	width: 32%;
}
.innerLink li:nth-of-type(3),
.innerLink li:nth-of-type(6) {
	margin-right: 0;
}
.mainVisual .lead {
	font-size: 600%;
}
}
@media screen and (max-width: 1040px){
.index01 h2, .index02 h2, .index03 h2, .index04 h2, .index05 h2, .index06 h2 {
	height: 270px;
	line-height: 270px;
}
}
@media screen and (max-width: 960px){
.mainVisual h1 {
	font-size: 300%;
}
.mainVisual .lead {
	font-size: 500%;
}
nav {
	margin: 50px 0px 0px;
}
.boxToggleTech .boxColumn {
	padding: 60px 4%;
}
}
@media screen and (min-width: 901px){
.mainVisual h1 {
	top: 50px;
}
}

@media screen and (max-width: 890px){
main {
  padding: 0px;
}
section {
	padding: 0 0;
	margin: 0;
}
.mainVisual img {
	height: auto;
	width: 100%;
}
}
@media screen and (max-width: 820px){
p.word {
	padding: 2em 1.2em;
}
}
@media screen and (max-width: 765px){
.index01 .bgArea {
	background-image: url(../images/index01_title_sp.jpg);
}
.index02 .bgArea {
	background-image: url(../images/index02_title_sp.jpg);
}
.index03 .bgArea {
	background-image: url(../images/index03_title_sp.jpg);
}
.index04 .bgArea {
	background-image: url(../images/index04_title_sp.jpg);
}
.index05 .bgArea {
	background-image: url(../images/index05_title_sp.jpg);
}
.index06 .bgArea {
	background-image: url(../images/index06_title_sp.jpg);
}
p.textStyle1 {
	font-size: 16px;
}
p.textStyle4 {
	font-size: 18px;
	line-height: 1.7em;
}
.mainVisual h1 {
	font-size: 200%;
	top: 80px;
}
.boxCatch{
	top: 200px;
}
.catchCopy svg{
	padding: 0 2%;
}

.mainVisual .lead {
	font-size: 400%;
	top: 160px;
}
.innerLink li {
	margin: 0 2% 10px 0 !important;
	width: 49%;
}
.innerLink li:nth-of-type(even) {
	margin-right: 0 !important;
	width: 49%;
}
p.word {
	font-size: 22px;
	padding: 1em 0.5em;
}
span.name {
	font-size: 14px;
}
.boxToggleTech .boxColumn .inner1020 {
	padding: 0;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 16px;
}
.index01 h2,
.index02 h2,
.index03 h2,
.index04 h2,
.index05 h2,
.index06 h2 {
	font-size: 32px;
	height: 400px;
	line-height: 400px;
}
h3 {
	font-size: 18px;
}
h3.grid {
	position: relative;
	text-align: center;
	margin: 4em 0 2.5em;
}
h3.grid span {
	font-size: 24px;
	padding: 0 0.35em;
	margin: 0 1.0em;
}
h4 {
	font-size: 18px;
}
.index01 .columnSet, .index05 .columnSet {
	margin-bottom: 0;
}
.visualdata {
	margin-bottom: 15px;
	padding: 20px;
}
.visualdata dl dd strong{
	padding: 0.5em;
}

.btnMore img {
	max-width: 372px;
	width: 100%;
}
.flow > li {
	padding: 15px;
}
.flow > li dl {
	display: block;
}
.flow > li dl dt {
	margin-right: 3vw;
}
.flow > li dl dt .icon {
	font-size: 14px;
	border-radius: 4px;
	letter-spacing: 0.1em;
}
.flow > li:not(:last-child)::before, .flow > li:not(:last-child)::after {
	left: 50%;
}
.index04 dl dt,
.index04 dl dd,
.index05 dl dt,
.index05 dl dd,
.index06 dl dt,
.index06 dl dd {
	width: 100%;
}
.index04 dl dt:after,
.index05 dl dt:after,
.index06 dl dt:after {
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top: 10px solid #33a8b7;
	left: calc(50% - 8px);
	top: initial;
	bottom: -16px;
}
.visualdata dl dt span {
	position: initial;
}
.visualdata p {
	font-size: 16px;
}
.index05 dl dt {
	padding: 10px 0;
}
.index05 dl dd {
	text-align: left;
}
.scroll {
	overflow: auto;
	white-space: nowrap;
}
.boxToggleQa {
	padding: 8px 0px 8px 5px !important;
}
.boxToggleQa h3 {
	font-size: 16px !important;
}
.boxToggleQa h3 span {
	padding-right: 23px !important;
}
.ojtBox {
	max-width: 100%;
	float: none;
}
.ojtBox + .ImgRightAdjust {
	width: 100%;
	float: none;
	text-align: center;
}
}
@media screen and (max-width: 660px){
.mainVisual img {
	height: 100vh;
	width: auto;
}
header .inner #logo {
	float: none;
}
#logo a.top img {
	max-width: 466px;
	margin: 0 auto;
}
header .inner #logo a {
	float: none;
	width: 100%;
}
.mainVisual h1 {
	font-size: 180%;
}
.mainVisual .lead {
	font-size: 320%;
	top: 140px;
	line-height: 1.2em;
}
.ImgRightAdjust {
	float: none;
	margin: 0;
}
.modal02 img {
	margin: 0 auto 10px;
}
}

@media screen and (max-width: 600px){
.mainVisual span em {
	font-size: 16px;;
}
.innerLink li a {
	padding: 20px 14px 20px 6px;
	font-size: 14px;
}
.indexAboutSGWire{
	height: 200px;
}

}

@media screen and (max-width: 420px){
.index04 .btnMore img{
	width: 100%;
	height: auto;
}


}


@media only screen and (max-width: 570px){
.boxCatch {
	top: 165px;
}
}

@media only screen and (max-width: 765px){
.mainVisual img {
	height: auto !important;
	width: 130% !important;
}
}