@charset "UTF-8";
/* =============================================================================
   パーシャルファイル
   ========================================================================== */
/* -----------------------------------------------------------------------------
   メディアクエリ
   -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
   l-mv
   -------------------------------------------------------------------------- */
.l-mv-inner {
  position: relative;
  aspect-ratio: 750/1160;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-mv-inner {
    aspect-ratio: 1500/890;
  }
}
.l-mv-element01 {
  width: 80.53%;
  position: absolute;
  top: 13.79%;
  left: -12%;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .l-mv-element01 {
    width: 57.47%;
    top: -11%;
    left: 13.3%;
  }
}
.l-mv-element02 {
  width: 41.33%;
  position: absolute;
  top: 38%;
  left: 60%;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .l-mv-element02 {
    width: 29.8%;
    top: 20%;
    left: 60.8%;
  }
}
.l-mv-element03 {
  width: 28%;
  position: absolute;
  top: 60.62%;
  left: 75.5%;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .l-mv-element03 {
    width: 21.67%;
    top: 48.77%;
    left: 77.3%;
  }
}
.l-mv-element04 {
  width: 35.6%;
  position: absolute;
  top: 71%;
  left: 55.33%;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .l-mv-element04 {
    width: 21.7%;
    top: 62.55%;
    left: 62.67%;
  }
}
.l-mv-element05 {
  width: 34.13%;
  position: absolute;
  top: 8.62%;
  left: -10%;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 768px) {
  .l-mv-element05 {
    width: 26.8%;
    left: -4%;
  }
}
.l-mv-element06 {
  width: 32.93%;
  position: absolute;
  top: 7.76%;
  left: 70.67%;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 768px) {
  .l-mv-element06 {
    width: 23.4%;
    top: -10%;
    left: 82%;
  }
}
.l-mv-catch-txt {
  width: 80.67%;
  position: absolute;
  top: 66.38%;
  left: 0;
}
@media screen and (min-width: 768px) {
  .l-mv-catch-txt {
    width: 40%;
    top: 60%;
    left: 4.67%;
    z-index: 1;
  }
}
.l-mv-element01 {
  -webkit-animation: example 0.5s ease 0.3s 1 forwards;
  animation: example 0.5s ease 0.3s 1 forwards;
}

.l-mv-element02 {
  -webkit-animation: example 0.5s ease 0.7s 1 forwards;
  animation: example 0.5s ease 0.7s 1 forwards;
}

.l-mv-element03 {
  -webkit-animation: example 0.5s ease 1.1s 1 forwards;
  animation: example 0.5s ease 1.1s 1 forwards;
}

.l-mv-element04 {
  -webkit-animation: example 0.5s ease 1.5s 1 forwards;
  animation: example 0.5s ease 1.5s 1 forwards;
}

