@charset "UTF-8";
/* =============================================================================
   パーシャルファイル
   ========================================================================== */
/* -----------------------------------------------------------------------------
   メディアクエリ
   -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
   l-mv
   -------------------------------------------------------------------------- */
.l-mv {
  aspect-ratio: 750/1260;
  padding: 0 15px;
  background-image: url(../img/index/kv_bg_sp.jpg);
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 480px) {
  .l-mv {
    height: 800px;
    aspect-ratio: initial;
  }
}
@media screen and (min-width: 768px) {
  .l-mv {
    padding: 0 30px;
    height: 610px;
    background-image: url(../img/index/kv_bg.jpg);
  }
}
.l-mv-inner {
  height: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.l-mv-txt-wrap {
  position: relative;
  bottom: 8%;
}
@media screen and (min-width: 768px) {
  .l-mv-txt-wrap {
    bottom: 17%;
  }
}
.l-mv-catch {
  width: 85%;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .l-mv-catch {
    width: 50%;
  }
}
.l-mv-subcatch {
  font-size: 1.8rem;
  font-weight: 700;
  color: #0028d7;
  letter-spacing: 0.025em;
  margin-bottom: 20px;
  text-shadow: 2px 2px 5px #fff, -2px 2px 5px #fff, 2px -2px 5px #fff, -2px -2px 5px #fff;
}
@media screen and (min-width: 768px) {
  .l-mv-subcatch {
    font-size: 2.4rem;
  }
}
.l-mv-desc {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0;
  color: #001a8e;
}

/* -----------------------------------------------------------------------------
   l-index-need
   -------------------------------------------------------------------------- */
.l-index-need {
  padding: 60px 15px;
}
@media screen and (min-width: 768px) {
  .l-index-need {
    padding: 80px 40px;
  }
}
.l-index-need-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.l-index-need .m-cmn-txt:nth-of-type(1) {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-index-need .m-cmn-txt:nth-of-type(1) {
    margin-bottom: 20px;
  }
}
/* -----------------------------------------------------------------------------
   l-index-problem
   -------------------------------------------------------------------------- */
.l-index-problem {
  padding: 60px 15px;
  background-color: #f3f3f3;
}
@media screen and (min-width: 768px) {
  .l-index-problem {
    padding: 80px 40px;
  }
}
.l-index-problem-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.l-index-problem-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 3%;
}
@media screen and (min-width: 1200px) {
  .l-index-problem-items {
    gap: 2.5%;
  }
}

.l-index-problem-items li {
  width: 48%;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .l-index-problem-items li {
    width: 23%;
  }
}

.l-index-problem-item-txt-box {
  position: relative;
  height: 75px;
  background-color: #fff;
  border-radius: 10px;
  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;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .l-index-problem-item-txt-box {
    height: 120px;
    margin-bottom: 45px;
  }
}
.l-index-problem-item-txt-box::before {
  content: "";
  display: inline-block;
  width: 56px;
  height: 41px;
  background-image: url(../img/index/index_img12.png);
  background-size: cover;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.l-index-problem-item-txt-box p {
  position: relative;
  z-index: 1;
  font-size: 1.3rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-index-problem-item-txt-box p {
    font-size: initial;
    line-height: 1.6;
  }
}
.l-index-problem-items li img {
  width: auto;
  height: 80px;
}
@media screen and (min-width: 768px) {
  .l-index-problem-items li img {
    height: 110px;
  }
}
/* -----------------------------------------------------------------------------
   l-index-business
   -------------------------------------------------------------------------- */
.l-index-business {
  padding: 60px 15px 0;
}
@media screen and (min-width: 768px) {
  .l-index-business {
    padding: 80px 0 0;
  }
}
.l-index-business-item {
  padding: 40px 15px 50px;
  background-image: url(../img/index/index_img06.jpg);
  background-size: 100%;
  background-position: top right;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .l-index-business-item {
    padding: 40px 0;
    background-size: 54%;
    background-position: right;
  }
}
@media screen and (min-width: 1200px) {
  .l-index-business-item {
    margin-bottom: 40px;
  }
}

.l-index-business-item:last-of-type {
  margin-bottom: 0;
}

.l-index-business-item:nth-of-type(even) {
  background-position: top left;
}
@media screen and (min-width: 768px) {
  .l-index-business-item:nth-of-type(even) {
    background-position: left;
  }
}
.l-index-business-item:nth-of-type(2) {
  background-image: url(../img/index/index_img07.jpg);
}

.l-index-business-item:nth-of-type(3) {
  background-image: url(../img/index/index_img08.jpg);
}

.l-index-business-item:nth-of-type(4) {
  background-image: url(../img/index/index_img09.jpg);
}

.l-index-business-item-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 50%;
}
@media screen and (min-width: 768px) {
  .l-index-business-item-inner {
    padding-top: 0;
  }
}
.l-index-business-item-detail-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 25px 34px;
  background: linear-gradient(135deg, #1800ff, #9000ff);
  -webkit-box-shadow: 0px 0px 25px rgba(0, 25, 37, 0.25);
          box-shadow: 0px 0px 25px rgba(0, 25, 37, 0.25);
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .l-index-business-item-detail-box {
    width: 53%;
    padding: 5% 5% 3%;
  }
}
.l-index-business-item:nth-of-type(even) .l-index-business-item-detail-box {
  margin-left: auto;
}

