@charset "UTF-8";
.single main {
  padding-top: 7.5rem;
}
@media (768px <= width) {
  .single main {
    padding-top: 10rem;
  }
}
.single h2,
.single h3,
.single h4 {
  margin-top: clamp(2.5rem, 2.0598591549rem + 1.8779342723vw, 3.75rem);
  margin-bottom: 0.625rem;
}
.single h2 {
  font-size: 1.5625rem;
}
@media (768px <= width) {
  .single h2 {
    font-size: 1.9531rem;
  }
}
.single h3 {
  font-size: 1.25rem;
}
@media (768px <= width) {
  .single h3 {
    font-size: 1.5625rem;
  }
}
.single h4 {
  font-size: 1.125rem;
}
@media (768px <= width) {
  .single h4 {
    font-size: 1.25rem;
  }
}
.single .post-news__content ol {
  list-style: none;
  counter-reset: section;
  margin-bottom: 1.875rem;
}
.single .post-news__content ol li {
  counter-increment: section;
  position: relative;
  margin-bottom: 1rem;
}
.single .post-news__content ol li::before {
  content: counter(section) "";
  color: #004DE6;
  font-weight: 700;
  margin-right: 0.6em;
}
.single table {
  table-layout: fixed;
}
.single table thead {
  border: none;
}
.single table th,
.single table td {
  border-color: #B3B3B3;
}
.single table th {
  font-size: 1.125rem;
  color: #FFF;
  padding: 0.7em 1.2em;
  background-color: #0E2BC7;
}
@media (768px <= width) {
  .single table th {
    font-size: 1.25rem;
  }
}
.single table td {
  padding: 1em 1.5em;
}
.single .post-news__item {
  margin-bottom: clamp(2.5rem, 0.7394366197rem + 7.5117370892vw, 7.5rem);
}
.single .post-news__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem 0.75rem;
  margin-bottom: 1.25rem;
}
.single .post-news__title {
  font-size: 1.5625rem;
  color: #004DE6;
  padding-bottom: 0.5rem;
  background-image: linear-gradient(90deg, #004DE6 0 60px, #D3D3D3 60px);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: bottom;
  margin-bottom: 0.75rem;
}
@media (768px <= width) {
  .single .post-news__title {
    font-size: 2.4413rem;
  }
}
.single .breadcrumb ol {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (768px <= width) {
  .single .breadcrumb ol {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.single .post-news__thumbnail {
  max-width: 600px;
  margin-inline: auto;
  margin-bottom: clamp(2.5rem, 1.6197183099rem + 3.7558685446vw, 5rem);
}

.archive main {
  padding-top: 7.5rem;
}
@media (768px <= width) {
  .archive main {
    padding-top: 10rem;
  }
}
.archive .news-archive-title {
  padding-bottom: 0.5rem;
  background-image: linear-gradient(90deg, #004DE6 0 60px, #D3D3D3 60px);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: bottom;
}
@media (768px <= width) {
  .archive .news-archive-title {
    margin-bottom: 6.25rem;
  }
}
.archive .news-archive {
  margin-bottom: clamp(3.75rem, 2.8697183099rem + 3.7558685446vw, 6.25rem);
}
@media (768px <= width) {
  .archive .news-archive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 6.25rem;
       -moz-column-gap: 6.25rem;
            column-gap: 6.25rem;
  }
}
.archive .news-archive__sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (768px <= width) {
  .archive .news-archive__sidebar {
    margin-left: 1em;
  }
}
.archive .news-category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem 1.875rem;
  list-style: none;
  font-size: 0.875rem;
  margin-bottom: 1.875rem;
}
@media (768px <= width) {
  .archive .news-category-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1rem;
  }
}
.archive .news-category-list__item a {
  color: #6E6E6E;
}
.archive .news-category-list__item.is-current a {
  position: relative;
  color: #333;
}
.archive .news-category-list__item.is-current a::before {
  content: "";
  position: absolute;
  top: -0.7em;
  inset-inline-start: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.5em;
  height: 0.5em;
  background-color: #004DE6;
  border-radius: 50%;
}
@media (768px <= width) {
  .archive .news-category-list__item.is-current a::before {
    inset-block-start: 50%;
    left: -1em;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.archive .news-archive__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.archive .news-list {
  margin-bottom: clamp(2.5rem, 1.6197183099rem + 3.7558685446vw, 5rem);
}
.archive .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 0.9375rem;
     -moz-column-gap: 0.9375rem;
          column-gap: 0.9375rem;
}
.archive .page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
  font-weight: 700;
  color: #004DE6;
  width: 1.75rem;
  height: 1.75rem;
}
.archive .page-numbers.current {
  color: #FFF;
  border-radius: 999px;
  background-color: #004DE6;
}
.archive .page-numbers .prev,
.archive .page-numbers .next {
  opacity: 1;
}
.archive .page-numbers .c-button-link__arrow--back,
.archive .page-numbers .c-button-link__arrow--forward {
  position: relative;
  top: -3px;
  margin: 0;
  margin-top: 5px;
}

.page-business .page-business__item {
  display: flow-root;
  width: 100%;
  padding: 2.5rem 0;
  margin-bottom: 2.5rem;
  background-color: #F7F7F9;
}
@media (768px <= width) {
  .page-business .page-business__item {
    padding: 6.25rem 0;
    margin-bottom: clamp(3.75rem, 0.8928571429rem + 5.9523809524vw, 6.25rem);
  }
}
@media (768px <= width) {
  .page-business .page-business__item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-column-gap: clamp(1.875rem, -1.6964285714rem + 7.4404761905vw, 5rem);
       -moz-column-gap: clamp(1.875rem, -1.6964285714rem + 7.4404761905vw, 5rem);
            column-gap: clamp(1.875rem, -1.6964285714rem + 7.4404761905vw, 5rem);
  }
}
.page-business .page-business__item-contents {
  margin-bottom: 2.5rem;
}
@media (768px <= width) {
  .page-business .page-business__item-contents {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 0;
  }
}
.page-business .page-business__item-image {
  aspect-ratio: 4/3;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.page-business .page-business__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (hover: hover) {
  .page-business .page-business__item-image:focus, .page-business .page-business__item-image:hover {
    opacity: 1 !important;
    -webkit-filter: brightness(0.7);
            filter: brightness(0.7);
  }
}
@media (768px <= width) {
  .page-business .page-business__item-image {
    max-height: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .page-business .page-business__item-image img {
    height: 100%;
  }
}
.page-business .page-business__item--reverse {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
}
@media (768px <= width) {
  .page-business .page-business__item-inner--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background-color: transparent;
    margin-bottom: 0;
  }
}
@media (768px <= width) {
  .page-business .page-business__item--radius-right {
    border-radius: 0 200px 0 0;
  }
}
@media (768px <= width) {
  .page-business .page-business__item--radius-left {
    border-radius: 200px 0 0 0;
  }
}

.business-section__list {
  counter-reset: business-counter;
  list-style: none;
}
.business-section__list .business-section__item {
  counter-increment: item;
  position: relative;
  margin-bottom: 3.75rem;
}
@media (768px <= width) {
  .business-section__list .business-section__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-column-gap: clamp(1.875rem, 0.2066929134rem + 3.937007874vw, 3.75rem);
       -moz-column-gap: clamp(1.875rem, 0.2066929134rem + 3.937007874vw, 3.75rem);
            column-gap: clamp(1.875rem, 0.2066929134rem + 3.937007874vw, 3.75rem);
    margin-bottom: clamp(3.75rem, 1.5255905512rem + 5.249343832vw, 6.25rem);
  }
}
@media (768px <= width) {
  .business-section__list .business-section__item.is-double {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (768px <= width) {
  .business-section__list .business-section__content {
    -webkit-box-flex: 1.3;
        -ms-flex: 1.3;
            flex: 1.3;
  }
}
.business-section__list .business-section__title {
  position: relative;
  background-image: none;
  list-style-type: decimal-leading-zero;
  padding-left: 2.5rem;
  padding-bottom: 0;
}
.business-section__list .business-section__title::before {
  counter-increment: business-counter;
  content: counter(item, decimal-leading-zero) " ";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2em;
  color: #004DE6;
  font-weight: 600;
  font-size: 1.25rem;
}
@media (768px <= width) {
  .business-section__list .business-section__title {
    font-size: clamp(1.5625rem, 0.4910714286rem + 2.2321428571vw, 2.5rem);
  }
}
@media (768px <= width) {
  .business-section__list .business-section__images {
    -webkit-box-flex: 0.7;
        -ms-flex: 0.7;
            flex: 0.7;
  }
}
.business-section__list .business-section__image {
  overflow: hidden;
}
.business-section__list .business-section__image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 300px;
}
.business-section__list .business-section__image:first-child {
  margin-bottom: 1.875rem;
}
@media (768px <= width) {
  .business-section__list .business-section__item.is-double .business-section__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
  }
}

@media (768px <= width) {
  .page-overseas .business-section__content {
    -webkit-box-flex: 0.8;
        -ms-flex: 0.8;
            flex: 0.8;
  }
}
@media (768px <= width) {
  .page-overseas .business-section__images {
    -webkit-box-flex: 1.2;
        -ms-flex: 1.2;
            flex: 1.2;
  }
}

.page-ec .page-ec__concept-image,
.post-type-archive-ec_item .page-ec__concept-image {
  margin-bottom: 2.5rem;
  margin-inline: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.page-ec .page-ec__concept-image img,
.post-type-archive-ec_item .page-ec__concept-image img {
  width: 100%;
  height: auto;
}
@media (hover: hover) {
  .page-ec .page-ec__concept-image:focus, .page-ec .page-ec__concept-image:hover,
  .post-type-archive-ec_item .page-ec__concept-image:focus,
  .post-type-archive-ec_item .page-ec__concept-image:hover {
    opacity: 1 !important;
    -webkit-filter: brightness(0.7);
            filter: brightness(0.7);
  }
}
.page-ec .page-ec__title,
.post-type-archive-ec_item .page-ec__title {
  font-size: 1rem;
  color: #004DE6;
  background-image: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.page-ec .page-ec__concept-copy,
.post-type-archive-ec_item .page-ec__concept-copy {
  font-size: 1.5625rem;
  font-weight: 700;
}
.page-ec .page-ec__products,
.post-type-archive-ec_item .page-ec__products {
  margin-bottom: 2.5rem;
}
@media (768px <= width) {
  .page-ec .page-ec__products,
  .post-type-archive-ec_item .page-ec__products {
    margin-bottom: clamp(3.75rem, 0.8928571429rem + 5.9523809524vw, 6.25rem);
  }
}
.page-ec .page-ec__products-note,
.post-type-archive-ec_item .page-ec__products-note {
  margin-bottom: 2.5rem;
}
@media (768px <= width) {
  .page-ec .page-ec__products-note,
  .post-type-archive-ec_item .page-ec__products-note {
    margin-bottom: 3.75rem;
  }
}
.page-ec .page-ec__products-list,
.post-type-archive-ec_item .page-ec__products-list {
  display: grid;
  gap: clamp(1.875rem, 1.6549295775rem + 0.9389671362vw, 2.5rem);
  padding: 0;
  margin-inline: auto;
  margin-bottom: 3.75rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (768px <= width) {
  .page-ec .page-ec__products-list,
  .post-type-archive-ec_item .page-ec__products-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.page-ec .page-ec__products-item,
.post-type-archive-ec_item .page-ec__products-item {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}
.page-ec .page-ec__products-item::before,
.post-type-archive-ec_item .page-ec__products-item::before {
  content: none;
}
.page-ec .page-ec__products-image,
.post-type-archive-ec_item .page-ec__products-image {
  aspect-ratio: 3/2;
  width: 100%;
  overflow: hidden;
  margin-bottom: 0.625rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.page-ec .page-ec__products-image img,
.post-type-archive-ec_item .page-ec__products-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page-ec .page-ec__products-name,
.post-type-archive-ec_item .page-ec__products-name {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  color: #333;
}
.page-ec .page-ec__products-text p,
.post-type-archive-ec_item .page-ec__products-text p {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  color: #333;
}
@media (hover: hover) {
  .page-ec .page-ec__products-link:focus, .page-ec .page-ec__products-link:hover,
  .post-type-archive-ec_item .page-ec__products-link:focus,
  .post-type-archive-ec_item .page-ec__products-link:hover {
    opacity: 1 !important;
  }
  .page-ec .page-ec__products-link:focus .page-ec__products-image, .page-ec .page-ec__products-link:hover .page-ec__products-image,
  .post-type-archive-ec_item .page-ec__products-link:focus .page-ec__products-image,
  .post-type-archive-ec_item .page-ec__products-link:hover .page-ec__products-image {
    -webkit-filter: brightness(0.7);
            filter: brightness(0.7);
  }
  .page-ec .page-ec__products-link:focus .c-button-link__arrow, .page-ec .page-ec__products-link:hover .c-button-link__arrow,
  .post-type-archive-ec_item .page-ec__products-link:focus .c-button-link__arrow,
  .post-type-archive-ec_item .page-ec__products-link:hover .c-button-link__arrow {
    color: #FFF;
  }
  .page-ec .page-ec__products-link:focus .c-button-link__arrow::after, .page-ec .page-ec__products-link:hover .c-button-link__arrow::after,
  .post-type-archive-ec_item .page-ec__products-link:focus .c-button-link__arrow::after,
  .post-type-archive-ec_item .page-ec__products-link:hover .c-button-link__arrow::after {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.page-ec .page-ec__products-button,
.post-type-archive-ec_item .page-ec__products-button {
  font-size: 1rem;
  font-weight: 500;
}
.page-ec .page-ec__more,
.post-type-archive-ec_item .page-ec__more {
  text-align: center;
}
@media (768px <= width) {
  .page-ec .page-ec__more,
  .post-type-archive-ec_item .page-ec__more {
    text-align: end;
  }
}

.page-ec.no-hover .page-ec__concept-image:hover {
  -webkit-filter: none;
          filter: none;
}
.page-ec.no-hover .page-ec__products-link:hover .page-ec__products-image {
  -webkit-filter: none;
          filter: none;
}
.page-ec.no-hover .page-ec__products-link:hover .c-button-link__arrow {
  color: #004DE6;
}
.page-ec.no-hover .page-ec__products-link:hover .c-button-link__arrow::after {
  content: none;
}

.post-type-archive-ec_item .page-ec__products-list {
  list-style: none;
}
.post-type-archive-ec_item .pagination {
  text-align: center;
}
.post-type-archive-ec_item .page-numbers {
  -webkit-column-gap: 0.9375rem;
     -moz-column-gap: 0.9375rem;
          column-gap: 0.9375rem;
}
.post-type-archive-ec_item .page-numbers li::marker {
  content: none;
}

.page-it .page-it__concept-subtitle {
  display: block;
  font-size: 1rem;
  color: #004DE6;
}
@media (768px <= width) {
  .page-it .page-it__concept-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: clamp(1.875rem, -0.2678571429rem + 4.4642857143vw, 3.75rem);
       -moz-column-gap: clamp(1.875rem, -0.2678571429rem + 4.4642857143vw, 3.75rem);
            column-gap: clamp(1.875rem, -0.2678571429rem + 4.4642857143vw, 3.75rem);
  }
}
.page-it .page-it__concept-figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-bottom: 1.875rem;
}
@media (768px <= width) {
  .page-it .page-it__concept-figure {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    row-gap: 1rem;
    margin-top: 1.875rem;
  }
}
.page-it .page-it__concept-block {
  padding: 1.25rem 2.5rem;
  border-radius: 999px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
}
.page-it .page-it__concept-block--consulting {
  background-color: #E6EEFF;
}
.page-it .page-it__concept-block--service {
  background-color: #FFE9D9;
}
.page-it .page-it__concept-sub {
  display: block;
  font-size: 1rem;
  margin-top: 0.5rem;
}
@media (768px <= width) {
  .page-it .page-it__concept-sub {
    font-size: 1.25rem;
  }
}
.page-it .page-it__concept-symbol {
  font-size: 3.75rem;
  font-weight: 700;
  color: #004DE6;
  line-height: 1;
}
@media (768px <= width) {
  .page-it .page-it__concept-text {
    max-width: 640px;
  }
}
.page-it .page-it__partners {
  width: 100vw;
  padding: 2.5rem 0;
  margin-bottom: 2.5rem;
  margin-left: calc(50% - 50vw);
  background-color: #F7F7F9;
}
@media (960px <= width) {
  .page-it .page-it__partners {
    padding: 6.25rem 0;
    margin-bottom: clamp(3.75rem, 0.8928571429rem + 5.9523809524vw, 6.25rem);
  }
}
.page-it .page-it__partners-title {
  margin-bottom: 3.75rem;
}
.page-it .partners-list {
  padding-left: 0;
}
.page-it .partners-item {
  margin-bottom: 2.5rem;
  padding: 1.875rem 1.875rem 0.625rem;
}
.page-it .partners-item::before {
  content: none;
}
.page-it .partners-item:last-child {
  margin-bottom: 0;
}
@media (960px <= width) {
  .page-it .partners-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: clamp(1.875rem, -1.6964285714rem + 7.4404761905vw, 5rem);
       -moz-column-gap: clamp(1.875rem, -1.6964285714rem + 7.4404761905vw, 5rem);
            column-gap: clamp(1.875rem, -1.6964285714rem + 7.4404761905vw, 5rem);
  }
}
.page-it .partners-item__image {
  margin-bottom: 1.25rem;
  border: 1px solid #D3D3D3;
}
.page-it .partners-item__image a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (hover: hover) {
  .page-it .partners-item__image a:focus, .page-it .partners-item__image a:hover {
    opacity: 1 !important;
    -webkit-filter: brightness(0.7);
            filter: brightness(0.7);
  }
}
.page-it .partners-item__title {
  font-size: 1.5625rem;
  margin-bottom: 0.625rem;
}
.page-it .partners-item__title a {
  color: #333;
}
.page-it .partners-item__link {
  display: inline-block;
  margin-bottom: 2.5rem;
  word-break: break-all;
}
@media (hover: hover) {
  .page-it .partners-item__link:hover {
    opacity: 1 !important;
  }
  .page-it .partners-item__link:hover .page-ec__products-image {
    -webkit-filter: brightness(0.7);
            filter: brightness(0.7);
  }
  .page-it .partners-item__link:hover .c-button-link__arrow {
    color: #FFF;
  }
  .page-it .partners-item__link:hover .c-button-link__arrow::after {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.page-it .partners-item__heading {
  font-size: 1.125rem;
  margin-bottom: 0.375rem;
}
@media (960px <= width) {
  .page-it .partners-item__heading {
    font-size: 1.25rem;
  }
}
.page-it .partners-item__heading--reason {
  padding-top: 0.625rem;
}
@media (960px <= width) {
  .page-it .partners-item__header {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 340px;
            flex: 0 0 340px;
  }
}
@media (768px <= width) {
  .page-it .page-it__pro-service {
    margin-bottom: clamp(3.75rem, 10vw, 6.25rem);
  }
}
.page-it .page-it__pro-service-list {
  display: grid;
  gap: 1.25rem;
  padding-left: 0;
}
@media (768px <= width) {
  .page-it .page-it__pro-service-list {
    grid-template-columns: repeat(3, 1fr);
    padding-top: 1.875rem;
  }
}
.page-it .page-it__pro-service-item {
  border: 1px solid #D3D3D3;
  border-radius: 10px;
  padding: 1.25rem 1.25rem 0.3125rem;
}
.page-it .page-it__pro-service-item::before {
  content: none;
}
.page-it .page-it__pro-service-item-title {
  font-size: 1.5625rem;
  color: #004DE6;
  text-align: center;
  margin-bottom: 1.875rem;
}
.page-it .page-it__pro-service-item-term {
  font-size: 0.875rem;
  font-weight: 600;
  color: #004DE6;
}
.page-it .page-it__pro-service-item-desc {
  margin-bottom: 1.25rem;
}
.page-it .page-it__pro-service-item-desc:last-child {
  margin-bottom: 0;
}
@media (768px <= width) {
  .page-it .page-it__pro-service-item-desc {
    font-size: 1.125rem;
  }
}

.page-it.no-hover .partners-item__image a:hover {
  -webkit-filter: none;
          filter: none;
}

.page-about .page-about__lead {
  margin-bottom: clamp(3.125rem, 2.4647887324rem + 2.8169014085vw, 5rem);
}
.page-about .page-about__lead p {
  margin-bottom: clamp(2.5rem, 1.1795774648rem + 5.6338028169vw, 6.25rem);
}
.page-about .page-about__lead-image {
  max-width: 400px;
  margin: 0 auto;
}
@media (768px <= width) {
  .page-about .page-about__lead-image {
    width: 70%;
    max-width: 600px;
  }
}
.page-about .page-about__philosophy {
  position: relative;
  max-width: 1380px;
  margin-inline: auto;
  margin-bottom: 3.75rem;
  z-index: 1;
}
@media (1100px <= width) {
  .page-about .page-about__philosophy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-column-gap: clamp(1.875rem, -0.2678571429rem + 4.4642857143vw, 3.75rem);
       -moz-column-gap: clamp(1.875rem, -0.2678571429rem + 4.4642857143vw, 3.75rem);
            column-gap: clamp(1.875rem, -0.2678571429rem + 4.4642857143vw, 3.75rem);
  }
  .page-about .page-about__philosophy::after {
    content: "";
    position: absolute;
    inset: 0;
    width: calc(100% - 13.75rem);
    height: calc(100% - 7.5rem);
    background-color: #F7F7F9;
    -webkit-transform: translate(10rem, 3.75rem);
            transform: translate(10rem, 3.75rem);
    z-index: -1;
  }
}
.page-about .page-about__content {
  display: flow-root;
  padding-top: 1.875rem;
  padding-inline: clamp(1.25rem, -1.1354961832rem + 10.1781170483vw, 3.75rem);
  background-color: #F7F7F9;
}
@media (1100px <= width) {
  .page-about .page-about__content {
    padding: 7.5rem;
    padding-left: 0;
    background-color: transparent;
  }
}
.page-about .page-about__item {
  display: flow-root;
  padding: 0.9375rem 1.25rem 0;
  margin-bottom: 1.875rem;
}
@media (1100px <= width) {
  .page-about .page-about__item {
    padding: 1.25rem 1.875rem 0 2.5rem;
    width: clamp(28.125rem, 11.6964285714rem + 34.2261904762vw, 42.5rem);
  }
  .page-about .page-about__item:last-child {
    margin-bottom: 0;
  }
}
.page-about .page-about__image {
  width: 100%;
  height: 200px;
  background: -webkit-image-set(url("../img/about-philosophy-sp.webp") type("image/webp"), url("../img/about-philosophy-sp.jpg") type("image/jpeg")) no-repeat center/cover;
  background: image-set(url("../img/about-philosophy-sp.webp") type("image/webp"), url("../img/about-philosophy-sp.jpg") type("image/jpeg")) no-repeat center/cover;
}
@media (1100px <= width) {
  .page-about .page-about__image {
    height: auto;
    background: -webkit-image-set(url("../img/about-philosophy-pc.webp") type("image/webp"), url("../img/about-philosophy-pc.png") type("image/png")) no-repeat right top/contain;
    background: image-set(url("../img/about-philosophy-pc.webp") type("image/webp"), url("../img/about-philosophy-pc.png") type("image/png")) no-repeat right top/contain;
  }
}
.page-about .page-about__text {
  font-weight: 700;
  color: #0E2BC7;
}
@media (768px <= width) {
  .page-about .page-about__text {
    font-size: 1.25rem;
  }
}
.page-about .page-about__identity {
  margin-bottom: clamp(6.25rem, 4.9295774648rem + 5.6338028169vw, 10rem);
}
.page-about .page-about__identity-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media (768px <= width) {
  .page-about .page-about__identity-body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-top: 6.25rem;
  }
}
.page-about .page-about__identity-logo {
  max-width: 200px;
  margin-inline: auto;
  margin-top: 1.25rem;
}
@media (768px <= width) {
  .page-about .page-about__identity-logo {
    margin-inline: 0;
    margin-top: 0;
  }
}
.page-about .page-about__identity-text {
  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;
  gap: 0.9375rem;
}
.page-about .page-about__identity-sublogo {
  max-width: 540px;
}
.page-about .page-about__identity-desc {
  font-weight: 700;
  margin-bottom: 0;
}
@media (768px <= width) {
  .page-about .page-about__identity-desc {
    font-size: 1.25rem;
  }
}

.page-company .page-company__summary {
  width: 100vw;
  background-color: #F7F7F9;
  padding: 2.5rem 1.25rem;
  margin-left: calc(50% - 50vw);
  margin-bottom: clamp(3.75rem, 2.8697183099rem + 3.7558685446vw, 6.25rem);
}
@media (768px <= width) {
  .page-company .page-company__summary {
    width: auto;
    max-width: 1080px;
    font-size: 1.125rem;
    margin-inline: auto;
    padding: 3.75rem;
  }
}
@media (768px <= width) {
  .page-company .page-company__list {
    display: grid;
    grid-template-columns: clamp(8rem, 30%, 12rem) 1fr;
  }
}
.page-company .page-company__term {
  margin-bottom: 0.5rem;
  padding-top: 1.875rem;
  font-weight: 700;
}
.page-company .page-company__term:first-child {
  padding-top: 0;
}
@media (768px <= width) {
  .page-company .page-company__term {
    margin: 0;
    border-bottom: 1px solid #D3D3D3;
  }
  .page-company .page-company__term:last-of-type {
    border-bottom: none;
  }
}
.page-company .page-company__desc {
  padding-bottom: 1.875rem;
  border-bottom: 1px solid #D3D3D3;
}
.page-company .page-company__desc:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
@media (768px <= width) {
  .page-company .page-company__desc {
    padding-top: 1.875rem;
  }
  .page-company .page-company__desc:first-of-type {
    padding-top: 0;
  }
}
.page-company .page-company__desc-item::before {
  content: none;
}
.page-company .page-company__desc-list {
  padding-left: 0;
  margin-bottom: 0;
}
.page-company .page-company__desc-item {
  margin-bottom: 0;
}
.page-company .page-company__item-title {
  font-size: 1.25rem;
  margin-bottom: 0.625rem;
}
@media (768px <= width) {
  .page-company .page-company__item-title {
    font-size: 1.9531rem;
  }
}
.page-company .page-company__access {
  margin-bottom: clamp(3.75rem, 2.8697183099rem + 3.7558685446vw, 6.25rem);
}
@media (768px <= width) {
  .page-company .page-company__item-text {
    font-size: 1.125rem;
  }
}
.page-company .page-company__access-map {
  width: 100vw;
  height: 280px;
  margin-left: calc(50% - 50vw);
  margin-bottom: 0.5rem;
}
.page-company .page-company__access-map iframe {
  width: 100%;
  height: 100%;
}
@media (768px <= width) {
  .page-company .page-company__access-map {
    max-width: 1080px;
    width: auto;
    height: auto;
    aspect-ratio: 108/50;
    margin-inline: auto;
  }
}

.page-company__link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.c-button-link--map {
  font-size: 1rem;
}

@media (768px <= width) {
  .page-history .page-history__lead-bg {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    background: -webkit-image-set(url("../img/history-lead-pc.webp") type("image/webp"), url("../img/history-lead-pc.jpg") type("image/jpeg")) no-repeat right bottom/contain;
    background: image-set(url("../img/history-lead-pc.webp") type("image/webp"), url("../img/history-lead-pc.jpg") type("image/jpeg")) no-repeat right bottom/contain;
  }
}
.page-history .page-history__lead-wrapper {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
.page-history .page-history__lead-wrapper .page-history__lead {
  margin-inline: clamp(1.25rem, -1.1354961832rem + 10.1781170483vw, 3.75rem);
}
@media (768px <= width) {
  .page-history .page-history__lead-wrapper .page-history__lead {
    max-width: 1440px;
    margin-inline: auto;
    padding-inline: clamp(3.75rem, -4.8214285714rem + 17.8571428571vw, 11.25rem);
    padding-bottom: clamp(3.75rem, -4.8214285714rem + 17.8571428571vw, 11.25rem);
  }
}
.page-history .page-history__lead {
  margin-bottom: 0;
}
.page-history .page-history__image {
  margin-left: auto;
  max-width: 400px;
}
@media (768px <= width) {
  .page-history .page-history__image {
    display: none;
  }
}
.page-history .page-history__chronological {
  width: 100vw;
  background-color: #F7F7F9;
  padding: 2.5rem 1.25rem;
  margin-left: calc(50% - 50vw);
  margin-bottom: clamp(3.75rem, 2.8697183099rem + 3.7558685446vw, 6.25rem);
}
@media (768px <= width) {
  .page-history .page-history__chronological {
    position: relative;
    top: calc(-1 * clamp(2.5rem, 1.3877952756rem + 2.624671916vw, 3.75rem));
    width: auto;
    max-width: 1080px;
    margin-inline: auto;
    padding: 3.75rem;
  }
}
.page-history .page-history__list {
  display: grid;
  grid-template-columns: 5rem 1fr;
  padding-inline: clamp(1.25rem, -1.1415816327rem + 10.2040816327vw, 3.75rem);
}
@media (768px <= width) {
  .page-history .page-history__list {
    grid-template-columns: 8rem 1fr;
  }
}
.page-history .page-history__term {
  border-bottom: 1px solid #D3D3D3;
  padding-top: 1.875rem;
  font-weight: 700;
}
.page-history .page-history__term:first-child {
  padding-top: 0;
}
.page-history .page-history__term:last-of-type {
  border-bottom: none;
}
.page-history .page-history__desc {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid #D3D3D3;
}
.page-history .page-history__desc:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.page-history .page-history__desc:first-of-type {
  padding-top: 0;
}
.page-history .page-history__memorial-title-bg {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100vw;
  height: 200px;
  margin-bottom: clamp(2.5rem, 1.3042091837rem + 5.1020408163vw, 3.75rem);
  margin-left: calc(50% - 50vw);
  padding-inline: 20px;
  background: url("../img/memorial-heading-sp.jpg") no-repeat left bottom/contain;
  background-color: #FFF8F0;
}
@media (768px <= width) {
  .page-history .page-history__memorial-title-bg {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: clamp(12.5rem, 6.938976378rem + 13.1233595801vw, 18.75rem);
    background: url("../img/memorial-heading-pc1.jpg") no-repeat left bottom/cover;
  }
}
@media screen and (min-width: 1441px) {
  .page-history .page-history__memorial-title-bg {
    height: clamp(18.75rem, 1.8280271399rem + 18.7891440501vw, 24.375rem);
    background: url("../img/memorial-heading-pc2.jpg") no-repeat left bottom/contain;
    background-color: #FFF8F0;
  }
}
.page-history .page-history__memorial-title {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 1.25rem;
  color: #6E6E6E;
  background-image: none;
  margin-bottom: 0;
}
.page-history .page-history__memorial-title--en {
  max-width: clamp(12.5rem, 10.6796116505rem + 7.7669902913vw, 20rem);
}
.page-history .page-history__memorial-title--jp {
  padding-right: 1.5625rem;
}
.page-history .page-history__memorial-lead {
  font-weight: 600;
}
.page-history .page-history__memorial-image {
  max-height: 280px;
  overflow: hidden;
  margin-inline: auto;
  margin-bottom: 1.875rem;
  max-width: 400px;
}
.page-history .page-history__memorial-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (768px <= width) {
  .page-history .page-history__memorial-image {
    max-height: none;
  }
}
.page-history .page-history__memorial-content {
  margin-bottom: 2.5rem;
}
@media (768px <= width) {
  .page-history .page-history__memorial-content {
    margin-bottom: 0;
    position: relative;
    top: calc(-1 * clamp(5rem, 3.8877952756rem + 2.624671916vw, 6.25rem));
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    gap: clamp(2.5rem, -0.8366141732rem + 7.874015748vw, 6.25rem);
    grid-template-areas: "area1 area2" "area3 area2";
  }
}
@media (768px <= width) {
  .page-history .grid-item1 {
    grid-area: area1;
    align-self: flex-end;
    margin-bottom: 0;
  }
}
@media (768px <= width) and (768px <= width) {
  .page-history .grid-item1 {
    padding-top: 3.75rem;
  }
}
@media (768px <= width) {
  .page-history .grid-item2 {
    grid-area: area2;
  }
}
@media (768px <= width) {
  .page-history .grid-item3 {
    grid-area: area3;
  }
}
.page-history .page-history__biography-section {
  width: 100vw;
  background-color: #FFF8F0;
  padding: 2.5rem 1.25rem;
  margin-left: calc(50% - 50vw);
  margin-bottom: clamp(3.75rem, 2.8697183099rem + 3.7558685446vw, 6.25rem);
}
.page-history .page-history__biography-title,
.page-history .page-history__links-title {
  font-size: 1.5625rem;
  padding-bottom: 0.5rem;
  background-image: linear-gradient(90deg, #E85A00 0 60px, #D3D3D3 60px);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: bottom;
  margin-bottom: 2.5rem;
}
@media (768px <= width) {
  .page-history .page-history__biography-title,
  .page-history .page-history__links-title {
    font-size: 1.9531rem;
  }
}
.page-history .page-history__biography-box {
  margin-bottom: clamp(2.5rem, 1.1795774648rem + 5.6338028169vw, 6.25rem);
}
.page-history .page-history__biography-title {
  margin-inline: clamp(1.25rem, -1.1415816327rem + 10.2040816327vw, 3.75rem);
}
@media (768px <= width) {
  .page-history .page-history__biography-title {
    margin-inline: 0;
  }
}
@media (768px <= width) {
  .page-history .page-history__biography-inner {
    max-width: 1080px;
    margin-inline: auto;
    padding: 3.75rem;
  }
}
@media (768px <= width) {
  .page-history .page-history__biography-list {
    padding-inline: 0;
  }
}
.page-history .page-history__biography-image {
  max-width: clamp(16.25rem, 7.8794642857rem + 35.7142857143vw, 25rem);
  max-height: clamp(16.25rem, 1.9005102041rem + 61.2244897959vw, 31.25rem);
  overflow: hidden;
  margin-bottom: clamp(2.5rem, 1.3042091837rem + 5.1020408163vw, 3.75rem);
  margin-left: auto;
}
.page-history .page-history__biography-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (768px <= width) {
  .page-history .page-history__biography-image {
    margin-bottom: 0;
  }
}
@media (768px <= width) {
  .page-history .page-history__biography-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3.75rem clamp(1.875rem, -0.2678571429rem + 4.4642857143vw, 3.75rem);
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
.page-history .page-history__links {
  padding-inline: clamp(1.25rem, -1.1415816327rem + 10.2040816327vw, 3.75rem);
}
@media (768px <= width) {
  .page-history .page-history__links {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 360px;
  }
}
.page-history .page-history__links-list {
  margin-bottom: 0;
}
.page-history .page-history__links-item::before {
  background-color: #6E6E6E;
}
.page-history .page-history__links-item:last-child {
  margin-bottom: 0;
}
.page-history .c-button-link--biography {
  font-size: 1rem;
  color: #6E6E6E;
}
@media (768px <= width) {
  .page-history .c-button-link--biography {
    font-size: 1.125rem;
  }
}
.page-history .c-button-link--biography .c-button-link__arrow {
  color: #6E6E6E;
  border-color: #6E6E6E;
}
.page-history .c-button-link--biography .c-button-link__arrow::after {
  background-color: #6E6E6E;
}
@media (hover: hover) {
  .page-history .c-button-link--biography:focus .c-button-link__arrow, .page-history .c-button-link--biography:hover .c-button-link__arrow {
    color: #FFF;
  }
}

.page-history.no-hover .c-button-link--biography:hover .c-button-link__arrow {
  color: #6E6E6E;
}

.page .recruit-lead {
  margin-bottom: 7.25rem;
}

.recruit__close {
  font-size: 1.125rem;
  margin-bottom: clamp(3.75rem, 2.8697183099rem + 3.7558685446vw, 6.25rem);
}
@media (768px <= width) {
  .recruit__close {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}

.page-recruit__content h2 {
  margin-bottom: 3.75rem;
}

.page-recruit__list {
  display: grid;
  grid-template-columns: 1fr;
  padding-inline: clamp(1.25rem, -1.1415816327rem + 10.2040816327vw, 3.75rem);
}
@media (768px <= width) {
  .page-recruit__list {
    grid-template-columns: 10rem 1fr;
  }
}

.page-recruit__term {
  font-weight: 700;
  padding: 1.25rem 1.25rem 0 0;
}
.page-recruit__term:first-child {
  padding-top: 0;
}
.page-recruit__term:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
@media (768px <= width) {
  .page-recruit__term {
    padding-top: 1.875rem;
    border-bottom: 1px solid #D3D3D3;
  }
  .page-recruit__term:first-child {
    padding-top: 0;
  }
}

.page-recruit__desc {
  padding-top: 0.625rem;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid #D3D3D3;
}
.page-recruit__desc:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
@media (768px <= width) {
  .page-recruit__desc {
    padding-top: 1.875rem;
  }
  .page-recruit__desc:first-of-type {
    padding-top: 0;
  }
}

.page-recruit__section {
  width: 100vw;
  background-color: #F7F7F9;
  padding: 2.5rem 1.25rem;
  margin-left: calc(50% - 50vw);
  margin-bottom: clamp(1.875rem, 1.2147887324rem + 2.8169014085vw, 3.75rem);
}
.page-recruit__section p {
  margin-bottom: 0;
}
@media (768px <= width) {
  .page-recruit__section {
    width: auto;
    max-width: 1080px;
    margin-inline: auto;
    padding: 3.75rem;
  }
}

.page-contact main,
.page-contact-thanks main,
.page-policy main,
.page-terms main,
.page-entry main,
.page-entry-thanks main {
  padding-top: 7.5rem;
}
@media (768px <= width) {
  .page-contact main,
  .page-contact-thanks main,
  .page-policy main,
  .page-terms main,
  .page-entry main,
  .page-entry-thanks main {
    padding-top: 10rem;
  }
}
.page-contact .content-wrapper,
.page-contact-thanks .content-wrapper,
.page-policy .content-wrapper,
.page-terms .content-wrapper,
.page-entry .content-wrapper,
.page-entry-thanks .content-wrapper {
  margin-bottom: clamp(3.75rem, 2.8697183099rem + 3.7558685446vw, 6.25rem);
}
.page-contact h1,
.page-contact-thanks h1,
.page-policy h1,
.page-terms h1,
.page-entry h1,
.page-entry-thanks h1 {
  padding-bottom: 0.5rem;
  background-image: linear-gradient(90deg, #004DE6 0 60px, #D3D3D3 60px);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: bottom;
}
@media (768px <= width) {
  .page-contact h1,
  .page-contact-thanks h1,
  .page-policy h1,
  .page-terms h1,
  .page-entry h1,
  .page-entry-thanks h1 {
    margin-bottom: 5rem;
  }
}

.page-contact .wpcf7 input[type=text],
.page-contact .wpcf7 input[type=email],
.page-contact .wpcf7 input[type=tel],
.page-contact .wpcf7 textarea,
.page-contact-thanks .wpcf7 input[type=text],
.page-contact-thanks .wpcf7 input[type=email],
.page-contact-thanks .wpcf7 input[type=tel],
.page-contact-thanks .wpcf7 textarea,
.page-entry .wpcf7 input[type=text],
.page-entry .wpcf7 input[type=email],
.page-entry .wpcf7 input[type=tel],
.page-entry .wpcf7 textarea,
.page-entry-thanks .wpcf7 input[type=text],
.page-entry-thanks .wpcf7 input[type=email],
.page-entry-thanks .wpcf7 input[type=tel],
.page-entry-thanks .wpcf7 textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.6;
  border-radius: 4px;
  padding: 0.75em 0.875em;
  border: 1px solid #ccc;
  background-color: #fff;
}
.page-contact .wpcf7 select,
.page-contact-thanks .wpcf7 select,
.page-entry .wpcf7 select,
.page-entry-thanks .wpcf7 select {
  border-radius: 4px;
  padding: 0.5em 0.3em 0.5em;
  border: 1px solid #ccc;
  background-color: #fff;
}
.page-contact .page-content,
.page-contact-thanks .page-content,
.page-entry .page-content,
.page-entry-thanks .page-content {
  max-width: 800px;
  margin: 0 auto;
}
.page-contact .form-group,
.page-contact-thanks .form-group,
.page-entry .form-group,
.page-entry-thanks .form-group {
  margin-bottom: clamp(2.5rem, 2.0598591549rem + 1.8779342723vw, 3.75rem);
}
.page-contact .form-group p,
.page-contact-thanks .form-group p,
.page-entry .form-group p,
.page-entry-thanks .form-group p {
  margin-bottom: 0.4375rem;
}
.page-contact .form-label--title,
.page-contact-thanks .form-label--title,
.page-entry .form-label--title,
.page-entry-thanks .form-label--title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.4em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.375rem;
}
@media (768px <= width) {
  .page-contact .form-label--title,
  .page-contact-thanks .form-label--title,
  .page-entry .form-label--title,
  .page-entry-thanks .form-label--title {
    font-size: 1.25rem;
  }
}
.page-contact .form-label--category,
.page-contact-thanks .form-label--category,
.page-entry .form-label--category,
.page-entry-thanks .form-label--category {
  margin-bottom: 1.875rem;
}
.page-contact .required,
.page-contact-thanks .required,
.page-entry .required,
.page-entry-thanks .required {
  padding: 1px 8px;
  font-size: 0.7em;
  color: #FFF;
  background-color: #E85A00;
  border-radius: 5px;
}
.page-contact .form-example,
.page-contact-thanks .form-example,
.page-entry .form-example,
.page-entry-thanks .form-example {
  font-size: 1rem;
  color: #6E6E6E;
}
@media (768px <= width) {
  .page-contact .form-example,
  .page-contact-thanks .form-example,
  .page-entry .form-example,
  .page-entry-thanks .form-example {
    font-size: 1.125rem;
  }
}
.page-contact input[type=text],
.page-contact input[type=email],
.page-contact input[type=tel],
.page-contact textarea,
.page-contact-thanks input[type=text],
.page-contact-thanks input[type=email],
.page-contact-thanks input[type=tel],
.page-contact-thanks textarea,
.page-entry input[type=text],
.page-entry input[type=email],
.page-entry input[type=tel],
.page-entry textarea,
.page-entry-thanks input[type=text],
.page-entry-thanks input[type=email],
.page-entry-thanks input[type=tel],
.page-entry-thanks textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 1rem;
}
.page-contact textarea,
.page-contact-thanks textarea,
.page-entry textarea,
.page-entry-thanks textarea {
  min-height: 240px;
}
.page-contact .wpcf7-form-control,
.page-contact-thanks .wpcf7-form-control,
.page-entry .wpcf7-form-control,
.page-entry-thanks .wpcf7-form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 3rem;
  font-size: 1.125rem;
}
.page-contact .wpcf7-form-control .wpcf7-list-item,
.page-contact-thanks .wpcf7-form-control .wpcf7-list-item,
.page-entry .wpcf7-form-control .wpcf7-list-item,
.page-entry-thanks .wpcf7-form-control .wpcf7-list-item {
  margin: 0;
}
.page-contact .form-privacy,
.page-contact-thanks .form-privacy,
.page-entry .form-privacy,
.page-entry-thanks .form-privacy {
  margin-bottom: 1.25rem;
}
.page-contact .wpcf7-list-item label,
.page-contact-thanks .wpcf7-list-item label,
.page-entry .wpcf7-list-item label,
.page-entry-thanks .wpcf7-list-item label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
}
.page-contact input[type=radio],
.page-contact-thanks input[type=radio],
.page-entry input[type=radio],
.page-entry-thanks input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 14px;
  height: 14px;
  border: 1px solid #6E6E6E;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  margin-right: 0.25rem;
  vertical-align: baseline;
  cursor: pointer;
}
.page-contact input[type=radio]:checked,
.page-contact-thanks input[type=radio]:checked,
.page-entry input[type=radio]:checked,
.page-entry-thanks input[type=radio]:checked {
  border-color: #E85A00;
}
.page-contact input[type=radio]:checked::before,
.page-contact-thanks input[type=radio]:checked::before,
.page-entry input[type=radio]:checked::before,
.page-entry-thanks input[type=radio]:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background: #E85A00;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page-contact input[type=checkbox],
.page-contact-thanks input[type=checkbox],
.page-entry input[type=checkbox],
.page-entry-thanks input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid #6E6E6E;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
}
.page-contact input[type=checkbox]:checked,
.page-contact-thanks input[type=checkbox]:checked,
.page-entry input[type=checkbox]:checked,
.page-entry-thanks input[type=checkbox]:checked {
  background-color: #E85A00;
  border-color: #E85A00;
}
.page-contact input[type=checkbox]:checked::after,
.page-contact-thanks input[type=checkbox]:checked::after,
.page-entry input[type=checkbox]:checked::after,
.page-entry-thanks input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 10px;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  top: 1px;
  left: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.page-contact .form-submit,
.page-contact-thanks .form-submit,
.page-entry .form-submit,
.page-entry-thanks .form-submit {
  margin-bottom: 1.25rem;
}
.page-contact .form-submit p,
.page-contact-thanks .form-submit p,
.page-entry .form-submit p,
.page-entry-thanks .form-submit p {
  position: relative;
  width: 80%;
  max-width: 300px;
  margin: 0 auto;
}
.page-contact .form-submit p::after,
.page-contact-thanks .form-submit p::after,
.page-entry .form-submit p::after,
.page-entry-thanks .form-submit p::after {
  position: absolute;
  content: "→";
  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;
  right: 1.875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid currentColor;
  color: #FFF;
  font-size: 0.8em;
  pointer-events: none;
}
@media (768px <= width) {
  .page-contact .form-submit p::after,
  .page-contact-thanks .form-submit p::after,
  .page-entry .form-submit p::after,
  .page-entry-thanks .form-submit p::after {
    width: 30px;
    height: 30px;
    font-size: 1em;
  }
}
.page-contact .form-submit p .wpcf7-spinner,
.page-contact-thanks .form-submit p .wpcf7-spinner,
.page-entry .form-submit p .wpcf7-spinner,
.page-entry-thanks .form-submit p .wpcf7-spinner {
  display: none !important;
}
.page-contact .form-submit input,
.page-contact-thanks .form-submit input,
.page-entry .form-submit input,
.page-entry-thanks .form-submit input {
  width: 100%;
  font-weight: 700;
  color: #FFF;
  padding: 18px 30px 18px 20px;
  border-radius: 10px;
  background: -webkit-gradient(linear, right top, left top, from(#1a66ff), to(#0e2bc7));
  background: linear-gradient(270deg, #1a66ff, #0e2bc7);
  border: none;
  cursor: pointer;
  letter-spacing: 0.1em;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media (768px <= width) {
  .page-contact .form-submit input,
  .page-contact-thanks .form-submit input,
  .page-entry .form-submit input,
  .page-entry-thanks .form-submit input {
    font-size: 1.5625rem;
  }
}
@media (hover: hover) {
  .page-contact .form-submit input:focus, .page-contact .form-submit input:hover,
  .page-contact-thanks .form-submit input:focus,
  .page-contact-thanks .form-submit input:hover,
  .page-entry .form-submit input:focus,
  .page-entry .form-submit input:hover,
  .page-entry-thanks .form-submit input:focus,
  .page-entry-thanks .form-submit input:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .page-contact .form-submit input:active,
  .page-contact-thanks .form-submit input:active,
  .page-entry .form-submit input:active,
  .page-entry-thanks .form-submit input:active {
    opacity: 0.7;
  }
}
.page-contact .form-submit input:disabled,
.page-contact-thanks .form-submit input:disabled,
.page-entry .form-submit input:disabled,
.page-entry-thanks .form-submit input:disabled {
  background: #6E6E6E;
}
.page-contact .form-submit input:disabled:focus, .page-contact .form-submit input:disabled:hover, .page-contact .form-submit input:disabled:active,
.page-contact-thanks .form-submit input:disabled:focus,
.page-contact-thanks .form-submit input:disabled:hover,
.page-contact-thanks .form-submit input:disabled:active,
.page-entry .form-submit input:disabled:focus,
.page-entry .form-submit input:disabled:hover,
.page-entry .form-submit input:disabled:active,
.page-entry-thanks .form-submit input:disabled:focus,
.page-entry-thanks .form-submit input:disabled:hover,
.page-entry-thanks .form-submit input:disabled:active {
  opacity: 1;
}
.page-contact .wpcf7-form-control.wpcf7-not-valid,
.page-contact-thanks .wpcf7-form-control.wpcf7-not-valid,
.page-entry .wpcf7-form-control.wpcf7-not-valid,
.page-entry-thanks .wpcf7-form-control.wpcf7-not-valid {
  border: none;
  border: 2px solid #e53935 !important;
  background-color: #fff5f5;
}
.page-contact .wpcf7-not-valid-tip,
.page-contact-thanks .wpcf7-not-valid-tip,
.page-entry .wpcf7-not-valid-tip,
.page-entry-thanks .wpcf7-not-valid-tip {
  font-weight: 600;
}
.page-contact .wpcf7-response-output,
.page-contact-thanks .wpcf7-response-output,
.page-entry .wpcf7-response-output,
.page-entry-thanks .wpcf7-response-output {
  font-size: 1.125rem;
  font-weight: 600;
  color: #e53935;
  border: none;
}
.page-contact .wpcf7 form .wpcf7-response-output,
.page-contact-thanks .wpcf7 form .wpcf7-response-output,
.page-entry .wpcf7 form .wpcf7-response-output,
.page-entry-thanks .wpcf7 form .wpcf7-response-output {
  margin: 0;
  margin-bottom: 3.75rem;
  padding: 0;
}
.page-contact .wpcf7-form,
.page-contact-thanks .wpcf7-form,
.page-entry .wpcf7-form,
.page-entry-thanks .wpcf7-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-contact .wpcf7-turnstile.cf-turnstile,
.page-contact-thanks .wpcf7-turnstile.cf-turnstile,
.page-entry .wpcf7-turnstile.cf-turnstile,
.page-entry-thanks .wpcf7-turnstile.cf-turnstile {
  -webkit-box-ordinal-group: 1000;
      -ms-flex-order: 999;
          order: 999;
  margin-inline: auto;
}
.page-contact .noscript-notice,
.page-contact-thanks .noscript-notice,
.page-entry .noscript-notice,
.page-entry-thanks .noscript-notice {
  padding: 1em;
  margin-bottom: 3.75rem;
  background: #f8f8f8;
  border: 1px solid #ccc;
}
.page-contact .hp-field,
.page-contact-thanks .hp-field,
.page-entry .hp-field,
.page-entry-thanks .hp-field {
  position: absolute;
  left: -100vw;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.page-contact-thanks .thanks-text,
.page-entry-thanks .thanks-text {
  margin-bottom: clamp(2.5rem, 1.6197183099rem + 3.7558685446vw, 5rem);
}
@media (768px <= width) {
  .page-contact-thanks .thanks-text,
  .page-entry-thanks .thanks-text {
    font-size: 1.125rem;
  }
}

.page-policy .lead,
.page-terms .lead {
  margin-bottom: 0;
}
.page-policy h2,
.page-terms h2 {
  font-size: 1.5625rem;
  padding-bottom: 0;
  background-image: none;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
}
.page-policy h3,
.page-terms h3 {
  font-size: 1.25rem;
  margin-bottom: 0.625rem;
}
.page-policy ol,
.page-terms ol {
  margin-left: 1.5em;
}
@media (768px <= width) {
  .page-policy h2,
  .page-terms h2 {
    font-size: 1.9531rem;
    margin-top: 3.75rem;
  }
  .page-policy ol,
  .page-terms ol {
    margin-left: 2.5em;
  }
}

.page-policy ol {
  list-style: none;
  margin-bottom: 1.6rem;
  counter-reset: item;
}
.page-policy ol li {
  position: relative;
  padding-left: 1.7em;
}
.page-policy ol li::before {
  content: counter(item) "";
  counter-increment: item;
  position: absolute;
  left: 0;
  top: 0.3em;
  width: 1.5em;
  height: 1.5em;
  border: 1px solid #333;
  border-radius: 50%;
  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: 0.85em;
}

.page-terms .page-sub-title {
  margin-bottom: 0.625rem;
}

.error404 main {
  padding-top: 7.5rem;
}
@media (768px <= width) {
  .error404 main {
    padding-top: 10rem;
  }
}
.error404 .content-wrapper {
  margin-bottom: clamp(3.75rem, 2.8697183099rem + 3.7558685446vw, 6.25rem);
}
.error404 h1 {
  font-size: 2rem;
  padding-bottom: 0.8rem;
  background-image: linear-gradient(90deg, #004DE6 0 60px, #D3D3D3 60px);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: bottom;
}
@media (768px <= width) {
  .error404 h1 {
    margin-bottom: 5rem;
    font-size: 2.5rem;
  }
}
.error404 .page-content {
  max-width: 800px;
  margin: 0 auto;
}
.error404 .page-404__text {
  margin-bottom: clamp(2.5rem, 1.6197183099rem + 3.7558685446vw, 5rem);
}
@media (768px <= width) {
  .error404 .page-404__text {
    font-size: 1.125rem;
  }
}/*# sourceMappingURL=lower.css.map */