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

.swiper-pagination {
  bottom: 10.7vw !important;
  left: 6.7vw !important;
  width: auto;
  text-align: left;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .swiper-pagination {
    left: 3.6vw !important;
    bottom: 3.5vw !important;
  }
}
.swiper-pagination-bullet {
  width: 40px;
  height: 1px;
  border-radius: 0;
  background: #fff;
  opacity: 0.5;
  margin: 0 6px 0 0 !important;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

.l-mv-copy-right {
  position: absolute;
  right: auto;
  left: 6.7vw;
  bottom: 40vw;
  z-index: 2;
  color: #fff;
  padding-right: 6.7vw;
}
@media screen and (min-width: 768px) {
  .l-mv-copy-right {
    right: 5.2vw;
    bottom: 5.2vw;
    left: auto;
    padding-right: 0;
  }
}
.l-mv-copy-catch {
  font-size: 6.4vw;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 5.3vw;
}
@media screen and (min-width: 768px) {
  .l-mv-copy-catch {
    font-size: 2.1vw;
    margin-bottom: 1.8vw;
  }
}
.l-mv-copy-desc {
  font-size: 4vw;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .l-mv-copy-desc {
    font-size: 1.2vw;
  }
}
.l-mv-copy-left {
  position: absolute;
  left: 6.7vw;
  bottom: 16vw;
  z-index: 2;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-mv-copy-left {
    bottom: 5.2vw;
    left: 3.6vw;
  }
}
.l-mv-copy-us {
  font-size: 3.2vw;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .l-mv-copy-us {
    font-size: 1.3vw;
  }
}
/* -----------------------------------------------------------------------------
   l-index-news
   -------------------------------------------------------------------------- */
.l-index-news {
  padding: 55px 25px 65px;
}
@media screen and (min-width: 768px) {
  .l-index-news {
    padding: 120px 50px 160px;
  }
}
.l-index-news-inner {
  position: relative;
  max-width: 1200px;
  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;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .l-index-news-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}
.l-index-news-ttl-box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-index-news-ttl-box {
    width: 265px;
  }
}
.l-index-news-ttl {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .l-index-news-ttl {
    font-size: 2.4rem;
  }
}
.l-index-news-items-box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-index-news-items-box {
    width: calc(100% - 265px);
  }
}
.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: 20px 0;
  gap: 10px;
  border-top: 1px solid #DADCE0;
}
@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;
    gap: 30px;
  }
}
.l-index-news-items > li:first-of-type {
  border-top: none;
  padding-top: 5px;
}

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

