@charset "utf-8";

/* ------------------------------------------------------
banner-dex
------------------------------------------------------ */
.ccn-banner {
  width: 320px;
  height: 120px;
  background: #1677D9;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 99999;
  border-radius: 10px;
}

.ccn-banner--hidden {
  display: none;
}

.ccn-banner__close-button {
  position: absolute;
  top: 7px;
  left: 10px;
}

.ccn-banner__close-button:hover {
  opacity: 0.75;
}

.ccn-banner__inner {
  padding: 17px;
}

.ccn-banner__title {
  color: white;
  text-align:center;
  font-weight: 500;
  margin-bottom:15px;
}

.ccn-banner__button {
  text-align:center;
}

.ccn-banner__button > a {
  color:#1677D9;
  font-size:15px;
  font-weight: 500;
  background:#FFF;
  width:240px;
  height:40px;
  display:inline-block;
  border-radius:9999px;
}

.ccn-banner__button > a:hover {
  opacity: 0.75;
}

.ccn-banner__button > a > span {
  display:block;
  padding:5px 0;
}

@media screen and (max-width: 480px) {
  .ccn-banner {
      width: calc(100% - 20px);
  }
}

/* ------------------------------------------------------
FLEX
------------------------------------------------------ */
.product__list--top .product__image, .mv__inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.product__list--top .product__image, .mv__inner {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mv__inner {
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

@media screen and (max-width: 767px) {
  .service__list--top .service__box, .product__list--top .logo {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  .service__list--top .service__box, .product__list--top .logo {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .product__list--top .product__image, .product__list--top .logo {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .product__list--top .logo {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}

@media screen and (min-width: 768px) {
  .product__list--top, .service__list--top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  .product__list--top, .service__list--top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .product__list--top .product__image {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
}

/* ------------------------------------------------------
MAIN
------------------------------------------------------ */
#main {
  position: relative;
  z-index: 4;
  background: #F5F6F8;
}

.bc__group {
  padding: 100px 0;
}

/* Mv */
.mv {
  position: relative;
  transition: all 0.5s ease;
}

.mv__inner {
  position: relative;
  height: 121.875vw;
  text-align: center;
  color: #fff;
}

.mv h1 {
  font-weight: 500;
  font-size: 10.6vw;
  letter-spacing: 0.1em;
  line-height: 1.114;
}

/* mission */
.mv img {
  max-width: 100%;
}

.mv .scrolldown {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20%;
  text-align: center;
  line-height: 1;
}

.mv .scrolldown span {
  display: inline-block;
  position: relative;
  padding-top: 45px;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.1em;
  transform: rotate(-90deg);
}

.mv .scrolldown span:after,
.mv .scrolldown span:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #fff;
  transform: translateX(-50%);
}

.mv .scrolldown.change02 span:after,
.mv .scrolldown.change02 span:before {
  background-color: #000;
}

.mv .scrolldown span:before {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  bottom: 65px;
  margin-top: -6px;
  animation: scroll-point 3s infinite 0.3s;
  -moz-animation: scroll-point 3s infinite 0.3s;
  -webkit-animation: scroll-point 3s infinite 0.3s;
  -o-animation: scroll-point 3s infinite 0.3s;
}

.mv .scrolldown span:after {
  width: 120%;
  margin-left: -1px;
  height: 1px;
}

@keyframes scroll-point {
  0% {
    transform: translate(40px, 0);
    opacity: 1;
  }

  /* 15% {
    transform: translate(30px, 0);
    opacity: 1;
  } */

  100% {
    transform: translate(-50px, 0);
    opacity: 0;
  }
}

@-moz-keyframes scroll-point {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }

  15% {
    transform: translate(0, 0);
    opacity: 1;
  }

  100% {
    transform: translate(0, 70px);
    opacity: 0;
  }
}

@-webkit-keyframes scroll-point {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }

  15% {
    transform: translate(0, 0);
    opacity: 1;
  }

  100% {
    transform: translate(0, 70px);
    opacity: 0;
  }
}

@-o-keyframes scroll-point {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }

  15% {
    transform: translate(0, 0);
    opacity: 1;
  }

  100% {
    transform: translate(0, 70px);
    opacity: 0;
  }
}

@media screen and (max-width: 767px) {
  .mv h1 {
    padding-left: 2.2vw;
  }
}

@media screen and (min-width: 768px) {
  .mv h1 {
    font-size: 80px;
    letter-spacing: -0.01em;
  }
}

.mv__inner {
  height: 200vh;
}

/* VIDEO(in mv) */
.video__area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  content: "";
  transform-origin: center;
}

.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  mix-blend-mode: lighten;
  overflow: hidden;
}

