/*
Theme Name: Lightning Child-21
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/
/* Call to Actionを使うと下記の指定が必要 */
/* ページトップの位置を確実に固定 */
body#top {
  position: relative !important;
  top: 0 !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
/* ページ上部の余白を完全に除去 */
html {
  margin: 0 !important;
  padding: 0 !important;
}
body {
  margin: 0 !important;
  padding: 0 !important;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 900ms;
}
.l-footer-conact-contents-box .tel span .tel-button {
  text-decoration: none !important;
}

.l-footer-conact-contents-box .tel span a{
	color:#041035!important;
	pointer-events: none
}

.vk_gridcolcard {
  display: grid; /* CTA1 */
}
.site-footer-copyright p:nth-child(2) {
  display: none;
}
.pc_only {
  display: block;
}
.sp_only {
  display: none;
}
@media (min-width: 576px) {
  .container, .container-sm {
    _max-width: 100% !important;
  }
}
@media (max-width: 991px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}


/* デモヘッダーメッセージ */
#header_message {
    position: relative;
    width: 100%;
	height:50px;
    background: #ff6b6b;
    color: #fff;
    text-align: center;
    z-index: 10000;
    justify-content: center;
    align-items: center;
	display: none;
}

html.demo-header-visible #header_message,
body.demo-header-visible #header_message {
    display: flex;
}

#header_message p {
    margin: 0;
    font-size: 14px;
}

#header_message a {
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
}

#header_message a:hover {
    text-decoration: none;
	color: #fff!important;
}

#close_header_message {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
    line-height: 1;
    padding: 5px 10px;
    transition: opacity 0.3s ease;
}

#close_header_message:hover {
    opacity: 0.7;
}

/* ヘッダーメッセージが表示されている場合、bodyにpadding-topを追加 */
body.has-demo-message {
    padding-top: 50px; /* 帯の高さに合わせて調整 */
}

/* スマホ対応 */
@media (max-width: 991px) {
    #header_message {
        font-size: 13px;
		height:30px;
    }
    
    #header_message p {
        font-size: 12px;
    }
    
    #close_header_message {
        right: 15px;
        font-size: 20px;
    }
    
    body.has-demo-message {
        padding-top: 40px;
    }
}

