/* 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;
	flex-wrap: wrap
}
@media(max-width: 599px) {
	.columns-au {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap
	}
}
.two-au .column-au,.six-au .column-au,.seven-au .column-au,.bgblue-au .column-au {
	flex-basis: 0;
	flex-grow: 1;
	margin: 10px;
}
@media(min-width: 800px) {
	.four-au .column-au {
		flex-basis: 0;
		flex-grow: 1;
		margin: 10px;
	}
}
@media(min-width: 600px) and (max-width: 799px) {
	.four-au .column-au {
		width: calc(50% - 20px);
		margin: 10px;
	}
}
@media(max-width: 599px) {
	.four-au .column-au {
		margin: 15px;
	}
}
.column4-au {
	width: 45px;
}
@media(max-width: 599px) {
	.column4-au {
		width: 60px;
		margin: 0 5px;
	}
}
@media(min-width: 800px) {
	.boxdotted-au {
		background-color: #fff;
		border: dotted 3px #000;
		border-radius: 20px;
		text-align: left;
		margin: 50px 100px;
		padding: 15px;
		position: relative;
	}
}
@media(min-width: 600px) and (max-width: 799px) {
	.boxdotted-au {
		background-color: #fff;
		border: dotted 3px #000;
		border-radius: 20px;
		text-align: left;
		margin: 25px 50px;
		padding: 15px;
		position: relative;
	}
}
@media(max-width: 599px) {
	.boxdotted-au {
		background-color: #fff;
		border: dotted 3px #000;
		border-radius: 20px;
		text-align: left;
		margin: 5px 10px;
		padding: 15px 5px;
		position: relative;
	}
}
@media(min-width: 900px) {
	.box-au {
		text-align: left;
		margin: 50px 250px 0 120px;
		padding: 15px;
		position: relative;
	}
}
@media(min-width: 700px) and (max-width: 899px) {
	.box-au {
		text-align: left;
		margin: 25px 150px 0 60px;
		padding: 15px;
		position: relative;
	}
}
@media(min-width: 600px) and (max-width: 699px) {
	.box-au {
		text-align: left;
		margin: 25px 150px 0 30px;
		padding: 15px;
		position: relative;
	}
}
@media(max-width: 599px) {
	.box-au {
		text-align: left;
		margin: 25px 10px 0 10px;
		padding: 5px;
		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;
}
@media(max-width: 599px) {
	.left-au {
		text-align: center;
	}
	.left-au p {
		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;
}
@media(max-width: 599px) {
	.loopSlide-au li {
		width: 300px;
		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: 95%;
}
.one-au img:nth-of-type(2) {
	width: 80%;
	margin-top: 2rem;
}
.one-au .center-au {
	position: relative;
}
.two-au .center-au {
	position: relative;
}
.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;
}
@media(min-width: 800px) {
	.three-au .officemap-au {
		padding-top: 25rem;
	}
	.three-au .column-au {
		flex-basis: 0;
		flex-grow: 1;
		margin: 10px;
	} 
}
@media(min-width: 600px) and (max-width: 799px) {
	.three-au .officemap-au {
		padding-top: 25rem;
	}
	.three-au .column-au {
		flex-basis: 0;
		flex-grow: 1;
		margin: 10px;
	}
}
@media(max-width: 599px) {
	.three-au .officemap-au {
		padding-top: 15rem;
	}
	.three-au .column-au {
		margin-bottom: 3rem;
	}
	.three-au .column-au p{
		margin-top: 0;
	}
	.three-au .column-au:first-of-type img{
		transform: rotate(2.6deg);
		width: 93%;
	}
	.three-au .column-au:nth-of-type(2) img{
		transform: rotate(-2deg);
		width: 93%;
	}
	.three-au .column-au:nth-of-type(3) img{
		transform: rotate(0.8deg);
		width: 93%;
	}
}
@media(min-width: 800px) {
	.three-au .officemap-au img {
		position: absolute;
		top: 18%;
		left: 0%;
		width: 100%;
		z-index: 1;
	}
}
@media(min-width: 600px) and (max-width: 799px) {
	.three-au .officemap-au img {
		position: absolute;
		top: 20%;
		left: 0%;
		width: 100%;
		z-index: 1;
	}
}
@media(min-width: 500px) and (max-width: 599px) {
	.three-au .officemap-au img {
		position: absolute;
		top: 8%;
		left: 0%;
		width: 100%;
		z-index: 1;
	}
}
@media(min-width: 400px) and (max-width: 499px) {
	.three-au .officemap-au img {
		position: absolute;
		top: 10%;
		left: 0%;
		width: 100%;
		z-index: 1;
	}
}
@media(max-width: 399px) {
	.three-au .officemap-au img {
		position: absolute;
		top: 12%;
		left: 0%;
		width: 100%;
		z-index: 1;
	}
}
@media(min-width: 800px) {
	.three-au p:nth-of-type(2) {
		margin-top: -30px;
	}
}
@media(min-width: 600px) and (max-width: 799px) {
	.three-au p:nth-of-type(2) {
		margin-top: -130px;
	}
}
@media(min-width: 500px) and (max-width: 599px) {
	.three-au p:nth-of-type(2) {
		margin-top: -20px;
	}
}
@media(min-width: 400px) and (max-width: 499px) {
	.three-au p:nth-of-type(2) {
		margin-top: -35px;
	}
}
@media(max-width: 399px) {
	.three-au p:nth-of-type(2) {
		margin-top: -75px;
	}
}
.three-au p:nth-of-type(3) {
	font-weight: bold;
	font-size: 1.5rem;
	color: #1fc2de;
}
.four-au .center-au {
	position: relative;
}
.four-au .columns-au:first-of-type {
	margin-top: 5rem;
}
.four-au .columns-au .column-au img:first-of-type{
	border-radius: 30px;
}
.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;
}
@media(max-width: 599px) {
	.four-au .columns-au .column-au img:nth-of-type(2) {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.four-au .columns-au:first-of-type {
		margin-top: 2rem;
	}
	
}
.four-au .boxdotted-au {
	position: relative;
}
.box-au img:first-of-type {
	max-width: 50%;
}
.box-au img:nth-of-type(2) {
	max-width: 60%;
}
@media(min-width: 900px) {
	.box-au img:nth-of-type(4) {
		position: absolute;
		top: 10%;
		right: -3%;
		width: 35%;
		z-index: 1;
	}
}
@media(min-width: 600px) and (max-width: 899px) {
	.box-au img:nth-of-type(4) {
		position: absolute;
		top: 10%;
		right: -5%;
		width: 40%;
		z-index: 1;
	}
}
@media(max-width: 599px) {
	.box-au img:nth-of-type(4) {
		display: none;
	}
}

@media(min-width: 600px) {
	.four-au .center-au .box-au img:nth-of-type(5) {
		position: absolute;
		top: 10%;
		left: 98%;
		width: 22%;
		z-index: 1;
	}
}
@media(max-width: 599px) {
	.four-au .center-au .box-au img:nth-of-type(5) {
		display: none;
	}
}

.five-au .center-au img {
	max-width: 90%;
}
.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;
}
@media(min-width: 800px){
	.five-au .columns-au {
		display: flex;
		flex-basis: 0;
		flex-grow: 1;
		flex-wrap: nowrap;
	}
}
@media (min-width: 600px) and (max-width: 799px) {
    .five-au .columns-au:last-of-type {
		flex-direction: row;
	}
	.five-au .columns-au:last-of-type .column-au {
        width: calc((100%/3) - 30px);
        margin: 10px;
		text-align: center;
    }
}
@media(max-width: 599px){
	.five-au .columns-au {
		flex-direction: row;
	}
	.five-au .columns-au:last-of-type .column-au {
        width: calc(50% - 20px);
        margin: 10px;
		text-align: center;
    }
	.five-au .columns-au:nth-of-type(2) .column-au:first-of-type img {
		max-width: 25%;
	}
	.five-au .columns-au:nth-of-type(2) .column-au:nth-of-type(2) img {
		max-width: 38%;
	}
}

.six-au {
	padding-bottom: 3rem;
}
.six-au .left-au img{
	width: 300px;
}

@media(max-width: 599px) {
	.six-au .contexts-au:first-of-type .center-au:first-of-type {
		margin-bottom: 3rem;
	}
}
.seven-au .hyphen-au img {
	max-width: 90%;
}
.seven-au .hyphen-au {
	display: flex;
	align-items: center;
}
.seven-au .hyphen-au:before, .seven-au .hyphen-au:after {
	content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #3d3d3d;
}
@media(max-width: 599px) {
	.seven-au .column-au {
		margin-bottom: 3rem;
	}
}
.columns4-au{
	align-items: flex-end;
}
@media(max-width: 599px) {
	.columns4-au{
		flex-direction: row;
		justify-content: center;
	}
}
.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;
}
.text-au p:first-of-type {
	color: #1fc2de;
	font-weight: bold;
	font-size: 1.1rem;
}
/***************************埋め込み動画******************************/
@media(max-width: 600px) {
	iframe {
		width: 100%;
		height: 315px;
	}
}
/********************************マップ*************************************/
.maptext-au {
	position: relative;
	padding-bottom: 3rem;
}
.maptext-au div {
	position: absolute;
	color: #000;
	text-align: left;
	font-size: clamp(10px, 3vw, 18px);
}
.maptext-au div h3 {
	margin: 0.1rem 1rem;
	border-bottom: none;
	padding: 0;
	font-size: 1rem;
}
.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: 0%;
	left: 20%;
	width: 50%;
}
.maptext-au div:nth-of-type(2) {
	top: 80%;
    left: 20%;
    width: 70%;
}
.maptext-au div:nth-of-type(3) {
	top: 45%;
    right: 0%;
    width: 63%;
}
.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%;
}
.aligncenter-au {
	text-align: center;
}
/***************************福利厚生部分改修******************************/
.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%;
}
@media(min-width: 900px) {
	.four-au .center-au #private .img-au:nth-of-type(3) {
		position: absolute;
		top: 10%;
		right: -3%;
		width: 35%;
		z-index: 1;
	}
}
@media (min-width: 600px) and (max-width: 899px) {
    .four-au .center-au #private .img-au:nth-of-type(3) {
        position: absolute;
        top: 10%;
        right: -5%;
        width: 40%;
        z-index: 1;
    }
}
@media (min-width: 600px) {
    .four-au .center-au .box-au img:nth-of-type(4) {
        position: absolute;
        top: 10%;
        left: 98%;
        width: 22%;
        z-index: 1;
    }
}
@media (max-width: 599px) {
    .four-au .center-au .box-au img:nth-of-type(3),.four-au .center-au .box-au img:nth-of-type(4) {
        display: none;
    }
}
.tsukushiA {
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-style: normal;
	font-weight: 700;
}
#private .tsukushiA {
	font-size: 1.3rem;
	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;
}