@charset "utf-8";
body {
    font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size:17px;
}

img{
    width: 100%;
}

.header_text,
.recruit_box{
    display: none;
}

.img_main img{
    width: 60%;
    padding: 0 0 20px 20px;
}

div#main {
  margin: 0;
  padding: 0;
}

.content_item {
  margin: 0;
  padding: 0;
  box-shadow:none;
}

.margin {
  margin: 0;
  padding: 0;
}

h2 {
  margin: 20px 0 0;
}

body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}
/* ===============================================
ヘッダーのスタイリング
=============================================== */
.header_meun {
    height: 70px;
    background-color: #ffffff;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    position: sticky;
  }
  .header__container {
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: inherit;
    color: #1d4293;
    padding: 0 25px;
    margin-right: auto;
    margin-left: auto;
	position: fixed;
	background-color: #fff;
	top: 0;
  }
  .header__logo a {
    text-decoration: none;
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
  }
  
  /* ===============================================
  ハンバーガーボタンのスタイリング
  =============================================== */
  input[type="checkbox"] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
  }
  .hamburger {
    width: 35px;
    height: 35px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .hamburger span,
  .hamburger span::before,
  .hamburger span::after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #1d4293;
    transition: all 0.5s;
  }
  .hamburger span::before {
    top: -10px;
  }
  .hamburger span::after {
    bottom: -10px;
  }
  input[type="checkbox"]:checked + .hamburger span {
    background-color: transparent;
  }
  input[type="checkbox"]:checked + .hamburger span::before {
    top: 0;
    transform: rotate(45deg);
  }
  input[type="checkbox"]:checked + .hamburger span::after {
    bottom: 0;
    transform: rotate(-45deg);
  }
  
  /* ===============================================
  メニューのスタイリング
  =============================================== */
  .nav {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 70px;
    right: -120%;
    background-color: #ffffff;
    color: #1d4293;
    padding: 10px 0 80px;
    transition: all 0.5s;
  }
  .nav__item a {
    display: block;
    font-size: 20px;
    padding: 20px 0 20px 50px;
    text-transform: uppercase;
  }
  .nav__item a:hover {
    color: #fff;
    background-color:rgba(255,255,255,0.5);
  }
  input[type="checkbox"]:checked ~ .nav {
    right: 0;
  }

  h1{
    width: 50%;
  }

  #header,
  a#rc_toiawase,
  a#rc_sekourei,
  a#rc_eqbanner{
    display: none;
  }

  .menu-container {
    width: 100%;
  }

  nav.nav {
    z-index: 99999;
    overflow: scroll;
}

.menu-container .menu .menu-item {
    width: 20%;
}


li.menu-item2 {
    display: flex;
    align-items: center;
    padding: 1.0rem 1.5rem 1.0rem 1.0rem;
    border-bottom: 1px solid #ddd;
    background: url(../images/top/icon_01.png) right 1.1rem center no-repeat;
    background-size: 0.75rem auto;
    font-size: 16px;
    line-height: 1.4;
}

li.menu-item2 a{
  display: block;
  width: 100%;
	margin:10px 0;
}

.drawer-box_hd {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 3rem;
    padding: 0 1.5rem 0 1.0rem;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
}

.drawer-box_hd.is-open::after {
    background: url(/sp/img/common/icon_next-white.svg) 55% center no-repeat;
    background-color: #f34850;
    background-size: auto 0.9rem;
    transform: rotate(-90deg);
}

.drawer-box_hd::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1rem;
    display: block;
    width: 1.7rem;
    height: 1.7rem;
    margin: auto 0;
    border-radius: 50%;
    border: 1px solid #f34850;
    background: url(/sp/img/common/icon_next-brilliantred.svg) 55% center no-repeat;
    background-color: #fff;
    background-size: auto 0.9rem;
    transform: rotate(90deg);
    transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* ====================================================
  ドロワーメニューアコーディオン
