@charset "UTF-8";
.c-secttl {
  text-align: center;
  font-weight: bold;
  font-size: 3.6rem;
  color: #004567;
}

@media screen and (max-width: 767px) {
  .c-secttl {
    font-size: 6.4vw;
  }
}
.c-secttl.m-white {
  color: #ffffff;
}

.c-secttl-sub {
  text-align: center;
  font-weight: bold;
  color: #004567;
  font-size: 3.2rem;
}

@media screen and (max-width: 767px) {
  .c-secttl-sub {
    font-size: 5.3333333333vw;
  }
}
.p-mv {
  min-height: 692px;
  max-height: calc(100vh - 76px);
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-mv {
    min-height: 120vw;
    max-height: none;
    height: calc(100vh - 13.3333333333vw);
  }
}
.p-mv-bg {
  margin: 0;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

@media screen and (max-width: 767px) {
  .p-mv-bg {
    width: 200vh;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .p-mv-bg {
    width: 450vh;
  }
}
.p-mv-bg::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  background-color: rgba(12, 125, 170, 0.2);
}

.p-mv .slider {
  margin: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: 3s;
  transition: 3s;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

@media screen and (max-width: 767px) {
  .p-mv .slider {
    width: 200vh;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .p-mv .slider {
    width: 450vh;
  }
}
.p-mv .slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-mv .slider .slick-slide {
  height: auto !important;
}

.p-mv .slick-initialized {
  opacity: 1;
}

.p-mv .slider img,
.p-mv .slider video,
.p-mv .sliderBox iframe {
  width: 100%;
  height: auto;
}

.p-mv .slick-slide li {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-mv .slick-slide li {
    padding-top: 150%;
  }
}
.p-mv .slick-slide iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-mv-cnt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.p-mv-cnt .l-content-inner {
  height: 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;
}

.p-mv-cnt__text01 {
  text-align: center;
  font-weight: bold;
  font-size: 2.1rem;
  background-color: #ffffff;
  color: #0089ce;
  -webkit-box-shadow: 0 0 5px rgba(9, 43, 104, 0.3);
  box-shadow: 0 0 5px rgba(9, 43, 104, 0.3);
  height: 40px;
  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;
  width: 620px;
  max-width: 100%;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .p-mv-cnt__text01 {
    font-size: 3.2vw;
    height: auto;
    width: 100%;
  }
}
.p-mv-cnt__text02 {
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 2.8rem;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .p-mv-cnt__text02 {
    font-size: 4.2666666667vw;
    margin-top: 2.6666666667vw;
  }
}
.p-mv-cnt__text03 {
  text-align: center;
  font-size: 8.6rem;
  font-weight: 900;
  color: #ffffff;
  text-shadow: 0px 0px 5px rgba(9, 43, 104, 0.3);
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .p-mv-cnt__text03 {
    font-size: 10.6666666667vw;
    margin-top: 2.6666666667vw;
  }
}
.p-mv-cnt__text04 {
  margin-top: 30px;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.3986013986;
}

@media screen and (max-width: 767px) {
  .p-mv-cnt__text04 {
    font-size: 3.7333333333vw;
  }
}
.p-mv-cnt__text04 span {
  font-size: 130%;
}

.p-mv-cnt__btn {
  width: 575px;
  height: 60px;
  max-width: 100%;
  margin: 35px auto auto;
}

@media screen and (max-width: 767px) {
  .p-mv-cnt__btn {
    width: 100%;
    height: 12vw;
    margin-top: 5.3333333333vw;
  }
}
.p-mv-cnt__btn-link {
  width: 100%;
  height: 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;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-mv-cnt__btn-link {
    font-size: 3.7333333333vw;
  }
}

/* ------------------------------
    info-box
------------------------------ */
.info-box {
  width: 100%;
  max-width: 87.8rem;
  margin: 3.8rem auto 4rem auto;
  box-sizing: border-box;
}

.info-box .box-head {
  text-align: center;
  background-image: linear-gradient(90deg, #0084ff, #47cbff);
  border-radius: 0.8rem 0.8rem 0 0;
  box-sizing: border-box;
}
.info-box .box-head .ttl {
  text-align: center;
  font-size: 4rem;
  line-height: calc(70 / 40);
  font-weight: 700;
  color: #fff;
}

.info-box .box-cnts {
  padding: 0 0 3.5rem 0;
  border: 5px solid transparent; /* 枠線の太さを確保 */
  border-radius: 0 0 0.8rem 0.8rem; /* 角丸の指定 */
  background-image:
    linear-gradient(#fff, #fff),
    /* ① コンテンツ背景色（ベタ塗り） */
    linear-gradient(90deg, #0084ff, #47cbff); /* ② 枠線のグラデーション */
  background-origin: border-box; /* 背景の基準位置 */
  background-clip:
    padding-box, border-box; /* 背景の切り抜き範囲をそれぞれ指定 */
  box-sizing: border-box;
}
.info-box .box-cnts .date {
  display: flex;
  justify-content: center;
  align-items: baseline;
  text-align: center;
  color: #094073;
  font-size: 3.9rem;
  line-height: calc(68 / 39);
  font-weight: 500;
}
.info-box .box-cnts .date .num {
  font-size: 6.5rem;
  line-height: calc(114 / 65);
  font-weight: 700;
  margin: 0 0.4rem;
}
.info-box .box-cnts .date .youbi {
  position: relative;
  top: -0.3rem;
  margin-right: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.1rem;
  height: 4.1rem;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
  background: #0089ce;
  border-radius: 100%;
}

.info-box .box-cnts .txt {
  text-align: center;
  font-size: 2.4rem;
  line-height: calc(40 / 24);
  letter-spacing: 0.75px;
  font-weight: 700;
}
.info-box .box-cnts .txt .txt_red {
  color: #ed1c24;
}

@media screen and (max-width: 767px) {
  .info-box {
    width: 90%;
    max-width: inherit;
    margin: 3.2rem auto 3.6rem auto;
  }
  .info-box .box-head .ttl {
    font-size: 2.8rem;
  }

  .info-box .box-cnts {
    padding: 4.646vw 2.646vw 5.291vw 2.646vw;
  }
  .info-box .box-cnts .date {
    display: block;
    text-align: center;
    font-size: 6.349vw;
    margin-bottom: 4.762vw;
  }
  .info-box .box-cnts .date .num {
    font-size: 10.053vw;
    line-height: 1;
    margin: 0 0.2rem;
  }
  .info-box .box-cnts .date .youbi {
    display: inline-block;
    vertical-align: middle;
    top: 0;
    margin-right: 0.2rem;
    padding: 1.4vw;
    width: 6.349vw;
    height: 6.349vw;
    font-size: 3.175vw;
  }

  .info-box .box-cnts .txt {
    text-align: left;
    font-size: 3.704vw;
  }
}

/* -----------------------------------------
記事
----------------------------------------- */
.p-articles {
  padding-top: 90px;
  padding-bottom: 180px;
  background-color: #f5fdff;
  background-repeat: no-repeat;
  background-size: 570px;
  background-position: left bottom;
}

@media screen and (max-width: 767px) {
  .p-articles {
    padding-top: 13.3333333333vw;
    padding-bottom: 18.6666666667vw;
    background-size: auto 13.3333333333vw;
  }
}
.p-articles-ttl {
  margin-bottom: 70px;
}
.p-articles__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-articles__item {
  width: calc((100% - 60px) / 3);
}
.p-articles__link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.p-articles__thumbnail {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  margin-bottom: 24px;
  background-color: #d7d7d7;
}
.p-articles__thumbnail img,
.p-articles__thumbnail-placeholder {
  display: block;
  width: 100%;
  height: 100%;
}
.p-articles__thumbnail img {
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.p-articles__link:hover .p-articles__thumbnail img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.p-articles__title {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
}
.p-articles__excerpt {
  font-size: 15px;
  line-height: 1.8;
}
.p-articles__empty {
  text-align: center;
}
.p-articles__more {
  width: 300px;
  margin: 60px auto 0;
}
.p-articles__more .btn-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 58px;
  border: 2px solid #004567;
  color: #004567;
  background-color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease;
}
.p-articles__more .btn-link:hover {
  color: #ffffff;
  background-color: #004567;
}

@media screen and (max-width: 767px) {
  .p-articles-ttl {
    margin-bottom: 10.6666666667vw;
  }
  .p-articles__list {
    display: block;
  }
  .p-articles__item {
    width: 100%;
  }
  .p-articles__item + .p-articles__item {
    margin-top: 10.6666666667vw;
  }
  .p-articles__thumbnail {
    margin-bottom: 4vw;
  }
  .p-articles__title {
    margin-bottom: 2.6666666667vw;
    font-size: 4.8vw;
  }
  .p-articles__excerpt {
    font-size: 3.7333333333vw;
  }
  .p-articles__more {
    width: 66.6666666667vw;
    margin-top: 10.6666666667vw;
  }
  .p-articles__more .btn-link {
    min-height: 13.3333333333vw;
    font-size: 4vw;
  }
}

/* -----------------------------------------
メリット
----------------------------------------- */
.p-merit {
  padding-top: 90px;
  padding-bottom: 180px;
  background-image: url(../img/top/img_merit_text.svg);
  background-repeat: no-repeat;
  background-size: 570px;
  background-position: left bottom;
}

@media screen and (max-width: 767px) {
  .p-merit {
    padding-top: 13.3333333333vw;
    padding-bottom: 18.6666666667vw;
    background-size: auto 13.3333333333vw;
  }
}
.p-merit-ttl {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .p-merit-ttl {
    margin-bottom: 12vw;
  }
}
.p-merit__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 60px 60px;
}

@media screen and (max-width: 767px) {
  .p-merit__list {
    display: block;
  }
}
.p-merit__list .item {
  width: 295px;
}

@media screen and (max-width: 767px) {
  .p-merit__list .item {
    width: 100%;
    margin-top: 8vw;
  }
  .p-merit__list .item:first-of-type {
    margin-top: 0;
  }
}
.p-merit__list .item-img {
  width: 220px;
  margin: auto auto 18px;
}

@media screen and (max-width: 767px) {
  .p-merit__list .item-img {
    width: 60%;
    margin-bottom: 4vw;
  }
}
.p-merit__list .item-ttl {
  text-align: center;
  font-weight: bold;
  font-size: 2.5rem;
  color: #0089ce;
  margin: 0 -1em 7px;
}

@media screen and (max-width: 767px) {
  .p-merit__list .item-ttl {
    font-size: 4.8vw;
    margin: 0 auto 1.3333333333vw;
  }
}
.p-merit__list .item-txt {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .p-merit__list .item-txt {
    font-size: 3.7333333333vw;
  }
}
.p-service {
  background-color: #f5fdff;
  padding-top: 95px;
  padding-bottom: 215px;
  background-image: url(../img/top/img_service_text.svg);
  background-repeat: no-repeat;
  background-size: 787px;
  background-position: right bottom;
}

@media screen and (max-width: 767px) {
  .p-service {
    padding-top: 13.3333333333vw;
    padding-bottom: 26.6666666667vw;
    background-size: auto 13.3333333333vw;
  }
}
.p-service__icons {
  margin-top: 95px;
  background-color: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 5px rgba(69, 187, 206, 0.2);
  box-shadow: 0 0 5px rgba(69, 187, 206, 0.2);
  padding-top: 35px;
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .p-service__icons {
    margin-top: 12vw;
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
}
.p-service__icons-title {
  font-weight: bold;
  text-align: center;
  font-size: 2rem;
  color: #004567;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-service__icons-title {
    font-size: 4.2666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.p-service__icons-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 24px;
}

@media screen and (max-width: 767px) {
  .p-service__icons-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2.6666666667vw;
  }
}
.p-service__icons-list .item {
  width: 105px;
}

@media screen and (max-width: 767px) {
  .p-service__icons-list .item {
    width: 21.3333333333vw;
  }
}
.p-service__icons-list .item .icon {
  width: 100%;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .p-service__icons-list .item .icon {
    margin-bottom: 2.6666666667vw;
  }
}
.p-service__icons-list .item .icon img {
  width: 100%;
}

.p-service__icons-list .item-txt {
  font-size: 1.6rem;
  text-align: center;
  font-weight: 500;
  color: #004567;
  line-height: 1.125;
}

@media screen and (max-width: 767px) {
  .p-service__icons-list .item-txt {
    font-size: 3.2vw;
  }
}
.p-service-sec {
  padding-top: 65px;
  width: 1100px;
  max-width: 100%;
  margin: auto auto auto;
}

@media screen and (max-width: 767px) {
  .p-service-sec {
    padding-top: 13.3333333333vw;
  }
}
.p-service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 38px 38px;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .p-service__list {
    display: block;
    margin-top: 12vw;
  }
}
.p-service__list-item {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 5px rgba(69, 187, 206, 0.2);
  box-shadow: 0 0 5px rgba(69, 187, 206, 0.2);
  position: relative;
  width: 530px;
  padding: 40px 45px 35px;
}

@media screen and (max-width: 767px) {
  .p-service__list-item {
    width: 100%;
    margin-top: 8vw;
    padding: 8vw 8vw 8vw;
  }
  .p-service__list-item:first-of-type {
    margin-top: 0;
  }
}
.p-service__list-item .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 190px;
}

@media screen and (max-width: 767px) {
  .p-service__list-item .flex {
    display: block;
    height: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .p-service__list-item .flex.m-auto {
    height: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.p-service__list-item.m-full {
  width: 100%;
}

.p-service__list-item .bar {
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  height: 6px;
}

@media screen and (max-width: 767px) {
  .p-service__list-item .bar {
    height: 1.6vw;
  }
}
.p-service__list-item .cnt {
  width: calc(100% - 140px);
}

@media screen and (max-width: 767px) {
  .p-service__list-item .cnt {
    width: 100%;
  }
}
.p-service__list-item .img {
  width: 140px;
  max-height: 100%;
}

@media screen and (max-width: 767px) {
  .p-service__list-item .img {
    width: 45%;
    margin: 2.6666666667vw auto auto;
  }
}
@media print, screen and (min-width: 768px) {
  .p-service__list-item .img.m-adj {
    margin-left: -15px;
    width: 155px;
  }
}
.p-service__list-item .soldout {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0.25em 0.5em;
  background-color: #fff312;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .p-service__list-item .soldout {
    font-size: 3.2vw;
  }
}
.p-service__list-item .volt {
  width: 76px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #004567;
}

@media screen and (max-width: 767px) {
  .p-service__list-item .volt {
    width: 13.3333333333vw;
    height: 5.3333333333vw;
    font-size: 3.2vw;
  }
}
.p-service__list-item .name {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  margin-right: -2em;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .p-service__list-item .name {
    font-size: 3.7333333333vw;
    margin-top: 1.3333333333vw;
  }
}
.p-service__list-item .cpy {
  font-weight: 900;
  font-size: 2.8rem;
  line-height: 1.4285714286;
  color: #004567;
  margin-right: -2em;
}

@media screen and (max-width: 767px) {
  .p-service__list-item .cpy {
    font-size: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-service__list-item .cpy.m-small {
    font-size: 2.2rem;
  }
}
.p-service__list-item .place {
  width: 100%;
  font-weight: bold;
  color: #004567;
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .p-service__list-item .place {
    margin-top: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
.p-service__list-item .place::before,
.p-service__list-item .place::after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 2px;
  background-color: #004567;
}

.p-service__list-item .place::before {
  margin-right: 1em;
}

.p-service__list-item .place::after {
  margin-left: 1em;
}

.p-service__list-item .icon-list {
  margin-top: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  gap: 10px 10px;
}

@media screen and (max-width: 767px) {
  .p-service__list-item .icon-list {
    margin-top: 2.6666666667vw;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 768px) {
  .p-service__list-item .icon-list.m-left {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.p-service__list-item .icon-list.m-adj {
  height: 170px;
}

@media screen and (max-width: 767px) {
  .p-service__list-item .icon-list.m-adj {
    height: auto;
  }
}
.p-service__list-item .icon-list .icon {
  width: 80px;
}

@media screen and (max-width: 767px) {
  .p-service__list-item .icon-list .icon {
    width: 21.3333333333vw;
  }
}
.p-service__list-item .btn {
  /* width: 437px; */
  height: 54px;
  max-width: 100%;
  margin: 35px auto auto;
}

@media screen and (max-width: 767px) {
  .p-service__list-item .btn {
    width: 100%;
    height: 13.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.p-service__list-item .btn-link {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #004567;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-service__list-item .btn-link {
    font-size: 3.7333333333vw;
  }
}
.p-service__list-item .btn-link::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .p-service__list-item .btn-link::after {
    border-width: 0.8vw 0 0.8vw 1.6vw;
    right: 4vw;
  }
}
.p-service__list-item .list {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .p-service__list-item .list {
    margin-top: 2.6666666667vw;
  }
}
.p-service__list-item .list li {
  font-size: 2rem;
  font-weight: bold;
  padding-left: 1.5em;
  position: relative;
  color: #004567;
  margin-top: 14px;
}

@media screen and (max-width: 767px) {
  .p-service__list-item .list li {
    font-size: 4.2666666667vw;
    margin-top: 2.6666666667vw;
  }
}
.p-service__list-item .list li:first-of-type {
  margin-top: 0;
}

.p-service__list-item .list li::before {
  content: "";
  width: 19px;
  height: 19px;
  background-image: url(../img/top/icn_check.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  .p-service__list-item .list li::before {
    width: 1em;
    height: 1em;
  }
}
.p-service .series {
  margin-top: 40px;
  display: block;
  padding: 37px 50px 48px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-service .series {
    margin-top: 16vw;
    padding: 16vw 5.3333333333vw 5.3333333333vw;
  }
}
.p-service .series__title {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  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: 8px;
}

@media screen and (max-width: 767px) {
  .p-service .series__title {
    font-size: 4.2666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.p-service .series__title::before,
.p-service .series__title::after {
  content: "";
  width: 35px;
  height: 14px;
  background-image: url(../img/top/img_service_title_deco.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
}

@media screen and (max-width: 767px) {
  .p-service .series__title::before,
  .p-service .series__title::after {
    width: 8vw;
    height: 3.2vw;
  }
}
.p-service .series__title::before {
  margin-right: 1em;
}

.p-service .series__title::after {
  margin-left: 1em;
}

.p-service .series__text {
  text-align: center;
  border-top: 2px solid #004567;
  color: #004567;
  font-weight: 900;
  font-size: 2.8rem;
  padding-top: 8px;
}

@media screen and (max-width: 767px) {
  .p-service .series__text {
    font-size: 4.8vw;
    padding-top: 2.6666666667vw;
  }
}
.p-service .series__list {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-service .series__list {
    display: block;
    margin-top: 2.6666666667vw;
  }
}
.p-service .series__list .item {
  width: 312px;
  border: 2px solid #004567;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 40px 8px;
}

@media screen and (max-width: 767px) {
  .p-service .series__list .item {
    width: 100%;
    padding: 2.6666666667vw 5.3333333333vw 2.6666666667vw;
    margin-top: 2.6666666667vw;
  }
  .p-service .series__list .item:first-of-type {
    margin-top: 0;
  }
}
.p-service .series__img {
  width: 67px;
}

@media screen and (max-width: 767px) {
  .p-service .series__img {
    width: 20%;
  }
}
.p-service .series__cnt {
  width: calc(100% - 67px);
}

@media screen and (max-width: 767px) {
  .p-service .series__cnt {
    width: 80%;
  }
}
.p-service .series__name {
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .p-service .series__name {
    margin-bottom: 2.6666666667vw;
  }
}
.p-service .series__name img {
  height: 20px;
}

@media screen and (max-width: 767px) {
  .p-service .series__name img {
    height: 5.3333333333vw;
  }
}
.p-service .series .volt {
  margin: auto auto auto;
}

.p-service .series .circle {
  width: 145px;
  height: 145px;
  background-color: #fff312;
  border: 5px solid #ffffff;
  border-radius: 50%;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
  position: absolute;
  right: -25px;
  top: -20px;
  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;
}

@media screen and (max-width: 767px) {
  .p-service .series .circle {
    width: 32vw;
    height: 32vw;
    right: -2.6666666667vw;
    top: -13.3333333333vw;
  }
}
.p-service .series .circle .inner {
  padding-top: 3px;
  width: 120px;
}

@media screen and (max-width: 767px) {
  .p-service .series .circle .inner {
    width: 26.6666666667vw;
  }
}
.p-service .summer .bar {
  background: #3a7bd5; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#3a7bd5),
    to(#00d2ff)
  );
  background: linear-gradient(
    to right,
    #3a7bd5 0%,
    #00d2ff 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#3a7bd5", endColorstr="#00d2ff",GradientType=1 ); /* IE6-9 */
}

.p-service .winter .bar {
  background: #ff914d;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ff914d),
    to(#e34949)
  );
  background: linear-gradient(to right, #ff914d 0%, #e34949 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff914d", endColorstr="#e34949",GradientType=1 );
}

.p-service .clean .bar {
  background: #a3f0e0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#a3f0e0),
    to(#34c2a5)
  );
  background: linear-gradient(to right, #a3f0e0 0%, #34c2a5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a3f0e0", endColorstr="#34c2a5",GradientType=1 );
}

.p-contact {
  background: #3a7bd5; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#3a7bd5),
    to(#00d2ff)
  );
  background: linear-gradient(
    to right,
    #3a7bd5 0%,
    #00d2ff 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#3a7bd5", endColorstr="#00d2ff",GradientType=1 ); /* IE6-9 */
  padding-top: 95px;
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .p-contact {
    padding-top: 13.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
}
.p-contact__text {
  text-align: center;
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6363636364;
  margin-top: 55px;
}

@media screen and (max-width: 767px) {
  .p-contact__text {
    font-size: 3.7333333333vw;
    margin-top: 8vw;
  }
}
.p-contact__box {
  margin: 38px auto auto;
  width: 535px;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 30px 55px 38px;
}

@media screen and (max-width: 767px) {
  .p-contact__box {
    width: 100%;
    margin-top: 8vw;
    padding: 5.3333333333vw 5.3333333333vw 5.3333333333vw;
  }
}
.p-contact__subttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .p-contact__subttl {
    font-size: 4.2666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.p-contact__subttl::before,
.p-contact__subttl::after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 2px;
  background-color: #000;
}

.p-contact__subttl::before {
  margin-right: 1em;
}

.p-contact__subttl::after {
  margin-left: 1em;
}

.p-contact__tel img {
  width: 100%;
}

/*-------- 夏季休業のお知らせ----------*/
.p-information {
  border-bottom: 0.1rem solid #004567;
}
.p-information__title {
  background-color: #ffff00;
}
.p-information__title .title {
  padding: 0.2em 0;
  text-align: center;
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-information__title .title {
    font-size: 4.6vw;
  }
}
.p-information__content {
  padding: 4rem 0;
}
@media screen and (max-width: 768px) {
  .p-information__content {
    padding: 4vw 0;
  }
}
.p-information__content .text {
  text-align: center;
  line-height: 2;
}
