@charset "utf-8";

body {
  color: #333;
  font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;	

}
a:link,
a:visited,
a:hover,
a:active,ul,li{
    text-decoration: none;}

ul {
  list-style-type: none;
}
a:hover{
	opacity: 0.8;
	 transform: translateY(-5px);
}



/*-----------top---------------*/


.page-header {
 background-color:rgba(255,255,255,0.7);
	position: fixed;
	top:0;
	left: 0;
	z-index: 3;
	width: 100%;

	
}

.top-logo-box {
	display: flex;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 10px ;
}

.inner-logo{
	margin: 0 auto;
	width: 60%;
	text-align: right;
}

.inner-logo a img{
	max-width: 370px;
	width: 100%;
	margin-left: 10px;

}

.inner-nav ul{
	display: flex;
	justify-content: center;

}

.inner-nav ul li{
	font-size: 14px;
	margin: 0 10px;

}
.inner-nav {
	width: 40%;
	padding: 20px;
}

.nav-menu {
	max-width: 850px;
	width: 100%;
	margin: 0 auto;
	padding: 0 10px 20px;
}

.nav-menu ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nav-menu ul li{
	margin: 0 5px;

}
.main-gazou {
	width: 100%;
	margin-top: -20px;
}
.main-gazou img{
	width: 100%;
}

.main-gazousp {
	width: 100%;
	margin-top: -20px;
}
.main-gazousp img{
	width: 100%;
}

.main-sl {
	width: 100%;
	margin-top: -20px;
}

.main-sl img{
	width: 100%;
}

.main-slsp {
	width: 100%;
	margin-top: -20px;
}
.main-slsp img{
	width: 100%;
}


.content-page-title {
	max-width: 500px;
	width: 100%;
	margin: 20px auto;
	text-align: center;
	padding: 0 20px;
}
.content-page-title img{
	max-width: 500px;
	width: 100%;
	margin: 40px 0 20px;
}

.content-page-title p{
	font-size: 15px;
	font-weight: 300;
}

.content-page-title h2{
	font-size: 23px;
	font-weight: 700;
	letter-spacing: 0.5px;
}

.content-page-text {
	max-width: 750px;
	margin: 15px auto 15px;
	padding: 0 20px;
}

.content-page-text p{
	font-size: 17px;
	line-height: 24px;
}


.work-select {
	display: flex;
	margin: 20px 0;
}
.work-select img{
	min-width:50px;
	width: 100%;
}

.recruit-block01 {
	background-image: url(../img/top-pc%20recruit.jpg);
	width: 100%;
	text-align: center;
	display: block;
	align-items: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size:120% ;
	margin-top: 30px;

}

.recruit-block01:hover {
	opacity: 0.8;
	 transform: translateY(-5px);

}

.recruit-block01 p{
	font-size: 25px;
	font-weight: 200;
	color: #FFF;
	letter-spacing: 0.5px;
	padding: 12px 40px;
	background-color: #0e76c9;
	display: inline-block;
	margin-bottom: 80px;
	margin-top: 150px;
}


@media screen and (max-width:600px) {
	.recruit-block01 {
	background-image: url(../img/aioi_top_recruitsp.png);
	width: 100%;
	text-align: center;
	display: block;
	align-items: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size:120% ;
	margin-top: 30px;
}	
	
	.content-page-title h2{
	font-size:18px;
	font-weight: 700;
	letter-spacing: 0.5px;
}
	
	.content-page-title {
	max-width: 100%;
	width: 100%;
	margin: 20px auto;
	text-align: center;
	padding: 10px 20px;
}
	
}


.oshirase {
	max-width: 750px;
	border-bottom: solid 1px #cfcfcf;
	border-top: solid 1px #cfcfcf;
	margin: 30px auto;
}
.oshirase li{
	max-width: 750px;
	padding: 5px 20px 5px 90px;
}

@media screen and (max-width:600px) {
		.oshirase li{
	max-width: 750px;
	padding: 5px 20px;
}
}


.blue-box {
	width: 100%;
	background-color: #badaf1;
}