@-webkit-keyframes example {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes example {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* -----------------------------------------------------------------------------
   l-index-intro
   -------------------------------------------------------------------------- */
.l-index-intro {
  position: relative;
  padding: 40px 40px 140px;
  background-image: url(../img/index/index_bg03.jpg);
  background-size: contain;
  background-repeat: repeat;
}
@media screen and (min-width: 480px) {
  .l-index-intro {
    padding: 50px 40px 140px;
  }
}
@media screen and (min-width: 768px) {
  .l-index-intro {
    padding: 50px 40px 180px;
  }
}
@media screen and (min-width: 1200px) {
  .l-index-intro {
    padding: 60px 40px 250px;
  }
}

.l-index-intro::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 19%;
  background-image: url(../img/index/index_bg01_sp.png);
  background-size: cover;
  position: absolute;
  top: -10.5%;
  left: 0;
}
@media screen and (min-width: 480px) {
  .l-index-intro::before {
    height: 26%;
    top: -25%;
  }
}
@media screen and (min-width: 768px) {
  .l-index-intro::before {
    background-image: url(../img/index/index_bg01.png);
  }
}
@media screen and (min-width: 1000px) {
  .l-index-intro::before {
    height: 27%;
    top: -26%;
  }
}
.l-index-intro-inner {
  max-width: 980px;
  margin: 0 auto;
}

.l-index-intro-deco-wrap {
  width: 60%;
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 480px) {
  .l-index-intro-deco-wrap {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .l-index-intro-deco-wrap {
    width: 42%;
  }
}
.l-index-intro-decc02 {
  width: 13.33%;
  position: absolute;
  top: -3%;
  left: -2%;
}
@media screen and (min-width: 768px) {
  .l-index-intro-decc02 {
    width: 6.67%;
    top: -10%;
    left: 12.67%;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-intro-decc02 {
    top: -17%;
  }
}
.l-index-intro-txt {
  font-size: 4.3vw;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (min-width: 480px) {
  .l-index-intro-txt {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 768px) {
  .l-index-intro-txt {
    font-size: 1.7vw;
    line-height: 2;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-intro-txt {
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 1200px) {
  .l-index-intro-txt {
    font-size: 1.3vw;
  }
}

.l-index-intro-mb-20 {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .l-index-intro-mb-20 {
    margin-bottom: 20px;
  }
}
.l-index-intro-mb-15 {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .l-index-intro-mb-15 {
    margin-bottom: 0;
  }
}
.l-index-intro-attention {
  white-space: nowrap;
}

/* -----------------------------------------------------------------------------
   l-index-about
   -------------------------------------------------------------------------- */
.l-index-about {
  position: relative;
  padding: 0 20px 100px;
}
@media screen and (min-width: 768px) {
  .l-index-about {
    padding: 0 40px 150px;
  }
}
.l-index-about-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px 4%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 50px 20px;
  background-color: #f3f8fd;
  margin-top: -80px;
  z-index: 2;
  border-radius: 40px;
  background-image: url(../img/index/index_bg02.png);
  background-size: 118%;
  background-position: top -5% left -70px;
  overflow: clip;
}
@media screen and (min-width: 480px) {
  .l-index-about-inner {
    background-size: 80%;
  }
}
@media screen and (min-width: 768px) {
  .l-index-about-inner {
    background-image: none;
    padding: 50px 40px;
    gap: 60px 4%;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-about-inner {
    padding: 100px 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4%;
  }
}
@media screen and (min-width: 1200px) {
  .l-index-about-inner {
    padding: 100px;
  }
}

.l-index-about::after {
  content: "";
  display: inline-block;
  width: 155px;
  height: 170px;
  background-image: url(../img/index/index_img06.png);
  background-size: cover;
  position: absolute;
  bottom: -20px;
  right: 10px;
}
@media screen and (min-width: 768px) {
  .l-index-about::after {
    width: 275px;
    height: 300px;
    right: 10%;
    bottom: -100px;
  }
}
.l-index-about-ttl-box {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .l-index-about-ttl-box {
    width: 36%;
  }
}
.l-index-about-ttl-box-inner {
  position: sticky;
  top: 100px;
}

.l-index-about-ttl-box-inner .about-bg {
  display: none;
  width: 350px;
  height: 300px;
  position: absolute;
  top: -50px;
  left: -100px;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .l-index-about-ttl-box-inner .about-bg {
    display: block;
    width: 550px;
    height: 450px;
    left: -70px;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-about-ttl-box-inner .about-bg {
    top: -100px;
  }
}
.l-index-about-ttl-box .logo {
  width: 90px;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .l-index-about-ttl-box .logo {
    width: 140px;
    margin-bottom: 30px;
  }
}
.l-index-about-ttl-box h2 {
  position: relative;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3;
  color: #fff;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .l-index-about-ttl-box h2 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-about-ttl-box h2 {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 1200px) {
  .l-index-about-ttl-box h2 {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1600px) {
  .l-index-about-ttl-box h2 {
    font-size: 4rem;
  }
}

.l-index-about-contents-box {
  max-width: 100%;
}
@media screen and (min-width: 1000px) {
  .l-index-about-contents-box {
    max-width: 60%;
  }
}
.l-index-about-contents-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
@media screen and (min-width: 1000px) {
  .l-index-about-contents-items {
    gap: 30px;
  }
}
.l-index-about-contents-items li {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  position: sticky;
  top: 100px;
  background-color: #f3f8fd;
  padding-bottom: 30px;
}
@media screen and (min-width: 1000px) {
  .l-index-about-contents-items li {
    padding-bottom: 0;
  }
}
.l-index-about-contents-items li a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.l-index-about-contents-item-img-box::after {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url(../img/common/cmn_ico_arrow_bgblue.png);
  background-size: cover;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
@media screen and (min-width: 768px) {
  .l-index-about-contents-item-img-box::after {
    width: 70px;
    height: 70px;
    bottom: 20px;
    right: 20px;
  }
}
.l-index-about-contents-item-img-box {
  position: relative;
}

.l-index-about-contents-item-img-box img {
  aspect-ratio: 680/400;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-index-about-contents-detail {
  width: 68%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 20px 0 0;
  padding: 10px 15px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-index-about-contents-detail {
    width: 80%;
    padding: 20px 30px;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-about-contents-detail {
    padding: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .l-index-about-contents-detail {
    width: 68%;
  }
}

.l-index-about-contents-detail::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/index/index_about_bg.jpg);
  background-size: cover;
  opacity: 0.95;
}

.l-index-about-contents-detail h3 {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
  z-index: 1;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .l-index-about-contents-detail h3 {
    line-height: 1.5;
    font-size: 2.6rem;
  }
}
.l-index-about-contents-txt-sp-none {
  display: none;
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  z-index: 1;
}
@media screen and (min-width: 1000px) {
  .l-index-about-contents-txt-sp-none {
    display: block;
  }
}
.l-index-about-contents-txt-pc-none {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 15px;
}
@media screen and (min-width: 1000px) {
  .l-index-about-contents-txt-pc-none {
    display: none;
  }
}
/* -----------------------------------------------------------------------------
   l-index-office
   -------------------------------------------------------------------------- */
.l-index-office {
  position: relative;
  background-image: url(../img/index/index_img11_pin04_sp.png);
  background-size: cover;
  background-position: top;
  padding: 100px 0 120px;
}
@media screen and (min-width: 1000px) {
  .l-index-office {
    padding: 0;
    background-image: url(none);
  }
}
.l-index-office-map-wrap {
  display: none;
  position: relative;
  aspect-ratio: 750/2295;
}
@media screen and (min-width: 1000px) {
  .l-index-office-map-wrap {
    aspect-ratio: 1500/1132;
    display: block;
  }
}
.l-index-office-map-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.l-index-office-map-item-pc-img {
  display: none;
}
@media screen and (min-width: 1000px) {
  .l-index-office-map-item-pc-img {
    display: block;
  }
}
.l-index-office-map-item-sp-img {
  display: block;
}
@media screen and (min-width: 1000px) {
  .l-index-office-map-item-sp-img {
    display: none;
  }
}
.l-index-office-map-item:first-child {
  opacity: 1; /* ベースの地図は常に表示 */
  z-index: 1;
}

.l-index-office-map-item.active {
  opacity: 1;
  z-index: 2;
}

.l-index-office-contents-wrap {
  width: 100%;
  padding: 0 20px;
  position: relative;
  top: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  left: 0;
  z-index: 2;
}
@media screen and (min-width: 480px) {
  .l-index-office-contents-wrap {
    top: 8%;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-office-contents-wrap {
    width: auto;
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 13%;
  }
}
.l-index-office-ttl {
  color: #fff;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .l-index-office-ttl {
    padding: 0;
  }
}
.l-index-office-desc {
  color: #fff;
  margin: 15px 0 20px;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .l-index-office-desc {
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .l-index-office-desc {
    margin: 30px 0 40px;
  }
}

.l-index-office-contents-items {
  max-width: 100%;
  padding: 40px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 4%;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.35);
}
@media screen and (min-width: 768px) {
  .l-index-office-contents-items {
    padding: 40px;
    gap: 30px;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-office-contents-items {
    padding: 4%;
    max-width: 65%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1200px) {
  .l-index-office-contents-items {
    gap: 40px 4%;
  }
}

.l-index-office-contents-items li {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 1000px) {
  .l-index-office-contents-items li {
    width: 46%;
  }
}
@media screen and (min-width: 1200px) {
  .l-index-office-contents-items li {
    width: 48%;
  }
}

.l-index-office-contents-items li a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}

.l-index-office-contents-items li a::before {
  content: "";
  display: inline-block;
  width: 12.5%;
  height: 21.8%;
  background-image: url(../img/common/cmn_ico_arrow_bgblue.png);
  background-size: cover;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
@media screen and (min-width: 768px) {
  .l-index-office-contents-items li a::before {
    width: 15%;
    height: 26%;
  }
}
.l-index-office-recruit-area {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  padding: 0 20px;
  font-size: 3.5vw;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.05em;
  line-height: 2;
  background-color: #fff;
  border-radius: 50px;
}
@media screen and (min-width: 1000px) {
  .l-index-office-recruit-area {
    font-size: 1vw;
  }
}
.l-index-office-name {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 60%;
  padding: 10px 15px;
  background-image: url(../img/index/);
  z-index: 2;
  border-radius: 0 20px 0 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-index-office-name {
    padding: 20px 30px;
    width: 65%;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-office-name {
    padding: 15px 5%;
  }
}
.l-index-office-name::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/index/index_about_bg.jpg);
  background-size: cover;
  opacity: 0.95;
}

.l-index-office-name p {
  position: relative;
  font-size: 4.33vw;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.2;
  z-index: 2;
}
@media screen and (min-width: 1000px) {
  .l-index-office-name p {
    font-size: 1.33vw;
  }
}
.l-index-office-name span {
  font-size: 3.2vw;
  font-weight: 700;
  letter-spacing: 0.025em;
  white-space: nowrap;
}
@media screen and (min-width: 1000px) {
  .l-index-office-name span {
    font-size: 0.93vw;
  }
}
/* -----------------------------------------------------------------------------
   l-index-interview
   -------------------------------------------------------------------------- */
.l-index-interview {
  position: relative;
  background-image: url(../img/index/index_bg03.jpg);
  background-size: cover;
  background-repeat: repeat;
  padding-bottom: 150px;
  margin-top: -1px;
}
@media screen and (min-width: 768px) {
  .l-index-interview {
    padding-bottom: 260px;
  }
}
.l-index-interview-ttl-box {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 40px;
  color: #fff;
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .l-index-interview-ttl-box {
    margin-bottom: 40px;
  }
}
.l-index-interview-loop-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}

.l-index-interview-loop-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 200%;
}

.l-index-interview-slide {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 230px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-index-interview-slide {
    width: 380px;
  }
}
.l-index-interview-slide:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .l-index-interview-slide:hover {
    opacity: 0.8;
  }
}
.l-index-interview-slide a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.l-index-interview-slide img {
  width: 100%;
  display: block;
  border-radius: 10px;
}

.l-index-interview-slide:nth-child(even) {
  margin-top: 50px;
}

.l-index-interview-slide-detail-box {
  background-image: url(../img/index/index_about_bg.jpg);
  background-size: cover;
  padding: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90%;
  border-radius: 0 20px 0 10px;
}
@media screen and (min-width: 768px) {
  .l-index-interview-slide-detail-box {
    padding: 30px;
  }
}
.l-index-interview-slide-detail-catch {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .l-index-interview-slide-detail-catch {
    font-size: 1.8rem;
  }
}
.l-index-interview-slide-detail-nyusya {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #1abaff;
}
@media screen and (min-width: 768px) {
  .l-index-interview-slide-detail-nyusya {
    font-size: 1.4rem;
  }
}
.l-index-interview-slide-detail-name {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .l-index-interview-slide-detail-name {
    font-size: 1.8rem;
  }
}
.l-index-interview-btn-wrap {
  position: absolute;
  top: 60px;
  right: 5%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .l-index-interview-btn-wrap {
    position: relative;
    top: 0;
    left: 0;
    gap: 40px;
  }
}
.l-index-interview-btn-wrap::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 95px;
}
@media screen and (min-width: 768px) {
  .l-index-interview-btn-wrap::before {
    left: 110px;
  }
}
.l-index-interview-btn-wrap #btnPrev {
  width: 40px;
}
@media screen and (min-width: 768px) {
  .l-index-interview-btn-wrap #btnPrev {
    width: 50px;
  }
}
.l-index-interview-btn-wrap #btnNext {
  width: 40px;
}
@media screen and (min-width: 768px) {
  .l-index-interview-btn-wrap #btnNext {
    width: 50px;
  }
}
.l-index-interview-btn {
  display: none;
  position: absolute;
  right: 40px;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .l-index-interview-btn {
    display: block;
  }
}
.l-index-interview-btn-sp {
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .l-index-interview-btn-sp {
    display: none;
  }
}
/* -----------------------------------------------------------------------------
   l-index-news
   -------------------------------------------------------------------------- */
.l-index-news {
  position: relative;
  background-color: #f3f8fd;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .l-index-news {
    padding: 0 40px;
  }
}
.l-index-news-inner {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}

.l-index-news-contents {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px 6%;
  padding: 50px 20px 20px;
  border-radius: 40px;
  background-color: #f3f8fd;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}
@media screen and (min-width: 768px) {
  .l-index-news-contents {
    padding: 100px 50px;
    -webkit-transform: translateY(-110px);
            transform: translateY(-110px);
  }
}
@media screen and (min-width: 1000px) {
  .l-index-news-contents {
    gap: 6%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1200px) {
  .l-index-news-contents {
    padding: 100px;
  }
}

.l-index-news-detail-box {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .l-index-news-detail-box {
    width: calc(100% - 183px);
  }
}
@media screen and (min-width: 1200px) {
  .l-index-news-detail-box {
    width: 655px;
  }
}

.l-index-news-items {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .l-index-news-items {
    margin-bottom: 30px;
  }
}
.l-index-news-items li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 25px 0;
  border-top: 1px solid #bebebe;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-index-news-items li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 30px 0;
  }
}
.l-index-news-items li:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .l-index-news-items li:hover {
    opacity: 0.7;
  }
}
.l-index-news-items li::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 7px;
  background-image: url(../img/common/cmn_ico_arrow_black.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
@media screen and (min-width: 768px) {
  .l-index-news-items li::after {
    width: 32px;
    height: 9px;
  }
}
.l-index-news-items li a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.l-index-news-items li:last-of-type {
  border-bottom: 1px solid #bebebe;
}

.l-index-news-item-date {
  width: 130px;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .l-index-news-item-date {
    font-size: 1.4rem;
  }
}
.l-index-news-item-ttl {
  width: 100%;
  font-size: 1.4rem;
  padding-right: 40px;
}
@media screen and (min-width: 768px) {
  .l-index-news-item-ttl {
    width: calc(100% - 130px);
    font-size: 1.6rem;
    padding-right: 60px;
  }
}
.l-index-news-detail-box .m-cmn-small-btn {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .l-index-news-detail-box .m-cmn-small-btn {
    margin-left: auto;
    margin-right: 0;
  }
}
.l-index-news-deco {
  width: 60px;
  position: absolute;
  top: -60px;
  left: 10%;
}
@media screen and (min-width: 768px) {
  .l-index-news-deco {
    width: 120px;
    top: -160px;
    left: 14%;
  }
}
/* -----------------------------------------------------------------------------
   l-index-session
   -------------------------------------------------------------------------- */
.l-index-session {
  position: relative;
  padding: 60px 40px 60px;
  background-color: #f3f8fd;
}
@media screen and (min-width: 768px) {
  .l-index-session {
    padding: 140px 40px 140px;
  }
}
.l-index-session-inner {
  position: relative;
  max-width: 880px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px 5%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-index-session-inner {
    gap: 40px 5%;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-session-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5%;
  }
}
.l-index-session-inner a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}

.l-index-session-inner:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .l-index-session-inner:hover {
    opacity: 0.7;
  }
}
.l-index-session-txt-box {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .l-index-session-txt-box {
    width: 270px;
  }
}
.l-index-session-txt-box .m-cmn-section-ttl {
  margin-bottom: 60px;
  display: none;
}
@media screen and (min-width: 1000px) {
  .l-index-session-txt-box .m-cmn-section-ttl {
    display: block;
  }
}
.l-index-session-desc span {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .l-index-session-desc span {
    margin-top: 0;
  }
}
.l-index-session-img-box {
  position: relative;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 1000px) {
  .l-index-session-img-box {
    width: 560px;
  }
}
.l-index-session-img-box img {
  width: 100%;
  aspect-ratio: 560/420;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-index-session-img-box::after {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url(../img/common/cmn_ico_arrow_bgblue.png);
  background-size: cover;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
@media screen and (min-width: 768px) {
  .l-index-session-img-box::after {
    width: 70px;
    height: 70px;
    bottom: 20px;
    right: 20px;
  }
}
.l-index-session-img-box-ttl-box {
  display: block;
  position: absolute;
  padding: 10px 25px 10px 15px;
  border-radius: 0 20px 0 0;
  overflow: hidden;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 1000px) {
  .l-index-session-img-box-ttl-box {
    display: none;
  }
}
.l-index-session-img-box-ttl {
  position: relative;
  z-index: 2;
}

.l-index-session-img-box-ttl-box::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/index/index_about_bg.jpg);
  background-size: cover;
  opacity: 0.95;
  z-index: 0;
}

.l-index-session-deco {
  width: 25%;
  position: absolute;
  top: -90px;
  right: 0;
  mix-blend-mode: multiply;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .l-index-session-deco {
    width: 24.2%;
    right: 3.33%;
    top: -100px;
  }
}
/* -----------------------------------------------------------------------------
   l-index-recruit
   -------------------------------------------------------------------------- */
.l-index-recruit {
  padding: 50px 40px;
  background-image: url(../img/index/index_bg03.jpg);
  background-size: cover;
  background-repeat: repeat;
}
@media screen and (min-width: 768px) {
  .l-index-recruit {
    padding: 70px 40px;
  }
}
.l-index-recruit-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .l-index-recruit-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
  }
}
.l-index-recruit-txt-box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-index-recruit-txt-box {
    width: 50%;
  }
}
.l-index-recruit-txt-box .m-cmn-section-ttl {
  margin-bottom: 25px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-index-recruit-txt-box .m-cmn-section-ttl {
    margin-bottom: 30px;
  }
}
.l-index-recruit-desc {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-index-recruit-desc {
    width: 78%;
    font-size: 1.8rem;
  }
}
.l-index-recruit-btn-box {
  width: 100%;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .l-index-recruit-btn-box {
    width: 50%;
    padding-left: 40px;
  }
}
.l-index-recruit-btn-box .m-cmn-big-btn {
  margin: 0 auto;
}

