@charset "UTF-8";
.first-view {
  background-image: url(../img/360_F_514580775_vfYE2riBNgJinTFDIpSACHWRF2h6IPsN.jpg);
  height: 640px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 835px) {
  .first-view {
    background-position: 25% 75%;
  }
}

.first-view-inner {
  width: 1200px;
  padding: 70px 20px 0;
  margin: 0 auto;
}
@media (max-width: 835px) {
  .first-view-inner {
    width: 100%;
  }
}

.first-view-title {
  font-size: 5.4rem;
  font-weight: 700;
  color: #000000;
  line-height: 76px;
}
@media (max-width: 835px) {
  .first-view-title {
    font-size: 4rem;
    line-height: 48px;
  }
}

.emphasis {
  font-size: 7.6rem;
  font-weight: 700;
  color: green;
  background-color: #ffffff;
  line-height: 110px;
  padding: 10px 18px;
}
@media (max-width: 835px) {
  .emphasis {
    font-size: 4.6rem;
    line-height: 60px;
    padding: 8px;
  }
}

.first-view-text {
  width: 460px;
  color: #000000;
  line-height: 26px;
  font-weight: 700;
  margin-top: 20px;
}
@media (max-width: 835px) {
  .first-view-text {
    width: 315px;
  }
}

.first-view-bottom {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.button-area {
  display: flex;
}
@media (max-width: 835px) {
  .button-area {
    display: none;
  }
}

.button {
  border: #ffffff solid 4px;
  margin-right: 16px;
  height: 72px;
  width: 220px;
  padding: 14px 32px;
  border-radius: 36px;
  font-weight: 700;
  background-color: green;
  position: relative;
}
.button::after {
  content: url("../img/icon-circle-arw-right-gray.70c03882.svg");
  position: absolute;
  top: 16px;
  right: 20px;
}
.button:hover {
  opacity: 0.9;
}

.evalution-area:hover {
  opacity: 0.9;
}
@media (max-width: 835px) {
  .evalution-area {
    margin-left: auto;
  }
}

.button-main-text {
  font-size: 2rem;
  margin-top: 4px;
  color: #ffffff;
  line-height: 24px;
}

.button-sub-text {
  font-size: 1.2rem;
  color: #ffffff;
  padding: 5px 0;
}

.introduce-button:hover {
  opacity: 0.9;
}

.introduce {
  width: 760px;
  border: solid 1px #000000;
  background-color: #ffffff;
  margin: 24px auto;
  border-radius: 8px;
  padding: 36px 24px;
}
@media (max-width: 835px) {
  .introduce {
    width: 315px;
    padding: 28px;
  }
}
.introduce img {
  width: 240px;
  height: 40px;
  vertical-align: middle;
}
@media (max-width: 835px) {
  .introduce img {
    width: 184px;
    height: 34px;
  }
}

.introduce-text {
  display: inline;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 40px;
  vertical-align: middle;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 835px) {
  .introduce-text {
    font-size: 1.6rem;
    line-height: 16px;
    display: block;
    margin-top: 6px;
  }
}
.introduce-text::after {
  content: url("../img/icon-circle-arw-right-gray.70c03882.svg");
  margin-left: 100px;
  vertical-align: bottom;
}
@media (max-width: 835px) {
  .introduce-text::after {
    position: absolute;
    top: -26px;
    left: 140px;
  }
}

.base-text {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 835px) {
  .base-text {
    line-height: 20px;
    font-size: 2rem;
    padding: 0 10px 10px;
  }
}

.slider {
  margin-top: 60px;
}
.slider img {
  width: 50%;
  margin: 0 auto;
}

.strength {
  background-image: url("../img/images (6).jpeg");
  background-size: cover;
  padding: 120px 0 80px;
}
@media (max-width: 835px) {
  .strength {
    padding: 70px 0 40px;
  }
}

.strength-heading-area {
  width: 1200px;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 835px) {
  .strength-heading-area {
    width: 100%;
  }
}

.strength-sub-heading {
  width: 760px;
  margin: 24px auto 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 24px;
}
@media (max-width: 835px) {
  .strength-sub-heading {
    width: 100%;
    font-weight: 500;
  }
}

.strength-content {
  width: 560px;
  border: solid 1px #000000;
  background-color: #ffffff;
}
@media (max-width: 835px) {
  .strength-content {
    margin: 0 auto;
    width: 100%;
    max-width: 560px;
  }
  .strength-content:nth-of-type(2) {
    margin-top: 40px;
  }
}

.strength-content-image {
  position: relative;
}
.strength-content-image img {
  width: 100%;
}
.strength-content-image img:hover {
  opacity: 0.9;
}

.strength-detail {
  font-size: 1.8rem;
  color: gray;
  font-weight: 700;
  line-height: 28px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.strength-detail::after {
  content: url("../img/icon-circle-arw-right-gray.70c03882.svg");
  margin-left: 20px;
  vertical-align: middle;
}

.strength-content-heading {
  font-size: 2.8rem;
  margin: 24px;
  text-align: center;
  font-weight: 700;
  border-bottom: solid 3px rgb(4, 222, 4);
  padding: 10px;
}
@media (max-width: 835px) {
  .strength-content-heading {
    line-height: 20px;
    font-size: 2rem;
    padding: 0 10px 10px;
  }
}

.strength-content-text {
  line-height: 24px;
  margin-top: 16px;
  padding: 0 20px 20px;
}

.strength-button-area {
  width: 364px;
  margin: 24px auto 0;
}

.voice {
  background-color: #F5F8FA;
  padding: 80px 0;
}
@media (max-width: 835px) {
  .voice {
    padding: 40px 0;
  }
}

.voice-heading {
  width: 1200px;
  padding: 0 20px;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 835px) {
  .voice-heading {
    width: 100%;
    text-align: center;
  }
}

.voice-content {
  width: 560px;
}
@media (max-width: 835px) {
  .voice-content {
    margin: 0 auto;
    width: 100%;
    max-width: 560px;
  }
  .voice-content:nth-of-type(2) {
    margin-top: 40px;
  }
}

.voice-content-image {
  position: relative;
  text-align: center;
}
.voice-content-image:hover {
  opacity: 0.9;
}

.voice-main-image {
  width: 70%;
  border-radius: 50%;
}

.voice-content-company {
  margin-top: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 36px;
}
.voice-content-company span {
  background-color: red;
  color: #ffffff;
  padding: 5px;
}
@media (max-width: 835px) {
  .voice-content-company {
    font-size: 1.8rem;
  }
}

.voice-content-text {
  margin-top: 8px;
  line-height: 24px;
}

.other-button-area {
  width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 835px) {
  .other-button-area {
    width: 100%;
  }
}

.source {
  padding: 80px 0;
}
@media (max-width: 835px) {
  .source {
    padding: 40px 0;
  }
}

.source-wrapper {
  margin: 0 auto;
}

.source-area {
  width: 560px;
  position: relative;
}
@media (max-width: 835px) {
  .source-area {
    margin: 0 auto;
    max-width: 560px;
    width: 100%;
  }
  .source-area:nth-of-type(2) {
    margin-top: 80px;
  }
}

@media (max-width: 835px) {
  .source-heading {
    text-align: center;
  }
}

.source-content {
  display: flex;
  background-color: #F6F8FA;
  padding: 30px 20px;
  margin-top: 64px;
}
.source-content:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 835px) {
  .source-content {
    margin-top: 32px;
  }
}
@media (max-width: 520px) {
  .source-content {
    padding: 16px;
  }
}

.source-image-area {
  width: 210px;
  margin-right: 20px;
}
@media (max-width: 520px) {
  .source-image-area {
    width: 98px;
  }
}
.source-image-area img {
  width: 100%;
  height: 140px;
}
@media (max-width: 835px) {
  .source-image-area img {
    width: 100%;
    height: 73px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.source-text-area {
  width: 264px;
  font-size: 1.8rem;
  line-height: 27px;
  font-weight: 500;
  border-radius: 16px;
}
@media (max-width: 520px) {
  .source-text-area {
    font-size: 1.4rem;
  }
}
.source-text-area p {
  margin-top: 8px;
  font-size: 1.4rem;
  line-height: 21px;
}
@media (max-width: 520px) {
  .source-text-area p {
    font-size: 1.2rem;
    line-height: 18px;
  }
}

.recruit {
  padding: 80px 0;
  background-color: #F5F8FA;
}
@media (max-width: 835px) {
  .recruit {
    padding: 40px 0;
  }
}

.recruit-heading-area {
  width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 835px) {
  .recruit-heading-area {
    width: 100%;
  }
}

.recruit-sub-heading {
  margin-top: 24px;
  font-weight: 500;
}

.recruit-content {
  width: 560px;
  position: relative;
}
@media (max-width: 835px) {
  .recruit-content {
    margin: 0 auto;
    width: 100%;
    max-width: 560px;
  }
  .recruit-content:nth-of-type(2) {
    margin-top: 24px;
  }
}
.recruit-content::after {
  content: url("../img/icon-circle-arw-right-white-blue.659d86c8.svg");
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translate(0, -50%);
}

.recruit-content-image img {
  width: 100%;
  height: 200px;
}
.recruit-content-image img:hover {
  opacity: 0.9;
}
@media (max-width: 520px) {
  .recruit-content-image img {
    height: 120px;
  }
}

.recruit-button {
  font-size: 2.4rem;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translate(0, -50%);
}
@media (max-width: 520px) {
  .recruit-button {
    font-size: 1.4rem;
  }
}

.news {
  padding: 80px 0;
  background-color: #F5F8FA;
  display: block;
}
@media (max-width: 835px) {
  .news {
    padding: 40px 20px;
  }
}

.news-heading {
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 835px) {
  .news-heading {
    width: 100%;
  }
}

.news-area {
  width: 960px;
  background-color: #ffffff;
  margin: 64px auto 0;
  border-radius: 5px;
}
.news-area a:hover {
  color: rgb(4, 222, 4);
}
@media (max-width: 835px) {
  .news-area {
    width: 95%;
  }
}

.news-text {
  border-bottom: #F9F9F9 1px solid;
  display: block;
  padding: 24px 32px;
  width: 744px;
  line-height: 24px;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
}
　 .news-text::last-of-type {
  border-bottom: none;
}
@media (max-width: 835px) {
  .news-text {
    width: 100%;
    white-space: normal;
    word-wrap: break-word;
  }
}

.date {
  font-weight: 700;
  margin-right: 32px;
}
@media (max-width: 835px) {
  .date {
    display: block;
    margin-bottom: 4px;
  }
}

.more-button-area {
  width: 960px;
  margin: 0 auto;
}
@media (max-width: 835px) {
  .more-button-area {
    width: 100%;
  }
}/*# sourceMappingURL=main.css.map */