@charset "UTF-8";
/* =============================================================================
   パーシャルファイル
   ========================================================================== */
/* -----------------------------------------------------------------------------
   メディアクエリ
   -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
   l-mv
   -------------------------------------------------------------------------- */
.l-mv {
  margin-top: 115px;
}
@media screen and (min-width: 1000px) {
  .l-mv {
    margin-top: 120px;
  }
}
.l-mv-inner {
  position: relative;
  width: 100%;
  aspect-ratio: 375/488;
  overflow: hidden;
  background-image: url(../img/index/index_bg04.png);
  background-size: contain;
  background-position: left bottom 75%;
}
@media screen and (min-width: 768px) {
  .l-mv-inner {
    aspect-ratio: 1440/630;
    background-position: left bottom -10.7%;
    background-image: url(../img/index/index_bg01.png);
  }
}
.l-mv-inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background-color: #D7F3F8;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .l-mv-inner::before {
    display: none;
  }
}
.l-mv-main-img {
  position: absolute;
  width: 90%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .l-mv-main-img {
    width: 54%;
    top: 6.3%;
  }
}
.l-mv-hash-txt01 {
  position: absolute;
  bottom: -10%;
  right: 0;
  font-size: 2.7vw;
  font-weight: 500;
  color: #666666;
}
@media screen and (min-width: 768px) {
  .l-mv-hash-txt01 {
    font-size: 0.97vw;
    bottom: -6%;
  }
}
.l-mv-sub-img01 {
  width: 42.7%;
  position: absolute;
  left: -2.6%;
  bottom: 12.3%;
}
@media screen and (min-width: 768px) {
  .l-mv-sub-img01 {
    width: 19%;
    bottom: 0;
  }
}
.l-mv-hash-txt02 {
  position: absolute;
  top: -18%;
  right: 0;
  font-size: 2.7vw;
  font-weight: 500;
  color: #666666;
}
@media screen and (min-width: 768px) {
  .l-mv-hash-txt02 {
    font-size: 0.97vw;
  }
}
.l-mv-hash-txt03 {
  position: absolute;
  top: 12%;
  right: -20%;
  font-size: 2.7vw;
  font-weight: 500;
  color: #666666;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
  .l-mv-hash-txt03 {
    font-size: 0.97vw;
    right: -18%;
  }
}
.l-mv-sub-img02 {
  width: 32%;
  position: absolute;
  top: 50.2%;
  right: -2.6%;
}
@media screen and (min-width: 768px) {
  .l-mv-sub-img02 {
    width: 15.79%;
    top: 0;
  }
}
.l-mv-hash-txt04 {
  position: absolute;
  top: 30%;
  left: -55%;
  font-size: 2.7vw;
  font-weight: 500;
  color: #666666;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
  .l-mv-hash-txt04 {
    font-size: 0.97vw;
    left: -40%;
    top: 21%;
  }
}
.l-mv-sub-img03 {
  width: 26.7%;
  position: absolute;
  top: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  right: 16%;
  bottom: 4%;
}
@media screen and (min-width: 768px) {
  .l-mv-sub-img03 {
    width: 11%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 6.94%;
    bottom: auto;
  }
}
.l-mv-hash-txt05 {
  position: absolute;
  bottom: -20%;
  left: 0;
  font-size: 2.7vw;
  font-weight: 500;
  color: #666666;
}
@media screen and (min-width: 768px) {
  .l-mv-hash-txt05 {
    font-size: 0.97vw;
  }
}
.l-mv-catch-txt-box {
  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: 10px;
  position: absolute;
  top: 29%;
  left: 5.1%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .l-mv-catch-txt-box {
    top: 22%;
    left: 8.3%;
    gap: 18px;
  }
}
.l-mv-catch-txt {
  font-size: 6.4vw;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
  padding: 2px 5px;
  background-color: #fff;
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media screen and (min-width: 768px) {
  .l-mv-catch-txt {
    font-size: 2.8vw;
    padding: 0 5px;
  }
}
.l-mv-catch-txt span {
  color: #06B8D8;
}

/* -----------------------------------------------------------------------------
   loop
   -------------------------------------------------------------------------- */
.l-index-white-ico-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  background-color: #D7F3F8;
  gap: 37px;
  padding: 30px 0 40px 0;
}
@media screen and (min-width: 768px) {
  .l-index-white-ico-wrap {
    padding: 60px 0 90px 0;
  }
}
.l-index-white-ico-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 37px;
  -webkit-animation: loop-list 130s linear infinite;
          animation: loop-list 130s linear infinite;
}
@media screen and (min-width: 768px) {
  .l-index-white-ico-box {
    -webkit-animation: loop-list 90s linear infinite;
            animation: loop-list 90s linear infinite;
  }
}
.l-index-white-ico {
  width: 153.8461538462vw;
  display: block;
}
@media screen and (min-width: 768px) {
  .l-index-white-ico {
    width: 76.9230769231vw;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-white-ico {
    width: 52.6315789474vw;
  }
}
.l-index-white-ico img {
  width: 100%;
}

.l-index-blue-ico-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  background-color: #fff;
  gap: 37px;
  margin-top: -20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-index-blue-ico-wrap {
    margin-top: -40px;
  }
}
.l-index-blue-ico-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 37px;
  -webkit-animation: loop-list 200s linear infinite;
          animation: loop-list 200s linear infinite;
}
@media screen and (min-width: 768px) {
  .l-index-blue-ico-box {
    -webkit-animation: loop-list 90s linear infinite;
            animation: loop-list 90s linear infinite;
  }
}
.l-index-blue-ico {
  width: 153.8461538462vw;
  display: block;
}
@media screen and (min-width: 768px) {
  .l-index-blue-ico {
    width: 76.9230769231vw;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-blue-ico {
    width: 52.6315789474vw;
  }
}
.l-index-blue-ico img {
  width: 100%;
}

@-webkit-keyframes loop-list {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop-list {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.l-index-gallery-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  gap: 37px;
  z-index: 2;
}

.l-index-gallery-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 37px;
  -webkit-animation: loop-list 80s linear infinite;
          animation: loop-list 80s linear infinite;
}
@media screen and (min-width: 768px) {
  .l-index-gallery-box {
    -webkit-animation: loop-list 170s linear infinite;
            animation: loop-list 170s linear infinite;
  }
}
.l-index-gallery-item {
  width: 200vw;
  display: block;
}
@media screen and (min-width: 768px) {
  .l-index-gallery-item {
    width: 117.6470588235vw;
  }
}
.l-index-gallery-item img {
  width: 100%;
}

/* -----------------------------------------------------------------------------
   l-index-about
   -------------------------------------------------------------------------- */
.l-index-about {
  background-color: #D7F3F8;
  padding: 0 20px 120px;
  background-image: url(../img/index/index_bg02.png);
  background-size: contain;
  background-position: left bottom;
}
@media screen and (min-width: 1600px) {
  .l-index-about {
    background-size: cover;
  }
}

.l-index-about-inner {
  max-width: 600px;
  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: 10px 8%;
}
@media screen and (min-width: 1000px) {
  .l-index-about-inner {
    max-width: 1000px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 8%;
  }
}
.l-index-about-txt-box {
  width: 100%;
  padding-top: 12px;
}
@media screen and (min-width: 1000px) {
  .l-index-about-txt-box {
    width: 520px;
  }
}
.l-index-about-txt-box .m-cmn-ttl-wrap {
  margin-bottom: 30px;
}

.l-index-about-txt-box .m-cmn-txt {
  margin-bottom: 25px;
}

.l-index-about-img-box {
  width: 100%;
  text-align: center;
  padding: 25px;
  background-color: #fff;
  border-radius: 48px;
}
@media screen and (min-width: 480px) {
  .l-index-about-img-box {
    width: 400px;
  }
}
@media screen and (min-width: 768px) {
  .l-index-about-img-box {
    padding: 35px 40px;
  }
}
.l-index-about-img-box img {
  width: 180px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-index-about-img-box img {
    width: 220px;
  }
}
.l-index-about-img-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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}

