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

file name  : homepage.css
author     : Abilive
style info : トップページ
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
.con_fv {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .con_fv {
    margin: 20px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_fv {
    margin: 1em auto 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_fv {
    width: calc(1400 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_fv {
    width: 90%;
  }
}
.con_fv .swiper .box_slider {
  padding: 0;
}
.con_fv .swiper .slick-arrow {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .con_fv .swiper .slick-dots {
    position: absolute;
    right: 20px;
    bottom: 25px;
  }
}
.con_fv .box_text {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
.con_fv .box_text h2 {
  font-family: "LINESeedJP_OTF_Bd";
  line-height: 1.5;
  font-size: 286%;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .con_fv .box_text h2 {
    font-size: 186%;
  }
}
.con_fv .box_text .txt {
  line-height: 1;
  font-family: "LINESeedSans_W_Rg";
  font-size: 86%;
  letter-spacing: 0.06em;
}
@media only screen and (min-width: 768px) {
  .con_fv .box_text .txt {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_fv .box_text .txt {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_fv .box_text .txt {
    text-align: center;
    font-size: 65%;
  }
}

.con_news {
  width: 90%;
  max-width: 965px;
}
@media only screen and (min-width: 768px) {
  .con_news {
    margin: 90px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_news {
    margin: 3em auto 0;
  }
}
@media only screen and (min-width: 1441px) {
  .con_news {
    width: calc(965 / 1440 * 100%);
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news {
    position: relative;
    padding-bottom: 3em;
  }
}
.con_news .box_top {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .con_news .box_top .ttl1 {
    width: 100%;
    text-align: center;
  }
  .con_news .box_top .ttl1::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_top .btn_txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_tab_news {
    overflow: auto;
  }
}
.con_news .box_filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .box_filter {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_filter {
    padding-top: 1em;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.con_news .box_filter > li {
  cursor: pointer;
  text-align: center;
  position: relative;
  -webkit-transition: all .5s;
  transition: all .5s;
  line-height: 1.66667;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #505050;
  border-radius: 6px;
  max-width: 180px;
  transition: all .5s;
  letter-spacing: 0.1em;
  font-size: 108%;
}
@media only screen and (min-width: 768px) {
  .con_news .box_filter > li {
    padding: 12px 5px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_filter > li {
    padding: 1em 1em 0.9em;
  }
}
@media only screen and (min-width: 768px) {
  .con_news .box_filter > li {
    width: calc(180 / 750 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_filter > li {
    width: 10em;
  }
}
@media only screen and (min-width: 1441px) {
  .con_news .box_filter > li {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_filter > li {
    font-size: 79%;
  }
}
.con_news .box_filter > li:not(:last-child) {
  margin-right: calc(8 / 750 * 100%);
}
@media only screen and (max-width: 767px) {
  .con_news .box_filter > li:not(:last-child) {
    margin-right: .5em;
  }
}
.con_news .box_filter > li::after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  -webkit-transition: all .5s;
  transition: all .5s;
  position: absolute;
  top: 0;
  left: 0;
  background: repeating-linear-gradient(-45deg, rgba(17, 154, 144, 0.3), rgba(17, 154, 144, 0.3) 1px, transparent, transparent, transparent, transparent, transparent, transparent, transparent, transparent, transparent 5px);
  opacity: 0;
  z-index: -1;
}
.con_news .box_filter > li.active {
  cursor: default;
  border-color: #119a72;
  color: #119a72;
}
.con_news .box_filter > li.active::after {
  opacity: 1;
}
.con_news .box_filter > li:hover {
  border-color: #119a72;
  color: #119a72;
}
.con_news .box_filter > li:hover::after {
  opacity: 1;
}
@media only screen and (min-width: 1025px) {
  .con_news .box_list {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .box_list {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_list {
    margin-top: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_list {
    border-bottom: 1px solid #aaa;
  }
}
.con_news .box_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  text-decoration: none;
  -webkit-transition: all .5s;
  transition: all .5s;
  border-bottom: 2px dotted #8e8f8e;
}
@media only screen and (min-width: 1025px) {
  .con_news .box_list li a {
    padding: 20px 30px 20px 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .box_list li a {
    padding: 15px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_list li a {
    padding: 1em 0.5em 0.8em;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_list li a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.con_news .box_list li a::before {
  content: "";
  font-family: "Ionicons";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .5s;
  transition: all .5s;
  font-size: 158%;
}
@media only screen and (min-width: 768px) {
  .con_news .box_list li a::before {
    right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_list li a::before {
    right: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_list li a::before {
    top: 57%;
    font-size: 100%;
  }
}
.con_news .box_list li a::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #119a72;
  position: absolute;
  left: 0;
  bottom: -2px;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.con_news .box_list li a:hover .tag {
  background: #119a72;
  border-color: #119a72;
  color: #fff;
}
.con_news .box_list li a:hover::before {
  color: #119a72;
}
@media only screen and (min-width: 768px) {
  .con_news .box_list li a:hover::before {
    right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_list li a:hover::before {
    right: 0;
  }
}
.con_news .box_list li a:hover::after {
  width: 100%;
}
.con_news .box_list li .date {
  font-size: 93%;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .con_news .box_list li .date {
    width: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_list li .date {
    width: 7.5em;
  }
}
@media only screen and (min-width: 1441px) {
  .con_news .box_list li .date {
    width: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_list li .date {
    font-size: 79%;
  }
}
.con_news .box_list li .tag {
  display: inline-block;
  text-align: center;
  border: 1px solid #828282;
  border-radius: 10px;
  line-height: 1.5;
  -webkit-transition: all .5s;
  transition: all .5s;
  font-size: 93%;
  letter-spacing: 0.03em;
}
@media only screen and (min-width: 768px) {
  .con_news .box_list li .tag {
    width: 130px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_list li .tag {
    width: 7em;
  }
}
@media only screen and (min-width: 1441px) {
  .con_news .box_list li .tag {
    border-radius: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news .box_list li .tag {
    padding: 3px;
    border-radius: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_list li .tag {
    width: 10em;
    padding: .1em 1em;
    font-size: 65%;
  }
}
.con_news .box_list li .txt {
  line-height: 1.78571;
  letter-spacing: 0.07em;
}
@media only screen and (min-width: 768px) {
  .con_news .box_list li .txt {
    width: calc(100% - 330px);
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_list li .txt {
    width: 90%;
  }
}
@media only screen and (min-width: 768px) {
  .con_news .box_list li .txt {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_list li .txt {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_list li .txt {
    margin-top: .5em;
  }
}

.is-hidden {
  display: none !important;
}

.con_company {
  width: 100%;
  background: #f7f6ec;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .con_company {
    margin-top: 115px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_company {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .con_company {
    margin-top: 4em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_company {
    padding: 100px 0 115px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_company {
    padding: 90px 0 100px;
  }
}
@media only screen and (max-width: 767px) {
  .con_company {
    padding: 3em 0;
  }
}
.con_company .img_s {
  width: calc(240 / 1440 * 100%);
  position: absolute;
}
@media only screen and (min-width: 1025px) {
  .con_company .img_s {
    top: -30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_company .img_s {
    top: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .con_company .img_s {
    top: 7em;
  }
}
@media only screen and (min-width: 768px) {
  .con_company .img_s {
    right: calc(75 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_company .img_s {
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_company .img_s {
    width: 23%;
    z-index: 1;
  }
}
@media only screen and (max-width: 767px) {
  .con_company .img_s {
    width: 25%;
    z-index: 1;
  }
}
.con_company .box_company {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (min-width: 1025px) {
  .con_company .box_company {
    width: calc(1220 / 1440 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_company .box_company {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_company .box_company {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1355px) {
  .con_company .box_company {
    width: 95%;
  }
}
@media only screen and (max-width: 1024px) {
  .con_company .box_company .ttl1 {
    width: 100%;
    text-align: center;
  }
  .con_company .box_company .ttl1::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.con_company .box_company .box_img {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .con_company .box_company .box_img {
    width: calc(93% - 505px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_company .box_company .box_img {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .con_company .box_company .box_img {
    width: 85%;
  }
}
@media only screen and (min-width: 1025px) {
  .con_company .box_company .box_img {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_company .box_company .box_img {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_company .box_company .box_img {
    margin-top: 1.5em;
  }
}
@media only screen and (min-width: 1441px) {
  .con_company .box_company .box_img {
    width: calc(93% - 585px);
  }
}
.con_company .box_company .box_img .img {
  width: calc(275 / 640 * 100%);
  position: absolute;
  right: -15%;
}
@media only screen and (min-width: 1025px) {
  .con_company .box_company .box_img .img {
    bottom: -27%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_company .box_company .box_img .img {
    bottom: -17%;
  }
}
@media only screen and (max-width: 767px) {
  .con_company .box_company .box_img .img {
    bottom: -10%;
  }
}
@media only screen and (min-width: 1025px) {
  .con_company .box_company .box_text {
    width: 505px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_company .box_company .box_text {
    width: 85%;
  }
}
@media only screen and (max-width: 767px) {
  .con_company .box_company .box_text {
    width: 90%;
  }
}
@media only screen and (min-width: 1441px) {
  .con_company .box_company .box_text {
    width: 580px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_company .box_company .box_text {
    margin: 70px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_company .box_company .box_text {
    margin: 3em auto 0;
  }
}
@media only screen and (min-width: 1025px) {
  .con_company .box_company .box_text h3 {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_company .box_company .box_text h3 {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_company .box_company .box_text h3 {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .con_company .box_company .box_text .txt {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_company .box_company .box_text .txt {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_company .box_company .box_text .txt {
    margin-top: 1em;
  }
}
.con_company .box_company .box_text .btn_more {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1025px) {
  .con_company .box_company .box_text .btn_more {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_company .box_company .box_text .btn_more {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_company .box_company .box_text .btn_more {
    margin-top: 1.5em;
  }
}
@media only screen and (min-width: 768px) {
  .con_company .box_company .box_text .btn_more {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .con_company .box_company .box_text .btn_more {
    text-align: center;
  }
}
.con_company .box_company .box_text .btn_more a {
  text-align: left;
}

.con_business {
  width: 90%;
  max-width: 1215px;
}
@media only screen and (min-width: 768px) {
  .con_business {
    margin: 100px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_business {
    margin: 4em auto 0;
  }
}
@media only screen and (min-width: 1441px) {
  .con_business {
    width: calc(1215 / 1440 * 100%);
    max-width: 100%;
  }
}
.con_business .box_business {
  max-width: 1100px;
  margin: 0 0 0 auto;
  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;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (min-width: 1441px) {
  .con_business .box_business {
    width: calc(1100 / 1215 * 100%);
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .con_business .box_business .box_left {
    width: calc(480 / 1100 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_business .box_business .box_left {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .con_business .box_business .box_left .st1 {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_business .box_business .box_left .st1 {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_business .box_business .box_left .st1 {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 768px) {
  .con_business .box_business .box_left > .txt {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_business .box_business .box_left > .txt {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_business .box_business .box_left .box_tab_business {
    margin-top: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_business .box_business .box_left .box_tab_business {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_business .box_business .box_left .box_tab_business {
    margin-top: 1.5em;
  }
}
@media only screen and (min-width: 768px) {
  .con_business .box_business .box_right {
    width: calc(535 / 1100 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_business .box_business .box_right {
    width: 100%;
  }
}

.box_tab_business > .tab > ul > li {
  cursor: pointer;
  width: 100%;
  line-height: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-bottom: 2px dotted #828282;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .box_tab_business > .tab > ul > li {
    padding: 0 20px 20px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .box_tab_business > .tab > ul > li {
    padding: 0 1em 1em 0.5em;
  }
}
@media only screen and (min-width: 768px) {
  .box_tab_business > .tab > ul > li:not(:last-child) {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .box_tab_business > .tab > ul > li:not(:last-child) {
    margin-bottom: 1em;
  }
}
.box_tab_business > .tab > ul > li::before {
  content: "";
  font-family: "Ionicons";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .5s;
  transition: all .5s;
  font-size: 158%;
}
@media only screen and (min-width: 1025px) {
  .box_tab_business > .tab > ul > li::before {
    right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_tab_business > .tab > ul > li::before {
    right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .box_tab_business > .tab > ul > li::before {
    right: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_tab_business > .tab > ul > li::before {
    top: 39%;
  }
}
@media only screen and (max-width: 767px) {
  .box_tab_business > .tab > ul > li::before {
    font-size: 100%;
  }
}
.box_tab_business > .tab > ul > li::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #119a72;
  position: absolute;
  left: 0;
  bottom: -2px;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.box_tab_business > .tab > ul > li.active {
  color: #119a72;
}
.box_tab_business > .tab > ul > li.active::before {
  color: #119a72;
}
@media only screen and (min-width: 1025px) {
  .box_tab_business > .tab > ul > li.active::before {
    right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_tab_business > .tab > ul > li.active::before {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .box_tab_business > .tab > ul > li.active::before {
    right: -0.5em;
  }
}
.box_tab_business > .tab > ul > li.active::after {
  width: 100%;
}
.box_tab_business > .tab > ul > li.active .ic .hover {
  opacity: 1;
  z-index: 1;
}
.box_tab_business > .tab > ul > li.active .ic .normal {
  opacity: 0;
  z-index: -1;
}
.box_tab_business > .tab > ul > li:hover {
  color: #119a72;
}
.box_tab_business > .tab > ul > li:hover::before {
  color: #119a72;
}
@media only screen and (min-width: 768px) {
  .box_tab_business > .tab > ul > li:hover::before {
    right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .box_tab_business > .tab > ul > li:hover::before {
    right: -0.5em;
  }
}
.box_tab_business > .tab > ul > li:hover::after {
  width: 100%;
}
.box_tab_business > .tab > ul > li:hover .ic .hover {
  opacity: 1;
  z-index: 1;
}
.box_tab_business > .tab > ul > li:hover .ic .normal {
  opacity: 0;
  z-index: -1;
}
.box_tab_business > .tab > ul > li .ic {
  display: inline-block;
  position: relative;
}
.box_tab_business > .tab > ul > li .ic img {
  -webkit-transition: all .5s;
  transition: all .5s;
}
.box_tab_business > .tab > ul > li .ic.ic1 img {
  width: 40px;
}
.box_tab_business > .tab > ul > li .ic.ic2 img {
  width: 44px;
}
.box_tab_business > .tab > ul > li .ic.ic3 img {
  width: 47px;
}
.box_tab_business > .tab > ul > li .ic.ic4 img {
  width: 41px;
}
.box_tab_business > .tab > ul > li .ic.ic5 img {
  width: 40px;
}
.box_tab_business > .tab > ul > li .ic .hover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .box_tab_business > .tab > ul > li h4 {
    margin-left: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .box_tab_business > .tab > ul > li h4 {
    margin-left: 1em;
  }
}
.box_tab_business > .tab > ul > li h4 span {
  display: inline-block;
  font-weight: 400;
}
.box_tab_business > .tab > ul > li h4 span.jp {
  font-size: 172%;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_tab_business > .tab > ul > li h4 span.jp {
    font-size: 129%;
  }
}
@media only screen and (max-width: 767px) {
  .box_tab_business > .tab > ul > li h4 span.jp {
    font-size: 115%;
  }
}
.box_tab_business > .tab > ul > li h4 span.en {
  font-size: 115%;
  letter-spacing: 0.03em;
}
@media only screen and (min-width: 768px) {
  .box_tab_business > .tab > ul > li h4 span.en {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .box_tab_business > .tab > ul > li h4 span.en {
    margin-left: 0.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_tab_business > .tab > ul > li h4 span.en {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .box_tab_business > .tab > ul > li h4 span.en {
    font-size: 79%;
  }
}

@media only screen and (min-width: 768px) {
  .con_business .box_right {
    background: url(../images/home/bg_business.png) center center/cover no-repeat;
    border-radius: 5px;
    position: relative;
    -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
            box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .con_business .box_right {
    padding: 35px 3.5% 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .con_business .box_right {
    padding: 1.5em 5% 2em;
  }
}
@media only screen and (min-width: 768px) {
  .con_business .box_right::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #b4ddc5;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
    z-index: -1;
  }
  .con_business .box_right::after {
    content: "";
    width: 68px;
    height: 110px;
    position: absolute;
    top: -18px;
    left: calc(57 / 535 * 100%);
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
    z-index: 1;
    background: url(../images/home/ic_ptn02.png) center center/cover no-repeat;
  }
}
@media only screen and (max-width: 767px) {
  .con_business .box_right {
    margin-top: 1.5em;
  }
}
.con_business .panel {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .con_business .panel {
    overflow: hidden;
  }
}
@media only screen and (min-width: 768px) {
  .con_business .panel .business_item {
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    -webkit-transition: all .7s;
    transition: all .7s;
    z-index: -1;
    opacity: 0;
  }
  .con_business .panel .business_item.active {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    z-index: 1;
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .con_business .panel .business_item {
    display: none;
    background: url(../images/home/bg_business.png) center center/cover no-repeat;
    border-radius: 5px;
    position: relative;
    -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
            box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
    margin-top: 2em;
    margin-bottom: 4em;
    padding: 1.5em 5% 2em;
  }
  .con_business .panel .business_item::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #b4ddc5;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
    z-index: -1;
  }
  .con_business .panel .business_item::after {
    content: "";
    width: 2em;
    height: 4em;
    position: absolute;
    top: -0.7em;
    left: calc(57 / 535 * 100%);
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
    z-index: 1;
    background: url(../images/home/ic_ptn02.png) center center/cover no-repeat;
  }
}
.con_business .panel .business_item .title {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .con_business .panel .business_item .title {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_business .panel .business_item .title {
    margin-top: 1em;
  }
}
.con_business .panel .business_item .title::before {
  content: "";
  width: 203px;
  height: 19px;
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  background: url(../images/home/ic_ptn01.png) center center/cover no-repeat;
}
.con_business .panel .business_item .title img {
  display: inline-block;
  width: 40px;
}
.con_business .panel .business_item .title span {
  font-weight: 400;
  font-size: 172%;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .con_business .panel .business_item .title span {
    margin-left: 7px;
  }
}
@media only screen and (max-width: 767px) {
  .con_business .panel .business_item .title span {
    margin-left: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_business .panel .business_item .title span {
    font-size: 115%;
  }
}
.con_business .panel .business_item .txt {
  width: calc(385 / 460 * 100%);
}
@media only screen and (min-width: 768px) {
  .con_business .panel .business_item .txt {
    margin: 25px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_business .panel .business_item .txt {
    margin: 1em auto 0;
  }
}
.con_business .panel .business_item .btn_more {
  text-align: center;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .con_business .panel .business_item .btn_more {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_business .panel .business_item .btn_more {
    margin-top: 1em;
  }
}
.con_business .panel .business_item .btn_more a {
  text-align: left;
}
.con_business .panel .accordion {
  cursor: pointer;
  width: 100%;
  line-height: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-bottom: 2px dotted #828282;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .con_business .panel .accordion {
    padding: 0 20px 20px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_business .panel .accordion {
    padding: 0 1em 1em 0.5em;
  }
}
@media only screen and (min-width: 768px) {
  .con_business .panel .accordion:not(:last-child) {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_business .panel .accordion:not(:last-child) {
    margin-bottom: 1em;
  }
}
.con_business .panel .accordion::before {
  content: "";
  font-family: "Ionicons";
  position: absolute;
  top: 37%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: all .5s;
  transition: all .5s;
  right: 1em;
}
@media only screen and (max-width: 767px) {
  .con_business .panel .accordion::before {
    font-size: 100%;
  }
}
.con_business .panel .accordion::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #119a72;
  position: absolute;
  left: 0;
  bottom: -2px;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.con_business .panel .accordion.active {
  color: #119a72;
}
.con_business .panel .accordion.active::before {
  color: #119a72;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}
.con_business .panel .accordion.active::after {
  width: 100%;
}
.con_business .panel .accordion.active .ic .hover {
  opacity: 1;
  z-index: 1;
}
.con_business .panel .accordion.active .ic .normal {
  opacity: 0;
  z-index: -1;
}
.con_business .panel .accordion .ic {
  display: inline-block;
  position: relative;
}
.con_business .panel .accordion .ic img {
  -webkit-transition: all .5s;
  transition: all .5s;
}
.con_business .panel .accordion .ic.ic1 img {
  width: 2em;
}
.con_business .panel .accordion .ic.ic2 img {
  width: 2.2em;
}
.con_business .panel .accordion .ic.ic3 img {
  width: 2.3em;
}
.con_business .panel .accordion .ic.ic4 img {
  width: 2.1em;
}
.con_business .panel .accordion .ic.ic5 img {
  width: 2em;
}
.con_business .panel .accordion .ic .hover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .con_business .panel .accordion h4 {
    margin-left: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_business .panel .accordion h4 {
    margin-left: 1em;
  }
}
.con_business .panel .accordion h4 span {
  display: inline-block;
  font-weight: 400;
}
.con_business .panel .accordion h4 span.jp {
  font-size: 172%;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_business .panel .accordion h4 span.jp {
    font-size: 129%;
  }
}
@media only screen and (max-width: 767px) {
  .con_business .panel .accordion h4 span.jp {
    font-size: 115%;
  }
}
.con_business .panel .accordion h4 span.en {
  font-size: 115%;
  letter-spacing: 0.03em;
}
@media only screen and (min-width: 768px) {
  .con_business .panel .accordion h4 span.en {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_business .panel .accordion h4 span.en {
    margin-left: 0.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_business .panel .accordion h4 span.en {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_business .panel .accordion h4 span.en {
    font-size: 86%;
  }
}

.con_recruit {
  width: 90%;
  max-width: 1240px;
  background: url(../images/home/img_recruit.jpg) center center/cover no-repeat;
}
@media only screen and (min-width: 1025px) {
  .con_recruit {
    margin: 160px auto 135px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_recruit {
    margin: 120px auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_recruit {
    margin: 4em auto 8em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_recruit {
    padding: 50px 0 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_recruit {
    padding: 5vw 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_recruit {
    padding: 2em 0;
  }
}
@media only screen and (min-width: 1025px) {
  .con_recruit {
    border-radius: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_recruit {
    border-radius: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_recruit {
    border-radius: 0.5em;
  }
}
@media only screen and (min-width: 1441px) {
  .con_recruit {
    background: url(../images/home/img_recruit_large.jpg) center center/cover no-repeat;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_recruit {
    position: relative;
    background: url(../images/home/img_recruit.jpg) center left/cover no-repeat;
  }
  .con_recruit::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_recruit {
    position: relative;
    background: url(../images/home/img_recruit_sp.png) center center/cover no-repeat;
  }
}
.con_recruit .box_text {
  max-width: 550px;
  margin: 0 0 0 auto;
}
@media only screen and (min-width: 1441px) {
  .con_recruit .box_text {
    max-width: 580px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .con_recruit .box_text {
    max-width: 450px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_recruit .box_text {
    position: relative;
    z-index: 1;
    max-width: 405px;
    margin: 0 auto;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .con_recruit .box_text {
    text-align: center;
  }
}
@media only screen and (max-width: 1024px) {
  .con_recruit .box_text .ttl1 {
    text-align: center;
  }
  .con_recruit .box_text .ttl1::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.con_recruit .box_text h3 {
  color: #fff;
}
@media only screen and (min-width: 1025px) {
  .con_recruit .box_text h3 {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_recruit .box_text h3 {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .con_recruit .box_text h3 {
    margin-top: 7em;
  }
}
@media only screen and (max-width: 767px) {
  .con_recruit .box_text h3 {
    text-align: center;
  }
}
.con_recruit .box_text .txt {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .con_recruit .box_text .txt {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_recruit .box_text .txt {
    margin-top: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_recruit .box_text .txt {
    text-align: center;
  }
}
.con_recruit .box_text .btn_more {
  max-width: 325px;
}
@media only screen and (min-width: 1025px) {
  .con_recruit .box_text .btn_more {
    margin: 30px 0 0 auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_recruit .box_text .btn_more {
    margin: 30px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_recruit .box_text .btn_more {
    margin: 1em 0 auto;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .con_recruit .box_text .btn_more {
    max-width: 230px;
  }
}
@media only screen and (max-width: 767px) {
  .con_recruit .box_text .btn_more {
    position: absolute;
    left: 50%;
    bottom: -4em;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: 100%;
    width: 100%;
  }
}
.con_recruit .box_text .btn_more a {
  border-color: #fff;
  color: #505050;
  background: #fff;
}
@media only screen and (min-width: 1441px) {
  .con_recruit .box_text .btn_more a {
    max-width: 220px;
  }
}
@media only screen and (max-width: 767px) {
  .con_recruit .box_text .btn_more a {
    border-color: #505050;
    max-width: 14em;
  }
}
.con_recruit .box_text .btn_more a::before {
  content: "\f35d";
  font-family: "FontAwesome5Free";
}
.con_recruit .box_text .btn_more a:hover {
  color: #119a72;
}
.con_recruit .box_text .btn_more a:hover::after {
  z-index: 1;
}
