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

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}

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: 2rem;
  font-size: max(1rem, 12px);
}
@media screen and (max-width: 767px) {
  .single-contents .p-entry__body {
    margin-bottom: 1rem;
    font-size: max(0.875rem, 12px);
  }
}
@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;
}
@media screen and (max-width: 767px) {
  .single-contents .p-entry__body ul,
  .single-contents .p-entry__body ol,
  .single-contents .p-entry__body blockquote.wp-block-quote,
  .single-contents .p-entry__body .blog-card,
  .single-contents .p-entry__body .note-box {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.single-contents .p-entry__body .wp-block-buttons {
  margin-top: 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: #F0F1FF;
  padding: 0.5625rem 1.5rem;
  border-left: 0.5rem solid #4D3EEF;
  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;
  letter-spacing: 0.04em;
}
@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: 1.125rem 1.0625rem;
    border-left: 2px solid #4D3EEF;
    letter-spacing: 0;
  }
}
.single-contents .p-entry__body h3.wp-block-heading {
  font-size: max(1.5rem, 12px);
  font-weight: 700;
  line-height: 1.3333333333;
  border-top: 0.3125rem solid #D1CCFF;
  border-bottom: 0.3125rem solid #D1CCFF;
  padding: 1.4375rem 0;
  letter-spacing: 0.04em;
  color: #4D3EEF;
}
@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;
    border-top: 3px solid #D1CCFF;
    border-bottom: 3px solid #D1CCFF;
  }
}
.single-contents .p-entry__body h4.wp-block-heading {
  font-size: max(1.25rem, 12px);
  line-height: 1.6;
  font-weight: 500;
  padding: 0.25rem 0 0.25rem 1.5rem;
  border-left: 0.3125rem solid #D1CCFF;
  letter-spacing: 0.04em;
}
@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: 0.4375rem 0 0.4375rem 0.75rem;
    border-left: 3px solid #D1CCFF;
  }
}
.single-contents .p-entry__body p {
  font-weight: 400;
  line-height: 1.8125;
  font-size: max(1rem, 12px);
}
@media screen and (max-width: 767px) {
  .single-contents .p-entry__body p {
    font-size: max(0.875rem, 12px);
  }
}
.single-contents .p-entry__body p a {
  color: #619dd0;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.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;
}
.single-contents .p-entry__body ul li,
.single-contents .p-entry__body ol li {
  position: relative;
}
.single-contents .p-entry__body ul li + li,
.single-contents .p-entry__body ol li + li {
  margin-top: 0.5rem;
}
.single-contents .p-entry__body ul li {
  padding-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .single-contents .p-entry__body ul li {
    padding-left: 1rem;
  }
}
.single-contents .p-entry__body ul li::before {
  position: absolute;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  left: 0;
  top: 0.625rem;
  background-color: #cccccc;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .single-contents .p-entry__body ul li::before {
    top: 0.4375rem;
  }
}
.single-contents .p-entry__body ol {
  counter-reset: item;
  list-style-type: none;
}
.single-contents .p-entry__body ol li {
  padding-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .single-contents .p-entry__body ol li {
    padding-left: 1rem;
  }
}
.single-contents .p-entry__body ol li::before {
  position: absolute;
  counter-increment: item;
  content: counter(item) "　";
  font-weight: 700;
  left: 0;
  top: 0rem;
  color: #4D3EEF;
}
.single-contents .p-entry__body blockquote.wp-block-quote {
  margin-right: 0;
  margin-left: 0;
  border-left: none;
  color: #666;
  padding: 2rem;
  background-color: #f7f7f7;
  border-radius: 8px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
}
@media screen and (max-width: 767px) {
  .single-contents .p-entry__body blockquote.wp-block-quote {
    padding: 1rem;
  }
}
.single-contents .p-entry__body blockquote.wp-block-quote p {
  font-size: max(1rem, 12px);
  line-height: 1.8125;
  font-weight: 400;
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .single-contents .p-entry__body blockquote.wp-block-quote p {
    font-size: max(0.875rem, 12px);
  }
}
.single-contents .p-entry__body blockquote.wp-block-quote cite {
  font-size: max(0.875rem, 12px);
  line-height: 1.4285714286;
  font-weight: 400;
  margin-top: 0.75rem;
  display: block;
  text-align: right;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .single-contents .p-entry__body blockquote.wp-block-quote cite {
    text-align: left;
    margin-top: 0.5rem;
  }
}
.single-contents .p-entry__body blockquote.wp-block-quote cite a {
  text-decoration: underline;
  color: #619dd0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  word-break: break-all;
  text-align: left;
}
.single-contents .p-entry__body blockquote.wp-block-quote cite a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .single-contents .p-entry__body blockquote.wp-block-quote cite a {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .single-contents .p-entry__body .wp-block-button {
    min-width: 15.625rem;
  }
}
.single-contents .p-entry__body .wp-block-button .wp-block-button__link {
  position: relative;
  padding: 1rem 2rem 1.0625rem;
  border-radius: 5px;
  background-color: transparent;
  background-image: linear-gradient(135deg, #4d3eef 0%, #743eef 50%, transparent 50%);
  background-position: 100%;
  background-size: 210%;
  color: #4D3EEF;
  border: 2px solid #4D3EEF;
  text-decoration: none;
  -webkit-transition: background-position 200ms ease-in-out;
  transition: background-position 200ms ease-in-out;
  border-radius: 6.25rem;
  font-size: max(1.125rem, 12px);
  font-weight: 700;
  min-width: 25rem;
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .single-contents .p-entry__body .wp-block-button .wp-block-button__link {
    font-size: max(1.125rem, 12px);
    letter-spacing: 0.06em;
    padding: 1rem 1.6875rem 1.125rem;
    min-width: 15.625rem;
    max-width: 100%;
    background-size: 220%;
  }
}
@media (any-hover: hover) {
  .single-contents .p-entry__body .wp-block-button .wp-block-button__link:hover {
    background-position: 0;
    color: #fff;
    opacity: 1;
  }
  .single-contents .p-entry__body .wp-block-button .wp-block-button__link:hover::before {
    -webkit-transform: translate(60%, -85%);
            transform: translate(60%, -85%);
  }
}
.single-contents .p-entry__body .wp-block-button .wp-block-button__link::before {
  position: absolute;
  content: "";
  background: url(../images/common/arrow-right-purple.svg) no-repeat center center/contain;
  right: 0;
  top: 50%;
  -webkit-transform: translate(50%, -85%);
          transform: translate(50%, -85%);
  width: 2.5rem;
  height: 0.625rem;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
@media screen and (max-width: 767px) {
  .single-contents .p-entry__body .wp-block-button .wp-block-button__link::before {
    height: 0.5625rem;
  }
}
.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%;
}

.single-contents .p-entry__body > h2.wp-block-heading {
  margin-top: 0;
}

.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;
}
@media screen and (max-width: 767px) {
  .wp-block-table.table-type01 table th,
  .wp-block-table.table-type01 table td, .wp-block-table.table-type02 table th,
  .wp-block-table.table-type02 table td, .wp-block-table.table-type03 table th,
  .wp-block-table.table-type03 table td, .wp-block-table.table-type04 table th,
  .wp-block-table.table-type04 table td {
    min-width: 6.1875rem;
    max-width: 21.875rem;
  }
}
.wp-block-table.table-type02 tr th {
  background-color: #4D3EEF;
}
.wp-block-table.table-type02 tr:first-child td {
  background-color: #4D3EEF;
  color: white;
}
.wp-block-table.table-type03 tr th {
  background-color: #4D3EEF;
}
.wp-block-table.table-type03 tr td:first-child {
  background-color: #4D3EEF;
  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: #4D3EEF;
}
.wp-block-table.table-type04 tr:first-child td {
  background-color: #4D3EEF;
  color: white;
}
.wp-block-table.table-type04 tr td:first-child {
  background-color: #4D3EEF;
  color: white;
  max-width: 18.75rem;
}
@media screen and (max-width: 767px) {
  .wp-block-table.table-type04 tr td:first-child {
    max-width: 9.375rem;
  }
}