.white-box {
	display: flex;
	background-color: #fff;
	margin: 0 auto;
	max-width: 600px;
	padding: 20px;
}

.white-box h2{
	font-size: 21px;
	letter-spacing: 0.5px;
	font-weight: 600;
	margin: 10px 0;
}

.white-box p{
	font-size: 17px;
	letter-spacing: 0.5px;
	margin: 10px 0;
	line-height: 28px;
}

.white-box img{
	max-width: 150px;
	width: 100%;
}

.white-left {
	width: 70%;
}

.white-right {
	width: 30%;
}

.map {
	max-width: 1000px;
	margin: 10px auto;
}

.sns-box {
	display: flex;
	justify-content: space-between;
	width: 160px;
	margin: 30px auto;
}

.sns-box img{
	max-width: 50px;
	margin: 10px;
}

.page-footer {
	background-color: #0077cb;
	padding: 20px 10px;
}

.footer-nav-menu {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 20px auto;
	max-width: 700px;
}

.footer-nav-menu li{
	font-size: 15px;
	color: #fff;
	margin: 5px 5px;
}

.footer-logo-box h2{
	font-size: 28px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	margin: 20px;

}

.footer-logo-box p{
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 24px;
}

.copyright-box {
	text-align: center;
	color: #fff;
	font-size: 13px;
}

.recruit-block p:hover {
	opacity: 0.8;
	 transform: translateY(-5px);
}

.service-block {
	display: flex;
	flex-wrap: wrap;
}

	.footer-logo-box02{
display: none;
}

@media screen and (max-width: 600px) {
	.footer-logo-box{
display: none;
}
	
		.footer-logo-box02{
display: block;
}

	.footer-logo-box02 h2{
	font-size: 28px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	margin: 20px;

}

.footer-logo-box02 p{
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 24px;
}
}




.service-blockn {
	width: 50%;
	position: relative;
}
.service-blockn img{
	width: 100%;
}

.service-display {
	display: flex;
	width: 100%;
}

.service-blockn h2{
	font-size: 18px;
	color: #FFF;
	letter-spacing: 0.5px;
	position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.service-blockn p{
	font-size: 22px;
	font-weight: 200;
	color: #FFF;
	letter-spacing: 0.5px;
	padding: 12px 40px;
	background-color: #0e76c9;
	display: inline-block;
	position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);

}

.service-blockn p:hover{

	background-color: #0c528a;

}

.campany{
	max-width: 1000px;
	margin: 0 auto;
}

.campany img{
	max-width: 100%;
}

.campanysp{
	max-width: 1000px;
	margin: 0 auto;
}

.campanysp img{
	max-width: 100%;
}

.work-selectsp {
	margin: 20px 0;
	width: 100%;
}

.work-selectsp-ue {
	display: flex;
	width: 100%;
}

.work-selectsp img{
	min-width:50px;
	width: 100%;
}

/*-----------eco---------------*/


.content-page-head {
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 120px;
	position: relative;
	
}
.content-page-head img{
	width: 100%;
	
}

.content-innner {
	text-align: center;
	max-width: 500px;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}


.content-innner p{
	font-size: 15px;
	font-weight: 300;
}

.content-innner h2{
	font-size: 23px;
	font-weight: 700;
	letter-spacing: 0.5px;
}

.ecomark {
	max-width: 160px;
	margin: 40px auto;
}
.ecomark img{

	width: 100%;
	margin: 0 auto;
}
.content-eco-text p{
	font-size: 17px;
	line-height: 24px;
	margin: 0 auto 30px;
}

.content-eco-text {
	max-width: 800px;
	width: 100%;
	text-align: center;
	margin: 0 auto 30px;
	padding: 0 20px;
}

.select-green {
	width: 435px;
	height: 60px;

	margin: 0 auto;
}

.select-green p{
	background-color: #00a73c;
	font-size: 22px;
	letter-spacing: 0.8px;
	text-align: center;
	display: block;
	align-items: center;
	padding: 10px 5px;
	color: #fff;
}

.select-green p:hover{
	background-color: #086e2c;
}
/*----------link---------------*/


