@charset "utf-8";
.header__menu--item:last-child {
  margin-right: 0;
}
main {
  font-feature-settings: initial;
  line-height: 1.3;
}
.top {
  background-color: #3399ff;
  color: #fff;
}
.top__inner {
  max-width: 1252px;
  margin: auto;
  padding: 64px 0 446px;
  background-image: url('../img/company/top-img.png');
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.top__title {
  font-size: 4.6rem;
  font-weight: bold;
  text-align: center;
}
.br__tab {
  display: none;
}
.top__text {
  margin-top: 24px;
  font-size: 1.4rem;
  line-height: 229%;
  text-align: center;
}
.service {
  padding: 100px 0 60px;
  display: flex;
  justify-content: center;
}
.service__logo--img {
  width: 240px;
  height: 60px;
}
.service__textwrapper {
  width: 402px;
  margin-right: 24px;
}
.service__text {
  margin-top: 24px;
  font-size: 1.4rem;
  line-height: 229%;
}
.service__link {
  margin-top: 48px;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  padding: 16px 86px 16px 64px;
  background: linear-gradient(90deg, #3399ff 0%, #0f44ab 100%);
  box-shadow: 3px 6px 14px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  position: relative;
}
.service__link::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 60px;
  margin-top: -2.5px;
}
.service__image--device {
  max-width: 607px;
  width: 100%;
  height: auto;
}
.news {
  background-color: #f6f6f6;
  padding: 64px 0;
}
.news__inner {
  max-width: 1040px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.news__title,
.company__title {
  font-weight: bold;
  font-size: 1.6rem;
  color: #222;
}
.news__title--span,
.company__title--span {
  font-size: 3.2rem;
  color: #3399ff;
  display: inline-block;
  margin-bottom: 16px;
  line-height: 75%;
}
.news__links,
.company__list {
  width: 826px;
}
.news__linkwrapper {
  padding: 18px 0;
  border-bottom: 1px solid #ddd;
  display: flex;
  cursor: pointer;
}
.news__linkwrapper:hover {
  text-decoration: underline;
}
.news__linkwrapper:first-child {
  padding-top: 0;
}
.news__link--date {
  font-size: 1.4rem;
  line-height: 171%;
  color: #222;
  margin-right: 40px;
}
.news__link {
  font-size: 1.4rem;
  line-height: 171%;
  color: #3399ff;
}
#news__loading--container {
  display: none;
  width: 826px;
}
.news__spinner {
  border: 5px solid #d7d7d7;
  border-top: 5px solid #3399ff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.company {
  padding: 100px 0;
  max-width: 1040px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.company__item {
  padding: 24px 0;
  border-bottom: 1px solid #ddd;
  font-size: 1.4rem;
  display: flex;
}
.company__item:first-child {
  padding-top: 0;
}
.company__item--title {
  width: 16.5%;
  font-weight: bold;
}
.recruit {
  background-color: #3399ff;
  color: #fff;
  padding: 64px 0;
}
.recruit__inner {
  max-width: 1040px;
  margin: auto;
  background-image: url('../img/company/recruit-img.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right 50px bottom;
}
.recruit__title {
  font-weight: bold;
  font-size: 1.6rem;
}
.recruit__title--span {
  font-size: 3.2rem;
  display: inline-block;
  margin-bottom: 16px;
  line-height: 75%;
}
.recruit__content {
  width: 409px;
  margin-top: 24px;
  font-size: 1.4rem;
  line-height: 229%;
}
.recruit__link {
  margin-top: 48px;
  display: inline-block;
  font-size: 1.6rem;
  background: linear-gradient(0deg, #fa8836, #fa8836);
  box-shadow: 3px 3px 10px 2px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  padding: 16px 62px 16px 40px;
  position: relative;
}
.recruit__link::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 40px;
  margin-top: -2.5px;
}
@media screen and (max-width: 1080px) {
  .top {
    padding: 0 5%;
  }
  .top__inner {
    padding-bottom: 40%;
  }
  .br__tab {
    display: inherit;
  }
  .service {
    flex-direction: column;
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
  }
  .service__image--device {
    margin-top: 40px;
  }
  .news__inner,
  .company {
    flex-direction: column;
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
  }
  .news__title,
  .company__title {
    align-self: flex-start;
  }
  .news__links,
  .company__list {
    margin-top: 40px;
    width: 90%;
  }
  .recruit__inner {
    padding-left: 5%;
    padding-right: 5%;
    background-size: 40%;
    background-position: right bottom;
  }
}
@media screen and (max-width: 599px) {
  .top__title {
    font-feature-settings: 'palt';
  }
  .service__textwrapper,
  .recruit__content {
    padding: 0 5%;
    width: 100%;
  }
  .service__link {
    padding: 16px 64px 16px 52px;
  }
  .service__link::after {
    right: 30px;
  }
  .news__linkwrapper {
    flex-direction: column;
  }
  .news__link--date {
    margin-bottom: 5px;
  }
  .company__item--title {
    width: 100%;
  }
  .company__item {
    flex-direction: column;
  }
  .company__item--title {
    margin-bottom: 5px;
  }
  .recruit__inner {
    padding-bottom: 70%;
    background-size: 100%;
  }
}
@media screen and (max-width: 400px) {
  .top__title {
    font-size: 3.9rem;
  }
}
