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

parts-breadcrumb

*************************************************/
.parts-breadcrumb__list {
  position: absolute;
  top: 0;
  left: 0;
}
.parts-breadcrumb__list * {
  color: #fff;
}

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

about-bgarea01

*************************************************/
.about-bgarea01 {
  position: relative;
  z-index: 2;
}
.about-bgarea01::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 9rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(0, 0, 60)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(0, 0, 60) 100%);
  z-index: 2;
}

.about-tilte01 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 2.9rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.9;
  text-shadow: 0 0 0.7rem #8AD0F9;
  z-index: 10;
}
.about-tilte01 strong {
  font-size: 1.2em;
}
@media screen and (max-width: 767px) {
  .about-tilte01 {
    font-size: 2rem;
  }
}
.about-tilte01::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: min(35rem, 35%);
  height: 7rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: rgba(138, 208, 249, 0.4);
  -webkit-filter: blur(3rem);
          filter: blur(3rem);
  border-radius: 50%;
  z-index: 1;
}

.about-tilte01__text {
  position: relative;
  z-index: 2;
}

.about-bgarea01__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 2rem);
  z-index: 1;
}
.about-bgarea01__bg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  width: 100%;
  height: 100%;
}

.about-slide-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .about-slide-pagination {
    display: none;
  }
}

.about-slide-pagination__dot {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #62B9D3;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.about-slide-pagination__dot.is-active {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 1.2rem 0 rgba(138, 208, 249, 0.8);
          box-shadow: 0px 0px 1.2rem 0 rgba(138, 208, 249, 0.8);
}

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

about-slide

*************************************************/
.about-slide {
  position: relative;
  padding-bottom: 6rem;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .about-slide {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .about-slide-ajust {
    overflow: hidden;
  }
}

.about-slide-inner {
  position: relative;
  margin: 0 auto;
  z-index: 3;
}

.about-slide-contents {
  position: relative;
  margin: 0 auto;
  max-width: 136.6rem;
  width: 136.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .about-slide-contents {
    max-width: none;
    display: block;
    width: 100%;
    padding: 0;
  }
}
.about-slide-contents::before {
  position: absolute;
  top: 2rem;
  right: calc(50% + 13rem);
  display: block;
  content: "";
  width: 51.6rem;
  height: 45rem;
  background: url(../images/service/slide_bg.png) no-repeat center center/100% auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .about-slide-contents::before {
    display: none;
  }
}

.about-slide-itemwrap {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .about-slide-itemwrap {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 4rem 1rem 6rem;
  }
  .about-slide-itemwrap::before {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/service/bg01_sp.jpg) no-repeat top center/cover;
    z-index: 1;
  }
  .about-slide-itemwrap::after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 4rem;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 42, 84, 0)), to(rgb(0, 42, 84)));
    background: linear-gradient(180deg, rgba(0, 42, 84, 0) 0%, rgb(0, 42, 84) 100%);
    z-index: 1;
  }
  .about-slide-itemwrap.is-first::before {
    height: calc(100% + 10rem);
  }
  .about-slide-itemwrap.is-last::after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(0, 0, 60)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(0, 0, 60) 100%);
  }
}

.about-slide-item {
  max-width: 102.5rem;
  margin: 0 auto;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .about-slide-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .about-slide-item {
    position: relative;
    max-width: none;
    z-index: 3;
  }
  .about-slide-item::before {
    position: absolute;
    top: -3rem;
    left: -10rem;
    display: block;
    content: "";
    width: 34.6rem;
    height: 30rem;
    background: url(../images/service/slide_bg.png) no-repeat center center/100% auto;
    z-index: 2;
  }
}

.about-slide-item__left {
  position: relative;
}
@media screen and (min-width: 768px) {
  .about-slide-item__left {
    width: 66.3414634146%;
  }
}
@media screen and (max-width: 767px) {
  .about-slide-item__left {
    z-index: 3;
  }
}

.about-slide-item__right {
  position: relative;
  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;
  line-height: 0;
}
@media screen and (min-width: 768px) {
  .about-slide-item__right {
    width: 33.6585365854%;
  }
}
@media screen and (max-width: 767px) {
  .about-slide-item__right {
    width: 30rem;
    margin: 2rem 2rem 0 auto;
    z-index: 3;
  }
}

.about-slide-item__head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .about-slide-item__head {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.about-slide-item__head::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 0.3rem;
  background: -webkit-gradient(linear, left top, right top, from(rgb(143, 191, 209)), color-stop(50%, rgb(255, 255, 255)), to(rgb(143, 191, 209)));
  background: linear-gradient(90deg, rgb(143, 191, 209) 0%, rgb(255, 255, 255) 50%, rgb(143, 191, 209) 100%);
}

.about-slide-item__head-num {
  position: relative;
  width: 15rem;
  height: 8.4rem;
}
@media screen and (max-width: 767px) {
  .about-slide-item__head-num {
    width: 9rem;
    height: 5rem;
    margin-top: 0.8rem;
  }
}
.about-slide-item__head-num img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: none;
  height: 208.3333333333%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.about-slide-item__head-title {
  width: calc(100% - 16rem);
  font-size: 2.4rem;
  font-weight: 600;
  text-shadow: 0 0 0.7rem #8AD0F9;
}
@media screen and (max-width: 767px) {
  .about-slide-item__head-title {
    width: calc(100% - 10rem);
    font-size: 1.8rem;
  }
}

