/*=====================================================
  topBg
=====================================================*/
.topBg {
  width: 100%;
  position: relative;
  background-color: #f6f6f6;
  background-image: url("/images/top/vi_bg.jpg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: 430%;
}
@media print, screen and (min-width: 768px) {
  .topBg {
    background-size: 175%;
  }
}
@media print, screen and (min-width: 1024px) {
  .topBg {
    background-size: 125%;
  }
}
@media print, screen and (min-width: 1280px) {
  .topBg {
    background-size: cover;
  }
}
.topBg .topBg__shape {
  width: 100%;
  height: calc(100vh - 90px);
  margin: 0;
  padding: 0;
  position: absolute;
  top: 30px;
  right: 0;
}
@media print, screen and (min-width: 768px) {
  .topBg .topBg__shape {
    width: auto;
    height: 400px;
    top: 90px;
    left: 30%;
  }
}
@media print, screen and (min-width: 1280px) {
  .topBg .topBg__shape {
    height: calc(100vh - 90px);
    top: 70px;
    left: auto;
  }
}
.topBg .topBg__shape img {
  height: 100%;
}

/*=====================================================
  topVi
=====================================================*/
.topVi {
  width: 100%;
  margin: 0;
  padding: 0 0 50px 0;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .topVi {
    padding-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row-reverse;
  }
}
@media print, screen and (min-width: 1280px) {
  .topVi {
    margin-bottom: 180px;
    padding-bottom: 50px;
  }
}
.topVi .topVi__slide {
  width: 100%;
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  .topVi .topVi__slide {
    width: 70%;
    height: auto;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 1280px) {
  .topVi .topVi__slide {
    width: 80%;
  }
}
.topVi .topVi__slide ul {
  margin: 0;
  padding: 0;
}
.topVi .topVi__slide ul li.slick-slide {
  width: 100%;
  height: calc(100vh - 120px);
  margin: 0;
  padding: 0;
  list-style: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  overflow-x: hidden;
  text-indent: -9999px;
}
@media print, screen and (min-width: 768px) {
  .topVi .topVi__slide ul li.slick-slide {
    height: 400px;
  }
}
@media print, screen and (min-width: 1280px) {
  .topVi .topVi__slide ul li.slick-slide {
    height: calc(100vh - 120px);
  }
}
.topVi .topVi__slide ul li.slick-slide:nth-child(1) {
  background-image: url("/images/top/vi_01_sp.png");
}
@media print, screen and (min-width: 768px) {
  .topVi .topVi__slide ul li.slick-slide:nth-child(1) {
    background-image: url("/images/top/vi_01.png");
  }
}
.topVi .topVi__slide ul li.slick-slide:nth-child(2) {
  background-image: url("/images/top/vi_02_sp.png");
}
@media print, screen and (min-width: 768px) {
  .topVi .topVi__slide ul li.slick-slide:nth-child(2) {
    background-image: url("/images/top/vi_02.png");
  }
}
.topVi .topVi__slide ul li.slick-slide:nth-child(3) {
  background-image: url("/images/top/vi_03_sp.png");
}
@media print, screen and (min-width: 768px) {
  .topVi .topVi__slide ul li.slick-slide:nth-child(3) {
    background-image: url("/images/top/vi_03.png");
  }
}
.topVi .topVi__slide ul li.slick-slide:nth-child(4) {
  background-image: url("/images/top/vi_04_sp.png");
}
@media print, screen and (min-width: 768px) {
  .topVi .topVi__slide ul li.slick-slide:nth-child(4) {
    background-image: url("/images/top/vi_04.png");
  }
}
.topVi .topVi__slide .slick-dots li button:before {
  width: 16px;
  height: 16px;
  top: 5px;
  opacity: 0.7;
  overflow: hidden;
  text-indent: -9999px;
  border-radius: 20px;
  background-color: var(--white);
}
.topVi .topVi__slide .slick-dots li.slick-active button:before {
  width: 16px;
  height: 16px;
  top: 5px;
  opacity: 1;
  overflow: hidden;
  text-indent: -9999px;
  border-radius: 20px;
  background-color: var(--white);
}
.topVi .topVi__text {
  width: fit-content;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  right: 0;
  bottom: 45px;
  left: 0;
  color: var(--white);
  writing-mode: vertical-rl;
}
@media print, screen and (min-width: 768px) {
  .topVi .topVi__text {
    width: 30%;
    margin: 30px 0 0 0;
    position: relative;
    bottom: 0;
  }
}
@media print, screen and (min-width: 1280px) {
  .topVi .topVi__text {
    width: 20%;
    margin-top: 0;
  }
}
.topVi .topVi__text .topVi__textJa {
  margin-left: 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-size: 1.6666666667rem;
  line-height: 1.3;
  letter-spacing: 0.3rem;
  text-shadow: -3px 2px 10px #000000;
}
@media print, screen and (min-width: 768px) {
  .topVi .topVi__text .topVi__textJa {
    font-size: 60px;
    font-size: 3.3333333333rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .topVi .topVi__text .topVi__textJa {
    text-shadow: none;
  }
}
.topVi .topVi__text .topVi__textEn {
  font-family: "Playfair Display", sans-serif;
  font-size: 12px;
  font-size: 0.6666666667rem;
  opacity: 0.7;
  text-shadow: -3px 2px 10px #000000;
}
@media print, screen and (min-width: 768px) {
  .topVi .topVi__text .topVi__textEn {
    font-size: 20px;
    font-size: 1.1111111111rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .topVi .topVi__text .topVi__textEn {
    text-shadow: none;
  }
}

/*=====================================================
  topCompany
=====================================================*/
.topCompany {
  width: 100%;
  margin: 0;
  padding: 0;
}
.topCompany .topCompany__inner {
  width: 100%;
  margin: 0;
  padding: 20px;
}
@media print, screen and (min-width: 1280px) {
  .topCompany .topCompany__inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
  }
}

.topCompany__slider {
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 1280px) {
  .topCompany__slider {
    margin-bottom: 120px;
  }
}
.topCompany__slider ul {
  margin: 0;
  padding: 0;
}
.topCompany__slider ul li {
  margin: 0 20px;
  padding: 0;
}

/*=====================================================
  topTitle--white
=====================================================*/
.topTitle--white, .topTitle {
  margin-top: 30px;
  color: var(--white);
}
@media print, screen and (min-width: 1280px) {
  .topTitle--white, .topTitle {
    margin-top: 0;
  }
}
.topTitle--white .topTitle__en, .topTitle .topTitle__en {
  width: 100%;
  margin-bottom: 10px;
  display: inline-block;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
  font-size: 50px;
  font-size: 2.7777777778rem;
}
@media print, screen and (min-width: 1280px) {
  .topTitle--white .topTitle__en, .topTitle .topTitle__en {
    margin-bottom: 16px;
    font-size: 100px;
    font-size: 5.5555555556rem;
  }
}
.topTitle--white .topTitle__ja, .topTitle .topTitle__ja {
  width: 100%;
  margin-bottom: 34px;
  display: inline-block;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 16px;
  font-size: 0.8888888889rem;
}
.topTitle--white .topTitle__ja::after, .topTitle .topTitle__ja::after {
  content: "";
  width: 100px;
  height: 1px;
  position: absolute;
  top: 35px;
  left: 0;
  background-color: var(--white);
}
@media print, screen and (min-width: 1280px) {
  .topTitle--white .topTitle__ja::after, .topTitle .topTitle__ja::after {
    top: 45px;
  }
}
@media print, screen and (min-width: 1280px) {
  .topTitle--white .topTitle__ja, .topTitle .topTitle__ja {
    margin-bottom: 46px;
    font-size: 20px;
    font-size: 1.1111111111rem;
  }
}

/*=====================================================
  topTitle
=====================================================*/
.topTitle .topTitle__en {
  color: var(--base-color);
}
.topTitle .topTitle__ja {
  color: var(--black);
}
.topTitle .topTitle__ja::after {
  background-color: var(--base-color);
}
.topTitle .topTitle__msg {
  color: var(--black);
}

/*=====================================================
  topButton
=====================================================*/
.topButton {
  margin: 0 0 20px 0;
  padding: 0;
}
@media print, screen and (min-width: 1280px) {
  .topButton {
    margin-bottom: 40px;
  }
}

/*=====================================================
  topService
=====================================================*/
.topService {
  width: 100%;
  margin: 0;
  padding: 0;
}
.topService .topService__inner {
  width: 100%;
  margin: 0;
  padding: 20px;
}
@media print, screen and (min-width: 1280px) {
  .topService .topService__inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 0 10px 0;
  }
}
.topService .topService__inner .topService__contents {
  width: 100%;
  margin: 0;
  padding: 0;
}
.topService .topService__inner .topService__contents ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  .topService .topService__inner .topService__contents ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.topService .topService__inner .topService__contents ul li {
  width: 100%;
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
  background-color: var(--white);
  box-shadow: 0 0 15px -5px #676767;
}
@media print, screen and (min-width: 768px) {
  .topService .topService__inner .topService__contents ul li {
    width: 32%;
  }
}
.topService .topService__inner .topService__contents ul li a {
  text-decoration: none;
  color: var(--black);
}
.topService .topService__inner .topService__contents ul li a:hover .topService__image img {
  transform: scale(1.1);
  filter: brightness(1.2);
}
.topService .topService__inner .topService__contents ul li a:hover .topService__title::before {
  transform: rotate(1turn);
}
.topService .topService__inner .topService__contents ul li a .topService__image {
  margin: 0 0 40px 0;
  padding: 0;
  overflow: hidden;
}
.topService .topService__inner .topService__contents ul li a .topService__image img {
  width: 100%;
  transition: all 0.2s;
}
@media print, screen and (min-width: 1280px) {
  .topService .topService__inner .topService__contents ul li a .topService__image img {
    height: 240px;
  }
}
.topService .topService__inner .topService__contents ul li a .topService__title {
  margin-bottom: 20px;
  position: relative;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.3333333333rem;
}
.topService .topService__inner .topService__contents ul li a .topService__title::before {
  content: "";
  width: 60px;
  height: 60px;
  margin: 0 auto;
  padding: 0;
  display: block;
  position: absolute;
  top: -70px;
  right: 0;
  left: 0;
  border-radius: 80px;
  transition: all 0.2s;
  background-color: var(--base-color);
  background-image: url("/images/icon_arrow_white_m_right.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 14px 14px;
}
.topService .topService__inner .topService__contents ul li a .topService__title::after {
  content: "";
  width: 100px;
  height: 1px;
  margin: 0 auto;
  padding: 0;
  background-color: var(--base-color);
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
}
.topService .topService__inner .topService__contents ul li a .topService__text {
  margin: 0;
  padding: 0 30px 60px 30px;
}

/*=====================================================
  topWorks
=====================================================*/
.topWorks {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.topWorks .topWorks__inner {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.topWorks .topWorks__inner a::after {
  content: "";
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 30px;
  bottom: 40px;
  border-radius: 40px;
  background-color: var(--white);
  background-image: url("/images/icon_arrow_primary_m_right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 14px;
  transition: all 0.2s;
}
@media print, screen and (max-width: 430px) {
  .topWorks .topWorks__inner img {
    width: 100%;
  }
  .topWorks .topWorks__inner:first-child {
    border-bottom: 1px solid var(--border-color);
  }
}
@media print, screen and (min-width: 768px) {
  .topWorks .topWorks__inner {
    width: 50%;
  }
}
@media print, screen and (min-width: 1280px) {
  .topWorks .topWorks__inner a::after {
    right: 30px;
    bottom: 60px;
  }
  .topWorks .topWorks__inner a:hover::after {
    transform: rotate(1turn);
  }
  .topWorks .topWorks__inner a img {
    width: 100%;
    transition: all 0.2s;
  }
  .topWorks .topWorks__inner a:hover img {
    transform: scale(1.1);
    filter: brightness(1.2);
  }
}
.topWorks .topWorks__inner .topWorks__text {
  width: 100%;
  margin: 0;
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  color: var(--white);
}
@media print, screen and (min-width: 768px) {
  .topWorks .topWorks__inner .topWorks__text {
    padding: 30px;
  }
}
.topWorks .topWorks__inner .topWorks__text .topWorks__textEn {
  margin-bottom: 10px;
  font-size: 50px;
  font-size: 2.7777777778rem;
  font-family: "Playfair Display", sans-serif;
}
@media print, screen and (min-width: 1280px) {
  .topWorks .topWorks__inner .topWorks__text .topWorks__textEn {
    font-size: 100px;
    font-size: 5.5555555556rem;
  }
}
.topWorks .topWorks__inner .topWorks__text .topWorks__textJa {
  font-size: 18px;
  font-size: 1rem;
  font-family: "Noto Serif JP", serif;
}

/*=====================================================
  topNews
=====================================================*/
.topNews {
  width: 100%;
  margin: 0;
  padding: 0 0 20px 0;
  background-color: #f6f6f6;
}
@media print, screen and (min-width: 1280px) {
  .topNews {
    background-size: 100%;
  }
}
.topNews .topNews__inner {
  width: 100%;
  margin: 0;
  padding: 20px;
}
@media print, screen and (min-width: 768px) {
  .topNews .topNews__inner {
    padding: 60px 20px;
  }
}
@media print, screen and (min-width: 1280px) {
  .topNews .topNews__inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 100px 0;
    display: flex;
    flex-wrap: wrap;
  }
  .topNews .topNews__inner .topTitle {
    width: 35%;
    padding-right: 80px;
  }
}
.topNews .topNews__inner .topNews__contents {
  width: 100%;
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 1280px) {
  .topNews .topNews__inner .topNews__contents {
    width: 65%;
  }
}
.topNews .topNews__inner .topNews__contents .topNews__link {
  margin: 20px 0 0 0;
  padding: 0;
  text-align: right;
}

/*=====================================================
  topRecruit
=====================================================*/
.topRecruit {
  width: 100%;
  margin: 0;
  padding: 0;
  background-image: url("/images/top/recruit_bg.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
@media print, screen and (min-width: 1280px) {
  .topRecruit {
    background-size: 100%;
  }
}
.topRecruit .topRecruit__inner {
  width: 100%;
  margin: 0;
  padding: 20px;
}
@media print, screen and (min-width: 768px) {
  .topRecruit .topRecruit__inner {
    padding: 60px 20px;
  }
}
@media print, screen and (min-width: 1280px) {
  .topRecruit .topRecruit__inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 100px 0;
    display: flex;
    flex-wrap: wrap;
  }
  .topRecruit .topRecruit__inner .topTitle {
    width: 50%;
    padding-right: 80px;
  }
}
@media print, screen and (min-width: 1280px) and (min-width: 1280px) {
  .topRecruit .topRecruit__inner .topTitle {
    order: 1;
  }
}
.topRecruit .topRecruit__inner .topRecruit__img {
  width: 100%;
  margin: 0;
  padding: 0;
}
@media print, screen and (max-width: 430px) {
  .topRecruit .topRecruit__inner .topRecruit__img {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 1280px) {
  .topRecruit .topRecruit__inner .topRecruit__img {
    width: 50%;
    order: 2;
  }
}