﻿@charset "utf-8";

/*---------------------------------------------------------
Theme Name: fuji
Theme URI: https://www.fuji-unyu-souko.co.jp/
Description:富士運輸倉庫
Author: fuji
Author URI: https://www.fuji-unyu-souko.co.jp/
Text Domain: fuji
Version: 202011001
---------------------------------------------------------*/

/* -----------------------------------------------------------
	common
----------------------------------------------------------- */
@import url('https://use.fontawesome.com/releases/v5.6.3/css/all.css');

body {
	color: #05212e;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",verdana,"メイリオ", Meiryo, sans-serif;
	letter-spacing: 1px;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;
}

a {
	color: #0066ff;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #333;
	text-decoration: none;
	transition: all 0.6s ease;
}
a {
	word-break: break-all;
}

input:focus, select:focus, textarea:focus {outline: none;}

.notice {
	color: #ff0000;
}

.text_indent li {
	margin: 10px 0;
	padding-left: 1em;
	text-indent: -1em;
}

.mt10 {margin-top: 10px!important;}
.mt20 {margin-top: 20px!important;}
.mt30 {margin-top: 30px!important;}
.mt100 {margin-top: 100px!important;}
.mb10 {margin-bottom: 10px!important;}
.mb20 {margin-bottom: 20px!important;}
.mb30 {margin-bottom: 30px!important;}
.mb100 {margin-bottom: 100px!important;}
.ml10 {margin-left: 10px!important;}
.ml20 {margin-left: 20px!important;}
.mr10 {margin-right: 10px!important;}
.mr20 {margin-right: 20px!important;}
.mtb01 {margin: 50px 0!important;}
.mtb02 {margin: 100px 0!important;}
.textBoth {clear: both;}

:root {
	--font-family-ttl: "見出ゴMB31";
	--font-family-ttl-sub: "新ゴ R";
}

/* -----------------------------------------------------------
	swiper
----------------------------------------------------------- */

.swiper-pagination-bullet {
	width: 15px!important;
	height: 15px!important;
	background: #fff!important;
	opacity: 0.5!important;
}
.swiper-pagination-bullet-active {
	width: 15px!important;
	height: 15px!important;
	background: #fff!important;
	opacity: 1!important;
}

.swiper-button-prev:before {
	font-family: "Font Awesome 5 Free";
	content: "\f104";
	color: #fff;
	font-size: 40px;
	font-weight: 900;
}
.swiper-button-next:before {
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	color: #fff;
	font-size: 40px;
	font-weight: 900;
}
.swiper-button-next::after, .swiper-button-prev::after {
	content: none !important;
}

#main_visual {
	position: relative;
	width: 100%;
	min-height: 700px;
	overflow: hidden;
}

.swiper-wrapper .swiper-slide {
	width: 100%;
	min-height: 700px;
	overflow: hidden;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.swiper_txt{
	font-family: var(--font-family-ttl);
	position: absolute;
	color: #fff;
	width: 100%;
	text-align: center;
	top: 50%;
	left: 0%;
	transform: translateY(-50%);
}
.swiper_txt h1{
	font-size: 4rem;
	margin: 0px 0 0;
}

.swiper_txt p {
	font-size: 2rem;
	margin: 20px 0 0;
}

@media screen and (max-width:767px){
	#main_visual {
		min-height: 400px;
	}
	.swiper-wrapper .swiper-slide {
		min-height: 400px;
	}
	.swiper_txt h1 {
		font-size: 2rem;
	}
	.swiper_txt p {
		font-size: 1rem;
	}
}

/* -----------------------------------------------------------
	visual
----------------------------------------------------------- */

#main_visual0 {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 700px;
	background: url(img/index/main_visual.jpg) no-repeat center;
	background-size: cover;
}
.main_inner {
	position: absolute;
	color: #fff;
	width: 100%;
	text-align: center;
	top: 50%;
	left: 0%;
	transform: translateY(-50%);
}
.main_inner h1 {
	font-size: 4rem;
	margin: 0px 0 0;
}
.main_inner p {
	font-size: 2rem;
	margin: 20px 0 0;
}