====================================================*/
.drawer-basic-knowledge + .drawer-box {
	border-top: 2px solid #ccc;
}
.drawer-box {
  font-size: 1.5rem;
}
.service_list{
  padding: 0.65rem 3.9rem 0.65rem 1.5rem;
  background-color: #eee;
  font-weight: bold;
  font-size: 1.35rem;
  border-bottom: 1px solid #ddd;
}
.service_link {
  display: flex;
  align-items: center;
  padding: 1.3rem 3.9rem 1.3rem 3.05rem;
  border-bottom: 1px solid #ddd;
  background: url(/sp/img/common/icon_next-brilliantred.svg) right 1.45rem center no-repeat;
  background-size: 0.75rem auto;
  font-size: 1.6rem;
  line-height: 1.4;
}
.drawer-box--basic-knowledge {
  border-bottom: 1px solid #ccc;
}
.drawer-box:first-of-type {
  border-top: none;
}
.drawer_link {
  display: flex;
  align-items: center;
  padding: 1.3rem 3.9rem 1.3rem 1.5rem;
  border-bottom: 1px solid #ddd;
  background:url("/sp/img/common/icon_next-brilliantred.svg") right 1.45rem center no-repeat;
  background-size: 0.75rem auto;
  font-size: 1.5rem;
  line-height: 1.4;
}
.color_memo_link {
  display: none;
}
/* ===============================================
  配色メモ
====================================================*/
.drawer_colormemo-count {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2rem;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 50%;
  background-color: #f00;
  color: #fff;
  font-size: 1.45rem;
  font-weight: 600;
}

/* ===============================================
   アコーディオン項目
====================================================*/
.drawer-box_hd::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  display: block;
  width: 1.7rem;
  height: 1.7rem;
  margin: auto 0;
  border-radius: 50%;
  border: 1px solid #ccc;
  background: url("../images/top/icon_01.png") 55% center no-repeat;
  background-color: #fff;
  background-size: auto 0.9rem;
  transform: rotate(90deg);
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.drawer-box_hd.is-open::after {
  background: url("../images/top/icon_01.png") 55% center no-repeat;
  background-color: #ccc;
  background-size: auto 0.9rem;
  transform: rotate(-90deg);
}
.drawer-box-list {
  padding-left: 1.5rem;
  background-color: #f9fcff;
}
.drawer-box-list li {
  border-bottom: 1px solid #e8e8e8;
}
.drawer-box-list li:last-of-type {
  border-bottom: none;
}
.drawer-box-list a {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.5rem 0.5rem 0.1rem;
  background:url("../images/top/icon_01.png") right 1.1rem center no-repeat;
  background-size: 0.75rem auto;
  color: #0f5474;
  font-size: 16px;
  line-height: 1;
}

.menu-container {
  width: auto;
}

/* ===============================================
   バナーエリア
====================================================*/
.banner2 {
  font-size: 12px;
  text-align: center;
}

p.banner3{
    padding: 10px 1px;
    width: calc(48% - 0px);
    float: left;
    line-height: 1.2;
    border-bottom: solid 1px #cccccc;
    margin: 10px 3px;
}

.bannerimg {
  padding: 10px 5px;
  width: calc(48% - 0px);
  float: left;
  line-height: 1.2;
  border-bottom: solid 1px #cccccc;
  margin: 10px 3px;
}

.side_list_box2 .side_list_box2_menu a {
    margin: .6em auto;
}

.banner1{
    margin: 10px 0px;
}

.banner1 p {
  width: calc(48% - 0px);
  float: left;
  padding: 5px 5px;
  margin: 5px 3px;
}

/* ===============================================
   お知らせエリア
====================================================*/
dl {
  margin: 10px;
  padding: 10px;
  border-bottom: solid 1px #cccccc;
}

dt {
    font-size: 90%;
}


/* ===============================================
   工事メニュー
====================================================*/
.menuimg {
  width: calc(48% - 0px);
  float: left;
  padding: 10px 2px;
  text-align: center;
  margin: 10px 3px;
  line-height: 1.2;
  border-bottom: solid 1px #cccccc;
}

.menu2 {
  clear: both;
  line-height: 1.2;
}

/* ===============================================
  会社案内
====================================================*/

h2.fonts2,
.area_01 .fonts6,
.fonts7 {
    font-size: 130%;
    font-weight: normal;
    text-align: center;
    background-color: #1d4293;
    color: #fff;
    padding: 10px 0;
    margin: 0;
}

.info_01,
.area_01 {
    width: 97%;
    margin: 0 auto 20px;
}