.l-index-business-item-detail-ttl {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 25px;
  color: #fff;
  padding: 10px 0 0 30px;
}
@media screen and (min-width: 768px) {
  .l-index-business-item-detail-ttl {
    font-size: 2.4vw;
    padding: 10px 0 0 21%;
  }
}
@media screen and (min-width: 1600px) {
  .l-index-business-item-detail-ttl {
    font-size: 3.6rem;
  }
}

.l-index-business-item .l-index-business-item-detail-ttl::before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 38px;
  background-size: contain;
  position: absolute;
  top: 13px;
  left: -7px;
}
@media screen and (min-width: 768px) {
  .l-index-business-item .l-index-business-item-detail-ttl::before {
    top: 0;
    left: 0;
  }
}
.l-index-business-item:nth-of-type(1) .l-index-business-item-detail-ttl::before {
  background-image: url(../img/index/num_ye_01.png);
  width: 29px;
  height: 38px;
}
@media screen and (min-width: 768px) {
  .l-index-business-item:nth-of-type(1) .l-index-business-item-detail-ttl::before {
    width: 17%;
    height: 58%;
  }
}
.l-index-business-item:nth-of-type(2) .l-index-business-item-detail-ttl::before {
  background-image: url(../img/index/num_ye_02.png);
  width: 29px;
  height: 38px;
}
@media screen and (min-width: 768px) {
  .l-index-business-item:nth-of-type(2) .l-index-business-item-detail-ttl::before {
    width: 17%;
    height: 100%;
  }
}
.l-index-business-item:nth-of-type(3) .l-index-business-item-detail-ttl::before {
  background-image: url(../img/index/num_ye_03.png);
  width: 29px;
  height: 38px;
}
@media screen and (min-width: 768px) {
  .l-index-business-item:nth-of-type(3) .l-index-business-item-detail-ttl::before {
    width: 17%;
    height: 100%;
  }
}
.l-index-business-item:nth-of-type(4) .l-index-business-item-detail-ttl::before {
  background-image: url(../img/index/num_ye_04.png);
  width: 29px;
  height: 38px;
}
@media screen and (min-width: 768px) {
  .l-index-business-item:nth-of-type(4) .l-index-business-item-detail-ttl::before {
    width: 17%;
    height: 100%;
  }
}
.l-index-business-item-detail-desc {
  font-size: 1.4rem;
  letter-spacing: 0;
  margin-bottom: 25px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-index-business-item-detail-desc {
    font-size: 1.4vw;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-business-item-detail-desc {
    font-size: 1.2vw;
  }
}
.l-index-business-item-detail-lists {
  margin-bottom: 25px;
}

.l-index-business-item-detail-lists li {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.01em;
  color: #fff;
  text-indent: -23px;
  padding-left: 23px;
}
@media screen and (min-width: 768px) {
  .l-index-business-item-detail-lists li {
    font-size: 1.3vw;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-business-item-detail-lists li {
    font-size: 1.1vw;
  }
}
.l-index-business-item-detail-lists li::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 1px;
  background-color: #fff;
  vertical-align: 5px;
  margin-right: 8px;
}
@media screen and (min-width: 768px) {
  .l-index-business-item-detail-lists li::before {
    width: 15px;
  }
}
.l-index-business-item-detail-box-deco {
  width: 60px;
  position: absolute;
  top: 10px;
  left: -30px;
}
@media screen and (min-width: 768px) {
  .l-index-business-item-detail-box-deco {
    width: 120px;
    top: 10px;
    left: -60px;
  }
}
.l-index-business-item .m-cmn-btn {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-index-business-item .m-cmn-btn {
    width: 280px;
  }
}
/* -----------------------------------------------------------------------------
   l-index-infomation
   -------------------------------------------------------------------------- */
.l-index-infomation {
  padding: 10px 15px 60px;
}
@media screen and (min-width: 768px) {
  .l-index-infomation {
    padding: 80px 40px;
  }
}
.l-index-infomation-inner {
  max-width: 900px;
  margin: 0 auto;
}

.l-index-infomation-ttl {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .l-index-infomation-ttl {
    font-size: 3.2rem;
  }
}
.l-index-infomation-ttl::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 20px;
  background-color: #3e00dd;
  margin-right: 8px;
}
@media screen and (min-width: 768px) {
  .l-index-infomation-ttl::before {
    width: 8px;
    height: 32px;
    margin-right: 13px;
  }
}
.l-index-infomation-items li {
  position: relative;
  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;
  border-bottom: 1px solid #efefef;
  padding: 10px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-index-infomation-items li {
    padding: 19px 0;
  }
}
.l-index-infomation-item-date {
  width: 90px;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #676767;
}
@media screen and (min-width: 768px) {
  .l-index-infomation-item-date {
    font-size: 1.6rem;
    width: 120px;
  }
}
.l-index-infomation-item-ttl {
  font-size: 1.4rem;
  width: calc(100% - 90px);
  text-align: left;
  padding-right: 40px;
}
@media screen and (min-width: 768px) {
  .l-index-infomation-item-ttl {
    font-size: initial;
    width: calc(100% - 120px);
  }
}
.l-index-infomation-items li a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.l-index-infomation-items li:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .l-index-infomation-items li:hover {
    opacity: 0.7;
  }
}
.l-index-infomation-items li a::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 9px;
  background-image: url(../img/common/cmn_ico_gray_arrow.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
}
@media screen and (min-width: 768px) {
  .l-index-infomation-items li a::after {
    width: 7px;
    height: 13px;
    right: 20px;
  }
}
/* -----------------------------------------------------------------------------
   l-index-support
   -------------------------------------------------------------------------- */