.l-index-news-items > li > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.l-index-news-item-info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: 10px;
}
@media screen and (min-width: 768px) {
  .l-index-news-item-info-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.l-index-news-item-info-date {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .l-index-news-item-info-date {
    font-size: 1.4rem;
  }
}
.l-index-news-item-info-categories > li {
  min-width: 120px;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
}

.l-index-news-item-info-categories > li a {
  position: relative;
  display: block;
  width: 100%;
  padding: 2px 10px;
  color: #333;
  background-color: #E6E8ED;
  z-index: 2;
}

.l-index-news-item-ttl-box {
  padding-right: 40px;
}
@media screen and (min-width: 768px) {
  .l-index-news-item-ttl-box {
    padding-right: 60px;
  }
}
.l-index-news-item-ttl {
  display: inline;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#333));
  background-image: linear-gradient(#333, #333);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0% 1px;
  -webkit-transition: background-size 0.5s ease;
  transition: background-size 0.5s ease;
}
@media screen and (min-width: 768px) {
  .l-index-news-item-ttl {
    font-size: 1.5rem;
  }
}
.l-index-news-items > li:hover .l-index-news-item-ttl {
  background-size: 0 1px;
}
@media screen and (min-width: 768px) {
  .l-index-news-items > li:hover .l-index-news-item-ttl {
    background-size: 100% 1px;
  }
}
.l-index-news-item-except {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.3;
  color: #7C7D80;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: 7px;
}
@media screen and (min-width: 768px) {
  .l-index-news-item-except {
    font-size: 1.3rem;
  }
}
.l-index-news-items > li > a span {
  width: 9px;
  height: 12px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  overflow: hidden;
}

/* 今見えている矢印 */
.l-index-news-items > li > a span::after {
  content: "";
  width: 9px;
  height: 12px;
  background: url(../img/common/cmn_ico_arrow_blue.png) no-repeat center/cover;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* 左から入ってくる矢印 */
.l-index-news-items > li > a span::before {
  content: "";
  width: 9px;
  height: 12px;
  background: url(../img/common/cmn_ico_arrow_blue.png) no-repeat center/cover;
  position: absolute;
  top: 50%;
  left: -10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* hover時 */
.l-index-news-items > li > a:hover span::after {
  right: 0;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .l-index-news-items > li > a:hover span::after {
    right: -10px;
    opacity: 0;
  }
}
.l-index-news-items > li > a:hover span::before {
  left: -10px;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .l-index-news-items > li > a:hover span::before {
    left: 0;
  }
}
.l-index-news-btn {
  display: inline-block;
  margin-left: auto;
  position: relative;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .l-index-news-btn {
    position: absolute;
  }
}
.l-index-news-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  text-decoration: none;
}

/* テキスト */
.l-index-news-btn .txt {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: #253964;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-index-news-btn .txt {
    font-size: 1.6rem;
  }
}
/* 丸 */
.l-index-news-btn .ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 28px;
  position: relative;
  background-color: #CCC;
  border-radius: 100%;
  overflow: hidden;
  margin-left: 10px;
}

/* hover時の白背景 */
.l-index-news-btn .ico::before,
.l-index-news-btn .ico::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 0;
  background-color: #253964;
  -webkit-transition: height 0.2s linear;
  transition: height 0.2s linear;
}

.l-index-news-btn .ico::before {
  left: 0;
  bottom: 0;
  -webkit-transition: height 0.2s linear;
  transition: height 0.2s linear;
}

.l-index-news-btn .ico::after {
  right: 0;
  top: 0;
  -webkit-transition: height 0.2s 0.2s linear;
  transition: height 0.2s 0.2s linear;
}

/* 中の丸 */
.l-index-news-btn .ico > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: #fff;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
  overflow: hidden;
}

/* 矢印box */
.l-index-news-btn .ico > span i {
  position: relative;
  display: block;
  width: 5px;
  height: 7px;
  overflow: hidden;
}

/* 矢印 */
.l-index-news-btn .ico > span i::before,
.l-index-news-btn .ico > span i::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 7px;
  background-image: url(../img/common/cmn_ico_arrow_blue.png);
  background-size: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.l-index-news-btn .ico > span i::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.l-index-news-btn .ico > span i::after {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  opacity: 0;
}

/* hover */
.l-index-news-btn:hover .txt {
  opacity: 0.6;
}

.l-index-news-btn:hover .ico::before,
.l-index-news-btn:hover .ico::after {
  height: 100%;
}

.l-index-news-btn:hover .ico::before {
  -webkit-transition: height 0.2s 0.2s linear;
  transition: height 0.2s 0.2s linear;
}

.l-index-news-btn:hover .ico::after {
  -webkit-transition: height 0.2s linear;
  transition: height 0.2s linear;
}

.l-index-news-btn:hover .ico > span i::before {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  opacity: 0;
}

.l-index-news-btn:hover .ico > span i::after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

