@charset "UTF-8";
/* 背景グレー */
.opt-bg-dark {
  background: #524a53;
}
.opt-bg-dark .sec-title {
  color: #ffffff;
}

/* ==============================================
ホーム - キービジュアル
============================================== */
.sec-kv {
  position: relative;
}
.sec-kv .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #afafaf;
  opacity: 1;
  margin: 0 10px !important;
}
.sec-kv .swiper-pagination-bullet-active {
  background: #ffffff;
}
.sec-kv .kv-img-pagination {
  bottom: 20px;
}
@media screen and (max-width: 768px) {
  .sec-kv .kv-img-pagination {
    bottom: 30px;
  }
}
.sec-kv .scroll-down {
  position: absolute;
  bottom: 70px;
  right: 30px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 1.2rem;
  line-height: 1;
  padding-left: 48px;
  color: #ffffff;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .sec-kv .scroll-down {
    bottom: 77px;
    right: -10px;
  }
}
.sec-kv .scroll-down::before {
  position: absolute;
  display: block;
  top: 5px;
  height: 1px;
  background: #ffffff;
  content: "";
  -webkit-animation: scrolldown 1.4s ease-in-out infinite;
          animation: scrolldown 1.4s ease-in-out infinite;
}

@-webkit-keyframes scrolldown {
  0% {
    width: 10px;
    left: -10px;
    opacity: 0;
  }
  20% {
    width: 40px;
    opacity: 1;
  }
  100% {
    width: 10px;
    left: 30px;
    opacity: 0;
  }
}

@keyframes scrolldown {
  0% {
    width: 10px;
    left: -10px;
    opacity: 0;
  }
  20% {
    width: 40px;
    opacity: 1;
  }
  100% {
    width: 10px;
    left: 30px;
    opacity: 0;
  }
}
.kv-slogan {
  position: absolute;
  top: 21%;
  left: 0;
  right: 0;
  width: 67%;
  margin-left: auto;
  margin-right: auto;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .kv-slogan {
    top: 31%;
    width: 92%;
  }
}

.kv-more {
  position: absolute;
  display: block;
  bottom: 75px;
  left: 0;
  right: 0;
  width: 84px;
  height: 84px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .kv-more {
    bottom: 83px;
  }
}
.kv-more a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  border: solid 1px #ffffff;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.kv-more a::after {
  position: absolute;
  display: block;
  width: 22px;
  height: 7px;
  content: "";
  top: 37px;
  right: -11px;
  background: url(../img/icon-arrow-right-white.svg) no-repeat center center/cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 769px) {
  .kv-more a:hover {
    background: rgba(255, 255, 255, 0.25);
  }
  .kv-more a:hover::after {
    right: -21px;
  }
}

.kv-img-item {
  position: relative;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top 25%;
}

