.sp-reka {
	display: none;
}
.mainimg {
	position: relative;
	height:100vh;
	width: 100%;
}
.mainimg::after {
	position: absolute;
	content: "";
	background-image: linear-gradient(53deg, rgba(1, 70, 156, 0.6), rgba(36, 97, 184, 0) 50%, rgba(73, 127, 215, 0));
	width: 100%;
	height: 100%;
	z-index: -1;
}
#video-area{
    position: absolute;
    z-index: -2;/*最背面に設定*/
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
}
#video {
    /*天地中央配置*/
    position: absolute;
    z-index: -2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
}


.sphead {
	display: none;
}
.cati {
	position: absolute;
	width: 100%;
	height: 100%;
	color: #fff;
	background:rgba(37,76,100,0.25);
}
.cati-box {
	position: absolute;
    left: 5%;
	bottom: 10%;
}
.cati h3 {
	font-weight: bold;
	font-size: 3.5vmax;
	line-height: 1.3;
	display: inline-block;
	text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
}

.cati h6 {
	font-family: Arial, Helvetica, "sans-serif";
	font-weight: bold;
	font-size: 1.8vmax;
	line-height: 1.4;
	letter-spacing: 0.em;
	margin-top: 10px;
	text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
}

.cati ul {
	display: flex;
	align-items: center;
	margin-top: 5%;
}
.cati ul li:last-child {
	margin-left: 15px;
}
.cati ul li a {
	background: rgba(0, 0, 0, 0.4);
	box-sizing: border-box;
	padding: 15px 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #fff;
	border-radius: 60px;
}
.cati ul li a .arrow02 {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0px;
}
.cati ul li a h4 {
	color: #fff;
	font-size: 1.2vmax;
	font-weight: bold;
	white-space: nowrap;
}
.cati ul li a:hover {
	opacity: 1;
	background-color: #01469C;
}



.head {
	position: fixed;
	width: 100%;
	z-index: 100;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	border-bottom: 1px solid #EFEFEF;
}

.head-box {
	display: flex;
	align-items: stretch;
}
.logo {
	max-width: 320px;
	margin-left: 30px;
}

.head-box01 {
	display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
}
.g-menu {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.g-menu-sub {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.g-menu li a {
	padding: 10px 10px;
	font-size: 140%;
	font-weight: bold;
	color: #000;
	transition: 0.5s;
	display: block;
	white-space: nowrap;
}
.g-menu li a:hover {
	opacity: 1;
	color: #01469C;
}
.g-menu-sub li a {
	padding: 10px 10px;
	font-size: 105%;
	font-weight: bold;
	color: #000;
	transition: 0.5s;
	display: block;
	white-space: nowrap;
}
.g-menu-sub li a:hover {
	opacity: 0.6;
}

.g-menu .under_line a span {
	position: relative;
}
.g-menu .under_line a span::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	bottom: -8px;
	left: 0;
	transition: 0.5s;
}

.under_line a:hover span::after {
	background-color:#01469C;
}

.head-box02 {
	border-left: 1px solid #b4b7bf;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 10px;
	margin-top: 12px;
	margin-bottom: 12px;
}

.twen {
	color: #D19B00;
	font-size: 90%;
	font-weight: bold;
	line-height: 1.3;
}
.tel_btn {
	display: flex;
	align-items: center;
	
}
.tel_btn img {
	width: 15px;
	margin-right: 3px;
}
.tel_btn h6 {
	color: #01469C;
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 200%;
	font-weight: bold;
	line-height: 1.3;
	white-space: nowrap;
	letter-spacing: 0em;;
}
.tel_btn02 {
	font-size: 90%;
	color: #000;
	text-decoration: underline;
}
.arrow {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 1px;
  margin: 3.4px 0;
  border-radius: 9999px;
  background-color: #000000;
	margin-left: 8px;
}

.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 6px;
  height: 1px;
  border-radius: 9999px;
  background-color: #000000;
  transform-origin: calc(100% - 0.5px) 50%;
}

.arrow::before {
  transform: rotate(45deg);
}

