/*!
Theme Name: kikuchitoso
Theme URI: http://kikuchitoso.com/
Author: 有限会社　菊池塗装
Description: Description
Version: 1.0.0
*/
/*--------------------------------------------------------------
# Reset
--------------------------------------------------------------*/

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 {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
html,body{
     height:100%;
}
html {
    font-size: 62.5%;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
* { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
a{
	color: #3d3d3d;
	transition: .4s;
}
a:hover{
	opacity: 0.8;
}
p {
　　　overflow-wrap: break-word;
　　　word-wrap: break-word;
}

/******************************************
Basic
*******************************************/
body {
    width:100%;
	font-family: 'Sawarabi Gothic', sans-serif;
    margin:0;
    padding:0;
    color:#3b3b3b;
    line-height:1.7;
    letter-spacing: 0.05em;
    position: relative;
    font-size: 1.6rem;
	background:#ffffff;
}
.fon_mon{
    font-family: 'Montserrat', sans-serif;
}
.fon_noto{
    font-family: 'Noto Sans JP', sans-serif;
}
.contents {
    width: 1140px;
    margin: 0px auto;
}
img {
    max-width: 100%;
    height: auto;
	display: block;
}
.sp_hidden{
	display: block;	
	}
.pc_hidden{
	display: none;	
	}
.sp_hidden_b{
	display: block;	
	}
.pc_hidden_b{
	display: none;	
	}
.pa_tb_60{
	padding:60px 0px;
}
table{
	width: 100%;
}
iframe { vertical-align: bottom; }
.pa_tb80{
    padding: 80px 0px;
}

/*****ボタン*****/
.btn_wrap{
    margin: 25px 0px;
}
.main_title_wrap {
    text-align: center;
    margin-bottom: 50px;
}
.main_btn {
    background: rgb(51,103,194);
    background: linear-gradient(90deg, rgba(51,103,194,1) 0%, rgba(30,60,114,1) 100%);
    color: #ffffff;
    font-size: 1.6rem;
    display: flex;
    padding: 15px 20px;
    text-decoration: none;
    transition: .4s;
    position: relative;
    width: 300px;
    align-items: center;
    font-weight: bold;
    justify-content: center;
    margin: 30px auto;
}
.main_btn:hoer{
    opacity: 0.8;
}
.main_btn::after {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    font-weight: 600;
    margin-right: 15px;
    font-size: 1.6rem;
    color: #ffffff;
    right: 0;
    position: absolute;
    margin-top: 2px;
}
.white_btn {
    background: #ffffff;
    color: #1e3c72;
    font-size: 1.6rem;
    display: flex;
    padding: 15px 20px;
    text-decoration: none;
    transition: .4s;
    position: relative;
    width: 300px;
    align-items: center;
    font-weight: bold;
    justify-content: center;
}
.white_btn_wrap {
    display: flex;
    justify-content: end;
}
.white_btn:hoer{
    opacity: 0.8;
}
.white_btn::after {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    font-weight: 600;
    margin-right: 15px;
    font-size: 1.6rem;
    color: #1e3c72;
    right: 0;
    position: absolute;
    margin-top: 2px;
}
.arrow_btn_wrap{
	text-align: center;
}
.arrow_btn{
    color: #015050;
    display: flex;
    align-items: center;
    justify-content: center;
}
.arrow_btn:after {
    content: '';
    display: inline-block;
    /* width: 50px; */
    /* height: 50px; */
    background-image: url(images/line_arrow.png);
    background-size: contain;
    vertical-align: middle;
    width: 55px;
    height: 12px;
    margin-left: 5px;
}

/*****タイトル*****/
.main_title_wrap {
    text-align: center;
    margin-bottom: 50px;
}
.main_title .en_tit {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 7.2rem;
    line-height: 1;
    letter-spacing: 8px;
}
.main_title .jp_tit {
    font-size: 2.1rem;
    display: block;
    font-weight: 500;
    line-height: 1;
    margin-top: 10px;
}
.mid_title {
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 20px;
}
.sml_title{
    font-size: 1.8rem;
    font-weight: 600;
	position: relative;
    margin-bottom: 20px;
}
.sml_title:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 2px #ffffff;
    bottom: -3px;
    width: 20%;
}
.fon_white{
	color: #ffffff;
}
.textbox_center{
	text-align: center;
}
.textbox_left{
	text-align: left;
}
.pankuzu {
    padding: 5px 0px;
    font-size: 1.4rem;
    color: #1f3e74;
    margin-bottom: 60px;
}
.flexwrap{
    display: flex;
}
.blue_grad_bk01{
background: rgb(51,103,195);
background: linear-gradient(0deg, rgba(51,103,195,1) 0%, rgba(30,60,114,1) 100%);
}
.blue_grad_bk02 {
background: rgb(51,103,195);
background: linear-gradient(180deg, rgba(51,103,195,1) 0%, rgba(30,60,114,1) 100%);
}
.section_padding_60{
    padding: 60px 0px;
}
.section_padding_80{
    padding: 80px 0px 60px;
}

/***************************************************

header 

****************************************************/
header {
    width: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
   /* box-shadow: 1px 1px 4px #cccccc;*/
}
header .pc_logo{
    padding-left: 20px;
}
header .pc_logo img{
    width: 240px;
}
header .slogo{
	display: none;
}
#global-nav ul {
    list-style: none;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    right: 0;
    font-size: 1rem;
    text-align: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#global-nav ul li {
    padding: 0px 0px 0px 25px;
    position: relative;
}
#global-nav ul .last_child {
    padding: 10px 0px 10px 26px;
}
#global-nav ul li i{
font-size: 22px;
    margin-bottom: 10px;
}
#global-nav ul li a {
    font-size: 16px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
}
#global-nav ul li a:hover {
	display: inline-block;
    background: linear-gradient(90deg, rgba(51,103,194,1) 0%, rgba(30,60,114,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(51,103,194,1) 0%, rgba(30,60,114,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#header .pc_slogo {
    margin-top: -22px;
    height: auto;
    opacity: 1;
    padding: 36px 0px 0px 0px;
    text-align: center;
    transition: all 0.65s ease-in-out;
    -webkit-transition: all 0.65s ease-in-out;
    -moz-transition: all 0.65s ease-in-out;
    -o-transition: all 0.65s ease-in-out;
}
nav #global-nav .header_otoiawase .tel {
    transition: all 0.3s ease-in-out 0s;
}
.menuwrap{
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
}
.menuwrap ul .stit{
    transition: all 0.65s ease-in-out;
    -webkit-transition: all 0.65s ease-in-out;
    -moz-transition: all 0.65s ease-in-out;
    -o-transition: all 0.65s ease-in-out;
}
#global-nav ul li ul.sub-menu{
    display: none;
}
#global-nav ul li:hover ul.sub-menu {
    display: block;
    height: auto;
    position: absolute;
    background-color: #000000;
    padding: 5px 0px 14px;
    margin-left: -5px;
    width: 170px;
}
#global-nav ul li:hover ul.sub-menu li{
    padding: 0 10px;
}
#global-nav ul li:hover ul.sub-menu li a {
    color: #ffffff;
    font-size: 1.5rem;
    border-bottom: dashed 1px;
    padding: 10px 15px;
    font-weight: normal;
}

