@charset "UTF-8";

/* ----------------------------------------------------------------
	main-image
---------------------------------------------------------------- */
#main {
  width: 100%;
  height: 100svh;
}
#main .mainVisual {
	max-width: 100vw;
	position: relative;
	overflow: hidden;
}
#main .swiper-slide {
  width: 100%;
  height: 100svh;
}
#main .swiper-slide img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#main .leftbar {
  position: absolute;
  top: 0;
  width: 50px;
  height: 100svh;
  z-index: 10;
  background: #0d62aa;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction:column;
  white-space: nowrap;
}
#main .leftbar span {
  transform:rotate(90deg);
  display: block;
  font-size: 11px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 0.9em;
}
#main h2 {
  position: absolute;
  top: 8.79vw;
  left: 8.79vw;
  z-index: 10;
  font-size: 64px;
  font-weight: 700;
  color: #fff;
  line-height: 1.21;
  letter-spacing: 0.08em;
}
#main h2 span {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.08em;
  padding-top: 1.7vw;
  padding-left: 1.8em;
}
#main h2 span::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 2.42vw;
}

/* Smartphone
----------------------------------------------- */
@media print,screen and (max-width: 999px) {
  #main .leftbar {
    width: 6.33vw;
  }
  #main .leftbar span {
    font-size: 2.53vw;
  }
  #main h2 {
    top: 21.52vw;
    left: 10.13vw;
    font-size: 9.11vw;
    line-height: 1.11;
  }
  #main h2 span {
    font-size: 3.54vw;
    padding-top: 4.56vw;
    padding-left: 1.8em;
    line-height: 1.5;
  }
  #main h2 span::before {
    width: 4.05vw;
    height: 0.25vw;
    top: 7.04vw;
  }
}/* Smartphone End */