.info_02 {
    border: 3px solid #1d4293;
    margin:auto ;
    text-align: center;
    padding: 10px 5px;
}

.info_03 {
    border-left: 3px solid #1d4293;
    border-right: 3px solid #1d4293;
    border-bottom: 3px solid #1d4293;
    margin:auto ;
    text-align: center;
}

.info_02 img{
    width: 98%;
}

.fontsb{
    font-weight: bold;
}

.area_01 td.line_01{
    border: 1px solid #666;
    text-align: center;
	padding: 5px;
	width: 10%;
}

.area_01 td.line_02{
    border: 1px solid #666;
    text-align: left;
    padding: 10px;
	vertical-align: middle;
}


h2.fonts7 {
    width: 97%;
    margin: auto;
}

.area_01 tr{
    padding: 10px 0;
}

.center_02 {
    text-align: center;
    padding: 20px 10px;
}

.colorr{
    color: #F00;
}

.side_list_box {
  display: none;
}

.info_01 {
  clear: both;
  line-height: normal;
}

p.fonts2{
  padding: 10px 0;
}

/* ===============================================
  資格一覧
====================================================*/
.side_accordion {
  padding: 0px 10px;
}

.side_accordion .side_acc_content {
  font-size: 1.0rem;
  line-height: normal;
}

.side_acc_content ul li {
  padding: 0px 10px;
}

/* ===============================================
  スペース
====================================================*/
.space3{
  margin: 0 auto;
}

.space4{
  padding: 20px 0;
}

.space2{
  display: none;
}

.space1 {
  padding: 10px 1px;
  width: calc(48% - 0px);
  float: left;
  line-height: 1.2;
  border-bottom: solid 1px #cccccc;
  margin: 10px 2px;
}

.space5{
	padding: 5px 0 20px 0;	
}

.space6{
	padding: 10px;	
}



p.footer_m_text01 {
  text-align: center;
  padding: 0 0 10px;
}

.menuimg span.fonts2{
  font-size: 0.9rem;
}

.menu-item a {
  color: #333;
  padding: 5px 3px;
  float: left;
}
.drawer-box_hd ui_acc a {
  color: #333;
}

.drawer-open .drawer-nav {
  /* border-left: none; */
  transform: translateX(0);
}

.drawer-open .drawer-nav {
  visibility: visible;
  transform: translateX(0);
  border-left: 1px solid #ddd;
}

li.drawer-box_hd.ui_acc a {
  color: #333;
}

details {
  border-radius: 4px;
  border-bottom: 1px solid #ddd;
}

summary {
  padding: 1em 0.5em;
}

details[open] {
  padding: 0;
}

details[open] summary {
  border-bottom: 1px solid #ddd;
}

.side_list_box2 {
    border: 2px solid #ff0000;
    margin: 0px;
    padding: 5px 0;   
    clear: both;
}


iframe.iframe_no {
    display: none;
}

.fonts1{
  font-size: 0.9rem;
}

span.side_list_box2_allow {
  font-size: 1.0rem;
}

div#navi {
  width: 100%;
  display: block;
  height: 65px;
}

li.menu-item {
  display: inline-block !important;
  width: 30%;
}

.menu-container .menu .menu-item {
  width: auto;
  min-width: calc(3.5em + 3px);
  border-right: 1px solid #fff;
  padding: 0 5px;
}

li.menu-item .none{
  display: none !important;
}


.menu-container .menu {
	overflow-x: auto;
	white-space: nowrap;
	display: inline-block;
	padding: 10px 0;
	font-size: 16px;
}

.nonesp{
	clear: both;
	display:none;
}

table.ta2 {
	clear: both;
	margin:5px 10px;
}

