<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*----------------------------------------------------------------------------------------------------------------------main_v----------*/
#main_v {
  width: 100%;
  margin: 0px;
  width: calc(100%);
  height: calc(70vh - 0px);
  position: relative;
  padding-top: 0px;
  background: url("../images/top_main_img.jpg") no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
#main_v h2 {
  width: 100%;
  left: 15%;
  position: absolute;
  top: 50%;
  margin-top: -80px;
}
#main_v h3 {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 86%;
}
.shadow {
  filter: drop-shadow(0 0 0.75rem white) drop-shadow(0 0 0.75rem white) drop-shadow(0 0 0.75rem white);
}

@media screen and (max-width:1024px) {
  #main_v {
    background: url("../images/top_main_img_mob.jpg") no-repeat center center;
    background-size: cover;
  }
  .scroll {
    bottom: 50px;
  }
  #main_v h2 {
    margin-top: -20px;
    left: 0%;
    text-align: center;
  }
  #main_v h3 {
    width: 100%;
    left: 0%;
    position: absolute;
    top: 85%;
  }
  #main_v h2 img {
    width: 70%;
    max-width: 479px;
    height: auto;
  }
}
@media screen and (max-width:740px) {
  #main_v {
    height: calc(60vh - 0px);
    padding-top: 0px;
    margin: 0px;
    width: calc(100%);
  }
  #main_v h2 {
    left: 0%;
    margin-top: -25px;
    width: 100%;
    height: auto;
    text-align: center;
  }
  #main_v h3 {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 85%;
  }
  .scroll {
    bottom: 50px;
  }
}
/*----------------------------------------------------------------------------------------------------------------------#logo----------*/
#imagemap{
width:100%;
text-align: center;
margin: 0 auto;
padding:0px 0 10px 0;
z-index:100;
}

div.anchor{
display: block;
padding-top: 120px;
margin-top: -120px;
}