/* ----------------------------------------------------------------
	.introduction
---------------------------------------------------------------- */
.introduction {
  width: 100%;
  position: relative;
  margin-bottom: 12.12vw;
  padding: 16.36vw 0 6.06vw 23.03vw;
}
.introduction::after {
  content: "";
  display: block;
  width: 13.64vw;
  height: 100%;
  background: #0d62aa;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.introduction .bg01,
.introduction .bg02 {
  position: absolute;
  font-size: 15.76vw;
  font-weight: 700;
  color: #fff;
  mix-blend-mode: overlay;
  letter-spacing: 0.02em;
  line-height: 1;
  left: 4.24vw;
  z-index: 2;
}
.introduction .bg01 {
  top: 7.55vw;
}
.introduction .bg02 {
  top: 21.03vw;
}
.introduction h2 {
  position: relative;
  z-index: 5;
  font-size: max(3.39vw,56px);
  font-weight: 900;
  line-height: 1.29;
  padding-bottom: 2.42vw;
  padding-right: 20.42vw;
}
.introduction h3 {
  position: relative;
  z-index: 5;
  font-size: max(1.09vw,18px);
  font-weight: 500;
  line-height: 3;
  letter-spacing: 0.025em;
  padding-right: 22.42vw;
}
.introduction .img01 {
  position: absolute;
  width: 14.55vw;
  top: 7.27vw;
  right: 0;
  z-index: 3;
}
.introduction .img02 {
  position: absolute;
  width: 14.55vw;
  top: 30.91vw;
  right: 6.06vw;
  z-index: 4;
}

/* Smartphone
----------------------------------------------- */
@media print,screen and (max-width: 999px) {
  .introduction {
    margin-bottom: 30.38vw;
    padding: 26.84vw 7.59vw 83.54vw 20.25vw;
  }
  .introduction::after {
    width: 15.19vw;
  }
  .introduction .bg01,
  .introduction .bg02 {
    font-size: 24.05vw;
    left: 2.53vw;
  }
  .introduction .bg01 {
    top: 8.86vw;
  }
  .introduction .bg02 {
    top: 29.37vw;
  }
  .introduction h2 {
    font-size: 7.59vw;
    line-height: 1.25;
    padding-bottom: 8.1vw;
    padding-right: 0;
  }
  .introduction h3 {
    font-size: 3.8vw;
    line-height: 2;
    padding-right: 0;
  }
  .introduction .img01 {
    width: 43.67vw;
    top: inherit;
    bottom: 0;
  }
  .introduction .img02 {
    width: 43.67vw;
    top: inherit;
    bottom: 29.75vw;
    right: 37.34vw;
  }
}/* Smartphone End */


/* ----------------------------------------------------------------
	.cont01
---------------------------------------------------------------- */
.cont01 {
  width: 100%;
  background: #0d62aa;
  padding-bottom: 160px;
  position: relative;
  overflow: hidden;
}
.cont01::before {
  content: '';
  position: absolute;
  top: 62vw;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2000px;
  background-color: #106ebe;
  transform: skewY(-35deg) translateY(90px);
  z-index: 0;
}
.cont01 .area01 {
  position: relative;
  width: 100%;
  padding: 8.7vw 0 7.27vw;
}
.cont01 .bgtxt {
  overflow: hidden;
}
.cont01 .loop_wrap {
  display: flex;
  width: 100%;
  height: 18.91vw;
  overflow: hidden;
  position: absolute;
  top: -2.73vw;
  z-index: 1;
}
.cont01 .loop_wrap div {
    flex: 0 0 auto;
    white-space: nowrap;
    font-size: 14.55vw;
    font-weight: 700;
    left: 0.02em;
    overflow: hidden;
    line-height: 1;
    color: rgba(255, 255, 255, 0.1);
}
.cont01 .area01 .loop_wrap div:nth-child(odd) {
  animation: loop 100s -50s linear infinite;
}
.cont01 .area01 .loop_wrap div:nth-child(even) {
  animation: loop2 100s linear infinite;
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
  @keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.cont01 .area02 .loop_wrap div:nth-child(odd) {
  animation: loop3 100s -50s linear infinite;
}
.cont01 .area02 .loop_wrap div:nth-child(even) {
  animation: loop4 100s linear infinite;
}
@keyframes loop3 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
  @keyframes loop4 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.cont01 .area01 .box {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 88.79%;
	margin: 0 0 0 11.21%;
  position: relative;
  z-index: 2;
}
.cont01 .area01 .box ul {
  width: 45%;
}
.cont01 .area01 .box ul li {
  padding-right: 5.45vw;
  color: #fff;
}
.cont01 .area01 .box ul li:nth-child(1) {
  padding-bottom: 1.21vw;
}
.cont01 .area01 .box ul li:nth-child(1) h3 {
  font-size: max(4.85vw,80px);
  font-weight: 600;
  line-height: 1.1;
  color: #fff;
}
.cont01 .area01 .box ul li:nth-child(2) {
  font-size: max(1.33vw,22px);
  font-weight: 500;
  letter-spacing: 0.24em;
  padding-bottom: 1.33vw;
}
.cont01 .area01 .box ul li:nth-child(3) {
  font-size: max(0.97vw,16px);
  padding-bottom: 5.7vw;
}
.cont01 .area01 .box p {
  width: 55%;
}
.cont01 .area02 {
  position: relative;
  width: 100%;
  padding: 8.7vw 0 0;
}
.cont01 .area02 .box {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 88.79%;
	margin: 0 11.21% 0 0;
  position: relative;
  z-index: 2;
}
.cont01 .area02 .box ul {
  width: 45%;
}
.cont01 .area02 .box ul li {
  padding-left: 6.97vw;
  color: #fff;
}
.cont01 .area02 .box ul li:nth-child(1) {
  padding-bottom: 1.21vw;
}
.cont01 .area02 .box ul li:nth-child(1) h3 {
  font-size: max(4.85vw,80px);
  font-weight: 600;
  line-height: 1.1;
  color: #fff;
}
.cont01 .area02 .box ul li:nth-child(2) {
  font-size: max(1.33vw,22px);
  font-weight: 500;
  letter-spacing: 0.24em;
  padding-bottom: 1.33vw;
}
.cont01 .area02 .box ul li:nth-child(3) {
  font-size: max(0.97vw,16px);
  padding-bottom: 5.7vw;
}
.cont01 .area02 .box p {
  width: 55%;
}

/* Smartphone
----------------------------------------------- */
@media print,screen and (max-width: 999px) {
  .cont01 {
    padding-bottom: 20.25vw;
  }
  .cont01::before {
    top: 190.24vw;
    height: 210.87vw;
    transform: skewY(-45deg) translateY(90px);
  }
  .cont01 .area01 {
    padding: 15.19vw 0 15.19vw;
  }
  .cont01 .loop_wrap {
    height: 30.91vw;
    top: -4.73vw;
    z-index: 1;
  }
  .cont01 .loop_wrap div {
      font-size: 25.32vw;
  }
  .cont01 .area01 .box {
    display: flex;
    width: 84.81vw;
    margin: 0 auto 0;
  }
  .cont01 .area01 .box ul {
    width: 100%;
  }
  .cont01 .area01 .box ul {
    order: 2;
  }
  .cont01 .area01 .box p {
    order: 1;
  }
  .cont01 .area01 .box ul li {
    padding-right: 0;
  }
  .cont01 .area01 .box ul li:nth-child(1) {
    padding-bottom: 5.06vw;
  }
  .cont01 .area01 .box ul li:nth-child(1) h3 {
    font-size: 11.14vw;
  }
  .cont01 .area01 .box ul li:nth-child(2) {
    font-size: 4.05vw;
    padding-bottom: 6.33vw;
  }
  .cont01 .area01 .box ul li:nth-child(3) {
    font-size: 3.8vw;
    padding-bottom: 12.66vw;
  }
  .cont01 .area01 .box ul li:nth-child(4) a {
    margin: 0 auto;
  }
  .cont01 .area01 .box p {
    width: 100%;
    margin-bottom: 9.11vw;
  }
  .cont01 .area02 {
    padding: 15.19vw 0 0;
  }
  .cont01 .area02 .box {
    display: flex;
    width: 84.81vw;
    margin: 0 auto 0;
  }
  .cont01 .area02 .box ul {
    width: 100%;
  }
  .cont01 .area02 .box ul li {
    padding-left: 0;
  }
  .cont01 .area02 .box ul li:nth-child(1) {
    padding-bottom: 5.06vw;
  }
  .cont01 .area02 .box ul li:nth-child(1) h3 {
    font-size: 11.14vw;
  }
  .cont01 .area02 .box ul li:nth-child(2) {
    font-size: 4.05vw;
    padding-bottom: 6.33vw;
  }
  .cont01 .area02 .box ul li:nth-child(3) {
    font-size: 3.8vw;
    padding-bottom: 12.66vw;
  }
  .cont01 .area02 .box ul li:nth-child(4) a {
    margin: 0 auto;
  }
  .cont01 .area02 .box p {
    width: 100%;
    margin-bottom: 9.11vw;
  }
}/* Smartphone End */


/* ----------------------------------------------------------------
	.cont02
---------------------------------------------------------------- */
.cont02 {
  width: 100%;
  position: relative;
  background: #fff;
  padding: 9.7vw 0 8.48vw;
}
.cont02::after {
  content: "";
  display: block;
  width: 24.55vw;
  height: 45.33vw;
  background: url("../images/top/bg_img.jpg") left top / contain no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.cont02 .inr {
  width: 77.58vw;
  margin: 0 auto 7.27vw;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.cont02 .inr ul {
  width: 57%;
  position: relative;
  z-index: 1;
}
.cont02 .inr ul li h3 {
  font-size: max(4.85vw,80px);
  font-weight: 600;
  line-height: 1.1;
  position: relative;
  z-index: 2;
  padding-bottom: 2.42vw;
}
.cont02 .inr ul li:nth-child(2) {
  font-size: max(1.33vw,22px);
  font-weight: 500;
  letter-spacing: 0.24em;
  padding-bottom: 1.33vw;
}
.cont02 .inr ul li:nth-child(3) {
  font-size: max(0.97vw,16px);
}
.cont02 .inr p {
  width: 43%;
  position: relative;
}
.cont02 .inr p a {
  position: absolute;
  left: 5.45vw;
  bottom: 0;
}
.cont02 .slider-wrapper {
  display: flex;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.cont02 .slider {
  animation: scroll-left 40s infinite linear .5s both;
  display: flex;
}
.cont02 .slide {
  width: calc(100vw / 3);
  display: flex;
  justify-content: center;
  align-items: center;
}
.cont02 .slide img {
  display: block;
  width: 92%;
}
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/* Smartphone
----------------------------------------------- */
@media print,screen and (max-width: 999px) {
  .cont02 {
    padding: 20.25vw 0 20.25vw;
  }
  .cont02::after {
    width: 39.87vw;
    height: 73.67vw;
    background: url("../images/top/bg_img.jpg") left top / contain no-repeat;
  }
  .cont02 .inr {
    width: 79.75vw;
    margin: 0 auto 15.19vw;
  }
  .cont02 .inr ul {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .cont02 .inr ul li h3 {
    font-size: 11.14vw;
    padding-bottom: 5.06vw;
  }
  .cont02 .inr ul li:nth-child(2) {
    font-size: 4.05vw;
    padding-bottom: 6.33vw;
  }
  .cont02 .inr ul li:nth-child(3) {
    font-size: 3.8vw;
    padding-bottom: 12.66vw;
  }
  .cont02 .inr p {
    width: 100%;
    position: relative;
  }
  .cont02 .inr p a {
    position: inherit;
    left: inherit;
    bottom: inherit;
    margin: 0 auto;
  }
  .cont02 .slider {
    animation: scroll-left 40s infinite linear .5s both;
    display: flex;
  }
  .cont02 .slide {
    width: calc(100vw / 2);
  }
  .cont02 .slide img {
    display: block;
    width: 92%;
  }
}/* Smartphone End */


/* ----------------------------------------------------------------
	.recruit
---------------------------------------------------------------- */
.recruit {
  width: 100%;
  padding: 14.24vw 0 19.39vw;
  background: url("../images/top/pc_recruit_bg.jpg") center center / cover no-repeat;
  position: relative;
}
.recruit ul {
  width: 100%;
}
.recruit ul li {
  text-align: center;
  color: #fff;
}
.recruit ul li h3 {
  font-size: max(4.85vw,80px);
  font-weight: 600;
  line-height: 1.1;
  position: relative;
  z-index: 2;
  padding-bottom: 2.42vw;
  color: #fff;
}
.recruit ul li:nth-child(2) {
  font-size: max(1.33vw,22px);
  font-weight: 500;
  letter-spacing: 0.24em;
  padding-bottom: 1.33vw;
}
.recruit ul li:nth-child(3) {
  font-size: max(0.97vw,16px);
  margin-bottom: 4.85vw;
}
.recruit ul li a {
  margin: 0 auto;
}
.recruit .recruit_img {
  position: absolute;
}
.recruit .recruit_img.recruit_img01 {
  top: 9.7vw;
  left: 15.15vw;
  width: 18.18vw;
  z-index: 2;
}
.recruit .recruit_img.recruit_img02 {
  top: 19.39vw;
  left: 8.79vw;
  width: 15.76vw;
  z-index: 3;
}
.recruit .recruit_img.recruit_img03 {
  top: 30.3vw;
  left: 16.36vw;
  width: 14.55vw;
  z-index: 2;
}
.recruit .recruit_img.recruit_img04 {
  top: 7.27vw;
  right: 15.52vw;
  width: 14.55vw;
  z-index: 5;
}
.recruit .recruit_img.recruit_img05 {
  top: 22.73vw;
  right: 8.79vw;
  width: 18.18vw;
  z-index: 4;
}
.recruit .recruit_img.recruit_img06 {
  top: 36.12vw;
  right: 20.3vw;
  width: 15.76vw;
  z-index: 3;
}

/* Smartphone
----------------------------------------------- */
@media print,screen and (max-width: 999px) {
  .recruit {
    padding: 20.25vw 0 63.29vw;
    background: url("../images/top/sp_recruit_bg.jpg") center center / cover no-repeat;
  }
  .recruit ul li h3 {
    font-size: 11.14vw;
    padding-bottom: 5.06vw;
  }
  .recruit ul li:nth-child(2) {
    font-size: 4.05vw;
    padding-bottom: 6.33vw;
  }
  .recruit ul li:nth-child(3) {
    font-size: 3.8vw;
    margin-bottom: 12.66vw;
  }
  .recruit .recruit_img {
    position: inherit;
    display: none;
  }
}/* Smartphone End */
