@charset "UTF-8";

/* =======================================
  main-visual
======================================= */
.main-visual {
  position: relative;
  width: 100%;
  /* height: 620px; */
  /* height: 820px; */
  height: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

/* sp main-visual */
@media screen and (max-width:560px) {
  .main-visual {
    height: 180.35vw;
  }
}

/* main-banner */
.main-banner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.main-visual video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  /* width: 100%;
  height: 100%;
  object-position: top; */
  object-fit: cover;
  z-index: -1;
}

.main-banner__inner {
  margin: 0 auto;
  /* width: 1080px; */
  width: 95%;
  height: 100%;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main-banner__contents {
  /* margin: 395px 0 0 0; */
  /* margin: 600px 0 0 0; */
  margin: 550px 0 0 0;
  /* margin: 800px 0 0 0; */
  /* margin: 500px 0 0 0; */
  /* margin: 300px 0 0 0; */
}

.main-banner__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main-banner__title-text {
  width: 100%;
  color: var(--color-white01);
  /* text-shadow:
    5px 5px 5px rgba(0, 0, 0, 0.25), -5px -5px 5px rgba(0, 0, 0, 0.25),
    -5px 5px 5px rgba(0, 0, 0, 0.25), 5px -5px 5px rgba(0, 0, 0, 0.25),
    5px 0px 5px rgba(0, 0, 0, 0.25), -5px -0px 5px rgba(0, 0, 0, 0.25),
    0px 5px 5px rgba(0, 0, 0, 0.25), 0px -5px 5px rgba(0, 0, 0, 0.25); */
  text-shadow:
    5px 5px 5px rgba(255, 255, 255, 0.25), -5px -5px 5px rgba(255, 255, 255, 0.25),
    -5px 5px 5px rgba(255, 255, 255, 0.25), 5px -5px 5px rgba(255, 255, 255, 0.25),
    5px 0px 5px rgba(255, 255, 255, 0.25), -5px -0px 5px rgba(255, 255, 255, 0.25),
    0px 5px 5px rgba(255, 255, 255, 0.25), 0px -5px 5px rgba(255, 255, 255, 0.25);
}

.main-banner__title-text:nth-child(2) {
  margin-top: 10px;
}

.main-banner__title-text--nomal {
  /* font-size: 25px; */
  font-size: 45px;
  font-weight: 700;
  line-height: 1.44;
}

.main-banner__title-text--big {
  /* font-size: 65px; */
  font-size: 85px;
  line-height: 1.44;
  font-weight: 900;
}

/* sp main-banner */
@media screen and (max-width:560px) {
  /* .main-visual video {
    transform: translate(-50%, -50%);
  } */
  
  .main-banner__inner {
    width: 89.28vw;
  }

  .main-banner__contents {
    /* margin: 124.1vw 0 0 0; */
    margin: 102.1vw 0 0 0;
  }

  .main-banner__title-text {
    /* text-shadow:
      0.89vw 0.89vw 0.89vw rgba(0, 0, 0, 0.25), -0.89vw -0.89vw 0.89vw rgba(0, 0, 0, 0.25),
      -0.89vw 0.89vw 0.89vw rgba(0, 0, 0, 0.25), 0.89vw -0.89vw 0.89vw rgba(0, 0, 0, 0.25),
      0.89vw 0vw 0.89vw rgba(0, 0, 0, 0.25), -0.89vw -0vw 0.89vw rgba(0, 0, 0, 0.25),
      0vw 0.89vw 0.89vw rgba(0, 0, 0, 0.25), 0vw -0.89vw 0.89vw rgba(0, 0, 0, 0.25); */
    text-shadow:
      0.89vw 0.89vw 0.89vw rgba(255, 255, 255, 0.25), -0.89vw -0.89vw 0.89vw rgba(255, 255, 255, 0.25),
      -0.89vw 0.89vw 0.89vw rgba(255, 255, 255, 0.25), 0.89vw -0.89vw 0.89vw rgba(255, 255, 255, 0.25),
      0.89vw 0vw 0.89vw rgba(255, 255, 255, 0.25), -0.89vw -0vw 0.89vw rgba(255, 255, 255, 0.25),
      0vw 0.89vw 0.89vw rgba(255, 255, 255, 0.25), 0vw -0.89vw 0.89vw rgba(255, 255, 255, 0.25);
  }

  .main-banner__title-text:nth-child(2) {
    margin-top: 1.78vw;
  }

  .main-banner__title-text--nomal {
    font-size: 5.35vw;
    line-height: 1.46;
  }

  .main-banner__title-text--big {
    font-size: 8.57vw;
    line-height: 1.6;
  }
}

/* =======================================
  main-block
======================================= */
.main-block {}

/* =======================================
  main-message
======================================= */
.main-message {
  position: relative;
  padding-bottom: 50px;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto;
}

.webp .main-message {
  background-image: url("../images/bg_message_01.webp");
}

.no-webp .main-message {
  background-image: url("../images/bg_message_01.png");
}

.main-message__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.77;
  text-align: center;
}