/* アンカーリンクと各セクション */
.l-index-service {
  padding: 70px 15px;
  background-color: #F2F4F7;
}
@media screen and (min-width: 768px) {
  .l-index-service {
    padding: 160px 65px 65px;
  }
}
.l-index-service-ttl {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.3;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-index-service-ttl {
    font-size: 3.2rem;
  }
}
.l-index-service-nav {
  position: relative;
  max-width: 1200px;
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .l-index-service-nav {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-service-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-index-service-nav ul {
  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;
}
@media screen and (min-width: 1000px) {
  .l-index-service-nav ul {
    width: 445px;
  }
}
.l-index-service-nav ul li {
  position: relative;
  font-size: 1.5rem;
  border-bottom: 1px solid #DADCE0;
}
@media screen and (min-width: 768px) {
  .l-index-service-nav ul li {
    font-size: 1.8rem;
  }
}
.l-index-service-nav ul li:last-of-type {
  border-bottom: none;
}

.l-index-service-nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  color: #253964;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .l-index-service-nav ul li a {
    padding: 30px 0;
  }
}
/* テキスト */
.l-index-service-nav ul li a .txt {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: #253964;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-index-service-nav ul li a .txt {
    font-size: 1.8rem;
  }
}
/* 丸 */
.l-index-service-nav ul li a .ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  background-color: #CCC;
  border-radius: 100%;
  overflow: hidden;
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .l-index-service-nav ul li a .ico {
    width: 44px;
    height: 44px;
  }
}
/* hover時の白背景 */
.l-index-service-nav ul li a .ico::before,
.l-index-service-nav ul li a .ico::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 0;
  background-color: #253964;
  -webkit-transition: height 0.2s linear;
  transition: height 0.2s linear;
}

.l-index-service-nav ul li a .ico::before {
  left: 0;
  bottom: 0;
  -webkit-transition: height 0.2s linear;
  transition: height 0.2s linear;
}

.l-index-service-nav ul li a .ico::after {
  right: 0;
  top: 0;
  -webkit-transition: height 0.2s 0.2s linear;
  transition: height 0.2s 0.2s linear;
}

/* 中の丸 */
.l-index-service-nav ul li a .ico > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: #F2F4F7;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
  overflow: hidden;
}

/* 矢印box */
.l-index-service-nav ul li a .ico > span i {
  position: relative;
  display: block;
  width: 9px;
  height: 13px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-index-service-nav ul li a .ico > span i {
    width: 11px;
  }
}
/* 矢印 */
.l-index-service-nav ul li a .ico > span i::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 12px;
  background-image: url(../img/common/cmn_ico_arrow_blue.png);
  background-size: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-index-service-nav ul li a .ico > span i::before {
    width: 12px;
    height: 14px;
  }
}
.l-index-service-nav ul li a .ico > span i::before {
  -webkit-transform: translateX(0) rotate(90deg);
          transform: translateX(0) rotate(90deg);
  opacity: 1;
}

.l-index-service-nav ul li a .ico > span i::after {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  opacity: 0;
}

/* hover */
.l-index-service-nav ul li a:hover .txt {
  opacity: 0.6;
}

.l-index-service-nav ul li a:hover .ico::before,
.l-index-service-nav ul li a:hover .ico::after {
  height: 100%;
}

.l-index-service-nav ul li a:hover .ico::before {
  -webkit-transition: height 0.2s 0.2s linear;
  transition: height 0.2s 0.2s linear;
}

.l-index-service-nav ul li a:hover .ico::after {
  -webkit-transition: height 0.2s linear;
  transition: height 0.2s linear;
}

.l-index-service-nav p {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 1000px) {
  .l-index-service-nav p {
    max-width: 550px;
    width: calc(100% - 445px);
  }
}
.l-index-service-section {
  position: relative;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: visible;
}
@media screen and (min-width: 1000px) {
  .l-index-service-section {
    position: sticky;
    height: 100vh;
    overflow-y: auto;
  }
}
/* 重なり順 */
.l-index-service-section:nth-child(1) {
  z-index: 1;
  background-image: url(../img/index/index_img01.jpg);
  background-size: cover;
}