/* -----------------------------------------------------------------------------
   l-index-faq
   -------------------------------------------------------------------------- */
.l-index-faq {
  padding: 50px 40px 200px;
}
@media screen and (min-width: 768px) {
  .l-index-faq {
    padding: 100px 40px 200px;
  }
}
.l-index-faq-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px 7%;
}
@media screen and (min-width: 768px) {
  .l-index-faq-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 7%;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-faq-inner {
    gap: 15%;
  }
}
.l-index-faq-ttl-box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-index-faq-ttl-box {
    width: 280px;
  }
}
.l-index-faq-contents-box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-index-faq-contents-box {
    width: 655px;
  }
}
.l-index-faq-accordion {
  position: relative;
  padding: 10px 0;
  border-top: 1px solid #bebebe;
}
@media screen and (min-width: 768px) {
  .l-index-faq-accordion {
    padding: 20px 0;
  }
}
.l-index-faq-accordion::before {
  content: "Q.";
  display: inline-block;
  font-family: "Murecho", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  position: absolute;
  top: 13px;
  left: 12px;
}
@media screen and (min-width: 768px) {
  .l-index-faq-accordion::before {
    font-size: 3.2rem;
    left: 26px;
    top: 23px;
  }
}
.l-index-faq-accordion:last-of-type {
  border-bottom: 1px solid #bebebe;
}