.about-slide-item__text {
  max-width: 50rem;
  margin: 1rem 0 0 16rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .about-slide-item__text {
    margin: 1rem 0 0 10rem;
    font-size: 1.3rem;
  }
}

.about-slide-item__cap {
  position: absolute;
  top: calc(100% + 3rem);
  left: 16rem;
  width: 87rem;
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  .about-slide-item__cap {
    position: static;
    width: auto;
    margin: 2rem 0 0 10rem;
    font-size: 1rem;
  }
}

.about-slide-item__img01,
.about-slide-item__img02 {
  position: relative;
  line-height: 0;
}
.about-slide-item__img01 img,
.about-slide-item__img02 img {
  position: relative;
  width: 100%;
  -webkit-filter: drop-shadow(0 0 0.5rem rgba(169, 255, 243, 0.9));
          filter: drop-shadow(0 0 0.5rem rgba(169, 255, 243, 0.9));
  z-index: 1;
}
.about-slide-item__img01::before,
.about-slide-item__img02::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 116.8%;
  height: 109.4452773613%;
  background: url(../images/service/slide_img_frame.png) no-repeat center center/100% 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

.about-slide-item__img01 {
  width: 54.2028985507%;
}
@media screen and (max-width: 767px) {
  .about-slide-item__img01 {
    width: 44%;
    margin-top: 3rem;
  }
}

.about-slide-item__img02 {
  width: 38.2608695652%;
}
@media screen and (max-width: 767px) {
  .about-slide-item__img02 {
    width: 44%;
  }
}

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

about-leadarea

*************************************************/
.about-leadarea {
  position: relative;
  padding: 7.5rem 0;
  background-color: #00003C;
  z-index: 5;
}

.about-leadarea__title {
  margin-bottom: 5rem;
  font-weight: 700;
  color: #fff;
  font-size: 2.9rem;
  line-height: 1.9;
  text-align: center;
  text-shadow: 0 0 0.7rem #8AD0F9;
}
@media screen and (max-width: 767px) {
  .about-leadarea__title {
    font-size: 2rem;
  }
}

.about-leadarea__texts {
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about-leadarea__texts {
    margin: 0 2.7rem;
    font-size: 1.3rem;
    text-align: left;
  }
}
.about-leadarea__texts > * {
  margin-bottom: 1.7em;
}
.about-leadarea__texts > *:last-child {
  margin-bottom: 0;
}

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

about-interview

*************************************************/
.about-interview {
  position: relative;
  padding: 14rem 0 12rem;
  background: url(../images/service/interview_bg_pc.jpg) no-repeat center top/cover;
}
@media screen and (max-width: 767px) {
  .about-interview {
    padding: 11rem 0 8rem;
    background-image: url(../images/service/interview_bg_sp.jpg);
  }
}
.about-interview::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 9rem;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgb(0, 0, 60)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(0, 0, 60) 100%);
}
@media screen and (max-width: 767px) {
  .about-interview::before {
    height: 5.5rem;
  }
}

.about-interview__title {
  max-width: 68.4rem;
  margin: 0 auto 5rem;
  line-height: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about-interview__title {
    max-width: 25.8rem;
    margin-bottom: 4rem;
  }
}

.about-interview__info {
  margin-bottom: 4rem;
  color: #fff;
  text-align: center;
  line-height: 1.4;
}

.about-interview__info-job {
  margin-bottom: 0.6rem;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .about-interview__info-job {
    font-size: 1.8rem;
  }
}

.about-interview__info-name {
  font-size: 3.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .about-interview__info-name {
    font-size: 2.4rem;
  }
}

.about-interview__body {
  width: min(105rem, 100% - 5rem);
  margin: 0 auto;
  color: #fff;
  font-size: 1.4rem;
}
.about-interview__body .in-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .about-interview__body .in-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 5.5rem;
  }
}
.about-interview__body .in-flex:last-child {
  margin-bottom: 0;
}
.about-interview__body .in-flex-photo {
  width: 35.1428571429%;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .about-interview__body .in-flex-photo {
    width: 100%;
    margin-bottom: 3rem;
  }
  .about-interview__body .in-flex-photo img {
    width: 100%;
  }
}
.about-interview__body .in-flex-text {
  width: 60.9523809524%;
}
@media screen and (max-width: 767px) {
  .about-interview__body .in-flex-text {
    width: 100%;
  }
}
.about-interview__body .in-texts {
  text-shadow: 0 0 0.5rem #3A2A29;
}
.about-interview__body .in-texts > * {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .about-interview__body .in-texts > * {
    margin-bottom: 5.5rem;
  }
}
.about-interview__body .in-texts > *:last-child {
  margin-bottom: 0;
}
.about-interview__body .in-title {
  position: relative;
  margin-bottom: 1.7rem;
  padding-left: 3.5rem;
  font-size: 1.6rem;
  font-weight: 700;
  text-shadow: 0 0 0.5rem #3A2A29;
}
@media screen and (max-width: 767px) {
  .about-interview__body .in-title {
    margin-bottom: 2rem;
  }
}
.about-interview__body .in-title::before {
  position: absolute;
  top: 0.8em;
  left: 0;
  display: block;
  content: "";
  width: 2.4rem;
  height: 0.2rem;
  background-color: #fff;
}