<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : homepage.css
 author     : Ability Consultant
 style info : トップページ
=================================================================== */
.con_intro, .con_our_business, .con_news, .f_contact ul {
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .con_intro, .con_our_business, .con_news, .f_contact ul {
    width: 95%;
  }
}

.con_news:after {
  content: "";
  display: table;
  clear: both;
}

/* -----------------------------------------------------------
	SLICK SLIDER
----------------------------------------------------------- */
/* -----------------------------------------------------------
	START : mainslider
----------------------------------------------------------- */
#mainslider {
  position: relative;
  overflow: hidden;
  *zoom: 1;
  z-index: 0;
  width: 100%;
}
#mainslider .slide {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #mainslider .slide {
    overflow: hidden;
  }
  #mainslider .slide img {
    position: relative;
    width: 160%;
    max-width: none;
    margin-left: -30%;
  }
}
@media only screen and (max-width: 767px) {
  #mainslider .slide {
    overflow: hidden;
  }
  #mainslider .slide img {
    position: relative;
    width: 120%;
    max-width: none;
    margin-left: -10%;
  }
}
#mainslider .slick-dots {
  text-align: right;
  bottom: 3%;
  z-index: 1;
  width: auto;
  position: absolute;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media only screen and (max-width: 1024px) {
  #mainslider .slick-dots {
    bottom: 4%;
  }
}
#mainslider .slick-dots li {
  position: relative;
  width: 12px;
  height: 0;
  padding-top: 12px;
  margin: 0;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  -moz-transition: background 300ms;
  -o-transition: background 300ms;
  -webkit-transition: background 300ms;
  transition: background 300ms;
  background: #FFF;
}
#mainslider .slick-dots li:not(.slick-active) button {
  cursor: pointer;
}
.mouse #mainslider .slick-dots li:not(.slick-active):hover, .touch #mainslider .slick-dots li:not(.slick-active).touchstart {
  background: #9ec1e2;
}
.touch #mainslider .slick-dots li:not(.slick-active) {
  -webkit-tap-highlight-color: transparent;
}
.touch #mainslider .slick-dots li:not(.slick-active).touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
#mainslider .slick-dots li:not(:first-child) {
  margin-left: 1em;
}
@media only screen and (max-width: 767px) {
  #mainslider .slick-dots li:not(:first-child) {
    margin-left: 1em;
  }
}
#mainslider .slick-dots li.slick-active {
  background-color: #3d84c6;
}
@media only screen and (max-width: 767px) {
  #mainslider .slick-dots li {
    width: 1em;
    padding-top: 1em;
  }
}
#mainslider .slick-dots li button {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  margin: 0;
  padding: 0;
}
#mainslider #myVideo {
  position: absolute;
  left: 50%;
  top: 25%;
  z-index: 99;
}

/* -----------------------------------------------------------
	END : mainslider
----------------------------------------------------------- */
#contents {
  background: transparent url("../images/home/bg_intro.jpg") center top no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #contents {
    background-size: contain;
  }
}

/* -----------------------------------------------------------
	con_intro
----------------------------------------------------------- */
.con_intro {
  padding: 130px 0 105px;
  color: #333;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro {
    padding: 130px 0 105px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro {
    padding: 2em 0 4em;
  }
}
.con_intro h2 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 272%;
  text-align: center;
  font-weight: normal;
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 767px) {
  .con_intro h2 {
    font-size: 129%;
    margin-bottom: .7em;
  }
}
.con_intro .txt {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 158%;
  text-align: center;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .con_intro .txt {
    font-size: 115%;
  }
}

