@charset "UTF-8";
/* CSS Document */
.spmask {
  display: block;
}

.sponly {
  display: none;
}

@media (max-width: 767px) {
  .spmask {
    display: none;
  }
  .sponly {
    display: block;
  }
}
/*------------------------------*/
.bg {
  position: fixed;
  width: 100%;
  height: calc(100vh - 5em);
  margin-top: 5em;
  overflow: hidden;
  inset: 0;
  z-index: -1;
}
.bg_wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
.bg_wrap video {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
}

/*------------------------------*/
.copy {
  min-height: 100vh;
  min-width: 100%;
  height: 100vh;
  width: 100%;
  position: relative;
}
.copy_wrap {
  position: absolute;
  left: 3.875em;
}
@media screen and (max-width: 767px) {
  .copy_wrap {
    left: 3.25vw;
    bottom: 16vh;
  }
}
@media screen and (min-width: 768px) {
  .copy_wrap {
    bottom: 6em;
  }
}
@media screen and (min-width: 1025px) {
  .copy_wrap {
    bottom: 2.5em;
  }
}
.copy span {
  font-size: max(2.875vw, 2.875em);
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.6;
  filter: drop-shadow(0 0 1em #000);
}
@media screen and (min-width: 768px) {
  .copy span {
    font-size: max(5vw, 5em);
  }
}
@media screen and (min-width: 1025px) {
  .copy span {
    font-size: max(2.875vw, 2.875em);
  }
}
@media screen and (max-width: 767px) {
  .copy span {
    line-height: 1.3;
  }
}

/*------------------------------*/
.topic {
  position: relative;
  background-color: #fafafa;
  padding-top: 5.25em;
  padding-bottom: 5em;
}
@media screen and (max-width: 767px) {
  .topic {
    padding-top: 3.75em;
    padding-bottom: 3.25em;
  }
}
.topic_inner {
  display: flex;
  align-items: center;
  max-width: calc(1000px - 2.5em);
  margin: 0 auto;
  padding: 0 1.25em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .topic_inner {
    display: block;
  }
}
.topic_hd {
  margin-right: 3.125vw;
}
@media screen and (max-width: 767px) {
  .topic_hd {
    margin-bottom: 1.25em;
  }
}
.topic_hd span {
  font-size: 2.5em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  display: inline-block;
  line-height: 1;
}
.topic_hd span::first-letter {
  color: #2993ff;
}
.topic_hd p {
  margin-top: 1em;
  font-size: 0.875em;
}
@media screen and (max-width: 767px) {
  .topic_hd p {
    margin-top: 0.5em;
  }
}
.topic_wrap {
  width: 100%;
}
.topic_wrap li {
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
  margin-bottom: 1em;
  display: flex;
  align-items: center;
  border-bottom: solid 0.0625em #cdcdcd;
  color: #333;
}
@media screen and (max-width: 767px) {
  .topic_wrap li {
    display: block;
    margin-bottom: 0;
  }
}
.topic_wrap li:last-of-type {
  margin-bottom: 0;
}
.topic_wrap li p.date {
  margin-right: 2.5em;
}
@media screen and (max-width: 767px) {
  .topic_wrap li p.date {
    margin-bottom: 1em;
  }
}
.topic_wrap li a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #333;
  transition: all 0.2s ease;
}
.topic_wrap li a:hover {
  color: #2993ff;
}
.topic_all {
  cursor: pointer;
  width: 100%;
}
.topic_all a {
  display: block;
  width: 5em;
  margin: 2em auto 0;
  color: #333;
  text-decoration: none;
  border-bottom: solid 1px #333;
  padding-bottom: 0.5em;
  transition: all 0.2s ease;
}
@media screen and (max-width: 767px) {
  .topic_all a {
    width: 5.5em;
  }
}
.topic_all a:hover {
  color: #2993ff;
  border-bottom: solid 1px #2993ff;
}
@media screen and (max-width: 767px) {
  .topic_all a:hover {
    color: #333;
    border-bottom: solid 1px #333;
  }
}

