@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 1330px) {
  html {
    font-size: 1.2030075188vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

a {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

.simplebar-track.simplebar-horizontal {
  height: 8px;
  background: #eeeeee;
  border-radius: 100px;
  max-width: 100%;
  margin: 0 auto;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  height: 4px;
  background: transparent;
  border-radius: 100px;
  left: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 4px;
  background: #999999;
  border-radius: 100px;
  top: 0;
  opacity: 1;
  right: 6px;
}

.scroll-custom {
  padding-bottom: 0.75rem;
}

.single-contents .p-entry__body {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .single-contents .p-entry__body {
    margin-bottom: 1.875rem;
  }
}
.single-contents .p-entry__body a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .single-contents .p-entry__body a:hover {
    opacity: 0.7;
  }
}
.single-contents .p-entry__body h2.wp-block-heading,
.single-contents .p-entry__body h3.wp-block-heading,
.single-contents .p-entry__body h4.wp-block-heading {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .single-contents .p-entry__body h2.wp-block-heading,
  .single-contents .p-entry__body h3.wp-block-heading,
  .single-contents .p-entry__body h4.wp-block-heading {
    margin-top: 1.5rem;
  }
}
.single-contents .p-entry__body h2.wp-block-heading + h2.wp-block-heading,
.single-contents .p-entry__body h2.wp-block-heading + h3.wp-block-heading,
.single-contents .p-entry__body h2.wp-block-heading + h4.wp-block-heading,
.single-contents .p-entry__body h3.wp-block-heading + h2.wp-block-heading,
.single-contents .p-entry__body h3.wp-block-heading + h3.wp-block-heading,
.single-contents .p-entry__body h3.wp-block-heading + h4.wp-block-heading,
.single-contents .p-entry__body h4.wp-block-heading + h2.wp-block-heading,
.single-contents .p-entry__body h4.wp-block-heading + h3.wp-block-heading,
.single-contents .p-entry__body h4.wp-block-heading + h4.wp-block-heading {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .single-contents .p-entry__body h2.wp-block-heading + h2.wp-block-heading,
  .single-contents .p-entry__body h2.wp-block-heading + h3.wp-block-heading,
  .single-contents .p-entry__body h2.wp-block-heading + h4.wp-block-heading,
  .single-contents .p-entry__body h3.wp-block-heading + h2.wp-block-heading,
  .single-contents .p-entry__body h3.wp-block-heading + h3.wp-block-heading,
  .single-contents .p-entry__body h3.wp-block-heading + h4.wp-block-heading,
  .single-contents .p-entry__body h4.wp-block-heading + h2.wp-block-heading,
  .single-contents .p-entry__body h4.wp-block-heading + h3.wp-block-heading,
  .single-contents .p-entry__body h4.wp-block-heading + h4.wp-block-heading {
    margin-top: 1rem;
  }
}
.single-contents .p-entry__body h2.wp-block-heading {
  margin-bottom: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .single-contents .p-entry__body h2.wp-block-heading {
    margin-bottom: 1.6875rem;
  }
}
.single-contents .p-entry__body h3.wp-block-heading,
.single-contents .p-entry__body h4.wp-block-heading,
.single-contents .p-entry__body p,
.single-contents .p-entry__body .wp-block-image,
.single-contents .p-entry__body .wp-block-table,
.single-contents .p-entry__body .wp-block-embed.is-provider-youtube,
.single-contents .p-entry__body .g-map {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .single-contents .p-entry__body h3.wp-block-heading,
  .single-contents .p-entry__body h4.wp-block-heading,
  .single-contents .p-entry__body p,
  .single-contents .p-entry__body .wp-block-image,
  .single-contents .p-entry__body .wp-block-table,
  .single-contents .p-entry__body .wp-block-embed.is-provider-youtube,
  .single-contents .p-entry__body .g-map {
    margin-bottom: 1rem;
  }
}
.single-contents .p-entry__body ul,
.single-contents .p-entry__body ol,
.single-contents .p-entry__body blockquote.wp-block-quote,
.single-contents .p-entry__body .blog-card,
.single-contents .p-entry__body .note-box {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .single-contents .p-entry__body ul,
  .single-contents .p-entry__body ol,
  .single-contents .p-entry__body blockquote.wp-block-quote,
  .single-contents .p-entry__body .blog-card,
  .single-contents .p-entry__body .note-box {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.single-contents .p-entry__body .wp-block-buttons {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .single-contents .p-entry__body .wp-block-buttons {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.single-contents .p-entry__body h2.wp-block-heading {
  font-size: max(1.875rem, 12px);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 2;
  background-color: #ff382c;
  padding: 1.125rem 1.5rem;
  border-left: 2px solid #FF382C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.5rem;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .single-contents .p-entry__body h2.wp-block-heading {
    font-size: max(1.375rem, 12px);
    line-height: 1.3181818182;
    padding: 0.9375rem 1rem;
  }
}
.single-contents .p-entry__body h2.wp-block-heading::before {
  content: "";
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  left: 10%;
  background: url(../images/common/fukidashi.svg) no-repeat center center/cover;
  width: 1.25rem;
  height: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .single-contents .p-entry__body h2.wp-block-heading::before {
    left: 12%;
  }
}
.single-contents .p-entry__body h2.wp-block-heading::after {
  content: "";
  position: absolute;
  background-color: #000;
  border-radius: 0.5rem;
  bottom: -0.375rem;
  right: -0.375rem;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .single-contents .p-entry__body h2.wp-block-heading::after {
    bottom: -0.25rem;
    right: -0.25rem;
  }
}
.single-contents .p-entry__body h3.wp-block-heading {
  font-size: max(1.5rem, 12px);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.3333333333;
  border-bottom: 3px solid #ff392d;
  padding: 0 0 1rem;
}
@media screen and (max-width: 767px) {
  .single-contents .p-entry__body h3.wp-block-heading {
    font-size: max(1.25rem, 12px);
    padding: 0 0 0.75rem;
    line-height: 1.3;
  }
}
.single-contents .p-entry__body h4.wp-block-heading {
  font-size: max(1.25rem, 12px);
  line-height: 1.6;
  font-weight: bold;
  padding: 0.3125rem 0 0.3125rem 1.5rem;
  padding-left: 2.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .single-contents .p-entry__body h4.wp-block-heading {
    font-size: max(1.125rem, 12px);
    line-height: 1.4444444444;
    padding-left: 1.4375rem;
  }
}
.single-contents .p-entry__body h4.wp-block-heading::before {
  position: absolute;
  content: "";
  background: url(../images/common/icon-heading-arrow.svg) no-repeat center center/contain;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.25rem;
  height: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .single-contents .p-entry__body h4.wp-block-heading::before {
    width: 0.9375rem;
    height: 1.25rem;
  }
}
.single-contents .p-entry__body p {
  font-weight: 400;
  line-height: 1.8125;
  font-size: max(1rem, 12px);
}
@media screen and (max-width: 767px) {
  .single-contents .p-entry__body p {
    font-size: max(0.875rem, 12px);
  }
}
.single-contents .p-entry__body p a {
  color: #2d59ce;
  text-decoration: underline;
}
.single-contents .p-entry__body figure a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single-contents .p-entry__body figure a:hover {
  opacity: 0.7;
}
.single-contents .p-entry__body ul,
.single-contents .p-entry__body ol {
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .single-contents .p-entry__body ul,
  .single-contents .p-entry__body ol {
    font-size: max(0.875rem, 12px);
  }
}
.single-contents .p-entry__body ul li,
.single-contents .p-entry__body ol li {
  position: relative;
}
.single-contents .p-entry__body ul li + li,
.single-contents .p-entry__body ol li + li {
  margin-top: 0.5rem;
}
.single-contents .p-entry__body ul li {
  padding-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .single-contents .p-entry__body ul li {
    padding-left: 1rem;
  }
}
.single-contents .p-entry__body ul li::before {
  position: absolute;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  left: 0;
  top: 0.5rem;
  background-color: #FF382C;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .single-contents .p-entry__body ul li::before {
    top: 0.4375rem;
  }
}
.single-contents .p-entry__body ol {
  counter-reset: item;
  list-style-type: none;
}
.single-contents .p-entry__body ol li {
  padding-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .single-contents .p-entry__body ol li {
    padding-left: 1rem;
  }
}
.single-contents .p-entry__body ol li::before {
  position: absolute;
  counter-increment: item;
  content: counter(item) "　";
  font-weight: 700;
  left: 0;
  top: 0rem;
}
.single-contents .p-entry__body blockquote.wp-block-quote {
  margin-right: 0;
  margin-left: 0;
  border-left: none;
  color: #000;
  padding: 2rem;
  background-color: #f7f7f7;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .single-contents .p-entry__body blockquote.wp-block-quote {
    padding: 1rem;
  }
}
.single-contents .p-entry__body blockquote.wp-block-quote p {
  font-size: max(1rem, 12px);
  line-height: 1.8125;
  font-weight: 400;
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .single-contents .p-entry__body blockquote.wp-block-quote p {
    font-size: max(0.875rem, 12px);
  }
}
.single-contents .p-entry__body blockquote.wp-block-quote cite {
  font-size: max(0.875rem, 12px);
  line-height: 1.4285714286;
  font-weight: 400;
  margin-top: 0.75rem;
  display: block;
  text-align: right;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .single-contents .p-entry__body blockquote.wp-block-quote cite {
    text-align: left;
    margin-top: 0.5rem;
  }
}
.single-contents .p-entry__body blockquote.wp-block-quote cite a {
  text-decoration: underline;
  color: #2d59ce;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  word-break: break-all;
  text-align: left;
}
.single-contents .p-entry__body blockquote.wp-block-quote cite a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .single-contents .p-entry__body blockquote.wp-block-quote cite a {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .single-contents .p-entry__body .wp-block-button {
    min-width: 15.625rem;
  }
}
.single-contents .p-entry__body .wp-block-button .wp-block-button__link {
  background-color: #000;
  text-decoration: none;
  min-width: 22.5rem;
  padding: 0.8125rem 3.75rem;
  font-size: 1.125rem;
  min-height: 3.75rem;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .single-contents .p-entry__body .wp-block-button .wp-block-button__link {
    font-size: 0.875rem;
    min-width: 18.5rem;
    min-height: 3rem;
    width: 100%;
    max-width: 100%;
    padding: 0.8125rem 2.8125rem;
  }
}
.single-contents .p-entry__body .wp-block-button .wp-block-button__link::before {
  display: block;
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.25rem;
  height: 2.25rem;
  background: #fff;
  border-radius: 50%;
  content: "";
}
@media screen and (max-width: 767px) {
  .single-contents .p-entry__body .wp-block-button .wp-block-button__link::before {
    right: 0.75rem;
    width: 1.5625rem;
    height: 1.5625rem;
  }
}
.single-contents .p-entry__body .wp-block-button .wp-block-button__link::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  content: "";
}
@media screen and (max-width: 767px) {
  .single-contents .p-entry__body .wp-block-button .wp-block-button__link::after {
    right: 1.4375rem;
    width: 0.375rem;
    height: 0.375rem;
  }
}
.single-contents .p-entry__body .wp-block-button .wp-block-button__link:hover {
  opacity: 0.8;
}
.single-contents .p-entry__body .wp-container-core-buttons-layout-1.wp-container-core-buttons-layout-1 {
  gap: 1.875rem;
}
.single-contents .p-entry__body .wp-block-embed.is-provider-youtube iframe {
  aspect-ratio: 720/400;
  width: 100%;
  height: 100%;
}

.wp-block-table.table-type01, .wp-block-table.table-type02, .wp-block-table.table-type03, .wp-block-table.table-type04 {
  overflow: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .wp-block-table.table-type01, .wp-block-table.table-type02, .wp-block-table.table-type03, .wp-block-table.table-type04 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: max(0.875rem, 12px);
  }
}
.wp-block-table.table-type01::-webkit-scrollbar, .wp-block-table.table-type02::-webkit-scrollbar, .wp-block-table.table-type03::-webkit-scrollbar, .wp-block-table.table-type04::-webkit-scrollbar {
  width: 0.625rem;
  height: 0.25rem;
  background-color: #eeeeee;
}
.wp-block-table.table-type01::-webkit-scrollbar-thumb, .wp-block-table.table-type02::-webkit-scrollbar-thumb, .wp-block-table.table-type03::-webkit-scrollbar-thumb, .wp-block-table.table-type04::-webkit-scrollbar-thumb {
  border-radius: 4px;
}
.wp-block-table.table-type01::-webkit-scrollbar-thumb, .wp-block-table.table-type02::-webkit-scrollbar-thumb, .wp-block-table.table-type03::-webkit-scrollbar-thumb, .wp-block-table.table-type04::-webkit-scrollbar-thumb {
  --bg-opacity: 1;
  background-color: #999999;
}
.wp-block-table.table-type01 table, .wp-block-table.table-type02 table, .wp-block-table.table-type03 table, .wp-block-table.table-type04 table {
  table-layout: auto;
  min-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.wp-block-table.table-type01 table th,
.wp-block-table.table-type01 table td, .wp-block-table.table-type02 table th,
.wp-block-table.table-type02 table td, .wp-block-table.table-type03 table th,
.wp-block-table.table-type03 table td, .wp-block-table.table-type04 table th,
.wp-block-table.table-type04 table td {
  border: 1px solid #cccccc;
  font-weight: 400;
  padding: 0.9375rem 0.625rem;
  text-align: center;
  vertical-align: middle;
  width: auto;
  min-width: 14rem;
  max-width: 28.125rem;
}
@media screen and (max-width: 767px) {
  .wp-block-table.table-type01 table th,
  .wp-block-table.table-type01 table td, .wp-block-table.table-type02 table th,
  .wp-block-table.table-type02 table td, .wp-block-table.table-type03 table th,
  .wp-block-table.table-type03 table td, .wp-block-table.table-type04 table th,
  .wp-block-table.table-type04 table td {
    min-width: 6.1875rem;
    max-width: 21.875rem;
  }
}
.wp-block-table.table-type02 tr th {
  background-color: #FF7D2C;
}
.wp-block-table.table-type02 tr:first-child td {
  background-color: #FF7D2C;
  color: white;
}
.wp-block-table.table-type03 tr th {
  background-color: #FF7D2C;
}
.wp-block-table.table-type03 tr td:first-child {
  background-color: #FF7D2C;
  color: white;
  max-width: 18.75rem;
}
@media screen and (max-width: 767px) {
  .wp-block-table.table-type03 tr td:first-child {
    max-width: 9.375rem;
  }
}
.wp-block-table.table-type04 {
  overflow: auto;
}
.wp-block-table.table-type04 tr th {
  background-color: #FF7D2C;
}
.wp-block-table.table-type04 tr:first-child td {
  background-color: #FF7D2C;
  color: white;
}
.wp-block-table.table-type04 tr td:first-child {
  background-color: #FF7D2C;
  color: white;
  max-width: 18.75rem;
}
@media screen and (max-width: 767px) {
  .wp-block-table.table-type04 tr td:first-child {
    max-width: 9.375rem;
  }
}

.blog-card {
  width: 100%;
  max-width: 45rem;
  overflow: hidden;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .blog-card {
    border-radius: 0.625rem;
    max-width: 19.5rem;
  }
}

.blog-card-link {
  color: #000;
  display: grid;
  grid-template-columns: 17.25rem 1fr;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-decoration: none !important;
  height: 100%;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .blog-card-link {
    padding: 0;
    grid-template-columns: 7.5rem 1fr;
  }
}
@media (any-hover: hover) {
  .blog-card-link:hover {
    opacity: 0.8 !important;
  }
}

.blog-card-thumbnail {
  aspect-ratio: 276/155;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .blog-card-thumbnail {
    aspect-ratio: 120/100;
  }
}
.blog-card-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-card-thumbnail img {
  display: block;
  padding: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.blog-card-content {
  padding: 1rem;
  font-size: max(1.125rem, 12px);
  letter-spacing: 0.05em;
  line-height: 1.7777777778;
  background-color: #fff;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .blog-card-content {
    padding: 0.5rem 0.875rem 0.5rem 0.625rem;
    font-size: max(0.875rem, 12px);
    letter-spacing: 0;
    line-height: 1.4285714286;
  }
}

.blog-card-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.blog-card-date-publish {
  color: #7c7c7c;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  font-family: "Alata", sans-serif;
}
@media screen and (max-width: 767px) {
  .blog-card-date-publish {
    font-size: max(0.875rem, 12px);
    letter-spacing: 0;
  }
}

.note-box {
  border-radius: 8px;
  -webkit-box-shadow: 4px 4px 0px rgba(0, 0, 0, .16);
          box-shadow: 4px 4px 0px rgba(0, 0, 0, .16);
  background-color: #fff4f2;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .note-box {
    padding: 1.25rem 1rem 1.5rem;
  }
}

.note-box-title {
  font-size: 1.125rem !important;
  line-height: 1.7777777778;
  font-weight: 700;
  position: relative;
  padding-left: 3.75rem;
  margin-bottom: 3.75rem !important;
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .note-box-title {
    font-size: 1rem !important;
    line-height: 1.5;
    margin-bottom: 2.1875rem !important;
    font-weight: 500;
  }
}
.note-box-title::before {
  position: absolute;
  content: "";
  width: 2.8125rem;
  height: 2.5rem;
  background: url(../images/icon-caution.svg) no-repeat center center/contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 767px) {
  .note-box-title::before {
    width: 2.375rem;
    height: 2.09375rem;
  }
}
.note-box-title::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #FF382C;
  left: 0;
  bottom: -1.875rem;
}
@media screen and (max-width: 767px) {
  .note-box-title::after {
    bottom: -1.375rem;
  }
}

