@charset "UTF-8";
/* =============================================================================
   パーシャルファイル
   ========================================================================== */
/* -----------------------------------------------------------------------------
   メディアクエリ
   -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
   l-mv
   -------------------------------------------------------------------------- */
.l-mv {
  position: relative;
  overflow: hidden;
}

.l-mv-inner {
  max-width: 1377px;
  margin: 100px -100px 180px -100px;
}
@media screen and (min-width: 768px) {
  .l-mv-inner {
    margin: 135px auto 100px;
  }
}
@media screen and (min-width: 1200px) {
  .l-mv-inner {
    margin: 180px auto 160px;
  }
}

.l-mv-catch-wrap-bg-line {
  position: relative;
  z-index: -1;
}

.l-mv-catch-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1377px;
  aspect-ratio: 1377/873;
  background-image: url(../img/mv_image_line.png);
  background-size: cover;
  z-index: 2;
}

.l-mv-catch-box {
  width: 87%;
  aspect-ratio: 1200/710;
  margin: 0 auto;
}

.l-mv-catch-txt-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  position: absolute;
  bottom: -170px;
  left: 20%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .l-mv-catch-txt-wrap {
    left: 3%;
    bottom: 14%;
  }
}
.l-mv-catch-txt {
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.6;
  padding: 0 20px;
  color: #fff;
  font-feature-settings: "palt";
  background: linear-gradient(340deg, rgb(164, 255, 179) 0%, rgb(63, 183, 238) 100%);
}
@media screen and (min-width: 1200px) {
  .l-mv-catch-txt {
    font-size: 8rem;
  }
}

.l-mv-deco-green {
  width: 80%;
  position: absolute;
  top: -37%;
  right: -18%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .l-mv-deco-green {
    width: 70%;
    top: -20.5%;
    right: -21%;
  }
}
.l-mv-deco-orange {
  width: 39%;
  position: absolute;
  bottom: -28%;
  left: 7%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .l-mv-deco-orange {
    width: 38%;
    bottom: -10%;
    left: -23.1%;
  }
}
.l-mv-deco-purple {
  width: 29%;
  position: absolute;
  bottom: -52%;
  right: -4%;
  z-index: -1;
}
@media screen and (min-width: 480px) {
  .l-mv-deco-purple {
    bottom: -36%;
  }
}
@media screen and (min-width: 768px) {
  .l-mv-deco-purple {
    width: 22%;
    bottom: -18%;
    right: -19%;
  }
}
/* -----------------------------------------------------------------------------
   l-index-intro
   -------------------------------------------------------------------------- */