/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 10px;
top: 19px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #1e3c72;
    left: 0;
    border-radius: 3px;
    transition: all 0.65s ease-in-out;
    -webkit-transition: all 0.65s ease-in-out;
    -moz-transition: all 0.65s ease-in-out;
    -o-transition: all 0.65s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}
#global-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: rgb(255,255,255,0.7);
    justify-content: space-between;
    position: relative;
    height: 100px;
    align-items: center;
}
#global-nav .header_menu ul .current-menu-item a{
	display: inline-block;
    background: linear-gradient(90deg, rgba(51,103,194,1) 0%, rgba(30,60,114,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(51,103,194,1) 0%, rgba(30,60,114,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#global-nav .header_menu .menu{
    margin-right: 25px;
}
#global-nav .header_box2{
    display: flex;
    align-items: center;
}
#global-nav .header_box2 .header_contact_btn{
    display: flex;
    background: rgb(51,103,194);
    background: linear-gradient(90deg, rgba(51,103,194,1) 0%, rgba(30,60,114,1) 100%);
    color: #ffffff;
    height: 100px;
    align-items: center;
    padding: 30px;
    font-weight: bold;
}
#header.is-fixed #global-nav {
    height: 80px;
    background: #ffffff;
}
#header.is-fixed .header_box1 h1 img{
    width: 210px;
}
#header.is-fixed .header_box2 .header_menu {
    margin-top: 0px;
}
#header.is-fixed #global-nav ul li a {
    font-size: 1.5rem;
}
#header.is-fixed .header_box2 .header_contact_btn {
    height: 80px;
}
#global-nav .header_box2 .tel_number{
    display: flex;
    justify-content: end;
    margin-right: 25px;
    font-size: 2.6rem;
    font-weight: bold;
    position: relative;
    align-items: center;
}
#global-nav .header_box2 .tel_number:before {
font-family: "Font Awesome 5 Free";
    content: "\f095";
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    font-size: 1.8rem;
    margin-right: 5px;
    margin-top: 5px;
}

#mv_area{
    height: 100vh;
    background: url(./images/mv.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
#mv_area .mv_text_pc{
	display: block;
}
#mv_area .mv_text_sp{
	display: none;
}