.single-contents p.note-box-text {
  font-size: max(1rem, 12px);
  line-height: 1.8125;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .single-contents p.note-box-text {
    font-size: max(0.875rem, 12px);
    line-height: 1.7142857143;
  }
}

.benefits-block {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.benefits-block > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .benefits-block > .wp-block-group__inner-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.75rem;
  }
}

.benefits-block__item {
  background-color: #FF382C;
  border-radius: 8px;
  width: 47.3%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .benefits-block__item {
    width: 100%;
  }
}

.benefits-block__merit .benefits-block__title {
  background-color: #FF382C;
}
.benefits-block__merit ul li::before {
  background-color: #FF382C !important;
}

.benefits-block__demerit {
  background-color: #f7f7f7;
}
.benefits-block__demerit .benefits-block__title {
  background-color: #f7f7f7;
  color: #666666;
  position: relative;
}
.benefits-block__demerit .benefits-block__title::after {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  background-color: #cccccc;
  width: calc(100% - 1.5rem);
  height: 1px;
}

.benefits-block__title {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700 !important;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 0.3125rem 0.625rem;
  min-height: 3.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .benefits-block__title {
    font-size: 1.125rem;
    min-height: 2.5rem;
  }
}

.benefits-block__text {
  padding: 1.125rem 1.125rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .benefits-block__text {
    padding: 0.75rem 1rem 1rem;
    font-size: 0.875rem;
  }
}
.benefits-block__text ul,
.benefits-block__text ol {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.benefits-block__text p {
  margin: 0 !important;
}

.parent #toc_container {
  display: none !important;
}

.single-contents #toc_container {
  width: 100%;
  font-size: medium;
  font-size: initial;
  padding: 0;
  border-color: #FF382C;
  margin-top: 1.875rem;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  background-color: #fefac9;
  border-radius: 0.5rem;
}
.single-contents #toc_container::before {
  position: absolute;
  content: "";
  background: url(../images/icon-table.svg) no-repeat center center/contain;
  left: 2rem;
  top: 1.375rem;
  width: 1.125rem;
  height: 1.5rem;
}
@media screen and (max-width: 767px) {
  .single-contents #toc_container::before {
    top: 0.875rem;
    width: 1rem;
    height: 1.3125rem;
    left: 1rem;
  }
}
.single-contents #toc_container .toc_title {
  padding: 1rem 2rem 1rem 4.125rem;
  text-align: left;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  cursor: pointer;
  position: relative;
  margin-bottom: 0 !important;
  font-weight: 500;
  color: #FF382C;
}
@media screen and (max-width: 767px) {
  .single-contents #toc_container .toc_title {
    padding: 0.5rem 1rem 0.5rem 2.5rem;
    font-size: 1.125rem;
    font-weight: 700;
  }
}
.single-contents #toc_container .toc_title::after {
  position: absolute;
  content: "";
  width: 1rem;
  height: 0.5rem;
  background: url(../images/toc-open.svg) no-repeat center center/contain;
  right: 2.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .single-contents #toc_container .toc_title::after {
    right: 1.3125rem;
    width: 0.75rem;
    aspect-ratio: 10/5;
    background: url(../images/sp_toc-open.svg) no-repeat center center/contain;
  }
}
.single-contents #toc_container .toc_title.active::before {
  content: "閉じる";
  position: absolute;
  right: 2.0625rem;
  top: calc(50% + 1.25rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0.75rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .single-contents #toc_container .toc_title.active::before {
    top: calc(50% + 1rem);
    right: 0.75rem;
    font-weight: 400;
    font-size: 10px;
  }
}
.single-contents #toc_container .toc_title.active::after {
  height: 1rem;
  background: url(../images/toc-close.svg) no-repeat center center/contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .single-contents #toc_container .toc_title.active::after {
    height: 0.625rem;
    background: url(../images/sp_toc-close.svg) no-repeat center center/contain;
  }
}
.single-contents #toc_container .toc_list {
  padding: 0.5rem 2rem 2rem;
  display: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .single-contents #toc_container .toc_list {
    padding: 0.5rem 1rem 1rem;
  }
}
.single-contents #toc_container .toc_list a {
  display: inline;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (any-hover: hover) {
  .single-contents #toc_container .toc_list a {
    text-decoration: none;
    color: #000;
    background-image: -webkit-gradient(linear, left top, right top, from(#000), to(#000));
    background-image: linear-gradient(90deg, #000, #000);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 0 1px;
    -webkit-transition: background-size 0.6s;
    transition: background-size 0.6s;
  }
  .single-contents #toc_container .toc_list a:hover {
    background-size: 100% 1px;
    opacity: 1;
  }
}
.single-contents #toc_container .toc_list li {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  padding-left: 0;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .single-contents #toc_container .toc_list li {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.single-contents #toc_container .toc_list li::before {
  display: none;
}
.single-contents #toc_container .toc_list li > ul {
  margin-top: 1rem;
  padding-left: 1.875rem;
  margin-bottom: 0 !important;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .single-contents #toc_container .toc_list li > ul {
    margin-top: 0.5rem;
    padding-left: 0;
  }
}
.single-contents #toc_container .toc_list li > ul li {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .single-contents #toc_container .toc_list li > ul li {
    font-size: 0.75rem;
  }
}
.single-contents #toc_container .toc_list li > ul li + li {
  margin-top: 0.6875rem;
}
@media screen and (max-width: 767px) {
  .single-contents #toc_container .toc_list li > ul li + li {
    margin-top: 0.5rem;
  }
}
.single-contents #toc_container .toc_list > li:nth-of-type(n + 2) {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .single-contents #toc_container .toc_list > li:nth-of-type(n + 2) {
    margin-top: 1rem;
  }
}

.wp-block-image {
  margin-block: 1.5rem;
}
.wp-block-image img {
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .wp-block-image img {
    border-radius: 0.625rem;
  }
}

/* Web Font
---------------------------------------------------------------------------*/
/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

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

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-2column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4.1875rem 2.5rem 5rem;
  position: relative;
  max-width: 67.9375rem;
  margin: 0 auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .l-2column {
    display: block;
    padding: 0.875rem 1rem 2rem;
    overflow: hidden;
  }
}

.l-2column__main {
  width: 67.1%;
}
@media screen and (max-width: 767px) {
  .l-2column__main {
    width: 100%;
  }
}

.l-2column__sidebar {
  width: 29.7%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-2column__sidebar {
    width: 100%;
    margin-top: 2rem;
  }
}

.l-3column {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-3column {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.l-btn-fixed {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-btn-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
    padding: 0.75rem 0.5rem;
    background-color: rgba(0, 0, 0, .7);
    display: grid;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-btn-fixed.is-active {
    opacity: 1;
    visibility: visible;
  }
}

div.l-category-label {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  font-size: max(1rem, 12px);
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 0.375rem 0.875rem;
  border-radius: 1.25rem 0 0.625rem;
}
@media screen and (max-width: 767px) {
  div.l-category-label {
    font-size: max(0.875rem, 12px);
    letter-spacing: 0;
    padding: 0.125rem 0.5rem;
    border-radius: 0.625rem 0 0.3125rem;
  }
}

.l-contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.l-footer__main-content {
  padding: 5rem 0 3.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__main-content {
    padding: 2.5rem 0 2rem;
  }
}

.l-footer__logo {
  width: 39.0625%;
  margin-inline: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .l-footer__logo:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: 100%;
    text-align: center;
  }
}
.l-footer__logo img {
  width: 100%;
}

.l-footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .l-footer__menu {
    width: 21.875rem;
    margin-inline: auto;
  }
}

.l-footer__sub {
  background-color: #000;
  color: #fff;
  padding: 1.125rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-footer__sub {
    padding-top: 1.5rem;
    padding-bottom: 5.625rem;
  }
}

.l-footer__sub-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-footer__sub-content {
    display: block;
  }
}

.l-header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 30;
  position: sticky;
}
@media screen and (min-width: 768px) {
  .l-header.l-header--top {
    position: fixed;
  }
}

.l-header__inner {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: clamp(0.625rem, -0.95rem + 2.458vw, 2rem);
  padding-right: clamp(0.625rem, -0.95rem + 2.458vw, 2rem);
  background-color: rgba(255, 255, 255, .5);
}
@media screen and (min-width: 768px) {
  .l-header__inner {
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
  }
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    padding-right: 0;
    padding-left: 1rem;
    background-color: #fff;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    height: 3.875rem;
  }
}

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1330px;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 31.25rem;
  }
}

@media screen and (min-width: 768px) {
  .l-inner--slider {
    max-width: 1538px;
  }
}

@media screen and (min-width: 768px) {
  .l-inner--wide {
    max-width: 1650px;
  }
}

@media screen and (min-width: 768px) {
  .l-inner--small {
    max-width: 930px;
  }
}
@media screen and (max-width: 767px) {
  .l-inner--small {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .l-inner--1000 {
    max-width: calc(62.5rem + 50px);
  }
}

.l-mb15 {
  margin-block: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .l-mb15 {
    margin-block: 0.5rem;
  }
}

.l-mt24 {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-mt24 {
    margin-top: 0.5rem;
  }
}

.l-mt64 {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .l-mt64 {
    margin-top: 2rem;
  }
}

.l-mt80 {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .l-mt80 {
    margin-top: 2.5rem;
  }
}

.l-pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .l-pagetop {
    bottom: 5.125rem;
  }
}

.l-section {
  padding-block: 5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-section {
    padding-block: 2.5rem;
  }
}

.l-section--64 {
  padding-block: 4rem;
}
@media screen and (max-width: 767px) {
  .l-section--64 {
    padding-block: 2rem 3.375rem;
  }
}

.l-section__title {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .l-section__title {
    margin-bottom: 1.5rem;
  }
}

.l-section__btn {
  margin-top: 3rem;
  margin-inline: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-section__btn {
    margin-top: 2rem;
  }
}
.l-section__btn a {
  margin-inline: auto;
}

.l-section--gray {
  background-color: #f2f3f5;
}

@media screen and (max-width: 767px) {
  .l-section--sp-pt16 {
    padding-top: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .l-section--sp-pt32 {
    padding-top: 2rem;
  }
}

.l-text-center-sp {
  text-align: center;
}

.l-text-center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-text-left-sp {
    text-align: left;
  }
}

.l-wrapper {
  overflow: hidden;
  width: 100%;
}

.c-author-parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .c-author-parts {
    margin-top: 0.5rem;
  }
}

.c-author-parts__label {
  font-size: 0.875rem;
  color: #fff;
  background-color: #000;
  border-radius: 3px;
  padding: 0.0625rem 0.625rem 0.1875rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
}
@media screen and (max-width: 767px) {
  .c-author-parts__label {
    font-size: 10px;
  }
}

.c-author-parts__img {
  width: 0.75rem;
  aspect-ratio: 1/1;
}
.c-author-parts__img img {
  width: 100%;
}

.c-author-parts__name {
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-author-parts__name {
    font-size: max(0.75rem, 12px);
  }
}

a.c-author-parts__name {
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #2d59ce;
}
@media (any-hover: hover) {
  a.c-author-parts__name:hover {
    opacity: 0.7;
  }
}

.c-author + .c-author {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-author + .c-author {
    margin-top: 0.625rem;
  }
}