.l-index-service-section:nth-child(1)::before {
  font-family: "Inter", sans-serif;
  content: "01";
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 500;
  left: 0;
  color: #fff;
  position: absolute;
  top: 24px;
  left: 16px;
  text-decoration: underline;
  text-underline-offset: 10px;
}
@media screen and (min-width: 768px) {
  .l-index-service-section:nth-child(1)::before {
    font-size: 1.6rem;
    left: 24px;
  }
}
.l-index-service-section:nth-child(2)::before {
  font-family: "Inter", sans-serif;
  content: "02";
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 500;
  left: 0;
  color: #fff;
  position: absolute;
  top: 24px;
  left: 16px;
  text-decoration: underline;
  text-underline-offset: 10px;
}
@media screen and (min-width: 768px) {
  .l-index-service-section:nth-child(2)::before {
    font-size: 1.6rem;
    left: 24px;
  }
}
.l-index-service-section:nth-child(3)::before {
  font-family: "Inter", sans-serif;
  content: "03";
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 500;
  left: 0;
  color: #fff;
  position: absolute;
  top: 24px;
  left: 16px;
  text-decoration: underline;
  text-underline-offset: 10px;
}
@media screen and (min-width: 768px) {
  .l-index-service-section:nth-child(3)::before {
    font-size: 1.6rem;
    left: 24px;
  }
}
.l-index-service-section:nth-child(2) {
  z-index: 2;
  background-image: url(../img/index/index_img03.jpg);
  background-size: cover;
}

.l-index-service-section:nth-child(3) {
  z-index: 3;
  background-image: url(../img/index/index_img04.jpg);
  background-size: cover;
}

.l-index-service-section-inner {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  max-height: auto;
}
@media screen and (min-width: 1000px) {
  .l-index-service-section-inner {
    max-height: calc(100vh - 160px);
    padding: 0 30px;
  }
}
.l-index-service-section-main-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 70px 30px;
  gap: 30px;
}
@media screen and (min-width: 1000px) {
  .l-index-service-section-main-box {
    -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;
    padding: 0;
    gap: 0;
  }
}
.l-index-service-section-main-left-box {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .l-index-service-section-main-left-box {
    width: 50%;
  }
}
#jukai .l-index-service-section-main-left-box {
  padding: 0;
}
@media screen and (min-width: 1000px) {
  #jukai .l-index-service-section-main-left-box {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1200px) {
  #jukai .l-index-service-section-main-left-box {
    padding: 0 70px 0 90px;
  }
}

#ses .l-index-service-section-main-left-box {
  padding: 0;
}
@media screen and (min-width: 1000px) {
  #ses .l-index-service-section-main-left-box {
    padding: 0 5.2vw 0 0;
  }
}
#rakuraku .l-index-service-section-main-left-box {
  padding: 0;
}
@media screen and (min-width: 1000px) {
  #rakuraku .l-index-service-section-main-left-box {
    padding: 0 5.2vw 0 0;
  }
}
#rakuraku .l-index-service-section-main-box {
  padding: 70px 30px 30px;
}
@media screen and (min-width: 1000px) {
  #rakuraku .l-index-service-section-main-box {
    padding: 0;
  }
}
.l-index-service-section-main-right-box {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .l-index-service-section-main-right-box {
    width: 50%;
  }
}
.l-index-service-section-main-subttl {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #fff;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .l-index-service-section-main-subttl {
    font-size: 2rem;
    margin-bottom: 8px;
  }
}
.l-index-service-section-main-ttl {
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.8;
  margin-bottom: 25px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-index-service-section-main-ttl {
    font-size: 3.2rem;
    margin-bottom: 20px;
    line-height: 1.3;
  }
}
.l-index-service-section-main-ttl span {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.6 !important;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .l-index-service-section-main-ttl span {
    font-size: 2.4rem;
  }
}
.l-index-service-section-main-detail {
  background-color: #fff;
  padding: 25px;
}
@media screen and (min-width: 768px) {
  .l-index-service-section-main-detail {
    padding: 40px;
  }
}
.l-index-service-section-main-detail-ttl-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.l-index-service-section-main-detail-ttl-box p {
  font-size: 2rem !important;
}

.l-index-service-section-main-detail-ttl-box img {
  width: 150px;
}