/*================================*/
/* 下層ページ */
/*================================*/
/* step flow */
ul.worksList {
  list-style: none;
  padding-left: 0;
}
ul.worksList #works_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.worksList #works_list li {
  flex-basis: 31.25%;
  margin-top: 3.75rem;
}
ul.worksList #works_list li:nth-child(-n + 3) {
  margin-top: 0;
}
ul.worksList #works_list li a {
  text-decoration: none;
}
ul.worksList #works_list li:not(:nth-child(3n)) {
  margin-right: 3.125%;
}
ul.worksList #works_list li .works-thumbnail {
  position: relative;
  background-color: #F8F8F8;
  margin-bottom: 20px;
  height: 220px;
  overflow: hidden;
}
ul.worksList #works_list li .works-thumbnail .icn_cate {
  position: absolute;
  top: 0;
  left: 0;
  background: #005FD1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 10px;
  line-height: 1;
  z-index: 1;
}
ul.worksList #works_list li .works-thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
ul.worksList #works_list li h2.works-title {
  font-size: 20px !important;
}
body.works_detail .ContentsTitle h1, .ContentsTitle .h1 {
  display: flex;
  align-items: center;
}
.ContentsTitle span {
  background: #005FD1;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 7px 10px;
  line-height: 1;
  font-size: 15px;
  white-space: nowrap;
  margin-right: 20px;
}
.works-single .works-tag {
  display: inline-block;
  background: #041035;
  color: #fff;
  margin-bottom: 20px;
  border-radius: 2em;
  padding: 6px 20px;
  line-height: 1;
}
.works-single .works-image {
  position: relative;
  background-color: #F8F8F8;
  margin-bottom: 20px;
  height: 500px;
  overflow: hidden;
}
.works-single .works-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.u-margin-medium-top {
  margin-top: 2.5rem;
}
table {
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  text-align: justify;
  border-spacing: 0;
  border: none !important;
}
.c-tb-pattern1 tr:first-child {
  border-top: 1px solid #e9e9e9;
}
.c-tb-pattern1 tr {
  border-bottom: 1px solid #e9e9e9;
}
.c-tb-pattern1 tr th {
  font-weight: 500;
  text-align: center;
  vertical-align: top;
  width: 145px;
  white-space: nowrap;
}
.c-tb-pattern1 tr th, .c-tb-pattern1 tr td {
  padding: 1rem;
  font-size: 16px;
  border-right: none !important;
  border-left: none !important;
}
.c-tb-pattern1 tr td {
  font-weight: 400;
}
/* step flow */
.breadcrumb {
  font-size: 12px;
  padding: 10px !important;
}
.breadcrumb-list {
  margin: 0;
  padding: 6px 0;
}
.breadcrumb .fa-home {
  display: none !important;
}
.head_wrap .page-header {
  margin-top: 60px !important;
}
.page-header-title, h1.page-header-title {
  font-size: 18px !important;
  font-weight: normal !important;
}
.main-section--col--two {
  width: 100% !important;
  float: none !important;
}
/* step flow */
.c-casette-6__head {
  width: 100%;
}
.c-casette-6__head .progressbar {
  max-width: 540px;
  margin: 10px auto 30px auto;
}
.c-casette-6__head .progressbar ul {
  list-style-type: none;
  display: table;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background: #e1e1e1;
  border-radius: 5px;
  transform: rotate(.03deg);
}
.c-casette-6__head .progressbar li {
  display: table-cell;
  position: relative;
  background: #f3f2f0;
  padding: 14px 0.5em 14px 10px;
  color: #333;
  width: 33.3%;
  border: 1px solid #e1e1e1;
  font-size: 16px;
  text-align: center;
  line-height: 22px;
}
.c-casette-6__head .progressbar li:before {
  top: -15px;
  right: -0.85em;
  border-style: solid;
  border-color: transparent transparent transparent #e1e1e1;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}
.c-casette-6__head .progressbar li:before, .c-casette-6__head .progressbar li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
.c-casette-6__head .progressbar li.is-current {
  background: #005FD1;
  color: #fff;
  border: 1px solid #005FD1;
}
.c-casette-6__head .progressbar li.is-current span {
  background: #403835;
  color: #fff;
}
.c-casette-6__head .progressbar li span {
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  background: #fff;
  color: #333;
  text-align: center;
  font-size: 16px;
  margin-right: 7px;
  border-radius: 3px;
}
.c-casette-6__head .progressbar li.is-current:after {
  border-color: transparent transparent transparent #005FD1;
}
.c-casette-6__head .progressbar li:after {
  top: -15px;
  right: -.8em;
  border-style: solid;
  border-color: transparent transparent transparent #f3f2f0;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}
.c-casette-6__head .progressbar li:last-child {
  padding-right: 1em;
}
.c-casette-6__head .progressbar li span {
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  background: #fff;
  color: #333;
  text-align: center;
  font-size: 16px;
  margin-right: 7px;
  border-radius: 3px;
}
body.contact .wpcf7 {
  padding: 50px 60px;
  background: #f8f8f8;
  border-radius: 6px;
}
/* about */
.sec-about {
  padding: 50px 60px;
  background: #f8f8f8;
  border-radius: 6px;
}
.sec-about .container-inner {
  padding: 50px 70px 40px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
}
/* about */
.sec-recruit {
  padding: 50px 60px;
  background: #f8f8f8;
  border-radius: 6px;
}
.sec-recruit .container-inner {
  padding: 50px 70px 40px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
}
/* news */
body.news .sec-news, body.news_detail .sec-information {
  padding: 50px 60px;
  background: #f8f8f8;
  border-radius: 6px;
}
body.news .container-inner, body.news_detail .container-inner {
  padding: 50px 70px 40px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
}
.container-inner .informationList {
  border-top: 1px solid #e5e5e5;
  margin-bottom: 40px;
  list-style: none;
  padding-left: 0;
}
.container-inner .informationList li {
  border-bottom: 1px solid #e5e5e5;
  padding: 30px 0 30px 0;
}
.container-inner .informationList .detailData {
  display: table;
  margin-bottom: 15px;
}
.container-inner .informationList .detailData .date {
  display: table-cell;
  font-size: 16px;
  line-height: 1.6;
  padding-right: 15px;
  vertical-align: middle;
}
.container-inner .informationList .detailData dd {
  display: table-cell;
}
.container-inner .informationList .detailData dd span {
  display: inline-block;
  line-height: 22px;
  border-radius: 12px;
  border: 1px solid #231815;
  background: #231815;
  color: #fff;
  font-size: 12px;
  padding: 0 30px 0 30px;
  margin-right: 20px;
}
.container-inner .informationList .text {
  font-size: 16px;
  line-height: 1.8;
  word-wrap: break-word;
}
.container-inner .informationList li.blank .text a {
  padding-left: 0;
  padding-right: 20px;
  background: url(../images/blank_icon_k.png) no-repeat right center;
  background-size: 12px auto;
  text-decoration: underline;
}
.ContentsTitle {
  position: relative;
  padding-bottom: 5px;
  border-bottom: 1px solid #e7e7e6;
  margin-bottom: 45px;
}
.ContentsTitle h1, .ContentsTitle .h1 {
  border-radius: 1px;
  border-left: 6px solid #231815;
  padding: 0 0 0 30px;
  line-height: 1.4;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 0;
}
.listBack {
  position: relative;
  margin-top: 25px;
  margin-bottom: 30px;
  transform: rotate(.03deg);
}
.listBack a {
  padding-left: 20px;
  font-size: 16px;
  line-height: 20px;
}
.listBack::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 7px;
  height: 7px;
  border-top: 2px solid #231815;
  border-right: 2px solid #231815;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.sec-information .container-inner .detailData {
  display: table;
  margin-bottom: 45px;
}
.sec-information .container-inner .detailData .date {
  display: table-cell;
  font-size: 16px;
  line-height: 1.6;
  padding-right: 15px;
  vertical-align: middle;
}
.sec-information .container-inner .detailData dd {
  display: table-cell;
}
.sec-information .container-inner .detailData dd span {
  display: inline-block;
  line-height: 22px;
  border-radius: 12px;
  border: 1px solid #231815;
  background: #231815;
  color: #fff;
  font-size: 12px;
  padding: 0 30px 0 30px;
  margin-right: 20px;
}
.sec-information .container-inner .text {
  font-size: 16px;
  line-height: 1.8;
  word-wrap: break-word;
}
.sec-information .container-inner .text p {
  padding: 0 0 15px 0;
  line-height: 1.4;
  transform: rotate(.03deg);
}
body.news_detail .veu_socialSet {
  display: none;
}
@media (max-width: 991px) {
  .breadcrumb {
    font-size: 12px;
    padding: 5px 0 0 10px !important;
  }
  .head_wrap .page-header {
    margin-top: 30px !important;
  }
  .page-header-inner {
    position: relative;
    z-index: 5;
    margin: 1.5em auto;
  }
  /* 【SP】step flow */
  .c-casette-6__head {
    width: 100%;
    padding-bottom: 20px;
  }
  .c-casette-6__head .progressbar {
    max-width: 540px;
    margin: 0 auto 0px auto;
    padding: 0 12px;
  }
  .c-casette-6__head .progressbar ul {
    list-style-type: none;
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    background: #e1e1e1;
    border-radius: 5px;
  }
  .c-casette-6__head .progressbar li.is-current {
    background: #005FD1;
    color: #fff;
    border: 1px solid #005FD1;
  }
  .c-casette-6__head .progressbar ul li {
    display: table-cell;
    position: relative;
    background: #f3f2f0;
    padding: 11px 0 11px 30px;
    color: #333;
    width: 33.3%;
    border: 1px solid #e1e1e1;
    font-size: 1rem;
    text-align: center;
    line-height: 22px;
  }
  .c-casette-6__head .progressbar li::before {
    top: -18px;
    right: -0.95em;
    border-style: solid;
    border-color: transparent transparent transparent #e1e1e1;
    border-width: 40px 0 40px 1em;
    z-index: 10;
  }
  .c-casette-6__head .progressbar li::before, .c-casette-6__head .progressbar li::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin: auto;
  }
  .c-casette-6__head .progressbar ul li:first-child span {
    top: 11px;
    left: 10px;
  }
  .c-casette-6__head .progressbar li.is-current span {
    background: #403835;
    color: #fff;
  }
  .c-casette-6__head .progressbar li.is-current::after {
    border-color: transparent transparent transparent #005FD1;
  }
  .c-casette-6__head .progressbar li::after {
    top: -18px;
    right: -.8em;
    border-style: solid;
    border-color: transparent transparent transparent #f3f2f0;
    border-width: 40px 0 40px 1em;
    z-index: 10;
  }
  .c-casette-6__head .progressbar li:last-child {
    padding-right: 1em;
  }
  .c-casette-6__head .progressbar ul span {
    position: absolute;
    top: 11px;
    left: 23px;
    display: block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    background: #fff;
    color: #333;
    text-align: center;
    font-size: 0.9rem;
    margin-right: 7px;
    border-radius: 3px;
  }
  .p-inquiry__lead {
    width: calc(100% - 20px);
    margin: 0 auto 30px;
  }
  body.contact .wpcf7 {
    padding: 20px 20px;
    background: #f8f8f8;
    border-radius: 0px;
  }
  /* 【SP】施工事例 */
  .works-single {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  body.works_detail .ContentsTitle h1, .ContentsTitle .h1 {
    display: block;
  }
  .ContentsTitle span {
    display: inline-block;
    margin: 0 0 5px 0;
    font-size: 14px;
  }
  .works-single .works-image {
    height: auto;
    margin-bottom: 0px;
  }
  .works-single .works-image img {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: unset;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    right: 0;
  }
  ul.worksList #works_list li:nth-child(-n + 3):not(:nth-child(1)) {
    margin-top: 3.75rem;
  }
  ul.worksList #works_list li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  ul.worksList #works_list {
    display: block;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .u-margin-medium-top {
    margin-top: 2.5rem;
  }
  .c-tb-pattern1 tr th, .c-tb-pattern1 tr td {
    padding-top: 0px;
    line-height: 1.6;
    display: block;
    padding: 0 0 1rem 0;
    border: none;
  }
  .c-tb-pattern1 tr th {
    font-weight: 500;
    width: 145px;
    white-space: nowrap;
    text-align: left;
    padding: 1rem 0 0 0;
  }
  /* 【SP】about */
  .sec-about {
    padding: 12px;
    background: #f8f8f8;
    border-radius: 0px;
  }
  .sec-about .container-inner {
    padding: 25px 18px 10px 18px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 1);
  }
  /* 【SP】recruit */
  .sec-recruit {
    padding: 12px;
    background: #f8f8f8;
    border-radius: 0px;
  }
  .sec-recruit .container-inner {
    padding: 25px 18px 10px 18px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 1);
  }
  /* 【SP】news */
  body.news .sec-news, body.news_detail .sec-information {
    padding: 12px;
    background: #f8f8f8;
    border-radius: 0px;
  }
  body.news .container-inner, body.news_detail .container-inner {
    padding: 25px 18px 10px 18px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 1);
  }
  .ContentsTitle {
    border-bottom: 1px solid #e7e7e6;
    position: relative;
    padding-bottom: 10px;
    margin: 0 12px 25px 12px;
    width: calc(100% - 20px);
  }
  .ContentsTitle h1, .ContentsTitle .h1 {
    border-radius: 1px;
    border-left: 4px solid #231815;
    padding: 0 0 0 15px;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1.2;
    font-size: 20px;
  }
  .listBack {
    position: relative;
    margin: 25px 12px 22px 12px;
    width: calc(100% - 24px);
  }
  .sec-information .container-inner .informationList {
    border-top: none;
    margin-bottom: 40px;
  }
  .sec-information .container-inner .informationList li {
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 0 15px 0;
    position: relative;
  }
  .sec-information .container-inner .informationList .detailData {
    display: table;
    margin-bottom: 12px;
  }
  .sec-information .container-inner .informationList .detailData .date {
    display: table-cell;
    font-size: 14px;
    line-height: 1.6;
    width: 90px;
  }
  .sec-information .container-inner .informationList .detailData dd {
    display: table-cell;
  }
  .sec-information .container-inner .informationList .detailData dd span {
    display: inline-block;
    line-height: 22px;
    border-radius: 12px;
    border: 1px solid #231815;
    background: #231815;
    color: #fff;
    font-size: 12px;
    padding: 0 30px 0 30px;
    margin-right: 20px;
  }
  .sec-information .container-inner .informationList .text {
    font-size: 15px;
    line-height: 1.7;
  }
  .sec-information .container-inner .informationList li.blank .text a {
    padding-left: 0;
    padding-right: 25px;
  }
  .sec-information .container-inner .detailData {
    display: table;
    margin-bottom: 30px;
  }
  body.news .main-section, body.news_detail .main-section {
    margin-bottom: 0;
  }
  body.news .site-body, body.news_detail .site-body {
    padding: 2rem 0 0;
  }
}
/*================================*/
/* 右上ウィジェット */
/*================================*/
.site-header-sub {
  display: flex;
  grid-row: 1;
  grid-column: 2;
  _background: lightgreen;
  justify-content: flex-end;
  /*↓既存打消し↓*/
  margin-top: 4px !important;
  margin-bottom: 0 !important;
  float: right;
  padding-left: 0 !important;
}
/*header .pcNaviFlx.Upr {
    padding-right: 20px;
    justify-content: flex-end;
    display: flex;
    align-items: center;
}*/
.global-nav-list > li .global-nav-name {
  font-size: 16px !important;
}
header .pcNaviFlx {
  display: flex;
  height: 40px;
  margin: 0;
}
header .pcNaviFlx.Upr li.area {
  border-radius: 3px;
  color: #fff;
  background: #cb4525;
  font-weight: bold;
  font-size: 0.8rem;
  margin-right: 25px;
  padding: 2px 7px;
  transform: rotate(.03deg);
}
header .pcNaviFlx li {
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  transform: rotate(.03deg);
}
header .pcNaviFlx.Upr li.tel {
  padding: 0 10px 0 6px;
  color: #333333;
  font-size: 1.6rem;
  position: relative;
  font-family: 'Hind', sans-serif;
  font-weight: 500;
}
header .pcNaviFlx.Upr li.tel:before {
  content: '';
  position: absolute;
  background: url(./common/images/ico_tel.svg) left center no-repeat;
  width: 18px;
  height: 18px;
  top: -8px;
  left: -19px;
}
header .pcNaviFlx.Upr li.recep_time {
  font-size: 0.75rem;
  padding: 0 15px 0 8px;
  font-weight: normal;
  transform: rotate(.03deg);
}
header .pcNaviFlx.Upr li {
  padding: 0 13px;
  color: #666666;
}
/*================================*/
/* ヒーローセクション */
/*================================*/
.ltg-slide picture img {
  width: 100vw !important;
  height: 600px !important;
  display: block;
  object-fit: cover;
  object-position: center;
}
.mini-content-container-1.container .ltg-slide-text-title .main_01 {
  font-size: 60px;
  display: inline-block;
  color: #fff;
  padding: 23px 20px 23px 15px;
  text-shadow: none;
  transform: skewX(-15deg);
  background: linear-gradient(270deg, rgba(0, 95, 209, 1) 0%, rgba(0, 141, 209, 1) 100%);
  margin-left: 40px;
}
.mini-content-container-1.container .ltg-slide-text-title .main_01 span {
  transform: skewX(15deg);
  display: block;
}
.mini-content-container-1.container .ltg-slide-text-caption .main_02 {
  background-color: rgba(4, 16, 53, 1);
  color: #fff;
  padding: 4px 0px 4px 19px;
  display: inline-block;
  text-shadow: none;
  font-size: 40px !important;
  font-weight: bold !important;
  transform: skewX(-15deg);
  margin-left: 40px;
}
.mini-content-container-1.container .ltg-slide-text-caption .main_02 span {
  transform: skewX(15deg);
  display: block;
}
.ltg-slide-text-set {
  top: 40% !important;
}
@media (max-width: 991px) {
  .ltg-slide-text-title {
    font-size: 35px !important;
  }
}
.site-header {
  background-color: #fff !important;
  box-shadow: none !important;
  border-bottom: solid 1px #0078cb;
}
@media (max-width: 991px) {
  h3.ltg-slide-text-set {
    line-height: 1.3
  }
  .ltg-slide-text-set {
    position: absolute;
    top: 20% !important;
    left: 0% !important;
    transform: none;
    width: 100%;
    right: 0;
    transform: none !important;
  }
  .mini-content-container-1.container .ltg-slide-text-title .main_01 {
    font-size: 30px;
    display: block;
    color: #fff;
    padding: 13px 15px;
    text-shadow: none;
    background: linear-gradient(270deg, rgba(0, 95, 209, 1) 0%, rgba(0, 141, 209, 1) 100%);
    width: calc(100% - 30%);
    left: -15px;
    position: relative;
    margin-left: 0px;
  }
  .mini-content-container-1.container .ltg-slide-text-title .main_01 span {
    transform: skewX(15deg);
    display: block;
    position: relative;
    left: 20px;
    line-height: 1.3;
    font-size: clamp(1.875rem, -0.727rem + 7.23vw, 3.75rem);
  }
  .mini-content-container-1.container .ltg-slide-text-title .main_01 span .sp_only {
    display: none;
  }
  .mini-content-container-1.container .ltg-slide-text-caption .main_02 {
    background-color: rgba(4, 16, 53, 1);
    color: #fff;
    padding: 4px 0px 4px 19px;
    display: inline-block;
    text-shadow: none;
    font-weight: bold !important;
    transform: skewX(-15deg);
    position: relative;
    left: -15px;
    width: calc(100% - 35%);
    margin-left: 0px;
  }
  .mini-content-container-1.container .ltg-slide-text-caption .main_02 span {
    position: relative;
    left: 20px;
    font-size: clamp(1.25rem, -0.485rem + 4.82vw, 2.5rem);
  }
}
@media (max-width: 450px) {
  .mini-content-container-1.container .ltg-slide-text-title .main_01 span .sp_only {
    display: block;
  }
}
/*================================*/
/* お知らせ */
/*================================*/
.p-top-news {
  padding-right: 30px;
  padding-left: 30px;
  margin-top: -70px;
  position: relative;
  z-index: 1;
}
.p-top-news__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 70px 100px 0;
  background: #fff;
}
.p-top-news__ttl {
  display: flex;
}
.u-min {
  /*font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: normal;*/
}
.p-top-news__ttl__main {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  padding-left: 30px;
}
.u-osw {
  font-family: "Hind", sans-serif;
}
.p-top-news__ttl__sub {
  font-size: 15px;
  margin-bottom: 0px;
  position: relative;
  margin-left: auto;
}
.p-top-news__ttl__sub a {
  position: relative;
  color: #333;
  text-decoration: none;
  padding-right: 20px;
}
.p-top-news__ttl__sub a:before {
  content: '';
  position: absolute;
  -webkit-mask: url(./common/images/arrow.svg) 0 0 no-repeat;
  mask: url(./common/images/arrow.svg) 0 0 no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  background-color: #0060d1;
  background-size: auto;
  width: 6px;
  height: 12px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  top: 4px;
  right: 0px;
  transform: translateX(0);
  transition: transform 0.3s ease;
}
.p-top-news__ttl__sub a:hover:after {
  background-color: #0060d1;
  transition: transform 0.4s ease;
  transform: rotate(-360deg);
}
.p-top-news__ttl__main:before {
  content: "";
  width: 37px;
  height: 1px;
  background: #005fd1;
  position: absolute;
  top: -7px;
  left: -4px;
  display: inline-block;
  transform: rotate(-57deg);
}
.p-top-news .p-news__list {
  width: 100%;
  padding: 0;
  border-top: 1px solid #d5d5d5;
}
.p-news__list li {
  font-size: 16px;
  border-bottom: 1px solid #d5d5d5;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
}
.p-news__list li a {
  width: 100%;
  padding: 20px 16px;
  display: inline-block;
  transition: background 0.1s;
  text-decoration: none;
}
.p-news__list li a:hover {
  background: rgba(213, 213, 213, 0.14);
}
.p-news__list li a article {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.p-news__list__cat {
  width: 90px;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  color: #004ea2;
  border: 1px solid #004ea2;
  margin: 0 28px;
  padding: 6px 0 5px;
}
.p-news__list__ttl {
  flex: 1;
  font-size: 16px;
  margin: 0;
  font-weight: normal;
}
.c-btn {
  font-size: 16px;
  text-align: right;
  margin: 0;
}
.c-btn a {
  width: 100%;
  color: #201f1f;
  padding: 13px 0;
  position: relative;
  z-index: 0;
  display: inline-block;
  transition: color 0.3s;
}
.c-btn a:after {
  content: "";
  width: 120%;
  height: 100%;
  background: #201f1f;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform-origin: right top;
  transform: skewX(-30deg) scale(0, 1);
  transition: transform 0.3s;
}
@media (max-width: 991px) {
  .p-top-news__ttl__sub::before {
    content: none;
  }
  .p-top-news {
    margin-top: 70px;
  }
  .p-top-news {
    padding-right: 15px;
    padding-left: 15px;
  }
  .p-top-news__inner {
    padding: 0;
    flex-direction: column;
  }
  .p-top-news__ttl {
    width: 100%;
    margin: 0;
  }
  .p-top-news__ttl__main {
    font-size: 18px;
    margin-bottom: 0px;
    padding-left: 20px;
  }
  .p-top-news__ttl__sub {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .p-top-news .p-news__list {
    width: 100%;
    padding-left: 0;
  }
  .p-news__list li {
    font-size: 15px;
  }
  .p-news__list li a {
    padding: 20px 15px;
  }
  .p-news__list__cat {
    width: 84px;
    font-size: 12px;
    margin: 0 13px;
  }
  .p-news__list__ttl {
    width: 100%;
    margin-top: 10px;
    flex: unset;
  }
}
/*================================*/
/* 施工事例トップスライダー */
/*================================*/
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 1 !important;
  cursor: pointer !important;
  pointer-events: auto !important;
}
section.top-works {
  margin-bottom: 30px;
}
.top_pick_up {
  padding-top: 100px;
  position: relative;
  overflow: hidden;
}
.top_pick_up:after {
  content: "";
  background: #F3FCFF;
  width: 100%;
  height: calc(100% - 430px);
  position: absolute;
  left: 0;
  top: 433px;
  display: block;
}
.top_pick_up .all_title_head {
  position: relative;
  text-align: center;
  padding-right: 63px;
  letter-spacing: -2px;
}
.top_pick_up .all_title_head:before {
  content: "";
  width: 60px;
  height: 1px;
  background: #005fd1;
  top: -63px;
  left: 9px;
  display: inline-block;
  transform: rotate(-57deg);
  position: relative;
}
.top_pick_up .all_title {
  text-align: center;
  font-weight: normal
}
.all_fade_right.anime {
  transform: translateX(-11px);
  opacity: 1;
}
.all_title {
  font-size: 18px;
  font-weight: 500;
  margin-top: 12px;
}
.all_title_head {
  line-height: 1.1;
  font-size: 56px;
  color: #008CD5;
}
.all_font_poppins_sb {
  font-weight: 700;
  font-family: 'Hind', sans-serif;
  color: #041035;
  font-size: 80px;
}
.content {
  width: 85%;
  max-width: 1200px;
  margin: 0 auto;
}
.top_pick_up_slide_sec {
  max-width: 801px;
  _max-width: 100%;
  margin-top: 60px;
  z-index: 2;
  overflow: visible;
  position: relative;
  z-index: 3;
}
.swiper-wrapper {
  box-sizing: initial;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  width: 100%;
  z-index: 1;
}
.swiper-slide {
  display: block;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
}
.top_pick_up_slide a {
  display: block;
  color: #000;
}
.top_pick_up_slide_img {
  width: 100%;
  display: block;
  overflow: hidden;
}
.top_pick_up_slide img {
  object-fit: cover;
  aspect-ratio: 80/56;
  width: 100%;
  transition: .4s ease;
  -ms-interpolation-mode: bicubic;
  image-rendering: optimizequality;
  vertical-align: bottom;
  height: auto;
  border: 0;
}
.top_pick_up_slide_box {
  background: #F3FCFF;
  width: 70.6%;
  max-width: 566px;
  margin-top: -75px;
  padding: 28px 10% 35px 0px;
  position: relative;
  z-index: 2;
}
.top_pick_up_slide_box .all_text_big {
  display: inline-block;
  color: #008AD5;
}
.all_text_big {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}
.top_pick_up_slide_box .all_text_small {
  margin-top: 0px;
  line-height: 1.3;
  font-weight: normal;
}
.all_text_small {
  font-size: 18px !important;
  font-weight: 500;
}
.all_new_line {
  display: inline-block;
  letter-spacing: inherit;
  font-family: inherit;
}
.top_pick_up_slide_sec .swiper-button-prev {
  left: -30px;
  transform: translateX(-50%);
  border: 1px solid #008CD5;
  border-radius: 50%;
}
.all_slide_control .swiper-button-prev {
  width: 58px;
  height: 58px;
  margin-top: 0;
  top: 42%;
  transform: translateY(-50%);
}
.all_slide_control .swiper-button-prev::after {
  content: "";
  background: url(./common/images/all_bg_slide_prev.png) no-repeat center / 100% 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.top_pick_up_slide_sec .swiper-button-next {
  right: -30px;
  transform: translateX(50%);
  border: 1px solid #008CD5;
  border-radius: 50%;
}
.all_slide_control .swiper-button-next {
  width: 58px;
  height: 58px;
  margin-top: 0;
  top: 42%;
  transform: translateY(-50%);
}
.all_slide_control .swiper-button-next::after {
  content: "";
  background: url(./common/images/all_bg_slide_next.png) no-repeat center / 100% 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.swiper-button-next, .swiper-button-prev {
  align-items: center;
  color: #007aff;
  cursor: pointer;
  display: flex;
  height: 44px;
  justify-content: center;
  position: absolute;
  width: 44px;
  z-index: 10;
}
@media (max-width: 991px) {
  section.top-works {
    margin-bottom: 0px;
  }
  .all_font_poppins_sb {
    font-size: 40px;
  }
  .top_pick_up {
    padding-top: 60px;
  }
  .top_pick_up .all_title_head {
    padding-right: 48px;
  }
  .top_pick_up .all_title_head::before {
    width: 40px;
    top: -38px;
    left: 10px;
  }
  .sp_block {
    display: block;
  }
  .all_title, .top .all_title {
    font-size: 18px;
  }
  .top_pick_up_slide_sec {
    width: 79%;
    padding-left: 5%;
    margin: 40px 0 0;
  }
  .top_pick_up_slide_box {
    width: 72.5%;
    margin-top: -22px;
    padding: 20px 0 0 0;
    border-radius: 0;
  }
  .all_text_big {
    font-size: 16px;
  }
  .top_pick_up_slide_box .all_text_small {
    width: 138%;
  }
  .top_pick_up_slide_box .all_text_small span {
    display: inline;
  }
  .top_pick_up_slide_sec .swiper-button-prev {
    display: none;
  }
  .all_slide_control .swiper-button-prev, .all_slide_control .swiper-button-next {
    width: 45px;
    height: 45px;
  }
  .top_pick_up_slide_sec .swiper-button-next {
    right: -21px;
    top: 33%;
  }
  .top_pick_up::after {
    content: "";
    background: #F3FCFF;
    width: 100%;
    height: calc(100% - 50%);
    position: absolute;
    left: 0;
    top: 48%;
    display: block;
  }
  .all_text_small {
    font-size: 16px !important;
  }
}
/*================================*/
/* コンテンツエリア　テレコ */
/*================================*/
#main .service {
  padding-top: 100px;
}
#main .layout-1 {
  max-width: 1600px;
  display: flex;
  flex-wrap: wrap;
  padding: 0px 0px 160px;
  margin: 0 auto;
}
#main .layout-1.reverse {
  flex-direction: row-reverse;
  padding: 0px;
  margin-top: 40px;
}
#main .layout-1 .content {
  width: 46.875%;
  line-height: 2.33;
  padding-top: 50px;
}
.inview-active {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}
#main .layout-1 .content .title {
  margin-bottom: 1.75em;
}
#main .layout-1 .content .title .inner {
  position: relative;
  padding-right: 20px;
}
#main .layout-1 .content .title .inner:before {
  content: "";
  width: 60px;
  height: 1px;
  background: #005fd1;
  top: -4px;
  left: -28px;
  display: inline-block;
  transform: rotate(-57deg);
  position: absolute;
}
#main .layout-1.reverse .content .title .inner:before {
  content: "";
  width: 60px;
  height: 1px;
  background: #005fd1;
  top: 6px;
  left: -42px;
  display: inline-block;
  transform: rotate(-57deg);
  position: relative;
}
#main .layout-1 .content .inner {
  max-width: 500px;
  padding: 0 10px;
  padding-right: 170px;
  margin-left: auto;
}
#main .layout-1.reverse .content .inner {
  padding-left: 170px;
  padding-right: 0;
  margin-left: 0;
  margin-right: auto;
}
#main .layout-1 .content .title .title-1 {
  margin-bottom: .5em;
}
.title-1 {
  font-size: 18px;
  color: #041035;
  margin-bottom: 1.5em;
  border-top: none;
  border-bottom: none;
  padding: 0;
  font-weight: normal;
}
.title-1:before {
  content: attr(data-txt);
  display: block;
  font-size: 80px;
  font-weight: 700;
  font-family: 'Hind', sans-serif;
  line-height: 1;
  letter-spacing: -2px;
}
#main .layout-1 .photo {
  position: relative;
  width: 53.125%;
  padding-top: 50px;
}
#main .layout-1.reverse .photo {
  text-align: right;
}
#main .layout-1 .photo:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: calc(100% - 100px);
  height: calc(100% - 50px);
  background: linear-gradient(90deg, #005fd1 0%, #008dd1 100%);
}
#main .layout-1.reverse .photo:before {
  left: 0;
  right: auto;
}
#main .layout-1 .photo picture {
  position: relative;
  z-index: 1;
  display: block;
}
#main .layout-1 .photo picture img {
  max-width: 660px;
  border: none;
  vertical-align: middle;
  width: auto;
  height: auto;
  image-rendering: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: solid 15px #fff;
}
#main .layout-1 .content .btn {
  margin-top: 2em;
}
.btn-1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  min-height: 50px;
  width: fit-content;
  font-weight: 700;
  line-height: 1.33;
  color: #fff;
  cursor: pointer;
  background: #008ad5;
  padding: .5em 1.5em;
  padding-right: 2em;
  border-radius: 50px;
  transition: all 300ms;
  overflow: hidden;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.btn-1 span {
  position: relative;
  z-index: 10;
}
@media (hover: hover) and (pointer: fine) {
  a.btn-1:hover {
    color: #fff !important;
  }
}
.btn-1:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #041035;
  -webkit-transition: 1.0s cubic-bezier(0.475, 0.425, 0, 0.995);
  transition: 1.0s cubic-bezier(0.475, 0.425, 0, 0.995);
  right: auto;
  right: -100px;
  bottom: -100px;
  transform: rotate(35deg);
}
@media (hover: hover) and (pointer: fine) {
  .btn-1:hover:before {
    width: 500px;
    height: 500px;
    opacity: 1;
  }
}
.btn-1:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  margin-top: -5px;
  transition: transform 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .btn-1:hover::after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
