/* CSS Document */
body {
	margin: 0;
}
.whole-au p {
	margin-right: 1rem;
	margin-left: 1rem;
}
.contexts-au {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 3rem 0;
}
img {
	max-width: 100%;
}
.center-au {
	text-align: center;
}
.bgstripe-au {
	background-image: url("../../../img/usr/common/background-1.png");
	position: relative;
    z-index: 1;
}
.bgblue-au {
	background: #333f49;
	color: #fff;
}
.columns-au {
	display: flex;
	
}
@media(max-width: 599px) {
	.columns-au {
		display: flex;
		flex-direction: column;
		
	}
}
.column-au {
	flex-basis: 0;
    flex-grow: 1;
	margin: 10px;
}
.column4-au {
	width: calc(25% - 30px);
}
.boxdotted-au {
	background-color: #fff;
	border: dotted 3px #000;
	border-radius: 20px;
	text-align: left;
	margin: 50px 100px;
	padding: 15px;
	position: relative;
}
.box-au {
	text-align: left;
	margin: 50px 250px 0 120px;
	padding: 15px;
	position: relative;
}

.goodpoint-au {
	padding-left: 0;
	margin: 0 1rem;
}
.goodpoint-au li {
	list-style: none;
	display: inline-block;
}
.goodpoint-au li:before {
	color: #1fc2de;
	content: "●";
	padding-right: 5px;
}
.left-au {
	text-align: left;
}

/*スライドショー*/
.loopSlide-au {
    overflow: hidden;
    display: flex;
  	align-items: center;
 	height: 340px;
}
.loopSlide-au ul {
    display: flex;
	animation: loop-slide 20s infinite linear 1s both;
	padding: 0;
}
.loopSlide-au li {
    width: 400px;
    list-style: none;
	margin: 20px;
}
.loopSlide-au img {
    display: block;
    width: 100%;
    height: auto;
}
@-webkit-keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/*ドットの線*/
.dottedline-au {
	border-top: dotted 3px #000;
	margin-top: 3rem;
}

.top-image-au .layer1 {
	width: 100%;
}

/******************************************************************************/
.theme-au {
	width: 50%;
}