.overlay::before,
.overlay::after {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}

.overlay::before {
  top: 0;
  background-color: rgb(21 141 252 / 42%);
  z-index: -2;
  transition: background-color 0.5s ease-in-out;
}

.overlay.change01::before {
  background-color: rgb(21 141 252 / 42%);
}

.overlay::after {
  top: -100%;
  background-color: rgb(255 255 255 / 70%);
  transition: transform 0.5s ease-in-out, background-color 0.5s ease-in-out 0.5s;
  z-index: -1;
}

.overlay.change02::after {
  transform: translateY(100%);
}

.overlay.change02::before {
  background-color: rgb(255 255 255 / 40%);
}

.video__object {
  /* background: url('../img/top/img_mv.png') no-repeat 100% 100% / cover; */
  /* min-height: 100vh;
  min-width: 100vw; */
  /* height: 100vh;
  width: 100vw; */
  max-height: 100vh;
  max-width: 100vw;
}

.mission_text-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mission_text {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.5s ease-in-out;
}

.mission_text.animated {
  animation-name: fadeDownAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

.mission_text.fade-out {
  opacity: 0;
}

.mission_text.fade-in {
  opacity: 1;
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(-40%);
  }

  to {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%);
  }
}

.mv__text-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.mv__canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  transform: translateY(-50%) translateX(-50%);
  z-index: -1;
  mix-blend-mode: overlay;
  opacity: .5;
}

.mv__canvas.animated {
  opacity: 0.8;
  mix-blend-mode: initial;
}

.mv__canvas * {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .mv__canvas {
    top: 50%;
    width: 97%;
  }

  .mission_text {
    top: 50%;
    width: 85%;
  }
}

@media screen and (min-width: 768px) {
  .mission_text {
    max-width: 100%;
  }
}

/* Mission */
.bc__group--mission {
  position: relative;
  padding-bottom: 50px;
}

.bc__group--mission .container {
  position: relative;
  z-index: 1;
}

.mission__block {
  position: relative;
  padding: 30px 0 90px 0;
}

.mission__content,
.mission__image {
  position: relative;
  z-index: 1;
}

.mission__content .head--style-1 {
  margin-bottom: 13px;
}

.mission__content h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.695;
  /*  letter-spacing: 0.06em;*/
  margin-bottom: 10px;
  padding: 0 0 0 25px;
  font-feature-settings: "palt";
}

.mission__content p {
  color: #787d82;
  font-size: 13px;
  letter-spacing: 0.06em;
  line-height: 1.7;
  padding: 0 0 0 25px;
}

@media screen and (max-width: 344px) {
  .mission__content h3 {
    font-size: 17px;
  }

  .mission__content p {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .bc__group--mission {
    padding-top: 33px;
  }

  .bc__group--mission .container {
    padding: 37px 30px 0 0;
    background: url(../img/top/txt_about_sp.png) no-repeat right top / 16.875vw auto;
  }

  .mission__image {
    font-size: 0;
    position: relative;
  }

  .mission__image img {
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 0;
    top: 10px;
  }

  .mission__block {
    border-radius: 0 2.5vw 2.5vw 0;
    background-color: #fff;
    -moz-box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.03);
    -webkit-box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.03);
    box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.03);
    padding: 0 10px 34px 0;
  }

  .mission__content {
    padding-top: 72vw;
  }

  .mission__content .head--style-1 {
    padding-top: 30px;
  }
}

@media screen and (min-width: 420px) and (max-width: 619px) {
  .mission__content {
    padding-top: 75vw;
  }
}

@media screen and (min-width: 620px) and (max-width: 767px) {
  .mission__content {
    padding-top: 78vw;
  }
}