/*********************************

TOP

***********************************/
#home .pankuzu,#home #page_header_wrap {
display: none;
}
.main_visual {
    height: 100vh;
    background: url(./images/main01.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
#home .section_intro_title{
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
}
#home_concept_area .main_title{
    padding: 0 4% 0px;
}
#home_concept_area .flexwrap {
    justify-content: space-between;
    align-items: center;
}
#home_concept_area .flexwrap .flexwrap_leftarea {
    padding: 20px 4% 20px;
    width: calc(100% - 1000px);
}
#home_concept_area .flexwrap .flexwrap_leftarea .textbox .text{
    color: #ffffff;
}
#home_concept_area .flexwrap .flexwrap_rightarea{
	width: 1000px;
}
#home_advantage_area{
    background: url(./images/home_advantage_area_bk.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#home_advantage_area .flexwrap {
    justify-content: space-between;
    margin-bottom: 60px;
}
#home_advantage_area .flexwrap .item_circle {
    border: solid 1px #fcab2b;
    width: calc(100%/3 - 20px);
    aspect-ratio: 1;
    border-radius: 50%;
    text-align: center;
    background: #ffffff;
}
#home_advantage_area .flexwrap .item_circle .inner_box {
    padding: 6%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#home_advantage_area .flexwrap .item_circle .number {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 7rem;
    color: #fcab2b;
    line-height: 1;
    width: 100%;
}
#home_advantage_area .flexwrap .item_circle h4{
    font-size: 2.4rem;
    font-weight: bold;
    width: 100%;
    line-height: 1;
    margin-top: 20px;
}
#home_advantage_area .flexwrap .item_circle .icon {
    display: flex;
    justify-content: center;
    margin: 20px auto;
    width: 92px;
}
#home_service_area{
    background: url(./images/home_service_area_bk.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#home_service_area .flexwrap{
    flex-wrap: wrap;
	justify-content: space-between;
}
#home_service_area .flexwrap .itembox {
    background: #ffffff;
    padding: 20px;
    width: 48%;
    margin-bottom: 40px;
}
#home_service_area .flexwrap .itembox .titlewrap{
	display: flex;
	align-items: center;
}
#home_service_area .flexwrap .itembox .titlewrap .number {
    font-size: 7rem;
    color: #fcab2b;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 1.2;
    position: relative;
    width: 100px;
    padding: 0 5px;
    display: flex;
    justify-content: center;
    border-bottom: solid 4px #FCAB23;
}
#home_service_area .flexwrap .itembox .titlewrap h4{
    padding-left: 20px;
}
#home_service_area .flexwrap .itembox .titlewrap h4 .title01{
    display: block;
    font-size: 2.4rem;
    font-weight: bold;
}
#home_service_area .flexwrap .itembox .titlewrap h4 .title02 {
    font-weight: bold;
    font-size: 1.8rem;
    height: 56px;
    display: block;
}
.kigo{
    font-size: 2.2rem;
}
#home_service_area .flexwrap .itembox .imagebox{
    margin: 10px 0px;
}
#home_recruit_area .flexwrap .leftbox{
    width: 590px;
    padding: 60px;
}
#home_recruit_area .flexwrap .leftbox .main_title .en_tit {
    text-align: left;
}
#home_recruit_area .flexwrap .leftbox .main_title .jp_tit {
    text-align: left;
}
#home_recruit_area .flexwrap .leftbox .main_btn {
    margin: 30px 0 0;
}
#home_recruit_area .flexwrap .rightbox {
    width: calc(100% - 590px);
    display: flex;
    justify-content: end;
}
#home_recruit_area .flexwrap .rightbox img{
    object-fit: cover;
    object-position: left;
}
#home_works_area{
	background: #ecf0f2;
}
#home_works_area #work_archive{
    margin-bottom: 50px;
}
#home_news_area .flexwrap {
    align-items: center;
}
#home_news_area .flexwrap .leftbox {
    width: 350px;
}
#home_news_area .flexwrap .leftbox .main_title_wrap{
    margin-bottom: 0px;
}
#home_news_area .flexwrap .leftbox .main_title_wrap .main_title .en_tit {
    text-align: left;
}
#home_news_area .flexwrap .leftbox .main_title_wrap .main_title .jp_tit {
    text-align: left;
}
#home_news_area .flexwrap .rightbox{
    width: calc(100% - 350px);
}
#home_news_area .flexwrap .rightbox .home_news ul li{
    border-bottom: dashed 1px #cccccc;
    padding: 15px 0px;
    display: flex;
    align-items: center;
}
#home_news_area .flexwrap .rightbox .home_news ul li .date {
    width: 130px;
    letter-spacing: 0;
    text-align: right;
}
#home_news_area .flexwrap .rightbox .home_news ul li .title{
    width: calc(100% - 130px);
	padding-left: 20px;
}
#home_company_area .flexwrap .flexwrap_rightarea {
    padding: 0px 4% 0px;
    width: calc(100% - 1000px);
}
#home_company_area .flexwrap {
    align-items: center;
}
#home_company_area .flexwrap .flexwrap_leftarea {
    width: 1000px;
}
#home_company_area .flexwrap .flexwrap_rightarea .textbox{
    margin: 40px 0px;
}
#home_company_area .flexwrap .flexwrap_rightarea .textbox .text {
    color: #ffffff;
	margin-bottom: 20px;
}
#home_company_area .company_table{
	margin:20px 0px 30px;
}
#home_company_area .company_table table th {
    padding: 15px 20px 15px 25px;
    width: 130px;
    border-bottom: solid 1px #ffffff;
    color: #ffffff;
}
#home_company_area .company_table table td {
    padding: 15px 0;
    border: none;
    border-bottom: solid 1px #ffffff;
    color: #ffffff;
    font-size: 15px;
}
#home #footer_before_contact_area{
	margin-top: 0px;
}