/* ==============================================
ホーム - NEWS & TOPICS
============================================== */
.sec-news {
  background: url(../img/gray-circle-bg.png) no-repeat top -377px right calc(50% - 159px - 276px)/552px;
}
@media screen and (max-width: 768px) {
  .sec-news {
    background: url(../img/gray-circle-bg.png) no-repeat top -306px right calc(50% - 9px - 182px)/364px;
  }
}
.sec-news .sec-inner {
  position: relative;
  width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 143px;
  padding-left: 272px;
  background: url(../img/purple-circle-bg-31deg.png) no-repeat top 60px left 5px/202px;
}
@media screen and (max-width: 768px) {
  .sec-news .sec-inner {
    width: 100%;
    padding: 177px 20px 0;
    background: none;
  }
}
.sec-news .sec-title {
  position: absolute;
  top: 63px;
  left: 5px;
  padding-left: 52px;
}
@media screen and (max-width: 768px) {
  .sec-news .sec-title {
    top: 42px;
    left: 20px;
    padding-top: 45px;
    padding-left: 25px;
    z-index: 2;
  }
  .sec-news .sec-title::before {
    position: absolute;
    display: block;
    width: 142px;
    height: 149px;
    top: 0;
    left: 0;
    content: "";
    background: url(../img/purple-circle-bg-31deg.png) no-repeat center center/cover;
    z-index: -1;
  }
}
.sec-news .sec-body {
  width: 768px;
  background: #ffffff;
  padding: 60px 30px 30px;
}
@media screen and (max-width: 768px) {
  .sec-news .sec-body {
    width: 100%;
    padding: 40px 20px 30px;
  }
}
.sec-news .news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .sec-news .news-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
.sec-news .news-item:last-child {
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  .sec-news .news-item:last-child {
    margin-bottom: 30px;
  }
}
.sec-news .news-item .news-date {
  width: 75px;
  margin-right: 40px;
  font-size: 1.4rem;
  font-family: "Lato", sans-serif;
  line-height: 1.8rem;
}
.sec-news .news-item .news-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 80px;
  min-height: 18px;
  font-size: 1.2rem;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  line-height: 1;
  padding: 2px;
  background: #b12c8d;
  color: #ffffff;
  margin-right: 30px;
}
.sec-news .news-item .news-category.news-category-product {
  background: #2c5860;
}
.sec-news .news-item .news-category.news-category-company {
  background: #b12c8d;
}
.sec-news .news-item .news-category.news-category-event {
  background: #bf8500;
}
.sec-news .news-item .news-title {
  line-height: 1.4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 769px) {
  .sec-news .news-item .news-title:hover {
    color: #B12C8D;
  }
}
@media screen and (max-width: 768px) {
  .sec-news .news-item .news-title {
    width: 100%;
    margin-top: 10px;
  }
}
.sec-news .link-more {
  text-align: right;
}
.sec-news .link-more a {
  position: relative;
  font-size: 1.4rem;
  font-family: "Lato", sans-serif;
  padding-right: 32px;
}
.sec-news .link-more a::after {
  position: absolute;
  top: 3px;
  right: 0;
  display: block;
  width: 22px;
  height: 7px;
  margin-bottom: 3px;
  content: "";
  background: url(../img/icon-arrow-right-purple.svg) no-repeat center center/cover;
  margin-left: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sec-news .link-more a:hover::after {
  right: -10px;
}

/* ==============================================
ホーム - FEATURE
============================================== */
.sec-feature {
  background: url(../img/gray-circle-bg.png) no-repeat top 44px left calc(50% - 353px - 235px)/470px, url(../img/gray-circle-bg.png) no-repeat bottom -57px right calc(50% - 420px - 153px)/306px;
  padding-bottom: 126px;
}
@media screen and (max-width: 768px) {
  .sec-feature {
    background: url(../img/gray-circle-bg.png) no-repeat top 53px left calc(50% - 22px - 155px)/310px, url(../img/gray-circle-bg.png) no-repeat bottom 0 right calc(50% - 35px - 101px)/202px;
    padding-bottom: 0;
  }
}
.sec-feature .sec-inner {
  position: relative;
  width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 142px;
  background: url(../img/purple-circle-bg-44deg.png) no-repeat top 29px right/210px;
}
@media screen and (max-width: 768px) {
  .sec-feature .sec-inner {
    width: 100%;
    padding: 181px 20px 140px;
    background: none;
  }
}
.sec-feature .sec-title {
  position: absolute;
  top: 37px;
  right: 0;
  padding-right: 50px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .sec-feature .sec-title {
    top: 50px;
    right: 20px;
    padding-top: 50px;
    padding-right: 30px;
    z-index: 2;
  }
  .sec-feature .sec-title::before {
    position: absolute;
    display: block;
    width: 149px;
    height: 158px;
    top: 0;
    right: 0;
    content: "";
    z-index: -1;
    background: url(../img/purple-circle-bg-44deg.png) no-repeat center center/cover;
  }
}
.sec-feature .feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sec-feature .feature-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.sec-feature .feature-item {
  background: #ffffff;
  width: 500px;
  height: 420px;
  padding: 60px 30px 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-feature .feature-item {
    width: 100%;
    height: auto;
    padding: 50px 10px 30px;
  }
}
.sec-feature .feature-item h3 {
  font-size: 2.6rem;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  margin-bottom: 38px;
}
@media screen and (max-width: 768px) {
  .sec-feature .feature-item h3 {
    font-size: 2.3rem;
  }
}
.sec-feature .feature-item figure {
  width: 230px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .sec-feature .feature-item figure {
    margin-bottom: 30px;
  }
}
.sec-feature .feature-item .feature-description {
  line-height: 1.71;
  font-size: 1.4rem;
}
.sec-feature .feature-item .feature-description small {
  display: inline-block;
  font-size: 1.2rem;
  padding-top: 5px;
  margin-bottom: 14px;
}
.sec-feature .feature-item .link-more a {
  position: relative;
  font-size: 1.4rem;
  line-height: 1;
  font-family: "Lato", sans-serif;
  padding-right: 32px;
}
.sec-feature .feature-item .link-more a::after {
  position: absolute;
  top: 3px;
  right: 0;
  display: block;
  width: 22px;
  height: 7px;
  margin-bottom: 3px;
  content: "";
  background: url(../img/icon-arrow-right-purple.svg) no-repeat center center/cover;
  margin-left: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sec-feature .feature-item .link-more a:hover::after {
  right: -10px;
}
.sec-feature .feature-item:first-child .feature-description {
  margin-bottom: 21px;
}
@media screen and (max-width: 768px) {
  .sec-feature .feature-item:first-child .feature-description {
    margin-bottom: 13px;
  }
}
.sec-feature .feature-item:nth-child(2) {
  margin-top: 146px;
}
@media screen and (max-width: 768px) {
  .sec-feature .feature-item:nth-child(2) {
    margin-top: 40px;
  }
}
.sec-feature .feature-item:nth-child(2) h3 {
  font-size: 2.5rem;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .sec-feature .feature-item:nth-child(2) h3 {
    font-size: 2.3rem;
  }
}
.sec-feature .feature-item:nth-child(2) figure {
  width: 203px;
  margin-bottom: 24px;
}

/* ==============================================
ホーム - PRODUCT
============================================== */
.sec-product {
  margin-top: -68px;
  -webkit-transform: skew(0deg, 3deg);
          transform: skew(0deg, 3deg);
}
.sec-product .sec-inner {
  position: relative;
  -webkit-transform: skew(0deg, -3deg);
          transform: skew(0deg, -3deg);
  width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .sec-product .sec-inner {
    width: 100%;
    padding: 35px 20px 50px;
  }
}
.sec-product .sec-title {
  display: inline-block;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .sec-product .sec-title {
    margin-bottom: 20px;
  }
  .sec-product .sec-title .title-en {
    margin-bottom: 15px;
  }
}
.sec-product .sec-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .sec-product .sec-body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sec-product .sec-body > .btn-group {
    width: 100%;
  }
}
.sec-product .product-txt {
  width: 240px;
}
@media screen and (max-width: 768px) {
  .sec-product .product-txt {
    width: 100%;
  }
}
.sec-product .product-txt p {
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1.75;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .sec-product .product-txt p {
    font-size: 1.4rem;
    margin-bottom: 32px;
  }
}
.sec-product .product-txt .btn-group {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.sec-product .product-img-list {
  width: 761px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -104px;
}
@media screen and (max-width: 768px) {
  .sec-product .product-img-list {
    width: 100%;
    margin-top: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
  }
}
.sec-product .product-img-item {
  position: relative;
  width: 338px;
  margin-right: 30px;
  margin-bottom: 44px;
}
@media screen and (max-width: 768px) {
  .sec-product .product-img-item {
    width: 46%;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.sec-product .product-img-item:first-child {
  margin-left: 55px;
}
@media screen and (max-width: 768px) {
  .sec-product .product-img-item:first-child {
    margin-left: 0;
  }
}
.sec-product .product-img-item:nth-child(even) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .sec-product .product-img-item:nth-child(even) {
    margin-top: 32px;
  }
}
.sec-product .product-img-item img {
  width: 311px;
}
@media screen and (min-width: 769px) {
  .sec-product .product-img-item img {
    opacity: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .sec-product .product-img-item img:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .sec-product .product-img-item img {
    width: 86%;
  }
}
.sec-product .product-img-item figcaption {
  font-size: 1.4rem;
  color: #ffffff;
  position: absolute;
  display: block;
  top: 16px;
  right: -15px;
  -webkit-transform: rotate(90.1deg);
          transform: rotate(90.1deg);
  text-align: left;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 768px) {
  .sec-product .product-img-item figcaption {
    font-size: 1rem;
    top: 12px;
    right: -8px;
  }
}
.sec-product .product-img-item:nth-child(3) figcaption {
  top: 70px;
  right: -68px;
}
@media screen and (max-width: 768px) {
  .sec-product .product-img-item:nth-child(3) figcaption {
    top: 51px;
    right: -47px;
  }
}

/* ==============================================
ホーム - SHOWROOMとCOMPANYのラッパー
============================================== */
.sec-showroom-and-company {
  width: 100%;
  background: url(../img/gray-circle-bg.png) no-repeat bottom 438px left calc(50% - 448px - 194px)/388px, url(../img/gray-circle-bg.png) no-repeat bottom -152px right calc(50% - 284px - 259px)/518px;
}
@media screen and (max-width: 768px) {
  .sec-showroom-and-company {
    background: none;
  }
}

/* ==============================================
ホーム - SHOWROOM
============================================== */
.sec-showroom {
  width: 100%;
  margin-bottom: 78px;
  padding-top: 90px;
}
@media screen and (max-width: 768px) {
  .sec-showroom {
    padding-top: 0px;
    margin-bottom: 0;
  }
}
.sec-showroom .sec-inner {
  position: relative;
  width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 520px;
}
@media screen and (max-width: 768px) {
  .sec-showroom .sec-inner {
    display: block;
    width: 100%;
    padding: 50px 20px 0;
  }
}
.sec-showroom .showroom-figure {
  position: absolute;
  display: block;
  width: 680px;
  height: 440px;
  top: 0;
  left: -120px;
}
@media screen and (max-width: 768px) {
  .sec-showroom .showroom-figure {
    position: static;
    width: 100%;
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
    top: auto;
    left: auto;
  }
}
.sec-showroom .white-screen {
  margin-top: -20px;
  width: 520px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 65px 40px;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .sec-showroom .white-screen {
    width: 100%;
    padding: 40px 5px;
    min-height: auto;
  }
}
.sec-showroom .sec-title {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .sec-showroom .sec-title {
    margin-bottom: 20px;
  }
}
.sec-showroom .sec-title .title-en {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .sec-showroom .sec-title .title-en {
    margin-bottom: 15px;
  }
}
.sec-showroom .sec-body p {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-bottom: 35px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-showroom .sec-body p {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}

/* ==============================================
ホーム - COMPANY
============================================== */
.sec-company {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .sec-company {
    padding: 0 20px 55px;
    background: url(../img/gray-circle-bg.png) no-repeat top -46px left calc(50% - 112px - 128px)/256px, url(../img/gray-circle-bg.png) no-repeat bottom -70px right calc(50% - 38px - 171px)/342px;
  }
}
.sec-company .sec-inner {
  position: relative;
  width: 1040px;
  margin-left: auto;
  margin-right: auto;
  background: url(../img/purple-circle-bg.png) no-repeat left top/200px;
}
@media screen and (max-width: 768px) {
  .sec-company .sec-inner {
    width: 100%;
    background: none;
  }
}
.sec-company .sec-title {
  position: absolute;
  top: 17px;
  left: 0;
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .sec-company .sec-title {
    top: 60px;
    left: 0;
    padding-top: 45px;
    padding-left: 38px;
    z-index: 2;
  }
  .sec-company .sec-title::before {
    position: absolute;
    display: block;
    width: 140px;
    height: 149px;
    content: "";
    top: 0;
    left: 0;
    background: url(../img/purple-circle-bg.png) no-repeat center center/cover;
    z-index: -1;
  }
}
.sec-company .sec-body {
  padding-top: 155px;
  padding-left: 240px;
}
@media screen and (max-width: 768px) {
  .sec-company .sec-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 165px 10px 0;
  }
}
.sec-company .sec-body .company-catch {
  text-align: right;
  font-size: 1.6rem;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .sec-company .sec-body .company-catch {
    text-align: left;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 1.4rem;
    line-height: 1.75;
    margin-bottom: 0;
  }
}
.sec-company .sec-body .link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec-company .sec-body .link-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.sec-company .sec-body .link-item {
  width: 240px;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .sec-company .sec-body .link-item {
    width: 45.2%;
    margin-right: 0;
    margin-bottom: 37px;
  }
  .sec-company .sec-body .link-item:first-child {
    margin-left: 54.8%;
  }
  .sec-company .sec-body .link-item:nth-child(2) {
    margin-right: 9.6%;
    margin-top: -121px;
  }
  .sec-company .sec-body .link-item:nth-child(3) {
    margin-bottom: 30px;
  }
}
.sec-company .sec-body .link-item:nth-child(3n) {
  margin-right: 0;
}
.sec-company .sec-body .link-item a {
  text-align: center;
}
.sec-company .sec-body .link-item a figure {
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) {
  .sec-company .sec-body .link-item a figure {
    opacity: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 768px) {
  .sec-company .sec-body .link-item a figure {
    margin-bottom: 10px;
  }
}
.sec-company .sec-body .link-item a span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-company .sec-body .link-item a span::after {
  position: relative;
  display: inline-block;
  right: -10px;
  width: 20px;
  height: 7px;
  margin-bottom: 3px;
  content: "";
  background: url(../img/icon-arrow-right-purple.svg) no-repeat center center/cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 769px) {
  .sec-company .sec-body .link-item a:hover figure {
    opacity: 0.7;
  }
  .sec-company .sec-body .link-item a:hover span::after {
    right: -25px;
  }
}

/* ==============================================
ホーム - RECRUIT
============================================== */
.sec-recruit {
  width: 100%;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .sec-recruit {
    padding: 40px 20px 100px;
  }
}
.sec-recruit .sec-inner {
  width: 1040px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .sec-recruit .sec-inner {
    width: 100%;
  }
}
.sec-recruit .sec-title {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .sec-recruit .sec-title {
    margin-bottom: 30px;
  }
  .sec-recruit .sec-title .title-en {
    margin-bottom: 15px;
  }
}
.sec-recruit .sec-body .recruit-banner {
  width: 100%;
  margin-bottom: 40px;
  background: url(../img/home-recruit-pc_hover.jpg) no-repeat center center/cover;
}
.sec-recruit .sec-body .recruit-banner:hover img {
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .sec-recruit .sec-body .recruit-banner {
    margin-bottom: 40px;
    background: none;
  }
}