.content-innner-link {
	text-align: center;
	max-width: 500px;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}


.content-innner-link p{
	font-size: 15px;
	font-weight: 300;
	margin: 10px 5px;
}

.content-innner-link h2{
	font-size: 23px;
	font-weight: 700;
	letter-spacing: 0.5px;
	color:#fff;
}


.link-box {
	max-width: 1000px;
	height: 200px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	border-bottom: 1px solid #b0b0b0;
}

.link-box-inner {
	text-align: center;
	width: 300px;
	padding: 10px;
	display:flex;
  flex-flow: column;
  justify-content:space-around;
}

.link-box-inner p{
	font-size: 17px;
}

#link {
	margin-top: 30px;
}

/*----------work---------------*/

.content-innner-work {
	text-align: center;
	max-width: 500px;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.content-innner-work p{
	font-size: 15px;
	font-weight: 300;
	margin: 10px 5px;
	color:#fff;
}

.content-innner-work h2{
	font-size: 23px;
	font-weight: 700;
	letter-spacing: 0.5px;
	color:#fff;
}

.work-block {
	max-width: 820px;
	height: auto;
	display: flex;
	justify-content: space-between;
	margin: 20px auto 0;
	padding: 0 5px;
}

.work-inner {
	width: 385px;
	height: auto;
	text-align: center;
	padding: 0 5px;
}

.work-inner a:hover{
	opacity: 0.8;
}

.work-inner img{
	width: 100%;
	background-position: center;
    background-repeat: no-repeat;
}

.work-inner p{
	margin-top: 7px;
}


.content-title-work {
	width: 370px;
	border-top: 2px solid #1160bc;
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
}

.content-title-work h2{
	font-size: 22px;
	font-weight: 600;
	margin: 10px 0;
}
.jisseki {
	margin-bottom: 50px;
	margin-top: 50px;
}

@media screen and (max-width: 500px) {
	.work-block {
	max-width:500px;
	height: auto;
	display: block;
	justify-content: space-between;
	margin: 0px auto;
	padding: 0 5px;
}
	.work-inner {
	max-width:385px;
	width: 100%;
	height: auto;
	text-align: center;
	padding: 0 5px;
	margin: 0px auto;
}
	
	.work-inner p{
	margin-bottom: 10px;
}
}

	
/*----------compnay---------------*/

.content-title-company {
	width: 370px;
	margin: 40px auto;
	text-align: center;
}

.content-title-company h2{
	font-size: 22px;
	font-weight: 600;
	margin: 10px 0;
}
.aisatu-box {
	max-width: 800px;
	display:flex;
	margin: 10px auto;
	padding: 0 10px;
}


.ceo-img img{
	max-width: 175px;
}

.aisatu-box p{
	font-size: 17px;
	padding: 0 40px;
	line-height: 24px;
}
.aisatu-box span{
	text-align: end;
}

.aisatu-box h4{
	font-size: 20px;
	text-align: end;
	padding: 0 40px;
	margin: 20px 0;
}
.gaiyou {
	border-top: 1px solid #b7b5b4;
	max-width: 840px;
	display: flex;
	margin: 0 auto;
	padding: 10px 30px;
	font-size: 17px;
}

.gaiyou-last {
	border-bottom: 1px solid #b7b5b4;
	border-top: 1px solid #b7b5b4;
	max-width: 840px;
	display: flex;
	margin: 0 auto;
	padding: 10px 30px;
	font-size: 17px;
}

.gaiyou-title {
	width: 20%;
	padding: 5px;
}

.gaiyou-naiyou {
	width: 80%;
	padding: 5px;
}

@media screen and (max-width: 600px) {
  .aisatu-box {
	display:block;
}
     .ceo-img img{
	max-width: 175px;
		 margin-bottom: 15px;
}
    .ceo-img {
        width: 175px;
	margin: 0 auto;
}

	.content-innner-work h2{
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.5px;
	color:#fff;
}
	.content-innner h2{
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.5px;
		margin-bottom: 10px;
}
	.content-innner-work p{
	font-size: 12px;
	font-weight: 300;
	margin: 10px 5px;
	color:#fff;
}
	
	.select-green {
	width: 100%;

	margin: 0 auto;
}
	
	.content-innner-link p{
	font-size: 12px;
	font-weight: 300;
	margin: 0px 0 10px;
	padding: 0 10px;
}
	.content-innner-link {
	text-align: center;
	width: 100%;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
	.content-innner-link img{
	width: 100%;
		margin-top: 10px;
		padding: 0 20px;
}
    
    
}

/*----------service---------------*/
#service {
	max-width: 820px;
	margin: 0px auto;
}

.service-text {
	line-height: 22px;
	padding: 20px;
}

.service-blue h3{
	line-height: 24px;
	padding: 10px;
	font-size: 24px;
	color: #fff;
	margin: 10px 0;
}

.service-blue{
	background-color: #1160bc;
	text-align: center;
	margin-top: 60px;
}

.content-title-service {
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
}

.content-title-service h2{
	font-size: 22px;
	font-weight: 600;
	margin: 10px 0;
}

.service-img {
	display: flex;
	justify-content: space-between;
	margin: 30px 0;
}

.servise-right img{
    width: 100%;
}

@media screen and (max-width:800px) {
	
.service-img {
	display: block;
	padding: 0 10px;
}
	
	.servise-right img{
    width: 100%;
		margin-bottom: 15px;
}
	
	.content-title-service h2{
	font-size: 18px;
	font-weight: 600;
	margin: 10px 0;
}
	
}


/*----------recruit---------------*/
.content-innner-recruit {
	text-align: center;
	max-width: 500px;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.content-innner-recruit p{
	font-size: 15px;
	font-weight: 300;
	margin: 10px 5px;
	color:#FFF;
}

.content-innner-recruit h2{
	font-size: 23px;
	font-weight: 700;
	letter-spacing: 0.5px;
	color:#FFF;
}

#recruit {
	max-width: 800px;
	margin: 0 auto;
}

.content-title-recruit {
	width: 370px;
	border-top: 2px solid #1160bc;
	margin: 30px auto;
	text-align: center;
}

.content-title-recruit h2{
	font-size: 22px;
	font-weight: 600;
	margin: 10px 0;
}



.content-recruit-img img{
	max-width: 800px;
	width: 100%;
	margin-bottom: 50px;
	
}

.recruit-text {
	padding: 40px;
}
	
.recruit-text p{
	line-height: 30px;
	font-size: 20px;
	margin-top: 30px;
}

@media screen and (max-width: 600px) {
	.recruit-text p{
	line-height: 24px;
	font-size: 16px;
	margin-top: 30px;
}
	
	.content-title-recruit {
	width: 100%;
	border-top: 2px solid #1160bc;
	margin: 30px auto;
	text-align: center;
}
	
}


.recruit-message-box {
	display: flex;
	justify-content: space-between;
	max-width: 800px;
	margin-top: 50px;
	padding: 10px;
}

.message-right {
	width: 30%;
}

.message-right img{
	max-width: 100%;
}

.message-left {
	width: 70%;
	padding: 0 30px;
}

.message-left h3{
	font-size: 24px;
	font-weight: 600;
	padding:10px 0;
	line-height: 30px;
}
.message-left p{
	font-size: 18px;
	line-height: 24px;
	margin-top: 10px;
}


.message-left p span{
	font-weight: 600;
	color: #1160bc;
}


.content-recruit-jikoublock img{
	max-width: 800px;
	width: 100%;
}

.content-title-jikou {
	width: 370px;
	border-top: 2px solid #1160bc;
	margin: 80px auto 30px;
	text-align: center;
}

.content-title-jikou h2{
	font-size: 22px;
	font-weight: 600;
	margin: 10px 0;
}

.select-blue {
	width: 330px;
	height: 60px;
	margin: 60px auto;
}

.select-blue p{
	background-color: #0077cb;
	font-size: 22px;
	letter-spacing: 0.8px;
	text-align: center;
	display: block;
	align-items: center;
	padding: 10px 5px;
	color: #fff;
}

.select-blue p:hover{
	background-color: #004d84;
}


@media screen and (max-width: 600px) {
  .recruit-message-box {
	display: block;
	justify-content: center;
    text-align: center;
	margin: 50px auto 0;
	padding: 10px;
}
    
    .message-right {
	text-align: center;
    width: 100%;
    margin: 0 auto;
}
    .message-left {
	width: 100%;
	padding: 0 10px;
    margin: 10px auto;
}
   .content-title-jikou {
	width: 100%;
	border-top: 2px solid #1160bc;
	margin: 80px auto 30px;
	text-align: center;
} 
    
}


/* ----------- お問い合わせ ------------- */

#formWrap {
	width:700px;
	margin:70px auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
form input[type="text"], form textarea {
	width:100%;
	padding:5px;
	font-size:110%;
	display:block;
	border:1px solid #ccc;
	margin: 0 auto;
}
form input[type="submit"]{
	border:1px solid #ccc;
	margin: 0 auto;
	padding: 5px 10px;
}

form input[type="submit"]:hover{
	background-color: #0077cb;
	color: #fff;
	margin: 0 auto;
	padding: 5px 10px;
}

form input[type="reset"]{
	
	border:1px solid #ccc;
	margin: 0 auto;
	padding: 5px 10px;
}

#formWrap p{
	margin: 20px 5px;
}

