@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
  word-break: normal;
}

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;
}

li {
  padding-left: 0;
}

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

button {
  cursor: pointer;
  text-align: inherit;
}

button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

table {
  border-collapse: collapse;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.mb-xs {
  margin-bottom: 15px;
}
@media screen and (min-width: 1024px) {
  .mb-xs {
    margin-bottom: 25px;
  }
}

.mb-sm {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .mb-sm {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .mb-sm {
    margin-bottom: 50px;
  }
}

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

.mb-lg {
  margin-bottom: 80px;
}
@media screen and (min-width: 600px) {
  .mb-lg {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .mb-lg {
    margin-bottom: 120px;
  }
}

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

.c-container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 6vw;
}
@media screen and (min-width: 600px) {
  .c-container {
    padding: 0 4vw;
  }
}
@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: 1200px) {
  .c-container {
    padding: 0 2vw;
  }
}
@media screen and (min-width: 1500px) {
  .c-container {
    padding: 0;
  }
}

#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: ベーススタイル

******************************************************************/
body {
  color: rgb(39, 39, 39);
  letter-spacing: 0.05em;
  font-size: clamp(1.3rem, 1.2rem + 0.3vw, 1.7rem);
  font-weight: 400;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.grecaptcha-badge {
  visibility: hidden;
}

.btn {
  text-align: center;
  margin: 20px 0;
}
.btn a {
  position: relative;
  display: inline-block;
  padding: 15px 30px;
  color: #fff;
  background-color: red;
  border-radius: 40px;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 20px;
}
.btn a::before {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  content: "";
  height: 16px;
  width: 16px;
  background-image: url(../images/common/arrow-wh.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1024px) {
  .btn a {
    font-size: 24px;
  }
}

body.hidden {
  overflow: hidden;
}

.superwrapper {
  overflow: hidden;
}

.c-topview {
  position: relative;
  padding: 0 0 20px;
}
.c-topview__img {
  position: relative;
  height: 20vh;
  min-height: 120px;
}
.c-topview__img::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-color: #2aabef;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
  opacity: 0.6;
}
.c-topview__title {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  z-index: 60;
  color: #fff;
  font-size: 1.6em;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .c-topview {
    padding: 20px 6vw;
  }
  .c-topview__img {
    height: 30vh;
  }
  .c-topview__img img, .c-topview__img::before {
    border-radius: 10px;
  }
  .c-topview__title {
    font-size: 2em;
  }
}
@media screen and (min-width: 1024px) {
  .c-topview__img {
    max-height: 240px;
  }
  .c-topview__title {
    font-size: 2.4em;
  }
}
@media screen and (min-width: 1024px) {
  .c-topview {
    padding: 30px 2vw;
  }
  .c-topview__img {
    height: 35vh;
    max-height: 360px;
    max-width: 1200px;
    margin: 0 auto;
  }
  .c-topview__title {
    font-size: 2.8em;
  }
}

.p-title {
  position: relative;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.8em;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding-bottom: 15px;
  position: relative;
}
.p-title::before {
  content: "";
  width: 50px;
  height: 4px;
  background-color: #0477c2;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.p-title .ja {
  letter-spacing: 0.08em;
}
.p-title .ja span {
  color: #2aabef;
}
.p-title .en {
  font-size: 0.6em;
  color: #0477c2;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-title {
    font-size: 2em;
  }
}
@media screen and (min-width: 1024px) {
  .p-title {
    font-size: 2.2em;
  }
}
@media screen and (min-width: 1280px) {
  .p-title {
    line-height: 1.5;
  }
}

.more-btn {
  position: relative;
  text-align: center;
}
.more-btn__link {
  background-color: #0477c2;
  display: inline-block;
  padding: 12px 30px;
  border: 2px solid #0477c2;
  z-index: 1;
  border-radius: 9999px;
  color: #fff;
  transition: all 0.3s;
}
.more-btn__link span {
  padding-right: 30px;
  font-weight: bold;
  position: relative;
}
.more-btn__link span::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 span::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: #0477c2;
}
.more-btn__link:hover span::before {
  background-color: #0477c2;
}
.more-btn__link:hover span::after {
  border-top: 2px solid #0477c2;
  border-right: 2px solid #0477c2;
}
@media screen and (min-width: 600px) {
  .more-btn__link {
    padding: 17px 50px;
  }
  .more-btn__link span {
    font-size: 16px;
    padding-right: 40px;
  }
  .more-btn__link span::before {
    width: 20px;
  }
  .more-btn__link span::after {
    width: 10px;
    height: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .more-btn__link {
    padding: 20px 60px;
  }
  .more-btn__link span {
    font-size: 20px;
    padding-right: 40px;
  }
  .more-btn__link span::before {
    width: 24px;
    height: 3px;
  }
  .more-btn__link span::after {
    width: 12px;
    height: 12px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }
  .more-btn__link:hover span::after {
    border-top: 3px solid #0477c2;
    border-right: 3px solid #0477c2;
  }
}

.breadcrumb {
  display: flex;
  flex-wrap: nowrap;
}
.breadcrumb li {
  color: #949494;
  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: #0477c2;
  border-bottom: 1px solid #0477c2;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .breadcrumb li a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 1024px) {
  .breadcrumb li:last-child {
    max-width: none;
  }
}

.p-cta {
  background-color: #2aabef;
  padding-bottom: 30px;
}
.p-cta__title {
  background-color: #0477c2;
  padding: 20px 4vw;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: #fff;
}
.p-cta__title .Desc h2 {
  font-size: 1.4em;
}
.p-cta__title .Desc h3 {
  font-size: 1.1em;
}
.p-cta__title .circle {
  flex-shrink: 0;
  background-color: #ffee5c;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  padding: 12px 0;
}
.p-cta__title .circle strong {
  font-size: 1.5em;
  color: #0477c2;
  font-weight: 800;
  line-height: 1;
}
.p-cta__contact .tel-btn {
  position: relative;
  padding-top: 33px;
}
.p-cta__contact .tel-btn .hukidasi {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  letter-spacing: 0;
  font-size: 0.9em;
  font-weight: 600;
  z-index: 10;
}
.p-cta__contact .tel-btn .hukidasi span {
  background-color: #ffee5c;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 9999px;
  color: #ff412a;
  position: relative;
}
.p-cta__contact .tel-btn .hukidasi span::before {
  position: absolute;
  content: "";
  /* 上向きの二等辺三角形の場合 */
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #ffee5c;
  /* 色は任意に変更可能 */
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
}
.p-cta__contact .tel-btn a {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 360px;
  margin: 0 auto 15px;
  height: 86px;
  text-align: center;
  border-radius: 15px;
  font-size: 2em;
  line-height: 1.4;
  font-weight: bold;
  border-bottom: 6px solid #ccc;
  position: relative;
}
.p-cta__contact .tel-btn a::before {
  content: "";
  width: 30px;
  height: calc(100% + 6px);
  background-color: #ff412a;
  border-bottom: 6px solid #be3221;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 12px 12px 0;
}
.p-cta__contact .tel-btn a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
  transform: rotate(45deg);
}
.p-cta__contact .tel-btn a span {
  position: relative;
}
.p-cta__contact .tel-btn a span::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/common/tel.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30px;
  margin: auto;
}
.p-cta__contact .tel-btn a small {
  display: block;
  font-size: 0.4em;
  font-weight: 600;
}
.p-cta__contact .line-btn a {
  display: inline-block;
  width: 90%;
  max-width: 320px;
  height: 70px;
  padding: 10px 20px 10px 35px;
  border-radius: 15px;
  background-color: #16bc45;
  color: #fff;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  font-size: 1.2em;
  line-height: 1.5;
  margin: 0 auto;
  position: relative;
}
.p-cta__contact .line-btn a::before {
  content: "";
  width: 23px;
  height: 23px;
  background: url(../images/common/line.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  margin: auto;
}
.p-cta__contact .line-btn a .muryo {
  display: inline-block;
  background-color: #ff412a;
  padding: 0 10px;
  border-radius: 5px;
}
.p-cta__contact .line-btn a .arrow {
  width: 20px;
  height: 20px;
  background-color: #ff412a;
  border-radius: 50%;
  position: relative;
}
.p-cta__contact .line-btn a .arrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3px;
  left: 0;
  margin: auto;
  transform: rotate(45deg);
}
.p-cta__note {
  color: #fff;
  font-size: 0.9em;
  line-height: 1.8;
  opacity: 0.85;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-cta .c-container {
    padding: 0;
  }
  .p-cta__title {
    padding: 20px 0;
    gap: 20px;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
  }
  .p-cta__title .Desc {
    text-align: center;
  }
  .p-cta__title .Desc h2 {
    font-size: 1.8em;
  }
  .p-cta__title .Desc h3 {
    font-size: 1.2em;
  }
  .p-cta__title .Desc h3 br {
    display: none;
  }
  .p-cta__title .circle {
    width: 90px;
    height: 90px;
    padding: 18px 0;
  }
  .p-cta__title .circle strong {
    font-size: 1.7em;
  }
  .p-cta__contact {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 20px;
  }
  .p-cta__contact .tel-btn a {
    max-width: none;
    width: 340px;
    margin: 0;
    height: 98px;
  }
  .p-cta__contact .line-btn {
    position: relative;
  }
  .p-cta__contact .line-btn::before {
    content: "";
    width: 200px;
    height: 150px;
    background: url(../images/home/cta-people.webp) no-repeat right bottom/contain;
    position: absolute;
    top: -150px;
    right: 10px;
  }
  .p-cta__contact .line-btn a {
    max-width: none;
    width: 350px;
    height: 78px;
    padding: 10px 20px 10px 45px;
    gap: 24px;
  }
  .p-cta__contact .line-btn a::before {
    width: 28px;
    height: 28px;
    left: 16px;
  }
  .p-cta__contact .line-btn a .arrow {
    width: 30px;
    height: 30px;
  }
  .p-cta__contact .line-btn a .arrow::before {
    width: 10px;
    height: 10px;
  }
  .p-cta__note {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .p-cta__title .Desc h2 {
    font-size: 2em;
  }
  .p-cta__title .Desc h3 {
    font-size: 1.3em;
  }
  .p-cta__title .circle {
    width: 100px;
    height: 100px;
    padding: 20px 0;
  }
  .p-cta__title .circle strong {
    font-size: 2.7rem;
  }
  .p-cta__contact {
    gap: 30px;
  }
  .p-cta__contact .tel-btn .hukidasi {
    font-size: 1.2em;
  }
  .p-cta__contact .tel-btn .hukidasi span {
    padding: 5px 30px;
  }
  .p-cta__contact .tel-btn a {
    width: 460px;
    margin: 0;
    height: 110px;
    font-size: 2.4em;
  }
  .p-cta__contact .tel-btn a span::before {
    width: 32px;
    height: 32px;
    left: -40px;
  }
  .p-cta__contact .line-btn::before {
    content: "";
    width: 250px;
    height: 180px;
    top: -160px;
  }
  .p-cta__contact .line-btn a {
    width: 420px;
    height: 82px;
    padding: 18px 20px 18px 55px;
    font-size: 1.4em;
  }
  .p-cta__contact .line-btn a::before {
    width: 36px;
    height: 36px;
    left: 22px;
  }
}

.p-pay {
  padding: 30px 0;
}
.p-pay__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 12px;
}
.p-pay__list__item {
  border: 2px solid #2aabef;
  text-align: center;
  font-size: 1.1em;
  font-weight: 600;
  color: #0477c2;
  line-height: 1.4;
  padding: 6px 0;
  border-radius: 6px;
}
.p-pay__credit {
  text-align: center;
}
.p-pay__credit h4 {
  font-size: 1.2em;
  margin-bottom: 12px;
}
.p-pay__credit h4 span {
  color: #0477c2;
}
.p-pay__credit .Img img {
  display: inline-block;
  max-width: 500px;
}
@media screen and (min-width: 768px) {
  .p-pay .c-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
  }
  .p-pay__list {
    margin-bottom: 0;
    align-self: center;
  }
  .p-pay__list__item {
    padding: 10px;
    font-size: 1em;
  }
  .p-pay__credit .Img img {
    max-width: 340px;
  }
}