.blog-card {
  width: 100%;
  max-width: 35rem;
  overflow: hidden;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
.blog-card::after {
  position: absolute;
  content: "";
  width: 0.4375rem;
  height: 0.625rem;
  background: url(../images/link-arrow-black.svg) no-repeat center center/contain;
  right: 1rem;
  bottom: 1.25rem;
}

.blog-card-link {
  color: #333;
  background: #f7f7f7;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
@media screen and (max-width: 767px) {
  .blog-card-link {
    padding: 0;
  }
}
.blog-card-link:hover {
  opacity: 0.7;
}

.blog-card-thumbnail {
  width: 30%;
  aspect-ratio: 160/128;
}
@media screen and (max-width: 767px) {
  .blog-card-thumbnail {
    aspect-ratio: 120/100;
    width: 40.5%;
  }
}
.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 {
  width: 100%;
  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(1rem, 12px);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .blog-card-title {
    font-size: max(0.875rem, 12px);
  }
}

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

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

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

.note-box-text {
  font-size: 1rem;
  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: #F0F1FF;
  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: #4D3EEF;
}
.benefits-block__merit ul li::before {
  background-color: #D1CCFF !important;
}

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

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

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

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

.single-contents #toc_container {
  width: 100%;
  font-size: medium;
  font-size: initial;
  padding: 0;
  border-color: #4D3EEF;
  margin-top: 1.875rem;
  font-family: "Noto Sans JP", sans-serif;
}
.single-contents #toc_container .toc_title {
  padding: 1rem 2rem;
  background-color: #f7f7f7;
  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: 1rem;
  height: 0.5rem;
  background: url(../images/toc-open.svg) no-repeat center center/contain;
  right: 2.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .single-contents #toc_container .toc_title::after {
    right: 1.3125rem;
    width: 0.625rem;
    height: 0.3125rem;
    background: url(../images/sp_toc-open.svg) no-repeat center center/contain;
  }
}
.single-contents #toc_container .toc_title.active::before {
  content: "閉じる";
  position: absolute;
  right: 2.0625rem;
  top: calc(50% + 1.25rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0.75rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .single-contents #toc_container .toc_title.active::before {
    top: calc(50% + 1.125rem);
    right: 0.5rem;
    font-weight: 400;
  }
}
.single-contents #toc_container .toc_title.active::after {
  height: 1rem;
  background: url(../images/toc-close.svg) no-repeat center center/contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .single-contents #toc_container .toc_title.active::after {
    height: 0.625rem;
    background: url(../images/sp_toc-close.svg) no-repeat center center/contain;
  }
}
.single-contents #toc_container .toc_list {
  padding: 0.5rem 2rem 2rem;
  display: none;
  background-color: #f7f7f7;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .single-contents #toc_container .toc_list {
    padding: 0.5rem 1rem 1rem;
  }
}
@media (any-hover: hover) {
  .single-contents #toc_container .toc_list a {
    text-decoration: none;
    color: #000;
    background-image: -webkit-gradient(linear, left top, right top, from(#000), to(#000));
    background-image: linear-gradient(90deg, #000, #000);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 0 1px;
    -webkit-transition: background-size 0.6s;
    transition: background-size 0.6s;
  }
  .single-contents #toc_container .toc_list a:hover {
    background-size: 100% 1px;
  }
}
.single-contents #toc_container .toc_list li {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  padding-left: 0;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .single-contents #toc_container .toc_list li {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.single-contents #toc_container .toc_list li::before {
  display: none;
}
.single-contents #toc_container .toc_list li > ul {
  margin-top: 1rem;
  padding-left: 1.875rem;
  margin-bottom: 0 !important;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .single-contents #toc_container .toc_list li > ul {
    margin-top: 0.5rem;
    padding-left: 0;
  }
}
.single-contents #toc_container .toc_list li > ul li {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .single-contents #toc_container .toc_list li > ul li {
    font-size: 0.75rem;
  }
}
.single-contents #toc_container .toc_list li > ul li + li {
  margin-top: 0.6875rem;
}
@media screen and (max-width: 767px) {
  .single-contents #toc_container .toc_list li > ul li + li {
    margin-top: 0.5rem;
  }
}
.single-contents #toc_container .toc_list > li:nth-of-type(n + 2) {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .single-contents #toc_container .toc_list > li:nth-of-type(n + 2) {
    margin-top: 1rem;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.l-affiliation {
  padding-top: 8.6875rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background: linear-gradient(-45deg, #743eef 0%, #4d3eef 100%);
}
@media screen and (max-width: 767px) {
  .l-affiliation {
    padding-top: 4rem;
  }
}

.l-affiliation.lazyloaded::before {
  background: url(../images/bvp/affiliation-text.svg) no-repeat center center/contain;
  width: clamp(46.875rem, -36.872rem + 130.73vw, 120rem);
  height: 13.0625rem;
}
@media screen and (max-width: 767px) {
  .l-affiliation.lazyloaded::before {
    background: url(../images/bvp/sp_affiliation-text.svg) no-repeat center center/contain;
    width: 20.5rem;
    height: 2.25rem;
  }
}

@media screen and (min-width: 768px) {
  div.l-affiliation__inner {
    max-width: calc(80rem + 96px);
  }
}

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

a.l-btn-fixed {
  display: none;
}
@media screen and (max-width: 767px) {
  a.l-btn-fixed {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
  }
}

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

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

.l-feature {
  padding-top: 8.75rem;
  padding-bottom: 7.5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-feature {
    padding-top: 3.5rem;
    padding-bottom: 4rem;
  }
}

.l-feature.lazyloaded::before {
  background: url(../images/about/feature-text.svg) no-repeat center center/contain;
  width: clamp(40.625rem, 2.833rem + 78.73vw, 97.313rem);
  height: 13.375rem;
}
@media screen and (max-width: 767px) {
  .l-feature.lazyloaded::before {
    background: url(../images/about/sp_feature-text.svg) no-repeat center center/contain;
    width: 20.3125rem;
    height: 2.8125rem;
  }
}

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

div.l-footer-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-footer {
  color: #fff;
}
.l-footer small {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-footer small {
    font-size: 0.875rem;
  }
}

.l-footer__main {
  background: linear-gradient(-45deg, #743eef 0%, #4d3eef 100%);
}

.l-footer__main-content {
  padding: 4rem 0;
}
@media screen and (max-width: 767px) {
  .l-footer__main-content {
    padding-top: 2.5625rem;
    padding-bottom: 4rem;
  }
}

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

.l-footer__right {
  margin-top: 3.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.4375rem;
}
@media screen and (max-width: 767px) {
  .l-footer__right {
    margin-top: 2.6875rem;
    display: block;
    gap: 0;
  }
}

.l-footer__sub {
  color: #fff;
  font-size: max(1.125rem, 12px);
  font-weight: 500;
  padding: 1rem 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-footer__sub {
    padding-top: 0.75rem;
    padding-bottom: 1.875rem;
    font-size: max(0.875rem, 12px);
  }
}

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

.l-header {
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 30;
}

.l-header__inner {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 2rem 1rem;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    padding-inline: 1rem 0;
  }
}

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

@media screen and (max-width: 767px) {
  .l-inner--p36 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}

@media screen and (max-width: 767px) {
  .l-inner--p16 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .l-inner--900 {
    max-width: calc(56.25rem + 64px);
  }
}

@media screen and (max-width: 767px) {
  .l-inner--p53 {
    padding-left: 3.3125rem;
    padding-right: 3.3125rem;
  }
}

.l-mt32 {
  margin-top: 2rem;
}

.l-mt46 {
  margin-top: 2.875rem;
}
@media screen and (max-width: 767px) {
  .l-mt46 {
    margin-top: 1.5625rem;
  }
}

.l-mt50 {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .l-mt50 {
    margin-top: 1.6875rem;
  }
}

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

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

.l-obtain {
  padding-top: 8.75rem;
  padding-bottom: 5rem;
  background: linear-gradient(-45deg, #743eef 0%, #4d3eef 100%);
}
@media screen and (max-width: 767px) {
  .l-obtain {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.l-obtain.lazyloaded::before {
  background: url(../images/bcc/obtain-text.svg) no-repeat center center/contain;
  width: clamp(40.625rem, 4.478rem + 56.42vw, 72.188rem);
  height: 13.25rem;
}
@media screen and (max-width: 767px) {
  .l-obtain.lazyloaded::before {
    background: url(../images/bcc/sp_obtain-text.svg) no-repeat center center/contain;
    width: 15rem;
    height: 2.75rem;
  }
}

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

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

.l-pt100 {
  padding-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-pt100 {
    padding-top: 2.75rem;
  }
}

.l-pt195 {
  padding-top: 12.1875rem;
}
@media screen and (max-width: 767px) {
  .l-pt195 {
    padding-top: 5.375rem;
  }
}

.l-section-back-text {
  padding-top: 8.75rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .l-section-back-text {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

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

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

.c-2column-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .c-2column-item {
    display: block;
  }
}

.c-2column-item__subtitle {
  font-size: max(2.5rem, 12px);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.6;
  color: #4D3EEF;
}
@media screen and (max-width: 767px) {
  .c-2column-item__subtitle {
    font-size: max(1.375rem, 12px);
    letter-spacing: 0.02em;
    line-height: 1.4545454545;
  }
}

.c-2column-item__img {
  width: 45.85%;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .c-2column-item__img {
    width: 90%;
    margin-right: 0;
    margin-left: auto;
  }
}
.c-2column-item__img img {
  width: 100%;
  border-radius: 0.5rem 0 0 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-2column-item__img img {
    border-radius: 0.5rem 0 0 0.5rem;
  }
}

.c-2column-item__img--front {
  z-index: 2;
}

.c-2column-item__body {
  background-color: #fff;
  padding: 3.75rem 3.75rem 3.75rem clamp(0rem, -6.833rem + 14.24vw, 10.25rem);
  border-radius: 0 0.5rem 0.5rem 0;
  width: 57.6%;
  position: relative;
  margin-right: -18.25rem;
  margin-left: calc(50% - 50vw);
  z-index: 1;
}
@media screen and (max-width: 1777px) {
  .c-2column-item__body {
    padding: 2.875rem;
  }
}
@media screen and (max-width: 767px) {
  .c-2column-item__body {
    margin-top: -1rem;
    margin-right: auto;
    margin-left: 0;
    font-size: max(1rem, 12px);
    line-height: 2;
    padding: 1rem 1rem 1.5rem 1.5rem;
    display: block;
    width: 91.5%;
    border-radius: 0 0.5rem 0.5rem 0;
  }
}

@media screen and (min-width: 783px) and (max-width: 1500px) {
  .c-2column-item__body--bvp {
    padding: 1.4375rem 2.875rem;
  }
}
@media screen and (max-width: 767px) {
  .c-2column-item__body--bvp {
    margin-top: 1.5rem;
  }
}

.c-2column-item__text {
  margin-top: 1.625rem;
  font-size: max(1.125rem, 12px);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .c-2column-item__text {
    margin-top: 1rem;
    font-size: max(0.9375rem, 12px);
    letter-spacing: 0;
    line-height: 1.7333333333;
  }
}
.c-2column-item__text span {
  color: #4D3EEF;
  font-weight: 700;
}
.c-2column-item__text p + p {
  margin-top: 2rem;
}

.c-about-note {
  display: grid;
  gap: 0.5rem;
}
.c-about-note__item {
  font-size: max(1.375rem, 12px);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.8181818182;
  color: #fff;
  background: linear-gradient(-45deg, #743eef 0%, #4d3eef 100%);
  padding: 1.25rem 1.5rem;
  width: 100%;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-about-note__item {
    font-size: max(0.9375rem, 12px);
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.3333333333;
    padding: 0.6875rem 1rem;
    gap: 1rem;
  }
}

.c-about-note__number {
  font-size: max(2.5rem, 12px);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-about-note__number {
    font-size: max(1.5rem, 12px);
    letter-spacing: 0;
  }
}

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

.c-author-parts__title {
  font-size: 0.875rem;
  color: #fff;
  background-color: #bababa;
  border-radius: 3px;
  padding: 0.0625rem 0.625rem 0.1875rem;
}

.c-author-parts__name {
  font-size: 1rem;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-author-parts__name:hover {
  opacity: 0.7;
}

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

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

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

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

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

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

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

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

.c-back-text {
  position: relative;
  overflow: hidden;
}
.c-back-text::before {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 4.25rem;
}
@media screen and (max-width: 767px) {
  .c-back-text::before {
    top: 2.4375rem;
  }
}

.c-border-navigation {
  padding-left: 1rem;
  border-left: 2px solid #fff;
  font-size: max(1.25rem, 12px);
  font-weight: 500;
  letter-spacing: 0.1em;
  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-border-navigation {
    padding-left: 0.5rem;
    font-size: max(1rem, 12px);
    line-height: 1.125rem;
  }
}

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

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

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

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

.c-btn-circle {
  border: 2px solid #4D3EEF;
  width: 12.5rem;
  height: 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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  color: #4D3EEF;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: linear-gradient(-45deg, #743eef 0%, #4d3eef 100%);
  font-family: "Gabarito", sans-serif;
}
@media (any-hover: hover) {
  .c-btn-circle:hover {
    color: #fff;
  }
  .c-btn-circle:hover::before {
    -webkit-transform: translate(60%, -50%);
            transform: translate(60%, -50%);
  }
  .c-btn-circle:hover::after {
    opacity: 0;
  }
}
.c-btn-circle::before {
  position: absolute;
  content: "";
  background: url(../images/common/arrow-right-purple.svg) no-repeat center center/contain;
  right: 0;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  width: clamp(2.188rem, 0.112rem + 3.24vw, 4rem);
  height: 0.9375rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}
.c-btn-circle::after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  border-radius: 50%;
  background-color: #fff;
}
.c-btn-circle span {
  position: relative;
  z-index: 1;
  font-size: max(1.625rem, 12px);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.1923076923;
}

.c-btn-fixed {
  border-top: 1px solid #fff;
  background: linear-gradient(135deg, #000 0%, #824bff 100%);
  font-size: max(1.625rem, 12px);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.1923076923;
  padding: 1rem 2.875rem;
  color: #fff;
  max-width: 100%;
  text-align: center;
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  font-family: "Gabarito", sans-serif;
}
.c-btn-fixed span {
  display: inline-block;
  position: relative;
}
.c-btn-fixed span::before {
  position: absolute;
  content: "";
  background: url(../images/common/floating_arrow-right-white.svg) no-repeat center center/contain;
  right: -2.25rem;
  top: 37%;
  width: 1.5rem;
  height: 0.375rem;
}

.c-btn-green {
  background-color: #06c755;
  border-radius: 6.25rem;
  color: #fff;
  padding: 1.25rem 1.25rem 1.5625rem 1.875rem;
  font-size: max(1.5rem, 12px);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4583333333;
  position: relative;
  width: 29.1875rem;
  max-width: 100%;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-btn-green {
    font-size: max(1rem, 12px);
    letter-spacing: 0;
    line-height: 1.25;
    padding: 0.6875rem 0.5625rem 0.8125rem 5.375rem;
    text-align: left;
    width: 15.625rem;
  }
}
@media (any-hover: hover) {
  .c-btn-green:hover {
    background-color: #22d56b;
  }
}
.c-btn-green::before {
  position: absolute;
  content: "";
  background: url(../images/bcc/icon-line.svg) no-repeat center center/contain;
  left: 1.875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.125rem;
  height: 2rem;
}
@media screen and (max-width: 767px) {
  .c-btn-green::before {
    left: 2.75rem;
  }
}
.c-btn-green::after {
  position: absolute;
  content: "";
  background: url(../images/common/arrow-right-white02.svg) no-repeat center center/contain;
  right: 2.125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.5rem;
  aspect-ratio: 6/12;
}
@media screen and (max-width: 767px) {
  .c-btn-green::after {
    right: 0.9375rem;
  }
}

.c-btn-playback {
  font-size: max(1.125rem, 12px);
  font-weight: 700;
  letter-spacing: 0.04em;
  padding-top: 0.5625rem;
  padding-left: 3.25rem;
  padding-bottom: 0.625rem;
  width: 20rem;
  max-width: 100%;
  position: relative;
  border: 1px solid #4D3EEF;
  border-radius: 6.25rem;
  color: #4D3EEF;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-btn-playback {
    width: 17.5rem;
  }
}
.c-btn-playback::before {
  position: absolute;
  content: "";
  background: url(../images/common/icon-playback.svg) no-repeat center center/contain;
  left: 0.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
}
@media (any-hover: hover) {
  .c-btn-playback:hover {
    color: #fff;
    background-color: #4D3EEF;
    cursor: pointer;
  }
  .c-btn-playback:hover::before {
    background: url(../images/common/icon-playback-hover.svg) no-repeat center center/contain;
  }
}
.c-btn-playback.playing::before {
  background: url(../images/common/icon-playstop.svg) no-repeat center center/contain;
}
@media (any-hover: hover) {
  .c-btn-playback.playing:hover::before {
    background: url(../images/common/icon-playstop-hover.svg) no-repeat center center/contain;
  }
}

.c-btn {
  position: relative;
  padding: 1rem 2rem 1.0625rem;
  border-radius: 5px;
  background-color: transparent;
  background-image: linear-gradient(135deg, #4d3eef 0%, #743eef 50%, transparent 50%);
  background-position: 100%;
  background-size: 210%;
  color: white;
  border: 2px solid #fff;
  text-decoration: none;
  -webkit-transition: background-position 200ms ease-in-out;
  transition: background-position 200ms ease-in-out;
  border-radius: 6.25rem;
  font-size: max(1.125rem, 12px);
  font-weight: 700;
  min-width: 25rem;
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-btn {
    font-size: max(1rem, 12px);
    padding: 1rem 1.6875rem 1.25rem;
    min-width: 15.625rem;
  }
}
@media (any-hover: hover) {
  .c-btn:hover {
    background-position: 0;
  }
  .c-btn:hover::before {
    -webkit-transform: translate(60%, -85%);
            transform: translate(60%, -85%);
  }
}
.c-btn::before {
  position: absolute;
  content: "";
  background: url(../images/common/arrow-right-white.svg) no-repeat center center/contain;
  right: 0;
  top: 50%;
  -webkit-transform: translate(50%, -85%);
          transform: translate(50%, -85%);
  width: 2.5rem;
  height: 0.625rem;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
@media screen and (max-width: 767px) {
  .c-btn::before {
    height: 0.5625rem;
  }
}

@media screen and (max-width: 767px) {
  .c-btn--about {
    border: 2px solid #4D3EEF;
    color: #4D3EEF;
    font-size: max(1.125rem, 12px);
    line-height: 1.33;
  }
  .c-btn--about::before {
    background: url(../images/common/arrow-right-purple.svg) no-repeat center center/contain;
  }
}

.c-btn--purple {
  border: 2px solid #4D3EEF;
  font-size: max(1.125rem, 12px);
  line-height: 1.7777777778;
}
.c-btn--purple::before {
  background: url(../images/common/arrow-right-purple.svg) no-repeat center center/contain;
}

@media (any-hover: hover) {
  .c-card-talent:hover .c-card-talent__img img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.c-card-talent__img {
  aspect-ratio: 1/1;
  width: 100%;
  margin-inline: auto;
  overflow: hidden;
  border-radius: 50%;
}
.c-card-talent__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .c-card-talent__body {
    margin-top: 0.25rem;
  }
}

.c-card-talent__title {
  margin-top: 1rem;
  font-size: max(1.5rem, 12px);
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.4583333333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .c-card-talent__title {
    margin-top: 0.5rem;
    font-size: max(1.125rem, 12px);
    line-height: 1.4444444444;
  }
}

.c-card-talent__en-title {
  font-size: max(1rem, 12px);
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: #fff;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .c-card-talent__en-title {
    font-size: max(0.75rem, 12px);
    line-height: 1.4166666667;
  }
}

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

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

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

.c-hoverRun {
  text-decoration: none;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
  background-image: linear-gradient(90deg, #fff, #fff);
  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 (any-hover: hover) {
  .c-hoverRun:hover {
    background-size: 100% 1px;
  }
}

.c-introduction-column {
  display: grid;
  grid-template-columns: 20rem 1fr;
  gap: 4.125rem;
  margin-inline: auto;
  max-width: 63.875rem;
}
@media screen and (max-width: 1024px) {
  .c-introduction-column {
    max-width: 65rem;
  }
}
@media screen and (max-width: 767px) {
  .c-introduction-column {
    display: block;
  }
}

.c-introduction-column--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .c-introduction-column--center {
    gap: 3.4375rem;
  }
}

.c-introduction-column__body {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-introduction-column__body {
    margin-top: 0.9375rem;
  }
}

@media screen and (max-width: 767px) {
  .c-introduction-column__profile {
    text-align: center;
  }
}
.c-introduction-column__profile span {
  display: block;
}
.c-introduction-column__profile span:nth-child(1) {
  font-size: max(1rem, 12px);
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-introduction-column__profile span:nth-child(1) {
    font-size: max(0.875rem, 12px);
  }
}
.c-introduction-column__profile span:nth-child(2) {
  margin-top: 1rem;
  font-size: max(1.5rem, 12px);
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-introduction-column__profile span:nth-child(2) {
    margin-top: 0.25rem;
    font-size: max(1.25rem, 12px);
  }
}
.c-introduction-column__profile span:nth-child(3) {
  font-size: max(2rem, 12px);
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .c-introduction-column__profile span:nth-child(3) {
    font-size: max(1.625rem, 12px);
  }
}

@media screen and (max-width: 767px) {
  .c-introduction-column__img {
    width: 12.5rem;
    max-width: 100%;
    margin-inline: auto;
  }
}
.c-introduction-column__img img {
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .c-introduction-column__img img {
    margin-inline: auto;
  }
}

@media screen and (max-width: 767px) {
  .c-introduction-column__img--sp240 {
    width: 15rem;
  }
}

.c-introduction-column__sns {
  margin-top: 1.875rem;
}

.c-logo {
  padding: 1.625rem 0;
}
@media screen and (max-width: 767px) {
  .c-logo {
    padding: 1rem 0;
  }
}

.c-logo__item {
  width: 12.625rem;
}
@media screen and (max-width: 767px) {
  .c-logo__item {
    width: 7.375rem;
  }
}
.c-logo__item img,
.c-logo__item picture {
  width: 100%;
}

.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: 4.75rem;
    margin-top: 0.3125rem;
  }
}

.c-menu-button {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-menu-button {
    display: block;
    position: relative;
    z-index: 40;
    cursor: pointer;
    width: 3.125rem;
    height: 3.125rem;
  }
}
.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: 50%;
  top: 1.1875rem;
  left: 0.3125rem;
}
.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: 50%;
  top: 1.9375rem;
  left: 0.3125rem;
}

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

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

.c-navigation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .c-navigation__list {
    z-index: 40;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    max-width: 25rem;
    margin: 0 auto;
    gap: 0;
  }
}

.c-navigation__item {
  height: 3.75rem;
  padding: 0 0.9375rem;
}
@media screen and (max-width: 767px) {
  .c-navigation__item {
    width: 100%;
    height: auto;
    padding: 0;
  }
  .c-navigation__item:not(:last-child) {
    border-bottom: 1px solid #fff;
  }
}
.c-navigation__item--has-child {
  position: relative;
  padding-right: 1.4375rem;
}
@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.625rem;
    border-bottom: 4px solid #4D3EEF;
    border-right: 4px solid #4D3EEF;
  }
  .c-navigation__item--has-child:hover .c-navigation__link, .c-navigation__item--has-child:active .c-navigation__link {
    color: #4D3EEF;
  }
}
@media screen and (max-width: 767px) {
  .c-navigation__item--has-child {
    cursor: pointer;
    padding-bottom: 1.4375rem;
  }
  .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 .c-navigation__link {
    padding-bottom: 0;
  }
}
.c-navigation__item--has-child::after {
  position: absolute;
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  border-bottom: 4px solid #fff;
  border-right: 4px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 0rem;
  top: 1.3125rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .c-navigation__item--has-child::after {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .c-navigation__item:hover .c-navigation__under, .c-navigation__item:active .c-navigation__under {
    background-size: 100% 1px;
  }
}

.c-navigation__link {
  font-size: 1.625rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-family: "Gabarito", sans-serif;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 1.3125rem 0 1.375rem;
  line-height: 1.1923076923;
}
@media (any-hover: hover) {
  .c-navigation__link:hover {
    color: #4D3EEF;
  }
}

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

.c-navigation__submenu {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (min-width: 768px) {
  .c-navigation__submenu {
    display: none !important;
    position: absolute;
    top: 3.75rem;
  }
}
@media screen and (max-width: 767px) {
  .c-navigation__submenu {
    margin-top: 0.25rem;
  }
}

.c-page-back::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-image: url(../images/common/page-back.webp);
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .c-page-back::before {
    background-image: url("../images/common/sp_page-back.webp");
  }
}

.c-pagetop {
  width: 4.625rem;
  height: 4rem;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -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;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.c-pagetop img {
  width: 0.625rem;
  aspect-ratio: 10/12;
}
@media (any-hover: hover) {
  .c-pagetop:hover {
    background-color: #28b5e8;
  }
}

.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-ja {
  font-size: max(3.5rem, 12px);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4464285714;
  padding-bottom: 0.5625rem;
  border-bottom: 3px solid #fff;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .c-parts-page-title-ja {
    font-size: max(1.75rem, 12px);
    letter-spacing: 0.04em;
    line-height: 1.4285714286;
    padding-bottom: 0.5rem;
  }
}

.c-parts-page-title {
  font-family: "Gabarito", sans-serif;
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1.203125;
  padding-bottom: 0.5rem;
  border-bottom: 3px solid #fff;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .c-parts-page-title {
    font-size: max(2rem, 12px);
    letter-spacing: 0.04em;
    line-height: 1.1875;
  }
}

.c-parts-page-title--no-border {
  border: none;
}

.c-parts-page-title__subtitle {
  padding-top: 0.875rem;
  font-family: "Gabarito", sans-serif;
  font-size: max(1.125rem, 12px);
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1.2222222222;
  color: #fff;
  text-transform: uppercase;
  border-top: 3px solid #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .c-parts-page-title__subtitle {
    padding-top: 0.625rem;
    font-size: max(1rem, 12px);
    line-height: 1.1875;
  }
}

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

