@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 1440px) {
  html {
    font-size: 1.1111111111vw;
  }
}
@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: #2F2F2F;
  font-size: max(1.25rem, 12px);
  line-height: 1.8;
  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) {
  body {
    font-size: max(0.875rem, 12px);
    line-height: 1.8571428571;
  }
}

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: 2.375rem;
}
@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: 4rem;
}
@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: 2rem;
  }
}
.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,
.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.125rem;
}
.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;
}
.single-contents .p-entry__body .wp-block-buttons {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.single-contents .p-entry__body h2.wp-block-heading {
  font-size: max(1.875rem, 12px);
  line-height: 1.3333333333;
  background-color: #E5FAF6;
  padding: 0.5rem 1.5rem;
  border-left: 2px solid #56B7A6;
  font-weight: 700;
  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) {
  .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 h3.wp-block-heading {
  font-size: max(1.5rem, 12px);
  font-weight: 700;
  line-height: 1.3333333333;
  border-top: 2px solid #56B7A6;
  border-bottom: 2px solid #56B7A6;
  padding: 1.25rem 0;
}
@media screen and (max-width: 767px) {
  .single-contents .p-entry__body h3.wp-block-heading {
    font-size: max(1.25rem, 12px);
    padding: 1rem 0;
    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 0 0 0.75rem;
  border-left: 2px solid #56B7A6;
}
@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: 0.5rem;
  }
}
.single-contents .p-entry__body p {
  font-weight: 400;
  line-height: 1.8125;
  font-size: max(1rem, 12px);
}
.single-contents .p-entry__body p a {
  color: #007be5;
  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;
  font-size: max(1rem, 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: 1rem;
}
@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: #56B7A6;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .single-contents .p-entry__body ul li::before {
    top: 0.5625rem;
  }
}
.single-contents .p-entry__body ol {
  counter-reset: item;
  list-style-type: none;
}
.single-contents .p-entry__body ol li {
  padding-left: 1rem;
}
@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;
  color: #2F2F2F;
}
.single-contents .p-entry__body blockquote.wp-block-quote {
  margin-right: 0;
  margin-left: 0;
  border-left: none;
  color: #2F2F2F;
  padding: 2rem;
  background-color: #f8f8f8;
}
@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;
}
.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: #007be5;
  -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: 18.125rem;
  }
}
.single-contents .p-entry__body .wp-block-button .wp-block-button__link {
  text-decoration: none;
  min-width: 26rem;
  padding: 0.8125rem 2.25rem;
  font-size: 1rem;
  min-height: 3.125rem;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 2.1875rem;
  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;
}
.single-contents .p-entry__body .wp-block-button .wp-block-button__link:not(.has-background) {
  background: -webkit-gradient(linear, left top, left bottom, from(#5ba195), to(#4b8379));
  background: linear-gradient(#5ba195 0%, #4b8379 100%);
}
@media screen and (max-width: 767px) {
  .single-contents .p-entry__body .wp-block-button .wp-block-button__link {
    min-width: 0;
    min-height: 3.125rem;
    width: 100%;
    max-width: 100%;
    border-radius: 2.5rem;
  }
}
.single-contents .p-entry__body .wp-block-button .wp-block-button__link::before {
  position: absolute;
  content: "";
  background: url(../images/arrow-white.svg) no-repeat center center/contain;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.5rem;
  aspect-ratio: 6/10;
}
@media screen and (max-width: 767px) {
  .single-contents .p-entry__body .wp-block-button .wp-block-button__link::before {
    right: 1rem;
  }
}
@media (any-hover: hover) {
  .single-contents .p-entry__body .wp-block-button .wp-block-button__link:hover {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.1" /><feFuncG type="linear" slope="1.1" /><feFuncB type="linear" slope="1.1" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
    opacity: 1;
  }
}
.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;
  }
}
.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;
  font-size: max(1.125rem, 12px);
}
@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;
    font-size: max(0.875rem, 12px);
  }
}
.wp-block-table.table-type02 tr th {
  background-color: #56B7A6;
}
.wp-block-table.table-type02 tr:first-child td {
  background-color: #56B7A6;
  color: white;
}
.wp-block-table.table-type03 tr th {
  background-color: #56B7A6;
}
.wp-block-table.table-type03 tr td:first-child {
  background-color: #56B7A6;
  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: #56B7A6;
}
.wp-block-table.table-type04 tr:first-child td {
  background-color: #56B7A6;
  color: white;
}
.wp-block-table.table-type04 tr td:first-child {
  background-color: #56B7A6;
  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%;
  overflow: hidden;
  position: relative;
}

.blog-card-link {
  color: #333;
  background: #E5FAF6;
  padding: 1.75rem;
  display: grid;
  grid-template-columns: 15.3125rem 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;
  gap: 1.75rem;
}
@media screen and (max-width: 767px) {
  .blog-card-link {
    padding: 0.75rem;
    grid-template-columns: 5rem 1fr;
    gap: 0.5rem;
  }
}
@media (any-hover: hover) {
  .blog-card-link:hover {
    opacity: 0.8 !important;
  }
}

.blog-card-thumbnail {
  aspect-ratio: 245/160;
}
@media screen and (max-width: 767px) {
  .blog-card-thumbnail {
    aspect-ratio: 1/1;
  }
}
.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 {
  line-height: 1.5;
  padding-right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .blog-card-content {
    padding: 0.25rem 0.5rem 1rem;
  }
}

.blog-card-title {
  font-size: max(1.125rem, 12px);
  line-height: 1.7777777778;
  letter-spacing: 0.04em;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .blog-card-title {
    font-size: max(0.875rem, 12px);
    line-height: 1.4285714286;
    -webkit-line-clamp: 2;
  }
}

.blog-card-date {
  color: #999999;
  font-size: 0.875rem;
}

.blog-card-arrow {
  position: absolute !important;
  right: 1.75rem;
  bottom: 1.75rem;
}
@media screen and (max-width: 767px) {
  .blog-card-arrow {
    right: 0.75rem;
    bottom: 0.75rem;
  }
}

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

.note-box-title {
  font-size: 1.125rem;
  line-height: 1.7777777778;
  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;
    line-height: 1.5;
    margin-bottom: 2.1875rem !important;
  }
}
.note-box-title strong {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .note-box-title strong {
    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: #cccccc;
  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;
}

.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: #f8f8f8;
  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: #56B7A6;
}
.benefits-block__merit ul li::before {
  background-color: #56B7A6 !important;
}

.benefits-block__demerit {
  background-color: #f8f8f8;
}
.benefits-block__demerit .benefits-block__title {
  background-color: #f8f8f8;
  color: #2F2F2F;
  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: #56B7A6;
  margin-top: 1.875rem;
  font-family: "Noto Sans JP", sans-serif;
}
.single-contents #toc_container .toc_title {
  padding: 0.75rem 1.25rem;
  background-color: #f8f8f8;
  text-align: left;
  font-size: 1.25rem;
  cursor: pointer;
  position: relative;
  margin-bottom: 0 !important;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .single-contents #toc_container .toc_title {
    padding: 0.5rem 1rem;
    font-size: 1.125rem;
    font-weight: 700;
  }
}
.single-contents #toc_container .toc_title::after {
  position: absolute;
  content: "";
  width: 1.875rem;
  height: 1.875rem;
  background: url(../images/toc-open.svg) no-repeat center center/contain;
  right: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .single-contents #toc_container .toc_title::after {
    width: 1.625rem;
    height: 1.625rem;
    right: 1rem;
    background: url(../images/sp_toc-open.svg) no-repeat center center/contain;
  }
}
.single-contents #toc_container .toc_title.active::after {
  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 {
    background: url(../images/sp_toc-close.svg) no-repeat center center/contain;
  }
}
.single-contents #toc_container .toc_list {
  padding: 1.25rem;
  display: none;
  background-color: #f8f8f8;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  position: relative;
}
@media screen and (max-width: 767px) {
  .single-contents #toc_container .toc_list {
    padding: 1rem;
  }
}
.single-contents #toc_container .toc_list::before {
  position: absolute;
  content: "";
  background: #2f2f2f;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 94%;
  height: 1px;
}
@media (any-hover: hover) {
  .single-contents #toc_container .toc_list a {
    text-decoration: none;
    color: #2F2F2F;
    background-image: -webkit-gradient(linear, left top, right top, from(#2F2F2F), to(#2F2F2F));
    background-image: linear-gradient(90deg, #2F2F2F, #2F2F2F);
    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;
  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;
  }
}
.single-contents #toc_container .toc_list li > ul li {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  padding-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .single-contents #toc_container .toc_list li > ul li {
    font-size: 0.75rem;
    padding-left: 0.875rem;
  }
}
.single-contents #toc_container .toc_list li > ul li a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.single-contents #toc_container .toc_list li > ul li a::before {
  position: absolute;
  content: "ー";
  left: -1.25rem;
  top: 0;
}
@media screen and (max-width: 767px) {
  .single-contents #toc_container .toc_list li > ul li a::before {
    left: -0.875rem;
  }
}
.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;
  }
}

/*****************************
* 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: 7.5rem 1.25rem;
  position: relative;
  max-width: 1050px;
  margin: 0 auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 1.875rem;
}
@media screen and (max-width: 1024px) {
  .l-2column {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-2column {
    max-width: 31.25rem;
    margin-inline: auto;
    display: block;
    padding: 2.5rem 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-archive-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-archive-list {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

.l-btn-center {
  text-align: center;
}
.l-btn-center a {
  margin-inline: auto;
}

.l-btn-fixed {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-btn-fixed {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
  }
  .l-btn-fixed.display {
    opacity: 1;
    visibility: visible;
  }
}

.l-contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  z-index: 2;
  margin-top: 21.75rem;
  background: white;
  border-radius: 5rem 5rem 0 0;
}
@media screen and (max-width: 767px) {
  .l-contents {
    margin-top: 9.5rem;
    border-radius: 1.875rem 1.875rem 0 0;
  }
}

.l-contents--top {
  margin-top: 53.125rem; /* メインビジュアルの高さ分だけ下げる */
}
@media screen and (max-width: 767px) {
  .l-contents--top {
    margin-top: 39.25rem;
  }
}

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

@media screen and (max-width: 767px) {
  .l-contents--sp-row {
    margin-top: 11.875rem;
  }
}

.l-footer {
  background-color: #fff;
  z-index: 2;
}

.l-footer__main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5rem 0 7.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__main-content {
    display: block;
    padding: 2.5rem 0;
  }
}

.l-footer__left {
  width: 39.0625%;
}
@media screen and (max-width: 767px) {
  .l-footer__left {
    width: 100%;
  }
}

.l-footer__right {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .l-footer__right {
    width: 100%;
    margin-top: 1.625rem;
    display: block;
    gap: 0;
  }
}

.l-footer__sub {
  background-color: #3a3a3a;
  color: #fff;
  font-size: max(0.75rem, 12px);
  padding: 1rem 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer__sub {
    font-size: 10px;
    padding: 0.4375rem 0 3.625rem;
  }
}