.privacy-policy-text  p a:link{
	color: #477fc4;
}

.privacy-policy-text  p a:visited{
	color: #c4476b;
}

/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:572px) {
#formWrap {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
form input[type="text"], form textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
	
}
form input[type="submit"], form input[type="reset"], form input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
}

/*---------プライバシーポリシー------------*/



#privacy-policy {
	max-width: 800px;
	margin: 50px auto;
	padding: 10px 20px;
}

.privacy-policy-text h2{
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 1.25px;
	margin-bottom: 50px;
	margin-top: 20px;
}
.privacy-policy-text h3{
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 1.25px;
	margin-bottom: 20px;
	margin-top: 40px;
	color: #3d73b3;
	font-weight: 600;
}

.privacy-policy-text p{
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.8px;

}

.content-page-privacy {
	width: 100%;
    height: 200px;
	background-color: #0077cb;
	margin-top: 120px;
	position: relative;
    
	
}



/*----------スマホ---------------*/



@media screen and (max-width: 600px) {
  .inner-nav {
    display: none;
  }
	
	.nav-menu {
    display: none;
  }
	
	.main-sl {
    display: none　!important;
  }
	
		.main-sl img{
    display: none !important;
  }
	
	.campany{
	display: none;
}

.campany img{
	display: none;
}
	
	#work{
	display: none;
}
    
    .content-page-head {
	margin-top: 80px;
	
}
    
    #link{
	display: none;
}
    .link-box {
	max-width: 1000px;
	height: auto;
	display: block;
	justify-content: center;
	margin: 0 auto;
	border-bottom: 1px solid #b0b0b0;
}
    
    .link-box-inner {
	text-align: center;
	width: 300px;
	padding: 10px;
	display:flex;
  flex-flow: column;
  justify-content:space-around;
    margin:20px auto;
}
	
	.content-innner-recruit h2{
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.5px;
	color:#FFF;
		margin-bottom: 5px;
}

	
}

