@charset "utf-8";
/* ===========================================================

	Title: top.css
	Created: 2021-1-20

=========================================================== */
/*

	header
    main-visual
    contents



=========================================================== */

/* ===========================================================

	main

=========================================================== */
main.contents-style {
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
article {
  display: block;
}
.contents-style h2 {
  font-size: 3rem;
  margin: 64px 0 32px;
  line-height: 1.3;
}

/* ===========================================================

	main-visual

=========================================================== */
.main-visual {
  /* display: flex; */
  position: relative;
  height: calc(100vh - 90px);
  width: 100%;
  margin: 0 auto 8px;
  padding: 0 8px;
  border-radius: 8px;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 1200px) {
  .main-visual {
    position: relative;
    height: calc(100vh - 58px);
  }
}

/* corporate-slogan */

.corporate-slogan.pc {
  position: absolute;
  width: 55%;
  top: 50%;
  transform: translate(0, -50%);
  left: 7%;
  z-index: 999;
  text-align: left;
}

.is-en .corporate-slogan.pc {
  width: auto;
}

.corporate-slogan.sp {
  display: none;
}
.corporate-slogan img {
  height: 70px;
  margin-bottom: 20px;
  background-color: #fff;
  padding: 8px;
  display: table;
}

.is-en .corporate-slogan img {
  height: 53px;
}

.corporate-slogan.pc p {
  padding: 2px 10px;
  display: table;
  text-align: left;
  color: #fff;
  background-color: #1e8cfa;
  margin-bottom: 10px;
}
.slidein {
  opacity: 0;
}
.slidein:nth-child(1) {
  animation: SlideIn 1s ease-in-out 1s 1 normal forwards;
  height: 70px;
}
.slidein:nth-child(2) {
  animation: SlideIn 1s ease-in-out 1.5s 1 normal forwards;
  height: 60px;
}
.slidein:nth-child(3) {
  animation: SlideIn 1s ease-in-out 2s 1 normal forwards;
  height: 110px;
}
.slidein:nth-child(4) {
  animation: SlideIn 1s ease-in-out 2.5s 1 normal forwards;
}
.slidein:nth-child(5) {
  animation: SlideIn 1s ease-in-out 3s 1 normal forwards;
}
.slidein:nth-child(6) {
  animation: SlideIn 1s ease-in-out 3.5s 1 normal forwards;
}
.slidein2 {
  opacity: 0;
}
.slidein2:nth-child(1) {
  animation: SlideIn 1s ease-in-out 1s 1 normal forwards;
  height: 70px;
}
.slidein2:nth-child(2) {
  animation: SlideIn 1s ease-in-out 1.5s 1 normal forwards;
  height: 110px;
}
.slidein2:nth-child(3) {
  animation: SlideIn 1s ease-in-out 2s 1 normal forwards;
}
.slidein2:nth-child(4) {
  animation: SlideIn 1s ease-in-out 2.5s 1 normal forwards;
}
.slidein2:nth-child(5) {
  animation: SlideIn 1s ease-in-out 3s 1 normal forwards;
}
@keyframes SlideIn {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.corporate-slogan span::before {
}
.is-en .corporate-slogan strong {
  font-weight: 900;
}

.js-corporate-slogan--fadein {
  opacity: 1;
  transform: scale(1, 1) translate(-50%, -50%);
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 1200px) {
  .corporate-slogan.pc {
    display: none;
  }
  .corporate-slogan.sp {
    display: block;
    text-align: left;
    padding: 16px;
    position: absolute;
    top: 48px;
    left: 0;
    z-index: 999;
  }
  .corporate-slogan.sp .upper-text {
    color: #1e8cfa;
    background-color: #fff;
    font-size: 26px;
    display: table;
    margin-bottom: 8px;
    padding: 0 8px;
  }
  .corporate-slogan.sp .lower-text {
    color: #fff;
    background-color: #1e8cfa;
    font-size: 14px;
    display: table;
    margin-bottom: 8px;
    padding: 0 8px;
  }
  .corporate-slogan img {
    height: 45px;
    margin-bottom: 10px;
  }
  .is-en .corporate-slogan img {
    height: 32px;
  }
  .corporate-slogan img.times {
    height: 90px;
  }
  .slidein:nth-child(1) {
    animation: SlideIn 1s ease-in-out 1s 1 normal forwards;
    height: 60px;
  }
  .slidein:nth-child(2) {
    animation: SlideIn 1s ease-in-out 1.5s 1 normal forwards;
    height: 50px;
  }
  .slidein:nth-child(3) {
    animation: SlideIn 1s ease-in-out 2s 1 normal forwards;
    height: 80px;
  }
  .slidein2:nth-child(1) {
    animation: SlideIn 1s ease-in-out 1s 1 normal forwards;
    height: 60px;
  }
  .slidein2:nth-child(2) {
    animation: SlideIn 1s ease-in-out 1.5s 1 normal forwards;
    height: 80px;
  }
  .slidein2:nth-child(3) {
    animation: SlideIn 1s ease-in-out 2s 1 normal forwards;
    height: 29px;
  }
  .slidein2:nth-child(4) {
    animation: SlideIn 1s ease-in-out 2.5s 1 normal forwards;
  }
  .slidein2:nth-child(5) {
    animation: SlideIn 1s ease-in-out 3s 1 normal forwards;
  }
  .slidein2:nth-child(6) {
    animation: SlideIn 1s ease-in-out 3.5s 1 normal forwards;
  }
  .slidein2:nth-child(7) {
    animation: SlideIn 1s ease-in-out 4s 1 normal forwards;
  }
  .slidein2:nth-child(8) {
    animation: SlideIn 1s ease-in-out 4.5s 1 normal forwards;
  }
  .slidein2:nth-child(9) {
    animation: SlideIn 1s ease-in-out 5s 1 normal forwards;
  }
}

/* ===========================================================

	contents

=========================================================== */
#top-contents {
  position: relative;
  background-color: #fff;
  width: 100%;
  max-width: 100%;
  padding: 0;
  padding: 0 8px;
}
#top-contents h2 {
  text-align: left;
  margin: 0 0 40px 0;
}
#top-contents h2 span {
  display: block;
  font-size: 14px;
  font-weight: 4;
}
.contents-style {
  max-width: 100%;
  border: none;
}
.category-link--area {
  display: flex;
  justify-content: space-between;
}
.link-card {
  position: relative;
  width: 100%;
  display: flex;
  border-radius: 12px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: color-burn;
  min-height: 400px;
  margin-bottom: 8px;
  overflow: hidden;
}
.link-card:hover {
  opacity: 0.8;
}
.link-card.news {
  opacity: 1;
}
.link-card + .link-card {
  margin-left: 8px;
}
.link-card a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 90;
}
.link-card a:hover + .link-card {
  opacity: 0.5;
}
.link-card p {
  position: relative;
  z-index: 99;
  display: block;
  font-family: "oswald";
  font-size: 32px;
  text-decoration: none;
  color: #fff;
  line-height: 1.5;
  margin: 0;
  top: 50%;
  transform: translate(0, -50%);
  text-transform: uppercase;
}
.link-card p span {
  display: block;
  font-family: "Noto sans JP";
  font-size: 16px;
  text-transform: none;
}

