@charset "UTF-8";

/* ======================================================
 * _config.scss
 * ------------------------------------------------------
 * color
 * font
 * breakpoint
 * responsive
====================================================== */

/* ===============================================
# margin
=============================================== */

.--mt-20 {
  margin-top: 20px;
}

.--mt-40 {
  margin-top: 40px;
}

.--mt-60 {
  margin-top: 60px;
}

.--mt-80 {
  margin-top: 80px;
}

.--mt-100 {
  margin-top: 100px;
}

.--mt-120 {
  margin-top: 120px;
}

.--mt-140 {
  margin-top: 140px;
}

.--mb-70 {
  margin-bottom: 70px;
}

/* ===============================================
# text
=============================================== */

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

/* ===============================================
# contact form7
=============================================== */

.wpcf7-response-output {
  display: none;
}

/*-------------------------
  閉じている場合
-------------------------*/

.c-accordion {
  position: relative;
  border-top: 1px solid #dddddd;
  padding: 30px 20px 30px 0;
}

.c-accordion::before,
.c-accordion::after {
  content: "";
  position: absolute;
  top: 27px;
  width: 1px;
  height: 31px;
  background-color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-accordion::before {
  right: 25px;
}

.c-accordion::after {
  right: 25px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.c-accordion__torigger {
  position: relative;
  width: 100%;
  cursor: pointer;
  line-height: 1.3;
  padding-left: 65px;
}

.c-accordion__torigger::before {
  content: "Q";
  position: absolute;
  font-size: 24px;
  font-weight: bold;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Inter", sans-serif;
}

.c-accordion__content {
  position: relative;
  height: 0;
  line-height: 1.66;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-right: 20px;
  padding-left: 65px;
}

.c-accordion__content::before {
  content: "A";
  position: absolute;
  font-size: 24px;
  font-weight: bold;
  top: -5px;
  left: 0;
  font-family: "Inter", sans-serif;
}

/*-------------------------
  アコーディオンがオープンのとき
-------------------------*/

.c-accordion.-active {
  overflow-y: auto;
}

.c-accordion.-active::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.c-accordion.-active .c-accordion__content {
  height: auto;
  margin-top: 12px;
}

.c-breadcrumb-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1440px;
  width: 100%;
  padding: 19px 50px;
  line-height: 1.4;
}

.c-breadcrumb-nav li,
.c-breadcrumb-nav a {
  font-size: 16px;
}

.c-breadcrumb-nav li:not(:first-of-type) {
  position: relative;
  padding-left: 20px;
}

.c-breadcrumb-nav li:not(:first-of-type)::before {
  content: ">";
  position: absolute;
  left: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-breadcrumb-nav a:hover {
  text-decoration: underline;
}

.c-breadcrumb-nav h1 {
  position: relative;
  font-size: 12px;
  font-weight: inherit;
  padding-left: 20px;
}

.c-breadcrumb-nav h1::before {
  content: ">";
  position: absolute;
  left: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-button {
  text-align: center;
  min-width: 264px;
  width: 100%;
  height: 66px;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  color: white;
  border: 1px solid #000;
  background-color: #000;
  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;
  line-height: 1.5;
  -webkit-transition: background-color 0.15s ease-out, color 0.15s ease-out;
  transition: background-color 0.15s ease-out, color 0.15s ease-out;
}

.c-button::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 15px;
  background-image: url(../img/common/icon-angle-right-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 1.5625rem;
  -webkit-transform: translate(-70%, -50%);
          transform: translate(-70%, -50%);
  -webkit-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}

.c-button:hover {
  background-color: #fff;
  color: #000;
}

.c-button:hover::after {
  background-image: url(../img/common/icon-angle-right-black.svg);
}

.c-check-list__mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 1.4;
}

.c-check-list__mark::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 16px;
  background-image: url(../img/common/icon-check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 16px;
  margin-top: 0.2em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-check-list__mark + .c-check-list__mark {
  margin-top: 15px;
}

.c_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.c_dl dd {
  width: 200px;
  border-bottom: 1px solid #dddddd;
  padding: 30px 0;
  font-weight: bold;
  line-height: 1.8;
}

.c_dl dd:last-of-type {
  border-bottom: none;
}

.c_dl dt {
  width: calc(100% - 200px);
  border-bottom: 1px solid #dddddd;
  padding: 30px 0;
  line-height: 1.8;
}

.c_dl dt:last-of-type {
  border-bottom: none;
}

.c-heading-basic {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}

.c-heading-blog {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}

.c-heading-icon {
  font-size: 36px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.5;
}

.c-heading-icon::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(../img/common/icon-heading-tile.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 0.35em;
  margin-right: 13px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-heading-low-level {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

.c-heading-minimum-level {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.c-heading {
  text-align: left;
}

.c-heading.-white .c-heading__sub,
.c-heading.-white .c-heading__main {
  color: white;
}

.c-heading__sub {
  display: block;
  font-size: 60px;
  font-weight: 900;
  font-family: "Inter", sans-serif;
  color: #212121;
  line-height: 1.1;
  text-transform: uppercase;
}

.c-heading__main {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #a3a3a3;
  margin-top: 0.2em;
  letter-spacing: -0.1em;
}

.c-image-block {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}

.c-image-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.js-slideIn-from-bottom-Trigger > *,
.js-slideIn-from-left-Trigger > * {
  opacity: 0;
  visibility: hidden;
}

.link {
  font-size: 16px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  white-space: nowrap;
}

.link .icon {
  width: 34px;
  height: 34px;
  background-color: #000;
  margin-left: 14px;
  position: relative;
  border-radius: 50%;
}

.link .icon::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.46);
          transform: translate(-50%, -50%) scale(0.46);
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}

.link .icon::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 11px;
  background-image: url(../img/common/icon-angle-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  opacity: 0;
}

.link-trigger:hover .icon::before {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.link-trigger:hover .icon::after {
  opacity: 1;
}

.c-list {
  display: grid;
}

.c-list.--col2 {
  grid-template-columns: repeat(2, 1fr);
}

.c-list.--col3 {
  gap: 3.75rem;
  grid-template-columns: repeat(3, 1fr);
}

/* ===============================================
# add border
=============================================== */

.c-list.--border > *:nth-of-type(2)::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  border-left: 1px solid #c8c8c8;
  position: absolute;
  top: 0;
  left: -2.0625rem;
}

.c-list.--border > *:nth-of-type(5)::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  border-left: 1px solid #c8c8c8;
  position: absolute;
  top: 0;
  left: -2.0625rem;
}

.c-list.--border > *:nth-of-type(8)::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  border-left: 1px solid #c8c8c8;
  position: absolute;
  top: 0;
  left: -2.0625rem;
}

.c-list.--border > *:nth-of-type(11)::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  border-left: 1px solid #c8c8c8;
  position: absolute;
  top: 0;
  left: -2.0625rem;
}

.c-list.--border > *:nth-of-type(14)::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  border-left: 1px solid #c8c8c8;
  position: absolute;
  top: 0;
  left: -2.0625rem;
}

