@charset "UTF-8";

/* ==============================
コメントとか
============================== */

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;box-sizing: border-box;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
body {
    font-family:'Helvetica Neue', 'Helvetica', 'Arial', '游ゴシック', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 1.4rem;
    color:#000;
    background-color:#fff;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  img,
  iframe {
    max-width: 100%;
    vertical-align: bottom;
    height: auto;
  }
  
/* ===============
module
=============== */

/* スタイリングクラス */

.float_l {float:left !important;}
.float_r {float:right !important;}

.mauto {margin-right:auto !important;margin-left:auto !important;}
.pd3per {padding-right: 3% !important;padding-left: 3% !important;}

.mt00 {margin-top:0 !important;}
.mt10 {margin-top:10px !important;}
.mt15 {margin-top:15px !important;}
.mt20 {margin-top:20px !important;}
.mt30 {margin-top:30px !important;}
.mt40 {margin-top:40px !important;}
.mt50 {margin-top:50px !important;}
.mb00 {margin-bottom:0 !important;}
.mb10 {margin-bottom:10px !important;}
.mb15 {margin-bottom:15px !important;}
.mb20 {margin-bottom:20px !important;}
.mb30 {margin-bottom:30px !important;}
.mb40 {margin-bottom:40px !important;}
.mb50 {margin-bottom:50px !important;}
.ml10 {margin-left:10px !important;}
.ml15 {margin-left:15px !important;}
.ml20 {margin-left:20px !important;}
.ml30 {margin-left:30px !important;}
.ml40 {margin-left:40px !important;}
.ml50 {margin-left:50px !important;}
.mr10 {margin-right:10px !important;}
.mr15 {margin-right:15px !important;}
.mr20 {margin-right:20px !important;}
.mr30 {margin-right:30px !important;}
.mr40 {margin-right:40px !important;}
.mr50 {margin-right:50px !important;}


.pt00 {padding-top:0 !important;}
.pt10 {padding-top:10px !important;}
.pt15 {padding-top:15px !important;}
.pt20 {padding-top:20px !important;}
.pt30 {padding-top:30px !important;}
.pt40 {padding-top:40px !important;}
.pt50 {padding-top:50px !important;}
.pb00 {padding-bottom:0 !important;}
.pb10 {padding-bottom:10px !important;}
.pb15 {padding-bottom:15px !important;}
.pb20 {padding-bottom:20px !important;}
.pb30 {padding-bottom:30px !important;}
.pb40 {padding-bottom:40px !important;}
.pb50 {padding-bottom:50px !important;}
.pl10 {margin-left:10px !important;}
.pl15 {margin-left:15px !important;}
.pl20 {margin-left:20px !important;}
.pl30 {margin-left:30px !important;}
.pl40 {margin-left:40px !important;}
.pl50 {margin-left:50px !important;}
.pr10 {margin-right:10px !important;}
.pr15 {margin-right:15px !important;}
.pr20 {margin-right:20px !important;}
.pr30 {margin-right:30px !important;}
.pr40 {margin-right:40px !important;}
.pr50 {margin-right:50px !important;}


.w100par { width: 100%;}
.w20par { width: 20%;}
.w25par { width: 25%;}
.w30par { width: 33.3333%;}
.w60par { width: 66.6666%;}

.bg_general {
  background: #e9e7e2;
}

.pc_none {display: none;}
.sp_only_br{display:none;}

/* 汎用クラス */

a img:hover {
  opacity: 0.9 ;
}
.pos_re {
  position: relative !important;
}
.pos_ab {
  position: absolute !important;
}
.font_s {font-size:12px;}
.font_m {font-size:18px;}
.font_l {font-size:22px;}
.font_bold {font-weight: 700;}
.font_normal {font-weight: 500;}
.ff_rajdhani {font-family: 'Rajdhani', sans-serif;}

.hidetext {text-indent: 100%;white-space: nowrap;overflow: hidden;}
.text_c {text-align: center;}
.text_l {text-align: left;}
.text_r {text-align: right;}
.text_uline {text-decoration: underline;}

.clearfix:after {
  content: ".";
  display: block;
  height: 0.1px;
  clear: both;
  visibility: hidden;
}
.clearfix {
  zoom: 1;
}
.clearboth {
  clear: both;
}
.flex {
  display: flex !important;
}

  /* fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.montserrat {
  font-family: 'Montserrat', sans-serif;
}
.mincho {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}

/* header Gnavi */
header {
  width: 100%;text-align: center;
  padding: 20px 10px;
  position: relative;
}
header::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 10px;
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(173,173,173,0.28335084033613445) 65%, rgba(154,154,154,0.5970763305322129) 100%);
}
.header-in {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;justify-content: space-between;
}
.company_name h1 a {
  font-size: 36px;
  font-weight: 700;
  text-decoration: none;
  color: #000;
}
.company_name h1 span {
  font-size: 18px;
  font-weight: bold;
  padding-left: 1em;
}
.header-in nav ul {
  display: flex;
}
.header-in nav ul li {
  padding: 0 1em;
}
.header-in nav li a {
  color: #000;
  text-decoration: none;
  font-size: 11px;
  line-height: 20px;
  position: relative;
  display: inline-block;
}
.header-in nav li a:hover {
  color: #1e58ac;
}
.header-in nav li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #1e58ac;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.header-in nav li a:hover::after {
  transform: scale(1, 1);
}
span.nav_e {
  display: block;
  font-size: 18px;
  font-weight: 600;
}

