@charset "UTF-8";
/* =============================================================================
   パーシャルファイル
   ========================================================================== */
/* -----------------------------------------------------------------------------
   メディアクエリ
   -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
   l-mv
   -------------------------------------------------------------------------- */
.l-mv {
  position: relative;
  margin-top: 75px;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .l-mv {
    padding-left: 8%;
  }
}
@media screen and (min-width: 1000px) {
  .l-mv {
    margin-top: 100px;
  }
}
.container_04 {
  display: none;
  position: absolute;
  left: 4%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .container_04 {
    display: block;
  }
}
.scrollbar-text_04 {
  display: inline-block;
  padding: 0 0 85px;
  color: #05518E;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
@media screen and (min-width: 1200px) {
  .scrollbar-text_04 {
    font-size: 1.2rem;
  }
}

.scrollbar_04::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 80px;
  background: #05518E;
}

.scrollbar_04::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #E0397F;
  -webkit-animation: circlemove 3s ease-in-out infinite, cirlemovehide 3s ease-out infinite;
          animation: circlemove 3s ease-in-out infinite, cirlemovehide 3s ease-out infinite;
  z-index: 2;
}

@-webkit-keyframes circlemove {
  0% {
    bottom: 75px;
  }
  100% {
    bottom: 0px;
  }
}

@keyframes circlemove {
  0% {
    bottom: 75px;
  }
  100% {
    bottom: 0px;
  }
}
@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
/* -----------------------------------------------------------------------------
   l-index-service
   -------------------------------------------------------------------------- */
.l-index-service {
  padding: 50px 30px 0;
}

.l-index-service-inner {
  max-width: 960px;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9.2%;
}
@media screen and (min-width: 768px) {
  .l-index-service-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-index-service-txt-box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-index-service-txt-box {
    width: 43.8%;
  }
}
.l-index-service-txt {
  margin-bottom: 25px;
}

.l-index-service-logo {
  width: 174px;
  margin: 40px 0 20px;
}
@media screen and (min-width: 1000px) {
  .l-index-service-logo {
    margin: 60px 0 20px;
  }
}
.l-index-service-img-box {
  position: relative;
  width: 100%;
  padding-left: 30px;
}
@media screen and (min-width: 768px) {
  .l-index-service-img-box {
    width: 47%;
    padding-left: 0;
  }
}
.l-index-service-img-box img {
  margin-bottom: -30px;
}

.l-index-service-img-mobile {
  width: 26%;
  position: absolute;
  left: -5%;
  bottom: 50px;
}
@media screen and (min-width: 768px) {
  .l-index-service-img-mobile {
    left: -15%;
    width: 28%;
    bottom: 90px;
  }
}
/* -----------------------------------------------------------------------------
   l-index-agency
   -------------------------------------------------------------------------- */
.l-index-agency {
  padding: 60px 0 30px;
  background-image: url(../img/index/index_agency_bg_sp.jpg);
  background-size: cover;
  background-position: center bottom;
}
@media screen and (min-width: 768px) {
  .l-index-agency {
    padding: 105px 0 40px;
    background-image: url(../img/index/index_agency_bg_pc.jpg);
  }
}
.l-index-agency-contnets-wrap {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 30px;
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 35px;
}
@media screen and (min-width: 768px) {
  .l-index-agency-contnets-wrap {
    -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-agency-contnets-ttl-box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-index-agency-contnets-ttl-box {
    width: 300px;
  }
}
.l-index-agency-contnets-txt-box {
  width: 100%;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-index-agency-contnets-txt-box {
    width: 430px;
  }
}
.l-index-agency-contnets-desc {
  margin-bottom: 20px;
}

.l-index-agency-contnets-desc span {
  text-decoration: underline;
  text-decoration-color: #E0397F;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
}

.l-index-agency-contnets-desc sup {
  font-size: 1rem;
}

.l-index-agency-contnets-btn-wrap {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .l-index-agency-contnets-btn-wrap {
    text-align: right;
  }
}
.l-index-agency-img-wrap {
  max-width: 1020px;
  margin: 30px auto 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .l-index-agency-img-wrap {
    padding: 0 30px;
  }
}
.l-index-agency-img-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.5%;
}

.l-index-agency-img-items li {
  width: 24%;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}