@media screen and (min-width: 768px) {
  .bc__group--mission {
    padding-bottom: 70px;
  }

  .mission__content .head--style-1 {
    font-size: 44px;
    margin-bottom: 13px;
  }

  .mission__content {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border-radius: 10px;
    padding: 58px 58px 53px;
    -moz-box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.03);
    -webkit-box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.03);
    box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.03);
  }

  .mission__block {
    margin-left: 80px;
    padding: 60px 0 90px 60px;
  }

  .mission__block a {
    display: block;
  }

  .mission__block:after {
    content: "";
    position: absolute;
    left: 0;
    right: 40px;
    top: 0;
    bottom: 30px;
    background-color: #eaeef2;
    border-radius: 10px;
  }

  .bc__group--mission:before {
    content: "";
    width: 88px;
    height: 724px;
    background: url(../img/top/txt_about.png) no-repeat 0 center / 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 0;
  }

  .mission__content h3 {
    font-size: 23px;
    line-height: 1.695;
    letter-spacing: 0.12em;
    margin-bottom: 10px;
    padding: 0;
  }

  .mission__content p {
    padding: 0;
    font-size: 14px;
    letter-spacing: 0.12em;
    line-height: 2;
  }

  .mission__image img {
    width: 72%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .mission__content {
    padding: 20px 40px 20px;
  }
}

/* Side text */
.mv__side--text {
  display: block;
  position: absolute;
  top: 50%;
  font-size: 10px;
  color: #fff;
  content: "";
}

.mv__side--text.left {
  left: -15px;
  transform: translateY(-50%) rotate(90deg);
}

.mv__side--text.right {
  right: -50px;
  transform: translateY(-50%) rotate(-90deg);
}

@media screen and (max-width: 767px) {
  .mv__side--text {
    top: initial;
  }

  .mv__side--text.right,
  .mv__side--text.left {
    right: 10px;
    transform: initial;
  }

  .mv__side--text.right {
    bottom: 1.5em;
  }

  .mv__side--text.left {
    left: initial;
    bottom: 0;
  }
}

/* Service */
.bc__group--service {
  padding-bottom: 65px;
  padding-top: 0;
}

.bc__group--service .container {
  position: relative;
}

.bc__group--service .head--style-1 small {
  display: block;
  margin-top: 13px;
}

.service__block {
  padding: 0 0 15px 0;
  position: relative;
}

.service__block:after {
  content: "";
  position: absolute;
  left: 0;
  right: -40px;
  top: 42.683%;
  bottom: 0;
  background-color: #dae0e6;
  border-radius: 10px 0 0 10px;
}

.service__list--top {
  position: relative;
  z-index: 1;
  padding: 15px 0 0;
}

.service__list--top .service__box {
  position: relative;
}

