@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 {
}

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

.none_pc {
	display: none;
}

/*--------------------------------------
	header
--------------------------------------*/
header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 70px;
	background-color: #fff;
	z-index: 12000000;
	border-bottom: 3px solid #3da481;
}

header::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
header .company_logo {
	float: left;
	position: relative;
	z-index: 1000;
	padding: 10px 0 0 5px;
	width: 80%;
}
header .company_logo::after {
	content: "進正運輸株式会社";
	position: absolute;
	bottom: 5px;
	font-size: 0.9em;
}

header .company_logo a {
	float: left;
	margin-right: 10px;
	width: 169px;
	height: 51px;
	background: url(/img/sp_logo.png) no-repeat center / contain;
}

header div {
	
}

header div.none_pc {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0.8;
}

header div.contact {
	display: none;
}
header .instagram img {
	margin-right: 15px;
    width: 30px;
    height: auto;
}


/* toggle_menu */
header #menu_button {
	position: relative;
	z-index: 1000;
	display: block;
	float: right;
	box-sizing: border-box;
	margin-top: 18px;
	margin-right: 18px;
	width: 35px;
	height: 100%;
	line-height: 10px;
	text-align: right;
	background: none;
	border: none;
}

header #menu_button span {
	position: relative;
	top: -4px;
	display: inline-block;
	width: 100%;
	height: 2px;
	margin: 0;
	border-radius: 5px;
	background: #3da481;
}

@keyframes menu_button_top {
	from {transform: rotate(0deg) translate(0,0);}
	to {transform: rotate(-45deg) translate(-6px, 6px);}
}
@keyframes menu_button_middle {
	from {opacity: 1.0;}
	to {opacity: 0;}
}
@keyframes menu_button_bottom {
	from {transform: rotate(0deg) translate(0,0);}
	to {transform: rotate(45deg) translate(-8px, -8px);}
}
@keyframes menu_button_top_rev {
	from {transform: rotate(-45deg) translate(-6px, 6px);}
	to {transform: rotate(0deg) translate(0,0);}
}
@keyframes menu_button_middle_rev {
	from {opacity: 0;}
	to {opacity: 1.0;}
}
@keyframes menu_button_bottom_rev {
	from {transform: rotate(45deg) translate(-7px, -8px);}
	to {transform: rotate(0deg) translate(0,0);}
}

/*  */
#menu_button span {
	animation-duration: 360ms;
	animation-fill-mode: forwards;
}
#menu_button.opened span.top {
	animation-name: menu_button_top;
}
#menu_button.opened span.middle {
	animation-name: menu_button_middle;
}
#menu_button.opened span.bottom {
	animation-name: menu_button_bottom;
}
#menu_button.closed span.top {
	animation-name: menu_button_top_rev;
}
#menu_button.closed span.middle {
	animation-name: menu_button_middle_rev;
}
#menu_button.closed span.bottom {
	animation-name: menu_button_bottom_rev;
}
header {
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.4);
}

header nav,
.header_toggle {
	display: none;
	position: absolute;
	top: 70px;
	clear: both;
	width: 100%;
	margin: auto;
	text-align: center;
	background: #fff;
	z-index: 100000;
}
.header_toggle {
	border-bottom: 1px solid #3da481;
}


header nav li:first-child {
	border-top: 1px solid #e4e4e4;
}

header nav li {
	display: block;
	width: 100%;
	border-bottom: 1px solid #e4e4e4;
}

header nav li a {
	display: block;
	padding: 15px 0;
	color: #565656;
	font-weight: bold;
	text-decoration: none;
}

header nav ul.nav_toggle {
	display: none;
	position: relative;
	z-index: 1000;
}
header nav ul.nav_toggle li a {
	text-align: left;
	padding-left: 25px;
	color: #fff;
	text-shadow: none;
	background: #0A318F;
}
header nav ul.nav_toggle li.page_link a {
	padding-left: 50px;
}
header nav ul.nav_toggle li a.third {
	background: #0f7cd5;
}

header nav li .nav_toggle li.page_link a::before {
	position: absolute;
	content: ">";
	left: 30px;
	margin-right: 10PX;
	font-size: initial;
}

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 / contain;
}
main::after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

main .contents {
	margin: 20px auto;
	width: 95%;
}

main .contents section {
	margin-bottom: 20px;
	padding-left: 10px;
}

main .contents section p {
	text-align: justify;
}

section p {
	font-weight: 500;
}

section section {
}

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

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

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

/*--------------------------------------
	second_visuals
--------------------------------------*/
#second_visuals {
	margin-top: 73px;
	height: 100px;
	background: #65C4A4;
}
#second_visuals div {
	position: relative;
	margin: auto;
	width: 100%;
}
#second_visuals h1 {
	position: absolute;
	top: 25px;
	text-align: center;
	width: 42%;
	color: #fff;
	font-size: 25px;
}
#second_visuals img {
	float: right;
	width: auto;
	height: 100px;
}

/*--------------------------------------
	include_inquiry
--------------------------------------*/
#include_inquiry {
	display: block;
	background: url(/img/inquiry_background2.jpg) no-repeat center right -290px / 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 {
	background-color: rgba(0,0,0,0.4);
} 

#include_inquiry div.contnts {
	margin: auto;
	padding: 20px 0;
	width: 95%;
}
#include_inquiry div.contnts img {
	display: none;
}

/*--- .inquiry_menu ---*/
.inquiry_menu {
	padding: 10px;
	font-weight: bold;
	background: rgb(255, 255, 255, 0.9);
}
.inquiry_menu p.title {
	text-align: center;
	font-size: 25px;
}
.inquiry_menu p.title span {
	display: block;
	font-size: 18px;
}
.inquiry_menu div.menu {
	
}

.inquiry_menu div.menu .tel {
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 25px;
	font-weight: bold;
	color: #65C4A4;
}
.inquiry_menu div.menu .tel::before {
	content: "";
	display: inline-flex;
	vertical-align: sub;
	margin-right: 10px;
	width: 30px;
	height: 30px;
	background: url(/img/icon_tel.svg) no-repeat center / contain;
}
.inquiry_menu div.menu a.btn {
	margin: 20px auto;
}

.inquiry_menu div.menu p {
	text-align: center;
	margin: 0 auto;
	font-size: 20px;
}

/*--------------------------------------
	footer
--------------------------------------*/
footer {
	margin-bottom: 40px;
	color: #fff;
	background: #65C4A4;
}

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

footer div#to_top {
	position: fixed;
	bottom: 0;
	padding: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: #3da481;
	border-top: 1px solid #fff;
	z-index: 10000;
}
#recruit_link {
	display: none;
}

footer a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

footer div.address {
	margin-bottom: 20px;
}
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 ul {
	list-style: none;
	margin-bottom: 20px;
	height: 100px;
}
footer div.footer_nav ul li {
	float: left;
	text-align: center;
	margin-bottom: 10px;
	width: 49%;
}
footer div.footer_nav ul li:nth-child(2n) {
	margin-right: 0;
}
footer div.footer_nav ul li:nth-child(2n+1) {
	border-right: 1px solid #fff;
}
footer div.footer_nav ul li a {
	display: block;
}
footer div.footer_nav > a {
	clear: both;
	display: block;
	padding: 10px;
	color: #000;
	border: 1px solid #86C9B4;
	border-radius: 10px;
	background: #fff;
}
footer div.footer_nav > a img {
	margin-right: 10px;
	width: 30px;
	height: auto;
}

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