.pagination {
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .pagination {
    margin-top: 50px;
  }
}

.page-numbers:not(.next):not(.prev) {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(39, 39, 39);
  font-size: 13px;
  padding-left: 3px;
}
.page-numbers:not(.next):not(.prev) .current {
  border: 1px solid #0477c2;
  background: #0477c2 !important;
  color: #fff;
}
.page-numbers:not(.next):not(.prev) .page-numbers:not(.next):not(.prev) {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #0477c2;
  background: #fff;
  margin: 0 1.3vw;
}
.page-numbers:not(.next):not(.prev) .next {
  position: relative;
  padding-right: 22px;
  color: rgb(39, 39, 39);
  top: 0;
}
.page-numbers:not(.next):not(.prev) .next::after {
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  content: "";
  position: absolute;
  right: 0;
  background-image: url(../images/common/arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: 1px;
  width: 12px;
  height: 12px;
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .page-numbers:not(.next):not(.prev) .next {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .page-numbers:not(.next):not(.prev) .page-numbers:not(.next):not(.prev) {
    width: 45px;
    height: 45px;
  }
  .page-numbers:not(.next):not(.prev) .next {
    top: 1px;
  }
}
@media screen and (min-width: 1024px) {
  .page-numbers:not(.next):not(.prev) .page-numbers:not(.next):not(.prev) {
    width: 55px;
    height: 55px;
    font-size: 18px;
  }
  .page-numbers:not(.next):not(.prev) .next {
    top: 2px;
    font-size: 18px;
  }
  .page-numbers:not(.next):not(.prev) .next::after {
    top: 4px;
  }
}

.wp-categories ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.wp-categories ul li a {
  display: inline-block;
  background-color: #0477c2;
  color: #fff;
  padding: 5px 14px;
  border-radius: 30px;
  font-size: 0.9em;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .wp-categories ul li a {
    font-size: 14px;
    padding: 8px 16px;
  }
}

.p-header {
  width: 100%;
  height: 64px;
}
.p-header .logo__img {
  display: inline-block;
  margin: 0 0 0 10px;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-header .logo__img:hover {
    opacity: 0.7;
  }
}
.p-header .logo img {
  max-height: 58px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1023px) {
  .p-header .pc-container {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .p-header {
    height: 120px;
  }
  .p-header .mobile-container,
  .p-header .mobile-menu {
    display: none;
  }
}

.mobile-container {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  overflow: hidden;
  height: 64px;
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.mobile-container .mobile-button {
  width: 64px;
  height: 64px;
  background-color: #0477c2;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-container .mobile-menu__btn {
  display: block;
}
.mobile-container .mobile-menu__btn > span {
  background-color: #fff;
  width: 28px;
  height: 2px;
  display: block;
  margin-bottom: 6px;
  transition: transform 0.7s;
}
.mobile-container .mobile-menu__btn > span:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 600px) {
  .mobile-container .mobile-menu__btn span {
    width: 35px;
    margin-bottom: 9px;
  }
}

.pc-container {
  position: fixed;
  z-index: 9000;
  height: 120px;
  width: 100%;
  background-color: #fff;
  padding: 15px 20px;
  transition: transform 0.3s;
}
.pc-container.hide {
  transform: translateY(-100%);
}
.pc-container__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.pc-container__wrap .pc-contact ul {
  display: flex;
  align-items: center;
  gap: 30px;
}
.pc-container__wrap .pc-contact ul li a {
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .pc-container__wrap .pc-contact ul li a:hover {
    opacity: 0.7;
  }
}
.pc-container__wrap .pc-contact ul li.pc-tel a {
  font-size: 2.4rem;
  line-height: 1.4;
}
.pc-container__wrap .pc-contact ul li.pc-tel a strong {
  display: inline-block;
  padding-left: 30px;
  position: relative;
}
.pc-container__wrap .pc-contact ul li.pc-tel a strong::before {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../images/common/tel.svg) no-repeat center/contain;
  position: absolute;
  top: 6px;
  bottom: 0;
  left: 0;
  margin: auto;
}
.pc-container__wrap .pc-contact ul li.pc-tel a small {
  display: block;
  font-size: 0.5em;
  font-weight: 600;
}
.pc-container__wrap .pc-contact ul li.pc-line a {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 10px;
  background-color: #16bc45;
  color: #fff;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  font-size: 1.8rem;
}
.pc-container__wrap .pc-contact ul li.pc-line a .muryo {
  display: inline-block;
  background-color: #ff412a;
  padding: 0 10px;
  border-radius: 5px;
}
.pc-container__wrap .pc-contact ul li.pc-line a .arrow {
  width: 20px;
  height: 20px;
  background-color: #ff412a;
  border-radius: 50%;
  position: relative;
}
.pc-container__wrap .pc-contact ul li.pc-line a .arrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3px;
  left: 0;
  margin: auto;
  transform: rotate(45deg);
}
.pc-container .pc-nav-list {
  display: flex;
  align-items: center;
  justify-content: right;
}
.pc-container .pc-nav-item {
  font-size: 1.1em;
  padding-right: 3.5vw;
  font-weight: 600;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .pc-container .pc-nav-item:hover {
    transform: translateY(-3px);
  }
}
.pc-container .logo img {
  max-height: 50px;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  z-index: -1;
  transform: translateY(-100%);
  pointer-events: none;
}
.mobile-menu__nav {
  display: block;
  height: 100%;
  width: 100%;
  background-color: #fff;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.mobile-menu__nav::-webkit-scrollbar {
  display: none;
}
.mobile-menu__list {
  width: 100%;
  padding: 64px 0 220px;
}
.mobile-menu__item {
  font-size: 1.2em;
  border-bottom: 1px solid #ccc;
  padding: 15px 6vw;
}
.mobile-menu__item:first-child {
  border-top: 1px solid #ccc;
}
.mobile-menu__item a {
  display: block;
  color: rgb(39, 39, 39);
  font-weight: 500;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .mobile-menu__item a:hover {
    opacity: 0.7;
  }
}
.mobile-menu__item a {
  position: relative;
}
.mobile-menu__item a::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #0477c2;
  border-right: 2px solid #0477c2;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .mobile-menu__item {
    font-size: 1.5em;
    padding: 22px 8vw;
  }
  .mobile-menu__item a::before {
    width: 16px;
    height: 16px;
    border-top: 3px solid #0477c2;
    border-right: 3px solid #0477c2;
  }
}

.menu-open.mobile-menu {
  z-index: 8000;
  transform: translateY(0);
  pointer-events: auto;
}
.menu-open.mobile-menu nav li {
  opacity: 1;
  transition: all 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: #fff !important;
}
.menu-open .mobile-menu__btn > span:nth-child(1) {
  transition-delay: 70ms;
  transform: translateY(8px) 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(-8px) rotate(-135deg);
}
@media screen and (min-width: 600px) {
  .menu-open .mobile-menu__btn > span:nth-child(1) {
    transform: translateY(10px) rotate(135deg);
  }
  .menu-open .mobile-menu__btn > span:nth-child(3) {
    transform: translateY(-10px) rotate(-135deg);
  }
}