.c-post-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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: 23.5rem;
}
@media screen and (max-width: 767px) {
  .c-post-links__prev,
  .c-post-links__next {
    width: 100%;
    max-width: none;
  }
}
.c-post-links__prev a,
.c-post-links__next a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-height: 2.5rem;
  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;
}
@media screen and (max-width: 767px) {
  .c-post-links__prev a,
  .c-post-links__next a {
    gap: 0.5rem;
  }
}
@media (any-hover: hover) {
  .c-post-links__prev a:hover .c-post-links__hover,
  .c-post-links__next a:hover .c-post-links__hover {
    background-size: 100% 1px;
  }
}

.c-post-links__hover {
  text-decoration: none;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
  background-image: linear-gradient(90deg, #fff, #fff);
  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-post-links__next a {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}
.c-post-links__next .c-post-links__title {
  display: inline-block;
  text-align: left;
}

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

.c-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6.25rem;
  background-color: #fff;
  padding: 1.125rem 4.5625rem 1.375rem 2rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
}
@media screen and (max-width: 767px) {
  .c-post {
    min-height: 5.9375rem;
    display: block;
    border-radius: 1rem;
    padding: 0.5rem 2.5rem 0.75rem 1rem;
  }
}
@media (any-hover: hover) {
  .c-post:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  .c-post:hover .c-post__title {
    color: #4D3EEF;
  }
}
.c-post::before {
  position: absolute;
  content: "";
  background: url(../images/common/arrow-right-purple02.svg) no-repeat center center/contain;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.625rem;
  aspect-ratio: 10/14;
}
@media screen and (max-width: 767px) {
  .c-post::before {
    right: 1rem;
  }
}

.c-post__date {
  color: #4D3EEF;
  font-size: max(0.875rem, 12px);
  font-weight: 700;
  letter-spacing: 0.08em;
  width: 5.3125rem;
}
@media screen and (max-width: 1024px) {
  .c-post__date {
    width: 8.125rem;
  }
}
@media screen and (max-width: 767px) {
  .c-post__date {
    width: auto;
  }
}

.c-post__title {
  font-size: max(1rem, 12px);
  font-weight: 700;
  letter-spacing: 0.08em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: calc(100% - 7.3125rem);
}
@media screen and (max-width: 1024px) {
  .c-post__title {
    width: calc(100% - 10.125rem);
  }
}
@media screen and (max-width: 767px) {
  .c-post__title {
    width: auto;
    margin-top: 0.125rem;
    font-size: max(0.9375rem, 12px);
    letter-spacing: 0;
    line-height: 1.7333333333;
    -webkit-line-clamp: 2;
  }
}

.c-section-title-en {
  color: #4D3EEF;
  font-size: max(4rem, 12px);
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-section-title-en {
    font-size: max(1.625rem, 12px);
    line-height: 1.5384615385;
    color: #fff;
  }
}

.c-section-title {
  font-size: max(2.5rem, 12px);
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.6;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-section-title {
    font-size: max(1.5rem, 12px);
    letter-spacing: 0.1em;
    line-height: 1.6666666667;
  }
}

@media screen and (max-width: 767px) {
  .c-section-title--row {
    line-height: 1.3333333333;
  }
}

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

.c-share-block {
  background-color: #f7f7f7;
  padding: 1rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .c-share-block {
    padding: 1.5625rem 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;
  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-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .c-sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.c-sns__link {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 1.9375rem;
}
@media (any-hover: hover) {
  .c-sns__link:hover {
    opacity: 0.7;
  }
}

.c-submenu {
  width: 100%;
  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;
}

.c-submenu__item {
  display: block;
  font-family: "Gabarito", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .c-submenu__item:hover, .c-submenu__item:active {
    color: #4D3EEF;
  }
}

.c-table__item {
  border-bottom: 1px solid #4D3EEF;
  padding: 1.625rem 0 1.5rem;
  display: grid;
  grid-template-columns: 9.375rem 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-table__item {
    padding: 1rem 0;
    gap: 1.5rem;
    grid-template-columns: 5.3125rem 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.c-table__item:first-child {
  padding-top: 0;
}

.c-table__head {
  font-size: max(1rem, 12px);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-table__head {
    font-size: max(1rem, 12px);
    letter-spacing: 0.04em;
  }
}

.c-table__body {
  font-size: max(1rem, 12px);
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .c-table__body {
    letter-spacing: 0.04em;
    line-height: 1.5;
  }
}
.c-table__body a {
  color: #d090ff;
  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-talent-slider .swiper-slide {
  aspect-ratio: 480/680;
}
@media screen and (max-width: 767px) {
  .c-talent-slider .swiper-slide {
    aspect-ratio: 240/354;
  }
}
.c-talent-slider .slider .swiper-button-prev::after,
.c-talent-slider .slider .swiper-button-next::after {
  display: none;
}
.c-talent-slider .swiper.slider-thumbnail {
  width: 6.25rem;
  height: 41.25rem;
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .c-talent-slider .swiper.slider-thumbnail {
    margin-top: 1rem;
    margin-left: auto;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .c-talent-slider .swiper.slider-thumbnail .swiper-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: grid;
    width: 15rem;
    margin-inline: auto;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
  }
}
.c-talent-slider .slider-thumbnail .swiper-slide {
  aspect-ratio: 1/1;
  width: 6.25rem;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-talent-slider .slider-thumbnail .swiper-slide {
    height: 4.625rem;
    width: 4.625rem !important;
  }
}
.c-talent-slider .slider-thumbnail .swiper-slide.swiper-slide-thumb-active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 0.3125rem solid #4D3EEF;
  border-radius: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .c-talent-slider .slider-thumbnail .swiper-slide.swiper-slide-thumb-active::before {
    border: 0.1875rem solid #4D3EEF;
  }
}
.c-talent-slider .swiper {
  width: 30rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .c-talent-slider .swiper {
    width: 15rem;
  }
}
.c-talent-slider .swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}
.c-talent-slider .swiper-button-prev,
.c-talent-slider .swiper-button-next {
  width: 1.5rem;
  height: 1.5rem;
  top: auto;
  bottom: 1.25rem;
}
.c-talent-slider .swiper-button-prev::after,
.c-talent-slider .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  margin: auto;
  width: 1.5rem;
  height: 1.5rem;
}
.c-talent-slider .swiper-button-prev {
  left: calc(50% - 6.5625rem);
}
.c-talent-slider .swiper-button-prev::after {
  background-image: url(../images/common/slider-arrow-left.svg);
}
.c-talent-slider .swiper-button-next {
  right: calc(50% - 6.5625rem);
}
.c-talent-slider .swiper-button-next::after {
  background-image: url(../images/common/slider-arrow-right.svg);
}

.c-talent-slider__img {
  width: 100%;
  height: 100%;
}

.c-text {
  font-size: max(1.125rem, 12px);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2.2222222222;
}
@media screen and (max-width: 767px) {
  .c-text {
    font-size: max(0.9375rem, 12px);
    letter-spacing: 0;
    line-height: 1.7333333333;
  }
}

.c-white-border-bottom {
  border-bottom: 1px solid #fff;
}

.c-white-label {
  background-color: #fff;
  color: #743eef;
  font-size: max(1.625rem, 12px);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.8461538462;
  padding-left: 0.25rem;
  padding-right: 0.125rem;
  display: inline-block;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .c-white-label {
    font-size: max(1.125rem, 12px);
    letter-spacing: 0;
    line-height: 1.4444444444;
    padding-left: 0;
  }
}

.p-about-company {
  padding-top: 8.375rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-about-company {
    padding-top: 3.5rem;
    padding-bottom: 4rem;
  }
}

.p-about-company.lazyloaded::before {
  background: url(../images/about/company-text.svg) no-repeat center center/contain;
  width: clamp(40.625rem, 1.25rem + 82.03vw, 99.688rem);
  height: 13.25rem;
}
@media screen and (max-width: 767px) {
  .p-about-company.lazyloaded::before {
    background: url(../images/about/sp_company-text.svg) no-repeat center center/contain;
    width: 20.5rem;
    height: 2.75rem;
  }
}

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

.p-about-company__map-iframe {
  width: 100%;
  position: relative;
  padding-top: 57.6666666667%;
}
@media screen and (max-width: 767px) {
  .p-about-company__map-iframe {
    padding-top: 57.6388888889%;
  }
}
.p-about-company__map-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
}

.p-legal-counsel {
  background: linear-gradient(-45deg, #743eef 0%, #4d3eef 100%);
  padding-top: 8.625rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-legal-counsel {
    padding-block: 4rem;
  }
}

.p-legal-counsel--executive.lazyloaded::before {
  background: url(../images/about/legal-text.webp) no-repeat center center/contain;
  width: clamp(40.625rem, 1.25rem + 82.03vw, 99.688rem);
  height: 13.25rem;
}
@media screen and (max-width: 767px) {
  .p-legal-counsel--executive.lazyloaded::before {
    background: url(../images/about/legal-text.webp) no-repeat center center/contain;
    width: 20.5rem;
    height: 2.75rem;
  }
}

.p-legal-counsel__content {
  margin-top: 6.4rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-legal-counsel__content {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .p-legal-counsel__content {
    flex-direction: row;
    align-items: flex-start;
    gap: 5rem;
  }
}

.p-legal-counsel__table {
  flex: 1;
}

.p-legal-counsel__logo {
  margin-top: 2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-legal-counsel__logo {
    margin-top: 0;
    flex-shrink: 0;
    width: 300px;
  }
}

.p-legal-counsel__logo img {
  max-width: 100%;
  height: auto;
}

.p-legal-counsel .c-table__item {
  border-bottom: 1px solid #fff;
}

.p-legal-counsel .c-table__body a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s;
}
.p-legal-counsel .c-table__body a:hover {
  opacity: 0.7;
}

.p-about {
  padding-bottom: 5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-about {
    padding-bottom: 4rem;
  }
}

@media screen and (min-width: 768px) {
  .p-about__inner {
    max-width: calc(98rem + 64px);
  }
}
@media screen and (max-width: 767px) {
  .p-about__inner {
    padding-inline: 1.5rem;
  }
}

.p-about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-about__content {
    display: block;
  }
}

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

.p-about__img--right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: calc(50% - 50vw);
  margin-left: 9.1%;
}
@media screen and (max-width: 767px) {
  .p-about__img--right {
    margin-left: 0;
  }
}
.p-about__img--right picture,
.p-about__img--right img {
  width: 100%;
  border-radius: 0.5rem 0 0 0.5rem;
}

.p-about__body {
  width: 60.6%;
}
@media screen and (max-width: 767px) {
  .p-about__body {
    width: 100%;
  }
}

.p-about__title {
  width: 50.4375rem;
}
@media screen and (max-width: 767px) {
  .p-about__title {
    margin-inline: auto;
    width: 20.5rem;
  }
}
.p-about__title img {
  width: 100%;
}

.p-about__text {
  color: #fff;
  font-size: max(1.375rem, 12px);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2.1818181818;
}
@media screen and (max-width: 767px) {
  .p-about__text {
    font-size: max(0.9375rem, 12px);
    letter-spacing: 0;
    line-height: 1.7333333333;
  }
}
.p-about__text span {
  color: #d43eef;
  font-size: max(1.625rem, 12px);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.8461538462;
}
@media screen and (max-width: 767px) {
  .p-about__text span {
    font-size: max(1.125rem, 12px);
    letter-spacing: 0;
    line-height: 1.4444444444;
  }
}
.p-about__text p + p {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-about__text p + p {
    margin-top: 1.625rem;
  }
}

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

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

.p-bvp {
  margin-top: 5rem;
  padding-bottom: 1.625rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-bvp {
    margin-top: 2rem;
  }
}

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

.p-contact__inner {
  max-width: calc(70.625rem + 64px);
}

.p-cost {
  background: linear-gradient(-45deg, #743eef 0%, #4d3eef 100%);
}

.p-cost.lazyloaded::before {
  background: url(../images/bcc/cost-text.svg) no-repeat center center/contain;
  width: clamp(40.625rem, 26.023rem + 22.79vw, 53.375rem);
  height: 13.375rem;
}
@media screen and (max-width: 767px) {
  .p-cost.lazyloaded::before {
    background: url(../images/bcc/sp_cost-text.svg) no-repeat center center/contain;
    width: 11rem;
    height: 2.75rem;
  }
}

.p-cost__content {
  margin-top: 8.875rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-cost__content {
    margin-top: 2rem;
    display: block;
  }
}

.p-cost__body {
  color: #fff;
}

.p-cost__free {
  padding-top: 0.5625rem;
  padding-bottom: 0.75rem;
  font-size: max(2.5rem, 12px);
  font-weight: 700;
  letter-spacing: 0.2em;
  border: 3px solid #fff;
  border-radius: 0.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-cost__free {
    width: 14.25rem;
    margin-inline: auto;
    font-size: max(1.625rem, 12px);
  }
}

.p-cost__subtitle {
  margin-top: 2rem;
  font-size: max(1.5rem, 12px);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-cost__subtitle {
    font-size: max(1.25rem, 12px);
  }
}

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

@media screen and (max-width: 767px) {
  .p-cost__img {
    margin-top: 2rem;
  }
}
.p-cost__img img {
  width: 100%;
  border-radius: 0.5rem;
}

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

.p-entry__body {
  background-color: #fff;
  border-radius: 1rem;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="6" /><feOffset dx="1" dy="4" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.16)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, .16));
          filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, .16));
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  .p-entry__body {
    padding: 1.5rem 1rem 2rem;
  }
}