@media screen and (max-width:800px) {
	
.service-blockn h2{
	font-size: 16px;
	color: #FFF;
}

.service-blockn p{
	font-size: 18px;
	font-weight: 200;
	color: #FFF;
	letter-spacing: 0.5px;
	padding: 5px 10px;
	background-color: #0e76c9;
	display: inline-block;
	position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);

}
	
		
	.service-display {
	display: block;
	width: 100%;
}
	
	.service-blockn {
	width: 100%;
}
		.service-blockn img{
	width: 100%;
}
	

	
	
}

/*---------ハンバーガーメニュー------------*/	

/* ヘッダーのナビ部分 */

.header__nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100vh;
  transform: translateX(100%);
  background-color: #4c88c1;
  transition: ease .4s;
	display: none;
}


@media screen and (min-width: 600px) {
  .header__nav {
    display: none;
  }
	
	.campanysp{
	display: none;
}

.campanysp img{
	display: none;
}

	#worksp{
	display: none;
}
    #linksp{
	display: none;
}
    	.main-slsp {
	display: none !important;
}
	
	    	.main-slsp img{
	display: none !important;
}

	
}


@media screen and (min-width: 600px) {
  .nav__items {
    width: 100%;
    display: flex;
    align-items: center;
    height: initial;
    justify-content: space-between;
  }
}