.l-index-faq-accordion-ttl {
  font-size: 1.4rem;
  font-weight: 500;
  padding: 10px 25px 10px 35px;
  color: #000;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-index-faq-accordion-ttl {
    font-size: 1.6rem;
    padding: 20px 50px 20px 70px;
  }
}
.l-index-faq-accordion-ttl::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 2px;
  background-color: #2f4fed;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .l-index-faq-accordion-ttl::before {
    width: 35px;
    height: 3px;
  }
}
.l-index-faq-accordion-ttl::after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 2px;
  background-color: #2f4fed;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (min-width: 768px) {
  .l-index-faq-accordion-ttl::after {
    width: 35px;
    height: 3px;
  }
}
.l-index-faq-accordion-ttl.show::before {
  opacity: 0;
}

.l-index-faq-accordion-ttl.show::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.l-index-faq-accordion-content {
  display: none;
  padding-left: 15px;
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .l-index-faq-accordion-content {
    padding-left: 30px;
    padding-top: 15px;
  }
}
.l-index-faq-accordion-txt {
  position: relative;
  padding-left: 20px;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .l-index-faq-accordion-txt {
    font-size: 1.6rem;
    padding-left: 40px;
  }
}
.l-index-faq-accordion-txt::before {
  content: "A.";
  display: inline-block;
  font-family: "Murecho", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  position: absolute;
  top: -7px;
  left: -2px;
}
@media screen and (min-width: 768px) {
  .l-index-faq-accordion-txt::before {
    font-size: 3.2rem;
    top: -17px;
  }
}
.l-index-faq-contents-box .m-cmn-small-btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .l-index-faq-contents-box .m-cmn-small-btn {
    margin-left: auto;
    margin-right: 0;
  }
}
/* -----------------------------------------------------------------------------
   l-index-entry
   -------------------------------------------------------------------------- */