/* -----------------------------------------------------------
	con_our_business
----------------------------------------------------------- */
.con_our_business {
  margin-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_our_business {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .con_our_business {
    margin-bottom: 4em;
  }
}
.con_our_business .list_business {
  overflow: hidden;
  *zoom: 1;
}
.con_our_business .list_business li {
  float: left;
  width: 48.83333%;
  margin-right: 2.33333%;
  margin-bottom: 65px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_our_business .list_business li {
    margin-bottom: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .con_our_business .list_business li {
    margin-bottom: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_our_business .list_business li {
    width: 100%;
    margin-right: 0;
  }
}
.con_our_business .list_business li:nth-child(2n) {
  margin-right: 0;
}
.con_our_business .list_business li.full {
  width: 100%;
}
.con_our_business .list_business li.full .img_icon {
  max-width: 100px;
}
.con_our_business .list_business li .box_info {
  overflow: hidden;
  *zoom: 1;
  padding-top: 1em;
}
.con_our_business .list_business li .box_info .img_icon {
  width: 17.06485%;
  float: left;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_our_business .list_business li .box_info .img_icon img {
    max-width: 75%;
  }
}
.con_our_business .list_business li .box_info .txt_info {
  width: 82.93515%;
  float: left;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .con_our_business .list_business li .box_info .txt_info {
    width: 100%;
  }
}
.con_our_business .list_business li h4 {
  font-size: 143%;
  margin-bottom: .5em;
  width: 82.93515%;
  float: left;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_our_business .list_business li h4 {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_our_business .list_business li h4 {
    width: 100%;
    float: none;
    margin-bottom: .3em;
  }
  .con_our_business .list_business li h4 img {
    width: 10%;
    vertical-align: bottom;
  }
}

/* -----------------------------------------------------------
	con_news
----------------------------------------------------------- */
.con_news {
  margin-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news {
    margin-bottom: 3em;
  }
}
.con_news .list_news {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 3em;
}
.con_news .list_news li {
  border-top: 1px solid #e5e5e5;
}
.con_news .list_news li:last-child {
  border-bottom: 1px solid #e5e5e5;
}
.con_news .list_news li a {
  display: block;
  padding: 28px 0;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  *zoom: 1;
}
.con_news .list_news li a:before, .con_news .list_news li a:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.con_news .list_news li a &gt; * {
  vertical-align: middle;
  display: inline;
}
.con_news .list_news li a:after {
  content: "";
  margin-left: .5em;
  position: absolute;
  right: 5%;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  vertical-align: middle;
  border: 1px solid #333;
  padding: 0em .5em;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.con_news .list_news li a:hover {
  background: #fbfbfb;
}
.con_news .list_news li a:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .con_news .list_news li a {
    padding: 1em 3%;
  }
}
.con_news .list_news li .date {
  width: 16.66667%;
  float: left;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_news .list_news li .date {
    display: inline-block;
    width: auto;
    float: none;
  }
}
.con_news .list_news li .cate {
  width: 12.91667%;
  float: left;
}
@media only screen and (max-width: 767px) {
  .con_news .list_news li .cate {
    display: inline-block;
    width: auto;
    float: none;
  }
}
.con_news .list_news li .cate span {
  display: inline-block;
  background: #5697d3;
  color: #FFF;
  padding: .2em 1.3em;
  text-align: center;
}
.con_news .list_news li .title {
  width: 70.41667%;
  float: left;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .list_news li .title {
    padding-left: 2em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .list_news li .title {
    width: 100%;
    float: none;
    display: block;
    vertical-align: middle;
    margin-top: 1em;
    clear: bottom;
    overflow: hidden;
    *zoom: 1;
  }
}

/* -----------------------------------------------------------
	con_recuiter
----------------------------------------------------------- */
.con_recuiter {
  overflow: hidden;
  *zoom: 1;
  background: #5698d4;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_recuiter .main {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_recuiter {
    background: #5698d4 url("../images/home/bg_recuite.jpg") right top no-repeat;
    background-size: 80% auto;
    padding-bottom: 1.5em;
  }
}
.con_recuiter .box_txt {
  width: 50%;
  float: left;
  background: transparent url("../images/home/bg_recuite.jpg") right top no-repeat;
  color: #FFF;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_recuiter .box_txt {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_recuiter .box_txt {
    width: 100%;
    padding-bottom: 2em;
    background: none;
  }
  .con_recuiter .box_txt .txt_info {
    text-align: center;
  }
}
.con_recuiter .box_img {
  float: right;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .con_recuiter .box_img {
    width: 100%;
  }
}
.con_recuiter h3 {
  margin-top: 95px;
  font-weight: normal;
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_recuiter h3 {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_recuiter h3 {
    margin-top: 2em;
  }
}
.con_recuiter h3 .jp {
  font-size: 236%;
  margin-right: .5em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_recuiter h3 .jp {
    font-size: 186%;
  }
}
@media only screen and (max-width: 767px) {
  .con_recuiter h3 .jp {
    font-size: 186%;
  }
}
.con_recuiter h3 .en {
  font-size: 129%;
  font-family: "Corbel", cursive, sans-serif;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_recuiter h3 .en {
    font-size: 115%;
  }
}
@media only screen and (max-width: 767px) {
  .con_recuiter h3 .en {
    font-size: 115%;
  }
}
.con_recuiter .btn_more {
  margin-top: 3em;
  text-align: right;
  margin-right: 3em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_recuiter .btn_more {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_recuiter .btn_more {
    margin-top: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_recuiter .btn_more {
    margin-right: 0;
  }
}
.con_recuiter .btn_more a {
  background: none;
  border-color: #FFF;
  color: #FFF;
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .con_recuiter .btn_more a {
    margin: auto;
  }
}
.con_recuiter .btn_more a:after {
  border-color: #FFF;
}
.con_recuiter .btn_more a:hover {
  color: #FFF;
}

/* -----------------------------------------------------------
	f_contact
----------------------------------------------------------- */
.f_contact {
  background: #f7fcff;
  padding: 90px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .f_contact {
    padding: 45px 0;
  }
}
@media only screen and (max-width: 767px) {
  .f_contact {
    padding: 2em 0;
  }
}
.f_contact ul {
  overflow: hidden;
  *zoom: 1;
}
.f_contact ul li {
  float: left;
  width: 50%;
  padding-left: 9%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .f_contact ul li {
    padding-left: 0;
  }
}
.f_contact ul li .img {
  width: 17.5%;
  padding-right: 3.33333%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
}
.f_contact ul li .box_tel {
  width: 79.16667%;
  display: table-cell;
  vertical-align: middle;
}
.f_contact ul li .txt_tel {
  overflow: hidden;
  *zoom: 1;
  font-size: 250%;
  color: #0a569b;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .f_contact ul li .txt_tel {
    font-size: 172%;
  }
}
.f_contact ul li .txt {
  font-size: 129%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .f_contact ul li .txt {
    font-size: 115%;
  }
}
.f_contact ul li a, .f_contact ul li span.tel {
  color: #0a569b;
  text-decoration: none;
}
.f_contact ul li:nth-child(2) .txt_tel {
  font-size: 200%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .f_contact ul li:nth-child(2) .txt_tel {
    font-size: 158%;
  }
}
.f_contact ul li:last-child {
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  .f_contact ul li:last-child {
    margin-top: 0;
  }
}
</pre></body></html>