/* ======================================================================
company
====================================================================== */
#company .l-main-visual {
  background: url(../img/company/company_img_main.jpg) no-repeat center left;
  background-size: cover;
}
.company_table{
  /* width: 50%; */
  width: 80%;
  margin: 0 auto;
}
.company_table th{
  border-bottom: 2px solid #21a9b2;
  text-align: center;
  padding: 1em 2em;
  vertical-align: middle;
}
.company_table td{
  border-bottom: 1px solid #898989;
  padding: 1em 0 1em 2.5em;
}
.company_table th:first-of-type{
  border-top: 2px solid #21a9b2;
}
.company_table td:first-of-type{
  border-top: 1px solid #898989;
}

@media screen and (max-width: 980px) {
  .company_table {
    width: 100%;
  }
  .company_table th {
    white-space: nowrap;
  }
}

/* ======================================================================
services
====================================================================== */
#service .l-main-visual {
  background: url(../img/service/service_img_main.jpg) no-repeat center;
  background-size: cover;
}
.inner__sub-title{
  text-align: center;
}
.services-contents {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 6rem 3rem;
}
.services-contents a {
  width: calc((100% - 3rem) / 2);
}
@media screen and (max-width: 980px) {
  .services-contents {
    flex-direction: column;
  }
  .services-contents a {
    width: 100%;
  }
}
.ttl{
  display: flex;
  align-items: center;
  gap: 1.0416666667vw;
  margin: 0.3em 0;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 1.358333333vw;
  line-height: 2.5;
}
.ttl .num {
  line-height: 1.3;
  border-bottom: 2px solid #2fb9e1;
  color: #2fb9e1;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 980px) {
  .ttl {
    font-size: 18px;
  }
}

/* ======================================================================
environment
====================================================================== */
#environment .l-main-visual {
  background: url(../img/environment/environment_img_main.jpg) no-repeat center;
  background-size: cover;
}
.environment_ttl{
  width: 70%;
}
.environmentr__sub-title{
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
.environmentr__sub-title span{
  flex-grow: 1;
}
span.environment_page-logo{
  display: inline-block;
  width: 25vw;
  flex-grow: 0;
  margin: 0 0.3rem;
}
.pc-none{
  display: none;
}
@media screen and (max-width: 980px) {
  .environmentr__sub-title{
    flex-wrap: wrap;
    white-space: wrap;
  }
  .environmentr__sub-title span {
    flex-grow: 0;
  }
  span.environment_page-logo{
    width: 45%;
  }
  .pc-none{
    display: inline-block;
  }
  .sp-none{
    display: none;
  }
}
.sdgs_wrap{
  /* width: 90%; */
  width: 100%;
  margin: 0 auto;
}
.sdgs_col{
	display: flex;
	width: 100%;
	gap: 1.5em;
	margin: 2em 0;
}
.sdgsimg_col{
	width: 15%;
}
.sdgsimg_col >img{
	width: 100%;
}
.sdgs_col >p{
	width: 85%;
  font-size: 20px;
  font-weight: bold;
  align-self: center;
}
@media screen and (max-width: 980px) {
  .sdgs_wrap,.sdgs_col >p{
    width: 100%;
  }
  .sdgs_col{
    flex-direction: column;
    align-items: center;
    margin-bottom: 4em;
  }
  .sdgsimg_col{
    width: 50%;
  }
}

/* ======================================================================
news
====================================================================== */
#news .l-main-visual {
  background: url(../img/news/news_img_main.jpg) no-repeat center left;
  background-size: cover;
}
.news_contents {
  margin-bottom: 4em;
  scroll-margin-top: 150px;
}
.news_contents h3 {
  font-size: 26px;
  font-weight: bold;
  border-bottom: solid 1px #21a9b2;
  padding-bottom: 5px;
  margin-bottom: 1em;
}
.news_contents h3 time {
  /* font-size: 8px; */
  font-size: 14px;
  display: block;
}
#news .pager {
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
  gap: 20px;
}
#news .pager  li {
	background-color: #ffffff;
	border: 1px solid #ececec;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 35px;
	width: 35px;
}
#news .pager li.prev:before,
#news .pager li.next:before {
	font-family: FontAwesome;
	font-weight: normal;
}
#news .pager li.prev:before {
	content: "\f104";
}
#news .pager li.next:before {
	content: "\f105";
}
#news .pager li.current {
	background-color: #05bbff;
	border: 1px solid #05bbff;
	color: #ffffff;
}
#news .pager li:hover {
	background-color: #f2f2f2;
	cursor: pointer;
}
#news .pager li.current:hover {
	background-color: #05bbff;
	cursor: default;
}
#news .pager li.invalid {
	color: #dcdcdc;
  pointer-events: none;
}
#news .pager li.ellipsis {
  pointer-events: none;
}
#news .pager li.ellipsis:hover {
	cursor: default;
}