.sp-navbtn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9000;
  transition: transform 0.3s;
}
.sp-navbtn.hide {
  transform: translateY(100%);
}
.sp-navbtn h2 {
  background-color: #0477c2;
  color: #fff;
  font-size: 3.4vw;
  line-height: 1;
  text-align: center;
  padding: 6px 0;
}
.sp-navbtn h2 strong {
  font-size: 1.4em;
  display: inline-block;
  margin: 0 5px;
  color: #ff412a;
  background-color: #ffee5c;
  padding: 1vw 3vw;
  border-radius: 9999px;
}
.sp-navbtn__container {
  display: flex;
}
.sp-navbtn li.sp1 {
  width: 65%;
  background-color: #2aabef;
}
.sp-navbtn li.sp2 {
  width: 35%;
  background-color: #16bc45;
}
.sp-navbtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fff;
  font-size: 3.6vw;
  padding: 2vw 0;
  font-weight: bold;
}
.sp-navbtn a::before {
  content: "";
  display: inline-block;
  width: 6vw;
  height: 6vw;
  margin-right: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.sp-navbtn .tel {
  line-height: 1.4;
}
.sp-navbtn .tel strong {
  font-size: 1.4em;
}
.sp-navbtn .tel small {
  display: block;
  font-size: 0.9em;
}
.sp-navbtn .tel::before {
  background-image: url(../images/common/tel-white.png);
}
.sp-navbtn .line {
  line-height: 1.4;
}
.sp-navbtn .line::before {
  background-image: url(../images/common/line.svg);
}
@media screen and (min-width: 768px) {
  .sp-navbtn {
    display: none;
  }
}

.pc-navbtn {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-navbtn {
    display: block;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9000;
    transition: transform 0.3s, opacity 0.3s;
  }
  .pc-navbtn.hide {
    transform: translateY(20px);
    opacity: 0;
    pointer-events: none;
  }
}
.pc-navbtn__container {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.pc-navbtn .nav-wrap a {
  display: flex;
  align-items: center;
  padding: 0 5vw;
  height: 80px;
  border-radius: 9999px;
  color: #fff;
  font-weight: bold;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .pc-navbtn .nav-wrap a:hover {
    opacity: 0.7;
  }
}
.pc-navbtn .nav-wrap a::before {
  content: "";
  display: inline-block;
  width: 3.6vw;
  height: 3.6vw;
  margin-right: 2vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.pc-navbtn .nav-wrap .tel {
  background-color: #2aabef;
  line-height: 1.4;
}
.pc-navbtn .nav-wrap .tel strong {
  font-size: 1.6em;
}
.pc-navbtn .nav-wrap .tel small {
  font-size: 1em;
  display: block;
}
.pc-navbtn .nav-wrap .tel::before {
  background-image: url(../images/common/tel-white.png);
}
.pc-navbtn .nav-wrap .net {
  background-color: #16bc45;
  font-size: 1.3em;
}
.pc-navbtn .nav-wrap .net::before {
  background-image: url(../images/common/line.svg);
}
@media screen and (min-width: 1024px) {
  .pc-navbtn .nav-wrap a {
    padding: 0 40px;
  }
  .pc-navbtn .nav-wrap a::before {
    width: 32px;
    height: 32px;
    margin-right: 12px;
  }
}

.p-footer {
  padding: 40px 0 0;
  background-color: #f4f9fc;
}
.p-footer__logo {
  margin-bottom: 40px;
}
.p-footer__logo img {
  width: 80%;
  max-width: 360px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-footer__nav {
  margin-bottom: 70px;
}
.p-footer__nav ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 15px;
}
.p-footer__nav ul li span {
  display: block;
  position: relative;
  color: #0477c2;
  font-weight: 600;
  padding-left: 20px;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-footer__nav ul li span:hover {
    opacity: 0.7;
  }
}
.p-footer__nav ul li span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #0477c2;
  border-right: 2px solid #0477c2;
  transform: rotate(45deg);
}
.p-footer .copyright {
  background-color: #0477c2;
  padding: 10px 0;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding: 60px 0 0;
  }
  .p-footer__wrap {
    display: flex;
    align-items: flex-start;
    gap: 60px;
    margin: 0 auto 70px;
    max-width: 1000px;
  }
  .p-footer__logo {
    margin-bottom: 0px;
  }
  .p-footer__logo img {
    width: 100%;
    max-width: 300px;
  }
  .p-footer__nav {
    flex: 1;
    margin-bottom: 0px;
  }
  .p-footer .copyright {
    padding: 15px 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-footer {
    padding: 70px 0 0;
  }
  .p-footer__wrap {
    gap: 70px;
    margin-bottom: 60px;
  }
  .p-footer__logo img {
    max-width: 380px;
  }
  .p-footer__nav ul li span {
    font-size: 1.1em;
  }
  .p-footer .copyright {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1280px) {
  .p-footer__wrap {
    gap: 80px;
  }
}

.top-view {
  position: relative;
  overflow: hidden;
}
.top-view .hero {
  position: relative;
}
.top-view .swiper {
  --swiper-theme-color: #fff;
  --swiper-navigation-size: 20px;
}
.top-view .swiper .swiper-slide {
  aspect-ratio: 0.6666666667;
  overflow: hidden;
}
.top-view .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-view .swiper .swiper-slide {
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .top-view .swiper .swiper-slide {
    aspect-ratio: 1.5;
    overflow: hidden;
  }
}
.top-view .swiper .swiper-button-prev,
.top-view .swiper .swiper-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  transition: background-color 0.3s;
}
.top-view .swiper .swiper-button-prev:hover,
.top-view .swiper .swiper-button-next:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.top-view .swiper .swiper-button-prev .swiper-navigation-icon,
.top-view .swiper .swiper-button-next .swiper-navigation-icon {
  width: 40%;
  height: 40%;
}
.top-view .swiper .swiper-button-prev {
  left: 10px;
}
.top-view .swiper .swiper-button-next {
  right: 10px;
}
.top-view .swiper .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.8;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}
.top-view .swiper .swiper-pagination-bullet-active {
  background-color: #0477c2;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .top-view .swiper .swiper-slide {
    border-radius: 16px;
  }
  .top-view .swiper .swiper-button-prev {
    left: 11.5%;
  }
  .top-view .swiper .swiper-button-next {
    right: 11.5%;
  }
}
@media screen and (min-width: 1024px) {
  .top-view .swiper {
    --swiper-navigation-size: 28px;
  }
  .top-view .swiper .swiper-button-prev,
  .top-view .swiper .swiper-button-next {
    width: 56px;
    height: 56px;
  }
}

.top-cta {
  background: url(../images/home/bg1.webp) no-repeat center/cover;
  padding: 30px 0;
}
.top-cta ul {
  display: grid;
  gap: 15px;
}
.top-cta ul li {
  text-align: center;
}
.top-cta ul li a {
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .top-cta ul li a:hover {
    opacity: 0.7;
  }
}
.top-cta ul li.tel-btn a {
  color: #0477c2;
  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;
  font-size: 2.5em;
  line-height: 1.4;
}
.top-cta ul li.tel-btn a strong {
  display: inline-block;
  padding-left: 30px;
  position: relative;
}
.top-cta ul li.tel-btn a strong::before {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../images/common/tel.svg) no-repeat center/contain;
  position: absolute;
  top: 6px;
  bottom: 0;
  left: 0;
  margin: auto;
}
.top-cta ul li.tel-btn a small {
  display: block;
  font-size: 0.5em;
  font-weight: 600;
}
.top-cta ul li.line-btn a {
  display: inline-block;
  width: 90%;
  max-width: 360px;
  padding: 20px;
  border-radius: 10px;
  background-color: #16bc45;
  color: #fff;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  font-size: 1.25em;
}
.top-cta ul li.line-btn a .muryo {
  display: inline-block;
  background-color: #ff412a;
  padding: 0 10px;
  border-radius: 5px;
}
.top-cta ul li.line-btn a .arrow {
  width: 20px;
  height: 20px;
  background-color: #ff412a;
  border-radius: 50%;
  position: relative;
}
.top-cta ul li.line-btn a .arrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3px;
  left: 0;
  margin: auto;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .top-cta ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .top-cta ul li.line-btn a {
    width: 100%;
    padding: 25px 15px;
    font-size: 1.4em;
  }
  .top-cta ul li.line-btn a .arrow {
    width: 30px;
    height: 30px;
  }
  .top-cta ul li.line-btn a .arrow::before {
    width: 10px;
    height: 10px;
    right: 3px;
  }
}
@media screen and (min-width: 1024px) {
  .top-cta ul li.tel-btn a {
    font-size: 3em;
  }
  .top-cta ul li.tel-btn a strong {
    padding-left: 40px;
  }
  .top-cta ul li.tel-btn a strong::before {
    width: 35px;
    height: 35px;
    top: 8px;
  }
  .top-cta ul li.line-btn a {
    max-width: 450px;
    padding: 25px 20px;
    font-size: 1.8em;
  }
}

.p-saiyasune {
  background-color: #f4f9fc;
}
.p-saiyasune__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  font-size: 1.6em;
  color: #0477c2;
}
.p-saiyasune__title .hukidasi {
  background-color: #0477c2;
  color: #fff;
  display: inline-block;
  font-size: 0.7em;
  padding: 4px 20px;
  border-radius: 9999px;
  position: relative;
}
.p-saiyasune__title .hukidasi::before {
  position: absolute;
  content: "";
  /* 上向きの二等辺三角形の場合 */
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #0477c2;
  /* 色は任意に変更可能 */
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
}
.p-saiyasune__desc {
  text-align: center;
  margin-bottom: 20px;
}
.p-saiyasune__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 4%;
}
.p-saiyasune__list__item {
  flex-basis: 48%;
  max-width: 200px;
}
.p-saiyasune__list__item .Icon {
  margin: 0 auto 5px;
  width: 70%;
  max-width: 120px;
  padding: 25px;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
}
.p-saiyasune__list__item .Icon img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-saiyasune__list__item .Desc {
  text-align: center;
}
.p-saiyasune__list__item .Desc h3 {
  color: #0477c2;
  font-size: 1.1em;
}
.p-saiyasune__list__item .Desc p {
  color: #888;
  font-size: 0.9em;
}
@media screen and (min-width: 768px) {
  .p-saiyasune__title {
    font-size: 2em;
  }
  .p-saiyasune__desc {
    margin-bottom: 30px;
  }
  .p-saiyasune__desc br {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .p-saiyasune__title {
    font-size: 2.4em;
  }
  .p-saiyasune__desc {
    margin-bottom: 45px;
    font-size: 1.2em;
  }
  .p-saiyasune__list {
    margin: 0 -6vw;
    gap: 12px;
  }
  .p-saiyasune__list__item {
    flex-basis: 100%;
    max-width: 160px;
  }
}
@media screen and (min-width: 1280px) {
  .p-saiyasune__list {
    margin: 0;
  }
  .p-saiyasune__list__item {
    max-width: 180px;
  }
  .p-saiyasune .c-container {
    max-width: 1280px;
  }
}

.p-worry {
  background-color: #74c5f0;
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 40px;
}
.p-worry::before {
  position: absolute;
  content: "";
  /* 上向きの二等辺三角形の場合 */
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 35px solid #74c5f0;
  /* 色は任意に変更可能 */
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
}
.p-worry__title {
  text-align: center;
  color: #fff;
  font-size: 1.5em;
}
.p-worry__title small {
  display: block;
}
.p-worry__title strong {
  font-size: 1.3em;
  color: #ffee5c;
  display: inline-block;
  margin: 0 6px;
}
.p-worry__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 15px;
}
.p-worry__list__item {
  background-color: #fff;
  text-align: center;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 2;
  padding: 20px 0;
  border-radius: 10px;
  position: relative;
}
.p-worry__list__item span {
  color: #0477c2;
}
.p-worry__list__item:nth-child(2n+1)::before {
  position: absolute;
  content: "";
  /* 上向きの二等辺三角形の場合 */
  border-left: 0px solid transparent;
  border-right: 22px solid transparent;
  border-bottom: 25px solid #fff;
  /* 色は任意に変更可能 */
  bottom: -20px;
  left: 30%;
  transform: translateX(-50%) rotate(160deg);
}
.p-worry__list__item:nth-child(2n)::before {
  position: absolute;
  content: "";
  /* 上向きの二等辺三角形の場合 */
  border-left: 22px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 25px solid #fff;
  /* 色は任意に変更可能 */
  bottom: -20px;
  left: 70%;
  transform: translateX(-50%) rotate(200deg);
}
.p-worry__img {
  text-align: center;
}
.p-worry__img img {
  display: inline-block;
  width: 80%;
  max-width: 300px;
}
@media screen and (min-width: 1024px) {
  .p-worry {
    margin-bottom: 80px;
  }
  .p-worry::before {
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
    border-bottom: 50px solid #74c5f0;
    bottom: -50px;
  }
  .p-worry__title {
    font-size: 2.2em;
    line-height: 1.5;
  }
  .p-worry__title strong {
    font-size: 1.5em;
    margin: 0 10px;
  }
  .p-worry__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-bottom: 40px;
  }
  .p-worry__list__item {
    font-size: 1.25em;
  }
  .p-worry__list__item:nth-child(1)::before, .p-worry__list__item:nth-child(2)::before {
    position: absolute;
    content: "";
    /* 上向きの二等辺三角形の場合 */
    border-left: 0px solid transparent;
    border-right: 22px solid transparent;
    border-bottom: 25px solid #fff;
    /* 色は任意に変更可能 */
    bottom: -20px;
    left: 30%;
    transform: translateX(-50%) rotate(160deg);
  }
  .p-worry__list__item:nth-child(3)::before, .p-worry__list__item:nth-child(4)::before {
    position: absolute;
    content: "";
    /* 上向きの二等辺三角形の場合 */
    border-left: 22px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 25px solid #fff;
    /* 色は任意に変更可能 */
    bottom: -20px;
    left: 70%;
    transform: translateX(-50%) rotate(200deg);
  }
}