.l-index-service-section-main-detail p {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.l-index-service-section-main-bottom {
  width: 100%;
  margin-top: 30px;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-index-service-section-main-bottom {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.l-index-service-section-main-bottom-head {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-index-service-section-main-bottom-head {
    font-size: 1.4rem;
    text-align: left;
  }
}
.l-index-service-section-rakuraku-box {
  padding-bottom: 60px;
  margin: 0 30px 0;
}
@media screen and (min-width: 768px) {
  .l-index-service-section-rakuraku-box {
    padding-bottom: 200px;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-service-section-rakuraku-box {
    margin: 60px 0 0;
  }
}
.l-index-service-section-rakuraku-box-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .l-index-service-section-rakuraku-box-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 40px;
    gap: 20px;
  }
}
.l-index-service-section-rakuraku-desc {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-index-service-section-rakuraku-desc {
    font-size: 1.4rem;
  }
}
.l-index-service-section-rakuraku-box img {
  width: 130px;
}

.l-index-service-section-main-btn {
  position: relative;
  bottom: 0;
  right: 0;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .l-index-service-section-main-btn {
    font-size: 1.8rem;
  }
}
.l-index-service-section-main-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

/* テキスト */
.l-index-service-section-main-btn .txt {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: #fff;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-index-service-section-main-btn .txt {
    font-size: 1.8rem;
  }
}
/* 丸 */
.l-index-service-section-main-btn .ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 44px;
  position: relative;
  background-color: #CCC;
  border-radius: 100%;
  overflow: hidden;
  margin-left: 10px;
}

/* hover時の白背景 */
.l-index-service-section-main-btn .ico::before,
.l-index-service-section-main-btn .ico::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 0;
  background-color: #253964;
  -webkit-transition: height 0.2s linear;
  transition: height 0.2s linear;
}

.l-index-service-section-main-btn .ico::before {
  left: 0;
  bottom: 0;
  -webkit-transition: height 0.2s linear;
  transition: height 0.2s linear;
}

.l-index-service-section-main-btn .ico::after {
  right: 0;
  top: 0;
  -webkit-transition: height 0.2s 0.2s linear;
  transition: height 0.2s 0.2s linear;
}

/* 中の丸 */
.l-index-service-section-main-btn .ico > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: #fff;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
  overflow: hidden;
}

/* 矢印box */
.l-index-service-section-main-btn .ico > span i {
  position: relative;
  display: block;
  width: 9px;
  height: 13px;
  overflow: hidden;
}

/* 矢印 */
.l-index-service-section-main-btn .ico > span i::before,
.l-index-service-section-main-btn .ico > span i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 9px;
  height: 12px;
  background-image: url(../img/common/cmn_ico_arrow_blue.png);
  background-size: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.l-index-service-section-main-btn .ico > span i::before {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  opacity: 1;
}

.l-index-service-section-main-btn .ico > span i::after {
  -webkit-transform: translate(-10px, -50%);
          transform: translate(-10px, -50%);
  opacity: 0;
}

/* hover */
.l-index-service-section-main-btn:hover .txt {
  opacity: 0.6;
}

.l-index-service-section-main-btn:hover .ico::before,
.l-index-service-section-main-btn:hover .ico::after {
  height: 100%;
}

.l-index-service-section-main-btn:hover .ico::before {
  -webkit-transition: height 0.2s 0.2s linear;
  transition: height 0.2s 0.2s linear;
}

.l-index-service-section-main-btn:hover .ico::after {
  -webkit-transition: height 0.2s linear;
  transition: height 0.2s linear;
}

.l-index-service-section-main-btn:hover .ico > span i::before {
  -webkit-transform: translate(10px, -50%);
          transform: translate(10px, -50%);
  opacity: 0;
}

.l-index-service-section-main-btn:hover .ico > span i::after {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  opacity: 1;
}

