@charset "utf-8";
/*------------------------------
	fonts
------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap&subset=japanese');

/*
"Noto Serif JP"
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap&subset=japanese');
*/

/*------------------------------
	contents
------------------------------*/

html {
}

body {
	color: #000;
	font: 16px/1.6 'Zen Old Mincho', serif;
}

a {
	transition: .4s;
}

.btn {
	box-sizing: border-box;
	display: block;
	position: relative;
	text-align: center;
	text-decoration: none;
	margin: 40px auto;
	padding: 8px 0;
	width: 290px;
	color: #fff;
	border: 1px solid #65C4A4;
	background: #65C4A4;
	border-radius: 10px;
}
.btn:hover {
	color: #65C4A4;
	background: #fff;
	opacity: 1;
}
.btn::after {
	content: ">>";
	position: absolute;
	right: 5px;
}

.none_pc {
	display: none;
}

/*--------------------------------------
	header
--------------------------------------*/
header {
	margin: auto;
	padding-top: 10px;
	width: 1100px;
}
header::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
header .company_logo {
	float: left;
	position: relative;
	width: 435px;
}
header .company_logo::after {
	content: "進正運輸株式会社";
	position: absolute;
	right: 30px;
	bottom: 5px;
}
header .company_logo a {
	float: left;
	width: 270px;
	height: 68px;
	background: url(/img/company_logo.png) no-repeat center / contain;
}

header .company_logo a {
	text-decoration: none;
	color: #000;
	vertical-align: bottom;
}
header .company_logo a:hover {
	opacity: 0.6;
}
header .company_logo a img {
	vertical-align: bottom;
}

header div.contact {
	float: right;
	margin-top: 10px;
}
header div.contact a {
	float: left;
}
header div.contact a.instagram {
	margin-right: 15px;
}
header li.inquiry,
header li.instagram {
	display: none;
}
header div.contact a img:hover {
	opacity: 0.8;
}
header div.contact a.btn {
	margin: 0;
	padding: 5px 0;
	height: 40px;
}

header nav {
	clear: both;
}

header nav li {
}

header nav li a {
	float: left;
	box-sizing: border-box;
	width: 220px;
	line-height: 25px;
	margin: 5px 0;
	padding: 8px 5px;
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border-right: 1px solid #65C4A4;
}
header nav li:first-child a {
	border-left: 1px solid #65C4A4;
}

header nav li a:hover,
header nav li#now a {
	color: #fff;
	background: #65C4A4;
}

/*--------------------------------------
	topicpath
--------------------------------------*/
#topicpath {
	padding: 5px 0 9px;
}

#topicpath:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#topicpath li {
	float: left;
	margin-right: 6px;
	list-style: none;
}

#topicpath li+li::before {
	content: ">";
	margin-left: 6px;
}

/*--------------------------------------
	main
--------------------------------------*/
main {
	display: block;
	background: url(/img/background6.png) repeat-y center center/cover;
}
main::after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

main .contents {
	margin: 50px auto;
	width: 1100px;
}

main .contents section {
	margin-bottom: 40px;
	padding-left: 15px;
}

main p span.strong {
	font-weight: bold;
	color: #ff0000;
}

section section {
}

h2 {
	margin-bottom: 20px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}
h2 span {
	display: block;
	font-size: initial;
}

h3 {
	margin-bottom: 20px;
	margin-left: -15px;
	padding: 5px 15px;
	font-size: 22px;
	font-weight: bold;
	border-left: 5px solid #65C4A4;
	background: #C0FFE8;
}

h4 {
	margin: 0 0 10px -15px;
	padding-left: 15px;
    font-size: 1.4em;
    font-weight: bold;
    border-bottom: 1px solid #000;
}

/*--------------------------------------
	second_visuals
--------------------------------------*/
#second_visuals {
	height: 200px;
	background: #65C4A4;
}
#second_visuals div {
	position: relative;
	margin: auto;
	width: 1100px;
}
#second_visuals h1 {
	float: left;
	position: absolute;
	top: 65px;
	text-align: center;
	width: 550px;
	color: #fff;
	font-size: 40px;
}
#second_visuals img {
	float: right;
}

/*--------------------------------------
	include_inquiry
--------------------------------------*/
#include_inquiry {
	display: block;
	background: url(/img/inquiry_background2.jpg) no-repeat center center/cover;
	background-color: rgba(0,0,0,0.6);
}
#include_inquiry::after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#include_inquiry div.bg_black {
	height: 375px;
	background-color: rgba(0,0,0,0.4);
} 

#include_inquiry div.contnts {
	margin: auto;
	padding-top: 50px;
	width: 1100px;
}
#include_inquiry div.contnts img {
	float: right;
	position: relative;
	right: 50px;
	bottom: -36px;
}

/*--- .inquiry_menu ---*/
.inquiry_menu {
	float: left;
	padding: 20px 50px;
	width: 585px;
	height: 235px;
	font-weight: bold;
	border: 1px solid #65C4A4;
	background: #fff;
}
.inquiry_menu p.title {
	float: left;
	font-size: 32px;
}
.inquiry_menu p.title span {
	display: block;
	font-size: 18px;
}
.inquiry_menu div.menu {
	float: right;
}

.inquiry_menu div.menu .tel {
	text-decoration: none;
	line-height: 1.2em;
	font-size: 25px;
	color: #65C4A4;
}
.inquiry_menu div.menu .tel::before {
	content: "";
	float: left;
	margin-right: 10px;
	width: 35px;
	height: 35px;
	background: url(/img/icon_tel.svg) no-repeat center left / contain;
}
.inquiry_menu div.menu a.btn {
	margin: 20px 0;
}

.inquiry_menu div.menu p {
	font-size: 20px;
}

.inquiry_menu p.note {
	clear: both;
	font-size: 20px;
}

/*--------------------------------------
	footer
--------------------------------------*/
footer {
	color: #fff;
	background: #65C4A4;
}

footer > div {
	margin: auto;
	padding: 20px 0;
	width: 1100px;
}

footer div#to_top {
	position: fixed;
	right: 50px;
	bottom: 50px;
	padding: 0;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: #65C4A4;
	border: 2px solid #fff;
	border-radius: 60px;
	z-index: 10000;
	cursor: pointer;
}
#to_top:hover {
	opacity: 0.7;
}
#recruit_link {
	display: none;
}

footer a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
footer a:hover {
	opacity: 0.8;
}
footer div.address {
	float: left;
}
footer div.address a {
	display: block;
	width: 255px;
	font-size: 25px;
	margin-bottom: 10px;
}
footer div.address a img {
	margin-right: 10px;
}

footer div.footer_nav {
	float: right;
}
footer div.footer_nav ul {
	list-style: none;
	margin-bottom: 20px;
	height: 28px;
}
footer div.footer_nav ul li {
	float: left;
	margin-right: 20px;
}
footer div.footer_nav ul li:last-child {
	margin: 0;
}
footer div.footer_nav > a {
	clear: both;
	display: block;
	padding: 10px;
	width: 335px;
	color: #000;
	border: 1px solid #86C9B4;
	border-radius: 10px;
	background: #fff;
}
footer div.footer_nav > a img {
	margin-right: 10px;
	width: 40px;
	height: auto;
}

footer .copyright {
	margin: auto;
	padding: 5px 0;
	width: 650px;
	text-align: center;
	border-top: 1px solid #fff;
}