.p-kaiketu__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  font-size: 1.6em;
}
.p-kaiketu__title img {
  width: 95%;
  max-width: 360px;
}
.p-kaiketu__img-top {
  margin-bottom: 30px;
}
.p-kaiketu__img-top img {
  aspect-ratio: 16/9;
}
.p-kaiketu__img-bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.p-kaiketu__list {
  margin-bottom: 30px;
  display: grid;
  gap: 20px;
}
.p-kaiketu__list__item {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  gap: 0 15px;
}
.p-kaiketu__list__item h3 {
  grid-row: 1/2;
  grid-column: 1/3;
  background-color: #f2f2f2;
  text-align: center;
  color: #0477c2;
  font-size: 1.25em;
  padding: 5px 0;
  border-radius: 9999px;
  margin-bottom: 8px;
}
.p-kaiketu__list__item .Icon {
  grid-row: 2/3;
  grid-column: 1/2;
  width: 80px;
  height: 80px;
  background-color: #ffee5c;
  align-items: center;
  border-radius: 50%;
  text-align: center;
  color: #0477c2;
  font-size: 2em;
  font-weight: 800;
  padding: 14px 0;
}
.p-kaiketu__list__item p {
  grid-row: 2/3;
  grid-column: 2/3;
  align-self: center;
}
@media screen and (min-width: 768px) {
  .p-kaiketu__title {
    flex-direction: row;
    justify-content: center;
    gap: 10px;
  }
  .p-kaiketu__title img {
    width: 100%;
  }
  .p-kaiketu__img-top {
    margin-bottom: 50px;
  }
  .p-kaiketu__img-bottom {
    gap: 25px;
  }
  .p-kaiketu__list {
    margin-bottom: 50px;
    gap: 30px;
  }
  .p-kaiketu__list__item {
    gap: 0 25px;
  }
  .p-kaiketu__list__item .Icon {
    width: 90px;
    height: 90px;
    padding: 17px 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-kaiketu__title {
    gap: 20px;
    font-size: 2em;
  }
  .p-kaiketu__title img {
    max-width: 480px;
  }
  .p-kaiketu .c-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
    gap: 0 50px;
  }
  .p-kaiketu__img-top {
    grid-row: 1/2;
    grid-column: 1/2;
    margin-bottom: 25px;
  }
  .p-kaiketu__img-bottom {
    grid-row: 2/3;
    grid-column: 1/2;
    gap: 25px;
  }
  .p-kaiketu__list {
    grid-row: 1/3;
    grid-column: 2/3;
    margin-bottom: 0px;
    gap: 30px;
  }
  .p-kaiketu__list__item {
    gap: 0 25px;
  }
  .p-kaiketu__list__item .Icon {
    width: 90px;
    height: 90px;
    padding: 17px 0;
  }
}
@media screen and (min-width: 1280px) {
  .p-kaiketu__list__item h3 {
    font-size: 1.4em;
    margin-bottom: 15px;
  }
  .p-kaiketu__list__item .Icon {
    width: 100px;
    height: 100px;
    padding: 20px 0;
  }
}

.p-menu {
  position: relative;
  padding-bottom: 50px;
}
.p-menu::before {
  content: "";
  width: 100%;
  height: 45%;
  background-color: #f4f9fc;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.p-menu__title {
  background-color: #0477c2;
  padding: 30px 0 80px;
  text-align: center;
  color: #fff;
  position: relative;
}
.p-menu__title::before {
  content: "";
  width: 100%;
  height: 65%;
  background: url(../images/home/cta-people.webp) no-repeat right bottom/contain;
  position: absolute;
  bottom: 0;
  right: 0px;
}
.p-menu__title .hukidasi {
  display: inline-block;
  font-size: 1.1em;
  font-weight: 600;
  padding: 0 20px;
  margin-bottom: 8px;
  position: relative;
}
.p-menu__title .hukidasi::before, .p-menu__title .hukidasi::after {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-menu__title .hukidasi::before {
  left: 0;
  transform: rotate(60deg);
}
.p-menu__title .hukidasi::after {
  right: 0;
  transform: rotate(-60deg);
}
.p-menu__title .p-title {
  margin-bottom: 0;
}
.p-menu__title .p-title::before {
  background-color: #fff;
}
.p-menu__title .p-title .ja span {
  color: #fff;
}
.p-menu__title .p-title .en {
  color: #fff;
}
.p-menu__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  position: relative;
}
.p-menu__list__item .p-menu__link {
  display: block;
  height: 100%;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.2);
}
.p-menu__list__item .p-menu__link .Img {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.p-menu__list__item .p-menu__link .Img img {
  aspect-ratio: 3/2;
  border-radius: 8px 8px 0 0;
  transition: all 0.3s;
}
.p-menu__list__item .p-menu__link .Desc {
  padding: 12px;
}
.p-menu__list__item .p-menu__link .Desc h3 {
  font-size: 1em;
  color: #0477c2;
}
.p-menu__list__item .p-menu__link .Desc p {
  font-size: 0.9em;
}
.p-menu__list__item .p-menu__link {
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-menu__list__item .p-menu__link:hover .Img img {
    transform: scale(1.1);
  }
}
.p-menu__list__item:nth-child(1) {
  grid-column: 1/-1;
  margin-top: -40px;
  margin-bottom: 40px;
}
.p-menu__list__item:nth-child(1) .Img {
  margin-bottom: 12px;
}
.p-menu__list__item:nth-child(1) .Img img {
  border-radius: 12px;
}
.p-menu__list__item:nth-child(1) .Desc h3 {
  text-align: center;
  font-size: 1.4em;
  color: #0477c2;
  margin-bottom: 10px;
}
.p-menu__list__item:nth-child(1) .Desc p {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-menu {
    padding-bottom: 60px;
  }
  .p-menu__title::before {
    height: 85%;
  }
  .p-menu__title .hukidasi {
    font-size: 1.1em;
    padding: 0 25px;
  }
  .p-menu__list {
    gap: 25px;
  }
  .p-menu__list__item .p-menu__link .Desc {
    padding: 16px 22px;
  }
  .p-menu__list__item .p-menu__link .Desc h3 {
    font-size: 1.2em;
  }
  .p-menu__list__item .p-menu__link .Desc p {
    font-size: 1em;
  }
  .p-menu__list__item:nth-child(1) .Img {
    margin-bottom: 16px;
  }
  .p-menu__list__item:nth-child(1) .Desc h3 {
    font-size: 1.8em;
    margin-bottom: 20px;
  }
  .p-menu__list__item:nth-child(1) .Desc p {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .p-menu {
    padding-bottom: 80px;
  }
  .p-menu__title {
    padding: 40px 0 100px;
    margin-bottom: 30px;
  }
  .p-menu__title::before {
    height: 95%;
  }
  .p-menu__title .hukidasi {
    font-size: 1.2em;
    padding: 0 30px;
    margin-bottom: 12px;
  }
  .p-menu__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
  }
  .p-menu__list__item {
    flex-basis: 31%;
  }
  .p-menu__list__item .p-menu__link .Desc {
    padding: 16px 22px;
  }
  .p-menu__list__item .p-menu__link .Desc h3 {
    font-size: 1.2em;
  }
  .p-menu__list__item .p-menu__link .Desc p {
    font-size: 1em;
  }
  .p-menu__list__item:nth-child(1) {
    flex-basis: 100%;
    display: flex;
    align-items: flex-end;
    gap: 50px;
    margin-top: -80px;
  }
  .p-menu__list__item:nth-child(1) .Img {
    flex-basis: 50%;
    margin-bottom: 50px;
  }
  .p-menu__list__item:nth-child(1) .Desc {
    flex-basis: 50%;
  }
}
@media screen and (min-width: 1280px) {
  .p-menu__title::before {
    width: 400px;
    right: auto;
    left: calc(50% + 440px);
    transform: translateX(-50%);
  }
}
.p-strength {
  background-color: #f4f4f4;
}
.p-strength__tit {
  margin-bottom: 45px;
  text-align: center;
  line-height: 1.3;
}
.p-strength__tit small {
  color: #0477c2;
}
.p-strength__tit strong {
  font-size: 1.2em;
  line-height: 1;
  color: #fff;
  text-shadow: #0477c2 2px 0px, #0477c2 -2px 0px, #0477c2 0px -2px, #0477c2 0px 2px, #0477c2 2px 2px, #0477c2 -2px 2px, #0477c2 2px -2px, #0477c2 -2px -2px, #0477c2 1px 2px, #0477c2 -1px 2px, #0477c2 1px -2px, #0477c2 -1px -2px, #0477c2 2px 1px, #0477c2 -2px 1px, #0477c2 2px -1px, #0477c2 -2px -1px;
  display: inline-block;
  position: relative;
  z-index: 10;
}
.p-strength__tit strong b {
  font-size: 1.7em;
}
.p-strength__tit strong::before {
  content: "";
  width: 130%;
  height: 30px;
  background-color: #0477c2;
  border-radius: 9999px;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.p-strength__list {
  display: flex;
  flex-direction: column;
  gap: 70px 0;
}
.p-strength__list__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.p-strength__list__item .photo {
  position: relative;
  width: 180px;
  flex-shrink: 0;
}
.p-strength__list__item .photo__badge {
  position: absolute;
  top: -12px;
  left: -12px;
  z-index: 10;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #2aabef;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.p-strength__list__item .photo__badge .en {
  font-size: 1rem;
  letter-spacing: 0.5px;
  line-height: 1;
}
.p-strength__list__item .photo__badge .no {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
}
.p-strength__list__item .photo__img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}
.p-strength__list__item .photo__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-strength__list__item .content {
  width: 100%;
}
.p-strength__list__item .content h3 {
  text-align: center;
  margin-bottom: 18px;
}
.p-strength__list__item .content h3 span {
  display: inline-block;
  background-color: #0477c2;
  color: #fff;
  font-weight: bold;
  font-size: 1.1em;
  padding: 5px 28px;
  border-radius: 9999px;
}
.p-strength__list__item .content p {
  margin-bottom: 20px;
  line-height: 1.9;
}
.p-strength__list__item .content .check-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background-color: #fff;
  border-left: 4px solid #16bc45;
  border-radius: 8px;
  padding: 15px 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}