@media screen and (max-width:767px){
	#main_visual {
		min-height: 400px;
		margin: 0;
	}
	.main_inner h1 {
		font-size: 2rem;
	}
	.main_inner p {
		font-size: 1rem;
	}
}

#page_visual {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 300px;
	background-size: cover;
}

.post-10, .logistics_bg {background: url("img/conts/logistics_main.jpg") center no-repeat;}
.post-16 {background: url("img/conts/warehouse_main.jpg") center no-repeat;}
.post-18 {background: url("img/conts/company_main.jpg") center no-repeat;}
.post-20, .post-22 {background: url("img/conts/contact_main.jpg") center no-repeat;}
.single_bg {background: url("img/conts/single_main.jpg") center no-repeat;}
.post-24 {background: url("img/conts/privacy_main.jpg") center no-repeat;}

.page_visual_mask {
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0,0,0,0.6);
	min-height: 300px;
}
#page_visual h1 {
	font-family: var(--font-family-ttl);
	position: absolute;
	color: #fff;
	font-size: 2.2em;
	font-weight: 700;
	letter-spacing: 0.1em;
}

@media (max-width: 767px) {
	#page_visual {
		min-height: 200px;
	}
	#page_visual h1 {
		font-size: 2.0em;
	}
	.page_visual_mask {
		min-height: 200px;
	}
}

/* -----------------------------------------------------------
	breadcrumb
----------------------------------------------------------- */

#breadcrumb {
	color: #fff;
	font-size: 0.9em;
	background: #002d43;
	padding: 5px 20px;
}

#breadcrumb li {
	display: inline;
}

#breadcrumb li:after {
	content: '\03e';
	padding: 0 0.3em;
	color: #fff;
}

#breadcrumb li:last-child:after {
	content: '';
}

#breadcrumb li a {
	color: #fff;
}

#breadcrumb li:first-child a:before {
	font-family: 'Font Awesome 5 Free';
	content: '\f015';
	font-size: 0.9em;
	color: #fff;
	padding: 0 0.3em;
	font-weight: 900;
}

/* -----------------------------------------------------------
	container
----------------------------------------------------------- */

.contents_wrap_of {
	overflow: hidden;
}
.contents_wrap {
	width: 80%;
	max-width:1200px;
	margin: 0 auto;
}

.row_container {
	margin: 100px 0;
}

.wrap_wide {
	position: relative;
	width: 100vw;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}