@media screen and (max-width: 767px) {
  .l-footer__sub--contact {
    padding-bottom: 0.5rem;
  }
}

.l-header {
  position: sticky;
  top: 3.25rem;
  left: 0;
  width: 100%;
  z-index: 30;
  max-width: 1480px;
  padding-left: 20px;
  padding-right: 20px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-header {
    top: 0.75rem;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.l-header__inner {
  -webkit-box-shadow: 0px 0px 30px rgba(15, 108, 92, .1);
          box-shadow: 0px 0px 30px rgba(15, 108, 92, .1);
  border-radius: 2.5rem;
  background-color: #fff;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.0625rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    -webkit-box-shadow: 0px 0px 20px rgba(15, 108, 92, .1);
            box-shadow: 0px 0px 20px rgba(15, 108, 92, .1);
  }
}

div.l-header__inner {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  div.l-header__inner {
    padding-left: 1rem;
    padding-right: 0.5rem;
  }
}

.l-header--contact {
  top: 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 30px rgba(15, 108, 92, .1);
          box-shadow: 0px 10px 30px rgba(15, 108, 92, .1);
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .l-header--contact {
    -webkit-box-shadow: 0px 0px 20px rgba(15, 108, 92, .16);
            box-shadow: 0px 0px 20px rgba(15, 108, 92, .16);
  }
}
.l-header--contact .l-header__inner {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 767px) {
  .l-header--contact .l-header__inner {
    padding: 0;
  }
}
.l-header--contact .c-logo {
  margin-left: 0;
}

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1440px;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@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--1000 {
    max-width: calc(62.5rem + 40px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .l-inner--1000 {
    max-width: 100%;
  }
}

.l-mb12 {
  margin-bottom: 0.75rem;
}

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

.l-mt60-sp-mt20 {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .l-mt60-sp-mt20 {
    margin-top: 1.25rem;
  }
}

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

.l-page-header-title {
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .l-page-header-title {
    margin-top: 0.9375rem;
  }
}

.l-page-header {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 32.5rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-page-header {
    height: 16.25rem;
  }
}

.l-pagetop {
  position: fixed;
  right: 1rem;
  bottom: 0.75rem;
  z-index: 20;
}

.l-section-title {
  margin-top: 1.375rem;
}
@media screen and (max-width: 767px) {
  .l-section-title {
    margin-top: 0.625rem;
  }
}

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

@media screen and (max-width: 767px) {
  .l-sp-pb20 {
    padding-bottom: 3.75rem;
  }
}

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

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

.c-author-parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-author-parts__title {
  font-size: 0.875rem;
  color: #fff;
  background-color: #56B7A6;
  border-radius: 3px;
  padding: 0.25rem 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-author-parts__title {
    font-size: max(0.75rem, 12px);
  }
}

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

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

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

.c-author__title {
  padding: 0 0 1rem;
  border-bottom: 1px solid #cccccc;
  font-size: 1rem;
  margin-bottom: 1rem;
}

.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__profile + .c-author__profile {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-author__profile + .c-author__profile {
    margin-top: 0.625rem;
  }
}

.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 {
  margin-top: 0.5rem;
  font-size: 1.625rem;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@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;
    font-weight: 400;
  }
}

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

.c-back-english {
  overflow: hidden;
  position: relative;
}
.c-back-english::before {
  position: absolute;
  content: "";
  background: url(../images/top/member-back-en.webp) no-repeat center center/contain;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  aspect-ratio: 1920/181;
}
@media screen and (max-width: 767px) {
  .c-back-english::before {
    background: url(../images/top/sp_member-back-en.webp) no-repeat center center/contain;
    left: 0;
    -webkit-transform: none;
            transform: none;
    width: 43.0625rem;
    aspect-ratio: 689/65;
  }
}

.c-back-green {
  background: linear-gradient(135deg, rgb(86, 183, 166) 0%, rgb(43, 149, 130) 70%);
}

.c-back-light {
  background-color: #E5FAF6;
}

.c-border-radius img,
.c-border-radius picture {
  width: 100%;
  border-radius: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-border-radius img,
  .c-border-radius picture {
    border-radius: 1.25rem;
  }
}

.c-breadcrumb {
  overflow: auto;
  width: 92rem;
  max-width: 100%;
  margin-inline: auto;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
}

/*Google Chrome、Safariへの対応*/
.contents_box::-webkit-scrollbar {
  display: none;
}

.c-breadcrumb__container {
  color: #fff;
  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-left: 1rem;
  padding-right: 1rem;
}

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

.c-breadcrumb__item {
  font-size: 0.875rem;
  position: relative;
}
.c-breadcrumb__item:not(:last-of-type)::after {
  position: absolute;
  top: 0;
  right: -1.875rem;
  width: 0.3125rem;
  height: 0.4375rem;
  content: "|";
}

.c-btn-fixed {
  border-top: 2px solid #fff;
  background-color: #ffed4a;
  font-size: max(0.875rem, 12px);
  font-weight: bold;
  line-height: 1.4285714286;
  color: #2F2F2F;
  padding: 0.3125rem;
  max-width: 100%;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.c-btn-fixed + .c-btn-fixed {
  border-left: 2px solid #fff;
}
.c-btn-fixed:nth-child(2) {
  background-color: #02c755;
  color: #fff;
}
.c-btn-fixed:nth-child(2) span {
  padding-left: 1.75rem;
  position: relative;
}
.c-btn-fixed:nth-child(2) span::after {
  position: absolute;
  content: "";
  background: url(../images/top/icon-line.svg) no-repeat center center/contain;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
}
.c-btn-fixed:nth-child(2) span::before {
  background: url(../images/arrow-circle-white.svg) no-repeat center center/contain;
}
.c-btn-fixed span {
  display: inline-block;
  position: relative;
  padding-right: 1.5rem;
}
.c-btn-fixed span::before {
  position: absolute;
  content: "";
  background: url(../images/arrow-circle.svg) no-repeat center center/contain;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
}

.c-btn-line {
  background-color: #02c755;
  border: 1px solid #fff;
  border-radius: 0.625rem;
  padding: 1.25rem;
  display: inline-block;
  width: 26rem;
  position: relative;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
@media (any-hover: hover) {
  .c-btn-line:hover {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.1" /><feFuncG type="linear" slope="1.1" /><feFuncB type="linear" slope="1.1" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
  }
}
@media screen and (max-width: 767px) {
  .c-btn-line {
    padding: 0.8125rem;
    width: 100%;
  }
}
.c-btn-line::before {
  position: absolute;
  content: "";
  background: url(../images/arrow-circle-white.svg) no-repeat center center/contain;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
}
@media screen and (max-width: 767px) {
  .c-btn-line::before {
    right: 0.75rem;
    width: 0.75rem;
    height: 0.75rem;
  }
}

.c-btn-line__text {
  display: block;
  padding-left: 2.5625rem;
  position: relative;
  font-size: max(1.25rem, 12px);
  font-weight: bold;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .c-btn-line__text {
    font-size: max(1rem, 12px);
  }
}
.c-btn-line__text::before {
  position: absolute;
  content: "";
  background: url(../images/top/icon-line.svg) no-repeat center center/contain;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.8125rem;
  height: 1.8125rem;
}

.c-btn-line--icon {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .16);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, .16);
  border-radius: 0.625rem;
  padding-top: 0.6875rem;
  padding-bottom: 0.6875rem;
}
.c-btn-line--icon::before {
  display: none;
}
.c-btn-line--icon .c-btn-line__text {
  font-size: max(1.125rem, 12px);
  padding-right: 1.75rem;
}
.c-btn-line--icon .c-btn-line__text::before {
  width: 2rem;
  height: 2rem;
}
.c-btn-line--icon .c-btn-line__text::after {
  position: absolute;
  content: "";
  background: url(../images/arrow-circle-white.svg) no-repeat center center/contain;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
}

.c-btn-white {
  background-color: #fff;
  font-size: max(1.25rem, 12px);
  font-weight: bold;
  border-radius: 2.1875rem;
  width: 26rem;
  position: relative;
  padding: 1.25rem;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #fff;
}
@media (any-hover: hover) {
  .c-btn-white:hover {
    background-color: #56B7A6;
    color: #fff;
    border: 1px solid #fff;
  }
  .c-btn-white:hover::before {
    background: url(../images/arrow-white.svg) no-repeat center center/contain;
  }
}
@media screen and (max-width: 767px) {
  .c-btn-white {
    font-size: max(1rem, 12px);
    padding: 0.8125rem;
    width: 100%;
  }
}
.c-btn-white::before {
  position: absolute;
  content: "";
  background: url(../images/arrow-black.svg) no-repeat center center/contain;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.5rem;
  aspect-ratio: 6/10;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-btn-white::before {
    right: 1rem;
  }
}

.c-btn {
  background: -webkit-gradient(linear, left top, left bottom, from(#5ba195), to(#4b8379));
  background: linear-gradient(#5ba195 0%, #4b8379 100%);
  border-radius: 2.5rem;
  color: #fff;
  text-align: center;
  font-size: max(1.25rem, 12px);
  font-weight: bold;
  line-height: 1.4;
  padding: 1.3125rem 2.25rem;
  min-width: 26rem;
  position: relative;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  display: inline-block;
}
@media (any-hover: hover) {
  .c-btn:hover {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.1" /><feFuncG type="linear" slope="1.1" /><feFuncB type="linear" slope="1.1" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
  }
}
@media screen and (max-width: 767px) {
  .c-btn {
    padding: 0.8125rem 2.125rem;
    font-size: max(1rem, 12px);
    line-height: 1.5;
    min-width: auto;
    width: 100%;
  }
}
.c-btn::before {
  position: absolute;
  content: "";
  background: url(../images/arrow-white.svg) no-repeat center center/contain;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.5rem;
  aspect-ratio: 6/10;
}
@media screen and (max-width: 767px) {
  .c-btn::before {
    right: 1rem;
  }
}

.c-btn--row2 {
  padding: 0.625rem 2.25rem;
}
@media screen and (max-width: 767px) {
  .c-btn--row2 {
    padding: 0.375rem 2.125rem;
  }
}

.c-btn--latest {
  min-width: auto;
  width: 100%;
  padding: 0.5625rem;
  font-size: max(1rem, 12px);
}

.c-btn--post {
  padding-top: 0.875rem;
  padding-block: 0.875rem;
  font-size: max(1rem, 12px);
}

.c-card-latest-sidebar {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .c-card-latest-sidebar:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .c-card-latest-sidebar:hover .c-card-latest-sidebar__img,
  .c-card-latest-sidebar:hover .c-card-latest-sidebar__body {
    opacity: 0.8;
  }
}

.c-card-latest-sidebar__link {
  display: grid;
  grid-template-columns: 6.25rem 1fr;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-card-latest-sidebar__link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .c-card-latest-sidebar__link {
    grid-template-columns: 38.4615384615% 1fr;
  }
}

.c-card-latest-sidebar__body {
  padding-left: 0.75rem;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

.c-card-latest-sidebar__img {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 107/60;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-card-latest-sidebar__img img,
.c-card-latest-sidebar__img picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

.c-card-latest-sidebar__date {
  color: #8b8b8b;
  font-size: max(0.75rem, 12px);
  font-weight: 400;
  line-height: 1.4166666667;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}

.c-card-latest-sidebar__title {
  margin-top: 0.25rem;
  font-size: max(0.875rem, 12px);
  font-weight: bold;
  line-height: 1.4285714286;
  letter-spacing: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-card-latest-sidebar__title {
    -webkit-line-clamp: 1;
  }
}

.c-card {
  background-color: #fff;
  border-radius: 2.5rem;
  height: 100%;
  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-shadow: 5px 5px 40px rgba(15, 108, 92, .1);
          box-shadow: 5px 5px 40px rgba(15, 108, 92, .1);
}
@media (any-hover: hover) {
  .c-card:hover .c-card__img,
  .c-card:hover .c-card__body {
    opacity: 0.8;
  }
  .c-card:hover .c-card__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;
  }
}
@media screen and (max-width: 767px) {
  .c-card {
    border-radius: 1.25rem;
  }
}

.c-card__img {
  position: relative;
  overflow: hidden;
  border-radius: 2.5rem 2.5rem 0 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-card__img {
    border-radius: 1.25rem 1.25rem 0 0;
  }
}
.c-card__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 440/248;
  border-radius: 2.5rem 2.5rem 0 0;
  -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__img img {
    aspect-ratio: 250/140;
    border-radius: 1.25rem 1.25rem 0 0;
  }
}

.c-card__category {
  padding: 0.0625rem 0.6875rem;
  border-radius: 0.25rem;
  border: 1px solid #56B7A6;
  font-size: max(0.875rem, 12px);
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .c-card__category {
    font-size: max(0.75rem, 12px);
    padding: 0 0.4375rem;
    margin-bottom: 0.375rem;
  }
}

.c-card__title {
  font-size: max(1.125rem, 12px);
  font-weight: bold;
  line-height: 1.5555555556;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .c-card__title {
    font-size: max(0.875rem, 12px);
    line-height: 1.7142857143;
  }
}

@media screen and (max-width: 767px) {
  .c-card__title--sp-title3 {
    -webkit-line-clamp: 3;
  }
}

.c-card__body {
  padding: 1.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 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-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-card__body {
    padding: 0.75rem;
  }
}

.c-card__arrow {
  margin-top: 1rem;
  padding-right: 2.75rem;
  font-size: max(0.875rem, 12px);
  font-weight: bold;
  color: #56B7A6;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  height: 2rem;
  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-card__arrow {
    margin-top: 0.5rem;
    padding-right: 1.75rem;
    font-size: 10px;
    height: 1.25rem;
  }
}
.c-card__arrow::before {
  position: absolute;
  content: "";
  background: url(../images/arrow-green.svg) no-repeat center center/contain;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  aspect-ratio: 1/1;
  width: 2rem;
}
@media screen and (max-width: 767px) {
  .c-card__arrow::before {
    width: 1.25rem;
  }
}

.c-card__name {
  background-color: #56B7A6;
  padding: 0.25rem 1.5rem;
  font-size: max(1.625rem, 12px);
  font-weight: bold;
  color: #fff;
  border-radius: 0.25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .c-card__name {
    font-size: max(0.875rem, 12px);
    padding: 0.125rem 0.5rem;
  }
}

.c-card__date {
  font-size: max(0.875rem, 12px);
  color: #8b8b8b;
  font-weight: bold;
  margin-bottom: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-card__date {
    font-size: max(0.75rem, 12px);
    margin-bottom: 0.625rem;
  }
}

.c-column-card {
  display: grid;
  grid-template-columns: 10.875rem 1fr;
  gap: clamp(0rem, -2.434rem + 3.799vw, 2.125rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .c-column-card:hover .c-column-card__title,
  .c-column-card:hover .c-column-card__category,
  .c-column-card:hover .p-top-column__date {
    color: #56B7A6;
  }
  .c-column-card:hover .c-column-card__img {
    opacity: 0.8;
  }
  .c-column-card:hover .c-column-card__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;
  }
}
@media screen and (max-width: 1024px) {
  .c-column-card {
    gap: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .c-column-card {
    gap: 0;
    background-color: #fff;
    border-radius: 1.25rem;
    height: 100%;
    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-shadow: 5px 5px 40px rgba(15, 108, 92, .1);
            box-shadow: 5px 5px 40px rgba(15, 108, 92, .1);
  }
}

.c-column-card__img {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-column-card__img {
    border-radius: 1.25rem 1.25rem 0 0;
  }
}
.c-column-card__img img {
  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;
  aspect-ratio: 174/100;
}
@media screen and (max-width: 767px) {
  .c-column-card__img img {
    aspect-ratio: 250/140;
    border-radius: 1.25rem 1.25rem 0 0;
  }
}

.c-column-card__category-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.25rem 0.75rem;
}
@media screen and (max-width: 767px) {
  .c-column-card__category-wrap {
    margin-top: 0.5rem;
  }
}

.c-column-card__category {
  padding: 0.0625rem 0.6875rem;
  border-radius: 0.25rem;
  border: 1px solid #56B7A6;
  font-size: max(0.875rem, 12px);
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-column-card__category {
    font-size: max(0.75rem, 12px);
    padding: 0 0.4375rem;
  }
}

.c-column-card__title {
  margin-top: 1rem;
  font-size: max(1.125rem, 12px);
  font-weight: bold;
  line-height: 1.5555555556;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .c-column-card__title {
    margin-top: 0.5rem;
    font-size: max(0.875rem, 12px);
    line-height: 1.7142857143;
  }
}

@media screen and (max-width: 767px) {
  .c-column-card__title--sp-title3 {
    -webkit-line-clamp: 3;
  }
}

@media screen and (max-width: 767px) {
  .c-column-card__body {
    padding: 0.75rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

.c-column-card__meta {
  display: grid;
  grid-template-columns: 5.875rem 1fr;
  gap: clamp(0rem, -2.004rem + 3.128vw, 1.75rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .c-column-card__meta {
    gap: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .c-column-card__meta {
    display: block;
  }
}

.c-column-card__arrow {
  margin-top: 1rem;
  padding-right: 2.75rem;
  font-size: max(0.875rem, 12px);
  font-weight: bold;
  color: #56B7A6;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.c-column-card__arrow::before {
  position: absolute;
  content: "";
  background: url(../images/arrow-green.svg) no-repeat center center/contain;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  aspect-ratio: 1/1;
  width: 2rem;
}
@media screen and (max-width: 767px) {
  .c-column-card__arrow::before {
    width: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .c-column-card__arrow {
    margin-top: 0.5rem;
    padding-right: 1.75rem;
    font-size: 10px;
  }
}

.c-column-card__name {
  background-color: #56B7A6;
  padding: 0.25rem 1.5rem;
  font-size: max(1.625rem, 12px);
  font-weight: bold;
  color: #fff;
  border-radius: 0.25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .c-column-card__name {
    font-size: max(0.875rem, 12px);
    padding: 0.125rem 0.5rem;
  }
}

.c-cta-btn {
  background-color: #ffed4a;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .16);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, .16);
  display: grid;
  grid-template-columns: 7.25rem 1fr;
  border-radius: 0.625rem;
  width: 26rem;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
@media (any-hover: hover) {
  .c-cta-btn:hover {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.1" /><feFuncG type="linear" slope="1.1" /><feFuncB type="linear" slope="1.1" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
  }
  .c-cta-btn:has(.c-cta-btn__fukidashi):hover {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.05" /><feFuncG type="linear" slope="1.05" /><feFuncB type="linear" slope="1.05" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(1.05);
            filter: brightness(1.05);
  }
}
@media screen and (max-width: 767px) {
  .c-cta-btn {
    width: 100%;
    grid-template-columns: 5.875rem 1fr;
  }
}
@media screen and (max-width: 767px) {
  .c-cta-btn {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-cta-btn--top {
    width: 29.125rem;
    grid-template-columns: 9.75rem 1fr;
  }
}

.c-cta-btn__fukidashi {
  font-size: max(1.125rem, 12px);
  font-weight: bold;
  line-height: 1.4444444444;
  color: #fff;
  background-color: #3a3a3a;
  padding: 0.375rem 0.6875rem;
  border-radius: 0.625rem 0 0 0.625rem;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-cta-btn__fukidashi {
    font-size: max(0.875rem, 12px);
    line-height: 1.4285714286;
    padding: 0.25rem 0.5625rem;
  }
}
.c-cta-btn__fukidashi::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -0.4375rem;
  border: 0.4375rem solid transparent;
  border-left: 0.9375rem solid #3a3a3a;
}
.c-cta-btn__fukidashi span {
  font-size: max(1.375rem, 12px);
  font-weight: bold;
  line-height: 1.1818181818;
  color: #ffe600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-cta-btn__fukidashi span {
    font-size: max(1.125rem, 12px);
    line-height: 1.1111111111;
  }
}

.c-cta-btn__text {
  font-size: max(1.25rem, 12px);
  font-weight: bold;
  line-height: 2;
  padding: 0.9375rem 1.75rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-cta-btn__text {
    font-size: max(1rem, 12px);
    padding: 0.625rem 1.5rem;
  }
}
.c-cta-btn__text::before {
  position: absolute;
  content: "";
  background: url(../images/arrow-circle.svg) no-repeat center center/contain;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
}
@media screen and (max-width: 767px) {
  .c-cta-btn__text::before {
    right: 0.75rem;
    width: 0.75rem;
    height: 0.75rem;
  }
}

.c-cta-btn--no-fukidashi {
  display: block;
}

.c-cta-btn__text--center {
  text-align: center;
}

.c-cta-btn--line {
  background-color: #02c755;
}

.c-cta-btn__lead {
  font-size: max(0.875rem, 12px);
  text-align: center;
  padding: 0.375rem;
  color: #fff;
  background-color: #3a3a3a;
  width: 100%;
  text-align: center;
  display: block;
  border-radius: 0.625rem 0.625rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-cta-btn__lead {
    font-size: max(0.75rem, 12px);
    padding: 0.3125rem;
    border-radius: 0;
  }
}

.c-cta-btn__text--cta-block {
  padding: 0.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .c-cta-btn__text--cta-block {
    padding: 0.25rem;
  }
}
.c-cta-btn__text--cta-block::before {
  right: -1.25rem;
}

.c-cta-btn--sidebar {
  width: 100%;
  border-radius: 0 0 0.625rem 0.625rem;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (any-hover: hover) {
  .c-cta-btn--sidebar:hover {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}

.c-cta-btn__lead--sidebar {
  font-size: max(0.75rem, 12px);
  border-radius: 0;
}

.c-cta-btn__text--sidebar {
  font-size: max(1rem, 12px);
  padding: 0.25rem;
}

@media screen and (max-width: 767px) {
  .c-cta-btn--single {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.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 #E5FAF6;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.c-faq__head {
  background-color: #E5FAF6;
  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: #C10000;
  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-footer-menu__link {
  position: relative;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #dedede;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .c-footer-menu__link:hover {
    opacity: 0.8;
    color: #56B7A6;
  }
}
.c-footer-menu__link::before {
  position: absolute;
  content: "";
  background: url(../images/arrow-green-right.svg) no-repeat center center/contain;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.5rem;
  aspect-ratio: 6/10;
}

.c-green-label {
  background-color: #56B7A6;
  font-size: max(1.25rem, 12px);
  font-weight: bold;
  padding: 0.125rem 1.5rem;
  border-radius: 0.25rem;
  color: #fff;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .c-green-label {
    font-size: max(0.875rem, 12px);
    padding: 0.125rem 0.25rem;
  }
}

@media screen and (max-width: 767px) {
  .c-green-label--sp-long {
    padding: 0.1875rem 0.5rem;
  }
}

.c-hoverRun {
  text-decoration: none;
  color: #2F2F2F;
  background-image: -webkit-gradient(linear, left top, right top, from(#2F2F2F), to(#2F2F2F));
  background-image: linear-gradient(90deg, #2F2F2F, #2F2F2F);
  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-hoverRun--white {
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
  background-image: linear-gradient(90deg, #fff, #fff);
}

.c-logo {
  padding: 0.9375rem 0;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .c-logo {
    padding: 0.5rem 0;
    margin-left: 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: 11.6875rem;
}
@media screen and (max-width: 767px) {
  .c-logo__image {
    width: 6.125rem;
  }
}

.c-menu-button {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-menu-button {
    display: block;
    position: relative;
    z-index: 40;
    cursor: pointer;
    width: 2.5rem;
    height: 2.5rem;
  }
}
.c-menu-button.active .c-menu-button__line:nth-child(1) {
  -webkit-transform: translateY(0.375rem) rotate(-45deg);
          transform: translateY(0.375rem) rotate(-45deg);
  width: 55%;
  top: 0.8125rem;
  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) {
  -webkit-transform: translateY(-0.375rem) rotate(45deg);
          transform: translateY(-0.375rem) rotate(45deg);
  width: 55%;
  top: 1.5625rem;
  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;
  border-radius: 2px;
  background-color: #56B7A6;
  width: 55%;
}
@media screen and (max-width: 767px) {
  .c-menu-button__line {
    left: 0.75rem;
  }
}
.c-menu-button__line:nth-child(1) {
  top: 1rem;
}
.c-menu-button__line:nth-child(2) {
  display: none;
}
.c-menu-button__line:nth-child(3) {
  top: 1.4375rem;
}

.c-mv-btn {
  background-color: #ffed4a;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .16);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, .16);
  display: grid;
  grid-template-columns: 7.25rem 1fr;
  border-radius: 0.625rem;
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
@media (any-hover: hover) {
  .c-mv-btn:hover {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.1" /><feFuncG type="linear" slope="1.1" /><feFuncB type="linear" slope="1.1" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
  }
}
@media screen and (max-width: 1024px) {
  .c-mv-btn {
    grid-template-columns: 8.75rem 1fr;
  }
}
@media screen and (max-width: 767px) {
  .c-mv-btn {
    grid-template-columns: 5.875rem 1fr;
  }
}
.c-mv-btn::before {
  position: absolute;
  content: "";
  background: url(../images/arrow-circle.svg) no-repeat center center/contain;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
}
@media screen and (max-width: 767px) {
  .c-mv-btn::before {
    right: 0.75rem;
    width: 0.75rem;
    height: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .c-mv-btn {
    width: 100%;
  }
}

.c-mv-btn__fukidashi {
  font-size: max(1.125rem, 12px);
  font-weight: bold;
  line-height: 1.4444444444;
  color: #fff;
  background-color: #3a3a3a;
  padding: 0.375rem 0.6875rem;
  border-radius: 0.625rem 0 0 0.625rem;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-mv-btn__fukidashi {
    font-size: max(0.875rem, 12px);
    line-height: 1.4285714286;
    padding: 0.25rem 0.5625rem;
  }
}
.c-mv-btn__fukidashi::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -0.4375rem;
  border: 0.4375rem solid transparent;
  border-left: 0.9375rem solid #3a3a3a;
}
.c-mv-btn__fukidashi span {
  font-size: max(1.25rem, 12px);
  font-weight: bold;
  line-height: 1.2;
  color: #ffe600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-mv-btn__fukidashi span {
    font-size: max(0.875rem, 12px);
    line-height: 1.4285714286;
  }
}

@media screen and (max-width: 767px) {
  span.c-mv-btn__fukidashi-big {
    font-size: max(1.125rem, 12px);
  }
}

.c-mv-btn__text {
  font-size: max(1.125rem, 12px);
  line-height: 1.3333333333;
  font-weight: bold;
  padding: 0.625rem 1.75rem;
  display: block;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .c-mv-btn__text {
    font-size: max(1rem, 12px);
    padding: 0.9375rem 1.5rem;
  }
}

.c-mv-btn--line {
  background-color: #02c755;
}
.c-mv-btn--line::before {
  background: url(../images/arrow-circle-white.svg) no-repeat center center/contain;
}

.c-mv-btn__text--contact {
  color: #2F2F2F;
}

.c-mv-btn__text--line {
  padding-left: 2.25rem;
  position: relative;
  color: #fff;
}
.c-mv-btn__text--line::before {
  position: absolute;
  content: "";
  background: url(../images/top/icon-line.svg) no-repeat center center/contain;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
}

.c-mv-btn__fukidashi--line {
  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-navigation {
    position: fixed;
    z-index: 40;
    top: -300%;
    left: 0;
    width: 100%;
    height: auto;
    background: linear-gradient(135deg, rgb(86, 183, 166) 0%, rgb(43, 149, 130) 100%);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .c-navigation.panelactive {
    top: 0;
    z-index: -8;
  }
  .c-navigation.panelactive .c-navigation__inner {
    position: relative;
    z-index: 40;
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 5.75rem 1rem 2.5rem;
  }
}

.c-navigation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-navigation__list {
    z-index: 40;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem 1.25rem;
  }
}

.c-navigation__cta-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 3.125rem;
}
@media screen and (max-width: 767px) {
  .c-navigation__cta-list {
    display: none;
    margin-left: 0;
  }
}

.c-navigation__item--contact {
  padding: 0;
  height: auto;
  width: 12.5rem;
}
.c-navigation__item--contact a {
  color: #fff;
  background-color: #02c755;
  display: block;
  padding: 0.9375rem;
  height: 100%;
  font-size: 1.125rem;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  position: relative;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.c-navigation__item--contact a::before {
  position: absolute;
  content: "";
  background: url(../images/arrow-circle-white.svg) no-repeat center center/contain;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
}
@media (any-hover: hover) {
  .c-navigation__item--contact a:hover, .c-navigation__item--contact a:active {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.05" /><feFuncG type="linear" slope="1.05" /><feFuncB type="linear" slope="1.05" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(1.05);
            filter: brightness(1.05);
  }
}
.c-navigation__item--contact:nth-child(2) a {
  background-color: #ffed4a;
  color: #2F2F2F;
  border-radius: 0 2.5rem 2.5rem 0;
}
.c-navigation__item--contact:nth-child(2) a::before {
  background: url(../images/arrow-circle.svg) no-repeat center center/contain;
}
.c-navigation__item--contact .c-navigation__text {
  display: block;
  position: relative;
}
.c-navigation__item--contact .c-navigation__text::before {
  position: absolute;
  content: "";
  background: url(../images/top/icon-line.svg) no-repeat center center/contain;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
}
.c-navigation__item--has-child {
  position: relative;
}
@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.3125rem;
  height: 0.3125rem;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 0rem;
  top: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .c-navigation__item:hover .c-navigation__under, .c-navigation__item:active .c-navigation__under {
    color: #56B7A6;
  }
}

.c-navigation__link {
  font-size: 1rem;
  font-weight: 500;
  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 {
    position: relative;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #fff;
    font-size: max(0.875rem, 12px);
    font-weight: 400;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 767px) and (any-hover: hover) {
  .c-navigation__link:hover {
    opacity: 0.8;
    color: #56B7A6;
  }
}
@media screen and (max-width: 767px) {
  .c-navigation__link::before {
    position: absolute;
    content: "";
    background: url(../images/arrow-white-right.svg) no-repeat center center/contain;
    right: 0;
    bottom: 1rem;
    width: 0.375rem;
    aspect-ratio: 5/8;
  }
}

.c-navigation__under {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-navigation__under {
    color: #fff;
  }
}

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

.l-archive-list:has(.c-no-post-archive) {
  display: block;
}

.c-no-post-archive {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-no-post {
    padding-left: 1rem;
  }
}

.c-page-header {
  padding-top: 10.75rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .c-page-header {
    padding-top: 4rem;
    padding-bottom: 2.5rem;
  }
}
.c-page-header::before {
  position: absolute;
  content: "";
  background: url(../images/page-header-back.webp) no-repeat center center/contain;
  top: 0;
  right: 0;
  width: 42.5rem;
  height: 25rem;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .c-page-header::before {
    background: url(../images/sp_page-header-back.webp) no-repeat center center/contain;
    width: 11.25rem;
    height: 9rem;
  }
}

.c-page-header__title {
  font-size: max(2.5rem, 12px);
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-page-header__title {
    font-size: max(1.625rem, 12px);
  }
}

@media screen and (min-width: 768px) {
  .c-page-header--contact {
    padding-top: 8.75rem;
  }
}

.c-pagetop {
  width: 4.625rem;
  height: 4rem;
  background-color: #2F2F2F;
  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;
}
.c-pagetop img {
  width: 0.625rem;
  aspect-ratio: 10/12;
}
@media (any-hover: hover) {
  .c-pagetop:hover {
    background-color: #28b5e8;
  }
}

.c-paragraph p + p {
  margin-top: 2.25rem;
}
@media screen and (max-width: 767px) {
  .c-paragraph p + p {
    margin-top: 1.625rem;
  }
}

.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 {
  font-size: 2.625rem;
  font-weight: bold;
  margin: 5rem 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-parts-page-title {
    font-size: 2rem;
  }
}

.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;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-post-links__wrap {
    margin-top: 2rem;
  }
}

.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;
}
@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 {
  width: 20.125rem;
}
@media screen and (max-width: 767px) {
  .c-post-links__prev,
  .c-post-links__next {
    width: 96%;
    max-width: none;
  }
}
.c-post-links__prev a,
.c-post-links__next a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-height: 2.5rem;
  height: 100%;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  color: #56B7A6;
  position: relative;
  border: 1px solid #56B7A6;
  border-radius: 6.25rem;
}
@media screen and (max-width: 767px) {
  .c-post-links__prev a,
  .c-post-links__next a {
    gap: 0.5rem;
    border-radius: 0.5rem;
  }
}
@media (any-hover: hover) {
  .c-post-links__prev a:hover,
  .c-post-links__next a:hover {
    opacity: 0.8;
  }
}
.c-post-links__prev a::before,
.c-post-links__next a::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.5rem;
  aspect-ratio: 6/10;
}

.c-post-links__hover {
  text-decoration: none;
  color: #2F2F2F;
  background-image: -webkit-gradient(linear, left top, right top, from(#2F2F2F), to(#2F2F2F));
  background-image: linear-gradient(90deg, #2F2F2F, #2F2F2F);
  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 {
    margin-right: auto;
  }
}
.c-post-links__prev a {
  padding: 0.5625rem 1.25rem 0.5625rem 2.625rem;
}
@media screen and (max-width: 767px) {
  .c-post-links__prev a {
    padding: 0.5rem 0.75rem 0.5rem 1.625rem;
  }
}
.c-post-links__prev a::before {
  left: 1.25rem;
  background: url(../images/arrow-green-left.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .c-post-links__prev a::before {
    left: 0.75rem;
  }
}

@media screen and (max-width: 767px) {
  .c-post-links__next {
    margin-left: auto;
  }
}
.c-post-links__next a {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
  padding: 0.5rem 2.625rem 0.5rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-post-links__next a {
    padding: 0.5rem 1.625rem 0.5rem 0.75rem;
  }
}
.c-post-links__next a::before {
  right: 1.25rem;
  background: url(../images/arrow-green-right.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .c-post-links__next a::before {
    right: 0.75rem;
  }
}
.c-post-links__next .c-post-links__title {
  text-align: left;
}

.c-post-links__title {
  font-size: max(0.875rem, 12px);
  line-height: 1.4285714286;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.c-post-links__home {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-post-links__home {
    margin-top: 2rem;
  }
}

.c-red-text {
  color: #c10000;
  font-weight: bold;
}

.c-section-title-en {
  height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-section-title-en {
    height: 1rem;
  }
}
.c-section-title-en img,
.c-section-title-en picture {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-section-title-en--big {
  height: 3.75rem;
}
@media screen and (max-width: 767px) {
  .c-section-title-en--big {
    height: 1.875rem;
  }
}

.c-section-title-en--medium {
  height: 2.25rem;
}
@media screen and (max-width: 767px) {
  .c-section-title-en--medium {
    height: 1.25rem;
  }
}

.c-section-title-white {
  margin-top: 1.5rem;
  font-size: max(2.5rem, 12px);
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-section-title-white {
    margin-top: 0.75rem;
    font-size: max(1.5rem, 12px);
    line-height: 1.5;
  }
}

.c-section-title {
  font-size: max(2.5rem, 12px);
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-section-title {
    font-size: max(1.5rem, 12px);
    line-height: 1.5;
  }
}

.c-section-title02 {
  font-size: max(2rem, 12px);
  font-weight: bold;
  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-section-title02 {
    font-size: max(1.375rem, 12px);
    line-height: 1;
  }
}
.c-section-title02 span {
  color: #56B7A6;
  font-size: max(2.375rem, 12px);
}
@media screen and (max-width: 767px) {
  .c-section-title02 span {
    font-size: max(1.75rem, 12px);
  }
}

.c-section-title02--white {
  color: #fff;
}
.c-section-title02--white span {
  color: #fff;
}

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

.c-share-block {
  background-color: #f8f8f8;
  padding: 1rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-share-block {
    padding: 1rem;
    margin-top: 1.5rem;
  }
}

.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-submenu {
  background-color: #C10000;
  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;
}
@media screen and (max-width: 767px) {
  .c-submenu {
    max-width: 100%;
    min-width: 0;
  }
}

.c-submenu__item {
  display: block;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .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: #2F2F2F;
  background-image: -webkit-gradient(linear, left top, right top, from(#2F2F2F), to(#2F2F2F));
  background-image: linear-gradient(90deg, #2F2F2F, #2F2F2F);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  -webkit-transition: background-size 0.6s;
  transition: background-size 0.6s;
}

.c-table__item {
  border-bottom: 2px solid #dedede;
  padding: 1.625rem 0;
  display: grid;
  grid-template-columns: 10.375rem 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-table__item {
    padding: 1rem 0;
    grid-template-columns: 7.375rem 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.c-table__item::before {
  position: absolute;
  content: "";
  background: #56B7A6;
  left: 0;
  bottom: -2px;
  width: 10.375rem;
  height: 2px;
}
@media screen and (max-width: 767px) {
  .c-table__item::before {
    width: 7.375rem;
  }
}
.c-table__item:first-child {
  padding-top: 0;
}

.c-table__head {
  font-size: max(1.125rem, 12px);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-table__head {
    font-size: max(0.875rem, 12px);
  }
}

.c-table__body {
  font-size: max(1.125rem, 12px);
}
@media screen and (max-width: 767px) {
  .c-table__body {
    font-size: max(0.875rem, 12px);
    line-height: 1.7142857143;
  }
}
.c-table__body a {
  color: #007be5;
  text-decoration: underline;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .c-table__body a:hover {
    opacity: 0.8;
  }
}

.c-text {
  margin-top: 2.1875rem;
  font-size: max(1.5rem, 12px);
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-text {
    margin-top: 1.25rem;
    font-size: max(1rem, 12px);
    line-height: 1.625;
  }
}

.c-top-card {
  -webkit-box-shadow: 5px 5px 40px rgba(15, 108, 92, .1);
          box-shadow: 5px 5px 40px rgba(15, 108, 92, .1);
  border-radius: 2.5rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .c-top-card {
    -webkit-box-shadow: 5px 5px 20px rgba(15, 108, 92, .16);
            box-shadow: 5px 5px 20px rgba(15, 108, 92, .16);
    border-radius: 1.25rem;
  }
}

.c-top-card__img {
  width: 100%;
}
.c-top-card__img img {
  width: 100%;
  border-radius: 2.5rem 2.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-top-card__img img {
    border-radius: 1.25rem 1.25rem 0 0;
  }
}

.c-top-card__body {
  padding: 1.375rem;
}
@media screen and (max-width: 767px) {
  .c-top-card__body {
    padding: 1.125rem;
  }
}

.c-top-card__text {
  font-size: max(1.125rem, 12px);
  font-weight: bold;
  line-height: 1.5555555556;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-top-card__text {
    font-size: max(0.875rem, 12px);
    line-height: 1.7142857143;
  }
}

.c-top-card__feature {
  margin-top: 0.875rem;
  font-size: max(1.5rem, 12px);
  line-height: 1.4166666667;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-inline: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .c-top-card__feature {
    padding-inline: 1.75rem;
  }
}
.c-top-card__feature::before, .c-top-card__feature::after {
  position: absolute;
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
@media screen and (max-width: 767px) {
  .c-top-card__feature::before, .c-top-card__feature::after {
    width: 1rem;
    height: 1rem;
  }
}
.c-top-card__feature::before {
  left: 0;
  background: url(../images/top/icon-triangle-right.svg) no-repeat center center/contain;
}
.c-top-card__feature::after {
  right: 0;
  background: url(../images/top/icon-triangle-left.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .c-top-card__feature {
    margin-top: 0.625rem;
    font-size: max(1.125rem, 12px);
    line-height: 1.3333333333;
  }
}

.c-top-card02 {
  -webkit-box-shadow: 5px 5px 40px rgba(15, 108, 92, .1);
          box-shadow: 5px 5px 40px rgba(15, 108, 92, .1);
  border-radius: 2.5rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .c-top-card02 {
    -webkit-box-shadow: 5px 5px 20px rgba(15, 108, 92, .16);
            box-shadow: 5px 5px 20px rgba(15, 108, 92, .16);
    border-radius: 1.25rem;
    display: grid;
    grid-template-columns: 3.625rem 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.25rem 1.25rem 1.25rem 1rem;
    gap: 1rem;
  }
}

.c-top-card02__img {
  width: 100%;
  padding-block: 2.9375rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .c-top-card02__img {
    padding-block: 0;
  }
}
.c-top-card02__img img {
  width: 100%;
  border-radius: 2.5rem 2.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-top-card02__img img {
    border-radius: 1.25rem 1.25rem 0 0;
  }
}

.c-top-card02__body {
  padding: 0 1.75rem 1.75rem;
}
@media screen and (max-width: 767px) {
  .c-top-card02__body {
    padding: 0;
  }
}

.c-top-card02__text {
  font-size: max(1.125rem, 12px);
  font-weight: bold;
  line-height: 1.5555555556;
}
@media screen and (max-width: 767px) {
  .c-top-card02__text {
    font-size: max(0.875rem, 12px);
    line-height: 1.7142857143;
  }
}

@media screen and (min-width: 768px) {
  .c-top-card02__img--features01 {
    width: 11.125rem;
  }
}

@media screen and (min-width: 768px) {
  .c-top-card02__img--features02 {
    width: 5.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .c-top-card02__img--features03 {
    width: 5.625rem;
  }
}

.c-yellow-text {
  color: #fff06c;
  font-weight: bold;
}

.youtube-thumbnail {
  position: relative;
  width: 100%;
  cursor: pointer;
}

.youtube-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}

.play-button {
  position: absolute;
  background: url(../images/yt_icon_mono_light.webp);
  background-size: 100%;
  width: 70px;
  height: 50px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.9;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.c-card:hover .play-button {
  background-image: url(../images/yt_icon_rgb.webp);
}

.p-cta-block-sidebar {
  -webkit-box-shadow: 5px 5px 40px rgba(15, 108, 92, .1);
          box-shadow: 5px 5px 40px rgba(15, 108, 92, .1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0.625rem;
}
@media (any-hover: hover) {
  .p-cta-block-sidebar:hover {
    opacity: 0.8;
  }
}

.p-cta-block-sidebar__body {
  padding: 1rem;
  border-radius: 0.625rem 0.625rem 0 0;
  background: url(../images/sp_cta-block-back.webp) no-repeat center center/cover;
}

.p-cta-block-sidebar__title {
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-size: max(1.125rem, 12px);
  line-height: 1.4444444444;
}

.p-cta-block-sidebar__content {
  margin-top: 1.25rem;
  border-radius: 0.625rem;
  background-color: #fff;
  border-radius: 0.375rem;
  padding: 0.75rem;
  position: relative;
}

.p-cta-block-sidebar__item {
  position: relative;
  font-size: max(0.875rem, 12px);
  padding-left: 1.5rem;
  line-height: 1.4285714286;
}
.p-cta-block-sidebar__item::before {
  position: absolute;
  content: "";
  background: url(../images/icon-check.svg) no-repeat center center/contain;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1rem;
  height: 1.25rem;
}
.p-cta-block-sidebar__item + .p-cta-block-sidebar__item {
  margin-top: 0.75rem;
}

.p-cta-block-sidebar__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: -0.625rem;
  width: 4.375rem;
  bottom: -1.125rem;
}
@media screen and (max-width: 1024px) {
  .p-cta-block-sidebar__img {
    width: 5.625rem;
  }
}
.p-cta-block-sidebar__img img {
  width: 100%;
  height: auto;
}

.p-cta-block-sidebar__btn {
  margin-top: 1rem;
}

.p-cta-block {
  padding: 1.75rem;
  border-radius: 1.25rem;
  background: url(../images/cta-block-back.webp) no-repeat center center/cover;
  -webkit-box-shadow: 5px 5px 40px rgba(15, 108, 92, .1);
          box-shadow: 5px 5px 40px rgba(15, 108, 92, .1);
}
@media screen and (max-width: 767px) {
  .p-cta-block {
    padding: 0;
    border-radius: 0.625rem;
    background: url(../images/sp_cta-block-back.webp) no-repeat center center/cover;
  }
}

@media screen and (max-width: 767px) {
  .p-cta-block__inner {
    padding: 1rem 0.875rem;
  }
}

.p-cta-block__title {
  font-size: max(1.5rem, 12px);
  font-weight: bold;
  line-height: 1.4166666667;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-cta-block__title {
    font-size: max(1.125rem, 12px);
    line-height: 1.4444444444;
  }
}

.p-cta-block__content {
  margin-top: 1.25rem;
  border-radius: 0.625rem;
  background-color: #fff;
  padding-inline: 1.625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-cta-block__content {
    border-radius: 0.375rem;
    padding: 0.75rem 0 0.75rem 0.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-cta-block__list {
    padding-block: 1.125rem;
  }
}

.p-cta-block__item {
  font-size: max(1.125rem, 12px);
  padding-left: 1.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-cta-block__item {
    font-size: max(0.875rem, 12px);
    padding-left: 1.5rem;
    line-height: 1.4285714286;
  }
}
.p-cta-block__item::before {
  position: absolute;
  content: "";
  background: url(../images/icon-check.svg) no-repeat center center/contain;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.375rem;
  height: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .p-cta-block__item::before {
    width: 1rem;
    height: 1.25rem;
  }
}
.p-cta-block__item + .p-cta-block__item {
  margin-top: 0.75rem;
}

.p-cta-block__img {
  width: 6.875rem;
  position: absolute;
  right: -1rem;
  bottom: 0.1875rem;
}
@media screen and (max-width: 1400px) {
  .p-cta-block__img {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-cta-block__img {
    width: 3.75rem;
    bottom: -1rem;
  }
}
.p-cta-block__img img {
  width: 100%;
  height: auto;
}

.p-cta-block__btn {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-cta-block__btn {
    margin-top: 0;
  }
}

.p-cta-section__btn {
  margin-top: 1rem;
}

.p-cta-section {
  max-width: 62.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .p-cta-section {
    max-width: 78%;
  }
}
@media screen and (max-width: 767px) {
  .p-cta-section {
    max-width: 100%;
  }
}

.p-cta-section__title {
  font-size: max(1.5rem, 12px);
  font-weight: bold;
  color: #ffed4a;
  padding: 0.75rem;
  background-color: #2b9582;
  text-align: center;
  border-radius: 0.375rem 0.375rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-cta-section__title {
    font-size: max(1rem, 12px);
    line-height: 1.5;
    padding: 0.375rem;
  }
}

.p-cta-section__content {
  display: grid;
  grid-template-columns: 1fr 15.4375rem;
  gap: 1.8125rem;
  background-color: #E5FAF6;
  padding: 2.75rem 1.5rem 1.5rem;
  border-radius: 0 0 0.375rem 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-cta-section__content {
    padding: 2.25rem 1rem 1rem;
    display: block;
  }
}

.p-cta-section__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 1.25rem;
  background-color: #fff;
  padding: 3.5rem 1.75rem 1.625rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-radius: 0.375rem;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-cta-section__body {
    gap: 1rem;
    padding: 2.625rem 1rem 1rem;
    display: grid;
  }
}

.p-cta-section__fukidashi {
  position: absolute;
  display: inline-block;
  margin: 1.5em 0;
  padding: 0.4375rem 1.1875rem;
  min-width: 12.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  color: #fff;
  background: #3a3a3a;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  font-size: max(1.125rem, 12px);
  font-weight: bold;
  border-radius: 0.625rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-cta-section__fukidashi {
    font-size: max(0.875rem, 12px);
    padding: 0.25rem;
    border-radius: 0.375rem;
  }
}
.p-cta-section__fukidashi::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -0.375rem;
  border: 0.375rem solid transparent;
  border-top: 0.9375rem solid #3a3a3a;
}

.p-cta-section__item {
  padding-left: 2.875rem;
  color: #2b9582;
  font-size: max(1.25rem, 12px);
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-cta-section__item {
    padding-left: 2.375rem;
    font-size: max(1rem, 12px);
    line-height: 1.5;
  }
}
.p-cta-section__item + .p-cta-section__item {
  margin-top: 0.625rem;
}
.p-cta-section__item::before {
  position: absolute;
  content: attr(data-number);
  background: #2b9582;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.875rem;
  height: 1.875rem;
  font-family: "DM Sans", sans-serif;
  font-size: max(1rem, 12px);
  font-weight: bold;
  color: #fff;
  border-radius: 50%;
  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 (max-width: 767px) {
  .p-cta-section__item::before {
    width: 1.625rem;
    height: 1.625rem;
  }
}

.p-cta-section__text {
  margin-top: 1.25rem;
  font-size: max(1.25rem, 12px);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-cta-section__text {
    margin-top: 1rem;
    font-size: max(1rem, 12px);
    line-height: 1.5;
  }
}

.p-cta-section__img {
  width: 10.3125rem;
}
@media screen and (max-width: 767px) {
  .p-cta-section__img {
    width: 6.6875rem;
    margin-inline: auto;
  }
}
.p-cta-section__img img {
  width: 100%;
  height: auto;
}

.p-cta-section__qr {
  background-color: #fff;
  padding: 2.1875rem;
  border-radius: 0.375rem;
}

.p-cta {
  padding-block: 5rem;
  background: url(../images/cta-back.webp) no-repeat center center/cover;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-cta {
    padding-block: 2.5rem;
    padding-inline: 1rem;
  }
}

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

.p-cta__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .p-cta__list {
    grid-template-columns: 1fr;
  }
}

.p-cta__item:nth-child(1) {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-cta__item:nth-child(1) {
    padding-bottom: 2.5rem;
  }
}
.p-cta__item:nth-child(1)::before {
  position: absolute;
  content: "";
  background: #ffffff;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2px;
  height: 14rem;
}
@media screen and (max-width: 767px) {
  .p-cta__item:nth-child(1)::before {
    top: auto;
    bottom: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    height: 1px;
    width: 20.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__item:nth-child(2) {
    padding-top: 2.5rem;
  }
}

.p-cta__title {
  color: #fff;
  text-align: center;
  font-size: max(2rem, 12px);
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-cta__title {
    font-size: max(1.125rem, 12px);
    line-height: 1.6666666667;
  }
}

.p-cta__btn {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-cta__btn {
    margin-top: 1.75rem;
  }
}

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

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

.p-entry__head-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3125rem 0.625rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-entry__head-wrap {
    margin-right: 0;
  }
}

.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: 2.5rem;
  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) {
  .p-entry__head-meta {
    display: block;
    margin-bottom: 2rem;
  }
}
.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-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-entry__head-date {
    margin-top: 0.75rem;
  }
}

.p-entry__head-thumb img {
  width: 100%;
}

.p-entry__head-cat {
  font-size: 0.875rem;
  font-weight: bold;
  background-color: #fff;
  text-align: center;
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
  display: inline-block;
  border: 1px solid #56B7A6;
}

.p-entry__head-publish,
.p-entry__head-update {
  font-size: 0.875rem;
  padding-left: 1.375rem;
  position: relative;
  display: block;
}
.p-entry__head-publish::before,
.p-entry__head-update::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 1rem;
  height: 1rem;
}

.p-entry__head-publish {
  margin-right: 1rem;
}
.p-entry__head-publish::before {
  background: url(../images/icon-publish.svg) no-repeat center center/contain;
}

.p-entry__head-update::before,
.p-entry__column-head-update::before {
  background: url(../images/icon-update.svg) no-repeat center center/contain;
}

.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-footer-info__logo {
  width: 15.875rem;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-footer-info__logo {
    width: 10.25rem;
  }
}
@media (any-hover: hover) {
  .p-footer-info__logo:hover {
    opacity: 0.8;
  }
}
.p-footer-info__logo img {
  width: 100%;
  height: auto;
}

.p-footer-info__company-wrap {
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-footer-info__company-wrap {
    margin-top: 0.875rem;
  }
}

.p-footer-info__company {
  font-size: max(1rem, 12px);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-footer-info__company {
    font-size: max(0.875rem, 12px);
  }
}

.p-footer-info__address {
  margin-top: 0.625rem;
  font-size: max(1rem, 12px);
}
@media screen and (max-width: 767px) {
  .p-footer-info__address {
    font-size: max(0.875rem, 12px);
    line-height: 1.7142857143;
  }
}

.p-footer-menu {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-footer-menu {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}

.p-footer-menu__list {
  display: grid;
  row-gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-footer-menu__list {
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem 1.25rem;
  }
}

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

.p-footer-sub__menu-item a {
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .p-footer-sub__menu-item a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-sub__copyright {
    font-size: 10px;
  }
}

.p-form-section {
  padding-top: 7.5rem;
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-form-section {
    padding-top: 2.5rem;
    padding-bottom: 1.625rem;
  }
}

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

/* 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.75rem 1.25rem;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  font-size: max(1rem, 12px);
}
@media screen and (max-width: 767px) {
  .p-form input[type=text],
  .p-form input[type=email],
  .p-form input[type=tel],
  .p-form textarea,
  .p-form select {
    padding: 0.5rem 0.75rem;
  }
}

.p-form input[type=text],
.p-form input[type=email],
.p-form input[type=tel],
.p-form select {
  height: 3.125rem;
}
@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: 15.625rem;
  resize: vertical;
}
@media screen and (max-width: 767px) {
  .p-form textarea {
    max-height: 12.5rem;
  }
}

/* チェックボックス
==============================================*/
#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: 2.25rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-form input[type=checkbox] + span {
    padding-left: 2rem;
    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 #cccccc;
  background-color: #ffffff;
  height: 1.5rem;
  width: 1.5rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 0.25rem;
}

.p-form input[type=checkbox] + span::after {
  border: none;
  width: 1.25rem;
  height: 0.625rem;
  left: 0.1em;
  top: 0.3em;
  border-left: 3px solid #56B7A6;
  border-bottom: 3px solid #56B7A6;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
  display: none;
}

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

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

.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.125rem, 12px);
  font-weight: bold;
  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) {
  .p-form__item-title {
    font-size: max(1rem, 12px);
  }
}
.p-form__item-title label {
  letter-spacing: 0.04em;
}

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

.p-form__item-title--note {
  position: relative;
  padding-bottom: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-form__item-title--note {
    padding-bottom: 0;
  }
}
.p-form__item-title--note::before {
  position: absolute;
  content: "※個人の方は「個人」と記入ください";
  left: 0;
  bottom: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  font-size: max(0.75rem, 12px);
  letter-spacing: 0.04em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-form__item-title--note::before {
    left: 3.75rem;
    top: 0.25rem;
  }
}

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

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

.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--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: #56B7A6;
  -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: 1.75rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-form__footer {
    margin-top: 2rem;
  }
}

.p-form__footer-text {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-form__footer-text {
    margin-top: 2rem;
  }
}
.p-form__footer-text .wpcf7-form-control-wrap {
  display: block;
}
.p-form__footer-text .wpcf7-form-control-wrap .wpcf7-list-item {
  margin: 0;
  font-size: max(1rem, 12px);
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-form__footer-text .wpcf7-form-control-wrap .wpcf7-list-item {
    font-size: max(0.875rem, 12px);
  }
}
.p-form__footer-text .wpcf7-form-control-wrap .wpcf7-list-item label {
  cursor: pointer;
}

.p-form__footer-submit {
  margin-top: 1.25rem;
  margin-inline: auto;
  position: relative;
  min-width: auto;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-form__footer-submit {
    margin-top: 1.5rem;
  }
}
.p-form__footer-submit::before {
  position: absolute;
  content: "";
  background: url(../images/arrow-white-right.svg) no-repeat center center/contain;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.5rem;
  aspect-ratio: 6/10;
}
@media screen and (max-width: 767px) {
  .p-form__footer-submit::before {
    right: 1rem;
  }
}
.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.3125rem 10.5rem;
  font-size: max(1.25rem, 12px);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-form__footer-submit input[type=submit] {
    padding: 0.8125rem 8.25rem;
    font-size: max(1rem, 12px);
  }
}

.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;
  font-size: max(0.75rem, 12px);
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p-form .wpcf7-not-valid-tip {
    margin-top: 0.25rem;
  }
}
.p-form.is-show .wpcf7-not-valid-tip {
  display: block;
}
.p-form.is-show .p-form__item-input:has(.wpcf7-not-valid-tip) input,
.p-form.is-show .p-form__item-input:has(.wpcf7-not-valid-tip) textarea {
  border: 1px solid #d94141;
}

/* ContactForm7のデフォルトの黄色い枠を非表示
==============================================*/
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  color: #dc3232;
  font-size: max(0.75rem, 12px);
  text-align: center;
  border: none;
}
@media screen and (max-width: 767px) {
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output,
  .wpcf7 form.payment-required .wpcf7-response-output {
    text-align: left;
  }
}

/* ありがとうございます。メッセージは送信されました。』を非表示にする
==============================================*/
.wpcf7-form.sent .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: 2.5rem;
  }
  .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);
    font-weight: 500;
  }
  .p-form__item-title--mt13 {
    margin-top: 0;
  }
  .p-form__required {
    margin-right: 0;
    margin-left: 1.25rem;
    font-size: max(0.75rem, 12px);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-form__required {
    margin-left: 1rem;
  }
}
.p-movie {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-movie {
    margin-top: 2.5rem;
  }
}

.p-movie__content {
  margin-top: 2rem;
  width: 55.625rem;
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-movie__content {
    width: 100%;
  }
}

.p-movie__iframe-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.p-movie__iframe-wrap .yt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-movie__iframe-wrap .yt iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.p-movie__iframe-wrap .yt_play {
  width: 100%;
  height: auto;
}
.p-movie__iframe-wrap .yt_play img {
  width: 100%;
}

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

.p-not-found__title {
  font-size: max(2rem, 12px);
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-not-found__title {
    font-size: max(1.5rem, 12px);
  }
}

.p-not-found__text {
  text-align: center;
  font-size: max(1.25rem, 12px);
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-not-found__text {
    font-size: max(0.875rem, 12px);
    line-height: 1.8571428571;
    text-align: left;
  }
}

.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.25rem;
    width: 100%;
  }
}

a.page-numbers,
span.page-numbers {
  border-radius: 50%;
  width: 2.875rem;
  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(1.5rem, 12px);
  font-weight: bold;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-family: "DM Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  a.page-numbers,
  span.page-numbers {
    width: 13.4110787172%;
    max-width: 2.875rem;
  }
}

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

.p-pagenavi .current {
  background-color: #56B7A6;
  color: #fff;
}

.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: #56B7A6;
}
@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;
}
.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.875rem;
  height: auto;
  aspect-ratio: 1/1;
  border: 0.125rem solid #56B7A6;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
}
.p-pagenavi__prev::before,
.p-pagenavi__next::before {
  background: no-repeat center/contain;
  content: "";
  width: 0.625rem;
  height: auto;
  aspect-ratio: 8/12;
  margin: auto;
  position: absolute;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

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

.p-pagenavi__next::before {
  background-image: url(../images/arrow-green-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/arrow-green-left.svg);
}

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

.p-privacy-policy {
  height: 7.5rem;
  padding: 0.75rem 1.25rem;
  border: 1px solid #cccccc;
  border-radius: 0.25rem;
  overflow-y: scroll;
  width: 62.5rem;
  max-width: 100%;
  margin-inline: auto;
  font-size: max(1.125rem, 12px);
  letter-spacing: 0.04em;
  line-height: 1.3333333333;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .p-privacy-policy {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-privacy-policy {
    padding: 0.625rem 0.75rem;
    font-size: max(0.875rem, 12px);
    line-height: 1.4285714286;
    height: 5rem;
  }
}
.p-privacy-policy a {
  color: #1a9eff;
  text-decoration: underline;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .p-privacy-policy a:hover {
    opacity: 0.8;
  }
}

.p-privacy-policy__head {
  margin-top: 1.25rem;
}

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

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

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

.p-privacy__content {
  border-top: 1px solid #cccccc;
}

.p-privacy__item {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.p-privacy__item + .p-privacy__item {
  border-top: 1px solid #cccccc;
}

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

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

.p-privacy__title02 {
  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__title02::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__title02::before {
    width: 0.3125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-privacy__title02 {
    font-size: max(1.125rem, 12px);
    letter-spacing: 0;
    line-height: 1.3333333333;
    padding: 0.375rem 1rem;
  }
}

.p-privacy__ol-list,
.p-privacy__ul-list {
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
  padding-left: 1.1875rem;
}
@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: 1.1875rem;
}
.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: #56B7A6;
  counter-increment: item;
  content: counter(item) ". ";
}

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

.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: #56B7A6;
}
@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-service-list {
  display: grid;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-service-list {
    gap: 2.5rem;
  }
}

.p-service-list__item {
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-service-list__item {
    grid-template-columns: 1fr 40rem;
    grid-template-rows: auto 1fr;
    gap: 2.5rem 5rem;
    grid-template-areas: "A B" "C B";
  }
}
@media screen and (max-width: 767px) {
  .p-service-list__item {
    gap: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-service-list__head {
    grid-area: A;
  }
}

.p-service-list__title {
  margin-top: 1rem;
  font-size: max(2rem, 12px);
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-service-list__title {
    margin-top: 0.75rem;
    font-size: max(1.25rem, 12px);
    line-height: 1.6;
  }
}

@media screen and (min-width: 768px) {
  .p-service-list__img {
    grid-area: B;
  }
}

@media screen and (min-width: 768px) {
  .p-service-list__body {
    grid-area: C;
  }
}

.p-service-list__text {
  font-size: max(1.25rem, 12px);
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-service-list__text {
    font-size: max(0.875rem, 12px);
    line-height: 1.7142857143;
  }
}

.p-service-list__btn {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-service-list__btn {
    margin-top: 1.375rem;
  }
}

.p-service-nav {
  display: block;
  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.375rem;
}

.p-service-nav__link {
  border-radius: 0.375rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .p-service-nav__link:hover {
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .16);
            box-shadow: 0px 0px 20px rgba(0, 0, 0, .16);
  }
}

.p-service-nav__lead {
  font-size: max(1.125rem, 12px);
  font-weight: bold;
  line-height: 1.5555555556;
  text-align: center;
  padding: 1rem;
  border-bottom: 1px solid #dedede;
}
@media screen and (max-width: 767px) {
  .p-service-nav__lead {
    font-size: max(0.75rem, 12px);
    padding: 0.75rem 0.5rem;
  }
}

.p-service-nav__body {
  padding: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-service-nav__body {
    padding: 0.75rem;
  }
}

.p-service-nav__head {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-service-nav__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.75rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-service-nav__title {
  margin-top: 0.5rem;
  font-size: max(1.375rem, 12px);
  font-weight: bold;
  line-height: 1.5454545455;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-service-nav__title {
    margin-top: 0;
    font-size: max(1.125rem, 12px);
    line-height: 1.8888888889;
  }
}

@media screen and (min-width: 768px) {
  .p-slider--common .swiper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .p-slider--common .swiper-slide {
    padding: 2.5rem 1.25rem;
  }
  .p-slider--common .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .p-slider--column .swiper-wrapper {
    display: grid;
    gap: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-slider {
    margin-right: calc(50% - 50vw);
  }
  .swiper {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .swiper-slide {
    height: auto;
    padding: 1.5rem 0.375rem;
  }
}
/* 画像のサイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}

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

.p-thanks__text {
  font-size: max(1.25rem, 12px);
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-thanks__text {
    font-size: max(0.875rem, 12px);
    line-height: 1.8571428571;
    text-align: left;
  }
}
.p-thanks__text p + p {
  margin-top: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__text p + p {
    margin-top: 1.625rem;
  }
}

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

.p-thanks__cta {
  margin-top: 3.25rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__cta {
    margin-top: 2rem;
  }
}

.p-top-2column__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.6875rem;
}
@media screen and (max-width: 1453px) {
  .p-top-2column__content {
    gap: 3.75rem;
  }
}
@media screen and (max-width: 1102px) {
  .p-top-2column__content {
    gap: 3.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-2column__content {
    display: grid;
    gap: 1.25rem;
  }
}

.p-top-2column__list {
  display: grid;
  grid-template-columns: 29.375rem 29.375rem;
  gap: 2.4375rem;
}
@media screen and (max-width: 767px) {
  .p-top-2column__list {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-2column__list--3card {
    gap: 1.5625rem;
    grid-template-columns: 19.375rem 19.375rem 19.375rem;
  }
}

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

.p-top-about__content {
  display: grid;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-top-about__content {
    grid-template-columns: 1fr 28.125rem;
    grid-template-rows: auto 1fr;
    gap: 2.5rem 6.875rem;
    grid-template-areas: "A B" "C B";
  }
}
@media screen and (max-width: 767px) {
  .p-top-about__content {
    margin-top: 2rem;
    gap: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-about__head {
    grid-area: A;
  }
}

.p-top-about__title {
  margin-top: 3.25rem;
  font-size: max(2rem, 12px);
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-top-about__title {
    margin-top: 1.5rem;
    font-size: max(1.25rem, 12px);
    line-height: 1.6;
  }
}

@media screen and (min-width: 768px) {
  .p-top-about__img {
    grid-area: B;
  }
}

.p-top-about__body {
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-top-about__body {
    grid-area: C;
  }
}
@media screen and (max-width: 767px) {
  .p-top-about__body {
    line-height: 1.8571428571;
  }
}

.p-top-card {
  overflow: hidden;
}

.p-top-card__inner {
  max-width: calc(90rem + 40px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-top-card__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.p-top-card__list {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-card__list {
    margin-top: 0;
  }
}

.p-top-card__btn {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-card__btn {
    margin-top: 0;
  }
}

.p-top-column-list__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1024px) {
  .p-top-column-list__content {
    display: block;
  }
}

.p-top-column {
  padding-inline: clamp(0rem, -5.726rem + 8.939vw, 5rem);
  background-color: #fff;
  width: 50%;
  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: 1024px) {
  .p-top-column {
    width: 100%;
    padding-inline: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-column {
    padding: 2rem 0;
    overflow: hidden;
  }
}

.p-top-column__inner {
  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) {
  .p-top-column__inner {
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: 31.25rem;
    margin-inline: auto;
    width: 100%;
  }
}

.p-top-column__head {
  gap: 3.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-top-column__head {
    gap: 1.5rem;
    display: block;
  }
}

.p-top-column__title {
  font-size: max(2rem, 12px);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-top-column__title {
    margin-top: 1.375rem;
    font-size: max(1.25rem, 12px);
  }
}

.p-top-column__category {
  padding: 0.1875rem 0.6875rem;
  border-radius: 0.25rem;
  border: 1px solid #56B7A6;
  font-size: max(0.875rem, 12px);
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-top-column__category {
    font-size: max(0.75rem, 12px);
    padding: 0.125rem 0.4375rem;
  }
}

.p-top-column__post-title {
  font-size: max(1.125rem, 12px);
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-column__post-title {
    margin-top: 0.375rem;
    font-size: max(0.875rem, 12px);
    line-height: 1.7142857143;
    -webkit-line-clamp: 2;
  }
}

.p-top-column__list {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-top-column__list {
    margin-top: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top-column__list--column {
    margin-top: 0;
  }
}

.p-top-column__link {
  display: block;
  padding: 1.625rem 0;
  border-bottom: 1px solid #2F2F2F;
  display: grid;
  grid-template-columns: 14.25rem 1fr;
  gap: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (any-hover: hover) {
  .p-top-column__link:hover .p-top-column__post-title,
  .p-top-column__link:hover .p-top-column__date,
  .p-top-column__link:hover .p-top-column__category {
    color: #56B7A6;
  }
}
@media screen and (max-width: 1439px) {
  .p-top-column__link {
    grid-template-columns: 15.5rem 1fr;
  }
}
@media screen and (max-width: 1024px) {
  .p-top-column__link {
    grid-template-columns: 23.125rem 1fr;
  }
}
@media screen and (max-width: 767px) {
  .p-top-column__link {
    display: block;
    padding: 1.125rem 0;
  }
}
.p-top-column__item:first-child .p-top-column__link {
  padding-top: 0;
  border-top: none;
}

.p-top-column__meta {
  display: grid;
  grid-template-columns: 5.875rem 1fr;
  gap: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .p-top-column__meta {
    grid-template-columns: 8.75rem 1fr;
  }
}
@media screen and (max-width: 767px) {
  .p-top-column__meta {
    grid-template-columns: 4rem 1fr;
    gap: 1.5rem;
  }
}

.p-top-column__date {
  font-size: max(1.125rem, 12px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-top-column__date {
    font-size: max(0.75rem, 12px);
  }
}

.p-top-column__btn {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-top-column__btn {
    margin-top: 0;
  }
}

.p-top-column--news {
  background-color: #d4f7f0;
}

.p-top-column--column {
  background-color: #c9ede7;
}

.p-top-company {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-company {
    padding-top: 2.5rem;
    padding-bottom: 0;
    overflow: hidden;
  }
}

.p-top-company__content {
  display: grid;
  grid-template-columns: 1fr 43.3125rem;
  gap: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-top-company__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-top-company__map-iframe {
  width: 100%;
  position: relative;
  aspect-ratio: 693/580;
}
@media screen and (max-width: 767px) {
  .p-top-company__map-iframe {
    aspect-ratio: 360/280;
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}
.p-top-company__map-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-company__map-iframe iframe {
    -webkit-box-shadow: 5px 5px 40px rgba(15, 108, 92, .1);
            box-shadow: 5px 5px 40px rgba(15, 108, 92, .1);
  }
}
@media screen and (max-width: 767px) {
  .p-top-company__map-iframe iframe {
    border-radius: 0;
  }
}

.p-top-message {
  margin-block: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-message {
    margin-block: -1.25rem 2.5rem;
    overflow: hidden;
  }
}

.p-top-message__section {
  background-color: #2b9582;
  padding: 3rem;
  border-radius: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-message__section {
    padding: 2.5rem 1rem;
    border-radius: 1.25rem;
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}

@media screen and (max-width: 767px) {
  .p-top-message__section-inner {
    max-width: 31.25rem;
    margin-inline: auto;
  }
}

.p-top-message__content {
  display: grid;
  grid-template-columns: 27.5rem 1fr;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-message__content {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

.p-top-message__img {
  -webkit-box-shadow: 5px 5px 40px rgba(15, 108, 92, .1);
          box-shadow: 5px 5px 40px rgba(15, 108, 92, .1);
}

.p-top-message__text {
  color: #fff;
  font-size: max(1.25rem, 12px);
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-top-message__text {
    font-size: max(0.875rem, 12px);
    line-height: 1.7142857143;
  }
}

.p-top-message__footer {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

.p-top-message__position {
  margin-top: 1.5rem;
  font-size: max(1rem, 12px);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-top-message__position {
    margin-top: 1.25rem;
    font-size: max(0.75rem, 12px);
  }
}

.p-top-message__name {
  margin-top: 1.25rem;
  margin-left: auto;
  width: 15rem;
}
@media screen and (max-width: 767px) {
  .p-top-message__name {
    width: 8.375rem;
    margin-top: 0.75rem;
  }
}
.p-top-message__name img {
  width: 100%;
}

.p-top-mv {
  padding-top: clamp(8.875rem, 1.17rem + 9.025vw, 12rem);
  background: url(../images/top/mv-back.webp) no-repeat center center/cover;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .p-top-mv {
    height: 60vh;
  }
}
@media screen and (max-width: 1024px) {
  .p-top-mv {
    padding-top: 12rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv {
    padding-top: 5rem;
    background: url(../images/top/sp_mv-back.webp) no-repeat center center/cover;
    height: 48.4375rem;
    padding-bottom: 1.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-mv__inner {
    max-width: calc(100.25rem + 40px);
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__inner {
    max-width: 23.4375rem;
  }
}

.p-top-mv__content {
  display: grid;
  grid-template-columns: 1fr 46.375rem;
  grid-template-rows: auto 1fr;
  gap: 1.5625rem 5rem;
  margin-left: 4.1875rem;
  grid-template-areas: "A B" "C B";
}
@media screen and (max-width: 1650px) {
  .p-top-mv__content {
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 1.5625rem clamp(-1.25rem, -11.5rem + 16vw, 5rem);
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__content {
    display: block;
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-top-mv__body {
    grid-area: A;
    margin-top: 2.625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__body {
    margin-top: 0;
  }
}

.p-top-mv__title {
  width: 40rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-top-mv__title {
    width: 20.25rem;
  }
}
.p-top-mv__title img {
  width: 100%;
  height: auto;
}

.p-top-mv__text {
  margin-top: 1.4375rem;
  font-size: max(1.5rem, 12px);
  line-height: 1.6666666667;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-mv__text {
    margin-top: 1rem;
    font-size: max(0.8125rem, 12px);
    line-height: 1.7692307692;
  }
}

@media screen and (min-width: 768px) {
  .p-top-mv__img {
    grid-area: B;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__img {
    margin-top: 0.875rem;
  }
}
.p-top-mv__img img {
  width: 100%;
  height: auto;
}

.p-top-mv__award {
  width: 46.875rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-top-mv__award {
    display: none;
  }
}
.p-top-mv__award img {
  width: 100%;
  height: auto;
}

.p-top-mv__btns {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 19.375rem 19.375rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-top-mv__btns {
    grid-area: C;
    margin-bottom: auto;
  }
}
@media screen and (max-width: 1024px) {
  .p-top-mv__btns {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__btns {
    margin-top: -0.3125rem;
    gap: 1rem;
    grid-template-columns: 1fr;
  }
}

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

.p-service-nav__arrow {
  margin-top: 1.375rem;
  width: 1rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-service-nav__arrow {
    margin-top: 0.5rem;
  }
}

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

.p-top-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.p-top-slider__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: scroll-left 80s infinite linear 0.5s both;
          animation: scroll-left 80s infinite linear 0.5s both;
}

.p-top-slider__item {
  width: 125vw;
  aspect-ratio: 1920/60;
}
@media screen and (max-width: 767px) {
  .p-top-slider__item {
    width: 250vw;
  }
}
.p-top-slider__item img {
  width: 100%;
  height: auto;
}

.p-top-slider__item > img {
  width: 100%;
}

@-webkit-keyframes scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.p-top-why__content {
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-top-why__content {
    grid-template-columns: 36.25rem 1fr;
    grid-template-rows: auto 1fr;
    gap: 2.5rem 4.9375rem;
    grid-template-areas: "B A" "B C";
  }
}
@media screen and (max-width: 767px) {
  .p-top-why__content {
    gap: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-why__head {
    grid-area: A;
  }
}

@media screen and (min-width: 768px) {
  .p-top-why__img {
    grid-area: B;
  }
}

.p-top-why__body {
  color: #fff;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-top-why__body {
    grid-area: C;
  }
}
@media screen and (max-width: 767px) {
  .p-top-why__body {
    line-height: 1.8571428571;
  }
}

.p-widget-latest {
  padding: 1.25rem;
  -webkit-box-shadow: 0px 0px 20px rgba(15, 108, 92, .1);
          box-shadow: 0px 0px 20px rgba(15, 108, 92, .1);
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-widget-latest {
    padding: 1rem;
  }
}

.p-widget-latest__title {
  font-size: max(1.125rem, 12px);
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.3333333333;
  text-align: center;
}

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

@media screen and (min-width: 768px) {
  .p-widget-latest__item:not(:first-child) {
    padding-top: 1rem;
  }
  .p-widget-latest__item:not(:last-child) {
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-widget-latest__item + .p-widget-latest__item {
    margin-top: 1rem;
  }
}

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

.p-widget-latest__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-latest__banner img {
  width: 100%;
}

.p-widget-latest__no-post {
  margin-top: 1.25rem;
  font-size: max(1rem, 12px);
}
@media screen and (max-width: 767px) {
  .p-widget-latest__no-post {
    font-size: max(0.875rem, 12px);
  }
}

.p-widget--sticky {
  position: sticky;
  top: 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-widget--sticky {
    position: relative;
    top: auto;
  }
}

.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 (min-width: 768px) {
  .p-widget__cta {
    padding-top: 1.5rem;
  }
}

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

.u-inline-block {
  display: inline-block;
}

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