.p-strength__list__item .content .check-list li {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 0.9em;
  line-height: 1.4;
}
.p-strength__list__item .content .check-list li .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #16bc45;
  color: #fff;
  font-size: 1em;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .p-strength__tit {
    margin-bottom: 50px;
    line-height: 1.3;
    font-size: 1.7em;
  }
  .p-strength__list__item {
    flex-direction: row;
    align-items: center;
    gap: 40px;
    text-align: left;
  }
  .p-strength__list__item .content h3 {
    text-align: left;
  }
  .p-strength__list__item .content .check-list {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .p-strength__list__item .content .check-list li {
    flex-basis: 48%;
  }
  .p-strength__list__item:nth-child(even) {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1024px) {
  .p-strength__tit {
    margin-bottom: 70px;
    line-height: 1.3;
    font-size: 2em;
  }
  .p-strength__tit strong {
    font-size: 1.4em;
  }
  .p-strength__tit strong b {
    font-size: 1.8em;
  }
  .p-strength__tit strong::before {
    width: 150%;
    height: 45px;
    bottom: -15px;
  }
  .p-strength__list {
    gap: 90px 0;
  }
  .p-strength__list__item {
    gap: 60px;
  }
  .p-strength__list__item .photo {
    width: 220px;
  }
  .p-strength__list__item .photo__badge {
    width: 76px;
    height: 76px;
    top: -15px;
    left: -15px;
  }
  .p-strength__list__item .photo__badge .en {
    font-size: 1.2rem;
  }
  .p-strength__list__item .photo__badge .no {
    font-size: 2.4rem;
  }
  .p-strength__list__item .photo__img {
    width: 220px;
    height: 220px;
  }
  .p-strength__list__item .content h3 span {
    font-size: 1.3em;
    padding: 8px 36px;
  }
  .p-strength__list__item .content .check-list {
    padding: 20px 25px;
  }
  .p-strength__list__item .content .check-list li {
    font-size: 1em;
  }
}
@media screen and (min-width: 1280px) {
  .p-strength__list__item .photo {
    width: 320px;
  }
  .p-strength__list__item .photo__badge {
    width: 100px;
    height: 100px;
  }
  .p-strength__list__item .photo__badge .en {
    font-size: 1.4rem;
  }
  .p-strength__list__item .photo__badge .no {
    font-size: 3rem;
  }
  .p-strength__list__item .photo__img {
    width: 320px;
    height: 320px;
  }
}

.p-works {
  background-color: #f4f9fc;
}
.p-works .swiper-slide {
  overflow: visible;
}
.p-works__slider {
  position: relative;
}
.p-works__list__item {
  width: 100%;
  position: relative;
  background: #fff;
  border-radius: 8px;
}
.p-works__list__item h3 {
  border-radius: 8px 8px 0 0;
  display: block;
  background: #0477c2;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
  padding: 10px;
  color: #fff;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.p-works__list__item .ba {
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  aspect-ratio: 3/2;
}
.p-works__list__item .ba .before {
  position: relative;
}
.p-works__list__item .ba .before span {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #888;
  color: #fff;
  padding: 5px 15px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8em;
}
.p-works__list__item .ba .before::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -15px;
  margin: auto;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../images/common/arw.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 10;
}
.p-works__list__item .ba .after {
  position: relative;
}
.p-works__list__item .ba .after span {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ff412a;
  color: #fff;
  padding: 5px 15px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8em;
}
.p-works__list__item .Desc {
  padding: 20px;
}
.p-works .swiper-button-prev,
.p-works .swiper-button-next {
  width: 40px;
  height: 40px;
  background-color: #2aabef;
  border-radius: 50%;
  transition: all 0.3s;
}
.p-works .swiper-button-prev svg,
.p-works .swiper-button-next svg {
  width: 20px;
  height: 20px;
  color: #fff;
}
.p-works .swiper-button-prev:hover,
.p-works .swiper-button-next:hover {
  background-color: #0477c2;
}
.p-works .swiper-button-prev {
  left: -20px;
}
.p-works .swiper-button-next {
  right: -20px;
}
@media screen and (min-width: 768px) {
  .p-works__list__item h3 {
    font-size: 1.5em;
    margin-bottom: 40px;
  }
  .p-works__list__item .ba {
    padding: 0 40px;
  }
  .p-works__list__item .ba .before span {
    padding: 5px 15px;
    font-size: 1.1em;
  }
  .p-works__list__item .ba .before::before {
    right: -25px;
    width: 50px;
    height: 50px;
  }
  .p-works__list__item .ba .after span {
    padding: 5px 15px;
    font-size: 1.1em;
  }
  .p-works__list__item .Desc {
    padding: 30px 40px 50px;
  }
  .p-works .swiper-button-prev,
  .p-works .swiper-button-next {
    width: 55px;
    height: 55px;
  }
  .p-works .swiper-button-prev svg,
  .p-works .swiper-button-next svg {
    width: 28px;
    height: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .p-works__list__item .Wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding: 0 60px 50px;
  }
  .p-works__list__item .ba {
    padding: 0;
    flex-basis: 60%;
  }
  .p-works__list__item .Desc {
    padding: 0;
    flex-basis: 40%;
  }
  .p-works .swiper-button-prev,
  .p-works .swiper-button-next {
    width: 70px;
    height: 70px;
  }
  .p-works .swiper-button-prev {
    left: -40px;
  }
  .p-works .swiper-button-next {
    right: -40px;
  }
}