.service__list--top .service__box:after {
  content: "";
  border-radius: 6px;
  position: absolute;
  left: 0;
  right: 20px;
  top: 0;
  bottom: 30px;
  background: -webkit-linear-gradient(135deg, #0479c2 0%, #009fda 45%, #00a5dc 49%, #00c8ec 85%, #00d1ef 100%);
  background: linear-gradient(135deg, #0078c8 0%, #009fda 45%, #00a5dc 49%, #00c8ec 85%, #00d1ef 100%);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.service__list--top .service__label,
.service__list--top .service__icon,
.service__list--top .service__content {
  position: relative;
  z-index: 1;
}

.service__list--top .service__label {
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 15px 35px 0 0;
  margin-bottom: 35px;
  text-align: right;
}

.service__list--top .service__icon {
  text-align: center;
  font-size: 0;
  padding: 0 40px 0 0;
  margin-bottom: 30px;
}

.service__list--top .service__content {
  background-color: #fff;
  border-radius: 6px;
  padding: 24px 30px;
  -moz-box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.03);
  box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.03);
}

.service__list--top .service__content:before,
.service__list--top .service__content:after {
  content: "";
  position: absolute;
  top: 25px;
  right: 15px;
  background-color: #0078c8;
  height: 2px;
}

.service__list--top .service__content:before {
  width: 14px;
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  transform: rotate(40deg);
  top: 20px;
}

.service__list--top .service__content:after {
  width: 28px;
}

.service__list--top .service__content h3 {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4773;
  letter-spacing: -0.01em;
  margin-bottom: 8px;
  font-feature-settings: "palt";
}

.service__list--top .service__content p {
  color: #787d82;
  font-size: 13px;
  line-height: 1.615;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .bc__group--service {
    padding-bottom: 50px;
  }

  .bc__group--service .container {
    padding: 0 15px 0 0;
  }

  .service__block {
    margin-top: 20px;
  }

  .service__block:after {
    top: 0;
    left: 0;
    right: 15px;
    border-radius: 0 12px 12px 0;
  }

  .service__list--top li {
    margin-bottom: 15px;
  }

  .service__list--top li:last-child {
    margin-bottom: 0;
  }

  .service__list--top .service__box {
    padding: 15px 0 0 0;
  }

  .service__list--top .service__box:after {
    right: 30px;
    bottom: 15px;
    border-radius: 0 6px 6px 0;
  }

  .service__list--top .service__icon {
    padding: 0;
    margin: 0;
  }

  .service__list--top .service__icon img {
    width: 75px;
  }

  .service__list--top .service__label {
    margin: 0 0 20px;
    text-align: center;
    padding: 20px 0 0 0;
  }

  .service__list--top .service__head {
    width: 39.0625vw;
  }

  .service__list--top .service__content {
    width: 56.25vw;
    padding: 25px;
  }
}

@media screen and (max-width: 410px) {
  .service__list--top .service__content {
    padding: 25px 20px;
  }

  .service__list--top .service__content p {
    font-size: 12px;
  }
}

@media screen and (max-width: 373px) {
  .service__list--top .service__content {
    padding: 25px 10px;
  }

  .service__list--top .service__content h3 {
    font-size: 15px;
  }

  .service__list--top .service__content p {
    font-size: 11px;
  }

  .service__list--top .service__content:before {
    top: 16px;
  }

  .service__list--top .service__content:after {
    top: 21px;
  }
}

@media screen and (min-width: 768px) {
  .bc__group--service .head--style-1 {
    width: 330px;
    position: absolute;
    left: 40px;
    top: -8px;
  }

  .service__block {
    padding: 0 0 30px 330px;
  }

  .service__list--top {
    margin: 0 -13px;
    padding: 0;
  }

  .service__list--top li {
    width: 33.333%;
    padding: 0 13px;
  }

  .service__list--top li a {
    display: block;
  }

  .service__list--top .service__box {
    padding: 0 0 0 20px;
    height: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1399px) {
  .service__list--top .service__content {
    padding: 24px 15px;
  }

  .service__list--top .service__content h3 {
    font-size: 16px;
  }

  .service__list--top .service__content p {
    font-size: 11px;
  }
}

@media screen and (min-width: 1400px) and (max-width: 1440px) {
  .service__list--top .service__content {
    padding: 24px 20px;
  }
}

/* Products */
.bc__group--product {
  position: relative;
  padding-bottom: 90px;
  padding-top: 160px;
  transition: margin-top 0.5s ease;
}

.bc__group--product:before {
  display: block;
  position: absolute;
  top: 30px;
  left: 60px;
  width: calc(1497px / 6);
  height: calc(241px / 6);
  background: url(../img/top/txt_product.png) no-repeat 0 0 / 100% 100%;
  content: "";
  z-index: 2;
}

.bc__group--product:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 115px;
  background: #fff;
  content: "";
  z-index: 1;
}

.product__list--top {
  margin: 22px 0 0;
}

.product__list--top li a {
  display: block;
  height: 100%;
  background-color: #fff;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
  -moz-box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.03);
  box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.03);
  padding: 0 0 20px;
  position: relative;
}

.product__list--top li a:before,
.product__list--top li a:after,
#main .more-animate--arrow:after,
#main .more-animate--arrow:before {
  content: "";
  position: absolute;
  right: 20px;
  background-color: #0078c8;
  height: 2px;
}

.product__list--top li a:after,
#main .more-animate--arrow:after {
  width: 28px;
}

.product__list--top li a:before,
#main .more-animate--arrow:before {
  width: 14px;
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  transform: rotate(40deg);
}

.product__list--top .product__box {
  height: 100%;
}

.product__list--top .product__image {
  border-radius: 0 0 10px 0;
  width: auto;
  height: 100%;
  /* padding: 0 0 35px 20px; */
  padding: 0;
}

.product__list--top .logo {
  font-size: 0;
  margin-bottom: 30px;
}

.product__list--top .product__content {
  padding: 25px 30px 35px 330px;
}


.product__list--top .product__content h3 {
  font-size: 19px;
  letter-spacing: 0.1em;
  line-height: 1.57;
}