.c-list.--border > *:nth-of-type(17)::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  border-left: 1px solid #c8c8c8;
  position: absolute;
  top: 0;
  left: -2.0625rem;
}

.c-list.--border > *:nth-of-type(20)::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  border-left: 1px solid #c8c8c8;
  position: absolute;
  top: 0;
  left: -2.0625rem;
}

.c-list.--border > *:nth-of-type(23)::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  border-left: 1px solid #c8c8c8;
  position: absolute;
  top: 0;
  left: -2.0625rem;
}

.c-list.--border > *:nth-of-type(26)::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  border-left: 1px solid #c8c8c8;
  position: absolute;
  top: 0;
  left: -2.0625rem;
}

.c-list.--border > *:nth-of-type(29)::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  border-left: 1px solid #c8c8c8;
  position: absolute;
  top: 0;
  left: -2.0625rem;
}

.c-list.--border > *:nth-of-type(32)::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  border-left: 1px solid #c8c8c8;
  position: absolute;
  top: 0;
  left: -2.0625rem;
}

.c-list.--border > *:nth-of-type(35)::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  border-left: 1px solid #c8c8c8;
  position: absolute;
  top: 0;
  left: -2.0625rem;
}

.c-list.--border > *:nth-of-type(38)::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  border-left: 1px solid #c8c8c8;
  position: absolute;
  top: 0;
  left: -2.0625rem;
}

.c-list.--border > *:nth-of-type(41)::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  border-left: 1px solid #c8c8c8;
  position: absolute;
  top: 0;
  left: -2.0625rem;
}

.c-list.--border > *:nth-of-type(44)::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  border-left: 1px solid #c8c8c8;
  position: absolute;
  top: 0;
  left: -2.0625rem;
}

.c-list.--border > *:nth-of-type(47)::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  border-left: 1px solid #c8c8c8;
  position: absolute;
  top: 0;
  left: -2.0625rem;
}

.c-list.--border > *:nth-of-type(50)::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  border-left: 1px solid #c8c8c8;
  position: absolute;
  top: 0;
  left: -2.0625rem;
}

.c-list.--border > *:nth-of-type(53)::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  border-left: 1px solid #c8c8c8;
  position: absolute;
  top: 0;
  left: -2.0625rem;
}

.c-list.--border > *:nth-of-type(56)::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  border-left: 1px solid #c8c8c8;
  position: absolute;
  top: 0;
  left: -2.0625rem;
}

.c-list.--border > *:nth-of-type(59)::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  border-left: 1px solid #c8c8c8;
  position: absolute;
  top: 0;
  left: -2.0625rem;
}

.c-list.--border > *:nth-of-type(62)::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  border-left: 1px solid #c8c8c8;
  position: absolute;
  top: 0;
  left: -2.0625rem;
}

.c-list.--border > *:nth-of-type(2)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  border-right: 1px solid #c8c8c8;
  position: absolute;
  top: 0;
  right: -2.0625rem;
}

.c-list.--border > *:nth-of-type(5)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  border-right: 1px solid #c8c8c8;
  position: absolute;
  top: 0;
  right: -2.0625rem;
}

.c-list.--border > *:nth-of-type(8)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  border-right: 1px solid #c8c8c8;
  position: absolute;
  top: 0;
  right: -2.0625rem;
}

.c-list.--border > *:nth-of-type(11)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  border-right: 1px solid #c8c8c8;
  position: absolute;
  top: 0;
  right: -2.0625rem;
}

.c-list.--border > *:nth-of-type(14)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  border-right: 1px solid #c8c8c8;
  position: absolute;
  top: 0;
  right: -2.0625rem;
}

.c-list.--border > *:nth-of-type(17)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  border-right: 1px solid #c8c8c8;
  position: absolute;
  top: 0;
  right: -2.0625rem;
}

.c-list.--border > *:nth-of-type(20)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  border-right: 1px solid #c8c8c8;
  position: absolute;
  top: 0;
  right: -2.0625rem;
}

.c-list.--border > *:nth-of-type(23)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  border-right: 1px solid #c8c8c8;
  position: absolute;
  top: 0;
  right: -2.0625rem;
}

.c-list.--border > *:nth-of-type(26)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  border-right: 1px solid #c8c8c8;
  position: absolute;
  top: 0;
  right: -2.0625rem;
}

.c-list.--border > *:nth-of-type(29)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  border-right: 1px solid #c8c8c8;
  position: absolute;
  top: 0;
  right: -2.0625rem;
}

.c-list.--border > *:nth-of-type(32)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  border-right: 1px solid #c8c8c8;
  position: absolute;
  top: 0;
  right: -2.0625rem;
}

.c-list.--border > *:nth-of-type(35)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  border-right: 1px solid #c8c8c8;
  position: absolute;
  top: 0;
  right: -2.0625rem;
}

.c-list.--border > *:nth-of-type(38)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  border-right: 1px solid #c8c8c8;
  position: absolute;
  top: 0;
  right: -2.0625rem;
}

.c-list.--border > *:nth-of-type(41)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  border-right: 1px solid #c8c8c8;
  position: absolute;
  top: 0;
  right: -2.0625rem;
}

.c-list.--border > *:nth-of-type(44)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  border-right: 1px solid #c8c8c8;
  position: absolute;
  top: 0;
  right: -2.0625rem;
}

.c-list.--border > *:nth-of-type(47)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  border-right: 1px solid #c8c8c8;
  position: absolute;
  top: 0;
  right: -2.0625rem;
}

.c-list.--border > *:nth-of-type(50)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  border-right: 1px solid #c8c8c8;
  position: absolute;
  top: 0;
  right: -2.0625rem;
}

.c-list.--border > *:nth-of-type(53)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  border-right: 1px solid #c8c8c8;
  position: absolute;
  top: 0;
  right: -2.0625rem;
}

.c-list.--border > *:nth-of-type(56)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  border-right: 1px solid #c8c8c8;
  position: absolute;
  top: 0;
  right: -2.0625rem;
}

.c-list.--border > *:nth-of-type(59)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  border-right: 1px solid #c8c8c8;
  position: absolute;
  top: 0;
  right: -2.0625rem;
}

.c-list.--border > *:nth-of-type(62)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  border-right: 1px solid #c8c8c8;
  position: absolute;
  top: 0;
  right: -2.0625rem;
}

.sub-mv {
  width: 100%;
}

.sub-mv_inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 40px 45px;
}

