@charset "utf-8";
/*
	Theme Name: 大和フロンティア
	Description: 大和フロンティアのレスポンシブテーマ
	Theme URI: 
	Author: 大和フロンティア
	Author URI: 

*/

/*--------------------------------------- 
 base （全体の制御）
===========================================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video ,input{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	box-sizing:border-box;
	/*vertical-align: baseline;*/
}
strong{
	font-weight:bold;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html{
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	color:#333333;
	font-size:62.5%;
}
ol, ul {
	list-style: none;
}
a{
	text-decoration:none;
	color:#333333;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{
	max-width:100%;
	height:auto;
}

/*---------------------------------------
 common （共通のスタイル）
=======================================*/
body{
	font-size:1.6rem;
	line-height:1.8;
}
.clear{
	clear:both;
}
.layout{
	width:1200px;
	margin:0 auto;
}
.layout01{
	width:1000px;
	margin:0 auto;
}

a:hover{
	opacity:0.7;
}

/*--- layout_flex ---*/
.space{
	justify-content:space-between;
}
.space_around{
	justify-content: space-around;
}
.flex{
	display: flex;
}
.align_items{
	align-items:center;
}
.layout_flex{
    display:flex;
    flex-wrap:wrap;
}
.layout_flex .child_box{
	margin-bottom: 2rem;
}
.type_5 .child_box{
	width:18.4%;
	margin-left:2%;
}
.type_5 .child_box:first-of-type,
.type_5 .child_box:nth-of-type(5n+1){
	margin-left:0;
}
.type_4 .child_box{
	width:23.5%;
	margin-left:2%;
}
.type_4 .child_box:first-of-type,
.type_4 .child_box:nth-of-type(4n+1){
	margin-left:0;
}
.type_3 .child_box{
	width:32%;
	margin-left:2%;
}
.type_3 .child_box:first-of-type,
.type_3 .child_box:nth-of-type(3n+1){
	margin-left:0;
}
.type_2 .child_box{
	width:49%;
	margin-left:2%;
}
.type_2 .child_box:first-of-type,
.type_2 .child_box:nth-of-type(2n+1){
	margin-left:0;
}
.text_red{
	color: #E60012;
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

/*--- font ---*/
.fwBold{
	font-weight:bold;
}
.fs110{
	font-size: 110%;
}
.fs120{
	font-size: 120%;
}
.fs140{
	font-size: 140%;
}
.fs160{
	font-size: 160%;
}
.fs200{
	font-size: 200%;
}
.fs250{
	font-size: 250%;
}
.fs300{
	font-size: 300%;
}
.taCenter{
	text-align:center;
}
.taRight{
	text-align: right;
}
.taLeft{
	text-align: left;
}
.fmincho{
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.red{
	color: #ED1C24;
}
.blue{
	color: #1B1C80;
}
.green{
	color: #43A800;
}
.white{
	color: #FFF;
}
.black{
	color: #333 !important;
}
.orange{
	color: #FF4600;
}
.grey{
	color: #666666;
}
.pink{
	color: #FF8B8B;
}
.mText{
	font-size: 1.2rem;
}
.mText01{
	font-size: 80%;
}
/*--- etc ---*/
.sp_only{
	display:none ;
}
.sp_only01{
	display:none;
}
.mT0{
	margin-top: 0 !important;
}
.mT10{
	margin-top: 1rem;
}
.mT20{
	margin-top: 2rem;
}
.mT30{
	margin-top: 3rem;
}
.mT50{
	margin-top: 5rem;
}
.mB0{
	margin-bottom: 0 !important;
}
.mB10{
	margin-bottom: 1rem;
}
.mB20{
	margin-bottom: 2rem;
}
.mB30{
	margin-bottom: 3rem;
}
.mB40{
	margin-bottom: 4rem;
}
.mB50{
	margin-bottom: 5rem;
}

@media screen and (max-width: 1200px) {
	.layout{
		width:93%;
		margin: 0 3.5%;
	}
	.type_5 .child_box{
		width:23.5%;
		margin-left:2%;
	}
	.type_5 .child_box:nth-of-type(5n+1){
	margin-left:2%;
	}
	.type_5 .child_box:nth-of-type(4n+1){
		margin-left:0;
	}
	.fs300{
		font-size: 250%;
	}
	.fs250{
		font-size: 200%;
	}
}
@media screen and (max-width: 1000px) {
	.layout01{
		width:93%;
		margin: 0 3.5%;
	}
}
@media screen and (max-width: 840px) {
	.sp_only{
		display:block ;
	}
	.pc_only{
		display:none !important;
	}
	.fs200{
		font-size: 150%;
	}
	.fs250{
		font-size: 170%;
	}
	.fs140{
		font-size: 130%;
	}
	.fs160{
		font-size: 140%;
	}
	.fs300{
		font-size: 220%;
	}

	/*--- layout_flex ---*/
	.type_3 .child_box,.type_4 .child_box,.type_5 .child_box{
		width:49%;
		margin-bottom:2rem;
		margin-left:2%;
	}
	.type_4 .child_box:nth-of-type(4n+1){
		margin-left:2%;
	}
	.type_3 .child_box:nth-of-type(3n+1) {
		margin-left:2%;
	}
	.type_3 .child_box:first-of-type,
	.type_3 .child_box:nth-of-type(2n+1),
	.type_4 .child_box:first-of-type,
	.type_4 .child_box:nth-of-type(2n+1),
	.type_5 .child_box:first-of-type,
	.type_5 .child_box:nth-of-type(2n+1){
		margin-left:0;
	}
}

@media screen and (max-width: 420px) {
	.sp_only01{
		display:block;
	}
	.fs200{
		font-size: 160%;
	}
	.fs250{
		font-size: 160%;
	}
	.fs160{
		font-size: 120%;
	}
	.fs140{
		font-size: 115%;
	}
	.fs120{
		font-size: 110%;
	}
	.fs110{
		font-size: 100%;
	}
	.fs300{
		font-size: 180%;
	}
	.mB40{
		margin-bottom: 2rem;
	}
	.mB50{
		margin-bottom: 3rem;
	}
	.type_2 .child_box{
		width: 100%;
		margin-left: 0 !important;
		margin-bottom: 2rem;
	}
}
/* fade animation
---------------------------------------*/
.top_img_area{
	width: 100%;
	height: 100%;
	background-color: #FFF;
	position: fixed;
	z-index: -1;
	animation: fadeIn 1s ease-in 0s 1 normal;
}
.top_wrap{
	background-color: #FFF;
	animation: fadeIn 4s ease-in 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
.top_img_area .header_logo{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 840px) {
	.top_img_area .header_logo img{
		width: 45%;
	}
}
@media screen and (max-width: 420px) {
	.top_img_area .header_logo img{
		width: 60%;
	}
}
/* header
---------------------------------------*/
header{
	position: fixed;
	top: 0;
	left: 0;
	height: 100px;
	background-color: #FFF;
	width: 100%;
	z-index: 999999;
	border-bottom: 1px solid #DDDDDD;
}
header .header_logo{
	position: absolute;
	top: 0;
	left: 0;
	background-color: #00325E;
	width: 400px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

header .header_logo a{
	width: 80%;
	display: block;
}
header .header_logo a img{
	display: block;
}

#Gnav{
	display: flex;
	align-items: center;
	justify-content: center;
	height: inherit;
}
#Gnav ul:before, #Gnav ul:after{
    content: "";
    display: table;
}
#Gnav ul:after{
    clear: both;
}
#Gnav ul{
	position: relative; 
	z-index: 999999;
	display: flex;
	justify-content: center;
	width: 100%;
}
#Gnav ul li{
    position: relative;
	line-height: 1.4;
}
#Gnav ul li a{
	display: block;
	padding: 0 1rem;
	color: #00325E;
}
#Gnav li ul{
    position: absolute;
    top: 60px;
    left: 0;
    margin: 0;
    width:250px;
	z-index: 999999;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
	display: block;
	background-color: #00325E;
}
#Gnav li:hover ul{
    visibility: visible;
    opacity: 1;
}
#Gnav li ul li{
    width: 250px;
    display:block;
	border: none;
	text-align: left;
	padding: 1rem 0 1rem 1em;
}
#Gnav li ul li a{
	display: block;
	color: #FFF;
}
#Gnav li ul li ul{
	width: auto;
	position: relative;
	top: 0;
}
@media screen and (max-width: 1600px) {
	header .header_logo{
		width: 300px;
	}
}
@media screen and (max-width: 1350px) {
	header .header_logo{
		width: 250px;
	}
}
@media screen and (max-width: 1250px) {
	header .header_logo{
		width: 200px;
	}
	#Gnav ul li a{
		padding: 0 0.5rem;
	}
}
@media screen and (max-width: 840px) {
	header{
		height: 60px;
	}
	header .header_logo{
		width: 100%;
		height: 60px;
	}
	header .header_logo a{
		width: 50%;
	}
}
@media screen and (max-width: 420px) {
	header .header_logo a{
		width: 65%;
	}
}