.l-index-about-sub-ttl {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0;
  padding-left: 12px;
  color: #06B8D8;
  margin-bottom: 5px;
}

.l-index-about-sub-ttl::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #06B8D8;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.l-index-about-desc {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
  color: #666666;
}

.l-index-about-desc span {
  font-weight: 700;
}

/* -----------------------------------------------------------------------------
   l-index-service
   -------------------------------------------------------------------------- */
.l-index-service {
  padding: 0 20px 150px;
  background-image: url(../img/index/index_bg06.png);
  background-position: left bottom -3%;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .l-index-service {
    background-image: url(../img/index/index_bg03.png);
    background-position: left bottom;
    padding: 0 20px 180px;
  }
}
@media screen and (min-width: 1200px) {
  .l-index-service {
    background-position: left bottom -5%;
    padding: 0 20px 240px;
  }
}

.l-index-service-inner {
  max-width: 1120px;
  margin: 0 auto;
}

.l-index-service-ttl-wrap {
  max-width: 1000px;
  margin: 0 auto 30px;
}
@media screen and (min-width: 768px) {
  .l-index-service-ttl-wrap {
    margin: 0 auto;
  }
}
.l-index-service-ttl-wrap .m-cmn-ttl {
  margin-bottom: 30px;
}

.l-index-service-ttl-wrap .m-cmn-txt {
  max-width: 520px;
}

