@charset "utf-8";


/*　　メインイメージ
-------------------------------------------------------*/
.main-img-box {
	position: relative;
	background: linear-gradient(#76aef5 0%, #7cc3f5 30%, #e0f1fd 60%);
	overflow: hidden;
}
.main-img-txt {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url("../images/pages/main_img_txt.png");
	background-repeat: no-repeat;
	background-position: center top 40%;
	background-size: 680px auto;
	z-index: 10;
}

@media screen and (min-width: 768px) and (max-width: 1270px){
.main-img-box {
	padding-top: 30vw;
}
.main-img-txt {
	background-image: url("../images/pages/main_img_txt.png");
	background-repeat: no-repeat;
	background-position: center top 25%;
	background-size: 70% auto;
}
}

@media screen and (max-width: 767px){
.main-img-box {
	padding-top: 48vw;
}
.main-img-txt {
	background-image: url("../images/pages/main_img_txt.png");
	background-repeat: no-repeat;
	background-position: center top 25%;
	background-size: 90% auto;
}
}



/*　　Home
-------------------------------------------------------*/
.home-txt-box {
	padding: 60px 0 0;
}
.home-txt01 {
	font-size: 3rem;
	font-weight: 700;
}
.home-txt02 {
	margin-top: 30px;
	padding: 10px;
	background-color: #eef6fe;
}
.home-img-box {
	margin: 0 auto;
	padding: 60px 0 0;
	text-align: center;
}
.home-about-box {
	position: relative;
	padding-top: 60px;
	background: linear-gradient(#eef6fe 860px, #fff 860px);
}
.home-about-img-box {
	position: absolute;
	top: 60px;
	left: 0;
	right: calc(50% + 69px);
	height: 800px;
	background-image: url("../images/pages/home_about_img01.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
}
.home-about-img2-box {
	position: absolute;
	top: -153px;
	right: 0;
	width: 10vw;
	height: 1205px;
	background-image: url("../images/pages/home_about_img02.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.home-about-txt-box {
	width: 670px;
	margin-left: auto;
}
.home-about-txt-inner {
	padding: 50px 60px 0;
}
.home-about-mov-box {
	margin-top: 70px;
}
.home-history-box {
	position: relative;
	margin-top: 150px;
	background-image: url("../images/pages/home_history_bg.png");
	background-repeat: no-repeat;
	background-position: calc(50% - 412px) bottom;
	background-size: 787px auto;
}
.home-history-img-box {
	position: absolute;
	top: 0;
	left: calc(50% + 30px);
	right: 0;
	height: 591px;
	background-image: url("../images/pages/home_history_img01.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
}
.home-history-txt-box {
	position: relative;
	width: 570px;
	min-height: 591px;
	padding-top: 62px;
}
.home-history-txt-box::before {
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	z-index: -1;
	content: "1964-2022";
	font-size: 11.6rem;
	font-weight: 700;
	font-family: 'Barlow', sans-serif;
	color: #eef6fe;
	line-height: 1;
}
.home-history-txt-en {
	margin-top: 60px;
	font-size: 5rem;
	text-align: center;
	line-height: 1;
}
.home-recruit-box {
	margin-top: 140px;
	padding-bottom: 60px;
	background: linear-gradient(#fff 252px, #eef6fe 252px);
}
.home-recruit-cnt-box {
	width: 23.75%;
}
.home-recruit-img01,
.home-recruit-img02,
.home-recruit-img03,
.home-recruit-img04 {
	position: relative;
}
.home-recruit-img02,
.home-recruit-img04 {
	margin-top: 60px;
}
.home-recruit-img01 a::after,
.home-recruit-img02 a::after,
.home-recruit-img03 a::after,
.home-recruit-img04 a::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.home-recruit-img01 a::after {
	background-image: url("../images/common/hover_arrow.png"), url("../images/common/icon_recruit01.png");
	background-repeat: no-repeat, no-repeat;
	background-position: right bottom, center;
	background-size: 51px auto, 24.56%;
}
.home-recruit-img02 a::after {
	background-image: url("../images/common/hover_arrow.png"), url("../images/common/icon_recruit02.png");
	background-repeat: no-repeat, no-repeat;
	background-position: right bottom, center;
	background-size: 51px auto, 24.56%;
}
.home-recruit-img03 a::after {
	background-image: url("../images/common/hover_arrow.png"), url("../images/common/icon_recruit03.png");
	background-repeat: no-repeat, no-repeat;
	background-position: right bottom, center;
	background-size: 51px auto, 24.56%;
}
.home-recruit-img04 a::after {
	background-image: url("../images/common/hover_arrow.png"), url("../images/common/icon_recruit04.png");
	background-repeat: no-repeat, no-repeat;
	background-position: right bottom, center;
	background-size: 51px auto, 24.56%;
}
.home-recruit-txt-en {
	margin-top: 10px;
	font-size: 3rem;
	line-height: 1;
}
.home-banner-box {
	margin-top: 120px;
}
.home-banner-tit-box {
	position: relative;
}
.home-banner-tit-box::after {
	content: "";
	position: absolute;
	top: 20px;
	right: 0;
	width: calc(100% - 172px);
	height: 3px;
	background: linear-gradient(to right, #aacd06 22%, #004ea2 22%);
}
.home-news-box {
	position: relative;
	margin-top: 120px;
	margin-bottom: 120px;
	overflow: hidden;
}
.home-news-box .cnt-row2 {
	min-height: 600px;
}
.home-news-box::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 105%;
	right: -50%;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: skewX(-28deg);
	-moz-transform: skewX(-28deg);
	-ms-transform: skewX(-28deg);
	-o-transform: skewX(-28deg);
	transform: skewX(-28deg);
	background-color: #f6fafe;
}
.home-news-img-box {
	position: absolute;
	top: 0;
	left: 0;
	right: calc(50% + 30px);
	height: 837px;
	background-image: url("../images/pages/home_news_img.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
}
a.home-news-cnt-box {
	position: relative;
	display: block;
	margin-top: 30px;
	color: #282828;
	border: 10px solid #eef6fe;
	transition-duration: 0s !important;
}
a.home-news-cnt-box:hover {
	color: #004ea2;
	opacity: 0.7;
}
.home-news-box a.home-news-cnt-box:first-of-type {
	margin-top: 60px;
}
a.home-news-cnt-box::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url("../images/common/hover_arrow.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 51px auto;
}
.home-news-cnt-img {
	width: 200px;
}
.home-news-cnt-txt {
	flex: 1;
	padding: 0 20px;
}

@media screen and (max-width: 1620px){
.home-about-img2-box {
	display: none;
}
}

@media screen and (min-width: 768px) and (max-width: 1270px){
.home-txt01 {
	font-size: 2.2rem;
}
.home-txt-box {
	padding: 40px 50px 0;
}
.home-img-box {
	padding: 40px 0 0;
}
.home-about-box {
	padding-top: 40px;
	background: linear-gradient(#eef6fe 640px, #fff 640px);
}
.home-about-box .wrapper-L {
	margin: 0;
}
.home-about-img-box {
	position: absolute;
	top: 40px;
	left: 0;
	right: calc(50% + 19px);
	height: 600px;
	background-image: url("../images/pages/home_about_img01.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
}
.home-about-txt-box {
	width: calc(50% + 20px);
}
.home-about-txt-inner {
	padding: 40px 30px 0;
}
.home-about-mov-box {
	margin-top: 40px;
}
.home-history-box {
	margin-top: 80px;
	padding-bottom: 30px;
	background-position: center bottom;
	background-size: 560px auto;
}
.home-history-img-box {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	height: auto;
	padding-top: 60.92%;
}
.home-history-txt-box {
	position: relative;
	width: 570px;
	min-height: auto;
	padding-top: 62px;
	margin: 30px auto 0;
}
.home-history-txt-box::before {
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	z-index: -1;
	font-size: 10.6rem;
	font-weight: 700;
	font-family: 'Barlow', sans-serif;
	color: #eef6fe;
	text-align: center;
	line-height: 1;
}
.home-history-txt-en {
	margin-top: 60px;
	font-size: 3.5rem;
	text-align: center;
	line-height: 1;
}
.home-recruit-box {
	margin-top: 80px;
	padding-bottom: 40px;
	background: linear-gradient(#fff 35%, #eef6fe 35%);
}
.home-recruit-img02,
.home-recruit-img04 {
	margin-top: 40px;
}
.home-recruit-txt-en {
	font-size: 2.4rem;
}
.home-banner-box {
	margin-top: 80px;
}
.home-banner-tit-box::after {
	top: 15px;
	width: calc(100% - 125px);
}
.home-news-box {
	position: relative;
	margin-top: 80px;
	margin-bottom: 80px;
}
.home-news-box::after {
	display: none;
}
.home-news-img-box {
	position: absolute;
	top: 0;
	left: 0;
	right: 70%;
	height: 837px;
	background-image: url("../images/pages/home_news_img.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
}
.home-news-box .cnt-row2 {
	width: 68%;
}
}

@media screen and (max-width: 767px){
.home-txt01 {
	font-size: 1.8rem;
}
.home-txt-box {
	padding-top: 30px;
}
.home-img-box {
	margin: 0 auto;
	padding: 30px 0 0;
	text-align: center;
}
.home-about-box {
	padding-top: 0;
	padding-bottom: 30px;
	background: #eef6fe;
}
.home-about-img-box {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: auto;
	padding-top: 86.02%;
}
.home-about-txt-box {
	width: 100%;
	margin-left: auto;
}
.home-about-txt-inner {
	padding: 30px 0 0;
}
.home-about-mov-box {
	margin-top: 30px;
}
.home-history-box {
	position: relative;
	margin-top: 40px;
	padding-bottom: 30px;
	background-image: url("../images/pages/home_history_bg.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 280px auto;
}
.home-history-img-box {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	height: auto;
	padding-top: 60.92%;
}
.home-history-txt-box {
	position: relative;
	width: 100%;
	min-height: auto;
	padding-top: 40px;
	margin-top: 20px;
}
.home-history-txt-box::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
	font-size: 6rem;
	font-weight: 700;
	font-family: 'Barlow', sans-serif;
	color: #eef6fe;
	line-height: 1;
	text-align: center;
}
.home-history-txt-en {
	margin-top: 40px;
	font-size: 2.6rem;
}
.home-recruit-box {
	margin-top: 40px;
	padding-bottom: 30px;
	padding-top: 30px;
	background: #eef6fe;
}
.home-recruit-cnt-box {
	width: 48.5%;
}
.home-recruit-img02,
.home-recruit-img03 {
	margin-top: 40px;
}
.home-recruit-img04 {
	margin-top: 80px;
}
.home-recruit-img01 a::after {
	background-size: 30px auto, 24.56%;
}
.home-recruit-img02 a::after {
	background-size: 30px auto, 24.56%;
}
.home-recruit-img03 a::after {
	background-size: 30px auto, 24.56%;
}
.home-recruit-img04 a::after {
	background-size: 30px auto, 24.56%;
}
.home-banner-box {
	margin-top: 40px;
}
.home-banner-tit-box::after {
	top: 13px;
	width: calc(100% - 120px);
}
.home-news-box {
	margin-top: 40px;
	margin-bottom: 50px;
}
.home-news-box::after {
	display: none;
}
.home-news-box .cnt-row2 {
	min-height: auto;
}
.home-news-img-box {
	display: none;
}
a.home-news-cnt-box {
	margin-top: 15px;
	color: #282828;
	border: 6px solid #eef6fe;
}
.home-news-box a.home-news-cnt-box:first-of-type {
	margin-top: 30px;
}
a.home-news-cnt-box::after {
	background-size: 30px auto;
}
.home-news-cnt-img {
	width: 120px;
}
.home-news-cnt-txt {
	flex: 1;
	padding: 0 10px;
}
}



/*　　ページタイトルイメージ
-------------------------------------------------------*/
.pagetitle-box {
	height: 260px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.pagetitle-box.page-airwalk {
	height: 548px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.pagetitle-txt {
	font-size: 2.4rem;
	font-weight: 700;
	color: #fff;
	letter-spacing: 3px;
}
.page-company {
	background-image: url("../images/pages/page_company.jpg");
}
.page-history {
	background-image: url("../images/pages/page_history.jpg");
}
.page-news {
	background-image: url("../images/pages/page_news.jpg");
}
.page-airwalk {
	background-image: url("../images/pages/page_airwalk.jpg");
}
.page-recruit {
	background-image: url("../images/pages/page_recruit.jpg");
}
.page-recycle {
	background-image: url("../images/pages/page_recycle.jpg");
}
.page-event {
	background-image: url("../images/pages/page_event.jpg");
}
.page-contact {
	background-image: url("../images/pages/page_contact.jpg");
}
.page-disclaimer {
	background-image: url("../images/pages/page_disclaimer.jpg");
}

@media screen and (min-width: 768px) and (max-width: 1270px){
.pagetitle-box {
	height: 180px;
}
.pagetitle-box.page-airwalk {
	height: 450px;
}
.pagetitle-txt {
	font-size: 2.0rem;
}
}

@media screen and (max-width: 767px){
.pagetitle-box {
	height: 100px;
}
.pagetitle-box.page-airwalk {
	height: 260px;
}
.pagetitle-txt {
	font-size: 1.6rem;
}
}



/*　　最新業務実績　お知らせ
-------------------------------------------------------*/
.works-search {
	padding: 30px;
	border: 8px solid #eef6fe;
}
.works-search {
	max-width: 1200px;
}
.works-search ul {
	width: 100%;
}
.works-search ul li {	
	width: 12.5%;
	max-width: 100%;
	padding-right: 15px;
}
.contactForm .btn-works-search {
	position: relative;
	-webkit-appearance: none;
	font-size: 2rem;
	font-weight: 700;
	padding: 15px;
	width: 60%;
	margin: 20px auto 0;
	cursor: pointer;
	color: #fff;
	border: 0;
	border-radius: 6px;
	background-color: #004ea2;
  background-image: url("../images/common/arrow_01.png");
	background-repeat: no-repeat;
	background-size: 6px auto;
	background-position: right 10px center;
	transition-duration: 0.2s;
}
.contactForm .btn-works-search:hover {
	background-color: #007bff;
	transform: scale(1.05);
}
.news-detail-box {
	position: relative;
	margin-top: 30px;
	padding: 60px 120px;
	border: 1px solid #cbd8e6;
	overflow: hidden;
}
.news-detail-tit-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 35%;
	background-color: #004ea2;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: skewX(-28deg);
	-moz-transform: skewX(-28deg);
	-ms-transform: skewX(-28deg);
	-o-transform: skewX(-28deg);
	transform: skewX(-28deg);
}
.news-detail-tit {
	padding: 15px 30px 15px 15px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: skewX(28deg);
	-moz-transform: skewX(28deg);
	-ms-transform: skewX(28deg);
	-o-transform: skewX(28deg);
	transform: skewX(28deg);
}
.works-search-thumbnail {
	padding-top: 75%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}


@media screen and (min-width: 768px) and (max-width: 1270px){
.works-search li {
	width: 20%;
	padding-right: 15px;
}
.contactForm .btn-works-search {
	font-size: 1.8rem;
}
.news-detail-box {
	margin-top: 20px;
	padding: 60px 60px 30px;
}
.news-detail-tit-box {
	width: 40%;
}
}

@media screen and (max-width: 767px){
.works-search {
	padding: 15px;
	border: 6px solid #eef6fe;
}
.works-search ul li {
	width: 33.33333%;
	padding-right: 0;
}
.contactForm .btn-works-search {
	width: 80%;
	font-size: 1.6rem;
}
.news-detail-box {
	margin-top: 10px;
	padding: 40px 12px 30px;
}
.news-detail-tit-box {
	width: 75%;
}
.news-detail-tit {
	padding: 10px 15px 10px 0;
}
}



/*　　企業概要
-------------------------------------------------------*/
.company-img-box {
	width: 420px;
}
.company-mov-bg {
	position: relative;
	background-color: #eef6fe;
	overflow: hidden;
	margin-top: 60px;
}
.company-mov-box {
	width: 80%;
	margin: 0 auto;
	padding: 80px 0;
	background-color: #eef6fe;
}
.company-greeting-txt {
	position: absolute;
	left: 50%;
	bottom: -10px;
	font-size: 120px;
	font-weight: 700;
	color: #fff;
	line-height: 1;
}
.company-accessmap {
	height: 500px;
}

@media screen and (min-width: 768px) and (max-width: 1270px){
.company-img-box {
	width: 35%;
}
.company-mov-bg {
	margin-top: 40px;
}
.company-mov-box {
	width: 90%;
	padding: 50px 0;
}
.company-greeting-txt {
	position: absolute;
	left: calc(50% - 50px);
	bottom: -8px;
	font-size: 80px;
}
}

@media screen and (max-width: 767px){
.company-img-box {
	width: 100%;
}
.company-mov-bg {
	margin-top: 30px;
}
.company-mov-box {
	width: 100%;
	padding: 30px 0;
}
.company-greeting-txt {
	position: absolute;
	left: calc(50% - 50px);
	bottom: -5px;
	font-size: 45px;
}
}



/*　　ホクリク半世紀の軌跡
-------------------------------------------------------*/
.history-txt-box {
	position: relative;
	padding-top: 80px;
}
.history-txt-box::before {
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	z-index: -1;
	content: "1964-2022";
	font-size: 11.6rem;
	font-weight: 700;
	font-family: 'Barlow', sans-serif;
	color: #eef6fe;
	text-align: center;
	line-height: 1;
}
.history-box {
	margin-top: 50px;
}
.history-box dt {
	background-color: #eef6fe;
	border-bottom: 1px solid #004ea2;
}
.history-box dt span {
	display: inline-block;
	width: 30%;
	padding: 15px 40px 15px 15px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	background-color: #eef6fe;
	background-image: url("../images/common/tit_bg.png");
	background-repeat: no-repeat;
	background-position: right top;
	background-size: auto 100%;
}
.history-box dd {
	margin-top: 20px;
}
.history-box dd ul {
	list-style-type: disc;
  list-style-position: outside;
  margin-left: 25px;
}
.history-box dd ul li {
	margin-top: 5px;
	padding-right: 15px;
}
.history-txt-en-box {
	margin-top: 50px;
	min-height: 201px;
	padding-top: 50px;
	font-size: 5rem;
	text-align: center;
	background-image: url("../images/pages/home_history_bg.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 201px;
}
.history-img-box {
	padding-bottom: 20px;
	border-bottom: 1px dotted #ccc;
}

@media screen and (min-width: 768px) and (max-width: 1270px){
.history-txt-box {
	position: relative;
	padding-top: 60px;
}
.history-txt-box::before {
	position: absolute;
	top: -20px;
	font-size: 10.6rem;
}
.history-box dt span {
	width: 35%;
	padding: 10px 30px 10px 10px;
}
.history-txt-en-box {
	margin-top: 50px;
	min-height: 160px;
	padding-top: 50px;
	font-size: 3rem;
	text-align: center;
	background-image: url("../images/pages/home_history_bg.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 160px;
}
}

@media screen and (max-width: 767px){
.history-txt-box {
	position: relative;
	padding-top: 45px;
}
.history-txt-box::before {
	position: absolute;
	top: 0px;
	font-size: 6.6rem;
}
.history-box dt span {
	width: 60%;
	padding: 8px 24px 8px 8px;
}
.history-box dd ul li {
	padding-right: 15px;
}
.history-txt-en-box {
	margin-top: 30px;
	min-height: 80px;
	padding-top: 20px;
	font-size: 2.6rem;
	text-align: center;
	background-image: url("../images/pages/home_history_bg.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 80px;
}
}



/*　　リサイクル
-------------------------------------------------------*/
.recycle-bg {
	position: relative;
	padding: 60px 0 210px;
	background-image: url("../images/pages/recycle_img03.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
.recycle-tit {
	display: inline-block;
	padding-left: 95px;
	font-size: 6rem;
	font-weight: 700;
	line-height: 1.4;
	color: #fff;
	background-image: url("../images/common/icon_recycle.png");
	background-repeat: no-repeat;
	background-position: left top 12px;
	background-size: 80px auto;
}
.recycle-box {
	margin-top: 60px;
	padding: 40px 0;
	background-color: #eef6fe;
}
.recycle-txt-box {
	width: 42.25%;
	margin-left: 3.33%;
	background-color: #fff;
	background-image: url("../images/pages/recycle_img01.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
	border-radius: 6px;
	overflow: hidden;
}
.recycle-txt-inner {
	padding: 30px;
	background-color: #fff;
}
.recycle-img-box {
	width: 48.66%;
	margin-right: 3.33%;
	text-align: right;
}

@media screen and (min-width: 768px) and (max-width: 1270px){
.recycle-bg {
	padding: 40px 0 180px;
}
.recycle-tit {
	display: inline-block;
	padding-left: 65px;
	font-size: 4rem;
	background-image: url("../images/common/icon_recycle.png");
	background-repeat: no-repeat;
	background-position: left top 12px;
	background-size: 50px auto;
}
.recycle-box {
	margin-top: 40px;
	padding: 30px 0;
}
.recycle-txt-inner {
	padding: 20px;
}
}

@media screen and (max-width: 767px){
.recycle-bg {
	padding: 30px 0 120px;
	background-color: #a3d3f5;
	background-image: url("../images/pages/recycle_img03.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
}
.recycle-tit {
	display: inline-block;
	padding-left: 45px;
	font-size: 3rem;
	background-image: url("../images/common/icon_recycle.png");
	background-repeat: no-repeat;
	background-position: left top 8px;
	background-size: 36px auto;
}
.recycle-box {
	margin-top: 30px;
	padding: 10px 10px;
}
.recycle-txt-box {
	width: 100%;
	margin-left: 0;
	padding-bottom: 300px;
	background-color: #fff;
	background-image: url("../images/pages/recycle_img01.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
	border-radius: 6px;
	overflow: hidden;
}
.recycle-txt-inner {
	padding: 20px;
}
.recycle-img-box {
	width: 100%;
	margin: 30px 0 0;
	text-align: center;
}
}



/*　　空中散歩
-------------------------------------------------------*/
.airwalk-box {
	max-width: 1800px;
	padding: 0 40px 40px;
	margin: 60px auto 0;
}
.airwalk-box2 {
	width: 49%;
}
.airwalk-mov-box {
	width: 49%;
	background-color: #000;
}
.airwalk-mov-tit {
	padding: 30px 0;
	text-align: center;
}
.airwalk-mov-tit img {
	max-width: 437px;
}
.slider-pro .sp-selected-thumbnail {
	border: 4px solid #004ea2;
	border-radius: 6px;
	overflow: hidden;
}
.sp-thumbnails {
	margin-top: 7px;
}
.sp-slide p {
	font-size: 16px !important;
	border-radius: 6px;
}

@media screen and (min-width: 768px) and (max-width: 1270px){
.airwalk-box {
	margin: 40px auto 0;
}
.airwalk-box2 {
	width: 100%;
	margin-top: 40px;
}
.airwalk-mov-box {
	width: 100%;
}
.airwalk-mov-tit img {
	max-width: 300px;
}
.sp-slide p {
	font-size: 12px !important;
}
}

@media screen and (max-width: 767px){
.airwalk-box {
	margin: 30px auto 0;
	padding: 0 12px 0;
}
.airwalk-box2 {
	width: 100%;
	margin-top: 40px;
}
.airwalk-mov-box {
	width: 100%;
}
.airwalk-mov-tit {
	padding: 20px 0;
}
.airwalk-mov-tit img {
	max-width: 220px;
}
.sp-slide p {
	padding: 5px;
	font-size: 10px !important;
}
}



/*　　採用情報
-------------------------------------------------------*/
.recruit-pagenav {
	margin-top: 60px !important;
}
@media screen and (min-width: 768px) and (max-width: 1270px){
}

@media screen and (max-width: 767px){
}



/*　　採用FAQ
-------------------------------------------------------*/
.recruit-faq-img-box {
	width: 34.66%;
	margin-top: 50px;
}
.recruit-faq-txt-box {
	float: left;
	width: 60%;
}
.recruit-faq-q {
	padding: 3px 0 20px 50px;
	min-height: 40px;
	background-image: url("../images/common/icon_q.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 40px;
}
.recruit-faq-a {
	padding: 0 0 40px 50px;
	border-bottom: 1px dotted #ccc;
}

@media screen and (min-width: 768px) and (max-width: 1270px){
.recruit-faq-img-box {
	margin-top: 30px;
}
}

@media screen and (max-width: 767px){
.recruit-faq-img-box {
	display: none;
}
.recruit-faq-txt-box {
	float: none;
	width: 100%;
}
.recruit-faq-q {
	padding: 0 0 20px 40px;
	min-height: 30px;
	background-image: url("../images/common/icon_q.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 30px;
}
.recruit-faq-a {
	padding: 0 0 30px 40px;
}
}



/*　　先輩社員の声
-------------------------------------------------------*/
.voice-mov-box {
	padding: 30px 15%;
	background: linear-gradient(to right, #034082, #1d73d0);
}
.voice-mov-box .border-box {
	border: 12px solid #1d73cf;
}
.voice-staff {
	position: relative;
	margin-top: 30px;
	border: 5px solid #eef6fe;
	background-color: #eef6fe;
}
.voice-staff:hover {
	background-color: #c5e2fe;
	border: 5px solid #c5e2fe;
}
.voice-staff a {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url("../images/common/hover_arrow.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 51px auto;
}
.voice-staff.arrow-off {
	background-image: none;
}
.voice-staff.arrow-off:hover {
	border: 5px solid #eef6fe;
	background-color: #eef6fe;
}
.voice-staff-txt01 {
	width: 360px;
	padding: 15px;
}
.voice-staff-txt01 h3 {
	padding-left: 15px;
	border-left: 6px solid #004ea2;
}
.voice-staff-txt02 {
	flex: 1;
	padding: 30px 20px;
	font-size: 2rem;
	font-weight: 700;
	background-color: #fff;
}
.voice-staff:hover .voice-staff-txt02 {
	color: #007bff;
}
.voice-staff.arrow-off:hover .voice-staff-txt02 {
	color: #282828;
}
.voice-interview {
	width: 65%;
}
.voice-interview dl {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px dotted #ccc;
}
.voice-interview dl:nth-child(1) {
	margin-top: 20px;
	border-top: none;
}
.voice-interview dl dt {
	padding-left: 50px;
	font-size: 2rem;
	font-weight: 700;
}
.voice-interview dl dt .icon-q {
	display: inline-block;
	margin-left: -50px;
	margin-right: 10px;
	width: 40px;
	height: 40px;
	line-height: 36px;
	font-size: 2rem;
	font-weight: 700;
	color: #fff;
	text-align: center;
	background-color: #aacd06;
}
.voice-interview dl dd {
	margin-top: 10px;
	padding-left: 50px;
	font-size: 1.8rem;
}
.voice-interview-sidebar {
	width: 30%;
	margin-top: 50px;
}
.voice-schedule-title {
	margin-top: 30px;
	padding: 10px 15px;
	color: #fff;
	background: linear-gradient(to right, #2277d3, #084586);
}
.voice-schedule-table th {
	vertical-align: top !important;
}

@media screen and (min-width: 768px) and (max-width: 1270px){
.voice-mov-box .border-box {
	border: 8px solid #1d73cf;
}
.voice-staff-txt01 {
	width: 40%;
	padding: 15px;
}
.voice-staff-txt01 h3 {
	padding-left: 15px;
	border-left: 6px solid #004ea2;
}
.voice-staff-txt02 {
	padding: 15px 20px;
	font-size: 1.6rem;
}
.voice-interview dl dt {
	padding-left: 40px;
	font-size: 1.6rem;
	font-weight: 700;
}
.voice-interview dl dt .icon-q {
	display: inline-block;
	margin-left: -40px;
	margin-right: 10px;
	width: 30px;
	height: 30px;
	line-height: 26px;
	font-size: 1.6rem;
}
.voice-interview dl dd {
	padding-left: 40px;
	font-size: 1.4rem;
}
}

@media screen and (max-width: 767px){
.voice-mov-box {
	padding: 15px;
	background: linear-gradient(to right, #034082, #1d73d0);
}
.voice-mov-box .border-box {
	border: 6px solid #1d73cf;
}
.voice-staff a {
	background-size: 30px auto;
}
.voice-staff-txt01 {
	width: 100%;
	padding: 10px;
}
.voice-staff-txt01 h3 {
	padding-left: 15px;
	border-left: 6px solid #004ea2;
}
.voice-staff-txt02 {
	width: 100%;
	padding: 10px 15px;
	font-size: 1.6rem;
}
.voice-interview {
	width: 100%;
}
.voice-interview dl dt {
	padding-left: 40px;
	font-size: 1.6rem;
	font-weight: 700;
}
.voice-interview dl dt .icon-q {
	display: inline-block;
	margin-left: -40px;
	margin-right: 10px;
	width: 30px;
	height: 30px;
	line-height: 26px;
	font-size: 1.6rem;
}
.voice-interview dl dd {
	padding-left: 40px;
	font-size: 1.4rem;
}
.voice-interview-sidebar {
	width: 100%;
}
}



/*　　お問い合わせ
-------------------------------------------------------*/
.privacy-box {
  padding: 40px;
  text-align: center;
}
#error_message_area {
	padding: 20px;
	border: 2px solid #cc0000;
}
.icon-required {
	display: inline-block;
	font-size: 12px; font-size: 1.2rem;
  font-weight: 400;
	line-height: 1.5;
	margin-right: 10px;
	padding: 2px 8px 2px;
	background-color: #cf1126;
	color: #fff;
	vertical-align:middle;
	border-radius: 3px;
}
.form-initialize {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.contactForm th,
.contactForm td { font-size: 16px; font-size: 1.6rem;}
.contactForm input { padding: 10px; font-size: 16px; font-size: 1.6rem; vertical-align:middle; border: 1px solid #ccc; border-radius: 0;}
.contactForm input[type="radio"] { vertical-align: baseline;}
.contactForm input[type="checkbox"] { margin-right: 5px; vertical-align: baseline;}
.contactForm .select-menu { height: 40px; font-size: 16px; font-size: 1.6rem; line-height:1.6; padding: 3px; border: 1px solid #ccc; background: #fff; border-radius: 0;}
.contactForm textarea {
  padding: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px; font-size: 1.6rem;
  border: 1px solid #ccc;
	border-radius: 0;
}
.contactForm input[type="file"] {
	padding: 0;
	border: 0;
}
.contactForm .btn-box {
	padding-top: 30px;
	text-align: center;
}
.contactForm .btn-send {
	position: relative;
	-webkit-appearance: none;
	font-size: 2.4rem;
	font-weight: 700;
	padding: 25px;
	width: 60%;
	margin: 20px auto 0;
	cursor: pointer;
	color: #fff;
	border: 0;
	border-radius: 6px;
	background-color: #004ea2;
  background-image: url("../images/common/arrow_01.png");
	background-repeat: no-repeat;
	background-size: 6px auto;
	background-position: right 10px center;
	transition-duration: 0.2s;
}
.contactForm .btn-send:hover {
	background-color: #007bff;
	transform: scale(1.05);
}
.contactForm .btn-modify {
	position: relative;
	-webkit-appearance: none;
	font-weight: 700;
	font-size: 2.4rem;
	padding: 25px;
	width: 60%;
	margin: 20px auto 0;
	cursor: pointer;
	color: #fff;
	border: 0;
	border-radius: 6px;
	background-color: #666;
	background-image: url("../images/common/arrow_02.png");
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-size: 6px auto;
	transition-duration: 0.2s;
}
.contactForm .btn-modify:hover {
	background-color: #898989;
	transform: scale(1.05);
}
.contactForm .checkbox-privacy + span {
	font-weight: 700;
	cursor: pointer;
}
.confirm-box .confirm-txt {
	display: none;
}

@media screen and (min-width: 768px) and (max-width: 1270px){
.contactForm .btn-send,
.contactForm .btn-modify {
	width: 80%;
	font-size: 20px; font-size: 2.0rem;
	border-radius: 8px;
}
}

@media screen and (max-width: 767px){
#error_message_area {
	padding: 10px;
}
.contactForm .btn-box {
	padding-top: 20px;
	text-align: center;
}
.privacy-box {
  padding: 20px;
}
.contactForm .btn-send,
.contactForm .btn-modify {
	width: 80%;
	font-size: 18px; font-size: 1.8rem;
	border-radius: 6px;
}
}



/*　ページャー
-------------------------------------------------------*/
.pagination {
  display: block;
  padding-left: 0;
  margin: 0 !important;
  padding-top: 10px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 12px 18px;
  margin-left: 8px;
  margin-top: 10px;
  line-height: 1.4;
  font-family: 'Barlow', sans-serif;
  color: #000;
  text-decoration: none;
  background-color: #e9e9e9;
  border-radius: 6px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #fff;
  background: #004ea2;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  font-weight: bold;
  background-color: #666;
}
.pagination .current {
	color: #fff;
  cursor: default;
  font-weight: bold;
  background-color: #666;
}

@media screen and (min-width: 768px) and (max-width: 1270px){
.pagination > li > a,
.pagination > li > span {
  padding: 6px 12px;
}
}

@media screen and (max-width: 767px){
.pagination > li > a,
.pagination > li > span {
  padding: 6px 12px;
}
}