.one-au img:nth-of-type(1) {
	width: 50%;
	margin-top: 2rem;
}
.one-au .center-au {
	position: relative;
	padding-bottom: 10%;
}
.one-au .center-au img:nth-of-type(2) {
	position: absolute;
	width: 15%;
	top: 47%;
	right: 8%;
}
.one-au .center-au img:nth-of-type(3) {
	position: absolute;
	width: 12%;
	top: 48%;
	right: 0;
}
.one-au .center-au img:nth-of-type(4) {
	position: absolute;
	top: 85%;
	left: 15%;
	width: 80%;
}
.one-au .center-au img:nth-of-type(5) {
	position: absolute;
	top: 81%;
	left: 9%;
	width: 32%;
}
.one-au .center-au img:nth-of-type(6) {
	position: absolute;
	top: 85%;
	left: 0%;
	width: 12%;
	z-index: 2;
}
.two-au .center-au {
	position: relative;
}
.two-au .center-au .img-au {
	position: absolute;
	top: 17%;
	left: 3%;
	width: 98%;
	z-index: -1;
}
.two-au .column-au img:first-of-type {
	width: 80%;
}
.two-au .column-au img:nth-of-type(2) {
	margin-bottom: 2rem;
	border-radius: 30px;
	width: 90%;
}
.two-au .column-au a img:nth-child(1) {
	width: 40%;
}
.three-au .center-au {
	position: relative;
}
.three-au .center-au img:nth-of-type(2) {
	position: absolute;
	top: 12%;
	right: 8%;
	width: 20%;
}
.three-au .center-au img:nth-of-type(3) {
	position: absolute;
	top: 14%;
	right: 0%;
	width: 12%;
	z-index: 2;
}
.three-au .center-au img:nth-of-type(4) {
	position: absolute;
	top: 30%;
	right: 2%;
	width: 87%;
	z-index: 1;
}
.three-au .officemap-au {
	padding-top: 40rem;
}
.three-au .officemap-au img {
	position: absolute;
	top: 15%;
	left: 0%;
	width: 100%;
	z-index: 1;
}
.three-au .center-au img:nth-of-type(5) {
	position: absolute;
	top: 46%;
	left: 12%;
	width: 25%;
}
.three-au .center-au img:nth-of-type(6) {
	position: absolute;
	top: 42%;
	left: 0%;
	width: 15%;
}
.three-au p:nth-of-type(2) {
	margin-top: -200px;
}
.three-au p:nth-of-type(3) {
	font-weight: bold;
	font-size: 1.5rem;
	margin: 0 0 15rem;
	color: #1fc2de;
}
.four-au .center-au {
	position: relative;
}
.four-au .center-au .img-au:first-of-type {
	position: absolute;
	top: -18%;
	left: 5%;
	width: 90%;
}
.four-au .center-au .img-au:nth-of-type(2) {
	position: absolute;
	top: -10%;
	right: 12%;
	width: 25%;
}
.four-au .center-au .img-au:nth-of-type(3) {
	position: absolute;
	top: -12%;
	right: 0%;
	width: 12%;
}
.four-au .center-au .img-au:nth-of-type(5) {
	position: absolute;
	top: 20%;
	left: 0%;
	width: 98%;
	z-index: -1;
}
.four-au .columns-au:first-of-type {
	margin-top: 3rem;
}
.four-au .columns-au .column-au img:first-of-type{
	border-radius: 30px;
	margin-bottom: 1rem;
}
.four-au .columns-au .column-au p:last-child {
	margin-left: 0;
	margin-right: 0;
	text-align: left;
}
.four-au .columns-au .column-au .department-au p {
	margin-left: 1rem;
	margin-right: 1rem;
}
.four-au .boxdotted-au {
	position: relative;
}
.four-au .boxdotted-au .img-au:nth-of-type(1) {
	position: absolute;
	top: 3%;
	left: 72%;
	width: 27%;
	z-index: 1;
}
.four-au .boxdotted-au .img-au:nth-of-type(2) {
	position: absolute;
	top: 3%;
	right: -8%;
	width: 12%;
	z-index: 1;
}
.box-au img:first-of-type {
	max-width: 50%;
}
.box-au img:nth-of-type(2) {
	max-width: 60%;
}
.box-au img:nth-of-type(4) {
	position: absolute;
	top: 10%;
	right: -3%;
	width: 35%;
	z-index: 1;
}
.four-au .center-au .box-au img:nth-of-type(5) {
	position: absolute;
	top: 10%;
	left: 98%;
	width: 22%;
	z-index: 1;
}
.five-au .center-au {
	display: flex;
	align-items: center;
}
.five-au .center-au:before, .five-au .center-au:after {
	content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #3d3d3d;
}
.six-au {
	padding-bottom: 3rem;
}
.six-au .left-au img{
	width: 300px;
}
.seven-au .hyphen-au {
	display: flex;
	align-items: center;
	margin-top: 5rem;
}
.seven-au .hyphen-au:before, .seven-au .hyphen-au:after {
	content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #3d3d3d;
}
.columns4-au{
	align-items: flex-end;
}
.height-au {
	display: flex;
	flex-direction: column;
}
.whole-au .text-au {
	flex-grow: 1;
}

/************下からフェードインjquery**************/
.fade-slide-bottom1 {
   opacity: 0;
   transform: translateY(20px);
   transition: all 1.0s 0s ease-out;
 }
@media(max-width: 599px) {
	.fade-slide-bottom1 {
	   order: 1;
	 }
}

.fade-slide-bottom2 {
   opacity: 0;
   transform: translateY(20px);
   transition: all 1.0s .5s ease-out;
 }
@media(max-width: 599px) {
	.fade-slide-bottom2 {
	   order: 2;
		 transition: all 1.0s 0s ease-out;
	 }
}

.fade-slide-bottom3 {
   opacity: 0;
   transform: translateY(20px);
   transition: all 1.0s 1.0s ease-out;
 }
@media(max-width: 599px) {
	.fade-slide-bottom3 {
	   order: 3;
		transition: all 1.0s 0s ease-out;
	 }
}
.fade-slide-bottom4 {
   opacity: 0;
   transform: translateY(20px);
   transition: all 1.0s 1.5s ease-out;
 }
@media(max-width: 599px) {
	.fade-slide-bottom4 {
	   order: 4;
		transition: all 1.0s 0s ease-out;
	 }
}