.l-index-agency-img-items li.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.l-index-agency-img-items li:nth-of-type(2) {
  margin-top: 70px;
}

.l-index-agency-img-items li:nth-of-type(4) {
  margin-top: 40px;
}

/* -----------------------------------------------------------------------------
   l-index-company
   -------------------------------------------------------------------------- */
.l-index-company {
  padding: 50px 30px 90px;
  background-image: url(../img/index/index_company_bg_pc.jpg);
  background-size: cover;
  background-position: center bottom;
}
@media screen and (min-width: 768px) {
  .l-index-company {
    padding: 80px 30px 140px;
  }
}
.l-index-company-inner {
  max-width: 960px;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px 5%;
}
@media screen and (min-width: 768px) {
  .l-index-company-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5%;
  }
}
.l-index-company-img-box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-index-company-img-box {
    width: 400px;
  }
}
.l-index-company-txt-box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-index-company-txt-box {
    width: 420px;
  }
}
.l-index-company-desc {
  margin: 35px 0 20px;
}
@media screen and (min-width: 768px) {
  .l-index-company-desc {
    margin: 45px 0 20px;
  }
}
/* -----------------------------------------------------------------------------
   l-index-news
   -------------------------------------------------------------------------- */
.l-index-news {
  padding-bottom: 50px;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 1000px) {
  .l-index-news {
    padding-bottom: 40px;
  }
}
.l-index-news-inner {
  max-width: 1120px;
  margin: -60px auto 0;
  padding: 30px 15px 20px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-index-news-inner {
    padding: 40px 60px;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-news-inner {
    padding: 65px 80px;
  }
}
.l-index-news-contents-wrap {
  min-height: 200px;
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px 5%;
}
@media screen and (min-width: 1000px) {
  .l-index-news-contents-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5%;
  }
}
.l-index-news-contents-ttl-box {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .l-index-news-contents-ttl-box {
    width: 210px;
  }
}
.l-index-news-contents-btn {
  margin-top: 20px;
  position: relative;
  bottom: 0;
}
@media screen and (min-width: 1000px) {
  .l-index-news-contents-btn {
    position: absolute;
    left: 0;
    bottom: 20px;
  }
}
.l-index-news-contents-item-box {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .l-index-news-contents-item-box {
    width: 675px;
  }
}
.l-index-news-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: 2px;
}

.l-index-news-contents-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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 40px 15px 15px;
  background-color: #F7FAFC;
  gap: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-index-news-contents-items li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
    padding: 20px 65px 20px 20px;
  }
}
.l-index-news-contents-items li:hover {
  background-color: #F7FAFC;
}
@media screen and (min-width: 768px) {
  .l-index-news-contents-items li:hover {
    background-color: #EDF3F7;
  }
}
.l-index-news-contents-item-arrow {
  position: relative;
  width: 14px;
  height: 3px;
  position: absolute;
  top: 50%;
  right: 20px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-index-news-contents-item-arrow {
    width: 32px;
    height: 6px;
  }
}
.l-index-news-contents-item-arrow::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 3px;
  background-image: url(../img/common/cmn_ico_arrow.png);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (min-width: 768px) {
  .l-index-news-contents-item-arrow::before {
    width: 32px;
    height: 6px;
    left: -4px;
  }
}
.l-index-news-contents-items li:hover .l-index-news-contents-item-arrow::before {
  left: 0;
}

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

.l-index-news-contents-item-info {
  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;
  gap: 13px;
}
@media screen and (min-width: 768px) {
  .l-index-news-contents-item-info {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    gap: 20px;
  }
}
.l-index-news-contents-item-info-date {
  margin-right: 5px;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2;
  color: #05518E;
}
@media screen and (min-width: 768px) {
  .l-index-news-contents-item-info-date {
    font-size: 1.4rem;
  }
}
.l-index-news-contents-item-info-cate {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: #DFE8F0;
  padding: 1px 8px;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6;
  color: #05518E;
}

.l-index-news-contents-item-ttl {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  overflow: hidden; /* はみ出た部分を隠す */
  text-overflow: ellipsis; /* はみ出た部分を「…」にする */
}
@media screen and (min-width: 768px) {
  .l-index-news-contents-item-ttl {
    width: calc(100% - 180px);
    font-size: 1.6rem;
  }
}