@media screen and (max-width:740px){
	
#imagemap img{
width: 90%;
max-width:300px;
height: auto;
}
	
}
/*----------------------------------------------------------------------------------------------------------------------#news----------*/
#news {
  background-color: #ADDAF4;
  padding: 50px 0 80px;
  margin-bottom: 50px;
  color: #fff;
  font-weight: bold;
}
.news_inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
#news h2 {
  font-size: 24px;
  letter-spacing: 3px;
}
.latest {
  padding: 17px 0;
  background: url("../images/sp_menu_yajirushi.png") no-repeat right 2% center;
  background-size: 8px 12px;
  position: relative;
  border-top: 1px solid #fff;
}
.latest p:hover {
  color: #007EC7;
}
.latest a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.latest a::after {
  background-color: #fff;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: background-color 0.25s linear 0s;
}
.latest a:hover::after {
  background-color: #007EC7;
}
/*
.latest a::after{
background-color:#333;
content: "";
display:block;
height:1px;
position:absolute;
left: 0;
bottom:0;
z-index:100;
width:0%;
transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.latest a:hover::after{ width:100%; }
*/
.latest span {
  display: block;
  float: left;
  line-height: 1.8;
  background: url("../images/line_news.png") no-repeat left center;
  background-size: 15px 2px;
  margin-left: 2%;
  padding-left: 3%;
  width: 14%;
}
.latest p {
  float: left;
  line-height: 1.8;
  background-color: rgba(255, 255, 255, 0);
  width: 80%;
  margin-right: 4%;
}
.to_list {
  position: absolute;
  top: 10px;
  right: 0;
  padding-right: 40px;
  background: url("../images/arrow_news.png") no-repeat right center;
  background-size: 29px 11px;
}
.to_list a {
  opacity: 1;
  transition: all 0.2s linear;
}
.to_list a:hover {
  opacity: 0.5;
}
@media screen and (max-width:1024px) {
  .news_inner {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width:740px) {
  #news {
    padding: 50px 0 70px;
	margin-bottom: 0px;
  }
  .latest span {
    float: none;
    margin-left: 4%;
    padding-left: 8%;
    width: 96%;
  }
  .latest p {
    float: none;
    margin-left: 4%;
    margin-right: 10%;
    padding-left: 8%;
    width: 86%;
  }
}
/*----------------------------------------------------------------------------------------------------------------------#pickup----------*/
#pickup {
  width: 100%;
  background-color: #ADDAF4;
  margin-bottom: 50px;
}
.pickup_inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.box_pickup {
  width: 20%;
  max-width: 288px;
  padding: 80px 0;
  text-align: center;
  float: left;
  border-right: 1px solid #acc2c2;
  position: relative;
}
.service {
  background: url("../images/top_service_main.jpg") no-repeat center center;
  background-size: cover;
}
.company {
  background: url("../images/top_company_main.jpg") no-repeat center center;
  background-size: cover;
}
.staff {
  background: url("../images/top_staff_main.jpg") no-repeat center center;
  background-size: cover;
}
.recruit {
  background: url("../images/top_recruit_main.jpg") no-repeat center center;
  background-size: cover;
}
.contact {
  background: url("../images/top_contact_main.jpg") no-repeat center center;
  background-size: cover;
  border-right: none;
}
.box_pickup h2 {
  margin-top: 6px;
  color: #fff;
  font-size: 20px;
  letter-spacing: 3px;
}
.box_pickup p {
  text-align: left;
  width: 74%;
  margin: 0 auto;
  color: #fff;
  line-height: 1.8;
}
.box_pickup .more {
  margin: 20px auto 0;
  width: 66px;
  height: 26px;
  font-size: 11px;
  border: 1px solid #fff;
  color: #fff;
}
.box_pickup .more span {
  background-color: rgba(255, 255, 255, 0);
  line-height: 26px;
  width: 66px;
  letter-spacing: 2px;
  font-weight: 500;
}
.box_pickup a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}
/*----------------animation--------------*/
.box_pickup a::before, .box_pickup a::after {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
}
.box_pickup a::before {
  border-top: 1px solid #acc2c2;
  border-bottom: 1px solid #acc2c2;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.box_pickup a::after {
  border-right: 1px solid #acc2c2;
  border-left: 1px solid #acc2c2;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
.box_pickup a:hover::before, .box_pickup a:hover::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media screen and (max-width:1024px) {
  .pickup_inner {
    max-width: 100%;
  }
  .box_pickup {
    width: 50%;
    max-width: 50%;
  }
  .box_pickup h2 {
    font-size: 18px;
  }
  .strength {
    border-bottom: 1px solid #acc2c2;
  }
  .ultimate {
    border-right: none;
    border-bottom: 1px solid #acc2c2;
  }
}
@media screen and (max-width:740px) {
  .box_pickup {
    width: 100%;
    max-width: 100%;
    float: none;
    padding: 70px 0;
  }
  .box_pickup p {
    text-align: center;
  }
  .strength {
    border-right: none;
  }
  .people {
    border-right: none;
    border-bottom: 1px solid #acc2c2;
  }
}
/*----------------------------------------------------------------------------------------------------------------------#concept----------*/
#concept {
  margin: 100px auto;
  width: 1200px;
  position: relative;
}
.img_concept {
  float: left;
  width: 600px;
}
.txt_concept {
  float: left;
  width: 600px;
  background-color: #f2f0eb;
  padding: 77px 90px 50px;
  margin-top: 60px;
}
.txt_concept h2 {
  font-size: 30px;
  letter-spacing: 4px;
  line-height: 1.2;
  color: #007EC7;
}
.txt_concept h3 {
  margin-top: 3px;
  font-weight: bold;
  letter-spacing: 2px;
  position: relative;
}
.txt_concept h3::after {
  border-bottom: 2px solid #ADDAF4;
  bottom: -18px;
  content: "";
  left: 0;
  position: absolute;
  width: 18px;
}
.txt_concept h4 {
  margin-top: 3px;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 3px;
  position: relative;
  color: #007EC7;
}
.txt_concept p {
  margin-top: 36px;
  line-height: 2.5;
}
/*.txt_concept .more{ 
margin-top:30px;
width:180px;
height:46px;
border:1px solid #fff;
color:#fff;
}

.txt_concept .more a {
background-color:rgba(255,255,255,0);
line-height:44px;
width:100%;
letter-spacing:2px;
color:#fff;
}

.txt_concept .more a:hover {
background-color:rgba(255,255,255,100);
color:#50b7ae;
}*/
@media screen and (max-width:1200px) {
  #concept {
    width: 90%;
  }
  .img_concept {
    width: 50%;
  }
  .img_concept img {
    width: 100%;
    height: auto;
  }
  .txt_concept .more {
    margin-top: 20px;
  }
  .txt_concept {
    margin-top: 40px;
    width: 50%;
    padding: 50px 6%;
  }
}
@media screen and (max-width:1000px) {
  .img_concept {
    width: 50%;
    padding-bottom: 180px;
  }
  .txt_concept {
    float: none;
    margin-top: 0;
    padding: 40px 6%;
    width: 70%;
    position: absolute;
    top: 40px;
    left: 30%;
    background-color: rgba(242, 240, 235, 0.7);
  }
  .txt_concept .more {
    height: 40px;
  }
  .txt_concept .more a {
    line-height: 38px;
  }
}
@media screen and (max-width:740px) {
  #concept {
    margin: 80px auto;
  }
  .img_concept {
    width: 90%;
    float: none;
    margin: 0 auto;
    padding-bottom: 0;
  }
  .txt_concept {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 0px;
    width: 90%;
    margin: 0 auto;
    padding: 30px 8%;
    background-color: #f2f0eb;
  }
  .txt_concept h2 {
    font-size: 20px;
  }
  .txt_concept p {
    line-height: 1.6;
  }
}
/*--------------------------------------------------------------------------------------------------------------#base----------*/
#base {
  width: 1200px;
  margin: 90px auto 150px;
}
.box_base {
  width: 595px;
  position: relative;
  float: left;
}
.box_domestic {
  margin-right: 10px;
}
.txt_base {
  padding: 25px 40px 40px 40px;
  background-color: rgba(80, 183, 174, 100);
  border: 1px solid #50b7ae;
  border-top: none;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.txt_base h2 {
  font-size: 16px;
  letter-spacing: 4px;
}
.txt_base h3 {
  font-weight: bold;
  letter-spacing: 2px;
  position: relative;
}
.txt_base h3::after {
  border-bottom: 2px solid #fff;
  bottom: -12px;
  content: "";
  left: 0;
  position: absolute;
  width: 18px;
}
.txt_base p {
  margin-top: 24px;
  line-height: 1.8;
  font-size: 13px;
}
.box_base a {
  color: #fff;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.box_base a:hover {
  color: #029d91;
}
.box_base a:hover .txt_base {
  background-color: rgba(80, 183, 174, 0);
}
.box_base a:hover h3::after {
  border-bottom: 2px solid #029d91;
}
@media screen and (max-width:1200px) {
  #base {
    width: 90%;
  }
  .box_base {
    width: 49.5%;
  }
  .box_domestic {
    margin-right: 1%;
  }
  .box_base img {
    width: 100%;
    height: auto;
  }
  .txt_base {
    padding: 25px 7% 40px 7%;
  }
}
@media screen and (max-width:740px) {
  #base {
    margin: 60px auto 100px;
  }
  .box_base {
    width: 100%;
    float: none;
  }
  .box_domestic {
    margin: 0 0 20px 0;
  }
  .box_base img {
    width: 100%;
    height: auto;
  }
}</pre></body></html>