@charset "UTF-8";
main .layout {
  flex-wrap: nowrap;
}

#visual {
  position: relative;
}
@media screen and (max-width: 767px) {
  #visual {
    height: calc(100dvh - 92px);
  }
}
#visual::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 50%;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: url(/assets/image/top/visual-over.png) no-repeat center bottom/100% auto;
  opacity: 0;
  animation: fadeIn 0.4s ease-out forwards;
  animation-delay: 1.4s !important;
  pointer-events: none;
}
#visual .layout {
  display: flex;
}
@media screen and (max-width: 767px) {
  #visual .layout {
    flex-wrap: wrap;
    height: 100%;
  }
}
#visual .layout .box {
  position: relative;
  width: 25%;
  line-height: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #visual .layout .box {
    width: 50%;
    height: 50%;
  }
  #visual .layout .box::after {
    content: "";
    display: block;
    position: absolute;
    width: 36%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  }
}
#visual .layout .box:hover .image img {
  transform: scale(1.04);
}
#visual .layout .box .overlay1 {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  animation: overlayOut 0.5s ease 0.75s forwards;
}
#visual .layout .box .overlay2 {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #193E71;
  animation: overlayOutUp 2s ease 0.5s forwards;
}
#visual .layout .box .overlay3 {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  animation: overlayOut2 0.5s ease 0.75s forwards;
}
#visual .layout .box .overlay4 {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #193E71;
  animation: overlayOutDown 1s ease 0.5s forwards;
}
@keyframes overlayOut {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(101%);
  }
}
@keyframes overlayOut2 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes overlayOutUp {
  0% {
    transform: translateY(-200%);
  }
  100% {
    transform: translateY(101%);
  }
}
@keyframes overlayOutDown {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-200%);
  }
}
@media screen and (max-width: 767px) {
  #visual .layout .box#vis1 .image {
    background: url(/assets/image/top/visual-image01-sp.jpg) no-repeat center center/cover;
  }
  #visual .layout .box#vis2 .image {
    background: url(/assets/image/top/visual-image02-sp.jpg) no-repeat center center/cover;
  }
  #visual .layout .box#vis3 .image {
    background: url(/assets/image/top/visual-image03-sp.jpg) no-repeat center center/cover;
  }
  #visual .layout .box#vis4 .image {
    background: url(/assets/image/top/visual-image04-sp.jpg) no-repeat center center/cover;
  }
}
#visual .layout .box .image {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  #visual .layout .box .image {
    height: 100%;
  }
}
#visual .layout .box .image::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #D9E3E3;
  mix-blend-mode: multiply;
}
#visual .layout .box .image img {
  transition: 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media screen and (max-width: 767px) {
  #visual .layout .box .image img {
    display: none;
  }
}
#visual .layout .box .vis-title {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 16px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #visual .layout .box .vis-title {
    width: 3vw;
  }
}
#visual .layout .box .link {
  position: absolute;
  top: 5%;
  right: 5%;
  width: 78px;
}
@media screen and (max-width: 767px) {
  #visual .layout .box .link {
    width: 50px;
  }
}
#visual .copy {
  position: absolute;
  z-index: 2;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 30px 5% 1.5vw;
  pointer-events: none;
}
#visual .copy .en {
  color: #fff;
  font-size: clamp(1rem, 3vw, 3rem);
  font-style: italic;
  line-height: 1;
  animation: fadeInup 0.4s ease-out forwards;
  animation-delay: 1.2s !important;
}
@media screen and (max-width: 767px) {
  #visual .copy .en {
    font-size: min(4vw, 16px);
  }
}
#visual .copy .jp {
  color: #fff;
  font-weight: 600;
  font-size: clamp(4rem, 5vw, 6rem);
  animation: fadeInup 0.4s ease-out forwards;
  animation-delay: 1.4s !important;
  line-height: 1.5;
}

#news {
  background-color: #193E71;
  margin-bottom: 8vw;
}
#news .inner {
  display: flex;
  color: #fff;
  padding: 15px 3%;
}
#news .inner h2 {
  width: 100px;
}

.wide-inner {
  max-width: calc(1138px + 6%);
  margin: auto;
  padding: 0 3%;
}