/*********************************

下層ページ

**********************************/
#page_header_wrap {

}
#page_header_wrap .page_header h2 {
    font-size: 4rem;
    color: #ffffff;
    text-shadow: 2px 2px 1px rgba(0,0,0,0.3);
    padding-top: 100px;
}
.page_header {
    height: 380px;
    background: url(images/page_header_bk.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 20px;
}

/***お問い合わせ***/
#contact .top_infomation_box{
    margin: 20px 0 60px;
    background: #f5f5f5;
    padding: 40px;
    line-height: 1.8;
}
.form_content .contact_table01 tr:first-child th {
    border-top: none!important;
}
.form_content .contact_table01 th {
    padding: 20px 15px 20px 15px;
    border: none;
    border-bottom: dashed 1px #cccccc;
    text-align: left;
    width: 32%!important;
    background: #fff;
    vertical-align: middle;
    font-weight: bold;
}
.form_content .contact_table01 td {
    padding: 20px 15px 20px 15px;
    border: none;
    border-bottom: dashed 1px #cccccc;
    text-align: left;
    width: 68%!important;
}
.form_content .contact_table01 .text1, .form_content .contact_table01 .text2, .form_content .contact_table01 .text3 {
    font-size: 1.6rem;
    width: 100%;
    border: solid 1px #cccccc;
    border-radius: 5px;
    padding: 12px;
}
.form_content .contact_table01 .text_zip {
    border: solid 1px #cccccc;
    padding: 10px;
    border-radius: 5px;
    font-size: 1.6rem;
}
.pre_submit {
    background: rgb(51,103,194);
    background: linear-gradient(90deg, rgba(51,103,194,1) 0%, rgba(30,60,114,1) 100%);
    color: #ffffff;
    font-size: 1.6rem;
	border:none!important;
    display: flex;
    padding: 20px 20px 15px 20px;
    text-decoration: none;
    transition: .4s;
    position: relative;
    width: 300px;
    align-items: center;
    font-weight: bold;
    justify-content: center;
    margin: 30px auto;
}
.pre_submit:hover{
	opacity: 0.8;
}
.must {
    font-size: 1.2rem;
    color: #ff635f;
    margin-left: 20px;
}

/***サービス紹介***/
#service .service_item{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#service .service_item .imagebox{
	width: 50%;
	position: relative;
	background: #f5f5f5;
}
#service .service_item .imagebox .number01 {
    top: 0;
    left: 0;
    position: absolute;
    font-size: 9rem;
    color: #fcab2b;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 1;
    margin-top: -46px;
    margin-left: 10px;
}
#service .service_item .imagebox .number02{
	top: 0;
	right:0;
    position: absolute;
    font-size: 9rem;
    color: #fcab2b;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 1;
    margin-top: -46px;
    margin-right: 10px;
}
#service .service_item .contentsbox{
    padding: 40px;
	width: 50%;
}
#service .service_item .contentsbox h4{
    font-size: 4rem;
    font-weight: bold;
}
#service .service_item .contentsbox h5{
    background: #1e3c72;
    display: inline-block;
    color: #ffffff;
    padding: 0 10px;
    margin-bottom: 20px;
}
#service .service_item .contentsbox .textbox .text{
    margin-bottom: 10px;
}
#service #footer_before_contact_area{
	margin-top: 0px;
}
#service .main_btn_wrap{
    margin: 40px 0px 80px;
}

/***菊池塗装の強み***/
#about .about_item{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#about .about_item .imagebox{
	width: 50%;
	position: relative;
	background: #f5f5f5;
}
#about .about_item .imagebox .number01 {
    top: 0;
    left: 0;
    position: absolute;
    font-size: 9rem;
    color: #fcab2b;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 1;
    margin-top: -46px;
    margin-left: 10px;
}
#about .about_item .imagebox .number02{
	top: 0;
	right:0;
    position: absolute;
    font-size: 9rem;
    color: #fcab2b;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 1;
    margin-top: -46px;
    margin-right: 10px;
}
#about .about_item .contentsbox{
    padding: 40px;
	width: 50%;
}
#about .about_item .contentsbox h4 {
    font-size: 4rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
#about .about_item .contentsbox h4 img{
    width: 60px;
    margin-right: 10px;
}
#about .about_item .contentsbox h5{
    background: #1e3c72;
    display: inline-block;
    color: #ffffff;
    padding: 0 10px;
    margin-bottom: 20px;
}
#about .about_item .contentsbox .textbox .text{
    margin-bottom: 10px;
}
#about #footer_before_contact_area{
	margin-top: 0px;
}

