<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***********************************************
 stage
************************************************/
#stage{
    position: relative;
}
#stage:after{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 80px;
    background: url(../images/common/u-bg.svg) no-repeat;
    background-position: center bottom;
    background-size: auto 80px;
    z-index: 998;
}
@media screen and (min-width: 1500px) {
#stage:after{
    width: 100%;
    height: 80px;
    background: url(../images/common/u-bg.svg) no-repeat;
    background-position: center top;
    background-size: 100% auto;
    z-index: 4;
}
}
#stage h1{
    position: absolute;
    content: "";
    top: calc(50% - 80px);
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    max-width: 568px;
    width: 60%;
}
#stage h1 img{
    width: 100%;
    height: auto;
}
#stage span.scroll img{
    margin: 0 0 0 5px;
}
#stage span.scroll{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 80px;
    margin: auto;
    width: 1px;
    height: 100px;
    background: rgba(255, 255, 255, .4);
    z-index: 3;
}
#stage span.scroll:after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 1px;
    height: 15px;
    background: #fff;
    animation: sc-line 1s;
    animation-timing-function:ease-out;
    animation-iteration-count: infinite;
}
@keyframes sc-line{
  100% {
      transform:translateY(85px);
  }
}
#stage .stage-bg{
    position: relative;
    height: calc(100vh - 100px);
}
#stage .stage-bg:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(#297eb8, #138800);
    opacity: 45%;
    z-index: 2;
}
#stage .stage-bg img{
    width: 100%;
    height: calc(100vh - 100px);
    object-fit: cover;
}
#stage img.phone{
    display: none;
}
/***********************************************
 top-business
************************************************/
#top-business .inner{
    width: 90%;
    margin: 0 auto;
    max-width: 1300px;
    padding: 0 0 70px 0;
}
#top-business .lead-txt{
    font-size: 18px;
    text-align: center;
}
#top-business .lead-txt span{
    display: block;
}
#top-business .rows{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#top-business .set{
    width: 32%;
    padding: 15px;
    box-sizing: border-box;
}
#top-business .nc{
    background: #008b34;
}
#top-business .nhs{
    background: #00988a;
}
#top-business .re{
    background: #8bca31;
}
#top-business .set .photo-box{
    height: 195px;
    position: relative;
    overflow: hidden;
}
#top-business .nc .photo-box:before{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/top/business-u1.svg) no-repeat;
    height: 23px;
    background-size: auto 23px;
    background-position: center bottom;
    z-index: 2;
}
#top-business .nhs .photo-box:before{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/top/business-u2.svg) no-repeat;
    height: 23px;
    background-size: auto 23px;
    background-position: center bottom;
    z-index: 2;
}
#top-business .re .photo-box:before{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/top/business-u3.svg) no-repeat;
    height: 23px;
    background-size: auto 23px;
    background-position: center bottom;
    z-index: 2;
}
#top-business .set .photo-box img{
    width: 100%;
    height: 190px;
    object-fit: cover;
    transition: all  0.2s ease;
}
#top-business .set .photo-box img:hover{
    transform:scale(1.2,1.2);
}
#top-business .set h3{
    color: #fff;
    font-size: 20px;
    line-height: 120%;
    font-weight: 400;
}
#top-business .set ul li{
    margin-bottom: 15px;
}
#top-business .set h4{
    text-align: right;
}
#top-business .nc h4 img,
#top-business .re h4 img{
    width: auto;
    height: 22px;
}
#top-business .nhs h4 img{
    width: auto;
    height: 15px;
}
/***********************************************
top-philosophy
************************************************/
#top-philosophy{
    margin: 0 0 100px 0;   
}
#top-philosophy .inner{
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
}
#top-philosophy .inner .column{
    padding: 50px;
    font-size: 22px;
    background: var(--bg-color);
}
/***********************************************
 top-about
************************************************/
#top-about{
    margin: 0 0 100px 0;
}
#top-about .about-bg{
    padding: 70px 0 200px 0;
    background: url(../images/top/about-bg.jpg) no-repeat;
    background-position: top center;
    background-size: cover;
}
#top-about .inner{
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
}
#top-about .inner ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#top-about .inner ul li{
    width: 30%;
    box-sizing: border-box;
    padding: 30px;
    background: linear-gradient(rgba(41,126,184,.3),rgba(41,126,184,0));
}
#top-about .inner ul li h3{
    font-size: 28px;
    color: #fff;
    text-align: center;
}
#top-about .swiper {
    width: 100%;
    left: 10%;
    margin-top: -100px;
    overflow: hidden;
}
#top-about .swiper-slide span{
    padding-left: 25px;
    font-size: 20px;
    position: relative;
    margin: 5px 0 0 0;
    display: block;
}
#top-about .swiper-slide span:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/common/ar.svg) no-repeat;
    width: 20px;
    height: 20px;
    background-size: cover;
}
#top-about .swiper-slide img{
    width: 100%;
    height: auto;
}
#top-about .about-bn {
    width: 96%;
    max-width: 800px;
    margin: 60px auto 0 auto;
}
#top-about .about-bn li {
    border: 1px solid #ddd;
    box-sizing: border-box;
}
#top-about .about-bn li:not(:first-child) {
    margin-top: 30px;
}
#top-about .about-bn li img{
    width: 100%;
    height: auto;
}
/***********************************************
 top-ir
************************************************/
#top-ir h2{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
#top-ir .list-rows{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 95%;
}
#top-ir .list-rows .column-l{
    width: calc(100% - 300px);
    background: url(../images/top/ir.png) no-repeat;
    background-size: cover;
    background-position: right center;
    height: 529px;
}
#top-ir .list-rows .column-r{
    align-self: center;
}
#top-ir .list-rows .column-r ul li a{
    border-bottom: 1px solid #ddd;
    padding: 25px 0 25px 25px;
    display: block;
    font-size: 18px;
    position: relative;
}
#top-ir .list-rows .column-r ul li a:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/common/ar.svg) no-repeat;
    width: 20px;
    height: 20px;
    background-size: cover;
}
/***********************************************
 top-newsRelease
************************************************/
#top-newsRelease{
    width: 90%;
    margin: 110px auto;
    max-width: 1300px;
}
#top-newsRelease ul li {
    border-bottom: 1px solid #ddd;
}
#top-newsRelease ul li:first-child {
    border-top: 1px solid #ddd;
}
#top-newsRelease ul li a{
    display: block;
    padding: 20px 25px 20px 0;
    position: relative;
}
#top-newsRelease ul li a:before{
    position: absolute;
    content: "";
    right: 3px;
    top: 0;
    bottom: 0;
    margin: auto;
	width: 10px;
	height: 10px;
	border-top: 1px solid var(--main-color);
	border-right: 1px solid var(--main-color);
	transform: rotate(45deg);
}
#top-newsRelease ul li a:hover{
    background: #f0f9f3;
}
#top-newsRelease ul li span.date{
    display: block;
    color: var(--main-color);
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 5px;
}
#top-newsRelease ul li a span.ctg{
    display: inline-block;
    background: var(--main-color);
    color: #fff;
    border: 1px solid var(--main-color);
    font-size: 14px;
    font-weight: 500;
    width: 70px;
    text-align: center;
    margin:0 5px 5px 0;
}
#top-newsRelease ul li a span.field{
    display: inline-block;
    background: #fff;
    font-size: 14px;
    font-weight: 500;
    width: 150px;
    text-align: center;
    margin:0 5px 5px 0;
    white-space: nowrap;
}
#top-newsRelease ul li a span.nhs{
    color: #02af9a;
    border: 1px solid #02af9a;
}
#top-newsRelease ul li a span.nch{
    color: #994cff;
    border: 1px solid #994cff;
}
#top-newsRelease ul li a span.nc{
    color: #33c600;
    border: 1px solid #33c600;
}
#top-newsRelease .link-row{
    display: flex;
    max-width: 600px;
    margin: 0 auto;
}
/***********************************************
 top-group
************************************************/
#top-group{
    background: var(--bg-color);
    padding: 70px 0;
    position: relative;
}
#top-group:before{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/top/group-bg.svg) no-repeat;
    background-size: cover;
    max-width: 1220px;
    padding-top: 31%;
}
@media screen and (min-width: 1220px) {
#top-group:before{
    background: url(../images/top/group-bg.svg) no-repeat;
    width: 1220px;
    height: 379px;
    padding-top: 0;
}
}
#top-group .inner{
    max-width: 980px;
    width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}
