/* CSS Document */
/*ページタイトル*/
.page_title.line h2::before{
  content: "LOT LINE";
}
.page_title.sign h2::before{
  content: "SIGN";
}
.page_title.light h2::before{
  content: "LIGHTING LAMP";
}
.page_title.fence h2::before{
  content: "PROTECTIVE FENCE";
}
.page_title.mirror h2::before{
  content: "CURVED MIRROR";
}
.page_title.other h2::before{
  content: "OTHERS FACILITY";
}
/*○○について*/
.about{
  box-sizing: border-box;
  display: flex;
}
body[wc-view-type="sp"] .about{
  padding: var(--headerHeight) 6vw;
  flex-direction: column;
}
body[wc-view-type="tb"] .about,
body[wc-view-type="sp"] .about{
  flex-direction: column;
}
body[wc-view-type="tb"] .about,
body[wc-view-type="tb-l"] .about{
  padding: var(--headerHeight) 4.5vw;
}
body[wc-view-type="pc"] .about{
  padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
.about .a_left{
  box-sizing: border-box;
}
body[wc-view-type="tb-l"] .about .a_left{
  width: 50%;
  padding-right: 2.5rem;
}
body[wc-view-type="pc"] .about .a_left{
  width: 550px;
  padding-right: 2.5rem;
}
.about .a_left .contents_title::before{
  content: "ABOUT";
}
.about .a_left .a_text{
  padding-bottom: 1rem;
  box-sizing: border-box;
}
.about .a_left .a_text p{
  margin-top: 1rem;
  line-height: 1.8rem;
  transition: opacity 600ms ease,transform 600ms ease;
  opacity: 0;
  transform: translateY(1rem);
}
.about .a_left .a_text p[inview-state="true"]{
  opacity: 1;
  transform:translateY(0);
}
.about figure{
}
body[wc-view-type="tb-l"] .about figure{
  width: 50%;
}
body[wc-view-type="pc"] .about figure{
  width: 550px;
}
.about figure img{
  aspect-ratio:1.414/1;
  border-radius: 1rem;
}
body[wc-view-type="tb"] .about figure img{
  aspect-ratio:2/1;
}
/*事業紹介*/
.business{
  background-color: #efefef;
  box-sizing: border-box;
}
body[wc-view-type="sp"] .business{
  padding: var(--headerHeight) 6vw;
}
body[wc-view-type="tb"] .business,
body[wc-view-type="tb-l"] .business{
  padding: var(--headerHeight) 4.5vw;
}
body[wc-view-type="pc"] .business{
  padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
.business .contents_title::before{
  content: "INTRODUCTION";
}
.business > article{
  display: flex;
  background-color: #fff;
  padding: 1rem;
  box-sizing: border-box;
  border-radius: 1rem;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.35);
  margin-top: 1.5rem;
  transition: opacity 600ms ease,transform 600ms ease;
  opacity: 0;
  transform: translateY(1rem);
}
.business > article[inview-state="true"]{
  opacity: 1;
  transform:translateY(0);
}
body[wc-view-type="sp"] .business > article{
  flex-direction: column;
}
body[wc-view-type="tb-l"] .business > article,
body[wc-view-type="pc"] .business > article{
  padding: 2rem;
}
body:not([wc-view-type="sp"]) .business > article:nth-of-type(even){
  flex-direction: row-reverse;
}
.business > article .b_text{
  box-sizing: border-box;
}
body[wc-view-type="sp"] .business > article .b_text{
  padding-bottom: 1rem;
}
body[wc-view-type="tb"] .business > article .b_text,
body[wc-view-type="tb"] .business > article figure,
body[wc-view-type="tb-l"] .business > article .b_text,
body[wc-view-type="tb-l"] .business > article figure{
  width: 50%;
}
body[wc-view-type="pc"] .business > article .b_text,
body[wc-view-type="pc"] .business > article figure{
  width: 50%;
}
body[wc-view-type="tb"] .business > article:nth-of-type(odd) .b_text{
  padding-right: 1.5rem;
}
body[wc-view-type="tb"] .business > article:nth-of-type(even) .b_text{
  padding-left: 1.5rem;
}
body[wc-view-type="tb-l"] .business > article:nth-of-type(odd) .b_text{
  padding-right: 2rem;
}
body[wc-view-type="tb-l"] .business > article:nth-of-type(even) .b_text{
  padding-left: 2rem;
}
body[wc-view-type="pc"] .business > article:nth-of-type(odd) .b_text{
  padding-right: 2.5rem;
}
body[wc-view-type="pc"] .business > article:nth-of-type(even) .b_text{
  padding-left: 2.5rem;
}
.business > article .b_text > .c_box_title{
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 0.5rem;
}
.business > article .b_text > .c_box_title h2{
  font-weight: 700;
  color: #2277ca;
  font-size: 1.25rem;
  border-bottom: 1px solid #7d7d7d;
  padding: 0 1rem 0.75rem;
}
.business > article .b_text > .c_box_title .numbering{
  font-family: "inter";
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 1.3rem;
  padding-left: 1rem;
}
.business > article .b_text > .b_in_text,
.business > article .b_text > p{
  padding: 0.75rem 1rem 0 1rem;
  box-sizing: border-box;
}
.business > article .b_text > .b_in_text{
  display: flex;
  flex-direction: column;
  gap:0.5rem;
}
.business > article .b_text > .b_in_text dl{
  display: flex;
}
.business > article .b_text > .b_in_text dl dt{
}
.business > article .b_text > .b_in_text dl dd{
}
.business > article figure{
}
.business > article figure img{
  aspect-ratio:1.414/1;
  border-radius: 1rem;
}
/*施工事例*/
.works{
  box-sizing: border-box;
}
body[wc-view-type="sp"] .works{
  padding: var(--headerHeight) 6vw;
}
body[wc-view-type="tb"] .works,
body[wc-view-type="tb-l"] .works{
  padding: var(--headerHeight) 4.5vw;
}
body[wc-view-type="pc"] .works{
  padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
.works .contents_title::before{
  content: "WORKS";
}
.works .b_w_box{
  display: flex;
}
body[wc-view-type="sp"] .works .b_w_box,
body[wc-view-type="tb"] .works .b_w_box{
  flex-direction: column;
}
.works .b_w_box .w_left{
  box-sizing: border-box;
}
body[wc-view-type="sp"] .works .b_w_box .w_left{
  padding-bottom: 1rem;
}
body[wc-view-type="tb-l"] .works .b_w_box .w_left{
  width: 50%;
}
body[wc-view-type="tb-l"] .works .b_w_box .w_left{
  padding-right: 2rem;
}
body[wc-view-type="pc"] .works .b_w_box .w_left{
  width: 550px;
  padding-right: 2.5rem;
}
.works .b_w_box .w_left > p{
  line-height: 1.8rem;
  margin-top: 0.75rem;
  transition: opacity 600ms ease,transform 600ms ease;
  opacity: 0;
  transform: translateY(1rem);
}
.works .b_w_box .w_left > p[inview-state="true"]{
  opacity: 1;
  transform: translateY(0);
}
.works .b_w_box .w_left .btn{
  margin-left: auto;
  margin-top: 0.75rem;
}
.works .b_w_box .w_right{
  display: flex;
  gap:2px;;
  transition: opacity 600ms ease;
  opacity: 0;
}
body[wc-view-type="tb-l"] .works .b_w_box .w_right{
  width: 50%;
}
body[wc-view-type="pc"] .works .b_w_box .w_right{
  width: 550px;
}
.works .b_w_box .w_right[inview-state="true"]{
  opacity: 1;
}
.works .b_w_box .w_right > figure{
  width: calc(50% - 1px);
}
.works .b_w_box .w_right > figure img{
  width: 100%;
  height: 100%;
  aspect-ratio:1/1;
}
body[wc-view-type="tb"] .works .b_w_box .w_right > figure img{
  aspect-ratio: 2/1.5;
  margin-top: 1rem;
}
.works .b_w_box .w_right > figure:nth-of-type(1) img{
  border-radius: 1rem 0 0 1rem;
}
.works .b_w_box .w_right > figure:nth-of-type(2) img{
  border-radius: 0 1rem 1rem 0;
}
/*その他事業*/
.other_business{
  background-color: #fff;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  gap:1rem;
}
body[wc-view-type="sp"] .other_business{
  padding: var(--headerHeight) 6vw;
  gap:0.5rem;
}
body[wc-view-type="tb"] .other_business,
body[wc-view-type="tb-l"] .other_business{
  padding: var(--headerHeight) 4.5vw;
}
body[wc-view-type="tb-l"] .other_business,
body[wc-view-type="pc"] .other_business{
  gap:1rem;
}
body[wc-view-type="pc"] .other_business{
  padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
.other_business > .contents_title{
  width: 100%;
  margin-bottom: 1rem;
}
.other_business > .contents_title::before{
  content: "OTHER";
}
.other_business > a{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 1rem;
  text-decoration: none;
  padding: 1rem 1.5rem;
  box-sizing: border-box;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.35);
  position: relative;
  z-index: 1;
  transition: opacity 600ms ease,transform 600ms ease;
  opacity: 0;
  transform: translateY(1rem);
}
body[wc-view-type="tb"] .other_business > a{
  width: calc((100% / 2) - 0.5rem);
}
body[wc-view-type="tb-l"] .other_business > a,
body[wc-view-type="pc"] .other_business > a{
  width: calc((100% / 3) - 1rem);
}
.other_business > a[inview-state="true"]{
  opacity: 1;
  transform: translateY(0);
}
.other_business > a::before {
  content: "";
  position: absolute;
  inset: 5px;
  border: solid 1px #7d7d7d;
  border-radius: 1rem;
  z-index: -1;
}
body[wc-view-type="sp"] .other_business > a{
  width: 100%;
}

.other_business > a .ob_icon{
  display: flex;
  align-items: center;
  width: 100%;
  color: #2277ca;
  font-weight: 700;
}
body:not([wc-view-type="sp"]) .other_business > a .ob_icon{
  height: 48px;
}
.other_business > a .ob_icon::before{
  content: "";
  width: 2.3rem;
  height: 2.3rem;
  background-color: #7d7d7d;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  display: block;
  margin-right: 0.75rem;
}
.other_business > a .ob_icon.line::before{
  -webkit-mask-image: url("/img/svg/line.svg");
  mask-image: url("/img/svg/line.svg");
}
.other_business > a .ob_icon.sign::before{
   -webkit-mask-image: url("/img/svg/sign.svg");
  mask-image: url("/img/svg/sign.svg");
}
.other_business > a .ob_icon.light::before{
   -webkit-mask-image: url("/img/svg/light.svg");
  mask-image: url("/img/svg/light.svg");
}
.other_business > a .ob_icon.fence::before{
   -webkit-mask-image: url("/img/svg/fence.svg");
  mask-image: url("/img/svg/fence.svg");
}
.other_business > a .ob_icon.mirror::before{
   -webkit-mask-image: url("/img/svg/mirror.svg");
  mask-image: url("/img/svg/mirror.svg");
}
.other_business > a .ob_icon.other::before{
   -webkit-mask-image: url("/img/svg/other.svg");
  mask-image: url("/img/svg/other.svg");
}
.other_business > a .ob_icon::after{
  content: "";
  width: 1.75rem;
  height: 1.75rem;
  background-color: #7d7d7d;
  -webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  margin-left: auto;
}