.fx_container {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

.wide_container_img {
	flex-basis: 55%;
}

.wide_container_img_re {
	flex-basis: 55%;
	order: 2;
}

.wide_container_txt {
	display: flex;
	align-items: center;
	flex-basis: 45%;
	margin-bottom: 8px;
	padding: 0px 100px 0px;
	background: #eaf3f8;
}

.recruit_container {
	min-height: 350px;
	margin: 0px 0 0px;
	background: url("img/index/img03.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.recruit_container_mask {
	background: rgba(0,0,0,0.6);
	min-height: 350px;
	padding: 100px 100px;
}
.recruit_container_conts {
	width: 90%;
	color: #fff;
	margin: 0 auto;
}


@media screen and (max-width: 767px) {
	.contents_wrap {
		width: 100%;
		padding: 0 30px;
	}
	.fx_container {
		flex-flow: column;
	}
	.wide_container_img_re {
		order: 0;
	}
	.wide_container_txt {
		margin-top: -8px;
		padding: 70px 50px;
	}
	.recruit_container_mask {
		padding: 70px 50px;
	}
}

/* --------------------------------------------------------
	set_container
-------------------------------------------------------- */

.set_container {
    position: relative;
	margin: 100px 0;
}

.ttl_box {
    position: absolute;
    top: 0;
    left: 0;
}

.txt_box {
    padding-top: 0px;
    padding-left: 40%;
    font-size: 1.1rem;
}

@media screen and (max-width: 767px) {
	.set_container {
		margin: 70px 0;
	}
	.ttl_box {
		position: static;
		padding: 20px 0 0;
	}
	.txt_box {
		padding-top: 30px;
		padding-left: 0%;
		font-size: 1.0rem;
	}
}

/* -----------------------------------------------------------
	page
----------------------------------------------------------- */

.conts_container {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	gap: 50px;
	margin: 50px 0 0;
}

.conts_container p {
	margin-bottom: 20px;
	padding-left: 10px;
}
.conts_txt {
	flex: 1;
}
.conts_img {
	flex: 1;
}
.conts_txt_re {
	flex: 1;
	order: 2;
}
.conts_txt02 {
	flex: 2;
}
.txt01 {
	padding: 10px 0 0 10px;
}

@media screen and (max-width: 767px) {
	.row_container {
		margin: 70px 0;
	}
	.conts_container {
		flex-flow: column;
		gap: 10px;
		margin: 30px 0 0;
	}
	.conts_container p {
		padding-left: 0px;
	}
	.conts_txt_re {
		order: 0;
	}
	.txt01 {
		padding: 10px 0 0;
	}
}

/* c2_container */
.c2_container {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 30px -10px 0;

}
.c2_column {
	flex-basis: 50%;
	margin: 0 0 10px;
    padding: 0 10px 0;
}
@media screen and (max-width: 767px) {
	.c2_container {
		flex-flow: column;
	}
}

/* c3_container */
.c3_container {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 30px -10px;

}
.c3_column {
	flex-basis: 33%;
	margin-top: 30px;
    padding: 0 10px 0;
}
.c3_column02 {
	flex-basis: 33%;
    padding: 0 10px 0;
}
.c3_column03 {
	flex-basis: 66%;
	margin-top: 30px;
	padding: 0 10px 0;
}
@media screen and (max-width: 767px) {
	.c3_container {
		flex-flow: column;
	}
}


/* -----------------------------------------------------------
	ttl
----------------------------------------------------------- */

.main_ttl {
	font-family: var(--font-family-ttl);
	position: relative;
	color: #003864;
	font-size: 3rem;
	font-weight: 700;
	padding: 15px 0 0 10px;

}

.main_ttl:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: -webkit-transform .35s cubic-bezier(0.215,.61,.355,1) 0s;
	transition: transform .35s cubic-bezier(0.215,.61,.355,1) 0s;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 0 0;
	border-color: #002d43 transparent transparent transparent;
}

.main_ttl_sub {
	font-family: var(--font-family-ttl-sub);
    color: #003864;
    font-size: 1.2rem;
    font-weight: 700;
	padding: 0px 10px;
}

@media screen and (max-width: 767px) {
	.main_ttl {
		font-size: 2.3rem;
		padding: 20px 0px 0px;
	}
	.main_ttl_sub {
		padding: 0;
	}
}

.ttl02 {
	font-family: var(--font-family-ttl);
	font-size: 2.0rem;
	font-weight: 700;
	color: #002d43;
	margin-bottom: 15px;
	letter-spacing: 0.2rem;
}

.ttl03 {
	font-family: var(--font-family-ttl);
	font-size: 1.8rem;
	font-weight: 700;
	color: #002d43;
	margin: 50px 0 30px;
	padding: 0 5px 5px;
	border-bottom: 1px solid #002d43;
}

.ttl04 {
	font-family: var(--font-family-ttl);
	font-size: 2.0rem;
	font-weight: 700;
	color: #fff;
	margin-bottom: 15px;
	letter-spacing: 0.2rem;
}

.ttl_massage {
	font-family: 'Playfair Display', serif;
	font-size: 1.8rem;
	font-weight: 700;
	color: #002d43;
	margin: 50px 0px 0;
}

@media screen and (max-width: 767px) {
	.ttl03 {
		font-size: 1.5rem;
		letter-spacing: 0.1rem;
	}
}

/* -----------------------------------------------------------
	btn
----------------------------------------------------------- */

.btn01 {
	font-family: var(--font-family-ttl-sub);
	position:relative;
	outline:none;
	display:inline-block;
	color:#002d43;
	width:300px;
	text-align:center;
	font-weight: 900;
	margin-top: 30px;
	padding: 0.5rem 2rem;
	border: 2px solid #002d43;
	border-radius: 5px;
	transition:all .3s;
	z-index:1;
}
.btn01::before {
	content:"";
	position:absolute;
	width:0;
	height:100%;
	top:0;
	bottom:0;
	left:0;
	margin:auto;
	background:#002d43;
	transition:all .3s;
	z-index:-1;
}
.btn01:after {
	font-family: 'Font Awesome 5 Free';
	content: "\f054";
	font-weight: 900;
	position:absolute;
	top:0;
	right:1.8rem;
	bottom:0;
	margin:auto;
	transition:all .3s;
	display:flex;
	justify-content:center;
	align-items:center;
}
.btn01:hover {
	opacity:1;
	color:#fff;
	transition:all .3s;
}
.btn01:hover:before {
	width:100%;
	transition:all .3s;
}
.btn01:hover::after {
	transition:all .3s;
	right:1.2rem;
}


/* btn02 */
.btn02 {
	font-family: var(--font-family-ttl-sub);
	position:relative;
	outline:none;
	display:inline-block;
	color:#fff;
	width:300px;
	text-align:center;
	font-weight: 700;
	margin-top: 30px;
	padding: 0.5rem 2rem;
	border: 2px solid #fff;
	border-radius: 5px;
	transition:all .3s;
	z-index:1;
}
.btn02::before {
	content:"";
	position:absolute;
	width:0;
	height:100%;
	top:0;
	bottom:0;
	left:0;
	margin:auto;
	background:#fff;
	transition:all .3s;
	z-index:-1;
}
.btn02:after {
	font-family: 'Font Awesome 5 Free';
	content: "\f054";
	font-weight: 900;
	position:absolute;
	top:0;
	right:2.5rem;
	bottom:0;
	margin:auto;
	transition:all .3s;
	display:flex;
	justify-content:center;
	align-items:center;
}
.btn02:hover {
	opacity:1;
	color:#002d43;
	border: 2px solid #000;
	transition:all .3s;
}
.btn02:hover:before {
	width:100%;
	transition:all .3s;
}
.btn02:hover::after {
	transition:all .3s;
	right:2.0rem;
}

/* center_btn */
.center_btn {
	text-align: center;
	margin: 0px 0 100px;
}


/* -----------------------------------------------------------
	company_list
----------------------------------------------------------- */

.company_list {
	margin: 30px 0 0px;
}

.company_list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #ccc;
	padding: 20px 10px;
}
.company_list li .head {
	min-width: 15%;
	max-width: 15%;
}