/***採用情報***/
#recruit {
    background: linear-gradient(0deg, rgba(51,103,195,1) 0%, rgba(30,60,114,1) 100%);
    padding-bottom: 60px;
}
#recruit #footer_before_contact_area{
	margin-top: 0px;
}
#recruit .pankuzu{
	margin-bottom: 0px;
	padding-bottom: 60px;
}
#recruit .pankuzu .breadcrumb-area{
	color: #ffffff;	
}
#recruit .pankuzu span{
	color: #ffffff;
}
#recruit .pankuzu a{
	color: #ffffff;
}
.recruit_contents_area01 {
    background: url(./images/recruit01.png);
    background-repeat: no-repeat;
    background-position: right;
    height: 500px;
    background-size: 80%;
}
.recruit_contents_area01 .text_area{
    display: flex;
    align-items: center;
    height: 500px;
    padding: 0 40px;
}
.recruit_contents_area01 .text_area h3 span {
    background: #ffffff;
    font-size: 3rem;
    margin: 10px 0px;
    padding: 0 10px;
    display: inline-block;
}
.recruit_contents_area02{
    margin-top: 60px;
}
.recruit_contents_area02 .flexwrap {
    align-items: center;
    margin-bottom: 60px;
}
.recruit_contents_area02 .flexwrap .imagebox {
    width: calc(50% - 60px);
    height: auto;
    margin-left: 60px;
}
.recruit_contents_area02 .flexwrap .imagebox02 {
    width: calc(50% - 60px);
    height: auto;
    margin-right: 60px;
}
.recruit_contents_area02 .flexwrap .textbox {
    width: 50%;
    padding: 0 60px;
}
.recruit_contents_area02 .flexwrap .textbox h3 {
    font-size: 2.4rem;
    color: #ffffff;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.recruit_contents_area02 .flexwrap .textbox h3 .number{
    font-size: 5rem;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    margin-right: 20px;
}
.recruit_contents_area02 .flexwrap .textbox .text{
    color:#ffffff;
	margin-bottom: 10px;
}
.recruit_contents_area03 .contents{
	background: #ffffff;
	padding: 60px;
}
.recruit_contents_area01 .bkimage{
		display: none;
}

/***会社概要***/
.company_table table tr {
  border-bottom: 1px solid #b5b1b1;
}
.company_table table th {
    padding: 24px 20px 24px 60px;
    border: none;
    vertical-align: middle;
    border-bottom: solid 1px #1e3c72;
    color: #1e3c72;
    text-align: left;
	width: 300px;
}
.company_table table td {
  padding: 24px 0;
  border: none;
    border-bottom: solid 1px #3266c2;
}
@media only screen and (max-width: 680px) {
.company_table table th,
.company_table table td {
    width: 100%;
    display: block;
  }
.company_table table th {
    width: 100%;
  }
.company_table table td {
    padding-top: 0;
  }
}
#company .company_map_area{
	margin-top: 80px;
}
#company #footer_before_contact_area{
	margin-top: 0px;
}
.gallary_area {
    margin: 60px 0px 0;
}
.gallary_area ul{
    display: flex;
	justify-content: space-between;
}
.gallary_area ul li{
    width: 25%;
}

/*********************************

施工実例

**********************************/
.work_archive_btn_wrap{
	margin-bottom: 60px;
}
.work_archive_btn_wrap ul.term-list {
    display: flex;
    justify-content: space-between;
}
.work_archive_btn_wrap ul.term-list li{
    width: 23%;
    background: rgb(51,103,194);
    background: linear-gradient(90deg, rgba(51,103,194,1) 0%, rgba(30,60,114,1) 100%);
}
.work_archive_btn_wrap ul.term-list li a {
    color: #ffffff;
    width: 100%;
    display: flex;
    justify-content: center;
    height: 60px;
    align-items: center;
    font-size: 1.8rem;
}
#work_archive ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#work_archive ul li {
    width: 31%;
    background: #ecf0f2;
}
#work_archive ul li .image_wrap{
    position: relative;
}
#work_archive ul li .ichiran_img {
    height: 210px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
}
#work_archive ul li .image_wrap .cate_name a{
    position: absolute;
    top: 0;
    right: 0;
    background: #fcab2b;
    color: #ffffff;
    font-size: 1.2rem;
    padding: 5px;
}
#work_archive ul li .news_day {
    font-size: 1.4rem;
    margin-top: 10px;
}
#work_archive ul li .contentsbox{
    padding: 15px;
}
#work_archive ul li .title a{
    font-weight: bold;
}
#work_archive ul li .text_area a{
    font-size: 1.4rem;
}
#work_archive h3.title{
    font-size: 2.4rem;
    border-left: solid 3px #1e3c72;
    padding: 5px 10px;
    margin-bottom: 20px;
}
#work_archive ul li .date{
    font-size: 1.4rem;
}
#news_single_wrap .image_wrap{
    margin-bottom: 20px;
}

/*********************************

お知らせ

**********************************/
#news_archive ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#news_archive ul li {
    box-shadow: 0px 0px 0px 2px #f5f5f5;
    padding: 15px;
    width: 31%;
    margin-bottom: 30px;
}
#news_archive ul li .image_wrap .image {
    position: relative;
}
#news_archive ul li .ichiran_img {
    height: 210px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
}
#news_archive ul li .news_day {
    font-size: 1.4rem;
    margin-top: 10px;
}
#news_archive ul li .title a{
    font-weight: bold;
}
#news_archive ul li .textbox{
    font-size: 1.4rem;
}
.wp-pagenavi {
    clear: both;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #1e3c72;
    padding: 5px 15px;
    margin: 2px;
    background: #1e3c72;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wp-pagenavi span.current {
    font-weight: bold;
    color: #1e3c72;
    background: #ffffff;
    border: solid 1px #1e3c72;
}
#news_single_wrap h3.title{
    font-size: 2.4rem;
    color: #1e3c72;
    border-left: solid 3px #1e3c72;
    padding: 5px 10px;
    margin-bottom: 20px;
}
#news_single_wrap .image_wrap .imgae{
    margin-bottom: 20px;
}
#news_single_wrap .day{
    font-size: 1.4rem;
    margin-bottom: 30px;
}
.single_bottom_arrowbox {
    display: flex;
    justify-content: center;
    margin: 40px 0;
    border-top: solid 1px #1e3c72;
    border-bottom: solid 1px #1e3c72;
    padding: 15px 10px 15px;
}
.single_bottom_arrowbox .all_info{
    margin: 0px 30px;
}
.single_bottom_arrowbox a{
	color: #1e3c72;
}