h2.h2-bg {
  background-color: #193E71;
  color: #fff;
  line-height: 1;
  padding: 13px 25px;
  width: 90%;
  font-size: clamp(1.9rem, 1.6230769231rem + 0.3605769231vw, 2.2rem);
}
@media screen and (max-width: 767px) {
  h2.h2-bg {
    font-size: 2.2rem;
  }
}
h2.h2-bg {
  font-weight: 400;
}

.simple-btn {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #193E71;
  border-radius: 2px;
  line-height: 1;
  color: #193E71;
  line-height: 1;
  padding: 8px 14px 8px;
  transition: 0.3s;
}
.simple-btn::after {
  content: "→";
  margin-left: 2ex;
}
.simple-btn:hover {
  background-color: #193E71;
  color: #fff;
}

a:hover .simple-btn {
  background-color: #193E71;
  color: #fff;
}
a {
  /*
  span.title{
    border: 1px solid $ccb;
    background-color: #fff;
    color: $ccb;
    border-radius: 2px;
    line-height: 1;
    padding: 3px 14px 5px;
    transition: 0.3s;
    i{
      padding-left: 15px;
    }
  }
  &:hover span.title{
    background-color: $ccb;
    color: #fff;
  }
  */
}
a .image {
  border-radius: 4px;
}

#about {
  margin-bottom: 8vw;
}
#about .inner {
  max-width: calc(1030px + 6%);
}
#about .layout {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  #about .layout {
    flex-wrap: wrap;
  }
}
#about .layout .text {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #about .layout .text {
    width: 100%;
  }
}
#about .layout .image {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #about .layout .image {
    width: 100%;
  }
}
#about h2 {
  color: #193E71;
  font-size: clamp(4.6rem, 4.2307692308rem + 0.4807692308vw, 5rem);
}
@media screen and (max-width: 767px) {
  #about h2 {
    font-size: 5rem;
  }
}
#about h2 {
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #about h2 {
    margin-bottom: 20px;
    line-height: 1;
  }
}
#about .copy {
  font-size: clamp(1.9rem, 1.6230769231rem + 0.3605769231vw, 2.2rem);
}
@media screen and (max-width: 767px) {
  #about .copy {
    font-size: 2.2rem;
  }
}
#about .copy {
  color: #193E71;
  margin-bottom: 30px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #about .copy {
    line-height: 1.8;
  }
}
#about .lead {
  margin-bottom: 30px;
}

#business .business {
  position: relative;
  padding-bottom: 0px;
  background-color: #FAFAFA;
}
#business .business .head-title {
  max-width: calc(920px + 6%);
  margin: auto;
  padding: 70px 3% 0;
}
@media screen and (max-width: 767px) {
  #business .business .head-title {
    padding-top: 35px;
  }
}
#business .business .head-title .en {
  position: absolute;
  right: 6%;
  margin-bottom: 20px;
  font-size: clamp(4.6rem, 4.2307692308rem + 0.4807692308vw, 5rem);
}
@media screen and (max-width: 767px) {
  #business .business .head-title .en {
    font-size: 5rem;
  }
}
#business .business .head-title .en {
  color: #193E71;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #business .business .head-title .en {
    position: static;
    margin-bottom: 0;
    font-size: 3rem;
  }
}
#business .business .head-title h3 {
  font-size: clamp(4rem, 3.6307692308rem + 0.4807692308vw, 4.4rem);
}
@media screen and (max-width: 767px) {
  #business .business .head-title h3 {
    font-size: 4.4rem;
  }
}
#business .business .head-title h3 {
  font-weight: 500;
  margin-bottom: 30px;
}
#business .business .head-title p {
  margin-bottom: 40px;
}
#business .business .bg-image {
  position: absolute;
  width: 100%;
  height: 380px;
}
@media screen and (max-width: 767px) {
  #business .business .bg-image {
    display: none;
  }
}
#business .business#power {
  padding-bottom: 10px;
}
#business .business#power .bg-image {
  background: url(/assets/image/top/job1-bg.jpg) no-repeat center center/cover;
}
#business .business#environment {
  margin-bottom: 10vw;
  padding-bottom: 40px;
}
#business .business#environment .layout {
  justify-content: center;
}
#business .business#environment .bg-image {
  background: url(/assets/image/top/job2-bg.jpg) no-repeat center center/cover;
}
#business .business .layout {
  display: flex;
  gap: 20px;
  flex-wrap: nowrap;
  padding-top: 210px;
}
@media screen and (max-width: 767px) {
  #business .business .layout {
    display: block;
    padding-top: 0;
  }
}
#business .business .layout a {
  position: relative;
  width: 33.333%;
}
@media screen and (max-width: 767px) {
  #business .business .layout a {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
}
#business .business .layout a .image {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  #business .business .layout a .simple-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    text-align: center;
  }
}