/* --- hamburger-menu --- */
.hamburger-menu{
	position: absolute;
	top: 0;
	left: 0;
}
.ham_menu{
	margin-top: 1rem;
	font-size: 1.2rem;
	color: #00325E;
}
.menu-btn {
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
	background-color: #00325E;
	position: relative;
	cursor: pointer;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 4px;
    width: 30px;
    border-radius: 2px;
    background-color: #FFF;
    position: absolute;
	bottom: 50px;
}
.menu-btn span{
	bottom: 30px;
}
.menu-btn span:before {
	bottom: 10px;
}
.menu-btn span:after {
	top: 10px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
}
#menu-btn-check_sp:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check_sp:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check_sp:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check,#menu-btn-check_sp {
    display: none;
}
.menu-content {
    width: 80%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 99999;
    background-color: #333;
    transition: all 0.5s;
	overflow: scroll;
}
.menu-content ul {
    padding: 0 10px;
}
.menu-content .sub-menu {
    padding: 0 0 0 20px;
}
.menu-content .sub-menu li:last-child{
	border: none;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
#menu-btn-check:checked ~ .menu-content {
    left: 20%;
}
#menu-btn-check_sp:checked ~ .menu-content {
    left: 20%;
}


/* footer
---------------------------------------*/
.footer_area{
	border-top: 1px solid #DDDDDD;
	padding: 5rem 0;
}
.footer_logo{
	align-items: center;
	justify-content: center;
	margin-bottom: 4rem;
}
.footer_logo img{
	width: 55px;
}
.footer_logo p{
	margin-left: 2rem;
	font-size: 2.6rem;
	font-weight: bold;
}
.footer_nav ul{
	display: flex;
	justify-content: center;
    flex-wrap:wrap;
}
.footer_nav ul li{
	margin: 0 1.5rem;
}
footer .copy{
	background-color: #00325E;
	padding: 1rem 0;
	color: #FFF;
}
/*---- back-top ----*/
.back-top{
	position: fixed;
	bottom: 50px;
	right: 2%;
}
.back-top a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #00325E;
	color: #FFF;
}
.back-top a i{
	margin-right: 0;
	font-size: 2rem;
}
@media screen and (max-width: 420px) {
	.footer_area{
		padding: 3rem 0;
	}

	.footer_logo{
		margin-bottom: 2.5rem;
	}
	.footer_logo img{
		width: 40px;
	}
	.footer_logo p{
		font-size: 2rem;
		font-weight: bold;
	}
	.footer_nav ul li{
		margin: 0 1rem;
	}
}

