/* =============================

overwrite

=============================== */
.l-main {
  padding-block: 2.61rem 0;
}
@media screen and (min-width: 768px) {
  .l-main {
    padding-block: 5rem 0;
  }
}

/* =================================== */
/*
  mv
---------------------------*/
.mv {
  position: relative;
  overflow: hidden;
}
.mv .swiper-pagination {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0.5rem;
  width: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .mv .swiper-pagination {
    right: 2rem;
  }
}
.mv .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
  position: relative;
  z-index: 10;
  width: 0.4375rem;
  height: 0.4375rem;
}
.mv .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ff4545;
  -webkit-transform: scale(2);
          transform: scale(2);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.mv .swiper-pagination::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.mv-swiper {
  width: 100%;
  position: absolute;
  top: 0;
  opacity: 0;
  opacity: 1;
  z-index: 5;
  -webkit-transition: opacity 3s;
  transition: opacity 3s;
}
.is-loading .mv-swiper {
  opacity: 0;
}

.mv-swiper__fig {
  -webkit-transition: -webkit-transform 7.5s linear;
  transition: -webkit-transform 7.5s linear;
  transition: transform 7.5s linear;
  transition: transform 7.5s linear, -webkit-transform 7.5s linear;
}
.mv:not(.is-loading) .swiper-slide-active .mv-swiper__fig, .mv:not(.is-loading) .swiper-slide-duplicate-active .mv-swiper__fig {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.mv__block {
  width: 100%;
  height: calc(100dvh - var(--header-h));
  min-height: 480px;
  max-height: 100%;
  padding-bottom: 3.1875rem;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  top: 0;
  z-index: 10;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 2s 1s;
  transition: opacity 2s 1s;
}
.is-pageanim-start .mv__block {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .mv__block {
    height: auto;
    min-height: auto;
    inset: 0;
    padding-bottom: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .mv__block {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-height: auto;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.mv__block-txt {
  margin-bottom: 1rem;
  text-align: center;
  color: #fff;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.32;
  text-shadow: 0 0 17.609px rgba(0, 0, 0, 0.5);
  -webkit-transition: text-shadow 2s;
  transition: text-shadow 2s;
}
.is-loading .mv__block-txt {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .mv__block-txt {
    font-size: min(4.1666666667vw, 60px);
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  }
}
.mv__block-en {
  margin-bottom: 1.88rem;
  font-size: 0.625rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .mv__block-en {
    font-size: 0.813rem;
    font-size: min(0.9027777778vw, 13px);
  }
}

.mv-kanri {
  width: 73.0666666667%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.12438rem 1.6rem;
  border-radius: 1.53325rem;
  -webkit-box-shadow: 4.089px 4.089px 31.892px 0 rgba(177, 177, 177, 0.15);
          box-shadow: 4.089px 4.089px 31.892px 0 rgba(177, 177, 177, 0.15);
  background: #fff;
}
@media screen and (min-width: 768px) {
  .mv-kanri {
    max-width: 814px;
    margin-bottom: 2.94rem;
    padding: 2.0833333333% 2.7777777778%;
  }
}

.mv-kanri__parent {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem 0;
}
@media screen and (min-width: 768px) {
  .mv-kanri__parent {
    -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;
  }
}

.mv-kanri__inner {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mv-kanri__inner {
    width: 47.4114441417%;
  }
}

.mv-kanri__ttl-main {
  display: block;
  padding: 4.906px 3.271px;
  border-radius: 20.443px;
  background: #f5f5f5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .mv-kanri__ttl-main {
    margin-bottom: 0.96rem;
    font-size: min(1.6666666667vw, 24px);
  }
}
.mv-kanri__ttl-en {
  color: #9ca3af;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .mv-kanri__ttl-en {
    font-size: min(1.1111111111vw, 16px);
  }
}

.mv-kanri__txt {
  white-space: nowrap;
}
.mv-kanri__txt-num {
  font-size: 3.375rem;
  color: #06c;
  font-weight: 700;
  line-height: 0.9;
}
@media screen and (min-width: 768px) {
  .mv-kanri__txt-num {
    font-size: min(5.9722222222vw, 86px);
  }
}
.mv-kanri__txt-ja {
  font-size: 0.75rem;
  font-weight: 700;
  color: #333;
}
@media screen and (min-width: 768px) {
  .mv-kanri__txt-ja {
    font-size: min(1.25vw, 18px);
  }
}

.mv-kanri__cap {
  text-align: right;
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .mv-kanri__cap {
    font-size: min(1.1111111111vw, 16px);
  }
}

.mv-btn {
  display: none;
}
@media screen and (min-width: 768px) {
  .mv-btn {
    display: block;
  }
}

/*
  value
---------------------------*/
.value {
  padding-bottom: 3.97rem;
}
@media screen and (min-width: 768px) {
  .value {
    padding-bottom: 7.3rem;
  }
}
.value-catch {
  margin-bottom: 0.99rem;
  padding-block: 0.6rem;
  background: #e8f5fc;
  color: #06c;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .value-catch {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    margin-bottom: 1.9rem;
    padding-inline: 2rem;
    font-size: 1.5rem;
  }
}
.value-txt {
  margin-bottom: 1.9rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .value-txt {
    margin-bottom: 3.5rem;
    font-size: 1.125rem;
  }
}

.value-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.38rem 0;
}
@media screen and (min-width: 768px) {
  .value-list {
    -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;
  }
}
@media screen and (min-width: 768px) {
  .value-list__item {
    width: 31.25%;
  }
}
.value-list__item a {
  display: block;
  padding-block: 0.83075rem 1rem;
  padding-inline: 0.98rem;
  border-radius: 0.39094rem 0.39094rem 0 0;
  border-bottom: 1.564px solid #ff4545;
  -webkit-box-shadow: 0 0 15.637px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15.637px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .value-list__item a {
    padding-block: 1.0625rem 1.19rem;
    padding-inline: 1.0625rem;
    border-radius: 0.5rem 0.5rem 0 0;
    border-bottom: 2px solid #ff4545;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  }
}
.value-list__item-fig {
  margin-bottom: 1.19rem;
}
.value-list__item-ttl {
  margin-bottom: 0.88rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #06c;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .value-list__item-ttl {
    font-size: 1.5rem;
  }
}
.value-list__item-btn {
  position: absolute;
  right: 0.98rem;
  bottom: 0.93rem;
}
@media screen and (min-width: 768px) {
  .value-list__item-btn {
    font-size: 1.125rem;
  }
}

