@charset "UTF-8";

/*-----------------------------------------------------
span
-------------------------------------------------------*/
span.wt{font-weight:bold; font-family: "ゴシックMB101 B", "Gothic MB101 Bold", 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;}
span.red{color:#F43B38;}
span.blue{color:#0085CC;}
span.blue2{color:#52B1D6;}
span.green{color:#339900;}
span.brown{color:#663300;}
span.white{color:#ffffff;}
span.orange{color:#FF6600;}
span.purple{color:#B860A9;}
span.pink{color:#F3547C;}
span.gray{color:#333333;}
span.size1{font-size:11px;}
span.size2{font-size:12px;}
span.size3{font-size:13px;}
span.size4{font-size:15px;}
span.size5{font-size:16px;}
span.size6{font-size:17px;}
span.size7{font-size:18px;}
span.size8{font-size:19px;}
span.size9{font-size:20px;}
span.size10{font-size:22px;}
span.size11{font-size:24px;}
span.size12{font-size:26px;}
span.size13{font-size:28px;}

.mt0{margin-top:0px; !important}
.ml0{margin-left:0px; !important}
.mr0{margin-right:0px; !important}
.mb0{margin-bottom:0px; !important}
.mb10{margin-bottom:10px; !important}
.mb16{margin-bottom:16px; !important}



/*-----------------------------------------------------
sub
-------------------------------------------------------*/
.sub_box{
	width: 100%;
}

.sub_boxin{
	width: 1100px;
	margin: 0 auto;
	padding: 60px 0 120px 0;
	box-sizing: border-box;
	text-align: left;
}

.sub_box2{
	width: 1000px;
	margin: -30px auto 0;
	padding: 120px 0 100px 0;
	box-sizing: border-box;
	text-align: left;
	background: #fff;
}

.sub_box2in{
	width: 80%;
	margin: 0 auto;
	text-align: left;
}

.sub_box2in p{
	line-height: 1.8;
}

.sub_box2in p a{
	display: inline-block;
}


.sub_box3in{
	width: 80%;
	margin: 0 auto;
	text-align: left;
}

.sub_box3in p{
	line-height: 2.0;
}

.sub_box .button1{
	margin: 46px auto 0;
}

/*-----------------------------------------------------
works archive
-------------------------------------------------------*/
.works_box{
	padding: 60px 0 0 0;
}


.works_box ul{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	gap: 30px 2.75%;
}

.works_box ul li{
    width: 31.5%;
    box-sizing: border-box;
}

.works_box ul li a{
    display: block;
}

.works_box ul li a:hover{
	text-decoration: none;
}

.works_box ul li .img{
    width: 100%;
	height: 220px;
	display: block;
	overflow: hidden;
	border-radius: 2px;
}

.works_box ul li img{
    width: 100%;
	height: auto;
	display: block;
	transition-duration: 1.5s;
}

.works_box ul li img:hover{
	transform: scale(1.1);
	transition-duration: 1.5s;
}

.works_box ul li .txt{
	padding: 10px 0 0 0;
}

.works_box ul li span.t{
    line-height: 1.7;
    display: block;
	font-weight: bold;
}

.works_box ul li .cat{
	display: block;
	padding: 20px 0 0 0;
}

.works_box ul li span.cat1{
    font-size: 13px;
    display: inline-block;
	padding: 7px 12px;
    background: #333;
	color: #fff;
	border-radius: 8px;
	font-weight: bold;
}

/*-----------------------------------------------------
works single
-------------------------------------------------------*/
.works_box2{
	max-width: 1000px;
	margin: -30px auto 0;
	padding: 120px 0 100px 0;
	box-sizing: border-box;
	text-align: left;
	background: #fff;
}

.works_box2in{
	width: 80%;
	margin: 0 auto;
	text-align: left;
}

.works_box2 span.ct{
    text-align: right;
    display: block;
    margin: 0 0 36px;
    font-size: 14px;
}

.works_box2 span.img img{
	width: 100%;
    margin: 0 0 16px;
}

.works_box2 span.t{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    display: block;
    margin: 0 0 36px;
}

.work_editor{
  	display:-webkit-box;
	display: -webkit-flex;
  	display:-ms-flexbox;
  	display:flex;
}

.work_editor{
  	display:-webkit-box;
	display: -webkit-flex;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	gap: 10px 1.25%;
	margin: 0 0 46px;
}

.work_editor p{
	width: 19%;
	height: 100px;
	overflow: hidden;
	display: inline-block;
  	display:flex;
    align-items: center;
}

.work_editor p img{
	width: 100%;
	height: auto!important;
}


.works_box2 span.txt{
    line-height: 1.8;
}



/*-----------------------------------------------------
archive news
-------------------------------------------------------*/

.news_box{
    padding: 60px 0 0 0;
}

.news_box ul{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin: 0 0 36px;
}

.news_box ul li{
    width: 49%;
    box-sizing: border-box;
	margin: 0 0 26px;
}

.news_box ul li a{
    display: block;
}

.news_box ul li a:hover{
	text-decoration: none;
}

.news_box ul li dl{
	display: table;
}

.news_box ul li dl dt{
	display: table-cell;
}

.news_box ul li dl dt span{
	display: block;
	width: 180px;
	height: 110px;
	overflow: hidden;
}

.news_box ul li dl dt img{
	width: 100%;
}

.news_box ul li dl dd{
	display: table-cell;
	vertical-align: top;
	padding: 0 16px 16px 16px;
	box-sizing: border-box;
}

.news_box ul li dl dd span.t{
	font-weight: bold;
	line-height: 1.5;
}

.news_box ul li dl dd span.time{
	font-size: 13px;
	display: block;
	margin: 0 0 16px;
}


/*-----------------------------------------------------
news single
-------------------------------------------------------*/
.news_box2{
	max-width: 1000px;
	margin: -30px auto 0;
	padding: 120px 0 100px 0;
	box-sizing: border-box;
	text-align: left;
	background: #fff;
}

.news_box2in{
	width: 80%;
	margin: 0 auto;
	text-align: left;
}

.news_box2 span.time{
    text-align: right;
    display: block;
    margin: 0 0 36px;
    font-size: 14px;
}
.news_box2 span.t{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    display: block;
    margin: 0 0 36px;
}

.news_box2 span.txt{
    line-height: 1.8;
}

.news_box2 span.img{
	display: block;
	padding: 0 0 26px 0;
	text-align: center;
} 

.news_box2 span.img img{
	max-width: 90%;
	margin: 0 auto;
} 

.news_box2 span.txt img{
    max-width: 80%;
    margin: 0 auto;
    display: block;
    padding: 26px 0;
}

/*-----------------------------------------------------
price
-------------------------------------------------------*/
.price_box{
	width: 1000px;
	margin: -30px auto 0;
	padding: 120px 0 100px 0;
	box-sizing: border-box;
	text-align: left;
	background: #fff;
}

.price_boxin{
	width: 80%;
	margin: 0 auto;
	text-align: left;
}

.price_box h3{
	display: block;
	font-size: 24px;
	margin: 0 0 36px;
	position: relative;
    font-family: source-han-sans-japanese,sans-serif;
    font-weight: 700;
    font-style: normal;
}

.price_box h3::after {
    content: '';
    position: absolute;
    width: 80px;
    height: 1px;
    top: 50%;
    bottom: 50%;
    left: -100px;
    background: #333;
    z-index: 1;
	margin: 1px 0 0 0;
}

ul.price_col{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	margin: 0 0 26px;
}

ul.price_col li{
	width: 32%;
}

ul.price_col li img{
	width: 100%;
}

.price_box span.tc{
	display: inline-block;
	margin: 0 0 26px;
	background: #f7d74f;
	padding: 10px 26px;
	font-size: 16px;
	font-weight: bold;
}

.price_box span.txt{
	line-height: 1.8;
	display: block;
	margin: 0 0 56px;
}

.price_box span.txt2{
	line-height: 1.8;
	display: block;
	margin: 0 0 26px;
}

.price_box .tb table{
	width: 100%;
	border-collapse:  collapse;
	margin: 0 0 36px;
}

.price_box .tb table th{
	border: 1px solid #ccc;
	padding: 16px 20px;
	font-size: 16px;
	font-weight: bold;
	width: 32%;
	line-height: 1.3;
}

.price_box .tb table td{
	border: 1px solid #ccc;
	padding: 16px 20px;
	font-size: 16px;
	font-weight: bold;
	width: 18%;
	line-height: 1.3;

}

ul.price_col2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin: 0 0 0;
}

ul.price_col2 li{
	width: 23%;
	margin: 0 0 16px;
}

ul.price_col2::after{
	width: 23%;
    content: "";
	display: block;
}

ul.price_col2 li img{
	width: 100%;
}

ul.price_col2 li span.t{
	line-height: 1.5;
	display: block;
	text-align: center;
	font-size: 15px;
	padding: 6px 0 0 0;
}


/*-----------------------------------------------------
flow
-------------------------------------------------------*/

.flow_box{
	width: 100%;
}


.flow_box ul li{
	background: #fff;
	padding: 30px 0px 30px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flow_box ul li div.l{
	width: auto;
	overflow: hidden;
}

.flow_box ul li div.m{
	width: 56%;
	height: 100%;
}

.flow_box ul li div.r{
	width: 28%;
	height: 100%;
}

.flow_box ul li div.l span.step{
    font-size: 18px;
    display: block;
    color: #f4ba00;
    margin: 0 0 20px;
    font-family: din-2014, sans-serif;
    font-weight: 700;
    font-style: normal;
	text-align: center;
	position: relative;
	z-index: 1;
}

.flow_box ul li div.l span.nb{
	display: block;
	font-weight: bold;
    font-size: 60px;
	padding: 0px 0 0 0;
	line-height: 1.0;
}


.flow_box ul li div.l span.step::before{
	content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 300px;
    background: #f4ba00;
	top: 100px;
    left: 22px;
    z-index: 2;
}

.flow_box ul li div.m span.t{
	font-weight: bold;
	display: block;
	line-height: 1.3;
	margin: 0 0 16px;
}

.flow_box ul li div.m span.txt{
	line-height: 1.8;
}

.flow_box ul li div.r span.img{
	width: 100%;
}

.flow_box ul li div.r span.img img{
	width: 100%;
	display: block;
}

/*-----------------------------------------------------
company
-------------------------------------------------------*/
.company_box{
	width: 100%;
}

.company_boxin{
	width: 1100px;
	margin: 0 auto;
	padding: 60px 0 120px 0;
	box-sizing: border-box;
	text-align: left;
}

.company_box2{
	width: 1000px;
	margin: -30px auto 0;
	padding: 120px 0 100px 0;
	box-sizing: border-box;
	text-align: left;
	background: #fff;
}

.company_box dl{
	width: 80%;
	margin: 0 auto;
	border-bottom: 1px solid #ddd;
	display: table;
	text-align: left;
}

.company_box dl dt{
	width: 30%;
	display: table-cell;
	padding: 26px 0;
	font-weight: bold;
	vertical-align: middle;
}

.company_box dl dd{
	width: 70%;
	display: table-cell;
	padding: 26px 0;
	vertical-align: middle;
	line-height: 1.8;
}
/*-----------------------------------------------------
contact
-------------------------------------------------------*/

.contact_box{
	text-align: left;
}

.contact_box span.txt{
	display: block;
	margin: 0 0 56px;
	line-height: 1.8;
	text-align: left;
}

.contact_tb{
	width: 100%;
	box-sizing: border-box;
	background: #fff;
	border-collapse:0;
	border-spacing:0;
}

.contact_tb td{
	line-height: 1.5;
	border-bottom: 1px solid #eaeaea;
}

.contact_tb td.tdl{
	width: 25%;
	padding: 24px 16px 24px 0;
	background: #fff;
	box-sizing: border-box;
}

.contact_tb td.tdr{
	width: 75%;
	padding: 24px 20px 24px 20px;
	background: #fff;
	box-sizing: border-box;
}

.contact_tb td span.hissu{
	display: inline-block;
	margin: 0 0 0 8px;
	background: #f4ba00;
	padding: 2px 6px;
	font-size: 11px;
	color: #FFF;
	line-height: 1.0;
	border-radius: 3px;
}

.contact_tb td input[type=text],[type=email],[type=tel]{
	background-color: #FFF;
	border:1px solid #ccc;
	padding:8px 10px;
	color: #444;
	width: 65%;
	font-size: 14px;
	display: block;
}

.contact_tb td span.input_s input[type=text]{
	background-color: #FFF;
	border:1px solid #ccc;
	padding:8px 10px;
	color: #333;
	width: 20%;
	display: inline-block;
	font-size: 14px;
	margin: 0 0 16px;
}


.contact_tb td label{
	display: inline-block;
	margin: 0 10px 0 0;
}

.contact_tb select{
	border:1px solid #ccc;

}

.contact_tb input[type=radio]{
	display: inline-block;
	position: relative;
	top:1px;
	margin: 6px 0;
}

.contact_tb input[type=checkbox]{
	display: inline-block;
	position: relative;
	top:2px;
	margin: 6px 0;
}

.contact_tb td input[type=file]{
	display: block;
	margin: 0 0 10px;
}

.contact_tb td span.txt{
	display: inline-block;
	margin: 0 16px 0 0;
}

.contact_tb td span.txt2{
	display: inline-block;
	margin: 0 16px 0 10px;
}


.contact_tb td textarea{
	background-color: #FFF;
	border:1px solid #ccc;
	padding:12px 10px;
	color: #444;
	line-height: 1.5;
	width: 90%;
	font-size: 14px;
}


.contact_bt{
	width: 100%;
	box-sizing: border-box;
	background: #fff;
	padding: 40px 0px 60px 0px;
	border-collapse:0;
	border-spacing:0;
}

.contact_box table.contact_bt td{
	text-align: center;
}

.contact_box table.contact_bt td input.submit{
	padding: 18px 80px;
	font-weight: bold;
	cursor: pointer;
	border-style: none;
	border-radius: 4px;
	font-weight: bold;
	line-height: 1.0;
	text-align: center;
	color: #222;
	background: #f7d74f;
	font-size: 15px;
	margin: 0 10px;
}

.contact_box table td input.submit:hover{
	text-decoration: none;
	background: #f3cf39;
}




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

#breadcrumb{
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 220px 36px 0 0;
	font-size: 15px;
}

#breadcrumb ul{
    display: flex;
	justify-content: flex-end;
}

#breadcrumb ul li{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    white-space: nowrap;
}

#breadcrumb ul li a{
    display: inline-block;
    text-decoration: none;
	color: #333;
}

#breadcrumb ul li::after {
    content: '>';
    padding: 0px 8px;
}


#breadcrumb ul li:last-child::after {
    content: none;
    padding: 0px;
}


/*-----------------------------------------------------
single_pager
-------------------------------------------------------*/
.single_pager{
	max-width: 1000px;
	margin: 60px auto 0;
}

.single_pager ul{
  	display:-webkit-box;
	display: -webkit-flex;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.single_pager ul li{
	width: 45%;
	line-height: 1.5;
}


.single_pager ul li:nth-child(2){
	width: 7%;
}

.single_pager ul li:nth-child(3){
	text-align: right;
}

.single_pager ul li span.label{
	display: block;
	font-weight: bold;
}

.single_pager ul li span.title{
	font-size: 15px;
}


.single_pager ul li img{
	width: 100%;
}

/*-----------------------------------------------------
pagenation
-------------------------------------------------------*/

.pagenation{
	width: auto;
	text-align: center;
	padding-top: 60px;
	margin: 0 auto;
}

a.page-numbers,
.pagination .current{
    color: #000;
	text-align: center;
	line-height: 1;
	margin: 2px 3px 2px 0;
	padding: 14px 16px;
	display: inline-block;
	background: #fff;
	border: 1px solid #ccc;
	text-decoration: none;
}

.current {
    color: #fff;
	background: #333;
	text-align: center;
	line-height: 1;
	margin: 2px 3px 2px 0;
	padding: 14px 16px;
	display: inline-block;
	text-decoration: none;
}

a.page-numbers:hover,
.pagination a:hover .current a:hover {
	color: #fff;
	background: #333;
	border: 1px solid #333;
	text-decoration: none;
}