/*---------------------------------------
 　　各ページ
=======================================*/
/* 共通
---------------------------------------*/
.width80{
	width: 80%;
	margin: 0 auto;
}
.width70{
	width: 70%;
	margin: 0 auto;
}
.width60{
	width: 60%;
	margin: 0 auto;
}
.contents section{
	margin-bottom: 10rem;
}
.top_flex{
	margin-top: 70px;
}
i{
	margin-right: 0.5rem;
}
.anchor{
	margin-top:-120px;
	padding-top:120px;
}
@media screen and (max-width: 960px) {
	.width80{
		width: 100%;
	}
}

@media screen and (max-width: 840px) {
	.anchor{
		margin-top:-80px;
		padding-top:80px;
	}
	.width70,.width60{
		width: 100%;
	}
	.contents section{
		margin-bottom: 6rem;
	}
	.top_flex{
		margin-top: 30px;
	}
}

/* TOP PAGE
---------------------------------------*/
/*---- slider ----*/
#slider_wrapper{
	position: relative;
}
#slider_wrapper .slide_text{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	color: #FFF;
	font-size: 3.6rem;
	z-index: 9999;
	font-weight: bold;
	width: 100%;
	text-align: center;
}
#slider_wrapper .slide_text img{
	width: 15%;
}
#slider{
	overflow: hidden;
}
#slider_wrapper .slick-dotted.slick-slider{
	margin-bottom: 0;
}
#slider_wrapper .slick-dots{
	bottom: 3rem;
}
#slider_wrapper .slick-dots li{
	margin: 0 2px;
}
#slider_wrapper .slick-dots li button:before{
	color: #FFF;
	opacity: 1;
	font-size: 12px;
}
#slider_wrapper .slick-dots li.slick-active button:before{
	color: #FF0000;
}
@media screen and (max-width: 840px) {
	#slider_wrapper .slide_text{
		font-size: 2.4rem;
	}
	#slider_wrapper .slick-dots{
		bottom: 1rem;
	}
	#slider_wrapper .slide_text img{
		width: 30%;
	}
}
@media screen and (max-width: 420px) {
	#slider_wrapper .slide_text{
		font-size: 1.8rem;
	}
	#slider_wrapper .slide_text img{
		width: 35%;
	}
}