/* ======================================================================
uksystem
====================================================================== */
#uksystem .l-main-visual {
  background: url(../img/uksystem/uksystem_img_main.jpg) no-repeat center;
  background-size: cover;
}
.uksystem-contents-wrap01{
  padding-bottom: 0;
}
.uksystem-contents-wrap02{
  padding: 100px 5% 100px;
  background: url(../img/uksystem/uksystem_img01.png) no-repeat 90% 70% #f2f9f9;
  background-size: 35%;
}
@media screen and (max-width: 980px) {
  .uksystem-contents-wrap02 {
    background: url(../img/uksystem/uksystem_img01.png) no-repeat 90% 95% #f2f9f9;
    background-size: 50%;
  }
}
.system_txtbox h2{
  text-align: left;
  margin: 40px 0 10px 0;
}
.system_txtbox p{
  font-size: 20px;
  font-weight: bold;
}
.system_cntbtn{
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: center;
  background-color: #f29600;
  border-radius: 10px;
  font-weight: bold;
  padding: 1.5em 0.5em;
  font-size: 24px;
}
.btn_col01{
  color: #fff;
}
.btn_col02{
  color: #e50012;
  width: 30%;
  background-color: #fff;
  text-align: center;
  padding: 0.8em 0;
  border-radius: 10px;
}
@media screen and (max-width: 980px) {
  .system_cntbtn{
    flex-direction: column;
    font-size: 20px;
  }
  .btn_col02{
    width: 90%; 
  }
}
.system_btn{
  display: block;
  background-color: #21a9b2;
  border-radius: 10px;
  font-weight: bold;
  padding: 1.5em 0.5em;
  font-size: 24px;
  margin-top: 4em;
}
.system_btn p{
  color: #fff;
  text-align: center;
  padding: 1em 0;
}
.system_btn p{
  color: #fff;
  text-align: center;
  padding: 1em 0;
  position: relative;
}
.system_btn p::after{
  position: absolute;
  content: "→";
  top: 50%;
  transform: translateY(-50%);
  right: 1em;
}
@media screen and (max-width: 980px) {
  .system_btn{
    margin-top: 2em;
  }
  .system_btn p::after{
    display: none;
  }
}

/* ======================================================================
contact
====================================================================== */
#contact .l-main-visual {
  background: url(../img/contact/contact_img_main.jpg) no-repeat center right;
  background-size: cover;
}
.tel-wrap{
  text-align: center;
  font-weight: bold;
}
.tel-wrap a{
  font-size: 36px;
  position: relative;
}
.tel-wrap a::before{
  position: absolute;
  content: "";
  width: 1em;
  height: 1em;
  background: url(../img/contact/contact_icon01.png) no-repeat center;
  background-size: contain;
  top: 55%;
  left: -1.3em;
  transform: translateY(-50%);
}
.tel-wrap p{
  font-size: 20px;
}
.form-wrap {
  padding: 100px 5% 100px;
  background:#f2f9f9;
}

.form-item_wrap{
  margin: 3rem 0;
}
.item_label{
  margin-bottom: 1em;
}
.required_item {
  padding-left: 3em;
  position: relative;
}
.required_item:before {
  content: "必須";
  background-color: #fa0000;
  border-radius: 5px;
  font-size: 0.8em;
  padding: 0.3em 0.5em;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.form-item_flex{
  flex-wrap: nowrap;
  display: flex;
  gap: 2rem;
}
.form-item_flex div{
  flex-grow: 1;
}
input,textarea{
  background-color: #fff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .035);
  width: 100%;
  padding: .75rem 1rem;
  border: 1px solid #b8b8b8;
  border-radius: 5px;
}
table.address_table {
  width: 100%;
}
table.address_table td{
  padding: 0.5em 0;
  vertical-align: middle;
}
table.address_table td:first-child {
  width: 15%;
}
@media screen and (max-width: 980px) {
  table.address_table td {
    display: block;
  }
}
select {
  appearance: auto;
  padding: 8px 36px 8px 10px;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
}
input::placeholder{
  color: #9fa0a0;
}
input:focus::placeholder {
  color: #9fa0a0;
}
.btn-select input{
  width: auto;
}
a.p-link{
  color: #0065a1;
  text-decoration: underline;
}
.form_btn{
  font-weight: bold; 
  font-size: 1.5em; 
  width: 30%;
  margin: 0 auto; 
 text-align: center;
}
.form_btn>input{
  border: none;
  background-color: #21a9b2;
  color: #fff;
  padding: 1em 0; 
}
@media screen and (max-width: 980px) {
  .form_btn {
    width: 100%;
    font-size: 1.3em;
  }
}