.l-index-intro {
  position: relative;
  padding: 1000px 20px 300px;
  margin-top: -950px;
  margin-bottom: 100px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-index-intro {
    margin-bottom: 120px;
    padding: 1050px 20px 300px;
    margin-top: -1050px;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-intro {
    padding: 1350px 20px 200px;
    margin-top: -1230px;
  }
}
.l-index-intro::after {
  content: "";
  display: inline-block;
  width: 600px;
  height: 100%;
  background-image: url(../img/index_intro_img04.png);
  background-size: contain;
  background-position: center bottom 20%;
  position: absolute;
  top: 60%;
  left: 50%;
  opacity: 0.5;
  transform: translate(-50%, -50%);
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .l-index-intro::after {
    width: 1000px;
    background-position: center;
    top: 70%;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-intro::after {
    width: 1500px;
    top: 77%;
  }
}
@media screen and (min-width: 1200px) {
  .l-index-intro::after {
    width: 2000px;
  }
}

.l-index-intro-inner {
  max-width: max-content;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .l-index-intro-inner {
    max-width: 600px;
  }
}
.l-index-intro-ttl {
  position: relative;
  font-size: 2.5rem;
  line-height: 1.6;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.02em;
  margin-bottom: 40px;
  text-align: center;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .l-index-intro-ttl {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-intro-ttl {
    font-size: 4.4rem;
  }
}
.l-index-intro-desc {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  font-size: 1.3rem;
  line-height: 1.9;
  font-weight: 400;
  letter-spacing: -0.02em;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .l-index-intro-desc {
    font-size: 1.6rem;
    line-height: 2.2;
  }
}
.l-index-intro-deco01 {
  width: max(120px, 18%);
  position: absolute;
  z-index: 2;
  right: 8%;
}
@media screen and (min-width: 768px) {
  .l-index-intro-deco01 {
    bottom: 6%;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-intro-deco01 {
    bottom: 20%;
    right: 4%;
  }
}
.l-index-intro-deco02 {
  width: min(140px, 18%);
  position: absolute;
  bottom: 2%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .l-index-intro-deco02 {
    left: 6%;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-intro-deco02 {
    width: 18%;
    position: absolute;
    bottom: 2%;
    left: 4%;
  }
}
.l-index-intro-bg-circle {
  width: 10px;
  height: 10px;
  background-color: #f3efe6;
  border-radius: 50%;
  position: absolute; /*円の位置を画面中央に固定*/
  left: 50%;
  top: 1100px;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .l-index-intro-bg-circle {
    top: 1100px;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-intro-bg-circle {
    top: 1400px;
  }
}
/* -----------------------------------------------------------------------------
	l-index-between-section
   -------------------------------------------------------------------------- */
.l-index-between-section {
  position: relative;
}

.l-index-between-section img {
  width: 162px;
  position: absolute;
  top: -180px;
  left: auto;
  right: 20px;
}
@media screen and (min-width: 768px) {
  .l-index-between-section img {
    width: 200px;
    top: -265px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media screen and (min-width: 1000px) {
  .l-index-between-section img {
    left: 8%;
    right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .l-index-between-section img {
    width: 280px;
    top: -300px;
  }
}
@media screen and (min-width: 1400px) {
  .l-index-between-section img {
    top: -327px;
  }
}

/* -----------------------------------------------------------------------------
   l-index-about
   -------------------------------------------------------------------------- */
.l-index-about {
  margin-bottom: 80px;
}

.l-index-about-inner {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 5%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-index-about-inner {
    flex-direction: row;
  }
}
.l-index-about-txt-box {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .l-index-about-txt-box {
    width: 760px;
    padding-left: 50px;
    padding-right: 0;
  }
}
.l-index-about-inner::before {
  content: "About";
  display: inline-block;
  font-size: 7rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #f3efe6;
  position: absolute;
  top: 0;
  left: 20px;
  z-index: -1;
}
@media screen and (min-width: 1000px) {
  .l-index-about-inner::before {
    font-size: 10rem;
  }
}
@media screen and (min-width: 1400px) {
  .l-index-about-inner::before {
    font-size: 17rem;
  }
}
.l-index-about-txt-box-inner {
  max-width: 100%;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-index-about-txt-box-inner {
    max-width: 500px;
  }
}
.l-index-about-txt-box-inner .m-cmn-section-desc {
  margin: 20px 0;
}
@media screen and (min-width: 768px) {
  .l-index-about-txt-box-inner .m-cmn-section-desc {
    margin: 30px 0 40px;
  }
}
.l-index-about-txt-box-inner .m-cmn-btn-wrap {
  text-align: right;
}

.l-index-about-img-box {
  width: 100%;
  margin-right: 0;
  padding-top: 80px;
  padding-left: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-index-about-img-box {
    width: 840px;
    padding-top: 0;
    margin-bottom: 0;
    margin-right: -100px;
    padding-left: 0;
  }
}
@media screen and (min-width: 1600px) {
  .l-index-about-img-box {
    margin-right: 0;
  }
}

.l-index-about-ttl {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .l-index-about-ttl {
    margin-top: 45px;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-about-ttl {
    margin-top: 0;
  }
}
/* -----------------------------------------------------------------------------
   l-index-works
   -------------------------------------------------------------------------- */
.l-index-works-contents-wrap {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 160px 20px 40px;
  background-color: #272727;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-index-works-contents-wrap {
    padding: 120px 0 80px 130px;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-works-contents-wrap {
    padding: 130px 0 130px 130px;
  }
}
.l-index-works-contents-wrap::after {
  content: "Works";
  display: inline-block;
  font-size: 7rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #fefbf4;
  position: absolute;
  top: 60px;
  right: 20px;
  z-index: 0;
  opacity: 0.1;
}
@media screen and (min-width: 768px) {
  .l-index-works-contents-wrap::after {
    top: 40px;
    right: 0;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-works-contents-wrap::after {
    font-size: 10rem;
  }
}
@media screen and (min-width: 1400px) {
  .l-index-works-contents-wrap::after {
    font-size: 17rem;
  }
}

.l-index-works-contents-inner {
  position: relative;
  width: 100%;
  color: #fff;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .l-index-works-contents-inner {
    width: 500px;
  }
}
.l-index-works-contents-inner .m-cmn-section-ttl {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-index-works-contents-inner .m-cmn-section-ttl {
    margin-bottom: 30px;
  }
}
.l-index-works-btn-wrap {
  text-align: right;
  margin-top: 40px;
}
@media screen and (min-width: 1000px) {
  .l-index-works-btn-wrap {
    margin-top: 0;
  }
}
.l-index-works-btn {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 500;
  position: relative;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .l-index-works-btn {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-works-btn {
    position: absolute;
    bottom: 0;
    right: -250px;
  }
}
.l-index-works-btn a {
  display: block;
  padding: 10px 40px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  background-color: #272727;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-index-works-btn a {
    padding: 15px 60px;
  }
}
.l-index-works-btn:hover a {
  border: 1px solid #fff;
  background-color: #272727;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-index-works-btn:hover a {
    background-color: #fff;
    color: #000;
  }
}
.l-index-works-btn a::before {
  content: "";
  width: 7px;
  height: 7px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 49%;
  right: 15px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-index-works-btn a::before {
    width: 8px;
    height: 8px;
    right: 20px;
  }
}
.l-index-works-btn:hover a::before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
@media screen and (min-width: 768px) {
  .l-index-works-btn:hover a::before {
    border-top: solid 1px #000;
    border-right: solid 1px #000;
  }
}
.l-index-works-deco01 {
  width: 400px;
  position: absolute;
  top: 0;
  left: -290px;
}
@media screen and (min-width: 768px) {
  .l-index-works-deco01 {
    width: 700px;
    top: -20px;
    left: -300px;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-works-deco01 {
    width: 800px;
  }
}
@media screen and (min-width: 1200px) {
  .l-index-works-deco01 {
    left: -34px;
  }
}

.l-index-works-deco02 {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-index-works-deco02 {
    display: block;
    width: 445px;
    position: absolute;
    top: 320px;
    right: -34px;
  }
}
.l-index-works-loop-wrap {
  position: relative;
  display: flex;
  overflow: hidden;
}

.l-index-works-loop-wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  background-color: #272727;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .l-index-works-loop-wrap::before {
    height: 400px;
  }
}
.l-index-works-loop-box {
  display: flex;
  animation: loop-list 100s linear infinite;
}

.l-index-works-loop-item {
  width: 200px;
  display: block;
}
@media screen and (min-width: 768px) {
  .l-index-works-loop-item {
    width: 300px;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-works-loop-item {
    width: 400px;
  }
}
.l-index-works-loop-item img {
  width: 98%;
}

@keyframes loop-list {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/* -----------------------------------------------------------------------------
   l-index-interview
   -------------------------------------------------------------------------- */
.l-index-interview {
  background-color: #f3efe6;
  margin-bottom: 60px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-index-interview {
    margin-bottom: 120px;
  }
}
.l-index-interview-inner {
  position: relative;
  max-width: 1700px;
  margin: 0 auto;
}

.l-index-interview-inner::before {
  content: "Interview";
  display: inline-block;
  font-size: 7rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #e4dfd4;
  position: absolute;
  top: 35px;
  left: 20px;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .l-index-interview-inner::before {
    top: 90px;
    left: 0;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-interview-inner::before {
    font-size: 10rem;
  }
}
@media screen and (min-width: 1400px) {
  .l-index-interview-inner::before {
    font-size: 17rem;
    left: -20px;
    top: 80px;
  }
}
@media screen and (min-width: 1600px) {
  .l-index-interview-inner::before {
    left: 20px;
  }
}

.l-index-interview-contents-wrap {
  max-width: 1340px;
  margin: 0 auto;
  padding: 130px 20px 60px;
  background-image: url(../img/index_interview_bg_line.png);
  background-size: contain;
  background-position: bottom;
}
@media screen and (min-width: 768px) {
  .l-index-interview-contents-wrap {
    padding: 140px 20px;
    background-image: none;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-interview-contents-wrap {
    padding: 200px 20px 140px;
  }
}
.l-index-interview-contents-wrap .m-cmn-section-ttl {
  position: relative;
  padding-left: 0;
  margin-bottom: 20px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .l-index-interview-contents-wrap .m-cmn-section-ttl {
    padding-left: 100px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .l-index-interview-contents-wrap .m-cmn-section-ttl {
    padding-left: 40px;
  }
}

.l-index-interview-contents-wrap .m-cmn-section-desc {
  position: relative;
  padding-left: 0;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .l-index-interview-contents-wrap .m-cmn-section-desc {
    padding-left: 100px;
  }
}
@media screen and (min-width: 1600px) {
  .l-index-interview-contents-wrap .m-cmn-section-desc {
    padding-left: 40px;
  }
}

.l-index-interview-items {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
  z-index: 2;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .l-index-interview-items {
    margin-top: 70px;
    flex-direction: row;
    align-items: flex-start;
    gap: 0;
  }
}
.l-index-interview-items li {
  position: relative;
  transition: all 0.3s ease;
  background: url(../img/index_interview_box_line.png) no-repeat center right/auto 100%;
  max-width: 1300px;
  width: 100%;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .l-index-interview-items li {
    aspect-ratio: 301/417;
    padding: 6.5vw;
    background: url(../img/index_interview_box_line_sp.png) no-repeat center center/100% 100%;
  }
}

.l-index-interview-items li a {
  display: flex;
  width: 100%;
  border-radius: 50px;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .l-index-interview-items li a {
    flex-direction: column;
    height: 100%;
    border-radius: 20vw;
  }
}

.l-index-interview-items li a .img {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .l-index-interview-items li a .img {
    width: 100%;
    height: calc(100% - 250px);
  }
}
.l-index-interview-items li a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.l-index-interview-items li a .txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px 0;
  width: 45%;
  min-height: 350px;
  padding: 5%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-index-interview-items li a .txt {
    gap: 18px 0;
    width: 100%;
    min-height: 250px;
    padding: 24px 5vw 48px;
  }
}

.l-index-interview-items li a .txt p.ttl {
  font-size: 26px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .l-index-interview-items li a .txt p.ttl {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .l-index-interview-items li a .txt p.ttl br.pc {
    display: none;
  }
}

.l-index-interview-items li a .txt p.name {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .l-index-interview-items li a .txt p.name {
    font-size: 14px;
  }
}

.l-index-interview-items li a .txt p.name em {
  font-style: normal;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .l-index-interview-items li a .txt p.name em {
    font-size: 20px;
  }
}

.l-index-interview-items li span {
  position: absolute;
  right: 7.5%;
  bottom: 20%;
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #000;
  border: 1px solid #000;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .l-index-interview-items li span {
    right: 15%;
    bottom: 10%;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-interview-items li span {
    width: 50px;
    height: 50px;
  }
}

.l-index-interview-items li:hover span {
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .l-index-interview-items li:hover span {
    background-color: #fff;
  }
}
.l-index-interview-items li span::after {
  content: "";
  width: 7px;
  height: 7px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg) translate(-50%, -50%);
  position: absolute;
  top: 54%;
  left: 33%;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-index-interview-items li span::after {
    left: 40%;
  }
}
.l-index-interview-items li:hover span::after {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
@media screen and (min-width: 768px) {
  .l-index-interview-items li:hover span::after {
    border-top: solid 1px #000;
    border-right: solid 1px #000;
  }
}
.l-index-interview-items li:nth-child(2) {
  width: 80%;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .l-index-interview-items li:nth-child(2) {
    width: auto;
    margin-top: -30px;
  }
}
.l-index-interview-items li:nth-child(2) .l-index-interview-item-info-wrap {
  bottom: 8%;
}
@media screen and (min-width: 768px) {
  .l-index-interview-items li:nth-child(2) .l-index-interview-item-info-wrap {
    bottom: 45px;
  }
}
@media screen and (min-width: 1200px) {
  .l-index-interview-items li:nth-child(2) .l-index-interview-item-info-wrap {
    bottom: 30px;
  }
}

.l-index-interview-items li:nth-child(2) span {
  bottom: 11%;
  right: 2%;
}

.l-index-interview-items li:nth-child(3) {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .l-index-interview-items li:nth-child(3) {
    margin-top: -140px;
  }
}
.l-index-interview-items li:nth-child(3) .l-index-interview-item-info-wrap {
  bottom: 14%;
}
@media screen and (min-width: 768px) {
  .l-index-interview-items li:nth-child(3) .l-index-interview-item-info-wrap {
    bottom: 80px;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-interview-items li:nth-child(3) .l-index-interview-item-info-wrap {
    bottom: 90px;
  }
}
@media screen and (min-width: 1200px) {
  .l-index-interview-items li:nth-child(3) .l-index-interview-item-info-wrap {
    bottom: 80px;
  }
}

.l-index-interview-items li:nth-child(3) span {
  bottom: 16%;
  right: 15%;
}

.l-index-interview-item-info-wrap {
  position: absolute;
  bottom: 11%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .l-index-interview-item-info-wrap {
    bottom: 65px;
  }
}
@media screen and (min-width: 1200px) {
  .l-index-interview-item-info-wrap {
    bottom: 50px;
  }
}

.l-index-interview-item-desc {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #fff;
  white-space: nowrap;
}

.l-index-interview-item-name {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #fff;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .l-index-interview-item-name {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .l-index-interview-item-name {
    font-size: 2.6rem;
  }
}

.l-index-interview-contents-wrap .m-cmn-btn-wrap {
  position: relative;
  text-align: right;
  margin-top: 40px;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .l-index-interview-contents-wrap .m-cmn-btn-wrap {
    margin-top: -60px;
  }
}
.l-index-interview-deco01 {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-index-interview-deco01 {
    display: block;
    width: 75%;
    position: absolute;
    top: -30%;
    right: -53%;
    z-index: -1;
  }
}
@media screen and (min-width: 1600px) {
  .l-index-interview-deco01 {
    top: -39%;
    right: -58%;
  }
}

.l-index-interview-deco02 {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-index-interview-deco02 {
    display: block;
    width: 75%;
    position: absolute;
    bottom: -87%;
    left: -52%;
    z-index: -1;
  }
}
/* -----------------------------------------------------------------------------
   l-index-workstyle
   -------------------------------------------------------------------------- */
.l-index-workstyle {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .l-index-workstyle {
    margin-bottom: 80px;
  }
}
.l-index-workstyle-inner {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-index-workstyle-inner {
    flex-direction: row;
  }
}
.l-index-workstyle-txt-box {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .l-index-workstyle-txt-box {
    width: 760px;
    padding-left: 50px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .l-index-workstyle-txt-box {
    padding-left: 100px;
    padding-right: 20px;
  }
}
.l-index-workstyle-inner::before {
  content: "Workstyle";
  display: inline-block;
  font-size: 7rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #f3efe6;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 1000px) {
  .l-index-workstyle-inner::before {
    font-size: 10rem;
  }
}
@media screen and (min-width: 1400px) {
  .l-index-workstyle-inner::before {
    font-size: 17rem;
  }
}
.l-index-workstyle-txt-box-inner {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .l-index-workstyle-txt-box-inner {
    max-width: 495px;
  }
}
.l-index-workstyle-txt-box-inner .m-cmn-section-desc {
  margin: 20px 0;
}
@media screen and (min-width: 768px) {
  .l-index-workstyle-txt-box-inner .m-cmn-section-desc {
    margin: 30px 0 40px;
  }
}
.l-index-workstyle-txt-box-inner .m-cmn-btn-wrap {
  text-align: right;
}

.l-index-workstyle-img-box {
  width: 100%;
  padding-top: 80px;
  padding-right: 20px;
  margin-left: 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-index-workstyle-img-box {
    width: 840px;
    padding-top: 0;
    margin-bottom: 0;
    margin-left: -70px;
    padding-right: 0;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-workstyle-img-box {
    margin-left: -100px;
  }
}
@media screen and (min-width: 1600px) {
  .l-index-workstyle-img-box {
    margin-left: 0;
  }
}

.l-index-workstyle-ttl {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .l-index-workstyle-ttl {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-workstyle-ttl {
    margin-top: 0;
  }
}

/*# sourceMappingURL=style.css.map */