.sub-mv_img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.sub-mv .heading_inner {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.sub-mv .heading_description {
  margin-bottom: 15px;
}

.c-table {
  width: 100%;
  text-align: center;
}

.c-table th,
.c-table td {
  padding: 0.5rem 0;
  border: 1px solid #dddddd;
}

.c-table td:nth-of-type(1) {
  width: 300px;
  background-color: #f8f8f8;
  text-align: left;
  padding-left: 1.5rem;
}

.c-table tr:nth-of-type(odd) th:not(:nth-of-type(1)),
.c-table tr:nth-of-type(odd) td:not(:nth-of-type(1)) {
  background-color: #eeeeee;
}

.c-table .-height td,
.c-table .-height th {
  padding: 2rem 0;
}

.c-tag {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #7C7C7C;
  background-color: #fff;
  border: 1px solid #D0D0D0;
  border-radius: 6px;
  padding: 3px 9px;
  line-height: 1.5;
}

a.c-tag:hover {
  background-color: rgba(33, 33, 33, 0.1);
  color: #212121;
  border: 1px solid #212121;
}

.c-text {
  font-size: 16px;
}

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

.wp-pagination {
  margin-top: 70px;
}

.wp-pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 24px;
  width: 100%;
}

.wp-pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  text-decoration: none;
}

.wp-pagination .page-numbers.current {
  background-color: #000;
  color: #fff;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
  font-size: 16px;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*:focus {
  outline: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  overflow-y: scroll;
}

body.scrollLock {
  position: fixed;
  left: 0;
  width: 100%;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

p {
  line-height: 1.5;
}

h2 {
  line-height: 1.7;
  text-align: center;
  font-weight: 500;
}

.paragraph {
  margin-bottom: 30px;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  color: #000;
  text-align: left;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

button:focus,
input:focus,
select {
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.sp {
  display: none;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

.l-block {
  padding-right: 50px;
  padding-left: 50px;
}

.l-block.-gray {
  background-color: #f5f5f5;
}

.l-block.-white {
  background-color: #ffffff;
}

.l-block.-minus-margin {
  margin-bottom: -70px;
}

.l-block__inner {
  padding-top: 70px;
  padding-bottom: 70px;
  max-width: 1340px;
  margin: 0 auto;
}

.l-block__inner.-padding-vertical-0 {
  padding: 0;
}

.l-block__inner.-pt-0 {
  padding-top: 0;
}

.l-block__inner.-pt-40 {
  padding-top: 40px;
}

.l-block__inner.-pt-50 {
  padding-top: 50px;
}

.l-block__inner.-pt-60 {
  padding-top: 60px;
}

.l-block__inner.-pt-160 {
  padding-top: 160px;
}

.l-block__inner.-pb-45 {
  padding-bottom: 45px;
}

.l-block__inner.-pb-60 {
  padding-bottom: 60px;
}

.l-block__inner.-pb-64 {
  padding-bottom: 64px;
}

.l-block__inner.-pb-180 {
  padding-bottom: 180px;
}

.l-footer {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  background-color: #191919;
}

.l-footer__inner {
  width: 100%;
  padding: 60px 50px 80px;
}

.l-footer__logo {
  width: 425px;
  height: auto;
  aspect-ratio: 425/37;
}

.l-footer__company-name {
  font-size: 17px;
  color: white;
  margin-top: 30px;
}

.l-footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 3.5625rem;
  margin-top: 104px;
}

.l-footer__title {
  font-size: 24px;
  font-weight: 800;
  font-family: "Inter", sans-serif;
  color: white;
  margin-bottom: 34px;
  text-transform: uppercase;
  line-height: 1;
}

.l-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
}

.l-footer__list li a {
  font-size: 14px;
  color: #a3a3a3;
}

.l-footer__list li a:hover {
  opacity: 0.8;
}

.l-footer__bottom {
  border-top: 1px solid #a3a3a3;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #a3a3a3;
  margin-top: 110px;
}

.l-footer__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}

.l-footer__flex a {
  font-size: 14px;
  color: #a3a3a3;
  position: relative;
}

.l-footer__flex a:hover {
  opacity: 0.8;
}

.l-footer__flex a + a::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #a3a3a3;
  position: absolute;
  left: -30px;
}

.l-header {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 99;
  background-color: white;
}

.l-header__top {
  background-color: #f5f5f5;
  padding: 13px 20px;
  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;
}

.l-header__top-copy {
  font-size: 16px;
  font-weight: 400;
}

.l-header__top-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

.l-header__top-links a {
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}

.l-header__top-links a:hover {
  opacity: 0.7;
}

.l-header__top-link {
  font-size: 16px;
}

.l-header__logo {
  width: 23.1875rem;
  height: auto;
  aspect-ratio: 371/32;
  margin-right: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}

.l-header__logo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-header__logo:hover {
  opacity: 0.7;
}

.l-header__logo.--tab {
  display: none;
}

/* ===============================================
# l-header_main
=============================================== */

.l-header__main {
  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;
  padding: 19px 20px;
}

.l-header__main-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}

.l-header__main-item a {
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}

.l-header__main-item a:hover {
  opacity: 0.7;
}

/* ===============================================
# l-header_toggle
=============================================== */

.l-header_toggle {
  position: relative;
  z-index: 400;
  width: 30px;
  height: 25px;
  cursor: pointer;
  text-align: center;
  display: none;
}

.l-header_toggle span {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background: #323232;
  -webkit-transition: top 0.3s ease-in-out, background-color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, background-color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, transform 0.3s ease-in-out, background-color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.l-header_toggle span:nth-child(1) {
  top: 0;
}

.l-header_toggle span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.l-header_toggle span:nth-child(3) {
  bottom: 0;
}

.l-header_toggle.is-active span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.l-header_toggle.is-active span:nth-child(2) {
  opacity: 0;
}

.l-header_toggle.is-active span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* ===============================================
# l-header__toggle
=============================================== */

.l-header__toggle {
  position: relative;
  z-index: 400;
  width: 30px;
  height: 25px;
  cursor: pointer;
  text-align: center;
  display: none;
}

.l-header__toggle span {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background: #323232;
  transition: top 0.3s ease-in-out, transform 0.3s ease-in-out, background-color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.l-header__toggle span:nth-child(1) {
  top: 0;
}

.l-header__toggle span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.l-header__toggle span:nth-child(3) {
  bottom: 0;
}

.l-header__toggle.is-active span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.l-header__toggle.is-active span:nth-child(2) {
  opacity: 0;
}

.l-header__toggle.is-active span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 90px 40px;
}

.inner_main {
  max-width: 800px;
  width: 100%;
}

.inner.--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 75px 40px 115px;
}

