.opening-movie {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.opening-movie video {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-ttl {
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.55rem;
}
@media only screen and (max-width: 767px) {
  .section-ttl {
    font-size: 3.64rem;
  }
}
.section-ttl span {
  font-family: "Barlow", sans-serif;
  font-size: 10rem;
  font-weight: 600;
  font-style: italic;
  color: inherit;
  display: block;
  line-height: 1;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .section-ttl span {
    font-size: 9.6rem;
  }
}

@-webkit-keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.mv {
  position: relative;
  padding: 15rem 10rem 0;
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  .mv {
    padding: 18rem 0 0 0;
  }
}
.mv::before {
  content: "";
  width: 100%;
  height: 75rem;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/top/mv-bg.svg") no-repeat top left/cover;
}
@media only screen and (max-width: 767px) {
  .mv::before {
    height: 92rem;
  }
}
.mv .scrolldown {
  position: absolute;
  right: 4rem;
  top: 54.7rem;
}
@media only screen and (max-width: 767px) {
  .mv .scrolldown {
    top: auto;
    bottom: 14rem;
    right: 1rem;
    z-index: 5;
  }
}
.mv .scrolldown p {
  font-family: "Barlow", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  letter-spacing: 0.25rem;
}
@media only screen and (max-width: 767px) {
  .mv .scrolldown p {
    font-size: 1.8rem;
  }
}
.mv .scrolldown::after {
  content: "";
  width: 2px;
  height: 9rem;
  background: #fff;
  display: block;
  margin: 0.7rem auto 0;
  -webkit-animation: scroll 2s infinite;
          animation: scroll 2s infinite;
}
@media only screen and (max-width: 767px) {
  .mv .scrolldown::after {
    height: 11.8rem;
  }
}
.mv .inner {
  position: relative;
  padding-bottom: 8rem;
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  .mv .inner {
    padding-bottom: 14.4rem;
    margin-bottom: 12rem;
  }
}
.mv .inner .swiper {
  width: 61.875vw;
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 767px) {
  .mv .inner .swiper {
    width: 60rem;
  }
}
.mv .inner .swiper img {
  width: 100%;
}
.mv .inner .swiper.sub-image-slide {
  width: 100%;
}
@-webkit-keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.mv .inner .mv-slide .swiper-slide-active img,
.mv .inner .mv-slide .swiper-slide-duplicate-active img,
.mv .inner .mv-slide .swiper-slide-prev img {
  -webkit-animation: zoomUp 7s linear 0s normal both;
          animation: zoomUp 7s linear 0s normal both;
}
.mv--catch {
  position: absolute;
  top: 7rem;
  left: 3.5rem;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .mv--catch {
    top: 8.7rem;
    left: 4.3rem;
  }
}
.mv--catch h1 {
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  line-height: 1.575;
  letter-spacing: 0.45rem;
  margin: 0 0 1.1rem 6.7rem;
}
@media only screen and (max-width: 767px) {
  .mv--catch h1 {
    font-size: 3.5rem;
    margin: 0 0 1.6rem;
    letter-spacing: 0.5rem;
  }
}
.mv--catch .encatch span {
  font-size: 9.9rem;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  line-height: 0.86;
  font-family: "Barlow", sans-serif;
  display: block;
  margin-top: -10rem;
  padding-left: 7rem;
}
@media only screen and (max-width: 767px) {
  .mv--catch .encatch span {
    padding-left: 0;
    margin-top: -3rem;
    line-height: 1.04;
    font-size: 10.5rem;
  }
}
.mv--catch .encatch span span {
  margin: 0;
  padding-left: 24rem;
}
@media only screen and (max-width: 767px) {
  .mv--catch .encatch span span {
    padding-left: 15rem;
    display: inline-block;
    margin-right: 2rem;
  }
}
@media screen and (max-width: 1400px) {
  .mv--catch .encatch img {
    width: 27.285vw;
  }
}
@media only screen and (max-width: 767px) {
  .mv--catch .encatch img {
    width: 38.2rem;
  }
}
.mv .sub-image {
  position: absolute;
  bottom: 0;
  left: 5rem;
  box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.2);
  border: 2px solid #fff;
  z-index: 1;
  width: 28.125vw;
}
@media only screen and (max-width: 767px) {
  .mv .sub-image {
    width: 43.7rem;
    left: 6rem;
  }
}
.mv .sub-image img {
  width: 100%;
}

.bg-area {
  position: relative;
  margin-bottom: 23.2rem;
}
@media only screen and (max-width: 767px) {
  .bg-area {
    margin-bottom: 16.1rem;
  }
}
.bg-area::before {
  content: "";
  width: 100%;
  position: absolute;
  background: url("../img/top/business-bg2.jpg") no-repeat center top/cover;
  height: 100%;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .bg-area::before {
    background: url("../img/top/sp/business-bg2.jpg") no-repeat center bottom/105%;
  }
}

.strong {
  width: calc(100% - 20rem);
  position: relative;
  display: flex;
  align-items: flex-start;
  margin: 0 0 27.8rem 20rem;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .strong {
    width: 100%;
    margin: 0 0 20.2rem;
  }
}
.strong::before {
  content: "";
  background: url("../img/top/strong-en.svg") no-repeat center/100%;
  width: 5.1rem;
  height: 43.2rem;
  display: block;
}
@media only screen and (max-width: 767px) {
  .strong::before {
    width: 6rem;
    height: 80rem;
    background: url("../img/top/sp/strong-en.svg") no-repeat -1.8rem top/152%;
  }
}
.strong::after {
  content: "";
  background: url("../img/top/strongpoint-bg.jpg") no-repeat top left/cover;
  width: calc(100% - 5.1rem);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5rem;
}
@media only screen and (max-width: 767px) {
  .strong::after {
    display: none;
  }
}
.strong .inner {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .strong .inner {
    width: 104rem;
    margin: 5rem 6rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .strong .inner {
    width: calc(100% - 6rem);
    background: url("../img/top/sp/strongpoint-bg.jpg") no-repeat top left/cover;
    padding: 7rem 6rem 7.5rem 6rem;
    text-align: center;
  }
}
.strong--ttl {
  text-align: center;
  font-size: 3.4rem;
  font-letter-spacing: 0.2rem;
  line-height: 5rem;
  background: #009043;
  color: #fff;
  text-shadow: 5px 5px 2px rgba(0, 0, 0, 0.3);
  letter-spacing: 0.7rem;
}
@media print, screen and (min-width: 768px) {
  .strong--ttl {
    width: 40rem;
    margin: 0 auto 4rem 31.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .strong--ttl {
    margin: 0 auto 6.3rem;
    display: inline-block;
    line-height: 6.5rem;
    font-size: 4.42rem;
    padding: 0 3.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .strong--point {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
  }
}
.strong--single {
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.2);
  padding: 3rem 1rem 2rem;
}
@media only screen and (max-width: 767px) {
  .strong--single {
    display: flex;
    align-items: center;
    min-height: 21.2rem;
    padding: 3rem 4rem 2.6rem 4rem;
  }
  .strong--single:not(:last-of-type) {
    margin-bottom: 4rem;
  }
}
.strong--single .icon {
  width: 8rem;
  margin: 0 auto 0.2rem;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .strong--single .icon {
    height: auto;
    width: 9.7rem;
    margin: 0 2.7rem 0 0;
  }
  .strong--single .icon img {
    width: 100%;
  }
}
.strong--single .icon img {
  margin: auto;
}
.strong--single h2 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  min-height: 11.2rem;
  flex-wrap: wrap;
  align-items: baseline;
  align-content: center;
  justify-content: center;
  letter-spacing: 0.05rem;
  font-feature-settings: "palt";
}
@media only screen and (max-width: 767px) {
  .strong--single h2 {
    width: calc(100% - 12.4rem);
    text-align: left;
    display: block;
    font-size: 2.52rem;
  }
}
.strong--single h2 strong {
  font-size: 2.2rem;
  font-weight: inherit;
}
@media only screen and (max-width: 767px) {
  .strong--single h2 strong {
    font-size: 3.08rem;
  }
}
.strong--single h2 strong.green {
  color: #009043;
  font-size: 2.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .strong--single h2 strong.green {
    font-size: 3.64rem;
  }
}
.strong--single h2 strong.green span {
  font-size: 2.2rem;
}
@media only screen and (max-width: 767px) {
  .strong--single h2 strong.green span {
    font-size: 3.08rem;
  }
}
@media print, screen and (min-width: 768px) {
  .strong--single h2 strong.green.title {
    display: block;
  }
}

.business {
  padding: 11.2rem 0 10rem;
}
@media screen and (min-width: 1921px) {
  .business {
    background-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .business {
    padding-top: 19.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .business .inner {
    width: 129rem;
    margin: auto;
  }
}
.business .section-ttl-box {
  display: flex;
  align-items: flex-start;
  margin-bottom: 4rem;
  padding: 0 9rem;
}
@media only screen and (max-width: 767px) {
  .business .section-ttl-box {
    padding: 0 4rem;
    display: block;
    margin-bottom: 0;
  }
}
.business .section-ttl-box .section-ttl {
  margin-right: 7rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .business .section-ttl-box .section-ttl {
    margin: 0 0 5rem;
  }
}
.business .section-ttl-box .section-ttl span {
  margin-bottom: 1.3rem;
  text-shadow: 5px 5px 4px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 767px) {
  .business .section-ttl-box .section-ttl span {
    margin-bottom: 1.5rem;
  }
}
.business .section-ttl-box p {
  font-size: 1.5rem;
  line-height: 1.9;
  color: #fff;
  margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
  .business .section-ttl-box p {
    font-size: 2.8rem;
    margin: 0;
    line-height: 1.65;
  }
}
.business--content {
  background: url("../img/top/business-content-bg.svg") no-repeat center top/contain;
  padding: 15rem 5rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .business--content {
    display: block;
    padding: 5rem 0;
    width: calc(100% - 14rem);
    margin: auto;
    background: url("../img/top/sp/business-content-bg.svg") no-repeat center 17rem/contain;
  }
}
.business .left-content {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .business .left-content {
    margin: 0 0 6.6rem;
  }
}
.business .left-content .link-list li {
  background: #0075c1;
}
.business .right-content .link-list li {
  background: #e55a5a;
}
.business .right-content h3 span {
  margin-bottom: -0.1rem;
}
.business .center-content {
  width: 27.4rem;
  height: 27.4rem;
  background: url("../img/top/business-center-bg.svg") no-repeat center/100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .business .center-content {
    margin-bottom: 4.5rem;
    width: 30.7rem;
    height: 30.7rem;
  }
}
.business .center-content h3 {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.375;
  margin: -0.3rem 0 0;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  letter-spacing: -0.2rem;
}
@media only screen and (max-width: 767px) {
  .business .center-content h3 {
    font-size: 3.591rem;
  }
}
.business .center-content h3 .other {
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  display: inline-block;
  line-height: inherit;
  margin-bottom: 0;
  text-shadow: inherit;
  letter-spacing: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .business .center-content h3 .other {
    line-height: 1.4;
    font-size: 3.591rem;
  }
}
.business--single {
  width: 41.8rem;
}
@media only screen and (max-width: 767px) {
  .business--single {
    width: 100%;
  }
}
.business--single h3 {
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 2.1rem;
  letter-spacing: 0.15rem;
}
@media only screen and (max-width: 767px) {
  .business--single h3 {
    font-size: 3rem;
    margin-bottom: 4rem;
  }
}
.business--single h3 span {
  font-family: "Barlow", sans-serif;
  font-size: 6.4rem;
  font-weight: 700;
  font-style: italic;
  display: block;
  line-height: 1;
  margin-bottom: 1.2rem;
  text-shadow: 5px 5px 4px rgba(0, 0, 0, 0.45);
  letter-spacing: 0;
  color: inherit;
}
@media only screen and (max-width: 767px) {
  .business--single h3 span {
    font-size: 7.6rem;
    margin-bottom: 0.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .business--single .link-list {
    display: flex;
    align-items: stretch;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .business--single .link-list {
    width: 97%;
    margin: auto;
  }
}
.business--single .link-list li {
  width: 19.8rem;
  border: 2px solid #fff;
  position: relative;
  padding: 2rem 1.5rem;
}
@media only screen and (max-width: 767px) {
  .business--single .link-list li {
    width: 100%;
    padding: 0 0 0 2rem;
  }
}
.business--single .link-list li:not(:last-of-type) {
  margin-right: 2rem;
}
@media only screen and (max-width: 767px) {
  .business--single .link-list li:not(:last-of-type) {
    margin: 0 0 3rem;
  }
}
.business--single .link-list li::before {
  content: "";
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  margin: auto;
  border: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  .business--single .link-list li::before {
    display: none;
  }
}
.business--single .link-list li a {
  display: block;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .business--single .link-list li a {
    display: flex;
    align-items: center;
    padding: 3.6rem 0;
    position: relative;
  }
}
.business--single .link-list li .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 2.7rem;
  margin: 0 auto 1rem;
}
@media only screen and (max-width: 767px) {
  .business--single .link-list li .icon {
    width: 5.2rem;
    height: 4rem;
    margin: 0;
  }
  .business--single .link-list li .icon img {
    width: 100%;
  }
}
.business--single .link-list li p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .business--single .link-list li p {
    font-size: 3rem;
    margin-bottom: 0;
    width: calc(100% - 12rem);
    letter-spacing: -0.15rem;
  }
  .business--single .link-list li p br {
    display: none;
  }
}
.business--single .link-list li .link-btn {
  width: 5rem;
  height: 5rem;
  margin: 0 auto;
  border: 2px solid #fff;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .business--single .link-list li .link-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 7.8rem;
    height: 7.8rem;
    border-right: none;
    border-bottom: none;
  }
  .business--single .link-list li .link-btn img {
    width: 2.7rem;
    height: 1rem;
  }
}

.search {
  background: #e5f5f1 url("../img/top/search-bg.jpg") no-repeat top center/1920px;
  padding: 8.4rem 0 10rem;
  margin-bottom: 10rem;
}
@media screen and (min-width: 1921px) {
  .search {
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  .search {
    background: #e5f5f1 url("../img/top/sp/search-bg.jpg") no-repeat top center/100%;
    padding: 8.6rem 4rem 10.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .search .inner {
    max-width: 110rem;
    margin: auto;
  }
}
.search .section-ttl {
  text-align: center;
  text-shadow: 5px 5px 2px rgba(0, 0, 0, 0.5);
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .search .section-ttl {
    margin-bottom: 6.1rem;
    letter-spacing: 0.7rem;
  }
}
.search .section-ttl span {
  line-height: 1;
  text-shadow: 5px 5px 4px rgba(0, 0, 0, 0.2);
  margin-bottom: 0.9rem;
}
@media only screen and (max-width: 767px) {
  .search .section-ttl span {
    margin-bottom: 1.9rem;
  }
}
@media print, screen and (min-width: 768px) {
  .search--list {
    display: flex;
    align-items: stretch;
    justify-content: center;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
  }
}
@media only screen and (max-width: 767px) {
  .search--list {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
  }
}
.search--list li {
  border-right: 1px solid #fff;
  width: 25%;
}
@media only screen and (max-width: 767px) {
  .search--list li {
    width: 100%;
  }
  .search--list li:not(:last-of-type) {
    border-bottom: 2px solid #fff;
  }
  .search--list li.other a img {
    width: 6.4rem;
  }
}
.search--list li:nth-of-type(odd) {
  background: #009e71;
}
.search--list li:nth-of-type(even) {
  background: #4cbb9c;
}
.search--list li a {
  padding: 4rem 0 3.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: flex-start;
  color: #fff;
  text-align: center;
  height: 100%;
  font-size: 2rem;
  font-weight: 500;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .search--list li a {
    justify-content: flex-start;
    padding: 2.4rem 0 2.4rem 6rem;
    height: 11.8rem;
    align-content: center;
  }
  .search--list li a img {
    width: 5.8rem;
    margin-right: 9rem;
  }
}
.search--list li a::after {
  content: "";
  width: 5rem;
  height: 5rem;
  position: absolute;
  right: 0;
  bottom: 0;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  background: #000 url("../img/common/link-arrow.svg") no-repeat center 2rem/1.7rem;
}
@media only screen and (max-width: 767px) {
  .search--list li a::after {
    width: 7.8rem;
    height: 7.8rem;
    background-size: 2.6rem;
    background-position: center 3.3rem;
  }
}
.search--list li p {
  text-align: center;
  width: 100%;
  margin-top: 2rem;
  line-height: 1.4;
  letter-spacing: 0.2rem;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .search--list li p {
    width: auto;
    font-size: 3.2rem;
    text-align: left;
    margin: 0;
    letter-spacing: 0.65rem;
    font-feature-settings: "palt";
  }
}

.cases {
  margin-bottom: 16rem;
}
@media only screen and (max-width: 767px) {
  .cases {
    margin-bottom: 14rem;
  }
}
.cases .inner {
  margin: auto;
  background: url("../img/top/cases-bg.jpg") no-repeat center/cover;
}
@media print, screen and (min-width: 768px) {
  .cases .inner {
    width: 100rem;
  }
}
@media only screen and (max-width: 767px) {
  .cases .inner {
    background: url("../img/top/sp/cases-bg.jpg") no-repeat center/cover;
    width: calc(100% - 8rem);
  }
}
.cases a {
  display: block;
  padding: 8rem 0;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .cases a {
    padding: 10.2rem 0;
  }
}
.cases a::before {
  content: "";
  width: 5rem;
  height: 5rem;
  background: #000 url("../img/common/link-arrow.svg") no-repeat center 2rem/1.7rem;
  position: absolute;
  right: 0;
  bottom: 0;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}
@media only screen and (max-width: 767px) {
  .cases a::before {
    width: 7.8rem;
    height: 7.8rem;
    background-size: 2.4rem;
    background-position: center 2.9rem;
  }
}
.cases a h2 {
  display: inline-block;
  color: #fff;
  background: #177a1b;
  border: 1px solid #fff;
  line-height: 5rem;
  padding: 0 2.5rem;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.3rem;
}
.cases a h2 span {
  color: inherit;
}
@media only screen and (max-width: 767px) {
  .cases a h2 {
    font-size: 3rem;
    line-height: 7.5rem;
  }
}

.company,
.recruitment {
  width: calc(100% - 20rem);
  margin: 0 auto 8rem;
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .company,
.recruitment {
    min-height: 20.625vw;
  }
}
@media only screen and (max-width: 767px) {
  .company,
.recruitment {
    width: calc(100% - 8rem);
    margin-bottom: 2rem;
  }
}
.company::before,
.recruitment::before {
  content: "";
  background: url("../img/top/company-profile.jpg") no-repeat top center/cover;
  width: 50vw;
  height: 20.625vw;
  position: absolute;
  top: 2rem;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .company::before,
.recruitment::before {
    background: url("../img/top/sp/company-profile.jpg") no-repeat top center/cover;
    width: 68.7rem;
    height: 33rem;
    top: calc(100% - 3rem);
    position: relative;
    order: 2;
    top: -4rem;
    right: -4.1rem;
  }
}
.company .inner,
.recruitment .inner {
  width: 110rem;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .company .inner,
.recruitment .inner {
    width: auto;
  }
}
.company .section-ttl2,
.recruitment .section-ttl2 {
  margin-bottom: 3.4rem;
}
@media only screen and (max-width: 767px) {
  .company .section-ttl2,
.recruitment .section-ttl2 {
    margin-bottom: 5rem;
  }
}
.company .section-ttl2 .en,
.recruitment .section-ttl2 .en {
  margin-bottom: 1rem;
}
.company .section-ttl2 .en::before,
.recruitment .section-ttl2 .en::before {
  content: "Company Profile";
}
@media print, screen and (min-width: 768px) {
  .company .content-box,
.recruitment .content-box {
    width: 55rem;
    margin: 0;
  }
}
.company .content-box p,
.recruitment .content-box p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.93;
  letter-spacing: 0.19rem;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .company .content-box p,
.recruitment .content-box p {
    font-size: 2.8rem;
    margin-bottom: 4rem;
    line-height: 1.65;
  }
}
.company .content-box a,
.recruitment .content-box a {
  display: flex;
  align-items: center;
  position: relative;
  width: 18rem;
  background: #000;
  line-height: 5rem;
  font-size: 1.8rem;
  font-weight: 700;
  padding-left: 3.2rem;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .company .content-box a,
.recruitment .content-box a {
    width: 28rem;
    line-height: 7.6rem;
    font-size: 3.1rem;
    font-weight: 500;
    border: 1px solid #fff;
    letter-spacing: -0.1rem;
    padding-left: 4.3rem;
  }
}
.company .content-box a::after,
.recruitment .content-box a::after {
  content: "";
  background: url("../img/common/link-arrow.svg") no-repeat center/100%;
  width: 1.7rem;
  height: 0.6rem;
  top: 2rem;
  right: 1.3rem;
  position: absolute;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .company .content-box a::after,
.recruitment .content-box a::after {
    width: 2.6rem;
    height: 1rem;
    top: 3.3rem;
    right: 2rem;
  }
}

.recruitment {
  display: flex;
  margin-bottom: 18rem;
}
@media only screen and (max-width: 767px) {
  .recruitment {
    margin-bottom: 12.2rem;
  }
}
.recruitment::before {
  background: url("../img/top/recruit.jpg") no-repeat top center/cover;
  right: auto;
  left: 0;
  top: 2.9rem;
}
@media only screen and (max-width: 767px) {
  .recruitment::before {
    top: -4rem;
    left: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .recruitment .section-ttl2 span.en {
    margin-bottom: 2rem;
  }
}
.recruitment .inner {
  order: 2;
  padding-left: 56rem;
}
@media only screen and (max-width: 767px) {
  .recruitment .inner {
    order: 1;
    padding-left: 0;
    width: 100%;
  }
}
.recruitment .section-ttl2 .en::before {
  content: "Recruitment";
}

.news {
  margin-bottom: 17rem;
}
@media only screen and (max-width: 767px) {
  .news {
    margin-bottom: 14.3rem;
  }
}
.news .inner {
  margin: auto;
  background: #f2f2f2;
  padding: 6rem 4.6rem 8rem;
}
@media print, screen and (min-width: 768px) {
  .news .inner {
    width: 120rem;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .news .inner {
    padding: 8.3rem 4rem 8.9rem;
  }
}
@media print, screen and (min-width: 768px) {
  .news--left {
    width: 25rem;
    margin-top: 0.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .news--left {
    display: flex;
    align-items: flex-end;
    margin-bottom: 6rem;
  }
}
.news--left .section-ttl2 {
  margin-bottom: 4.4rem;
}
@media only screen and (max-width: 767px) {
  .news--left .section-ttl2 {
    margin-bottom: 0;
  }
}
.news--left .section-ttl2 span.en {
  z-index: 0;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .news--left .section-ttl2 span.en {
    margin-bottom: 2rem;
  }
}
.news--left .section-ttl2 span:not([class]) {
  margin-left: 4.7rem;
}
@media only screen and (max-width: 767px) {
  .news--left .section-ttl2 span:not([class]) {
    margin-left: 0;
    text-align: right;
  }
}
.news--left a {
  width: 17.8rem;
  line-height: 4.8rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  padding-left: 3rem;
  position: relative;
  background: #000;
  margin-left: 2.3rem;
  display: block;
}
@media only screen and (max-width: 767px) {
  .news--left a {
    width: 28rem;
    line-height: 7.6rem;
    font-size: 3.1rem;
    padding-left: 3.6rem;
    margin: 0;
    margin-left: auto;
    top: -1.3rem;
    letter-spacing: 0.2rem;
  }
}
.news--left a::after {
  content: "";
  background: url("../img/common/link-arrow.svg") no-repeat center/100%;
  width: 1.7rem;
  height: 0.6rem;
  position: absolute;
  top: 2rem;
  right: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .news--left a::after {
    top: 3.3rem;
    right: 2rem;
    width: 2.6rem;
    height: 1rem;
  }
}
.news--right {
  width: 78.5rem;
  border-bottom: 1px solid #b3b3b3;
  margin: 2.1rem 0 0 auto;
}
@media only screen and (max-width: 767px) {
  .news--right {
    width: 100%;
    margin: 0;
  }
}
.news--single {
  width: 100%;
  border-top: 1px solid #b3b3b3;
  padding: 1.7rem 4rem 1.7rem 0;
  display: flex;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .news--single {
    padding: 4rem 0 4.2rem;
    align-items: flex-start;
  }
}
.news--single::after {
  content: "";
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #009043;
  border-right: 2px solid #009043;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 2rem;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .news--single::after {
    display: none;
  }
}
.news--single a {
  display: flex;
  align-items: center;
}
.news--single a img {
  width: 100%;
}
.news--eyecatch {
  width: 10rem;
  margin-right: 1.7rem;
}
@media only screen and (max-width: 767px) {
  .news--eyecatch {
    width: 25.2rem;
    margin-right: 2rem;
  }
}
.news--info {
  width: calc(100% - 12rem);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .news--info {
    width: calc(100% - 27.2rem);
    justify-content: space-between;
    align-items: flex-start;
  }
}
.news--info time {
  font-family: "Barlow", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin-right: 1.8rem;
  letter-spacing: 0.26rem;
}
@media only screen and (max-width: 767px) {
  .news--info time {
    font-size: 2.2rem;
    letter-spacing: 0.4rem;
  }
}
.news--category {
  display: flex;
  align-items: center;
}
.news--category li {
  font-size: 1.2rem;
  font-weight: 700;
  width: 12rem;
  line-height: 2rem;
  padding: 0 2rem;
  text-align: center;
  color: #009043;
  border: 1px solid #009043;
}
@media only screen and (max-width: 767px) {
  .news--category li {
    font-size: 2rem;
    width: 20rem;
    line-height: 3.2rem;
  }
}
.news--category li a {
  display: block;
}
.news h3 {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.07;
  letter-spacing: 0.05rem;
  width: 100%;
  margin-top: 0.8rem;
}
@media only screen and (max-width: 767px) {
  .news h3 {
    padding-right: 4rem;
    font-size: 2.6rem;
    margin-top: 1.9rem;
    position: relative;
    line-height: 1.7;
  }
  .news h3::after {
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    border-top: 2px solid #009043;
    border-right: 2px solid #009043;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
}
/*# sourceMappingURL=front-page.css.map */