.general_block {
  max-width: 1200px;
  margin: auto;
  padding: 70px 10px;
}
.geneal_btn {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  background: #1e58ac;
  padding: 15px;
  text-decoration: none;
  max-width: 300px;
  width: 100%;
}
.geneal_btn:hover {
  background: #000; 
  color: #fff;
}
.top_ttl {    
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 50px;
  line-height: 36px;
}
.top_ttl span {
  display: block;
  font-size: 18px;
  font-weight: normal;
  }
.top_ttl_about {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 50px;
}
.top_about_txt {
  font-size: 16px;
  line-height: 1.8em;
  max-width: 800px;
  margin: 40px auto;
}

.top_news_list ul  {
  max-width: 800px;
  width: 100%;
  margin: auto;
  padding-bottom: 40px;
}
.top_news_list ul li {
  display: flex;
  font-size: 18px;
  padding-bottom: 10px;
  align-items: center;
}
.news_date {
  font-weight: 600;
  min-width: 120px;
  text-align: left;
}
.news_category a {
  color: #1e58ac;
  border: solid 1px #1e58ac;
  padding: 3px 5px;
  font-size: 14px;
  margin-right: 10px;
  white-space: nowrap;
  text-decoration: none;
  display: block;
}
.news_category a:hover {
  color: #fff;
  border: solid 1px #1e58ac;
  background: #1e58ac;
}
.news_detail {
  text-align: left;
}
.news_detail a {
  color: #000;
  text-decoration: none;
}
.news_detail a:hover {
  color: #1e58ac;
}

/* main */
@keyframes moveBg{
  from{
  background-position:0 50%
  }
  to{
  background-position:-3962px 50%
  }
  }
  @keyframes moveBgSp{
  from{
  background-position:0 50%
  }
  to{
  background-position:-2632px 50%
  }
  }
