/* ------------------------------------------------
サイト共通パーツ
-----------------------------------------------*/
/*------------------ タブ------------------*/
.nav-tabs3 {
  justify-content: space-around;
  width: 100%;
}
.nav-tabs3 li+ li {
  border-left: 1px solid #ccc;
  height: 70%;
}
.nav-tabs3.news-tab .nav-item {
  flex-basis: 20%;
  background: #f8f9fa;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .nav-tabs3 .news-tab .nav-item a {
    padding: 10px 0;
    font-size: 11.5px;
  }
}
.nav-tabs3 .nav-item {
  padding: 0;
}
.nav-tabs3 .nav-item::before {
  display: none;
}
.nav-tabs3 .nav-item a {
  text-align: center;
  color: #212529;
  padding: 6px 0;
}
.nav-tabs3 .nav-link {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  padding: 0;
}
.nav-tabs3 .nav-item.show .nav-link {
  background: #002C83;
  color: #fff;
  border-color: #002C83;
}
.nav-tabs3 .nav-item .nav-link.active {
  color: #575757;
  font-weight: bold;
  border-bottom: solid 4px #041760;
  background: #e6e6e6;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .tab-content {
    margin-top: 20px;
  }
}
/*------------ ボタン -----------*/
.btn01 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}
.btn01 .btn-animation {
  display: inline-block;
  width: 240px;
  text-align: center;
  background-color: #041760;
  border: 2px solid #041760;
  font-size: 16px;
  color: #041760;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 24px;
  border-radius: 4px;
  position: relative;
}
.btn01 .btn-animation span {
  position: relative;
  z-index: 1;
}
.btn01 .btn-animation::before,
.btn01 .btn-animation::after {
  content: "";
  display: block;
  background-color: #FFF;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: .2s;
}
.btn01 .btn-animation::before {
  left: 0;
}
.btn01 .btn-animation::after {
  right: 0;
}
.btn01 .btn-animation:hover:before,
.btn01 .btn-animation:hover:after {
  width: 0;
  background-color: #FFF;
}
.btn01 .btn-animation:hover {
  color: #FFF;
}


/* ------------------------------------------------
トップページ
-----------------------------------------------*/
/*------------------ トップスライド ------------------*/
.item {
  width: 100vw;
  margin: 0 5px;
}
.item img {
  width: 100%;
  height: auto;
}
#js-slide__nav {
  text-align: center;
}
#js-slide__nav__inner {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .item {
    width: 230vw;
  }
}
/*------------------ トップビジュアル ------------------*/
.top {
  position: relative;
}
.top_kv{
  position: relative;
}
.top_kv .top_musk {
  
}
.top_kv video {
  position: relative;
  top: 0;
  width: 100%;
}
.top_kv .top_copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  background: rgba(0, 0, 0, .2);
  width: 100%;
  height: 100%;
}
.top_kv .top_copy .top_center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
}
.top_kv .top_copy .main-copy{
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin-bottom: 30px;
}
.top_kv .top_copy .sub-copy{
  color: #fff;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  line-height: 36px;
}
@media screen and (min-width: 768px) {
  /* kv */
  .top_kv{
    min-width: 768px;
  }
  .top_kv .main-copy{
    font-size: 46px;
    margin-bottom: 20px;
  }
  .top_kv .sub-copy{
    font-size: 30px;
  }
  /* video */
  .top_mov{
    min-width: 768px;
  }
}
@media screen and (max-width: 1150px) {
  .top_kv .top_copy img {
    width: 160px;
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .top_kv .top_copy img {
    width: 240px;
    margin-top: 70px;
    margin-bottom: 20px;
  }
  .top_kv .top_copy .main-copy {
    font-size: 30px;
    line-height: 46px;
  }
  .top_kv .top_copy .sub-copy {
    font-size: 18px;
  }
  .footer-contact {
    margin-top: 22px;
    margin-bottom: 0;
  }
}
/*------------------ セクション ------------------*/
.top {
  
}
.top_about {
  margin: 60px 0px;
  padding-top: 30px;
  background: #fff;
}
.top_item {
  margin: 60px 0px;
  padding: 60px 0px;
  background: #f2f2f2;
}
.top_service {
  margin: 60px 0px;
  background: #fff;
}
.top_menu {
  padding: 60px 0px;
  padding-bottom: 120px;
  background: #f2f2f2;
}
/*------------------ top_aboutセクション ------------------*/
.top_about img {
  border-radius: 6px;
}
.intro {
  
}
.intro h2 {
  position: relative;
  padding: .25em 0 .25em .75em;
  border-left: 6px solid #041760;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
}
.intro h2::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 1px solid #041760;
}
.intro p {
  letter-spacing: unset;
}
@media only screen and (max-width:767px) {
  .intro p {
    text-align: left;
  }
}
.intro h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #041760;
}
.intro h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #041760;
}