#top-group ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#top-group ul:after{
  content:"";
  display: block;
  width:24%;
}
#top-group ul li{
    width: 24%;
    line-height: 120%;
    margin: 0 0 40px 0;
    font-size: 15px;
    font-size: 13px;
}
#top-group ul li img{
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
    display: block;
    margin: 0 0 5px 0;
}
#top-group .alert{
    font-size: 14px;
}
/***********************************************
 top-recruit
************************************************/
#top-recruit{
    max-width: 1300px;
    width: 90%;
    margin: 0 auto;
    padding: 100px 0;
}
#top-recruit .rows{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 50px 0;
    position: relative;
}
#top-recruit .rows:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 700px;
    height: 100%;
    background: var(--bg-color);
    z-index: -1;
}
#top-recruit .rows .column-l{
    width: 370px;
    padding: 0 0 0 30px;
}
#top-recruit .rows .column-r{
    width: calc(100% - 410px);
    background: url(../images/top/recruit.png) no-repeat;
    background-size: cover;
    background-position: left center;
    height: 360px;
}
@media screen and (max-width: 980px) {
/***********************************************
 top-about
************************************************/
#top-about .inner ul li{
    width: 32%;
}
/***********************************************
 top-ir
************************************************/
#top-ir .list-rows .column-l{
    width: 100%;
    height: auto;
    padding-top: 40%;
    margin-bottom: 30px;
}
#top-ir .list-rows .column-r{
    width: 95%;
    margin: 0 0 0 auto;
}
/***********************************************
 top-recruit
************************************************/
#top-recruit{
    width: 95%;
    margin: 0 0 0 auto;
}
#top-recruit .rows .column-l{
    width: 95%;
    order: 2;
    padding: 0;
}
#top-recruit .rows .column-r{
    width: 95%;
    height: auto;
    padding-top: 40%;
    order: 1;
    margin: 0 0 30px auto;
}
}
@media screen and (max-width: 900px) {
/***********************************************
 stage
************************************************/
#stage .stage-bg{
    height: calc(100vh - 80px);
}
}
@media screen and (max-width: 850px) {
/***********************************************
 top-business
************************************************/
#top-business .lead-txt{
    text-align: left;
}
#top-business .lead-txt span{
    display: inline;
}
/***********************************************
 top-group 
************************************************/
#top-group ul:after{
  width:32%;
}
#top-group ul li{
    width: 32%;
    margin-bottom: 30px;
}
}
@media screen and (max-width: 740px) {
/***********************************************
 top-business
************************************************/
#top-business .set{
    width: 100%;
    margin-bottom: 25px;
}
#top-business .nc .photo-box:before,
#top-business .nhs .photo-box:before,
#top-business .re .photo-box:before{
    bottom: -1px;
    background-size: 100% auto;
    background-position: center top;
}
}
@media screen and (max-width: 640px) {
/***********************************************
 stage
************************************************/
#stage:after{
    background: url(../images/common/u-bg-ph.svg) no-repeat;
    background-position: center bottom;
    background-size: 640px 80px;
}
#stage img.pc{
    display: none;
}
#stage img.phone{
    display: block;
}
/***********************************************
 top-about
************************************************/
#top-about .inner ul li{
    width: 100%;
}
#top-about .inner ul li p{
    text-shadow: 0 0 3px #ffffff,
    0 0 5px #ffffff,
    0 0 5px #ffffff,
    0 0 5px #ffffff,
    0 0 5px #ffffff,
    0 0 5px #ffffff,
    0 0 5px #ffffff;
}
/***********************************************
 top-group
************************************************/
#top-group:before{
    background: url(../images/top/group-bg.svg) no-repeat;
    background-position: center bottom;
    background-size: auto 100%;
    padding-top: 62%;
}
#top-group ul:after{
  display: none;
}
#top-group ul li{
    width: 48%;
    margin-bottom: 30px;
}
/***********************************************
 top-newsRelease
************************************************/
#top-newsRelease .link-row{
    display: block;
}
}
@media screen and (max-width: 500px) {
/***********************************************
 stage
************************************************/
#stage h1{
    width: 70%;
}
/***********************************************
 top-philosophy
************************************************/
#top-philosophy .inner .column{
    padding: 20px;
    font-size: 18px;
}
/***********************************************
 top-about
************************************************/
#top-about .about-bg{
    padding: 70px 0 120px 0;
}
#top-about .swiper {
    margin-top: -50px;
}
#top-about .swiper-slide span{
    font-size: 18px;
}
}
@media screen and (max-width: 400px) {
/***********************************************
 top-business
************************************************/
#top-business .nc .photo-box:before,
#top-business .nhs .photo-box:before,
#top-business .re .photo-box:before{
    bottom: 0;
    height: 23px;
    background-size: auto 23px;
    background-position: center bottom;
}
}
@media screen and (max-width: 350px) {
/***********************************************
 top-group
************************************************/
#top-group ul li{
    width: 100%;
}
}</pre></body></html>