#service {
  position: relative;
  margin-bottom: 8vw;
  background: url(/assets/image/top/service-bg.jpg) no-repeat center center/cover;
}
#service .inner {
  position: relative;
  color: #fff;
  padding-top: 16vw;
  padding-bottom: 5rem;
}
#service .title {
  position: relative;
}
#service .title h2 {
  font-size: clamp(2.2rem, 1.8307692308rem + 0.4807692308vw, 2.6rem);
}
@media screen and (max-width: 767px) {
  #service .title h2 {
    font-size: 2.6rem;
  }
}
#service .title h2 {
  margin-bottom: 20px;
}
#service .title .en {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: 20px;
  font-size: clamp(4.6rem, 4.2307692308rem + 0.4807692308vw, 5rem);
}
@media screen and (max-width: 767px) {
  #service .title .en {
    font-size: 5rem;
  }
}
#service .title .en {
  color: #fff;
  line-height: 1;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #service .title .en {
    position: static;
    margin-bottom: 0;
    font-size: 3rem;
  }
}
#service .title p {
  margin-bottom: 40px;
}
#service .title span.title {
  position: absolute;
  right: 0;
  bottom: 0;
}
#service .simple-btn {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
#service .simple-btn:hover {
  background-color: #193E71;
  color: #fff;
}

#company {
  margin-bottom: 100px;
}
#company .layout {
  display: flex;
  gap: 5%;
}
@media screen and (max-width: 767px) {
  #company .layout {
    display: block;
  }
}
#company .layout .col {
  position: relative;
}
@media screen and (max-width: 767px) {
  #company .layout .col {
    margin-bottom: 30px;
  }
}
#company .layout .col .en {
  margin-bottom: 20px;
  font-size: clamp(3.6rem, 3.2307692308rem + 0.4807692308vw, 4rem);
}
@media screen and (max-width: 767px) {
  #company .layout .col .en {
    font-size: 4rem;
  }
}
#company .layout .col .en {
  color: #193E71;
  line-height: 1;
}
#company .layout .col .bg {
  position: relative;
}
#company .layout .col .bg::after {
  content: "";
  display: block;
  position: absolute;
  width: 95%;
  height: 100%;
  top: 23px;
  left: 0;
  background-color: #FAFAFA;
}
#company .layout .col h2 {
  position: relative;
  z-index: 1;
}
#company .layout .col a {
  display: block;
  position: relative;
  z-index: 1;
  padding: 5% 0 5% 5%;
}
@media screen and (max-width: 767px) {
  #company .layout .col a {
    padding: 5% 0 0;
    margin-bottom: 20px;
  }
}
#company .layout .col a .image {
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
#company .layout .col a .simple-btn {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #company .layout .col a .simple-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    text-align: center;
  }
}

#relation h2 {
  margin-bottom: 20px;
}
#relation .layout {
  gap: 3%;
  flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  #relation .layout {
    flex-wrap: wrap;
    gap: 0;
    justify-content: space-between;
  }
}
#relation .layout a {
  width: 33.333%;
  font-size: clamp(1.2rem, 1.0153846154rem + 0.2403846154vw, 1.4rem);
}
@media screen and (max-width: 767px) {
  #relation .layout a {
    font-size: 1.4rem;
  }
}
#relation .layout a {
  color: #193E71;
}
@media screen and (max-width: 767px) {
  #relation .layout a {
    width: 47%;
    margin-bottom: 20px;
  }
}
#relation .layout a .blank {
  position: relative;
  display: inline-block;
  padding-right: 15px;
}
#relation .layout a .blank::after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  background: url(/assets/image/menu-blank.svg) no-repeat center center;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}