/*------------------ top_recruitセクション ------------------*/
.top_recruit {
  width: 100%;
  height: auto;
  background: url(../img/index/recruit-bg.jpg) no-repeat center/cover;
  overflow: hidden;
  z-index: -10;
  padding: 80px 0;
}
.top_recruit_area {
  text-align: center;
}
.top_recruit_area h3 {
  font-size: 26px;
  margin-top: 20px;
  margin-bottom: 8px;
}
.top_recruit_area p {
  font-size: 18px;
}

/*------------------ top_itemセクション ------------------*/
.cars {
  
}
.cars img {
  border-radius: 4px;
  margin-bottom: 6px;
}
.cars img:hover {
  opacity: .8;
}
.cars h3 {
  font-size: 18px;
  font-weight: 600;
  border-bottom: dotted 2px #041760;
  margin-bottom: 6px;
  color: #575757;
}
.cars h3:hover {
  color: #041760;
}
.cars p {
  font-size: 14px;
  color: #575757;
}
.cars p:hover {
  color: #041760;
}
.archive-list img {
  border-radius: 8px;
}
/*------------------ top_serviceセクション ------------------*/
.sv-box {
  
}
.sv-box h2 {
  text-align: center;
  margin-bottom: 8px;
  font-size: 17px;
  font-weight: bold;
  position: relative;
  color: #575757;
}
.sv-box h2::before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 15%;
  height: 1px;
  background-color: #041760;
  left: 0;
}
.sv-box h2::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 15%;
  height: 1px;
  background-color: #041760;
  right: 0;
}
.sv-box h2:hover {
  opacity: .8;
  color: #041760;
}
.sv-box img {
  border-radius: 6px;
  margin-bottom: 8px;
}
.sv-box img:hover {
  opacity: .8;
}
.sv-box p {
  font-size: 14px;
  color: #575757;
}
.sv-box p:hover {
  opacity: .8;
  color: #041760;
}
/*------------------ top_menuセクション ------------------*/
.menu {
  
}
.menu img {
  position: relative;
  border-radius: 6px;
}
.menu img:hover {
  opacity: .6;
}
.menu h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
  background: #000000a8;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 0;
}


/*-----------------------------------------------
会社概要
-----------------------------------------------*/
/*------------------ 会社概要の表------------------*/
.com-about {
  margin-bottom: 60px;
}
.com-about table {
  border-collapse: collapse;
  width: 100%;
}
.com-about th,td {
  padding: 5px 10px;          /* 余白指定 */
}
.com-about th {
  background-color: #575757;
  color: #fff;
  font-weight: bold;
  position: relative;
  z-index: 10;
  text-align: center;
  width: 25%;
}
.com-about td {
  background-color: #dee2e6;
  padding-left: 36px;
}
.com-about tr {
  border-bottom:  solid #fff; /* 線指定 */
}
@media only screen and (max-width:767px) {
  .com-about tr {
    display: grid;
  }
  .com-about th {
    width: 100%;
  }
  .com-about td {
    padding-left: auto;
  }
}