.lead01{
	font-size: 3.6rem;
	font-weight: bold;
	margin-bottom: 2rem;
}

/*---- parallax ----*/
.parallax_content{
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 500px;
	position: relative;
}
.para_img01{
	background-image: url("images/top_img01.jpg");
}
.box01{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	color: #FFF;
	z-index: 9999;
	width: 100%;
	text-align: center;
}
.lead02{
	font-size: 3.6rem;
	font-weight: bold;
}
.box02{
	position: absolute;
	bottom: 0;
	width: 100%;
	justify-content: center;
}
.box02 li a{
	display: block;
	color: #00325E;
	font-weight: bold;
	margin: 0 0.7rem;
	text-align: center;
	width: 200px;
	padding: 15px 0;
	background-color: #FFFFFF;
	border-bottom: 1px solid #707070;
	border-radius: 15px 15px 0 0;
}

@media screen and (max-width: 840px) {
	.parallax_content{
		height: 300px;
	}
	.lead01,.lead02{
		font-size: 2.4rem;
	}
}
@media screen and (max-width: 420px) {
	.parallax_content{
		height: 250px;
	}
	.lead01,.lead02{
		font-size: 1.8rem;
	}
	.box02 li a{
		margin: 0 0.5rem;
		width: 100px;
		padding: 8px 0;
	}
}
/*---- 事業 ----*/
.box03 h3{
	font-size: 2.2rem;
	font-weight: bold;
	margin-bottom: 1rem;
	color: #00325E;
}
.text01{
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 1rem;
}
.btn01{
	text-align: center;
	margin-bottom: 6rem;
}

.btn01 a{
	display: inline-block;
	text-align: center;
	width: 260px;
	color: #FFF;
	font-weight: bold;
	padding: 1rem 0;
	background-color: #00325E;
}
@media screen and (max-width: 420px) {
	.box03 .child_box{
		width: 100%;
		margin-bottom: 1rem;
		margin-left: 0 !important;
	}
	.btn01 a{
		width: 200px;
	}
}

/*---- お知らせ ----*/
.top_info{
	margin-bottom: 10rem;
	border-bottom: 1px solid #DDDDDD;
}
.top_info a{
	margin-left: 10rem;
	padding: 2.5rem 0;
}
.cat{
	margin: 0 2rem;
	color: #FFF;
	background-color: #00325E;
	font-size: 1.4rem;
	padding: 0 2rem;
	border-radius: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ttl01{
	color: #00325E;
	line-height: 1.4;
	margin-bottom: 4rem;
}
.ttl01 span{
	display: block;
}

/*-- tab --*/
.tabs {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 4rem;
	justify-content: center;
}
.tab_area{
	display: flex;
	justify-content: center;
	margin-bottom: 3rem;
}
.tab_label {
	color: #00325E;
	font-weight: bold;
	position: relative;
	z-index: 1;
	cursor: pointer;
	font-size: 2rem;
	margin: 0 2rem;
	padding-top: 0.5rem;
}
.tab_content {
	flex: 100%;
	display: none;
	overflow: hidden;
	margin-top: 4rem;
}

input[name="tab_switch"] {
	display: none;
}
.tabs input:checked + .tab_label {
/*	border-top: 3px solid #00325E;
*/}
.tabs input:checked + .tab_label::before {
  content: '';
  width: 100%;
  height: 3px;
  border-top: 3px solid #00325E;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease 0s;
}
#tab01:checked ~ #tab01_content,
#tab02:checked ~ #tab02_content,
#tab03:checked ~ #tab03_content {
	display: table;
}
.tab_content{
	position: relative;
	animation: fadeIn 1s ease;
}
/*-- INFORMATION --*/
.info_box{
	border: 1px solid #DDDDDD;
	padding: 1.5rem 3rem;
}