/*
  service
---------------------------*/
.service {
  padding-block: 2.12rem 3.12rem;
  background: url(../img/index/bg_service.webp) no-repeat top left/cover;
}
@media screen and (min-width: 768px) {
  .service {
    padding-block: 7.12rem;
  }
}
.service-head {
  margin-bottom: 1.62rem;
}
@media screen and (min-width: 768px) {
  .service-head {
    margin-bottom: 3.81rem;
  }
}
@media screen and (min-width: 768px) {
  .service-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .service-head__title .c-ttl-markleft {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .service-head__text {
    margin-left: 5rem;
    padding-top: 2.5rem;
  }
}
.service-head-txt {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .service-head-txt {
    font-size: 1.125rem;
  }
}

.service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.36rem 0;
}
@media screen and (min-width: 768px) {
  .service-list {
    gap: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2.7777777778% 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 2fr 2.3125rem 1fr 2.3125rem 1fr;
    grid-template-rows: 2fr 1fr 1fr;
    grid-column-gap: 2.7777777778%;
    grid-row-gap: 2.3125rem;
  }
  .service-list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .service-list > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .service-list > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .service-list > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .service-list > *:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .service-list > *:nth-child(6) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
}
.service-list__item a {
  display: block;
  border-radius: 0.29463rem 0.29463rem 0 0;
  border-bottom: 2px solid #ff4545;
  -webkit-box-shadow: 2.946px 2.946px 22.982px 0 rgba(177, 177, 177, 0.2);
          box-shadow: 2.946px 2.946px 22.982px 0 rgba(177, 177, 177, 0.2);
  background: #fff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .service-list__item a {
    border-radius: 0.5rem 0.5rem 0 0;
    border-bottom: 2px solid #ff4545;
    -webkit-box-shadow: 5px 5px 39px 0 rgba(177, 177, 177, 0.15);
            box-shadow: 5px 5px 39px 0 rgba(177, 177, 177, 0.15);
    height: 100%;
  }
}
.service-list__item--panel .service-list__item-ttl-wrap {
  padding: 1.14175rem 0.9375rem 3.4rem;
  background: url(../img/index/img_service.webp) no-repeat top left/cover;
}
.service-list__item--panel .service-list__item-ttl-wrap {
  padding: 2.34rem 1.94rem 5.625rem;
}
.service-list__item--panel .service-list__item-ttl {
  color: #fff;
}
.service-list__item--panel .service-list__item-ttl .en {
  display: block;
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .service-list__item--panel .service-list__item-ttl .en {
    font-size: 0.813rem;
  }
}
.service-list__item--panel .service-list__item-ttl .en::before {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.4rem;
  background: #ff4545;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.service-list__item--panel .service-list__item-ttl .ja {
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .service-list__item--panel .service-list__item-ttl .ja {
    font-size: 1.875rem;
  }
}
.service-list__item--panel .service-list__item-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1.03125rem;
}
@media screen and (min-width: 768px) {
  .service-list__item--build {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/2/2;
  }
}
.service-list__item--renewal .service-list__item-ttl-wrap {
  background: url(../img/index/img_renewal.webp) no-repeat top left/cover;
}
@media screen and (min-width: 768px) {
  .service-list__item--renewal {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1/2/2/3;
  }
}
.service-list__item--reality .service-list__item-ttl-wrap {
  background: url(../img/index/img_reality.webp) no-repeat top left/cover;
}
@media screen and (min-width: 768px) {
  .service-list__item--reality {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2/1/4/2;
  }
}
@media screen and (min-width: 768px) {
  .service-list__item--txt01 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2/2/3/3;
  }
}
@media screen and (min-width: 768px) {
  .service-list__item--txt02 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 3/2/4/3;
  }
}
.service-list__item--txt a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.14175rem 0.9375rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .service-list__item--txt a {
    padding: 1.9375rem 1.4375rem;
  }
}
.service-list__item--txt .service-list__item-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.99rem;
}
.service-list__item--txt .service-list__item-ttl .ja {
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .service-list__item--txt .service-list__item-ttl .ja {
    font-size: 1.5rem;
  }
}
.service-list__item--txt .service-list__item-ttl .en {
  font-size: 0.625rem;
  font-weight: 700;
  color: #06c;
}
@media screen and (min-width: 768px) {
  .service-list__item--txt .service-list__item-ttl .en {
    font-size: 0.813rem;
  }
}

