@charset "UTF-8";
/*=====================================================
  topVi
=====================================================*/
.topVi {
  width: 100%;
  margin: 0;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background-image: url(/images/bg.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
@media print, screen and (min-width: 1280px) {
  .topVi {
    padding: 0;
  }
}
.topVi::after {
  width: 100%;
  height: 100px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-color: var(--lightGray);
}
.topVi .topVi__wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media print, screen and (min-width: 1600px) {
  .topVi .topVi__wrap {
    max-width: 2000px;
    width: 100%;
    margin: 0 auto;
  }
}
.topVi .topVi__image {
  width: 80%;
  margin: 0 0 0 auto;
  padding: 0;
  overflow: hidden;
  position: relative;
  z-index: 100;
}
@media print, screen and (min-width: 768px) {
  .topVi .topVi__image {
    width: 74%;
  }
}
@media print, screen and (min-width: 1280px) {
  .topVi .topVi__image {
    width: 1240px;
  }
}
.topVi .topVi__image ul {
  margin: 0;
  padding: 0;
}
.topVi .topVi__image ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.topVi .topVi__image .slick-img img {
  width: 100%;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
.topVi .topVi__image .add-animation {
  animation: zoomUp 10s linear 0s normal both;
}
@media print, screen and (min-width: 1280px) {
  .topVi .topVi__inner {
    width: 1400px;
    min-width: 1400px;
    height: 640px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
  }
}
.topVi .topVi__lead {
  width: 126px;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  position: absolute;
  left: 18px;
  bottom: -40px;
  z-index: 200;
}
@media print, screen and (min-width: 768px) {
  .topVi .topVi__lead {
    width: 146px;
    left: 40px;
    top: 20px;
  }
}
@media print, screen and (min-width: 1280px) {
  .topVi .topVi__lead {
    width: 346px;
    left: 0;
    top: 40px;
  }
}
.topVi .topVi__lead li {
  height: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
}
.topVi .topVi__lead li .topVi__leadText {
  padding: 10px;
  display: inline-block;
  background-color: var(--white);
  writing-mode: vertical-rl;
  font-size: 20px;
  font-size: 1.1111111111rem;
  font-family: "Noto Serif JP", serif;
  box-shadow: 0px 0px 15px -5px #666;
}
@media print, screen and (min-width: 768px) {
  .topVi .topVi__lead li .topVi__leadText {
    font-size: 24px;
    font-size: 1.3333333333rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .topVi .topVi__lead li .topVi__leadText {
    margin: 0 8px;
    padding: 20px 24px;
    font-size: 50px;
    font-size: 2.7777777778rem;
  }
}

/*=====================================================
  topCompany
=====================================================*/
.topCompany {
  padding: 40px 20px 0 20px;
  background-color: var(--lightGray);
}
@media print, screen and (min-width: 768px) {
  .topCompany {
    padding: 40px 0 0 0;
  }
}
@media print, screen and (min-width: 1280px) {
  .topCompany {
    padding: 80px 0;
  }
}
.topCompany .topCompany__inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .topCompany .topCompany__inner {
    width: 100%;
    justify-content: space-between;
    background-image: url(/images/top/top_bg_block.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center 0;
  }
}
@media print, screen and (min-width: 1280px) {
  .topCompany .topCompany__inner {
    width: 1400px;
    margin: 0 auto;
  }
}
.topCompany .topCompany__block {
  width: 100%;
  margin: 0 0 40px 0;
}
@media print, screen and (min-width: 768px) {
  .topCompany .topCompany__block {
    width: 46%;
    padding-right: 20px;
  }
}
@media print, screen and (min-width: 1280px) {
  .topCompany .topCompany__block {
    padding-right: 0;
  }
}
.topCompany .topCompany__block .topCompany__text {
  font-family: "Noto Serif JP", serif;
}
.topCompany .topCompany__image {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  .topCompany .topCompany__image {
    width: 50%;
    margin: 0;
  }
}

/*=====================================================
  topTitle
=====================================================*/
.topTitle {
  margin: 0 0 20px 0;
  padding: 0;
}
.topTitle.topTitle--white .topTitle__ja,
.topTitle.topTitle--white .topTitle__en {
  color: var(--white);
}
.topTitle .topTitle__ja {
  margin: 0 0 12px 0;
  padding: 0;
  display: block;
  font-size: 28px;
  font-size: 1.5555555556rem;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
}
@media print, screen and (min-width: 1280px) {
  .topTitle .topTitle__ja {
    font-size: 44px;
    font-size: 2.4444444444rem;
  }
}
.topTitle .topTitle__en {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 10px;
  font-size: 0.5555555556rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0;
  color: var(--base-color);
}
@media print, screen and (min-width: 1280px) {
  .topTitle .topTitle__en {
    font-size: 16px;
    font-size: 0.8888888889rem;
  }
}

/*=====================================================
  topService
=====================================================*/
.topService {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  background-color: var(--base-color);
  background-image: url(/images/top/top_bg_block_blue.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
.topService .topService__area {
  width: 100%;
  margin: 0;
  padding: 40px 20px;
  order: 2;
}
@media print, screen and (min-width: 768px) {
  .topService .topService__area {
    width: 50%;
    padding: 40px 20px 40px 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    order: 2;
  }
}
@media print, screen and (min-width: 1280px) {
  .topService .topService__area {
    padding: 80px;
  }
}
.topService .topService__area .topService__block {
  max-width: 620px;
}
.topService .topService__area .topService__text {
  font-family: "Noto Serif JP", serif;
  color: var(--white);
}
.topService .topService__area .topService__buttonBlock {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media print, screen and (min-width: 1280px) {
  .topService .topService__area .topService__buttonBlock {
    justify-content: space-between;
  }
}
.topService .topService__area .topService__buttonBlock .topService__buttonDenki {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 1280px) {
  .topService .topService__area .topService__buttonBlock .topService__buttonDenki {
    width: 49%;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 1280px) {
  .topService .topService__area .topService__buttonBlock .topService__buttonHaiden {
    width: 49%;
  }
}
@media print, screen and (min-width: 1280px) {
  .topService .topService__area .topService__buttonBlock .button {
    min-width: initial;
    width: 100%;
  }
}
.topService .topService__image {
  width: 100%;
  height: 260px;
  margin: 0;
  padding: 0;
  order: 1;
  background-image: url(/images/top/service.jpg);
  background-size: cover;
  background-position: center center;
}
@media print, screen and (min-width: 768px) {
  .topService .topService__image {
    width: 50%;
    height: auto;
    order: 2;
  }
}
@media print, screen and (min-width: 1280px) {
  .topService .topService__image {
    min-height: 600px;
  }
}

/*=====================================================
  topWorks
=====================================================*/
.topWorks {
  width: 100%;
  margin: 0;
  padding: 40px 0;
  background-color: #d5eafe;
}
@media print, screen and (min-width: 1280px) {
  .topWorks {
    padding: 60px 0;
  }
}
.topWorks .topWorks__inner {
  width: 100%;
  margin: 0;
  padding: 0 20px 20px 20px;
}
@media print, screen and (min-width: 1280px) {
  .topWorks .topWorks__inner {
    width: 1400px;
    margin: 0 auto;
    padding: 0 0 40px 0;
  }
}
.topWorks .topWorks__text {
  font-family: "Noto Serif JP", serif;
}
.topWorks .topWorks__slider {
  margin: 0;
  padding: 0;
}
.topWorks .topWorks__slider ul {
  margin: 0;
  padding: 0;
}
.topWorks .topWorks__slider ul li {
  margin: 0;
  padding: 0 10px;
  list-style: none;
}
.topWorks .topWorks__slider ul li img {
  border: 5px solid var(--white);
}

/*=====================================================
  topNews
=====================================================*/
.topNews {
  width: 100%;
  margin: 0;
  padding: 40px 20px;
}
@media print, screen and (min-width: 1280px) {
  .topNews {
    width: 1400px;
    margin: 0 auto;
    padding: 80px 0;
    display: flex;
    flex-wrap: wrap;
  }
}
.topNews .topNews__title {
  width: 280px;
}
.topNews .topNews__list {
  width: 100%;
}
@media print, screen and (min-width: 1280px) {
  .topNews .topNews__list {
    width: calc(100% - 280px);
  }
}
.topNews .topNews__link {
  margin-top: 20px;
  text-align: right;
  font-size: 16px;
  font-size: 0.8888888889rem;
}
@media print, screen and (min-width: 1280px) {
  .topNews .topNews__link {
    margin-top: 30px;
    font-size: 18px;
    font-size: 1rem;
  }
}

/*=====================================================
  topRecruit
=====================================================*/
.topRecruit {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  background-color: var(--base-color);
  background-image: url(/images/top/top_bg_block_blue.png);
  background-repeat: no-repeat;
  background-position: right 0 0;
  background-size: contain;
}
.topRecruit .topRecruit__area {
  width: 100%;
  margin: 0;
  padding: 40px 20px;
}
@media print, screen and (min-width: 768px) {
  .topRecruit .topRecruit__area {
    width: 50%;
    padding: 40px 20px 40px 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media print, screen and (min-width: 1280px) {
  .topRecruit .topRecruit__area {
    padding: 80px;
  }
}
.topRecruit .topRecruit__area .topRecruit__block {
  max-width: 620px;
}
.topRecruit .topRecruit__area .topRecruit__text {
  font-family: "Noto Serif JP", serif;
  color: var(--white);
}
.topRecruit .topRecruit__area .topRecruit__buttonBlock {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media print, screen and (min-width: 1280px) {
  .topRecruit .topRecruit__area .topRecruit__buttonBlock {
    justify-content: space-between;
  }
}
.topRecruit .topRecruit__area .topRecruit__buttonBlock .topRecruit__buttonDenki {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 1280px) {
  .topRecruit .topRecruit__area .topRecruit__buttonBlock .topRecruit__buttonDenki {
    width: 49%;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 1280px) {
  .topRecruit .topRecruit__area .topRecruit__buttonBlock .topRecruit__buttonHaiden {
    width: 49%;
  }
}
@media print, screen and (min-width: 1280px) {
  .topRecruit .topRecruit__area .topRecruit__buttonBlock .button {
    min-width: initial;
    width: 100%;
  }
}
.topRecruit .topRecruit__image {
  width: 100%;
  height: 260px;
  margin: 0;
  padding: 0;
  background-image: url(/images/top/recruit.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0;
}
@media print, screen and (min-width: 768px) {
  .topRecruit .topRecruit__image {
    width: 50%;
    height: auto;
  }
}
@media print, screen and (min-width: 1280px) {
  .topRecruit .topRecruit__image {
    min-height: 600px;
  }
}