.main_visual_animation {
  position: relative;
  background: url(../img/main.jpg) repeat-x 0 50%;
  background-size: 2000px auto;
  height: 500px;
  box-sizing: border-box;
  animation-name: moveBg;
  animation-duration: 80s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.info_txt {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
  font-size:66px;
  font-weight: bold;
  text-shadow: 0 0 10px #000;
}
.top_service_list ul{
  display: flex;
  justify-content: center;
  padding-bottom: 40px;
}
.top_service_list ul li {
  position: relative;
  padding: 20px;
}
.btn_service {
  position: absolute;
  bottom: 35px;
  right: 0;
  color: #fff;
  font-size: 16px;
  text-align: left;
  background: #1e58ac;
  max-width: 200px;
  width: 70%;
  line-height: 36px;
  padding-left: 5px;
  text-decoration: none;
}
.btn_service:hover {
  bottom: 38px;
}

.btn_service:hover,
.top_service_list ul li a img:hover{
  opacity: 10;
}
.btn_service i {
  position: absolute;
  right: 10px;
  top: 10px;
}
.btn_service:before {
  content: "";
  position: absolute;
  left: -18px;
  top: 0px;
  height: 36px;
  width: 18px;
  background: linear-gradient(
  115deg,transparent 0%,transparent 50%,#1e58ac 50%,#1e58ac 100%);
  z-index: 1;
}
.works_list ul {
  display: flex;
  justify-content: center;
  padding-bottom: 40px;
  align-items: stretch;
}
.works_list ul li {
  position: relative;
  margin:15px;
  width: 300px;
  box-shadow: 0px 0px 15px -5px #777777;
  display: inline-block;
}
.works_list_item {
  text-decoration: none;
  text-align: left;
  color: #000;
}
.works_thum img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.btn_worsk_more {
  position: absolute;
  bottom: 15px;
  right: 15px;
  color: #1e58ac;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
}
.btn_worsk_more i {
  padding-left: 0.5em;
}
.works_date,
.works_info  {
  font-size: 16px;
}
.works_date {
  font-weight: 700;
  padding: 15px;
}
.works_info {
  margin-bottom: 2em;
  padding: 0 15px;
}
.footer-inner {
  background: #e9e7e2;
}
.footer_company_info {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding: 40px 15px;
}
.footer_company_info_l span {
  display: block;
  text-align: left;
  font-size: 16px;
}
.company_name_e a {
  text-decoration: none;
  font-size: 70px;
  font-weight: 700;
  color: #000;
}
.company_name_j {
  font-weight: bold;
  margin-bottom: 1em;
}
.footer_company_info_l span.company_tel {
  font-size: 14px;
  margin-top: 0.5em;
}
.footer_contact {
  font-size: 40px;
  font-weight: 700;
}
.footer_contact i {
  color: #1e58ac;
  font-size: 36px;
  margin-right: 10px;
}
.open_time {
  text-align: right;
  font-size: 16px;
  margin-bottom: 1em;
}
.footer_contact_form a {
  background: #1e58ac;
  color: #fff;
  font-weight: bold;
  font-size: 23px;
  text-decoration: none;
  padding: 10px 30px;
  max-width: 350px;
  width: 100%;
  display: inline-block;
  position: relative;
}
.footer_contact_form a:hover {
  background: #000;
}
.footer_contact_form a:after {
  position: absolute;
  top: 25px;
  right: 10px;
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
}
.footer_contact_form a span {
  display: inline;
  font-size: 14px;
  font-weight: normal;
}
.footer-inner_bottom {
  background: #1e58ac;
  color: #fff;
  overflow: hidden;
  padding: 30px 10px;
}
.footer-inner_bottom nav ul {
  display: inline-flex;
  justify-content: center;
  margin-bottom: 30px;
}
.footer-inner_bottom nav a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  padding: 0 25px;
}
.footer-inner_bottom nav ul li {
  border-right: solid 1px rgb(255 255 255 / 40%);
}
.footer-inner_bottom nav ul li:last-child {
  border-right: none;
}
.footer-inner_bottom p.montserrat {
   font-size: 12px;
}
.article_box {
  max-width: 1000px;
  margin: 0 auto 30px;
  background: #fff;
  padding: 30px;
  text-align: left;
  font-size: 16px;
  line-height: 1.5em;
}
.article_box h1.page_title {
  font-size: 25px;
  font-weight: bold;
  margin: 20px 0 30px;
  padding-bottom: 15px;
  border-bottom: solid #000 1px;
}

.article_box h2,
.article_box h3 {
  font-size: 20px;
  font-weight: bold;
  border-left: 8px solid #1e58ac;
  padding-left: 15px;
  margin: 25px 0;
}
.article_box p {
  padding: 15px 0;
}

@media screen and (max-width: 768px) {
/**/
}





/* ==============================
見積用
============================== */

#root .wq-Form .wq-Quantity>.wq--head,
#root .wq-Form .wq-Selector>.wq--head,
#root .wq-Form .wq-Slider>.wq--head {
    align-items: center;
    background-color: #FFF;
    border-bottom: none;
    color: #121212;
    display: flex;
    flex-direction: row;
    font-size: 16px;
    padding: 10px;
    position: relative;
}
#root .wq-Form .wq-Image.wq-belongs-quantity,
#root .wq-Form .wq-Image.wq-belongs-selector,
#root .wq-Form .wq-Image.wq-belongs-slider {
    width: 100%;
    max-width: 200px;
    height: auto;
}
#root .wq-Form .wq-Quantity>.wq--head>.wq--main,
#root .wq-Form .wq-Selector>.wq--head>.wq--main,
#root .wq-Form .wq-Slider>.wq--head>.wq--main {
  text-align: left;
  padding-left: 1em;
  font-size: 18px;
  font-weight: bold;
}

#root .wq-Form .wq-Quantity,
#root .wq-Form .wq-Selector,
#root .wq-Form .wq-Slider {
  border: none;
  border-bottom: 1px solid #E57938;
  padding-bottom: 20px;
}
#root .wq-Form .wq-Quantity:last-child,
#root .wq-Form .wq-Selector:last-child,
#root .wq-Form .wq-Slider:last-child {
  border-bottom: none;
}
.wq--items .wq-InputGroup.wq-gutter-mini {
  justify-content: flex-end;
}
#root .wq-Form .wq-Monitor>.wq--entries {
  margin-bottom: 1em;
}
#root .wq-Form .wq-Control>.wq--body .wq--note {
  text-align: left;
}
.wq-Form .wq-TextArea, .wq-Form .wq-TextInput {
  border: solid 1px #E57938;
}

@media screen and (max-width:972px){
/* header Gnavi */
.header-in nav ul {display: flex;flex-wrap: wrap;justify-content: center;width: 100%;}

nav {width: 100%;}
.company_name {width: 100%;margin-bottom: 10px;}


}