.arrow::after {
  transform: rotate(-45deg);
}
.head-box03 {
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.head-box03 a {
	background: linear-gradient(134deg, rgba(1, 70, 156, 1), rgba(73, 127, 215, 1));
	display: flex;
    flex-direction: column;
    justify-content: center;
	text-align: center;
	padding: 15px 20px;
	height: 100%;
	box-sizing: border-box;
}
.head-box03 a h6 {
	color: #fff;
	font-size: 110%;
	font-weight: bold;
	white-space: nowrap;
}
.arrow02 {
  position: relative;
  display: inline-block;
  width: 10.5px;
  height: 6.2px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 6px;
}

.arrow02::before,
.arrow02::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 1px);
  width: 2px;
  height: 8px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: 50% calc(100% - 1px);
}

.arrow02::before {
  transform: rotate(45deg);
}

.arrow02::after {
  transform: rotate(-45deg);
}

.imgw100 {
	width: 100%;
}
.imgmaru {
	border-radius: 6px;
}
.syado {
	box-shadow: 0px 14px 49px -24px rgba(7, 36, 73, 0.58);
}

.mainbox {
	max-width: 1300px;
	padding: 0 8%;
	margin: 0 auto;
	padding-top: 8%;
}

.flex {
	display: flex;
}
.just_betw {
	justify-content: space-between;
}
.alin-center {
	align-items: center;
}

.title h2 {
	font-size: 140%;
	font-weight: bold;
	color: #01469C;
}
.title h2 span {
	position: relative;
	padding-left: 20px;
}
.title h2 span::before {
	position: absolute;
	content: "";
	background-color: #D19B03;
	left: 0;
	top:50%;
	margin-top: -6px;
border: solid 2px #fff;
width: 8px;
height: 8px;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
box-shadow: 0 0 0 1px #D19B03;
-webkit-box-shadow: 0 0 0 1px #D19B03;
-moz-box-shadow: 0 0 0 1px #D19B03;
}

.title h6 {
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 380%;
	font-weight: bold;
	color: #01469C;
}
.title h6 span {
	position: relative;
}
.title h6 span::after {
	position: absolute;
	content: "";
	width: 100px;
	height: 1px;
	background-color: #D19B03;
	bottom: 50%;
	margin-left: 20px;
}
.title {
	margin-bottom: 40px;
}

.sub_cati {
	font-size: 280%;
	font-weight: bold;
	margin-bottom: 30px;
}
.service_top_text {
	font-size: 125%;
	font-weight: bold;
}
.service_top_box {
	padding-bottom: 60px;
}
.service_map {
	
	position: relative;
}
.service_map_img {
	position: absolute;
	top: 0;
	z-index: -5;
	margin-left: 30%;
	height: 90%;
	width: 90%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}
.service_map_img img {
	width: 100%;
}

.service_top_li {
	flex-wrap: wrap;
}
.service_top_lili {
	width: 47%;
	margin-bottom: 80px;
}
.service_top_li_img {
	margin-bottom: 18px;
}
.service_top_li_img a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
.service_top_li_img_title {
	position: absolute;
	background: linear-gradient(160deg, rgba(1, 70, 156, 1.0), rgba(36, 97, 184, 0.4) 50%, rgba(73, 127, 215, 0));
	width: 100%;
	height: 100%;
}
.service_top_li_img a h3 {
	color: #fff;
	font-size: 200%;
	font-weight: bold;
	padding-left: 5%;
	padding-top: 5%;
}
.service_top_li_img a h6 {
	font-family: "Arial Black", Gadget, "sans-serif";
	color: #fff;
	font-size: 120%;
	font-weight: bold;
	padding-left: 5%;
	margin-top: 5px;
	position: relative;
}
.service_top_li_img a h6::after {
	position: absolute;
	content: "";
	width: 40px;
	height: 1px;
	background-color: #fff;
	top: 50%;
	margin-left: 10px;
}
.service_top_li_txt {
	border-top: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
	margin-top: 18px;
	padding-top: 20px;
	padding-bottom: 20px;
	
}
.service_top_li_txt li {
	display: flex;
	align-items: center;
}

.service_top_li_txt li img {
	width: 18px;
	margin-right: 10px;
}
.service_top_li_txt p {
	font-size: 120%;
	font-weight: bold;
}
.btn01 {
	display: inline-block;
	margin-top: 20px;
}
.btn01 a {
	background-color: #2F3E51;
	display: flex;
	padding: 15px 30px;
	align-items: center;
	border-radius: 40px;
}
.btn01 a:hover {
	opacity: 1;
	background-color: #01469C;
}
.btn01 a h4 {
	color: #fff;
	font-size: 120%;
	font-weight: bold;
	margin-right: 30px;
}
.btn01 a .maru {
	background-color: #596573;
	padding: 10px;
	border-radius: 40px;
	transition: 0.5s ;
}
.btn01 a:hover .maru {
	opacity: 1;
	background-color: #0F3667;
}