@media screen and (max-width: 840px) {
	.top_info{
		margin-bottom: 5rem;
	}
	.top_info a{
		margin-left: 0rem;
	}
	.top_info a .ttl,.info_box a .ttl{
		width: 100%;
		margin-top: 0.7rem;
	}
	.lead01{
		font-size: 2.4rem;
	}
}
@media screen and (max-width: 420px) {
	.tab_label {
		font-size: 1.6rem;
		margin: 0 1rem;
	}
	.lead01{
		font-size: 2.2rem;
	}
	.info_box{
		padding: 1.5rem;
	}
}

/* 下層ページ
---------------------------------------*/
/*---- main_img ----*/
.main_img{
	position: relative;
}
.main_img img{
	display: block;
}
.main_img h1{
	position: absolute;
	top: 50%;
	left: 50%;
	color: #FFF;
	transform: translate(-50%, -50%);
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
}

/* breadcrumbs */
.breadcrumbs{
	padding: 1.5rem 0;
	margin-bottom:8rem;
	font-size: 1.4rem;
	border-bottom: 1px solid #DDDDDD;
}
@media screen and (max-width: 840px) {
	.breadcrumbs{
		margin-bottom: 4rem;
	}
	.main_img h1{
		font-size: 2rem;
	}
}

/* 会社概要
---------------------------------------*/
/*---- GREETING ----*/
.text02{
	font-size: 2.4rem;
	margin-bottom: 2rem;
}
.text03{
	text-align: right;
	font-weight: bold;
	margin-top: 1em;
}
.img_box{
	position: relative;
}
.img_box img{
	display: block;
}
.img_box a{
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	color: #FFF;
	background-color: #00325E;
	padding: 1.5rem 7rem;
	font-weight: bold;
}
.lity{
	z-index: 999999 !important;
}
@media screen and (max-width: 420px) {
	.text02{
		font-size: 2rem;
	}
	.img_box a{
		padding: 1rem 3rem;
	}
}
/*---- COMPANY ----*/
.about_table{
	width: 100%;
}
.about_table tr{
	border: 1px solid #DDD;
}
.about_table th{
	padding: 1.5rem 0;
	width: 25%;
}
.about_table td{
	padding: 1.5rem 2rem 1.5rem 0;
	width: 75%;
}

@media screen and (max-width: 420px) {
	.about_table th{
		padding: 1rem 0;
		width: 35%;
	}
	.about_table td{
		padding: 1rem;
		width: 65%;
	}
}

/*---- OFFICE & PLANT ----*/
.box04{
	margin-bottom: 4rem;
}
.lead04{
	font-weight: bold;
	text-align: center;
	font-size: 2rem;
	border-bottom: 1px solid #00325E;
	margin-bottom: 3rem;
}
.map {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 75%;
	margin-top: 1rem;
}
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*---- BUSINESS CERTIFICATION ----*/
.box05 .child_box{
	align-items: center;
	border: 1px solid #DDD;
	padding: 1rem 2rem;
}
.box05 .layout_flex{
	align-items: center;
}
.box05 .layout_flex .img_box02{
	width: 35%;
}
.box05 .layout_flex .img_box02 img{
	display: block;
}
.box05 .layout_flex p{
	width: 65%;
	font-weight: bold;
	font-size: 1.8rem;
	padding-left: 1em;
	text-align: left;
}