@media screen and (max-width:768px){
/* header Gnavi */

.geneal_btn {font-size: 18px;max-width: 200px;}

.toggle_btn {
display: block;
position: absolute;
top: 0;bottom: 0;margin: auto auto auto 0;width: 30px;
height: 30px;
transition: all .5s;
cursor: pointer;
z-index: 3;
}
.toggle_btn span {
display: block;
position: absolute;
left: 0;
width: 25px;
height: 2px;
background-color: #333;
border-radius: 4px;
transition: all .5s;
}

.toggle_btn span:nth-child(1) {
top: 6px;
}
.toggle_btn span:nth-child(2) {
top: 14px;
}
.toggle_btn span:nth-child(3) {
bottom: 6px;
}
.open .toggle_btn span {
background-color: #fff;
}
.open .toggle_btn span:nth-child(1) {
-webkit-transform: translateY(10px) rotate(-315deg);
transform: translateY(8px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
-webkit-transform: translateY(-10px) rotate(315deg);
transform: translateY(-8px) rotate(315deg);
}
#mask {
display: none;
transition: all .5s;
}
.open #mask {
display: block;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000;
opacity: .8;
z-index: 2;
cursor: pointer;
}

nav {display: block;
position: fixed;
top: 0;
left: -330px;
bottom: 0;
width: 50%;
background: #fff;
overflow-x: hidden;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
transition: all .5s;
z-index: 3;
opacity: 0;}
.open nav {
left: 0;
opacity: 1;
padding: 30px 10px;box-sizing: border-box;}

.company_name {margin-bottom: 0;padding-left: 30px;box-sizing: border-box;}

.header-in nav ul {display: block;top: 0;bottom: 0;margin: auto;height: 380px;padding-top: 40%;}

.header-in nav ul li {margin-bottom: 20px;padding: 0;}

.header-in nav p a {font-size: 36px;
font-weight: 700;
text-decoration: none;
color: #000;margin-bottom: 10px;display: block;}

nav p span {font-size: 18px;
font-weight: bold;
}

.open .toggle_btn {right: 10px;position: fixed;margin: initial;top: 12px;right: 12px;}

header {position: fixed;z-index: 100;background: #fff;}
.pc_none {display: block;}


/* main */
.info_txt {font-size: 50px;}

.top_ttl_about {font-size: 25px;line-height: 1.5;}

.general_block {padding: 50px 10px;}

.top_ttl_about {margin-bottom: 20px;}

.top_about_txt {margin: 0 auto 30px auto;}

.top_service_list ul li {width: calc(100% / 2);height: 250px;box-sizing: border-box;overflow: hidden;margin-bottom: 10px;}

.top_service_list ul {flex-wrap: wrap;justify-content: center;max-width: 500px;margin: auto;}

.top_service_list ul li a:last-child {display: block;overflow: hidden;}

.works_thum {float: left;width: 40%;overflow: hidden;margin-right: 30px;}

.works_list ul li {width: calc(100% - 10%);}

.works_list ul {display: block;}

.works_thum img {height: 200px;}
}
@media screen and (max-width:414px){
/* header Gnavi */
.header-in nav p a {font-size: 26px;}

.open nav {width: 70%;}

.company_name h1 span {padding-left: 0;font-size: 16px;}

.company_name h1 a {font-size: 30px;display: block;}
.sp_only_br{display:inline;}
header {padding: 10px;}

.company_name {padding-left: 0;}

/* main */
.info_txt {font-size: 35px;line-height: 1.5;}

.general_block {padding: 30px 10px 50px 10px;}

.top_ttl_about {font-size: 20px;}

.top_about_txt {font-size: 14px;}

.geneal_btn {font-size: 16px;max-width: 180px;padding: 12px;}

.top_about_txt {margin: 0 auto 30px auto;}

.top_ttl {font-size: 25px;line-height: 1.5;margin-bottom: 20px;}

.top_ttl span {font-size: 14px;}

.news_date {font-size: 14px;min-width: 90px;}

.news_detail a {font-size: 14px;}

.news_category a {margin-right: 5px;}

.top_service_list ul li {height: 180px;}

.btn_service {font-size: 14px;max-width: 57%;bottom: 15px;height: 30px;line-height: 31px;}

.works_date, .works_info {font-size: 14px;}

.works_thum img {height: 120px;max-width: 100%;/* margin: 10px 0px 10px 10px; */}

.works_list ul {padding-bottom: 20px;}

.top_news_list ul {padding-bottom: 30px;}

.top_service_list ul {padding-bottom: 20px;}

.works_date {padding: 10px 0 5px 0;}
  .works_thum{margin-right: 10px;}
  .works_list ul li {width: calc(100% - 10px);margin: 0 0px 20px 0;}
  .btn_service:before {height: 30px;}
.btn_service i {top: 8px;right: 8px;}
}