@charset "UTF-8";
.mb-sm {
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .mb-sm {
    margin-bottom: 45px;
  }
}

.mb-md {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .mb-md {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .mb-md {
    margin-bottom: 80px;
  }
}

.mb-lr {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .mb-lr {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .mb-lr {
    margin-bottom: 80px;
  }
}

.pd-sm {
  padding: 30px 0;
}
@media screen and (min-width: 1024px) {
  .pd-sm {
    padding: 45px 0;
  }
}
@media screen and (min-width: 1280px) {
  .pd-sm {
    padding: 50px 0;
  }
}

.pd-md {
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .pd-md {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1024px) {
  .pd-md {
    padding: 80px 0;
  }
}

.pb-lr {
  padding-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .pb-lr {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .pb-lr {
    padding-bottom: 80px;
  }
}

.c-container {
  padding: 0 6vw;
}
@media screen and (min-width: 768px) {
  .c-container {
    padding: 0 6vw;
  }
}
@media screen and (min-width: 1024px) {
  .c-container {
    padding: 0 6vw;
  }
}
@media screen and (min-width: 1280px) {
  .c-container {
    padding: 0 8vw;
  }
}
@media screen and (min-width: 1500px) {
  .c-container {
    padding: 0;
    margin: 0 auto;
    max-width: 1200px;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-font-smoothing: antialiased;
}

img,
video {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

button,
input,
textarea,
select {
  font: inherit;
  border: none;
  outline: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

table {
  border-collapse: collapse;
}

.swiper-container {
  overflow: visible !important;
}

.swiper-slide {
  overflow: hidden;
}
.swiper-slide > img {
  max-width: 100%;
  transform: scale(1.2);
  transition: transform 4s ease;
}
.swiper-slide-active > img {
  transform: none;
}

.scrolldown {
  display: inline-block;
  position: absolute;
  right: 10px;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 42px;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  z-index: 4000;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  writing-mode: vertical-lr;
}
.scrolldown::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 60px;
  background: #fff;
}
.scrolldown::after {
  height: 20px;
  animation: sdl 2s ease infinite;
}
@media (min-width: 960px) {
  .scrolldown {
    right: 20px;
    font-size: 18px;
  }
  .scrolldown::after {
    width: 2px;
  }
}
@keyframes sdl {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(40px);
  }
}

.appear.up .item {
  transform: translateY(10px);
}

.appear.down .item {
  transform: translateY(20px);
}

.appear.left .item {
  transform: translateX(30px);
}

.appear.right .item {
  transform: translateX(-30px);
}

.appear.skew .item {
  transform: translateX(30px) translateY(30px);
}

.appear-l.up .item {
  transform: translateY(10px);
}

.appear-l.down .item {
  transform: translateY(20px);
}

.appear-l.left .item {
  transform: translateX(30px);
}

.appear-l.right .item {
  transform: translateX(-30px);
}

.appear-l.skew .item {
  transform: translateX(30px) translateY(30px);
}

.appear .item {
  transition: all 0.4s;
  opacity: 0;
}
.appear.inview .item {
  opacity: 1;
  transform: none;
}
.appear.inview .item:nth-child(1) {
  transition-delay: 0.4s;
}
.appear.inview .item:nth-child(2) {
  transition-delay: 0.8s;
}
.appear.inview .item:nth-child(3) {
  transition-delay: 1.2s;
}
.appear.inview .item:nth-child(4) {
  transition-delay: 1.6s;
}
.appear.inview .item:nth-child(5) {
  transition-delay: 2s;
}
.appear.inview .item:nth-child(6) {
  transition-delay: 2.4s;
}
.appear.inview .item:nth-child(7) {
  transition-delay: 2.8s;
}
.appear.inview .item:nth-child(8) {
  transition-delay: 3.2s;
}
.appear.inview .item:nth-child(9) {
  transition-delay: 3.6s;
}
.appear.inview .item:nth-child(10) {
  transition-delay: 4s;
}
.appear.inview .item:nth-child(11) {
  transition-delay: 4.4s;
}
.appear.inview .item:nth-child(12) {
  transition-delay: 4.8s;
}
.appear.inview .item:nth-child(13) {
  transition-delay: 5.2s;
}
.appear.inview .item:nth-child(14) {
  transition-delay: 5.6s;
}
.appear.inview .item:nth-child(15) {
  transition-delay: 6s;
}
.appear.inview .item:nth-child(16) {
  transition-delay: 6.4s;
}
.appear.inview .item:nth-child(17) {
  transition-delay: 6.8s;
}
.appear.inview .item:nth-child(18) {
  transition-delay: 7.2s;
}
.appear.inview .item:nth-child(19) {
  transition-delay: 7.6s;
}
.appear.inview .item:nth-child(20) {
  transition-delay: 8s;
}
.appear.inview .item:nth-child(21) {
  transition-delay: 8.4s;
}
.appear.inview .item:nth-child(22) {
  transition-delay: 8.8s;
}
.appear.inview .item:nth-child(23) {
  transition-delay: 9.2s;
}
.appear.inview .item:nth-child(24) {
  transition-delay: 9.6s;
}
.appear.inview .item:nth-child(25) {
  transition-delay: 10s;
}
.appear.inview .item:nth-child(26) {
  transition-delay: 10.4s;
}
.appear.inview .item:nth-child(27) {
  transition-delay: 10.8s;
}
.appear.inview .item:nth-child(28) {
  transition-delay: 11.2s;
}
.appear.inview .item:nth-child(29) {
  transition-delay: 11.6s;
}
.appear.inview .item:nth-child(30) {
  transition-delay: 12s;
}
.appear.inview .item:nth-child(31) {
  transition-delay: 12.4s;
}
.appear.inview .item:nth-child(32) {
  transition-delay: 12.8s;
}
.appear.inview .item:nth-child(33) {
  transition-delay: 13.2s;
}
.appear.inview .item:nth-child(34) {
  transition-delay: 13.6s;
}
.appear.inview .item:nth-child(35) {
  transition-delay: 14s;
}
.appear.inview .item:nth-child(36) {
  transition-delay: 14.4s;
}
.appear.inview .item:nth-child(37) {
  transition-delay: 14.8s;
}
.appear.inview .item:nth-child(38) {
  transition-delay: 15.2s;
}
.appear.inview .item:nth-child(39) {
  transition-delay: 15.6s;
}

.appear-l .item {
  transition: all 0.6s;
  opacity: 0;
}
.appear-l.inview-l .item {
  opacity: 1;
  transform: none;
}
.appear-l.inview-l .item:nth-child(1) {
  transition-delay: 0.9s;
}
.appear-l.inview-l .item:nth-child(2) {
  transition-delay: 1.8s;
}
.appear-l.inview-l .item:nth-child(3) {
  transition-delay: 2.7s;
}
.appear-l.inview-l .item:nth-child(4) {
  transition-delay: 3.6s;
}
.appear-l.inview-l .item:nth-child(5) {
  transition-delay: 4.5s;
}
.appear-l.inview-l .item:nth-child(6) {
  transition-delay: 5.4s;
}
.appear-l.inview-l .item:nth-child(7) {
  transition-delay: 6.3s;
}
.appear-l.inview-l .item:nth-child(8) {
  transition-delay: 7.2s;
}
.appear-l.inview-l .item:nth-child(9) {
  transition-delay: 8.1s;
}
.appear-l.inview-l .item:nth-child(10) {
  transition-delay: 9s;
}
.appear-l.inview-l .item:nth-child(11) {
  transition-delay: 9.9s;
}
.appear-l.inview-l .item:nth-child(12) {
  transition-delay: 10.8s;
}
.appear-l.inview-l .item:nth-child(13) {
  transition-delay: 11.7s;
}
.appear-l.inview-l .item:nth-child(14) {
  transition-delay: 12.6s;
}
.appear-l.inview-l .item:nth-child(15) {
  transition-delay: 13.5s;
}
.appear-l.inview-l .item:nth-child(16) {
  transition-delay: 14.4s;
}
.appear-l.inview-l .item:nth-child(17) {
  transition-delay: 15.3s;
}
.appear-l.inview-l .item:nth-child(18) {
  transition-delay: 16.2s;
}
.appear-l.inview-l .item:nth-child(19) {
  transition-delay: 17.1s;
}
.appear-l.inview-l .item:nth-child(20) {
  transition-delay: 18s;
}
.appear-l.inview-l .item:nth-child(21) {
  transition-delay: 18.9s;
}
.appear-l.inview-l .item:nth-child(22) {
  transition-delay: 19.8s;
}
.appear-l.inview-l .item:nth-child(23) {
  transition-delay: 20.7s;
}
.appear-l.inview-l .item:nth-child(24) {
  transition-delay: 21.6s;
}
.appear-l.inview-l .item:nth-child(25) {
  transition-delay: 22.5s;
}
.appear-l.inview-l .item:nth-child(26) {
  transition-delay: 23.4s;
}
.appear-l.inview-l .item:nth-child(27) {
  transition-delay: 24.3s;
}
.appear-l.inview-l .item:nth-child(28) {
  transition-delay: 25.2s;
}
.appear-l.inview-l .item:nth-child(29) {
  transition-delay: 26.1s;
}
.appear-l.inview-l .item:nth-child(30) {
  transition-delay: 27s;
}
.appear-l.inview-l .item:nth-child(31) {
  transition-delay: 27.9s;
}
.appear-l.inview-l .item:nth-child(32) {
  transition-delay: 28.8s;
}
.appear-l.inview-l .item:nth-child(33) {
  transition-delay: 29.7s;
}
.appear-l.inview-l .item:nth-child(34) {
  transition-delay: 30.6s;
}
.appear-l.inview-l .item:nth-child(35) {
  transition-delay: 31.5s;
}
.appear-l.inview-l .item:nth-child(36) {
  transition-delay: 32.4s;
}
.appear-l.inview-l .item:nth-child(37) {
  transition-delay: 33.3s;
}
.appear-l.inview-l .item:nth-child(38) {
  transition-delay: 34.2s;
}
.appear-l.inview-l .item:nth-child(39) {
  transition-delay: 35.1s;
}

#faq .faq__item .ac-title.is-active {
  transition: all 3s;
}
#faq .faq__item .ac-title.is-active span::after {
  transform: rotate(-135deg);
  transition: all 0.2s;
}

.ac-content {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s;
}

.ac-content.is-open {
  height: auto;
  overflow: visible;
  opacity: 1;
  display: block;
  transition: all 0.3s;
}

/******************************************************************

Stylesheet: ベーススタイル

******************************************************************/
.superwrapper {
  overflow: hidden;
}

body {
  color: rgb(39, 39, 39);
  font-family: "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: 0.08em;
  font-size: clamp(1.4rem, 1.3rem + 0.4vw, 1.8rem);
  font-weight: 400;
  line-height: 1.7;
}

body.hidden {
  overflow: hidden;
}

.c-topview {
  position: relative;
}
.c-topview__img {
  position: relative;
  height: 30vh;
  min-height: 180px;
}
.c-topview__img::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-color: #0068b7;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
  opacity: 0.4;
}
.c-topview__title {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  z-index: 60;
  color: #fff;
  font-weight: 600;
}
.c-topview__title .ja {
  font-size: 1em;
  display: block;
  text-shadow: rgb(39, 39, 39) 1px 1px 3px;
}
.c-topview__title .en {
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 400;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-topview__img {
    height: 35vh;
    min-height: 200px;
  }
  .c-topview__title .ja {
    font-size: 1.2em;
  }
  .c-topview__title .en {
    font-size: 0.9em;
  }
}
@media screen and (min-width: 1024px) {
  .c-topview__img {
    height: 40vh;
    min-height: 240px;
  }
  .c-topview__title .ja {
    font-size: 1.4em;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1024px) {
  .c-topview__img {
    max-height: 320px;
  }
}

.p-title {
  text-align: center;
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
  position: relative;
}
.p-title::before {
  content: "";
  width: 40px;
  height: 5px;
  border-radius: 9999px;
  background-color: #fdd835;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.p-title .ja {
  font-size: 1em;
}
.p-title .en {
  text-transform: uppercase;
  font-size: 0.7em;
  letter-spacing: 0.15em;
  color: #4d95cd;
}
@media screen and (min-width: 768px) {
  .p-title .ja {
    font-size: 28px;
  }
  .p-title .ja strong {
    font-size: 42px;
  }
}
@media screen and (min-width: 1024px) {
  .p-title {
    margin-bottom: 50px;
  }
  .p-title .ja {
    font-size: 32px;
  }
  .p-title .ja strong {
    font-size: 52px;
  }
}
@media screen and (min-width: 1280px) {
  .p-title .ja {
    font-size: 36px;
  }
  .p-title .ja strong {
    font-size: 64px;
  }
}

.c-title {
  position: relative;
  text-transform: uppercase;
  padding-left: 20px;
}
.c-title::before {
  content: "";
  width: 8px;
  height: 100%;
  background-color: #0068b7;
  position: absolute;
  top: 0;
  left: 0;
}
.c-title .en {
  display: block;
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 1.8;
}
.c-title .ja {
  position: relative;
  font-size: 14px;
  color: #aeaeae;
  padding-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .c-title .en {
    font-size: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .c-title {
    margin-bottom: 50px;
    padding-left: 30px;
  }
  .c-title::before {
    width: 12px;
  }
  .c-title .en {
    font-size: 32px;
  }
  .c-title .ja {
    font-size: 18px;
  }
}
@media screen and (min-width: 1280px) {
  .c-title .en {
    font-size: 36px;
  }
}

.more-btn {
  position: relative;
  text-align: center;
}
.more-btn__link {
  background-color: #0068b7;
  display: inline-block;
  padding: 12px 30px;
  border: 2px solid #0068b7;
  z-index: 1;
  border-radius: 9999px;
  color: #fff;
  font-size: 0.9em;
  transition: all 0.3s;
}
.more-btn__link .text {
  padding-right: 30px;
  font-weight: bold;
  position: relative;
}
.more-btn__link .text::before {
  content: "";
  width: 15px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s;
}
.more-btn__link .text::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.more-btn__link:hover {
  background-color: #fff;
  color: #0068b7;
}
.more-btn__link:hover .text::before {
  background-color: #0068b7;
}
.more-btn__link:hover .text::after {
  border-top: 2px solid #0068b7;
  border-right: 2px solid #0068b7;
}
@media screen and (min-width: 1024px) {
  .more-btn__link {
    padding: 17px 60px;
    font-size: 1.1em;
  }
  .more-btn__link .text {
    padding-right: 40px;
  }
  .more-btn__link .text::before {
    width: 24px;
    height: 3px;
  }
  .more-btn__link .text::after {
    width: 12px;
    height: 12px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }
  .more-btn__link:hover .c-txt-sm::after {
    border-top: 3px solid #0068b7;
    border-right: 3px solid #0068b7;
  }
}

.breadcrumb {
  display: flex;
  flex-wrap: nowrap;
  padding: 15px 6vw;
}
.breadcrumb li {
  color: rgb(165, 165, 165);
  padding-right: 10px;
  white-space: nowrap;
  flex-shrink: 0;
}
.breadcrumb li:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  flex-shrink: 1;
}
.breadcrumb li a {
  color: #0068b7;
  border-bottom: 1px solid #0068b7;
}
@media screen and (min-width: 1024px) {
  .breadcrumb {
    padding: 20px 6vw;
  }
  .breadcrumb li:last-child {
    max-width: none;
  }
}
@media screen and (min-width: 1280px) {
  .breadcrumb {
    padding: 20px 8vw;
  }
}
@media screen and (min-width: 1500px) {
  .breadcrumb {
    padding: 25px 0;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

.pagination {
  margin: 0 0 clamp(40px, 8vw, 80px);
}
.pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(2px, 1vw, 10px);
  list-style: none;
}
.pagination a.page-numbers,
.pagination span.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(36px, 5vw, 48px);
  height: clamp(36px, 5vw, 48px);
  font-size: clamp(1.5rem, 1.8vw, 2rem);
  color: rgb(39, 39, 39);
  transition: color 0.2s ease;
}
.pagination a.page-numbers.current,
.pagination span.page-numbers.current {
  color: #0068b7;
  border-bottom: 2px solid #0068b7;
}
.pagination a.page-numbers.dots,
.pagination span.page-numbers.dots {
  cursor: default;
}
.pagination a.page-numbers.prev, .pagination a.page-numbers.next,
.pagination span.page-numbers.prev,
.pagination span.page-numbers.next {
  color: rgb(39, 39, 39);
}
.pagination a.page-numbers.prev::before, .pagination a.page-numbers.next::before,
.pagination span.page-numbers.prev::before,
.pagination span.page-numbers.next::before {
  content: "";
  display: block;
  width: clamp(6px, 1vw, 9px);
  height: clamp(6px, 1vw, 9px);
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
}
.pagination a.page-numbers.prev::before,
.pagination span.page-numbers.prev::before {
  transform: rotate(-135deg) translate(-1px, 1px);
}
.pagination a.page-numbers.next::before,
.pagination span.page-numbers.next::before {
  transform: rotate(45deg) translate(-1px, 1px);
}
.pagination a.page-numbers:not(.current) {
  transition: all 0.2s ease;
}
@media (hover: hover) {
  .pagination a.page-numbers:not(.current):hover {
    color: #0068b7;
  }
}

/* ==========================================================================
   お問い合わせ
   ========================================================================== */
.c-contact__desc {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-contact__desc br {
    display: none;
  }
}
.c-contact .contact-form .wrap {
  max-width: 520px;
  margin: 0 auto;
}
.c-contact .contact-form h3 {
  font-size: 1.2em;
  margin-bottom: 15px;
}
.c-contact .contact-form input, .c-contact .contact-form textarea {
  width: 100%;
  border: none;
  background-color: #f2f2f2;
  padding: 8px;
}
.c-contact .contact-form textarea {
  margin-bottom: 0;
}
.c-contact .contact-form input {
  height: 45px;
}
.c-contact .contact-form select {
  width: 100%;
  border: none;
  background-color: #f2f2f2;
  padding: 8px;
  height: 45px;
  -moz-appearance: auto;
       appearance: auto;
  -webkit-appearance: auto;
  cursor: pointer;
}
.c-contact .contact-form dl {
  text-align: left;
  display: inline-block;
  width: 100%;
  padding-bottom: 30px;
}
.c-contact .contact-form dt {
  font-weight: 600;
}
.c-contact .contact-form dt p {
  display: inline;
}
.c-contact .contact-form .must {
  position: relative;
  padding-bottom: 10px;
}
.c-contact .contact-form .must::after {
  content: "必須";
  font-size: 0.8em;
  font-weight: 600;
  color: #fff;
  padding: 3px 6px;
  border-radius: 5px;
  background-color: red;
  margin-left: 5px;
  white-space: nowrap;
}
.c-contact .contact-form .free {
  position: relative;
  padding-bottom: 10px;
}
.c-contact .contact-form .wpcf7 form.invalid .wpcf7-response-output {
  border: 1px solid red;
}
.c-contact .contact-form .privacy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3em;
  line-height: 1.6;
  margin-bottom: 30px;
}
.c-contact .contact-form .privacy input[type=checkbox] {
  margin-top: 0.2em;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  -moz-appearance: auto;
       appearance: auto;
  -webkit-appearance: auto;
  background-color: initial;
  border: initial;
  padding: initial;
  cursor: pointer;
}
.c-contact .contact-form .privacy label {
  cursor: pointer;
}
.c-contact .contact-form .privacy .ms-1 {
  font-size: 1.1em;
  line-height: 1;
  color: rgb(33, 128, 218);
  border-bottom: 1px solid rgb(33, 128, 218);
}
.c-contact .contact-form .submit-btn {
  text-align: center;
}
.c-contact .contact-form .submit-btn input:disabled {
  border-color: #949494;
  background: #efefef;
}
.c-contact .contact-form .submit-btn input {
  background: #44a8d6;
  color: #fff;
  font-size: 1.1em;
  letter-spacing: 0.2em;
  font-weight: bold;
  width: 70%;
  max-width: 320px;
}
.c-contact .contact-form .ajax-loader {
  display: none;
}
.c-contact .contact-form .wpcf7-spinner {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-contact .contact-form .submit-btn input {
    font-size: 1.3em;
    letter-spacing: 0.2em;
    max-width: 380px;
    height: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .c-contact .contact-form .wrap {
    max-width: 1000px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 30px;
  }
  .c-contact .contact-form dl {
    padding: 0;
  }
  .c-contact .contact-form h3 {
    grid-column: 1/-1;
    margin: 15px 0 0;
  }
  .c-contact .contact-form .h-adr {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 30px;
    margin-bottom: 20px;
  }
  .c-contact .contact-form .h-adr > p {
    display: none;
  }
  .c-contact .contact-form .ct-other,
  .c-contact .contact-form .privacy,
  .c-contact .contact-form .submit-btn {
    grid-column: 1/-1;
  }
  .c-contact .contact-form .ct-other {
    margin-top: 15px;
  }
  .c-contact .contact-form .privacy {
    margin-bottom: 15px;
    font-size: 1.1em;
  }
  .c-contact .contact-form .privacy input[type=checkbox] {
    width: 22px;
    height: 22px;
    margin-right: 5px;
  }
  .c-contact .contact-form dt,
  .c-contact .contact-form .dt-item {
    font-size: 1.1em;
  }
}
.c-contact .grecaptcha-badge {
  visibility: hidden;
}

.grecaptcha-badge {
  visibility: hidden;
}

.c-privacy,
.c-thanks {
  margin-top: 15px;
}
.c-privacy-title,
.c-thanks-title {
  text-align: center;
  font-size: 1.6em;
  margin-bottom: 50px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-privacy-title br,
  .c-thanks-title br {
    display: none;
  }
}
.c-privacy h2,
.c-thanks h2 {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 15px;
}
.c-privacy .List,
.c-thanks .List {
  margin-top: 15px;
  display: grid;
  gap: 8px;
}
.c-privacy .List li,
.c-thanks .List li {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 1024px) {
  .c-privacy-title,
  .c-thanks-title {
    font-size: 1.8em;
    margin-bottom: 70px;
  }
  .c-privacy h2,
  .c-thanks h2 {
    font-size: 1.4em;
  }
  .c-privacy .List,
  .c-thanks .List {
    margin-top: 30px;
    gap: 12px;
  }
  .c-privacy-desc,
  .c-thanks-desc {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-footer {
  padding: 40px 0 0;
  background-color: #0068b7;
}
.p-footer__logo img {
  width: 55%;
  max-width: 240px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-footer__nav ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.p-footer__nav ul li {
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5019607843);
}
.p-footer__nav ul li span {
  color: #fff;
  font-weight: 500;
}
.p-footer .copyright {
  text-align: center;
  font-size: 0.8em;
  background-color: rgb(39, 39, 39);
  padding: 15px 0;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding: 60px 0 0;
  }
  .p-footer .c-container {
    display: flex;
    gap: 50px;
    margin-bottom: 50px;
  }
  .p-footer__logo {
    margin-bottom: 0;
  }
  .p-footer__logo img {
    width: 100%;
    max-width: 200px;
  }
  .p-footer__nav {
    flex: 1;
    margin-bottom: 0;
  }
  .p-footer__nav ul {
    gap: 15px 30px;
  }
}
@media screen and (min-width: 1024px) {
  .p-footer .c-container {
    gap: 70px;
    margin-bottom: 60px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-footer__logo img {
    max-width: 240px;
  }
  .p-footer__nav ul {
    gap: 20px 45px;
  }
  .p-footer__nav ul li {
    padding-bottom: 12px;
  }
}

.p-header {
  width: 100%;
  height: 64px;
}
.p-header .logo__img {
  display: inline-block;
  margin: 0px 10px 0 10px;
}
.p-header .logo__img a {
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-header .logo__img a:hover {
    opacity: 0.5;
  }
}
.p-header .logo img {
  height: 38px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-header .sp-navbtn {
  position: fixed;
  bottom: 0;
  left: 0;
  height: auto;
  width: 100%;
  z-index: 9999;
  transition: all 0.3s;
  background-color: #0068b7;
}
.p-header .sp-navbtn__desc {
  text-align: center;
  color: #fff;
  font-size: 1em;
}
.p-header .sp-navbtn__container {
  display: flex;
  align-items: center;
  padding: 5px 6vw 10px;
  gap: 15px;
}
.p-header .sp-navbtn__container li {
  width: 100%;
  height: 100%;
  background: linear-gradient(#fe3030, #cd2727);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-header .sp-navbtn__container a {
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
  height: 60px;
  font-weight: bold;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-header .sp-navbtn__container a:hover {
    opacity: 0.5;
  }
}
.p-header .sp-navbtn__container a::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: auto;
}
.p-header .sp-navbtn__container .sp1 {
  width: 70%;
}
.p-header .sp-navbtn__container .sp1 a {
  padding-left: 35px;
  font-size: 1.3em;
  line-height: 1;
  text-align: left;
}
.p-header .sp-navbtn__container .sp1 a small {
  font-size: 0.6em;
}
.p-header .sp-navbtn__container .sp1 a::before {
  width: 24px;
  height: 24px;
  background-image: url(../images/common/tel-white.png);
  top: 0;
  bottom: 0;
  left: 0;
}
.p-header .sp-navbtn__container .sp2 {
  width: 30%;
  background: linear-gradient(#7cc2e2, #44a8d6);
}
.p-header .sp-navbtn__container .sp2 a {
  font-size: 0.85em;
  padding-top: 24px;
}
.p-header .sp-navbtn__container .sp2 a small {
  display: none;
}
.p-header .sp-navbtn__container .sp2 a::before {
  background-image: url(../images/common/ico-mail-wh.png);
  top: 8px;
  left: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-header .sp-navbtn__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5vw;
    padding: 0 5vw;
  }
  .p-header .sp-navbtn__desc {
    font-size: 1.2em;
  }
  .p-header .sp-navbtn__container {
    flex-shrink: 0;
    padding: 15px 0;
    flex: 1;
  }
}
@media screen and (min-width: 1024px) {
  .p-header .sp-navbtn__inner {
    padding: 0 8vw;
  }
  .p-header .sp-navbtn__desc {
    font-size: 1.5em;
  }
  .p-header .sp-navbtn__container a {
    height: 80px;
  }
  .p-header .sp-navbtn__container .sp1 {
    width: 60%;
  }
  .p-header .sp-navbtn__container .sp1 a {
    padding-left: 40px;
    font-size: 1.4em;
  }
  .p-header .sp-navbtn__container .sp1 a::before {
    width: 28px;
    height: 28px;
  }
  .p-header .sp-navbtn__container .sp2 {
    width: 40%;
  }
  .p-header .sp-navbtn__container .sp2 a {
    font-size: 0.9em;
    padding-top: 28px;
  }
  .p-header .sp-navbtn__container .sp2 a small {
    display: inline;
    font-size: 1em;
  }
  .p-header .sp-navbtn__container .sp2 a::before {
    width: 28px;
    height: 28px;
    top: 9px;
  }
}
@media screen and (min-width: 1280px) {
  .p-header .sp-navbtn__inner {
    padding: 0;
    max-width: 1000px;
    margin: 0 auto;
    gap: 80px;
  }
  .p-header .sp-navbtn__container a {
    height: 80px;
  }
  .p-header .sp-navbtn__container .sp1 a {
    font-size: 1.5em;
  }
  .p-header .sp-navbtn__container .sp1 a::before {
    width: 32px;
    height: 32px;
    left: -15px;
  }
  .p-header .sp-navbtn__container .sp2 a {
    font-size: 1em;
    padding-top: 32px;
  }
}
.p-header .hide.sp-navbtn, .p-header .hide.pc-navbtn {
  transform: translateY(100%);
  transition: all 0.4s;
}
@media (max-width: 1023px) {
  .p-header .pc-container {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .p-header {
    height: 100px;
  }
  .p-header .mobile-container,
  .p-header .mobile-menu {
    display: none !important;
  }
  .p-header .pc-container {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 8000;
    width: 100%;
    height: 100px;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .p-header .pc-container .pc-nav__business {
    text-align: right;
    padding-right: 3.5vw;
    font-size: 1em;
    margin-bottom: 8px;
  }
  .p-header .pc-container .pc-nav__business span {
    display: inline-block;
    padding-right: 30px;
    position: relative;
  }
  .p-header .pc-container .pc-nav__business span::before {
    content: "";
    width: 22px;
    height: 22px;
    background-color: #0068b7;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
  .p-header .pc-container .pc-nav__business span::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 9px;
    margin: auto;
    transform: rotate(45deg);
  }
  .p-header .pc-container .pc-nav__business a {
    transition: all 0.3s ease;
  }
}
@media screen and (min-width: 1024px) and (hover: hover) {
  .p-header .pc-container .pc-nav__business a:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 1024px) {
  .p-header .pc-container .pc-nav-list {
    display: flex;
  }
  .p-header .pc-container .pc-nav-item {
    font-size: 1.1em;
    font-weight: 600;
    padding-right: 3.5vw;
    transition: all 0.3s;
  }
  .p-header .pc-container .pc-nav-item.hoverItem {
    position: relative;
  }
  .p-header .pc-container .pc-nav-item.hoverItem .hoverItem__toggle span {
    position: relative;
    display: inline-block;
  }
  .p-header .pc-container .pc-nav-item.hoverItem .hoverItem__toggle span::before {
    position: absolute;
    top: 3px;
    right: -18px;
    bottom: 0;
    margin: auto;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #0068b7;
    border-right: 2px solid #0068b7;
    transform: rotate(135deg);
    transition: transform 0.3s ease;
  }
  .p-header .pc-container .pc-nav-item.hoverItem .dropDown {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 47px;
    left: 50%;
    width: 220px;
    padding: 15px 10px 5px;
    background-color: #0068b7;
    transform: translateX(-50%) translateY(-10px);
    transition: all 0.3s ease;
  }
  .p-header .pc-container .pc-nav-item.hoverItem .dropDown li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5019607843);
    opacity: 0;
    transform: translateY(-5px);
    transition: all 0.3s ease;
  }
  .p-header .pc-container .pc-nav-item.hoverItem .dropDown li:hover {
    opacity: 0.3;
  }
  .p-header .pc-container .pc-nav-item.hoverItem .dropDown li a {
    font-size: 0.9em;
    font-weight: 500;
  }
  .p-header .pc-container .pc-nav-item.hoverItem .dropDown li a span {
    color: #fff;
    transition: all 0.3s ease;
  }
}
@media screen and (min-width: 1024px) and (hover: hover) {
  .p-header .pc-container .pc-nav-item.hoverItem .dropDown li a span:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 1024px) {
  .p-header .pc-container .pc-nav-item.hoverItem .dropDown li:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
  .p-header .pc-container .pc-nav-item.hoverItem:hover .hoverItem__toggle::before {
    transform: rotate(315deg);
  }
  .p-header .pc-container .pc-nav-item.hoverItem:hover .dropDown {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
  }
  .p-header .pc-container .pc-nav-item.hoverItem:hover .dropDown li {
    opacity: 1;
    transform: translateY(0);
  }
  .p-header .pc-container .pc-nav-item.hoverItem:hover .dropDown li:nth-child(1) {
    transition-delay: 0.1s;
  }
  .p-header .pc-container .pc-nav-item.hoverItem:hover .dropDown li:nth-child(2) {
    transition-delay: 0.2s;
  }
  .p-header .pc-container .pc-nav-item.hoverItem:hover .dropDown li:nth-child(3) {
    transition-delay: 0.3s;
  }
  .p-header .pc-container .pc-nav-item.hoverItem:hover .dropDown li:nth-child(4) {
    transition-delay: 0.4s;
  }
  .p-header .pc-container .pc-nav-item.hoverItem:hover .dropDown li:nth-child(5) {
    transition-delay: 0.5s;
  }
  .p-header .pc-container .pc-nav-link {
    transition: all 0.3s ease;
  }
}
@media screen and (min-width: 1024px) and (hover: hover) {
  .p-header .pc-container .pc-nav-link:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 1024px) {
  .p-header .pc-container .logo__img {
    margin: 0px 20px;
  }
  .p-header .pc-container .logo img {
    height: 55px;
  }
}
@media screen and (min-width: 1280px) {
  .p-header .pc-container .logo img {
    height: 65px;
  }
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  opacity: 0;
  z-index: -1;
}
.mobile-menu__nav {
  display: block;
  height: 100%;
  width: 100%;
  background-color: #fff;
  overflow: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.mobile-menu__nav::-webkit-scrollbar {
  display: none;
}
.mobile-menu__list {
  width: 100%;
  padding-top: 90px;
  margin-bottom: 120px;
}
.mobile-menu__item {
  margin: 0 6vw 15px;
  padding-bottom: 15px;
  font-size: 1em;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}
.mobile-menu__item--accordion {
  position: relative;
}
.mobile-menu__link {
  display: block;
  padding-right: 40px;
  color: rgb(39, 39, 39);
}
.mobile-menu__toggle {
  position: absolute;
  top: -3px;
  right: 0;
  width: 40px;
  height: 30px;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.mobile-menu__toggle::before, .mobile-menu__toggle::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6px;
  margin: auto;
  background-color: rgb(39, 39, 39);
  transition: transform 0.3s;
}
.mobile-menu__toggle::before {
  width: 14px;
  height: 2px;
}
.mobile-menu__toggle::after {
  width: 2px;
  height: 14px;
  right: 12px;
}
.mobile-menu__toggle.is-active::after {
  transform: rotate(90deg);
  opacity: 0;
}
.mobile-menu__submenu {
  padding-left: 20px;
}
.mobile-menu__subitem {
  padding: 12px 0;
  font-size: 0.9em;
  font-weight: normal;
  border-bottom: 1px solid #eee;
}
.mobile-menu__subitem:first-child {
  padding-top: 18px;
}
.mobile-menu__subitem:last-child {
  border-bottom: none;
}
.mobile-menu__subitem a {
  color: rgb(39, 39, 39);
}
@media screen and (min-width: 768px) {
  .mobile-menu__nav {
    width: 50%;
    margin-left: auto;
  }
  .mobile-menu__list {
    padding-top: 110px;
    margin-bottom: 150px;
  }
}

.mobile-container {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  overflow: hidden;
  height: 64px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(51, 51, 51, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-container .mobile-button {
  height: 64px;
  width: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  background: linear-gradient(#fafafa, #ddd);
}
.mobile-container .mobile-button__item {
  margin-top: 10px;
}
.mobile-container .mobile-button p {
  font-size: 12px;
  font-weight: 500;
  margin-top: 5px;
}
.mobile-container .mobile-menu__btn {
  background-color: unset;
  border: none;
  outline: none !important;
  cursor: pointer;
  display: block;
  margin: 0 auto;
}
.mobile-container .mobile-menu__btn > span {
  background-color: rgb(39, 39, 39);
  width: 28px;
  height: 2px;
  display: block;
  margin-bottom: 5px;
  transition: transform 0.7s;
  opacity: 1;
}
.mobile-container .mobile-menu__btn > span:last-child {
  margin-bottom: 0;
}

.menu-open.mobile-menu {
  z-index: 8000;
  transition: all 0.5s;
  opacity: 1;
}
.menu-open.mobile-menu nav li {
  opacity: 1;
  transition: 0.1s;
}
.menu-open.mobile-menu nav li:nth-child(1) {
  transition-delay: 0.03s;
}
.menu-open.mobile-menu nav li:nth-child(2) {
  transition-delay: 0.06s;
}
.menu-open.mobile-menu nav li:nth-child(3) {
  transition-delay: 0.09s;
}
.menu-open.mobile-menu nav li:nth-child(4) {
  transition-delay: 0.12s;
}
.menu-open.mobile-menu nav li:nth-child(5) {
  transition-delay: 0.15s;
}
.menu-open.mobile-menu nav li:nth-child(6) {
  transition-delay: 0.18s;
}
.menu-open.mobile-menu nav li:nth-child(7) {
  transition-delay: 0.21s;
}
.menu-open.mobile-menu nav li:nth-child(8) {
  transition-delay: 0.24s;
}
.menu-open.mobile-menu nav li:nth-child(9) {
  transition-delay: 0.27s;
}
.menu-open.mobile-menu nav li:nth-child(10) {
  transition-delay: 0.3s;
}
.menu-open .mobile-menu__btn > span {
  background-color: rgb(39, 39, 39) !important;
}
.menu-open .mobile-menu__btn > span:nth-child(1) {
  transition-delay: 70ms;
  transform: translateY(7px) rotate(135deg);
}
.menu-open .mobile-menu__btn > span:nth-child(2) {
  transition-delay: 140ms;
  transform: scaleX(0);
}
.menu-open .mobile-menu__btn > span:nth-child(3) {
  transition-delay: 140ms;
  transform: translateY(-7px) rotate(-135deg);
}

.top-view {
  overflow: hidden;
}
@media (max-width: 767px) {
  .top-view .view-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .top-view .view-sp {
    display: none;
  }
}

.p-cta {
  padding-bottom: 30px;
}
.p-cta h2 {
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  background: linear-gradient(45deg, #0068b7, #4d95cd, #004e89);
  color: #fff;
  margin-bottom: 30px;
}
.p-cta h2 span {
  font-size: 0.8em;
  line-height: 1.4;
  text-align: right;
}
.p-cta h2 strong {
  color: #fdd835;
  font-size: 2.2em;
  font-weight: 800;
  line-height: 1.2;
}
.p-cta__contact {
  display: grid;
  gap: 30px;
}
.p-cta__contact li {
  text-align: center;
}
.p-cta__contact li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 360px;
  height: 70px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin: 0 auto;
  border-radius: 15px;
  position: relative;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-cta__contact li a:hover {
    opacity: 0.5;
  }
}
.p-cta__contact li a::before {
  content: "";
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
.p-cta__contact li a::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 31px;
  margin: auto;
  transform: rotate(45deg);
}
.p-cta__contact li a span {
  position: relative;
}
.p-cta__contact li a span::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30px;
  margin: auto;
}
.p-cta__contact li.tel-btn a {
  background: linear-gradient(#fe3030, #cd2727);
  font-size: 1.5em;
}
.p-cta__contact li.tel-btn a::after {
  border-top: 2px solid #cd2727;
  border-right: 2px solid #cd2727;
}
.p-cta__contact li.tel-btn a span::before {
  background: url(../images/common/tel-white.png) no-repeat center/contain;
}
.p-cta__contact li.mail-btn a {
  background: linear-gradient(#7cc2e2, #44a8d6);
  font-size: 1.05em;
}
.p-cta__contact li.mail-btn a::after {
  border-top: 2px solid #384dad;
  border-right: 2px solid #384dad;
}
.p-cta__contact li.mail-btn a span::before {
  background: url(../images/common/ico-mail-wh.png) no-repeat center/contain;
}
.p-cta__contact li h3 {
  margin-top: 15px;
  font-size: 1em;
  display: flex;
  flex-direction: column;
  font-weight: 500;
  gap: 3px;
}
@media screen and (min-width: 768px) {
  .p-cta h2 {
    padding: 15px 0;
    align-items: baseline;
    gap: 30px;
  }
  .p-cta h2 span {
    font-size: 1em;
  }
  .p-cta h2 span br {
    display: none;
  }
  .p-cta h2 strong {
    font-size: 2.4em;
  }
  .p-cta__contact {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .p-cta__contact li a {
    width: 100%;
    max-width: 380px;
    height: 80px;
  }
  .p-cta__contact li a span::before {
    content: "";
    width: 24px;
    height: 24px;
    left: -35px;
  }
  .p-cta__contact li.tel-btn a {
    font-size: 1.65em;
  }
  .p-cta__contact li.mail-btn a {
    font-size: 1.1em;
  }
}
@media screen and (min-width: 1024px) {
  .p-cta {
    padding-bottom: 50px;
  }
  .p-cta h2 {
    margin-bottom: 50px;
  }
  .p-cta h2 span {
    font-size: 1.3em;
  }
  .p-cta h2 strong {
    font-size: 2.6em;
  }
  .p-cta__contact {
    display: flex;
    justify-content: center;
  }
  .p-cta__contact li a {
    max-width: none;
    width: 420px;
    height: 86px;
    margin: 0;
  }
  .p-cta__contact li a span::before {
    content: "";
    width: 28px;
    height: 28px;
    left: -40px;
  }
  .p-cta__contact li.tel-btn a {
    font-size: 1.7em;
  }
  .p-cta__contact li.mail-btn a {
    font-size: 1.2em;
  }
  .p-cta__contact li h3 {
    font-size: 0.9em;
    justify-content: center;
    flex-direction: row;
    gap: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .p-cta h2 {
    padding: 20px 0;
  }
  .p-cta__contact li a {
    width: 460px;
    height: 94px;
  }
  .p-cta__contact li a span::before {
    content: "";
    width: 32px;
    height: 32px;
    left: -46px;
  }
  .p-cta__contact li.tel-btn a {
    font-size: 1.8em;
  }
  .p-cta__contact li.mail-btn a {
    font-size: 1.3em;
  }
  .p-cta__contact li h3 {
    gap: 15px;
  }
}

.p-slide {
  position: relative;
}
.p-slide .gallery {
  overflow: hidden;
}
.p-slide .gallery .gallery__track {
  display: flex;
  gap: 10px;
  flex-wrap: nowrap;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (min-width: 1024px) {
  .p-slide .gallery .gallery__track {
    gap: 16px;
  }
}
.p-slide .gallery .gallery__track img {
  width: 200px;
  aspect-ratio: 5/4;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .p-slide .gallery .gallery__track img {
    width: 260px;
  }
}
@media screen and (min-width: 1024px) {
  .p-slide .gallery .gallery__track img {
    width: 380px;
    aspect-ratio: 3/2;
  }
}

.p-menu {
  background-color: #e1f5fe;
}
.p-menu__list {
  display: grid;
  gap: 20px;
}
.p-menu__list__item {
  border: 2px solid #0068b7;
  border-radius: 5px;
  max-width: 650px;
  margin: 0 auto;
}
.p-menu__list__item.service .p-menu__toplink {
  display: block;
  padding: 25px 0px;
  background: url(../images/home/bg5.webp) no-repeat center/cover;
  border-radius: 5px 5px 0 0;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-menu__list__item.service .p-menu__toplink:hover {
    opacity: 0.5;
  }
}
.p-menu__list__item.service .p-menu__toplink .List {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.p-menu__list__item.service .p-menu__toplink .List li {
  background-color: #004e89;
  color: #fff;
  padding: 3px 10px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 1em;
}
.p-menu__list__item.service .p-menu__toplink h2 {
  text-align: center;
  font-size: 1.8em;
  letter-spacing: 0.15em;
  color: #0068b7;
  text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}
.p-menu__list__item.service .p-menu__btmlink {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.p-menu__list__item.service .p-menu__btmlink li {
  position: relative;
}
.p-menu__list__item.service .p-menu__btmlink li:nth-child(2) {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.p-menu__list__item.service .p-menu__btmlink li a {
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-menu__list__item.service .p-menu__btmlink li a:hover {
    opacity: 0.5;
  }
}
.p-menu__list__item.service .p-menu__btmlink li .Img img {
  aspect-ratio: 1/1;
}
.p-menu__list__item.service .p-menu__btmlink li h3 {
  background-color: #004e89;
  color: #fff;
  text-align: center;
  font-size: 1em;
  font-weight: 600;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
}
.p-menu__list__item.emergency {
  background: url(../images/home/bg6.webp) no-repeat center/cover;
  position: relative;
}
.p-menu__list__item.emergency::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  inset: 0;
  margin: auto;
  opacity: 0.6;
  border-radius: 5px;
}
.p-menu__list__item.emergency .p-menu__link {
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-menu__list__item.emergency .p-menu__link:hover {
    opacity: 0.5;
  }
}
.p-menu__list__item.emergency .p-menu__link {
  position: relative;
  z-index: 10;
}
.p-menu__list__item.emergency .List {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-bottom: 12px;
  gap: 2px;
}
.p-menu__list__item.emergency .List li {
  text-align: center;
}
.p-menu__list__item.emergency .List li .Icon img {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 8px;
}
.p-menu__list__item.emergency .List li p {
  font-size: 0.65em;
  font-weight: 500;
}
.p-menu__list__item.emergency .List li p span {
  background-color: #44a8d6;
  color: #fff;
  display: inline-block;
  padding: 2px 4px;
  line-height: 1.5;
  border-radius: 3px;
}
.p-menu__list__item.emergency .Desc {
  padding: 0 6vw 30px;
  max-width: 500px;
  margin: 0 auto;
}
.p-menu__list__item.emergency .Desc h2 {
  font-size: 1.8em;
  letter-spacing: 0.15em;
  color: #0068b7;
  text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}
.p-menu__list__item.emergency .Desc h3 {
  text-align: right;
  font-size: 1.1em;
  color: #0068b7;
  margin-bottom: 10px;
  text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}
.p-menu__list__item.emergency .Desc h3 strong {
  font-size: 1.4em;
  color: #fe3030;
}
.p-menu__list__item.emergency .Desc h4 {
  display: flex;
  gap: 10px;
  justify-content: right;
  align-items: center;
  line-height: 1.2;
}
.p-menu__list__item.emergency .Desc h4 .ryokin {
  font-size: 0.8em;
  font-weight: 600;
  line-height: 1.2;
  color: #0068b7;
}
.p-menu__list__item.emergency .Desc h4 strong {
  text-shadow: #fdd835 2px 0px, #fdd835 -2px 0px, #fdd835 0px -2px, #fdd835 0px 2px, #fdd835 2px 2px, #fdd835 -2px 2px, #fdd835 2px -2px, #fdd835 -2px -2px, #fdd835 1px 2px, #fdd835 -1px 2px, #fdd835 1px -2px, #fdd835 -1px -2px, #fdd835 2px 1px, #fdd835 -2px 1px, #fdd835 2px -1px, #fdd835 -2px -1px;
  color: #fe3030;
  font-size: 1.3em;
}
.p-menu__list__item.emergency .Desc h4 strong .price {
  font-size: 2em;
  display: inline-block;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .p-menu__list {
    gap: 40px;
  }
  .p-menu__list__item {
    border-radius: 10px;
    max-width: 860px;
  }
  .p-menu__list__item.service {
    background: url(../images/home/bg5.webp) no-repeat center/cover;
    display: flex;
    align-items: center;
    padding: 60px 0;
  }
  .p-menu__list__item.service .p-menu__toplink {
    padding: 35px 50px;
    border-radius: 10px 0 0 10px;
    background: transparent;
  }
  .p-menu__list__item.service .p-menu__toplink .List li {
    font-size: 1.2em;
  }
  .p-menu__list__item.service .p-menu__toplink h2 {
    font-size: 2.1em;
  }
  .p-menu__list__item.service .p-menu__btmlink {
    flex: 1;
  }
  .p-menu__list__item.service .p-menu__btmlink li h3 {
    font-size: 1.1em;
  }
  .p-menu__list__item.emergency .p-menu__link {
    display: flex;
    align-items: center;
    padding: 30px 40px;
    gap: 50px;
  }
  .p-menu__list__item.emergency .List {
    flex: 1;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 0px;
    gap: 8px;
  }
  .p-menu__list__item.emergency .List li {
    text-align: center;
  }
  .p-menu__list__item.emergency .List li .Icon img {
    padding: 15px;
  }
  .p-menu__list__item.emergency .List li p {
    font-size: 0.8em;
  }
  .p-menu__list__item.emergency .List li p span {
    padding: 2px 12px;
  }
  .p-menu__list__item.emergency .Desc {
    padding: 0;
    max-width: none;
    margin: 0;
  }
  .p-menu__list__item.emergency .Desc h2 {
    font-size: 2.4em;
  }
  .p-menu__list__item.emergency .Desc h3 {
    font-size: 1.4em;
  }
  .p-menu__list__item.emergency .Desc h3 strong {
    font-size: 1.6em;
  }
  .p-menu__list__item.emergency .Desc h4 {
    gap: 15px;
  }
  .p-menu__list__item.emergency .Desc h4 .ryokin {
    font-size: 1.1em;
    line-height: 1.2;
  }
  .p-menu__list__item.emergency .Desc h4 strong {
    font-size: 1.5em;
  }
  .p-menu__list__item.emergency .Desc h4 strong .price {
    font-size: 2.4em;
  }
}

.p-plan__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 0 -2vw;
}
.p-plan__list__item {
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.2);
}
.p-plan__list__item .Img img {
  aspect-ratio: 5/4;
}
.p-plan__list__item .Desc {
  padding: 10px;
}
.p-plan__list__item .Desc h3 {
  font-size: 1.05em;
  font-weight: bold;
  margin-bottom: 5px;
}
.p-plan__list__item .Desc h3 small {
  font-size: 0.85em;
}
.p-plan__list__item .Desc p {
  font-size: 0.8em;
  letter-spacing: 0.02em;
}
.p-plan__list__item .Desc h4 {
  background-color: #0068b7;
  color: #fff;
  text-align: center;
  font-size: 1.1em;
  padding: 3px 0;
  margin: 8px 0;
}
.p-plan__list__item .Desc .Price {
  text-align: center;
}
.p-plan__list__item .Desc .Price span {
  font-size: 0.8em;
  font-weight: 500;
}
.p-plan__list__item .Desc .Price strong {
  font-size: 1.8em;
  letter-spacing: 0.02em;
  display: inline-block;
  padding: 0 5px 0 0;
  font-weight: bold;
  color: #fe3030;
}
.p-plan__list__item:nth-child(1), .p-plan__list__item:nth-child(2) {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.p-plan__list__item:nth-child(1) .Desc, .p-plan__list__item:nth-child(2) .Desc {
  align-self: center;
}
.p-plan__list__item:nth-child(1) .Desc h3, .p-plan__list__item:nth-child(2) .Desc h3 {
  font-size: 1.2em;
}
.p-plan__list__item:nth-child(1) .Desc .Price strong, .p-plan__list__item:nth-child(2) .Desc .Price strong {
  font-size: 2.2em;
}
@media screen and (min-width: 768px) {
  .p-plan__list {
    margin: 0;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
  }
  .p-plan__list__item {
    box-shadow: 0 0 15px rgba(51, 51, 51, 0.2);
  }
  .p-plan__list__item:nth-child(1) .Desc, .p-plan__list__item:nth-child(2) .Desc {
    padding: 30px;
  }
  .p-plan__list__item:nth-child(1) .Desc h3, .p-plan__list__item:nth-child(2) .Desc h3 {
    font-size: 1.5em;
  }
  .p-plan__list__item:nth-child(1) .Desc p, .p-plan__list__item:nth-child(2) .Desc p {
    font-size: 1em;
  }
  .p-plan__list__item:nth-child(1) .Desc h4, .p-plan__list__item:nth-child(2) .Desc h4 {
    font-size: 1.3em;
  }
  .p-plan__list__item:nth-child(1) .Desc .Price span, .p-plan__list__item:nth-child(2) .Desc .Price span {
    font-size: 1.1em;
  }
  .p-plan__list__item:nth-child(1) .Desc .Price strong, .p-plan__list__item:nth-child(2) .Desc .Price strong {
    font-size: 2.4em;
  }
}
@media screen and (min-width: 1024px) {
  .p-plan__list {
    grid-template-columns: repeat(4, 1fr);
  }
  .p-plan__list__item:nth-child(1) .Desc, .p-plan__list__item:nth-child(2) .Desc {
    padding: 10px;
  }
  .p-plan__list__item:nth-child(1) .Desc .Price span, .p-plan__list__item:nth-child(2) .Desc .Price span {
    font-size: 0.9em;
  }
  .p-plan__list__item:nth-child(1) {
    grid-column: 1/3;
  }
  .p-plan__list__item:nth-child(2) {
    grid-column: 3/5;
  }
}
@media screen and (min-width: 1280px) {
  .p-plan__list__item .Desc {
    padding: 20px;
  }
  .p-plan__list__item .Desc h3 {
    font-size: 1.2em;
  }
  .p-plan__list__item .Desc p {
    font-size: 0.9em;
  }
  .p-plan__list__item .Desc h4 {
    font-size: 1.2em;
    padding: 3px 0;
    margin: 12px 0;
  }
  .p-plan__list__item .Desc .Price span {
    font-size: 1em;
  }
  .p-plan__list__item:nth-child(1) .Desc, .p-plan__list__item:nth-child(2) .Desc {
    padding: 20px;
  }
  .p-plan__list__item:nth-child(1) .Desc .Price span, .p-plan__list__item:nth-child(2) .Desc .Price span {
    font-size: 1em;
  }
}

.area {
  background: url(../images/home/bg3.webp) no-repeat center/cover;
  position: relative;
}
.area::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  inset: 0;
  margin: auto;
  opacity: 0.6;
}
.area__wrap {
  position: relative;
  z-index: 10;
}
.area__desc {
  text-align: center;
  font-size: 1.3em;
  line-height: 1.8;
}
.area__desc b {
  color: #0068b7;
}
.area__img {
  max-width: 500px;
  margin: 0 auto;
}
.area__img img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .area__wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
  }
  .area__desc {
    margin-bottom: 0;
    font-size: 1.5em;
  }
  .area__img {
    max-width: 350px;
    margin: 0;
    flex: 1;
  }
}
@media screen and (min-width: 1024px) {
  .area__wrap {
    gap: 70px;
  }
  .area__desc {
    font-size: 1.8em;
  }
  .area__img {
    max-width: 450px;
  }
}

.p-flow {
  background-color: #edf9fe;
}
.p-flow__list {
  display: grid;
  gap: 30px;
}
.p-flow__list__item {
  display: flex;
  align-items: center;
  gap: 30px;
}
.p-flow__list__item:nth-child(1) .num .step {
  color: #f86b6c;
}
.p-flow__list__item:nth-child(1) .num .Icon {
  background-color: #f86b6c;
}
.p-flow__list__item:nth-child(2) .num .step {
  color: #fdc601;
}
.p-flow__list__item:nth-child(2) .num .Icon {
  background-color: #fdc601;
}
.p-flow__list__item:nth-child(3) .num .step {
  color: #6bcb78;
}
.p-flow__list__item:nth-child(3) .num .Icon {
  background-color: #6bcb78;
}
.p-flow__list__item:nth-child(4) .num::before {
  display: none;
}
.p-flow__list__item:nth-child(4) .num .step {
  color: #4e96ff;
}
.p-flow__list__item:nth-child(4) .num .Icon {
  background-color: #4e96ff;
}
.p-flow__list__item .num {
  text-align: center;
  position: relative;
}
.p-flow__list__item .num::before {
  position: absolute;
  content: "";
  /* 上向きの二等辺三角形の場合 */
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 15px solid #0068b7;
  /* 色は任意に変更可能 */
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
}
.p-flow__list__item .num .step {
  font-size: 0.9em;
  letter-spacing: 0.02em;
  font-weight: bold;
}
.p-flow__list__item .num .Icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.p-flow__list__item .num .Icon img {
  padding: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-flow__list__item .Desc {
  flex: 1;
}
.p-flow__list__item .Desc h3 {
  font-size: 1em;
  margin-bottom: 8px;
}
.p-flow__list__item .Desc p {
  font-size: 0.9em;
}
@media screen and (min-width: 1024px) {
  .p-flow__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  .p-flow__list__item {
    display: block;
    margin-bottom: 0;
  }
  .p-flow__list__item .num::before {
    position: absolute;
    content: "";
    /* 上向きの二等辺三角形の場合 */
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 20px solid #0068b7;
    top: 60%;
    bottom: auto;
    right: 0;
    left: auto;
    transform: translateY(-50%) rotate(90deg);
  }
  .p-flow__list__item .num .step {
    font-size: 1.1em;
    margin-bottom: 7px;
  }
  .p-flow__list__item .num .Icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
  }
  .p-flow__list__item .num .Icon img {
    padding: 25px;
  }
  .p-flow__list__item .Desc h3 {
    font-size: 1.2em;
    text-align: center;
  }
  .p-flow__list__item .Desc p {
    font-size: 1em;
  }
}
@media screen and (min-width: 1280px) {
  .p-flow__list {
    gap: 35px;
  }
  .p-flow__list__item .num .step {
    font-size: 1.2em;
    margin-bottom: 10px;
  }
  .p-flow__list__item .num .Icon {
    width: 120px;
    height: 120px;
    margin: 0 auto 25px;
  }
  .p-flow__list__item .num .Icon img {
    padding: 35px;
  }
  .p-flow__list__item .Desc h3 {
    font-size: 1.3em;
    margin-bottom: 15px;
  }
  .p-flow__list__item .Desc p {
    font-size: 1em;
  }
}

.p-works .swiper-slide {
  overflow: visible;
}
.p-works__slider {
  position: relative;
}
.p-works__item {
  width: 100%;
  border: solid 1px #0068b7;
  position: relative;
  background: #fff;
  border-radius: 8px;
  padding: 20px;
}
.p-works__item h3 {
  color: #0068b7;
  text-decoration: underline;
  font-size: 1em;
  text-align: center;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
}
.p-works__item .Table {
  display: grid;
  gap: 8px;
  font-size: 0.9em;
}
.p-works__item .Table dl {
  display: flex;
}
.p-works__item .Table dl dd {
  flex: 1;
}
.p-works__item .ba {
  margin-bottom: 15px;
}
.p-works__item .ba h4 {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #888;
  color: #fff;
  font-size: 1.1em;
  width: 100px;
  text-align: center;
  padding: 5px 0;
}
.p-works__item .ba .Img {
  position: relative;
  margin: 0 auto 10px;
  max-width: 500px;
}
.p-works__item .ba .Img img {
  aspect-ratio: 3/2;
}
.p-works__item .ba .before {
  margin-bottom: 50px;
  position: relative;
}
.p-works__item .ba .before h4 {
  background-color: #888;
}
.p-works__item .ba .before::before {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../images/common/arw.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(90deg);
}
.p-works__item .ba .after h4 {
  background-color: #0068b7;
}
.p-works .swiper-button-prev,
.p-works .swiper-button-next {
  width: 40px;
  height: 40px;
  background-color: #0068b7;
  border-radius: 50%;
  color: #fff;
  transition: all 0.3s;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-works .swiper-button-prev:hover,
  .p-works .swiper-button-next:hover {
    opacity: 0.5;
  }
}
.p-works .swiper-button-prev svg,
.p-works .swiper-button-next svg {
  width: 20px;
  height: 20px;
}
.p-works .swiper-button-prev {
  left: -20px;
}
.p-works .swiper-button-next {
  right: -20px;
}
@media screen and (min-width: 768px) {
  .p-works__item {
    padding: 40px;
  }
  .p-works__item h3 {
    font-size: 1.2em;
    margin-bottom: 30px;
  }
  .p-works__item .ba {
    margin-bottom: 30px;
  }
  .p-works__item .ba h4 {
    font-size: 1.2em;
    width: 120px;
  }
  .p-works__item .ba .Wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
  }
  .p-works__item .ba .before {
    margin-bottom: 0;
  }
  .p-works__item .ba .before::before {
    top: 0;
    bottom: 0;
    left: auto;
    right: -50px;
    width: 40px;
    height: 40px;
    transform: rotate(0);
  }
  .p-works .swiper-button-prev,
  .p-works .swiper-button-next {
    width: 60px;
    height: 60px;
  }
  .p-works .swiper-button-prev {
    left: -30px;
  }
  .p-works .swiper-button-next {
    right: -30px;
  }
}
@media screen and (min-width: 1280px) {
  .p-works__item {
    padding: 40px 60px;
  }
  .p-works__item h3 {
    font-size: 1.3em;
    margin-bottom: 30px;
  }
  .p-works__item .ba .before::before {
    right: -55px;
    width: 50px;
    height: 50px;
  }
}

.faq-contents .faq__item {
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.faq-contents .faq dt {
  padding: 20px 30px 20px 40px;
  font-size: 0.9em;
  font-weight: 500;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  transition: color 0.2s cubic-bezier(0, 0, 0.58, 1);
}
.faq-contents .faq dt.js-accordion-title.ac-title {
  margin-bottom: 0;
}
.faq-contents .faq dt::before {
  content: "Q";
  position: absolute;
  top: 12px;
  left: 5px;
  bottom: 0;
  margin: auto;
  font-size: 1.4em;
  color: #0068b7;
}
.faq-contents .faq dt span {
  line-height: 1.5;
  display: block;
  position: relative;
}
.faq-contents .faq dt span::after {
  position: absolute;
  top: 50%;
  right: -20px;
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  visibility: visible;
  margin-left: -12px;
  border-bottom: 2px solid rgb(39, 39, 39);
  border-right: 2px solid rgb(39, 39, 39);
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.2s;
}
.faq-contents .faq dd {
  position: relative;
  font-size: 0.9em;
}
.faq-contents .faq dd::before {
  content: "A";
  position: absolute;
  top: 6px;
  left: 5px;
  line-height: 1;
  font-size: 1.4em;
  font-weight: 600;
  color: #cd2727;
}
.faq-contents .faq dd .m-description-article {
  margin: 20px 20px 20px 40px;
  display: block;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .faq-contents .faq dt {
    padding: 25px 30px 25px 40px;
  }
  .faq-contents .faq dt::before {
    top: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .faq-contents .faq {
    max-width: 1000px;
    margin: 0 auto;
  }
  .faq-contents .faq__item {
    margin-bottom: 20px;
  }
  .faq-contents .faq dt {
    font-size: 1.1em;
    padding: 25px 50px;
  }
  .faq-contents .faq dt::before {
    top: 10px;
    font-size: 1.6em;
  }
  .faq-contents .faq dt span::after {
    width: 12px;
    height: 12px;
  }
  .faq-contents .faq dd {
    font-size: 1em;
  }
  .faq-contents .faq dd::before {
    font-size: 1.8em;
  }
  .faq-contents .faq dd .m-description-article {
    margin: 30px 30px 30px 50px;
  }
}

.p-contact {
  padding: 50px 0 60px;
  background: url(../images/home/bg1.webp) no-repeat center/cover;
  background-position: center;
  position: relative;
}
.p-contact::before {
  content: "";
  width: 42%;
  max-width: 160px;
  height: 100%;
  background: url(../images/home/cta-people.webp) no-repeat center bottom/contain;
  position: absolute;
  bottom: 0;
  right: 0px;
}
.p-contact__desc {
  color: #fff;
  position: relative;
}
.p-contact__desc h3 {
  font-size: 1em;
  letter-spacing: 0;
  display: inline-block;
  border-radius: 5px;
  padding: 10px;
  line-height: 1.5;
  color: #0068b7;
  background-color: #fff;
  width: 70%;
  text-align: center;
  position: relative;
}
.p-contact__desc h3::before {
  position: absolute;
  content: "";
  /* 上向きの二等辺三角形の場合 */
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #fff;
  /* 色は任意に変更可能 */
  top: 50%;
  right: -10px;
  transform: translateY(-50%) rotate(90deg);
}
.p-contact__desc h3 strong {
  background: linear-gradient(#fe3030, #cd2727);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.8em;
  font-weight: 700;
  display: inline-block;
  margin: 0 5px;
}
.p-contact__contact {
  padding-bottom: 50px;
  display: grid;
  gap: 20px;
}
.p-contact__contact .tel-btn {
  text-align: center;
}
.p-contact__contact .tel-btn a {
  background: linear-gradient(#fe3030, #cd2727);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 360px;
  height: 70px;
  text-align: center;
  border-radius: 9999px;
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  margin: 0 auto;
}
.p-contact__contact .tel-btn a span {
  position: relative;
}
.p-contact__contact .tel-btn a span::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/common/tel-white.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30px;
  margin: auto;
}
.p-contact__contact .tel-btn a span::after {
  position: absolute;
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #fff;
  top: 50%;
  right: -40px;
  transform: translateY(-50%) rotate(90deg);
}
.p-contact__contact .tel-btn small {
  margin-top: 8px;
  display: block;
  font-size: 0.9em;
  font-weight: 500;
}
.p-contact__contact .mail-btn a {
  background: linear-gradient(#7cc2e2, #44a8d6);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 360px;
  height: 70px;
  text-align: center;
  border-radius: 9999px;
  color: #fff;
  font-size: 1.1em;
  font-weight: bold;
  margin: 0 auto;
}
.p-contact__contact .mail-btn a span {
  position: relative;
}
.p-contact__contact .mail-btn a span::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/common/ico-mail-wh.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30px;
  margin: auto;
}
.p-contact__contact .mail-btn a span::after {
  position: absolute;
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #fff;
  top: 50%;
  right: -40px;
  transform: translateY(-50%) rotate(90deg);
}
@media screen and (min-width: 768px) {
  .p-contact {
    padding: 50px 0 70px;
    position: relative;
  }
  .p-contact::before {
    width: 40%;
    max-width: 230px;
  }
  .p-contact__desc h3 {
    font-size: 1.2em;
    line-height: 2;
    padding: 20px;
  }
  .p-contact__desc h3 strong {
    font-size: 1.6em;
    margin: 0 8px;
  }
  .p-contact__desc h3 .onlySP {
    display: none;
  }
  .p-contact__contact {
    display: flex;
    justify-content: center;
  }
  .p-contact__contact .tel-btn a {
    margin: 0;
    max-width: none;
    width: 340px;
    height: 80px;
  }
  .p-contact__contact .mail-btn a {
    margin: 0;
    max-width: none;
    width: 340px;
    height: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .p-contact {
    padding: 50px 0 100px;
  }
  .p-contact::before {
    width: 50%;
    max-width: 260px;
    right: auto;
    left: calc(50% + 300px);
    transform: translateX(-50%);
  }
  .p-contact__desc {
    max-width: 1000px;
    margin: 0 auto;
  }
  .p-contact__desc h3 {
    font-size: 1.3em;
  }
  .p-contact__contact {
    gap: 50px;
  }
  .p-contact__contact .tel-btn a {
    width: 380px;
    height: 86px;
    font-size: 1.7em;
  }
  .p-contact__contact .mail-btn a {
    width: 380px;
    height: 86px;
    font-size: 1.25em;
  }
}

/* ==========================================================================
   サブページ共通
   ========================================================================== */
.c-company .c-message__desc {
  font-size: 0.95em;
  line-height: 2;
  display: grid;
  gap: 15px;
}
.c-company .c-message__desc .name {
  margin-top: 15px;
  text-align: right;
  font-weight: 500;
  font-size: 1.3em;
}
.c-company .c-message__desc .name small {
  display: block;
}
@media screen and (min-width: 1024px) {
  .c-company .c-message__desc {
    font-size: 1em;
    max-width: 800px;
    margin: 0 auto;
  }
  .c-company .c-message__desc .name {
    margin-top: 25px;
    font-size: 1.5em;
    display: flex;
    justify-content: right;
    align-items: baseline;
    gap: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .c-company .c-message__desc {
    max-width: 1000px;
  }
}
.c-company .c-about {
  background-color: #e1f5fe;
}
.c-company .c-about__desc {
  max-width: 600px;
  margin: 0 auto;
  background-color: #fff;
  padding: 20px 20px 30px;
  border-radius: 10px;
}
.c-company .c-about__desc table {
  width: 100%;
}
.c-company .c-about__desc th {
  text-align: left;
  display: block;
  width: 100%;
  padding: 8px 5px 0;
}
.c-company .c-about__desc td {
  display: block;
  width: 100%;
  padding: 8px 5px;
  border-bottom: 1px solid #ccc;
}
.c-company .c-about__desc td a {
  color: rgb(39, 39, 39);
}
@media screen and (min-width: 768px) {
  .c-company .c-about__desc {
    padding: 30px 30px 50px;
  }
  .c-company .c-about__desc tr {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
  }
  .c-company .c-about__desc tr th {
    flex-basis: 25%;
    padding: 0;
  }
  .c-company .c-about__desc tr td {
    flex-basis: 75%;
    border-bottom: none;
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .c-company .c-about__desc {
    padding: 30px 50px 50px;
    max-width: 800px;
  }
}

.c-works__list {
  display: grid;
  gap: 30px;
}
.c-works__item {
  width: 100%;
  border: solid 1px #0068b7;
  position: relative;
  background: #fff;
  border-radius: 8px;
  padding: 20px;
}
.c-works__item h3 {
  color: #0068b7;
  text-decoration: underline;
  font-size: 1em;
  text-align: center;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
}
.c-works__item .Table {
  display: grid;
  gap: 8px;
  font-size: 0.9em;
}
.c-works__item .Table dl {
  display: flex;
}
.c-works__item .Table dl dd {
  flex: 1;
}
.c-works__item .ba {
  margin-bottom: 15px;
}
.c-works__item .ba h4 {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #888;
  color: #fff;
  font-size: 1.1em;
  width: 100px;
  text-align: center;
  padding: 5px 0;
}
.c-works__item .ba .Img {
  position: relative;
  margin: 0 auto 10px;
  max-width: 500px;
}
.c-works__item .ba .Img img {
  aspect-ratio: 3/2;
}
.c-works__item .ba .before {
  margin-bottom: 50px;
  position: relative;
}
.c-works__item .ba .before h4 {
  background-color: #888;
}
.c-works__item .ba .before::before {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../images/common/arw.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(90deg);
}
.c-works__item .ba .after h4 {
  background-color: #0068b7;
}
@media screen and (min-width: 768px) {
  .c-works__list {
    gap: 45px;
  }
  .c-works__item {
    padding: 25px;
  }
  .c-works__item h3 {
    font-size: 1.2em;
    margin-bottom: 30px;
  }
  .c-works__item .ba {
    margin-bottom: 20px;
  }
  .c-works__item .ba .Wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
  }
  .c-works__item .ba .before {
    margin-bottom: 0;
  }
  .c-works__item .ba .before::before {
    top: 0;
    bottom: 0;
    left: auto;
    right: -50px;
    width: 40px;
    height: 40px;
    transform: rotate(0);
  }
}
@media screen and (min-width: 1024px) {
  .c-works .c-container {
    display: grid;
    grid-template-columns: 25% 70%;
    grid-template-rows: auto auto;
    gap: 0 5%;
  }
  .c-works .category-list {
    grid-row: 1/3;
    grid-column: 1/2;
  }
  .c-works__list {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .c-works .pagination {
    grid-row: 2/3;
    grid-column: 2/3;
  }
}

.category-list {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.category-list h4 {
  background-color: #0068b7;
  color: #fff;
  text-align: center;
  padding: 12px 0;
  font-size: 1.2em;
  border-radius: 10px 10px 0 0;
}
.category-list ul {
  background-color: #fff;
  border: 1px solid #0068b7;
  padding: 5px 20px 10px;
  border-radius: 0 0 10px 10px;
}
.category-list ul li a {
  color: #0068b7;
  font-weight: bold;
  display: block;
  border-bottom: 1px solid #0068b7;
  padding: 10px;
}
.category-list ul li:last-child a {
  border-bottom: none;
}
@media screen and (min-width: 1024px) {
  .category-list {
    width: 100%;
    margin: 0;
  }
  .category-list h4 {
    padding: 15px 0;
    font-size: 1.1em;
  }
  .category-list ul {
    padding: 5px 10px 10px;
  }
}

.c-works-sl__item h2 {
  color: #0068b7;
  font-size: 1.2em;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}
.c-works-sl__item .ba {
  margin-bottom: 15px;
}
.c-works-sl__item .ba h4 {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #888;
  color: #fff;
  font-size: 1.1em;
  width: 100px;
  text-align: center;
  padding: 5px 0;
}
.c-works-sl__item .ba .Img {
  position: relative;
  margin: 0 auto 10px;
  max-width: 500px;
}
.c-works-sl__item .ba .Img img {
  aspect-ratio: 3/2;
}
.c-works-sl__item .ba .before {
  margin-bottom: 50px;
  position: relative;
}
.c-works-sl__item .ba .before h4 {
  background-color: #888;
}
.c-works-sl__item .ba .before::before {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../images/common/arw.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(90deg);
}
.c-works-sl__item .ba .after h4 {
  background-color: #0068b7;
}
.c-works-sl__desc {
  line-height: 2.2;
}
.c-works-sl__table {
  display: grid;
  gap: 12px;
}
.c-works-sl__table h3 {
  background-color: #0068b7;
  color: #fff;
  padding: 8px 0;
  text-align: center;
  font-size: 1.1em;
  margin-bottom: 8px;
}
.c-works-sl__table dl {
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  gap: 5em;
  padding: 0 8px 12px;
}
.c-works-sl__table dl dd {
  flex: 1;
}
.c-works-sl__link {
  text-align: right;
}
.c-works-sl__link a {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #0068b7;
}
@media screen and (min-width: 768px) {
  .c-works-sl__item h2 {
    font-size: 1.4em;
    margin-bottom: 25px;
  }
  .c-works-sl__table h3 {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 1024px) {
  .c-works-sl__item h2 {
    font-size: 1.7em;
    margin-bottom: 40px;
  }
  .c-works-sl__item .ba {
    margin-bottom: 30px;
  }
  .c-works-sl__item .ba h4 {
    font-size: 1.2em;
    width: 120px;
  }
  .c-works-sl__item .ba .Wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
  }
  .c-works-sl__item .ba .Img {
    margin: 0;
    max-width: none;
  }
  .c-works-sl__item .ba .before {
    margin-bottom: 0;
  }
  .c-works-sl__item .ba .before::before {
    top: 0;
    bottom: 0;
    left: auto;
    right: -50px;
    width: 40px;
    height: 40px;
    transform: rotate(0);
  }
  .c-works-sl__table {
    gap: 20px;
  }
  .c-works-sl__table h3 {
    padding: 12px 0;
    font-size: 1.4em;
    margin-bottom: 10px;
  }
  .c-works-sl__table dl {
    padding: 0 12px 20px;
  }
}
@media screen and (min-width: 1280px) {
  .c-works-sl__item h2 {
    font-size: 1.8em;
    margin-bottom: 45px;
  }
  .c-works-sl__item .ba h4 {
    font-size: 1.4em;
    width: 150px;
  }
  .c-works-sl__item .ba .Wrap {
    gap: 100px;
  }
  .c-works-sl__item .ba .before {
    margin-bottom: 0;
  }
  .c-works-sl__item .ba .before::before {
    right: -85px;
    width: 70px;
    height: 70px;
  }
}

.c-reason {
  background-color: #e1f5fe;
}
.c-reason__title {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 15px;
  color: #0068b7;
  margin-bottom: 50px;
}
.c-reason__title span {
  display: inline-block;
}
.c-reason__title span:nth-child(1) {
  font-size: 0.8em;
  line-height: 1.5;
  text-align: right;
}
.c-reason__title span:nth-child(2) {
  line-height: 1;
  font-size: 1.3em;
}
.c-reason__title span:nth-child(2) strong {
  font-size: 2.2em;
  line-height: 1;
  display: inline-block;
  margin-right: 5px;
}
.c-reason__list {
  display: grid;
  gap: 50px;
}
.c-reason__list__item {
  background-color: #fff;
}
.c-reason__list__item .Desc {
  position: relative;
  padding: 30px 20px;
}
.c-reason__list__item .Desc .num {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  font-size: 2em;
  color: #0068b7;
  font-weight: bold;
  line-height: 1;
}
.c-reason__list__item .Desc h3 {
  text-align: center;
  color: #0068b7;
  font-size: 1.1em;
  margin-bottom: 15px;
}
.c-reason__list__item .Desc h3 strong {
  background: linear-gradient(transparent 60%, #fdd835 40%);
  padding: 0 2px;
  font-size: 1.5em;
}
.c-reason__list__item .Img img {
  aspect-ratio: 5/4;
}
@media screen and (min-width: 768px) {
  .c-reason__title {
    gap: 20px;
  }
  .c-reason__title span:nth-child(1) {
    font-size: 1em;
  }
  .c-reason__title span:nth-child(2) {
    font-size: 1.6em;
  }
  .c-reason__title span:nth-child(2) strong {
    font-size: 2.2em;
  }
  .c-reason__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 20px;
  }
  .c-reason__list__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .c-reason__title {
    margin-bottom: 70px;
  }
  .c-reason__title span:nth-child(1) {
    font-size: 1.2em;
  }
  .c-reason__title span:nth-child(2) {
    font-size: 1.8em;
  }
  .c-reason__list {
    gap: 70px 30px;
  }
  .c-reason__list__item .Desc {
    padding: 40px 30px;
  }
  .c-reason__list__item .Desc .num {
    top: -25px;
    font-size: 2.4em;
  }
  .c-reason__list__item .Desc h3 {
    font-size: 1.3em;
    margin-bottom: 25px;
  }
  .c-reason__list__item .Desc h3 strong {
    font-size: 1.5em;
  }
  .c-reason__list__item .Img img {
    aspect-ratio: 3/2;
  }
}
@media screen and (min-width: 1280px) {
  .c-reason__list__item .Desc {
    padding: 50px 40px;
  }
  .c-reason__list__item .Img img {
    aspect-ratio: 16/9;
  }
}

.c-zinsoku {
  background: url(../images/home/bg4.webp) no-repeat center/cover;
  padding: 30px 0;
  position: relative;
}
.c-zinsoku::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0.9019607843), rgba(255, 255, 255, 0.3019607843));
  position: absolute;
  inset: 0;
  margin: auto;
}
.c-zinsoku__desc {
  position: relative;
  z-index: 20;
  margin-bottom: 45px;
}
.c-zinsoku__desc h2 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  font-size: 1.1em;
  gap: 20px;
  margin-bottom: 30px;
}
.c-zinsoku__desc h2 span {
  display: inline-block;
  color: #0068b7;
  line-height: 1.5;
  text-shadow: #fff 3px 0px, #fff -3px 0px, #fff 0px -3px, #fff 0px 3px, #fff 3px 3px, #fff -3px 3px, #fff 3px -3px, #fff -3px -3px, #fff 2px 3px, #fff -2px 3px, #fff 2px -3px, #fff -2px -3px, #fff 3px 2px, #fff -3px 2px, #fff 3px -2px, #fff -3px -2px, #fff 1px 3px, #fff -1px 3px, #fff 1px -3px, #fff -1px -3px, #fff 3px 1px, #fff -3px 1px, #fff 3px -1px, #fff -3px -1px;
}
.c-zinsoku__desc h2 span strong {
  line-height: 1;
  display: inline-block;
}
.c-zinsoku__desc h2 span:nth-child(1) {
  text-align: right;
  position: relative;
  z-index: 10;
}
.c-zinsoku__desc h2 span:nth-child(1)::before {
  content: "";
  width: 50%;
  height: 100%;
  aspect-ratio: 1/1;
  background: url(../images/common/time.svg) no-repeat top left/contain;
  position: absolute;
  top: -45px;
  left: 0;
  z-index: -1;
}
.c-zinsoku__desc h2 span:nth-child(1) strong {
  font-size: 1.3em;
}
.c-zinsoku__desc h2 span:nth-child(2) {
  font-size: 1.4em;
}
.c-zinsoku__desc h2 span:nth-child(2) strong {
  font-size: 1.8em;
  margin-right: 5px;
  color: #f22828;
}
.c-zinsoku__desc p {
  text-align: center;
  font-weight: bold;
  text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}
.c-zinsoku__desc p span {
  color: #0068b7;
}
.c-zinsoku__img {
  position: relative;
  z-index: 10;
}
.c-zinsoku__img img {
  transform: scale(1.2);
  max-width: 450px;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .c-zinsoku {
    padding: 40px 0;
  }
  .c-zinsoku::before {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.9019607843), rgba(255, 255, 255, 0.3019607843));
  }
  .c-zinsoku__wrap {
    display: flex;
    align-items: center;
  }
  .c-zinsoku__desc {
    margin-bottom: 0;
  }
  .c-zinsoku__img {
    flex: 1;
    margin-left: -20%;
  }
  .c-zinsoku__img img {
    transform: none;
    max-width: none;
  }
}
@media screen and (min-width: 1024px) {
  .c-zinsoku__wrap {
    max-width: 1000px;
    margin: 0 auto;
  }
  .c-zinsoku__desc h2 {
    font-size: 1.6em;
    gap: 20px;
    margin-bottom: 30px;
  }
  .c-zinsoku__desc h2 span:nth-child(1)::before {
    width: 50%;
    top: -65px;
  }
  .c-zinsoku__desc h2 span:nth-child(1) strong {
    font-size: 1.3em;
  }
  .c-zinsoku__desc h2 span:nth-child(2) {
    font-size: 1.4em;
  }
  .c-zinsoku__desc h2 span:nth-child(2) strong {
    font-size: 1.8em;
  }
  .c-zinsoku__desc p {
    font-size: 1.2em;
  }
}

.c-pay__list {
  display: grid;
  gap: 30px;
}
.c-pay__list__item {
  background-color: #e1f5fe;
  border-radius: 10px;
  padding: 20px;
}
.c-pay__list__item h3 {
  font-size: 1.2em;
  padding-left: 10px;
  border-left: 3px solid #0068b7;
  color: #0068b7;
  margin-bottom: 15px;
}
.c-pay__list__item .Img {
  background-color: #fff;
  padding: 20px;
  margin-top: 25px;
  text-align: center;
}
.c-pay__list__item .Img img {
  max-width: 400px;
  aspect-ratio: 3/2;
  -o-object-fit: contain;
     object-fit: contain;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .c-pay__desc {
    text-align: center;
  }
  .c-pay__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-pay__list__item {
    padding: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .c-pay__list {
    gap: 40px;
  }
  .c-pay__list__item {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .c-pay__list__item h3 {
    padding-left: 15px;
  }
}

.c-service .category-list ul li {
  position: relative;
}
.c-service .category-list-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.c-service .category-list-toggle::before, .c-service .category-list-toggle::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #0068b7;
  transition: transform 0.3s;
}
.c-service .category-list-toggle::before {
  width: 12px;
  height: 2px;
  right: 5px;
}
.c-service .category-list-toggle::after {
  width: 2px;
  height: 12px;
  right: 10px;
}
.c-service .category-list-toggle.is-active::after {
  transform: rotate(90deg);
  opacity: 0;
}
.c-service .category-list-sublist {
  padding: 0 15px;
  background-color: #f5f8fb;
  border: none;
}
.c-service__list {
  display: grid;
  gap: 30px;
}
.c-service__item {
  border: 1px solid #ccc;
}
.c-service__desc h3 {
  background-color: #0068b7;
  color: #fff;
  padding: 10px;
  font-size: 1.2em;
}
.c-service__desc p {
  background-color: #e1f5fe;
  padding: 10px;
  font-size: 0.9em;
}
.c-service__category {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.c-service__category li {
  border: 1px solid #0068b7;
  color: #0068b7;
  padding: 3px 15px;
  border-radius: 8px;
}
.c-service__img {
  text-align: center;
}
.c-service__img img {
  display: inline-block;
  aspect-ratio: 1/1;
  max-width: 500px;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-service__table {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.c-service__table caption {
  display: none !important;
}
.c-service__table-toggle {
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #0068b7;
  color: #fff;
  border: none;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .c-service__table-toggle {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .c-service__table-content {
    height: auto;
    overflow: visible;
    opacity: 1;
  }
}
.c-service__table .column-3 {
  text-align: right;
  white-space: nowrap;
}
.c-service__table .tablepress-table-description {
  padding: 15px;
  font-size: 0.8em;
  letter-spacing: 0.01em;
}
.c-service__price {
  text-align: center;
}
.c-service__price h4 {
  font-size: 2em;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: 8px;
  gap: 8px;
  color: #ff1515;
  font-weight: 900;
  text-shadow: #fee472 3px 0px, #fee472 -3px 0px, #fee472 0px -3px, #fee472 0px 3px, #fee472 3px 3px, #fee472 -3px 3px, #fee472 3px -3px, #fee472 -3px -3px, #fee472 1px 3px, #fee472 -1px 3px, #fee472 1px -3px, #fee472 -1px -3px, #fee472 3px 1px, #fee472 -3px 1px, #fee472 3px -1px, #fee472 -3px -1px, #fee472 2px 2px, #fee472 -2px 2px, #fee472 2px -2px, #fee472 -2px -2px, #fee472 2px 0px, #fee472 -2px 0px, #fee472 0px 2px, #fee472 0px -2px;
}
.c-service__price h4 strong {
  font-size: 1.8em;
  line-height: 1;
}
.c-service__price h4 b {
  display: flex;
  flex-direction: column-reverse;
  line-height: 1.2;
}
.c-service__price h4 b small {
  font-size: 0.4em;
}
.c-service__group-title {
  text-align: center;
  font-size: 1.4em;
  background-color: #44a8d6;
  color: #fff;
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .c-service__desc {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .c-service .category-list {
    margin: 0 auto 50px;
  }
  .c-service__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px 50px;
    padding: 0 30px 50px;
  }
  .c-service__desc {
    flex: 0 0 100%;
  }
  .c-service__img {
    flex: 1 1 calc(50% - 25px);
    margin-bottom: 0;
  }
  .c-service__img img {
    max-width: none;
  }
  .c-service__aside {
    flex: 1 1 calc(50% - 25px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }
  .c-service__table {
    max-width: none;
    margin: 0;
  }
  .c-service__price {
    margin-bottom: 0;
  }
  .c-service__price h4 {
    font-size: 2.4em;
  }
  .c-service__group-title {
    font-size: 1.8em;
    padding: 15px 0;
  }
}
@media screen and (min-width: 1280px) {
  .c-service__item {
    gap: 30px 50px;
    padding: 0 50px 50px;
  }
}
.c-business .c-topview__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.c-business .c-topview__title img {
  width: 50%;
  max-width: 240px;
}
@media screen and (min-width: 1024px) {
  .c-business .c-topview__title {
    gap: 20px;
  }
  .c-business .c-topview__title img {
    width: 50%;
    max-width: 300px;
  }
}
@media screen and (min-width: 1024px) {
  .c-business .c-topview__img {
    max-height: 320px;
  }
}
.c-business__service {
  background-color: #e1f5fe;
}
.c-business__service__list {
  display: grid;
  gap: 30px;
  margin: 0 -3vw;
}
.c-business__service__list__item {
  background-color: #fff;
}
.c-business__service__list__item .Img img {
  aspect-ratio: 3/2;
}
.c-business__service__list__item .Desc {
  padding: 30px 4vw;
}
.c-business__service__list__item .Desc h3 {
  color: #0068b7;
  margin-bottom: 15px;
  font-size: 1.2em;
  padding-left: 10px;
  border-left: 3px solid #0068b7;
}
.c-business__service__list__item .Desc .List {
  margin-top: 30px;
  display: grid;
  gap: 12px;
}
.c-business__service__list__item .Desc .List__item {
  background-color: #edf9fe;
  padding: 12px;
  border: 1px solid #44a8d6;
  border-radius: 6px;
}
.c-business__service__list__item .Desc .List__item h4 {
  color: #44a8d6;
  font-size: 1.1em;
  margin-bottom: 8px;
}
.c-business__service__list__item .Desc .List__item p {
  font-size: 0.9em;
}
@media screen and (min-width: 768px) {
  .c-business__service__list {
    margin: 0;
  }
  .c-business__service__list__item .Img img {
    aspect-ratio: 16/9;
  }
  .c-business__service__list__item .Desc {
    padding: 40px 4vw;
  }
  .c-business__service__list__item .Desc h3 {
    font-size: 1.4em;
    padding-left: 15px;
    border-left: 5px solid #0068b7;
  }
  .c-business__service__list__item .Desc .List {
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }
  .c-business__service__list__item .Desc .List__item {
    padding: 20px;
    border-radius: 10px;
  }
  .c-business__service__list__item:nth-child(1) .Desc .List__item:nth-child(1) {
    grid-column: 1/-1;
  }
}
@media screen and (min-width: 1024px) {
  .c-business__service__list {
    margin: 0;
  }
  .c-business__service__list__item .Img img {
    aspect-ratio: 2/1;
  }
  .c-business__service__list__item .Desc {
    padding: 50px 6vw;
  }
  .c-business__service__list__item .Desc h3 {
    font-size: 1.6em;
    margin-bottom: 20px;
  }
  .c-business__service__list__item .Desc .List {
    margin-top: 50px;
    gap: 20px;
  }
  .c-business__service__list__item .Desc .List__item {
    padding: 25px;
  }
  .c-business__service__list__item .Desc .List__item h4 {
    font-size: 1.2em;
    margin-bottom: 12px;
  }
  .c-business__service__list__item .Desc .List__item p {
    font-size: 1em;
  }
}
@media screen and (min-width: 1280px) {
  .c-business__service__list {
    margin: 0 -8vw;
  }
  .c-business__service__list__item {
    display: flex;
  }
  .c-business__service__list__item .Img {
    flex-basis: 35%;
  }
  .c-business__service__list__item .Desc {
    flex-basis: 65%;
    padding: 50px 4vw;
  }
  .c-business__service__list__item .Desc .List__item {
    padding: 20px;
  }
  .c-business__service__list__item .Desc .List__item h4 {
    font-size: 1.1em;
    margin-bottom: 8px;
  }
  .c-business__service__list__item .Desc .List__item p {
    font-size: 0.9em;
  }
}
@media screen and (min-width: 1500px) {
  .c-business__service__list {
    margin: 0;
  }
  .c-business__service__list__item .Desc {
    padding: 50px;
  }
}
.c-business .c-example {
  background-color: #0068b7;
}
.c-business .c-example .p-title {
  color: #fff;
}
.c-business .c-example__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.c-business .c-example__list__item {
  background-color: #fff;
}
.c-business .c-example__list__item .Img img {
  aspect-ratio: 5/4;
}
.c-business .c-example__list__item h3 {
  text-align: center;
  padding: 8px 0;
  font-size: 0.8em;
  letter-spacing: 0.01em;
}
.c-business .c-example.partner {
  background-color: #fff;
}
.c-business .c-example.partner .p-title {
  color: #0068b7;
}
.c-business .c-example.partner .c-example__list__item {
  border: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  .c-business .c-example .p-title .onlySP {
    display: none;
  }
  .c-business .c-example__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
  .c-business .c-example__list__item .Img img {
    aspect-ratio: 3/2;
  }
  .c-business .c-example__list__item h3 {
    padding: 12px 0;
    font-size: 0.9em;
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1024px) {
  .c-business .c-example__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .c-business .c-example__list__item h3 {
    font-size: 1em;
  }
}
.c-business .c-merit {
  background-color: #edf9fe;
}
.c-business .c-merit__list {
  display: grid;
  gap: 30px;
}
.c-business .c-merit__list__item .Img {
  margin: 0 -6vw;
}
.c-business .c-merit__list__item .Img img {
  aspect-ratio: 5/4;
}
.c-business .c-merit__list__item .Desc {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 30px 20px;
  margin-top: -50px;
  position: relative;
  z-index: 10;
}
.c-business .c-merit__list__item .Desc .num {
  position: absolute;
  top: -30px;
  left: 10px;
  color: #0068b7;
  font-size: 3.6em;
  font-weight: 900;
  line-height: 1;
  text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}
.c-business .c-merit__list__item .Desc h3 {
  color: #0068b7;
  font-size: 1.15em;
  margin-bottom: 15px;
}
.c-business .c-merit__list__item .Desc h3 span {
  background: linear-gradient(transparent 60%, #fee472 40%);
  padding: 0 2px;
}
.c-business .c-merit__list__item .Desc p {
  font-size: 0.9em;
}
@media screen and (min-width: 768px) {
  .c-business .c-merit__list__item .Img img {
    aspect-ratio: 3/2;
    width: 70%;
    margin-left: auto;
  }
  .c-business .c-merit__list__item:nth-child(2n) .Img img {
    margin-left: 0;
    margin-right: auto;
  }
  .c-business .c-merit__list__item .Desc {
    padding: 40px 30px;
    margin-top: -70px;
  }
  .c-business .c-merit__list__item .Desc h3 {
    font-size: 1.25em;
  }
}
@media screen and (min-width: 1024px) {
  .c-business .c-merit__list {
    gap: 50px;
  }
  .c-business .c-merit__list__item {
    display: flex;
    justify-content: center;
  }
  .c-business .c-merit__list__item .Img {
    margin: 0;
    flex-basis: 50%;
  }
  .c-business .c-merit__list__item .Img img {
    aspect-ratio: 3/2;
    width: 100%;
    margin: 0;
  }
  .c-business .c-merit__list__item:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .c-business .c-merit__list__item:nth-child(2n) .Img img {
    margin: 0;
  }
  .c-business .c-merit__list__item .Desc {
    flex-basis: 50%;
    padding: 40px 30px;
    margin-top: 0px;
  }
  .c-business .c-merit__list__item .Desc h3 {
    font-size: 1.25em;
  }
}
@media screen and (min-width: 1280px) {
  .c-business .c-merit__list__item .Img img {
    aspect-ratio: 16/9;
  }
  .c-business .c-merit__list__item .Desc {
    padding: 50px;
  }
  .c-business .c-merit__list__item .Desc h3 {
    font-size: 1.4em;
  }
}/*# sourceMappingURL=style.css.map */