/***ギャラリー***/
.gallery_wrap{
    margin-bottom: 60px;
}
.gallery_wrap .flexbox{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.gallery_wrap .flexbox .item{
    width:calc(100%/3); 
}

/*********************************

お問い合わせ

**********************************/
#footer_before_contact_area {
    background: url(./images/footer_before_contact_bk.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 60px;
}
#footer_before_contact_area .contents{
    background: #ffffff;
    padding: 40px 60px;
}
#footer_before_contact_area .contents .flexbox{
    display: flex;
}
#footer_before_contact_area .contents .flexbox .leftbox{
    width: 50%;
    display: flex;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    padding-right: 40px;
}
#footer_before_contact_area .contents .flexbox .leftbox .tel_icon{
    width: 100%;
    display: flex;
    justify-content: center;
}
#footer_before_contact_area .contents .flexbox .leftbox .tel_icon img{
    width: 40px;
}
#footer_before_contact_area .contents .flexbox .leftbox h4{
    width: 100%;
    border-bottom: solid 1px;
    padding-bottom: 5px;
    margin: 10px 0px;
    font-size: 1.8rem;
}
#footer_before_contact_area .contents .flexbox .leftbox .tel_number{
    color: #1e3c72;
    font-size: 3rem;
    text-align: center;
    width: 100%;
    font-weight: bold;
}
#footer_before_contact_area .contents .flexbox .rightbox{
    width: 50%;
    display: flex;
    align-items: center;
	justify-content: center;
}

/*********************************

フッター

**********************************/
.pagetop {
    position: fixed;
    bottom: 100px;
    right: 15px;
    z-index: 9999;
}
.pagetop a {
    display: block;
    background: rgb(51,103,194);
    background: linear-gradient(90deg, rgba(51,103,194,1) 0%, rgba(30,60,114,1) 100%);
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
    filter: alpha(opacity=50);
    width: 44px;
    height: 44px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    position: relative;
    line-height: 43px;
}
footer {
    background: #1b1b1b;
	padding-top: 40px;
}
.footer_logo{
	text-align: center;
}
.footer_logo .logo_img {
    display: inline-block;
    padding: 10px;
}
.footer_logo .logo_img img{
	width: 240px;
}
footer .footer_address {
    text-align: center;
    color: #ffffff;
    margin-bottom: 40px;
}
.site-footer-copyright{
    color: #ffffff;
    font-size: 1.2rem;
    text-align: center;
    margin-top: 15px;
    padding: 10px;
}
#footer_bottom_fix{
	display: none;
}

/*********************************

レスポンシブ

**********************************/
@media only screen and (max-width:1500px){
#home_company_area .flexwrap .flexwrap_rightarea{
    width: 50%;
}
#home_company_area .flexwrap .flexwrap_leftarea{
    width: 50%;
}	
}
@media only screen and (max-width:1460px){
#home_concept_area .flexwrap .flexwrap_leftarea{
    width: 40%;
}
#home_concept_area .flexwrap .flexwrap_rightarea{
    width: 60%;
}
#home_recruit_area .flexwrap .leftbox {
    width: 530px;
    padding: 60px 0px 60px 60px;
}
#home_recruit_area .flexwrap .rightbox {
    width: auto;
}
}
@media only screen and (max-width:1200px){
#home_advantage_area .flexwrap .item_circle .number {
    font-size: 5rem;
}
#home_advantage_area .flexwrap .item_circle h4 {
    font-size: 2.1rem;
    margin-top: 10px;
}
#home_advantage_area .flexwrap .item_circle .icon {
    margin: 10px auto;
	}
#home_advantage_area .flexwrap .item_circle {
    width: calc(100%/3 - 10px);
	}
}
@media only screen and (max-width:1140px){
.contents{
	max-width: 94%;
	width:94%;
	margin: 0 auto;
}
#global-nav .header_box2 .header_contact_btn {
    padding: 30px 10px;
}
#global-nav .header_menu .menu {
    margin-right: 10px;
}
#global-nav ul li {
    padding: 0px 0px 0px 15px;
}
#global-nav ul li a {
    font-size: 1.5rem;
	}
.main_title .en_tit {
    font-size: 6rem;
}
}
@media only screen and (max-width: 960px) {
.sp_hidden_b{
	display: none;	
	}
.pc_hidden_b{
	display: block;	
	}
header .pc_logo {
    display: none;
}
header {
    height: 60px;
	}
.header_contents{
  display: none;	
}
#global-nav ul li:hover ul.sub-menu {
    display: none;
}
#global-nav ul {
    margin-left: 0px;
}
.menuwrap ul .stit {
    margin-top: 0px;
}
#global-nav ul {
    display: block;
    background: #ffffff;
}
#global-nav ul li {
    float: left;
    padding: 10px 13px;
    text-align: center;
}
#global-nav .header_menu ul .current-menu-item a{
    display: block;		
	}
