@charset "utf-8";
/*
Theme Name: Lightning Pro Child
Theme URI:
Template: lightning-pro
Description:
Author:
Tags:
Version: 0.0.0
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&family=Noto+Serif+JP:wght@200..900&family=Outfit:wght@100..900&display=swap');

/*

.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}


.noto-serif-jp-<uniquifier> {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


.outfit-<uniquifier> {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
*/

body{
  font-family: 'Noto Sans JP', sans-serif;
  /* font-family: 'Noto Serif JP', serif; */
}

.siteHeader{
  box-shadow:none;
}

.siteContent_after{
  display:none;
}

.siteFooter{
  border-top:0;
  background:none;
}

#menu-footertop{
  border-bottom:1px solid #c9caca;
}

.footerMenu ul{
  margin:0;
  padding:10px 0px;
}

.footerMenu > li a{
  border:none;
}

.footerMenu > li:last-child a{
  border:none;
}


#menu-globalmenu > li a{
  padding-left:20px;
  padding-right:20px;
}

#menu-globalmenu > li:last-child a{
  background:#29a7e1;
  color:#FFF;
  padding-left:40px;
  padding-right:40px;
}

#menu-globalmenu > li:before{
  display:none;
}

.page-header_pageTitle, h1.page-header_pageTitle:first-child{
  font-size:40px;
  color:#FFF;
}

.page-header_pageTitle small, h1.page-header_pageTitle:first-child small{
  font-size:18px;
  color:#FFF;
  display:block;
  margin-top:5px;
  font-weight:bold;
}



table.contact tr th{
position:relative;
padding-right:60px;
}


table.contact tr th .required{
color: #FFF;
background: #D24123;
padding: 2px 5px;
position: absolute;
right: 10px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
@media (max-width: 430px){
table.contact,
table.contact tbody,
table.contact tbody tr,
table.contact tbody tr th,
table.contact tbody tr td{
  display:block;
  width:100%;
}
}

#mainimage{
  position:relative;
}

#mainimage > img{
  width:100%;
}

#mainimage .mainimage_inner{
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}


/* home */
#topcatch p{
  margin-top:30px;
  font-size:18px;
  line-height:2;
}

a.news_img{
  position:relative;
  display:block;
}

a.news_img > img {
  width: 100%;
  height: 230px;
  object-fit: cover; /* この一行を追加するだけ！ */
}

a.news_img .news_tag{
  position:absolute;
  right:0;
  top:0;
  color:#FFF;
}

a.news_img .news_tag span{
  display:inline-block;
  padding:2px 10px;
}

.news_title {
  color:#000000;
}

.news_date{
  color:#727171;
}

h2{
  border:none;
  font-size:40px;
  font-weight:bold;
  text-align:center;
}

h2 span.alp{
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size:20px;
  display:block;
}


.service_title{
  font-size:30px;
  font-weight:bold;
  border-left:5px solid #29a7e1;
  padding-left:20px;
}

.service_type{
  font-size:18px;
  color:#29a7e1;
  margin-top:10px;
}

.font18{
  font-size:18px;
}

ul.servicelist{
  padding-left:14px;
}

ul.servicelist li{
  margin-bottom:0;
}

a.more{
  background:#29a7e1;
  color:#FFF;
  padding:10px 50px;
  display:inline-block;
  border-radius:30px;
  border:2px solid #29a7e1;
  transition:.3s;
  font-weight:bold;
}

a.more:hover{
  text-decoration:none;
  background:#FFF;
  color:#29a7e1;
  transition:.3s;
}

a.morewhite{
  background:#FFF;
  color:#29a7e1;
  padding:10px 50px;
  display:inline-block;
  border-radius:30px;
  border:2px solid #FFF;
  transition:.3s;
  font-weight:bold;
}

a.morewhite:hover{
  text-decoration:none;
  background:#29a7e1;
  color:#FFF;
  transition:.3s;
}





.resultbox{
  color:#FFF;
}

.resultbox a{
  color:#FFF;
}

.resultthumb{
  position:relative;
  margin-bottom:5px;
}

.resultthumb img{
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.resultthumb .result_term{
  position:absolute;
  right:0;
  top:0;
  background:#173075;
  color:#FFF;
  padding:2px 10px;
}

.result_time{
  display:block;
}

.topcustomers{
  padding:40px;
  background:rgba(255,255,255,0.8);
}

.topcustomer_title{
  text-align:center;
  margin-bottom:50px;
}

.topcustomer_title span{
  display:inline-block;
  background:#29a7e1;
  color:#FFF;
  padding:10px 20px;
}

#topslideouter{
  position:relative;
}

#topslideouter > img{
  position:absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
  z-index:9999;
}


/* services */
h2.service_h2{
  color:#1a1a1a;
  font-size:42px;
  font-weight:bold;
  margin-bottom:0;
}

h2.service_h2 span{
  display:block;
  color:#29a7e1;
  margin-top:20px;
  font-size:22px;
}

h3.service_h3{
  color:#1a1a1a;
  font-size:30px;
  font-weight:bold;
  margin-bottom:20px;
  border:0;
}

h3.service_h3 span{
  display:block;
  color:#29a7e1;
  margin-top:20px;
  font-size:18px;
  margin-bottom:5px;
}

h3.service_h3:after{
  display:none;
}

.service_mado_title{
  font-weight:bold;
  font-size:20px;
}

.service_mado_content{
  font-size:15px;
  margin:20px 0px;
}




/* company */
.googlemap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}
.googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