.l-index-service-ses-items {
  counter-reset: number 0;
  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: 4px;
}
@media screen and (min-width: 768px) {
  .l-index-service-ses-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-index-service-ses-items li {
  position: relative;
  width: 100%;
  padding: 40px 25px 30px;
  background-color: rgba(37, 57, 100, 0.9);
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-index-service-ses-items li {
    width: 49%;
    padding: 50px 25px 30px;
  }
}
.l-index-service-ses-items li::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero) " ";
  position: absolute;
  top: 8px;
  left: 8px;
  color: #7C7D80;
  text-decoration: underline;
  text-underline-offset: 8px;
}

.l-index-service-ses-item-ttl {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 15px;
}

.l-index-service-ses-item-desc {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
}

.l-index-donyu {
  padding: 70px 25px;
}
@media screen and (min-width: 768px) {
  .l-index-donyu {
    padding: 80px 30px;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-donyu {
    padding: 160px 50px;
  }
}
.l-index-donyu-inner {
  position: relative;
  max-width: 1200px;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .l-index-donyu-inner {
    padding-left: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .l-index-donyu-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}

.l-index-donyu-ttl-box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-index-donyu-ttl-box {
    width: 400px;
  }
}
.l-index-donyu-ttl {
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .l-index-donyu-ttl {
    font-size: 3.2rem;
    margin-bottom: 30px;
  }
}
.l-index-donyu-desc {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .l-index-donyu-desc {
    font-size: 1.5rem;
  }
}
.l-index-donyu-detail-box {
  width: 100%;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .l-index-donyu-detail-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .l-index-donyu-detail-box {
    width: calc(100% - 400px);
    padding-left: 80px;
  }
}

.l-index-donyu-detail-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  border-left: none;
  padding-left: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .l-index-donyu-detail-box ul {
    padding-left: 40px;
    border-left: 1px solid #DADCE0;
    padding-bottom: 150px !important;
  }
}
.l-index-donyu-detail-box ul li {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.4;
  text-indent: -14px;
  padding-left: 14px;
}

.l-index-donyu-detail-box ul li::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #333;
  vertical-align: 4px;
  margin-right: 8px;
}

.l-index-donyu-btn {
  display: inline-block;
  margin-left: auto;
  position: relative;
  bottom: 0;
  right: 0;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .l-index-donyu-btn {
    position: absolute;
    margin-top: 0;
  }
}
.l-index-donyu-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  text-decoration: none;
}

/* テキスト */
.l-index-donyu-btn .txt {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: #253964;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-index-donyu-btn .txt {
    font-size: 1.8rem;
  }
}
/* 丸 */
.l-index-donyu-btn .ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 44px;
  position: relative;
  background-color: #CCC;
  border-radius: 100%;
  overflow: hidden;
  margin-left: 10px;
}

/* hover時の白背景 */
.l-index-donyu-btn .ico::before,
.l-index-donyu-btn .ico::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 0;
  background-color: #253964;
  -webkit-transition: height 0.2s linear;
  transition: height 0.2s linear;
}

.l-index-donyu-btn .ico::before {
  left: 0;
  bottom: 0;
  -webkit-transition: height 0.2s linear;
  transition: height 0.2s linear;
}

.l-index-donyu-btn .ico::after {
  right: 0;
  top: 0;
  -webkit-transition: height 0.2s 0.2s linear;
  transition: height 0.2s 0.2s linear;
}

/* 中の丸 */
.l-index-donyu-btn .ico > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: #fff;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
  overflow: hidden;
}

/* 矢印box */
.l-index-donyu-btn .ico > span i {
  position: relative;
  display: block;
  width: 9px;
  height: 13px;
  overflow: hidden;
}

/* 矢印 */
.l-index-donyu-btn .ico > span i::before,
.l-index-donyu-btn .ico > span i::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background-image: url(../img/common/cmn_ico_arrow_blue.png);
  background-size: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.l-index-donyu-btn .ico > span i::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.l-index-donyu-btn .ico > span i::after {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  opacity: 0;
}

/* hover */
.l-index-donyu-btn:hover .txt {
  opacity: 0.6;
}

.l-index-donyu-btn:hover .ico::before,
.l-index-donyu-btn:hover .ico::after {
  height: 100%;
}