li.menu-item.none.icon01{
  background-image: url(../images/top/home_sp.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 45%;
}

li.menu-item.none.icon01 a{
  color: #fff;
  text-align: center;
  padding: 35px 18px 0 18px;
  font-size: 70%;
}

li.menu-item.icon02{
  background-image: url(../images/top/construction_sp2.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 45%;
  margin: 0;
}

li.menu-item.icon02 a{
  color: #fff;
  text-align: center;
  padding: 35px 0 0 5px !important;
  font-size: 70%;
}

li.menu-item.icon03{
  background-image: url(../images/top/corporation_sp.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 45%;
  margin: 0;
}

li.menu-item.icon03 a{
  color: #fff;
  text-align: center;
  padding: 35px 0 0 5px !important;
  font-size: 70%;
}

li.menu-item.icon04{
  background-image: url(../images/top/construction_sp.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 45%;
  margin: 0;
}

li.menu-item.icon04 a{
  color: #fff;
  text-align: center;
  padding: 35px 0 0 5px !important;
  font-size: 70%;
}

li.menu-item.icon05{
  background-image: url(../images/top/flow_sp.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 40%;
  margin: 0;
}

li.menu-item.icon05 a{
  color: #fff;
  text-align: center;
  padding: 35px 0 0 5px !important;
  font-size: 70%;
}

li.menu-item.icon06{
  background-image: url(../images/top/consultation_sp.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 40%;
  margin: 0;
}

li.menu-item.icon06 a{
  color: #fff;
  text-align: center;
  padding: 35px 5px 0 10px !important;
  font-size: 70%;
}

li.menu-item.icon07{
  background-image: url(../images/top/area_sp.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 40%;
  margin: 0;
}

li.menu-item.icon07 a{
  color: #fff;
  text-align: center;
  padding: 35px 5px 0 10px !important;
  font-size: 70%;
}

li.menu-item.icon08{
  background-image: url(../images/top/company_sp.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 40%;
  margin: 0;
}

li.menu-item.icon08 a{
  color: #fff;
  text-align: center;
  padding: 35px 5px 0 5px !important;
  font-size: 70%;
}

li.menu-item3 {
    padding: 20px;
    background-color: #1d4293;
    margin: 20px;
    border-radius: 10px;
}

li.menu-item3.icon09 {
	background-image: url(../images/top/mail_sp.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	background-size: 10%;
	margin: 20px;
}

li.menu-item3.icon09 a{
    color: #fff !important;
    padding: 20px 60px 20px 45px !important;
	font-size:120%;
}

li.menu-item4 {
    padding: 20px;
    background-color: #EDEDED;
    margin: 20px;
    border-radius: 10px;
}

li.menu-item4.icon10 {
	background-image: url(../images/top/free_sp.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 12%;
	margin: 20px;
}

li.menu-item4.icon10 a{
    color: #000 !important;
    padding: 20px 0 20px 35px !important;
    font-size: 170%;
	font-family: inherit;
	font-weight: bold;
}


.pcmenu{
  display: none;
}


.nonepc{
    clear: both;
}

.footer_m {
    font-size: 1.0rem;
}

.bx-controls.bx-has-controls-direction.bx-has-pager {
    display: none !important;
}

.title_text{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-size:110%;
	text-align:left;
	margin-top:10px;
	padding:20px 10px 30px 10px;
	line-height: 150%;
	background-color:#f3f3f3;
}

.font_blue{
	color:#001994;
	font-size:120%;
	font-weight:bold;
	padding: 0 0 10px 0;
}

.w_marker {
  background-image: linear-gradient(0deg, #fff100 1.0em, transparent 0.5em);
}

.clay {
    margin: 10px auto;
}

.clay p {
	position: relative;
	margin:auto;
	text-align:center;
	display: flex;
	align-content: center;
	justify-content: center;
	overflow: hidden;
}

.clay p a{
	color:#fff;
	background-color: #f0a60f;
	border-radius: 10px;
	box-shadow: inset -1px -1px 1.5px rgba(0, 0, 0, 0.3), inset 1px 1px 1.5px rgba(255, 255, 255, 0.6);	
	padding:20px 50px;
}

.clay a::after {
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 35px;
	width: 13px;
	height: 13px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
}

.menuname_innner {
    padding-top: 90px;
    margin-top:-90px;
}

.space7{
	padding: 0 0 0 20px;
}

.fonts4{
	white-space: pre;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	display: inline-block;
	white-space: nowrap;
	vertical-align: middle;
}

#navi ul li {
	margin:0;
	padding:0;
}

.drawer-box-list{
	padding:10px 0 10px 20px;
}

#breadcrumb ul li {
  margin:0;
}

.button-01{
	width:100%;
	margin:10px 0;
}

.area_01 a {
  padding: 0 10px 0 0;
}