.arrow03 {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 2px;
  margin: 5.7px 0;
  border-radius: 9999px;
  background-color: #ffffff;
}

.arrow03::before,
.arrow03::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 10px;
  height: 2px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: calc(100% - 1px) 50%;
}

.arrow03::before {
  transform: rotate(45deg);
}

.arrow03::after {
  transform: rotate(-45deg);
}


.arrow04 {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 2px;
  margin: 5.7px 0;
  border-radius: 9999px;
  background-color: #000;
	margin-left: 10px;
}

.arrow04::before,
.arrow04::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 10px;
  height: 2px;
  border-radius: 9999px;
  background-color: #000;
  transform-origin: calc(100% - 1px) 50%;
}

.arrow04::before {
  transform: rotate(45deg);
}

.arrow04::after {
  transform: rotate(-45deg);
}

.service_mainasu {
	margin-top: -60px;
}

.gre-box {
	background-color: #F8F8F8;
	border-radius: 10px;
	margin-left: 2%;
	margin-right: 2%;
}
.strengths_top_box {
	padding-bottom: 8%;
}

.strengths_top_box01 {
	padding-bottom: 60px;
}



.strengths_txt {
	width: 40%;
}
.strengths_img {
	width: 56%;
}

.narabi02 .strengths_txt {
	order:2;
}
.narabi02 .strengths_img {
	order:1;
}

.strengths_txt p {
	font-size: 120%;
	font-weight: bold;
}
.strengths_txt h3 {
	font-size: 260%;
	font-weight: bold;
	margin-bottom: 30px;
}
.strengths_txt h3 span {
	border-bottom: 1px solid #D19B00;
}
.strengths_txt h6 {
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 120%;
	font-weight: bold;
	color: #01469C;
	margin-bottom: 15px;
}
.strengths_txt h6 span {
	border: 1px solid #01469C;
	background-color: #fff;
	padding: 5px 10px;
	border-radius: 10px;
}

.company_btn {
	width: 47%;
}