.l-wrap {
  background-color: #F2F2F2;
}

.p-block {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: white;
  padding: 80px 3.9375rem;
}

.p-block:not(:first-of-type) {
  margin-top: 50px;
}

.p-block__heading {
  margin-bottom: 50px;
}

.p-block__text {
  font-size: 16px;
}

.p-block__text.-center {
  text-align: center;
}

.p-block__text.-right {
  text-align: right;
}

.p-block__text.-mb {
  margin-bottom: 30px;
}

.p-block__time {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

.p-block__link-text {
  text-decoration: underline;
}

.p-block__link-text:hover {
  text-decoration: none;
}

.p-block__low-heading {
  margin-top: 50px;
  margin-bottom: 15px;
}

.p-block__check {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 40px;
}

.p-block__minimum-heading {
  margin-top: 30px;
  margin-bottom: 8px;
}

.p-blog-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.p-blog-card__img {
  width: 100%;
  height: auto;
  aspect-ratio: 360/203;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-blog-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.p-blog-card__info {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 18px;
}

.p-blog-card__head {
  width: 100%;
  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;
  margin-bottom: 12px;
}

.p-blog-card__title {
  font-size: 20px;
  line-height: 1.5;
  color: #000;
}

.p-blog-card__tags {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 25px;
  gap: 10px;
}

.p-blog-card__category {
  font-size: 12px;
  color: white;
  background-color: #231815;
  padding: 5px 12px;
  border-radius: 2em;
  line-height: 1.5;
}

.p-blog-card__date {
  font-size: 14px;
  font-weight: 400;
}

/* ===============================================
# hover
=============================================== */

.p-blog-card:hover .p-blog-card__img img {
  -webkit-transform: scale(1.12);
          transform: scale(1.12);
}

.p-breadcrumb {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 110px;
}

.p-category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-bottom: 40px;
  gap: 17px;
}

/* ===============================================
# category btn
=============================================== */

.p-category-list__item a {
  border: 1px solid #000;
  padding: 15px 24px;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 50px;
}

.p-category-list__item a:hover,
.p-category-list__item a.is-active {
  background-color: #212121;
  border: 1px solid #212121;
  color: white;
}

.p-category-list__item a.-active {
  background-color: #212121;
  color: white;
  border: 1px solid #F8F8F8;
}

.p-columns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 70px;
  padding: 70px 0;
}

.p-columns__block {
  width: 50%;
}

.p-columns__block .c-heading-icon {
  margin-bottom: 70px;
}

.p-columns__block.--width-530 {
  max-width: 530px;
}

.p-columns__text {
  font-size: 16px;
}

.p-columns__text.--center {
  text-align: center;
}

.p-columns__text + .p-columns__text {
  margin-top: 2em;
}