.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: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-entry__title {
    font-size: 1.25rem;
    line-height: 1.6;
    margin-top: 0.3125rem;
    margin-bottom: 2rem;
  }
}

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

.p-entry__head-cat {
  font-size: 0.75rem;
  line-height: 1.4166666667;
  font-weight: 400;
  background-color: #D1CCFF;
  color: #fff;
  text-align: center;
  padding: 0.25rem 0.5rem 0.3125rem;
  border-radius: 4px;
  display: inline-block;
  margin-right: 0.5rem;
}

.p-entry__head-publish,
.p-entry__head-update {
  font-size: max(0.875rem, 12px);
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fff;
  padding-left: 1.5rem;
  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::before {
  background: url(../images/common/icon-publish.svg) no-repeat center center/contain;
}

.p-entry__head-update::before,
.p-entry__column-head-update::before {
  background: url(../images/common/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-faq-list {
  display: grid;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-faq-list {
    gap: 1.5rem;
  }
}

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

.p-faq-list__item-title {
  font-size: max(1.25rem, 12px);
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.4;
  padding-left: 3.5rem;
  margin-bottom: 1rem;
  position: relative;
  min-height: 3.4375rem;
  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-faq-list__item-title {
    font-size: max(0.9375rem, 12px);
    line-height: 1.4666666667;
    padding-left: 1.875rem;
    margin-bottom: 1rem;
    min-height: auto;
  }
}
.p-faq-list__item-title::before {
  position: absolute;
  content: "Q";
  left: 0;
  top: 1.625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: max(2.5rem, 12px);
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1.6;
  color: #4D3EEF;
}
@media screen and (max-width: 767px) {
  .p-faq-list__item-title::before {
    font-size: max(1.5rem, 12px);
    line-height: 2.6666666667;
    top: 1rem;
  }
}

.p-faq-list__item-text {
  padding-top: 1rem;
  font-size: max(1.125rem, 12px);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.7777777778;
  border-top: 1px solid #4D3EEF;
  padding-left: 3.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-faq-list__item-text {
    font-size: max(0.9375rem, 12px);
    letter-spacing: 0.08em;
    line-height: 1.6;
  }
}
.p-faq-list__item-text::before {
  position: absolute;
  content: "A";
  left: 0.125rem;
  top: 2.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: max(2.5rem, 12px);
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1.6;
  color: #ccc;
}
@media screen and (max-width: 767px) {
  .p-faq-list__item-text::before {
    font-size: max(1.5rem, 12px);
    top: 1.625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-faq-list__item-text {
    padding-top: 0.875rem;
    font-size: max(0.9375rem, 12px);
    line-height: 1.6;
    padding-left: 1.875rem;
  }
}

.p-faq {
  background: linear-gradient(-45deg, #743eef 0%, #4d3eef 100%);
}

.p-faq.lazyloaded::before {
  background: url(../images/bcc/faq-text.svg) no-repeat center center/contain;
  width: 40.75rem;
  height: 14.3125rem;
}
@media screen and (max-width: 767px) {
  .p-faq.lazyloaded::before {
    background: url(../images/bcc/sp_faq-text.svg) no-repeat center center/contain;
    width: 7.8125rem;
    height: 2.75rem;
  }
}

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

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

@media screen and (min-width: 768px) {
  .p-feature__inner {
    max-width: calc(98rem + 64px);
  }
}

.p-feature__item {
  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-feature__item {
    display: block;
  }
}
.p-feature__item + .p-feature__item {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-feature__item + .p-feature__item {
    margin-top: 6rem;
  }
}
.p-feature__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.p-feature__item--start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

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

.p-feature__img img {
  width: 100%;
}

.p-feature__img--left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: calc(50% - 50vw);
  margin-right: 4rem;
}
@media screen and (max-width: 767px) {
  .p-feature__img--left {
    margin-right: 0;
  }
}
.p-feature__img--left img {
  border-radius: 0 0.5rem 0.5rem 0;
}

.p-feature__img--right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: calc(50% - 50vw);
  margin-left: 4rem;
}
@media screen and (max-width: 767px) {
  .p-feature__img--right {
    margin-left: 0;
  }
}
.p-feature__img--right img {
  border-radius: 0.5rem 0 0 0.5rem;
}

.p-feature__body {
  width: 51%;
  color: #fff;
}
@media screen and (max-width: 1363px) {
  .p-feature__body {
    width: 53%;
  }
}
@media screen and (max-width: 797px) {
  .p-feature__body {
    width: 54%;
  }
}
@media screen and (max-width: 767px) {
  .p-feature__body {
    margin-top: 2rem;
    width: 100%;
  }
}

.p-feature__logo {
  width: 25rem;
}
@media screen and (max-width: 767px) {
  .p-feature__logo {
    width: 15rem;
    margin-inline: auto;
  }
}
.p-feature__logo img {
  width: 100%;
}

.p-feature__subtitle {
  font-size: max(1.75rem, 12px);
  font-weight: 700;
  line-height: 1.1428571429;
}
@media screen and (max-width: 767px) {
  .p-feature__subtitle {
    font-size: max(1.5rem, 12px);
    line-height: 1.3333333333;
    text-align: center;
  }
}

.p-feature__subtitle--row {
  margin-top: 2rem;
  font-size: max(2.5rem, 12px);
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-feature__subtitle--row {
    margin-top: 0;
    font-size: max(1.5rem, 12px);
    letter-spacing: 0;
    line-height: 1.3333333333;
  }
}

.p-feature__subtitle--left {
  margin-top: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-feature__subtitle--left {
    margin-top: 0;
    letter-spacing: 0.04em;
    text-align: left;
  }
}

.p-feature__text p + p {
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  .p-feature__btn {
    text-align: center;
  }
}

.p-footer-info__logo {
  display: block;
  width: 21.0625rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-footer-info__logo {
    width: 16.8125rem;
    margin-inline: auto;
  }
}
@media (any-hover: hover) {
  .p-footer-info__logo:hover {
    opacity: 0.8;
  }
}
.p-footer-info__logo picture, .p-footer-info__logo img {
  width: 100%;
}

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

.p-footer-info__company {
  font-size: max(1.5rem, 12px);
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-footer-info__company {
    font-size: max(1.375rem, 12px);
  }
}

.p-footer-info__address {
  margin-top: 0.125rem;
  font-size: max(1.125rem, 12px);
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-footer-info__address {
    margin-top: 0.875rem;
    font-size: max(1rem, 12px);
  }
}

.p-footer-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(3.75rem, 2.875rem + 1.09vw, 4.188rem);
}
@media screen and (max-width: 1024px) {
  .p-footer-menu__list {
    gap: 3.5625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-footer-menu__list {
    gap: 1rem 4rem;
    display: grid;
    grid-template-columns: auto 1fr;
  }
}

.p-footer-sub__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  font-size: max(1rem, 12px);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-footer-sub__menu {
    font-size: max(0.875rem, 12px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 1.875rem;
  }
}

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

.p-footer-sub__copyright {
  font-size: max(1rem, 12px);
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-footer-sub__copyright {
    text-align: center;
    font-size: max(0.875rem, 12px);
  }
}
.p-footer-sub__copyright small {
  font-family: "Gabarito", sans-serif;
}

/*=====================================================
# フォームのレイアウト
======================================================*/
.p-form {
  background-color: #fff;
  border-radius: 1rem;
  -webkit-box-shadow: 3px 3px 16px rgba(0, 0, 0, .16);
          box-shadow: 3px 3px 16px rgba(0, 0, 0, .16);
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  .p-form {
    padding: 1.5rem 1rem 2rem;
  }
}

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

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

.p-form input[type=text],
.p-form input[type=email],
.p-form input[type=tel],
.p-form select {
  height: 3rem;
}

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

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

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

.p-form input[type=checkbox] + span {
  padding-left: 2.5rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-form input[type=checkbox] + span {
    padding-left: 2.5rem;
    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 #999;
  background-color: #ffffff;
  height: 1.5rem;
  width: 1.5rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.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 #4D3EEF;
  border-bottom: 3px solid #4D3EEF;
  -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: 2rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-form__item {
    padding: 1rem 0 1rem;
  }
}
.p-form__item:first-child {
  padding-top: 0;
}
.p-form__item + .p-form__item {
  border-top: 1px solid #cccccc;
}

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

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

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

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

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

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

.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: #4D3EEF;
  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;
  }
  .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;
  }
}
@media screen and (max-width: 767px) {
  .p-form__item--acceptance .p-form__item-title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-form__item--acceptance .wpcf7-list-item {
  margin-left: 0;
}

.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__footer {
  margin-top: 1.875rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-form__footer {
    margin-top: 1rem;
  }
}

.p-form__footer-submit {
  margin-inline: auto;
  position: relative;
  min-width: auto;
  padding: 0;
}
.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: #4D3EEF;
  padding: 0.875rem 10.25rem 1.125rem 10.25rem;
}
@media screen and (max-width: 767px) {
  .p-form__footer-submit input[type=submit] {
    padding: 0.875rem 5.4375rem 1.125rem 5.4375rem;
    letter-spacing: 0.06em;
  }
}
@media (any-hover: hover) {
  .p-form__footer-submit input[type=submit]:hover {
    color: #fff;
  }
}

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

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

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

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

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

.wpcf7-response-output {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-form input[type=text],
  .p-form input[type=email],
  .p-form select {
    height: 3rem;
  }
  .p-form__item-input select {
    width: 100%;
  }
  .p-form__item {
    display: block;
  }
  .p-form__item-title {
    margin-bottom: 0.625rem;
    font-size: max(1.125rem, 12px);
  }
  .p-form__item-title--mt13 {
    margin-top: 0;
  }
  .p-form__required {
    margin-right: 0;
    margin-left: 0.5rem;
    font-size: max(0.75rem, 12px);
  }
}
.p-introduction-top {
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-introduction-top {
    padding-bottom: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .p-introduction-top__inner {
    max-width: 31.875rem;
  }
}

.p-introduction {
  background: linear-gradient(-45deg, #743eef 0%, #4d3eef 100%);
  padding-top: 8.625rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-introduction {
    padding-top: 3.875rem;
    padding-bottom: 3rem;
  }
}
.p-introduction::before {
  width: clamp(46.875rem, -5.091rem + 81.12vw, 92.25rem);
  height: 13.375rem;
}
@media screen and (max-width: 767px) {
  .p-introduction::before {
    width: 19rem;
    height: 2.75rem;
  }
}

.p-introduction.lazyloaded::before {
  background: url(../images/common/message-text.svg) no-repeat center center/contain;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-introduction.lazyloaded::before {
    background: url(../images/common/sp_message-text.svg) no-repeat center center/contain;
  }
}

.p-introduction__content {
  margin-top: 10.375rem;
  background-color: #fff;
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  .p-introduction__content {
    margin-top: 2rem;
    padding: 2rem 1.25rem;
  }
}

.p-introduction__item + .p-introduction__item {
  margin-top: 4rem;
}

.p-introduction__subtitle {
  color: #4D3EEF;
  font-size: max(2.5rem, 12px);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.6;
  padding-top: 0.9375rem;
  border-top: 5px solid #D1CCFF;
  padding-bottom: 1.0625rem;
  border-bottom: 5px solid #D1CCFF;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-introduction__subtitle {
    font-size: max(1.375rem, 12px);
    letter-spacing: 0;
    line-height: 1.4545454545;
  }
}

.p-introduction__text {
  font-size: max(1.125rem, 12px);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.7777777778;
}
@media screen and (max-width: 767px) {
  .p-introduction__text {
    font-size: max(0.9375rem, 12px);
    letter-spacing: 0;
    line-height: 1.7333333333;
  }
}
.p-introduction__text p + p {
  margin-top: 2rem;
}

.p-introduction__small-item {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.p-introduction__pink-text {
  color: #d43eef;
  font-size: max(1.5rem, 12px);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.3333333333;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-introduction__pink-text {
    font-size: max(1.125rem, 12px);
    letter-spacing: 0;
    line-height: 1.4444444444;
  }
}

.p-introduction__sign {
  margin-top: 1.875rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-introduction__sign {
    margin-top: 0.75rem;
  }
}

.p-introduction__sign-title {
  font-size: max(1.25rem, 12px);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-introduction__sign-title {
    font-size: max(0.9375rem, 12px);
    line-height: 1.3333333333;
  }
}

.p-introduction__sign-img {
  margin-top: 0.75rem;
  margin-left: auto;
  width: 12.3125rem;
}
@media screen and (max-width: 767px) {
  .p-introduction__sign-img {
    margin-top: 0.5rem;
    width: 7.375rem;
  }
}
.p-introduction__sign-img img {
  width: 100%;
}

.p-introduction__sign-img--hayashi {
  width: 17rem;
}
@media screen and (max-width: 767px) {
  .p-introduction__sign-img--hayashi {
    width: 9.4375rem;
  }
}

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

.p-join.lazyloaded::before {
  background: url(../images/bcc/join-text.svg) no-repeat center center/contain;
  width: clamp(40.625rem, 34.04rem + 10.28vw, 46.375rem);
  height: 13.25rem;
}
@media screen and (max-width: 767px) {
  .p-join.lazyloaded::before {
    background: url(../images/bcc/sp_join-text.svg) no-repeat center center/contain;
    width: 9.625rem;
    height: 2.75rem;
  }
}

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

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

.p-join__item {
  position: relative;
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 2rem;
  display: grid;
  grid-template-columns: 6.25rem 1fr;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: max(1.125rem, 12px);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.7777777778;
}
@media screen and (max-width: 767px) {
  .p-join__item {
    padding: 1rem;
    grid-template-columns: 3rem 1fr;
    gap: 1rem;
    font-size: max(0.875rem, 12px);
    line-height: 1.4285714286;
    letter-spacing: 0.04em;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-join__item:not(:last-child)::before {
  position: absolute;
  content: "";
  background: url(../images/bcc/join-arrow.svg) no-repeat center center/contain;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-100%, 160%);
          transform: translate(-100%, 160%);
  width: 0.875rem;
  aspect-ratio: 9/20;
}
@media screen and (max-width: 767px) {
  .p-join__item:not(:last-child)::before {
    width: 0.625rem;
    -webkit-transform: translate(-100%, 150%);
            transform: translate(-100%, 150%);
  }
}
.p-join__item + .p-join__item {
  margin-top: 4.25rem;
}
@media screen and (max-width: 767px) {
  .p-join__item + .p-join__item {
    margin-top: 2.75rem;
  }
}
.p-join__item a {
  color: #d43eef;
  text-decoration: underline;
  display: inline-block;
}
.p-join__item a img {
  display: inline-block;
  padding-left: 0.125rem;
}

.p-join__item--start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-join__img img {
  width: 100%;
}

.p-join__text a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .p-join__text a:hover {
    opacity: 0.7;
  }
}
.p-join__text p + p {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-join__text p + p {
    margin-top: 1.625rem;
  }
}
.p-join__text img {
  width: 1.125rem;
  vertical-align: -2px;
}

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

.p-join__text-item {
  position: relative;
  padding-left: 1em;
}
.p-join__text-item::before {
  content: "・";
  left: 0;
  position: absolute;
}

.p-join__btn a {
  margin-inline: auto;
}

.p-member {
  background: linear-gradient(-45deg, #743eef 0%, #4d3eef 100%);
  padding-top: 8.625rem;
  padding-bottom: 5rem;
  overflow: hidden;
}
.p-member::before {
  width: clamp(46.25rem, 3.446rem + 66.82vw, 83.625rem);
  height: 12.75rem;
}
@media screen and (max-width: 767px) {
  .p-member::before {
    width: 17.8125rem;
    height: 2.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-member {
    padding-block: 4rem;
  }
}

.p-member.lazyloaded::before {
  background: url(../images/top/member-text.png) no-repeat center center/contain;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-member.lazyloaded::before {
    background: url(../images/top/sp_member-text.png) no-repeat center center/contain;
  }
}

.p-member--executive.lazyloaded::before {
  background: url(../images/about/executive-text.svg) no-repeat center center/contain;
  width: clamp(40.625rem, -37.825rem + 122.46vw, 109.125rem);
  height: 13.25rem;
}
@media screen and (max-width: 767px) {
  .p-member--executive.lazyloaded::before {
    background: url(../images/about/sp_executive-text.svg) no-repeat center center/contain;
    width: 20.5rem;
    height: 2.5rem;
  }
}

.p-member__title {
  position: relative;
}

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

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

.p-merit {
  padding-top: 8.5rem;
  padding-bottom: 7.0625rem;
}
@media screen and (max-width: 767px) {
  .p-merit {
    padding-top: 3.5rem;
    padding-bottom: 4rem;
  }
}

.p-merit.lazyloaded::before {
  background: url(../images/bcc/merit-text.svg) no-repeat center center/contain;
  width: clamp(40.625rem, 18.293rem + 34.86vw, 60.125rem);
  height: 12.75rem;
}
@media screen and (max-width: 767px) {
  .p-merit.lazyloaded::before {
    background: url(../images/bcc/sp_merit-text.svg) no-repeat center center/contain;
    width: 12.9375rem;
    height: 2.75rem;
  }
}

.p-merit__list {
  margin-top: 11.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-merit__list {
    margin-top: 2rem;
    display: block;
  }
}

.p-merit__item:nth-child(odd) {
  width: 28.90625%;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-merit__item:nth-child(odd) {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.p-merit__item:nth-child(even) {
  width: 6.640625%;
}
@media screen and (max-width: 767px) {
  .p-merit__item:nth-child(even) {
    width: 100%;
  }
}

.p-merit__line {
  width: 1px;
  height: 100%;
  background-color: #4D3EEF;
  margin-left: 2.625rem;
  margin-right: 2.625rem;
}
@media screen and (max-width: 767px) {
  .p-merit__line {
    width: 100%;
    height: 1px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

.p-merit__img {
  aspect-ratio: 1/1;
  width: 5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-merit__img {
    width: 3rem;
  }
}
.p-merit__img img {
  width: 100%;
}

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

.p-merit__subtitle {
  margin-top: 1rem;
  font-size: max(1.5rem, 12px);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-merit__subtitle {
    margin-top: 0;
    font-size: max(1.25rem, 12px);
    text-align: left;
  }
}

.p-merit__text {
  margin-top: 1.625rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-merit__text {
    margin-top: 0.875rem;
  }
}

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

.p-movie__content {
  margin-top: 2rem;
  width: 60rem;
  max-width: 100%;
  margin-inline: auto;
}

.p-movie__iframe-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* = height ÷ width × 100 */
}
@media screen and (max-width: 767px) {
  .p-movie__iframe-wrap {
    padding-top: 56.0975609756%;
  }
}
.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-mv-slider__inner {
  max-width: 91rem;
}

.p-mv-slider__item-inner {
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  .p-mv-slider__item-inner {
    padding: 0.375rem;
  }
}
.p-mv-slider__item-inner img {
  border-radius: 0.5rem;
  -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, .64);
          box-shadow: 3px 3px 8px rgba(0, 0, 0, .64);
  width: 100%;
  aspect-ratio: 372/637;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-mv-slider__item-inner img {
    border-radius: 0.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-mv-slider {
    margin-right: calc(50% - 50vw);
  }
}
.p-mv-slider .swiper-slide {
  width: 25.25rem;
}
@media screen and (max-width: 767px) {
  .p-mv-slider .swiper-slide {
    width: 9.75rem;
  }
}

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

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

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

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

.p-not-found__title {
  text-align: center;
  font-size: max(2.5rem, 12px);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.6;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-not-found__title {
    font-size: max(1.5rem, 12px);
    letter-spacing: 0.1em;
    line-height: 1.3333333333;
  }
}

.p-not-found__text {
  text-align: center;
  margin-top: 2rem;
  font-size: max(1.125rem, 12px);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2.2222222222;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-not-found__text {
    text-align: left;
    margin-top: 1rem;
    font-size: max(0.9375rem, 12px);
    letter-spacing: 0;
    line-height: 1.7333333333;
  }
}

.p-not-found__btn {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-not-found__btn {
    text-align: center;
    margin-top: 2rem;
    display: block;
  }
  .p-not-found__btn a {
    margin-inline: auto;
  }
  .p-not-found__btn a + a {
    margin-top: 1rem;
  }
}

.p-outlook {
  padding-top: 8.75rem;
  padding-bottom: 5rem;
  background: linear-gradient(-45deg, #743eef 0%, #4d3eef 100%);
}
@media screen and (max-width: 767px) {
  .p-outlook {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.p-outlook.lazyloaded::before {
  background: url(../images/about/outlook-text.svg) no-repeat center center/contain;
  width: clamp(40.625rem, 3.458rem + 77.43vw, 96.375rem);
  height: 13.25rem;
}
@media screen and (max-width: 767px) {
  .p-outlook.lazyloaded::before {
    background: url(../images/about/sp_outlook-text.svg) no-repeat center center/contain;
    width: 20.3125rem;
    height: 2.8125rem;
  }
}

.p-outlook__content {
  margin-top: 8.75rem;
  display: grid;
  gap: 4rem;
  grid-template-columns: 38.375rem 1fr;
  grid-template-rows: auto 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-outlook__content {
    margin-top: 1.875rem;
    gap: 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
}

.p-outlook__img {
  width: 38.375rem;
  grid-column: 1/2;
  grid-row: 1/3;
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 4.25rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-outlook__img {
    margin-top: 1.875rem;
    width: 100%;
    grid-row: 2/3;
    padding: 1.0625rem;
  }
}
.p-outlook__img img {
  width: 100%;
}

.p-outlook__subtitle {
  font-size: max(2.5rem, 12px);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.6;
  color: #fff;
  grid-column: 2/3;
  grid-row: 1/2;
}
@media screen and (max-width: 767px) {
  .p-outlook__subtitle {
    margin-top: 0.9375rem;
    font-size: max(1.5rem, 12px);
    letter-spacing: 0;
    line-height: 1.3333333333;
    text-align: center;
    grid-column: 1/2;
  }
}
.p-outlook__subtitle span {
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-outlook__subtitle span {
    text-decoration-thickness: 1px;
    text-underline-offset: 0.1875rem;
  }
}

.p-outlook__text {
  color: #fff;
  font-size: max(1.125rem, 12px);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2.2222222222;
  color: #fff;
  grid-column: 2/3;
  grid-row: 2/3;
}
@media screen and (max-width: 767px) {
  .p-outlook__text {
    margin-top: 0.9375rem;
    font-size: max(0.9375rem, 12px);
    letter-spacing: 0;
    line-height: 1.7333333333;
    padding-left: 1rem;
    padding-right: 1rem;
    grid-column: 1/2;
    grid-row: 3/4;
  }
}
.p-outlook__text p + p {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-outlook__text p + p {
    margin-top: 1.625rem;
  }
}
.p-outlook__text span {
  font-weight: 700;
  text-decoration: underline;
}

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

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

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

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

.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: #4D3EEF;
}
@media screen and (max-width: 767px) {
  .page-numbers.dots {
    font-size: 1.125rem;
  }
}

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

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

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

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

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

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

.p-pagenavi__prev::before .is-disabled {
  background-image: url(../images/common/arrow-left-white-outline.svg);
}

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

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

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

.p-privacy__introduction {
  font-size: max(1.125rem, 12px);
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-privacy__introduction {
    font-size: max(0.9375rem, 12px);
    line-height: 1.5;
  }
}

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

.p-privacy__title {
  font-size: max(1.625rem, 12px);
  letter-spacing: 0.1em;
  color: #fff;
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid #cccccc;
}
@media screen and (max-width: 767px) {
  .p-privacy__title {
    font-size: max(1.25rem, 12px);
    letter-spacing: 0.06em;
    padding-bottom: 0.75rem;
    line-height: 1.2;
  }
}

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

.p-privacy__list {
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
  padding-left: 1.1875rem;
  counter-reset: item;
  list-style-type: none;
}
@media screen and (max-width: 767px) {
  .p-privacy__list {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
}
.p-privacy__list li + li {
  margin-top: 0.25rem;
}
.p-privacy__list li {
  position: relative;
  padding-left: 1.1875rem;
}
.p-privacy__list li::before {
  position: absolute;
  left: 0;
  color: #fff;
  font-weight: 700;
  counter-increment: item;
  content: counter(item) ". ";
}

.p-profile {
  padding-top: 8.75rem;
  padding-bottom: 7.5rem;
  background: linear-gradient(-45deg, #743eef 0%, #4d3eef 100%);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-profile {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.p-profile.lazyloaded::before {
  background: url(../images/bvp/profile-text.svg) no-repeat center center/contain;
  width: clamp(40.625rem, -3.753rem + 69.27vw, 79.375rem);
  height: 13.25rem;
}
@media screen and (max-width: 767px) {
  .p-profile.lazyloaded::before {
    background: url(../images/bvp/sp_profile-text.svg) no-repeat center center/contain;
    width: 16.5rem;
    height: 2.75rem;
  }
}

.p-profile__list {
  margin-top: 6.8125rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 5rem;
}
@media screen and (max-width: 767px) {
  .p-profile__list {
    margin-top: 1.75rem;
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.p-profile__item {
  display: grid;
  grid-template-columns: 11.875rem 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.9375rem;
  border-bottom: 1px solid #fff;
  padding-left: 1.0625rem;
  padding-top: 2.25rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-profile__item {
    grid-template-columns: 8.125rem 1fr;
    gap: 1rem;
    padding-left: 0.5625rem;
    padding-top: 0.9375rem;
    padding-bottom: 1rem;
  }
}

.p-profile__item-title {
  font-size: max(1.25rem, 12px);
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-profile__item-title {
    font-size: max(0.9375rem, 12px);
  }
}

.p-profile__item-text {
  font-size: max(1.125rem, 12px);
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-profile__item-text {
    font-size: max(0.9375rem, 12px);
  }
}
.p-profile__item-text a {
  display: inline-block;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .p-profile__item-text a:hover {
    opacity: 0.7;
  }
}
.p-group-members {
  padding-top: 8.75rem;
  padding-bottom: 7.5rem;
  /* background: linear-gradient(-45deg, #743eef 0%, #4d3eef 100%); */
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-group-members {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.p-group-members.lazyloaded::before {
  background: url(../images/bvp/member-text.svg) no-repeat center center/contain;
  width: clamp(40.625rem, -3.753rem + 69.27vw, 79.375rem);
  height: 13.25rem;
}
@media screen and (max-width: 767px) {
  .p-group-members.lazyloaded::before {
    background: url(../images/bvp/member-text.svg) no-repeat center center/contain;
    width: 16.5rem;
    height: 2.75rem;
  }
}
.p-sitemap-navigation__item {
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .p-sitemap-navigation__item {
    width: calc(50% - 0.40625rem);
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-sitemap-navigation__item--long {
    width: 100%;
  }
}

.p-sitemap__child-list .p-sitemap-navigation__item {
  word-break: keep-all;
  overflow-wrap: break-word;
}
@media screen and (max-width: 767px) {
  .p-sitemap__child-list .p-sitemap-navigation__item {
    width: 100%;
  }
}

.p-sitemap {
  margin-top: 4.5rem;
  margin-bottom: 4.4375rem;
}
@media screen and (max-width: 767px) {
  .p-sitemap {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

.p-sitemap__item + .p-sitemap__item {
  border-top: 1px solid #4D3EEF;
}
.p-sitemap__item:not(:first-child) {
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-sitemap__item:not(:first-child) {
    padding-top: 1rem;
  }
}
.p-sitemap__item:not(:last-child) {
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-sitemap__item:not(:last-child) {
    padding-bottom: 1.25rem;
  }
}

.p-sitemap__item-title {
  font-size: max(1.5rem, 12px);
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.4583333333;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-sitemap__item-title {
    font-size: max(1.125rem, 12px);
    line-height: 1.4444444444;
  }
}

.p-sitemap__list {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-sitemap__list {
    margin-top: 1.25rem;
    gap: 0.8125rem;
  }
}

.p-tab__nav {
  overflow: auto;
  width: 49.5rem;
  max-width: 100%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-tab__nav {
    gap: 0.5rem;
  }
}

/*ナビのスタイル*/
.p-tab__nav-item {
  padding: 1.3125rem 0 1.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  background-color: transparent;
  display: block;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 6.25rem;
  cursor: pointer;
  border: 1px solid #fff;
  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;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-tab__nav-item {
    background-color: transparent;
    background-image: linear-gradient(135deg, #4d3eef 0%, #743eef 50%, transparent 50%);
    background-position: 100%;
    background-size: 210%;
    -webkit-transition: background-position 200ms ease-in-out;
    transition: background-position 200ms ease-in-out;
  }
}
@media screen and (max-width: 767px) {
  .p-tab__nav-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: max(0.75rem, 12px);
    padding: 0.375rem;
  }
}
@media (any-hover: hover) {
  .p-tab__nav-item:hover {
    background-position: 0;
  }
  .p-tab__nav-item:hover::before {
    -webkit-transform: translate(60%, -85%);
            transform: translate(60%, -85%);
  }
}
.p-tab__nav-item.is-active {
  background-color: #fff;
  color: #000;
  pointer-events: none;
  background-position: 100%;
}
.p-tab__nav-item span {
  font-size: max(1.5rem, 12px);
  letter-spacing: 0.1em;
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .p-tab__nav-item span {
    font-size: max(1.125rem, 12px);
    margin-left: 0;
  }
}

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

/* コンテンツのスタイル */
.p-tab__item {
  display: none;
}
.p-tab__item.is-active {
  display: block;
  -webkit-animation: panel-show 0.4s ease-in forwards;
          animation: panel-show 0.4s ease-in forwards;
}

/* パネル切り替えのアニメーション */
@-webkit-keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-tab__body {
    display: contents;
  }
}

@media screen and (max-width: 767px) {
  .p-tab__item-content {
    display: grid;
    grid-template-columns: 10rem 1fr;
    grid-template-rows: 10rem 1fr;
    gap: 0 1rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .p-tab__profile {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .p-tab__profile span:nth-child(2) {
    margin-top: 0;
    font-size: max(1rem, 12px);
  }
}
@media screen and (max-width: 767px) {
  .p-tab__profile span:nth-child(3) {
    font-size: max(1.5rem, 12px);
  }
}

@media screen and (max-width: 1024px) {
  .p-tab__text {
    height: 17.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-tab__text {
    grid-column: 1/3;
    height: 13rem;
  }
}

.p-talent-single {
  padding-top: 5.625rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-talent-single {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }
}

.p-talent-single__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-talent-single__content {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}

.p-talent-single__head {
  grid-column: 2/3;
  grid-row: 1/2;
}
@media screen and (max-width: 767px) {
  .p-talent-single__head {
    grid-column: 1/2;
  }
}

.p-talent-single__img {
  grid-column: 1/2;
  grid-row: 1/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-talent-single__img {
    grid-row: 2/3;
    display: block;
    margin-top: 1rem;
  }
}

.p-talent-single__body {
  grid-row: 2/3;
  grid-column: 2/3;
}
@media screen and (max-width: 767px) {
  .p-talent-single__body {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.p-talent-single__title {
  font-size: max(3.5rem, 12px);
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.4464285714;
  color: #fff;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .p-talent-single__title {
    font-size: max(2rem, 12px);
    line-height: 1.4375;
    text-align: center;
  }
}

.p-talent-single__subtitle {
  margin-top: 0.25rem;
  font-size: max(1.5rem, 12px);
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.4583333333;
  color: #fff;
  font-family: "Gabarito", sans-serif;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .p-talent-single__subtitle {
    margin-top: 0.125rem;
    font-size: max(0.875rem, 12px);
    letter-spacing: 0.16em;
    line-height: 1.2142857143;
    text-align: center;
  }
}

.p-talent-single__text {
  color: #fff;
  font-size: max(1.125rem, 12px);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2.2222222222;
}
@media screen and (max-width: 767px) {
  .p-talent-single__text {
    font-size: max(0.9375rem, 12px);
    letter-spacing: 0;
    line-height: 1.7333333333;
  }
}

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

.p-talent {
  padding-top: 8.1875rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-talent {
    padding-top: 3.9375rem;
    padding-bottom: 4rem;
  }
}

.p-group {
  padding-top: 8.1875rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-group {
    padding-top: 3.9375rem;
    padding-bottom: 4rem;
  }
}

@media screen and (min-width: 768px) {
  .p-talent__inner {
    max-width: calc(68.75rem + 64px);
  }
}

.p-talent.lazyloaded::before {
  background: url(../images/bvp/talent-text.svg) no-repeat center center/contain;
  width: clamp(46.875rem, 16.311rem + 47.71vw, 73.563rem);
  height: 12.75rem;
}
@media screen and (max-width: 767px) {
  .p-talent.lazyloaded::before {
    background: url(../images/bvp/sp_talent-text.svg) no-repeat center center/contain;
    width: 15.8125rem;
    height: 2.75rem;
  }
}

.p-group.lazyloaded::before {
  background: url(../images/bvp/group-text.svg) no-repeat center center/contain;
  width: clamp(46.875rem, 16.311rem + 47.71vw, 73.563rem);
  height: 12.75rem;
}
@media screen and (max-width: 767px) {
  .p-group.lazyloaded::before {
    background: url(../images/bvp/group-text.svg) no-repeat center center/contain;
    width: 15.8125rem;
    height: 2.75rem;
  }
}

.p-talent__list {
  margin-top: 8.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem 11.875rem;
}
@media screen and (max-width: 767px) {
  .p-talent__list {
    margin-top: 2rem;
    gap: 2rem 3.9375rem;
  }
}

.p-talent__link {
  width: calc(33.33333% - 7.91667rem);
}
@media screen and (max-width: 767px) {
  .p-talent__link {
    width: calc(50% - 1.96875rem);
  }
}

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

.p-thanks__text {
  font-size: max(1.125rem, 12px);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2.2222222222;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-thanks__text {
    font-size: max(0.9375rem, 12px);
    letter-spacing: 0;
    line-height: 1.7333333333;
    text-align: left;
  }
}
.p-thanks__text p + p {
  margin-top: 1.5rem;
}

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

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

.p-timeline__list {
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 0.4375rem 2rem 0.875rem;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-timeline__list {
    padding: 0 1rem 0.25rem;
  }
}

.p-timeline__item {
  display: grid;
  gap: 2rem;
  grid-template-columns: 5.3125rem 1fr;
  padding-top: 1.125rem;
  padding-bottom: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .p-timeline__item {
    grid-template-columns: 8.125rem 1fr;
  }
}
@media screen and (max-width: 767px) {
  .p-timeline__item {
    grid-template-columns: 1fr;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    gap: 0;
  }
}
.p-timeline__item + .p-timeline__item {
  border-top: 1px solid #ccc;
}

.p-timeline__timeline-date {
  color: #4D3EEF;
  font-size: max(0.875rem, 12px);
  font-weight: 700;
  letter-spacing: 0.08em;
}

.p-timeline__timeline-content {
  font-size: max(1rem, 12px);
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-timeline__timeline-content {
    margin-top: 0.125rem;
    font-size: max(0.9375rem, 12px);
    letter-spacing: 0;
    line-height: 1.6;
  }
}

.p-top-about {
  padding-block: 4rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-about {
    padding-top: 0;
    padding-bottom: 2rem;
  }
}

.p-top-about__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-top-about__content {
    display: block;
  }
}

.p-top-about__img {
  width: 57.6%;
  margin-right: -18.25rem;
  margin-left: calc(50% - 50vw);
  padding-inline: 0;
}
@media screen and (max-width: 1745px) {
  .p-top-about__img {
    width: 67%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-about__img {
    margin-top: -2rem;
    width: 90%;
    margin-right: auto;
  }
}
.p-top-about__img img {
  width: 100%;
  border-radius: 0 0.5rem 0.5rem 0;
}

.p-top-about__body {
  background-color: #fff;
  padding: 4rem 8rem 4rem 4rem;
  border-radius: 0.5rem 0 0 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 57.6%;
  position: relative;
  margin-left: -18.25rem;
  margin-right: calc(50% - 50vw);
  z-index: 1;
}
@media screen and (max-width: 1920px) {
  .p-top-about__body {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 1745px) {
  .p-top-about__body {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 2.875rem;
    width: 65%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-about__body {
    font-size: max(1rem, 12px);
    line-height: 2;
    padding: 1.25rem 1rem 2rem 1.5rem;
    display: block;
    width: 90%;
    margin-left: auto;
  }
}

.p-top-about__text {
  font-size: max(1.375rem, 12px);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2.1818181818;
}
@media screen and (max-width: 767px) {
  .p-top-about__text {
    font-size: max(0.9375rem, 12px);
    line-height: 1.7333333333;
    letter-spacing: 0;
  }
}
.p-top-about__text p + p {
  margin-top: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__text p + p {
    margin-top: 1.5rem;
  }
}

.p-top-about__btn {
  margin-left: 7.6875rem;
}
@media screen and (max-width: 1920px) {
  .p-top-about__btn {
    margin-left: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-about__btn {
    margin-top: 1.5rem;
    margin-left: 0;
  }
}

.p-top-about__btn-link {
  width: clamp(7rem, 0.701rem + 9.83vw, 12.5rem);
  height: clamp(7rem, 0.701rem + 9.83vw, 12.5rem);
}

.p-top-business {
  position: relative;
  overflow: hidden;
}
.p-top-business::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 4.5rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: clamp(52.5rem, 3.541rem + 76.42vw, 95.25rem);
  height: 13.375rem;
}
@media screen and (max-width: 767px) {
  .p-top-business::before {
    top: 2.4375rem;
    width: 20.3125rem;
    height: 2.875rem;
  }
}

.p-top-business.lazyloaded::before {
  background: url(../images/top/business-text.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-top-business.lazyloaded::before {
    background: url(../images/top/sp_business-text.png) no-repeat center center/contain;
  }
}

.p-top-business__top {
  padding-top: 6.5rem;
  padding-bottom: 5rem;
  background: linear-gradient(-45deg, #743eef 0%, #4d3eef 100%);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-business__top {
    padding-block: 4rem;
    text-align: left;
  }
}

.p-top-business__top-title {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-business__top-title {
    text-align: center;
  }
}

.p-top-business__top-img {
  margin-top: 6.5rem;
  width: 57.75rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-top-business__top-img {
    margin-top: 1.875rem;
    width: 100%;
    padding-left: 0.75rem;
  }
}
.p-top-business__top-img img {
  width: 100%;
}

.p-top-business__top-text {
  margin-top: 4.8125rem;
  font-size: max(1.375rem, 12px);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 2.1818181818;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-top-business__top-text {
    margin-top: 2rem;
    font-size: max(0.9375rem, 12px);
    font-weight: 500;
    line-height: 1.7333333333;
  }
}
.p-top-business__top-text p + p {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-business__top-text p + p {
    margin-top: 1.25rem;
  }
}

.p-top-mv {
  padding-top: clamp(11.25rem, 9.417rem + 3.82vw, 14rem);
  padding-bottom: clamp(4.375rem, -0.375rem + 9.9vw, 11.5rem);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-mv {
    padding-top: 7rem;
    padding-bottom: 4.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-mv__inner {
    max-width: calc(112rem + 64px);
  }
}

.p-top-mv__content {
  display: grid;
  grid-template-columns: 35.6026785714% 1fr;
  gap: 5.125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-top-mv__content {
    display: block;
  }
}

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

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

.p-top-news {
  padding-block: 5.875rem 5rem;
}
@media screen and (max-width: 767px) {
  .p-top-news {
    padding-block: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top-news__title {
    text-align: center;
  }
}

.p-top-news__list {
  margin-top: 2.0625rem;
  width: 45rem;
}
@media screen and (max-width: 767px) {
  .p-top-news__list {
    margin-top: 0.875rem;
    width: 100%;
  }
}

.p-top-news__item {
  color: #fff;
  border-bottom: 1px solid #4D3EEF;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-news__item {
    padding-bottom: 0.9375rem;
  }
}
.p-top-news__item + .p-top-news__item {
  margin-top: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .p-top-news__item + .p-top-news__item {
    margin-top: 0.9375rem;
  }
}

.p-top-news__date {
  font-size: max(0.875rem, 12px);
  font-weight: 500;
  letter-spacing: 0.2em;
}

.p-top-news__post-title {
  margin-top: 0.25rem;
  font-size: max(1.125rem, 12px);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.7777777778;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-news__post-title {
    font-size: max(0.9375rem, 12px);
    line-height: 1.7333333333;
    -webkit-line-clamp: 2;
  }
}
@media (any-hover: hover) {
  .p-top-news__post-title:hover {
    color: #4D3EEF;
  }
}

@media screen and (max-width: 767px) {
  .p-top-news__btn {
    text-align: center;
  }
}

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

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

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

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

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