/************************

先輩の声

*************************/
div.interview-mv-wrap {
  padding-top: 120px;
  background: #fff;
}
div.interview-up-wrap {
  background: #fff;
  padding-top: 20px;
}
div.interview-up-wrap .pankuzu.flex {
  margin-top: 0;
}
div.red-bottom {
  height: 259px;
  background: #004cb3;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  div.interview-mv-wrap {
    padding-top: 60px;
  }
  div.interview-up-wrap {
    padding-top: 10px;
  }
  div.interview-up-wrap .pankuzu.flex {
    margin-top: 0;
    margin-left: auto;
    margin-right: 22px;
    flex-wrap: nowrap;
    width: fit-content;
  }
  div.red-bottom {
    height: 145px;
    background: #004cb3;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
section.recruit-mv {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: auto;
  position: relative;
  padding-bottom: 38px;
}
div.interview-catch {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 0.02em;
  line-height: 1.475;
  text-align: left;
  color: #004cb3;
  padding: 20px 40px;
  background: #fff;
  border: 2px solid #004cb3;
  position: absolute;
  left: -40px;
  top: 184px;
}
@media screen and (max-width: 768px) {
  section.recruit-mv {
    display: block;
    max-width: 100%;
    margin: auto;
    position: relative;
    padding-bottom: 0;
  }
  div.interview-catch {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: 1.9rem;
    letter-spacing: 0.02em;
    line-height: 28px;
    text-align: left;
    color: #004cb3;
    padding: 10px 22px 9px 18px;
    background: #fff;
    border: 2px solid #004cb3;
    position: absolute;
    left: auto;
    right: 0;
    top: 200px;
  }
}
.reverse {
  /* flex-direction: row-reverse;*/
}
.interview-mv-wrap .reverse {
  flex-direction: row-reverse;
}
.column {
  width: 258px;
  color: #fff;
  display: flex;
  align-items: flex-end;
}
/*右側へ要素を広げる（2カラム）*/
.column-outside-right {
  flex: 1;
  margin-right: calc(50% - 50vw);
  height: 610px;
}
.column-outside-right img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  /* object-position: center; */
  object-position: top;
}
.column .date {
  padding-bottom: 27px;
}
.column .date span.busho, .column .date span.year {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.875;
  text-align: left;
  color: #fff;
}
.column .date span.year {
  margin-bottom: 12px;
}
.column .date span.name {
  font-weight: 600;
  font-size: 28px;
  letter-spacing: 0.02em;
  line-height: 1.321;
  text-align: left;
  color: #fff;
  margin-bottom: 12px;
}
.column .date span.spel {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 2.056;
  text-align: left;
  color: #fff;
}
.interview-wrap {
  margin-top: 60px;
}
/*左側へ要素を広げる（2カラム）*/
.column-outside-left {
  flex: 1;
  margin-left: calc(50% - 50vw);
  margin-right: 50px;
  height: 618px;
}
.column-outside-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.column.interview-qa {
/*  width: 48%;*/width: 53%;
}
@media screen and (max-width: 768px) {
  .column {
    width: 100%;
    color: #fff;
    display: block;
  }
  /*右側へ要素を広げる（2カラム）*/
  .column-outside-right {
    height: 248px;
  }
  .column-outside-right img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    /* object-position: center; */
    object-position: top;
  }
  .column .date {
    padding-bottom: 30px;
    padding-left: 44px;
    padding-top: 41px;
  }
  .column .date span.busho, .column .date span.year {
    font-weight: 600;
    font-size: 1.6rem;
    letter-spacing: 0.02em;
    line-height: 1;
  }
  .column .date span.year {
    margin-bottom: 0;
    line-height: 30px;
  }
  .column .date span.name {
    font-weight: 600;
    font-size: 2.8rem;
    letter-spacing: 0.02em;
    line-height: 1;
    margin-bottom: 0;
    margin-right: 3px;
    margin-top: 5px;
    display: inline-block;
  }
  .column .date span.spel {
    font-weight: 600;
    font-size: 1.6rem;
    letter-spacing: 0.02em;
    line-height: 1;
    text-align: left;
    color: #fff;
  }
  .interview-wrap {
    margin-top: 50px;
  }
  /*左側へ要素を広げる（2カラム）*/
  .column-outside-left {
    margin-left: 0;
    margin-right: 0;
    width: 88.3%;
    height: 300px;
  }
  .column-outside-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .column.interview-qa {
    width: 48%;
  }
}
section.interview {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  padding: 40px;
  margin: auto;
  align-items: flex-start;
}
section.interview.pb {
  padding-bottom: 100px;
}
.column.interview-qa {
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 50px;
}
.qabox.flex {
  gap: 8px;
}
@media screen and (max-width: 768px) {
  section.interview {
    display: block;
    max-width: 100%;
    padding: 0;
    margin: auto;
    align-items: flex-start;
  }
  .column.interview-qa {
    width: 88.3vw;
    margin: 30px auto 0;
  }
  .qabox.flex {
    gap: 8px;
    margin-bottom: 30px;
    justify-content: flex-start;
  }
}
.qabox.flex .left {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 29px;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: left;
  color: #004cb3;
  position: relative;
}
/*.qabox.flex .left:after {
  height: 100%;
  content: "";
  display: inline-block;
  width: 2px;
  background: #004cb3;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
}*/
.left-q {
  display: inline-block;
  background: #fff;
  position: relative;
  z-index: 2;
  padding-bottom: 4px;
}
.qabox.flex .right-txt div.q {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  margin-bottom: 4px;
  white-space: nowrap;
}
.qabox.flex .right-txt div.q span.num {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 49px;
  letter-spacing: -0.03em;
  line-height: 1.347;
  text-align: left;
  color: #004cb3;
}
.qabox.flex .right-txt div.q span.q-txt {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.02em;
  line-height: 1.542;
  text-align: left;
  color: #004cb3;
  padding-top: 12px;
}
.qabox.flex .right-txt div.txt {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 1.667;
  /*text-align: left;*/
  color: #181818;
	font-feature-settings: "palt";
	text-align: justify;
}
@media screen and (max-width: 768px) {
  .qabox.flex .left {
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 32px;
    position: relative;
  }
  .qabox.flex .left:after {
    display: none;
  }
  .left-q {
    display: inline-block;
    background: #fff;
    position: relative;
    z-index: 2;
    padding-bottom: 4px;
  }
  .qabox.flex .right-txt div.q {
    margin-bottom: 0;
  }
  .qabox.flex .right-txt div.q span.num {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 3.8rem;
    letter-spacing: -0.03em;
    line-height: 55px;
  }
  .qabox.flex .right-txt div.q span.q-txt {
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.02em;
    line-height: 31px;
    padding-top: 0;
  }
  .qabox.flex .right-txt div.txt {
    font-weight: 500;
    font-size: 1.5rem;
    letter-spacing: 0.02em;
    line-height: 25px;
  }
}
/*
.interview-middle {
  padding: 100px 0;
}
.interview-middle .container {
  gap: 50px;
}
.interview-middle .container .left-middle {
  width: 533.5px;
  flex-wrap: wrap;
  gap: 51px;
}
.interview-middle .container .left {
  width: auto;
}
.interview-middle .container .right {
  width: 416px;
}
*/
.interview-bottom-wrap {
  background: #004cb3;
  padding-top: 120px;
  padding-bottom: 150px;
}
.container.flex.future {
  gap: 87px;
  margin-bottom: 120px;
}
.container.flex.future div.img {
  width: 416px;
}
.container.flex.future div.img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container.flex.future div.txt {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .interview-bottom-wrap {
    padding-top: 106px;
    padding-bottom: 20px;
  }
  .container.flex.future {
    display: block;
    width: 88.3%;
    margin-bottom: 193px;
  }
  .container.flex.future div.img {
    width: 76.7%;
    height: 200px;
    margin-bottom: 20px;
  }
  .container.flex.future div.img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .container.flex.future div.txt {
    flex: 1;
  }
}
.container.flex.future div.txt h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.02em;
  line-height: 1.542;
  text-align: left;
  color: #004cb3;
  background: #fff;
  padding: 15px 15px 13px 15px;
  display: inline-block;
  margin-bottom: 26px;
}
.container.flex.future div.txt p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 1.8;
  text-align: left;
	text-align: justify;
  color: #fff;
}
.container.other {
  padding-top: 126px;
  align-items: flex-end;
  margin-bottom: 46px;
}
.container.other.pt0 {
  padding-top: 0;
}
.container.other h3.other-h3 {
  margin-bottom: 0;
}
.container.other h3.other-h3 span.en {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 60px;
  letter-spacing: 0.02em;
  line-height: 1.35;
  text-align: left;
  color: #fff;
}
.container.other h3.other-h3 span.ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 39px;
  text-align: left;
  color: #fff;
  position: relative;
  padding-left: 34px;
}
.container.other h3.other-h3 span.ja:before {
  width: 27px;
  height: 1px;
  background: #fff;
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .container.flex.future div.txt h3 {
    position: absolute;
    top: 40px;
    left: 22px;
    font-weight: bold;
    font-size: 1.8rem;
    letter-spacing: 0.02em;
    padding: 8px;
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
    height: 42px;
  }
  .container.flex.future div.txt p {
    font-size: 1.5rem;
    line-height: 27px;
  }
  .container.other {
    width: 88.3%;
    padding-top: 80px;
    align-items: flex-end;
    margin-bottom: 30px;
  }
  .container.other h3.other-h3 {
    position: absolute;
    top: -218px;
    left: 5.9%;
    margin-bottom: 0;
  }
  .container.other h3.other-h3 span.en {
    font-weight: bold;
    font-size: 4.2rem;
    line-height: 57px;
  }
  .container.other h3.other-h3 span.ja {
    font-size: 1.6rem;
    line-height: 30px;
    position: relative;
    padding-left: 22px;
  }
  .container.other h3.other-h3 span.ja:before {
    width: 21px;
    height: 1px;
    background: #fff;
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}
/*その他のインタビューのスライダー*/
.card03 {
  overflow: hidden;
  position: relative;
}
.card03 .swiper {
  overflow: visible;
  width: 90.2%;
  /*width: 1000px;*/
}
@media screen and (max-width: 768px) {
  .card03.l-section.single-interview {
    overflow: inherit;
    position: relative;
  }
  .card03 .swiper {
    width: 88.3vw;
  }
}
.card03 .swiper-slide {
  width: 450px;
  border-radius: 8px;
  overflow: hidden;
}
.swiper-controller-works.flex.interview {
  margin-top: 0;
  padding-right: 97px;
}
div.interview-swiper {
  width: 450px;
  /*height: 608px;
		    border-radius: 8px;
    overflow: hidden;*/
}
div.interview-swiper a div.thumnail {
  /* width: 450px;*/
  height: 410px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .swiper-controller-works.flex.interview {
    padding-right: 0;
  }
  div.interview-swiper a div.thumnail {
    height: 301.58px;
    width: 100%;
  }
}
div.interview-swiper a {
  width: 100%;
}
div.interview-swiper a div.thumnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.other-interview-txt {
  background: #fff;
  width: 100%;
  padding: 15px 25px 30px;
  box-sizing: border-box;
}
span.bushoyear {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.875;
  text-align: left;
  color: #1a1a1a;
  margin-bottom: 8px;
}
.interview-swiper.swiper-slide a div.other-interview-txt div.name {
  margin-bottom: 12px;
}
.interview-swiper.swiper-slide a div.other-interview-txt div.name span.ja {
  font-weight: 600;
  font-size: 28px;
  letter-spacing: 0.02em;
  line-height: 1.321;
  text-align: left;
  color: #1a1a1a;
}
.interview-swiper.swiper-slide a div.other-interview-txt div.name span.en {
  vertical-align: baseline;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: left;
  color: #1a1a1a;
}
.interview-swiper.swiper-slide a div.other-interview-txt h4 {
  font-weight: 700;
  font-size: 25px;
  letter-spacing: 0.02em;
  line-height: 1.32;
  text-align: left;
  color: #004cb3;
}
.swiper-controller-works.interview .swiper-button-next, .swiper-controller-works.interview .swiper-button-prev {
  position: static;
  width: 58px;
  height: 58px;
  margin-top: 0;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .other-interview-txt {
    background: #fff;
    width: 100%;
    padding: 15px 23px 30px;
    box-sizing: border-box;
  }
  span.bushoyear {
    display: inline-block;
    font-weight: 600;
    font-size: 1.6rem;
    letter-spacing: 0.02em;
    line-height: 1;
    text-align: left;
    color: #1a1a1a;
    margin-bottom: 10px;
  }
  .interview-swiper.swiper-slide a div.other-interview-txt div.name {
    margin-bottom: 9px;
  }
  .interview-swiper.swiper-slide a div.other-interview-txt div.name span.ja {
    font-weight: 600;
    font-size: 2.6rem;
    letter-spacing: 0.02em;
    line-height: 37px;
  }
  .interview-swiper.swiper-slide a div.other-interview-txt div.name span.en {
    vertical-align: baseline;
    font-weight: 600;
    font-size: 1.6rem;
    letter-spacing: 0.02em;
    line-height: 1;
  }
  .interview-swiper.swiper-slide a div.other-interview-txt h4 {
    font-weight: 700;
    font-size: 2.2rem;
    letter-spacing: 0.02em;
    line-height: 28px;
  }
  .swiper-controller-works.interview .swiper-button-next, .swiper-controller-works.interview .swiper-button-prev {
    width: 45px;
    height: 45px;
    background-size: cover;
  }
}
.swiper-controller-works.interview .swiper-button-next {
  background-image: url("../../aoi/image/interview/arrow-right.svg");
}
.swiper-controller-works.interview .swiper-button-prev {
  background-image: url("../../aoi/image/interview/arrow-left.svg");
}
.Section-Image.interview {
  background-image: url("../../aoi/image/interview/paraback.jpg");
}
/************************

募集要項

*************************/
section.joblist-mv-wrap {
  width: 100%;
  height: 678px;
  background: #fff;
  position: relative;
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  section.joblist-mv-wrap {
    width: 100%;
    /*height: 210px;*/
    background: #fff;
    position: relative;
    margin-top: 60px;
    height: 250px;
  }
}
section.joblist-mv-wrap div.red-bottom {
  height: 259px;
  background: #004cb3;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  section.joblist-mv-wrap div.red-bottom {
    height: 145px;
  }
}
section.joblist-mv-wrap .mv {
  max-width: 1110px;
  height: 610px;
  width: 90%;
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  section.joblist-mv-wrap .mv {
    height: 210px;
    width: 88.3vw;
    z-index: 2;
    top: 0;
    bottom: auto;
  }
  section.joblist-mv-wrap .mv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
section.joblist-mv-wrap div.joblist-title {
  width: 315px;
  height: 136px;
  background: #004cb3;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 170px;
  left: 0;
  margin: auto;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /* align-content: center; */
  justify-content: center;
  gap: 0;
  align-content: start;
  padding-top: 22px;
}
@media screen and (max-width: 768px) {
  section.joblist-mv-wrap div.joblist-title {
    width: 168px;
    height: 70px;
    padding-top: 6px;
    top: 155px;
  }
}
section.joblist-mv-wrap div.joblist-title span.en {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 60px;
  letter-spacing: 0.02em;
  line-height: 0.8;
  color: #fff;
  white-space: nowrap;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 18px;
}
section.joblist-mv-wrap div.joblist-title span.ja {
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  color: #fff;
  white-space: nowrap;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  section.joblist-mv-wrap div.joblist-title span.ja {
    font-weight: 500;
    font-size: 12px;
    text-align: left;
    color: #fff;
    white-space: nowrap;
    line-height: 1;
  }
  section.joblist-mv-wrap div.joblist-title span.en {
    font-size: 31px;
    margin-top: 0;
  }
}
div.container.joblist-contents {
  margin-top: 80px;
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  div.container.joblist-contents {
    margin-top: 50px;
    padding-bottom: 80px;
    width: 88.3vw;
    flex-wrap: wrap;
  }
}
div.container.joblist-contents ul li {
  gap: 0 49px;
  margin-bottom: 110px;
}
@media screen and (max-width: 768px) {
  div.container.joblist-contents ul li {
    gap: 30px;
    margin-bottom: 70px;
    flex-wrap: wrap;
  }
}
div.container.joblist-contents ul li:last-child {
  margin-bottom: 0;
}
div.container.joblist-contents ul li .left {
  width: 500px;
  height: 550px;
}
@media screen and (max-width: 768px) {
  div.container.joblist-contents ul li .left {
    width: 100%;
    height: 300px;
  }
  div.container.joblist-contents ul li .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
div.container.joblist-contents ul li .right {
  width: 452px;
}
div.container.joblist-contents ul li .right h2 {
  font-weight: 600;
  font-size: 26px;
  letter-spacing: 0.02em;
  line-height: 1.423;
  text-align: left;
  color: #181818;
  margin-bottom: 30px;
}
div.container.joblist-contents ul li .right p {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.688;
  text-align: left;
  color: #181818;
  margin-bottom: 30px;
}
div.container.joblist-contents ul li .right table {
  width: 100%;
  border-collapse: collapse;
}
div.container.joblist-contents ul li .right table {
  border-top: 1px solid #bebebe;
  margin-bottom: 90px;
}
div.container.joblist-contents ul li .right table td {
  border-bottom: 1px solid #bebebe;
  font-weight: normal;
  font-size: 17px;
  line-height: 2;
  text-align: left;
  color: #181818;
  padding: 15px 0;
}
div.container.joblist-contents ul li .right table th {
  border-bottom: 1px solid #bebebe;
  padding: 15px 0;
  font-weight: 600;
  font-size: 17px;
  line-height: 2;
  text-align: left;
  color: #181818;
  width: 108px;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  div.container.joblist-contents ul li .right {
    width: 100%;
  }
  div.container.joblist-contents ul li .right h2 {}
  div.container.joblist-contents ul li .right p {
    font-size: 16px;
    line-height: 27px;
    line-height: 1.688;
    margin-bottom: 40px;
  }
  div.container.joblist-contents ul li .right table {
    margin-bottom: 30px;
  }
  div.container.joblist-contents ul li .right table td {
    font-weight: 400;
    font-size: 17px;
  }
  div.container.joblist-contents ul li .right table th {
    border-bottom: 1px solid #bebebe;
    padding: 15px 0;
    font-weight: 600;
    font-size: 17px;
    line-height: 2;
    text-align: left;
    color: #181818;
    width: 108px;
    vertical-align: top;
  }
}
.f-contact-btn.joblistbtn {
  width: 360px;
  height: 60px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: left;
  color: #0fff;
}
@media screen and (max-width: 768px) {
  .f-contact-btn.joblistbtn {
    width: 287px;
    height: 60px;
    margin: 0 auto;
  }
}
.f-contact-btn.joblistbtn a {
  position: relative;
  display: block;
  background: #005bac;
  border-radius: 100vh;
  width: 100%;
  height: 100%;
}
.f-contact-btn.joblistbtn a:after {
  width: 17px;
  height: 14px;
  background-image: url("../../aoi/image/common/arrow-white.svg");
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  background-size: contain;
}
.f-contact-btn.joblistbtn a:hover:after {
  height: 14px;
  background-image: url("../../aoi/image/common/arrow-white.svg");
}
.f-contact-btn.joblistbtn a span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #fff;
  position: absolute;
  left: 45px;
}
.f-contact-btn.joblistbtn a span:before {
  display: none;
}
.f-contact-btn.joblistbtn a:hover {
  background: #000;
}
.f-contact-btn.joblistbtn a:hover span {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .f-contact-btn.joblistbtn a span {
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 29px;
  }
  .f-contact-btn.joblistbtn a:after {
    right: 15px;
  }
}
.joblist-contents-container-up {
  background: #004cb3;
}
.joblist-contents-container-up ul.pankuzu.flex li a {
  color: #fff;
}
.joblist-contents-container-up ul.pankuzu.flex li a:after {
  background: #fff;
}
.joblist-contents-container-up ul.pankuzu.flex {
  padding: 8px 0 38px;
  margin-top: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .joblist-contents-container-up ul.pankuzu.flex {
    padding: 10px 0 20px;
    width: 88.3vw;
    margin: 0 auto;
  }
}
ul.job-list-linkbtn {
  width: 1000px;
  margin: 0 auto;
  gap: 15px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  ul.job-list-linkbtn {
    /* width: 270px;*/
    margin: 0 auto;
    /*gap: 10px;*/
    flex-wrap: wrap;
    padding-bottom: 15px;
    width: 88.3vw;
    gap: 10px 0;
  }
}
ul.job-list-linkbtn li {
  height: 70px;
  text-align: center;
  background: #dbdbdb;
  width: 100%;
  max-width: 235px;
}
ul.job-list-linkbtn li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
ul.job-list-linkbtn li a span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 21px;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: center;
  color: #fff;
}
ul.job-list-linkbtn li.active {
  background: #fff;
}
ul.job-list-linkbtn li.active a span {
  color: #004cb3;
}
ul.job-list-linkbtn li.active a {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  ul.job-list-linkbtn li {
    /* width: 130px;*/
    height: 35px;
    width: 48.9%;
  }
  ul.job-list-linkbtn li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  ul.job-list-linkbtn li a span {
    font-size: 16px;
  }
  ul.job-list-linkbtn li.active {
    background: #fff;
  }
  ul.job-list-linkbtn li.active a span {
    color: #004cb3;
  }
  ul.job-list-linkbtn li.active a {
    pointer-events: none;
  }
}
.container.joblist-contents h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 26px;
  letter-spacing: 0.02em;
  line-height: 1.423;
  text-align: left;
  color: #181818;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .container.joblist-contents h2 {
    font-size: 21px;
    margin-bottom: 20px;
  }
}
.container.joblist-contents table.job-contents {
  border-top: 1px solid #bebebe;
  border-left: 1px solid #bebebe;
  border-right: 1px solid #bebebe;
  border-collapse: collapse;
}
.container.joblist-contents table.job-contents th {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.375;
  text-align: left;
  color: #181818;
  padding: 20px 25px;
  width: 200px;
  background: #f5f6f7;
  border-bottom: 1px solid #bebebe;
  border-right: 1px solid #bebebe;
}
.container.joblist-contents table.job-contents td {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.375;
  text-align: left;
  color: #181818;
  padding: 20px 25px;
  border-bottom: 1px solid #bebebe;
}
div.f-contact-btn.joblistbtn.magin {
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  .container.joblist-contents table.job-contents {}
  .container.joblist-contents table.job-contents th {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    color: #181818;
    padding: 34px 10px;
    width: 89px;
  }
  .container.joblist-contents table.job-contents td {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    color: #181818;
    padding: 12px;
  }
  div.f-contact-btn.joblistbtn.magin {
    margin: 30px auto 0;
  }
}
/* 採用トップページ ここから*/
.recruit-top-mv {
  width: 100%;
  height: 100vh;
  position: relative;
}
.recruit-top-mv:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.26);
  position: absolute;
  z-index: 5;
}
.recruit-top-mv ul {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}
.recruit-top-mv ul:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #004CB3;
  position: absolute;
  animation-name: bgLRextendAnime-3;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
  z-index: 7;
}
.recruit-top-mv ul li {
  width: calc(100% / 3);
}
.recruit-top-mv ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recruit-catch {
  position: absolute;
  bottom: 43px;
  width: 100%;
  text-align: center;
  z-index: 8;
}
@media screen and (max-width: 768px) {
  .recruit-top-mv {
    width: 100%;
    height: 100vh;
    position: relative;
    background-color: #004cb3;
  }
  .recruit-top-mv:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 83.5%;
    background-color: rgba(0, 0, 0, 0.26);
    position: absolute;
    z-index: 5;
  }
  .recruit-top-mv ul {
    top: 0;
    left: 0;
    width: 100%;
    height: 83.5%;
    display: flex;
    position: relative;
    padding-top: 60px;
  }
  .recruit-catch {
    bottom: 0;
  }
}
.rectop-pankuzu-wrap {
  background-color: #004cb3;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .rectop-pankuzu-wrap {
    padding-top: 30px;
  }
}
.rectop-pankuzu-wrap .pankuzu.flex {
  margin: 0;
}
.rectop-pankuzu-wrap .pankuzu.flex li a {
  color: #fff;
}
.recsubtxt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 18px;
  /* line-height: 39px; */
  text-align: left;
  color: #181818;
  position: relative;
  line-height: 1;
}
.recsubtxt::before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 1px;
  background-color: #181818;
  vertical-align: middle;
  /*  margin-top: -10px;*/
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .recsubtxt::before {
    width: 21px;
  }
}
h3.rectoph3 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 60px;
  letter-spacing: 0.02em;
  line-height: 81px;
  text-align: left;
  color: #004cb3;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  h3.rectoph3 {
    margin-bottom: 30px;
    font-size: 42px;
    line-height: 57px;
  }
}
.recsubtxt.white, .rectoph3.white {
  color: #fff;
}
.recsubtxt.white::before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 1px;
  background-color: #fff;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
}
.rectop-txt01 {
  width: 783px;
  /*  height: 165.01px;*/
  background: transparent;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .rectop-txt01 {
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }
}
p.rectop-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 26px;
  text-align: left;
  color: #181818;
  width: 780px;
}
p.rectop-txt.recabouttxt {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  p.rectop-txt {
    margin-top: 30px;
    width: 100%;
  }
  p.rectop-txt.recabouttxt {
    margin-top: 30px;
  }
}
p.rectop-txt.careerpathtxt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 26px;
text-align: justify;
  color: #181818;
  width: 780px;
  padding-left: 0;
  margin-top: 40px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  p.rectop-txt.careerpathtxt {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 50px;
  }
}
.scroll-rectop {
  padding-top: 60px;
  /*  padding-bottom: 124px;*/
}
@media screen and (max-width: 768px) {
  .scroll-rectop {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
/* 採用トップページ　メッセージ */
.recruit-message {
  background-color: #004cb3;
  padding-top: 62px;
  padding-bottom: 326px;
}
@media screen and (max-width: 768px) {
  .recruit-message {
    padding-top: 30px;
    width: 100%;
    padding-bottom: 130px;
  }
  .recruit-message.relative .container {
    width: 88.3vw;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  .recruit-message.relative .container .left {
    width: 100%;
  }
  .recruit-message.relative .container .right {
    width: 100%;
    flex: none;
    margin: 0 auto;
    height: auto;
  }
}
.message-box-rec {
  background-color: #fff;
  font-weight: 900;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 44px;
  text-align: left;
  color: #000;
  display: inline-block;
  padding-left: 10px;
  padding-top: 4px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .message-box-rec {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 0;
  }
}
.message-box-rec span {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .message-box-rec span {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    font-size: 27px;
    letter-spacing: 0.02em;
    line-height: 38px;
    text-align: left;
    color: #181818;
    font-feature-settings: "palt";
  }
}
.recruit-message p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0.03em;
  line-height: 38px;
text-align: justify;
  color: #fff;
  width: 440px;
}
@media screen and (max-width: 768px) {
  .recruit-message p {
    font-size: 17px;
    letter-spacing: 0.02em;
    line-height: 32px;
    width: 100%;
    margin-bottom: 30px;
  }
}
.recruit-message-outside-right {
  flex: 1;
  margin-right: calc(50% - 50vw);
  margin-left: 4%;
  height: 704px;
}
.recruit-message-outside-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.messagetxt-bottom {
  position: absolute;
  bottom: 123px;
  width: 1000px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .messagetxt-bottom {
    bottom: 24px;
    width: 88.3vw;
  }
}
.messagetxt-bottom div.first {
  margin-bottom: 30px;
}
/* トップページ　私たちについて */
.recruittop-aboutus {
  padding: 100px 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .recruittop-aboutus .container {
    width: 88.3vw;
    margin: 0 auto;
  }
  .recruittop-aboutus {
    padding: 80px 0 0;
    position: relative;
  }
}
.recruittop-aboutus div.sideimg {
  height: 1133.78px;
  width: 164.65px;
  position: absolute;
  /*  right: 0;*/
  top: -100px;
  right: -106px;
}
/* トップページ　リクルートスクロール */
.scroll-rectop {
  width: 100%;
  padding-bottom: 0;
}
.swiper.infinite-slider2 {
  width: 100%;
  transition-timing-function: linear;
  margin-bottom: 13px;
}
.swiper.infinite-slider3 {
  width: 100%;
  transition-timing-function: linear;
  margin-bottom: 0;
}
/* トップページ　働く環境 */
.rectop-work {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .rectop-work {
    padding-top: 80px;
    padding-bottom: 30px;
  }
}
.rectop-txt02 {
  width: 438.71px;
  height: 257.94px;
  background: transparent;
}
@media screen and (max-width: 768px) {
  .rectop-txt02 {
    width: 100%;
    height: auto;
  }
}
.rectop-work .container .flex {
  justify-content: flex-start;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .rectop-work .container .flex {
    flex-wrap: wrap;
    gap: 40px;
  }
}
.rectop-work .container .flex .left {
  width: 439px;
}
.rectop-work .container .flex .left p {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 26px;
text-align: justify;
  color: #181818;
  margin-top: 40px;
}
.rectop-work .container .flex .right {
  width: 600px;
  height: 600px;
  /* background: url(...); */
  border-radius: 22px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: -109px;
}
.rectop-work .container .flex .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .rectop-work .container {
    width: 88.3vw;
    margin: 0 auto;
  }
  .rectop-work .container .flex .left {
    width: 100%;
    margin-bottom: 0;
  }
  .rectop-work .container .flex .right {
    width: 100%;
    position: static;
    height: auto;
    margin-bottom: 0;
  }
}
ul.rectop-grid.flex {
  flex-wrap: wrap;
  gap: 60px 40px;
}
ul.rectop-grid.flex li {
  width: 480px;
}
ul.rectop-grid.flex li .img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 20px;
}
ul.rectop-grid.flex li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  ul.rectop-grid.flex li .img {
    height: 222px;
    margin-bottom: 15px;
  }
}
ul.rectop-grid.flex li h3 {
  font-weight: 600;
  font-size: 25px;
  letter-spacing: 0.02em;
  line-height: 28px;
  text-align: center;
  color: #004cb3;
  margin-bottom: 9px;
}
ul.rectop-grid.flex li p {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 25px;
text-align: justify;
	color: #181818;
}
@media screen and (max-width: 768px) {
  ul.rectop-grid.flex li h3 {
    font-weight: 600;
    font-size: 2.5rem;
    letter-spacing: 0.02em;
    line-height: 28px;
    text-align: center;
    color: #004cb3;
    margin-bottom: 10px;
  }
  ul.rectop-grid.flex li p {
    font-weight: 500;
    font-size: 1.5rem;
    letter-spacing: 0.02em;
    line-height: 25px;
    text-align: left;
    color: #181818;
  }
}
/* 鳶職のキャリアパス */
.careerpath {
  background-image: url(../../aoi/image/recruit/pathback.jpg);
  background-size: cover;
  position: relative;
  padding-top: 120px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .careerpath {
    background-position: bottom;
    background-size: contain;
    background-color: rgba(151, 152, 156, 0.5);
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.careerpath:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  position: absolute;
  top: 0;
}
.careerpath .container {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .careerpath .container {
    width: 88.3vw;
    margin: 0 auto;
  }
}
.rectop-txt03 {
  width: 729px;
  height: auto;
  margin-bottom: 40px;
  position: relative;
}
.careerpath p.rectop-txt {
  width: 780px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 26px;
  text-align: left;
  color: #181818;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .rectop-txt03 {
    width: 100%;
    margin-bottom: 20px;
  }
  .careerpath p.rectop-txt {
    width: 100%;
    margin-bottom: 40px;
    margin-top: 20px;
  }
}
ul.careerpathlist {}
ul.careerpathlist li {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  ul.careerpathlist li {
    margin-bottom: 40px;
  }
  ul.careerpathlist li.last {
    margin-bottom: 0;
  }
}
ul.careerpathlist li h4 {
  font-weight: 600;
  font-size: 26px;
  letter-spacing: 0.02em;
  line-height: 28px;
  text-align: left;
  color: #181818;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  ul.careerpathlist li h4 {
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
  }
}
ul.careerpathlist li h4 span {
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.02em;
  line-height: 28px;
  text-align: center;
  color: #fff;
  background: #004cb3;
  padding: 12px 20px;
  margin-right: 28px;
}
@media screen and (max-width: 768px) {
  ul.careerpathlist li h4 span {
    font-size: 18px;
    padding: 8px 20px;
  }
  ul.careerpathlist li h4 div {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.02em;
    line-height: 28px;
    text-align: left;
    color: #181818;
  }
}
ul.careerpathlist li div.flex.careerpathcontents {
  width: auto;
}
ul.careerpathlist li div.flex.careerpathcontents .left {
  width: auto;
}
ul.careerpathlist li div.flex.careerpathcontents .left h5 {
  font-weight: bold;
  font-size: 43px;
  letter-spacing: 0.02em;
  line-height: 48px;
  text-align: left;
  color: #004cb3;
  margin-bottom: 15px;
}
ul.careerpathlist li div.flex.careerpathcontents .left h6 {
  font-weight: 600;
  font-size: 28px;
  letter-spacing: 0.02em;
  line-height: 28px;
  text-align: left;
  border-left: 5px solid #004cb3;
  color: #181818;
  padding-left: 21px;
  margin-bottom: 15px;
}
ul.careerpathlist li div.flex.careerpathcontents .left p.discrip {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 26px;
  text-align: left;
  color: #181818;
  margin-bottom: 20px;
}
ul.careerpathlist li div.flex.careerpathcontents .left div.shikaku span {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 26px;
  text-align: left;
  color: #fff;
  background: #004cb3;
  padding: 0 15px;
  margin-bottom: 10px;
  display: inline-block;
}
ul.careerpathlist li div.flex.careerpathcontents .left div.shikaku p {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 26px;
  text-align: left;
  color: #181818;
  width: 547px;
}
ul.careerpathlist li div.flex.careerpathcontents .right {
  width: 340px;
  height: 250px;
}
@media screen and (max-width: 768px) {
  ul.careerpathlist li div.flex.careerpathcontents {
    width: 100%;
    flex-wrap: wrap;
  }
  ul.careerpathlist li div.flex.careerpathcontents .left {
    width: 100%;
    margin-bottom: 20px;
  }
  ul.careerpathlist li div.flex.careerpathcontents .left h5 {
    font-size: 25px;
    letter-spacing: 0.02em;
    line-height: 48px;
    margin-bottom: 10px;
  }
  ul.careerpathlist li div.flex.careerpathcontents .left h6 {
    font-size: 20px;
    letter-spacing: 0.02em;
    line-height: 28px;
    text-align: left;
    color: #181818;
    padding-left: 12px;
    margin-bottom: 10px;
  }
  ul.careerpathlist li div.flex.careerpathcontents .left p.discrip {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 24px;
    text-align: left;
    color: #181818;
  }
  ul.careerpathlist li div.flex.careerpathcontents .left div.shikaku span {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 26px;
    text-align: left;
    color: #fff;
  }
  ul.careerpathlist li div.flex.careerpathcontents .left div.shikaku p {
    width: 100%;
  }
  ul.careerpathlist li div.flex.careerpathcontents .right {
    width: 100%;
    height: auto;
  }
}
.rectop-moviewrap {
  height: 507px;
  background: #004cb3;
  padding-top: 285px;
}
.rectop-moviewrap .container p {
  font-weight: 700;
  font-size: 38px;
  letter-spacing: 0.03em;
  line-height: 52px;
  text-align: left;
  color: #fff;
  padding-left: 75px;
}
.movie-wrap {
  /*  position: absolute;
  left: 50%;
  transform: translateX(-50%);*/
  width: 1000px;
  /*  top: -259px;*/
  height: 519px;
  margin: 0 auto;
}
.movie-wrap div.relative {
  width: 1000px;
  height: 519px;
}
.movie-wrap div.relative .moviecontainer {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 75px;
}
.movie-txt {
  position: absolute;
  width: 519px;
  height: 178px;
  background: #fff;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 0.02em;
  line-height: 40px;
  text-align: left;
  color: #000;
  z-index: 1;
  right: -122px;
  bottom: -70px;
  padding-top: 49px;
  padding-left: 64px;
}
.movie-txt span {
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  text-align: left;
  color: #004cb3;
  margin-bottom: 5px;
  display: inline-block;
  vertical-align: text-top;
}
.recworks-wrap .movie-txt p {
  height: auto;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 0.02em;
  line-height: 40px;
  text-align: left;
  color: #000;
  margin-top: 0;
  padding-left: 0;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .recworks-wrap .movie-txt p {
    font-size: 25px;
    letter-spacing: 0.02em;
    line-height: 30px;
    text-align: left;
    color: #000;
  }
}
@media screen and (max-width: 768px) {
  .rectop-moviewrap {
    height: auto;
    padding-top: 0;
  }
  .rectop-moviewrap .container p {
    font-weight: 700;
    padding-left: 0;
    font-size: 25px;
    letter-spacing: 0.03em;
    line-height: 35px;
    text-align: left;
    color: #fff;
    padding: 84px 5.85vw 40px 5.85vw;
  }
  .movie-wrap {
    height: auto;
    position: static;
    transform: none;
    width: 100%;
  }
  .movie-for-spwrap {
    background: #004cb3;
    margin: 0 calc(50% - 50vw);
    padding-bottom: 40px;
  }
  .movie-for-spwrap .container.relative {
    margin-top: 84px;
  }
  .movie-wrap div.relative {
    width: 100%;
    height: auto;
  }
  .movie-wrap div.relative .moviecontainer {
    position: static;
    left: 0;
  }
  .movie-txt {
    position: absolute;
    width: calc(100% - 20px);
    right: 0;
    bottom: -60px;
    top: auto;
    height: auto;
    font-weight: bold;
    font-size: 25px;
    letter-spacing: 0.02em;
    line-height: 30px;
    text-align: left;
    color: #000;
    z-index: 1;
    padding-top: 16px;
    padding-left: 17px;
    padding-bottom: 16px;
  }
  .movie-txt span {
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
    text-align: left;
    color: #004cb3;
    margin-bottom: 5px;
    display: inline-block;
  }
}
.recworks-wrap {
  padding-top: 130px;
  padding-bottom: 60px;
}
.recworks-wrap .buleback {
  width: 100%;
  height: 507px;
  background: #004cb3;
  position: absolute;
  bottom: 0;
}
.recworks-wrap p {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 38px;
  letter-spacing: 0.03em;
  line-height: 52px;
  text-align: left;
  color: #fff;
  margin-top: 25px;
  padding-left: 70px;
}
@media screen and (max-width: 768px) {
  .recworks-wrap p {
    font-size: 25px;
    line-height: 35px;
    padding-left: 0;
  }
}
.recworks-wrap .sideimg {
  position: absolute;
  width: 164.65px;
  top: -130px;
  left: -130px;
  z-index: 0;
  height: 1207px;
}
.recworks-wrap .sideimg img {
  height: 100%;
  width: auto;
}
.recworks-wrap .rectop-txt {
  width: 789px;
  margin-bottom: 100px;
}
h3.rectop-h3work {
  border-bottom: 7px solid #004cb3;
  padding-bottom: 30px;
  position: relative;
}
.worksbigimg {
  width: 1000px;
  height: 500px;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 40px;
}
.worksbigimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recworks-wrap h4 {
  font-weight: 900;
  font-size: 38px;
  letter-spacing: 0.02em;
  line-height: 50px;
  text-align: left;
  color: #004cb3;
  margin-top: 40px;
  padding-left: 18px;
  margin-bottom: 40px;
}
.recworks-wrap p.rectop-worktxt01 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 26px;
  text-align: left;
  color: #181818;
  margin-bottom: 30px;
}
.recworks-wrap h5 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 35px;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: left;
  color: #181818;
  margin-bottom: 20px;
}
.recworks-wrap h5:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 5px;
  background: #004cb3;
  vertical-align: middle;
  margin-right: 15px;
}
ul.mainworks {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
ul.mainworks li {
  width: 480px;
}
ul.mainworks li div.img {
  width: 480px;
  height: 270px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
}
ul.mainworks li h6 {
  font-weight: 600;
  font-size: 25px;
  letter-spacing: 0.02em;
  line-height: 28px;
  text-align: left;
  color: #181818;
  margin-bottom: 9px;
}
ul.mainworks li p {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 25px;
  text-align: left;
  color: #181818;
}
@media screen and (max-width: 768px) {
  .recworks-wrap {
    padding-top: 80px;
    padding-bottom: 0;
  }
  .recworks-wrap .container {
    width: 88.3vw;
    margin: 0 auto;
  }
  .recworks-wrap .rectop-txt {
    width: 100%;
    margin-top: 0;
    margin-bottom: 80px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 26px;
  }
  h3.rectop-h3work {
    border-bottom: 5px solid #004cb3;
    padding-bottom: 30px;
    margin-bottom: 20px;
    position: relative;
  }
  h3.rectop-h3work img {
    height: 37.62px;
  }
  .worksbigimg {
    width: 100%;
    height: auto;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 50px;
  }
  .worksbigimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .recworks-wrap h4 {
    font-size: 21px;
    letter-spacing: 0.02em;
    line-height: 30px;
    text-align: left;
    color: #004cb3;
    padding: 0;
    margin-top: 0;
    padding-left: 0;
    margin-bottom: 20px;
    font-weight: 600;
  }
  .recworks-wrap p.rectop-worktxt01 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.03em;
    line-height: 26px;
    text-align: left;
    color: #181818;
    margin-bottom: 20px;
  }
  .recworks-wrap h5 {
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 0.02em;
    line-height: 28px;
    text-align: left;
    color: #181818;
    margin-bottom: 30px;
  }
  .recworks-wrap h5:before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 5px;
    background: #004cb3;
    vertical-align: middle;
    margin-right: 15px;
  }
  ul.mainworks {
    flex-wrap: wrap;
    margin-bottom: 80px;
  }
  ul.mainworks li {
    width: 100%;
    margin-bottom: 30px;
  }
  ul.mainworks li:last-child {
    margin-bottom: 0;
  }
  ul.mainworks li div.img {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    height: 160px;
  }
  ul.mainworks li div.img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  ul.mainworks li h6 {
    font-weight: 600;
    font-size: 23px;
    letter-spacing: 0.02em;
    line-height: 28px;
    text-align: left;
    color: #181818;
    margin-bottom: 10px;
  }
  ul.mainworks li p {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 25px;
    text-align: left;
    color: #181818;
  }
}
/*トップページインタビュー*/
section.rectop-interview-wrap {}
.rectop-interview-container {
  background: #004CB3;
  padding-bottom: 120px;
}
.rectop-interview-container .container.other {
  justify-content: flex-end;
  padding-top: 28px;
}
@media screen and (max-width: 768px) {
  .rectop-interview-container {
    padding-bottom: 80px;
  }
  .container.other {
    position: absolute;
    /*  top: 50%;*/
    transform: translateY(-50%);
    z-index: 2;
    top: 130px;
    width: 100%;
  }
}
div.topinterviewtitle {
  width: 1079px;
  padding-bottom: 24px;
}
div.interview-dis {
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 26px;
  text-align: left;
  color: #181818;
  padding: 6px 33px 30px 28px;
  width: 637px;
  margin-left: -28px;
}
.interviewslide-wrap {
  margin-top: -88px;
}
@media screen and (max-width: 768px) {
  .interviewslide-wrap {
    margin-top: 0px;
  }
  section.rectop-interview-wrap .container {
    width: 100%;
    margin: 0 auto;
  }
  section.rectop-interview-wrap .container .sp-interview-text {
    width: 88.3%;
    margin: 0 auto;
  }
  div.topinterviewtitle {
    width: 100%;
    padding-bottom: 8.5px;
  }
  div.interview-dis {
    position: relative;
    top: -2px;
    background: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 26px;
    text-align: left;
    color: #181818;
    padding: 12px 22px;
    width: 88.3vw;
    margin: 0 auto 50px;
  }
  .swiper-controller-works.flex.interview {
    width: 100%;
  }
  .prev-next.flex.interview-arrows {
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 12px;
  }
}
.carrerimage {
  max-width: 1245px;
  height: auto;
  margin: 0 auto;
  position: relative;
}

.swiper-navigation-icon path{
	display: none;
}