.c-author__title {
  padding: 0 0 1rem;
  border-bottom: 1px solid #cccccc;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-author__title {
    margin-bottom: 0.625rem;
  }
}

.c-author__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .c-author__profile {
    gap: 1.5rem;
  }
}

.c-author__img {
  width: 7.8125rem;
  height: 7.8125rem;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-author__img {
    width: 5rem;
    height: 5rem;
  }
}
.c-author__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-author__body {
  width: calc(100% - 8.875rem);
}
@media screen and (max-width: 767px) {
  .c-author__body {
    width: calc(100% - 6.5rem);
  }
}

.c-author__name {
  font-size: 1.625rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-author__name {
    font-size: 1.25rem;
  }
}
.c-author__name a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: underline;
}
.c-author__name a:hover {
  opacity: 0.7;
}

.c-author__post {
  font-size: 1rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-author__post {
    margin-top: 0;
    font-size: 0.875rem;
  }
}

.c-author__text {
  font-size: 1rem;
  margin-top: 1rem;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .c-author__text {
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}

@media screen and (max-width: 767px) {
  .c-breadcrumb {
    overflow: auto;
  }
}

.c-breadcrumb__container {
  max-width: 82.5rem;
  margin: 0 auto;
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__container {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0.5rem 1.25rem;
    margin: 0;
  }
}

.c-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  margin: 0;
}

.c-breadcrumb__item {
  font-size: 0.75rem;
  position: relative;
}
.c-breadcrumb__item:not(:last-of-type)::after {
  position: absolute;
  top: 50%;
  right: -0.75rem;
  width: 0.3125rem;
  height: 0.4375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/breadcrumb-arrow.svg) no-repeat center center/cover;
  content: "";
}

.c-btn-cta {
  display: block;
  background-color: #02c755;
  border-radius: 3.0625rem;
  font-size: max(1.625rem, 12px);
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.7307692308;
  padding: 1.875rem;
  text-align: center;
  width: 31.25rem;
  max-width: 100%;
  color: #fff;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
}
@media screen and (max-width: 767px) {
  .c-btn-cta {
    font-size: max(1.125rem, 12px);
    padding: 1.0625rem;
    line-height: 1.2777777778;
    width: 18rem;
  }
}
@media (any-hover: hover) {
  .c-btn-cta:hover {
    background-color: #10D062;
  }
  .c-btn-cta:hover::before {
    background-color: #0fae50;
  }
}
.c-btn-cta::before {
  display: block;
  position: absolute;
  right: 1.5625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  background-color: #06a74a;
  border-radius: 50%;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .c-btn-cta::before {
    width: 1.75rem;
    height: 1.75rem;
    right: 0.875rem;
  }
}
.c-btn-cta::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 2.875rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
}
@media screen and (max-width: 767px) {
  .c-btn-cta::after {
    right: 1.625rem;
    width: 0.375rem;
    height: 0.375rem;
  }
}

.c-btn-cta__icon {
  position: absolute;
  content: "";
  left: 2.8125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3rem;
}
@media screen and (max-width: 767px) {
  .c-btn-cta__icon {
    width: 1.75rem;
    left: 1.25rem;
  }
}
.c-btn-cta__icon img {
  width: 100%;
}

.c-btn-cta__fukidashi {
  position: absolute;
  display: inline-block;
  padding: 0.3125rem;
  width: 16.25rem;
  max-width: 100%;
  font-size: 1rem;
  font-weight: bold;
  background: #fff;
  border: solid 2px #02c755;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  border-radius: 1.25rem;
  top: -1.75rem;
}
@media screen and (max-width: 767px) {
  .c-btn-cta__fukidashi {
    width: 10rem;
    font-size: 0.875rem;
    line-height: 1.3571428571;
    padding: 0.125rem;
    top: -1.25rem;
  }
}
.c-btn-cta__fukidashi:before {
  content: "";
  position: absolute;
  bottom: -1.125rem;
  left: 50%;
  margin-left: -0.9375rem;
  border: 0.75rem solid transparent;
  border-top: 0.75rem solid #fff;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-btn-cta__fukidashi:before {
    border: 0.5rem solid transparent;
    border-top: 0.5rem solid #fff;
    bottom: -0.8125rem;
    margin-left: -0.625rem;
  }
}
.c-btn-cta__fukidashi span {
  color: #ff2740;
}

.c-btn-cta--red {
  background-color: #ff2740;
}
@media (any-hover: hover) {
  .c-btn-cta--red:hover {
    background-color: #ff485d;
  }
  .c-btn-cta--red:hover::before {
    background-color: #d33954;
  }
}
.c-btn-cta--red::before {
  background-color: #c62b46;
}

.c-btn-cta__fukidashi--red {
  border: 2px solid #ff2740;
}

.c-btn-cta__icon--red {
  width: 4.6875rem;
  left: 2rem;
}
@media screen and (max-width: 767px) {
  .c-btn-cta__icon--red {
    width: 2.4375rem;
    left: 0.8125rem;
  }
}

.c-btn-cta--line {
  width: 37.5rem;
}
@media screen and (max-width: 767px) {
  .c-btn-cta--line {
    width: 19.5rem;
    font-size: max(1rem, 12px);
  }
}

.c-btn-cta--mv {
  font-size: max(1.75rem, 12px);
  padding-block: 1rem;
  width: clamp(28.125rem, 17.961rem + 15.866vw, 37rem);
}
@media screen and (max-width: 767px) {
  .c-btn-cta--mv {
    width: 20.5rem;
    font-size: max(1rem, 12px);
  }
}

.c-btn-header {
  display: block;
  background-color: #02c755;
  border-radius: 2.5rem;
  font-size: clamp(1.125rem, -2.735rem + 3.529vw, 1.5rem);
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.875;
  padding: 1.875rem clamp(2.125rem, 0.625rem + 3.125vw, 4.375rem) 0.3125rem clamp(1.75rem, 0rem + 3.646vw, 4.375rem);
  text-align: center;
  max-width: 100%;
  color: #fff;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-btn-header {
    font-size: max(1.25rem, 12px);
    padding: 0.5rem;
    width: 19.5rem;
    padding: 2.0625rem 0.5rem 0.125rem;
  }
}
@media (any-hover: hover) {
  .c-btn-header:hover {
    background-color: #10D062;
  }
  .c-btn-header:hover::before {
    background-color: #0fae50;
  }
}
.c-btn-header::before {
  display: block;
  position: absolute;
  right: clamp(0.5rem, -2.778rem + 3.617vw, 1.563rem);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  background-color: #06a74a;
  border-radius: 50%;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .c-btn-header::before {
    width: 2.25rem;
    height: 2.25rem;
    right: 0.875rem;
  }
}
.c-btn-header::after {
  display: block;
  position: absolute;
  top: 50%;
  right: clamp(1.563rem, -1.715rem + 3.617vw, 2.625rem);
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
}
@media screen and (max-width: 767px) {
  .c-btn-header::after {
    right: 1.875rem;
    width: 0.375rem;
    height: 0.375rem;
  }
}

.c-btn-header__fukidashi {
  position: absolute;
  display: inline-block;
  width: clamp(9.375rem, -9.926rem + 17.647vw, 11.25rem);
  max-width: 100%;
  font-size: clamp(0.75rem, -1.824rem + 2.353vw, 1rem);
  font-weight: bold;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  border-radius: 0.8125rem;
  top: 0.75rem;
  line-height: 1.2;
  padding: 0.1875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .c-btn-header__fukidashi {
    width: 9.875rem;
    font-size: 1rem;
    top: 0.5rem;
  }
}

.c-btn-header--red {
  background-color: #ff2740;
}
@media (any-hover: hover) {
  .c-btn-header--red:hover {
    background-color: #ff485d;
  }
  .c-btn-header--red:hover::before {
    background-color: #d33954;
  }
}
.c-btn-header--red::before {
  background-color: #c62b46;
}

.c-btn-header--floating {
  padding: 1.5rem 0.375rem 0.125rem;
  width: 100%;
  font-size: max(0.875rem, 12px);
}
.c-btn-header--floating::before {
  display: none;
}
.c-btn-header--floating::after {
  display: none;
}

.c-btn-header__fukidashi--floating {
  font-size: 0.625rem;
  width: 6.5rem;
}

.c-btn {
  display: inline-block;
  background-color: #000;
  border-radius: 1.875rem;
  font-size: max(1.125rem, 12px);
  font-weight: bold;
  padding: 1.0625rem 3.75rem;
  text-align: center;
  min-width: 26.25rem;
  max-width: 100%;
  color: #fff;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .c-btn {
    font-size: max(0.875rem, 12px);
    padding: 0.875rem;
    min-width: 18.5rem;
  }
}
@media (any-hover: hover) {
  .c-btn:hover {
    background-color: #333;
  }
}
.c-btn::before {
  display: block;
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.25rem;
  height: 2.25rem;
  background: #fff;
  border-radius: 50%;
  content: "";
}
@media screen and (max-width: 767px) {
  .c-btn::before {
    right: 0.75rem;
    width: 1.5625rem;
    height: 1.5625rem;
  }
}
.c-btn::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  content: "";
}
@media screen and (max-width: 767px) {
  .c-btn::after {
    right: 1.4375rem;
    width: 0.375rem;
    height: 0.375rem;
  }
}

.c-btn--green {
  background-color: #02C755;
}
@media (any-hover: hover) {
  .c-btn--green:hover {
    background-color: #10D062;
  }
}
@media screen and (max-width: 767px) {
  .c-btn--green {
    padding: 0.875rem 2.75rem 0.875rem 1.5rem;
  }
}

.c-card-2column {
  padding: 2rem;
  border: 4px solid #ff392d;
  border-radius: 1.25rem;
  display: grid;
  grid-template-columns: 26.25rem 1fr;
  gap: 2rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .c-card-2column {
    padding: 1.5rem 1rem 1rem;
    border: 2px solid #ff392d;
    border-radius: 0.625rem;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .c-card-2column__img {
    width: 13.5rem;
    margin-inline: auto;
  }
}
.c-card-2column__img img {
  width: 100%;
  border-radius: 1.25rem;
  aspect-ratio: 420/376;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .c-card-2column__img img {
    border-radius: 0.625rem;
    aspect-ratio: 216/195;
  }
}

.c-card-2column__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .c-card-2column__head {
    display: block;
    text-align: center;
  }
}

.c-card-2column__label {
  background-color: #000;
  color: #fff;
  border-radius: 1.125rem;
  font-size: max(1.125rem, 12px);
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 2;
  padding: 0 1rem;
  display: inline-block;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .c-card-2column__label {
    font-size: max(0.875rem, 12px);
    line-height: 2;
    margin-right: 0;
  }
}