.product__list--top .product__content p {
  margin-top: 10px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .bc__group--product {
    padding-top: 80px;
    padding-bottom: 75px;
  }

  .bc__group--product:before {
    left: 0;
    background-size: 100% 100%;
  }

  .bc__group--product:after {
    height: 4%;
  }

  .bc__group--product .container {
    padding: 0 15px 0 0;
  }

  .bc__group--product .head--style-1 small {
    display: block;
  }

  .product__list--top .product__image {
    width: 51.388%;
    /* padding-right: 6.25vw;
    padding-left: 6.25vw; */
    padding-bottom: 0;
    height: 46.875vw;
    position: relative;
    overflow: hidden;
  }

  .product__list--top li {
    margin-bottom: 15px;
  }

  .product__list--top li:last-child {
    margin-bottom: 0;
  }

  .product__list--top .product__image img {
    width: 100%;
  }

  .product__list--top .logo {
    margin: 0;
    text-align: center;
    position: absolute;
    width: 48.612%;
    right: 0;
    top: 0;
    height: 46.875vw;
    padding: 0 15px;
  }

  .product__list--top .logo img {
    max-width: 100%;
  }

  .product__list--top .product__content {
    padding: 15px 25px 0;
  }

  .product__list--top .product__content p {
    font-size: 16px;
    line-height: 1.625;
    letter-spacing: 0.08em;
  }

  .product__list--top li a:before, .product__list--top li a:after {
    top: 20px;
    right: 15px;
  }

  .product__list--top li a:before {
    top: 15px;
  }
}

@media screen and (max-width: 381px) {
  .product__list--top .product__content {
    padding: 15px 20px 0;
  }
}

@media screen and (max-width: 370px) {
  .product__list--top .product__content {
    padding: 15px 10px 0;
  }

  .product__list--top .product__content p {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {

  .bc__group--product:before {
    left: 60px;
    top: 70px;
    width: calc(1497px / 3);
    height: calc(241px / 3);
  }

  .product__list--top {
    max-width: 950px;
    margin: 0 auto;
    margin: 22px auto 0;
  }

  .product__list--top li {
    width: 100%;
    padding: 0 15px;
  }

  .product__list--top li+li {
    margin-top: 25px;
  }

  .product__list--top .product__image {
    float: left;
  }

  .product__list--top .product__image img {
    width: 290px;
    margin-bottom: auto;
  }

  .product__list--top li a {
    border-radius: 10px;
  }

  .product__list--top li a:before, .product__list--top li a:after {
    bottom: 20px;
  }

  #main .more-animate--arrow:after,
  #main .more-animate--arrow:before {
    bottom: 18px;
  }

  #main .more-animate--arrow:before {
    bottom: 23px;
  }

  .product__list--top li a:before {
    bottom: 25px;
  }

  /* .product__list--top li:nth-child(2) .product__image {
    padding-bottom: 10px;
  } */
}