.p-plan {
  background-color: #fffde5;
}
.p-plan__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
.p-plan__list__item:nth-child(1) {
  --planColor: #ff9000;
}
.p-plan__list__item:nth-child(2) {
  --planColor: #2aabef;
}
.p-plan__list__item:nth-child(3) {
  --planColor: #00b1c0;
}
.p-plan__list__item:nth-child(4) {
  --planColor: #0477c2;
}
.p-plan__list__item:nth-child(5) {
  --planColor: #ff412a;
}
.p-plan__list__item {
  flex-basis: 100%;
  max-width: 380px;
  background-color: #fff;
  border: 2px solid var(--planColor, #0477c2);
  border-radius: 8px;
  position: relative;
}
.p-plan__list__item .Icon {
  position: absolute;
  top: -25px;
  left: -10px;
  z-index: 20;
  display: grid;
  gap: 3px;
}
.p-plan__list__item .web {
  text-align: center;
  width: 60px;
  height: 60px;
  background-color: #ffee5c;
  color: #ff412a;
  font-weight: 600;
  border-radius: 50%;
  font-size: 1.1rem;
  letter-spacing: 0;
  padding: 12px 0;
}
.p-plan__list__item h3 {
  background-color: var(--planColor, #0477c2);
  text-align: center;
  color: #fff;
  padding: 8px;
  font-size: 1.3em;
  border-radius: 5px 5px 0 0;
  margin-bottom: 18px;
  position: relative;
}
.p-plan__list__item h3::before {
  position: absolute;
  content: "";
  /* 上向きの二等辺三角形の場合 */
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid var(--planColor, #0477c2);
  /* 色は任意に変更可能 */
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
}
.p-plan__list__item h3 span {
  color: #ffee5c;
}
.p-plan__list__item .Price {
  padding: 0 25px 25px;
  position: relative;
  z-index: 10;
}
.p-plan__list__item .Price::before {
  content: "";
  width: 120px;
  height: 120px;
  position: absolute;
  background: url(../images/icon/truck4.webp) no-repeat bottom center/contain;
  position: absolute;
  bottom: 30px;
  right: 10px;
  z-index: -1;
}
.p-plan__list__item .Price h4 {
  font-size: 1.2em;
  color: var(--planColor, #0477c2);
  margin-bottom: 8px;
}
.p-plan__list__item .Price s {
  font-size: 1.5em;
  line-height: 1.4;
}
.p-plan__list__item .Price-item {
  display: flex;
  font-size: 1.8em;
  font-weight: bold;
  color: #ff412a;
  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-plan__list__item .Price-item strong {
  font-size: 1.8em;
  display: inline-block;
  line-height: 1;
  padding: 0 8px 0 0;
}
.p-plan__list__item .Price-item small {
  display: flex;
  flex-direction: column-reverse;
  line-height: 1.2;
}
.p-plan__list__item .Price-item small span:nth-child(2) {
  font-size: 0.6em;
}
.p-plan__list__item p {
  padding: 0 15px 25px;
}
.p-plan__list__item:nth-child(2) .Price::before, .p-plan__list__item:nth-child(3) .Price::before {
  background-image: url(../images/icon/truck5.webp);
}
.p-plan__list__item:nth-child(4) .Price::before {
  background-image: url(../images/icon/truck3.webp);
}
.p-plan__list__item:nth-child(5) .Price::before {
  background-image: url(../images/icon/house.webp);
}
.p-plan__caution {
  background-color: #fff;
  padding: 20px;
  border: 2px solid #2aabef;
  max-width: 800px;
  margin: 0 auto;
}
.p-plan__caution h3 {
  font-size: 1.2em;
  color: #0477c2;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 2px dotted #2aabef;
}
.p-plan__caution ul {
  display: grid;
  gap: 8px;
}
.p-plan__caution ul li {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 768px) {
  .p-plan__list {
    gap: 30px 4%;
  }
  .p-plan__list__item {
    flex-basis: 48%;
  }
}
@media screen and (min-width: 1024px) {
  .p-plan__desc {
    text-align: center;
  }
  .p-plan__list {
    gap: 40px 4%;
  }
  .p-plan__list__item {
    max-width: 420px;
  }
  .p-plan__caution {
    padding: 30px;
  }
  .p-plan__caution h3 {
    font-size: 1.4em;
  }
}
@media screen and (min-width: 1280px) {
  .p-plan__list {
    gap: 30px 2%;
    align-items: flex-start;
  }
  .p-plan__list__item {
    flex-basis: 31%;
  }
}

.comparison .c-container {
  padding: 0 0 0 10px;
}
.comparison .table_scroll_wrap {
  overflow-x: scroll;
  width: 100%;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .comparison .table_scroll_wrap {
    overflow-x: auto;
  }
}
.comparison table {
  width: 645px;
  table-layout: fixed;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .comparison table {
    width: 700px;
  }
}
@media screen and (min-width: 1024px) {
  .comparison table {
    width: 950px;
  }
}
@media screen and (min-width: 1200px) {
  .comparison table {
    width: 1200px;
  }
}
.comparison table .hiden {
  opacity: 0;
  width: 120px;
}
@media screen and (min-width: 1024px) {
  .comparison table .hiden {
    width: 160px;
  }
}
@media screen and (min-width: 1200px) {
  .comparison table .hiden {
    width: 180px;
  }
}
.comparison table .riv {
  position: sticky !important;
  left: 0;
  z-index: 100;
}
.comparison table thead tr:first-child div {
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 80px;
  border-radius: 10px 10px 0 0;
  text-align: center;
  padding: 10px;
  background: #0477c2;
}
.comparison table thead tr:last-child th {
  border-radius: 10px 10px 0 0;
}
.comparison table thead tr th {
  border-radius: 10px 10px 0 0;
  padding: 0 0 0 5px;
  color: #ffffff;
}
.comparison table thead tr th.other {
  align-content: end;
}
.comparison table thead tr th.other div {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  max-height: 80px;
  border-radius: 10px 10px 0 0;
  text-align: center;
  background: rgb(49.2424242424, 171.2121212121, 250.7575757576) none;
  padding: 10px;
}
@media screen and (min-width: 1024px) {
  .comparison table thead tr:first-child div {
    padding: 20px 0;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .comparison table thead tr:first-child div {
    font-size: 2.4rem;
    padding: 28px 0;
  }
  .comparison table thead tr th.other div {
    padding: 10px 0;
  }
}
.comparison table tbody tr:first-child th {
  border-radius: 10px 0 0 0;
}
.comparison table tbody tr:last-child th {
  border-radius: 0 0 0 10px;
}
.comparison table tbody tr:last-child td.bone div {
  border-radius: 0 0 10px 10px;
  border-width: 0 3px 3px 3px;
  border-style: solid;
  border-color: #0477c2 #0477c2 #0477c2 #0477c2;
}
.comparison table tbody tr th {
  padding: 10px;
  color: #ffffff;
  background-color: #2aabef;
  border-bottom: 1px solid #dddddd;
  font-size: 14px;
}
.comparison table tbody tr th div {
  text-align: right;
  background: none;
}
@media screen and (min-width: 1024px) {
  .comparison table tbody tr th {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 1200px) {
  .comparison table tbody tr th {
    font-size: 2rem;
    padding: 15px;
  }
}
.comparison table tbody tr td {
  padding: 0 0 0 5px;
  font-weight: 700;
  text-align: center;
  background: #ffffff none;
}
.comparison table tbody tr td div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 15px 5px;
  box-sizing: border-box;
  font-weight: normal;
  vertical-align: middle;
  border-width: 0 3px 1px 3px;
  border-style: solid;
  border-color: #0477c2 #0477c2 #d9d9d9 #0477c2;
  font-size: 1.4rem;
  color: #0477c2;
}
@media screen and (min-width: 1024px) {
  .comparison table tbody tr td div {
    font-size: 2rem;
    height: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .comparison table tbody tr td div {
    font-size: 2.4rem;
    height: 120px;
  }
}
.comparison table tbody tr .other {
  text-align: center;
}
.comparison table tbody tr .other div {
  border-width: 0 0 1px 0;
  background: #f4f4f4 none;
  font-size: 1.3rem;
  color: rgb(39, 39, 39);
}
@media screen and (min-width: 1024px) {
  .comparison table tbody tr .other div {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1200px) {
  .comparison table tbody tr .other div {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .comparison .c-container {
    padding: 0;
  }
}

.area {
  background-color: #2aabef;
  color: #fff;
}
.area .p-title::before {
  background-color: #fff;
}
.area .p-title .en {
  color: #fff;
}
.area__desc .mb-xs {
  text-align: center;
  font-size: 1.1em;
}
.area__img img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .area__desc {
    text-align: center;
  }
  .area__desc .mb-xs {
    font-size: 1.3em;
  }
}
@media screen and (min-width: 1024px) {
  .area__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .area__desc {
    flex-basis: 48%;
    margin-bottom: 0;
  }
  .area__img {
    flex-basis: 48%;
  }
}

.p-slide {
  margin: 30px 0;
  position: relative;
}
.p-slide #js-infiniteslide {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.p-slide #js-infiniteslide img {
  width: 200px;
  height: 150px !important;
  margin: 0 5px;
  border-radius: 10px;
}
@media screen and (min-width: 600px) {
  .p-slide #js-infiniteslide img {
    width: 250px;
    height: 200px !important;
  }
}
@media screen and (min-width: 1024px) {
  .p-slide #js-infiniteslide img {
    width: 350px;
    height: 250px !important;
    margin: 0 10px;
  }
}

.p-voice {
  background-color: #f4f9fc;
}
.p-voice__desc {
  text-align: center;
}
.p-voice__desc .Img {
  text-align: center;
  margin-bottom: 15px;
}
.p-voice__desc .Img img {
  display: inline-block;
  max-width: 500px;
  border-radius: 10px;
  aspect-ratio: 3/2;
}
.p-voice__desc h3 {
  font-size: 1.3em;
  color: #0477c2;
  margin-bottom: 10px;
}
.p-voice__desc p {
  margin-bottom: 20px;
}
.p-voice__slider {
  position: relative;
}
.p-voice__slider .swiper {
  overflow: hidden;
}
.p-voice__slider .swiper-slide {
  height: auto;
}
.p-voice__card {
  display: block;
  height: 100%;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #ccc;
  padding: 20px;
  color: inherit;
  text-decoration: none;
  transition: box-shadow 0.3s, transform 0.3s;
}
.p-voice__card:hover {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
  transform: translateY(-3px);
}
.p-voice__card__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}
.p-voice__card__icon {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
}
.p-voice__card__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-voice__card__name {
  font-weight: bold;
  color: #0477c2;
  font-size: 1.1em;
}
.p-voice__card__title {
  font-size: 1.05em;
  height: 4em;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.p-voice__card__body {
  font-size: 0.9em;
  color: #555;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.p-voice .swiper-button-prev,
.p-voice .swiper-button-next {
  width: 40px;
  height: 40px;
  background-color: #2aabef;
  border-radius: 50%;
  transition: all 0.3s;
}
.p-voice .swiper-button-prev svg,
.p-voice .swiper-button-next svg {
  width: 20px;
  height: 20px;
  color: #fff;
}
.p-voice .swiper-button-prev:hover,
.p-voice .swiper-button-next:hover {
  background-color: #0477c2;
}
.p-voice .swiper-button-prev {
  left: -20px;
}
.p-voice .swiper-button-next {
  right: -20px;
}
@media screen and (min-width: 768px) {
  .p-voice__desc {
    text-align: center;
  }
  .p-voice__desc .Img {
    margin-bottom: 25px;
  }
  .p-voice__desc h3 {
    margin-bottom: 15px;
  }
  .p-voice__desc h3 br {
    display: none;
  }
  .p-voice__desc p {
    margin-bottom: 30px;
  }
  .p-voice .swiper-button-prev {
    left: -30px;
  }
  .p-voice .swiper-button-next {
    right: -30px;
  }
}
@media screen and (min-width: 1024px) {
  .p-voice__desc {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .p-voice__desc .Img {
    align-self: center;
    margin-bottom: 0;
  }
  .p-voice__desc .Desc {
    align-self: center;
  }
  .p-voice__card {
    padding: 30px;
  }
  .p-voice__card__head {
    gap: 20px;
    margin-bottom: 15px;
  }
  .p-voice__card__icon {
    width: 80px;
    height: 80px;
  }
  .p-voice__card__name {
    font-size: 1.25em;
  }
  .p-voice__card__title {
    font-size: 1.2em;
  }
  .p-voice .swiper-button-prev,
  .p-voice .swiper-button-next {
    width: 60px;
    height: 60px;
  }
  .p-voice .swiper-button-prev svg,
  .p-voice .swiper-button-next svg {
    width: 28px;
    height: 28px;
  }
  .p-voice .swiper-button-prev {
    left: -40px;
  }
  .p-voice .swiper-button-next {
    right: -40px;
  }
}
@media screen and (min-width: 1280px) {
  .p-voice__desc {
    gap: 60px;
  }
  .p-voice__desc h3 {
    font-size: 1.5em;
    margin-bottom: 20px;
  }
}

.p-flow__list {
  max-width: 600px;
  margin: 0 auto;
}
.p-flow__list__item {
  display: flex;
  margin-bottom: 40px;
}
.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 #e7e7e7;
  /* 色は任意に変更可能 */
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
}
.p-flow__list__item .num .step {
  font-size: 1.3rem;
  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;
  margin-left: 20px;
  background-color: #f4f9fc;
  border-radius: 10px;
  padding: 15px;
}
.p-flow__list__item .Desc h3 {
  font-size: 1.1em;
  margin-bottom: 8px;
}
.p-flow__list__item .Desc p {
  font-size: 0.9em;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-flow__list__item {
    display: flex;
    margin-bottom: 40px;
  }
  .p-flow__list__item .num .step {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
  .p-flow__list__item .num .Icon {
    width: 100px;
    height: 100px;
  }
  .p-flow__list__item .num .Icon img {
    padding: 25px;
  }
  .p-flow__list__item .Desc {
    margin: 0 0 0 40px;
    padding: 25px;
  }
  .p-flow__list__item .Desc h3 {
    font-size: 1.2em;
    margin-bottom: 12px;
  }
  .p-flow__list__item .Desc p {
    font-size: 1em;
  }
}
@media screen and (min-width: 1024px) {
  .p-flow__list {
    display: flex;
    justify-content: space-between;
    max-width: none;
  }
  .p-flow__list__item {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    flex-basis: 24%;
  }
  .p-flow__list__item .num::before {
    position: absolute;
    content: "";
    /* 上向きの二等辺三角形の場合 */
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 20px solid #e7e7e7;
    top: 60%;
    bottom: auto;
    right: 0;
    left: auto;
    transform: translateY(-50%) rotate(90deg);
  }
  .p-flow__list__item .num .Icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 30px;
  }
  .p-flow__list__item .num .Icon img {
    padding: 25px;
  }
  .p-flow__list__item .Desc {
    margin: 0;
    flex: 1;
  }
  .p-flow__list__item .Desc h3 {
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .p-flow__list {
    display: flex;
    justify-content: space-between;
  }
  .p-flow__list__item {
    flex-basis: 23%;
  }
  .p-flow__list__item .num .step {
    margin-bottom: 15px;
  }
  .p-flow__list__item .num .Icon {
    width: 120px;
    height: 120px;
    margin: 0 auto 20px;
  }
  .p-flow__list__item .num .Icon img {
    padding: 35px;
  }
}

.faq-contents .faq__item {
  margin-bottom: 15px;
}
.faq-contents .faq dt {
  padding: 20px 20px 20px 0;
  border-bottom: 1px solid #ccc;
  position: relative;
  cursor: pointer;
  transition: color 0.2s cubic-bezier(0, 0, 0.58, 1);
  font-weight: 600;
  color: #0477c2;
}
.faq-contents .faq dt.js-accordion-title.ac-title {
  margin-bottom: 0;
}
.faq-contents .faq dt::before {
  content: "Q";
  position: absolute;
  top: 16px;
  left: 2vw;
  margin: auto;
  font-size: 18px;
  width: 28px;
  height: 28px;
  line-height: 24px;
  background-color: #0477c2;
  color: #fff;
  border-radius: 50%;
  text-align: center;
}
.faq-contents .faq dt span {
  padding-right: 30px;
  margin-left: calc(2vw + 45px);
  line-height: 1.5;
  display: block;
  position: relative;
}
.faq-contents .faq dt span::after {
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 0;
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  visibility: visible;
  margin-left: -12px;
  border-bottom: 2px solid #0477c2;
  border-right: 2px solid #0477c2;
  transform: rotate(45deg);
  transition: all 0.2s;
}
.faq-contents .faq dd {
  position: relative;
}
.faq-contents .faq dd::before {
  font-weight: 600;
  content: "A";
  position: absolute;
  top: 16px;
  left: 2vw;
  margin: auto;
  font-size: 18px;
  width: 28px;
  height: 28px;
  line-height: 24px;
  background-color: #2aabef;
  color: #fff;
  border-radius: 50%;
  text-align: center;
}
.faq-contents .faq dd .m-description-article {
  display: block;
  line-height: 2;
  background-color: #f4f9fc;
  padding: 20px 20px 20px 45px;
  padding-left: calc(2vw + 45px);
}
@media screen and (min-width: 1024px) {
  .faq-contents .faq__item {
    margin-bottom: 25px;
  }
  .faq-contents .faq dt {
    padding: 25px 30px 25px 0;
  }
  .faq-contents .faq dt::before {
    top: 20px;
    font-size: 24px;
    width: 36px;
    height: 36px;
    line-height: 30px;
  }
  .faq-contents .faq dt span {
    padding-right: 45px;
    margin-left: calc(2vw + 60px);
  }
  .faq-contents .faq dt span::after {
    width: 14px;
    height: 14px;
    border-bottom: 3px solid #0477c2;
    border-right: 3px solid #0477c2;
  }
  .faq-contents .faq dd::before {
    top: 24px;
    font-size: 24px;
    width: 36px;
    height: 36px;
    line-height: 30px;
  }
  .faq-contents .faq dd .m-description-article {
    padding: 30px 30px 30px 60px;
    padding-left: calc(2vw + 60px);
  }
}
@media screen and (min-width: 1200px) {
  .faq-contents .faq {
    max-width: 1000px;
    margin: 0 auto;
  }
  .faq-contents .faq dt::before {
    left: 30px;
  }
  .faq-contents .faq dt span {
    margin-left: 95px;
  }
  .faq-contents .faq dd::before {
    left: 30px;
  }
  .faq-contents .faq dd .m-description-article {
    padding-left: 95px;
  }
}

.p-akusitu {
  position: relative;
  background-color: #666;
  overflow: hidden;
}
.p-akusitu::before, .p-akusitu::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 10px;
  background: repeating-linear-gradient(45deg, #ffee5c, #ffee5c 12px, rgb(39, 39, 39) 12px, rgb(39, 39, 39) 24px);
}
.p-akusitu::before {
  top: 0;
}
.p-akusitu::after {
  bottom: 0;
}
.p-akusitu__title {
  text-align: center;
  margin-bottom: 20px;
}
.p-akusitu__title span {
  display: inline-block;
  position: relative;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
}
.p-akusitu__title span::before, .p-akusitu__title span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background: url(../images/common/caution.svg) no-repeat center/contain;
}
.p-akusitu__title span::before {
  left: -75px;
}
.p-akusitu__title span::after {
  right: -75px;
}
.p-akusitu__desc {
  text-align: center;
  color: #ccc;
}
.p-akusitu__list {
  display: grid;
  gap: 25px;
}
.p-akusitu__list__item {
  position: relative;
  background-color: #fff;
  border: 2px solid #ff412a;
  border-radius: 10px;
  padding: 24px 20px 20px;
}
.p-akusitu__list__item .point {
  position: absolute;
  top: -20px;
  left: 16px;
  background-color: #ff412a;
  color: #fff;
  font-weight: bold;
  font-size: 1.1em;
  letter-spacing: 0.05em;
  padding: 4px 14px;
  border-radius: 9999px;
  text-transform: uppercase;
}
.p-akusitu__list__item .Img {
  margin-bottom: 15px;
  border-radius: 6px;
  overflow: hidden;
}
.p-akusitu__list__item .Img img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-akusitu__list__item .Desc h3 {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 1.25em;
  color: #ff412a;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-akusitu__title br {
    display: none;
  }
  .p-akusitu__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    margin: 0 -4vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-akusitu__list {
    gap: 12px;
    margin: 0;
  }
}

.c-404 {
  text-align: center;
}
.c-404__desc {
  line-height: 1.9;
}
.c-404__links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.c-404__links a {
  color: #0477c2;
  font-weight: bold;
  border-bottom: 1px solid #0477c2;
}
@media screen and (min-width: 600px) {
  .c-404__links {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 30px;
  }
}

.c-company__table {
  width: 100%;
  border-collapse: collapse;
}
.c-company__table th,
.c-company__table td {
  padding: 15px 10px;
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
  font-size: 0.9em;
}
.c-company__table th {
  width: 30%;
  color: #0477c2;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .c-company__table {
    max-width: 800px;
    margin: 0 auto;
  }
  .c-company__table th,
  .c-company__table td {
    padding: 20px;
    font-size: 1em;
  }
  .c-company__table th {
    width: 25%;
  }
}

.c-service__nav__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.c-service__nav__list a {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  gap: 10px;
  background-color: #f4f9fc;
  border-radius: 8px;
  padding: 14px 16px;
  color: rgb(39, 39, 39);
  font-weight: bold;
  font-size: 0.9em;
  transition: background-color 0.3s, color 0.3s;
}
.c-service__nav__list a .num {
  flex-shrink: 0;
  color: #0477c2;
  font-weight: bold;
  font-size: 1.1em;
  transition: color 0.3s;
}
.c-service__nav__list a .Text {
  height: 4em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-service__nav__list a:hover {
  background-color: #0477c2;
  color: #fff;
}
.c-service__nav__list a:hover .num {
  color: #fff;
}
.c-service__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.c-service__list__item {
  scroll-margin-top: 80px;
}
.c-service__list__item .Img {
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.c-service__list__item .Img img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-service__list__item .Desc h3 {
  position: relative;
  padding-left: 16px;
  margin-bottom: 12px;
  font-size: 1.2em;
  color: #0477c2;
}
.c-service__list__item .Desc h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background-color: #0477c2;
  border-radius: 9999px;
}
.c-service__list__item .Desc p {
  line-height: 1.9;
}
.c-service__list__item .Point {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.c-service__list__item .Point li {
  flex: 1;
  text-align: center;
}
.c-service__list__item .Point li .Icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 6px;
  padding: 10px;
  background-color: #f4f9fc;
  border-radius: 50%;
}
.c-service__list__item .Point li .Icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-service__list__item .Point li p {
  margin: 0;
  font-size: 0.9em;
  font-weight: bold;
  color: #0477c2;
  line-height: 1.4;
}
.c-service__list__item .Check {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}
.c-service__list__item .Check__head {
  position: relative;
  background-color: #16bc45;
  color: #fff;
  padding: 14px 16px 14px 64px;
}
.c-service__list__item .Check__head .badge {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%) rotate(-8deg);
  background-color: #ffee5c;
  color: #ff412a;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  width: 40px;
  height: 40px;
  padding: 11px 0;
  border-radius: 50%;
  letter-spacing: 0.01em;
  white-space: nowrap;
}
.c-service__list__item .Check__head h4 {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.4;
}
.c-service__list__item .Check__body {
  background-color: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.c-service__list__item .Check__body .Img {
  margin: 0;
}
.c-service__list__item .Check__body p {
  margin: 0;
  font-size: 1em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .c-service__list__item .Desc .Point .Icon {
    width: 64px;
    height: 64px;
    padding: 14px;
  }
  .c-service__nav__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
  .c-service__nav__list a {
    flex-direction: column;
    text-align: center;
    padding: 20px 10px;
    font-size: 1.1em;
  }
  .c-service__nav__list a .num {
    font-size: 1.4em;
  }
  .c-service__list__item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
    align-items: center;
    gap: 40px;
  }
  .c-service__list__item .Img {
    margin-bottom: 0;
  }
  .c-service__list__item .Desc {
    margin-bottom: 0;
  }
  .c-service__list__item .Check {
    grid-column: 1/-1;
  }
  .c-service__list__item .Check__body {
    padding: 20px;
    align-items: center;
    flex-direction: row;
    gap: 30px;
  }
  .c-service__list__item .Check__body .Img {
    flex-basis: 50%;
  }
  .c-service__list__item .Check__body p {
    flex-basis: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .c-service__nav__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
  .c-service__nav__list a {
    font-size: 1.25em;
  }
  .c-service__list {
    gap: 60px;
  }
  .c-service__list__item {
    scroll-margin-top: 140px;
    gap: 40px 60px;
  }
  .c-service__list__item .Desc h3 {
    font-size: 1.5em;
    padding-left: 22px;
  }
  .c-service__list__item .Desc .Point {
    margin-top: 30px;
  }
  .c-service__list__item .Desc .Point li .Icon {
    width: 70px;
    height: 70px;
  }
  .c-service__list__item .Desc .Point li p {
    font-size: 1em;
  }
  .c-service__list__item .Check__head {
    padding: 20px 16px 20px 80px;
  }
  .c-service__list__item .Check__head .badge {
    left: 12px;
    font-size: 1.2rem;
    width: 52px;
    height: 52px;
    padding: 14px 0;
  }
  .c-service__list__item .Check__head h4 {
    font-size: 1.5em;
  }
  .c-service__list__item .Check__body {
    padding: 30px;
    gap: 50px;
  }
}

.c-voice-list {
  background-color: #f4f9fc;
}
.c-voice-list .p-voice__list {
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .c-voice-list .p-voice__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .c-voice-list .p-voice__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.c-recycle-intro {
  background-color: #fffde5;
}
.c-recycle-intro .Img {
  text-align: center;
}
.c-recycle-intro .Img img {
  display: inline-block;
  max-width: 600px;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .c-recycle-intro .p-title br {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .c-recycle-intro .Wrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    gap: 50px;
  }
  .c-recycle-intro .Img,
  .c-recycle-intro .Desc {
    flex-basis: 50%;
    margin: 0;
  }
}
.c-recycle-cases--bg {
  background-color: #f4f9fc;
}
.c-recycle-cases--photo .c-recycle-cases__list__item {
  flex-direction: column;
  padding: 0;
  overflow: hidden;
}
.c-recycle-cases--photo .c-recycle-cases__list__item .Img {
  width: 100%;
  aspect-ratio: 3/2;
}
.c-recycle-cases--photo .c-recycle-cases__list__item .Img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-recycle-cases--photo .c-recycle-cases__list__item .Desc {
  padding: 0 20px 30px;
}
.c-recycle-cases--column .c-recycle-cases__list__item {
  flex-direction: column;
  align-items: center;
  background-color: #f4f9fc;
}
.c-recycle-cases--column .c-recycle-cases__list__item .Icon {
  width: 90px;
  height: 90px;
  padding: 18px;
  background-color: #0477c2;
}
.c-recycle-cases--column .c-recycle-cases__list__item .Desc h3 {
  font-size: 1.4em;
  text-align: center;
}
.c-recycle-cases__list {
  display: grid;
  gap: 20px;
}
.c-recycle-cases__list__item {
  display: flex;
  gap: 16px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 20px;
}
.c-recycle-cases__list__item .Icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  padding: 12px;
  background-color: #f4f9fc;
  border-radius: 50%;
}
.c-recycle-cases__list__item .Icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-recycle-cases__list__item .Desc {
  min-width: 0;
}
.c-recycle-cases__list__item .Desc h3 {
  color: #0477c2;
  font-size: 1.25em;
  margin-bottom: 8px;
}
.c-recycle-cases__list__item .Desc p {
  font-size: 0.9em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .c-recycle-cases__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-recycle-cases--photo .c-recycle-cases__list {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-recycle-cases--photo .c-recycle-cases__list__item {
    flex-direction: row;
    align-items: center;
    gap: 25px;
  }
  .c-recycle-cases--photo .c-recycle-cases__list .Img {
    width: 50%;
    aspect-ratio: auto;
    height: 100%;
  }
  .c-recycle-cases--photo .c-recycle-cases__list .Desc {
    width: 50%;
    padding: 25px 25px 25px 0;
  }
}
@media screen and (min-width: 1024px) {
  .c-recycle-cases .top-desc {
    text-align: center;
  }
  .c-recycle-cases__list__item {
    padding: 25px;
  }
  .c-recycle-cases__list__item .Icon {
    width: 70px;
    height: 70px;
    padding: 15px;
  }
  .c-recycle-cases--column .c-recycle-cases__list__item .Icon {
    width: 110px;
    height: 110px;
    padding: 22px;
  }
  .c-recycle-cases--column .c-recycle-cases__list__item h3 {
    font-size: 1.5em;
  }
  .c-recycle-cases--photo .c-recycle-cases__list__item {
    gap: 40px;
  }
  .c-recycle-cases--photo .c-recycle-cases__list .Img {
    width: 40%;
  }
  .c-recycle-cases--photo .c-recycle-cases__list .Desc {
    width: 60%;
    padding: 35px 40px 35px 0;
  }
}
.c-recycle-points__item {
  border-bottom: 1px solid #ddd;
}
.c-recycle-points__item:first-child {
  border-top: 1px solid #ddd;
}
.c-recycle-points dt {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 30px 18px 4px;
  position: relative;
  cursor: pointer;
}
.c-recycle-points dt .num {
  flex-shrink: 0;
  font-size: 1.3em;
  font-weight: bold;
  color: #0477c2;
}
.c-recycle-points dt .text {
  flex: 1;
  font-weight: bold;
  color: #0477c2;
}
.c-recycle-points dt::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4px;
  margin: auto;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #0477c2;
  border-right: 2px solid #0477c2;
  transform: rotate(45deg);
  transition: transform 0.3s;
}
.c-recycle-points dt.is-active::after {
  transform: rotate(-135deg);
}
.c-recycle-points dd p {
  padding: 0 4px 20px;
  font-size: 0.9em;
  line-height: 1.9;
  color: #555;
}
@media screen and (min-width: 768px) {
  .c-recycle-points dt {
    padding: 22px 30px 22px 4px;
  }
  .c-recycle-points dt .num {
    font-size: 1.5em;
  }
  .c-recycle-points dt .text {
    font-size: 1.05em;
  }
  .c-recycle-points dd p {
    font-size: 1em;
  }
}
@media screen and (min-width: 1024px) {
  .c-recycle-points__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 40px;
  }
  .c-recycle-points__item:nth-child(2) {
    border-top: 1px solid #ddd;
  }
}

.p-news__item {
  border-bottom: 1px solid #e2e2e2;
}
.p-news__item:first-child {
  border-top: 1px solid #e2e2e2;
}
.p-news__link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 16px;
  padding: 16px 8px;
  color: rgb(39, 39, 39);
  transition: background-color 0.3s;
}
.p-news__link:hover {
  background-color: #f4f9fc;
}
.p-news__link:hover .p-news__title {
  color: #0477c2;
}
.p-news__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.p-news__cat {
  flex-shrink: 0;
  background-color: #0477c2;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding: 5px 14px;
  border-radius: 9999px;
}
.p-news__date {
  flex-shrink: 0;
  color: #949494;
  font-size: 13px;
}
.p-news__title {
  flex-basis: 100%;
  order: 2;
  color: rgb(39, 39, 39);
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.6;
  transition: color 0.3s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.p-news .more-btn {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .p-news__link {
    padding: 20px 10px;
    flex-wrap: nowrap;
  }
  .p-news__meta {
    flex-basis: 30%;
  }
  .p-news__cat {
    font-size: 13px;
  }
  .p-news__date {
    font-size: 14px;
  }
  .p-news__title {
    flex-basis: 70%;
  }
  .p-news.c-news .c-container {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 70% 25%;
    gap: 0 5%;
  }
  .p-news.c-news .p-news__link {
    flex-wrap: wrap;
  }
  .p-news.c-news .p-news__title {
    flex-basis: 100%;
  }
  .p-news.c-news .p-news__list {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .p-news.c-news .pagination {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .p-news.c-news .category-list {
    grid-row: 1/2;
    grid-column: 2/3;
  }
}

.category-list {
  max-width: 400px;
  margin: 40px auto 0;
}
.category-list h4 {
  background-color: #0477c2;
  color: #fff;
  text-align: center;
  padding: 12px 0;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  border-radius: 10px 10px 0 0;
}
.category-list ul {
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-top: none;
  border-radius: 0 0 10px 10px;
  padding: 8px 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.category-list ul li {
  border-bottom: 1px solid #eee;
}
.category-list ul li:last-child {
  border-bottom: none;
}
.category-list ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: rgb(39, 39, 39);
  font-weight: 600;
  font-size: 14px;
  padding: 12px 4px;
  transition: color 0.3s;
}
.category-list ul li a::after {
  content: "";
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #0477c2;
  border-right: 2px solid #0477c2;
  transform: rotate(45deg);
  transition: transform 0.3s;
}
.category-list ul li a:hover {
  color: #0477c2;
}
.category-list ul li a:hover::after {
  transform: rotate(45deg) translate(-2px, 2px);
}
@media screen and (min-width: 1024px) {
  .category-list {
    max-width: none;
    margin: 0;
  }
  .category-list h4 {
    padding: 15px 0;
    font-size: 18px;
  }
  .category-list ul {
    padding: 8px 15px;
  }
  .category-list ul li a {
    font-size: 15px;
    padding: 14px 4px;
  }
}

.c-news-sl {
  margin-top: 20px;
}
.c-news-sl__wrap {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.c-news-sl__date {
  color: #0477c2;
}
.c-news-sl__title {
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: 10px;
}
.c-news-sl__contents {
  padding: 10vw 0;
  line-height: 2.5;
}
.c-news-sl__link {
  text-align: right;
}
.c-news-sl__link a {
  font-weight: 600;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #0477c2;
}
@media screen and (min-width: 768px) {
  .c-news-sl__contents {
    padding: 5vw 0;
  }
  .c-news-sl__wrap {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .c-news-sl__contents {
    padding: 3vw 0;
  }
  .c-news-sl__title {
    font-size: 1.5em;
  }
  .c-news-sl__link a span {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .c-news-sl__contents {
    padding: 50px 0;
  }
}/*# sourceMappingURL=style.css.map */