.link-card dt {
  /* width: 12rem; */
  width: 20rem;
  float: left;
  clear: both;
}

.is-en .link-card dt {
  width: 15rem;
  text-align: left;
}

.link-card dd {
  /* margin-left: 14rem; */
  margin-left: 21rem;
  text-align: left;
  margin-bottom: 16px;
}

.is-en .link-card dd {
  margin-left: 17rem;
}

.link-card dd a {
  display: initial;
}
.card-m {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* .card-m:hover > .card-m img {
    width: 40%;
}
.card-m:hover .card-m p {
    width: 60%;
}
.card-m p:hover {
    width: 60%;
}
.card-m p:hover + img {
    width: 40%;
} */
.card-m p {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.card-m:hover p {
  padding-left: 12.5%;
}
.card-m:hover p::after {
  width: 125%;
}

.card-m a {
  display: flex;
  height: 100%;
}
.card-m p,
.card-m img {
  width: 50%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.card-m img {
  max-height: 400px;
  object-fit: cover;
  border-radius: 0 8px 8px 0;
}
.card-l--left {
  width: 35%;
  background-color: rgba(226, 178, 71, 0.95);
  border-radius: 8px 0 0 8px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.card-l--left p {
  top: auto;
  transform: none;
}
.card-l--left .link-button {
  width: 192px;
  margin-top: 32px;
  color: #fff !important;
  border: #fff 1px solid;
  height: 48px !important;
  line-height: 48px;
  border-radius: 50px;
}
.card-l--left .link-button:hover {
  background-color: rgba(226, 178, 71, 0.95);
  opacity: 0.5;
}
.card-l--right {
  width: 100%;
  height: 100%;
  background-color: #f7f1dc;
  padding: 64px;
  border-radius: 0 8px 8px 0;
}
.recruting::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(/assets/img/top/recruiting.png) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.recruting:hover::before {
  opacity: 0.8;
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.recruting::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(37, 101, 198, 0.95);
  border-radius: 10px;
  opacity: 0.8;
}
.recruting:hover::after {
  animation-name: card-fade;
  animation-duration: 0.3s;
}

.company::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(/assets/img/top/company.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.company:hover::before {
  opacity: 0.8;
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.company::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(39, 136, 207, 0.95);
  border-radius: 10px;
  opacity: 0.8;
}
.company:hover::after {
  animation-name: card-fade;
  animation-duration: 0.3s;
}

.message::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(/assets/img/top/message.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.message:hover::before {
  opacity: 0.8;
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.message::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(35, 186, 213, 0.95);
  border-radius: 10px;
  opacity: 0.8;
}
.message:hover::after {
  animation-name: card-fade;
  animation-duration: 0.3s;
}
.service p::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(225, 137, 175, 0.95);
  border-radius: 10px 0 0 10px;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sustainability p::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(156, 143, 214, 0.95);
  border-radius: 10px 0 0 10px;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.banner-area {
  display: flex;
  justify-content: center;
  padding: 64px;
}
.banner-area a {
  margin-right: 32px;
  width: 45%;
}
@keyframes card-fade {
  0% {
    opacity: 1;
    transform: translateX(-100%);
  }
  100% {
    opacity: 0.8;
    transform: translateX(0%);
  }
}

@media screen and (max-width: 767px) {
  .category-link--area {
    flex-direction: column;
  }
  .link-card {
    height: 160px;
    min-height: auto;
  }
  .link-card + .link-card {
    margin-left: 0;
  }
  .card-m p,
  .card-l--left,
  .card-l--right {
    width: 100%;
  }
  .card-m img {
    display: none;
  }
  .card-l {
    flex-direction: column;
    height: auto;
  }
  .card-l--left {
    height: 240px;
    border-radius: 8px 8px 0 0;
  }
  .card-l--right {
    padding: 0;
    border-radius: 0 0 8px 8px;
  }
  .card-l--right table {
    padding: 8px;
  }
  .card-l--right th,
  .card-l--right td {
    width: 100%;
    display: block;
  }
  .topics {
    padding: 16px;
  }
  .link-card dt {
    text-align: left;
    width: 100%;
    float: none;
    clear: both;
  }
  .link-card dd {
    margin-left: 0;
    text-align: left;
    margin-bottom: 16px;
  }
  .banner-area {
    flex-direction: column;
    padding: 0;
  }
  .banner-area a {
    margin-right: 0;
    width: 100%;
    margin-bottom: 8px;
  }
  .service {
    background-image: url(/assets/img/top/service.jpg);
  }
  .sustainability {
    background-image: url(/assets/img/top/sustainability.png);
  }
  .service p::after,
  .sustainability p::after {
    border-radius: 8px;
  }
}

@media screen and (max-width: 1024px) {
  .mid-section {
    flex-wrap: wrap;
  }
  .link-card + .link-card {
    margin-left: 0px;
  }
  .card-m {
    width: 100%;
  }
  .card-m p,
  .card-l--left,
  .card-l--right {
    width: 100%;
  }
  .card-m img {
    display: none;
  }
  .service {
    background-image: url(/assets/img/top/service.jpg);
  }
  .sustainability {
    background-image: url(/assets/img/top/sustainability.png);
  }
  .service p::after,
  .sustainability p::after {
    border-radius: 8px;
  }
}