.l-index-support {
  padding: 60px 15px;
  background-color: #f3f3f3;
}
@media screen and (min-width: 768px) {
  .l-index-support {
    padding: 80px 40px;
  }
}
.l-index-support-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.l-index-support-contents {
  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%;
}
@media screen and (min-width: 1000px) {
  .l-index-support-contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 6%;
  }
}
.l-index-support-contents-box {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  border-radius: 5px;
  padding: 2px;
  background: linear-gradient(135deg, #1800ff, #9000ff);
  -webkit-box-shadow: 0px 0px 25px rgba(0, 25, 37, 0.25);
          box-shadow: 0px 0px 25px rgba(0, 25, 37, 0.25);
}
@media screen and (min-width: 768px) {
  .l-index-support-contents-box {
    width: 600px;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-support-contents-box {
    width: 47%;
  }
}
.l-index-support-contents-box-inner {
  height: 100%;
  padding: 30px 20px;
  border-radius: 3px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-index-support-contents-box-inner {
    padding: 30px 45px 40px;
  }
}
.l-index-support-contents-box img {
  width: 120px;
  margin-bottom: 15px;
}

.l-index-support-contents-box-head {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-index-support-contents-box-head {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .l-index-support-contents-box-head {
    font-size: 2.8rem;
  }
}

.l-index-support-contents-box-desc {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .l-index-support-contents-box-desc {
    font-size: 1.8rem;
  }
}
/* -----------------------------------------------------------------------------
   l-index-contact
   -------------------------------------------------------------------------- */
.l-index-contact {
  padding: 80px 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-index-contact {
    padding: 60px 15px;
  }
}
.l-index-contact-inner {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
}

.l-index-contact-ttl {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .l-index-contact-ttl {
    font-size: 2.1rem;
    margin-bottom: 40px;
  }
}
.l-index-contact-desc {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-index-contact-desc {
    font-size: 1.4rem;
  }
}
.l-index-contact-btn {
  text-align: left;
  background: linear-gradient(135deg, #1800ff, #9000ff);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 32, 47, 0.15);
          box-shadow: 0px 0px 10px rgba(0, 32, 47, 0.15);
}

.l-index-contact-btn a {
  padding: 12px 30px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-index-contact-btn a {
    padding: 12px 20px;
  }
}
.l-index-contact-btn a::after {
  background-image: url(../img/common/cmn_ico_btn_arrow_white.png);
}