.l-index-donyu-btn:hover .ico::before {
  -webkit-transition: height 0.2s 0.2s linear;
  transition: height 0.2s 0.2s linear;
}

.l-index-donyu-btn:hover .ico::after {
  -webkit-transition: height 0.2s linear;
  transition: height 0.2s linear;
}

.l-index-donyu-btn:hover .ico > span i::before {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  opacity: 0;
}

.l-index-donyu-btn:hover .ico > span i::after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.l-index-cv {
  padding: 0 25px 70px;
}
@media screen and (min-width: 768px) {
  .l-index-cv {
    padding: 0 50px 160px;
  }
}
.l-index-cv-inner {
  max-width: 1200px;
  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;
  gap: 4px;
}
@media screen and (min-width: 768px) {
  .l-index-cv-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-index-cv-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 20px 20px 25px 25px;
  aspect-ratio: 327/220;
  background-image: url(../img/index/index_img08.jpg);
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .l-index-cv-box {
    width: 50%;
    aspect-ratio: 600/400;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-cv-box {
    padding: 50px 40px;
  }
}
.l-index-cv-box:last-of-type {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 20px 20px 25px 25px;
  aspect-ratio: 600/400;
  background-image: url(../img/index/index_img09.jpg);
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .l-index-cv-box:last-of-type {
    width: 50%;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-cv-box:last-of-type {
    padding: 50px 40px;
  }
}
.l-index-cv-box-inner {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-index-cv-box-head {
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #fff;
}

.l-index-cv-btn {
  display: inline-block;
  margin-left: auto;
  position: relative;
  right: 0;
}
@media screen and (min-width: 768px) {
  .l-index-cv-btn {
    position: absolute;
  }
}
.l-index-cv-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  text-decoration: none;
}

/* テキスト */
.l-index-cv-btn .txt {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: #fff;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-index-cv-btn .txt {
    font-size: 1.8rem;
  }
}
/* 丸 */
.l-index-cv-btn .ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 28px;
  position: relative;
  background-color: #CCC;
  border-radius: 100%;
  overflow: hidden;
  margin-left: 10px;
}

/* hover時の白背景 */
.l-index-cv-btn .ico::before,
.l-index-cv-btn .ico::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 0;
  background-color: #fff;
  -webkit-transition: height 0.2s linear;
  transition: height 0.2s linear;
}

.l-index-cv-btn .ico::before {
  left: 0;
  bottom: 0;
  -webkit-transition: height 0.2s linear;
  transition: height 0.2s linear;
}

.l-index-cv-btn .ico::after {
  right: 0;
  top: 0;
  -webkit-transition: height 0.2s 0.2s linear;
  transition: height 0.2s 0.2s linear;
}

/* 中の丸 */
.l-index-cv-btn .ico > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: #333;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
  overflow: hidden;
}

/* 矢印box */
.l-index-cv-btn .ico > span i {
  position: relative;
  display: block;
  width: 5px;
  height: 7px;
  overflow: hidden;
}

/* 矢印 */
.l-index-cv-btn .ico > span i::before,
.l-index-cv-btn .ico > span i::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 7px;
  background-image: url(../img/common/cmn_ico_arrow_white.png);
  background-size: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.l-index-cv-btn .ico > span i::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.l-index-cv-btn .ico > span i::after {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  opacity: 0;
}

/* hover */
.l-index-cv-btn:hover .txt {
  opacity: 0.6;
}

.l-index-cv-btn:hover .ico::before,
.l-index-cv-btn:hover .ico::after {
  height: 100%;
}

.l-index-cv-btn:hover .ico::before {
  -webkit-transition: height 0.2s 0.2s linear;
  transition: height 0.2s 0.2s linear;
}

.l-index-cv-btn:hover .ico::after {
  -webkit-transition: height 0.2s linear;
  transition: height 0.2s linear;
}

.l-index-cv-btn:hover .ico > span i::before {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  opacity: 0;
}

.l-index-cv-btn:hover .ico > span i::after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}