@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : homepage.css
 author     : Ability Consultant
 style info : トップページ
=================================================================== */
/*icon style*/
#contents {
  position: relative;
}

/* -----------------------------------------------------------
	top_banner
----------------------------------------------------------- */
.top_banner {
  position: absolute;
  bottom: 6%;
  right: 6%;
  z-index: 1;
}
.top_banner p {
  margin-bottom: 1em;
}
.top_banner p:last-child {
  margin-bottom: 0;
}
.top_banner p a:hover {
  opacity: .8;
}
@media only screen and (max-width: 767px) {
  .top_banner {
    position: relative;
    bottom: auto;
    right: auto;
    margin: 0 0 2em 0;
  }
  .top_banner p {
    text-align: center;
  }
}

/* -----------------------------------------------------------
	con_bn MV下のバナー
----------------------------------------------------------- */
.con_bn {
  text-align: center;
  margin-bottom: 6em;
}
@media only screen and (max-width: 767px) {
  .con_bn {
    width: 95%;
    margin: 0 auto 2em;
  }
}
.con_bn p {
  margin-bottom: 1em;
}
.con_bn p a {
  cursor: pointer;
}

/* -----------------------------------------------------------
	con_banner_top
----------------------------------------------------------- */
.con_banner_top {
  margin-bottom: 5em;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_banner_top {
    margin-bottom: 5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_banner_top {
    margin-bottom: 2em;
  }
}
.con_banner_top .box_txt {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.con_banner_top .box_txt .txt {
  letter-spacing: .3em;
  font-size: 140%;
  color: #fff;
  margin: 0 1.5em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_banner_top .box_txt .txt {
    font-size: 140%;
  }
}
@media only screen and (max-width: 767px) {
  .con_banner_top .box_txt .txt {
    font-size: 107%;
  }
}
.con_banner_top .pagingInfor {
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -70%);
  transform: translate(-50%, -70%);
  background: #000;
  padding: 0.3em 3em;
}
@media only screen and (max-width: 767px) {
  .con_banner_top .pagingInfor {
    padding: 0.3em 3em;
  }
}
.con_banner_top .pagingInfor span {
  color: #fff;
  font-size: 114%;
  letter-spacing: .2em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_banner_top .pagingInfor span {
    font-size: 114%;
  }
}
@media only screen and (max-width: 767px) {
  .con_banner_top .pagingInfor span {
    font-size: 94%;
  }
}
@media only screen and (min-width: 768px) {
  .con_banner_top .box_img .slick-slide img {
    max-width: inherit;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media print {
  .con_banner_top .box_img .slick-slide img {
    max-width: inherit;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.ie8 .con_banner_top .box_img .slick-slide img {
  max-width: inherit;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.con_banner_top .box_img .slick-prev, .con_banner_top .box_img .slick-next {
  top: 71%;
  -webkit-transform: translateY(-71%);
  transform: translateY(-71%);
}
.con_banner_top .box_img .slick-prev::before, .con_banner_top .box_img .slick-next::before {
  color: #fff;
  opacity: 1;
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 2.1;
}
.con_banner_top .box_img .slick-next {
  right: 46.5%;
}
.con_banner_top .box_img .slick-next::before {
  content: "\f105";
}
.con_banner_top .box_img .slick-prev {
  left: 46.5%;
}
.con_banner_top .box_img .slick-prev::before {
  content: "\f104";
}
@media only screen and (min-width: 2000px) and (max-width: 2560px) {
  .con_banner_top .box_img .slick-prev, .con_banner_top .box_img .slick-next {
    top: 71.5%;
  }
}
@media print {
  .con_banner_top .box_img .slick-prev, .con_banner_top .box_img .slick-next {
    top: 71.5%;
  }
}
.ie8 .con_banner_top .box_img .slick-prev, .ie8 .con_banner_top .box_img .slick-next {
  top: 71.5%;
}
@media only screen and (min-width: 769px) and (max-width: 1350px) {
  .con_banner_top .box_img .slick-prev, .con_banner_top .box_img .slick-next {
    top: 71.5%;
  }
  .con_banner_top .box_img .slick-prev::before, .con_banner_top .box_img .slick-next::before {
    line-height: 0;
  }
  .con_banner_top .box_img .slick-next {
    right: 45.5%;
  }
  .con_banner_top .box_img .slick-prev {
    left: 45.5%;
  }
}
@media print {
  .con_banner_top .box_img .slick-prev, .con_banner_top .box_img .slick-next {
    top: 71.5%;
  }
  .con_banner_top .box_img .slick-prev::before, .con_banner_top .box_img .slick-next::before {
    line-height: 0;
  }
  .con_banner_top .box_img .slick-next {
    right: 45.5%;
  }
  .con_banner_top .box_img .slick-prev {
    left: 45.5%;
  }
}
.ie8 .con_banner_top .box_img .slick-prev, .ie8 .con_banner_top .box_img .slick-next {
  top: 71.5%;
}
.ie8 .con_banner_top .box_img .slick-prev::before, .ie8 .con_banner_top .box_img .slick-next::before {
  line-height: 0;
}
.ie8 .con_banner_top .box_img .slick-next {
  right: 45.5%;
}
.ie8 .con_banner_top .box_img .slick-prev {
  left: 45.5%;
}
@media only screen and (min-width: 500px) and (max-width: 768px) {
  .con_banner_top .box_img .slick-prev, .con_banner_top .box_img .slick-next {
    top: 71.5%;
  }
}
@media only screen and (min-width: 300px) and (max-width: 768px) {
  .con_banner_top .box_img .slick-prev, .con_banner_top .box_img .slick-next {
    top: 71%;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1150px) {
  .con_banner_top .box_img .slick-next {
    right: 43.5%;
  }
  .con_banner_top .box_img .slick-prev {
    left: 43.5%;
  }
}
@media print {
  .con_banner_top .box_img .slick-next {
    right: 43.5%;
  }
  .con_banner_top .box_img .slick-prev {
    left: 43.5%;
  }
}
.ie8 .con_banner_top .box_img .slick-next {
  right: 43.5%;
}
.ie8 .con_banner_top .box_img .slick-prev {
  left: 43.5%;
}
@media only screen and (min-width: 768px) and (max-width: 900px) {
  .con_banner_top .box_img .slick-next {
    right: 42%;
  }
  .con_banner_top .box_img .slick-prev {
    left: 42%;
  }
}
@media only screen and (max-width: 767px) {
  .con_banner_top .box_txt .txt {
    letter-spacing: .1em;
  }
  .con_banner_top .pagingInfor {
    top: auto;
    bottom: 3%;
  }
  .con_banner_top .box_img .slick-prev, .con_banner_top .box_img .slick-next {
    top: auto;
    bottom: 12%;
    -webkit-transform: translateY(12%);
    transform: translateY(12%);
  }
}
@media only screen and (max-width: 767px) and (min-width: 621px) and (max-width: 680px) {
  .con_banner_top .box_img .slick-prev, .con_banner_top .box_img .slick-next {
    bottom: 11%;
    -webkit-transform: translateY(11%);
    transform: translateY(11%);
  }
}
@media only screen and (max-width: 767px) and (min-width: 500px) and (max-width: 620px) {
  .con_banner_top .box_img .slick-prev, .con_banner_top .box_img .slick-next {
    bottom: 10%;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
}
@media only screen and (max-width: 767px) and (min-width: 376px) and (max-width: 499px) {
  .con_banner_top .box_img .slick-prev, .con_banner_top .box_img .slick-next {
    bottom: 7%;
    -webkit-transform: translateY(7%);
    transform: translateY(7%);
  }
}
@media only screen and (max-width: 767px) and (min-width: 320px) and (max-width: 375px) {
  .con_banner_top .box_img .slick-prev, .con_banner_top .box_img .slick-next {
    bottom: 7.5%;
    -webkit-transform: translateY(6.5%);
    transform: translateY(6.5%);
  }
}
@media only screen and (max-width: 767px) {
  .con_banner_top .box_img .slick-next {
    right: 33%;
  }
  .con_banner_top .box_img .slick-prev {
    left: 33%;
  }
}

/* -----------------------------------------------------------
	con_intro
----------------------------------------------------------- */
.con_intro {
  position: relative;
  margin-bottom: 5em;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro {
    margin-bottom: 3em;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro {
    margin-bottom: 1.5em;
  }
}
.con_intro .box_desc {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 50%;
  background: #fff;
  height: 100%;
  padding: 6% 2.6% 2%;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_desc {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_desc {
    padding: 5% 2.6% 2%;
  }
}
.con_intro .box_desc .txt {
  line-height: 2.5;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_desc .txt {
    line-height: 1.5;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .con_intro .box_desc {
    left: 50%;
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_slider .item {
    height: 18em;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_desc {
    position: inherit;
    left: 0;
    max-width: 95%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 2em;
  }
  .con_intro .box_desc .ttl_bdr::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .con_intro .box_slider .item {
    height: 6.5em;
  }
  .con_intro .box_slider .item img {
    width: auto;
    height: 100%;
  }
}

/* -----------------------------------------------------------
	con_infor
----------------------------------------------------------- */
.con_infor {
  padding-top: 3em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_infor {
    padding-top: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_infor {
    padding-top: 1em;
  }
}
.con_infor .container {
  max-width: 95%;
  width: 100%;
  margin: 0 auto;
}
.con_infor .box_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.con_infor .box_list .item {
  text-align: center;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .con_infor .box_list .item {
    margin-bottom: 0.5em;
  }
}
.con_infor .box_list .item .box_img {
  position: relative;
  margin-bottom: 3em;
  cursor: pointer;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_infor .box_list .item .box_img {
    margin-bottom: 3em;
  }
}
@media only screen and (max-width: 767px) {
  .con_infor .box_list .item .box_img {
    margin-bottom: 1.5em;
  }
}
.con_infor .box_list .item .box_img .img_ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_infor .box_list .item .box_img .img_ttl img {
    max-width: 80%;
  }
}
@media print {
  .con_infor .box_list .item .box_img .img_ttl img {
    max-width: 80%;
  }
}
.ie8 .con_infor .box_list .item .box_img .img_ttl img {
  max-width: 80%;
}
.con_infor .box_list .item .box_img .img_main {
  overflow: hidden;
  -webkit-transition: background-image 0.7s;
  transition: background-image 0.7s;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
.con_infor .box_list .item .box_img .img_main::before {
  opacity: 0;
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 2;
}
.con_infor .box_list .item .box_img .img_main:hover {
  background-color: #000;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.con_infor .box_list .item .box_img .img_main:hover::before {
  opacity: 1;
}
.con_infor .box_list .item .box_img .btn_lnk {
  background: url(../images/home/ic_arrow_next.png) no-repeat top left;
  width: 12px;
  height: 21px;
  position: absolute;
  right: 1em;
  bottom: 1em;
  z-index: 0;
}
.con_infor .box_list .item .ttl {
  font-size: 140%;
  font-weight: normal;
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_infor .box_list .item .ttl {
    font-size: 140%;
  }
}
@media only screen and (max-width: 767px) {
  .con_infor .box_list .item .ttl {
    font-size: 120%;
  }
}
@media only screen and (max-width: 767px) {
  .con_infor .box_list .item .ttl {
    margin-bottom: 0.7em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .con_infor .box_list .item .ttl {
    font-size: 127%;
  }
}
@media print {
  .con_infor .box_list .item .ttl {
    font-size: 127%;
  }
}
.ie8 .con_infor .box_list .item .ttl {
  font-size: 127%;
}
.con_infor .box_list .item .txt {
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .con_infor .box_list .item .txt {
    line-height: 1.6;
  }
}
.con_infor .box_list .item .txt_green {
  font-size: 114%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_infor .box_list .item .txt_green {
    font-size: 114%;
  }
}
@media only screen and (max-width: 767px) {
  .con_infor .box_list .item .txt_green {
    font-size: 107%;
  }
}
.con_infor.col02 {
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .con_infor.col02 {
    margin-bottom: 1em;
  }
}
.con_infor.col02 .item {
  width: 48.4%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_infor.col02 .item {
    width: 49%;
  }
}
@media only screen and (max-width: 767px) {
  .con_infor.col02 .item {
    width: 100%;
  }
}
.con_infor.col02 .item .txt {
  margin-bottom: 2em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_infor.col02 .item .txt {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_infor.col02 .item .txt {
    margin-bottom: 2em;
  }
}
.con_infor.col02 .item .img_relais {
  margin-bottom: 1em;
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
  .con_infor.col02 .item .img_ttl img {
    width: 65%;
  }
  .con_infor.col02 .item .img_relais img {
    max-width: 70px;
  }
}
.con_infor.col03 {
  margin-bottom: 5.5em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_infor.col03 {
    margin-bottom: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_infor.col03 {
    margin-bottom: 1em;
  }
}
.con_infor.col03 .item {
  width: 31%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_infor.col03 .item {
    width: 100%;
  }
}
.con_infor.col03 .item .txt {
  text-align: left;
  padding: 0 0.5em;
}
@media only screen and (max-width: 767px) {
  .con_infor.col03 .item .txt {
    padding: 0 0.5em 1em;
  }
}
.con_infor.col03 .item .box_img {
  margin-bottom: 2em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_infor.col03 .item .box_img {
    margin-bottom: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_infor.col03 .item .box_img {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_infor .box_list .item .img_main img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) and (min-width: 520px) and (max-width: 650px) {
  .con_infor.col03 .item .box_img .img_ttl img {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) and (min-width: 376px) and (max-width: 519px) {
  .con_infor.col03 .item .box_img .img_ttl img {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) and (min-width: 320px) and (max-width: 375px) {
  .con_infor.col03 .item .box_img .img_ttl img {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .con_infor.col03 .item .accordion::after {
    content: "";
    background: url(../images/home/ic_arrow_open.png);
    width: 21px;
    height: 12px;
    position: absolute;
    right: .5em;
    top: 8.5em;
    z-index: 10;
  }
}
@media only screen and (max-width: 767px) and (min-width: 320px) and (max-width: 425px) {
  .con_infor.col03 .item .accordion::after {
    top: 8em;
  }
}
@media only screen and (max-width: 767px) {
  .con_infor.col03 .item .accordion.active::after {
    background: url(../images/home/ic_arrow_close.png);
  }
  .con_infor.col03 .item .inner {
    display: none;
    padding-bottom: 1em;
  }
  .con_infor.col03 .item .inner .txt {
    padding-bottom: .5em;
  }
  .con_infor.col03 .item .inner .btn_lnk {
    text-align: right;
  }
  .con_infor.col03 .item .inner .btn_lnk a {
    text-decoration: none;
  }
  .con_infor.col03 .item .inner .btn_lnk a::after {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 115%;
    padding-left: .5em;
  }
}

/* -----------------------------------------------------------
	con_regis
----------------------------------------------------------- */
.con_regis {
  margin: 0 auto 7.5em;
  max-width: 98%;
  width: 100%;
  background: #000000;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_regis {
    margin: 0 auto 5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_regis {
    margin: 0 auto 1em;
  }
}
.con_regis .box_slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.con_regis .box_slide .service_for {
  width: 60%;
}
@media only screen and (max-width: 767px) {
  .con_regis .box_slide .service_for {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_regis .box_slide .service_for .box_ctn {
    padding: 1em;
  }
}
@media only screen and (min-width: 768px) {
  .con_regis .box_slide img {
    -o-object-position: 100% 0;
       object-position: 100% 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .con_regis .box_slide .ofi {
    font-family: "object-fit: cover; object-position: 100% 0;";
  }
}
@media print {
  .con_regis .box_slide img {
    -o-object-position: 100% 0;
       object-position: 100% 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .con_regis .box_slide .ofi {
    font-family: "object-fit: cover; object-position: 100% 0;";
  }
}
.ie8 .con_regis .box_slide img {
  -o-object-position: 100% 0;
     object-position: 100% 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.ie8 .con_regis .box_slide .ofi {
  font-family: "object-fit: cover; object-position: 100% 0;";
}
.con_regis .box_slide .service_nav {
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .con_regis .box_slide .service_nav {
    width: 100%;
  }
}
.con_regis .box_slide .service_nav .box_ctn {
  position: relative;
  padding: 0 5em;
  margin: 1em;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_regis .box_slide .service_nav .box_ctn {
    padding: 0 4em;
  }
}
@media only screen and (max-width: 767px) {
  .con_regis .box_slide .service_nav .box_ctn {
    padding: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_regis .box_slide .service_nav .box_ctn {
    margin: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_regis .box_slide .service_nav .box_ctn {
    margin: 0;
  }
}
.con_regis .box_slide .service_nav .box_ctn .ttl_bdr {
  color: #fff;
  margin-bottom: 1.5em;
  padding-top: 2em;
  padding-bottom: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_regis .box_slide .service_nav .box_ctn .ttl_bdr {
    margin-bottom: 1.2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_regis .box_slide .service_nav .box_ctn .ttl_bdr {
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_regis .box_slide .service_nav .box_ctn .ttl_bdr {
    padding-top: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_regis .box_slide .service_nav .box_ctn .ttl_bdr {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_regis .box_slide .service_nav .box_ctn .ttl_bdr {
    padding-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_regis .box_slide .service_nav .box_ctn .ttl_bdr {
    padding-bottom: 1em;
  }
}
.con_regis .box_slide .service_nav .box_ctn .ttl_bdr .txt_green {
  color: #b1fc71 !important;
}
.con_regis .box_slide .service_nav .box_ctn .txt_desc {
  color: #fff;
  margin-bottom: 1.7em;
  line-height: 2;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_regis .box_slide .service_nav .box_ctn .txt_desc {
    margin-bottom: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_regis .box_slide .service_nav .box_ctn .txt_desc {
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_regis .box_slide .service_nav .box_ctn .txt_desc {
    line-height: 1.8;
  }
}
@media only screen and (max-width: 767px) {
  .con_regis .box_slide .service_nav .box_ctn .txt_desc {
    line-height: 1.6;
  }
}
.con_regis .box_slide .service_nav .box_ctn .box_btn {
  margin-bottom: 4em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_regis .box_slide .service_nav .box_ctn .box_btn {
    margin-bottom: 4em;
  }
}
@media only screen and (max-width: 767px) {
  .con_regis .box_slide .service_nav .box_ctn .box_btn {
    margin-bottom: 1em;
  }
}
.con_regis .box_slide .service_nav .box_ctn .box_btn .btn_regis {
  display: inline-block;
}
.con_regis .box_slide .service_nav .box_ctn .box_btn .btn_regis a {
  color: #fff;
  text-decoration: none;
}
.con_regis .box_slide .service_nav .box_ctn .box_btn .btn_regis a i {
  padding-left: 1em;
}
.con_regis .box_slide .service_nav .box_ctn .box_btn .btn_regis a:hover {
  opacity: .8;
}
.con_regis .box_slide .service_nav .box_ctn .box_btn .btn_regis:nth-child(2) {
  margin-left: 3em;
}
@media only screen and (max-width: 767px) {
  .con_regis .box_slide .service_nav .box_ctn .box_btn .btn_regis:nth-child(2) {
    padding-top: 10px;
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1319px) {
  .con_regis .box_slide .service_nav .box_ctn .box_btn .service_nav .box_ctn {
    padding: 0 1.5em;
  }
  .con_regis .box_slide .service_nav .box_ctn .box_btn .service_nav .box_ctn .ttl_bdr {
    padding: 1em 0;
    margin-bottom: .7em;
  }
  .con_regis .box_slide .service_nav .box_ctn .box_btn .service_nav .box_ctn .txt_desc {
    margin-bottom: 1.5em;
  }
}
@media print {
  .con_regis .box_slide .service_nav .box_ctn .box_btn .service_nav .box_ctn {
    padding: 0 1.5em;
  }
  .con_regis .box_slide .service_nav .box_ctn .box_btn .service_nav .box_ctn .ttl_bdr {
    padding: 1em 0;
    margin-bottom: .7em;
  }
  .con_regis .box_slide .service_nav .box_ctn .box_btn .service_nav .box_ctn .txt_desc {
    margin-bottom: 1.5em;
  }
}
.ie8 .con_regis .box_slide .service_nav .box_ctn .box_btn .service_nav .box_ctn {
  padding: 0 1.5em;
}
.ie8 .con_regis .box_slide .service_nav .box_ctn .box_btn .service_nav .box_ctn .ttl_bdr {
  padding: 1em 0;
  margin-bottom: .7em;
}
.ie8 .con_regis .box_slide .service_nav .box_ctn .box_btn .service_nav .box_ctn .txt_desc {
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 901px) and (max-width: 1110px) {
  .con_regis .box_slide .service_nav .box_ctn .box_btn .service_for img {
    -o-object-position: 90% 0;
       object-position: 90% 0;
  }
}
@media print {
  .con_regis .box_slide .service_nav .box_ctn .box_btn .service_for img {
    -o-object-position: 90% 0;
       object-position: 90% 0;
  }
}
.ie8 .con_regis .box_slide .service_nav .box_ctn .box_btn .service_for img {
  -o-object-position: 90% 0;
     object-position: 90% 0;
}
@media only screen and (min-width: 768px) and (max-width: 900px) {
  .con_regis .box_slide .service_nav .box_ctn .box_btn .service_for img {
    -o-object-position: 75% 0;
       object-position: 75% 0;
  }
  .con_regis .box_slide .service_nav .box_ctn .box_btn .service_nav .box_ctn .box_btn {
    margin-bottom: 2.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1670px) {
  .con_regis .box_slide {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .con_regis .box_slide .service_for {
    width: 51%;
  }
  .con_regis .box_slide .service_nav {
    width: 49%;
  }
  .con_regis .box_slide .service_nav .ttl_bdr {
    padding-top: 1.5em;
  }
  .con_regis .box_slide .service_nav .box_ctn {
    padding: 0 2.5em;
    min-height: auto;
  }
}
@media print {
  .con_regis .box_slide {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .con_regis .box_slide .service_for {
    width: 51%;
  }
  .con_regis .box_slide .service_nav {
    width: 49%;
  }
  .con_regis .box_slide .service_nav .ttl_bdr {
    padding-top: 1.5em;
  }
  .con_regis .box_slide .service_nav .box_ctn {
    padding: 0 2.5em;
    min-height: auto;
  }
}
.ie8 .con_regis .box_slide {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ie8 .con_regis .box_slide .service_for {
  width: 51%;
}
.ie8 .con_regis .box_slide .service_nav {
  width: 49%;
}
.ie8 .con_regis .box_slide .service_nav .ttl_bdr {
  padding-top: 1.5em;
}
.ie8 .con_regis .box_slide .service_nav .box_ctn {
  padding: 0 2.5em;
  min-height: auto;
}
@media only screen and (max-width: 767px) {
  .con_regis {
    max-width: 100%;
  }
  .con_regis .box_slide {
    max-width: 95%;
    margin: 0 auto;
    padding: 1em;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .con_regis .box_slide {
    padding: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_regis .box_btn {
    position: static;
    -webkit-transform: none;
            transform: none;
    width: 100%;
  }
  .con_regis .box_btn a {
    padding: 1em;
  }
  .con_regis .box_btn a span::before {
    left: -1.5em;
  }
  .con_regis .box_btn a span::after {
    left: -1em;
  }
  .con_regis .box_ctn {
    min-height: auto !important;
  }
  .con_regis .box_ctn img {
    margin-bottom: 1em;
  }
  .con_regis .box_ctn .ttl_bdr {
    letter-spacing: .1em;
  }
}

.box_ctn .btn_ani {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  border: solid #fff;
  border-width: 0;
  border-radius: 0;
  transition: 0;
  -webkit-transition: 0;
  -moz-transition: 0;
  -o-transition: 0;
  -ms-transition: 0;
  border-color: #fff;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.box_ctn .btn_ani.btnBefore {
  left: 0;
}
.box_ctn .btn_ani.btnAfter {
  top: 0;
}
.box_ctn .ani_active {
  height: 100%;
  width: 100%;
  content: '';
  position: absolute;
  border: solid #fff;
  transition: width 2s ease, height 2s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s;
  -webkit-transition: width 2s ease, height 2s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s;
  -moz-transition: width 2s ease, height 2s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s;
  -o-transition: width 2s ease, height 2s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s;
  -ms-transition: width 2s ease, height 2s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s;
}
.box_ctn .ani_active.btnBefore {
  border-width: 0 0 1px 1px;
}
.box_ctn .ani_active.btnAfter {
  border-width: 1px 1px 0 0;
}
@media only screen and (max-width: 767px) {
  .box_ctn .btn_ani {
    right: 1px;
  }
}

.service_for.slick-slider, .service_nav.slick-slider {
  margin-bottom: 0;
}

.service_nav .slick-dots {
  position: absolute;
  left: 3em;
  bottom: 2em;
  text-align: left;
  width: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .service_nav .slick-dots {
    bottom: 2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 900px) {
  .service_nav .slick-dots {
    bottom: 1.3em;
  }
}
.service_nav .slick-dots li {
  display: inline-block;
}
.service_nav .slick-dots li button::before {
  background: #fff;
  color: transparent;
  content: '';
  width: 15px;
  height: 15px;
  opacity: 1;
}
.service_nav .slick-dots li.slick-active button::before {
  background: #8aaf2f;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .service_nav .slick-dots {
    left: 50%;
    bottom: .5em;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    line-height: 0;
  }
  .service_nav .slick-dots li {
    width: 12px;
    height: 12px;
  }
  .service_nav .slick-dots li button::before {
    width: 12px;
    height: 12px;
  }
}

.box_news {
  width: 800px;
  text-align: center;
  margin: 0 auto 5em;
  border: solid 1.3px #000000;
  padding: 1em 4em;
}
@media only screen and (max-width: 767px) {
  .box_news {
    width: 275px;
    padding: 1em 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_news {
    width: 700px;
    padding: 1em 1em;
  }
}

.box_news a {
  padding: 1.4em 1em;
  display: block;
  color: #000000;
  margin: 0;
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .6s;
  transition: .6s;
}

.popup.is-show {
  opacity: 1;
  visibility: visible;
}

.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  max-width: 600px;
  padding: 50px;
  background-color: #fff;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .popup-inner {
    padding: 45px 20px 30px 20px;
  }
}
.popup-inner .ttl {
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2em;
}
.popup-inner .ttl span {
  font-size: 90%;
  background-color: #7FA81C;
  color: #fff;
  padding: .1em .3em;
}
.popup-inner .box_txt {
  text-align: center;
}

.popup-inner img {
  width: 100%;
}

.close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}

.close-btn .icon {
  background: url(../images/home/popup_close.png) no-repeat;
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin-top: 1em;
}

.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  cursor: pointer;
}
