@charset "UTF-8";
/*=====================================================
  topVi
=====================================================*/
.topVi {
  position: relative;
  width: 100%;
  height: calc(100vh - 120px);
  background-image: url(/images/top/vi_bg.png);
  background-size: cover;
}
@media print, screen and (min-width: 768px) {
  .topVi {
    height: 370px;
  }
}
@media print, screen and (min-width: 1280px) {
  .topVi {
    height: 841px;
  }
}
.topVi ul {
  margin: 0;
  padding: 0;
}
.topVi ul li {
  width: 100%;
  height: calc(100vh - 120px);
  margin: 0;
  padding: 0;
  list-style: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
@media print, screen and (min-width: 768px) {
  .topVi ul li {
    height: 400px;
    background-position: top right;
  }
}
@media print, screen and (min-width: 1280px) {
  .topVi ul li {
    height: calc(100vh - 80px);
  }
}
.topVi ul li:nth-child(1) {
  background-image: url(/images/top/vi_01_sp.png);
}
@media print, screen and (min-width: 768px) {
  .topVi ul li:nth-child(1) {
    background-image: url(/images/top/vi_01.png);
  }
}
.topVi ul li:nth-child(2) {
  background-image: url(/images/top/vi_02_sp.png);
}
@media print, screen and (min-width: 768px) {
  .topVi ul li:nth-child(2) {
    background-image: url(/images/top/vi_02.png);
  }
}
.topVi ul li:nth-child(3) {
  background-image: url(/images/top/vi_03_sp.png);
}
@media print, screen and (min-width: 768px) {
  .topVi ul li:nth-child(3) {
    background-image: url(/images/top/vi_03.png);
  }
}
.topVi ul li:nth-child(4) {
  background-image: url(/images/top/vi_04_sp.png);
}
@media print, screen and (min-width: 768px) {
  .topVi ul li:nth-child(4) {
    background-image: url(/images/top/vi_04.png);
  }
}
.topVi .topVi__inner {
  position: absolute;
  bottom: 150px;
  left: 4%;
}
@media print, screen and (min-width: 1280px) {
  .topVi .topVi__inner {
    text-align: left;
    position: absolute;
    top: 50%;
    bottom: none;
    left: 2.5%;
    transform: translate(0, -50%);
  }
}
.topVi .topVi__inner .topVi__title {
  width: 100%;
  font-size: 3rem;
  margin-bottom: 15px;
  color: var(--white);
  font-family: "Arial Narrow", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-weight: bold;
  text-shadow: 0 0 10px #474747;
}
@media print, screen and (min-width: 1280px) {
  .topVi .topVi__inner .topVi__title {
    font-size: 12rem;
    margin-bottom: 30px;
  }
}
.topVi .topVi__inner .topVi__text {
  font-size: 1rem;
  margin-bottom: 7px;
  color: var(--white);
  font-family: "Noto Serif JP", serif;
  text-shadow: 0 0 10px #474747;
}
@media print, screen and (min-width: 1280px) {
  .topVi .topVi__inner .topVi__text {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
  }
}

/*=====================================================
  topCompany
=====================================================*/
.topCompany {
  position: relative;
  width: 100%;
  padding: 50px 0;
  background-color: rgba(22, 137, 255, 0.05);
  background-image: url(/images/top/line_bg_02.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}
@media print, screen and (min-width: 768px) {
  .topCompany {
    padding: 83px 0;
  }
}
@media print, screen and (min-width: 1280px) {
  .topCompany {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.topCompany .topCompany__wrap {
  position: relative;
  width: 100%;
  padding: 0 0 40px 0;
}
@media print, screen and (min-width: 1280px) {
  .topCompany .topCompany__wrap {
    width: 45%;
  }
}
.topCompany .topCompany__wrap .topCompany__contents .topCompany__image {
  position: relative;
  width: 85%;
  z-index: 1;
}
@media print, screen and (min-width: 1280px) {
  .topCompany .topCompany__wrap .topCompany__contents .topCompany__image {
    width: fit-content;
    margin: 80px auto;
  }
}
.topCompany .topCompany__wrap .topCompany__contents .topCompany__image::after {
  z-index: -1;
  content: "";
  display: block;
  position: absolute;
  top: 40px;
  left: 40px;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #1689FF, #00DEFF);
}
@media print, screen and (min-width: 1280px) {
  .topCompany .topCompany__wrap .topCompany__contents .topCompany__image::after {
    top: 50px;
    left: 50px;
  }
}
.topCompany .topCompany__inner {
  position: relative;
  padding-top: 30px;
  padding-right: 48px;
  padding-left: 48px;
}
@media print, screen and (min-width: 1280px) {
  .topCompany .topCompany__inner {
    width: calc(50% - 80px);
    padding-top: 140px;
    padding-left: 80px;
  }
}

/*=====================================================
  topTitle
=====================================================*/
.topTitle {
  position: relative;
  padding-bottom: 40px;
}
.topTitle .topTitle__ja {
  font-size: 15px;
  font-size: 0.8333333333rem;
}
@media print, screen and (min-width: 1280px) {
  .topTitle .topTitle__ja {
    font-size: 24px;
    font-size: 1.3333333333rem;
  }
}
.topTitle .topTitle__en {
  color: var(--base-color);
  font-family: "Arial Narrow", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 3.5rem;
}
@media print, screen and (min-width: 1280px) {
  .topTitle .topTitle__en {
    max-width: 100%;
    font-size: 9rem;
  }
}

/*=====================================================
  topCatch
=====================================================*/
.topCatch {
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 27px;
  font-size: 1.5rem;
}

/*=====================================================
  .topText
=====================================================*/
.topText {
  margin-bottom: 30px;
  line-height: 2;
  font-size: 16px;
  font-size: 0.8888888889rem;
}
@media print, screen and (min-width: 1280px) {
  .topText {
    margin-bottom: 47px;
  }
}

/*=====================================================
  topCatch__white
=====================================================*/
.topCatch__white {
  margin-bottom: 20px;
  line-height: 1.5;
  color: var(--white);
  font-size: 27px;
  font-size: 1.5rem;
}

/*=====================================================
  .topText__white
=====================================================*/
.topText__white {
  margin-bottom: 30px;
  line-height: 2;
  color: var(--white);
  font-size: 16px;
  font-size: 0.8888888889rem;
}
@media print, screen and (min-width: 1280px) {
  .topText__white {
    margin-bottom: 47px;
  }
}

/*=====================================================
  topCV
=====================================================*/
.topCV {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 50px;
  background-image: url(/images/top/contact_bg.png);
}
@media print, screen and (min-width: 1280px) {
  .topCV {
    margin-top: 90px;
  }
}
.topCV .topCV__inner {
  position: relative;
  padding-top: 90px;
}
.topCV .topCV__inner .topCV__mainTitleEn {
  color: var(--white);
  font-family: "Arial Narrow", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 3.5rem;
}
@media print, screen and (min-width: 1280px) {
  .topCV .topCV__inner .topCV__mainTitleEn {
    font-size: 9rem;
  }
}
.topCV .topCV__inner .topCV__mainTitleJa {
  margin-bottom: 30px;
  color: var(--white);
  font-size: 15px;
  font-size: 0.8333333333rem;
}
@media print, screen and (min-width: 1280px) {
  .topCV .topCV__inner .topCV__mainTitleJa {
    font-size: 24px;
    font-size: 1.3333333333rem;
  }
}
.topCV .topCV__inner .topCV__text {
  color: var(--white);
  font-size: 13px;
  font-size: 0.7222222222rem;
}
@media print, screen and (min-width: 1280px) {
  .topCV .topCV__inner .topCV__text {
    font-size: 16px;
    font-size: 0.8888888889rem;
  }
}
.topCV .topCV__contact {
  position: relative;
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  .topCV .topCV__contact {
    flex-direction: row;
  }
}
@media print, screen and (min-width: 1280px) {
  .topCV .topCV__contact {
    margin: 0 23%;
    padding-bottom: 40px;
  }
}
.topCV .topCV__contact .topCV__contactArea {
  width: 279px;
  height: auto;
  margin: 28px auto;
  padding: 40px 20px;
  background-color: rgba(30, 57, 138, 0.8);
}
@media print, screen and (min-width: 768px) {
  .topCV .topCV__contact .topCV__contactArea {
    width: 300px;
  }
}
@media print, screen and (min-width: 1280px) {
  .topCV .topCV__contact .topCV__contactArea {
    width: 400px;
    height: auto;
    margin: 50px auto;
  }
}
.topCV .topCV__contact .topCV__contactArea .topCV__mailicon {
  background-image: url(/images/top/icon_mail_white.svg);
  background-size: 60px 60px;
  background-repeat: no-repeat;
  background-position: center;
  height: 60px;
}
@media print, screen and (min-width: 1280px) {
  .topCV .topCV__contact .topCV__contactArea .topCV__mailicon {
    background-size: 80px 80px;
    height: 80px;
  }
}
.topCV .topCV__contact .topCV__contactArea .topCV__mailtitle {
  margin: 16px 0 10px 0;
  text-align: center;
  color: var(--white);
  font-size: 20px;
  font-size: 1.1111111111rem;
}
@media print, screen and (min-width: 1280px) {
  .topCV .topCV__contact .topCV__contactArea .topCV__mailtitle {
    margin: 20px 0;
    font-size: 30px;
    font-size: 1.6666666667rem;
  }
}
.topCV .topCV__contact .topCV__contactArea .topCV__mailtext {
  text-align: center;
  color: var(--white);
  font-size: 13px;
  font-size: 0.7222222222rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 1280px) {
  .topCV .topCV__contact .topCV__contactArea .topCV__mailtext {
    font-size: 16px;
    font-size: 0.8888888889rem;
  }
}
.topCV .topCV__contact .topCV__tellicon {
  background-image: url(/images/top/icon_tel_white.svg);
  background-size: 60px 60px;
  background-repeat: no-repeat;
  background-position: center;
  height: 60px;
}
@media print, screen and (min-width: 1280px) {
  .topCV .topCV__contact .topCV__tellicon {
    background-size: 80px 80px;
    height: 80px;
  }
}
.topCV .topCV__contact .topCV__telltitle {
  margin: 16px 0 10px 0;
  text-align: center;
  color: var(--white);
  font-size: 20px;
  font-size: 1.1111111111rem;
}
@media print, screen and (min-width: 1280px) {
  .topCV .topCV__contact .topCV__telltitle {
    margin: 20px 0;
    font-size: 30px;
    font-size: 1.6666666667rem;
  }
}
.topCV .topCV__contact .topCV__telltext {
  margin-bottom: 10px;
  text-align: center;
  color: var(--white);
  font-size: 13px;
  font-size: 0.7222222222rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 1280px) {
  .topCV .topCV__contact .topCV__telltext {
    font-size: 16px;
    font-size: 0.8888888889rem;
  }
}
.topCV .topCV__contact .topCV__tellnumber {
  margin: 0;
  text-align: center;
  color: var(--white);
  font-size: 20px;
  font-size: 1.1111111111rem;
  font-weight: bolder;
}
@media print, screen and (min-width: 768px) {
  .topCV .topCV__contact .topCV__tellnumber {
    font-size: 26px;
    font-size: 1.4444444444rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .topCV .topCV__contact .topCV__tellnumber {
    font-size: 34px;
    font-size: 1.8888888889rem;
  }
}

/*=====================================================
  .topButton__center
=====================================================*/
.topCV__Button {
  position: relative;
}
@media print, screen and (min-width: 1280px) {
  .topCV__Button {
    margin-left: unset;
    text-align: center;
  }
}

/*=====================================================
  .buttonMore__white
=====================================================*/
.buttonMore__white {
  min-width: 240px;
  padding: 20px 40px 20px 30px;
  position: relative;
  text-align: left;
  display: inline-block;
  line-height: 1.4;
  color: var(--white) !important;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.7777777778rem;
  text-decoration: none;
  background-image: url("/images/icon_arrow_white_l_right.png");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 30px 30px;
  border-radius: 100px;
  border: 1px solid var(--white);
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  .buttonMore__white {
    width: auto;
    max-width: 260px;
  }
}
@media print, screen and (min-width: 1280px) {
  .buttonMore__white {
    width: auto;
    min-width: 320px;
    margin: 0 auto;
    padding: 18px 40px 18px 30px;
    font-size: 18px;
    font-size: 1rem;
    transition: all 0.2s;
  }
  .buttonMore__white:hover {
    color: var(--white) !important;
    background-color: var(--base-color);
    background-image: url("/images/icon_arrow_white_primary_right.png");
    background-position: right 10px center;
    border-color: var(--base-color);
  }
  .buttonMore__white:hover a {
    color: var(--white) !important;
  }
}
@media print, screen and (min-width: 1280px) {
  .buttonMore__white:hover {
    color: var(--base-color) !important;
    background-color: var(--white);
    border-color: var(--white);
  }
  .buttonMore__white:hover::before {
    background-color: var(--base-color);
  }
  .buttonMore__white:hover::after {
    background-color: var(--base-color);
  }
}
.buttonMore__white.on::after {
  rotate: 90deg;
}

@media print, screen and (min-width: 1280px) {
  .topCV__contact .buttonMore__white {
    min-width: 260px !important;
  }
}

/*=====================================================
  topWorks
=====================================================*/
.topWorks {
  position: relative;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 40px;
  background-image: url(/images/top/line_bg_02.png);
  background-size: cover;
  background-color: rgba(22, 137, 255, 0.05);
  z-index: 1;
}
@media print, screen and (min-width: 1280px) {
  .topWorks {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-top: 80px;
  }
}
@media print, screen and (min-width: 1280px) {
  .topWorks::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(0 48%, 88% 48%, 100% 100%, 0 100%);
    background: linear-gradient(to right, #1689FF 50%, #00DEFF);
    z-index: -1;
  }
}
.topWorks .topWorks__wrap {
  position: relative;
  width: 100%;
}
.topWorks .topWorks__wrap .topWorks__contents .topWorks__Front {
  position: relative;
  width: 55%;
  margin-left: auto;
  padding-top: 10%;
  z-index: 10;
}
@media print, screen and (min-width: 1280px) {
  .topWorks .topWorks__wrap .topWorks__contents .topWorks__Front {
    margin-right: 58px;
  }
}
.topWorks .topWorks__wrap .topWorks__contents .topWorks__Back {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  z-index: 9;
}
.topWorks .topWorks__inner {
  position: relative;
  width: 100%;
  padding-top: 30px;
  padding-right: 48px;
  padding-left: 48px;
}
@media print, screen and (min-width: 1280px) {
  .topWorks .topWorks__inner {
    padding-left: 0px;
  }
}
.topWorks .topWorks__inner::after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
  clip-path: polygon(0 20%, 90% 20%, 100% 100%, 0 100%);
  background: linear-gradient(to right, #1689FF, #00DEFF);
  z-index: -1;
}
@media print, screen and (min-width: 1280px) {
  .topWorks .topWorks__inner::after {
    clip-path: unset;
    background: unset;
  }
}
.topWorks .topWorks__inner .topTitle {
  width: 55%;
  padding-bottom: 70px;
}
@media print, screen and (min-width: 1280px) {
  .topWorks .topWorks__inner .topTitle {
    padding-top: 60px;
  }
}
@media print, screen and (min-width: 1280px) {
  .topWorks .topWorks__inner .topWorks__text {
    width: 55%;
  }
}

/*=====================================================
  topNews
=====================================================*/
.topNews {
  position: relative;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 50px;
  background-image: url(/images/top/line_bg_02.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right 0;
}
@media print, screen and (min-width: 1280px) {
  .topNews {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
.topNews .topTitle {
  padding-left: 10%;
}
.topNews .topNews__list {
  padding-bottom: 40px;
  margin: 0% 10%;
}
@media print, screen and (min-width: 1280px) {
  .topNews .topNews__list {
    margin: 0% 18%;
  }
}

/*=====================================================
  topRecruit
=====================================================*/
.topRecruit {
  position: relative;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 40px;
  background: url(/images/top/line_bg_02.png);
  background-size: cover;
  background-color: rgba(22, 137, 255, 0.05);
  z-index: 1;
  background-position: bottom;
}
@media print, screen and (min-width: 1280px) {
  .topRecruit {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
  }
}
@media print, screen and (min-width: 1280px) {
  .topRecruit::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(12% 51%, 100% 51%, 100% 100%, 0 100%);
    background: linear-gradient(to left, #1689FF 50%, #00DEFF);
    z-index: -1;
  }
}
.topRecruit .topRecruit__inner {
  position: relative;
  width: 100%;
  padding-top: 30px;
  padding-right: 48px;
  padding-left: 48px;
}
@media print, screen and (min-width: 1280px) {
  .topRecruit .topRecruit__inner {
    width: 50%;
    padding-right: 60px;
    padding-left: 16%;
  }
}
.topRecruit .topRecruit__inner .topTitle {
  width: 55%;
  padding-bottom: 70px;
}
@media print, screen and (min-width: 1280px) {
  .topRecruit .topRecruit__inner .topTitle {
    padding-top: 60px;
  }
}
.topRecruit .topRecruit__inner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
  clip-path: polygon(10% 24%, 100% 24%, 100% 100%, 0 100%);
  background: linear-gradient(to left, #1689FF, #00DEFF);
  z-index: -1;
}
@media print, screen and (min-width: 1280px) {
  .topRecruit .topRecruit__inner::after {
    clip-path: unset;
    background: unset;
  }
}
.topRecruit .topRecruit__wrap {
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 1280px) {
  .topRecruit .topRecruit__wrap {
    width: 50%;
  }
}
.topRecruit .topRecruit__wrap .topRecruit__image {
  position: relative;
}
@media print, screen and (min-width: 1280px) {
  .topRecruit .topRecruit__wrap .topRecruit__image {
    position: absolute;
    right: 0px;
    bottom: -40px;
  }
}
@media print, screen and (min-width: 1280px) {
  .topRecruit .topText__white {
    max-width: 88%;
  }
}

/*=====================================================
  topBusiness
=====================================================*/
.topBusiness {
  position: relative;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 40px;
  background-image: url(/images/top/line_bg_02.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}
@media print, screen and (min-width: 1280px) {
  .topBusiness {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.topBusiness .topBusiness__inner {
  position: relative;
  padding-right: 45px;
  padding-left: 45px;
  width: 100%;
}
@media print, screen and (min-width: 1280px) {
  .topBusiness .topBusiness__inner {
    padding-right: unset;
    padding-left: unset;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.topBusiness .topBusiness__inner .topBusiness__innerLeft {
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 1280px) {
  .topBusiness .topBusiness__inner .topBusiness__innerLeft {
    width: 58%;
  }
}
@media print, screen and (min-width: 1280px) {
  .topBusiness .topBusiness__inner .topBusiness__innerLeft .topTitle {
    width: fit-content;
    margin: 0 100px 0 auto;
  }
}
.topBusiness .topBusiness__inner .topBusiness__innerRight {
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 1280px) {
  .topBusiness .topBusiness__inner .topBusiness__innerRight {
    width: 42%;
  }
}
.topBusiness .topBusiness__inner .topBusiness__innerRight .topBusiness__text {
  width: 100%;
}
@media print, screen and (min-width: 1280px) {
  .topBusiness .topBusiness__inner .topBusiness__innerRight .topBusiness__text {
    width: 55%;
  }
}
.topBusiness ul.topBusiness__list {
  margin-bottom: 30px;
  padding: 0 0 0 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  list-style-type: none;
}
@media print, screen and (min-width: 1280px) {
  .topBusiness ul.topBusiness__list {
    margin-bottom: 80px;
  }
}
.topBusiness ul.topBusiness__list span {
  position: absolute;
  bottom: 4%;
  left: 5%;
  color: var(--white);
}
@media print, screen and (min-width: 1280px) {
  .topBusiness ul.topBusiness__list span {
    font-size: 26px;
    font-size: 1.4444444444rem;
    bottom: 5%;
    left: 12%;
  }
}
.topBusiness ul.topBusiness__list .topBusiness__listImg {
  width: 50%;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
@media print, screen and (min-width: 1280px) {
  .topBusiness ul.topBusiness__list .topBusiness__listImg {
    width: 25%;
  }
}
.topBusiness ul.topBusiness__list .topBusiness__listImg a {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.topBusiness ul.topBusiness__list .topBusiness__listImg a::before {
  content: "";
  width: 100%;
  height: 30%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, rgb(22, 137, 255), rgba(22, 137, 255, 0));
  z-index: 3;
}
.topBusiness ul.topBusiness__list .topBusiness__listImg a:hover img {
  transform: scale(1.1);
}
.topBusiness ul.topBusiness__list .topBusiness__listImg a img {
  position: relative;
  transition: all 0.2s;
}
.topBusiness ul.topBusiness__list .topBusiness__listImg a span {
  z-index: 5;
}