/*------------------------------*/
.about {
  background-color: #fff;
  padding-top: 6.25em;
}
@media screen and (max-width: 767px) {
  .about {
    padding-top: 3.75em;
  }
}
.about_inner {
  max-width: calc(1000px - 2.5em);
  margin: 0 auto;
  padding: 0 1.25em;
  position: relative;
}
.about_inner.sus {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .about_inner.sus {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.about_hd {
  text-align: center;
  margin-bottom: 4em;
}
@media screen and (max-width: 767px) {
  .about_hd {
    margin-bottom: 2.25em;
  }
}
.about_hd span {
  font-size: 5em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  display: inline-block;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .about_hd span {
    font-size: 3.25em;
  }
}
.about_hd span::first-letter {
  color: #2993ff;
}
.about_hd p {
  margin-top: 0.375em;
  font-size: 0.875em;
}
@media screen and (max-width: 767px) {
  .about_hd p {
    margin-top: 0.25em;
  }
}
.about_company {
  display: flex;
  align-items: center;
  padding-bottom: 6.25em;
}
@media screen and (max-width: 767px) {
  .about_company {
    display: block;
    padding-bottom: 3.25em;
  }
}
.about_company-pic {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .about_company-pic {
    width: 100%;
  }
}
.about_company-pic img {
  width: 100%;
}
.about_company-wrap {
  margin-left: min(5vw, 64px);
  width: 38%;
}
@media screen and (max-width: 767px) {
  .about_company-wrap {
    width: 100%;
    margin-left: 0;
  }
}
.about_company-hd {
  width: 100%;
  text-align: right;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .about_company-hd {
    text-align: left;
    margin-top: 1.5em;
    margin-bottom: 1em;
  }
}
.about_company-hd span {
  font-size: 3.375em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .about_company-hd span {
    font-size: 2.5em;
  }
}
.about_company-hd p {
  margin-top: 0.875em;
  font-size: 0.875em;
}
@media screen and (max-width: 767px) {
  .about_company-hd p {
    margin-top: 0.25em;
  }
}
.about_company-list li {
  border-bottom: 0.0625em solid #cdcdcd;
}
.about_company-list li a {
  padding-top: min(1.5em, 18px);
  padding-bottom: min(1.5em, 18px);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #232323;
}
.about_company-list li a .view-btn {
  display: flex;
  align-items: center;
  transition: all 0.1s ease;
}
.about_company-list li a .view-btn::after {
  content: "→";
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: #2993ff solid 0.0625em;
  border-radius: 50%;
  width: 2.125em;
  height: 2.125em;
  font-size: 0.875em;
  color: #2993ff;
  margin-left: 0.75em;
  transition: all 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .about_company-list li a:hover .view-btn {
    color: #2993ff;
  }
  .about_company-list li a:hover .view-btn::after {
    background-color: #2993ff;
    color: #fff;
  }
}
.about_company-list li a.noLink span {
  color: #8e8e8e;
}
.about_sustainability {
  padding-top: 6.25em;
  padding-bottom: 6.25em;
  background-color: #f4f8fd;
  margin-bottom: 39.4em;
}
@media screen and (max-width: 767px) {
  .about_sustainability {
    padding-top: 3.75em;
    padding-bottom: 3.25em;
  }
}
.about_sustainability-pic {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .about_sustainability-pic {
    width: 100%;
  }
}
.about_sustainability-pic img {
  width: 100%;
}
.about_sustainability-wrap {
  margin-right: min(5vw, 64px);
  width: 38%;
}
@media screen and (max-width: 767px) {
  .about_sustainability-wrap {
    width: 100%;
    margin-right: 0;
  }
}
.about_sustainability-hd {
  width: 100%;
  text-align: left;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .about_sustainability-hd {
    margin-top: 1.5em;
    margin-bottom: 1em;
  }
}
.about_sustainability-hd span {
  font-size: 3.375em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .about_sustainability-hd span {
    font-size: 2.5em;
  }
}
.about_sustainability-hd p {
  margin-top: 0.5em;
  font-size: 0.875em;
}
@media screen and (max-width: 767px) {
  .about_sustainability-hd p {
    margin-top: 0.25em;
  }
}
.about_sustainability-list li {
  border-bottom: 0.0625em solid #cdcdcd;
}
.about_sustainability-list li a {
  padding-top: min(1.5em, 18px);
  padding-bottom: min(1.5em, 18px);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #232323;
}
.about_sustainability-list li a .view-btn {
  display: flex;
  align-items: center;
  transition: all 0.1s ease;
}
.about_sustainability-list li a .view-btn::after {
  content: "→";
  display: flex;
  justify-content: center;
  align-items: center;
  border: #2993ff solid 0.0625em;
  border-radius: 50%;
  width: 2.125em;
  height: 2.125em;
  font-size: 0.875em;
  color: #2993ff;
  margin-left: 0.75em;
  transition: all 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .about_sustainability-list li a:hover .view-btn {
    color: #2993ff;
  }
  .about_sustainability-list li a:hover .view-btn::after {
    background-color: #2993ff;
    color: #fff;
  }
}
.about_sustainability-list li a.noLink {
  pointer-events: none;
}
.about_sustainability-list li a.noLink span {
  color: #8e8e8e;
}
.about_sustainability-list li a.noLink .view-btn::after {
  content: "→";
  display: flex;
  justify-content: center;
  align-items: center;
  border: #8e8e8e solid 0.0625em;
  border-radius: 50%;
  width: 2.125em;
  height: 2.125em;
  font-size: 0.875em;
  color: #8e8e8e;
  margin-left: 0.75em;
  transition: all 0.2s ease;
}

/*------------------------------*/
.business {
  background-color: #fff;
  padding-top: 6.25em;
  padding-bottom: 6.25em;
}
@media screen and (max-width: 767px) {
  .business {
    padding-top: 3.75em;
    padding-bottom: 3.25em;
  }
}
.business_inner {
  max-width: calc(1000px - 2.5em);
  margin: 0 auto;
  padding: 0 1.25em;
  position: relative;
}
.business_hd {
  text-align: center;
  margin-bottom: 4em;
}
@media screen and (max-width: 767px) {
  .business_hd {
    margin-bottom: 2.25em;
  }
}
.business_hd span {
  font-size: 5em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  display: inline-block;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .business_hd span {
    font-size: 3.25em;
  }
}
.business_hd span::first-letter {
  color: #2993ff;
}
.business_hd p {
  margin-top: 0.5em;
  font-size: 0.875em;
}
@media screen and (max-width: 767px) {
  .business_hd p {
    margin-top: 0.25em;
  }
}
.business_wrap {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .business_wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
.business_pic {
  width: 50%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .business_pic {
    width: 100%;
    margin-left: 0;
  }
}
.business_pic img {
  width: 100%;
}
.business_text {
  margin-left: 2.5em;
}
@media screen and (max-width: 767px) {
  .business_text {
    margin-left: 0;
    margin-right: 0;
    margin-top: 1em;
  }
}
.business_text p {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .business_text p {
    line-height: 1.7;
  }
}
.business_text a {
  cursor: pointer;
  padding-top: min(1em, 16px);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #232323;
}
.business_text a .view-btn {
  display: flex;
  align-items: center;
  transition: all 0.1s ease;
}
.business_text a .view-btn::after {
  content: "→";
  display: flex;
  justify-content: center;
  align-items: center;
  border: #2993ff solid 0.0625em;
  border-radius: 50%;
  width: 2.125em;
  height: 2.125em;
  font-size: 0.875em;
  color: #2993ff;
  margin-left: 0.75em;
  transition: all 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .business_text a:hover .view-btn {
    color: #2993ff;
  }
  .business_text a:hover .view-btn::after {
    background-color: #2993ff;
    color: #fff;
  }
}

/*------------------------------*/
.recruit {
  background-color: #f4f8fd;
  padding-top: 6.25em;
  padding-bottom: 6.25em;
  margin-bottom: 39.4em;
}
@media screen and (max-width: 767px) {
  .recruit {
    padding-top: 3.75em;
    padding-bottom: 3.25em;
  }
}
.recruit_hd {
  text-align: center;
  margin-bottom: 4em;
}
@media screen and (max-width: 767px) {
  .recruit_hd {
    margin-bottom: 2.25em;
  }
}
.recruit_hd span {
  font-size: 5em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  display: inline-block;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .recruit_hd span {
    font-size: 3.25em;
  }
}
.recruit_hd span::first-letter {
  color: #2993ff;
}
.recruit_hd p {
  margin-top: 0.5em;
  font-size: 0.875em;
}
@media screen and (max-width: 767px) {
  .recruit_hd p {
    margin-top: 0.25em;
  }
}
.recruit a {
  text-decoration: none;
}
.recruit_wrap {
  max-width: calc(1000px - 2.5em);
  margin: 0 auto;
  padding: 0 1.25em;
  position: relative;
  display: flex;
  cursor: pointer;
  transition: all 0.2s ease;
}
@media screen and (max-width: 767px) {
  .recruit_wrap {
    flex-direction: column-reverse;
  }
}
@media (hover: hover) and (pointer: fine) {
  .recruit_wrap:hover {
    opacity: 0.8;
  }
  .recruit_wrap:hover .view-btn::after {
    background-color: #fff;
    color: #2993ff;
  }
}
.recruit_text {
  color: #fff;
  padding: 4em 3.75em;
  background: url("../images/top_recruit_left.jpg") no-repeat center center/cover;
  width: 58%;
}
@media screen and (max-width: 767px) {
  .recruit_text {
    width: auto;
    padding: 2.25em 1.25em 2.5em;
  }
}
.recruit_text > p {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .recruit_text > p {
    line-height: 1.7;
  }
}
.recruit_view-btn .view-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 1em;
}
.recruit_view-btn .view-btn::after {
  content: "→";
  display: flex;
  justify-content: center;
  align-items: center;
  border: #fff solid 0.0625em;
  border-radius: 50%;
  width: 2.125em;
  height: 2.125em;
  font-size: 0.875em;
  color: #fff;
  margin-left: 1.875em;
  transition: all 0.2s ease;
}
.recruit_pic {
  width: 42%;
  flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit_pic {
    width: 100%;
    flex-shrink: 1;
  }
}
.recruit_pic img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  opacity: 1 !important;
}
@media screen and (max-width: 767px) {
  .recruit_pic img {
    position: static;
    transform: none;
  }
}

/*------------------------------*/
.contact {
  background-color: #fff;
  padding: 6em 0 5em;
  text-align: center;
  margin-bottom: -1px;
}
@media screen and (max-width: 767px) {
  .contact {
    padding: 0;
  }
}
.contact_wrap {
  cursor: pointer;
  position: relative;
  display: block;
  max-width: 100%;
  margin: 0 auto;
  text-decoration: none;
  padding: 5em 0 4.5em;
  color: #fff;
  background: url("../images/top_contact.jpg") no-repeat center center/cover;
  transition: all 0.2s ease;
}
@media screen and (max-width: 767px) {
  .contact_wrap {
    padding: 3em 0 2.5em;
  }
}
@media (hover: hover) and (pointer: fine) {
  .contact_wrap:hover {
    opacity: 0.8;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (max-width: 767px) {
  .contact_wrap:hover {
    opacity: 1;
  }
}
@media (hover: hover) and (pointer: fine) {
  .contact_wrap:hover .view-btn::after {
    background-color: #fff;
    color: #8c8c8c;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (max-width: 767px) {
  .contact_wrap:hover .view-btn::after {
    background-color: transparent;
    color: #fff;
  }
}
.contact_hd {
  margin-bottom: 1em;
}
.contact_hd span {
  font-size: 2.625em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 0.4em;
}
@media screen and (max-width: 767px) {
  .contact_hd span {
    font-size: 2.5em;
  }
}
.contact_hd p {
  font-size: 0.875em;
}
.contact_view-btn .view-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1em;
}
.contact_view-btn .view-btn::after {
  content: "→";
  display: flex;
  justify-content: center;
  align-items: center;
  border: #fff solid 0.0625em;
  border-radius: 50%;
  width: 2.125em;
  height: 2.125em;
  font-size: 0.875em;
  color: #fff;
  margin-left: 0.75em;
  transition: all 0.2s ease;
}
/*# sourceMappingURL=style.css.map */