@media screen and (min-width: 768px) and (max-width: 1550px) {
  .product__list--top .product__content {
    padding: 30px 20px 35px 340px;
  }

  .product__list--top li:first-of-type .logo img {
    width: 126px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1439px) {
  .product__list--top .product__content p {
    font-size: 14px;
  }

  .product__list--top .product__content {
    padding: 25px 15px 35px 340px;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1550px) {
  .product__list--top .product__content p {
    font-size: 14px;
  }
}

/* News */
.bc__group--news {
  position: relative;
}

.bc__group--news:before {
  content: "";
  position: absolute;
  top: -27px;
  width: 195px;
  height: 54px;
  background: url(../img/top/txt_news_sp.png) no-repeat 0 0;
}

.news__list--top {
  border-top: 1px solid #e0e2e4;
}

.news__list--top li {
  border-bottom: 1px solid #e0e2e4;
  width: 100%;
  padding: 25px 0 20px 0;
  overflow: hidden;
}

.news__list--top .news__logo {
  padding: 6px 25px 0 10px;
  width: 165px;
  text-align: center;
  font-size: 0;
  float: left;
}

.news__list--top dl {
  padding: 0 0 0 165px;
}

.news__list--top .news__logo img {
  max-width: 100%;
}

.news__list--top dt {
  font-size: 13px;
  line-height: 1;
  color: #787d82;
  font-weight: normal;
  margin-bottom: 6px;
}

.news__list--top dd {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.625;
}

@media screen and (max-width: 767px) {
  .bc__group--news {
    padding-bottom: 60px;
    padding-top: 70px;
  }

  .bc__group--news .container {
    padding: 0 15px;
  }

  .news__list--top {
    margin-top: 23px;
  }

  .bc__group--news:before {
    left: 0;
    background-size: 100% 100%;
  }
}

@media screen and (min-width: 768px) {
  .bc__group--news:before {
    right: 0;
    top: -40px;
    width: 401px;
    height: 119px;
    background: url(../img/top/txt_news.png) no-repeat 0 0;
  }

  .news__list--top {
    width: 910px;
    margin: 20px auto 0;
  }

  .news__list--top dd {
    font-size: 16px;
  }
}

/* Recruit */
.recruit__box {
  position: relative;
  margin-right: 15px;
  background: url(../img/top/bg_recruit.png) no-repeat left top;
  border-radius: 0 10px 10px 0;
}

.recruit__box a {
  display: block;
  padding: 50px 0 0 30px;
}

.recruit__content {
  position: relative;
  color: #fff;
  text-align: center;
  z-index: 2;
}

.recruit__content>*:not(.recruit__link--more) {
  letter-spacing: 0.12em;
  filter: drop-shadow(0px 0px 3px #333333);
}

.recruit__content .head--style-1 {
  margin-bottom: 33px;
}

.recruit__content .head--style-1 img {
  display: block;
  width: 100%;
}

.recruit__image img {
  display: block;
  border-radius: 10px;
}

.recruit__text--1 {
  margin-bottom: 4px;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.5;
}

.recruit__text--2 {
  font-size: 32px;
  font-weight: 500;
}

.recruit__text--3 {
  font-size: 18px;
}

.bc__group--recruit .recruit__link--more {
  position: relative;
  width: 220px;
  margin: 0 auto;
  margin-top: 33px;
  padding: 12px 0;
  border-radius: 100px;
  background: #fff;
  color: #1677d9;
}

#main .bc__group--recruit .recruit__link--more:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 15px;
  height: 12px;
  background: url(../img/common/ico_right-arrow.png) no-repeat 100% 100%;
  transform: translateY(-50%);
  content: "";
}

@media screen and (max-width: 767px) {
  .bc__group--recruit {
    padding-top: 70px;
    padding-bottom: 90px;
  }

  .bc__group--recruit .container {
    padding: 0 15px 0 0;
  }

  .recruit__box {
    background: url(../img/top/bg_recruit_sp.png) no-repeat center / cover;
  }

  .recruit__image {
    margin-right: -15px;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
  }

  .recruit__image img {
    width: 100%;
    top: -15px;
    display: block;
    position: relative;
  }

  .recruit__box a {
    padding: 50px 5% 7%;
  }

  .recruit__box:after {
    background-size: 100% auto;
  }

  .recruit__text--1 {
    margin-bottom: 8px;
    font-size: 17px;
  }

  .recruit__text--2 {
    margin-bottom: 8px;
    font-size: 21px;
    line-height: 1.5;
  }

  .recruit__text--3 {
    font-size: 13px;
    text-align: left;
  }

  .recruit__content {
    padding: 0 10px 20px;
  }

  .recruit__content .head--style-1 {
    margin-bottom: 12px;
    padding-left: 0;
  }

  .bc__group--recruit .recruit__link--more {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .bc__group--recruit .container {
    padding-left: 0;
  }

  .recruit__image {
    position: absolute;
    right: -20px;
    top: -20px;
    z-index: 2;
  }

  .recruit__box {
    /* margin-right: 20px; */
    max-width: 1540px;
    min-height: 420px;
    max-height: 420px;
  }

  .recruit__box a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .recruit__box {
    margin: 0 auto;
    border-radius: 10px;
    width: 90%;
  }
}

/* ------------------------------------------------------
HOVER
------------------------------------------------------ */
@media screen and (min-width: 768px) {

  .bc__section--partner ul li img,
  .mission__block a figure,
  .mission__block a .mission__content,
  .service__list--top li a,
  .product__list--top li a,
  .recruit__box a figure,
  .recruit__box a .recruit__content {
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }

  .bc__section--partner ul li a:hover img, .mission__block a:hover figure, .mission__block a:hover .mission__content, .recruit__box a:hover figure, .recruit__box a:hover .recruit__content,
  .service__list--top li a:hover, .product__list--top li a:hover {
    opacity: 0.7;
  }

  .news__list--top dd a:hover {
    text-decoration: underline;
  }

  .service__list--top .service__content:after,
  .service__list--top .service__content:before,
  .product__list--top li a:after,
  .product__list--top li a:before,
  #main .more-animate--arrow:after,
  #main .more-animate--arrow:before {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .product__list--top li a:hover:after,
  #main .link--more a:hover .more-animate--arrow:after {
    right: 12px;
    width: 36px;
  }

  .product__list--top li a:hover:before,
  #main .link--more a:hover .more-animate--arrow:before {
    right: 12px;
  }

  .service__list--top a:hover .service__content:before {
    right: 7px;
  }

  .service__list--top a:hover .service__content:after {
    right: 7px;
    width: 36px;
  }
}
