@charset "UTF-8";
img {
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
  height: auto;
}

body.page p:empty {
  display: none;
}

figure {
  margin-bottom: 0;
}

a.c-undeline {
  text-decoration: underline;
}

/*-------------------------------
  anker
-------------------------------*/
.anker {
  padding-top: 30px;
  display: block;
  height: 1px;
  margin-top: -30px;
}

/*-------------------------------
  midashi
-------------------------------*/
.c-midashi1 {
  font-size: clamp(4.8rem, -1.736rem + 7.11vw, 7.2rem);
  text-align: center;
  line-height: 1.2;
  font-weight: 500;
  color: #233447;
}

.c-midashi2 {
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: clamp(2.6rem, 1.371rem + 2.06vw, 3.8rem);
  line-height: 1.4;
  white-space: nowrap;
  text-align: center;
  color: #234993;
}
.c-midashi2__green {
  color: #08756d;
}
.c-midashi2__black {
  color: #000000;
}
.c-midashi2__black2 {
  color: #333;
}
.c-midashi2__top {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  gap: 20px;
  text-align: left;
}
.c-midashi2__office {
  color: #1b284e;
}
.c-midashi2__office span {
  font-size: clamp(3.6rem, 1.771rem + 2.46vw, 4.2rem);
  color: #bd1c24;
  font-family: YakuHanJP, "Noto Sans JP", "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  display: inline-block;
  padding-left: 4px;
  padding-right: 4px;
}