.nav-items {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
}


@media screen and (min-width: 600px) {
  .nav-items {
    position: inherit;
    top: 0;
    left: 0;
    transform: translate(0, 0);

  }
}

/* ナビのリンク */
.nav-items__item a {
  color: #fff;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 20px;
  margin-bottom: 24px;
border-bottom: 1px solid #fff;
	padding-bottom: 5px;
}

.nav-items__item a:hover {
  color: #8dcdff;
}

.nav-items__item:last-child a {
  margin-bottom: 0;
}

@media screen and (min-width: 600px) {
  .nav-items__item a {
    display: none;
  }
}


/* ハンバーガーメニュー */

.header__hamburger {
  width: 50px;
  height: 100%;
background-color: #4c88c1;
	

}

.header__hamburger p{
  font-size: 10px;
font-weight: 500;
	margin-top: 5px;
	color: #fff;
	letter-spacing: 1px;
	margin-left: -2px;
}

.hamburger {
  background-color: #4c88c1;
  border-color: transparent;
padding:10px 10px 7px;

}

.header__hamburger:hover {
  background-color:#367db6;
}

@media screen and (min-width: 600px) {
  .hamburger {
    display: none;
  }
}

/* ハンバーガーメニューの線 */
.hamburger span {
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: relative;
  transition: ease .4s;
  display: block;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 8px 0;
}

.hamburger span:nth-child(3) {
  top: 0;
}


/* ハンバーガーメニュークリック後のスタイル */
.header__nav.active {
  transform: translateX(0);
	display: block;
}

.hamburger.active span:nth-child(1) {
  top: 5px;
  transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;

}

.hamburger.active span:nth-child(3) {
  top: -13px;
  transform: rotate(-45deg);
}

/*---------ハンバーガーメニュー------------*/


.privacy-policy-text a{
	color: cornflowerblue;
}


#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 10px;
  bottom: -90;
background: #fff;
border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #3f98ef;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #3f98ef;
}

.newoshirase {
	max-width: 750px;
	border-bottom: solid 1px #cfcfcf;
	border-top: solid 1px #cfcfcf;
	margin: 30px auto;
}
.newoshirase li{
	max-width: 750px;
	padding: 5px 20px 5px 90px;
}
.youkou-box {
	display: flex;
	padding:50px  20px;
	border-bottom: 1px solid #cfcfcf;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

.youkou-left {
	width: 30%;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1.5px;
}

.youkou-right {
	width: 70%;
	font-size: 18px;
	letter-spacing: 0.5px;
	line-height: 24px;
}


@media screen and (max-width: 600px) {
	.youkou-box {
	display:block;
	padding:50px  30px;
}
	
	.youkou-left p{
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1.5px;
		margin-bottom: 20px;
}
	
	.youkou-right {
	width: 100%;
	font-size: 18px;
	letter-spacing: 0.5px;
	line-height: 24px;
}
		.youkou-left {
	width: 100%;
}
	.content-page-privacy {
	width: 100%;
    height: 200px;
	background-color: #0077cb;
	margin-top: 80px;
	position: relative;
}
	
.newoshirase li{
	max-width: 750px;
	padding: 5px 20px 5px 20px;
}
	
	
}


.content-recruit-jikoublock {
	padding:  0 10px;
}

.content-recruit-block {
	padding: 0 10px;
}

.privacy-policy-text {
	padding:  0 20px;
}

.hukurikousei-img{
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.hukurikousei-img img{
	width: 100%;
}

.hukurikousei-img p{
	margin-top: 10px;
	margin-bottom: 20px;
}