/*-----------------------------------------------
事業紹介
-----------------------------------------------*/
.service-box {
  margin-bottom: 30px;
}
.service-box h3 {
  font-size: 30px;
  position: relative;
  padding-top: 15px;
  text-align: center;
  color: #575757;
}
.service-box h3 span {
  font-size: 70px;
  display: block;
  margin-top: -50px;
  color: #0000ff21;
  z-index: -1;
  position: relative;
  font-family: 'Ephesis', cursive;
}
.service-box h4 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border-bottom: dashed 2px #00a563;
  padding-bottom: 6px;
  margin-bottom: 12px;
}
.service-box h5 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background: #e2e2e2;
  padding: 4px 0;
}
.service-box p {
  
}
.service-box ul {
  width: 70%;
  margin: 0 auto;
}
.service-box ul li {
  list-style: disc;
  margin-left: 20px;
}
@media only screen and (max-width:767px) {
  .service-box h3 {
    margin-bottom: 12px;
  }
  .service-box h3 span {
    line-height: 1;
    font-size: 44px;
    margin-top: -20px;
  }
  .service-box ul {
    width: 100%;
  }
}
.step-area {
  
}
.step-area ul {
  display: flex;
  justify-content: space-between;
}
.step-area ul li {
  
}
.step-box {
  padding: 8px;
  margin: 6px;
  background: #e9ecef;
  text-align: center;
  height: 100%;
  border-radius: 12px;
  box-shadow: 2px 2px 6px #575757;
}
.step-box p {
  font-size: 12px;
  font-weight: bold;
  border-bottom: solid 2px #041760;
  display: inline;
  padding-bottom: 4px;
  color: #041760;
}
.step-box img {
  margin-top: 10px;
  margin-bottom: 12px;
  box-shadow: 0px 0px 6px #575757;
}
.step-box h3 {
  font-size: 15px;
  font-weight: bold;
  color: #041760;
  position: relative;
  height: 60px;
}
.step-box h3 span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
}
@media only screen and (max-width:767px) {
  .step-area ul {
    display: block;
  }
  .step-area ul li {
    margin-bottom: 20px;
  }
}

/*-----------------------------------------------
製品紹介
-----------------------------------------------*/
.product-information {
  
}
.product-imgarea {
  position: relative;
}
.product-imgarea img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
.product-imgbox {
  position: absolute;
  bottom: 0;
  background: #c3d7ec;
  width: 100%;
  padding: 8px 12px;
}
.product-imgbox h3 {
  font-size: 26px;
  font-weight: bold;
  color: #00a563;
}
.product-imgbox p {
  color: #00a563;
}
.product-imgbox h5 {
  font-size: 18px;
  color: #000;
}
.product-info-box {
  
}
.product-info-box h3 {
  background: #efefef;
  font-size: 22px;
  padding: 6px 12px;
  margin-bottom: 16px;
  border-left: solid 5px #00a563;
  border-bottom: solid 1px #00a563;
  font-weight: bold;
  color: #000;
}
.product-info-box h4 {
  font-size: 18px;
  font-weight: bold;
  color: #041760;
  margin-bottom: 12px;
  border-bottom: dashed 1px;
}
.product-info-box p {
  
}
.product-content {
  
}
.product-content h3 {
  background: #efefef;
  padding: 6px 12px;
  font-size: 18px;
  border-left: solid 4px #041760;
  border-bottom: solid 1px #041760;
  margin-top: 6px;
  margin-bottom: 10px;
}
.product-image {
  display: flex;
  flex-wrap: wrap;
}
.product-image li {
  width: 25%;
  padding: 6px;
}
.product-image li img {
  
}
@media only screen and (max-width:767px) {
  .product-image li {
    width: 50%;
  }
}
.product-pdf {
  display: block;
  margin-top: 30px;
  text-align: right;
}
.product-pdf li {
  margin: 0 8px;
  margin-bottom: 20px;
}
.product-pdf li a {
  color: #fff;
  background: #00a563;
  padding: 6px 12px;
  border-radius: 4px;
}
.product-pdf li a i {
  color: #dc3545;
  padding-right: 4px;
}
.product-pdf li a:hover {
  opacity: .7;
}
.product-spec {
}
.product-spec table {
  margin: 0;
  width: 100%;
  margin-bottom: 12px;
}
.product-spec table tbody {
}
.product-spec table tbody tr {
}
.product-spec table tbody tr th {
  width: 27%;
  background: #00a563;
  color: #fff;
  text-align: center;
  border: solid 2px #fff;
}
.product-spec table tbody tr td {
  width: 73%;
  background: #dee2e6;
  border: solid 2px #fff;
}
.product-price {
}
.product-price table {
  margin: 0;
  width: 100%;
  margin-bottom: 12px;
}
.product-price table tbody {
}
.product-price table tbody tr {
}
.product-price table tbody tr th {
  background: #00a563;
  color: #fff;
  text-align: center;
  border: solid 2px #fff;
}
.product-price table tbody tr td {
  background: #dee2e6;
  border: solid 2px #fff;
  text-align: center;
}