/* sp main-message */
@media screen and (max-width:560px) {
  .main-message {
    padding-bottom: 0;
    background-size: contain;
  }

  .main-message__text {
    font-size: 3.21vw;
  }
}

/* =======================================
  main-client
======================================= */
.main-client {

}

.main-client__list {
  width: 950px;
  margin: 0 auto;
}

/* client-list */
.client-list {
  margin-top: -25px;
  margin-left: -25px;


  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.client-list__item {
  margin-top: 25px;
  margin-left: 25px;

  width: 300px;
  height: 75px;

  border: 1px solid var(--color-gray02);
}

.client-list__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* sp client-list */
@media screen and (max-width:560px) {
  .main-client__list {
    width: 100%;
  }

  /* client-list */
  .client-list {
    margin-top: -4.46vw;
    margin-left: -4.46vw;
  }

  .client-list__item {
    margin-top: 4.46vw;
    margin-left: 4.46vw;

    width: 42.32vw;
    height: 10.71vw;

    border-width: 0.17vw;
  }
}


/* client slider */
.client-slider-wrap {
	position: relative;
	overflow: hidden;
}

.client-slider {
	margin: 0 auto;
	width: 1080px;

  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.client-slider._slider-on {
	width: 320px;
  display: block !important;
}
.client-slider .slick-slide.client-slider__item {
	width: 300px;
	height: 75px;
  padding: 0 10px;
}
.client-slider__img {
	margin: 0 10px;
	max-width: 100%;
	height: 100%;
	object-fit: contain;
}
.client-slider .slick-list {
	overflow: visible;
}

/* sp client-list */
@media screen and (max-width:560px) {
	/* client slider */
	.client-slider {
    width: 100%;
  }
 .client-slider._slider-on {
		width: 42.32vw;
    display: block !important;
	}
	.client-slider .slick-slide.client-slider__item {
		width: 42.32vw;
		height: 10.71vw;
	}
	.client-slider__img {
		margin: 0 2.5vw;
		max-width: 100%;
		height: 100%;
		object-fit: contain;
	}
}

/* =======================================
  main-service
======================================= */
.main-service {
  position: relative;
  background-color: var(--color-gray04);
  clip-path: polygon(0 180px, 100% 0, 100% 100%, 0 100%);
  overflow: hidden;
}

.main-service::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 80px;
  left: 0;
  background: var(--color-navy01);
  background: linear-gradient(180deg, rgba(19, 62, 124, 1) 0%, rgba(159, 189, 243, 1) 100%);
  clip-path: polygon(0 120px, 100% 0, 100% 100%, 0 100%);
}

.main-service__contents-part {
  padding-top: 280px;
}

.main-service__list {}

/* service-list */
.service-list {}

.service-list__item {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.service-list__item:nth-child(n+2) {
  margin-top: 240px;
}

.service-list__item:nth-child(odd) {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.service-list__item:nth-child(even) {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.service-list__body {
  position: relative;
  width: 850px;
  background-color: rgba(255, 255, 255, 0.9);
}

.service-list__item:nth-child(odd) .service-list__body {
  padding: 55px 170px 55px 100px;
}

.service-list__item:nth-child(even) .service-list__body {
  padding: 55px 100px 55px 170px;
}

.service-list__thum {
  position: absolute;
  top: -110px;
  width: 420px;
  height: 315px;
  z-index: 2;
}

.service-list__thum-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-list__item:nth-child(odd) .service-list__thum {
  right: -330px;
}

.service-list__item:nth-child(even) .service-list__thum {
  left: -330px;
}

.service-list__title {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.44;
}

.service-list__title-text {}

.service-list__text {
  margin-top: 15px;
  border-top: 1px solid var(--color-blue01);
  padding-top: 15px;
}

.service-list__btn {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.service-list__btn--between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.service-list__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.service-list__icon-text {}

.service-list__icon-img {
  object-fit: cover;
}

.service-list__icon-img--cea {
  width: 67px;
  height: 63px;
}

/* sp main-service */
@media screen and (max-width:560px) {
  .main-service {
    clip-path: polygon(0 28.57vw, 100% 0, 100% 100%, 0 100%);
  }

  .main-service::before {
    top: 12.5vw;
    clip-path: polygon(0 17.85vw, 100% 0, 100% 100%, 0 100%);
  }

  .main-service__contents-part {
    padding-top: 42.85vw;
  }

  .service-list__item:nth-child(n+2) {
    margin-top: 17.85vw;
  }

  .service-list__body {
    margin-top: 47.32vw;
    width: 94.64vw;
  }

  .service-list__item:nth-child(odd) .service-list__body {
    padding: 16.07vw 5.35vw 7.14vw;
  }

  .service-list__item:nth-child(even) .service-list__body {
    padding: 16.07vw 5.35vw 7.14vw;
  }

  .service-list__thum {
    top: -47.32vw;
    width: 75vw;
    height: 56.25vw;
  }

  .service-list__item:nth-child(odd) .service-list__thum {
    right: 50%;
    margin-right: -37.5vw;
  }

  .service-list__item:nth-child(even) .service-list__thum {
    left: 50%;
    margin-left: -37.5vw;
  }

  .service-list__title {
    font-size: 4.46vw;
  }

  .service-list__text {
    margin-top: 2.67vw;
    border-width: 0.17vw;
    padding-top: 2.67vw;
  }

  .service-list__btn {
    margin-top: 6.25vw;
  }

  .service-list__icon-text {
    font-size: 2.85vw;
    font-weight: 500;
  }

  .service-list__icon-img--cea {
    width: 11.96vw;
    height: 11.25vw;
  }
}

/* =======================================
  trapezoid-contents
======================================= */
.trapezoid-contents {
  padding: 100px 0;
}

.trapezoid-contents__bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.trapezoid-contents__inner {
  margin: 0 auto;
  padding-top: 80px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.trapezoid-contents--right .trapezoid-contents__inner {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.trapezoid-contents__wrap {
  background-color: rgba(255, 255, 255, 0.9);
}

.trapezoid-contents--right .trapezoid-contents__wrap {
  padding: 100px 100px 20px 270px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 170px 100%);
}

.trapezoid-contents--left .trapezoid-contents__wrap {
  padding: 100px 270px 20px 100px;
  clip-path: polygon(0 0, 100% 0, calc(100% - 170px) 100%, 0 100%);
}

.trapezoid-contents__wrap--main-company {
  width: 920px;
}

.trapezoid-contents__wrap--main-information {
  width: 990px;
}

.trapezoid-contents__wrap--main-recruit {
  width: 1000px;
}

.trapezoid-contents__box {}

.trapezoid-contents__box--main-company {
  width: 550px;
}

.trapezoid-contents__box--main-information {
  width: 620px;
}

.trapezoid-contents__box--main-recruit {
  width: 630px;
}

.trapezoid-contents__header {}

.trapezoid-contents__title {
  position: relative;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.trapezoid-contents__title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  height: 2px;
  margin-top: -1px;
  background-color: var(--color-navy03);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.trapezoid-contents__title--main-company::before {
  width: 370px;
}

.trapezoid-contents__title--main-information::before {
  width: 400px;
}

.trapezoid-contents__title--main-recruit::before {
  width: 490px;
}

.trapezoid-contents__title-en {
  display: block;
  position: relative;
  padding-right: 10px;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.45;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.trapezoid-contents__title-jp {
  display: block;
  margin-top: 8px;
  color: var(--color-gray03);
}

.trapezoid-contents__body {
  margin-top: 50px;
}

.trapezoid-contents__btn {
  margin-top: 60px;
  padding-right: 20px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* sp trapezoid-contents */
@media screen and (max-width:560px) {
  .trapezoid-contents {
    padding: 17.85vw 0;
  }

  .trapezoid-contents+.trapezoid-contents {
    padding-top: 0;
  }

  .trapezoid-contents__bg {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 100vw;
  }

  .trapezoid-contents__inner {
    padding-top: 50vw;
    width: 89.28vw;

    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .trapezoid-contents--right .trapezoid-contents__inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .trapezoid-contents__wrap {}

  .trapezoid-contents--right .trapezoid-contents__wrap {
    padding: 8.92vw 5.35vw;
    clip-path: none;
  }

  .trapezoid-contents--left .trapezoid-contents__wrap {
    padding: 8.92vw 5.35vw;
    clip-path: none;
  }

  .trapezoid-contents__wrap--main-company {
    width: 100%;
  }

  .trapezoid-contents__wrap--main-information {
    width: 100%;
  }

  .trapezoid-contents__wrap--main-recruit {
    width: 100%;
  }

  .trapezoid-contents__box--main-company {
    width: 100%;
  }

  .trapezoid-contents__box--main-information {
    width: 100%;
  }

  .trapezoid-contents__box--main-recruit {
    width: 100%;
  }

  .trapezoid-contents__title::before {
    height: 0.35vw;
    margin-top: -0.17vw;
    box-shadow: 0vw 0.53vw 1.07vw rgba(0, 0, 0, 0.16);
  }

  .trapezoid-contents__title--main-company::before {
    width: 46.42vw;
  }

  .trapezoid-contents__title--main-information::before {
    width: 39.28vw;
  }

  .trapezoid-contents__title--main-recruit::before {
    width: 53.57vw;
  }

  .trapezoid-contents__title-en {
    padding-right: 1.78vw;
    font-size: 6.25vw;
    text-shadow: 0 0.53vw 1.07vw rgba(0, 0, 0, 0.16);
  }

  .trapezoid-contents__title-jp {
    margin-top: 1.42vw;
    font-size: 2.85vw;
  }

  .trapezoid-contents__body {
    margin-top: 8.92vw;
  }

  .trapezoid-contents__btn {
    margin-top: 10.71vw;
    padding-right: 0;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/* =======================================
  main-company
======================================= */
.main-company {}

.webp .main-company__bg {
  background-image: url("../images/bg_company_01.webp");
}

.no-webp .main-company__bg {
  background-image: url("../images/bg_company_01.png");
}

.main-company__title {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.47;
}

.main-company__office {
  margin-top: 25px;
}

.main-company__name {
  border-left: 2px solid var(--color-blue01);
  padding-left: 10px;

  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.main-company__text {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.main-company__text+.main-company__text {
  margin-top: 5px;
}

/* sp main-company */
@media screen and (max-width:560px) {
  .main-company__title {
    font-size: 4.1vw;
  }

  .main-company__office {
    margin-top: 4.46vw;
  }

  .main-company__name {
    border-width: 0.35vw;
    padding-left: 1.78vw;

    font-size: 3.57vw;
  }

  .main-company__text {
    margin-top: 1.78vw;
    font-size: 3.21vw;
  }

  .main-company__text+.main-company__text {
    margin-top: 0.89vw;
  }
}

/* =======================================
  main-information
======================================= */
.main-information {}

.webp .main-information__bg {
  background-image: url("../images/bg_information_01.webp");
}

.no-webp .main-information__bg {
  background-image: url("../images/bg_information_01.png");
}

.main-information__note-wrap {
  height: 150px;
}
.main-information__note {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.44;
}

.main-information__list {}

.main-information__item {
  position: relative;
  border-bottom: 1px solid var(--color-gray05);
}

.main-information__item::after {
  position: absolute;
  left: 0;
  bottom: -3px;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: -moz-linear-gradient(50% 0% -90deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0.16) 100%);
  background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.16) 100%);
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, rgba(0, 0, 0, 1)), color-stop(1, rgba(0, 0, 0, 0.16)));
  background: -o-linear-gradient(-90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.16) 100%);
  background: -ms-linear-gradient(-90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.16) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#333333' ,GradientType=0)";
  background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.16) 100%);
  opacity: 0.05;
  filter: alpha(opacity=3) progid:DXImageTransform.Microsoft.Alpha(opacity=3) progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#333333', GradientType=0);
}

.main-information__item:nth-child(n+2) {
  margin-top: 35px;
}

.main-information__link {
  position: relative;
  padding: 0 20px 20px;
  background-image: url("../images/wedge_right_black.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 7px auto;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main-information__date {
  width: 140px;
  padding-right: 50px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.44;
}

.main-information__title {
  width: 440px;
  padding-right: 50px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.44;
}

/* sp main-information */
@media screen and (max-width:560px) {
  .main-information__note-wrap {
    height: 17.85vw;
  }
  .main-information__note {
    font-size: 3.21vw;
  }

  .main-information__item {
    border-width: 0.17vw;
  }

  .main-information__item::after {
    bottom: -0.53vw;
    height: 0.53vw;
  }

  .main-information__item:nth-child(n+2) {
    margin-top: 6.25vw;
  }

  .main-information__link {
    padding: 0 0 3.57vw;
    background-size: 1.25vw auto;
  }

  .main-information__date {
    width: 100%;
    padding-right: 0;
    font-size: 3.21vw;
  }

  .main-information__title {
    margin-top: 1.42vw;
    width: 100%;
    padding-right: 3.57vw;
    font-size: 3.21vw;
  }
}

/* =======================================
  main-recruit
======================================= */
.main-recruit {}

.webp .main-recruit__bg {
  background-image: url("../images/bg_recruit_01.webp");
}

.no-webp .main-recruit__bg {
  background-image: url("../images/bg_recruit_01.png");
}

.main-recruit__title {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.47;
}

.main-recruit__text {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.44;
}

/* sp main-recruit */
@media screen and (max-width:560px) {
  .main-recruit__title {
    font-size: 4.1vw;
  }

  .main-recruit__text {
    margin-top: 3.57vw;
    font-size: 3.21vw;
  }
}