/*
  news
---------------------------*/
.news {
  padding-block: 1.88rem 3.12rem;
}
@media screen and (min-width: 768px) {
  .news {
    padding-block: 5.625rem 7.5rem;
  }
}

@media screen and (min-width: 768px) {
  .news-block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .news-block__title {
    width: 33.3333333333%;
  }
}

.news-block__btn {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .news-block__btn {
    position: absolute;
    top: 190px;
    left: 0;
  }
}
.news-block__btn .c-btn-primary {
  width: 180px;
}
@media screen and (min-width: 768px) {
  .news-block__btn .c-btn-primary {
    margin: 0;
  }
}

.news-block__feed {
  height: 21.9375rem;
  padding-right: 1rem;
  overflow-y: auto;
}
@media screen and (min-width: 768px) {
  .news-block__feed {
    width: 65.8333333333%;
    height: 32.875rem;
    margin-top: 3rem;
  }
}

.news-list__inner {
  margin-bottom: 1rem;
  padding-bottom: 0.81rem;
  border-bottom: solid 1px #dcdcdc;
}

.news-list-ttl {
  margin-bottom: 0.6rem;
  font-weight: 400;
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .news-list-ttl {
    font-size: 1rem;
  }
}
.news-list-ttl-cate {
  margin-right: 0.81rem;
  padding: 0 1.15rem;
  background: #eaf7fe;
  border-radius: 3rem;
  color: #0080d9;
}
.news-list-ttl-time {
  color: #aaa;
}