#global-nav ul li a {
    display: block;
    padding: 15px 10px 15px;
    border-bottom: dashed 1px #cccccc;
}
#global-nav ul li {
    float: left;
    padding: 10px 10px;
    text-align: center;
}
.pc_slogo{
		display: none;
	}
#header .container {
    width: 100%;
    margin: 0px auto;
}
#header .top-box{
		display:none;
	}
#header .inner {
    width: 100%;
    background: rgba(255,255,255,0.9);
}
#global-nav .header_box2 {
    display: block;
    width: 100%;
    padding: 40px 40px;
    background: #ffffff;
}
#global-nav .header_menu .menu {
    margin-right: 0px;
}
#global-nav .header_box2 .tel_number {
    display: none;
}
#global-nav .header_box2 .header_contact_btn{
    display: none;
}
#header-fixed .inner {
    width: 100%;
    background: rgba(255,255,255,0.9);
}
#header {
        top: 0;
        position: fixed;
        margin-top: 0;
        z-index: 100000;
		width: 100%;
 }
#mobile-head {
    background: #ffffff;
    width: 100%;
    z-index: 999;
    position: relative;
    border-bottom: 1px solid #bfbfbf;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    height: 60px;
    align-items: center;
}
#home .main_image_wrap {
    margin-top: 60px;
}
#home_advantage_area .flexwrap .item_circle {
    width: 300px;
    margin: 20px auto;
}
#global-nav .searchbox {
    margin-top: 15px;
    padding-bottom: 10px;
}
nav.is-fixed #global-nav .searchbox {
    margin-top: 15px;
}
nav.is-fixed .logo,
    #header .logo {
    display: none;
    }
#header .slogo {
    display: block;
}
#header .slogo a{
    display: flex;
    align-items: center;
    margin-left: 10px;
}
#header .slogo a img{
    height: 40px;
}
#global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #fff;
        width: 100%;
        text-align: center;
        padding: 0px 0px 0px 0px;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
#global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
#global-nav ul li {
        float: none;
        position: static;
    }
#header #global-nav ul li {
    padding: 0px 6px;
    text-align: center;
    font-size: 14px;
}
#global-nav .header_menu ul li{
    border-right: none;
}
#global-nav ul li a::after{
		display: none;
	}
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
#global-nav {
    display: block;
}
#header.is-fixed #global-nav ul li a {
    font-size: 1.6rem;
}
nav.is-fixed #global-nav ul {
    display: block;
    padding-top: 20px;
}
#page_header_wrap {
    margin-top: 60px;
}
#page_header_wrap .page_header h2 {
    padding-top: 0;
}
.flexwrap{
    display: block;
}
#home_service_area .flexwrap .itembox {
    width: 100%;
}
#home_service_area .flexwrap .itembox .titlewrap h4 .title02 {
    font-size: 1.8rem;
    height: auto;
}
#home_concept_area .flexwrap .flexwrap_leftarea {
    width: 100%;
    padding: 20px 4%;
}
#home_concept_area .flexwrap .flexwrap_rightarea {
    width: 100%;
}
#home_recruit_area .flexwrap .leftbox {
    width: 100%;
    padding: 30px 0px 30px 3%;
}
#home_news_area .flexwrap .rightbox {
    width: 100%;
}
#home_news_area .flexwrap .leftbox {
    width: 100%;
    margin-bottom: 20px;
}
#home_company_area .flexwrap .flexwrap_leftarea {
    width: 100%;
}
#home_company_area .flexwrap .flexwrap_rightarea {
    width: 100%;
    margin-top: 20px;
}
.recruit_contents_area02 .flexwrap {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.recruit_contents_area02 .flexwrap .imagebox {
    width: 100%;
    height: 300px;
    margin-left: 0px;
}
.recruit_contents_area02 .flexwrap .textbox {
    width: 100%;
    padding: 10px 3%;
    order: 2;
}
.recruit_contents_area02 .flexwrap .imagebox02 {
    width: 100%;
    height: 300px;
    order: 1;
    margin-right: 0;
}
.page_header {
    height: 180px;
    background-position: center center;
    padding: 20px;
}
#footer_bottom_fix {
    display: flex;
    justify-content: center;
    height: 60px;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    width: 100%;
}
#footer_bottom_fix a {
    width: calc(100% / 3);
    color: #ffffff;
    background: rgb(51,103,194);
    background: linear-gradient(90deg, rgba(51,103,194,1) 0%, rgba(30,60,114,1) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
}
#footer_bottom_fix a i{
    margin-right: 5px;
}
#footer_bottom_fix .fixbtn_border{
		border-left: solid 1px #ffffff;
	}
#footer_bottom_fix .fixbtn_border{
		border-right: solid 1px #ffffff;
	}
