@import url('https://fonts.googleapis.com/css2?family=Sacramento&display=swap');
@charset "utf-8";

/*--------------------------------------
  リセット
--------------------------------------*/
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-style: normal;
font-weight: normal;
font-size: 100%;
vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {display: block;}
img {vertical-align: top;border: 0;}
button {font-size: 100%;}
.clear {clear: both;}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {display:block;}
aside {overflow: hidden;}
/*--------------------------------------
  table
--------------------------------------*/
table {border-collapse: collapse;margin-bottom: 10px;width:100%;border: 1px solid #ddd;}
table th,table td {padding: 10px 0px;display: block;text-align: center;}
table th {background-color: #eee;border-bottom: 1px solid #fff;font-weight:600;}
.tel-number a {color:#222;}
table td {padding:10px;}
/*--------------------------------------
  クリアフィックス
---------------------------------------*/
.clearfix:after {visibility: hidden;height: 0;display: block;font-size: 0;content: " ";clear: both;}
* html .clearfix {zoom: 1;}
*:first-child+html .clearfix {zoom: 1;}
/*--------------------------------------
  画像
--------------------------------------*/
img {max-width: 100%!important;height: auto;}
.alignright {float: right;margin: 0 0 24px 24px;}
.alignleft {float: left;margin: 0 24px 24px 0;}
.aligncenter {display: block;margin: 0 auto;}
/*--------------------------------------
  リンク
--------------------------------------*/
a {color: #337ab7;text-decoration: none;}
a:hover {color: #f3f3f3;}
/*--------------------------------------
  全体定義
--------------------------------------*/
html {font-family : verdana, sans-serif;font-size : 100%;line-height : 1.6;color: #333;}
body {margin: 0;padding: 0;font-family: "Helvetica Neue","メイリオ","ＭＳ Ｐゴシック","ヒラギノ角ゴシック","Helvetica,Arial",sans-serif;font-size: 14px;line-height: 1.42857143;color: #333;}
/*--------------------------------------
  見出しベース
--------------------------------------*/
h1,h2,h3,h4,h5,h6 {margin-bottom: 24px;}
h1 {font-size: 28px;}
h1#page-child_tit{font-weight:600;font-size:1.5em;border-bottom: solid 3px #ccc;position: relative;padding: 20px 0;}
h1#page-child_tit:after {position: absolute;content: " ";display: block;border-bottom: solid 3px #c8161d;bottom: -3px;width: 30%;}
h1#post_title{font-weight:600;font-size:1.5em;border-bottom: solid 3px #ccc;position: relative;padding-bottom:5px;margin-bottom:15px;}
h1#post_title:after {position: absolute;content: " ";display: block;border-bottom: solid 3px #c8161d;bottom: -3px;width: 30%;}
h2 {font-size: 24px;line-height: 1.5;}
h2.top_subtit,h2.top-news_subtit {overflow:hidden;font-size:25px;text-align:center;color:#222;margin:0;margin-bottom:25px;}
h2 span:before {content: "";display: block;width: 30px;height: 2px;background: #222;margin: .35em auto 1.25em;}
h2 span {display: block;font-size: 50%;letter-spacing: .1em;font-weight:600;}
#p_article_body h2,#p_article_body01 h2 {text-align: center;padding: 26px 0;border-top: 1px solid #eee;border-bottom: 1px solid #eee;font-size:1.5em;margin-bottom:45px;font-weight:600;}
#article_body02 h2.omoi_tit{border-bottom:1px solid #222;padding:15px 0px;border-top:none;text-align:left;font-size:1.3em;}
#article_body02 h2.access_tit{border-bottom:1px solid #222;padding:15px 0px;border-top:none;text-align:left;font-size:1.3em;}
#article_body02 h2 {font-size:1.3em;border-bottom:1px solid #222;padding:10px 0px}
h3 {font-size: 20px;line-height: 1.5;}
h3.a_txt {font-size: 18px;padding-top: 10px;}
h3.t_form_tit {font-size:16px;padding-bottom: 10px; text-align:center;}
h3.tinrbx_subtit {text-align:center;font-size:16px;font-weight:800;}
h3.cpy_subtit {font-weight:600;font-size:1em;text-align:center;}
h3.sdgs_subtit {border-bottom: 1px solid #222;padding: 15px 0px;border-top: none;text-align: left;font-size: 1.2em;font-weight:600;}
/*--------------------------------------
  ヘッダ見出し
--------------------------------------*/
#header {width: 100%;height: 70px;z-index:9999;position: absolute;}
.hcontents {display: flex;justify-content: space-between;}
.logo a{line-height:70px;color:#000;}
.logo_inner{height:70px;}
.logo img {height:70px;}
#fixed-header {
  position: fixed;
  top: -70px;  
  width: 100%;
  height: 70px;
  line-height: 70px;
  background:#fff;
  box-sizing: border-box;
  transition: .5s;
z-index:9999;
display: flex;justify-content: space-between}
#fixed-header.is-show {
  top: 0;
}
/*--------------------------------------
  ナビゲーション
--------------------------------------*/
.nav-collapse {}
.nav_02{padding: 20px;}
.nav_02 a{color: #fff;}

#g-nav{
    position:fixed;
    z-index: 999;
	width:100%;
}
#g-nav li{list-style: none;}
#g-nav.panelactive{
    left: 0;
}

#g-nav.panelactive #g-nav-list{
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}


.openbtn{position:fixed;z-index: 999;cursor: pointer;width:50px;height:50px;right:0;top:10px;}
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background-color: #000;
  	width: 45%;
  }
#header.header-color .openbtn span{background-color: #222;}
.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
	background:#ccc;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;background:#ccc;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;background:#ccc;
}

.globalnav-wrap {font-size: 16px;color: #fff;}
.globalnav .dropdown-btn {
    position: relative;
    display: inline-block;
    padding: 20px;
    cursor: pointer;
}
a.drpd_link{color:#fff;}
.globalnav .dropdown-btn:hover {background:#666;}
.nav-button-wrap {
    display:block;
    position:absolute;
    right:0px;
    top:0px;
    z-index:1000;
    cursor: pointer;
    padding:15px;
    height:53px;
  }
.globalnav {display:none;}
.globalnav .close {display:none;}
.globalnav-wrap.open #g-nav .globalnav {
display: block;
    padding: 80px 20px 0;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
.globalnav-wrap.open .globalnav li {display:block;}
.globalnav-wrap.open .globalnav li:hover {background:transparent;}
.globalnav .dropdown li a {color: #fff;}
.globalnav .dropdown {
      display:block;
      position:static;
      background:transparent;
z-index: 1000;
    background-color: rgba(0, 0, 0, 0.70);
    position: absolute;
    left: 0;
    top: 55px;
    padding: 10px 20px;
    display: none;
}
.globalnav-wrap.open .globalnav .dropdown {
    display: block;
    position: static;
    background: transparent;
}
/*--------------------------------------
  コンテンツエリア
--------------------------------------*/
#contents {width: 100%;line-height: 1.6;position: relative;}
#contents p {margin-bottom: 2.1em;line-height: 1.9em;}
#page-body {background: #fff;}
#p_article_body {padding:30px 15px;background:#fff;}
#p_article_body01 {padding:30px 15px;background:#fff;}
.inner_s {padding:30px 15px;}
.inner_t {padding:30px 15px;}
.post_body {margin: 30px 0px;padding:0 15px;}
#article_body{padding: 30px 0 60px 0;}
#article_body02{padding-bottom: 60px;}
#article_body02 p{font-size:1em;line-height: 2;margin: 0 0 2em 0;}
#article_body02 img{margin-bottom:15px;}
/*--------------------------------------
  fade
--------------------------------------*/
.fade {transition: opacity 0.7s;-moz-transition: opacity 0.7s;-webkit-transition: opacity 0.7s;-o-transition: opacity 0.7s;transition: transform 0.7s;-moz-transition: transform 0.7s;-webkit-transition: transform 0.7s;-o-transition: transform 0.7s;}
/*--------------------------------------
  slide
--------------------------------------*/
#top-slider{width: 100%;height: 100vh;}
/*@import url('https://fonts.googleapis.com/css2?family=Sacramento&display=swap');*/
#top-slider h2{position: absolute;z-index: 2;top: 35%;left: 5%;text-align: center;font-size:8vw;letter-spacing: 0.1em;text-transform: uppercase;color: #fff;font-family: 'Sacramento', cursive;font-weight:600;}
#top-slider p{position: absolute;z-index: 2;top: 55%;left: 5%;text-align: center;font-size:6vw;letter-spacing: 0.1em;text-transform: uppercase;color: #fff;font-family: 'Sacramento', cursive;font-weight:600;}
/*--------------------------------------
  トップページ
--------------------------------------*/
@-webkit-keyframes zoomUp {
  0% {-webkit-transform: scale(1);transform: scale(1);}
  100% {-webkit-transform: scale(1.15);transform: scale(1.15);}
}
@keyframes zoomUp { /* 1.15倍させる指定 */
  0% {-webkit-transform: scale(1);transform: scale(1);}
  100% {-webkit-transform: scale(1.15);transform: scale(1.15);}
}


#service {background:#fff;margin-bottom:45px;}
.top_contents_box {overflow: hidden;background:#fff;position: relative;z-index:10;}
.top_contents01{text-align:center;margin-bottom:25px;padding:30px 15px;}
.intoro01{font-size:20px;font-weight:600;margin-bottom:15px;}
.cpy_intoro p{text-align:center;}
.top_sv-item1{background-repeat: no-repeat;background-size: cover;background-position: center top;}
.top_sv-item1:nth-child(1) {background-image:url(/images/top-service1.jpg);}
.top_sv-item1:nth-child(2) {background-image:url(/images/top-service2.jpg);}
.top_sv-item1:nth-child(3) {background-image:url(/images/top-service3.jpg);}
.ef_top_item{background-color: rgba(0, 0, 0, 0.30);padding: 50px 25px;}
.out_mask{display:block;margin-bottom:20px;}
.top_s_main_tit{display:block;color:#fff;font-size:1.3em;font-weight:600;}
.top_s_subtit{display:block;color:#fff;}
.top_s_contxt{display:block;color:#fff;line-height: 2;}
.news_inner{padding:30px 15px;}
.news_box_sp{background: #fff;}
.news_box {overflow:hidden;}
.top-cat{background: #222;padding: 2.5px 22px;display: inline-block;min-width:90px;text-align:center;}
.top-cat a {color:#fff;}
.news_tit {color:#000;font-size: 1.2rem;font-weight: 500;line-height: 1.75;border-bottom:1px #ddd solid;padding: 5px 0;}
.news_list .top-date {display: inline-block;padding: 16px 0;font-family: Oswald;text-align: right;margin-right:10px;}



#company-profile {padding:55px 0px;}
#company-profile_titbox{width:100%;height:500px;background-image:url(/images/top-company-bkimg999.jpg);background-repeat:no-repeat;background-size: cover;background-color: rgba(0, 0, 0, 0.26);}
#company-tit{display: flex;height:500px;justify-content: center;align-items: center;margin: 0;width: 100%;background-color: rgba(0, 0, 0, 0.20);}
.top_company_tit {display: flex;overflow: hidden;color: #aa8f7b;font-family: 'Josefin Sans', sans-serif;font-size:1.3em;}
.top_company_tit span {display: block;transform: translate(0, 105%);transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;color:#fff;font-size:1.2em;}
h2.top_company_tit span:before{content:none;}
.top_company_tit.-visible span {transform: translate(0, 0);}
.top_company_tit span:nth-child(2) {transition-delay: 0.06s;}
.top_company_tit span:nth-child(3) {transition-delay: 0.12s;}
.top_company_tit span:nth-child(4) {transition-delay: 0.18s;}
.top_company_tit span:nth-child(5) {transition-delay: 0.24s;}
.top_company_titspan:nth-child(6) {transition-delay: 0.30s;}
.top_company_tit span:nth-child(7) {transition-delay: 0.36s;}
.top_company_tit span:nth-child(8) {transition-delay: 0.42s;}
.top_company_tit span:nth-child(9) {transition-delay: 0.48s;}
.top_company_tit span:nth-child(10) {transition-delay: 0.54s;}
.top_company_tit span:nth-child(11) {transition-delay: 0.6s;}
.top_company_tit span:nth-child(12) {transition-delay: 0.66s;}
.top_company_tit span:nth-child(13) {transition-delay: 0.72s;}
.top_company_tit span:nth-child(14) {transition-delay: 0.78s;}
.top_company_tit span:nth-child(14) {transition-delay: 0.84s;}
.tab_con_box{padding:0 15px;}
.tab_con_box h2{font-size:1.3em;text-align:center;}
.tab_con_l img{margin-bottom:20px;width: 100%;}
.tab_con_r{}
.tab_con_r h2{font-size: 1.3em;font-weight:600;}
.gmap {height: 0;overflow: hidden;padding-bottom: 56.25%;position: relative;margin-bottom:25px;}
.gmap iframe {position: absolute;left: 0;top: 0;height: 100%;width: 100%;}


#form {background:#fdf8f0;padding:40px 0;}
.top-inbx {width: 100%;height: 350px;position: absolute;display: -webkit-box;-webkit-box-pack: center;-webkit-box-align: center;background:rgba(27,63,93,0.2) ;}
p.t-inbx_subcon {margin:0;color:#fff;font-weight:500;text-align:center;font-size:20px;}
.t-inbx_subcon a{color:#fff;}
.t_tit_box {padding:20px 0px;background:#3399FF;}
.t_tit_s_box {padding:20px 0px;}
.t-subs_tit p {color:#cd2653;font-size: 1.4em;text-align:center;margin:0;}
.t-subs_tit_s {color:#fff;font-size: 0.8em;}
.txt_box{padding-bottom: 20px;color: #222;font-size: 1.2em;}
.txt_subtit {overflow:hidden;padding: 20px 0px;}
.aicon_l {float:left;width:20%;}
.aicon_l img {width:50px;}
.aicon_r {float:left;width:79%;margin-left:1%;}
.aicon_r  p {font-size:0.9em;}



.t-inrbx_c {padding:40px 0px;}
.tinrbx_con {padding: 10px;}
.tinrbx_con p {margin: 0;font-size: 1.1em;}
.t-inrbx img{width: 100%;}
.map_bx_l {padding-bottom:20px;}
.form_inner_l {border: 2px solid #222;margin:0px 30px;padding:15px 0;}
.form_inner_l p{text-align:center;font-size:1.5em;margin:0;}
.form_inner_l a{color:#222;}
.form_bx_l{padding-bottom:40px;}
/*--------------------------------------
  リンク
--------------------------------------*/
.t_more_inner{padding: 0px 20px;}
.t_more_t {padding: 15px 0px;text-align: center;}
.t_more_t a {font-size: 1em;color:#fff;border:2px solid #fff;padding:10px 60px;}
.t_more_t a:hover {background: #f4f4f4;}
.t_more_f {margin-top: 30px;text-align: center;padding: 0 30px;}
.t_more_f a{font-size: 1em;color: #fff;padding: 20px 0;background: #c8161d;display: block;}
.t_more_f a:hover {background: #f4f4f4;}
.t_more_news{margin-top: 30px;text-align: center;padding: 0 30px;}
.t_more_news a{font-size: 1em;color: #444;padding: 20px 0;border: 2px solid #444;display: block;}
.t_more_news a:hover {background: #f4f4f4;}
p.f_in_con {text-align:center;font-size: 1em;}
/*--------------------------------------
  フッター
--------------------------------------*/
.footer-center {padding:15px 0px;}
.footer-nav {text-align: center;}
.footer-center ul li {display: inline-block;width: 40%;}
.footer-center ul li a{line-height: 30px;padding: 0 30px;color:#222;}
.f_inner {padding:10px 0px;overflow: hidden;}
p.copyright {text-align: center;margin: 0px;color: #222;padding: 10px 0px;}
/*--------------------------------------
  TOPへ戻る スマホ固定型
--------------------------------------*/
#page-top {position: fixed;bottom: 40px;right: 10px;}
#page-top a {text-decoration: none;color: #fff;padding: 15px 15px;display: block;font-size: 18px;background: #444 left top repeat;}
#page-top a:hover {text-decoration: none;background: #aaa;color: #fff;}
/*--------------------------------------
  post
--------------------------------------*/
.post-hbx {height:250px;width: 100%;display: inline-block;background-size: cover;background-repeat: no-repeat;background-position:center center;background-image: url(/images/archive-topimg01.jpg);}
.post_hbx_in {height:250px;display: -webkit-box;-webkit-box-pack: center;-webkit-box-align: center;background-color: rgba(0, 0, 0, 0.10);}
.post-cat-tit {font-size: 1.3em;margin: 0px;color: #fff;font-weight: bold;}
.post-cat-tit a{color:#fff;}
.post-hbx01 {height:250px;width: 100%;display: inline-block;background-size: cover;background-repeat: no-repeat;background-position:center center;background-image: url(/images/post-topimg.jpg);}
.post_hbx01_in {height:250px;display: -webkit-box;-webkit-box-pack: center;-webkit-box-align: center;}
.post-hbx_contact {height:250px;width: 100%;display: inline-block;background-size: cover;background-repeat: no-repeat;background-position:center center;background-image: url(/images/post-topimg-contact.jpg);}
.post-hbx_products {height:250px;width: 100%;display: inline-block;background-size: cover;background-repeat: no-repeat;background-position:center center;background-image: url(/images/products-topimg.jpg);}
.post-hbx_omoi {height:250px;width: 100%;display: inline-block;background-size: cover;background-repeat: no-repeat;background-position:center center;background-image: url(/images/omoi-top-img01.jpg);}
.post-hbx_businesscontent {height:250px;width: 100%;display: inline-block;background-size: cover;background-repeat: no-repeat;background-position:center center;background-image: url(/images/page-businesscontent-topimg.jpg);}
.post-hbx_company{height:250px;width: 100%;display: inline-block;background-size: cover;background-repeat: no-repeat;background-position:center center;background-image: url(/images/page-company-topimg.jpg);}
.post-hbx_access{height:250px;width: 100%;display: inline-block;background-size: cover;background-repeat: no-repeat;background-position:center center;background-image: url(/images/page-access-topimg.jpg);}
.new-post{margin-bottom:40px; padding:30px 15px;}
.new-post_area{}
h2.new-post_tit {display:flex;align-items:center;justify-content: center;}
h2.new-post_tit span{font-size:1.5rem;padding-right:12px;letter-spacing:.02em;}
h2.new-post_tit span:before {content:none;}
.new-post_list{padding:45px 0.5%;border-bottom:1px solid #ccc;}
.new-post_list a{display:block;}
.thumb_box{overflow: hidden;}
.thumb_box img{width:100%;height: 150px;display: block;transition: 0.5s;}
.thumb_box img:hover {transform: scale(1.2, 1.2);}
.entry_box{color:#222;}
#category_list{}
#category_list ul{}
#category_list ul li{list-style:none;color:#222;font-size:1rem;padding:20px 5px;}
#category_list ul li a{color:#222;}
.sideber_tit{padding:20px 20px;background: #c8161d;text-align:center;}
.sideber_tit span{color:#fff;}
.sideber_tit h2{font-weight:600;font-size:1.3em;color:#fff;margin:0;}
#contents .entry_box p{margin:0;}
.p_entry_tit{font-weight:600;font-size:1.3em;}
/*--------------------------------------
  page
--------------------------------------*/
#contents #page_title {font-size: 24px;text-align: center;background: #1B435D;color:#fff;padding:15px 0px;margin:0;}
.page-hbx {height:250px;width: 100%;display: inline-block;background-size: cover;background-repeat: no-repeat;background-position:center center;background-image: url(images/about-header-img.webp);}
.page_hbx_in {height: 250px;display: -webkit-box;-webkit-box-pack: center;-webkit-box-align: center;background:rgba(27,63,93,0.3) ;}
.page-hbx h1 {color: #fff;font-weight: 700;font-size:1.3em;text-align:center;margin: 0;}
.p_hbx_tit p {color: #fff;font-size:1.7em;text-align: center;font-weight: 700;}
#page-subtit{position: relative;width:130px;height:130px;margin: 0 auto;z-index: 1000;top: -70px;background-color: rgba(0, 0, 0, 0.80);}
h2#page_tit_sub{width: 100%;text-align: center;position: absolute;top: 50%;-ms-transform: translateY(-50%);-webkit-transform: translateY(-50%);transform: translateY(-50%);color: #fff;font-size: 1.2em;margin:0;}


.about_list{}
.p-list_l{}
.p-list_l a{display:block;width: 100%;height: 100%;}
.p-list_l:nth-child(1) .list_img:after {
background: url(/images/unnamed-4.jpg) no-repeat center center;
}
.p-list_l:nth-child(2) {}
.p-list_l:nth-child(2) .list_img:after {
background: url(/images/rinen.jpg) no-repeat center center;
}
.p-list_l:nth-child(3) {}
.p-list_l:nth-child(3) .list_img:after {
background: url(/images/kankyo.jpeg) no-repeat center center;
}
.p-list_l:nth-child(4) {}
.p-list_l:nth-child(4) .list_img:after {
background: url(/images/company-gaiyo.jpg) no-repeat center center;
}
.p-list_l:nth-child(5) {}
.p-list_l:nth-child(5) .list_img:after {
background: url(/images/teikei.jpeg) no-repeat center center;
}
.p-list_l:nth-child(6) {}
.p-list_l:nth-child(6) .list_img:after {
background: url(/images/access.jpg) no-repeat center center;
}
h3.p-list_tit{
font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
    padding: 0 60px;
    position: absolute;
    z-index: 3;
    left: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.list_img {
position: relative;
overflow: hidden;
max-width: 	100%;
height: 250px
}
.list_img:after {
position: absolute;
content: "";
display: block;
width: 100%;
height: 100%;
top: 0;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
background-size: cover;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
transition: all .3s ease-out;
}
.list_img:hover:after {
opacity: .8;
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.list_img a {
position: relative;
display: flex;
align-items: center;
justify-content: center;
z-index: 1;
height: 100%;
text-decoration: none;
color: #fff
}


.service_con{}
.service_con {
background: url(/images/top-service1.jpg) no-repeat center center;
background-size: cover;
}
.service_con:nth-child(2) {
background: url(/images/top-service2.jpg) no-repeat center center;
background-size: cover;
}
.service_con:nth-child(3) {
background: url(/images/top-service3.jpg) no-repeat center center;
background-size: cover;
}
.service_item{background: rgba(0,0,0,0.5);}
.service_item_inner{padding:30px;}
#service_page .service_con:nth-child(even) .service_item {}
#p_article_body01 .service_item h2{border:none;color:#fff;font-weight:600;margin:0;font-size:1.3em;}
.lead{color:#fff;}
.service_item_inner h2 span:before {content:none;}



#f_item{background: #edf3fc;padding-bottom: 20px;}
.serviceLink {width: 100%;padding-top: 160px;margin-bottom: 40px;overflow: hidden;position: relative;display: block;background: #fff;}
.leftPhoto {width: 100%;float: none;transform: skewX(0deg);z-index: 2;position: relative;display: table;}
.serviceLink .leftPhoto:before {content: "";display: block;width: 0;height: 340px;background: rgba(0,149,218,0.1);z-index: 3;position: absolute;top: 0;left: 0;transition: all 0.3s ease-in-out 0s;}
#s1:after {background: url(images/s1.jpeg) center center no-repeat #f9f8f4;-webkit-background-size: cover;background-size: cover;content: "";width: 100%;height: 160px;position: absolute;top: 0;left: 0;z-index: 1;}
#s3:after {background: url(images/s2.jpeg) center center no-repeat #f9f8f4;-webkit-background-size: cover;background-size: cover;content: "";width: 100%;height: 160px;position: absolute;top: 0;left: 0;z-index: 1;}
.serviceBox {height: auto;width: 100%;padding: 20px 5%;display: table-cell;vertical-align: middle;background: #fff;}
.leftPhoto h3 {transform: skewX(0deg);}
.leftPhoto .servicetxt {transform: skewX(0deg);padding-left: 0;}
.rightPhoto {width: 100%;float: none;transform: skewX(0deg);z-index: 2;position: relative;display: table;}
.serviceLink .rightPhoto:before {content: "";display: block;width: 0;height: 340px;background: rgba(0,149,218,0.1);z-index: 3;position: absolute;top: 0;right: 0;transition: all 0.3s ease-in-out 0s;}
#s2:after {background: url(/images/ss222.jpeg) center center no-repeat #f9f8f4;-webkit-background-size: cover;background-size: cover;content: "";width: 100%;height: 160px;position: absolute;top: 0;right: 0;z-index: 1;}
#s4:after {background: url(/images/ss4.jpg) center center no-repeat #f9f8f4;-webkit-background-size: cover;background-size: cover;content: "";width: 100%;height: 160px;position: absolute;top: 0;right: 0;z-index: 1;}
/*--------------------------------------
  article
--------------------------------------*/
#articlepage_body{}
.article_box{}
.article_area{margin:45px 0;border-bottom:1px solid #ccc;}
.article__item {margin-bottom: 25px;}
.article__item img{width:100%;height:250px;display: block;transition: 0.5s;}
.article__item img:hover {transform: scale(1.1, 1.1);}

.article__item_s {}
.date {float: left;width: 50%;}
.article_cat{float: left;width: 50%;text-align: right;}
.article_list{margin-bottom:20px;}
.article_list ul{margin-bottom: 30px;}
.article_list li{list-style:none;display: inline-block;}
.card_category{font-size: 12px;text-align: center;color: #fff;border-radius: 30px;min-width: 90px;height: 30px;line-height: 30px;padding: 0 20px;display: inline-block;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;background:#444;margin-right: 25px;}
.card__time{color:#ccc;}
h2.article_list_title{font-weight: 600;line-height: 1.6;max-height: 3.2em;overflow: hidden;visibility: visible;word-wrap: break-word;word-break: break-all;font-size:1.2em;color:#222;}
#contents .card__excerpt{    line-height: 2;margin: 20px 0 0 0;max-height: 4em;overflow: hidden;visibility: visible;word-wrap: break-word;word-break: break-all;color:#222;}
/*--------------------------------------
  contact-form
--------------------------------------*/
.wp-cf7-button {clear:both;padding-top: 20px;text-align: center;}
.wpcf7 input[type="submit"]  {font-size: 16px;height: auto;color: #fff;background-color: #FF9933;padding: 10px 60px;border:none;}
span.wp-cf7-icon {color: #e04949;padding: 2px 4px;}
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {border:none;padding: 15px 0px;border:1px solid #ddd;}
input[type="submit"] {-webkit-appearance: none;border-radius: 0;}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="select"],
textarea {width:100%;padding: 10px 0px;}
span.contact_haveto {color:red;}
span.contact_any {color:;}
table.contact_form td{padding:10px;}
#formbtn{display: block; padding:1em 0;width:300px;background:#222;color:#fff;font-size:18px;font-weight:bold;	 border-radius:2px;border: none;margin: 0 auto;}
#formbtn:hover{background:#f4f4f4;color:#222;}
/*--------------------------------------
effect1
--------------------------------------*/
.figure-inner {position: relative;width: 100%;-webkit-perspective: 1000;perspective: 1000;height: 200px;-webkit-transition: .5s;transition: .5s;-webkit-transform-style: preserve-3d;transform-style: preserve-3d;}
.image,
figcaption {position: absolute;width:100%;height: 200px;-webkit-backface-visibility: hidden;backface-visibility: hidden;}
.image {z-index: 2;}
figcaption {background: #fff;box-shadow: 2px 2px 4px gray;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding:15px 5px;}
figure:hover .figure-inner,
figcaption {-webkit-transform: rotateY(180deg);transform: rotateY(180deg);}
/* Material icons */
.material-icons {font-family: 'Material Icons';font-weight: normal;font-style: normal;font-size: 24px;  /* 推奨サイズ */width: 1em;height: 1em;text-transform: none;margin-right: 10px;display: inline-flex;vertical-align: middle;
  /* WebKitブラウザサポート */
  -webkit-font-smoothing: antialiased;
  /* Chrome、Safariサポート */
  text-rendering: optimizeLegibility;

  /* Firefoxサポート */
  -moz-osx-font-smoothing: grayscale;

  /* IEサポート */
  font-feature-settings: 'liga';
}
/*--------------------------------------
  pankuzu
--------------------------------------*/
.pankuzu {}
.pankuzu li {display:inline-block;list-style:none;padding:0 5px;}
.pankuzu li a{color:#222;}
.pankuzu_page {margin-top:10px;}
.pankuzu_page li {display:inline-block;list-style:none;padding:0 5px;}
.pankuzu_page li a{color:#222;}
.pankuzu_inner{padding:0px 15px;}
/*--------------------------------------
 sidebar
--------------------------------------*/
#categories-3 {margin-bottom:40px;list-style: none;}
h2.widgettitle {text-align:center;border-bottom:1px solid #222;padding-bottom:10px;font-weight:600;}
#categories-3 ul {padding:15px 0px;}
#categories-3 ul li a{color:#222;}
.cat-item{list-style: none;padding:10px 0px;}
#category_list{}
#category_list ul{}
#category_list ul li{list-style:none;color:#222;font-size:1rem;padding:20px 5px;border-bottom:1px #ccc solid;}
#category_list ul li a{color:#222;}
.sideber_tit{padding:10px 20px;background: #c8161d;text-align:center;}
.sideber_tit span{color:#fff;}
.sideber_tit h2{font-weight:600;font-size:1.3em;color:#fff;margin:0;}
/*--------------------------------------
 fade
--------------------------------------*/
.fadeUp{animation-name:fadeUpAnime;animation-duration:0.7s;animation-fill-mode:forwards;opacity:0;}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}
.fadeUpTrigger{opacity: 0;}
/*--------------------------------------
 tab
--------------------------------------*/
.tab{display: flex;top: -50px;position: relative;justify-content: center;align-items: center;}
.tab li a{display: block;cursor: pointer;font-size: 16px;height: 50px;line-height:50px;color: #fff;background: rgba(255,255,255,0.3);text-align: center;margin: 0 7px;padding: 0 20px;border-radius: 10px 10px 0 0;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;-webkit-transition: all 0.2s ease;transition: all 0.2s ease;}
.tab li.active a{background:#fff;color:#222;}
.area {display: none;opacity: 0;background: #fff;padding:10px 15x;}
.area.is-active {display: block;animation-name: displayAnime;animation-duration: 2s;animation-fill-mode: forwards;}
.tab_box{width:100%;max-width: 960px;margin:0 auto;background:#fefefe;position: relative;}
.tab_box ul{list-style:none;}
.tab_con_l{}
.area h2{font-size:1.3rem;margin:0 0 20px 10px;}
.area li{padding: 10px; border-bottom: 1px solid #ddd;}
@keyframes displayAnime{
from {opacity: 0;}
to {opacity: 1;}}
/*--------------------------------------
 pagenation
--------------------------------------*/
.pagination{display:flex;justify-content: center;color: #A4A4A4;line-height: 1;margin: 0;padding: 2em 0;}
.page-numbers.current{background: #FFF;color: #6E6E6E;font-weight: bold;border: 1px solid #6E6E6E;margin: 0 1px 0 0;margin: 0 1px 0 0;padding: calc(1em - 1px) 1em;}
.pnavi a{box-sizing: border-box;color: #FFF;text-decoration: none;text-align: center;background: #6E6E6E;border: 1px solid #6E6E6E;min-width: 3em;transition: all .2s;margin: 0 1px 0 0;padding: calc(1em - 1px) 1em;}
.pnavi a:hover{color: #6E6E6E;background: #FFF;border: 1px solid #6E6E6E;}