@media screen and (max-width: 1024px) {
  .c-midashi2 {
    font-size: clamp(1.6rem, 1.071rem + 1.46vw, 2.2rem);
    white-space: wrap;
  }
}
.c-midashi3 {
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: clamp(2.4rem, 1.071rem + 1.36vw, 3.4rem);
  line-height: 1.4;
  padding: 5px 10px;
  text-align: center;
  background: #143883;
  color: #fff;
  text-align: center;
}
.c-midashi3.redbg {
  background: #d14a56;
}
.c-midashi3.bluebg {
  background: #eff8fd;
}
.c-midashi3.green2 {
  background: #0094a1;
}
.c-midashi3.orange {
  background: #f29600;
}
.c-midashi3.green {
  background: #08756d;
}
.c-midashi3.yellow {
  background: -webkit-gradient(linear, left top, right top, from(#a68411), color-stop(#eacb21), to(#a68411));
  background: linear-gradient(to right, #a68411, #eacb21, #a68411);
}

@media screen and (max-width: 1024px) {
  .c-midashi3 {
    padding: 10px 10px;
    font-size: clamp(1.6rem, 1.071rem + 1.06vw, 2.4rem);
  }
}
/*-------------------------------
  1-top
-------------------------------*/
.p-hero {
  margin: auto;
  background: url("../images/top/img_hero_bg.webp") 0 50% no-repeat;
  background-size: cover;
  padding-top: 155px;
}
.p-hero__inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  padding: 0;
  min-width: 1300px;
  max-width: 100%;
}
.p-hero__slide {
  width: 100%;
  height: 100%;
  position: relative;
  margin-bottom: 0 !important;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  opacity: 0;
}
.p-hero__slide.slick-slider {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.p-hero__slide.slick-slider.slick-initialized {
  opacity: 1;
}
.p-hero__slide .slick-track {
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.p-hero__slide > div {
  position: relative;
}
.p-hero__slide figure {
  position: relative;
  text-align: center;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1400px;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-hero__slide figure picture {
  display: block;
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.p-hero__slide figure picture img {
  height: 100%;
  width: auto;
  max-width: 100vw;
}
.p-hero__slide__link1 {
  position: absolute;
  bottom: 8%;
  left: 26%;
  width: 330px;
  height: 60px;
  max-width: 25%;
}
.p-hero__slide__link1.slide1 {
  left: 10%;
}
.p-hero__slide__link1.slide2 {
  left: 13%;
}
.p-hero__slide__link1.slide3 {
  left: 10%;
}
.p-hero__slide__link1.slide4 {
  left: 13%;
}
.p-hero__slide__link2 {
  position: absolute;
  bottom: 8%;
  left: 52%;
  width: 330px;
  max-width: 25%;
  height: 60px;
}
.p-hero__slide__link2.slide1 {
  left: 35%;
}
.p-hero__slide__link2.slide2 {
  left: 39%;
}
.p-hero__slide__link2.slide3 {
  left: 36%;
}
.p-hero__slide__link2.slide4 {
  left: 39%;
}
.p-hero__slide .slick-prev {
  left: 50px;
  width: 60px;
  height: 60px;
  z-index: 2;
}
.p-hero__slide .slick-prev:before {
  opacity: 1;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/top/img_slide_prev.svg") 0 0 no-repeat;
  -webkit-transition: all 0.015s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
  -webkit-transition: all 0.15s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
  transition: all 0.15s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
  background-size: contain;
}
.p-hero__slide .slick-prev:hover {
  opacity: 1;
}
.p-hero__slide .slick-prev:hover:before {
  -webkit-transform: translateX(-15%);
          transform: translateX(-15%);
}
.p-hero__slide .slick-next {
  right: 50px;
  width: 60px;
  height: 60px;
  z-index: 2;
}
.p-hero__slide .slick-next:before {
  opacity: 1;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/top/img_slide_next.svg") 0 0 no-repeat;
  background-size: contain;
  -webkit-transition: all 0.015s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
  -webkit-transition: all 0.15s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
  transition: all 0.15s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
}
.p-hero__slide .slick-next:hover {
  opacity: 1;
}
.p-hero__slide .slick-next:hover:before {
  -webkit-transform: translateX(15%);
          transform: translateX(15%);
}
.p-hero__slide .slick-dots {
  z-index: 2;
  bottom: -35px;
}
.p-hero__slide .slick-dots li {
  margin-right: 3px;
}
.p-hero__slide .slick-dots li button:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  opacity: 1;
  border-radius: 10px;
  border: 2px solid #143883;
  background: #fff;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.p-hero__slide .slick-dots li.slick-active button:before {
  border-color: #fff;
  background: #143883;
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .p-hero {
    background: url("../images/top/img_hero_bg@2x.webp") 0 50% no-repeat;
    background-size: cover;
    padding-top: 155px;
  }
  .p-hero__inner {
    min-width: 1024px;
  }
  .p-hero__slide {
    width: 100%;
    height: 100%;
    position: relative;
    margin-bottom: 0 !important;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .p-hero__slide .slick-track {
    position: relative;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .p-hero__slide figure {
    position: relative;
    text-align: center;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-hero__slide figure picture {
    display: block;
    width: 100%;
    height: 100%;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-hero__slide figure picture img {
    height: 100%;
    width: auto;
    max-width: 100vw;
  }
  .p-hero__slide__link1 {
    position: absolute;
    bottom: 8%;
    left: 24%;
    width: 310px;
    height: 60px;
    max-width: 26%;
  }
  .p-hero__slide__link2 {
    position: absolute;
    bottom: 8%;
    left: 52%;
    width: 310px;
    max-width: 26%;
    height: 60px;
  }
  .p-hero__slide .slick-prev {
    left: 50px;
    width: 60px;
    height: 60px;
    z-index: 2;
  }
  .p-hero__slide .slick-prev:before {
    opacity: 1;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/top/img_slide_prev.svg") 0 0 no-repeat;
    -webkit-transition: all 0.015s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
    -webkit-transition: all 0.15s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
    transition: all 0.15s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
    background-size: contain;
  }
  .p-hero__slide .slick-prev:hover {
    opacity: 1;
  }
  .p-hero__slide .slick-prev:hover:before {
    -webkit-transform: translateX(-15%);
            transform: translateX(-15%);
  }
  .p-hero__slide .slick-next {
    right: 50px;
    width: 60px;
    height: 60px;
    z-index: 2;
  }
  .p-hero__slide .slick-next:before {
    opacity: 1;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/top/img_slide_next.svg") 0 0 no-repeat;
    background-size: contain;
    -webkit-transition: all 0.015s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
    -webkit-transition: all 0.15s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
    transition: all 0.15s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
  }
  .p-hero__slide .slick-next:hover {
    opacity: 1;
  }
  .p-hero__slide .slick-next:hover:before {
    -webkit-transform: translateX(15%);
            transform: translateX(15%);
  }
  .p-hero__slide .slick-dots {
    z-index: 2;
    bottom: -35px;
  }
  .p-hero__slide .slick-dots li {
    margin-right: 3px;
  }
  .p-hero__slide .slick-dots li button:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    opacity: 1;
    border-radius: 10px;
    border: 2px solid #143883;
    background: #fff;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  .p-hero__slide .slick-dots li.slick-active button:before {
    border-color: #fff;
    background: #143883;
  }
}
@media screen and (max-width: 1024px) {
  .p-hero {
    background: url("../images/top/img_hero_bg@2x.webp") 0 50% no-repeat;
    background-size: cover;
    padding-top: 48px;
  }
  .p-hero__inner {
    min-width: 100vw;
  }
  .p-hero__slide {
    margin-bottom: 0 !important;
  }
  .p-hero__slide__link1 {
    bottom: 8%;
    left: 23%;
    width: 27vw;
    height: 7vw;
    max-width: 24%;
  }
  .p-hero__slide__link1.slide1 {
    left: 7%;
  }
  .p-hero__slide__link1.slide2 {
    left: 13.5%;
  }
  .p-hero__slide__link1.slide3 {
    left: 8%;
  }
  .p-hero__slide__link1.slide4 {
    left: 13%;
  }
  .p-hero__slide__link2 {
    bottom: 8%;
    left: 50%;
    width: 27vw;
    height: 7vw;
    max-width: 27vw;
  }
  .p-hero__slide .slick-prev {
    left: 10px;
    width: 30px;
    height: 30px;
  }
  .p-hero__slide .slick-next {
    right: 10px;
    width: 30px;
    height: 30px;
  }
  .p-hero__slide .slick-dots {
    z-index: 2;
    bottom: -35px;
  }
  .p-hero__slide .slick-dots li {
    margin-right: 3px;
  }
  .p-hero__slide .slick-dots li button:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border: 2px solid #143883;
  }
}
.p-top--section1 {
  background: #dfebf7;
}
.p-top--section1__inner {
  padding-top: 100px;
  text-align: center;
}
.p-top--section1 hgroup {
  display: block;
}
.p-top--section1 hgroup picture {
  display: block;
  margin-top: 40px;
  margin-bottom: 50px;
}
.p-top--section1 hgroup picture img {
  height: auto;
  max-width: 100%;
}
.p-top--section1__movie {
  width: 850px;
  height: 501px;
  max-width: 100%;
  margin-inline: auto;
  background: url("../images/top/img_top_service_subtitle.webp") 0 50% no-repeat;
  background-size: cover;
  padding-top: 50px;
}
.p-top--section1__movie video {
  width: 78%;
  aspect-ratio: 16/9;
}
.p-top--section1__list1 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-inline: auto;
  gap: 20px;
  width: 1150px;
  max-width: 100%;
  margin-top: 40px;
}
.p-top--section1__list1 figure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-top--section1__list1 p {
  font-size: clamp(2.2rem, 1.071rem + 1.46vw, 3.2rem);
  color: #234993;
}

@media screen and (max-width: 1024px) {
  .p-top--section1 {
    background: #dfebf7;
  }
  .p-top--section1__inner {
    padding: 60px 20px;
  }
  .p-top--section1 hgroup picture {
    width: 26%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .p-top--section1__movie {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    max-width: 100%;
    margin-inline: auto;
    background: url("../images/top/img_top_service_subtitle@2x.webp") 50% 0% no-repeat;
    background-size: contain;
    padding-top: 6%;
  }
  .p-top--section1__movie video {
    width: 75%;
    height: auto;
    aspect-ratio: 16/9;
  }
  .p-top--section1__list1 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
  }
  .p-top--section1__list1 figure {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .p-top--section1__list1 p {
    font-size: clamp(1.8rem, 1.071rem + 0.66vw, 2rem);
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-top--section2__bottom {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.p-top--section2__bottom > div {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.p-top--section2__bottom > div p {
  font-size: clamp(1.6rem, 1.043rem + 0.71vw, 2rem);
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.8;
  margin-bottom: 40px;
}
.p-top--section2__bottom > div p:last-of-type {
  margin-bottom: 0;
}
.p-top--section2__bottom figure {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.p-top--section2__bottom figure img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .p-top--section2 {
    border-bottom: 4px solid #63c4f0;
  }
  .p-top--section2:after {
    height: 4px;
    bottom: -4px;
  }
  .p-top--section2__bottom {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
  }
  .p-top--section2__bottom > div {
    width: 100%;
  }
  .p-top--section2__bottom > div p {
    font-size: clamp(1.4rem, 1.043rem + 0.71vw, 1.8rem);
  }
  .p-top--section2__bottom figure {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  .p-top--section2__bottom figure img {
    max-width: 100%;
    height: auto;
  }
}
.p-top--section3 {
  position: relative;
}
.p-top--section3__inner {
  margin: auto;
  text-align: center;
}
.p-top--section3__inner > p {
  margin-bottom: 40px;
  font-size: clamp(1.4rem, 1.043rem + 0.71vw, 1.8rem);
}
.p-top--section3__inner figure {
  width: 100%;
}
.p-top--section3__bottom1 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  gap: 40px;
}
.p-top--section3__bottom1 figure {
  width: 200px;
  margin-left: -200px;
}
.p-top--section3__bottom1 > dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.p-top--section3__bottom1 > dl dt {
  width: 10em;
}
.p-top--section3__bottom1 > dl > dd {
  width: 100%;
  text-align: left;
}
.p-top--section3__bottom1 > dl > dd > ul {
  width: 100%;
}
.p-top--section3__bottom1 > dl > dd > ul li {
  text-align: left;
  font-size: clamp(1.4rem, 1.043rem + 0.71vw, 1.8rem);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-top--section3__bottom1 > dl > dd > ul li:before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background: #000000;
  border-radius: 50%;
  margin-right: 10px;
}
.p-top--section3__bottom2 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  gap: 40px;
  margin-bottom: 30px;
}
.p-top--section3__bottom2 figure {
  width: 200px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: -150px;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}
.p-top--section3__bottom2 > p {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: clamp(1.4rem, 1.043rem + 0.71vw, 1.8rem);
}
.p-top--section3__list1 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-bottom: 60px;
}
.p-top--section3__list1__item {
  width: 100%;
  background: #428eb9;
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 20px 20px;
  position: relative;
  color: #fff;
  padding-bottom: 160px;
}
.p-top--section3__list1__item h3 {
  font-size: clamp(1.6rem, 1.143rem + 0.81vw, 2.3rem);
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 800;
  font-style: normal;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  color: #234993;
  position: relative;
  height: 70px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 30px;
  border-radius: 10px;
  background: #fff;
}
.p-top--section3__list1__item p {
  font-size: clamp(1.3rem, 1.043rem + 0.61vw, 1.6rem);
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.8;
}
.p-top--section3__list1__item figure {
  position: absolute;
  bottom: -2px;
  width: 100%;
  text-align: center;
}
.p-top--section3__list1__item figure img {
  max-width: 100%;
  height: auto;
}
.p-top--section3__list1__item:nth-of-type(2) figure {
  bottom: -5px;
}

@media screen and (max-width: 1024px) {
  .p-top--section3__inner {
    gap: 30px;
    padding: 0 0;
  }
  .p-top--section3__bottom1 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  .p-top--section3__bottom1 figure {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-top--section3__bottom1 > dl {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
  .p-top--section3__bottom1 > dl dt {
    width: 9em;
    font-size: 1.15rem;
  }
  .p-top--section3__bottom1 > dl > dd {
    width: 100%;
  }
  .p-top--section3__bottom1 > dl > dd > ul {
    width: 100%;
  }
  .p-top--section3__bottom2 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
  }
  .p-top--section3__bottom2 figure {
    max-width: 80%;
    margin: 30px auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .p-top--section3__bottom2 > p {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: clamp(1.2rem, 1.043rem + 0.71vw, 1.6rem);
  }
  .p-top--section3__list1 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 40px;
  }
  .p-top--section3__list1__item {
    width: 100%;
    padding: 15px 15px;
    padding-bottom: 0;
  }
  .p-top--section3__list1__item h3 {
    font-size: clamp(1.6rem, 1.143rem + 0.81vw, 2.3rem);
    height: 60px;
    margin-bottom: 20px;
  }
  .p-top--section3__list1__item p {
    font-size: clamp(1.3rem, 1.043rem + 0.61vw, 1.4rem);
    margin-bottom: 60px;
  }
  .p-top--section3__list1__item figure {
    position: relative;
    bottom: 0px;
    width: 300px;
    max-width: 60%;
    margin: 0 auto;
  }
  .p-top--section3__list1__item:nth-of-type(2) figure {
    bottom: -5px;
  }
}
.p-top--section4 {
  position: relative;
}
.p-top--section4__inner {
  margin: auto;
}
.p-top--section4 hgroup {
  display: block;
}
.p-top--section4__item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-bottom: 100px;
}
.p-top--section4__item > div {
  width: 60%;
}
.p-top--section4__item h3 {
  font-size: clamp(2rem, 1.173rem + 0.95vw, 2.7rem);
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #234993;
  position: relative;
  margin-bottom: 20px;
}
.p-top--section4__item p {
  font-size: clamp(1.2rem, 0.843rem + 0.471vw, 1.5rem);
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  margin-top: 15px;
}
.p-top--section4__item p:nth-of-type(1) {
  font-size: clamp(1.6rem, 1.043rem + 0.61vw, 2rem);
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.p-top--section4__item p:last-of-type {
  margin-bottom: 0;
}
.p-top--section4__item figure {
  width: 420px;
  max-width: 40%;
  text-align: center;
}
.p-top--section4__item figure img {
  max-width: 100%;
  height: auto;
}
.p-top--section4__item:nth-of-type(2) figure {
  bottom: -5px;
}
.p-top--section4__item:nth-of-type(2) figure {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.p-top--section4__item:nth-of-type(2) div {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (max-width: 1024px) {
  .p-top--section4__inner {
    padding: 50px 0;
  }
  .p-top--section4__item {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 80px;
  }
  .p-top--section4__item > div {
    width: 100%;
  }
  .p-top--section4__item h3 {
    font-size: clamp(1.8rem, 1.173rem + 0.95vw, 2.2rem);
    margin-bottom: 20px;
  }
  .p-top--section4__item p {
    font-size: clamp(1.2rem, 0.843rem + 0.471vw, 1.5rem);
    margin-top: 10px;
  }
  .p-top--section4__item figure {
    width: 420px;
    max-width: 80%;
    margin: 0 auto;
  }
  .p-top--section4__item:nth-of-type(2) figure {
    bottom: -5px;
  }
  .p-top--section4__item:nth-of-type(2) figure {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-top--section4__item:nth-of-type(2) div {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-top--section5 {
  position: relative;
}
.p-top--section5 hgroup {
  display: block;
}
.p-top--section5__list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.p-top--section5__item {
  width: calc(33.3333333333% - 20px);
  max-width: 100%;
  position: relative;
}
.p-top--section5__item__parent {
  background: url("../images/top/p-top--section5__bg.webp") 0 0 no-repeat;
  background-size: 100%;
  padding: 30px 30px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  position: relative;
  z-index: 2;
  height: 500px;
}
.p-top--section5__item__midashi {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  gap: 20px;
  font-size: clamp(2rem, 1.173rem + 0.95vw, 2.7rem);
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #234993;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
}
.p-top--section5__item__hgroup {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  gap: 20px;
  margin-bottom: 20px;
}
.p-top--section5__item__subtitle {
  font-size: clamp(1.6rem, 1.043rem + 0.61vw, 2rem);
  line-height: 1.6;
  margin-top: 20px;
  margin-bottom: 0px;
  text-align: center;
}
.p-top--section5__item__text {
  text-align: left;
  font-size: clamp(1.2rem, 0.843rem + 0.471vw, 1.5rem);
  line-height: 1.6;
  margin-bottom: 0;
}
.p-top--section5__item a {
  margin-top: auto;
}
.p-top--section5__sera {
  top: 0;
  left: -120px;
  display: block;
  position: absolute;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.p-top--section5__mascot1 {
  top: -80px;
  right: -40px;
  display: block;
  position: absolute;
  z-index: 2;
}
.p-top--section5__mascot2 {
  top: -55px;
  right: -30px;
  display: block;
  position: absolute;
  z-index: 0;
}

.p-top--section5__app {
  background: -webkit-gradient(linear, left top, right top, from(#63c4f0), color-stop(#0084cf), to(#63c4f0));
  background: linear-gradient(to right, #63c4f0, #0084cf, #63c4f0);
  padding: 30px 40px;
  margin-bottom: 40px;
}
.p-top--section5__app__h3 {
  font-size: clamp(2.4rem, 1.873rem + 2.45vw, 4.7rem);
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  text-align: center;
  padding-bottom: 10px;
  position: relative;
}
.p-top--section5__app__h3:before {
  content: "";
  display: block;
  width: 171px;
  height: 159px;
  background: url("../images/common/ico_app_sera.webp") 0 0 no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.p-top--section5__app__h3:after {
  content: "";
  display: block;
  width: 153px;
  height: 143px;
  background: url("../images/common/ico_app_mascot.webp") 0 0 no-repeat;
  position: absolute;
  bottom: -5px;
  right: 0;
  z-index: 1;
}
.p-top--section5__app__list {
  padding: 40px 0px 40px 20px;
  background: #fff;
  border-radius: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-top--section5__app__list ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.p-top--section5__app__list ul li {
  white-space: nowrap;
  letter-spacing: -0.02em;
  width: calc(20% - 20px);
}
.p-top--section5__app__list figure {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.p-top--section5__app__list figure picture {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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: 40px;
  height: 40px;
  text-align: center;
  max-width: 25%;
}
.p-top--section5__app__list figure figcaption {
  font-size: 1.4rem;
}
.p-top--section5__app__top {
  font-size: clamp(3rem, 1.873rem + 1.75vw, 3.8rem);
  color: #234993;
  text-align: center;
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-top: 50px;
  margin-bottom: 40px;
}
.p-top--section5__app__bottom {
  font-size: clamp(2rem, 1.473rem + 0.95vw, 3rem);
  line-height: 2;
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .p-top--section5__inner {
    padding: 50px 0;
  }
  .p-top--section5 hgroup {
    display: block;
  }
  .p-top--section5__list {
    margin-top: 120px;
  }
  .p-top--section5__item {
    width: 100%;
  }
  .p-top--section5__item__parent {
    background: #f7f7f7;
    padding: 30px 30px 60px 30px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 20px;
    -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;
    position: relative;
    z-index: 2;
    height: 500px;
  }
  .p-top--section5__item__midashi {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
    gap: 20px;
    font-size: clamp(2rem, 1.173rem + 0.95vw, 2.7rem);
    font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #234993;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  .p-top--section5__item__midashi picture {
    width: 50px;
  }
  .p-top--section5__item__hgroup {
    margin-bottom: 20px;
  }
  .p-top--section5__item__subtitle {
    font-size: clamp(1.6rem, 1.043rem + 0.61vw, 2rem);
    margin-top: 20px;
  }
  .p-top--section5__item__text {
    font-size: clamp(1.3rem, 0.843rem + 0.471vw, 1.5rem);
    line-height: 1.6;
  }
  .p-top--section5__item a {
    margin-top: auto;
  }
  .p-top--section5__sera {
    top: 0;
    left: -30px;
    display: block;
    position: absolute;
    width: 170px;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .p-top--section5__mascot1 {
    top: -60px;
    right: -20px;
    display: block;
    width: 80px;
    position: absolute;
    z-index: 2;
  }
  .p-top--section5__mascot2 {
    top: -25px;
    right: -10px;
    display: block;
    width: 40px;
    position: absolute;
    z-index: 0;
  }
  .p-top--section5__app {
    padding: 5px 20px 20px 20px;
    margin-bottom: 30px;
  }
  .p-top--section5__app__h3 {
    font-size: clamp(1.8rem, 1.473rem + 2.45vw, 2.6rem);
    padding-bottom: 10px;
  }
  .p-top--section5__app__h3:before {
    content: "";
    display: block;
    width: 85.5px;
    height: 79.5px;
    background: url("../images/common/ico_app_sera@2x.webp") 0 0 no-repeat;
    position: absolute;
    background-size: contain;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  .p-top--section5__app__h3:after {
    content: "";
    display: block;
    width: 76.5px;
    height: 71.5px;
    background: url("../images/common/ico_app_mascot@2x.webp") 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -5px;
    right: 0;
    z-index: 1;
  }
  .p-top--section5__app__list {
    padding: 30px 0px 30px 20px;
    border-radius: 10px;
  }
  .p-top--section5__app__list ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px 10px;
  }
  .p-top--section5__app__list ul li {
    letter-spacing: -0.02em;
    width: calc(33.3333333333% - 20px);
  }
  .p-top--section5__app__list figure {
    gap: 5px;
  }
  .p-top--section5__app__list figure picture {
    width: 30px;
    height: 30px;
  }
  .p-top--section5__app__list figure figcaption {
    font-size: 1.3rem;
  }
  .p-top--section5__app__top {
    font-size: clamp(2rem, 1.273rem + 1.25vw, 2.8rem);
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .p-top--section5__app__bottom {
    font-size: clamp(1.6rem, 1.073rem + 0.95vw, 2rem);
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top--section5__app {
    padding: 10px 15px 20px 15px;
  }
  .p-top--section5__app__h3 {
    font-size: clamp(1.8rem, 1.473rem + 1.45vw, 2.2rem);
    padding-bottom: 10px;
  }
  .p-top--section5__app__h3:before {
    content: "";
    display: block;
    width: 85.5px;
    height: 79.5px;
    background: url("../images/common/ico_app_sera@2x.webp") 0 0 no-repeat;
    position: absolute;
    background-size: contain;
    bottom: 0;
    left: -15px;
    z-index: 1;
  }
  .p-top--section5__app__h3:after {
    content: "";
    display: block;
    width: 76.5px;
    height: 71.5px;
    background: url("../images/common/ico_app_mascot@2x.webp") 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -5px;
    right: -15px;
    z-index: 1;
  }
  .p-top--section5__app__list {
    padding: 20px 0px 20px 10px;
  }
  .p-top--section5__app__list ul {
    gap: 20px 8px;
  }
  .p-top--section5__app__list ul li {
    letter-spacing: -0.02em;
    width: calc(50% - 20px);
  }
  .p-top--section5__app__list figure {
    gap: 5px;
  }
  .p-top--section5__app__list figure picture {
    width: 20px;
    height: 20px;
  }
  .p-top--section5__app__list figure figcaption {
    font-size: 1.15rem;
  }
  .p-top--section5__app__top {
    font-size: clamp(1.6rem, 1.073rem + 1.05vw, 2rem);
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .p-top--section5__app__bottom {
    font-size: clamp(1.6rem, 1.073rem + 0.85vw, 1.8rem);
    margin-bottom: 0;
  }
}
.p-top--section6__inner {
  max-width: 100%;
  margin: auto;
  padding: 0 0 60px 0;
}
.p-top--section6 hgroup {
  display: block;
}

@media screen and (max-width: 1024px) {
  .p-top--section6 {
    background: #f7f7f7;
    position: relative;
  }
  .p-top--section6__inner {
    width: 1150px;
    max-width: 100%;
    margin: auto;
    padding: 20px 0 0 0;
  }
  .p-top--section6 hgroup {
    display: block;
  }
}
.p-top--section7 {
  background: #fff;
  position: relative;
}
.p-top--section7__inner {
  width: 1150px;
  max-width: 100%;
  margin: auto;
  padding: 100px 0;
}
.p-top--section7 hgroup {
  display: block;
}
.p-top--section7__h2 {
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: clamp(2.8rem, 1.371rem + 2.06vw, 3.8rem);
  line-height: 1.4;
  color: #1b284e;
  margin-bottom: 70px;
  text-align: center;
}
.p-top--section7__h2 span {
  color: #bd1c24;
  font-size: clamp(3.8rem, 1.371rem + 2.46vw, 4.6rem);
}
.p-top--section7__h3 {
  font-size: clamp(1.6rem, 1.143rem + 0.81vw, 2.3rem);
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #234993;
  position: relative;
  text-align: center;
  display: block;
  margin-bottom: 10px;
}
.p-top--section7__p {
  font-size: clamp(1.6rem, 1.143rem + 0.71vw, 2rem);
  margin-bottom: 60px;
}
.p-top--section7__office {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 50px;
  padding: 0 30px;
  margin-bottom: 60px;
}
.p-top--section7__office__item {
  max-width: calc(33.3333333333% - 50px);
  background: #fff;
  margin-bottom: 0px;
}
.p-top--section7__office__item figure {
  width: 100%;
}
.p-top--section7__office__item figure img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.p-top--section7__office__item a {
  width: 100%;
  display: block;
  text-align: center;
  color: #234993;
}
.p-top--section7__office__item .shop_access {
  background: #428eb9;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-size: clamp(1.6rem, 1.143rem + 0.81vw, 2.3rem);
}
.p-top--section7__office__item .shop_address {
  padding: 15px 0;
  text-align: center;
}
.p-top--section7__link {
  width: 950px;
  max-width: 100%;
  margin: auto auto 50px auto;
}
.p-top--section7__link li {
  margin-bottom: 20px;
  color: #63c4f0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.p-top--section7__link li > span.area-text {
  display: block;
  width: 8em;
  line-height: 1;
  margin-bottom: 5px;
  padding-top: 3px;
  color: #2b2829;
  border-left: 4px solid #727171;
  padding-left: 5px;
}
.p-top--section7__link li a {
  color: #63c4f0;
  overflow: hidden;
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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-radius: 4px;
  height: 2em;
  padding: 0 6px;
  border: 1px solid #63c4f0;
  line-height: 1;
  font-size: clamp(1.4rem, 0.843rem + 0.51vw, 1.6rem);
  -webkit-transition: all 0.015s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
  -webkit-transition: all 0.15s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
  transition: all 0.15s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
}
.p-top--section7__link li a:hover {
  background: #63c4f0;
  color: #fff;
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .p-top--section7__h2 {
    font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: clamp(2.6rem, 1.371rem + 2.06vw, 3.6rem);
    margin-bottom: 60px;
  }
  .p-top--section7__h2 span {
    font-size: clamp(3.6rem, 1.371rem + 2.46vw, 4.4rem);
  }
  .p-top--section7__h3 {
    font-size: clamp(1.6rem, 1.143rem + 0.81vw, 2.2rem);
  }
  .p-top--section7__p {
    font-size: clamp(1.5rem, 1.143rem + 0.71vw, 1.8rem);
    margin-bottom: 50px;
  }
  .p-top--section7__office {
    gap: 30px 50px;
    padding: 0 30px;
    margin-bottom: 60px;
  }
  .p-top--section7__office__item {
    max-width: calc(33.3333333333% - 30px);
  }
  .p-top--section7__office__item .shop_access {
    background: #428eb9;
    color: #fff;
    text-align: center;
    padding: 8px 0;
    font-size: clamp(1.5rem, 1.143rem + 0.81vw, 2.1rem);
  }
  .p-top--section7__office__item iframe {
    max-width: 100%;
    aspect-ratio: 16/9;
  }
}
@media screen and (max-width: 1024px) {
  .p-top--section7__inner {
    padding: 50px 0;
  }
  .p-top--section7__h2 {
    font-size: clamp(2rem, 1.371rem + 2.06vw, 2.4rem);
    margin-bottom: 40px;
  }
  .p-top--section7__h2 span {
    color: #bd1c24;
    font-size: clamp(2.2rem, 1.371rem + 2.46vw, 2.8rem);
  }
  .p-top--section7__h3 {
    font-size: clamp(1.6rem, 1.143rem + 0.81vw, 2rem);
    margin-bottom: 10px;
  }
  .p-top--section7__p {
    font-size: clamp(1.4rem, 1.043rem + 0.71vw, 1.8rem);
    margin-bottom: 40px;
  }
  .p-top--section7__office {
    gap: 20px;
    padding: 0 20px;
    margin-bottom: 40px;
  }
  .p-top--section7__office__item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
  }
  .p-top--section7__office__item img {
    width: 100%;
    height: auto;
  }
  .p-top--section7__office__item .shop_access {
    padding: 10px 0;
    font-size: clamp(1.6rem, 1.143rem + 0.81vw, 2.3rem);
  }
  .p-top--section7__office__item iframe {
    width: 100%;
    aspect-ratio: 16/9;
  }
  .p-top--section7__office__item .shop_address {
    padding: 15px 0;
    text-align: center;
  }
  .p-top--section7__link {
    margin: auto auto 40px auto;
  }
  .p-top--section7__link li > span.area-text {
    display: block;
    width: 100%;
  }
  .p-top--section7__link li a {
    padding: 0 5px;
    font-size: clamp(1.3rem, 0.543rem + 0.51vw, 1.4rem);
  }
}
.p-top--section8 {
  position: relative;
}
.p-top--section8__inner {
  max-width: 100%;
  margin: auto;
}
.p-top--section8 hgroup {
  display: block;
}
.p-top--section8__p {
  font-size: clamp(1.6rem, 1.043rem + 0.71vw, 2rem);
  margin-bottom: 100px;
  text-align: center;
}
.p-top--section8__list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-bottom: 60px;
}
.p-top--section8__list__item {
  width: calc(25% - 15px);
  max-width: 100%;
  background: #fff;
  position: relative;
  border: 3px solid #fff;
  border-radius: 10px;
}
.p-top--section8__list__item:nth-of-type(1) {
  background: #a8d9dd;
}
.p-top--section8__list__item:nth-of-type(2) {
  background: #cde9fa;
}
.p-top--section8__list__item:nth-of-type(3) {
  background: #fdf0dd;
  position: relative;
}
.p-top--section8__list__item:nth-of-type(3):before {
  content: "";
  display: block;
  width: 171px;
  height: 70px;
  background: url("../images/top/img_plan_thumb.webp") 0 0 no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -70%);
          transform: translate(-50%, -70%);
}
.p-top--section8__list__item:nth-of-type(4) {
  background: #f0e9f0;
}
.p-top--section8__list__item ul {
  padding: clamp(10px, 1.2vw, 20px);
}
.p-top--section8__list__item ul li {
  font-size: clamp(1.3rem, 0.843rem + 0.61vw, 1.5rem);
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #033333;
  line-height: 1.6;
}
.p-top--section8__list__h3 {
  font-size: clamp(1.8rem, 1.043rem + 0.891vw, 2.4rem);
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 800;
  font-style: normal;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  color: #fff;
  text-align: center;
  position: relative;
  font-style: italic;
  border-radius: 10px 10px 0 0;
  height: 80px;
  letter-spacing: -0.08em;
  white-space: nowrap;
}
.p-top--section8__list__h3.green {
  background: #00a39a !important;
}
.p-top--section8__list__h3.blue {
  background: #036eb7 !important;
}
.p-top--section8__list__h3.orange {
  background: #f29600 !important;
}
.p-top--section8__list__h3.purple {
  background: #8c4d99 !important;
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .p-top--section8__inner {
    padding: 80px 0;
  }
  .p-top--section8__p {
    font-size: clamp(1.4rem, 1.143rem + 0.71vw, 1.8rem);
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .p-top--section8__inner {
    padding: 0 0 50px 0;
  }
  .p-top--section8__p {
    font-size: clamp(1.4rem, 1.143rem + 0.71vw, 1.6rem);
    margin-bottom: 40px;
  }
  .p-top--section8__list {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 60px;
  }
  .p-top--section8__list__item {
    width: 100%;
    border: 3px solid #fff;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  .p-top--section8__list__item:nth-of-type(3) {
    margin-top: 30px;
    background: #fdf0dd;
    position: relative;
  }
  .p-top--section8__list__item:nth-of-type(3):before {
    width: 171px;
    height: 70px;
    background: url("../images/top/img_plan_thumb@2x.webp") 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -70%);
            transform: translate(-50%, -70%);
  }
  .p-top--section8__list__item ul {
    padding: 15px;
  }
  .p-top--section8__list__item ul li {
    font-size: clamp(1.3rem, 0.843rem + 0.61vw, 1.5rem);
  }
  .p-top--section8__list__h3 {
    height: 60px;
  }
}
/*-------------------------------
  01 RPAとは
-------------------------------*/
.p-about__title {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  gap: 20px;
  margin-bottom: 60px;
}
.p-about__title h2 {
  text-align: left;
  line-height: 1.2;
}
.p-about__title h2 > span:nth-of-type(1) {
  font-size: clamp(2.6rem, 1.443rem + 1.51vw, 4rem);
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 800;
  font-style: normal;
  line-height: 1;
  margin-bottom: 5px;
  display: block;
}
.p-about__title h2 > span:nth-of-type(1) > span {
  font-size: clamp(3.6rem, 3.043rem + 1.91vw, 5.6rem);
  color: #215da3;
  display: inline-block;
  padding-right: 10px;
}
.p-about__title h2 > span:nth-of-type(2) {
  display: block;
  font-size: clamp(1.6rem, 1.143rem + 0.71vw, 2.2rem);
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #215da3;
  line-height: 1;
  margin-bottom: 15px;
}
.p-about__title h2 > span:nth-of-type(3) {
  font-size: clamp(1.6rem, 1.143rem + 0.71vw, 2.2rem);
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 800;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
}
.p-about__title picture {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 20%;
  display: block;
}

.p-about--section2__txt {
  text-align: center;
  position: relative;
}
.p-about--section2__txt p {
  margin-bottom: 40px;
  font-size: clamp(1.6rem, 0.843rem + 0.91vw, 2rem);
}
.p-about--section2__txt p:last-child {
  margin-bottom: 0;
}
.p-about--section2__txt:before {
  content: "";
  display: block;
  width: 296px;
  height: 284px;
  background: url("../images/about/img_about_07@2x.webp") 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 1024px) {
  .p-about__title {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
  }
  .p-about__title h2 > span:nth-of-type(1) {
    font-size: clamp(2rem, 1.043rem + 1.21vw, 2.8rem);
  }
  .p-about__title h2 > span:nth-of-type(1) > span {
    font-size: clamp(3.6rem, 2.443rem + 2.81vw, 4.6rem);
  }
  .p-about__title h2 > span:nth-of-type(2) {
    font-size: clamp(1.4rem, 0.43rem + 0.71vw, 1.8rem);
    margin-bottom: 10px;
  }
  .p-about__title h2 > span:nth-of-type(3) {
    font-size: clamp(1.4rem, 0.43rem + 0.71vw, 1.8rem);
    letter-spacing: 0;
  }
  .p-about__title picture {
    max-width: 40%;
  }
  .p-about--section2__txt {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-about--section2__txt p {
    margin-bottom: 40px;
    font-size: clamp(1.4rem, 0.843rem + 0.91vw, 1.6rem);
  }
  .p-about--section2__txt:before {
    content: "";
    display: block;
    width: 207.2px;
    height: 198.8px;
    margin-top: 20px;
    margin-inline: auto;
    background: url("../images/about/img_about_07@2x.webp") 0 0 no-repeat;
    background-size: contain;
    position: relative;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
/*-------------------------------
  02 特徴
-------------------------------*/
.p-feature__list1 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-bottom: 60px;
  width: 900px;
  margin-inline: auto;
  max-width: 100%;
}
.p-feature__list1 ul {
  width: 50%;
}
.p-feature__list1 ul li {
  font-size: clamp(1.6rem, 0.843rem + 0.91vw, 2rem);
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 800;
  font-style: normal;
  line-height: 1.6;
  margin-bottom: 10px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.p-feature__list1 ul li:before {
  content: "・";
  display: block;
  width: 1em;
  height: 1em;
}
.p-feature__list1 ul li:last-child {
  margin-bottom: 0;
}
.p-feature__sera {
  background: url("../images/feature/img_service_005@2x.webp") 0 0 no-repeat;
  background-size: cover;
  padding: 100px 0 20px 0;
  position: relative;
  margin-bottom: 60px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-feature__sera > div {
  width: 540px;
  margin-right: 20px;
  padding: 40px 40px;
  margin-bottom: 60px;
  background-color: #fff;
  background-image: url("../images/feature/img_service_007@2x.webp"), url("../images/feature/img_service_007@2x.webp");
  background-position: 100% 0, 0 100%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}
.p-feature__sera > div h3 {
  text-align: center;
  margin-bottom: 20px;
}
.p-feature__sera > div p {
  font-size: clamp(1.4rem, 0.843rem + 0.91vw, 1.7rem);
}
.p-feature__sera__p {
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  padding: 0px 10px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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: 100%;
  font-size: clamp(2.8rem, 1.843rem + 1.91vw, 3.8rem);
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #234993;
}
.p-feature__point {
  gap: 20px;
}
.p-feature__point__item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  width: 100%;
  max-width: 100%;
  gap: clamp(40px, 4vw, 70px);
  margin-bottom: 70px;
}
.p-feature__point__item > div {
  width: 100%;
  max-width: calc(62% - 40px);
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.p-feature__point__item figure {
  width: 410px;
  max-width: 38%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.p-feature__point__item h3 {
  font-size: clamp(1.8rem, 0.744rem + 1.58vw, 2.5rem);
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 800;
  font-style: normal;
  margin-bottom: 1em;
  color: #234993;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.p-feature__point__item h3 > span {
  background: #6dc6dd;
  border-radius: 10px;
  width: 150px;
  line-height: 1;
  padding: 15px 10px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  color: #fff;
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 800;
  font-style: normal;
}
.p-feature__point__item p:nth-of-type(1) {
  padding-left: 20px;
  font-size: clamp(1.8rem, 0.9844rem + 0.981vw, 2rem);
  margin-bottom: 0.2em;
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.p-feature__point__item p:nth-of-type(2) {
  padding-left: 20px;
  font-size: clamp(1.4rem, 0.744rem + 0.91vw, 1.6rem);
  margin-bottom: 0;
  line-height: 1.6;
}
.p-feature__point__item:nth-of-type(2n) > div {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.p-feature__point__item:nth-of-type(2n) figure {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.p-feature--automate {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-bottom: 80px;
}
.p-feature--automate__item {
  width: calc(50% - 20px);
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.1);
}
.p-feature--automate__item.blue {
  border: 3px solid #215da3;
}
.p-feature--automate__item.blue h3 {
  font-size: clamp(1.6rem, 0.744rem + 1.28vw, 2.2rem);
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #fff;
  text-align: center;
  height: 45px;
  padding: 1px;
  background: #215da3;
}
.p-feature--automate__item.green {
  border: 3px solid #00913a;
}
.p-feature--automate__item.green h3 {
  font-size: clamp(1.6rem, 0.744rem + 1.28vw, 2.2rem);
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #fff;
  text-align: center;
  height: 45px;
  padding: 1px;
  background: #00913a;
}
.p-feature--automate__item > div {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  height: 160px;
  padding: 0px 30px 10px 20px;
  align-items: center;
}
.p-feature--automate__item p {
  font-size: 1.4rem;
  margin-bottom: 0;
  line-height: 1.6;
}
.p-feature--automate__figure {
  width: 165px;
  max-width: 25%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
}
.p-feature--automate__figure.img1 img {
  -webkit-transform: translateY(-25px);
          transform: translateY(-25px);
}
.p-feature--automate__h3 {
  font-size: clamp(1.6rem, 0.744rem + 1.28vw, 2.2rem);
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #233447;
  margin-bottom: 1em;
}

@media screen and (max-width: 1024px) {
  .p-feature__list1 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 50px;
    max-width: 100%;
  }
  .p-feature__list1 ul {
    width: 100%;
  }
  .p-feature__list1 ul li {
    font-size: clamp(1.4rem, 0.843rem + 0.91vw, 1.8rem);
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .p-feature__sera {
    background: url("../images/feature/img_service_005@2x.webp") 0 0 no-repeat;
    background-size: contain;
    padding: 50% 0 20px 0;
    margin-bottom: 40px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-feature__sera > div {
    width: 100%;
    margin-right: 0px;
    padding: 20px 20px;
    margin-bottom: 20px;
  }
  .p-feature__sera > div h3 {
    text-align: center;
    margin-bottom: 20px;
  }
  .p-feature__sera > div p {
    font-size: clamp(1.2rem, 0.643rem + 0.71vw, 1.4rem);
  }
  .p-feature__sera__p {
    padding: 10px;
    font-size: clamp(1.6rem, 1.043rem + 1.81vw, 2.4rem);
  }
  .p-feature__point {
    gap: 20px;
  }
  .p-feature__point__item {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 100%;
    gap: clamp(20px, 4vw, 40px);
    margin-bottom: 40px;
  }
  .p-feature__point__item > div {
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-feature__point__item figure {
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-feature__point__item h3 {
    font-size: clamp(1.4rem, 0.744rem + 1.08vw, 1.8rem);
    margin-bottom: 1em;
    gap: 10px;
  }
  .p-feature__point__item h3 > span {
    border-radius: 5px;
    font-size: clamp(1.2rem, 0.744rem + 1.08vw, 1.6rem);
    width: 60px;
    padding: 6px 10px;
  }
  .p-feature__point__item p:nth-of-type(1) {
    padding-left: 0;
    font-size: clamp(1.4rem, 0.9844rem + 0.981vw, 1.8rem);
    margin-bottom: 1em;
  }
  .p-feature__point__item p:nth-of-type(2) {
    padding-left: 0;
    font-size: clamp(1.2rem, 0.744rem + 0.71vw, 1.4rem);
  }
  .p-feature__point__item a {
    margin-inline: auto;
    margin-bottom: 40px;
  }
  .p-feature__point__item:nth-of-type(2n) > div {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-feature__point__item:nth-of-type(2n) figure {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-feature--automate {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 60px;
  }
  .p-feature--automate__item {
    width: 100%;
    border-radius: 10px;
  }
  .p-feature--automate__item.blue h3 {
    font-size: clamp(1.6rem, 0.744rem + 1.28vw, 2.2rem);
    height: 36px;
    padding: 1px;
  }
  .p-feature--automate__item.green h3 {
    font-size: clamp(1.6rem, 0.744rem + 1.28vw, 2.2rem);
    height: 36px;
  }
  .p-feature--automate__item > div {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    height: auto;
    padding: 10px 20px 20px 20px;
  }
  .p-feature--automate__item p {
    font-size: 1.2rem;
  }
  .p-feature--automate__figure {
    width: 100px;
    max-width: 20%;
  }
  .p-feature--automate__figure.img1 img {
    -webkit-transform: translateY(-35px);
            transform: translateY(-35px);
  }
  .p-feature--automate__h3 {
    font-size: clamp(1.6rem, 0.744rem + 1.28vw, 2.2rem);
    font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #233447;
    margin-bottom: 1em;
  }
}
/*-------------------------------
  03 流れ
-------------------------------*/
.p-flowlist__item {
  background: #f7f7f7;
  border-radius: 3px;
  border: 4px solid #fff;
  margin-bottom: 40px;
  padding: 25px 20px 20px 40px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1);
}
.p-flowlist__figure {
  width: 300px;
  max-width: 30%;
}
.p-flowlist__figure__title {
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 1.3;
  text-align: center;
  height: 115px;
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
}
.p-flowlist__figure__title:before {
  content: "";
  display: block;
  width: 100px;
  height: 110px;
  position: absolute;
  top: -15px;
  left: -25px;
}
.p-flowlist__figure__title span {
  display: block;
  font-size: 2.3rem;
  font-weight: 600;
}
.p-flowlist__figure__title__1 {
  color: #e95513;
}
.p-flowlist__figure__title__1:before {
  width: 103px;
  height: 115px;
  content: "";
  display: block;
  background: url("../images/flow/img_flow_03@2x.webp") 0 0 no-repeat;
  background-size: contain;
}
.p-flowlist__figure__title__2 {
  color: #e95513;
}
.p-flowlist__figure__title__2:before {
  width: 103px;
  height: 115px;
  content: "";
  display: block;
  background: url("../images/flow/img_flow_06@2x.webp") 0 0 no-repeat;
  background-size: contain;
}
.p-flowlist__figure__title__3 {
  color: #215da3;
}
.p-flowlist__figure__title__3:before {
  width: 103px;
  height: 115px;
  content: "";
  display: block;
  background: url("../images/flow/img_flow_08@2x.webp") 0 0 no-repeat;
  background-size: contain;
}
.p-flowlist__figure__title__4 {
  color: #215da3;
}
.p-flowlist__figure__title__4:before {
  width: 103px;
  height: 115px;
  content: "";
  display: block;
  background: url("../images/flow/img_flow_10@2x.webp") 0 0 no-repeat;
  background-size: contain;
}
.p-flowlist__figure__title__5 {
  color: #00913a;
}
.p-flowlist__figure__title__5:before {
  width: 103px;
  height: 115px;
  content: "";
  display: block;
  background: url("../images/flow/img_flow_12@2x.webp") 0 0 no-repeat;
  background-size: contain;
}
.p-flowlist__text {
  width: 700px;
  max-width: calc(70% - 20px);
}
.p-flowlist__text p {
  font-size: clamp(1.8rem, 0.944rem + 1.28vw, 2rem);
  margin-bottom: 50px;
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.p-flowlist__text p.caution {
  text-align: right;
  margin-bottom: -1em;
  font-size: clamp(1.4rem, 0.744rem + 0.88vw, 1.6rem);
}
.p-flowlist__text a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  line-height: 1;
  gap: 10px;
  font-size: clamp(1.8rem, 0.944rem + 1.28vw, 2rem);
  margin-bottom: 40px;
  color: black;
  padding-right: 20px;
}
.p-flowlist__text a span {
  text-decoration: underline;
}
.p-flowlist__text a:before {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  background: url("../images/flow/ico_link@2x.webp") 0 0 no-repeat;
  background-size: contain;
}
.p-flowlist__point {
  width: 100%;
  max-width: 100%;
}
.p-flowlist__point:before {
  content: "";
  display: block;
  width: 133px;
  height: 34px;
  background: url("../images/flow/img_flow_05@2x.webp") 0 0 no-repeat;
  background-size: contain;
  margin-bottom: 10px;
}
.p-flowlist__point p {
  font-size: clamp(1.8rem, 0.944rem + 1.28vw, 2rem);
  margin-bottom: 1.5em;
}

@media screen and (max-width: 1024px) {
  .p-flowlist__item {
    margin-bottom: 20px;
    padding: 20px 15px 20px 15px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    -webkit-box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.03);
            box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.03);
  }
  .p-flowlist__figure {
    max-width: 100%;
  }
  .p-flowlist__figure__title {
    font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 2rem;
    line-height: 1.3;
    text-align: center;
    height: auto;
    min-height: 100px;
    position: relative;
    padding-left: 40px;
  }
  .p-flowlist__figure__title:before {
    content: "";
    display: block;
    width: 100px;
    height: 110px;
    position: absolute;
    top: -15px;
    left: -25px;
  }
  .p-flowlist__figure__title span {
    font-size: 1.6rem;
  }
  .p-flowlist__figure__title__1 {
    color: #e95513;
  }
  .p-flowlist__figure__title__1:before {
    width: 61.8px;
    height: 69px;
    top: 0;
    left: 0;
    background: url("../images/flow/img_flow_03@2x.webp") 0 0 no-repeat;
    background-size: contain;
  }
  .p-flowlist__figure__title__2 {
    color: #e95513;
  }
  .p-flowlist__figure__title__2:before {
    width: 61.8px;
    height: 69px;
    top: 0;
    left: 0;
    background: url("../images/flow/img_flow_06@2x.webp") 0 0 no-repeat;
    background-size: contain;
  }
  .p-flowlist__figure__title__3 {
    color: #215da3;
  }
  .p-flowlist__figure__title__3:before {
    width: 61.8px;
    height: 69px;
    top: 0;
    left: 0;
    background: url("../images/flow/img_flow_08@2x.webp") 0 0 no-repeat;
    background-size: contain;
  }
  .p-flowlist__figure__title__4 {
    color: #215da3;
  }
  .p-flowlist__figure__title__4:before {
    width: 61.8px;
    height: 69px;
    top: 0;
    left: 0;
    background: url("../images/flow/img_flow_10@2x.webp") 0 0 no-repeat;
    background-size: contain;
  }
  .p-flowlist__figure__title__5 {
    color: #00913a;
  }
  .p-flowlist__figure__title__5:before {
    width: 61.8px;
    height: 69px;
    top: 0;
    left: 0;
    background: url("../images/flow/img_flow_12@2x.webp") 0 0 no-repeat;
    background-size: contain;
  }
  .p-flowlist__text {
    max-width: 100%;
  }
  .p-flowlist__text p {
    font-size: clamp(1.4rem, 0.944rem + 1.08vw, 1.8rem);
    margin-bottom: 40px;
  }
  .p-flowlist__text a {
    line-height: 1;
    gap: 10px;
    font-size: clamp(1.4rem, 0.944rem + 1.08vw, 1.8rem);
    margin-bottom: 40px;
    color: black;
    padding-right: 20px;
  }
  .p-flowlist__text a span {
    text-decoration: underline;
  }
  .p-flowlist__point {
    width: 100%;
    max-width: 100%;
  }
  .p-flowlist__point p {
    font-size: clamp(1.4rem, 0.944rem + 1.08vw, 1.8rem);
    margin-bottom: 1.5em;
  }
}
/*-------------------------------
  03-2 Powerautomate
-------------------------------*/
.p-powerautomate--section1__item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  gap: 40px;
  margin-bottom: 60px;
}
.p-powerautomate--section1__item:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-powerautomate--section1__title {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
  margin-bottom: 25px;
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: clamp(2.6rem, 1.371rem + 1.56vw, 3rem);
  line-height: 1.4;
  white-space: nowrap;
  color: #234993;
}
.p-powerautomate--section1__title > span {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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: 150px;
  height: 50px;
  line-height: 0;
  font-size: clamp(1.6rem, 0.744rem + 1.58vw, 2.5rem);
  background: -webkit-gradient(linear, left top, right top, from(#4682c3), to(#356eb4));
  background: linear-gradient(to right, #4682c3, #356eb4);
  color: #fff;
  border-radius: 10px;
  color: #fff;
  text-align: center;
}
.p-powerautomate--section1__title.green > span {
  background: #FFF000;
  background: linear-gradient(45deg, #fff000 0%, #2fad5a 50%, #fff000 100%);
}
.p-powerautomate--section1__title.caution > span {
  width: 170px;
  background: #666666;
}
.p-powerautomate--section1__title.caution > span:before {
  display: block;
  content: "";
  width: 34px;
  height: 30px;
  margin-right: 7px;
  background: url("../images/about/ico_caution@2x.webp") 0 0 no-repeat;
  background-size: contain;
}
.p-powerautomate--section1__imglist {
  width: 400px;
  max-width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: center;
}
.p-powerautomate--section1__txt {
  width: 680px;
  max-width: calc(100% - 400px);
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: clamp(1.4rem, 0.844rem + 1.28vw, 2rem);
  margin-bottom: 50px;
  letter-spacing: 0.1em;
}
.p-powerautomate--section1__txt p {
  padding-left: 20px;
}
.p-powerautomate--section1__txt__subtitle {
  font-size: clamp(1.6rem, 1.043rem + 1.21vw, 2rem);
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  margin-bottom: 10px;
  font-style: normal;
}
.p-powerautomate--section2__table {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
}
.p-powerautomate--section2__table table {
  width: 100%;
}
.p-powerautomate--section2__table th, .p-powerautomate--section2__table td {
  border: 2px solid #fff;
  padding: 4px 8px;
}
.p-powerautomate--section2__table th {
  color: #fff;
  text-align: center;
  font-size: clamp(1.6rem, 1.043rem + 1.41vw, 2.2rem);
  font-weight: 800;
  background: #215da3;
}
.p-powerautomate--section2__table td {
  background: #f1f1f1;
}
.p-powerautomate--section2__table td:nth-of-type(1) {
  padding-left: 30px;
}
.p-powerautomate--section2__table td:nth-of-type(2), .p-powerautomate--section2__table td:nth-of-type(3) {
  width: 100px;
  font-size: clamp(3rem, 2.043rem + 1.41vw, 4rem);
  font-weight: 800;
  text-align: center;
  max-width: 15%;
}
.p-powerautomate--section3__list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
.p-powerautomate--section3__item {
  width: 530px;
  max-width: calc(50% - 40px);
  position: relative;
}
.p-powerautomate--section3__item__2 {
  width: 360px;
  max-width: calc(33.3333333333% - 40px);
}
.p-powerautomate--section3__item__parent {
  background: url("../images/flow/powerautomate/p-powerautomate--section3__bg.webp") 0 0 no-repeat;
  background-size: 100%;
  padding: 45px 30px 20px 30px;
  position: relative;
  z-index: 2;
  height: 670px;
  max-height: 100%;
  text-align: center;
}
.p-powerautomate--section3__item__parent picture {
  margin-inline: auto;
  margin-bottom: 30px;
  min-height: 160px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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-powerautomate--section3__item__midashi {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  gap: 20px;
  color: #1b284e;
  margin-bottom: 10px;
  text-align: center;
  font-size: clamp(2rem, 1.173rem + 1.25vw, 2.7rem);
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.p-powerautomate--section3__item__text {
  text-align: left;
  font-size: clamp(1.6rem, 0.843rem + 0.871vw, 1.8rem);
  color: #1b284e;
  line-height: 1.5;
  margin-bottom: 0;
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .p-powerautomate--section3__list {
    gap: 30px;
  }
  .p-powerautomate--section3__item__parent {
    padding: 40px 25px 20px 25px;
    height: 580px;
  }
  .p-powerautomate--section3__item__parent picture {
    margin-bottom: 15px;
    max-width: 70%;
  }
  .p-powerautomate--section3__item__midashi {
    font-size: clamp(2rem, 1.173rem + 1.25vw, 2.6rem);
    margin-bottom: 5px;
  }
  .p-powerautomate--section3__item__text {
    font-size: clamp(1.5rem, 0.843rem + 0.871vw, 1.7rem);
    letter-spacing: -0.02em;
  }
}
@media screen and (max-width: 1024px) {
  .p-powerautomate--section1__item {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 60px;
  }
  .p-powerautomate--section1__item:nth-of-type(2n) {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
  }
  .p-powerautomate--section1__title {
    gap: 10px;
    margin-bottom: 20px;
    font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: clamp(1.8rem, 1.071rem + 1.26vw, 2.4rem);
    letter-spacing: 0;
  }
  .p-powerautomate--section1__title > span {
    width: 90px;
    height: 30px;
    padding: 10px;
    font-size: clamp(1.2rem, 0.544rem + 1.28vw, 2rem);
    border-radius: 5px;
    letter-spacing: 0;
  }
  .p-powerautomate--section1__title.caution {
    font-size: clamp(1.6rem, 1.071rem + 1.16vw, 2rem);
  }
  .p-powerautomate--section1__title.caution > span {
    width: 90px;
    letter-spacing: 0;
    padding-left: 5px;
    background: #666666;
  }
  .p-powerautomate--section1__title.caution > span:before {
    display: block;
    content: "";
    width: 17px;
    height: 15px;
    margin-right: 4px;
    background: url("../images/about/ico_caution@2x.webp") 0 0 no-repeat;
    background-size: contain;
  }
  .p-powerautomate--section1__imglist {
    width: 100%;
    max-width: 80%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-inline: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
  }
  .p-powerautomate--section1__txt {
    width: 100%;
    max-width: 100%;
    font-size: clamp(1.4rem, 0.844rem + 1.28vw, 2rem);
    margin-bottom: 40px;
  }
  .p-powerautomate--section1__txt p {
    padding-left: 0;
  }
  .p-powerautomate--section1__txt__subtitle {
    font-size: clamp(1.4rem, 1.043rem + 1.01vw, 1.8rem);
  }
  .p-powerautomate--section2__table {
    width: 100%;
    max-width: 100%;
    display: block;
  }
  .p-powerautomate--section2__table table {
    display: block;
  }
  .p-powerautomate--section2__table tbody {
    display: block;
    max-width: 100%;
    table-layout: fixed;
    width: 100%;
  }
  .p-powerautomate--section2__table tr {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .p-powerautomate--section2__table th, .p-powerautomate--section2__table td {
    border: 2px solid #fff;
    table-layout: fixed;
    padding: 4px 6px;
    display: block;
  }
  .p-powerautomate--section2__table th {
    display: block;
    font-size: clamp(1.4rem, 1.043rem + 1.01vw, 1.6rem);
  }
  .p-powerautomate--section2__table th:nth-of-type(1) {
    width: calc(100% - 110px);
  }
  .p-powerautomate--section2__table th:nth-of-type(2), .p-powerautomate--section2__table th:nth-of-type(3) {
    padding-left: 0;
    letter-spacing: -0.1em;
    width: 55px;
  }
  .p-powerautomate--section2__table td {
    table-layout: fixed;
  }
  .p-powerautomate--section2__table td:nth-of-type(1) {
    padding-left: 0;
    width: calc(100% - 110px);
    font-size: clamp(1rem, 0.743rem + 0.891vw, 1.4rem);
  }
  .p-powerautomate--section2__table td:nth-of-type(2), .p-powerautomate--section2__table td:nth-of-type(3) {
    width: 55px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 20%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: clamp(1.2rem, 0.843rem + 1.01vw, 1.4rem);
  }
  .p-powerautomate--section3__list {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
  }
  .p-powerautomate--section3__item {
    width: 100%;
    max-width: 100%;
    position: relative;
  }
  .p-powerautomate--section3__item__2 {
    width: 100%;
    max-width: 100%;
  }
  .p-powerautomate--section3__item__parent {
    background: #eaf5ef;
    background-size: 100%;
    padding: 20px;
    height: auto;
    min-height: auto;
  }
  .p-powerautomate--section3__item__parent picture {
    margin-bottom: 30px;
    min-height: auto;
    max-width: 80%;
    text-align: center;
    margin-top: 20px;
    display: block;
  }
  .p-powerautomate--section3__item__midashi {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
    gap: 15px;
    margin-bottom: -5px;
    text-align: center;
    font-size: clamp(1.6rem, 1.073rem + 1.25vw, 2rem);
  }
  .p-powerautomate--section3__item__text {
    text-align: left;
    margin-bottom: 20px;
    font-size: clamp(1.4rem, 0.743rem + 0.871vw, 1.6rem);
  }
}
/*-------------------------------
  04 シーン
-------------------------------*/
.p-scene--section1__item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 260px;
  gap: 20px;
  padding: 30px 40px 20px 60px;
  background: url("../images/scene/img_scene_bg01@2x.webp") 0 0 no-repeat;
  background-size: cover;
}
.p-scene--section1__figure {
  width: 210px;
  max-width: 30%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-scene--section1__txt {
  width: 600px;
  max-width: calc(60% - 20px);
}
.p-scene--section1__link {
  width: 245px;
  max-width: 30%;
  text-align: center;
}
.p-scene--section1__link picture {
  display: block;
  text-align: center;
}
.p-scene--section1__link picture img {
  max-width: 100%;
  height: auto;
}
.p-scene--section1 h3 {
  font-size: clamp(1.8rem, 0.744rem + 1.28vw, 2.7rem);
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #233447;
  margin-bottom: 0.3em;
}
.p-scene--section1 p {
  font-size: clamp(1.4rem, 0.744rem + 1.28vw, 1.8rem);
  margin-bottom: 0.8em;
  line-height: 1.6;
  padding-left: 15px;
}

@media screen and (max-width: 1024px) {
  .p-scene--section1__item {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
    gap: 20px;
    padding: 30px 15px 20px 15px;
    background: #fff;
    margin-bottom: 40px;
    border: 4px solid #1572b1;
    border-radius: 20px;
    background-size: cover;
  }
  .p-scene--section1__figure {
    width: 200px;
    max-width: 40%;
    margin-inline: auto;
  }
  .p-scene--section1__txt {
    width: 100%;
    max-width: 100%;
  }
  .p-scene--section1__link {
    width: 245px;
    max-width: 100%;
    margin-inline: auto;
    padding-bottom: 20px;
  }
  .p-scene--section1__link picture {
    width: 60%;
    margin-inline: auto;
  }
  .p-scene--section1 h3 {
    font-size: clamp(1.8rem, 0.744rem + 1.28vw, 2.7rem);
    font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #233447;
    margin-bottom: 0.3em;
  }
  .p-scene--section1 p {
    font-size: clamp(1.4rem, 0.744rem + 1.28vw, 1.8rem);
    margin-bottom: 0.8em;
    line-height: 1.6;
    padding-left: 15px;
  }
}
/*-------------------------------
  05 WORD
-------------------------------*/
.p-scene__box1 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  width: 100%;
  margin-bottom: 90px;
}
.p-scene__box1 ul li {
  font-size: clamp(1.6rem, 0.844rem + 1.38vw, 2.3rem);
  margin-bottom: 1em;
  letter-spacing: normal;
  color: #1b284e;
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-left: 70px;
  background: url("../images/scene/word/ico_check@2x.webp") 0 50% no-repeat;
  background-size: 38px;
}
.p-scene__box1 picture {
  width: auto;
  max-width: 100%;
}
.p-scene__box1 picture img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .p-scene__box1 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    margin-bottom: 60px;
  }
  .p-scene__box1 ul li {
    font-size: clamp(1.3rem, 0.844rem + 0.88vw, 1.6rem);
    margin-bottom: 1em;
    background: url("../images/scene/word/ico_check@2x.webp") 0 50% no-repeat;
    padding-left: 30px;
    background-size: 20px;
  }
  .p-scene__box1 picture {
    width: auto;
    max-width: 80%;
    margin-inline: auto;
  }
  .p-scene__box1 picture img {
    max-width: 100%;
    height: auto;
  }
}
.p-scene__box2 {
  margin-bottom: 90px;
}
.p-scene__box2__title {
  font-size: clamp(1.6rem, 0.844rem + 1.38vw, 2.3rem);
  margin-bottom: 2em;
  color: #1b284e;
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-style: normal;
  padding-left: 70px;
  background: url("../images/scene/word/ico_check@2x.webp") 0 50% no-repeat;
  background-size: 38px;
}
.p-scene__box2 figure {
  text-align: center;
  margin-bottom: 45px;
}
.p-scene__box2 figure img {
  max-width: 100%;
  height: auto;
}
.p-scene__box2 p {
  font-size: clamp(1.6rem, 0.744rem + 1.28vw, 2rem);
}

@media screen and (max-width: 1024px) {
  .p-scene__box2 {
    margin-bottom: 60px;
  }
  .p-scene__box2__title {
    font-size: clamp(1.3rem, 0.844rem + 0.88vw, 1.6rem);
    margin-bottom: 2em;
    padding-left: 30px;
    background: url("../images/scene/word/ico_check@2x.webp") 0 50% no-repeat;
    background-size: 20px;
  }
  .p-scene__box2 figure {
    text-align: center;
    max-width: 80%;
    margin-inline: auto;
    margin-bottom: 30px;
  }
  .p-scene__box2 p {
    font-size: clamp(1.4rem, 0.744rem + 0.88vw, 1.6rem);
  }
}
.p-scene__box3 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 30px;
}
.p-scene__box3 figure {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-scene__box3 h3 {
  font-size: clamp(1.6rem, 0.844rem + 1.38vw, 2.3rem);
  color: #1b284e;
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.p-scene__box3 h3 span {
  font-size: clamp(1.6rem, 0.744rem + 0.98vw, 1.8rem);
  color: #fff;
  line-height: 1;
  width: 80px;
  padding: 8px 0;
  text-align: center;
  background: #234993;
}
.p-scene__box3 p {
  font-size: clamp(1.4rem, 0.744rem + 1.28vw, 1.7rem);
  margin-bottom: 1em;
  color: #1b284e;
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
}

@media screen and (max-width: 1024px) {
  .p-scene__box3 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
  }
  .p-scene__box3 figure {
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: 50%;
    margin-inline: auto;
    margin-bottom: 30px;
  }
  .p-scene__box3 h3 {
    font-size: clamp(1.3rem, 0.844rem + 0.88vw, 1.6rem);
    margin-bottom: 10px;
    gap: 5px;
    letter-spacing: 0;
  }
  .p-scene__box3 h3 span {
    font-size: clamp(1rem, 0.644rem + 0.58vw, 1.4rem);
    width: 3.5em;
    padding: 6px 0;
  }
  .p-scene__box3 p {
    font-size: clamp(1.3rem, 0.744rem + 1.28vw, 1.6rem);
    margin-bottom: 1em;
  }
}
.p-scene__box4__title {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  position: relative;
  margin-bottom: -10px;
}
.p-scene__box4__title span {
  background: -webkit-gradient(linear, left top, right top, from(#63c4f0), color-stop(#0084cf), to(#63c4f0));
  background: linear-gradient(to right, #63c4f0, #0084cf, #63c4f0);
  color: #fff;
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1.8rem, 1.2rem + 1.6vw, 2.8rem);
  text-align: center;
  border-radius: 30px;
  padding: 8px 70px;
  line-height: 1;
  letter-spacing: 0.08em;
}
.p-scene__box4__title:before {
  content: "";
  display: block;
  width: 154px;
  height: 105px;
  position: relative;
  z-index: 2;
  margin-right: -50px;
  background: url("../images/scene/word/img_word_006@2x.webp") 0 50% no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.p-scene__box4__title:after {
  content: "";
  display: block;
  width: 98px;
  height: 92px;
  position: relative;
  z-index: 2;
  margin-left: -30px;
  background: url("../images/scene/word/img_word_007@2x.webp") 0 50% no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.p-scene__box4__item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  background: rgba(148, 193, 232, 0.2);
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 25px 40px 20px 40px;
}
.p-scene__box4__item__step {
  width: 130px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "";
  position: relative;
  z-index: 2;
}
.p-scene__box4__item__step:after {
  content: "";
  display: block;
  width: 71px;
  height: 141px;
  z-index: 1;
  background: url("../images/scene/word/img_word_step_point@2x.webp") 0 50% no-repeat;
  position: absolute;
  top: 155px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-size: contain;
}
.p-scene__box4__item__step:before {
  content: "";
  display: block;
  width: 126px;
  height: 142px;
  position: relative;
  z-index: 1;
}
.p-scene__box4__item__step__1:before {
  background: url("../images/scene/word/img_word_step_001@2x.webp") 0 50% no-repeat;
  background-size: contain;
}
.p-scene__box4__item__step__2:before {
  background: url("../images/scene/word/img_word_step_002@2x.webp") 0 50% no-repeat;
  background-size: contain;
}
.p-scene__box4__item__step__3:before {
  background: url("../images/scene/word/img_word_step_003@2x.webp") 0 50% no-repeat;
  background-size: contain;
}
.p-scene__box4__item__step__4:before {
  background: url("../images/scene/word/img_word_step_004@2x.webp") 0 50% no-repeat;
  background-size: contain;
}
.p-scene__box4__item__step__4:after {
  display: none;
}
.p-scene__box4__item__text {
  width: 100%;
  max-width: 100%;
}
.p-scene__box4__item__text h4 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  font-size: clamp(1.8rem, 0.744rem + 1.48vw, 2.5rem);
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #215da3;
  line-height: 1.8;
  white-space: nowrap;
  letter-spacing: 0;
}
.p-scene__box4__item__text h4 picture {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
}
.p-scene__box4__item__text p {
  padding-left: 1em;
  margin-bottom: 20px;
}
.p-scene__box4__item__figure {
  width: 310px;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-scene__box4__item__figure__wide {
  width: 510px;
}
.p-scene__box4__item__figure img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .p-scene__box4__title {
    margin-bottom: -10px;
  }
  .p-scene__box4__title span {
    font-size: clamp(1.4rem, 0.8rem + 1.2vw, 1.8rem);
    padding: 8px 30px;
    line-height: 1;
    width: 100%;
    letter-spacing: 0.08em;
  }
  .p-scene__box4__title:before {
    width: 123.2px;
    height: 84px;
    margin-right: -60px;
    background: url("../images/scene/word/img_word_006@2x.webp") 0 50% no-repeat;
    background-size: contain;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .p-scene__box4__title:after {
    width: 78.4px;
    height: 73.6px;
    margin-left: -50px;
    background: url("../images/scene/word/img_word_007@2x.webp") 0 50% no-repeat;
    background-size: contain;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .p-scene__box4__item {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 40px;
    padding: 15px 20px 20px 20px;
    position: relative;
  }
  .p-scene__box4__item__step {
    width: 40px;
    position: absolute;
    top: 15px;
    left: 10px;
  }
  .p-scene__box4__item__step:after {
    width: 63.9px;
    height: 126.9px;
    z-index: 1;
    background: url("../images/scene/word/img_word_step_point@2x.webp") 0 50% no-repeat;
    position: absolute;
    display: none;
    top: 155px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-size: contain;
  }
  .p-scene__box4__item__step:before {
    content: "";
    display: block;
    width: 37.8px;
    height: 42.6px;
    position: relative;
    z-index: 1;
  }
  .p-scene__box4__item__step__1:before {
    background: url("../images/scene/word/img_word_step_001@2x.webp") 0 50% no-repeat;
    background-size: contain;
  }
  .p-scene__box4__item__step__2:before {
    background: url("../images/scene/word/img_word_step_002@2x.webp") 0 50% no-repeat;
    background-size: contain;
  }
  .p-scene__box4__item__step__3:before {
    background: url("../images/scene/word/img_word_step_003@2x.webp") 0 50% no-repeat;
    background-size: contain;
  }
  .p-scene__box4__item__step__4:before {
    background: url("../images/scene/word/img_word_step_004@2x.webp") 0 50% no-repeat;
    background-size: contain;
  }
  .p-scene__box4__item__step__4:after {
    display: none;
  }
  .p-scene__box4__item__text {
    width: 100%;
  }
  .p-scene__box4__item__text h4 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    font-size: clamp(1.4rem, 0.744rem + 1.08vw, 1.8rem);
    margin-left: 40px;
    width: calc(100% - 45px);
    white-space: wrap;
  }
  .p-scene__box4__item__text h4 picture {
    width: 45px;
  }
  .p-scene__box4__item__text p {
    padding-left: 0;
    font-size: clamp(1.2rem, 0.744rem + 1.08vw, 1.4rem);
    margin-bottom: 20px;
  }
  .p-scene__box4__item__figure {
    width: 100%;
    text-align: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p-scene__box4__item__figure__wide {
    width: 100%;
  }
}
/*-------------------------------
  11 サポート
-------------------------------*/
.p-support--section1 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.p-support--section1__item {
  width: 100%;
  background: #fff;
  border-radius: 22px;
}
.p-support--section1__item > div {
  padding: 15px 15px 25px 15px;
}
.p-support--section1__figure {
  width: 100%;
  display: block;
}
.p-support--section1__h3 {
  font-size: clamp(1.6rem, 0.744rem + 1.28vw, 2.2rem);
  color: #233447;
  text-align: center;
  margin-bottom: 0.8em;
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.p-support--section1__p {
  font-size: clamp(1.4rem, 0.744rem + 1.08vw, 1.6rem);
}

@media screen and (max-width: 1024px) {
  .p-support--section1 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  .p-support--section1__item {
    width: 100%;
    background: #fff;
    border-radius: 15px;
  }
  .p-support--section1__item > div {
    padding: 15px 15px 20px 15px;
  }
  .p-support--section1__h3 {
    font-size: clamp(1.6rem, 0.744rem + 1.28vw, 2.2rem);
    margin-bottom: 0.8em;
    font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  .p-support--section1__p {
    font-size: clamp(1.3rem, 0.544rem + 1.08vw, 1.45rem);
  }
}
/*-------------------------------
  12 メンテナンス
-------------------------------*/
.p-maintenance--section1 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 50px;
}
.p-maintenance--section1 ul {
  max-width: 70%;
  margin-inline: auto;
}
.p-maintenance--section1 ul li {
  font-size: clamp(1.6rem, 0.744rem + 1.48vw, 2.35rem);
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 0.6em;
  color: #1b284e;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-maintenance--section1 ul li:before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background: url("../images//maintenance/ico_ex@2x.webp") 100% 0 no-repeat;
  background-size: contain;
  z-index: 1;
  margin-top: 4px;
}
.p-maintenance--section1 figure {
  width: 325px;
  margin-right: -15px;
  max-width: 30%;
  display: block;
}
.p-maintenance--section2__title {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-bottom: 50px;
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: clamp(2.6rem, 1.371rem + 1.66vw, 3.3rem);
  line-height: 1.4;
  white-space: nowrap;
  color: #234993;
}
.p-maintenance--section2__title figure {
  width: 246px;
}
.p-maintenance--section2 ul {
  padding-left: 140px;
  max-width: 100%;
  margin-inline: auto;
}
.p-maintenance--section2 ul li {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  line-height: 1.5;
  color: #1b284e;
  font-size: clamp(1.6rem, 0.544rem + 1.28vw, 2.3rem);
  margin-bottom: 1em;
  letter-spacing: 0.15em;
  width: 100%;
}
.p-maintenance--section2 ul li:before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background: url("../images//maintenance/ico_check@2x.webp") 100% 0 no-repeat;
  background-size: contain;
  z-index: 1;
  margin-top: 4px;
}
.p-maintenance--section2 ul li span {
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.p-maintenance--section3__item {
  margin-bottom: 90px;
}
.p-maintenance--section3__title {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
  margin-bottom: 50px;
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: clamp(2.6rem, 1.371rem + 1.56vw, 3rem);
  line-height: 1.4;
  white-space: nowrap;
  color: #234993;
}
.p-maintenance--section3__title > span {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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: 150px;
  height: 50px;
  line-height: 0;
  font-size: clamp(1.6rem, 0.744rem + 1.58vw, 2.5rem);
  background: #d4676c;
  border-radius: 10px;
  color: #fff;
  text-align: center;
}
.p-maintenance--section3__imglist {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  gap: 40px;
  margin-bottom: 60px;
}
.p-maintenance--section3__imglist figure {
  max-width: calc(100% - 30px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-maintenance--section3__txt {
  font-size: clamp(1.6rem, 0.544rem + 1.08vw, 2rem);
  margin-bottom: 50px;
}
.p-maintenance--section3__merit {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  gap: 20px;
}
.p-maintenance--section3__merit dl {
  background: #ecf5f8;
  width: 50%;
  border-radius: 10px;
  padding: 20px;
}
.p-maintenance--section3__merit dl dt {
  font-size: clamp(1.6rem, 0.744rem + 1.28vw, 2.3rem);
  color: #1b284e;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 800;
  font-style: normal;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
  margin-left: -20px;
  line-height: 1.5;
  color: #1b284e;
  font-size: clamp(1.6rem, 0.544rem + 1.28vw, 2.3rem);
  margin-bottom: 1em;
  width: 100%;
}
.p-maintenance--section3__merit dl dt:before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background: url("../images//maintenance/ico_check@2x.webp") 100% 0 no-repeat;
  background-size: contain;
  z-index: 1;
  margin-top: 4px;
}
.p-maintenance--section3__merit dd ul {
  padding-left: 20px;
}
.p-maintenance--section3__merit dd ul li {
  font-size: clamp(1.6rem, 0.544rem + 1.08vw, 2rem);
  list-style: disc;
  color: #1b284e;
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.p-maintenance--section3__rpa {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
.p-maintenance--section3__rpa figure {
  max-width: calc(100% - 40px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-maintenance--section3__rpa > div p {
  letter-spacing: 0.1em;
  font-size: clamp(1.6rem, 0.544rem + 1.28vw, 2rem);
  margin-bottom: 30px;
}
.p-maintenance--section3__rpa figure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 1024px) {
  .p-maintenance--section1 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .p-maintenance--section1 ul {
    max-width: 100%;
  }
  .p-maintenance--section1 ul li {
    font-size: clamp(1.3rem, 0.544rem + 1.28vw, 1.6rem);
    margin-bottom: 0.6em;
  }
  .p-maintenance--section1 ul li:before {
    width: 20px;
    height: 20px;
    background: url("../images//maintenance/ico_ex@2x.webp") 100% 0 no-repeat;
    background-size: contain;
    margin-top: 4px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p-maintenance--section1 figure {
    width: 100%;
    margin-right: 0;
    max-width: 50%;
    margin-inline: auto;
  }
  .p-maintenance--section2__title {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-bottom: 40px;
    font-size: clamp(1.4rem, 0.7771rem + 1.26vw, 1.8rem);
    white-space: wrap;
  }
  .p-maintenance--section2__title figure {
    width: 160px;
  }
  .p-maintenance--section2__title picture {
    width: 80px;
    margin-left: -20px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p-maintenance--section2 ul {
    padding-left: 0;
    max-width: 100%;
    margin-inline: auto;
  }
  .p-maintenance--section2 ul li {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    font-size: clamp(1.3rem, 0.544rem + 1.08vw, 1.6rem);
    margin-bottom: 1em;
    letter-spacing: 0.05em;
  }
  .p-maintenance--section2 ul li:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url("../images//maintenance/ico_check@2x.webp") 100% 0 no-repeat;
    background-size: contain;
    z-index: 1;
    margin-top: 4px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p-maintenance--section3__item {
    margin-bottom: 40px;
  }
  .p-maintenance--section3__title {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
    white-space: wrap;
    margin-bottom: 40px;
    letter-spacing: 0;
    font-size: clamp(1.4rem, 0.871rem + 1.36vw, 1.8rem);
  }
  .p-maintenance--section3__title > span {
    width: 100px;
    height: 30px;
    font-size: clamp(1.4rem, 0.744rem + 1.58vw, 1.8rem);
    border-radius: 5px;
  }
  .p-maintenance--section3__imglist {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px;
    margin-bottom: 40px;
  }
  .p-maintenance--section3__imglist figure {
    max-width: calc(50% - 15px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p-maintenance--section3__imglist__column3 figure {
    max-width: calc(33.3333333333% - 15px);
  }
  .p-maintenance--section3__txt {
    font-size: clamp(1.4rem, 0.544rem + 0.88vw, 1.6rem);
    margin-bottom: 40px;
  }
  .p-maintenance--section3__merit {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  .p-maintenance--section3__merit dl {
    width: 100%;
    padding: 20px;
  }
  .p-maintenance--section3__merit dl dt {
    margin-left: -20px;
    line-height: 1.5;
    color: #1b284e;
    font-size: clamp(1.6rem, 0.544rem + 1.28vw, 2rem);
    margin-bottom: 1em;
    width: 100%;
  }
  .p-maintenance--section3__merit dl dt:before {
    width: 20px;
    height: 20px;
    background: url("../images//maintenance/ico_check@2x.webp") 100% 0 no-repeat;
    background-size: contain;
  }
  .p-maintenance--section3__merit dd ul {
    padding-left: 20px;
  }
  .p-maintenance--section3__merit dd ul li {
    font-size: clamp(1.3rem, 0.544rem + 1.08vw, 1.6rem);
  }
  .p-maintenance--section3__rpa {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  .p-maintenance--section3__rpa figure {
    width: 100%;
    max-width: 100%;
  }
  .p-maintenance--section3__rpa > div p {
    font-size: clamp(1.4rem, 0.544rem + 1.08vw, 1.8rem);
    margin-bottom: 20px;
  }
}
/*-------------------------------
  15 料金
-------------------------------*/
.p-price__table {
  margin-top: 0px;
}
.p-price__table__inner {
  padding-top: 100px;
}
.p-price__table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 3px solid #666;
}
.p-price__table table th, .p-price__table table td {
  border: 2px solid #666;
}
.p-price__table table th {
  background: #00a39a;
  color: #fff;
  border-bottom: 0;
  font-size: clamp(1.6rem, 1.143rem + 0.891vw, 2rem);
  width: 25%;
}
.p-price__table table th.green {
  background: #a8d9dd;
}
.p-price__table table th.blue {
  background: #cde9fa;
}
.p-price__table table th.orange {
  background: #f29600;
}
.p-price__table table th.purple {
  background: #f0e9f0;
}
.p-price__table table th.gray {
  background: #808080;
  color: #fff;
}
.p-price__table table th.osusume {
  background: #fdf0dd;
  position: relative;
}
.p-price__table table th.osusume:before {
  content: "";
  display: block;
  width: 171px;
  height: 70px;
  background: url("../images/top/img_plan_thumb.webp") 0 0 no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -85%);
          transform: translate(-50%, -85%);
}
.p-price__table table td {
  background: #fff;
  vertical-align: text-top;
  padding: clamp(10px, 1.2vw, 25px) clamp(10px, 1.2vw, 20px);
}
.p-price__table table td.green {
  background: #eaf5ef;
}
.p-price__table table td.blue {
  background: #eff8fd;
}
.p-price__table table td.orange {
  background: #fdf0e6;
}
.p-price__table table td.purple {
  background: #f0e9f0;
}
.p-price__table table td ul.list1 li {
  font-size: clamp(1.3rem, 0.843rem + 0.61vw, 1.5rem);
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #033333;
  line-height: 1.6;
}
.p-price__table table td ul.list2 li {
  font-size: clamp(1.6rem, 0.843rem + 0.81vw, 1.8rem);
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 800;
  font-style: normal;
  line-height: 1.6;
  list-style: disc;
}
.p-price__table table td ul.list2 li span {
  color: #bd1c24;
}
.p-price__table table td ul.list3 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 1em;
}
.p-price__table table td ul.list3 li {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 5px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  border-radius: 5px;
  font-size: clamp(1rem, 0.443rem + 0.451vw, 1.2rem);
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 800;
  font-style: normal;
  padding: 3px 5px;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#63c5f1), to(#0085d0));
  background: linear-gradient(to bottom, #63c5f1, #0085d0);
  line-height: 1.6;
  letter-spacing: 0;
}
.p-price__table table td ul.list3 li span {
  color: #fff;
}
.p-price__table table td ul.list4 {
  margin-bottom: 1em;
}
.p-price__table table td ul.list4 li {
  font-size: clamp(1.4rem, 0.843rem + 0.651vw, 1.6rem);
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #595757;
  letter-spacing: 0;
  padding-left: 20px;
  background: url("../images/price/ico_price_03.webp") 0 9px no-repeat;
  background-size: 12px;
  margin-bottom: 0.3em;
}
.p-price__table table td ul.list4 li span.green {
  color: #1eaa39;
}
.p-price__table table td ul.list4 li span.red {
  color: #bd1c24;
}
.p-price__table table td dl {
  text-align: center;
  width: 430px;
  margin-inline: auto;
  max-width: 100%;
}
.p-price__table table td dl dt {
  display: inline-block;
  background: #f7f7f7;
  border-radius: 50vw;
  text-align: center;
  padding: 2px 40px;
  color: #143883;
  margin-inline: auto;
  font-size: clamp(2rem, 1.544rem + 1.08vw, 2.8rem);
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 800;
  font-style: normal;
  line-height: 1.6;
  margin-bottom: 0.5em;
}
.p-price__table table td dl dt span.green {
  color: #1eaa39;
}
.p-price__table table td dl dt span.red {
  color: #bd1c24;
}
.p-price__table table td dl dd {
  padding-left: 50px;
  text-align: left;
}
.p-price__table table td .price {
  font-size: clamp(1.8rem, 1.143rem + 1.091vw, 2.4rem);
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 800;
  font-style: normal;
  text-align: center;
}
.p-price__table table td .option_title1 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 5px;
  font-size: clamp(1.4rem, 0.743rem + 0.791vw, 1.7rem);
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 800;
  font-style: normal;
  padding: 5px 5px 5px 15px;
  color: #fff;
  margin-bottom: 0.7em;
  letter-spacing: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#63c5f1), to(#0085d0));
  background: linear-gradient(to bottom, #63c5f1, #0085d0);
}
.p-price__table table td .option_title1:before {
  content: "";
  display: block;
  width: 47px;
  height: 47px;
  background: url("../images/price/ico_price_01.webp") 100% 0 no-repeat;
  background-size: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-price__table table td .option_title2 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 5px;
  font-size: clamp(1.4rem, 0.743rem + 0.791vw, 1.7rem);
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 800;
  font-style: normal;
  padding: 5px 5px 5px 15px;
  color: #fff;
  margin-bottom: 0.7em;
  background: -webkit-gradient(linear, left top, left bottom, from(#f7b52c), to(#ffd700));
  background: linear-gradient(to bottom, #f7b52c, #ffd700);
  letter-spacing: 0;
}
.p-price__table table td .option_title2:before {
  content: "";
  display: block;
  width: 48px;
  height: 47px;
  background: url("../images/price/ico_price_02.webp") 100% 0 no-repeat;
  background-size: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-price__table__title span {
  font-size: clamp(1.8rem, 1.143rem + 0.891vw, 2.7rem);
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 800;
  font-style: normal;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  color: #fff;
  text-align: center;
  position: relative;
  font-style: italic;
  height: 60px;
  letter-spacing: -0.08em;
}
.p-price__table__title.green {
  background: #00a39a !important;
}
.p-price__table__title.blue {
  background: #036eb7 !important;
}
.p-price__table__title.orange {
  background: #f29600 !important;
}
.p-price__table__title.purple {
  background: #8c4d99 !important;
}

@media screen and (max-width: 1024px) {
  .p-price__table__inner {
    padding-top: 100px;
  }
  .p-price__table table th {
    font-size: clamp(1.6rem, 1.143rem + 0.891vw, 2rem);
  }
  .p-price__table table th.osusume:before {
    width: 171px;
    height: 70px;
    background: url("../images/top/img_plan_thumb@2x.webp") 0 0 no-repeat;
    background-size: contain;
  }
  .p-price__table table td {
    padding: clamp(10px, 1.2vw, 25px) clamp(10px, 1.2vw, 20px);
  }
  .p-price__table table td ul.list1 li {
    font-size: clamp(1.2rem, 0.843rem + 0.61vw, 1.4rem);
  }
  .p-price__table table td ul.list2 li {
    font-size: clamp(1.4rem, 0.843rem + 0.81vw, 1.6rem);
  }
  .p-price__table table td ul.list3 {
    gap: 5px;
  }
  .p-price__table table td ul.list3 li {
    font-size: clamp(0.9rem, 0.443rem + 0.351vw, 1.2rem);
    padding: 3px 2px;
    letter-spacing: -0.01em;
  }
  .p-price__table table td ul.list4 li {
    font-size: clamp(1.2rem, 0.743rem + 0.651vw, 1.4rem);
    background: url("../images/price/ico_price_03@2x.webp") 0 9px no-repeat;
    background-size: 12px;
  }
  .p-price__table table td dl dt {
    font-size: clamp(1.8rem, 1.444rem + 1.08vw, 2.8rem);
  }
  .p-price__table table td dl dd {
    padding-left: 40px;
  }
  .p-price__table table td .option_title1 {
    gap: 5px;
    font-size: clamp(1.3rem, 0.743rem + 0.701vw, 1.6rem);
  }
  .p-price__table table td .option_title1:before {
    content: "";
    display: block;
    width: 47px;
    height: 47px;
    background: url("../images/price/ico_price_01@2x.webp") 100% 0 no-repeat;
    background-size: contain;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p-price__table table td .option_title2 {
    gap: 5px;
    font-size: clamp(1.3rem, 0.743rem + 0.701vw, 1.6rem);
  }
  .p-price__table table td .option_title2:before {
    content: "";
    display: block;
    width: 48px;
    height: 47px;
    background: url("../images/price/ico_price_02@2x.webp") 100% 0 no-repeat;
    background-size: contain;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p-price__table__title span {
    font-size: clamp(1.6rem, 1.043rem + 0.891vw, 2.7rem);
    height: 60px;
    letter-spacing: -0.08em;
  }
}
.p-price__pc {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 50px;
  min-height: 440px;
}
.p-price__pc__left {
  width: 345px;
  font-size: clamp(1.6rem, 0.843rem + 0.651vw, 1.8rem);
  max-width: 35%;
  text-align: center;
  color: #bd1c24;
  background: #e8f2fa;
  border: 2px solid #215da3;
  border-radius: 20px;
  padding: 30px 10px;
  letter-spacing: -0.1em;
  height: 100%;
}
.p-price__pc__left figure {
  display: block;
  margin-top: 20px;
}
.p-price__pc__center {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 55px solid transparent;
  border-bottom: 55px solid transparent;
  border-left: 20px solid #215da3;
  border-right: 0;
}
.p-price__pc__right {
  width: 750px;
  max-width: 65%;
}
.p-price__pc__right table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 2px solid #215da3;
}
.p-price__pc__right table caption {
  background: #215da3;
  text-align: center;
  font-weight: 800;
  color: #fff;
  font-size: clamp(1.6rem, 0.843rem + 0.651vw, 1.8rem);
}
.p-price__pc__right table th, .p-price__pc__right table td {
  border: 1px solid #215da3;
}
.p-price__pc__right table th {
  background: #e8f2fa;
}
.p-price__pc__right table th > div {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  gap: 10px;
}
.p-price__pc__right table td {
  padding: 2px;
  font-size: clamp(1.35rem, 0.643rem + 0.751vw, 1.5rem);
  background: #e8f2fa;
  text-align: center;
  vertical-align: middle;
}

.p-price__message {
  background: #eaf5ef;
  position: relative;
  padding: 25px 30px;
  margin-top: 50px;
  text-align: center;
  padding-left: clamp(200px, 7vw, 300px);
}
.p-price__message p {
  text-align: center;
  font-size: clamp(2rem, 1.243rem + 0.851vw, 2.5rem);
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-style: italic;
}
.p-price__message p span {
  display: block;
  font-size: clamp(1.5rem, 0.743rem + 0.791vw, 1.7rem);
  font-style: normal;
}
.p-price__message picture {
  display: block;
  position: absolute;
  bottom: 0;
  left: -2%;
  z-index: 2;
}
.p-price__message:before {
  content: "";
  display: block;
  width: 908px;
  max-width: 100%;
  height: 52px;
  background: url("../images/price/img_plice_bg01.webp") 100% 0 no-repeat;
  background-size: cover;
  position: absolute;
  top: -4px;
  left: -4px;
  z-index: 1;
}
.p-price__message:after {
  content: "";
  display: block;
  width: 1080px;
  max-width: 100%;
  height: 52px;
  background: url("../images/price/img_plice_bg02.webp") 100% 100% no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -4px;
  right: -4px;
  z-index: 1;
}

.p-price__img {
  text-align: center;
}
.p-price__img img {
  width: 80%;
  max-width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .p-price__pc {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    margin-top: 50px;
    height: auto;
  }
  .p-price__pc__left {
    width: 100%;
    font-size: clamp(1.6rem, 0.843rem + 0.651vw, 1.8rem);
    max-width: 100%;
    padding: 25px 10px;
    letter-spacing: 0.05em;
    height: 100%;
  }
  .p-price__pc__center {
    margin-right: auto;
    margin-left: auto;
    border-style: solid;
    border-right: 50px solid transparent;
    border-left: 50px solid transparent;
    border-top: 20px solid #215da3;
    border-bottom: 0;
  }
  .p-price__pc__right {
    width: 100%;
    max-width: 100%;
  }
  .p-price__pc__right table {
    border: 1px solid #215da3;
  }
  .p-price__pc__right table caption {
    font-size: clamp(1.4rem, 0.843rem + 0.651vw, 1.6rem);
  }
  .p-price__pc__right table th {
    font-size: clamp(1.15rem, 0.643rem + 0.551vw, 1.4rem);
    letter-spacing: -0.1em;
  }
  .p-price__pc__right table th > div {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1.4;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2px;
  }
  .p-price__pc__right table th > div picture {
    width: 45px;
    height: 45px;
  }
  .p-price__pc__right table th > div picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .p-price__pc__right table td {
    padding: 3px 1px;
    font-size: clamp(1.1rem, 0.643rem + 0.551vw, 1.4rem);
    background: #e8f2fa;
    letter-spacing: -0.05em;
    text-align: center;
    vertical-align: middle;
  }
  .p-price__message {
    padding: 10px 10px;
    margin-top: 50px;
    padding-left: clamp(70px, 5vw, 150px);
  }
  .p-price__message p {
    letter-spacing: -0.03em;
    font-size: clamp(1.3rem, 0.643rem + 0.851vw, 1.5rem);
  }
  .p-price__message p span {
    display: block;
    font-size: clamp(1rem, 0.543rem + 0.791vw, 1.2rem);
  }
  .p-price__message picture {
    display: block;
    position: absolute;
    bottom: 0;
    left: -50px;
    z-index: 2;
    width: 140px;
  }
  .p-price__message:before {
    content: "";
    display: block;
    width: 908px;
    max-width: 100%;
    height: 30px;
    background: url("../images/price/img_plice_bg01@2x.webp") 0 0 no-repeat;
    background-size: cover;
    position: absolute;
    top: -4px;
    left: -4px;
    z-index: 1;
  }
  .p-price__message:after {
    content: "";
    max-width: 100%;
    height: 30px;
    background: url("../images/price/img_plice_bg02@2x.webp") 100% 100% no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -4px;
    right: -4px;
    z-index: 1;
  }
}
/*-------------------------------
  17 お役立ち情報
-------------------------------*/
.p-useful {
  position: relative;
}
.p-useful__list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.p-useful__item {
  width: calc(33.3333333333% - 20px);
  max-width: 100%;
  position: relative;
}
.p-useful__item__parent {
  background: url("../images/useful/img_useful_bg.webp") 0 0 no-repeat;
  background-size: 100%;
  padding: 30px 20px 40px 20px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  position: relative;
  z-index: 2;
  height: 600px;
}
.p-useful__item__midashi {
  text-align: center;
  font-size: 1.6rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #333;
  height: 3em;
}
.p-useful__item__hgroup {
  text-align: center;
  margin-bottom: 20px;
}
.p-useful__item__hgroup picture {
  display: block;
  margin-bottom: 15px;
  text-align: center;
}
.p-useful__item__subtitle {
  font-size: 1.5rem;
  line-height: 1.6;
  height: 6em;
  margin-top: 15px;
  letter-spacing: 0;
  text-align: center;
  background: url("../images/useful/img_useful_line.webp") 50% 100% no-repeat;
  background-size: 229px 3px;
}
.p-useful__item a {
  margin-top: auto;
  width: 225px;
  height: 45px;
  font-size: 1.4rem;
}
.p-useful__item a:after {
  width: 13px;
  height: 10px;
  top: calc(50% - 5px);
  background-size: cover;
}
.p-useful__item__text {
  padding-left: 2.5em;
  padding-right: 2em;
  font-size: 1.4rem;
}
.p-useful__item ul {
  padding-left: 2.5em;
  padding-right: 1.5em;
}
.p-useful__item ul li {
  list-style-type: disc;
  font-size: 1.4rem;
}
.p-useful__child h2 {
  background: #0084cf;
  color: #fff;
  padding: 8px 20px;
  font-size: clamp(2rem, 1.173rem + 1.25vw, 3.4rem);
  margin-bottom: 1.5em;
}
.p-useful__child h3 {
  border-left: 4px solid #0084cf;
  border-bottom: 1px solid #0084cf;
  padding: 10px 20px;
  font-size: clamp(1.8rem, 1.173rem + 0.95vw, 2.5rem);
  margin-bottom: 1.5em;
}
.p-useful__child h4 {
  background: #0084cf;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  padding: 5px;
  font-size: clamp(1.8rem, 0.873rem + 0.85vw, 2rem);
}
.p-useful__child h4.radius {
  border-radius: 50vw;
  padding-right: 10px;
  padding-left: 10px;
  display: inline-block;
}
.p-useful__child h4.width120 {
  width: 120px;
  white-space: nowrap;
}
.p-useful__child p {
  margin-bottom: 2.5em;
  line-height: 1.8;
  font-size: clamp(1.8rem, 0.873rem + 0.85vw, 2rem);
}
.p-useful__child ul {
  margin-bottom: 2em;
  padding-left: 2em;
  font-size: clamp(1.8rem, 0.873rem + 0.85vw, 2rem);
}
.p-useful__child ul li {
  list-style-type: disc;
  margin-bottom: 0.5em;
}
.p-useful__child ul.list_square li {
  list-style-type: none;
  position: relative;
}
.p-useful__child ul.list_square li:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: -20px;
  top: 50%;
  border: 1px solid #000000;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-useful__child ul.list_check li {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding-left: 40px;
  list-style-type: none;
  position: relative;
  background: url("../images/useful/ico_check@2x.webp") 0 0 no-repeat;
  background-size: 29px 27px;
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .p-useful__list {
    gap: 10px;
  }
  .p-useful__item {
    width: calc(33.3333333333% - 10px);
    background: #f7f7f7;
  }
  .p-useful__item__parent {
    background: #f7f7f7;
  }
  .p-useful__item__midashi {
    height: 3em;
  }
  .p-useful__item__text {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
@media screen and (max-width: 1024px) {
  .p-useful__inner {
    padding: 50px 0;
  }
  .p-useful hgroup {
    display: block;
  }
  .p-useful__list {
    margin-top: 120px;
  }
  .p-useful__item {
    width: 100%;
  }
  .p-useful__item__parent {
    background: #f7f7f7;
    padding: 40px 20px 40px 20px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 20px;
    -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;
    position: relative;
    z-index: 2;
    height: auto;
  }
  .p-useful__item__midashi {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
    gap: 20px;
    font-size: clamp(2rem, 1.173rem + 0.95vw, 2.7rem);
    font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #234993;
  }
  .p-useful__item__midashi picture {
    width: 50px;
  }
  .p-useful__item__hgroup {
    margin-bottom: 20px;
  }
  .p-useful__item__hgroup picture {
    max-width: 90%;
    margin-inline: auto;
  }
  .p-useful__item__subtitle {
    font-size: clamp(1.6rem, 1.043rem + 0.61vw, 2rem);
    margin-top: 20px;
  }
  .p-useful__item__text {
    font-size: clamp(1.3rem, 0.843rem + 0.471vw, 1.5rem);
    line-height: 1.6;
  }
  .p-useful__item a {
    margin-top: 20px;
  }
  .p-useful__sera {
    top: 0;
    left: -30px;
    display: block;
    position: absolute;
    width: 170px;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .p-useful__mascot1 {
    top: -60px;
    right: -20px;
    display: block;
    width: 80px;
    position: absolute;
    z-index: 2;
  }
  .p-useful__mascot2 {
    top: -25px;
    right: -10px;
    display: block;
    width: 40px;
    position: absolute;
    z-index: 0;
  }
}
/*-------------------------------
  24 よくある質問
-------------------------------*/
.p-faq--menu {
  background: #dfebf7;
  padding: 40px 0 0 0;
}
.p-faq--menu ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.p-faq--menu ul li {
  width: 370px;
  max-width: calc(33.3333333333% - 20px);
}
.p-faq--menu ul li a {
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1.6rem, 0.744rem + 1.08vw, 1.85rem);
  line-height: 1;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  -webkit-transition: all 0.015s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
  -webkit-transition: all 0.15s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
  transition: all 0.15s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
  height: 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  background: #f7f7f7;
  border-radius: 10px;
  color: #333;
  position: relative;
  border: 1px solid rgba(35, 52, 71, 0.55);
}
.p-faq--menu ul li a:before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50vw;
  background: #234993;
  -webkit-transition: all 0.015s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
  -webkit-transition: all 0.15s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
  transition: all 0.15s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
}
.p-faq--menu ul li a::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  position: absolute;
  top: calc(50% - 1px);
  right: 19px;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
  -webkit-transition: all 0.015s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
  -webkit-transition: all 0.15s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
  transition: all 0.15s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
}
.p-faq--menu ul li a:hover {
  background: #233447;
  color: #fff;
}
.p-faq--menu ul li a:hover:before {
  background: #fff;
}
.p-faq--menu ul li a:hover::after {
  border-color: #233447;
}

@media screen and (max-width: 1024px) {
  .p-faq--menu {
    padding: 20px 0 0 0;
  }
  .p-faq--menu ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
  .p-faq--menu ul li {
    max-width: calc(50% - 5px);
  }
  .p-faq--menu ul li a {
    font-size: clamp(1.2rem, 0.544rem + 1.08vw, 1.4rem);
    padding-right: 30px;
    height: 60px;
    padding: 10px 30px 10px 10px;
  }
  .p-faq--menu ul li a:before {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 50vw;
    background: #233447;
    -webkit-transition: all 0.015s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
    -webkit-transition: all 0.15s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
    transition: all 0.15s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
  }
  .p-faq--menu ul li a::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    position: absolute;
    top: calc(50% - 1px);
    right: 14px;
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
            transform: translate(-50%, -50%) rotate(135deg);
    -webkit-transition: all 0.015s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
    -webkit-transition: all 0.15s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
    transition: all 0.15s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
  }
  .p-faq--menu ul li a:hover {
    background: #233447;
    color: #fff;
  }
  .p-faq--menu ul li a:hover:before {
    background: #fff;
  }
  .p-faq--menu ul li a:hover::after {
    border-color: #233447;
  }
}
.p-faq--title {
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.p-faq--title picture {
  display: block;
  margin-bottom: -10px;
  margin-left: -200px;
}
.p-faq--title picture img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-faq--section {
  background: #dfebf7;
  padding: 0 0 100px 0;
}
.p-faq--section.p-faq--section1 {
  padding-top: 100px;
}
.p-faq--section__list {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  -webkit-box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.1);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.p-faq--section__list figure {
  display: block;
  width: 48%;
  max-width: 48%;
  font-size: clamp(1.6rem, 0.744rem + 1.28vw, 2.2rem);
  color: #233447;
  font-weight: 700;
}
.p-faq--section__list figure:nth-of-type(1) {
  border-right: 1px solid #233447;
}
.p-faq--section__list figure picture {
  display: block;
  height: 170px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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-faq--section__list figure picture img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .p-faq--section {
    padding: 0 0 60px 0;
  }
  .p-faq--section.p-faq--section1 {
    padding-top: 60px;
  }
  .p-faq--section__list {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
  }
  .p-faq--section__list figure {
    display: block;
    width: 48%;
    max-width: 48%;
    font-size: clamp(1.4rem, 0.744rem + 1.08vw, 1.8rem);
  }
  .p-faq--section__list figure picture {
    display: block;
    height: 170px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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-faq--section__list figure picture img {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-faq__list {
  padding: 15px 25px;
  border-radius: 20px;
  background: #f7f7f7;
  margin-bottom: 30px;
}
.p-faq__list dt {
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: clamp(1.6rem, 0.744rem + 1.28vw, 2.2rem);
  color: #233447;
  line-height: 2.2;
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  padding-bottom: 10px;
  border-bottom: 0px dashed #000000;
  -webkit-transition: all 0.015s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
  -webkit-transition: all 0.15s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
  transition: all 0.15s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
}
.p-faq__list dt:before {
  content: "";
  display: block;
  width: 42px;
  height: 30px;
  margin-top: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: url("../images/faq/ico_qa_q.svg") 0 0 no-repeat;
  background-size: contain;
  z-index: 1;
}
.p-faq__list dt > span {
  display: inline-block;
  background: #234993;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  border-radius: 50vw;
  line-height: 1;
  -webkit-transition: all 0.015s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
  -webkit-transition: all 0.15s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
  transition: all 0.15s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
}
.p-faq__list dt > span > span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50vw;
}
.p-faq__list dt > span > span:before {
  content: "";
  display: block;
  width: 15px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-faq__list dt > span > span:after {
  content: "";
  display: block;
  width: 15px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: all 0.015s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
  -webkit-transition: all 0.15s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
  transition: all 0.15s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
}
.p-faq__list dt.open {
  border-bottom: 1px dashed #000000;
}
.p-faq__list dt.open > span {
  background: #d4676c;
}
.p-faq__list dt.open > span > span:after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
}
.p-faq__list dd {
  display: none;
}
.p-faq__list dd > div {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(1.4rem, 0.744rem + 0.88vw, 2rem);
  color: #233447;
  line-height: 2.2;
  padding-top: 10px;
  gap: 25px;
}
.p-faq__list dd > div:before {
  content: "";
  display: block;
  width: 42px;
  height: 30px;
  margin-top: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: url("../images/faq/ico_qa_a.svg") 0 0 no-repeat;
  background-size: contain;
  z-index: 1;
}
.p-faq__list dd > div a {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  color: #233447;
  margin-left: 110px;
  -webkit-transition: all 0.015s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
  -webkit-transition: all 0.15s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
  transition: all 0.15s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
}
.p-faq__list dd > div a:before {
  -webkit-transition: all 0.015s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
  -webkit-transition: all 0.15s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
  transition: all 0.15s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
  content: "";
  display: block;
  width: 22px;
  height: 23px;
  margin-top: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: url("../images/faq/ico_faq_point.svg") 0 0 no-repeat;
  background-size: contain;
  z-index: 1;
}
.p-faq__list dd > div a:hover:before {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

@media screen and (max-width: 1024px) {
  .p-faq__list {
    padding: 15px 15px 15px 20px;
    margin-bottom: 30px;
  }
  .p-faq__list dt {
    font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: clamp(1.4rem, 0.744rem + 1.08vw, 1.8rem);
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    line-height: 1.5;
    padding-right: 30px;
  }
  .p-faq__list dt:before {
    content: "";
    display: block;
    width: 30px;
    height: 20px;
    margin-top: 3px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background: url("../images/faq/ico_qa_q.svg") 0 0 no-repeat;
    background-size: contain;
    z-index: 1;
  }
  .p-faq__list dt > span {
    display: inline-block;
    background: #233447;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    border-radius: 50vw;
    line-height: 1;
    -webkit-transition: all 0.015s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
    -webkit-transition: all 0.15s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
    transition: all 0.15s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
  }
  .p-faq__list dt > span > span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50vw;
  }
  .p-faq__list dt > span > span:before {
    content: "";
    display: block;
    width: 10px;
    height: 3px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .p-faq__list dt > span > span:after {
    content: "";
    display: block;
    width: 10px;
    height: 3px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transition: all 0.015s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
    -webkit-transition: all 0.15s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
    transition: all 0.15s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
  }
  .p-faq__list dd {
    display: none;
  }
  .p-faq__list dd > div {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: clamp(1.4rem, 0.744rem + 0.88vw, 2rem);
    line-height: 1.6;
    gap: 15px;
  }
  .p-faq__list dd > div:before {
    content: "";
    display: block;
    width: 30px;
    height: 20px;
    margin-top: 3px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background: url("../images/faq/ico_qa_a.svg") 0 0 no-repeat;
    background-size: contain;
    z-index: 1;
  }
  .p-faq__list dd > div a {
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    margin-top: 1em;
    color: #233447;
    margin-left: 0;
    -webkit-transition: all 0.015s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
    -webkit-transition: all 0.15s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
    transition: all 0.15s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
  }
  .p-faq__list dd > div a:before {
    -webkit-transition: all 0.015s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
    -webkit-transition: all 0.15s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
    transition: all 0.15s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
    content: "";
    display: block;
    width: 22px;
    height: 23px;
    margin-top: 2px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background: url("../images/faq/ico_faq_point.svg") 0 0 no-repeat;
    background-size: contain;
    z-index: 1;
  }
}
/*-------------------------------
  25 会社概要
-------------------------------*/
.hukkyu_table {
  width: 100%;
  margin-bottom: 80px;
}
.hukkyu_table th {
  text-align: left;
  width: 12em;
  color: #233447;
  font-size: 16px;
  vertical-align: middle;
  padding: 20px;
  font-size: 16px;
}
.hukkyu_table tr {
  border-bottom: 1px #ccc solid;
}
.hukkyu_table td {
  text-align: left;
  vertical-align: middle;
  padding: 20px;
  font-size: 16px;
  line-height: 1.7em;
}
.hukkyu_table td.width_column2 {
  width: calc(50% - 6em);
}

@media screen and (max-width: 1024px) {
  .hukkyu_table {
    width: 100%;
    margin-bottom: 60px;
  }
  .hukkyu_table th {
    display: block;
    width: 100%;
    font-size: 1.6rem;
    padding: 10px 15px 10px 15px;
  }
  .hukkyu_table tr {
    display: block;
    width: 100%;
    border-bottom: 0;
  }
  .hukkyu_table td {
    display: block;
    text-align: left;
    vertical-align: middle;
    padding: 0 15px 10px 15px;
    font-size: 16px;
    line-height: 1.7em;
    width: 100%;
    border-bottom: 1px #ccc solid;
  }
  .hukkyu_table td a {
    display: block;
    width: 100%;
  }
  .hukkyu_table td.width_column2 {
    width: 100%;
  }
  .link-box__parent {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 20px;
  }
  .link-box__parent .link-box {
    width: 100%;
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  .link-box__parent .link-box > a {
    margin-bottom: 5px;
  }
}
.p-info__history {
  padding: 60px 0;
  width: 700px;
  max-width: 100%;
  margin-inline: auto;
}
.p-info__history ul {
  display: block;
}
.p-info__history ul li {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 5px;
}
.p-info__history ul li span {
  width: 8em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
}

@media screen and (max-width: 1024px) {
  .p-info__history {
    padding: 50px 0;
  }
  .p-info__history ul {
    display: block;
  }
  .p-info__history ul li {
    gap: 15px;
    margin-bottom: 5px;
  }
  .p-info__history ul li span {
    width: 6.5em;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.p-info__winget {
  width: 900px;
  max-width: 100%;
}
.p-info__winget table {
  width: 100%;
  border-collapse: collapse;
}
.p-info__winget table tr td {
  padding: 10px 20px;
  background: #fff;
}
.p-info__winget table tr td > a {
  color: #63c4f0;
  font-size: clamp(1.2rem, 0.444rem + 0.78vw, 1.4rem);
}
.p-info__winget table tr td .f24_b01 {
  font-size: clamp(1.8rem, 0.744rem + 1.058vw, 2.21rem);
}
.p-info__winget table tr td p > a {
  color: #63c4f0;
  font-size: clamp(1.2rem, 0.444rem + 0.78vw, 1.4rem);
}
.p-info__winget table tr .obi {
  padding: 10px 25px;
  background: #143883;
  color: #fff;
  font-size: clamp(1.8rem, 0.744rem + 1.458vw, 2.5rem);
}

/*-------------------------------
  26 無料トライアル
-------------------------------*/
.p-trial--box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 120px;
}
.p-trial--box__item {
  background: #428eb9;
  width: calc(33.3333333333% - 20px);
  padding: 20px;
  border-radius: 10px;
  border: 3px solid #fff;
  -webkit-box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.1);
}
.p-trial--box__item__title {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: clamp(1.8rem, 0.744rem + 1.48vw, 2.5rem);
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-align: center;
  border-radius: 10px;
  height: 70px;
  position: relative;
  padding: 20px 5px 10px 5px;
  background: #fff;
  color: #234993;
  margin-bottom: 30px;
  letter-spacing: -0.05em;
}
.p-trial--box__item__title > span {
  display: block;
  text-align: center;
  width: 100%;
}
.p-trial--box__item__title:before {
  position: absolute;
  top: -20px;
  left: 50%;
  width: 42px;
  content: "";
  height: 42px;
  line-height: 1;
  display: block;
}
.p-trial--box__item__title__1:before {
  background: url("../images/trial/img_trial_num1@2x.webp") 0 0 no-repeat;
  background-size: contain;
}
.p-trial--box__item__title__2:before {
  background: url("../images/trial/img_trial_num2@2x.webp") 0 0 no-repeat;
  background-size: contain;
}
.p-trial--box__item__title__3:before {
  background: url("../images/trial/img_trial_num3@2x.webp") 0 0 no-repeat;
  background-size: contain;
}
.p-trial--box__item p {
  color: #fff;
  font-size: clamp(1.4rem, 0.744rem + 1.28vw, 1.6rem);
  line-height: 1.6;
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  height: 10em;
}
.p-trial--box__item figure {
  display: block;
  text-align: center;
}
.p-trial--tips {
  background-size: cover;
  position: relative;
  height: 310px;
}
.p-trial--tips:after {
  background: #c9d8d4;
  bottom: -10px;
  right: -10px;
  content: "";
  opacity: 0.8;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  display: block;
}
.p-trial--tips:before {
  position: absolute;
  top: -40px;
  left: 60px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 0;
  z-index: 3;
  width: 297px;
  content: "";
  height: 114px;
  line-height: 1;
  display: block;
  background: url("../images/trial/img_trial_tips@2x.webp") 0 0 no-repeat;
  background-size: contain;
}
.p-trial--tips__title {
  text-align: center;
  color: #234993;
  margin-bottom: 10px;
  font-size: clamp(1.9rem, 0.844rem + 1.68vw, 3rem);
}
.p-trial--tips__inner {
  background: #fff url("../images/trial/img_trial_memo@2x.webp") 0 0 repeat-y;
  background-size: cover;
  padding: 35px 30px 20px 80px;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.p-trial--tips__inner > div {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.p-trial--tips__inner > div p {
  font-size: clamp(1.6rem, 0.844rem + 1.28vw, 2rem);
  line-height: 2;
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.p-trial--tips__inner > div figure {
  display: block;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 1024px) {
  .p-trial--box {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 60px;
  }
  .p-trial--box__item {
    width: 100%;
    padding: 40px 20px 20px 20px;
  }
  .p-trial--box__item__title {
    font-size: clamp(1.8rem, 0.744rem + 1.48vw, 2.5rem);
    height: 70px;
    position: relative;
    padding: 20px 5px 10px 5px;
    background: #fff;
    color: #234993;
    margin-bottom: 30px;
    letter-spacing: -0.05em;
  }
  .p-trial--box__item__title > span {
    display: block;
    text-align: center;
    width: 100%;
  }
  .p-trial--box__item__title:before {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-trial--box__item p {
    color: #fff;
    font-size: clamp(1.4rem, 0.744rem + 1.28vw, 1.6rem);
    line-height: 1.6;
    font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
    height: 10em;
  }
  .p-trial--box__item figure {
    display: block;
    text-align: center;
  }
  .p-trial--tips {
    height: auto;
  }
  .p-trial--tips:before {
    position: absolute;
    top: -40px;
    left: 80px;
    z-index: 3;
    width: 148.5px;
    content: "";
    height: 57px;
    line-height: 1;
    display: block;
    background: url("../images/trial/img_trial_tips@2x.webp") 0 0 no-repeat;
    background-size: contain;
  }
  .p-trial--tips__title {
    text-align: center;
    color: #234993;
    margin-bottom: 10px;
    font-size: clamp(1.6rem, 0.844rem + 1.28vw, 2.2rem);
  }
  .p-trial--tips__inner {
    background: #fff url("../images/trial/img_trial_memo@2x.webp") 0 0 repeat-y;
    background-size: 100%;
    padding: 40px 20px 20px 20px;
  }
  .p-trial--tips__inner > div {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  .p-trial--tips__inner > div p {
    font-size: clamp(1.4rem, 0.844rem + 1.08vw, 1.8rem);
  }
  .p-trial--tips__inner > div figure {
    display: block;
    width: 100%;
  }
  .p-trial--tips__inner > div figure img {
    width: 100%;
  }
}
.p-trial--flow {
  gap: 20px;
}
.p-trial--flow__item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 20px 30px;
  padding: 20px;
}
.p-trial--flow__item__title {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  font-size: clamp(2.2rem, 0.744rem + 1.58vw, 3rem);
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-align: center;
  color: #234993;
  background: #fff;
  position: relative;
}
.p-trial--flow__item__title span {
  width: 100%;
  display: block;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.p-trial--flow__item__title:before {
  width: 165px;
  content: "";
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1;
  display: block;
}
.p-trial--flow__item__title__1:before {
  background: #234993 url("../images/trial/img_trial_step1@2x.webp") 50% 50% no-repeat;
  background-size: 118px 37px;
}
.p-trial--flow__item__title__2:before {
  background: #234993 url("../images/trial/img_trial_step2@2x.webp") 50% 50% no-repeat;
  background-size: 118px 37px;
}
.p-trial--flow__item__title__3:before {
  background: #234993 url("../images/trial/img_trial_step3@2x.webp") 50% 50% no-repeat;
  background-size: 118px 37px;
}
.p-trial--flow__item figure {
  margin-left: 20px;
  width: 360px;
  max-width: 40%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  text-align: center;
}
.p-trial--flow__item > div {
  width: calc(100% - 360px);
  max-width: 60%;
  font-size: clamp(1.6rem, 0.744rem + 1.28vw, 2rem);
  letter-spacing: 0.1em;
}
.p-trial--flow__item > div a {
  color: #233447;
  text-decoration: underline;
}

@media screen and (max-width: 1024px) {
  .p-trial--flow {
    gap: 20px;
    margin-bottom: 50px;
  }
  .p-trial--flow__item {
    gap: 20px 20px;
    padding: 20px 0;
  }
  .p-trial--flow__item__title {
    height: 50px;
    font-size: clamp(1.5rem, 0.744rem + 0.98vw, 1.8rem);
    letter-spacing: 0;
  }
  .p-trial--flow__item__title:before {
    width: 76px;
  }
  .p-trial--flow__item__title__1:before {
    background: #234993 url("../images/trial/img_trial_step1@2x.webp") 50% 50% no-repeat;
    background-size: 59px 18.5px;
  }
  .p-trial--flow__item__title__2:before {
    background: #234993 url("../images/trial/img_trial_step2@2x.webp") 50% 50% no-repeat;
    background-size: 59px 18.5px;
  }
  .p-trial--flow__item__title__3:before {
    background: #234993 url("../images/trial/img_trial_step3@2x.webp") 50% 50% no-repeat;
    background-size: 59px 18.5px;
  }
  .p-trial--flow__item figure {
    margin-left: 0;
    width: 100%;
    max-width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: block;
    text-align: center;
  }
  .p-trial--flow__item figure img {
    width: 100%;
  }
  .p-trial--flow__item > div {
    width: 100%;
    max-width: 100%;
    font-size: clamp(1.4rem, 0.744rem + 1.08vw, 1.6rem);
    letter-spacing: 0.05em;
  }
}
.p-trial--cta {
  background: #f7f7f7;
  position: relative;
  border-top: 14px solid #ffeea4;
  border-bottom: 14px solid #ffeea4;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-trial--cta:before {
  width: 286px;
  content: "";
  height: 205px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1;
  margin-top: -25px;
  display: block;
  background: url("../images/trial/img_trial_form_sera@2x.webp") 50% 50% no-repeat;
  background-size: contain;
}
.p-trial--cta:after {
  width: 148px;
  content: "";
  height: 139px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1;
  display: block;
  background: url("../images/trial/img_trial_form_robot@2x.webp") 50% 50% no-repeat;
  background-size: contain;
}
.p-trial--cta > div {
  padding: 0 20px;
}
.p-trial--cta__title {
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1;
}
.p-trial--cta__title span:nth-of-type(1) {
  font-size: clamp(2rem, 0.8rem + 2.5vw, 3rem);
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #e50012;
  display: block;
  margin-bottom: 10px;
}
.p-trial--cta__title span:nth-of-type(2) {
  font-size: clamp(2rem, 0.8rem + 2.5vw, 3rem);
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-style: normal;
  display: block;
  color: #234993;
  margin-bottom: 10px;
}
.p-trial--cta__title span:nth-of-type(3) {
  font-size: clamp(2.4rem, 0.8rem + 2.5vw, 3.8rem);
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-style: normal;
  display: block;
  color: #234993;
}

@media screen and (max-width: 1024px) {
  .p-trial--cta {
    border-top: 10px solid #ffeea4;
    border-bottom: 10px solid #ffeea4;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-trial--cta:before {
    width: 81.7142857143px;
    content: "";
    height: 58.5714285714px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    line-height: 1;
    margin-left: -30px;
    margin-top: 0;
    display: block;
    background: url("../images/trial/img_trial_form_sera@2x.webp") 50% 50% no-repeat;
    background-size: contain;
  }
  .p-trial--cta:after {
    width: 42.2857142857px;
    content: "";
    height: 39.7142857143px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    line-height: 1;
    display: block;
    margin-right: -20px;
    background: url("../images/trial/img_trial_form_robot@2x.webp") 50% 50% no-repeat;
    background-size: contain;
  }
  .p-trial--cta > div {
    padding: 10px;
  }
  .p-trial--cta__title {
    font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 900;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0;
  }
  .p-trial--cta__title span:nth-of-type(1) {
    font-size: clamp(1.4rem, 0.8rem + 1.2vw, 1.6rem);
    font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 800;
    font-style: normal;
    margin-bottom: 5px;
  }
  .p-trial--cta__title span:nth-of-type(2) {
    font-size: clamp(1.4rem, 0.8rem + 1.2vw, 1.6rem);
    margin-bottom: 5px;
  }
  .p-trial--cta__title span:nth-of-type(3) {
    font-size: clamp(1.6rem, 0.8rem + 1.2vw, 2rem);
  }
}
.p-trial--form__inner {
  margin-top: 45px;
  background: #fff;
  border-radius: 20px;
  padding: 50px 20px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}
.p-trial--form__inner input[type=text],
.p-trial--form__inner input[type=email],
.p-trial--form__inner input[type=tel],
.p-trial--form__inner input[type=number],
.p-trial--form__inner input[type=date],
.p-trial--form__inner input[type=time],
.p-trial--form__inner input[type=datetime-local], .p-trial--form__inner textarea {
  background: #ecf5f8;
  border-radius: 5px;
  width: 100%;
  padding: 10px;
  border: 1px solid rgba(203, 203, 203, 0.5);
}
.p-trial--form__inner ::-webkit-input-placeholder {
  color: #cbcbcb;
  letter-spacing: 0.1em;
  line-height: 2;
  font-size: 1.6rem;
}
.p-trial--form__inner ::-moz-placeholder {
  color: #cbcbcb;
  letter-spacing: 0.1em;
  line-height: 2;
  font-size: 1.6rem;
}
.p-trial--form__inner :-ms-input-placeholder {
  color: #cbcbcb;
  letter-spacing: 0.1em;
  line-height: 2;
  font-size: 1.6rem;
}
.p-trial--form__inner ::-ms-input-placeholder {
  color: #cbcbcb;
  letter-spacing: 0.1em;
  line-height: 2;
  font-size: 1.6rem;
}
.p-trial--form__inner ::placeholder {
  color: #cbcbcb;
  letter-spacing: 0.1em;
  line-height: 2;
  font-size: 1.6rem;
}
.p-trial--form__inner input[type=radio], .p-trial--form__inner input[type=checkbox] {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  outline: auto;
  background: #ecf5f8;
  padding: 5px;
  border: 1px solid rgba(203, 203, 203, 0.5);
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.soudan .mwform-checkbox-field {
  position: relative;
  padding-bottom: 20px;
}
.soudan .mwform-checkbox-field:nth-of-type(2) {
  width: 70%;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
}
.soudan .mwform-checkbox-field a {
  position: absolute;
  left: 0;
  top: 36px;
  font-size: 1.4rem;
  color: #d4145a;
  text-decoration: underline;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: underline;
  line-height: 1;
  gap: 10px;
  font-size: clamp(1.4rem, 0.544rem + 0.68vw, 1.6rem);
  color: black;
  margin-left: 30px;
}
.soudan .mwform-checkbox-field a span {
  text-decoration: underline;
}
.soudan .mwform-checkbox-field a:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url("../images/common/ico_link@2x.webp") 0 0 no-repeat;
  background-size: contain;
}

@media screen and (max-width: 1024px) {
  .p-trial--form__inner {
    margin-top: 40px;
    padding: 50px 20px;
  }
  .p-trial--form__inner input[type=text],
  .p-trial--form__inner input[type=email],
  .p-trial--form__inner input[type=tel],
  .p-trial--form__inner input[type=number],
  .p-trial--form__inner input[type=date],
  .p-trial--form__inner input[type=time],
  .p-trial--form__inner input[type=datetime-local], .p-trial--form__inner textarea {
    width: 100%;
    font-size: 1.2rem;
    padding: 6px;
  }
  .p-trial--form__inner ::-webkit-input-placeholder {
    letter-spacing: 0.05em;
    line-height: 1.8;
    font-size: 1.2rem;
  }
  .p-trial--form__inner ::-moz-placeholder {
    letter-spacing: 0.05em;
    line-height: 1.8;
    font-size: 1.2rem;
  }
  .p-trial--form__inner :-ms-input-placeholder {
    letter-spacing: 0.05em;
    line-height: 1.8;
    font-size: 1.2rem;
  }
  .p-trial--form__inner ::-ms-input-placeholder {
    letter-spacing: 0.05em;
    line-height: 1.8;
    font-size: 1.2rem;
  }
  .p-trial--form__inner ::placeholder {
    letter-spacing: 0.05em;
    line-height: 1.8;
    font-size: 1.2rem;
  }
  .p-trial--form__inner input[type=radio], .p-trial--form__inner input[type=checkbox] {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    outline: auto;
    background: #ecf5f8;
    padding: 5px;
    border: 1px solid rgba(203, 203, 203, 0.5);
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .mwform-checkbox-field {
    font-size: 1.2rem;
  }
  .soudan .mwform-checkbox-field {
    position: relative;
    width: 100%;
    padding-bottom: 0;
  }
  .soudan .mwform-checkbox-field:nth-of-type(2) {
    padding-bottom: 35px;
    width: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .soudan .mwform-checkbox-field a {
    top: 36px;
    font-size: clamp(1.2rem, 0.544rem + 0.58vw, 1.4rem);
    margin-left: 25px;
  }
  .soudan .mwform-checkbox-field a:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: url("../images/common/ico_link@2x.webp") 0 0 no-repeat;
    background-size: contain;
  }
}
/*-------------------------------
  27 お問い合わせ
-------------------------------*/
.form_table_box table {
  width: 800px;
  display: block;
  margin: auto;
  max-width: 100%;
  margin-bottom: 60px;
}
.form_table_box table tr, .form_table_box table tbody {
  display: block;
}
.form_table_box table tr th, .form_table_box table tbody th {
  display: block;
  text-align: left;
  width: 100%;
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(1.6rem, 0.544rem + 1.08vw, 1.8rem);
}
.form_table_box table tr th > span, .form_table_box table tbody th > span {
  font-size: clamp(1.2rem, 0.544rem + 0.88vw, 1.6rem);
  color: #d4145a;
}
.form_table_box table tr td, .form_table_box table tbody td {
  background: #fff;
  font-size: clamp(1.4rem, 0.444rem + 1.08vw, 1.6rem);
  padding: 15px 0 40px 0;
  width: 100%;
  display: block;
}
.form_table_box table tr td label, .form_table_box table tbody td label {
  display: block;
  width: 100%;
}
.form_table_box table tr td.check_flex label, .form_table_box table tbody td.check_flex label {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.form_table_box table tr td.check_flex label > span, .form_table_box table tbody td.check_flex label > span {
  display: block;
  min-width: 20%;
  margin-left: 0 !important;
}
.form_table_box > p {
  text-align: center;
  margin: 2em 0;
}

.form_table_iframe {
  display: none;
  height: 160px;
  overflow-y: scroll;
  width: 800px;
  padding: 15px;
  max-width: 100%;
  margin: 2em auto;
}
.form_table_iframe h4 {
  font-size: 1.4rem !important;
}
.form_table_iframe p {
  font-size: 1.2rem !important;
}

.mw_wp_form_input .form_table_iframe {
  display: block;
}

.mw_wp_form_input_hidden {
  display: none;
}

.mw_wp_form_input .mw_wp_form_input_hidden {
  display: block;
}

/*-------------------------------
  29 プライバシーポリシー
-------------------------------*/
.p-privacy--section1 {
  padding-top: 1.5em;
  background: url("../images/privacy/img_privacy_1.webp") 100% 0 no-repeat;
  background-size: contain;
  padding-right: 20%;
  margin-bottom: 100px;
  height: 460px;
  letter-spacing: 0.2em;
  max-height: 100%;
}
.p-privacy--section1__h2 {
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-style: normal;
  background: #234993;
  font-size: clamp(2.8rem, 1.271rem + 1.8vw, 3.8rem);
  line-height: 1.4;
  padding: 2px 20px;
  color: #fff;
  display: inline-block;
  margin-bottom: 30px;
}
.p-privacy--section1 p {
  font-size: clamp(1.8rem, 0.714rem + 1.27vw, 2.3rem);
  color: #234993;
}
.p-privacy--section2 p {
  font-size: clamp(1.8rem, 0.714rem + 1.27vw, 2.3rem);
  color: #234993;
  margin-bottom: 50px;
}
.p-privacy--section2__img {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 100px;
}
.p-privacy--section2__img figure {
  max-width: 50%;
}
.p-privacy--section2__img figure picture {
  display: block;
  max-height: 595px;
  margin-bottom: 15px;
}
.p-privacy--section2__img figure img {
  max-width: 100%;
  height: auto;
}
.p-privacy--section2__img figure figcaption {
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 800;
  font-style: normal;
  text-align: center;
  font-size: clamp(1.7rem, 0.744rem + 0.88vw, 2rem);
  color: #2b2829;
}

@media screen and (max-width: 1024px) {
  .p-privacy--section1 {
    background: url("../images/privacy/img_privacy_1@2x.webp") 100% 0 no-repeat;
    background-size: contain;
    padding-right: 0;
    padding-top: 75%;
    margin-bottom: 60px;
    height: auto;
    letter-spacing: 0.05em;
  }
  .p-privacy--section1__h2 {
    font-size: clamp(2rem, 1.071rem + 1.2vw, 2.4rem);
    line-height: 1.4;
    padding: 2px 20px;
    margin-bottom: 20px;
  }
  .p-privacy--section1 p {
    font-size: clamp(1.4rem, 0.414rem + 1.07vw, 1.6rem);
  }
  .p-privacy--section2 p {
    font-size: clamp(1.4rem, 0.414rem + 1.07vw, 1.6rem);
    margin-bottom: 40px;
  }
  .p-privacy--section2__img {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 100px;
  }
  .p-privacy--section2__img figure {
    max-width: 50%;
  }
  .p-privacy--section2__img figure picture {
    display: block;
    max-height: 595px;
    margin-bottom: 15px;
  }
  .p-privacy--section2__img figure img {
    max-width: 100%;
    height: auto;
  }
  .p-privacy--section2__img figure figcaption {
    font-size: clamp(1.4rem, 0.414rem + 1.07vw, 1.6rem);
  }
}
/*-------------------------------
  c-ban__blog
-------------------------------*/
.c-ban__blog {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
  padding-bottom: 60px;
}
.c-ban__blog a {
  text-align: center;
}
.c-ban__blog a img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .c-ban__blog {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
/*-------------------------------
  c-cta
-------------------------------*/
.c-cta {
  background: #f7f7f7;
  color: #233447;
}
.c-cta.bluebg {
  background: #dfebf7;
}
.c-cta__2 {
  background: #dfebf7;
  position: relative;
}
.c-cta__h2 {
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: clamp(2.4rem, 0.8rem + 2.5vw, 3.7rem);
  line-height: 1.4;
  color: #234993;
  margin-bottom: 60px;
}
.c-cta__inner {
  width: 1150px;
  max-width: calc(100% - 40px);
  margin: auto;
  padding: 100px 0;
  text-align: center;
}
.c-cta__inner__2 {
  padding: 0px 0 100px 0;
}
.c-cta__list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0;
  background: #fff;
  border-radius: 20px;
  padding: 35px 0 30px 0;
}
.c-cta__list__item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 40px clamp(20px, 1.143rem + 1.41vw, 40px) 10px clamp(20px, 1.143rem + 1.41vw, 40px);
  border-right: 1px solid #666;
}
.c-cta__list__item:last-of-type {
  border-right: none;
  border-bottom: none;
}
.c-cta__list__item:before {
  content: "";
  display: block;
  width: 84px;
  height: 84px;
  background: url("../images/common/ico_cta_mail.webp") 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.c-cta__list__item.tel1:before {
  background: url("../images/common/ico_cta_tel.webp") 0 0 no-repeat;
  background-size: contain;
}
.c-cta__list__item.mail:before {
  width: 183px;
}
.c-cta__list__item.chat:before {
  background: url("../images/common/ico_cta_chat.webp") 0 0 no-repeat;
  background-size: contain;
}
.c-cta__list__item__h4 {
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: clamp(1.6rem, 1.143rem + 0.81vw, 2.3rem);
  line-height: 1.4;
  color: #233447;
  position: relative;
  width: 100%;
  height: 45px;
}
.c-cta__list__item__h4.tel1:before {
  content: "";
  display: block;
  width: 100px;
  height: 145px;
  background: url("../images/top/img_cta_tel2.webp") 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  top: 15px;
  right: -15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  max-width: 35%;
}
.c-cta__list__item__h4.tel2:before {
  content: "";
  display: block;
  width: 100px;
  height: 145px;
  background: url("../images/top/img_cta_tel4.webp") 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  top: 15px;
  right: -15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  max-width: 35%;
}
.c-cta__list__item__h4.mail {
  height: 65px;
  line-height: 1.2;
}
.c-cta__list__item__h4.mail span {
  font-weight: 600;
  font-size: clamp(1.2rem, 0.843rem + 0.81vw, 1.6rem);
}
.c-cta__list__item__h4_mail {
  height: 100px;
}
.c-cta__list__item__h4_chat {
  height: 25px;
}
.c-cta__list__item__p {
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: clamp(1.6rem, 1.143rem + 0.81vw, 2.3rem);
  line-height: 1.4;
  color: #233447;
  letter-spacing: -0.04em;
  height: 60px;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}
.c-cta__list__item__p__2 {
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: clamp(1.4rem, 0.843rem + 1.01vw, 1.8rem);
  line-height: 1.4;
  color: #233447;
  height: 55px;
  white-space: nowrap;
  letter-spacing: -0.04em;
}
.c-cta__list__item > figure img {
  max-width: 100%;
  height: auto;
}
.c-cta__list__item > figure figcaption {
  display: block;
  margin-top: 5px;
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 800;
  font-style: normal;
  line-height: 1.4;
  font-size: clamp(1.6rem, 1.143rem + 0.81vw, 2.3rem);
  position: relative;
}
.c-cta__list__item a {
  letter-spacing: -0.08em;
}
.c-cta__list__item__telfigure {
  margin-top: 20px;
}
.c-cta__list__item__telfigure.tel2 {
  margin-top: -5px;
}
.c-cta__list__item__telfigure.tel2 figcaption {
  margin-top: 20px;
  position: relative;
}
.c-cta__list__item__telfigure.tel2 figcaption:after {
  content: "";
  display: block;
  width: 95px;
  height: 95px;
  background: url("../images/top/img_cta_tel_3.webp") 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  top: 30px;
  right: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  max-width: 35%;
}

@media screen and (max-width: 1024px) {
  .c-cta__h2 {
    font-size: clamp(1.8rem, 0.8rem + 2vw, 2.8rem);
    margin-bottom: 40px;
  }
  .c-cta__inner {
    max-width: calc(100% - 40px);
    padding: 50px 0;
  }
  .c-cta__inner__2 {
    padding: 0px 0 50px 0;
  }
  .c-cta__list {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-radius: 20px;
    padding: 0 0 20px 0;
  }
  .c-cta__list__item {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    padding: 20px clamp(20px, 1.143rem + 1.41vw, 40px) 20px clamp(20px, 1.143rem + 1.41vw, 40px);
    border-right: 0;
    border-bottom: 1px solid #666;
  }
  .c-cta__list__item:last-child {
    border-bottom: 0;
  }
  .c-cta__list__item:before {
    content: "";
    display: block;
    width: 42px;
    height: 42px;
    background: url("../images/common/ico_cta_mail@2x.webp") 0 0 no-repeat;
    background-size: contain;
    position: relative;
    margin-inline: auto;
    top: auto;
    left: auto;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .c-cta__list__item.tel1:before {
    background: url("../images/common/ico_cta_tel@2x.webp") 0 0 no-repeat;
    background-size: contain;
  }
  .c-cta__list__item.mail:before {
    background-position: 50% 0;
  }
  .c-cta__list__item.chat:before {
    background: url("../images/common/ico_cta_chat@2x.webp") 0 0 no-repeat;
    background-size: contain;
  }
  .c-cta__list__item__h4 {
    font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: clamp(1.8rem, 1.243rem + 1.81vw, 2.6rem);
    line-height: 1.4;
    color: #233447;
    position: relative;
    width: 100%;
  }
  .c-cta__list__item__h4.tel1:before {
    content: "";
    display: block;
    width: 100px;
    height: 145px;
    background: url("../images/top/img_cta_tel2.webp") 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    top: 15px;
    right: -15px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
    max-width: 35%;
  }
  .c-cta__list__item__h4.tel2:before {
    content: "";
    display: block;
    width: 70px;
    height: 101.5px;
    background: url("../images/top/img_cta_tel4.webp") 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    top: 15px;
    right: -15px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
    max-width: 35%;
  }
  .c-cta__list__item__p {
    font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: clamp(1.4rem, 0.843rem + 1.01vw, 1.6rem);
    line-height: 1.4;
    color: #233447;
    height: auto;
  }
  .c-cta__list__item__p__2 {
    font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: clamp(1rem, 0.843rem + 0.61vw, 1.2rem);
    line-height: 1.4;
    height: auto;
    color: #233447;
  }
  .c-cta__list__item > figure img {
    max-width: 100%;
    height: auto;
  }
  .c-cta__list__item > figure figcaption {
    display: block;
    margin-top: 5px;
    font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 800;
    font-style: normal;
    line-height: 1.4;
    font-size: clamp(1.6rem, 1.143rem + 0.81vw, 2.3rem);
    position: relative;
  }
  .c-cta__list__item__telfigure {
    margin-top: 20px;
  }
  .c-cta__list__item__telfigure.tel2 {
    margin-top: -5px;
  }
  .c-cta__list__item__telfigure.tel2 figcaption {
    margin-top: 20px;
    position: relative;
  }
  .c-cta__list__item__telfigure.tel2 figcaption:after {
    content: "";
    display: block;
    width: 95px;
    height: 95px;
    background: url("../images/top/img_cta_tel_3.webp") 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    top: 30px;
    right: -30px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
    max-width: 35%;
  }
}
#eye_catcher {
  display: none !important;
}

/*-------------------------------
  99 共通 p-common--section
-------------------------------*/
/**サブページのページタイトル */
.p-sub__title {
  background: url("../images/common/img_sub_main.webp") 0 0 no-repeat;
  background-size: cover;
  position: relative;
}
.p-sub__title:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.14);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.p-sub__title__h1 {
  width: 1150px;
  max-width: calc(100% - 40px);
  margin: auto;
  padding: 50px 0 55px 0;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
  font-size: clamp(3.2rem, 1.257rem + 3.04vw, 4.9rem);
  line-height: 1.4;
  letter-spacing: -0.03em;
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.p-sub__title__h1 span {
  display: block;
  font-size: clamp(1.4rem, 0.714rem + 1.07vw, 2rem);
}
.p-sub__title__h1 span.big {
  font-size: clamp(2.8rem, 1.157rem + 3.04vw, 3.8rem);
}

/*サブページのCTAボタン */
.c-cta__btn {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
.c-cta__btn__1, .c-cta__btn__2 {
  display: block;
  text-align: center;
}
.c-cta__btn__1 p, .c-cta__btn__2 p {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  gap: 10px;
  margin-bottom: 5px !important;
  font-size: 1.4rem;
  letter-spacing: 0.05em !important;
  line-height: 1;
  color: #233447;
  margin: auto auto 15px auto;
  font-size: clamp(1.4rem, 0.714rem + 1.07vw, 2rem) !important;
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 800;
  font-style: normal;
  letter-spacing: -0.02em;
  height: 30px;
  color: #234993;
}
.c-cta__btn__1 p:before, .c-cta__btn__2 p:before {
  content: "";
  display: block;
  width: 2px;
  height: 20px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #234993;
}
.c-cta__btn__1 p:after, .c-cta__btn__2 p:after {
  content: "";
  display: block;
  width: 2px;
  height: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #234993;
}
.c-cta__btn__1 p span, .c-cta__btn__2 p span {
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #234993;
  -webkit-transform: translateX(5px) translateY(-5px);
          transform: translateX(5px) translateY(-5px);
  font-size: clamp(2.2rem, 0.814rem + 1.97vw, 3rem);
}

@media screen and (max-width: 1024px) {
  .c-cta__btn {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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: 40px;
  }
  .c-cta__btn__1 p span, .c-cta__btn__2 p span {
    -webkit-transform: translateX(5px) translateY(-5px);
            transform: translateX(5px) translateY(-5px);
    font-size: clamp(2.2rem, 0.914rem + 1.97vw, 3rem);
  }
}
/**サブページのパンくずリスト */
.c-breadcrumb {
  background: #e6e6e6;
  padding: 10px 60px;
}
.c-breadcrumb ul,
.c-breadcrumb ol {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.c-breadcrumb ul a,
.c-breadcrumb ul span,
.c-breadcrumb ol a,
.c-breadcrumb ol span {
  line-height: 2.3;
  font-size: clamp(1.2rem, 0.554rem + 0.607vw, 1.4rem);
  color: #000000;
}
/**サブページの共通セクション */
.p-common--section.graybg {
  background: #f7f7f7;
}
.p-common--section.bluebg {
  background: #dfebf7;
}
.p-common--section__inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
.p-common--section__inner .text1 {
  font-size: clamp(1.6rem, 0.744rem + 1.28vw, 2.2rem);
  margin-bottom: 1.5em;
}
@media screen and (max-width: 1024px) {
  .p-common--section__inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .p-common--section__inner .text1 {
    font-size: clamp(1.4rem, 0.544rem + 1.08vw, 1.6rem);
  }
}
.p-common--section__content {
  padding-bottom: 5em;
}
.p-common--section__content h2 {
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: clamp(2.8rem, 1.371rem + 2.06vw, 4.8rem);
  line-height: 1.4;
  text-align: center;
  color: #233447;
  margin-bottom: 2em;
}
@media screen and (max-width: 1024px) {
  .p-common--section__content h2 {
    font-size: clamp(1.6rem, 1.071rem + 1.46vw, 2.2rem);
    margin-bottom: 2em;
  }
}
.p-common--section__content h3 {
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: clamp(2.6rem, 1.271rem + 1.46vw, 3.8rem);
  line-height: 1.4;
  padding: 5px 10px;
  margin-bottom: 2em;
  text-align: center;
  background: #143883;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-common--section__content h3 {
    font-size: clamp(1.6rem, 1.071rem + 1.06vw, 2.4rem);
    margin-bottom: 2em;
  }
}
.p-common--section__content h4 {
  font-size: clamp(1.6rem, 0.744rem + 1.48vw, 2.6rem);
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 800;
  font-style: normal;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #233447;
  margin-bottom: 1.5em;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .p-common--section__content h4 {
    font-size: clamp(1.4rem, 0.544rem + 1.28vw, 1.86rem);
  }
}
.p-common--section__content p {
  font-size: clamp(1.6rem, 0.871rem + 0.86vw, 2.2rem);
  margin-bottom: 1.5em;
}
@media screen and (max-width: 1024px) {
  .p-common--section__content p p {
    font-size: clamp(1.4rem, 0.544rem + 0.88vw, 1.86rem);
  }
}
.p-common--section__content figure {
  margin-bottom: 2.5em !important;
}
.p-common--section__content ul {
  margin-bottom: 1.5em;
}
.p-common--section__content ul li {
  font-size: clamp(1.6rem, 0.871rem + 0.86vw, 2.2rem);
  list-style-type: disc;
  margin-left: 1em;
}
@media screen and (max-width: 1024px) {
  .p-common--section__content ul li li {
    font-size: clamp(1.4rem, 0.544rem + 0.88vw, 1.86rem);
  }
}
.p-common--section__cta {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
  margin-bottom: 50px;
  -ms-grid-column-align: center;
      justify-self: center;
}
.p-common--section__cta__item a {
  width: 360px;
}
.p-common--section__cta__item picture {
  width: 100%;
  text-align: center;
  height: 100px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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-common--section__cta__item picture img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .p-sub__title {
    background: url("../images/common/img_sub_main@2x.webp") 0 0 no-repeat;
    background-size: cover;
  }
  .p-sub__title__h1 {
    padding: 20px 0 20px 0;
    font-size: clamp(2rem, 1.057rem + 2.04vw, 4.9rem);
    line-height: 1.4;
    letter-spacing: -0.03em;
    font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  .p-sub__title__h1 span {
    display: block;
    font-size: clamp(1.4rem, 0.714rem + 1.07vw, 2rem);
  }
  .c-breadcrumb {
    background: #e6e6e6;
    padding: 10px 20px;
  }
  .c-breadcrumb ul,
  .c-breadcrumb ol {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
  }
  .c-breadcrumb ul li a,
  .c-breadcrumb ul li span,
  .c-breadcrumb ol li a,
  .c-breadcrumb ol li span {
    letter-spacing: 0;
    font-size: clamp(0.8rem, 0.454rem + 0.77vw, 1.2rem);
  }
  .c-breadcrumb ul li a:after,
  .c-breadcrumb ol li a:after {
    content: ">";
    display: inline-block;
    margin-left: 5px;
    color: #000000;
  }
  .table-wrap {
    overflow-x: scroll;
  }
  .table-wrap .scroll-hint-icon {
    top: calc(10% - 20px);
  }
  .table {
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
  }
  .table th,
  .table td {
    border: 2px solid #eee;
    padding: 4px 8px;
  }
}
/*ダウンロードリスト*/
.c-download__list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  width: 100%;
  padding-bottom: 50px;
}
.c-download__list.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
}
.c-download__list__item {
  width: calc(33.3333333333% - 20px);
  max-width: 360px;
  background: #fff;
  position: relative;
}
.c-download__list__item:before {
  content: "";
  display: block;
  width: calc(100% + 16px);
  height: 34px;
  -webkit-transform: translate(-8px, -10px);
          transform: translate(-8px, -10px);
  background: url("../images/common/img_box_line1_green.webp") 0 0 no-repeat;
  background-size: 100%;
}
.c-download__list__item:after {
  content: "";
  display: block;
  width: calc(100% + 16px);
  height: 34px;
  -webkit-transform: translate(-8px, 10px);
          transform: translate(-8px, 10px);
  background: url("../images/common/img_box_line2_green.webp") 0 100% no-repeat;
  background-size: 100%;
}
.c-download__list__item__nobg {
  padding-bottom: 30px;
}
.c-download__list__item__nobg:before {
  display: none !important;
}
.c-download__list__item__nobg:after {
  display: none !important;
}
.c-download__list__item__blue:before {
  background: url("../images/common/img_box_line1_blue.webp") 0 0 no-repeat;
  background-size: 100%;
}
.c-download__list__item__blue:after {
  background: url("../images/common/img_box_line2_blue.webp") 0 100% no-repeat;
  background-size: 100%;
}
.c-download__list__h3 {
  font-size: clamp(2rem, 1.243rem + 0.991vw, 2.7rem);
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #08756d;
  position: relative;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 10px;
}
.c-download__list__h3.blue {
  color: #234993;
}
.c-download__list__h3.middle {
  font-size: clamp(1.6rem, 1.043rem + 0.991vw, 1.8rem);
}
.c-download__list__p {
  font-size: clamp(1.4rem, 0.544rem + 1.08vw, 1.6rem);
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #000000;
  line-height: 1.4;
  height: 4em;
  max-width: 70%;
  margin-inline: auto;
  text-align: center;
}
.c-download__list__link {
  width: 255px !important;
}
.c-download__list__figure {
  text-align: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.c-download__list__figure.height1 {
  height: 290px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
}
.c-download__list__figure picture {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 0 20px;
  background: #fff;
}
.c-download__list__btn {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 780px;
  max-width: 100%;
  margin-inline: auto;
  gap: 40px;
  margin-bottom: 70px;
}
.c-download__list__btn a {
  max-width: calc(50% - 20px);
  width: 325px;
}

@media screen and (max-width: 1024px) {
  .c-download__list {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 40px;
  }
  .c-download__list.center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
  .c-download__list__item {
    width: 100%;
    margin-bottom: 40px;
  }
  .c-download__list__item:before {
    content: "";
    display: block;
    width: calc(100% + 16px);
    height: 34px;
    -webkit-transform: translate(-8px, -10px);
            transform: translate(-8px, -10px);
    background: url("../images/common/img_box_line1_green@2x.webp") 0 0 no-repeat;
    background-size: 100%;
  }
  .c-download__list__item:after {
    content: "";
    display: block;
    width: calc(100% + 16px);
    height: 34px;
    -webkit-transform: translate(-8px, 10px);
            transform: translate(-8px, 10px);
    background: url("../images/common/img_box_line2_green@2x.webp") 0 100% no-repeat;
    background-size: 100%;
  }
  .c-download__list__item__blue:before {
    background: url("../images/common/img_box_line1_blue@2x.webp") 0 0 no-repeat;
    background-size: 100%;
  }
  .c-download__list__item__blue:after {
    background: url("../images/common/img_box_line2_blue@2x.webp") 0 100% no-repeat;
    background-size: 100%;
  }
  .c-download__list__h3 {
    font-size: clamp(2rem, 1.243rem + 0.991vw, 2.7rem);
    margin-bottom: 10px;
  }
  .c-download__list__link {
    width: 255px !important;
  }
  .c-download__list__figure {
    margin-bottom: 20px;
  }
  .c-download__list__figure.height1 {
    height: auto;
  }
  .c-download__list__figure picture {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 15px 20px;
    background: #fff;
  }
  .c-download__list__btn {
    margin-bottom: 40px;
    gap: 0;
  }
  .c-download__list__btn a {
    max-width: 100%;
    width: 325px;
    margin-bottom: 20px;
  }
}
.p-common--imgText1__item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.p-common--imgText1__figure {
  width: 310px;
  max-width: 30%;
  height: auto;
  margin-bottom: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-common--imgText1__figure__2 {
  width: 510px;
  max-width: 45%;
}
.p-common--imgText1__figure img {
  max-width: 100%;
  height: auto;
}
.p-common--imgText1__txt {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.p-common--imgText1__txt p {
  font-size: clamp(1.6rem, 0.644rem + 1.11vw, 2.2rem);
  margin-bottom: 1.5em;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 800;
  font-style: normal;
}
.p-common--imgText1__txt ul li {
  font-size: clamp(1.4rem, 0.544rem + 1.08vw, 1.8rem);
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-common--imgText1__txt ul li:before {
  content: "・";
  display: block;
  width: 1em;
  height: 1em;
  margin-right: 10px;
}
.p-common--imgText1__title {
  font-size: clamp(2.2rem, 0.814rem + 1.28vw, 2.6rem);
  margin-bottom: 10px;
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: -0.01em;
  line-height: 1.4;
  color: #234993;
}

@media screen and (max-width: 1024px) {
  .p-common--imgText1__item {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  .p-common--imgText1__figure {
    width: 400px;
    max-width: 80%;
    margin-inline: auto;
    margin-bottom: 20px;
    text-align: center;
  }
  .p-common--imgText1__figure__2 {
    max-width: 80%;
  }
  .p-common--imgText1__txt {
    margin-bottom: 20px;
  }
  .p-common--imgText1__txt p {
    font-size: clamp(1.4rem, 0.644rem + 1.01vw, 1.8rem);
    margin-bottom: 1em;
    padding-left: 0;
  }
  .p-common--imgText1__txt ul li {
    font-size: clamp(1.4rem, 0.544rem + 1.08vw, 1.6rem);
  }
  .p-common--imgText1__title {
    font-size: clamp(1.6rem, 1.214rem + 1.58vw, 2rem);
    letter-spacing: -0.01em;
  }
}