.company_btn a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
	display: flex;
	align-items: flex-end;
}
.company_btn_title {
    position: absolute;
    background: linear-gradient(0deg, rgba(1, 70, 156, 1.0), rgba(36, 97, 184, 0.4) 50%, rgba(73, 127, 215, 0));
    width: 100%;
	box-sizing: border-box;
	padding: 70px 30px 30px 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.company_btn_title h2 {
	font-size: 180%;
	font-weight: bold;
	color: #fff;
}
.company_btn_title h2 span {
	position: relative;
	padding-left: 20px;
}
.company_btn_title h2 span::before {
	position: absolute;
	content: "";
	background-color: #fff;
	left: 0;
	top:50%;
	margin-top: -6px;
border: solid 2px #0A3E93;
width: 8px;
height: 8px;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
box-shadow: 0 0 0 1px #fff;
-webkit-box-shadow: 0 0 0 1px #fff;
-moz-box-shadow: 0 0 0 1px #fff;
}

.company_btn a .maru {
    background-color: #fff;
    padding: 10px;
    border-radius: 40px;
    transition: 0.5s;
	display: flex;
}

.company_btn .arrow03 {
  background-color: #000;
}

.company_btn .arrow03::before,
.company_btn .arrow03::after {
  background-color: #000;
}

.recru_top {
	background-image: url("../img/top10.jpg");
	background-size: cover;
	background-position: center center;
}
.recru_top a {
	padding: 10%;
	box-sizing: border-box;
	display: block;
	background: linear-gradient(45deg, rgba(1, 70, 156, 0.6), rgba(36, 97, 184, 0.0) 50%, rgba(73, 127, 215, 0));
	border-radius: 6px;
	transition: 0.5s ;
}

.recru_top .title h2 {
	color: #fff;
}
.recru_top .title h2 span::before {
	background-color: #fff;
border: solid 2px #0A3E93;
box-shadow: 0 0 0 1px #fff;
-webkit-box-shadow: 0 0 0 1px #fff;
-moz-box-shadow: 0 0 0 1px #fff;
}

.recru_top .title h6 {
	color: #fff;
}
.recru_top .title h6 span::after {
	background-color: #fff;
}
.recru_top p {
	font-size: 180%;
	font-weight: bold;
	color: #fff;
}

.recru_top .btn01 {
    background-color: #2F3E51;
    display: inline-flex;
    padding: 15px 30px;
    align-items: center;
    border-radius: 40px;
	transition: 0.5s ;
}
.recru_top .btn01 h4 {
    color: #fff;
    font-size: 120%;
    font-weight: bold;
    margin-right: 30px;
}
.recru_top .btn01 .maru {
    background-color: #596573;
    padding: 10px;
    border-radius: 40px;
    transition: 0.5s;
	display: flex;
}
.recru_top a:hover {
	opacity: 1;
}

.recru_top a:hover .btn01 {
	opacity: 1;
	background-color: #01469C;
}
.recru_top a:hover .btn01 .maru {
	opacity: 1;
	background-color: #0F3667;
}

.footbg {
	background: linear-gradient(134deg, rgba(1, 70, 156, 1), rgba(73, 127, 215, 1));
	border-radius: 10px 10px 0 0;
    margin-left: 2%;
    margin-right: 2%;
}
.foot_box01 {
	max-width: 1300px;
    padding: 0 8%;
    margin: 0 auto;
    padding-top: 8%;
	padding-bottom: 8%;
	align-items: flex-end;
}

footer {
	margin-top: 8%;
}

.foot01 {
	width: 55%;
	color: #fff;
}
.foot02 {
	width: 40%;
}

.foot01 .title h2 {
	color: #fff;
}
.foot01 .title h2 span::before {
border: solid 2px #0A3E93;
}

.foot01_line {
	border-left: 1px solid #D19B03;
	padding-left: 5%;
}
.f_text {
	display: flex;
	margin-bottom: 10px;
}
.f_text h4 {
	color: #fff;
	font-size: 120%;
	font-weight: bold;
	margin-right: 10px;
}
.f_text h4 span {
	background-color: #D19B03;
	padding: 10px 20px;
	border-radius: 20px;
	display: inline-block;
}
.foot_tel a {
	display: flex;
	align-items: center;
}
.foot_tel a img {
	width: 26px;
	margin-right: 10px;
}
.foot_tel a h6 {
	color: #fff;
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 460%;
	font-weight: bold;
}
.etc {
	color: #fff;
}

.foot-check {
	margin-top: 20px;
	display: inline-block;
}
.foot-check a {
	display: flex;
	align-items: center;
	background-color: #D9D9D9;
	border-radius: 8px;
	padding: 10px 20px;
}
.foot-check a img {
	width: 18px;
	margin-right: 10px;
}
.foot-check a p {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

.footbg02 {
	background-color: #F8F8F8;
	border-radius: 0 0 10px 10px;
    margin-left: 2%;
    margin-right: 2%;
	margin-bottom: 2%;
	position: relative;
}
.foot_box02 {
	max-width: 1300px;
    padding: 0 8%;
    margin: 0 auto;
    padding-top: 8%;
	padding-bottom: 8%;
	
}
.foot_logo {
	
}
.foot_box02_01 {
	width: 45%;
	display: flex;
}
.foot_box02_02 {
	width: 50%;
}

.foot_box02_01 h2 {
	font-size: 160%;
	font-weight: bold;
}
.foot_box02_01 h6 {
	font-size: 100%;
	font-weight: bold;
	font-family: Arial, Helvetica, "sans-serif";
}
.foot_box02_01 p {
	margin-top: 20px;
	margin-bottom: 20px;
}
.foot_box02_01_a {
	max-width: 180px;
	margin-right: 20px;
}
.foot_box02_02 {
	
}
.foot_box02_02_a {
	display: flex;
	justify-content: flex-end;
}
.footmenu li a {
	color: #000;
	font-size: 105%;
	line-height:1.8;
	letter-spacing: 0.02em;
	font-weight: bold;
	border-bottom: 1px solid #000;
	display: block;
	padding: 10px 0;
	
}
.footmenu {
	width: 33.33%;
	margin-left: 10px;
}
address {
	font-size: 90%;
	color: #8F8F8F;
	text-align: right;
	margin-top: 40px;
}

.al-bg {
	position: absolute;
	bottom: -5%;
	width: 100%;
}
.sub_menu_box {
	padding-top: 30px;
}
.page_sub_menu {
	display: flex;
	justify-content: center;
}
.page_sub_menu li {
	margin: 10px;
}
.page_sub_menu a {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #7095C3;
	padding: 10px 20px;
	border-radius: 40px;
}
.page_sub_menu a p {
	color: #fff;
	font-weight: bold;
	margin-right: 10px;
}
.page_sub_menu a .arrow02 {
	margin-top: 0px;
}

.page_title {
	border-top: 1px solid #01469C;
	padding-top: 30px;
	margin-bottom: 40px;
}
.page_title h3 {
	font-size: 200%;
	font-weight: bold;
	color: #01469C;
	margin-bottom: 10px;
}
.page_title h6 {
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 120%;
	font-weight: bold;
	color: #D19B00;
	position: relative;
}
.page_title h6::after {
	position: absolute;
	content: "";
	width: 100px;
	height: 1px;
	background-color: #D19B03;
	bottom: 50%;
	margin-left: 20px;
}



#service01 {
	display: block;
    margin-top: -100px;
    padding-top: 100px;
	z-index: -1;
	position: relative;
}

.box01 {
	margin-bottom: 60px;
	margin-left: 3%;
	margin-right: 3%;
}
.box01_a {
	width: 50%;
}
.box01_b {
	width: 45%;
}
.page_title_sub {
	background-color: #EFEDED;
	border-radius: 6px;
	padding: 10px 20px;
	margin-bottom: 40px;
}
.page_title_sub h4 {
	font-size: 140%;
	font-weight: bold;
	color: #01469C;
}
.page_title_sub h4 span {
	position: relative;
	padding-left: 20px;
}
.page_title_sub h4 span::before {
	position: absolute;
	content: "";
	background-color: #D19B03;
	left: 0;
	top:50%;
	margin-top: -6px;
border: solid 2px #fff;
width: 8px;
height: 8px;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
box-shadow: 0 0 0 1px #D19B03;
-webkit-box-shadow: 0 0 0 1px #D19B03;
-moz-box-shadow: 0 0 0 1px #D19B03;
}

.service_box {
	flex-wrap: wrap;
}
.service_box li {
	width: 47%;
	margin-bottom: 40px;
}
.service_box li h5 {
	font-size: 180%;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
}

.bg03 {
	background-color: #F8F8F8;
	border-radius: 6px;
}
.box02 {
	padding: 3%;
}
.box02_a {
	width: 55%;
}
.box02_b {
	width: 40%;
	background-color: #fff;
	box-shadow: 0px -1px 25px -3px rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	padding: 5%;
	box-sizing: border-box;
}
.aka {
	color: #D00E12;
	font-size: 120%;
	font-weight: bold;
}
.irai_txt {
	display: flex;
	align-items: flex-start;
}
.irai_txt img {
	width: 18px;
	margin-right: 10px;
	margin-top: 0.3em;
}
.irai_li {
	border-top: 1px dotted #BDBDBD;
	margin-top: 10px;
}
.irai_li li {
	border-bottom: 1px dotted #BDBDBD;
	padding-bottom: 10px;
	padding-top: 10px;
}
.irai_txt02 {
	margin-top: 10px;
	margin-left: 10px;
	padding-left: 20px;
	border-left: 1px solid#D19B00;
}
.irai_img img {
	border-radius: 50%;
}
.irai_tel {
	text-align: center;
}
.irai_tel h3 {
	font-size: 140%;
	font-weight: bold;
	margin-top: 20px;
	color: #01469C;
}
.irai_tel h5 {
	font-size: 90%;
	font-family: Arial, Helvetica, "sans-serif";
	margin-bottom: 10px;
	color: #01469C;
}
.irai_tel h6 a {
	color: #000;
	font-size: 200%;
	font-family: Arial, Helvetica, "sans-serif";
	margin-top: 10px;
	font-weight: bold;
	text-decoration: underline;
}
.irai_tel h6 span {
	font-size: 60%;
}

.page_top_title {
	padding-top: 10%;
}

.pre_name {
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
}
.pre_name li {
	text-align: center;
	width: 33.33%;
}
.pre_name li h4 {
	font-size: 140%;
	font-weight: bold;
}

.table {
	width: 100%;
}
.table td {
	padding: 10px;
	font-size: 110%;
	line-height:1.8;
	letter-spacing: 0.02em;
	font-weight:500;
}
.table .td01 {
	color: #01469C;
	font-weight: bold;
	border-bottom: 1px solid #01469C;
}
.table .td02 {
	border-bottom: 1px solid #BCBCBC;
}

.fleet_list li {
	width: 32%;
	margin-bottom: 30px;
}

.rec_topmesse {
	background-image: url("../img/rec_img01.jpg");
	background-size: cover;
	background-position: center center;
}
.rec_messe_box {
	padding-bottom: 8%;
}
.rec_messe {
	position: relative;
	margin-bottom: 40px;
}
.rec_messe h3 {
	font-size: 280%;
	font-weight: bold;
	position: relative;
	z-index: 1;
}
.rec_messe img {
	position: absolute;
	top: -100px;
	width: 500px;
	left: 10%;
}
.rec_messe_txt {
	font-weight: bold;
	font-size: 120%;
	position: relative;
	z-index: 1;
}



.tesuto-box {
	text-align: center;
	margin-bottom: 40px;
}
.tesuto h4 {
	
	font-size: 220%;
	font-weight: bold;
	text-align: center;
}
.tesuto h4 span {
    background:linear-gradient(transparent 60%, #FFE200 60%);
}
.tesuto {
	position: relative;
	display: inline-block;
	padding-left: 30px;
	padding-right: 30px;
}
.tesuto::after {
	position: absolute;
	content: "";
	width: 2px;
	height: 60px;
	background-color: #D19B00;
	bottom: 0%;
	right: 0;
	transform: rotate(25deg);
}
.tesuto::before {
	position: absolute;
	content: "";
	width: 2px;
	height: 60px;
	background-color: #D19B00;
	bottom: 0%;
	left: 0;
	transform: rotate(-25deg);
}

.works_box {
	flex-wrap: wrap;
	padding: 5%;
}
.works_box li {
	width: 47%;
	margin-bottom: 40px;
}
.works_box li:nth-child(4) {
	margin-bottom: 0px;
}
.works_box li:nth-child(3) {
	margin-bottom: 0px;
}
.works_title {
	display: flex;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #BABABA;
}
.works_title img {
	width: 18px;
	top: 0;
	margin-top: -2.5em;
	margin-right: 10px;
}
.works_title h4 {
	font-size: 160%;
	font-weight: bold;
	color: #01469C;
}

.inta_img {
	width: 60%;
}
.inta_txt {
	width: 35%;
}
.inta_title {
	font-size: 280%;
	font-weight: bold;
	color: #01469C;
}
.inta_title span {
	border-bottom: 1px solid #D19B00;
}
.taiin {
	font-size: 180%;
	font-weight: bold;
	margin-top: 20px;
}
.taiin span {
	font-size: 80%;
}
.inta02_txt {
	width: 60%;
	padding-left: 10px;
	box-sizing: border-box;
}
.inta02_img {
	width: 35%;
}
.inta02_txt01 {
	margin-bottom: 40px;
}
.inta02_img img {
	margin-bottom: 40px;
}
.q_box {
	display: flex;
	margin-bottom: 20px;
}
.a_box {
	display: flex;
	background-color: #F8F8F8;
	padding: 25px;
	border-radius: 20px;
}
.q_box h5 {
	font-size: 110%;
	line-height:1.8;
	letter-spacing: 0.02em;
	font-weight:500;
	color: #fff;
	margin-right: 20px;
	font-weight: bold;
	
}
.q_box h5 span {
	position: relative;
	z-index: 1;
}
.q_box h5 span::after {
	background-color: #D19B00;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -15px;
	margin-left: -15px;
	z-index: -1;
}
.a_box h5 {
	font-size: 110%;
	line-height:1.8;
	letter-spacing: 0.02em;
	font-weight:500;
	color: #fff;
	margin-right: 20px;
	font-weight: bold;
}
.a_box h5 span {
	position: relative;
	z-index: 1;
}
.a_box h5 span::after {
	background-color: #01469C;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -15px;
	margin-left: -15px;
	z-index: -1;
}

.work_tel {
  background-color: #F8F8F8;
  border-radius: 6px;
	padding: 40px;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
	text-align: center;
	border: 1px solid #01469C;
	max-width: 600px;
	margin: 0 auto;
}

.work_tel h3 {
	font-size: 160%;
	font-weight: bold;
	color: #D19B00;
	
}
.work_tel h4 {
	font-size: 140%;
	font-weight: bold;
	color: #01469C;
	margin-top: 15px;
}
.work_tel h5 {
	font-size: 90%;
	font-weight: bold;
	color: #01469C;
	font-family: Arial, Helvetica, "sans-serif";
}
.work_tel h6 {
	margin-top: 25px;
}
.work_tel h6 a {
	font-size: 240%;
	font-weight: bold;
	color: #fff;
	font-family: Arial, Helvetica, "sans-serif";
	background-color: #01469C;
	padding: 15px 30px;
	border-radius: 60px;
}
.work_tel h6 a span {
	font-size: 60%;
}

.vision {
	font-size: 160%;
	font-weight: bold;
}
.vision span {
	border-bottom: 1px solid #D19B00;
}

.vision_box .box01_a {
	order: 2;
}
.vision_box .box01_a {
	order: 1;
}
.phi_txt {
	text-align: center;
	font-size: 260%;
	font-weight: bold;
}

.keiro_sp {
	display: none;
}
.table02 {
	width: 100%;
	border-top: 1px solid #9B9B9B;
	border-right: 1px solid #9B9B9B;
}
.table02 td {
	font-size: 110%;
	line-height:1.8;
	letter-spacing: 0.02em;
	font-weight:500;
	border-left: 1px solid #9B9B9B;
	border-bottom: 1px solid #9B9B9B;
	padding: 10px;
}
.table02 .tr01 td {
	background-color: #8D8D8D;
	color: #fff;
	font-weight: bold;
}
.tyuui {
	margin-top: 40px;
	padding: 5%;
	background-color: #F8F8F8;
    border-radius: 6px;
}
.tyuui_aka {
	font-size: 180%;
	font-weight:bold;
	color: #E41014;
}
.subsub_title {
	margin-bottom: 40px;
	font-size: 200%;
	font-weight: bold;
}

.sdgs_img {
	width: 42%;
}
.sdgs_title {
	width: 50%;
}
.sdgs_title h4 {
	font-size: 160%;
	font-weight: bold;
	margin-bottom: 20px;
}

.sdgs_box01 {
	width: 50%;
}
.sdgs_box02 {
	width: 45%;
}
.sdgs_box01 ul {
	display: flex;
	justify-content: space-between
}
.sdgs_box01 ul li {
	width: 31%;
}
.sdgs_box h5 {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 20px;
}
.sdgs_box h5 span {
	background-color: #959595;
	padding: 10px;
	border-radius: 60px;
	color: #fff;
}
.sdgs_box02 li {
	border-bottom: 1px dotted #7E7E7E;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.sdgs_box02 ul {
	border-top: 1px dotted #7E7E7E;
	padding-top: 10px;
}
.fleet_basyo {
	font-size: 160%;
	font-weight: bold;
	margin-bottom: 40px;
}



@media screen and ( max-width:1200px )
{
.g-menu li a {
	font-size: 110%;
}
.head-box03 a h6 {
	font-size: 90%;
}
.foot_tel a h6 {
	font-size: 300%;
}
.f_text h4 {
	font-size: 100%;
}
}


@media screen and ( max-width:800px )
{
.mainimg {
    height: 40vh;
}
.sphead {
	display: block;
	
}

.head-box01 {
	display: none;
}
	.head-box03 {
		display: none;
	}
	
.sp-reka {
	display: block;
	background-color: #01469C;
	padding: 20px 20px;
	text-align: center;
	
}
	.sp-reka p {
		color: #fff;
		text-align: center;
		font-weight: bold;
		font-size: 90%;
		line-height: 1.5;
	}
	.sp-reka img {
		width: 25px;
		margin-bottom: 10px;
	}
	.sp-reka-hyouji {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		background-color: #fff;
		display: flex;
		align-items: center;
		box-shadow: 0px 9px 22px 10px rgba(0, 0, 0, 0.4);
	}
	.sp-reka02 {
		padding: 10px 20px;
	}
.head-box02 {
    border-left: none;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.head-box {
    padding: 20px 5%;
}
.logo {
		max-width: 220px;
	padding: 10px;
	margin-left: 0;
}
	
.br-sp-none {
		display: none;
}
.cati {
	
}
	.flex {
		display: inherit;
	}
	
.service_map_img {
    position: inherit;
    margin-left: 0%;
    height: 100%;
    width: 100%;
	margin-top: -200px;
	display: none;
}
.title h6 {
    font-size: 280%;
}
.sub_cati {
    font-size: 180%;
}
.service_top_text {
    font-size: 100%;
}
	.sp-none {
		display: none;
	}
.service_top_lili {
    width: 100%;
    margin-bottom: 80px;
}
.service_top_li_img a h3 {
    font-size: 180%;
}
.btn01 a h4 {
    font-size: 100%;
}
.strengths_txt {
    width: 100%;
}
.strengths_txt h3 {
    font-size: 190%;
}
.strengths_img {
    width: 100%;
	margin-top: 40px;
}
.strengths_txt p {
    font-size: 100%;
}
.company_btn {
    width: 100%;
	margin-bottom: 8%;
}
.company_btn:last-child {
    margin-bottom: 0px;
}
.recru_top p {
    font-size: 120%;
}
.foot01 {
    width: 100%;
}
.foot02 {
    width: 100%;
	margin-top: 30px;
}
.f_text h4 span {
    padding: 8px 15px;
}
.foot-check a p {
    font-size: 80%;
}
.foot_box02_01 {
    width: 100%;
}
.foot_box02_01_a {
    max-width: 80px;
}
.foot_box02_01 h2 {
    font-size: 120%;
}
.foot_box02_02 {
    width: 100%;
}
.foot_box02_02_a {
    display: inherit;
}
.footmenu {
    width: 100%;
    margin-left: 0px;
}
.footbg02 {
    margin-bottom: 32%;
}
address {
    font-size: 70%;
}
.cati ul {
    display: none;
}
.cati h3 {
    
    font-size: 3.0vmax;
    
}
.title {
    margin-bottom: 20px;
}
	
	.sp-tel {
		margin-top: 30px;
		text-align: center;
	}
	.sp-tel .twen {
    font-size: 140%;
}
	.sp-tel .tel_btn {
    display: flex;
    align-items: center;
		justify-content: center;
}
	.sp-tel .tel_btn h6 {
    font-size: 260%;
}
	.sp-tel .tel_btn img {
    width: 25px;
}
.page_top_title {
    padding-top: 25%;
}
.page_sub_menu {
    display: none;
}
.box01_a {
    width: 100%;
}
.box01_b {
    width: 100%;
	margin-top: 30px;
}
.service_box li {
    width: 100%;
    margin-bottom: 40px;
}
.box02_a {
    width: 100%;
}
.box02_b {
    width: 100%;
	margin-top: 20px;
}
	.irai_tel p {
		font-size: 90%;
	}
.fleet_list li {
    width: 100%;
}
.table td {
	display: block;
    padding: 10px;
	box-sizing: border-box;
}
.table .td01 {
    background-color: #E3E3E3
}
.rec_messe h3 {
    font-size: 220%;
}
	.rec_messe img {
		display: none;
	}
.rec_messe_txt {
    font-size: 100%;
}
.tesuto h4 {
    font-size: 140%;
}
.works_box li {
    width: 100%;
}
.works_title h4 {
    font-size: 140%;
}
.inta_img {
    width: 100%;
}
.inta_txt {
    width: 100%;
	margin-top: 30px;
}
.inta_title {
    font-size: 220%;
}
.inta02_txt {
    width: 100%;
}
.inta02_img {
    width: 100%;
	display: flex;
	justify-content: space-between;
}
	.inta02_img img {
		width: 47%;
	}
.work_tel h6 a {
    font-size: 170%;
    padding: 10px 20px;
}
.work_tel {
    padding: 30px;
}
.work_tel p {
    font-size: 80%;
}
.phi_txt {
    text-align: left;
    font-size: 160%;
}
.keiro_sp {
	display: block;
}
.keiro {
	display: none;
}
.wrap {
  overflow: auto;
}
	.wrap .table02 td  {
		white-space: nowrap; 
	}
.sdgs_img {
    width: 100%;
	margin-bottom: 30px;
}
.sdgs_title {
    width: 100%;
}
.sdgs_box01 {
    width: 100%;
	margin-bottom: 30px;
}
.sdgs_box02 {
    width: 100%;
}

}