@media (max-width: 991px) {
  .site-body {
    padding: 0rem 0 2rem;
  }
  #main .service {
    padding-top: 50px;
  }
  #main .layout-1 {
    padding: 30px 0;
    padding-top: 30px;
  }
  #main .layout-1 .content .title .inner {
    position: relative;
    display: flex;
    justify-content: center;
    max-width: 100%;
  }
  #main .layout-1 .content .title .inner::before {
    content: "";
    width: 40px;
    height: 1px;
    background: #005fd1;
    top: -4px;
    left: 8px;
    transform: rotate(-57deg);
    position: relative;
  }
  #main .layout-1 .content {
    text-align: center;
  }
  #main .layout-1 .content {
    width: 100%;
    padding-top: 0;
  }
  #main .layout-1 .content {
    text-align: center;
  }
  #main .layout-1 .content .inner {
    padding: 0 10px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  #main .layout-1 .content .inner p {
    text-align: left;
    margin-bottom: 0;
    font-size: 16px;
  }
  #main .layout-1 .content {
    text-align: center;
  }
  .title-1 {
    font-size: 18px;
    padding-right: 40px;
  }
  .title-1::after {
    font-size: 18px;
  }
  #main .layout-1 .btn-1 {
    margin: 0 auto;
  }
  #main .layout-1 .photo {
    max-width: 930px;
    width: 100%;
    padding-top: 5%;
    margin: 30px auto 0;
  }
  #main .layout-1 .photo img {
    max-width: 95% !important;
    display: block;
    margin: 0 auto;
  }
  .title-1::before {
    font-size: 40px;
  }
}
/*================================*/
/* footer */
/*================================*/
.site-footer-content {
  background: #041035;
}
.site-footer .container {
  max-width: 100% !important;
  padding-top: 0;
  height: 170px;
  display: flex;
  align-items: center;
}
.site-footer .container.site-footer-copyright {
  height: auto;
  justify-content: center;
  padding-top: 20px;
}
.scrolled .page_top_btn {
  display: block;
  opacity: 1;
  color: transparent;
}
.site-footer .container .row.type_a {
  width: 1180px;
  margin: 0 auto;
  flex-wrap: unset;
}
@media (max-width: 1280px) {
  .site-footer .container .row.type_a {
    width: 100%;
    padding: 0 40px;
  }
}
.site-footer .container .row.type_a .col-lg-4:first-child {
  padding: 0;
}
.site-footer .container .row.type_a .col-lg-4:first-child .l-footer-logo {
  color: #fff;
  font-size: 15px;
}
.site-footer .container .row.type_a .col-lg-4:first-child .l-footer-logo a {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 7px;
  display: inline-block;
}
.site-footer .container .row.type_a .col-lg-4:nth-child(2) {
  display: none;
}
.site-footer .container .row.type_a .col-lg-4:last-child {
  flex: 0 0 70%;
  max-width: 70%;
  padding: 0;
  align-items: center;
  justify-content: right;
  display: flex;
}
.site-footer .container .row.type_a .col-lg-4:last-child ul {
  display: flex;
  padding: 0;
  justify-content: flex-end;
}
.site-footer .container .row.type_a .col-lg-4:last-child ul:first-child {
  margin-bottom: 20px;
}
.site-footer .container .row.type_a .col-lg-4:last-child ul:last-child {}
.site-footer .container .row.type_a .col-lg-4:last-child ul:last-child li {
  align-items: center;
  display: flex;
}
.site-footer .container .row.type_a .col-lg-4:last-child ul:last-child li.x a {
  -webkit-mask: url(./common/images/sns/x.svg) 0 0 no-repeat;
  mask: url(./common/images/sns/x.svg) 0 0 no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  background-color: #fff;
  background-size: auto;
  width: 24px;
  height: 26px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
}
.site-footer .container .row.type_a .col-lg-4:last-child ul:last-child li.yt a {
  -webkit-mask: url(./common/images/sns/youtube.svg) 0 0 no-repeat;
  mask: url(./common/images/sns/youtube.svg) 0 0 no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  background-color: #fff;
  background-size: auto;
  width: 28px;
  height: 20px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
}
.site-footer .container .row.type_a .col-lg-4:last-child ul:last-child li.insta a {
  -webkit-mask: url(./common/images/sns/insta.svg) 0 0 no-repeat;
  mask: url(./common/images/sns/insta.svg) 0 0 no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  background-color: #fff;
  background-size: auto;
  width: 23px;
  height: 23px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
}
.site-footer .container .row.type_a .col-lg-4:last-child ul:last-child li.x a:hover, .site-footer .container .row.type_a .col-lg-4:last-child ul:last-child li.yt a:hover, .site-footer .container .row.type_a .col-lg-4:last-child ul:last-child li.insta a:hover, .site-footer .container .row.type_a .col-lg-4:last-child ul:last-child li.fb a:hover, .site-footer .container .row.type_a .col-lg-4:last-child ul:last-child li.tiktok a:hover {
  background-color: #008AD5;
}
.site-footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-footer ul li {
  float: left;
  padding: 0;
  margin: 0 30px 0 0;
}
.site-footer ul li a {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
.site-footer-copyright p {
  font-size: 14px !important;
}
.page_top_btn {
  position: fixed;
  bottom: 43px;
  right: 2em;
  width: 52px;
  height: 52px;
  background: #fff;
  background-size: 16px auto;
  opacity: 0;
  _pointer-events: none;
  transition: opacity 0.5s ease-in;
  border-radius: 30px;
  box-shadow: 0px 3px 15px 0px rgba(33, 33, 33, 0.1);
  z-index: 99999;
  text-decoration: none;
}
.page_top_btn::after {
  position: absolute;
  top: 44%;
  left: 40%;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  border-left: 2px solid #212121;
  border-top: 2px solid #212121;
  transform: rotate(45deg);
}
.page_top_btn:hover {
  transition: opacity .3s;
  color: transparent;
  text-decoration: none;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
@media (max-width: 991px) {
  #main .layout-1.reverse .content .title .inner:before {
    content: "";
    width: 40px;
    height: 1px;
    background: #005fd1;
    top: -4px;
    left: 8px;
    display: inline-block;
    transform: rotate(-57deg);
    position: relative;
  }
  .site-footer .container {
    height: 100%;
    padding-bottom: 20px;
  }
  .site-footer .container .row.type_a {
    width: 100%;
    flex-direction: column-reverse;
    padding: 0;
  }
  .site-footer .container .row.type_a .col-lg-4:last-child {
    flex: auto;
    max-width: 100%;
    padding: 0;
    align-items: normal;
    justify-content: left;
    display: flex;
  }
  .widget:last-child {
    margin-bottom: 0;
    width: 100%;
  }
  .site-footer .container .row.type_a .col-lg-4:last-child ul {
    display: block;
  }
  .site-footer ul li {
    float: none;
    padding: 10px 20px;
    margin: 0 0px 0 0;
    border-bottom: solid 1px #3d4a74;
  }
  .site-footer ul li a {
    display: block;
    padding-right: 20px;
  }
  .site-footer .container .row.type_a .col-lg-4:last-child ul:last-child {
    display: flex;
    padding-right: 20px;
  }
  .site-footer .container .row.type_a .col-lg-4:last-child ul:last-child li {
    float: none;
    padding: 10px 10px;
    margin: 0 0px 0 0;
    border-bottom: none;
  }
  .site-footer .container .row.type_a .col-lg-4:first-child {
    padding: 0 20px;
  }
  .page_top_btn {
    right: 1em;
  }
  .site-footer .container.site-footer-copyright {
    justify-content: flex-start;
  }
  .site-footer-copyright p {
    margin: 0 !important;
    padding-left: 20px;
  }
}
/*================================*/
/* CTA_2 */
/*================================*/
body.contact .l-footer-contact {
  display: none;
}
.l-footer-contact {
  background-color: #fff;
  border-top: 1px solid #0078CB;
  padding-top: 120px;
  padding-bottom: 120px;
}
.l-container {
  max-width: calc(980px + 12%);
}
.l-container, .l-container-small, .l-container-large {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6%;
  padding-right: 6%;
}
.l-footer-contact .c-ttl-lv1 {
  text-align: center;
}
.c-ttl-lv1 {
  position: relative;
  font-size: 80px;
  font-family: 'Hind', sans-serif;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0px;
  color: #041035;
  letter-spacing: -2px;
  padding-right: 50px;
}
.c-ttl-lv1:before {
  content: "";
  width: 60px;
  height: 1px;
  background: #005fd1;
  top: -63px;
  left: 29px;
  display: inline-block;
  transform: rotate(-57deg);
  position: relative;
}
body.news .c-ttl-lv1:before, body.recruit .c-ttl-lv1:before, body.works .c-ttl-lv1:before {
  left: 19px;
}
.l-container .ja {
  font-size: 18px;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 60px;
  text-align: center;
}
.l-footer-contact-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.l-footer-conact-contents-box:nth-child(1) {
  border-right: 1px solid #e6e7eb;
}
.l-footer-conact-contents-box h3 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
}
.l-footer-conact-contents-box .tel {
  position: relative;
  font-size: 36px;
  font-size: 2.25rem;
  color: #041035;
  font-weight: 500;
}
.l-footer-conact-contents-box .tel span {
  position: relative;
}
.l-footer-conact-contents-box .tel span:before {
  content: '';
  position: absolute;
  background: url(./common/images/ico_tel.svg) left center no-repeat;
  background-size: 38px auto;
  width: 38px;
  height: 38px;
  top: 5px;
  left: -46px;
}