.l-index-service-items {
  max-width: 600px;
  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 6%;
}
@media screen and (min-width: 768px) {
  .l-index-service-items {
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 6%;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-service-items {
    gap: 7%;
  }
}
.l-index-service-items > li {
  position: relative;
  width: 100%;
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .l-index-service-items > li {
    width: 32%;
    padding-top: 35px;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-service-items > li {
    width: 29%;
  }
}
.l-index-service-items > li:first-of-type {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .l-index-service-items > li:first-of-type {
    margin-top: 160px;
  }
}
.l-index-service-items > li:first-of-type::before {
  content: "#01";
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  letter-spacing: 0;
  color: #666666;
  position: absolute;
  top: 0;
  right: 10px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .l-index-service-items > li:first-of-type::before {
    right: 0;
  }
}
.l-index-service-items > li:nth-of-type(2) {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .l-index-service-items > li:nth-of-type(2) {
    margin-top: 80px;
  }
}
.l-index-service-items > li:nth-of-type(2)::before {
  content: "#02";
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  letter-spacing: 0;
  color: #666666;
  position: absolute;
  top: 0;
  right: 10px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .l-index-service-items > li:nth-of-type(2)::before {
    right: 0;
  }
}
.l-index-service-items > li:nth-of-type(3)::before {
  content: "#03";
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  letter-spacing: 0;
  color: #666666;
  position: absolute;
  top: 0;
  right: 10px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .l-index-service-items > li:nth-of-type(3)::before {
    right: 0;
  }
}
.l-index-service-item-img-box {
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  margin-bottom: 15px;
  margin-right: 10px;
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .l-index-service-item-img-box {
    margin-right: 0;
    margin-left: 0;
  }
}
.l-index-service-item-catch-txt-box {
  position: absolute;
  bottom: 6.5%;
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}

.l-index-service-item-catch-txt {
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.6;
  background-color: #fff;
  padding: 0 5px;
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .l-index-service-item-catch-txt {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-service-item-catch-txt {
    font-size: 2rem;
  }
}
.l-index-service-item-catch-small-txt {
  font-size: 1.4rem;
}

.l-index-service-item-details {
  padding-left: 5px;
}

.l-index-service-item-details li {
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
  padding: 7px 0 7px 12px;
}
@media screen and (min-width: 768px) {
  .l-index-service-item-details li {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-service-item-details li {
    font-size: 1.4rem;
  }
}
.l-index-service-item-details li::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #06B8D8;
  position: absolute;
  top: 13px;
  left: 0;
}

/* -----------------------------------------------------------------------------
   l-index-profile
   -------------------------------------------------------------------------- */
.l-index-profile {
  padding: 0 20px 60px;
  background-color: #D7F3F8;
  background-image: url(../img/index/index_bg02.png);
  background-position: left bottom;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .l-index-profile {
    padding: 0 20px 120px;
  }
}
@media screen and (min-width: 1600px) {
  .l-index-profile {
    background-size: cover;
  }
}

.l-index-profile-inner {
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .l-index-profile-inner {
    max-width: 1000px;
  }
}
.l-index-profile-ttl-wrap {
  margin-bottom: 30px;
}

.l-index-profile-contents-wrap {
  position: relative;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1000px) {
  .l-index-profile-contents-wrap {
    width: 60%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.l-index-profile-img-box {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .l-index-profile-img-box {
    position: absolute;
    width: 53%;
    top: 0;
    right: -66%;
  }
}
.l-index-profile-img-box img {
  width: 65%;
}
@media screen and (min-width: 480px) {
  .l-index-profile-img-box img {
    width: 50%;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-profile-img-box img {
    width: 100%;
  }
}
.l-index-profile-contents-wrap .m-cmn-txt {
  margin-bottom: 25px;
}

.l-index-profile-name span {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-right: 20px;
}

.l-index-profile-name {
  font-size: 2rem;
  letter-spacing: 0.08em;
  margin-right: auto;
}