.c-card-2column__name-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .c-card-2column__name-wrap {
    margin-top: 0.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.c-card-2column__name {
  font-size: max(2rem, 12px);
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-card-2column__name {
    font-size: max(1.25rem, 12px);
    line-height: 1.5;
  }
}

.c-card-2column__award {
  padding-left: 2rem;
  font-size: max(1.5rem, 12px);
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-card-2column__award {
    padding-left: 1rem;
    font-size: max(1.125rem, 12px);
    line-height: 1.6666666667;
  }
}
.c-card-2column__award::before {
  position: absolute;
  content: "";
  background: #000;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 2.25rem;
}
@media screen and (max-width: 767px) {
  .c-card-2column__award::before {
    height: 1.375rem;
  }
}

.c-card-2column__text {
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .c-card-2column__text {
    margin-top: 0.5rem;
  }
}

.c-card-article {
  border-radius: 1.25rem;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (any-hover: hover) {
  .c-card-article:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .c-card-article {
    border-radius: 0.625rem;
  }
}

.c-card-article__link {
  position: relative;
}

.c-card-article__img {
  position: relative;
  overflow: hidden;
  border-radius: 1.25rem 1.25rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-card-article__img {
    border-radius: 0.625rem 0.625rem 0 0;
  }
}
.c-card-article__img img {
  aspect-ratio: 400/225;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  border-radius: 1.25rem 1.25rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-card-article__img img {
    aspect-ratio: 328/184;
    border-radius: 0.625rem 0.625rem 0 0;
  }
}

.c-card-article__date {
  font-size: max(1.125rem, 12px);
  letter-spacing: 0.05em;
  color: #7c7c7c;
  font-family: "Alata", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-card-article__date {
    font-size: max(0.875rem, 12px);
    letter-spacing: 0;
  }
}

.c-card-article__body {
  padding: 1rem 1.5rem 1.5rem;
  border-radius: 0 0 1.25rem 1.25rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .c-card-article__body {
    padding: 0.75rem 1rem;
    border-radius: 0 0 0.625rem 0.625rem;
  }
}

.c-card-article__title {
  margin-top: 0.375rem;
  font-size: max(1.125rem, 12px);
  letter-spacing: 0.05em;
  line-height: 1.7777777778;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-card-article__title {
    margin-top: 0.125rem;
    font-size: max(0.875rem, 12px);
    letter-spacing: 0;
    line-height: 1.4285714286;
  }
}

.c-card-banner {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .c-card-banner:hover {
    opacity: 0.8;
  }
}
.c-card-banner img {
  aspect-ratio: 380/214;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-card-banner img {
    aspect-ratio: 288/162;
  }
}

.c-card-list {
  border-radius: 1.25rem;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .c-card-list {
    border-radius: 0.625rem;
  }
}
@media (any-hover: hover) {
  .c-card-list:hover .c-card-list__img img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transition: -webkit-transform 0.8s;
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
  }
  .c-card-list:hover .c-card-list__icon,
  .c-card-list:hover .c-card-list__title {
    opacity: 0.8;
  }
}

.c-card-list__img {
  position: relative;
  overflow: hidden;
  border-radius: 1.25rem 1.25rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-card-list__img {
    border-radius: 0.625rem 0.625rem 0 0;
  }
}
.c-card-list__img img {
  width: 100%;
  aspect-ratio: 302/212;
  border-radius: 1.25rem 1.25rem 0 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
}
@media screen and (max-width: 767px) {
  .c-card-list__img img {
    aspect-ratio: 156/96;
    border-radius: 0.625rem 0.625rem 0 0;
  }
}

.c-card-list__body {
  padding: 1.125rem 1.5rem;
  border-top: 0.5rem solid;
  -o-border-image: linear-gradient(90deg, #ff0051 0%, #ffa700 100%);
     border-image: -webkit-gradient(linear, left top, right top, from(#ff0051), to(#ffa700));
     border-image: linear-gradient(90deg, #ff0051 0%, #ffa700 100%);
  border-image-slice: 1;
  display: grid;
  grid-template-columns: 3.375rem 1fr;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 0 0 1.25rem 1.25rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .c-card-list__body {
    border-top: 0.25rem solid;
    padding: 1rem 0.5rem;
    grid-template-columns: 1.75rem 1fr;
    gap: 0.3125rem;
    border-radius: 0 0 0.625rem 0.625rem;
  }
}

.c-card-list__icon {
  border-radius: 50%;
  aspect-ratio: 1/1;
  background-color: #ff0051;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-card-list__icon img {
  width: 1.8125rem;
}
@media screen and (max-width: 767px) {
  .c-card-list__icon img {
    width: 0.875rem;
  }
}
.c-card-list__icon .dashicons.custom-dashicon {
  font-size: 1.8125rem;
  width: 1.8125rem;
  height: 1.8125rem;
}
@media screen and (max-width: 767px) {
  .c-card-list__icon .dashicons.custom-dashicon {
    font-size: 0.875rem;
    width: 0.875rem;
    height: 0.875rem;
  }
}
.c-card-list__icon .dashicons {
  color: #fff;
}

.c-card-list__title {
  font-size: max(1.125rem, 12px);
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5555555556;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .c-card-list__title {
    font-size: max(1rem, 12px);
    letter-spacing: 0.025em;
    line-height: 1.25;
  }
}

.c-card-supervisor {
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
  margin: 0.375rem;
  border-radius: 1.25rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  height: calc(100% - 0.75rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-card-supervisor::before {
  display: block;
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  width: 2.25rem;
  height: 2.25rem;
  background: #fff;
  border-radius: 50%;
  content: "";
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-card-supervisor::before {
    width: 1.5rem;
    height: 1.5rem;
    right: 0.75rem;
    bottom: 0.875rem;
  }
}
.c-card-supervisor::after {
  display: block;
  position: absolute;
  bottom: 2.375rem;
  right: 2.4375rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 0.5625rem;
  height: 0.5625rem;
  border-top: 2px solid #ff392d;
  border-right: 2px solid #ff392d;
  content: "";
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-card-supervisor::after {
    right: 1.3125rem;
    bottom: 1.375rem;
    width: 0.4375rem;
    height: 0.4375rem;
  }
}
@media (any-hover: hover) {
  .c-card-supervisor:hover .c-card-supervisor__img img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transition: -webkit-transform 0.8s;
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
  }
  .c-card-supervisor:hover .c-card-supervisor__body {
    opacity: 0.8;
  }
}

.c-card-supervisor__img {
  position: relative;
  overflow: hidden;
  border-radius: 1.25rem 1.25rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-card-supervisor__img {
    border-radius: 0.625rem 0.625rem 0 0;
  }
}
.c-card-supervisor__img img {
  border-radius: 1.25rem 1.25rem 0 0;
  width: 100%;
  aspect-ratio: 400/225;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
}
@media screen and (max-width: 767px) {
  .c-card-supervisor__img img {
    border-radius: 0.625rem 0.625rem 0 0;
    aspect-ratio: 288/162;
  }
}

.c-card-supervisor__body {
  padding: 1rem 4.125rem 1.5rem 1.5rem;
  background-color: #FF382C;
  border-radius: 0 0 1.25rem 1.25rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .c-card-supervisor__body {
    padding: 0.8125rem 2.875rem 0.8125rem 1rem;
    border-radius: 0 0 0.625rem 0.625rem;
  }
}

.c-card-supervisor__name {
  background-color: #000;
  color: #fff;
  border-radius: 1.125rem;
  font-size: max(1.125rem, 12px);
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 2;
  padding: 0 1rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .c-card-supervisor__name {
    font-size: max(0.875rem, 12px);
    line-height: 2;
  }
}

.c-card-supervisor__title {
  margin-top: 0.5rem;
  font-size: max(1.5rem, 12px);
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.3333333333;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-card-supervisor__title {
    margin-top: 0.25rem;
    font-size: max(1.125rem, 12px);
    line-height: 1.5;
  }
}

.c-card {
  border-radius: 1.25rem;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0.375rem;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100% - 0.75rem);
}
@media (any-hover: hover) {
  .c-card:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .c-card {
    border-radius: 0.625rem;
  }
}

.c-card__img {
  position: relative;
  overflow: hidden;
  border-radius: 1.25rem 1.25rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-card__img {
    border-radius: 0.625rem 0.625rem 0 0;
  }
}
.c-card__img img {
  aspect-ratio: 400/225;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  border-radius: 1.25rem 1.25rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-card__img img {
    aspect-ratio: 288/162;
    border-radius: 0.625rem 0.625rem 0 0;
  }
}

.c-card__body {
  padding: 1.5rem;
  border-radius: 0 0 1.25rem 1.25rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .c-card__body {
    padding: 1rem;
    border-radius: 0 0 0.625rem 0.625rem;
  }
}

.c-card__title {
  font-size: max(1.125rem, 12px);
  letter-spacing: 0.05em;
  line-height: 1.7777777778;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-card__title {
    font-size: max(1rem, 12px);
    letter-spacing: 0.025em;
    line-height: 1.5;
  }
}

.c-fadeIn {
  -webkit-transition: 1.7s;
  transition: 1.7s;
  opacity: 0;
}

.c-fadeIn.animated {
  opacity: 1;
}

.c-fadeInLeft {
  -webkit-transform: translate3d(-50px, 0, 0);
          transform: translate3d(-50px, 0, 0);
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
}

.c-fadeInLeft.animated {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

.c-fadeInRight {
  -webkit-transform: translate3d(50px, 0, 0);
          transform: translate3d(50px, 0, 0);
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
}

.c-fadeInRight.animated {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

.c-fadeInUp {
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
}

.c-fadeInUp.animated {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

.c-faq {
  max-width: 50rem;
  margin: 0 auto;
}

.c-faq__item {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #1da5d6;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.c-faq__head {
  background-color: #1da5d6;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  padding: 0.75rem 2.5rem 0.5rem 4rem;
  color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 4.875rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-faq__head {
    font-size: 0.875rem;
    padding: 0.625rem 2.125rem 0.875rem 3.75rem;
    min-height: 3.875rem;
  }
}
.c-faq__head::before {
  position: absolute;
  content: "Q";
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  top: 46%;
  left: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-faq__head::before {
    left: 0.625rem;
  }
}
.c-faq__head::after {
  position: absolute;
  content: "";
  width: 0.875rem;
  height: 0.5625rem;
  background: url(../images/faq-arrow.svg) no-repeat center center/contain;
  right: 1.25rem;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .c-faq__head::after {
    right: 0.625rem;
  }
}
.c-faq__head.active::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.c-faq__body {
  background-color: #FF382C;
  padding: 1rem 1.5rem 1.5rem 4rem;
  position: relative;
  display: none;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .c-faq__body {
    padding: 1rem 1.5rem 1.5rem 4rem;
  }
}
.c-faq__body::before {
  position: absolute;
  content: "A";
  font-size: 2rem;
  font-weight: 700;
  color: #b5dfef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  top: 2.25rem;
  left: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-faq__body::before {
    left: 0.625rem;
  }
}

.c-faq__text {
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-faq__text {
    font-size: 0.875rem;
  }
}

.c-hoverRun {
  text-decoration: none;
  color: #000;
  background-image: -webkit-gradient(linear, left top, right top, from(#000), to(#000));
  background-image: linear-gradient(90deg, #000, #000);
  background-repeat: no-repeat;
  display: inline;
  background-position: left bottom;
  background-size: 0 1px;
  -webkit-transition: background-size 0.5s;
  transition: background-size 0.5s;
}

.c-hoverRun:hover {
  background-size: 100% 1px;
}

.c-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .c-list {
    gap: 1.5rem;
  }
}

.c-list__item {
  font-size: max(1.375rem, 12px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.1363636364;
  padding-left: 1.375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-list__item {
    font-size: max(1.125rem, 12px);
    line-height: 1.4444444444;
    padding-left: 1.1875rem;
  }
}
.c-list__item::before {
  position: absolute;
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  left: 0;
  top: 0.4375rem;
  background-color: #FF382C;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .c-list__item::before {
    top: 0.5rem;
    width: 0.6875rem;
    height: 0.6875rem;
  }
}

.c-logo {
  padding: 1.9375rem 0;
}
@media screen and (max-width: 1919px) {
  .c-logo {
    padding: 2.375rem 0;
  }
}
@media screen and (max-width: 767px) {
  .c-logo {
    padding: 0.625rem 0;
    margin-block: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-logo {
    padding: 0.5rem 0;
  }
}

.c-logo__link {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-logo__link:hover, .c-logo__link:active {
  opacity: 0.7;
}

.c-logo__image {
  width: clamp(1.875rem, -25.253rem + 42.346vw, 25.563rem);
}
@media screen and (max-width: 1024px) {
  .c-logo__image {
    width: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .c-logo__image {
    width: 10.4375rem;
  }
}

.c-menu-button {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-menu-button {
    display: block;
    position: relative;
    z-index: 40;
    cursor: pointer;
    width: 3.75rem;
    height: 3.75rem;
  }
}
@media screen and (max-width: 767px) {
  .c-menu-button {
    width: 3.125rem;
    height: 3.125rem;
  }
}
.c-menu-button.active .c-menu-button__line:nth-child(1) {
  top: 1.3125rem;
  left: 0.875rem;
  -webkit-transform: translateY(0.375rem) rotate(-45deg);
          transform: translateY(0.375rem) rotate(-45deg);
  width: 52%;
}
@media screen and (max-width: 767px) {
  .c-menu-button.active .c-menu-button__line:nth-child(1) {
    top: 1.1875rem;
    left: 0.75rem;
  }
}
.c-menu-button.active .c-menu-button__line:nth-child(2) {
  opacity: 0;
}
.c-menu-button.active .c-menu-button__line:nth-child(3) {
  top: 2.0625rem;
  left: 0.875rem;
  -webkit-transform: translateY(-0.375rem) rotate(45deg);
          transform: translateY(-0.375rem) rotate(45deg);
  width: 52%;
}
@media screen and (max-width: 767px) {
  .c-menu-button.active .c-menu-button__line:nth-child(3) {
    top: 1.9375rem;
    left: 0.75rem;
  }
}

.c-menu-button__line {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 0.875rem;
  height: 2px;
  background-color: #000;
  width: 36%;
}
.c-menu-button__line:nth-child(1) {
  top: 1rem;
}
@media screen and (max-width: 767px) {
  .c-menu-button__line:nth-child(1) {
    top: 1.0625rem;
  }
}
.c-menu-button__line:nth-child(2) {
  top: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .c-menu-button__line:nth-child(2) {
    top: 1.5625rem;
  }
}
.c-menu-button__line:nth-child(3) {
  top: 2.375rem;
}
@media screen and (max-width: 767px) {
  .c-menu-button__line:nth-child(3) {
    top: 2.0625rem;
  }
}

.c-movie {
  width: 67.5rem;
  max-width: 100%;
  margin-inline: auto;
}

.c-movie__iframe-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* = height ÷ width × 100 */
}
.c-movie__iframe-wrap .yt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-movie__iframe-wrap .yt iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.c-movie__iframe-wrap .yt_play {
  width: 100%;
  height: auto;
}
.c-movie__iframe-wrap .yt_play img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .c-navigation {
    position: fixed;
    z-index: -1;
    top: -300%;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .c-navigation.panelactive {
    top: 0;
  }
  .c-navigation.panelactive .c-navigation__inner {
    position: relative;
    z-index: 40;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 5.375rem 1.5rem;
  }
}

.c-navigation__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(0.625rem, -0.091rem + 1.117vw, 1.25rem);
}
@media screen and (max-width: 767px) {
  .c-navigation__content {
    display: grid;
    gap: 2rem;
  }
}

.c-navigation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0.875rem, -0.27rem + 1.788vw, 1.875rem);
}
@media screen and (max-width: 767px) {
  .c-navigation__list {
    z-index: 40;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    max-width: 25rem;
    margin: 0 auto;
    gap: 0;
    border-bottom: 1px solid #cccccc;
    position: relative;
  }
  .c-navigation__list::before {
    position: absolute;
    content: "";
    background: #000;
    left: 0;
    bottom: -1px;
    width: 2.5rem;
    height: 1px;
  }
}

.c-navigation__item {
  height: 3.75rem;
}
@media screen and (max-width: 767px) {
  .c-navigation__item {
    width: 100%;
    height: 100%;
  }
  .c-navigation__item:not(:last-child) {
    border-bottom: 1px solid #cccccc;
    position: relative;
  }
  .c-navigation__item:not(:last-child)::before {
    position: absolute;
    content: "";
    background: #000;
    left: 0;
    bottom: -1px;
    width: 2.5rem;
    height: 1px;
  }
}
.c-navigation__item--has-child {
  position: relative;
  padding-right: 1rem;
}
@media screen and (min-width: 768px) {
  .c-navigation__item--has-child {
    cursor: default;
  }
  .c-navigation__item--has-child:hover .c-navigation__submenu, .c-navigation__item--has-child:active .c-navigation__submenu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .c-navigation__item--has-child:hover::after, .c-navigation__item--has-child:active::after {
    -webkit-transform: rotate(45deg) scale(-1);
            transform: rotate(45deg) scale(-1);
    top: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .c-navigation__item--has-child {
    cursor: pointer;
  }
  .c-navigation__item--has-child.active::after {
    -webkit-transform: rotate(45deg) scale(-1);
            transform: rotate(45deg) scale(-1);
    top: 1.875rem;
  }
}
.c-navigation__item--has-child::after {
  position: absolute;
  content: "";
  width: 0.4375rem;
  height: 0.4375rem;
  border-bottom: 0.125rem solid #000;
  border-right: 0.125rem solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 0rem;
  top: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .c-navigation__item--has-child::after {
    width: 0.5625rem;
    height: 0.5625rem;
    right: 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .c-navigation__item--has-child.active .c-navigation__link {
    padding-bottom: 0.6875rem;
  }
}
@media screen and (min-width: 768px) {
  .c-navigation__item:hover, .c-navigation__item:active {
    color: #FF382C;
  }
  .c-navigation__item:hover .c-navigation__under, .c-navigation__item:active .c-navigation__under {
    background-size: 100% 1px;
  }
}

.c-navigation__link {
  font-size: clamp(0.938rem, 0.723rem + 0.335vw, 1.125rem);
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .c-navigation__link {
    padding: 1.25rem 0;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    height: auto;
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width: 767px) {
  .c-navigation__link {
    font-size: max(1.125rem, 12px);
  }
}

.c-navigation__under {
  text-decoration: none;
  color: #000;
  background-image: -webkit-gradient(linear, left top, right top, from(#000), to(#000));
  background-image: linear-gradient(90deg, #000, #000);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  -webkit-transition: background-size 0.6s;
  transition: background-size 0.6s;
}

.c-navigation__submenu {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-navigation__submenu {
    display: none !important;
    position: absolute;
    width: 100%;
    top: 3.75rem;
  }
}

.c-navigation__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(0.5rem, -1.043rem + 1.702vw, 1rem);
}
@media screen and (max-width: 767px) {
  .c-navigation__btn {
    display: grid;
    gap: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .c-navigation__btn-link {
    margin-inline: auto;
  }
}

.c-navigation__link {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-news-list {
  max-width: 67.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .c-news-list {
    max-width: 100%;
  }
}

.c-news-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
  border-bottom: 1px solid #7c7c7c;
  padding: 2.375rem 0 2.375rem 0.5rem;
}
.c-news-list__link:first-child {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .c-news-list__link {
    padding: 1rem 0 1rem 0;
    display: block;
  }
}
@media (any-hover: hover) {
  .c-news-list__link:hover .c-news-list__icon {
    opacity: 0.8;
  }
  .c-news-list__link:hover .c-news-list__hover {
    background-size: 100% 1px;
  }
}

.c-news-list__hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#000), to(#000));
  background-image: linear-gradient(90deg, #000, #000);
  background-repeat: no-repeat;
  display: inline;
  background-position: left bottom;
  background-size: 0 1px;
  -webkit-transition: background-size 0.5s;
  transition: background-size 0.5s;
}

.c-news-list__date {
  font-family: "Alata", sans-serif;
  color: #7c7c7c;
  font-size: max(1.125rem, 12px);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-news-list__date {
    font-size: max(1rem, 12px);
    line-height: 1.375;
  }
}

.c-news-list__title {
  font-size: max(1.125rem, 12px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.7777777778;
  position: relative;
  padding-right: 4.5625rem;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-news-list__title {
    margin-top: 0.25rem;
    font-size: max(1rem, 12px);
    letter-spacing: 0.025em;
    line-height: 1.5;
    padding-right: 2rem;
  }
}

.c-news-list__icon {
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background: #FF382C;
  border-radius: 50%;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .c-news-list__icon {
    width: 1.5rem;
    height: 1.5rem;
    right: 0;
  }
}
.c-news-list__icon::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 48%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
}
@media screen and (max-width: 767px) {
  .c-news-list__icon::after {
    left: 46%;
    width: 0.4375rem;
    height: 0.4375rem;
  }
}

.c-number-list__item {
  font-size: max(1.375rem, 12px);
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6363636364;
  padding-left: 1.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-number-list__item {
    font-size: max(1.125rem, 12px);
    line-height: 1.5555555556;
    padding-left: 1.25rem;
  }
}
.c-number-list__item::before {
  position: absolute;
  content: "❶";
  width: 0.875rem;
  height: 0.875rem;
  left: 0;
  top: 0;
  color: #FF382C;
}
@media screen and (max-width: 767px) {
  .c-number-list__item::before {
    width: 0.6875rem;
    height: 0.6875rem;
  }
}
.c-number-list__item:nth-child(2)::before {
  content: "❷";
}
.c-number-list__item:nth-child(3)::before {
  content: "❸";
}

.c-page-header-breadcrumb {
  background: url(../images/common/page-header-breadcrumb-back.webp) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .c-page-header-breadcrumb {
    background: url(../images/common/sp_page-header-breadcrumb-back.webp) no-repeat center center/cover;
  }
}

.c-page-header {
  background: url(../images/common/page-header-back.jpg) no-repeat center center/cover;
  height: 11.375rem;
}
@media screen and (max-width: 767px) {
  .c-page-header {
    background: url(../images/common/sp_page-header-back.webp) no-repeat center center/cover;
    height: 6.875rem;
  }
}

@media screen and (max-width: 767px) {
  .c-page-header--sp-row {
    height: 8.4375rem;
  }
}
.c-page-header--sp-row .c-parts-page-title {
  margin-top: 0;
}

.c-page-header--no-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-page-header--no-breadcrumb {
    height: 4.875rem;
  }
}
.c-page-header--no-breadcrumb .c-parts-page-title {
  margin-top: 0;
}

.c-pagetop {
  width: 4rem;
  height: 4rem;
  background-color: #FF382C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .c-pagetop {
    width: 2rem;
    height: 2rem;
  }
}
.c-pagetop img {
  width: 1.25rem;
  aspect-ratio: 20/10;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .c-pagetop img {
    width: 0.625rem;
  }
}
@media (any-hover: hover) {
  .c-pagetop:hover {
    opacity: 0.8;
  }
}

.c-parts-background-image.lazyloaded {
  width: 100%;
  height: 100%;
  aspect-ratio: 1100/734;
  background: url("../images/26401972_m.jpg") no-repeat center center/cover;
}

.c-parts-page-title {
  margin-top: 0.4375rem;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.4583333333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-parts-page-title {
    font-size: 2rem;
    line-height: 1.25;
    letter-spacing: 0;
  }
}

.c-parts-title {
  font-size: 1.75rem;
  font-weight: bold;
  border-bottom: 1px solid #333;
  padding: 0 1.25rem 0.3125rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .c-parts-title {
    font-size: 1.375rem;
    margin-bottom: 2rem;
  }
}

.c-post-links__wrap {
  position: relative;
}

.c-post-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: max(0.875rem, 12px);
  line-height: 1.4285714286;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .c-post-links {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .c-post-links li + li {
    margin-top: 1rem;
  }
}

.c-post-links__prev,
.c-post-links__next {
  color: #fff;
  font-size: max(1rem, 12px);
  font-weight: bold;
  letter-spacing: 0.1em;
  width: 40%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-post-links__prev,
  .c-post-links__next {
    width: 100%;
    max-width: none;
  }
}
.c-post-links__prev a,
.c-post-links__next a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-width: 15rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding: 0.5625rem 3.125rem;
  border-radius: 1.875rem;
  background-color: #000;
  height: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .c-post-links__prev a,
  .c-post-links__next a {
    gap: 0.5rem;
  }
}
@media (any-hover: hover) {
  .c-post-links__prev a:hover .c-post-links__hover,
  .c-post-links__next a:hover .c-post-links__hover {
    background-size: 100% 1px;
  }
  .c-post-links__prev a:hover,
  .c-post-links__next a:hover {
    background-color: #333;
  }
}
.c-post-links__prev a::after,
.c-post-links__next a::after {
  position: absolute;
  content: "";
  width: 0.5rem;
  aspect-ratio: 5/10;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-post-links__prev a span,
.c-post-links__next a span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.c-post-links__hover {
  text-decoration: none;
  color: #000;
  background-image: -webkit-gradient(linear, left top, right top, from(#000), to(#000));
  background-image: linear-gradient(90deg, #000, #000);
  background-repeat: no-repeat;
  display: inline;
  background-position: left bottom;
  background-size: 0 1px;
  -webkit-transition: background-size 0.5s;
  transition: background-size 0.5s;
}

@media screen and (max-width: 767px) {
  .c-post-links__prev {
    padding-right: 3rem;
  }
}
.c-post-links__prev a::after {
  background: url(../images/common/arrow-left.svg) no-repeat center center/contain;
  left: 1.1875rem;
}

@media screen and (max-width: 767px) {
  .c-post-links__next {
    padding-left: 3rem;
  }
}
.c-post-links__next a {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.c-post-links__next a::after {
  background: url(../images/common/arrow-right.svg) no-repeat center center/contain;
  right: 1.1875rem;
}

.c-post-links__title {
  font-size: max(0.875rem, 12px);
  letter-spacing: 0.1em;
  line-height: 1.5714285714;
  width: calc(100% - 2.5rem);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.c-post-links__home {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .c-post-links__home {
    margin-top: 2rem;
    text-align: center;
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}

.c-section-fukidashi {
  font-size: max(1.5rem, 12px);
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 2.5;
  padding-inline: 1.8125rem;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin-inline: auto;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .c-section-fukidashi {
    padding-inline: 2.25rem;
    font-size: max(1.125rem, 12px);
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-bottom: 0.5rem;
  }
}
.c-section-fukidashi::before, .c-section-fukidashi::after {
  position: absolute;
  content: "";
  width: 1.375rem;
  height: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .c-section-fukidashi::before, .c-section-fukidashi::after {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .c-section-fukidashi::before, .c-section-fukidashi::after {
    bottom: 0;
    width: 1.5rem;
    height: 2.5rem;
  }
}
.c-section-fukidashi::before {
  background: url(../images/common/fukidashi-left.webp) no-repeat center center/contain;
  left: 0;
}
@media screen and (max-width: 767px) {
  .c-section-fukidashi::before {
    background: url(../images/common/sp_fukidashi-left.png) no-repeat center center/contain;
  }
}
.c-section-fukidashi::after {
  background: url(../images/common/fukidashi-right.webp) no-repeat center center/contain;
  right: 0;
}
@media screen and (max-width: 767px) {
  .c-section-fukidashi::after {
    background: url(../images/common/sp_fukidashi-right.png) no-repeat center center/contain;
  }
}
.c-section-fukidashi span {
  color: #FF382C;
}

.c-section-fukidashi--small {
  font-size: max(2rem, 12px);
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-bottom: 0.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-section-fukidashi--small {
    font-size: max(1.125rem, 12px);
    line-height: 1.5;
    margin-top: 0.5rem;
    margin-bottom: 0.25rem;
  }
}

.c-section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .c-section-title {
    gap: 0.75rem;
  }
}

.c-section-title__img {
  width: 3.5rem;
}
@media screen and (max-width: 767px) {
  .c-section-title__img {
    width: 2.5625rem;
  }
}
.c-section-title__img img {
  width: 100%;
}

.c-section-title__title {
  font-size: max(2.5rem, 12px);
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .c-section-title__title {
    font-size: max(1.75rem, 12px);
    line-height: 1.4285714286;
    letter-spacing: 0.025em;
  }
}
.c-section-title__title span {
  color: #FF382C;
}

.c-section-title--row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-section-title--row {
    gap: 1.625rem;
  }
}
@media screen and (max-width: 767px) {
  .c-section-title--row {
    gap: 0.5rem;
  }
}

@media screen and (max-width: 767px) {
  .c-section-title--sprow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
  }
}

.c-section-title--text-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .c-section-title--sp-fukidashi {
    gap: 0;
  }
}

.c-separator {
  margin: 5rem 0;
}

.c-share-block {
  border: 2px solid #707070;
  padding: 1rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .c-share-block {
    border: 1px solid #707070;
    padding: 1.5rem 1rem;
    margin-top: 1.875rem;
  }
}

.c-share-block__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.0625rem;
}
.c-share-block__sns a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-share-block__sns a:hover {
  opacity: 0.7;
}

.c-share-block__twitter img {
  width: 1.6875rem;
}

.c-share-block__facebook img {
  width: 2rem;
}

.c-share-block__bing img {
  width: 2rem;
}

.c-share-block__line img {
  width: 2rem;
}

.c-slider {
  position: relative;
  /* 次ページボタンのスタイル */
  /* 前ページボタンのスタイル */
  /* 次ページボタンのスタイル 赤 */
  /* 前ページボタンのスタイル 赤 */
}
.c-slider .swiper {
  margin-inline: 6.5rem;
}
@media screen and (max-width: 767px) {
  .c-slider .swiper {
    margin-inline: 0;
  }
}
.c-slider .swiper-slide {
  height: auto;
}
.c-slider .swiper-button-prev,
.c-slider .swiper-button-next {
  width: 4rem;
  height: 4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 0;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .c-slider .swiper-button-prev:hover,
  .c-slider .swiper-button-next:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .c-slider .swiper-button-prev,
  .c-slider .swiper-button-next {
    width: 2.25rem;
    height: 2.25rem;
  }
}
.c-slider .swiper-button-prev::after,
.c-slider .swiper-button-next::after {
  display: none;
}
.c-slider .swiper-button-next {
  background: url("../images/common/slider-arrow-right.svg") no-repeat center center/contain;
}
.c-slider .swiper-button-prev {
  background: url("../images/common/slider-arrow-left.svg") no-repeat center center/contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-slider .swiper-button-next-voice {
  background: url("../images/common/slider-arrow-red-right.svg") no-repeat center center/contain;
}
.c-slider .swiper-button-prev-voice {
  background: url("../images/common/slider-arrow-red-left.svg") no-repeat center center/contain;
}

@media screen and (max-width: 767px) {
  .c-slider--mikire {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}

@media screen and (max-width: 767px) {
  .c-slider--no-mikire {
    /* 次ページボタンのスタイル */
    /* 前ページボタンのスタイル */
  }
  .c-slider--no-mikire .swiper {
    margin-inline: 0.5625rem;
  }
  .c-slider--no-mikire .swiper-button-prev,
  .c-slider--no-mikire .swiper-rtl .swiper-button-next {
    left: -0.5rem;
  }
  .c-slider--no-mikire .swiper-button-next,
  .c-slider--no-mikire .swiper-rtl .swiper-button-prev {
    right: -0.5rem;
  }
  .c-slider--no-mikire .swiper-button-next {
    background: url("../images/common/slider-arrow-red-right.svg") no-repeat center center/contain;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-slider--no-mikire .swiper-button-next {
    background: url("../images/common/sp_slider-arrow-red-right.svg") no-repeat center center/contain;
  }
}
@media screen and (max-width: 767px) {
  .c-slider--no-mikire .swiper-button-prev {
    background: url("../images/common/slider-arrow-red-left.svg") no-repeat center center/contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-slider--no-mikire .swiper-button-prev {
    background: url("../images/common/sp_slider-arrow-red-left.svg") no-repeat center center/contain;
  }
}

.c-slider--full-width .swiper {
  margin-inline: 0;
  overflow: visible;
}
.c-slider--full-width .swiper-button-prev,
.c-slider--full-width .swiper-rtl .swiper-button-next {
  left: -2rem;
}
@media screen and (max-width: 1700px) {
  .c-slider--full-width .swiper-button-prev,
  .c-slider--full-width .swiper-rtl .swiper-button-next {
    left: -1rem;
  }
}
@media screen and (max-width: 767px) {
  .c-slider--full-width .swiper-button-prev,
  .c-slider--full-width .swiper-rtl .swiper-button-next {
    left: -0.5rem;
  }
}
.c-slider--full-width .swiper-button-next,
.c-slider--full-width .swiper-rtl .swiper-button-prev {
  right: -2rem;
}
@media screen and (max-width: 1700px) {
  .c-slider--full-width .swiper-button-next,
  .c-slider--full-width .swiper-rtl .swiper-button-prev {
    right: -1rem;
  }
}
@media screen and (max-width: 767px) {
  .c-slider--full-width .swiper-button-next,
  .c-slider--full-width .swiper-rtl .swiper-button-prev {
    right: -0.5rem;
  }
}

@media screen and (min-width: 768px) {
  .js-slider-popular.is-center .swiper-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-submenu {
  background-color: #fff;
  padding: 1.25rem;
  min-width: 9.375rem;
  width: 100%;
  max-width: 12.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.9375rem;
  border-radius: 0.3125rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c-submenu {
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
  }
}
@media screen and (max-width: 767px) {
  .c-submenu {
    max-width: 100%;
    min-width: 0;
    padding: 0 1.875rem 1.375rem;
    gap: 0.625rem;
  }
}

.c-submenu__item {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .c-submenu__item {
    font-size: max(0.875rem, 12px);
  }
}
@media screen and (min-width: 768px) {
  .c-submenu__item:hover, .c-submenu__item:active {
    color: #FF382C;
  }
  .c-submenu__item:hover .c-submenu__under, .c-submenu__item:active .c-submenu__under {
    background-size: 100% 1px;
  }
}

.c-submenu__under {
  text-decoration: none;
  color: #000;
  background-image: -webkit-gradient(linear, left top, right top, from(#000), to(#000));
  background-image: linear-gradient(90deg, #000, #000);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  -webkit-transition: background-size 0.6s;
  transition: background-size 0.6s;
}

.c-text {
  font-size: max(1.125rem, 12px);
  letter-spacing: 0.05em;
  line-height: 1.7777777778;
}
@media screen and (max-width: 767px) {
  .c-text {
    font-size: max(1rem, 12px);
    line-height: 1.5;
    letter-spacing: 0.025em;
  }
}

.c-text--medium {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-text--medium {
    letter-spacing: 0.05em;
  }
}

.c-text__red {
  color: #FF382C;
  font-weight: bold;
}

.p-2column--structure {
  background: url(../images/about/structure-back.webp) no-repeat top center/cover;
}
@media screen and (max-width: 767px) {
  .p-2column--structure {
    background: url(../images/about/sp_structure-back.webp) no-repeat top center/cover;
  }
}

.p-2column__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-2column__item {
    display: block;
  }
}
.p-2column__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-2column__item + .p-2column__item {
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-2column__item + .p-2column__item {
    margin-top: 2.5rem;
  }
}

.p-2column__img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-2column__img {
    width: 100%;
  }
}
.p-2column__img img {
  width: 100%;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-2column__img img {
    border-radius: 0.625rem;
  }
}

.p-2column__title {
  font-size: max(2rem, 12px);
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-2column__title {
    margin-top: 1rem;
    font-size: max(1.25rem, 12px);
    line-height: 1.5;
    text-align: center;
  }
}
.p-2column__title span {
  color: #FF382C;
}

.p-2column__body {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-2column__body {
    width: 100%;
  }
}

.p-2column__big-img {
  margin-inline: auto;
  margin-top: 2.5rem;
  width: 56.25rem;
}
@media screen and (max-width: 767px) {
  .p-2column__big-img {
    margin-top: 1rem;
    width: 100%;
  }
}
.p-2column__big-img img {
  width: 100%;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-2column__big-img img {
    border-radius: 0.625rem;
  }
}

.p-birth {
  background: url(../images/about/about-back.webp) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-birth {
    background: url(../images/about/sp_about-back.webp) no-repeat center center/cover;
  }
}

@media screen and (min-width: 768px) {
  .p-birth__content {
    display: grid;
    gap: 0 2.5rem;
    grid-template-columns: auto 32.5rem;
    grid-template-rows: auto 1fr;
  }
}

@media screen and (min-width: 768px) {
  .p-birth__img {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
@media screen and (max-width: 767px) {
  .p-birth__img {
    width: 15rem;
    margin-inline: auto;
  }
}
.p-birth__img img,
.p-birth__img picture {
  border-radius: 1.25rem;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-birth__body {
    margin-top: 1rem;
  }
}
.p-birth__body p + p {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-birth__body p + p {
    margin-top: 1.5rem;
  }
}

.p-birth__box {
  margin-top: 1.375rem;
}

.p-birth__footer-text {
  margin-top: 1.875rem;
  font-size: max(1.375rem, 12px);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-birth__footer-text {
    margin-top: 1.375rem;
    font-size: max(1.125rem, 12px);
    line-height: 1.5555555556;
  }
}
.p-birth__footer-text span {
  color: #FF382C;
  font-weight: bold;
}

.p-birth__note-color {
  margin-top: 3.9375rem;
}
@media screen and (max-width: 767px) {
  .p-birth__note-color {
    margin-top: 1.875rem;
  }
}

.p-box-color {
  position: relative;
  border-radius: 1.25rem;
  z-index: 0;
  overflow: hidden;
}
.p-box-color::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff0051), to(#ffa700));
  background: linear-gradient(180deg, #ff0051 0%, #ffa700 100%);
  z-index: -1;
  border-radius: inherit;
}
@media screen and (max-width: 767px) {
  .p-box-color {
    border-radius: 0.625rem;
  }
}

.p-box-color__title {
  color: #fff;
  font-size: max(2rem, 12px);
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
  padding: 1.375rem;
  background-color: #ff0051;
}
@media screen and (max-width: 767px) {
  .p-box-color__title {
    font-size: max(1.25rem, 12px);
    line-height: 1.5;
    padding: 0.75rem;
  }
}

.p-box-color__content {
  border: 1rem solid;
  -o-border-image: linear-gradient(180deg, #ff0051 0%, #ffa700 100%);
     border-image: -webkit-gradient(linear, left top, left bottom, from(#ff0051), to(#ffa700));
     border-image: linear-gradient(180deg, #ff0051 0%, #ffa700 100%);
  border-image-slice: 1;
  border-top: none;
  border-radius: 0 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-box-color__content {
    border: 0.5rem solid;
    -o-border-image: linear-gradient(180deg, #ff0051 0%, #ffa700 100%);
       border-image: -webkit-gradient(linear, left top, left bottom, from(#ff0051), to(#ffa700));
       border-image: linear-gradient(180deg, #ff0051 0%, #ffa700 100%);
    border-image-slice: 1;
    border-top: none;
    border-radius: 0 0 0.625rem;
  }
}

.p-box-color__body {
  padding: 1.875rem;
  border-radius: 0 0 0.625rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-box-color__body {
    padding: 0.875rem;
    border-radius: 0 0 0.3125rem;
  }
}

.p-box-color__text {
  font-size: max(1.375rem, 12px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4545454545;
}
@media screen and (max-width: 767px) {
  .p-box-color__text {
    font-size: max(1.125rem, 12px);
    line-height: 1.5555555556;
  }
}

.p-box-color__section:nth-child(1) {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .p-box-color__section:nth-child(1) {
    padding-bottom: 1rem;
  }
}
.p-box-color__section:nth-child(2) {
  padding-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-box-color__section:nth-child(2) {
    padding-top: 1rem;
  }
}

.p-box-color__red {
  color: #FF382C;
  font-weight: bold;
}

.p-box-color__bold {
  font-weight: bold;
}

.p-box {
  border: 4px solid #ff392d;
  padding: 1.375rem;
  font-size: max(1.375rem, 12px);
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6363636364;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-box {
    padding: 0.5rem 0.625rem;
    font-size: max(1.125rem, 12px);
    line-height: 1.5555555556;
  }
}
.p-box span {
  color: #FF382C;
}

.p-btn-line {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-btn-line span {
  color: #FF382C;
}

.p-btn-line__fukidashi {
  font-size: max(1.5rem, 12px);
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
  padding-inline: 5rem;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin-inline: auto;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-btn-line__fukidashi {
    padding-inline: 2.25rem;
    font-size: max(0.875rem, 12px);
    line-height: 1.4285714286;
    margin-bottom: 0.5rem;
  }
}
.p-btn-line__fukidashi::before, .p-btn-line__fukidashi::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3rem;
  height: 4.75rem;
}
@media screen and (max-width: 767px) {
  .p-btn-line__fukidashi::before, .p-btn-line__fukidashi::after {
    width: 1.625rem;
    height: 2.5rem;
  }
}
.p-btn-line__fukidashi::before {
  background: url(../images/common/fukidashi2-left.webp) no-repeat center center/contain;
  left: 0;
}
.p-btn-line__fukidashi::after {
  background: url(../images/common/fukidashi2-right.webp) no-repeat center center/contain;
  right: 0;
}

.p-btn-line__fukidashi--mv {
  font-size: max(1.25rem, 12px);
}
@media screen and (min-width: 768px) {
  .p-btn-line__fukidashi--mv {
    white-space: nowrap;
    padding-inline: 4.0625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-btn-line__fukidashi--mv {
    font-size: max(0.75rem, 12px);
  }
}
.p-btn-line__fukidashi--mv span {
  font-size: max(1.625rem, 12px);
  font-weight: 900;
  color: #ff2740;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(78%, transparent), color-stop(78%, #fff25a));
  background: linear-gradient(transparent 78%, #fff25a 78%);
}
@media screen and (max-width: 767px) {
  .p-btn-line__fukidashi--mv span {
    font-size: max(0.875rem, 12px);
  }
}

.p-cta {
  background: url(../images/common/cta-back.webp) no-repeat center center/cover;
  padding-block: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-cta {
    background: url(../images/common/sp_cta-back.webp) no-repeat center center/cover;
    padding-block: 1.5rem;
  }
}

.p-cta__content {
  border-radius: 1.25rem;
  background-color: #fff;
  padding: 2.9375rem 0.75rem 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-cta__content {
    padding: 1rem 0.75rem 1.625rem;
  }
}

.p-cta__fukidashi {
  font-size: max(2.25rem, 12px);
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: center;
  padding-inline: 2.5rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-cta__fukidashi {
    font-size: max(1rem, 12px);
    padding-inline: 1.0625rem;
  }
}
.p-cta__fukidashi::before, .p-cta__fukidashi::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.625rem;
  height: 2.625rem;
}
@media screen and (max-width: 767px) {
  .p-cta__fukidashi::before, .p-cta__fukidashi::after {
    width: 0.8125rem;
    height: 1.25rem;
  }
}
.p-cta__fukidashi::before {
  background: url(../images/common/fukidashi2-cta-left.webp) no-repeat center center/contain;
  left: 0;
}
.p-cta__fukidashi::after {
  background: url(../images/common/fukidashi2-cta-right.webp) no-repeat center center/contain;
  right: 0;
}
.p-cta__fukidashi span {
  color: #ff2740;
}

.p-cta__title {
  margin-top: 0.875rem;
  font-size: max(2.5rem, 12px);
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-cta__title {
    margin-top: 0.375rem;
    font-size: max(1.125rem, 12px);
    line-height: 1.5;
  }
}
.p-cta__title span {
  color: #ff2740;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(78%, transparent), color-stop(78%, #fff25a));
  background: linear-gradient(transparent 78%, #fff25a 78%);
}

.p-cta__list {
  margin-top: 3.75rem;
  margin-inline: auto;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr 1fr;
  max-width: 63.75rem;
}
@media screen and (max-width: 767px) {
  .p-cta__list {
    margin-top: 2.3125rem;
    gap: 2.3125rem;
    grid-template-columns: 1fr;
    border-radius: 0.625rem;
  }
}

@media screen and (max-width: 767px) {
  .p-cta__link {
    margin-inline: auto;
  }
}

.p-entry__header {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-entry__header {
    margin-bottom: 2rem;
  }
}

.p-entry__title {
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-entry__title {
    font-size: 1.25rem;
    line-height: 1.6;
    margin-bottom: 0.9375rem;
  }
}

.p-entry__head-wrap {
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem 1rem;
}
@media screen and (max-width: 767px) {
  .p-entry__head-wrap {
    gap: 0.25rem 0.5rem;
  }
}

.p-entry__head {
  margin-bottom: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-entry__head {
    margin-bottom: 0.625rem;
  }
}

.p-entry__head-meta {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .p-entry__head-meta {
    margin-bottom: 0.5rem;
  }
}
.p-entry__head-meta a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-entry__head-meta a:hover {
  opacity: 0.7;
}

.p-entry__head-meta02 {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-entry__head-meta02 {
    margin-bottom: 0.75rem;
  }
}
.p-entry__head-meta02 a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-entry__head-meta02 a:hover {
  opacity: 0.7;
}

.p-entry__head-cat {
  font-size: 1rem;
  line-height: 1.4166666667;
  font-weight: bold;
  background-color: #FF382C;
  color: #fff;
  text-align: center;
  padding: 0.3125rem 1.5rem 0.3125rem;
  border-radius: 1.25rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-entry__head-cat {
    font-size: max(0.75rem, 12px);
    padding: 0.1875rem 0.5rem;
  }
}

.p-entry__head-cat-child {
  background-color: #000;
}

.p-entry__head-publish,
.p-entry__head-update {
  margin-left: 0.5rem;
}

.p-entry__head-publish,
.p-entry__head-update {
  font-size: 1rem;
  letter-spacing: 0.05em;
  font-family: "Alata", sans-serif;
  position: relative;
  display: block;
  color: #7c7c7c;
}
@media screen and (max-width: 767px) {
  .p-entry__head-publish,
  .p-entry__head-update {
    font-size: max(0.75rem, 12px);
    letter-spacing: 0;
  }
}

.p-entry__head-tag {
  font-size: 0.75rem;
  line-height: 1.4166666667;
  border: 1px solid currentColor;
  border-radius: 4px;
  padding: 0.125rem 0.375rem 0.1875rem;
  font-weight: 500;
}
.p-entry__head-tag + .p-entry__head-tag {
  margin-left: 0.3125rem;
}

.p-entry__btn {
  margin-top: 2rem;
  text-align: center;
}

.p-entry__head-thumb img {
  border-radius: 1.25rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-entry__head-thumb img {
    border-radius: 0.625rem;
  }
}

.p-footer-logo {
  width: 31.25rem;
  margin-inline: auto;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-footer-logo {
    width: 17.5625rem;
    margin-inline: auto;
  }
}
@media (any-hover: hover) {
  .p-footer-logo:hover {
    opacity: 0.8;
  }
}

.p-footer-menu {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-footer-menu {
    margin-top: 1.5rem;
  }
}

.p-footer-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-footer-menu__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 0.625rem;
  }
}

.p-footer-menu__item {
  font-size: max(1rem, 12px);
  font-weight: 500;
  line-height: 1.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-footer-menu__item {
    font-size: max(0.9375rem, 12px);
  }
}
@media (any-hover: hover) {
  .p-footer-menu__item:hover {
    color: #FF382C;
  }
}
.p-footer-menu__item + .p-footer-menu__item {
  border-left: 1px solid #cccccc;
}
.p-footer-menu__item:not(:first-child) {
  padding-left: 2rem;
}
@media screen and (max-width: 1024px) {
  .p-footer-menu__item:not(:first-child) {
    padding-left: 1rem;
  }
}
.p-footer-menu__item:not(:last-child) {
  padding-right: 2rem;
}
@media screen and (max-width: 1024px) {
  .p-footer-menu__item:not(:last-child) {
    padding-right: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-footer-menu__item:nth-child(3) {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-footer-menu__item:nth-child(4) {
    border-left: none;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-footer-menu__item:nth-child(7) {
    border: none;
  }
}

.p-footer-sub__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-footer-sub__menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.625rem 1.5rem;
    margin-bottom: 1rem;
  }
}

.p-footer-sub__menu-item a {
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: max(0.875rem, 12px);
  font-weight: 500;
}
@media (any-hover: hover) {
  .p-footer-sub__menu-item a:hover {
    opacity: 0.8;
  }
}

.p-footer-sub__copyright {
  font-size: max(0.875rem, 12px);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-footer-sub__copyright {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-sub--contact {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.p-footer-sub--contact .p-footer-sub__menu {
  display: none;
}
.p-footer-sub--contact .l-footer__sub-content {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*=====================================================
# フォームのレイアウト
======================================================*/
/* プレースホルダーの色
==============================================*/
.p-form input::-webkit-input-placeholder,
.p-form textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.p-form input::-moz-placeholder,
.p-form textarea::-moz-placeholder {
  color: #cccccc;
}
.p-form input::-ms-input-placeholder,
.p-form textarea::-ms-input-placeholder {
  color: #cccccc;
}
.p-form input::placeholder,
.p-form textarea::placeholder {
  color: #cccccc;
}

/* input共通
==============================================*/
.p-form input[type=text],
.p-form input[type=email],
.p-form input[type=tel],
.p-form textarea,
.p-form select {
  width: 100%;
  padding: 0.625rem 1.125rem 0.875rem;
  border: 1px solid #cccccc;
  border-radius: 0.25rem;
  font-size: max(1rem, 12px);
}

.p-form input[type=text],
.p-form input[type=email],
.p-form input[type=tel],
.p-form select {
  height: 3rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-form input[type=text],
  .p-form input[type=email],
  .p-form input[type=tel],
  .p-form select {
    height: 3.75rem;
  }
}

.p-form textarea {
  display: block;
  max-height: 10.125rem;
  resize: vertical;
}

/* チェックボックス
==============================================*/
#your-check {
  display: grid;
  grid-template-columns: -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content;
  gap: 1rem 4rem;
}
@media screen and (max-width: 767px) {
  #your-check {
    gap: 0.75rem 2rem;
  }
}
#your-check .wpcf7-list-item-label {
  cursor: pointer;
}
#your-check .wpcf7-list-item {
  margin: 0;
}

.p-form input[type=checkbox] {
  display: none;
}

.p-form input[type=checkbox] + span {
  padding-left: 2rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-form input[type=checkbox] + span {
    padding-left: 1.5625rem;
    text-align: left;
  }
}

.p-form input[type=checkbox] + span::after,
.p-form input[type=checkbox] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
}

.p-form input[type=checkbox] + span::before {
  border: 1px solid #000;
  background-color: #ffffff;
  height: 1.5rem;
  width: 1.5rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-form input[type=checkbox] + span::before {
    top: 0.125rem;
    -webkit-transform: none;
            transform: none;
    width: 1.25rem;
    height: 1.25rem;
  }
}

.p-form input[type=checkbox] + span::after {
  border: none;
  width: 0.875rem;
  height: 0.4375rem;
  left: 0.3125rem;
  top: 0.4375rem;
  border-left: 2px solid #d11800;
  border-bottom: 2px solid #d11800;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
  display: none;
}
@media screen and (max-width: 767px) {
  .p-form input[type=checkbox] + span::after {
    left: 0.1875rem;
  }
}

.p-form input[type=checkbox]:checked + span::after {
  display: block;
}

/* その他
==============================================*/
.p-form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-form__item {
    padding: 1.25rem 0 1.5rem;
  }
}
.p-form__item:first-child {
  padding-top: 0;
}
.p-form__item + .p-form__item {
  border-top: 1px solid #cccccc;
}

.p-form__item--not-center {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-form__item-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 36%;
          flex: 0 1 36%;
  font-size: max(1.25rem, 12px);
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-form__item-title label {
  letter-spacing: 0.04em;
}

.p-form__item-title--mt13 {
  margin-top: 0.8125rem;
}

.p-form__item-title--note label {
  position: relative;
}
.p-form__item-title--note label::before {
  position: absolute;
  content: "（複数選択可）";
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(120%);
          transform: translateY(120%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  font-size: max(1rem, 12px);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-form__item-title--note label::before {
    left: auto;
    right: -9.5625rem;
    -webkit-transform: none;
            transform: none;
    white-space: nowrap;
  }
}

.p-form__required {
  padding: 0.125rem 0.375rem 0.0625rem;
  background: #FF382C;
  color: #fff;
  font-size: max(0.875rem, 12px);
  margin-left: 0.625rem;
  font-weight: 400;
  border-radius: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .p-form__required {
    font-size: max(0.75rem, 12px);
    padding: 0.0625rem 0.25rem 0.125rem;
  }
}

.p-form__required--not {
  background-color: #999;
}

.p-form__item-input {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 64%;
          flex: 0 1 64%;
}

.p-form__item-input select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #fff url(../img/contact-arrow.svg) no-repeat center right 21px/14px 7px;
  color: inherit;
  font-family: inherit;
  text-align: center;
  cursor: pointer;
}

.p-form__item-input::-ms-expand {
  display: none;
}

.p-form__item-input:focus {
  border: 3px solid #d9d9d9;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.p-form__item-input .wpcf7-checkbox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.wpcf7-list-item {
  margin: 0;
}

.p-form__item--acceptance a {
  display: inline-block;
  color: #247ecb;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-form__item--acceptance a {
    font-weight: 500;
  }
}
@media (any-hover: hover) {
  .p-form__item--acceptance a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-form__item--acceptance {
    text-align: center;
    letter-spacing: 0.06em;
  }
  .p-form__item--acceptance input[type=checkbox] + span {
    padding-left: 2.125rem;
    display: inline-block;
  }
  .p-form__item--acceptance .wpcf7-form-control-wrap,
  .p-form__item--acceptance .wpcf7-acceptance,
  .p-form__item--acceptance .wpcf7-list-item,
  .p-form__item--acceptance label {
    display: block;
  }
}
.p-form__item--acceptance .wpcf7-list-item {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .p-form__item--acceptance .p-form__item-title {
    display: none;
  }
}

.p-form__item-company-text {
  margin-top: 0.5rem;
  font-size: max(1rem, 12px);
}
@media screen and (max-width: 767px) {
  .p-form__item-company-text {
    font-size: max(0.875rem, 12px);
  }
}

.p-form__radio-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: solid 1px #fff;
  border-radius: 1px;
}

.p-form__radio {
  position: relative;
}

.p-form__radio-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.p-form__radio-input:checked + .p-form__radio-part {
  border-radius: 1px;
  background-color: #ffd600;
  color: #fff;
}

.p-form__radio-input:focus-visible + .p-form__radio-part {
  outline: -webkit-focus-ring-color auto 1px;
}

.p-form__radio-part {
  display: block;
  width: 80px;
  height: 38px;
  background: #fff;
  color: #ffd600;
  line-height: 38px;
  text-align: center;
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}

.p-form__privacy-link {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  text-decoration: underline;
  text-underline-offset: 0.3ex;
}

/* 住所
==============================================*/
.p-form__zipcode-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}

.p-form__zipcode {
  width: 15rem;
  position: relative;
}
.p-form__zipcode::before {
  position: absolute;
  content: "〒";
  left: 1.125rem;
  top: 1.4375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  font-size: max(1rem, 12px);
  font-weight: 400;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-form__zipcode::before {
    top: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form__zipcode {
    width: 10rem;
  }
}
.p-form__zipcode input {
  padding-left: 3.125rem !important;
}

.p-form__zipcode-btn {
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  font-size: max(1rem, 12px);
  font-weight: 400;
  padding: 0.5rem;
  height: 3rem;
  width: 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-form__zipcode-btn {
    height: 3.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form__zipcode-btn {
    width: 6.25rem;
  }
}

.p-form__address {
  margin-top: 0.75rem;
}

/* ラジオボタン
==============================================*/
#your-radio {
  font-weight: 400;
  /* デフォルトのボタン */
  /* チェック前のボタン */
  /* チェック後のボタン */
}
#your-radio .wpcf7-list-item.first {
  margin: 0;
}
#your-radio .wpcf7-list-item-label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#your-radio input[type=radio] {
  opacity: 0; /* デフォルトのボタンを非表示 */
  position: absolute;
}
#your-radio .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #333;
  border-radius: 100%; /* ラジオボタンっぽく丸くする */
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1rem;
}
#your-radio input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: #FF382C;
  -webkit-box-shadow: inset 0 0 0 3px #fff;
          box-shadow: inset 0 0 0 3px #fff; /* 中心の色のスタイル */
}
#your-radio .wpcf7-list-item + .wpcf7-list-item {
  margin-left: 4rem;
}
@media screen and (max-width: 767px) {
  #your-radio .wpcf7-list-item + .wpcf7-list-item {
    margin-left: 2rem;
  }
}

/* 送信ボタン
==============================================*/
.p-form__footer {
  margin-top: 0.125rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-form__footer {
    margin-top: 0;
  }
}

.p-form__footer-text {
  font-size: max(1rem, 12px);
}
.p-form__footer-text .wpcf7-form-control-wrap {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-form__footer-text .wpcf7-form-control-wrap {
    text-align: left;
  }
}
.p-form__footer-text a {
  color: #2d59ce;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .p-form__footer-text a:hover {
    opacity: 0.8;
  }
}

.p-form__footer-submit {
  margin-top: 2.5rem;
  margin-inline: auto;
  position: relative;
  min-width: auto;
  display: inline-block;
  line-height: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-form__footer-submit {
    margin-top: 2rem;
  }
}
.p-form__footer-submit .wpcf7-spinner {
  position: absolute;
  bottom: 0;
  -webkit-transform: translate(-100%, 100%);
          transform: translate(-100%, 100%);
  left: 50%;
}

.p-form__footer-submit input[type=submit] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  border: none;
  width: 100%;
  cursor: pointer;
  opacity: 100%;
  margin-inline: auto;
  color: #fff;
  padding: 1.0625rem 10.875rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-form__footer-submit input[type=submit] {
    padding: 0.875rem 7.5rem;
  }
}

.p-form__footer-submit input[type=submit]:disabled {
  cursor: not-allowed;
  opacity: 30%;
}

.p-form__message {
  display: none;
  margin-top: 60px;
  text-align: center;
}

.p-form__message.-error {
  color: #f00;
}

.p-form .wpcf7-not-valid-tip {
  display: none;
}
.p-form.is-show .wpcf7-not-valid-tip {
  display: block;
}

/* ContactForm7のデフォルトの黄色い枠を非表示
==============================================*/
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-form input[type=text],
  .p-form input[type=email],
  .p-form select {
    height: 3rem;
  }
  .p-form__item-input select {
    width: 100%;
  }
  .p-form__item {
    display: block;
  }
  .p-form__item-title {
    margin-bottom: 0.75rem;
    font-size: max(1rem, 12px);
  }
  .p-form__item-title--mt13 {
    margin-top: 0;
  }
  .p-form__required {
    margin-right: 0;
    margin-left: 0.5rem;
    font-size: max(0.75rem, 12px);
  }
}
.p-latest__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-latest__list {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .p-latest__item + .p-latest__item {
    margin-top: 1rem;
  }
}

.p-not-found {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-not-found {
    padding-top: 2rem;
    padding-bottom: 4.5rem;
  }
}

.p-not-found__title {
  text-align: center;
  font-size: max(1.5rem, 12px);
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.4583333333;
}
@media screen and (max-width: 767px) {
  .p-not-found__title {
    font-size: max(1.25rem, 12px);
    letter-spacing: 0.06em;
    line-height: 1.45;
  }
}

.p-not-found__text {
  text-align: center;
  margin-top: 1.875rem;
  font-size: max(1.125rem, 12px);
  line-height: 1.7777777778;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-not-found__text {
    text-align: left;
    margin-top: 1rem;
    font-size: max(1rem, 12px);
    letter-spacing: 0.06em;
    line-height: 1.5;
  }
}

.p-not-found__btn {
  margin-top: 4.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-not-found__btn {
    margin-top: 2rem;
  }
}

.p-pagenavi {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-pagenavi {
    margin-inline: auto;
    gap: 0.5rem;
    width: 100%;
  }
}

a.page-numbers,
span.page-numbers {
  border-radius: 50%;
  background-color: #FF382C;
  width: 2.5rem;
  height: auto;
  aspect-ratio: 1/1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: max(1rem, 12px);
  font-weight: 500;
  letter-spacing: 0.1em;
  border: 1px solid #FF382C;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #fff;
  padding-left: 0.125rem;
  padding-bottom: 0.125rem;
  font-family: "Alata", sans-serif;
}
@media screen and (max-width: 767px) {
  a.page-numbers,
  span.page-numbers {
    width: 11.6618075802%;
    max-width: 2.5rem;
  }
}

@media (any-hover: hover) {
  a.page-numbers:hover {
    opacity: 0.8;
  }
}

.p-pagenavi .current {
  background-color: #fff;
  border: 1px solid #FF382C;
  color: #FF382C;
}

.page-numbers.dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  background-color: transparent;
  width: 1.1875rem;
  height: 0.1875rem;
  font-size: 1.25rem;
  color: #FF382C;
  padding-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .page-numbers.dots {
    font-size: 1.125rem;
  }
}

.p-pagenavi .prev,
.p-pagenavi .next {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: max(0.875rem, 12px);
  font-weight: bold;
  position: relative;
  border: none;
  background-color: transparent;
  aspect-ratio: auto;
  padding-left: 0;
  padding-bottom: 0;
}
.p-pagenavi .prev span,
.p-pagenavi .next span {
  border-bottom: 1px solid transparent;
}

.p-pagenavi .prev {
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .p-pagenavi .prev {
    margin-right: 0.75rem;
  }
}

.p-pagenavi .next {
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .p-pagenavi .next {
    margin-left: 0.75rem;
  }
}

.p-pagenavi__prev,
.p-pagenavi__next {
  display: block;
  width: 2.5rem;
  height: auto;
  aspect-ratio: 1/1;
  border: 1px solid #FF382C;
  border-radius: 50%;
  background-color: #FF382C;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-pagenavi__prev,
  .p-pagenavi__next {
    width: 2rem;
  }
}
.p-pagenavi__prev::before,
.p-pagenavi__next::before {
  background: no-repeat center/contain;
  content: "";
  width: 1.375rem;
  height: auto;
  aspect-ratio: 10/6;
  margin: auto;
  position: absolute;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-pagenavi__prev::before,
  .p-pagenavi__next::before {
    width: 1.1875rem;
  }
}

.p-pagenavi__prev::before {
  background-image: url(../images/common/arrow-left.svg);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-pagenavi__next::before {
  background-image: url(../images/common/arrow-right.svg);
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.p-pagenavi__prev::before .is-disabled {
  background-image: url(../images/category/category-left-icon.svg);
}

.p-pagenavi__next::before .is-disabled {
  background-image: url(../images/category/category-right-icon.svg);
}

.p-privacy {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-privacy {
    padding-top: 1.5rem;
    padding-bottom: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-privacy__inner {
    max-width: calc(67.5rem + 50px);
  }
}

.p-privacy__introduction {
  font-size: max(1.125rem, 12px);
  letter-spacing: 0.04em;
  line-height: 1.7777777778;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__introduction {
    font-size: max(1rem, 12px);
    letter-spacing: 0;
    line-height: 1.5;
    margin-bottom: 1.5rem;
  }
}

.p-privacy__item:not(:nth-child(1)) {
  padding-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__item:not(:nth-child(1)) {
    padding-top: 1.5rem;
  }
}

.p-privacy__title {
  font-size: max(1.5rem, 12px);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.4583333333;
  background-color: #f2f3f5;
  padding: 0.875rem 1.5rem;
  position: relative;
}
.p-privacy__title::before {
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(#ff0051), to(#ffa700));
  background: linear-gradient(#ff0051 0%, #ffa700 100%);
  left: 0;
  top: 0;
  width: 0.5rem;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-privacy__title::before {
    width: 0.3125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-privacy__title {
    font-size: max(1.125rem, 12px);
    letter-spacing: 0;
    line-height: 1.3333333333;
    padding: 0.375rem 1rem;
  }
}

.p-privacy__text {
  margin-top: 1.5rem;
  font-size: max(1.125rem, 12px);
  letter-spacing: 0.04em;
  line-height: 1.7777777778;
}
@media screen and (max-width: 767px) {
  .p-privacy__text {
    margin-top: 1rem;
    font-size: max(1rem, 12px);
    letter-spacing: 0;
    line-height: 1.5;
  }
}

.p-privacy__ol-list,
.p-privacy__ul-list {
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__ol-list,
  .p-privacy__ul-list {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
}
.p-privacy__ol-list li + li,
.p-privacy__ul-list li + li {
  margin-top: 0.25rem;
}
.p-privacy__ol-list li,
.p-privacy__ul-list li {
  position: relative;
  padding-left: 0.875rem;
}
.p-privacy__ol-list li::before,
.p-privacy__ul-list li::before {
  position: absolute;
  left: 0;
}

.p-privacy__ol-list {
  counter-reset: item;
  list-style-type: none;
}
.p-privacy__ol-list li::before {
  font-weight: 700;
  color: #FF382C;
  counter-increment: item;
  content: counter(item) ". ";
}

.p-privacy__ul-list li::before {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  top: 0.8125rem;
  background-color: #FF382C;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-privacy__ul-list li::before {
    top: 0.5625rem;
  }
}

.p-privacy__date {
  text-align: right;
  margin-top: 1.9375rem;
  font-size: max(1rem, 12px);
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-privacy__date {
    letter-spacing: 0;
  }
}

.p-privacy__footer {
  margin-top: 3.875rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__footer {
    margin-top: 1.9375rem;
  }
}

.p-privacy__company {
  font-size: max(1.625rem, 12px);
  letter-spacing: 0.1em;
  line-height: 2.4615384615;
  color: #FF382C;
}
@media screen and (max-width: 767px) {
  .p-privacy__company {
    font-size: max(1.25rem, 12px);
    letter-spacing: 0.06em;
    line-height: 1.6;
  }
}

.p-privacy__info {
  margin-top: 0.375rem;
  font-size: max(1rem, 12px);
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.p-supervision-list {
  display: grid;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-supervision-list {
    gap: 1rem;
  }
}

.p-thanks {
  padding-top: 5rem;
  padding-bottom: 17.6875rem;
}
@media screen and (max-width: 767px) {
  .p-thanks {
    padding-top: 2rem;
    padding-bottom: 3.5rem;
  }
}

.p-thanks__text {
  font-size: max(1.125rem, 12px);
  letter-spacing: 0.05em;
  line-height: 1.7777777778;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-thanks__text {
    text-align: left;
    font-size: max(1rem, 12px);
    letter-spacing: 0.06em;
    line-height: 1.5;
  }
}
.p-thanks__text p + p {
  margin-top: 1.5rem;
}

.p-thanks__btn {
  margin-top: 4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-thanks__btn {
    margin-top: 2rem;
  }
}

.p-top-feature {
  background: url(../images/common/feature-back.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-top-feature {
    background: url(../images/common/sp_feature-back.webp) no-repeat center center/cover;
  }
}

.p-top-feature__body {
  margin-top: 4rem;
  gap: 4rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .p-top-feature__body {
    margin-top: 3rem;
    gap: 1.5rem;
    grid-template-columns: 1fr;
  }
}

.p-top-feature__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}

.p-top-feature__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-top-feature__item-head {
    gap: 1rem;
  }
}

.p-top-feature__item-number {
  width: 5rem;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: max(0.875rem, 12px);
  font-weight: bold;
  letter-spacing: 0.05em;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff0051), to(#ffa700));
  background: linear-gradient(#ff0051 0%, #ffa700 100%);
  border-radius: 50%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-feature__item-number {
    width: 3.75rem;
    font-size: 10px;
  }
}
.p-top-feature__item-number span {
  font-family: "Alata", sans-serif;
  font-size: max(2rem, 12px);
  letter-spacing: 0.1em;
  line-height: 1.1875;
}
@media screen and (max-width: 767px) {
  .p-top-feature__item-number span {
    font-size: max(1.625rem, 12px);
    letter-spacing: -0.01em;
  }
}

.p-top-feature__item-title {
  font-size: max(2rem, 12px);
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-top-feature__item-title {
    font-size: max(1.25rem, 12px);
    line-height: 1.5;
  }
}
.p-top-feature__item-title span {
  color: #FF382C;
}

.p-top-feature__item-text {
  margin-top: 1.875rem;
  margin-bottom: 2rem;
  font-size: max(1.125rem, 12px);
  letter-spacing: 0.05em;
  line-height: 1.7777777778;
}
@media screen and (max-width: 767px) {
  .p-top-feature__item-text {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    font-size: max(1rem, 12px);
    letter-spacing: 0.025em;
    line-height: 1.5;
  }
}
.p-top-feature__item-text span {
  color: #FF382C;
  font-weight: bold;
}

.p-top-feature__item-img img {
  width: 100%;
  aspect-ratio: 608/360;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-feature__item-img img {
    aspect-ratio: 328/196;
    border-radius: 0.625rem;
  }
}

.p-top-list {
  background: url(../images/common/list-back.webp) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-top-list {
    background: url(../images/common/sp_list-back.webp) no-repeat center center/cover;
  }
}

.p-top-list__list {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .p-top-list__list {
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-top-mv {
  padding-top: 7rem;
  padding-bottom: 5.125rem;
  background: url(../images/common/mv-back.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-top-mv {
    padding-top: 1rem;
    padding-bottom: 1.5rem;
    background: url(../images/common/sp_mv-back.webp) no-repeat center center/cover;
  }
}

.p-top-mv__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.75rem;
  margin-inline: auto;
  padding-left: clamp(0.625rem, -3.417rem + 8.42vw, 6.688rem);
  gap: 5.375rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 1rem;
  max-width: 1920px;
}
@media screen and (max-width: 767px) {
  .p-top-mv__content {
    margin-top: 0;
    margin-left: 1rem;
    font-size: max(1rem, 12px);
  }
}

.p-top-mv__body {
  margin-top: 2.1875rem;
  width: clamp(15.625rem, -8.5rem + 50.26vw, 51.813rem);
}
@media screen and (max-width: 767px) {
  .p-top-mv__body {
    margin-top: 0;
    width: 100%;
  }
}
.p-top-mv__body img {
  width: 100%;
}

.p-top-mv__img {
  width: clamp(31.25rem, -8.905rem + 62.682vw, 66.313rem);
  margin-left: -17.4375rem;
}

.p-top-mv__btn {
  margin-top: 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-top-mv__btn {
    margin-top: 0.75rem;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__btn p,
  .p-top-mv__btn a {
    margin-inline: auto;
  }
}

.p-top-thought {
  position: relative;
  background: url(../images/common/thought-back.webp) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-top-thought {
    background: url(../images/common/sp_thought-back.webp) no-repeat center center/cover;
  }
}

.p-top-thought__title {
  text-align: left;
}

.p-top-thought__body {
  font-size: max(1.375rem, 12px);
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6363636364;
}
@media screen and (max-width: 767px) {
  .p-top-thought__body {
    font-size: max(1rem, 12px);
    line-height: 1.5;
  }
}
.p-top-thought__body p + p {
  margin-top: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-top-thought__body p + p {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-thought__body p:last-child {
    font-size: max(1rem, 12px);
    text-align: right;
  }
}

.p-top-thought__name {
  font-size: max(2rem, 12px);
  margin-left: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .p-top-thought__name {
    margin-left: 0.875rem;
    font-size: max(1.25rem, 12px);
    letter-spacing: 0.1em;
  }
}

.p-top-thought__big {
  font-size: max(2rem, 12px);
}
@media screen and (max-width: 767px) {
  .p-top-thought__big {
    font-size: max(1.125rem, 12px);
  }
}

.p-top-thought__red {
  font-size: max(2.5rem, 12px);
  color: #FF382C;
}
@media screen and (max-width: 767px) {
  .p-top-thought__red {
    font-size: max(1.5rem, 12px);
  }
}

.p-top-thought__img {
  position: absolute;
  content: "";
  right: -5rem;
  bottom: 0;
  width: clamp(31.25rem, 4.583rem + 55.556vw, 71.25rem);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-top-thought__img {
    margin-top: 1rem;
    position: static;
    width: 18.625rem;
    margin-inline: auto;
  }
}
.p-top-thought__img img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-top-thought__btn {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .p-top-thought__btn a {
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-top-voice__inner {
    max-width: calc(83rem + 50px);
  }
}

.p-top-voice__item {
  padding: 2rem;
  display: grid;
  gap: 1.875rem;
  grid-template-columns: 25rem 1fr;
  border: 1rem solid;
  -o-border-image: linear-gradient(180deg, #ff0051 0%, #ffa700 100%);
     border-image: -webkit-gradient(linear, left top, left bottom, from(#ff0051), to(#ffa700));
     border-image: linear-gradient(180deg, #ff0051 0%, #ffa700 100%);
  border-image-slice: 1;
}
@media screen and (max-width: 767px) {
  .p-top-voice__item {
    border: 0.5rem solid;
    -o-border-image: linear-gradient(180deg, #ff0051 0%, #ffa700 100%);
       border-image: -webkit-gradient(linear, left top, left bottom, from(#ff0051), to(#ffa700));
       border-image: linear-gradient(180deg, #ff0051 0%, #ffa700 100%);
    border-image-slice: 1;
    padding: 1.5rem 1rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

.p-top-voice__img {
  aspect-ratio: 400/317;
}
@media screen and (max-width: 767px) {
  .p-top-voice__img {
    width: 10rem;
    margin-inline: auto;
    aspect-ratio: 160/126;
  }
}
.p-top-voice__img img {
  border-radius: 1.25rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-top-voice__img img {
    border-radius: 0.625rem;
  }
}

.p-top-voice__item-name {
  font-size: max(2rem, 12px);
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-bottom: 1rem;
  border-bottom: 0.375rem solid #FF382C;
}
@media screen and (max-width: 767px) {
  .p-top-voice__item-name {
    margin-top: 0.5rem;
    padding-bottom: 0.3125rem;
    font-size: max(0.875rem, 12px);
    text-align: center;
    border-bottom: 0.25rem solid #FF382C;
  }
}

.p-top-voice__item-title {
  font-size: max(2rem, 12px);
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 2.09375;
  color: #fff;
  background-color: #FF382C;
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0.125rem 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-voice__item-title {
    font-size: max(1.25rem, 12px);
    line-height: 1.8;
  }
}

.p-top-voice__body {
  margin-top: 1.5rem;
  font-size: max(1.125rem, 12px);
  letter-spacing: 0.05em;
  line-height: 1.7777777778;
}
@media screen and (max-width: 767px) {
  .p-top-voice__body {
    margin-top: 0.375rem;
    font-size: max(0.875rem, 12px);
    letter-spacing: 0.025em;
    line-height: 1.7142857143;
  }
}

.p-top-voice__slider .swiper-slide {
  height: auto;
}
.p-top-voice__slider .swiper-slide .p-top-voice__item {
  height: 100%;
}

.p-widget + .p-widget {
  margin-top: 2.5rem;
}
.p-widget--sticky {
  position: sticky;
  top: 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-widget--sticky {
    position: relative;
    top: auto;
  }
}
.p-widget a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-widget a:hover {
  opacity: 0.7;
}

.p-widget__banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.p-widget__banner img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}
/*# sourceMappingURL=styles.css.map */