.site-footer-copyright {
    padding-bottom: 75px;
}
}
@media only screen and (max-width: 780px) {
.main_title .jp_tit {
    font-size: 1.8rem;
	}
.pankuzu {
    margin-bottom: 30px;
}
.section_padding_80 {
    padding: 50px 0px 40px;
}
#page_header_wrap .page_header h2 {
    font-size: 2.8rem;
    padding-top: 0;
}
#mv_area {
    height: 50vh;
    margin-top: 60px;
}
#mv_area .mv_text_sp {
    width: 65%;
}
#mv_area .mv_text_pc{
	display: none!important;
}
#mv_area .mv_text_sp{
	display: block;
}
.main_title .en_tit {
    font-size: 4rem;
    font-weight: 500;
    letter-spacing: 5px;
}
#home_service_area .flexwrap .itembox .titlewrap h4 .title01 {
    font-size: 2.1rem;
}
#home_service_area .flexwrap .itembox .titlewrap h4 .title02 {
    font-size: 1.6rem;
    height: auto;
}
#work_archive ul {
    display: block;
}
#work_archive ul li {
    width: 100%;
    margin-bottom: 20px;
}
#footer_before_contact_area .contents .flexbox {
    display: block;
}
#footer_before_contact_area .contents .flexbox .leftbox {
    width: 100%;
    padding-right: 0px;
}
#footer_before_contact_area .contents .flexbox .rightbox {
    width: 100%;
}
#footer_before_contact_area .contents {
    padding: 30px 30px 0px;
}
#about .about_item {
    flex-wrap: wrap;
    margin-bottom: 30px;
}
#about .about_item .imagebox {
    width: 100%;
    order: 1;
}
#about .about_item .contentsbox {
    padding: 4%;
    width: 100%;
    order: 2;
}
#about .about_item .imagebox .number01 {
    font-size: 7rem;
    margin-top: -35px;
}
#about .about_item .imagebox .number02 {
    font-size: 7rem;
    margin-top: -35px;
}
#about .about_item .contentsbox h4 {
    font-size: 2.6rem;
	}
#service .service_item {
    flex-wrap: wrap;
}
#service .service_item .imagebox {
    width: 100%;
    order: 1;
}
#service .service_item .contentsbox {
    padding: 4%;
    width: 100%;
    order: 2;
}
#service .service_item .imagebox .number01{
    font-size: 7rem;
    margin-top: -35px;	
	}
#service .service_item .imagebox .number02{
    font-size: 7rem;
    margin-top: -35px;	
	}
#service .service_item .contentsbox h4 {
    font-size: 2.6rem;
}
#recruit .pankuzu {
    padding-bottom: 30px;
}
.recruit_contents_area01 .text_area {
    display: block;
    padding: 0 3%;
    height: auto;
}
.recruit_contents_area01 {
    background: none;
    height: auto;
}
.recruit_contents_area01 .bkimage {
    display: block;
    padding: 0 3%;
    margin: 20px 0 40px;
}
.recruit_contents_area01 .text_area h3 span {
    font-size: 2.1rem;
	padding: 0 2px;
	}
.recruit_contents_area02 .flexwrap .textbox h3 {
    font-size: 2.1rem;
    margin-bottom: 10px;
	}
.recruit_contents_area02 .flexwrap .textbox h3 .number {
    font-size: 4rem;
    margin-right: 15px;
}
.recruit_contents_area03 .contents {
    padding: 30px 20px;
}
.company_table table th {
    padding: 20px 15px 5px 10px;
    width: 100%;
    border-bottom: none;
}
.company_table table td {
    padding: 0px 15px 10px 10px;
}
.recruit_contents_area03 .main_title_wrap {
    margin-bottom: 20px;
}
.work_archive_btn_wrap {
    margin-bottom: 30px;
}
.work_archive_btn_wrap ul.term-list {
    display: block;
}
.work_archive_btn_wrap ul.term-list li {
    width: 100%;
    margin-bottom: 10px;
}
}
@media only screen and (max-width: 580px) {
body{
		font-size: 1.4rem;
	}
.main_title_wrap {
    text-align: center;
    margin-bottom: 30px;
}
.main_title .en_tit {
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: 2px;
}
.recruit_contents_area02 .flexwrap .textbox h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
}
#about .about_item .imagebox .number01 {
    font-size: 5rem;
    margin-top: -25px;
}
#about .about_item .imagebox .number02 {
    font-size: 5rem;
    margin-top: -25px;
}
#service .service_item .imagebox .number01 {
    font-size: 5rem;
    margin-top: -25px;
}
#service .service_item .imagebox .number02 {
    font-size: 5rem;
    margin-top: -25px;
}
#service .service_item .contentsbox h4 {
    font-size: 2.4rem;
}
#about .about_item .contentsbox h4 {
    font-size: 2.4rem;
}
.work_archive_btn_wrap ul.term-list li a {
    height: 42px;
    font-size: 1.6rem;
}
#company .company_map_area {
    margin-top: 40px;
}
#news_archive ul {
    display: block;
}
#news_archive ul li {
    width: 100%;
    margin-bottom: 20px;
}
#news_single_wrap h3.title {
    font-size: 2.1rem;
}
.form_content .contact_table01 td {
    width: 100%!important;
    display: block;
    padding: 0px 10px 15px;
}
.form_content .contact_table01 th {
    width: 100%!important;
    display: block;
    border-bottom: none;
    padding: 15px 10px 5px;
}
#contact .top_infomation_box {
    margin: 20px 0 20px;
    padding: 20px;
}
footer {
    padding-top: 20px;
}
	}