@charset "UTF-8";
/*==================================================
  topIntro
==================================================*/
.topIntro {
  width: 100%;
  margin: 0;
  padding: 0 0 200px 0;
  background: linear-gradient(90deg, rgb(12, 116, 200) 0%, rgb(4, 193, 248) 100%);
  position: relative;
}
@media print, screen and (min-width: 1200px) {
  .topIntro {
    padding: 40px 0 240px 0;
  }
}
.topIntro .topIntro__bg {
  width: 100%;
  height: 100px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
@media print, screen and (min-width: 1200px) {
  .topIntro .topIntro__bg {
    height: 300px;
  }
}
.topIntro #particles-js {
  width: 100%;
  height: 3000px;
  position: absolute;
  top: 400px;
  left: 0;
}

/*==================================================
  topVi
==================================================*/
.topVi {
  width: 100%;
  margin: 0 0 40px 0;
  padding: 0 0 60px 20px;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .topVi {
    padding-left: 40px;
  }
}
@media print, screen and (min-width: 1200px) {
  .topVi {
    width: 1600px;
    margin: 0 auto;
    padding: 0;
  }
}
.topVi .topVi__lead {
  width: 80%;
  margin: 0;
  padding: 15px 25px;
  font-size: 22px;
  font-size: 1rem;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  line-height: 1.4;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  z-index: 3;
  background: linear-gradient(90deg, rgb(12, 116, 200) 0%, rgb(4, 193, 248) 100%);
}
@media print, screen and (min-width: 768px) {
  .topVi .topVi__lead {
    width: 60%;
    font-size: 32px;
    font-size: 1.4545454545rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .topVi .topVi__lead {
    width: 50%;
    padding: 30px 40px;
    font-size: 54px;
    font-size: 2.4545454545rem;
    bottom: 80px;
  }
}

/*=================================================
  topAbout
=================================================*/
.topAbout {
  width: 100%;
  margin: 0;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
}
@media print, screen and (min-width: 768px) {
  .topAbout {
    margin: 0;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 1200px) {
  .topAbout {
    width: 1400px;
    margin: 100px auto 0 auto;
    padding: 0;
    position: relative;
  }
}
.topAbout .topAbout__mainTitle {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 20px;
  font-size: 0.9090909091rem;
  letter-spacing: 0;
  line-height: 1.6;
  color: #fff;
  font-weight: 700;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}
@media print, screen and (min-width: 768px) {
  .topAbout .topAbout__mainTitle {
    font-size: 28px;
    font-size: 1.2727272727rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .topAbout .topAbout__mainTitle {
    width: 920px;
    font-size: 36px;
    font-size: 1.6363636364rem;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 1;
    margin: 0;
  }
}
.topAbout .topAbout__lead {
  width: 100%;
  margin: 0 0 40px 0;
  padding: 0;
  font-size: 14px;
  font-size: 0.6363636364rem;
  line-height: 1.6;
  color: #fff;
}
@media print, screen and (min-width: 1200px) {
  .topAbout .topAbout__lead {
    width: 920px;
    font-size: 18px;
    font-size: 0.8181818182rem;
    position: absolute;
    right: 0;
    top: 60px;
    line-height: 1;
    margin: 0;
  }
}
.topAbout .topAbout__box {
  width: 300px;
  margin: 0 auto 40px auto;
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  .topAbout .topAbout__box {
    width: 31%;
    margin: 0;
  }
  .topAbout .topAbout__box br {
    display: none;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1200px) {
  .topAbout .topAbout__box br {
    display: block;
  }
}
@media print, screen and (min-width: 1200px) {
  .topAbout .topAbout__box {
    position: relative;
  }
  .topAbout .topAbout__box:nth-of-type(2) {
    margin-top: 140px;
  }
  .topAbout .topAbout__box:nth-of-type(3) {
    margin-top: 240px;
  }
}
.topAbout .topAbout__box .topAbout__image {
  margin: 0 0 14px 0;
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  .topAbout .topAbout__box .topAbout__image {
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 1200px) {
  .topAbout .topAbout__box .topAbout__image {
    margin-bottom: 20px;
  }
}
.topAbout .topAbout__box .topAbout__title {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 18px;
  font-size: 0.8181818182rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .topAbout .topAbout__box .topAbout__title {
    font-size: 16px;
    font-size: 0.7272727273rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .topAbout .topAbout__box .topAbout__title {
    font-size: 22px;
    font-size: 1rem;
  }
}
.topAbout .topAbout__box .topAbout__text {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-size: 0.7272727273rem;
  color: #fff;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .topAbout .topAbout__box .topAbout__text {
    font-size: 14px;
    font-size: 0.6363636364rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .topAbout .topAbout__box .topAbout__text {
    font-size: 16px;
    font-size: 0.7272727273rem;
  }
}
.topAbout .topAbout__button {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.topAbout .topAbout__button a {
  width: 240px;
  display: inline-block;
  position: relative;
  z-index: 10;
  overflow: hidden;
  border-radius: 50px;
}
@media print, screen and (min-width: 1200px) {
  .topAbout .topAbout__button a {
    width: 300px;
    font-size: 22px;
    font-size: 1rem;
  }
  .topAbout .topAbout__button a::before {
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -100%;
    background-color: #fff;
    transition: all 0.2s;
    z-index: 1;
  }
  .topAbout .topAbout__button a:hover {
    background-position: right 10px center;
  }
  .topAbout .topAbout__button a:hover::before {
    left: 0;
  }
  .topAbout .topAbout__button a:hover span {
    color: #0c74dc;
    background-image: url(/images/icon_arrow_primary_m_right.svg);
    background-position: right 10px center;
  }
}
.topAbout .topAbout__button span {
  width: 100%;
  padding: 18px 40px;
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-size: 0.7272727273rem;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  color: #fff;
  position: relative;
  transition: all 0.2s;
  cursor: pointer;
  background-color: transparent;
  background-image: url(/images/icon_arrow_white_m_right.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 11px 11px;
  border: 1px solid #fff;
  border-radius: 50px;
  z-index: 10;
}

/*=====================================================
  topService
=====================================================*/
.topService {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 100px 0 0 0;
  position: relative;
  margin-top: -160px;
  overflow: hidden;
  background: linear-gradient(90deg, rgb(4, 193, 248) 0%, rgb(12, 116, 200) 100%);
  clip-path: polygon(0 2%, 50% 0, 100% 2%, 100% 100%, 0 100%);
}
@media print, screen and (min-width: 768px) {
  .topService {
    margin-top: -140px;
    padding-top: 80px;
  }
}
@media print, screen and (min-width: 1200px) {
  .topService {
    margin-top: -170px;
    padding-top: 100px;
    clip-path: polygon(0 10%, 50% 0, 100% 10%, 100% 100%, 0 100%);
  }
}
.topService .topService__inner {
  width: 100%;
  padding: 0 20px;
}
@media print, screen and (min-width: 1200px) {
  .topService .topService__inner {
    width: 1400px;
    margin: 0 auto;
    padding: 0;
  }
}
.topService .topService__title {
  width: 100%;
  margin: 0 auto 40px auto;
  display: block;
  text-align: center;
}
@media print, screen and (min-width: 1200px) {
  .topService .topService__title {
    margin-bottom: 60px;
  }
}
.topService .topService__title .topService__titleEn {
  width: 100%;
  margin: 0 0 8px 0;
  padding: 0;
  font-size: 48px;
  font-size: 2.1818181818rem;
  font-weight: 700;
  color: #fff;
  display: block;
  font-family: Helvetica, Arial, sans-serif;
}
.topService .topService__title .topService__titleJa {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  font-size: 14px;
  font-size: 0.6363636364rem;
  font-weight: 700;
  color: #fff;
}
.topService .topService__list {
  width: 100%;
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 1200px) {
  .topService .topService__list {
    margin-bottom: 60px;
  }
}
.topService .topService__list ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.topService .topService__list ul li {
  width: 100%;
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
}
@media print, screen and (min-width: 768px) {
  .topService .topService__list ul li {
    width: 32%;
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 1200px) {
  .topService .topService__list ul li {
    width: 30%;
  }
}
.topService .topService__list ul li a {
  text-decoration: none;
  color: #fff;
  display: block;
}
@media print, screen and (min-width: 1200px) {
  .topService .topService__list ul li a:hover {
    text-decoration: underline;
  }
  .topService .topService__list ul li a:hover .topService__listIcon {
    top: -10px;
  }
}
.topService .topService__list ul li a .topService__listIcon {
  width: 140px;
  height: 140px;
  margin: 0 auto 10px auto;
  padding: 25px;
  display: block;
  position: relative;
  top: 0;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.2s;
  box-shadow: 0px 0px 15px -5px #066fd7;
}
.topService .topService__list ul li a .topService__listTitle {
  width: 100%;
  margin: 0 auto 6px auto;
  padding: 0;
  display: block;
  font-size: 24px;
  font-size: 1.0909090909rem;
  font-weight: 700;
  text-align: center;
}
.topService .topService__list ul li a .topService__listLead {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  font-size: 16px;
  font-size: 0.7272727273rem;
}
@media print, screen and (min-width: 1200px) {
  .topService .topService__list ul li a .topService__listLead {
    font-size: 22px;
    font-size: 1rem;
  }
}
.topService #particles-service-js {
  width: 100%;
  height: 3000px;
  position: absolute;
  top: 0;
  left: 0;
}

/*==================================================
  topNews
==================================================*/
.topNews {
  width: 100%;
  margin: 0 0 40px 0;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
}
@media print, screen and (min-width: 1200px) {
  .topNews {
    width: 1400px;
    margin: 0 auto 100px auto;
    padding: 60px;
  }
}
.topNews .topNews__title {
  width: 100%;
  margin: 0 auto 20px auto;
  display: block;
  text-align: center;
}
@media print, screen and (min-width: 1200px) {
  .topNews .topNews__title {
    width: 240px;
    text-align: left;
  }
}
.topNews .topNews__title .topNews__titleEn {
  width: 100%;
  margin: 0 0 8px 0;
  padding: 0;
  font-size: 48px;
  font-size: 2.1818181818rem;
  font-weight: 700;
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  background: linear-gradient(90deg, rgb(12, 116, 200) 0%, rgb(4, 193, 248) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.topNews .topNews__title .topNews__titleJa {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  font-size: 14px;
  font-size: 0.6363636364rem;
  font-weight: 700;
}
.topNews .topNews__list {
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 1200px) {
  .topNews .topNews__list {
    width: calc(100% - 240px);
  }
}
.topNews .topNews__list ul {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ccc;
}
.topNews .topNews__list ul li {
  width: 100%;
  margin: 0;
  padding: 15px 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  border-top: 1px solid #ccc;
}
@media print, screen and (min-width: 1200px) {
  .topNews .topNews__list ul li {
    padding: 24px 0;
  }
}
.topNews .topNews__list ul li .topNews__date {
  width: 100%;
  margin: 0 0 4px 0;
  padding: 0;
  display: block;
  font-size: 16px;
  font-size: 0.7272727273rem;
  line-height: 1.8;
}
@media print, screen and (min-width: 1200px) {
  .topNews .topNews__list ul li .topNews__date {
    width: 200px;
    margin: 0;
    font-size: 22px;
    font-size: 1rem;
  }
}
.topNews .topNews__list ul li .topNews__link {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  font-size: 16px;
  font-size: 0.7272727273rem;
  line-height: 1.8;
}
@media print, screen and (min-width: 1200px) {
  .topNews .topNews__list ul li .topNews__link {
    width: calc(100% - 200px);
    font-size: 22px;
    font-size: 1rem;
  }
}
.topNews .topNews__list ul li .topNews__link a {
  color: #010f17;
  text-decoration: none;
}
.topNews .topNews__list ul li .topNews__link a:hover {
  color: #0353a2;
  text-decoration: underline;
}
.topNews .topNews__buttonList {
  margin: 20px 0 0 auto;
}

/*==================================================
  topRecruit
==================================================*/
.topRecruit {
  width: 100%;
  background-color: #92ce02;
}
.topRecruit .topRecruit__inner {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media print, screen and (min-width: 1200px) {
  .topRecruit .topRecruit__inner {
    width: 1400px;
    margin: 0 auto;
  }
}
.topRecruit .topRecruit__inner .topRecruit__image {
  width: 100%;
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  .topRecruit .topRecruit__inner .topRecruit__image {
    padding: 40px 20px 0 20px;
  }
}
@media print, screen and (min-width: 1200px) {
  .topRecruit .topRecruit__inner .topRecruit__image {
    width: 70%;
    padding: 0;
    order: 2;
  }
}
.topRecruit .topRecruit__inner .topRecruit__block {
  width: 100%;
  padding: 30px 20px 40px 20px;
}
@media print, screen and (min-width: 1200px) {
  .topRecruit .topRecruit__inner .topRecruit__block {
    width: 30%;
    padding: 0;
    order: 1;
  }
}
.topRecruit .topRecruit__inner .topRecruit__block .topRecruit__title {
  width: 100%;
  margin: 0 auto 20px auto;
  display: block;
  text-align: center;
  color: #fff;
}
@media print, screen and (min-width: 1200px) {
  .topRecruit .topRecruit__inner .topRecruit__block .topRecruit__title {
    margin: 0 0 20px;
    text-align: left;
  }
}
.topRecruit .topRecruit__inner .topRecruit__block .topRecruit__title .topRecruit__titleEn {
  width: 100%;
  margin: 0 0 8px 0;
  padding: 0;
  font-size: 48px;
  font-size: 2.1818181818rem;
  font-weight: 700;
  display: block;
  font-family: Helvetica, Arial, sans-serif;
}
@media print, screen and (min-width: 1200px) {
  .topRecruit .topRecruit__inner .topRecruit__block .topRecruit__title .topRecruit__titleEn {
    font-size: 80px;
    font-size: 3.6363636364rem;
  }
}
.topRecruit .topRecruit__inner .topRecruit__block .topRecruit__title .topRecruit__titleJa {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  font-size: 14px;
  font-size: 0.6363636364rem;
  font-weight: 700;
}
@media print, screen and (min-width: 1200px) {
  .topRecruit .topRecruit__inner .topRecruit__block .topRecruit__title .topRecruit__titleJa {
    font-size: 20px;
    font-size: 0.9090909091rem;
  }
}
.topRecruit .topRecruit__inner .topRecruit__block .topRecruit__catch {
  width: 100%;
  margin: 0 0 30px 0;
  padding: 0;
  font-size: 28px;
  font-size: 1.2727272727rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media print, screen and (min-width: 1200px) {
  .topRecruit .topRecruit__inner .topRecruit__block .topRecruit__catch {
    text-align: left;
    font-size: 34px;
    font-size: 1.5454545455rem;
  }
}

/*==================================================
  topBanner
==================================================*/
.topBanner {
  width: 100%;
  padding: 40px 20px;
}
@media print, screen and (min-width: 1200px) {
  .topBanner {
    padding: 60px 0 40px 0;
  }
}
.topBanner ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media print, screen and (min-width: 768px) {
  .topBanner ul {
    max-width: 1400px;
    margin: 0 auto;
    justify-content: flex-start;
  }
}
.topBanner ul li {
  width: 49%;
  margin: 0 0 2% 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .topBanner ul li {
    width: 23.5%;
    margin: 0 2% 2% 0;
  }
  .topBanner ul li:nth-child(4n) {
    margin-right: 0;
  }
}
@media print, screen and (min-width: 1200px) {
  .topBanner ul li {
    width: 18.4%;
    margin: 0 2% 2% 0;
  }
  .topBanner ul li:nth-child(4n) {
    margin-right: 2%;
  }
  .topBanner ul li:nth-child(5n) {
    margin-right: 0;
  }
}