/*-----------------------------------------------
施工事例
-----------------------------------------------*/
.case-title {
  
}
.case-title h3 {
  background: #efefef;
  font-size: 22px;
  padding: 6px 12px;
  border-left: solid 5px #00a563;
  border-bottom: solid 1px #00a563;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
  margin-top: 50px;
}
.case-title h4 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: dashed 2px #00a563;
  margin-bottom: 12px;
}
.case-title h4 a {
  color: #00a563;
}
.case-title h4 a:hover {
  opacity: .7;
}
.case-imglist {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.case-imglist li {
  width: 20%;
  padding: 4px 6px;
}
.case-imglist li img {
  
}
@media only screen and (max-width:767px) {
  .case-imglist li {
    width: 50%;
  }
}

/*-----------------------------------------------
よくあるご質問
-----------------------------------------------*/
.line01 {
  border-bottom: solid 3px #041760;
  color: #041760;
  font-size: 22px;
	font-weight: bold;
  padding: 20px 0px 0px 0px;
	margin-bottom: 10px;
}
/* アコーディオンB */
.cp_actab {
position: relative;
overflow: hidden;
width: 100%;
margin: 6px auto;
color: #000;
}
.cp_actab input {
position: absolute;
z-index: -1;
opacity: 0;
}
.cp_actab label {
font-weight: bold;
line-height: 2;
position: relative;
display: block;
padding: 3px 35px 3px 1em;
cursor: pointer;
margin: 0 0 1px 0;
background: #DEE2E6;
}
.cp_actab .cp_actab-content {
overflow: hidden;
max-height: 0;
-webkit-transition: max-height 0.5s;
transition: max-height 0.5s;
color: #333333;
background: #F2F2F2;
}
.cp_actab .cp_actab-content p {
margin: 1em;
font-size: 14px;
}
.cp_actab .cp_actab-content h4 {
  font-size: 18px;
  padding-left: 12px;
  padding-top: 12px;
}
.cp_actab .cp_actab-content h5 {
  border-bottom: dashed 1px #ccc;
  padding: 8px 12px;
  font-size: 16px;
}
.cp_actab p{
margin-bottom:0px;
}
/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
max-height: 20em;
}
/*チェックのアイコン（↓）*/
.cp_actab label:after{
color: #000;
font-family:"Font Awesome 5 Free";
content:" \f078";
position: absolute;
top: 0;
right: 0;
width: 2em;
height: 3em;
}
/*チェックのアイコン（↑）*/
.cp_actab input:checked ~ label::after {
color: #000;
font-family:"Font Awesome 5 Free";
content:" \f077";
}

/*-----------------------------------------------
採用情報
-----------------------------------------------*/
.rec-box {
  
}
.rec-box h3 {
  font-size: 22px;
  margin-bottom: 12px;
  padding-bottom: 4px;
  border-bottom: dashed 2px #041760;
  text-shadow: 2px 2px 2px #04176052;
}
.rec-box p {
  
}