.p-company {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-image: url(../img/top/img_section-company.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.p-company__copy {
  font-size: 36px;
  font-weight: 400;
  font-style: italic;
  color: white;
  position: relative;
  z-index: 2;
  margin: 50px 0 0 7.8125rem;
  letter-spacing: 0.18em;
  line-height: 1.6;
}

.p-company__links {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.p-company__card {
  border: 1px solid #fff;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  position: relative;
}

.p-company__card::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 25px;
  background-image: url(../img/common/icon-angle-right-black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 1.5rem;
  bottom: 1.75rem;
  z-index: 2;
  pointer-events: none;
}

.p-company__card a {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  height: 240px;
}

.p-company__label {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}

.p-company__label-sub {
  font-size: 25px;
  font-family: "Inter", sans-serif;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 8px;
  line-height: 1;
}

.p-company__label-main {
  font-size: 26px;
  color: #fff;
  font-weight: 600;
  line-height: 1;
}

.p-company__card:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.p-company__card:hover .p-company__label-sub,
.p-company__card:hover .p-company__label-main {
  color: #000;
}

.p-company__card:hover::after {
  opacity: 1;
  visibility: visible;
}

.p-faq-nav {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 230px;
  background-color: #191919;
  color: #ffffff;
  padding: 20px 15px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-faq-nav li {
  margin-top: 20px;
}

.p-faq-nav a {
  color: #ffffff;
}

.p-faq-nav__content .p-faq-nav__body {
  display: none;
}

.p-faq-nav__heading {
  position: relative;
  display: block;
  width: 100%;
  color: #ffffff;
  padding: 0;
  padding-right: 30px;
}

.p-faq-nav__label.-open {
  display: none;
}

.p-faq-nav__icon {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #ffffff;
  width: 10px;
  height: 12px;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

.p-faq-nav__content.-active .p-faq-nav__body {
  display: block;
}

.p-faq-nav__content.-active .p-faq-nav__heading .p-faq-nav__icon {
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.p-faq-nav__content.-active .p-faq-nav__label.-open {
  display: block;
}

.p-faq-nav__content.-active .p-faq-nav__label.-close {
  display: none;
}

.p-flow__content {
  position: relative;
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

.p-flow__content:not(:first-of-type) {
  margin-top: 60px;
}

.p-flow__content:not(:first-of-type)::before {
  position: absolute;
  top: -44px;
  left: 50%;
  content: "";
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #dddddd;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-flow__heading {
  margin-bottom: 18px;
}

.p-flow__number {
  margin-right: 18px;
}

.p-flow__title {
  font-size: 21px;
}

.p-form__group {
  border-bottom: 1px solid #DDD;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}

.p-form__group .wpcf7-form-control::-webkit-calendar-picker-indicator {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.p-form__group .wpcf7-form-control.--date {
  position: relative;
}

.p-form__group .wpcf7-form-control.--date::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/common/icon-calendar.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

.p-form__group .wpcf7-form-control-wrap,
.p-form__group [class^=confirm-] {
  display: block;
  width: 100%;
}

.p-form__group .wpcf7-form-control-wrap select[name=type] {
  height: 42px;
}

.p-form__group .wpcf7-form-control-wrap select[name=account-type] {
  width: 100%;
}

.p-form__group .wpcf7-form-control-wrap select[name=witness-hour] {
  width: 254px;
}

.p-form__group .wpcf7-form-control-wrap[data-name=other] {
  height: 0;
}

.p-form__group .wpcf7-form-control-wrap[data-name=other] input {
  padding: 0;
  height: 0;
  border: none;
}

.p-form__group .wpcf7-form-control-wrap[data-name=other].is-active {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.p-form__group .wpcf7-form-control-wrap[data-name=other].is-active input {
  padding: 8px 15px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border: 1px solid #ddd;
}

.p-form__group .wpcf7-form-control-wrap[data-name=your-message],
.p-form__group .wpcf7-form-control-wrap.your-message {
  width: 100%;
}

.p-form__group input {
  border: 1px solid #ddd;
  background-color: #fff;
}

.p-form__group input.wpcf7-not-valid,
.p-form__group select.wpcf7-not-valid,
.p-form__group textarea.wpcf7-not-valid,
.p-form__group .wpcf7-checkbox.wpcf7-not-valid .wpcf7-list-item-label::before {
  background-color: #FFF0F1;
}

.p-form__group textarea {
  width: 100%;
  padding: 10px;
  font-size: 15px;
  line-height: 1.4;
  border: 1px solid #ddd;
  background-color: #fff;
}

.p-form__group input[type=text],
.p-form__group input[type=email],
.p-form__group input[type=tel],
.p-form__group input[type=number] {
  width: 100%;
  padding: 8px 15px;
}

.p-form__group input[type=text].large {
  max-width: 300px;
  width: 100%;
}

.p-form__group .p-form__select {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-form__group .p-form__select::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 6px;
  background-image: url(../img/common/icon-angle-down-black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 22px;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

.p-form__group .p-form__select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.p-form__group .p-form__select.--wide {
  width: 100%;
}

.p-form__group .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 18px 22px;
  margin: 8px 0;
}

.p-form__group .wpcf7-checkbox label {
  position: relative;
}

.p-form__group .wpcf7-list-item {
  display: block;
  line-height: 1;
  margin-left: 0;
}

.p-form__group input[type=checkbox] {
  display: block;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.p-form__group .wpcf7-list-item-label {
  position: relative;
  height: 16px;
  line-height: 16px;
  padding-left: 24px;
  display: inline-block;
}

.p-form__group .wpcf7-list-item-label::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #ddd;
  background: #fff;
  position: absolute;
  left: 0;
  top: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-form__group .p-form__vertical.--required-multiple.--error input,
.p-form__group .p-form__vertical.--required-multiple.--error select,
.p-form__group .p-form__vertical.--required-multiple.--error .wpcf7-list-item-label::before,
.p-form__group .p-form__vertical#room.--error input {
  background-color: #FFF0F1;
}

.p-form__group .p-form__vertical.--required-multiple.--error .p-form__error-message,
.p-form__group .p-form__vertical#room.--error .p-form__error-message {
  display: block;
  color: #dc3232;
  font-size: 12px;
}

.p-form__group .p-form__error-message {
  display: none;
}

.p-form__group input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  width: 9px;
  height: 5px;
  border-top: 2px solid #212121;
  border-right: 2px solid #212121;
  -webkit-transform: rotate(140deg);
          transform: rotate(140deg);
  position: absolute;
  left: 3px;
  top: 3px;
}

.p-form__group input[type=radio]:checked + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background-color: #212121;
  position: absolute;
  left: 4px;
  top: 4px;
}

.p-form__group .wpcf7-not-valid-tip {
  margin-top: 9px;
  font-size: 12px;
}

.p-form__group .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 0;
}

.p-form__group .wpcf7-radio .wpcf7-list-item-label::before {
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 20px;
}

.p-form__group .wpcf7-date {
  height: 38px;
  padding-right: 20px;
}

.p-form__group .wpcf7-select {
  height: 38px;
  border: 1px solid #ddd;
  padding: 0 30px 0 8px;
}

.p-form__group:first-child {
  border-top: 1px solid #DDD;
}

.p-form__consent {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 32px auto 0;
  font-size: 16px;
}

.p-form__consent .wpcf7-list-item {
  margin-left: 0;
}

.p-form__consent .wpcf7-list-item-label {
  position: relative;
  height: 20px;
  line-height: 20px;
  padding-left: 32px;
  display: inline-block;
}

.p-form__consent .wpcf7-list-item-label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #555;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-form__consent input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  width: 9px;
  height: 5px;
  border-top: 2px solid #212121;
  border-right: 2px solid #212121;
  -webkit-transform: rotate(140deg);
          transform: rotate(140deg);
  position: absolute;
  left: 5px;
  top: 5px;
}

.p-form__consent-link {
  display: inline;
  text-decoration: underline;
  font-weight: bold;
}

.p-form__consent .p-form__error-message {
  display: none;
  color: #dc3232;
  font-size: 14px;
  margin-top: 14px;
}

.p-form__consent.is-unaccepted .p-form__error-message {
  display: block;
}

.p-form__complement {
  font-size: 12px;
  margin-top: 13px;
}

.p-form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 300px;
  padding: 10px 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-form__label-required,
.p-form__label-optional {
  font-size: 12px;
  padding: 3px 11px;
  border-radius: 2px;
  margin-right: 27px;
  line-height: 1.2;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-form__label-required {
  background: #cc0000;
  color: #ffffff;
}

.p-form__label-optional {
  background: #dddddd;
  color: #000;
}

.p-form__lead {
  text-align: center;
  margin-bottom: 50px;
}

.p-form__vertical {
  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: 11px;
}

.p-form__horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}

.p-form__horizontal.-narrow .wpcf7-form-control-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-form__horizontal.-narrow input {
  max-width: 105px;
}

.p-form__horizontal.-medium {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-form__horizontal.-medium .wpcf7-form-control-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-form__horizontal.-medium input {
  max-width: 125px;
}

.p-form__horizontal.-flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-form__relative {
  position: relative;
}

.p-form__relative .p-form__select:not(.is-active) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}

.p-form__btn {
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #212121;
  position: relative;
  text-align: center;
  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;
  background-color: white;
  -webkit-transition: background-color 0.2s, color 0.2s, outline 0.2s;
  transition: background-color 0.2s, color 0.2s, outline 0.2s;
  width: 300px;
  height: 50px;
  margin: 55px auto 0;
  padding: 0;
}

.p-form__btn span.ajax-loader {
  width: 0;
}

.p-form__btn input {
  width: 100%;
  height: 100%;
  color: #212121;
  text-align: center;
}

.p-form__btn:hover input:not([disabled]) {
  background-color: #212121;
  color: white;
}

.p-form__title {
  font-size: 16px;
  font-weight: bold;
  margin: 33px 0 20px;
}

.p-form__note {
  font-size: 16px;
  margin-top: 2px;
  line-height: 1.4;
}

.p-form__text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 11px;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-form.invalid .wpcf7-response-output {
  display: none;
}

.wpcf7-form.sent .wpcf7-response-output {
  display: none;
}

.wpcf7 .wpcf7-submit:disabled {
  pointer-events: none;
}

.p-group-link {
  position: relative;
  max-width: 1200px;
  margin: 30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  padding: 30px 80px 30px 30px;
}

.p-group-link__img {
  margin-right: 30px;
}

.p-group-link__icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 50px;
  width: 20px;
}

.p-inquiry__heading {
  margin-bottom: 50px;
}

.p-inquiry__text {
  font-size: 16px;
  text-align: center;
  line-height: 1.4;
}

.p-inquiry__attention-list {
  counter-reset: number;
}

.p-inquiry__attention-item {
  position: relative;
  padding-left: 1.5em;
  margin-top: 24px;
  line-height: 1.5;
}

.p-inquiry__attention-item::before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 1em;
  height: 1em;
  border: 1px solid #000;
  border-radius: 50%;
  text-align: center;
  line-height: 0.9em;
  font-size: 15px;
  font-family: inherit;
}

.p-mv {
  width: 100%;
  height: 540px;
  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;
}

.p-mv__inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-mv__copy {
  font-size: 36px;
  font-weight: 300;
  font-style: italic;
  color: white;
  position: relative;
  z-index: 2;
  padding-left: 7.8125rem;
  letter-spacing: 0.18em;
  line-height: 1.6;
}

.p-mv__img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

.p-mv__award {
  width: 20.25rem;
  min-width: 280px;
  height: auto;
  aspect-ratio: 324/200;
  position: absolute;
  bottom: 2.25rem;
  right: 2.25rem;
}

.p-news {
  margin-top: 20px;
}

.p-news__item {
  width: 100%;
}

.p-news__link {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 2rem 0;
}

.p-news__link::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
  z-index: 1;
}

.p-news__link::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 15px;
  background-image: url(../img/common/icon-angle-right-black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}

.p-news__link:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
}

.p-news__link:hover::before,
.p-news__link:hover::after {
  opacity: 1;
  visibility: visible;
}

.p-news__container {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.p-news__link:hover .p-news__container {
  -webkit-transform: translateX(1.25rem);
          transform: translateX(1.25rem);
}

.p-news__date {
  font-size: 16px;
  font-weight: 600;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1.5;
}

.p-news__title {
  font-size: 16px;
  font-weight: 600;
  padding: 0 5.3125rem 0 2rem;
  line-height: 1.5;
}

.p-news__more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 32px auto 0;
}

.p-owner-img {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 50px;
}

.p-owner-marunage {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 80px auto 40px;
}

.p-panel {
  margin-top: 70px;
}

.p-panel__wrap {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.p-panel__wrap a {
  width: 100%;
  height: 260px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.p-panel__wrap a::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.p-panel__wrap a::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 25px;
  background-image: url(../img/common/icon-angle-right-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 1.875rem;
  bottom: 26px;
  z-index: 4;
}

.p-panel__wrap a:hover::before {
  opacity: 0.5;
}

.p-panel__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.p-panel__label {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-panel__label-sub {
  color: white;
  font-size: 25px;
  font-weight: 800;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.01em;
}

.p-panel__label-main {
  color: white;
  font-size: 26px;
  font-weight: 500;
  margin-top: 20px;
}

.p-panel__icon {
  position: relative;
  z-index: 2;
  width: 4.5rem;
  height: 4.5rem;
}

.p-panel__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  padding: 0 0 2.8125rem 3.125rem;
  z-index: 4;
}

.p-pickup__cards {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.8125rem;
  margin-top: 70px;
}

.p-pickup__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.p-pickup__link {
  width: 100%;
  height: 530px;
  position: relative;
}

.p-pickup__link:hover .p-pickup__img {
  opacity: 0.2;
}

.p-pickup__label {
  width: 71%;
  background-color: #212121;
  position: absolute;
  bottom: 0;
  left: 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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 35px 10px 30px;
}

.p-pickup__label-sub {
  color: white;
  font-size: 32px;
  font-weight: 900;
  font-family: "Inter", sans-serif;
  line-height: 1;
  text-transform: uppercase;
}

.p-pickup__label-main {
  color: white;
  font-size: 15px;
  font-weight: 600;
  margin-top: 13px;
}

.p-single-btn {
  width: 250px;
  margin: 50px auto 0;
}

.p-subpage-hero {
  background-color: white;
}

.p-subpage-hero__inner {
  width: 100%;
  height: 210px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 50px;
}

.p-subpage-hero__heading {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-subpage-hero__sub {
  font-size: 60px;
  font-weight: 900;
  font-family: "Inter", sans-serif;
  line-height: 1;
  text-transform: uppercase;
}

.p-subpage-hero__main {
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #A3A3A3;
  margin-top: 8px;
}

.p-subpage-hero__img {
  width: 50%;
  height: 210px;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.p-subpage-hero__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-thanks__copy {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}

.p-thanks__description {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-top: 60px;
}

.p-thanks__button {
  max-width: 300px;
  margin: 60px auto 0;
}

.p-tile {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 80px;
}

.p-tile__card {
  width: 100%;
  height: 585px;
  overflow: hidden;
  position: relative;
}

.p-tile__card a {
  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;
  width: 100%;
  height: 100%;
  position: relative;
}

.p-tile__card a::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 33, 33, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
  transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.p-tile__card a:hover::before {
  opacity: 1;
  visibility: visible;
}

.p-tile__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.p-tile__content {
  width: 100%;
  height: 100%;
  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;
  z-index: 2;
}

.p-tile__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: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.p-tile__title-sub {
  font-size: 25px;
  font-weight: 800;
  font-family: "Inter", sans-serif;
  color: white;
  line-height: 1.2;
}

.p-tile__title-main {
  font-size: 26px;
  font-weight: 600;
  color: white;
  margin-top: 16px;
}

.p-wp-content img {
  max-width: 300px;
}

@media screen and (max-width: 1440px) {
  html {
    font-size: 1.1111111111vw;
  }
}

@media screen and (max-width: 1150px) {
  .l-header_toggle {
    display: block;
  }
}

@media (max-width: 1024px) {
  .c-list.--col3 {
    grid-template-columns: repeat(2, 1fr);
  }

  .l-footer__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 60px 40px;
  }

  .p-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .p-columns__block {
    width: 100%;
  }

  .p-company__copy {
    font-size: 32px;
    margin: 50px 0 0 20px;
  }

  .p-form__label {
    max-width: 230px;
  }

  .p-panel__label-sub {
    font-size: 22px;
  }

  .p-panel__label-main {
    font-size: 20px;
  }

  .p-panel__container {
    padding: 0 0 20px 10px;
  }

  .p-pickup__link {
    height: 400px;
  }

  .p-pickup__label {
    width: 75%;
  }

  .p-pickup__label-sub {
    font-size: 28px;
  }

  .p-pickup__label-main {
    font-size: 14px;
  }

  .p-subpage-hero__sub {
    font-size: 50px;
  }

  .p-subpage-hero__img {
    width: 40%;
  }

  .p-tile {
    grid-template-columns: repeat(2, 1fr);
  }

  .p-tile__card {
    height: 500px;
  }
}

@media screen and (max-width: 1000px) {
  .p-mv__copy {
    padding-left: 40px;
  }
}

@media (max-width: 769px) {
  .c-breadcrumb-nav {
    padding: 12px 40px;
  }

  .c_dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .c_dl dd {
    width: 100%;
    border-bottom: none;
    padding: 0;
    padding-top: 1rem;
    margin-bottom: 0.6rem;
  }

  .c_dl dt {
    width: 100%;
    padding: 0;
    padding-bottom: 1rem;
  }

  .c-heading-basic {
    font-size: 32px;
  }

  .c-heading-blog {
    font-size: 24px;
  }

  .c-heading-icon {
    font-size: 32px;
  }

  .c-heading-icon::before {
    margin-top: 0.3em;
  }

  .c-heading-low-level {
    font-size: 20px;
  }

  .c-heading__sub {
    font-size: 40px;
  }

  .c-list.--col2 {
    grid-template-columns: 1fr;
  }

  .c-list.--col3 {
    gap: 20px;
    grid-template-columns: 1fr;
  }

  .c-list.--border > *:nth-of-type(2)::before {
    border-left: none;
    top: initial;
  }

  .c-list.--border > *:nth-of-type(5)::before {
    border-left: none;
    top: initial;
  }

  .c-list.--border > *:nth-of-type(8)::before {
    border-left: none;
    top: initial;
  }

  .c-list.--border > *:nth-of-type(11)::before {
    border-left: none;
    top: initial;
  }

  .c-list.--border > *:nth-of-type(14)::before {
    border-left: none;
    top: initial;
  }

  .c-list.--border > *:nth-of-type(17)::before {
    border-left: none;
    top: initial;
  }

  .c-list.--border > *:nth-of-type(20)::before {
    border-left: none;
    top: initial;
  }

  .c-list.--border > *:nth-of-type(23)::before {
    border-left: none;
    top: initial;
  }

  .c-list.--border > *:nth-of-type(26)::before {
    border-left: none;
    top: initial;
  }

  .c-list.--border > *:nth-of-type(29)::before {
    border-left: none;
    top: initial;
  }

  .c-list.--border > *:nth-of-type(32)::before {
    border-left: none;
    top: initial;
  }

  .c-list.--border > *:nth-of-type(35)::before {
    border-left: none;
    top: initial;
  }

  .c-list.--border > *:nth-of-type(38)::before {
    border-left: none;
    top: initial;
  }

  .c-list.--border > *:nth-of-type(41)::before {
    border-left: none;
    top: initial;
  }

  .c-list.--border > *:nth-of-type(44)::before {
    border-left: none;
    top: initial;
  }

  .c-list.--border > *:nth-of-type(47)::before {
    border-left: none;
    top: initial;
  }

  .c-list.--border > *:nth-of-type(50)::before {
    border-left: none;
    top: initial;
  }

  .c-list.--border > *:nth-of-type(53)::before {
    border-left: none;
    top: initial;
  }

  .c-list.--border > *:nth-of-type(56)::before {
    border-left: none;
    top: initial;
  }

  .c-list.--border > *:nth-of-type(59)::before {
    border-left: none;
    top: initial;
  }

  .c-list.--border > *:nth-of-type(62)::before {
    border-left: none;
    top: initial;
  }

  .c-list.--border > *:nth-of-type(2)::after {
    display: none;
  }

  .c-list.--border > *:nth-of-type(5)::after {
    display: none;
  }

  .c-list.--border > *:nth-of-type(8)::after {
    display: none;
  }

  .c-list.--border > *:nth-of-type(11)::after {
    display: none;
  }

  .c-list.--border > *:nth-of-type(14)::after {
    display: none;
  }

  .c-list.--border > *:nth-of-type(17)::after {
    display: none;
  }

  .c-list.--border > *:nth-of-type(20)::after {
    display: none;
  }

  .c-list.--border > *:nth-of-type(23)::after {
    display: none;
  }

  .c-list.--border > *:nth-of-type(26)::after {
    display: none;
  }

  .c-list.--border > *:nth-of-type(29)::after {
    display: none;
  }

  .c-list.--border > *:nth-of-type(32)::after {
    display: none;
  }

  .c-list.--border > *:nth-of-type(35)::after {
    display: none;
  }

  .c-list.--border > *:nth-of-type(38)::after {
    display: none;
  }

  .c-list.--border > *:nth-of-type(41)::after {
    display: none;
  }

  .c-list.--border > *:nth-of-type(44)::after {
    display: none;
  }

  .c-list.--border > *:nth-of-type(47)::after {
    display: none;
  }

  .c-list.--border > *:nth-of-type(50)::after {
    display: none;
  }

  .c-list.--border > *:nth-of-type(53)::after {
    display: none;
  }

  .c-list.--border > *:nth-of-type(56)::after {
    display: none;
  }

  .c-list.--border > *:nth-of-type(59)::after {
    display: none;
  }

  .c-list.--border > *:nth-of-type(62)::after {
    display: none;
  }

  .c-list.--border > *:not(:last-child)::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #c8c8c8;
    position: absolute;
    bottom: -20px;
    left: 0;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }

  .sub-mv_inner {
    padding: 80px 40px 45px;
  }

  .wp-pagination {
    margin-top: 40px;
  }

  .wp-pagination .nav-links {
    gap: 0 10px;
  }

  .wp-pagination .page-numbers {
    width: 40px;
    height: 40px;
  }

  .l-block {
    padding-right: 40px;
    padding-left: 40px;
  }

  .l-block__inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .l-footer__inner {
    padding: 60px 40px 80px;
  }

  .l-footer__logo {
    width: 300px;
  }

  .l-footer__content {
    gap: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .l-footer__bottom {
    margin-top: 80px;
  }

  .l-footer__bottom p {
    font-size: 14px;
  }

  .l-footer__flex {
    gap: 40px;
  }

  .l-footer__flex a + a::before {
    left: -20px;
  }

  .l-header {
    height: 80px;
    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;
    padding: 0 40px;
  }

  .l-header__inner {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: calc(100svh - 80px);
    opacity: 0;
    visibility: hidden;
    background-color: white;
    z-index: 99;
    overflow-y: scroll;
    padding-bottom: 100px;
  }

  .l-header__top {
    display: contents;
  }

  .l-header__top-copy {
    display: none;
  }

  .l-header__top-nav {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .l-header__top-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
    margin-top: 80px;
  }

  .l-header__top-link {
    font-weight: 600;
  }

  .l-header__logo {
    display: none;
  }

  .l-header__logo.--tab {
    width: 300px;
    display: block;
    z-index: 100;
  }

  .l-header__main {
    display: contents;
  }

  .l-header__main-nav {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .l-header__main-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 50px;
    gap: 50px;
  }

  .l-header__toggle {
    display: block;
  }

  .inner.--flex {
    display: block;
  }

  .p-block {
    padding: 80px 40px;
  }

  .p-block__heading {
    margin-bottom: 40px;
  }

  .p-category-list__item a {
    padding: 9px 12px;
  }

  .p-company__copy {
    font-size: 28px;
    margin: 50px 0 0 40px;
  }

  .p-company__links {
    grid-template-columns: repeat(2, 1fr);
  }

  .p-form__group {
    display: block;
  }

  .p-form__group .wpcf7-form-control-wrap,
  .p-form__group [class^=confirm-] {
    width: 100%;
  }

  .p-form__label {
    max-width: 100%;
  }

  .p-group-link {
    display: block;
    padding: 30px 30px 50px;
  }

  .p-group-link__img {
    max-width: 300px;
    margin: 0 auto;
  }

  .p-group-link__text {
    text-align: center;
  }

  .p-group-link__icon {
    top: auto;
    -webkit-transform: none;
            transform: none;
    bottom: 20px;
    right: 20px;
  }

  .p-inquiry__heading {
    margin-bottom: 40px;
  }

  .p-mv__copy {
    font-size: 24px;
  }

  .p-mv__award {
    width: 280px;
    bottom: 30px;
    right: 30px;
  }

  .p-news__link::after {
    right: 15px;
  }

  .p-news__title {
    padding: 0 40px 0 32px;
  }

  .p-owner-marunage {
    margin: 40px auto 20px;
  }

  .p-panel {
    margin-top: 40px;
  }

  .p-panel__wrap {
    grid-template-columns: 1fr;
  }

  .p-panel__wrap a {
    height: 200px;
  }

  .p-panel__wrap a::after {
    right: 20px;
    bottom: 20px;
  }

  .p-panel__label-sub {
    font-size: 20px;
  }

  .p-panel__label-main {
    font-size: 18px;
  }

  .p-panel__icon {
    width: 40px;
    height: 40px;
  }

  .p-panel__container {
    padding: 0 0 20px 10px;
  }

  .p-pickup__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 40px;
  }

  .p-subpage-hero__inner {
    padding: 0 40px;
  }

  .p-thanks__copy {
    font-size: 24px;
  }

  .p-tile {
    margin-top: 40px;
  }

  .p-tile__card {
    height: 400px;
  }

  .p-tile__title-sub {
    font-size: 20px;
  }

  .p-tile__title-main {
    font-size: 22px;
  }
}

@media screen and (max-width: 769px) {
  html {
    font-size: 2.9357798165vw;
  }
}

@media (max-width: 545px) {
  .c-breadcrumb-nav {
    padding: 12px 20px;
  }

  .c-check-list__mark::before {
    margin-right: 8px;
  }

  .c-heading-basic {
    font-size: 28px;
  }

  .c-heading-blog {
    font-size: 22px;
  }

  .c-heading-icon {
    font-size: 28px;
  }

  .c-heading-low-level {
    font-size: 16px;
  }

  .c-heading-minimum-level {
    font-size: 16px;
  }

  .c-list.--col3 {
    gap: 40px;
  }

  .sub-mv_inner {
    padding: 80px 20px 45px;
  }

  .sub-mv_img {
    height: 300px;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .l-block {
    padding-right: 20px;
    padding-left: 20px;
  }

  .l-block__inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .l-block__inner.-pt-160 {
    padding-top: 80px;
  }

  .l-block__inner.-pb-45 {
    padding-bottom: 30px;
  }

  .l-block__inner.-pb-60 {
    padding-bottom: 30px;
  }

  .l-footer__inner {
    padding: 60px 30px;
  }

  .l-footer__content {
    margin-top: 80px;
    gap: 40px;
  }

  .l-footer__title {
    margin-bottom: 24px;
  }

  .l-footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 60px;
    gap: 20px;
  }

  .l-footer__bottom p {
    font-size: 12px;
  }

  .l-footer__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }

  .l-footer__flex a + a::before {
    display: none;
  }

  .l-header {
    padding: 0 20px;
  }

  .l-header__top-links {
    margin-top: 40px;
  }

  .l-header__logo.--tab {
    width: 200px;
  }

  .p-block {
    padding: 60px 20px;
  }

  .p-blog-card__tags {
    margin-top: 15px;
  }

  .p-breadcrumb {
    margin-bottom: 30px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .p-category-list {
    gap: 12px;
  }

  .p-columns {
    padding: 40px 0;
  }

  .p-columns__block .c-heading-icon {
    margin-bottom: 40px;
  }

  .p-company__copy {
    font-size: 24px;
    margin: 50px 0 0 0;
  }

  .p-company__links {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 60px;
  }

  .p-company__card a {
    height: 160px;
  }

  .p-company__label-sub {
    font-size: 20px;
  }

  .p-company__label-main {
    font-size: 20px;
  }

  .p-form__group .p-form__select select {
    width: 100%;
  }

  .p-form__group .wpcf7-checkbox {
    margin: 12px 0;
  }

  .p-form__consent-link {
    font-size: 15px;
  }

  .p-form__label {
    margin-bottom: 8px;
  }

  .p-form__label-required,
  .p-form__label-optional {
    margin-right: 16px;
  }

  .p-form__btn {
    width: 100%;
    max-width: 300px;
  }

  .p-form__note {
    font-size: 14px;
  }

  .p-inquiry__text {
    text-align: left;
    line-height: 1.6;
  }

  .p-mv__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 40px;
    padding: 0 20px;
  }

  .p-mv__copy {
    padding-left: 0;
  }

  .p-mv__award {
    position: initial;
    bottom: initial;
    right: initial;
    z-index: 2;
    margin-bottom: 30px;
  }

  .p-news__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .p-news__date {
    font-size: 15px;
  }

  .p-news__title {
    font-size: 15px;
    padding: 15px 40px 0 0;
  }

  .p-panel__label-sub {
    font-size: 18px;
  }

  .p-panel__label-main {
    margin-top: 10px;
    font-size: 18px;
  }

  .p-panel__icon {
    width: 35px;
    height: 35px;
  }

  .p-panel__container {
    padding: 0 0 15px 10px;
  }

  .p-pickup__cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }

  .p-subpage-hero__inner {
    padding: 0 20px;
  }

  .p-subpage-hero__sub {
    font-size: 40px;
  }

  .p-subpage-hero__img {
    display: none;
  }

  .p-thanks__description {
    text-align: left;
  }

  .p-tile {
    grid-template-columns: repeat(1, 1fr);
  }

  .p-tile__card {
    height: 300px;
  }

  .p-tile__title-sub {
    font-size: 18px;
  }

  .p-tile__title-main {
    font-size: 20px;
  }

}