.l-footer-conact-contents-box .open {
  font-size: 14px;
  font-size: 1rem;
}
.l-footer-contact-contents > div {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.l-footer-conact-contents-box {
  text-align: center;
  padding: 0 20px;
}
.l-footer-conact-contents-box .c-btn-main {
  margin-top: 10px;
}
.u-margin-auto {
  margin: auto;
}
.c-btn-main, .c-btn-main--white {
  text-align: center;
  max-width: 284px;
}
.c-btn-main a {
  border-radius: 6px;
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 4.2;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Josefin Sans", sans-serif;
  position: relative;
  padding-top: 5px;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #041035;
}
.c-btn-main a::after {
  content: "";
  width: 8px;
  height: 16px;
  -webkit-mask: url(./common/images/arrow.svg) 0 0 no-repeat;
  mask: url(./common/images/arrow.svg) 0 0 no-repeat;
  mask-size: auto;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  background-color: #fff;
  background-size: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}
@media (max-width: 991px) {
  .l-footer-contact {
    padding: 70px 0;
  }
  .l-container {
    max-width: calc(980px + 12%);
  }
  .l-container .ja {
    font-size: 18px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 20px;
    text-align: center;
  }
  .c-ttl-lv1 {
    font-size: 40px;
    padding-right: 46px;
  }
  .c-ttl-lv1::before {
    content: "";
    width: 40px;
    height: 1px;
    background: #005fd1;
    top: -33px;
    left: 9px;
    display: inline-block;
    transform: rotate(-57deg);
    position: relative;
  }
  .page-header-title, h1.page-header-title {
    font-size: 15px !important;
  }
  .l-footer-contact-contents {
    display: block;
  }
  .l-footer-conact-contents-box .tel span::before {
    content: '';
    position: absolute;
    background: url(./common/images/ico_tel.svg) left center no-repeat;
    background-size: auto;
    background-size: 31px auto;
    width: 38px;
    height: 38px;
    top: -4px;
    left: -36px;
  }
.l-footer-conact-contents-box .tel span a{
	color:#041035!important;
	pointer-events:fill
}
  .l-footer-conact-contents-box:nth-child(1) {
    border-right: none;
    border-bottom: 1px solid #e6e7eb;
    margin-bottom: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .l-footer-conact-contents-box h3 {
    font-size: 18px;
    margin-bottom: 0px;
  }
  .l-footer-conact-contents-box .tel {
    font-size: 28px;
    padding-left: 20px;
  }
  .l-footer-conact-contents-box .open {
    ffont-size: 16px;
  }
  .l-footer-conact-contents-box {
    text-align: center;
    padding: 0 20px;
  }
}
/*================================*/
/* style.css打消し */
/*================================*/
a:hover {
  color: #008AD5 !important
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
  width: 100%;
  padding-right: 0px !important;
  padding-left: 0px !important;
  margin-right: auto;
  margin-left: auto;
}
.global-nav--layout--penetration {
  clear: both;
  grid-row: 2;
  grid-column: 2;
  _background: lightcoral;
  justify-content: flex-end;
  display: flex;
  /*↓既存打消し↓*/
  width: auto;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.global-nav--layout--penetration .global-nav-list > li:first-child {
  border-left: none !important;
}
.global-nav--layout--penetration .global-nav-list > li {
  border-right: none !important;
}
.global-nav--layout--penetration .global-nav-list {
  width: auto !important;
  display: flex;
  margin-left: inherit !important;
  margin-right: inherit !important;
}
@media (min-width: 1200px) {
  #site-header .container, #site-header .container-lg, #site-header .container-md, #site-header .container-sm, #site-header .container-xl {
    max-width: 1140px !important;
    display: grid;
    grid-template-columns: 100px 1fr;
    grid-template-rows: auto auto;
  }
  body.toppage .site-body .container {
    max-width: 1400px !important;
    _max-width: 100% !important;
  }
}
@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 100% !important;
  }
}
@media (min-width: 768px) {
  .container, .container-md, .container-sm {
    max-width: 100% !important;
  }
}
@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
    display: grid;
    max-width: 1140px !important;
  }
  .site-header--layout--sub-active .site-header-logo {
    float: none;
    grid-row: 1 / span 2;
    grid-column: 1;
    _background: lightblue;
    width: 266px;
    padding: 15px 0 20px;
    margin: 0;
    z-index: 2;
  }
  .device-pc .global-nav-list > li > a {
    padding: 10px 1.5em 14px !important;
  }
  .site-header-logo img {
    max-height: 100% !important;
    width: 266px;
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .site-header-logo {
    text-align: left !important;
    margin-bottom: 0 !important
  }
  .site-header-logo a {
    display: inline-block !important;
  }
  .site-header-logo img {
    margin-left: 10px !important;
    max-width: 80% !important;
  }
  .vk-mobile-nav {
    padding: 60px 10px !important;
  }
  _.vk-mobile-nav-menu-btn {
    top: 15px !important;
    right: 15px !important;
    left: auto !important;
    border: none !important;
    _background: url("./common/images/sp_nav.svg") center 50% no-repeat rgba(255, 255, 255, .8) !important;
    _background-size: 80% auto !important;
    background: none !important;
  }
  .vk-mobile-nav-menu-btn {
    position: fixed !important;
    background: none !important;
    left: auto !important;
    border: none !important;
    top: 0px !important;
    right: 0px !important;
    border-radius: 0px !important;
    width: 50px !important;
    height: 50px !important;
  }
  .vk-mobile-nav-menu-btn span {
    position: relative;
    left: auto !important;
    content: '';
    -webkit-mask: url(./common/images/sp_nav.svg) 0 0 no-repeat !important;
    mask: url(./common/images/sp_nav.svg) 0 0 no-repeat !important;
    mask-size: auto;
    -webkit-mask-size: 80% 80% !important;
    mask-size: 50% 50% !important;
    background-color: #333 !important;
    background-size: auto !important;
    width: 52px !important;
    height: 18px !important;
    overflow: hidden !important;
    text-indent: 100% !important;
    white-space: nowrap;
    display: block;
    top: 23px !important;
    right: -12px !important;
    transform: translateX(0);
    transition: transform 0.3s ease !important;
    border: none !important;
    border-radius: 0px !important;
  }
  body.header_scrolled .vk-mobile-nav-menu-btn {
    background: #005FD1 !important;
    width: 50px !important;
    height: 50px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    top: 0 !important;
    right: 0 !important;
  }
  body.header_scrolled .vk-mobile-nav-menu-btn span {
    position: relative;
    background-color: #fff !important;
    top: 4px !important;
    left: 12px !important;
  }
  .site-header-sub {
    display: inherit;
    margin: 0;
    padding: 0;
  }
  .site-header-sub {
    display: none !important;
  }
  .ltg-slide picture img {
    width: 100% !important;
    _height: 100% !important;
  }
}
@media (max-width: 768px) {
  .ltg-slide picture img {
    width: 100% !important;
    height: auto !important;
  }
}