.l-index-entry {
  position: relative;
  padding: 20px 20px 70px;
  background-image: url(../img/index/index_bg03.jpg);
  background-size: cover;
  background-repeat: repeat;
}
@media screen and (min-width: 768px) {
  .l-index-entry {
    padding: 50px 40px 140px;
  }
}
.l-index-entry::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 15%;
  background-image: url(../img/index/index_bg01_sp.png);
  background-size: cover;
  position: absolute;
  top: -14.5%;
  left: 0;
}
@media screen and (min-width: 480px) {
  .l-index-entry::before {
    height: 25%;
    top: -24%;
  }
}
@media screen and (min-width: 768px) {
  .l-index-entry::before {
    background-image: url(../img/index/index_bg01.png);
  }
}
@media screen and (min-width: 1000px) {
  .l-index-entry::before {
    height: 27%;
    top: -26%;
  }
}
@media screen and (min-width: 1600px) {
  .l-index-entry::before {
    height: 31%;
    top: -30%;
  }
}

.l-index-entry-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
@media screen and (min-width: 768px) {
  .l-index-entry-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}
.l-index-entry-img-box {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-index-entry-img-box {
    width: 50%;
  }
}
.l-index-entry-txt-box {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .l-index-entry-txt-box {
    width: 50%;
    padding-right: 20px;
    padding-left: 0;
  }
}
.l-index-entry-desc {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .l-index-entry-desc {
    font-size: 2.2rem;
  }
}
.l-index-entry-deco01 {
  width: 35%;
  position: absolute;
  top: -23%;
  left: 0;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 768px) {
  .l-index-entry-deco01 {
    width: 25.86%;
    top: -42%;
  }
}
.l-index-entry-deco02 {
  width: 30%;
  position: absolute;
  top: -13%;
  left: 65%;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 768px) {
  .l-index-entry-deco02 {
    top: -10%;
  }
}
.l-index-entry-deco03 {
  width: 35%;
  position: absolute;
  bottom: -10%;
  left: -18%;
  mix-blend-mode: multiply;
}

.l-index-entry-deco04 {
  width: 10.46%;
  position: absolute;
  top: -8%;
  left: 32%;
}
@media screen and (min-width: 768px) {
  .l-index-entry-deco04 {
    width: 5.46%;
    top: -10%;
    left: 26%;
  }
}
.l-index-entry-deco05 {
  width: 15%;
  position: absolute;
  bottom: -10%;
  left: 13%;
}

.l-index-entry-txt-box .m-cmn-big-btn {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-index-entry-txt-box .m-cmn-big-btn {
    margin: 0;
  }
}