@media only screen and (max-width:767px) {
	.company_list {
		margin: 0px 0 0px;
	}
	.company_list li {
		flex-flow: column;
		padding: 20px 0px;
	}
	.company_list li .head {
		max-width: 100%;
		font-weight: 700;
	}
}


/* --------------------------------------------------------
	form
-------------------------------------------------------- */

.table_form {
	width: 100%;
	margin: 30px 0px;
}
.table_form tr {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.table_form th {
	width: 25%;
	padding: 20px;
}
.table_form td {
	padding: 20px;
	border: 0px solid #ddd;
}

@media only screen and (max-width:767px) {
	.table_form th {
		width: auto;
		display: block;
		padding: 20px 5px 10px;
	}
	.table_form td {
		width: auto;
		display: block;
		padding: 0 0px 20px;
	}
}

input::-webkit-input-placeholder { color: #888; opacity: 1; }
input::-moz-placeholder { color: #888; opacity: 1; }
input:focus, select:focus, textarea:focus {	background: #f3f8ff; }

.form_iconH {
	color: #fff;
	font-size: 12px;
	margin: 0 10px;
	padding: 5px 8px;
	border-radius: 5px;
	background: #ec3636;
	float: right;
}
.form_iconA {
	color: #fff;
	font-size: 12px;
	margin: 0 10px;
	padding: 5px 8px;
	border-radius: 5px;
	background: #a7a7a7;
	float: right;
}

.form_text {
	width: 100%;
	border: 1px solid #999;
	border-radius: 5px;
	padding: 10px;
	background: #f5f5f5;
}
.form_text_s {
	width: 30%;
	border: 1px solid #999;
	border-radius: 5px;
	margin-right: 10px;
	padding: 10px;
	background: #f5f5f5;
}

.form_submit {
	color:#fff;
	font-size: 1.1em;
	letter-spacing: 0.2em;
	margin: 0 0 50px;
	padding: 10px 50px;
	background: #3F88C5;
	border:1px solid #3F88C5;
	border-radius: 5px;
	cursor: pointer;
	transition: .2s linear;
}

.form_submit:hover {
	background: #002d43;
	transition: .2s linear;
}

.submit_center {
	display: flex;
	justify-content: center;
}

label {
	display: block;
	cursor: pointer;
}
label:nth-child(n+2) {
	margin: 10px 0 0 0;
}

input[type='checkbox'] {
	position: relative;
	width: 1.5em;
	height: 1.5em;
	margin: 0 7px 0 0;
	border: 1px solid #999;
	border-radius: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
	cursor: pointer;
	vertical-align: middle;
}
input[type=checkbox]::before {
	position: absolute;
	content: "";
	display: block;
	top: 1px;
	left: 5px;
	width: 8px;
	height: 14px;
	border-style: solid;
	border-color: #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	opacity: 0;
}
input[type=checkbox]:checked {
	color: #fff;
	border-color: #147c17;
	background: #147c17;
}
input[type=checkbox]:checked::before {
	opacity: 1;
}

select {
	padding: 0.3em 0.3em;
	font-size: 0.8em;
}

textarea {
	margin-top: 15px;
}


/* -----------------------------------------------------------
	pageTop
----------------------------------------------------------- */

#scrollUp {
	bottom: 20px;
	right: 20px;
	background-image: url("img/common/pagetop.png");
	width: 50px;
	height: 50px;
}
#scrollUp:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}

.grecaptcha-badge {
	bottom: 80px!important;
}

/* -----------------------------------------------------------
	table
----------------------------------------------------------- */

.table_style {
	width: 100%;
	white-space: nowrap;
	margin: 20px 0 0;
}

.table_style th,td {
	padding: 10px;
	border: 1px solid #ddd;
}

.table_style th {
	background: #e1eff6;
	text-align: center;
}

.table_style td.gr {
	background: #f4f4f4;
}


/* -----------------------------------------------------------
	footer
----------------------------------------------------------- */

#footer {
	color: #fff;
	padding: 60px 20px 0;
	background: #002d43;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	color: #fff;
}

#footer_inner {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	width: 80%;
	max-width:1200px;
	margin: 0px auto;
	padding: 0 10px 50px;
	border-bottom: 1px solid #fff;
}
.footer_logo {
	font-family: var(--font-family-ttl);
	font-size: 1.5rem;
	font-weight: 900;
	margin-bottom: 5px;
}
.footer_info {
	flex: 1;
}

.footer_tel {
	font-size: 1.5rem;
	font-weight: 900;
	margin: 5px 0 10px;
}
.footer_tel:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f2a0";
	font-weight: 900;
	padding: 0 5px 0 0;
}
.footer_tel_time {
	font-size: 0.8rem;
}
.white_box {
	margin-right: 10px;
	padding: 5px;
	border: 1px solid #fff;
}

.footer_link {
	margin-left: 40px;
}

.footer_link li a {
	position: relative;
	line-height: 1.9;
	padding-left: 20px;
}

.footer_link li a:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f054";
	position: absolute;
	font-size: 0.9rem;
	left: 0;
	top: -3px;
	font-weight: 900;
}
.footer_banner {
	margin-left: 40px;
}
.footer_banner ul {
	display: flex;
	flex-flow: row wrap;
	gap: 5px;
}
.footer_banner ul li {
	width: 80px;
}

.copyright {
	font-size: 0.8rem;
	text-align: center;
	padding: 30px 0px;
}

@media screen and (max-width: 767px) {
	#footer_inner {
		display: flex;
		flex-flow: column;
		width: 100%;
		padding: 0 10px 10px;
	}
	.footer_info {
		margin: 0 0 30px;
	}
	.footer_link {
		margin-left: 0px;
	}
	.footer_banner {
		margin: 30px 0;
	}
}