/*-----------------------------------------------
見積フォーム
-----------------------------------------------*/
.simu-form {
  
}
.simu-form h3 {
  font-size: 20px;
  background: #ffefdb;
  padding: 8px 0;
  padding-bottom: 13px;
  margin-top: 30px;
  margin-bottom: 8px;
}
.simu-form h3 span {
  background: #ffb65b;
  padding: 15px;
  margin-right: 16px;
  color: #fff;
  font-size: 14px;
}
/*---------- フォーム -----------*/
.simu-form table {
  width: 100%;
  margin-bottom: 10px;
}
.simu-form table tbody {
  
}
.simu-form table tbody tr {
  
}
.simu-form table tbody tr th {
  width: 20%;
  padding: 10px 16px;
  background: #ededed;
  border: solid 2px #fff;
}
.simu-form table tbody tr td {
  display: grid;
  background: #e1e1e1;
  padding: 10px 16px;
  border: solid 2px #fff;
}
.simu-form table tbody tr td .mwform-radio-field {
  margin-left: 0 !important;
}
.simu-form table tbody tr td .mwform-checkbox-field {
  margin-left: 0 !important;
}
/*---------- 開閉 -----------*/
.simu-btn {
  text-align: center;
}
.ocbutton {
  display: none;
  cursor: pointer;
}
.ocbutton + label{
  cursor: pointer;
  background: #f2f2f2;
  text-align: center;
  vertical-align: middle;
  color: #ffb65b;
  border-radius: 20px;
  width: 100%;
  font-size: 20px;
}
.ocbutton + label:hover{ /* マウスがボタンの上にある時 */
  border-bottom:1px dotted #888 ;
}
.ocbutton + label:before{ /* 非表示時の文字 ※３*/
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.ocbutton:checked + label:before{  /* 表示時の文字 ※３ */
  content: '\f106';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.oc_content{
  display: none;
}
#b0:checked ~ #b0_content,
#b1:checked ~ #b1_content,
#b2:checked ~ #b2_content,
#b3:checked ~ #b3_content{
  display:block;
}
.oc_content{ /* 表示非表示されるボックスの外観 ※２*/
  
}
.ocbutton ~ p:first-of-type{ /* WordPressのみ（自動で付加されるPを非表示）※１ */
  display: none;
}
@media only screen and (max-width:767px) {
  .simu-form h3 {
    font-size: 18px;
    padding-top: 7px;
    padding-bottom: 10px;
  }
  .simu-form h3 span {
    padding: 12px;
    margin-right: 8px;
    font-size: 12px;
  }
  .simu-form table tbody tr {
    display: block;
    margin-bottom: 6px;
  }
}


/*-----------------------------------------------
WEB予約
-----------------------------------------------*/
/*------------ カレンダー -----------*/
.calendar-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background: #e9ecef;
  padding: 6px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.calendar-caption {
  text-align: center;
  background: #dee2e6;
  font-size: 16px;
  padding: 6px;
  margin-bottom: 10px;
}
.monthly-calendar {
  position: relative;
  padding-top: 40px;
}
.monthly-calendar table {
  width: 100%;
}
.monthly-calendar table caption {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.monthly-calendar table thead {
  background: #ec6814;
  color: #fff;
}
.monthly-calendar table th {
  text-align: center;
  padding: 6px;
  border: solid 1px #ccc;
}
.monthly-calendar table td {
  text-align: center;
  padding: 6px;
  border: solid 1px #ccc;
}
.monthly-prev-next {
  display: flex;
  position: relative;
}
.monthly-prev {
  position: absolute;
  left: 0;
}
.monthly-next {
  position: absolute;
  right: 0;
}
.day-calendar {
  
}
.day-calendar h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
  padding-bottom: 4px;
  border-bottom: dashed 1px #ccc;
}
.day-calendar p {
  text-align: right;
  font-size: 14px;
}
.day-calendar table {
  width: 100%;
}
.day-calendar table tbody {
  
}
.day-calendar table tbody tr {
  
}
.day-calendar table tbody tr th {
  text-align: center;
  padding: 6px;
  border: solid 1px #ccc;
}
.day-calendar table tbody tr td {
  text-align: center;
  padding: 6px;
  border: solid 1px #ccc;
}
.day-calendar table tbody tr .day-left {
  
}
.day-calendar table tbody tr .day-right {
  
}
/*------------ 予約フォーム -----------*/
#booking-reservation-fieldset {
  font-size: 16px;
  font-weight: bold;
}
.booking-form-people-number-row {
  display: none;
}
.content-form {
  
}
.content-form table {
  width: 100%;
}
.content-form table th {
  width: 20%;
  border: solid 1px #ccc;
  padding: 8px;
  background: #dee2e6;
}
.content-form table td {
  border: solid 1px #ccc;
  padding: 8px;
  background: #fbfbfb;
}
.field-item {
  margin-right: 10px;
}
.content-text {
  width: 100%;
}