.news-list-txt {
  font-size: 0.75rem;
  color: #333;
}
@media screen and (min-width: 768px) {
  .news-list-txt {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.news-list-txt a {
  color: #06c;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .news-list-txt a:hover {
    text-decoration: none;
  }
}

/*
  contact
---------------------------*/
.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3.125rem 1.6875rem;
  border-radius: 0.61344rem;
  -webkit-box-shadow: 2.454px 2.454px 19.139px 0 rgba(177, 177, 177, 0.15);
          box-shadow: 2.454px 2.454px 19.139px 0 rgba(177, 177, 177, 0.15);
  background: linear-gradient(306deg, rgba(7, 167, 221, 0.4) 1.5%, rgba(7, 167, 221, 0.08) 14.6%, rgba(7, 167, 221, 0.13) 33.3%, rgba(7, 167, 221, 0.25) 55.8%, rgba(7, 167, 221, 0.16) 78.2%, rgba(7, 167, 221, 0.3) 95%), linear-gradient(103deg, #dfd9ff 0%, #c8e6ff 39.4%, #cddeff 84.03%, #ced1f5 98.75%), #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem 0;
}
@media screen and (min-width: 768px) {
  .contact {
    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;
    gap: 1.875rem;
    padding: 5.6666666667% 5.8333333333%;
    border-radius: 1.25rem;
    background: linear-gradient(306deg, rgba(7, 167, 221, 0.4) 1.5%, rgba(7, 167, 221, 0.08) 14.6%, rgba(7, 167, 221, 0.13) 33.3%, rgba(7, 167, 221, 0.25) 55.8%, rgba(7, 167, 221, 0.16) 78.2%, rgba(7, 167, 221, 0.3) 95%), linear-gradient(103deg, #dfd9ff 0%, #c8e6ff 39.4%, #cddeff 84.03%, #ced1f5 98.75%), #fff;
    -webkit-box-shadow: 5px 5px 39px 0 rgba(177, 177, 177, 0.15);
            box-shadow: 5px 5px 39px 0 rgba(177, 177, 177, 0.15);
  }
}

.contact-ttl {
  margin-bottom: 1.5rem;
  line-height: 1;
}
.contact-ttl-en {
  display: block;
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
  color: #fff;
  letter-spacing: 0.18456rem;
}
@media screen and (min-width: 768px) {
  .contact-ttl-en {
    font-size: min(5vw, 60px);
  }
}
.contact-ttl-ja {
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .contact-ttl-ja {
    font-size: min(1.5vw, 18px);
    font-weight: 500;
  }
}

.contact-txt {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .contact-txt {
    font-size: min(2.6666666667vw, 32px);
  }
}

@media screen and (min-width: 768px) {
  .contact__btn {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

@media screen and (min-width: 768px) {
  .contact-btn a {
    font-size: min(1.6666666667vw, 20px);
  }
}

.contact-info:nth-child(2) {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .contact-info:nth-child(2) {
    font-size: min(1.5vw, 18px);
  }
}
.contact-info-ttl {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .contact-info-ttl {
    font-size: min(1.5vw, 18px);
  }
}
.contact-info-tel {
  line-height: 1.1;
}
.contact-info-tel a {
  font-size: 2.25rem;
  letter-spacing: 0.1rem;
  color: #06c;
}
@media screen and (min-width: 768px) {
  .contact-info-tel a {
    font-size: min(3.3333333333vw, 40px);
  }
}
.contact-info-txt {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .contact-info-txt {
    font-size: min(1.3333333333vw, 16px);
  }
}

/*
  other
---------------------------*/
.other {
  margin-top: 3.12rem;
  padding-block: 2.16rem;
  background: #e8f5fc;
}
@media screen and (min-width: 768px) {
  .other {
    padding-block: 6.5rem;
  }
}
.other-ttl {
  margin-bottom: 1.88rem;
  color: #06c;
  font-size: 1rem;
  border-bottom: solid 1px #06c;
}
@media screen and (min-width: 768px) {
  .other-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 3.44rem;
    gap: 0 1rem;
    font-size: 1.125rem;
    border-bottom: none;
    white-space: nowrap;
  }
}
@media screen and (min-width: 768px) {
  .other-ttl::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #06c;
  }
}

.other-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem 0;
}
@media screen and (min-width: 768px) {
  .other-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem 3.5%;
  }
}
@media screen and (min-width: 768px) {
  .other-list__item {
    width: 31%;
  }
}
.other-list__item a {
  padding: 0.62rem 0.62rem 0.94rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .other-list__item a {
    padding: 2.688172043% 4.0322580645% 2.688172043% 4.5698924731%;
  }
}
.other-list__item-fig {
  width: 5.625rem;
}
@media screen and (min-width: 768px) {
  .other-list__item-fig {
    width: 26.6272189349%;
  }
}
.other-list__item-ttl {
  width: 9.375rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .other-list__item-ttl {
    width: 47.3372781065%;
    font-size: min(1.6666666667vw, 20px);
  }
}
/*# sourceMappingURL=index.css.map */