/* 竹事業
---------------------------------------*/
.para_img02{
	background-image: url("images/about_flow2.jpg");
}
.para_img02 .box01{
	color: #333;
}
.box02 li a:hover{
	background-color: #00325E;
	color: #FFF;
	opacity: 1;
}
.text_area p{
	margin-bottom: 1em;
}

.box06{
	border: 1px solid #DDD;
	margin-bottom: 2rem;
	padding: 2rem;
}
.box06 .img_box03{
	width: 30%;
	margin-right: 3%;
}
.box06 .img_box03 img{
	display: block;
}
.box06 .text_box01{
	width: 67%;
	padding-top: 2rem;
}
.lead05{
	font-weight: bold;
	font-size: 1.8rem;
	margin-bottom: 0.5rem;
}

@media screen and (max-width: 420px) {
	.box06{
		padding: 1rem;
	}
	.box06 .img_box03{
		width: 37%;
		margin-right: 3%;
	}
	.box06 .text_box01{
		width: 60%;
		padding-top: 0;
	}
}
.img_ttl{
	font-weight: bold;
	margin: 0.5rem 0;
}

/* 木材事業
---------------------------------------*/
.lead06{
	font-size: 3.2rem;
	font-weight: bold;
	margin-bottom: 8rem;
}
@media screen and (max-width: 420px) {
	.lead06{
		font-size: 2rem;
		margin-bottom: 4rem;
	}
}

.privacy h2{
	font-weight: bold;
	margin-top: 1em;
}
/* 採用情報
---------------------------------------*/
.recruit p{
	margin-bottom: 1.5em;
}
.recruit h2{
	color: #00325E;
	font-weight: bold;
	font-size: 2.2rem;
	border: 1px solid #00325E;
	padding: 0.5rem 3rem;
	margin-bottom: 1em;
	display: inline-block;
}
.recruit h3{
	font-weight: bold;
	font-size: 1.8rem;
}
.text04{
	align-items: center;
}
.text04 .text05{
	font-size: 3rem;
}
.mBem{
	margin-bottom: 1.5em;
}
@media screen and (max-width: 480px) {
	.recruit h2{
		font-size: 2rem;
		border: 1px solid #00325E;
		padding: 0.3rem 2rem;
	}
}

/* お問い合わせ
---------------------------------------*/
.contact_box{
	margin-bottom: 2rem;
}
.contact_box input{
	width: 100%;
	border: 1px solid #DDDDDD;
	padding: 0.5rem 0 0.5rem 1rem;
}
.contact textarea{
	width: 100%;
	border: 1px solid #DDDDDD;
	padding: 1rem;
}
.submit input[type="submit"] {
	width: 170px;
	text-align: center;
	padding: 1rem 0;
	color: #FFF;
	background-color: #00325E;
	cursor: pointer;
}
.consent{
	margin: 2rem 0;
}
.tel_contact{
	margin-top: 2rem;
	line-height: 1.4;
}


@media screen and (max-width: 420px) {
	.contact th,.contact td{
		display: block;
		width: 100%;
	}
	.contact th{
		text-align: left;
		padding-left: 2rem;
		padding-bottom: 0;
	}
	.contact td{
		padding: 0.5rem 0 0;
	}
	.contact td input{
		width: 95%;
	}
	.contact input[type="radio"]{
		width: auto;
	}
	.contact td .ad_select{
		margin-bottom: 1rem;
	}

	.contact td .contat_text{
		display: block;
	}
}
/* SINGLE
---------------------------------------*/
.text_area p{
	margin-bottom: 1em;
}
.text_area h2{
	font-weight: bold;
}
/* 404
---------------------------------------*/
.notfound{
	text-align:center;
}
.notfoundtext{
	color:#fa1919 ;
	font-size:1.8rem;
	font-weight:bold;
	margin:3rem;
}
.notfoundanchor a{
	color:#e47b7f;
}
@media screen and (max-width: 1050px) {
	.notfoundtext{
		font-size:1.6rem;
	}
}

/* WordPress Misc
---------------------------------------*/
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.alignleft {
	float: left;
	margin-right:3%;
	margin-bottom:2rem;
}

.alignright {
	float: right;
	margin-left:3%;
	margin-bottom:2rem;
}
@media screen and (max-width: 420px) {
	.alignleft {
		float: none;
		margin-right:0;
	}
	.alignright {
		float: none;
		margin-right:0;
	}
}