@media(max-width: 1000px) {
	.main-column .cutting-text img {
		max-width: 250px;
		width: 100%;
		height: auto;
	}
}
.x-au {
	display: flex;
}
.x-au p {
	display: inline-block;
	font-weight: bold;
	margin-top: .3rem;
	margin-bottom: .3rem;
}
.x-au .year-au {
	background: #333f49;
	color: #fff;
	margin-right: 3%;
	width: 30%;
}
.x-au .department-au {
	background: #1fc2de;
	color: #fff;
	width: 67%;
	text-align: left;
}
.top-image-au {
	position: relative;
	padding-bottom: 63%;
	overflow: hidden;
}
video {
	position: absolute;
	z-index: 0;
	background: url(../../../sj/pg/aboutus/img/TOP_image1.webp) no-repeat;
	background-size: 100%;
	width: 100.2%;
}
.layer2 {
	position: absolute;
	bottom: 10.35%;
	left: 0%;
	max-width: 100%;
	width: 100%;
	z-index: 3;
}
.layer3-1/*,.layer3-2,.layer3-3*/{
	position: absolute;
	bottom: 15%;
	left: -30%;
	max-width: 150%;
	width: 150%;
	z-index: 4;
}
.layer3 {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 5;
	max-width: 90%;
}
.text-au p:first-of-type {
	color: #1fc2de;
	font-weight: bold;
	font-size: 1.1rem;
}
/***************mapのテキスト***********************/	
.maptext-au {
	position: relative;
}
.maptext-au div {
	position: absolute;
	color: #000;
	text-align: left;
}
.maptext-au div h3 {
	margin: 0.1rem 1rem;
	border-bottom: none;
	padding: 0;
}
.maptext-au div p:nth-of-type(1),.maptext-au div h3:nth-of-type(1) {
	color: #1fc2de;
}
.maptext-au div p {
	margin: 0.1rem 1rem;
}
.maptext-au div p:nth-child(2) {
	color: #1fc2de;
	text-shadow: 1px 1px 5 #1fc2de, -1px -1px 5 #1fc2de,
  -1px 1px 5 #1fc2de,  1px -1px 5 #1fc2de,
  1px 0 5 #1fc2de, -1px  0 5 #1fc2de,
  0 1px 5 #1fc2de,  0 -1px 5 #1fc2de;
}
.maptext-au div:first-of-type {
	top: 1%;
	left: 20%;
}
.maptext-au div:nth-of-type(2) {
	top: 83%;
	left: 20%;
}
.maptext-au div:nth-of-type(3) {
	top: 20%;
	right: 20%;
}
.maptext-au div:nth-of-type(4) {
	top: 58%;
	left: 51%;
}
.maptext-au div:nth-of-type(5) {
	top: 67%;
	left: 51%;
}
.maptext-au div:nth-of-type(6) {
	top: 76%;
	left: 51%;
}
/*******************************修正************************************/
.three-au {
	padding-bottom: 8rem;
}
.whole-au .block-top-title {
	padding-top: 0;
}
.one-au .contexts-au {
	padding-top: 1rem;
}
.right-au {
	text-align: right;
}
/***************************埋め込み動画******************************/
iframe {
	width: 560px;
	height: 315px;
}
/***************************福利厚生部分改修******************************/
.employee-benefits .column-au {
	text-align: center;
	margin-top: 20px;
}
.employee-benefits .column-au img {
	width: 30%;
}
.employee-benefits .column-au div {
	border: dotted 3px #d1d3d5;
	border-radius: 10px;
	margin-top: -30px;
}
.employee-benefits .column-au div .wide-sentence{
	letter-spacing: .1rem;
	margin: 30px 0 -10px;
	font-weight: bold;
	color: #333f49;
}
.employee-benefits .column-au div .din {
	font-size: 4rem;
	margin: -10px 0 10px;
	color: #1fc2de;
	font-family: "din-2014", sans-serif;
	font-weight: 600;
	font-style: normal;
}
.employee-benefits .column-au div .din-mini {
	font-size: 2rem;
}
.block-page-top {
	z-index: 9999;
}
/*フォントに修正*/
.box-au img:nth-of-type(2) {
    max-width: 100%;
}
.four-au .center-au #private .img-au:nth-of-type(3) {
    position: absolute;
    top: 10%;
    right: -3%;
    width: 35%;
    z-index: 1;
}
.four-au .center-au .box-au img:nth-of-type(4) {
    position: absolute;
    top: 10%;
    left: 98%;
    width: 22%;
    z-index: 1;
}
.tsukushiA {
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-style: normal;
	font-weight: 700;
}
#private .tsukushiA {
	font-size: 2rem;
	margin: 0 0 0 10px ;
	color: #333f49;
}

/***************************ページ管理のpg******************************/
.pane-contents{
	background-color: #fff;
}
.block-page-caption h1 {
	display: none;
}

/****************************Commoncss**********************************/

.pane-main {
	width: 100%;
	min-width: 0;
}