@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

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

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

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

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

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

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

/* Blur images when they have no alt attribute */
img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

/* ラジオはフォーム側でカスタム表示（.wpcf7-radio）するため非表示。チェックボックスはネイティブ表示のまま使う */
input[type=radio] {
  display: none;
}

input[type=checkbox] {
  -moz-appearance: revert;
  -webkit-appearance: revert;
       appearance: revert;
  background: revert;
  border: revert;
  border-radius: revert;
}

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

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

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}

/* pcの電話番号発信対応 */

a {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

/* hover指定できるPCを想定したスタイル */
/* hoverが使えないタッチ端末を想定した装飾 */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 3.75rem;
}

body {
  background: #F5F7F9;
  color: #29333D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.l-breadcrumb {
  border-bottom: 1px solid #DBDFE3;
  padding-bottom: 9px;
  padding-bottom: 0.5625rem;
  padding-top: 9px;
  padding-top: 0.5625rem;
}

.p-lower-mv02 .l-breadcrumb {
  padding-top: 11px;
  padding-top: 0.6875rem;
}

.l-header {
  border-bottom: 1px solid #ddd;
  bottom: auto;
  -webkit-box-shadow: 0px 1px 5px #5c778f;
          box-shadow: 0px 1px 5px #5c778f;
  height: 67px;
  height: 4.1875rem;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
  width: 100%;
}

.l-post-list {
  margin-top: 80px;
  margin-top: 5rem;
}

.l-top-post {
  padding-bottom: 200px;
  padding-bottom: 12.5rem;
  padding-top: 40px;
  padding-top: 2.5rem;
}

.l-top-post__inner {
  grid-gap: 2.5rem;
  display: grid;
  gap: 40px;
  gap: 2.5rem;
  grid-template-columns: 1fr;
}

.c-menu-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  height: 2.1875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  width: 39px;
  width: 2.4375rem;
}

.c-menu-button__lines {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 11.5px;
  gap: 0.71875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.c-menu-button__line {
  background-color: #2176C1;
  border-radius: 3.125rem;
  display: block;
  height: 4px;
  height: 0.25rem;
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  width: 100%;
}

.c-menu-button__line:nth-child(1) {
  width: 100%;
}

.c-menu-button__line:nth-child(2) {
  width: 52%;
}

.c-menu-button__line:nth-child(3) {
  width: 26%;
}

.c-menu-button[aria-expanded=true] .c-menu-button__line {
  width: 47px;
  width: 2.9375rem;
}

.c-menu-button[aria-expanded=true] .c-menu-button__line:nth-child(1) {
  -webkit-transform: translate(-0.5rem, 1rem) rotate(45deg);
          transform: translate(-0.5rem, 1rem) rotate(45deg);
}

.c-menu-button[aria-expanded=true] .c-menu-button__line:nth-child(2) {
  opacity: 0;
}

.c-menu-button[aria-expanded=true] .c-menu-button__line:nth-child(3) {
  -webkit-transform: translate(-0.5rem, -1rem) rotate(-45deg);
          transform: translate(-0.5rem, -1rem) rotate(-45deg);
}

.c-no-post {
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
}

.c-section-heading2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.c-section-heading2[data-english]::before {
  content: attr(data-english);
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 2px;
  margin-bottom: 0.125rem;
  text-transform: uppercase;
}

.c-section-heading2--small {
  font-size: 19px;
  font-size: 1.1875rem;
  letter-spacing: 0;
}

.c-section-heading2--small[data-english]::before {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  margin-bottom: 2px;
  margin-bottom: 0.125rem;
}

.c-text {
  font-size: 14px;
  font-size: 0.875rem;
  font-style: normal;
  letter-spacing: 0.03em;
  line-height: 1.5;
  text-align: justify;
}

.c-title01-wrap {
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
}

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

.c-title01 {
  color: #0B2A45;
  display: inline-block;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.40625;
}

.c-title02-wrap {
  -moz-column-gap: 1.3125rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
       -webkit-column-gap: 1.3125rem;
               column-gap: 1.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 40px;
  padding-left: 2.5rem;
  position: relative;
}

.c-title02-wrap::after {
  background: transparent url(../images/common/icon-title02.svg) no-repeat center center/100%;
  content: "";
  height: 37px;
  height: 2.3125rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 25px;
  width: 1.5625rem;
}

.c-title02-wrap--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  padding-left: 0;
  text-align: center;
}

.c-title02-wrap--center::after {
  -webkit-transform: translate(-50%, 0);
  background: transparent url(../images/common/icon-title01.svg) no-repeat center center/100%;
  bottom: 0;
  content: "";
  height: 10px;
  height: 0.625rem;
  left: 50%;
  position: absolute;
  top: auto;
  transform: translate(-50%, 0);
  width: 40px;
  width: 2.5rem;
}

.c-title02 {
  color: #0B2A45;
  display: inline-block;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4285714286;
}

.c-title02__sub {
  color: #0B2A45;
  font-family: "Oswald", sans-serif;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}

.c-title02-wrap--center .c-title02__sub {
  margin-bottom: 0;
}

.c-title03 {
  background: #0B2A45;
  color: #fff;
  padding: 11px 14px 9px;
  padding: 0.6875rem 0.875rem 0.5625rem;
  position: relative;
}

.c-title03 span {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4583333333;
  padding-left: 17px;
  padding-left: 1.0625rem;
  padding-right: 17px;
  padding-right: 1.0625rem;
  position: relative;
}

.c-title03 span::before {
  -webkit-transform: translate(0, -50%);
  background: #fff;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 3px;
  width: 0.1875rem;
}

.p-breadcrumb span[property=itemListElement]:nth-child(n+2) {
  margin-left: 8px;
  margin-left: 0.5rem;
}

.p-breadcrumb span[property=itemListElement]:nth-child(n+2)::before {
  aspect-ratio: 5/8.75;
  background: url(../images/common/arrow-right.png) no-repeat center/contain;
  content: "";
  display: inline-block;
  height: auto;
  margin-right: 8px;
  margin-right: 0.5rem;
  width: 5px;
  width: 0.3125rem;
}

.p-breadcrumb__wrapper {
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 500;
  line-height: 1.5;
  position: relative;
}

.p-breadcrumb__wrapper::before {
  background: #2176C1;
  content: "";
  display: inline-block;
  height: 12px;
  height: 0.75rem;
  width: 12px;
  width: 0.75rem;
}

.p-breadcrumb__wrapper > span:last-child,
span.post-page.current-item {
  color: #2176C1;
}

.p-btn-wrap {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.p-btn01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
}

.p-btn01 .wp-block-group__inner-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 100%;
}

.p-btn01__buttons {
  width: 100%;
}

.p-btn01 .wp-block-buttons {
  position: relative;
  width: 100%;
  z-index: 1;
}

.p-btn01 .wp-block-button {
  width: 100%;
}

.p-btn01__link,
.p-btn01 .wp-block-button__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#DDB84F), to(#906B2A));
  background: linear-gradient(to Bottom, #DDB84F 0%, #906B2A 100%);
  border: 1px solid #906B2A;
  border-radius: 0;
  color: #F5F7F9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  max-width: 31.25rem;
  min-height: 64px;
  min-height: 4rem;
  padding-left: 12px;
  padding-left: 0.75rem;
  padding-right: 16px;
  padding-right: 1rem;
  position: relative;
  text-align: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 100%;
}

.p-btn01 .wp-block-button__link {
  padding-left: 12px;
  padding-left: 0.75rem;
  padding-right: 56px;
  padding-right: 3.5rem;
}

.p-btn01__link::after,
.p-btn01 .wp-block-button__link::after {
  aspect-ratio: 1/1;
  background: url(../images/common/arrow-btn-gold.svg) no-repeat center/contain;
  content: "";
  height: auto;
  pointer-events: none;
  position: absolute;
  right: 21px;
  right: 1.3125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 34px;
  width: 2.125rem;
}

.p-btn01__link:focus-visible,
.p-btn01 .wp-block-button__link:focus-visible {
  outline: 2px solid #F5F7F9;
  outline-offset: 2px;
}

.p-btn01__center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 6px;
  gap: 0.375rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.p-btn01__label {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.448;
}

.p-btn01__badge {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #F5F7F9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 31px;
  min-height: 1.9375rem;
  min-width: 63px;
  min-width: 3.9375rem;
  padding-left: 4px;
  padding-left: 0.25rem;
  padding-right: 4px;
  padding-right: 0.25rem;
}

.p-btn01__badge-text {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.052em;
  line-height: 1.448;
}

.p-btn01__link-wrap.-center .wp-block-button__link {
  padding-left: 74px;
  padding-left: 4.625rem;
}

.p-btn02 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
}

.p-btn02 .wp-block-group__inner-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 100%;
}

.p-btn02__buttons {
  position: relative;
  width: 100%;
  z-index: 1;
}

.p-btn02 .wp-block-button {
  width: 100%;
}

.p-btn02__link,
.p-btn02 .wp-block-button__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#DDB84F), to(#906B2A));
  background: linear-gradient(to Bottom, #DDB84F 0%, #906B2A 100%);
  border: 1px solid #906B2A;
  border-radius: 0;
  color: #F5F7F9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3125;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  max-width: 50rem;
  min-height: 64px;
  min-height: 4rem;
  padding: 5px 36px 5px 35px;
  padding: 0.3125rem 2.25rem 0.3125rem 2.1875rem;
  position: relative;
  text-align: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 100%;
}

.p-btn02.p-btn02--sm .p-btn02__link,
.p-btn02.p-btn02--sm .wp-block-button__link {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.1428571429;
  min-height: 64px;
  min-height: 4rem;
  padding: 5px 0px 8px 55px;
  padding: 0.3125rem 0rem 0.5rem 3.4375rem;
  text-align: center;
}

.p-btn02__link::after,
.p-btn02 .wp-block-button__link::after {
  aspect-ratio: 1/1;
  background: url(../images/common/arrow-btn-gold.svg) no-repeat center/contain;
  content: "";
  height: auto;
  pointer-events: none;
  position: absolute;
  right: 22px;
  right: 1.375rem;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 34px;
  width: 2.125rem;
}

.p-btn02.p-btn02--sm .p-btn02__link::after,
.p-btn02.p-btn02--sm .wp-block-button__link::after {
  height: auto;
  right: 20px;
  right: 1.25rem;
  top: 48%;
  width: 34px;
  width: 2.125rem;
}

.p-btn02__link:focus-visible,
.p-btn02 .wp-block-button__link:focus-visible {
  outline: 2px solid #F5F7F9;
  outline-offset: 2px;
}

.p-btn02__center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 11px;
  gap: 0.6875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.p-btn02__label {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.3125;
}

.p-btn02__link-wrap.-center .wp-block-button__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-btn02__link-wrap.-center .wp-block-button__link::after {
  top: 50%;
}

.p-btn-wrap {
  width: 100%;
}

a.p-btn03,
.wp-block-button.p-btn03 .wp-block-button__link {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #0B2A45;
  border-radius: 1.875rem;
  color: #F5F7F9;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 294px;
  min-width: 18.375rem;
  padding: 12px 46px 12px 32px;
  padding: 0.75rem 2.875rem 0.75rem 2rem;
  position: relative;
  text-decoration: none;
}

a.p-btn03::after,
.wp-block-button.p-btn03 .wp-block-button__link::after {
  -webkit-transform: translate(0, -50%);
  background: transparent url(../images/common/arrow-btn-wht.svg) no-repeat center/contain;
  content: "";
  height: 19px;
  height: 1.1875rem;
  position: absolute;
  right: 17px;
  right: 1.0625rem;
  top: 50%;
  transform: translate(0, -50%);
  width: 26px;
  width: 1.625rem;
}

.p-btn03__text {
  color: #F5F7F9;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 700;
  line-height: 1.3333333333;
}

.p-career-card {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}

.p-career-card__link {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  background: #fff;
  border-radius: 0.625rem;
  color: inherit;
  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%;
  position: relative;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-career-card__link:focus-visible {
  outline: 2px solid #2176C1;
  outline-offset: 2px;
  outline-offset: 0.125rem;
}

.p-career-card__head {
  position: relative;
}

.p-career-card__category {
  color: #F5F7F9;
  display: inline-block;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 700;
  left: 0;
  line-height: 1.4285714286;
  padding: 4px 6px 4px 9px;
  padding: 0.25rem 0.375rem 0.25rem 0.5625rem;
  position: absolute;
  top: 0;
  z-index: 1;
}

.p-career-card__category--charm {
  background: #0B2A45;
}

.p-career-card__category--column {
  background: #2176C1;
}

.p-career-card__thumb {
  aspect-ratio: 300/157;
  overflow: hidden;
}

.p-career-card__thumb img {
  -o-object-fit: cover;
  aspect-ratio: 1280/670;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-career-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9px;
  gap: 0.5625rem;
  padding: 12px 8px 18px 16px;
  padding: 0.75rem 0.5rem 1.125rem 1rem;
}

.p-career-card__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 700;
  line-height: 1.3333333333;
  overflow: hidden;
}

.p-career-card__date {
  color: #2176C1;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  line-height: 1.5714285714;
}

.p-career-card__text {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  line-height: 1.7142857143;
  margin-left: 0;
  margin-right: auto;
  overflow: hidden;
  width: 213px;
  width: 13.3125rem;
}

.p-career-card__arrow {
  bottom: 25px;
  bottom: 1.5625rem;
  position: absolute;
  right: 15px;
  right: 0.9375rem;
  width: 30px;
  width: 1.875rem;
}

.p-career-card__arrow img {
  -o-object-fit: contain;
  aspect-ratio: 30/30;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-career-list {
  margin-bottom: 140px;
  margin-bottom: 8.75rem;
  margin-top: 67px;
  margin-top: 4.1875rem;
}

.p-career-list__inner {
  padding-top: 30px;
  padding-top: 1.875rem;
}

.p-career-list__container-inner {
  padding-left: 15px;
  padding-left: 0.9375rem;
}

.p-career-list__items {
  grid-gap: 1.25rem;
  display: grid;
  gap: 20px;
  gap: 1.25rem;
  grid-template-columns: 1fr;
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-career-list__item {
  min-width: 0;
}

.p-career-list__pagenavi {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-company-about {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

.p-company-about__text {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  line-height: 1.7142857143;
}

.p-company-about__text a {
  background: -webkit-gradient(linear, left top, left bottom, from(#2176C1), to(#2176C1)) 100% 100%/0 1px no-repeat;
  background: linear-gradient(#2176C1, #2176C1) 100% 100%/0 1px no-repeat;
  background-size: 100% 1px;
  color: #2176C1;
  display: inline;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}

.p-company-access {
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
}

.p-company-access__wrap {
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
}

.p-company-access__text {
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 500;
  line-height: 1.3333333333;
}

.p-company-access__text span {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  line-height: 1.7142857143;
}

.p-company-access__map {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-company-access__map iframe {
  aspect-ratio: 340/244;
  display: block;
  height: 100%;
  width: 100%;
}

.p-company-information {
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
}

.p-company-information__wrap {
  padding-left: 5px;
  padding-left: 0.3125rem;
  padding-right: 5px;
  padding-right: 0.3125rem;
}

.wp-block-group.p-company-information__wrap > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}

.p-company-information .wp-block-group.p-company-list > .wp-block-group__inner-container {
  display: grid;
}

dl.p-company-list {
  margin-bottom: 0 !important;
}

dl.p-company-list {
  display: grid;
  grid-template-columns: 8.4375rem 1fr;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  max-width: 50rem;
  width: 100%;
}

.p-company-list:nth-child(odd) {
  margin: 0 !important;
}

.p-company-list:nth-child(odd) {
  background: #edf0f3;
}

.p-company-list:nth-child(even) {
  margin: 0 !important;
}

.p-company-list:nth-child(even) {
  background: #F5F7F9;
}

.wp-block-group.p-company-list > .wp-block-group__inner-container {
  display: grid;
}

.p-company-list__head {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 700;
  line-height: 1.5714285714;
  margin: 0;
  padding: 20px 25px 0 30px;
  padding: 1.25rem 1.5625rem 0 1.875rem;
  text-align: left;
  width: 100%;
}

.p-company-list__head-text {
  margin: 0;
}

.p-company-list__body {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  line-height: 1.5714285714;
  margin: 0;
  padding: 0 13px 17px 30px;
  padding: 0 0.8125rem 1.0625rem 1.875rem;
  width: 100%;
}

.p-company-list__body-text {
  margin: 0;
}

.p-company-message {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

.p-company-message__wrap > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-company-message__img img {
  -o-object-fit: cover;
  aspect-ratio: 370/231;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-company-message__body {
  margin-top: 11px;
  margin-top: 0.6875rem;
}

.p-company-message__text {
  margin-bottom: 0 !important;
}

.p-company-message__text {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  line-height: 2;
}

.p-company-message__name {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 500;
  line-height: 1.3333333333;
  margin-top: 15px;
  margin-top: 0.9375rem;
  text-align: right;
}

.p-company-overview {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.p-company-overview__wrap {
  padding-left: 5px;
  padding-left: 0.3125rem;
  padding-right: 5px;
  padding-right: 0.3125rem;
}

.p-company-overview__table-wrap {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}

.p-company-philosophy {
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
}

.p-company-philosophy__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: 20px;
  gap: 1.25rem;
}

.wp-block-group.p-company-philosophy__list > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
}

.p-company-philosophy__item {
  background-color: #fff;
  border-radius: 0.3125rem;
  margin: 0;
  padding: 20px 15px 13px;
  padding: 1.25rem 0.9375rem 0.8125rem;
}

.p-company-philosophy__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-company-philosophy__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(11, 42, 69, 0.12);
  border-radius: 0.5rem;
  color: #0B2A45;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.4;
  min-height: 45px;
  min-height: 2.8125rem;
  min-width: 190px;
  min-width: 11.875rem;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  text-align: center;
}

.p-company-philosophy__lead {
  color: #0B2A45;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  line-height: 2.2857142857;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-top: 0.9375rem;
  max-width: 384px;
  max-width: 24rem;
  text-align: center;
}

.p-company-philosophy__quote {
  color: #0B2A45;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 700;
  line-height: 1.7777777778;
  margin-top: 8px;
  margin-top: 0.5rem;
  text-align: center;
}

.p-company-philosophy__bullets {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 420px;
  max-width: 26.25rem;
  padding-left: 0;
}

.p-company-philosophy__bullet {
  color: #0B2A45;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  line-height: 2.2857142857;
  padding-left: 9px;
  padding-left: 0.5625rem;
  position: relative;
  text-align: left;
}

.p-company-philosophy__bullet::before {
  content: "・";
  left: -5px;
  left: -0.3125rem;
  position: absolute;
}

.p-company {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  margin-top: 67px;
  margin-top: 4.1875rem;
}

.p-company__content > p {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  line-height: 1.7142857143;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

.p-company__content > p > a {
  background: -webkit-gradient(linear, left top, left bottom, from(#2176C1), to(#2176C1)) 100% 100%/0 1px no-repeat;
  background: linear-gradient(#2176C1, #2176C1) 100% 100%/0 1px no-repeat;
  background-size: 100% 1px;
  color: #2176C1;
  display: inline;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}

.p-company__section-title {
  background: #0B2A45;
  color: #fff;
  margin-bottom: 13px;
  margin-bottom: 0.8125rem;
  margin-top: 30px;
  margin-top: 1.875rem;
  padding: 11px 14px 9px;
  padding: 0.6875rem 0.875rem 0.5625rem;
  position: relative;
}

.p-company__section-title span {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4583333333;
  padding-left: 17px;
  padding-left: 1.0625rem;
  padding-right: 17px;
  padding-right: 1.0625rem;
  position: relative;
}

.p-company__section-title span::before {
  -webkit-transform: translate(0, -50%);
  background: #fff;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 3px;
  width: 0.1875rem;
}

.p-company__section-title02 {
  border-bottom: 1px solid #0B2A45;
  color: #0B2A45;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1666666667;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  padding-left: 22px;
  padding-left: 1.375rem;
  padding-right: 22px;
  padding-right: 1.375rem;
  position: relative;
}

.p-contact {
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
  margin-top: 67px;
  margin-top: 4.1875rem;
}

.p-contact--check,
.p-contact--thanks {
  margin-bottom: 130px;
  margin-bottom: 8.125rem;
}

.p-contact__inner {
  padding-top: 20px;
  padding-top: 1.25rem;
}

.p-contact__content {
  background: #fff;
  border-radius: 0.625rem;
  padding: 24px 15px 30px;
  padding: 1.5rem 0.9375rem 1.875rem;
}

.p-cta {
  width: 100%;
}

html.js-cta-ready .js-p-cta {
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-transition: opacity 0.35s ease, visibility 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, visibility 0.35s ease, -webkit-transform 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease, visibility 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease, visibility 0.35s ease, -webkit-transform 0.35s ease;
  visibility: hidden;
  z-index: 99;
}

html.js-cta-ready .js-p-cta.is-visible {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  visibility: visible;
}
.p-cta-btn {
  background: #29333D;
  padding: 24px 15px 23px;
  padding: 1.5rem 0.9375rem 1.4375rem;
  width: 100%;
}

.p-cta-btn__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#DDB84F), to(#906B2A));
  background: linear-gradient(to Bottom, #DDB84F 0%, #906B2A 100%);
  border: 1px solid #906B2A;
  border-radius: 0;
  color: #F5F7F9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  max-width: 31.25rem;
  min-height: 64px;
  min-height: 4rem;
  padding-left: 12px;
  padding-left: 0.75rem;
  padding-right: 16px;
  padding-right: 1rem;
  position: relative;
  text-align: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 100%;
}

.p-cta-btn__link:focus-visible {
  outline: 2px solid #F5F7F9;
  outline-offset: 2px;
}

.p-cta-btn__center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 7px;
  gap: 0.4375rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 23px;
  margin-left: 1.4375rem;
}

.p-cta-btn__label {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.448;
}

.p-cta-btn__badge {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #F5F7F9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 31px;
  min-height: 1.9375rem;
  min-width: 63px;
  min-width: 3.9375rem;
  padding-left: 4px;
  padding-left: 0.25rem;
  padding-right: 4px;
  padding-right: 0.25rem;
  position: relative;
}

.p-cta-btn__badge-text {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.052em;
  line-height: 1.448;
}

.p-cta-btn__arrow {
  position: absolute;
  right: 14px;
  right: 0.875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-cta-btn__circle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 41/42;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 85%;
}

.p-cta-btn__circle img {
  -o-object-fit: cover;
  aspect-ratio: 41/41;
  display: block;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-employers-fv {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  min-height: 200px;
  min-height: 12.5rem;
  overflow: hidden;
  position: relative;
}

.p-employers-fv__img img {
  height: auto !important;
  width: 100% !important;
}

.p-employers-fv__img img {
  -o-object-fit: cover;
  aspect-ratio: 400/227;
     object-fit: cover;
}

.p-employers-fv__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  backdrop-filter: blur(13px) brightness(1.31);
  background-color: rgba(255, 255, 255, 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  margin-top: -36px;
  margin-top: -2.25rem;
  padding: 15px 4px 18px;
  padding: 0.9375rem 0.25rem 1.125rem;
  position: relative;
  row-gap: 9px;
  row-gap: 0.5625rem;
  z-index: 1;
}

.p-employers-fv__read {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.3571428571;
  text-align: center;
}

.p-employers-fv__read span {
  color: #2176C1;
  display: inline-block;
  font-size: 24px;
  font-size: 1.5rem;
}

.p-employers-fv__text {
  color: #0B2A45;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 500;
  line-height: 1.5625;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 270px;
  width: 16.875rem;
}

.p-employers-fv__text span {
  color: #2176C1;
  display: inline-block;
}

.p-employers-fv__inner.wp-block-group {
  display: block;
}

.p-employers-fv__inner.wp-block-group > .wp-block-group__inner-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  row-gap: 9px;
  row-gap: 0.5625rem;
  width: 100%;
}

.p-employers-reason {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.p-employers-reason__inner {
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
  width: 100%;
}

.p-employers-reason__inner .c-title01-wrap {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  text-align: center;
}

.p-employers-reason__row.wp-block-group {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.p-employers-reason__row.wp-block-group > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 17px;
  gap: 1.0625rem;
}

.p-employers-reason__list.wp-block-group {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.p-employers-reason__list.wp-block-group > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
}

.p-employers-reason__item.wp-block-group {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.p-employers-reason__item.wp-block-group > .wp-block-group__inner-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
}

.p-employers-reason__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 30px;
  width: 1.875rem;
}

.p-employers-reason__icon .wp-block-image {
  margin-left: 0;
  margin-right: 0;
}

.p-employers-reason__icon img {
  height: auto;
  vertical-align: top;
  width: 100%;
}

.p-employers-reason__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 500;
  line-height: 1.7777777778;
  min-width: 0;
}

.p-employers-reason__media.wp-block-group {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 100%;
}

.p-employers-reason__media.wp-block-group::before {
  background: transparent url(../images/employers/reason-arrow.png) no-repeat center center/cover;
  bottom: -20px;
  bottom: -1.25rem;
  content: "";
  height: 75px;
  height: 4.6875rem;
  left: 0;
  position: absolute;
  width: 143px;
  width: 8.9375rem;
  z-index: 1;
}

.p-employers-reason__figure.wp-block-group {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.p-employers-reason__figure .wp-block-image {
  margin-left: 0;
  margin-right: 0;
}

.p-employers-reason__figure img {
  height: auto;
  vertical-align: top;
  width: 100%;
}

.p-employers-reason__note {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  line-height: 1.7142857143;
  margin-top: 11px;
  margin-top: 0.6875rem;
}

.p-employers-reason__btn {
  margin-top: 14px;
  margin-top: 0.875rem;
}

.p-employers {
  margin-bottom: 140px;
  margin-bottom: 8.75rem;
  margin-top: 67px;
  margin-top: 4.1875rem;
}

.p-employers__inner {
  padding-left: 0;
  padding-right: 0;
}

.p-employers__form {
  background: #fff;
  border-radius: 0.625rem;
  margin-left: 15px;
  margin-left: 0.9375rem;
  margin-right: 15px;
  margin-right: 0.9375rem;
  padding: 28px 15px 30px;
  padding: 1.75rem 0.9375rem 1.875rem;
}

.p-employers__form h2 {
  color: #0B2A45;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4375;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  text-align: center;
}

.p-faq-block.p-custom__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: 14px;
  gap: 0.875rem;
  list-style: none;
  padding-left: 0;
}

.p-faq-block__item {
  margin: 0 !important;
}

.p-faq-block__item {
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          -ms-text-size-adjust: none;
      text-size-adjust: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 700;
  gap: 4px;
  gap: 0.25rem;
  line-height: 1.3571428571;
  padding-left: 19px;
  padding-left: 1.1875rem;
  position: relative;
}

.p-faq-block__item::before {
  background: #2176C1;
  border-radius: 50%;
  content: "";
  height: 6px;
  height: 0.375rem;
  left: 4px;
  left: 0.25rem;
  position: absolute;
  top: 7px;
  top: 0.4375rem;
  width: 6px;
  width: 0.375rem;
}

.p-faq-block__item > .p-faq-block__item-desc {
  color: #29333D;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  line-height: 1.71428571;
  margin: 0;
}
.p-faq {
  margin-bottom: 140px;
  margin-bottom: 8.75rem;
  margin-top: 67px;
  margin-top: 4.1875rem;
}

.p-faq__inner {
  padding-top: 18px;
  padding-top: 1.125rem;
}

.p-faq__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 37px;
  gap: 2.3125rem;
}

.p-faq-list.wp-block-group {
  background: transparent;
  padding: 0;
}

.p-faq-item .wp-block-group {
  background: transparent;
  padding: 0;
}

.p-faq-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: 32px;
  gap: 2rem;
}

.p-faq-item {
  background: #fff;
  border-radius: 0.3125rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  max-width: 62.5rem;
  padding: 22px 15px 0;
  padding: 1.375rem 0.9375rem 0;
}

.p-faq-item__q {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  gap: 0.625rem;
}

.p-faq-item__q > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  gap: 0.9375rem;
}

.p-faq-item__q-label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #2176C1;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500;
  height: 42px;
  height: 2.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.45;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
  width: 41px;
  width: 2.5625rem;
}

.p-faq-item__q-text {
  color: #2176C1;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0;
  margin-top: 4px;
  margin-top: 0.25rem;
}

.p-faq-item__a.wp-block-group {
  margin-top: 6px;
  margin-top: 0.375rem;
}

.p-faq-item__a > .wp-block-group__inner-container {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 15px;
  gap: 0.9375rem;
  padding-left: 12px;
  padding-left: 0.75rem;
  padding-right: 0;
}

.p-faq-item__a-label {
  color: #2176C1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.45;
  margin-bottom: 0;
  margin-top: 0;
  width: 28px;
  width: 1.75rem;
}

.p-faq-item__a-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 11px;
  margin-top: 0.6875rem;
  min-width: 0;
}

.p-faq-item__a-lead,
.p-faq-item__a-body > .wp-block-group__inner-container p {
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          -ms-text-size-adjust: none;
      text-size-adjust: none;
  color: #29333D;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  line-height: 1.7142857143;
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
  margin-top: 0;
}

.p-faq-item__a-lead > a,
.p-faq-item__a-body > .wp-block-group__inner-container p > a {
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  color: #2176C1;
  text-decoration: underline;
}

.p-faq-item__a-body .wp-block-list.p-faq-block {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.p-faq-item__a-body .p-btn-wrap {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-faq-item__a-body .p-btn03__text {
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          -ms-text-size-adjust: none;
      text-size-adjust: none;
}

.p-footer {
  -webkit-box-shadow: 0px 1px 5px #5c778f;
          box-shadow: 0px 1px 5px #5c778f;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  padding-top: 30px;
  padding-top: 1.875rem;
}

.p-footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  gap: 2rem;
}

.p-footer__logo {
  margin-left: auto;
  margin-right: auto;
  width: 158px;
  width: 9.875rem;
}

.p-footer__logo-link img {
  -o-object-fit: contain;
  aspect-ratio: 265/80;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-footer__columns {
  grid-gap: 0.9375rem 1.875rem;
  display: grid;
  gap: 15px 30px;
  gap: 0.9375rem 1.875rem;
  grid-template-columns: repeat(2, 1fr);
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  width: 18.75rem;
}

.p-footer__nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  gap: 0.9375rem;
  list-style: none;
}

.p-footer__nav-items:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/2;
}
.p-footer__nav-items:nth-child(2) {
  grid-column: 1/2;
  grid-row: 2/3;
}

.p-footer__nav-items:nth-child(3) {
  grid-column: 2/3;
  grid-row: 1/3;
}

.p-footer__nav-link {
  display: inline-block;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  line-height: 1.448;
  padding-right: 13px;
  padding-right: 0.8125rem;
  position: relative;
}

.p-footer__nav-link::after {
  -webkit-transform: translate(0, -50%);
  background: transparent url(../images/common/arrow-nav.png) no-repeat center center/100%;
  background: transparent url(../images/common/arrow-nav.webp) no-repeat center center/100%;
  content: "";
  height: 11px;
  height: 0.6875rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 6px;
  width: 0.375rem;
}

.p-footer__copyright {
  margin-top: 22px;
  margin-top: 1.375rem;
  text-align: center;
}

.p-footer__copyright small {
  color: #0B2A45;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 500;
  line-height: 2;
}

.p-form > p {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  line-height: 1.7142857143;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}

.p-form__list {
  grid-row-gap: 0.5rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 32px;
  margin-top: 2rem;
  row-gap: 8px;
  row-gap: 0.5rem;
}

.p-form__item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-form__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

.p-form__head__title {
  color: #29333D;
  display: inline-block;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  width: 100%;
}

.p-form__head__title.required::before {
  color: #FF0000;
  content: "*";
  display: inline-block;
  margin-right: 4px;
  margin-right: 0.25rem;
}

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

.p-form__body {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #29333D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 4px;
  margin-top: 0.25rem;
  width: 100%;
}

.p-form__body .mw_wp_form .error {
  margin-top: 5px;
  margin-top: 0.3125rem;
}

/******************* form base *******************/
.p-form .wpcf7-form-control-wrap {
  width: 100%;
}

.p-form input,
.p-form textarea,
.p-form select {
  background-color: #F0F0F0;
  border: none;
  border-radius: 0.3125rem;
  color: #29333D;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  height: 50px;
  height: 3.125rem;
  line-height: 1.7142857143;
  padding: 12px 20px;
  padding: 0.75rem 1.25rem;
  width: 100%;
}

.p-form ::-moz-placeholder {
  color: #CACACC;
}

.p-form ::-webkit-input-placeholder {
  color: #CACACC;
}

.p-form :-ms-input-placeholder {
  color: #CACACC;
}

.p-form ::-ms-input-placeholder {
  color: #CACACC;
}

.p-form ::placeholder {
  color: #CACACC;
}

.p-form input[type=checkbox] {
  /* .p-form input の appearance/背景を打ち消してブラウザ標準のチェックボックスに戻す */
  -moz-appearance: auto;
  -webkit-appearance: checkbox;
       appearance: auto;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0.125rem;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: auto;
  margin: 0;
  margin-right: 5px;
  margin-right: 0.3125rem;
  min-height: 19px;
  min-height: 1.1875rem;
  min-width: 19px;
  min-width: 1.1875rem;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.p-form input.required,
.p-form textarea.required,
.p-form select.required {
  background-color: #F9D5D5;
}

.p-form textarea {
  height: 174px;
  height: 10.875rem;
  line-height: 1.6;
}

.p-form input.form_name,
.p-form input.form_kana {
  width: 300px;
  width: 18.75rem;
}

.p-form input.form_company,
.p-form input.form_tel,
.p-form input.form_mail {
  width: 425px;
  width: 26.5625rem;
}

/* 郵便番号,電話番号 */

/* YubinBango 住所：〒3+4桁 / 都道府県（select） / 市区町村以降1行（同一inputに locality+street+extended） */

.p-form__detail--yubin {
  width: 100%;
}

.p-form__detail--yubin .h-adr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  gap: 0.75rem;
  width: 100%;
}

.p-form .h-adr > .p-country-name {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.p-form__detail--yubin .h-adr {
  position: relative;
}

.p-form__adr-row--postal {
  display: inline-block;
}

.p-form__postal-mark,
.p-form__postal-hyphen {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  line-height: 1;
}

.p-form__postal-mark {
  margin-right: 12px;
  margin-right: 0.75rem;
}

.p-form__postal-hyphen {
  margin-left: 4px;
  margin-left: 0.25rem;
  margin-right: 4px;
  margin-right: 0.25rem;
}

.p-form__detail--yubin .p-form__postal-input {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
  padding: 12px 16px;
  padding: 0.75rem 1rem;
  width: 81px;
  width: 5.0625rem;
}

.p-form__detail--yubin .p-form__postal-part-wide {
  width: 170px;
  width: 10.625rem;
}

.p-form__adr-row--prefecture {
  width: 154px;
  width: 9.625rem;
}

.p-form__adr-row--prefecture select {
  width: 100%;
}

.p-form__adr-row--street {
  width: 100%;
}

.p-form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #F0F0F0 url(../images/common/arrow-bottom-02.svg) 95.5% 52% no-repeat;
  background-size: auto;
  background-size: 0.6875rem;
  color: #29333D;
  cursor: pointer;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  letter-spacing: 0.1em;
  line-height: 2;
}
.p-form select::-webkit-calendar-picker-indicator {
  color: #29333D;
  cursor: pointer;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  height: 100%;
  left: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.mw_wp_form .error {
  width: 100%;
}

.wpcf7-radio {
  grid-row-gap: 0.5rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 8px;
  row-gap: 0.5rem;
}

.wpcf7-radio .wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.wpcf7-radio .wpcf7-list-item:nth-child(n+2) {
  margin-top: 0;
}

.wpcf7-radio .wpcf7-list-item label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wpcf7-radio .wpcf7-list-item label input {
  height: 20px;
  height: 1.25rem;
  margin: 0;
  opacity: 0; /* デフォルトのボタンを非表示 */
  padding: 0;
  position: absolute;
  width: 20px;
  width: 1.25rem;
}

/* チェック前のボタン */
.wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  line-height: 1.7142857143;
  position: relative;
  top: -1px;
}

.wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #707070;
  border-radius: 100%; /* ラジオボタンっぽく丸くする */
  content: "";
  display: inline-block;
  height: 19px;
  height: 1.1875rem;
  margin-bottom: auto;
  margin-right: 0.5em;
  margin-top: auto;
  width: 19px;
  width: 1.1875rem;
}

/* チェック後のボタン */
input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: #707070; /* チェック後の中心の色 */
  -webkit-box-shadow: inset 0 0 0 0.25rem #fff;
          box-shadow: inset 0 0 0 0.25rem #fff; /* 中心の色のスタイル */
}

.wpcf7-checkbox {
  grid-row-gap: 0.5rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 8px;
  row-gap: 0.5rem;
}

.wpcf7-checkbox .wpcf7-list-item {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  line-height: 1.7142857143;
  margin: 0;
}

.wpcf7-checkbox .wpcf7-list-item label {
  cursor: pointer;
}

.form_requirement .p-form__detail {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  gap: 0.5rem;
}

.form_requirement-text {
  display: block;
  width: 100%;
}

/******************* END./form base *******************/
.p-form__head__text {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.8571428571;
  margin-top: 5px;
  margin-top: 0.3125rem;
}

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

.p-form__detail:nth-of-type(n+2) {
  margin-top: 30px;
  margin-top: 1.875rem;
}

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

.p-form__attention {
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 400;
  line-height: 2;
}

.p-form__policy {
  margin-left: 25px;
  margin-left: 1.5625rem;
  margin-top: 30px;
  margin-top: 1.875rem;
  text-align: left;
}

.p-form__policy p {
  display: inline;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.9;
  position: relative;
}

.p-form .p-form__policy span.wpcf7-list-item {
  display: inline-block;
  margin: 0;
}

.p-form__policy p span.wpcf7-form-control-wrap {
  display: block;
  height: 15px;
  height: 0.9375rem;
  left: -29px;
  left: -1.8125rem;
  position: absolute;
  top: -6px;
  top: -0.375rem;
  width: 15px;
  width: 0.9375rem;
}

.p-form__policy p span.wpcf7-list-item-label {
  display: none;
}

.p-form__policy .wpcf7-form-control {
  height: 16px;
  height: 1rem;
  width: 16px;
  width: 1rem;
}

.p-form__policy a {
  background: -webkit-gradient(linear, left top, left bottom, from(#29333D), to(#29333D)) 100% 93%/0 1px no-repeat;
  background: linear-gradient(#29333D, #29333D) 100% 93%/0 1px no-repeat;
  background-size: 100% 1px;
  display: inline-block;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.9;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}

.p-form__policy .wpcf7-not-valid-tip {
  bottom: -66px;
  bottom: -4.125rem;
  left: 0;
  position: absolute;
  width: 250px;
  width: 15.625rem;
}

.p-form__btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 23px;
  gap: 1.4375rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 9px;
  margin-top: 0.5625rem;
  position: relative;
  width: 100%;
}

.p-form__btn-link {
  height: 51px;
  height: 3.1875rem;
  max-width: 158px;
  max-width: 9.875rem;
  position: relative;
  width: 100%;
}

.p-form__btn-confirm {
  margin-left: auto;
  margin-right: auto;
}

.p-form__btn-confirm::before {
  -webkit-transform: translate(0, -50%);
  background: transparent url(../images/common/icon-check_wht.svg) no-repeat center center/100%;
  content: "";
  height: 14px;
  height: 0.875rem;
  left: 17px;
  left: 1.0625rem;
  position: absolute;
  top: 52%;
  transform: translate(0, -50%);
  width: 20px;
  width: 1.25rem;
  z-index: 1;
}

.p-form__btn-prev::before {
  -webkit-transform: translate(0, -50%);
  background: transparent url(../images/common/icon-back.svg) no-repeat center center/100%;
  content: "";
  height: 18px;
  height: 1.125rem;
  left: 17px;
  left: 1.0625rem;
  position: absolute;
  top: 52%;
  transform: translate(0, -50%);
  width: 19px;
  width: 1.1875rem;
  z-index: 1;
}

.p-form__btn-send::before {
  -webkit-transform: translate(0, -50%);
  background: transparent url(../images/common/icon-send.svg) no-repeat center center/100%;
  content: "";
  height: 17px;
  height: 1.0625rem;
  position: absolute;
  right: 17px;
  right: 1.0625rem;
  top: 52%;
  transform: translate(0, -50%);
  width: 20px;
  width: 1.25rem;
  z-index: 1;
}

.p-form__btn-link input {
  background: #2176C1;
  border-radius: 0;
  color: #F5F7F9;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 500;
  height: 51px;
  height: 3.1875rem;
  line-height: 1;
  padding: 12px 0 11px;
  padding: 0.75rem 0 0.6875rem;
  position: relative;
  text-align: center;
}

.p-form__btn-prev input {
  background: #DBDFE3;
  color: #0B2A45;
}

.p-contact--check .form_note .p-form__detail {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-contact--check .form_note .p-form__detail p {
  display: block;
  white-space: pre-line;
}

.p-contact--check .pe-cf7-your-note--confirm {
  max-width: 100%;
  white-space: pre-line;
}

.p-contact--check .pe-cf7-your-note--confirm textarea {
  white-space: pre-wrap;
}

.p-header.is-active {
  background: #f5f7f9;
}

.p-header__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: 2.5rem minmax(0, 1fr) auto;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.p-header__logo-wrap {
  -webkit-transform: translate(-50%, -50%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  left: 47%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
}

.p-header__logo {
  margin: 0;
}

.p-header__logo-link {
  display: block;
  width: 158px;
  width: 9.875rem;
}

.p-header__logo-link img {
  -o-object-fit: contain;
  aspect-ratio: 265/80;
  display: block;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-header__menu-button {
  position: relative;
  z-index: 101;
}

.p-header__sp-bar {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.p-header__sp-bar-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 500;
  height: 42px;
  height: 2.625rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  line-height: 1;
  position: relative;
  width: 48px;
  width: 3rem;
}

.p-header__sp-bar-link--login {
  color: #29333D;
}

.p-header__sp-bar-link--login::before {
  -webkit-transform: translate(-50%, 0);
  background: transparent url(../images/common/icon-blank.svg) no-repeat center center/100%;
  content: "";
  height: 20px;
  height: 1.25rem;
  left: 46%;
  position: absolute;
  top: 2px;
  top: 0.125rem;
  transform: translate(-50%, 0);
  width: 20px;
  width: 1.25rem;
}

.p-header__sp-bar-link--register {
  color: #2176C1;
}

.p-header__sp-bar-link--register::before {
  background: transparent url(../images/common/icon-member-registration.svg) no-repeat center center/100%;
  content: "";
  height: 20px;
  height: 1.25rem;
  position: absolute;
  right: 5px;
  right: 0.3125rem;
  top: 2px;
  top: 0.125rem;
  width: 28px;
  width: 1.75rem;
}

.p-header__nav {
  background-color: #F5F7F9;
  bottom: 0;
  left: 0;
  opacity: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 69px;
  top: 4.3125rem;
  -webkit-transition: opacity 0.35s ease-out, visibility 0.35s ease-out;
  transition: opacity 0.35s ease-out, visibility 0.35s ease-out;
  visibility: hidden;
  z-index: 100;
}

.p-header__nav[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
}

.p-header__nav-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: calc(100vh - 2.875rem);
  padding: 0 0 16px;
  padding: 0 0 1rem;
}

.p-header__pc {
  display: none;
}

.p-header__pc-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 32px;
  gap: 1rem 2rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-header__pc-links-item {
  margin: 0;
  padding: 0;
}

.p-header__pc-link {
  display: inline-block;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  line-height: 1.448;
  padding-right: 13px;
  padding-right: 0.8125rem;
  position: relative;
}

.p-header__pc-link::after {
  -webkit-transform: translate(0, -50%);
  background: transparent url(../images/common/arrow-nav.png) no-repeat center center/100%;
  background: transparent url(../images/common/arrow-nav.webp) no-repeat center center/100%;
  content: "";
  height: 11px;
  height: 0.6875rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 6px;
  width: 0.375rem;
}

.p-header__pc-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  gap: 0.75rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.p-header__login-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f5f7f9;
  border: 2px solid #0B2A45;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #0B2A45;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.4444444444;
  min-height: 45px;
  min-height: 2.8125rem;
  min-width: 195px;
  min-width: 12.1875rem;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  position: relative;
}

.p-header__register-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#DDB84F), to(#906B2A));
  background: linear-gradient(to Bottom, #DDB84F 0%, #906B2A 100%);
  border: 1px solid #906B2A;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #F5F7F9;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 500;
  gap: 8px;
  gap: 0.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.448;
  min-height: 45px;
  min-height: 2.8125rem;
  min-width: 195px;
  min-width: 12.1875rem;
  padding: 8px 12px;
  padding: 0.5rem 0.75rem;
}

.p-header__register-btn-label {
  display: inline-block;
}

.p-header__register-btn-badge {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.448;
  min-height: 27px;
  min-height: 1.6875rem;
  min-width: 44px;
  min-width: 2.75rem;
  padding: 0 4px;
  padding: 0 0.25rem;
}

.p-header__sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  gap: 0.375rem;
}

.p-header__sp-grid {
  grid-gap: 1rem 2.8125rem;
  display: grid;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 16px 45px;
  gap: 1rem 2.8125rem;
  grid-template-columns: 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
  width: 74%;
}

.p-header__sp-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-header__sp-item {
  padding-bottom: 10.5px;
  padding-bottom: 0.65625rem;
  padding-top: 10.5px;
  padding-top: 0.65625rem;
}

.p-header__sp-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #29333D;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 500;
  gap: 8px;
  gap: 0.5rem;
  line-height: 1.448;
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
  padding-right: 13px;
  padding-right: 0.8125rem;
  padding-top: 4px;
  padding-top: 0.25rem;
  position: relative;
}

.p-header__sp-link::after {
  -webkit-transform: translate(0, -50%);
  background: transparent url(../images/common/arrow-nav.png) no-repeat center center/100%;
  background: transparent url(../images/common/arrow-nav.webp) no-repeat center center/100%;
  content: "";
  height: 11px;
  height: 0.6875rem;
  position: absolute;
  right: 0;
  top: 48%;
  transform: translate(0, -50%);
  width: 6px;
  width: 0.375rem;
}

.p-interview-block {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.p-interview-block__columns {
  gap: 0;
  margin-bottom: 0;
}

.p-interview-block--reverse .p-interview-block__columns.is-stacked-on-mobile {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 18px;
  gap: 1.125rem;
}

.p-interview-block__column--body {
  -ms-flex-preferred-size: auto !important;
      flex-basis: auto !important;
}

.p-interview-block__column--body {
  display: contents;
  min-width: 0;
}

.p-interview-block__column--media {
  -ms-flex-preferred-size: auto !important;
      flex-basis: auto !important;
}

.p-interview-block__column--media {
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
  min-width: 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.p-interview-block__column--media .wp-block-image {
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
}

.p-interview-block__column--media .wp-block-image img {
  -o-object-fit: contain;
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
     object-fit: contain;
  width: auto;
}

.p-interview-block__label {
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 700;
  line-height: 1.3333333333;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-left: 13px;
  padding-left: 0.8125rem;
  position: relative;
}

.p-interview-block__label::before {
  -webkit-transform: translate(0, -50%);
  background: #2176C1;
  content: "";
  height: 73.0769230769%;
  left: -2px;
  left: -0.125rem;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 4px;
  width: 0.25rem;
}

.p-single__content .p-interview-block__text,
.p-single__content .p-interview-block p {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  line-height: 1.7142857143;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.p-single__content .p-interview-block__text:last-child,
.p-single__content .p-interview-block p:last-child {
  margin-bottom: 0 !important;
}

.p-interview-block--reverse .p-interview-block__text:last-child,
.p-interview-block--reverse .p-interview-block p:last-child {
  margin-bottom: 0 !important;
}

.p-interview-block__speaker {
  color: #2176C1;
}

.p-interview-block02 {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.p-interview-block02 .p-single-block__head {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}

.p-interview-block02 .p-interview-block {
  margin-bottom: 0;
}

.p-interview-block02 .p-interview-block__column--media img {
  aspect-ratio: revert-layer;
}

.p-link-bottom {
  padding-bottom: 16px;
  padding-bottom: 1rem;
  padding-top: 9px;
  padding-top: 0.5625rem;
}

.p-link-bottom__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 19px;
  gap: 1.1875rem;
}

.p-link-bottom__link {
  color: #0B2A45;
  display: inline-block;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  line-height: 1.7142857143;
  padding-left: 15px;
  padding-left: 0.9375rem;
  position: relative;
}

.p-link-bottom__link::before {
  -webkit-transform: translate(0, -50%);
  border-bottom: 7px solid transparent;
  border-bottom: 0.4375rem solid transparent;
  border-left: 7px solid #0b2a45;
  border-left: 0.4375rem solid #0b2a45;
  border-right: 0;
  border-style: solid;
  border-top: 7px solid transparent;
  border-top: 0.4375rem solid transparent;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0;
}

.p-lower-mv {
  padding-top: 2px;
  padding-top: 0.125rem;
}

.p-lower-mv__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  gap: 0.125rem;
  position: relative;
}

.p-lower-mv__title::after {
  -webkit-transform: translate(0, -50%);
  aspect-ratio: 1/1;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f7f9), color-stop(37.6%, #bbd4ea), to(#b3d6f6));
  background: linear-gradient(180deg, #f5f7f9 0%, #bbd4ea 37.6%, #b3d6f6 100%);
  border-radius: 50%;
  content: "";
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-filter: blur(0.3125rem);
          filter: blur(0.3125rem);
  height: auto;
  left: 0;
  opacity: 0.78;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 93px;
  width: 5.8125rem;
}

.p-lower-mv__title-main {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  z-index: 1;
}

.p-lower-mv__title-sub {
  color: #2176C1;
  font-family: "Oswald", sans-serif;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 300;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.p-lower-mv02__bg {
  background: transparent url(../images/common/submv-bg_sp.png) no-repeat center center/cover;
  background: transparent url(../images/common/submv-bg_sp.webp) no-repeat center center/cover;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  padding-top: 41px;
  padding-top: 2.5625rem;
}

.p-lower-mv02__title-main {
  color: #F5F7F9;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  z-index: 1;
}

.p-mv {
  margin-top: 67px;
  margin-top: 4.1875rem;
}

.p-mv__inner {
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.p-mv__head {
  position: relative;
}

.p-mv__btn {
  -webkit-transform: translate(-50%, 0);
  background: transparent;
  bottom: 16px;
  bottom: 1rem;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  width: 100%;
  z-index: 1;
}

.p-mv__img:not(.p-mv__img--pc):not(.p-mv__img--sp) img {
  -o-object-fit: contain;
  aspect-ratio: 400/600;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-mv__img--sp img,
.p-mv__img--sp .wp-block-image img {
  height: auto !important;
  width: 100% !important;
}

.p-mv__img--sp img,
.p-mv__img--sp .wp-block-image img {
  -o-object-fit: cover;
  aspect-ratio: 400/600;
     object-fit: cover;
}

.p-mv__img--pc img,
.p-mv__img--pc .wp-block-image img {
  height: auto !important;
  width: 100% !important;
}

.p-mv__img--pc img,
.p-mv__img--pc .wp-block-image img {
  -o-object-fit: contain;
  aspect-ratio: 669/415;
     object-fit: contain;
}

.p-mv__body {
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
  padding-top: 15px;
  padding-top: 0.9375rem;
}

.p-mv__read {
  position: absolute;
  right: 30px;
  right: 1.875rem;
  top: 22px;
  top: 1.375rem;
  width: 94px;
  width: 5.875rem;
  z-index: 1;
}

.p-mv__read:not(.p-mv__read--pc):not(.p-mv__read--sp) img {
  -o-object-fit: contain;
  aspect-ratio: 94/430;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-mv__read--sp img,
.p-mv__read--sp .wp-block-image img {
  -o-object-fit: contain;
  aspect-ratio: 94/430;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-mv__read--pc img,
.p-mv__read--pc .wp-block-image img {
  -o-object-fit: contain;
  aspect-ratio: 485/108;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-mv__text {
  color: #0B2A45;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 700;
  line-height: 1.4444444444;
  position: relative;
}

.p-mv__text span {
  color: #2176C1;
  display: inline-block;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.4545454545;
}

.p-mv__attention {
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 500;
  line-height: 1.8333333333;
  margin-top: 9px;
  margin-top: 0.5625rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
}

.p-mv__img .wp-block-image,
.p-mv__read .wp-block-image {
  margin: 0;
}

.p-mv__img .wp-block-image img,
.p-mv__read .wp-block-image img {
  display: block;
}

.p-notfound {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  margin-top: 67px;
  margin-top: 4.1875rem;
}

.p-notfound__inner {
  padding-top: 20px;
  padding-top: 1.25rem;
}

.p-notfound__read {
  color: #0B2A45;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.1666666667;
}

.p-notfound__text {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 500;
  line-height: 1.8;
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-notfound__btn {
  margin-top: 40px;
  margin-top: 2.5rem;
}

h2.p-page-content__title {
  border-bottom: 1px solid #0B2A45;
  color: #0B2A45;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1666666667;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  padding-left: 12px;
  padding-left: 0.75rem;
  padding-right: 12px;
  padding-right: 0.75rem;
  position: relative;
}

h3.p-page-content__title {
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 700;
  line-height: 1.3333333333;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}

.p-page-content > p {
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          -ms-text-size-adjust: none;
      text-size-adjust: none;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  line-height: 1.7142857143;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.p-page-content > p > a {
  background: -webkit-gradient(linear, left top, left bottom, from(#2176C1), to(#2176C1)) 100% 100%/0 1px no-repeat;
  background: linear-gradient(#2176C1, #2176C1) 100% 100%/0 1px no-repeat;
  background-size: 100% 1px;
  color: #2176C1;
  display: inline;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}

.p-page-content .wp-block-list {
  grid-row-gap: 0.825rem;
  display: grid;
  margin-bottom: 11px;
  margin-bottom: 0.6875rem;
  margin-left: 16px;
  margin-left: 1rem;
  row-gap: 13.2px;
  row-gap: 0.825rem;
}

.p-page-content ol.wp-block-list {
  counter-reset: number 0; /* number のカウンタを 0 にセット */
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  margin-left: 0;
}

.p-page-content .wp-block-list li {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  line-height: 1.8;
  padding-left: 17px;
  padding-left: 1.0625rem;
  position: relative;
}

.p-page-content ul.wp-block-list li {
  padding-left: 12px;
  padding-left: 0.75rem;
}

.p-page-content ul.wp-block-list li::before {
  background-color: #2176C1;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 6px;
  height: 0.375rem;
  left: 0;
  position: absolute;
  top: 10px;
  top: 0.625rem;
  width: 6px;
  width: 0.375rem;
}

.p-page-content ol.wp-block-list > li {
  padding-left: 0;
}

/* 番号は ol 直下の li のみ（ネスト ul 内の li では counter を進めない） */
.editor-styles-wrapper ol > li.block-editor-block-list__layout::before,
.p-page-content ol.wp-block-list > li::before {
  content: counter(number) ". ";
  counter-increment: number 1;
  margin-right: 4px;
  margin-right: 0.25rem;
}

.editor-styles-wrapper ol > li.block-editor-block-list__layout > ul,
.p-page-content ol.wp-block-list > li > ul {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.editor-styles-wrapper ol > li.block-editor-block-list__layout::before {
  left: 0;
  position: absolute;
  top: 0;
}

.p-page-link,
.wp-block-buttons.p-page-link {
  grid-gap: 0.625rem;
  display: grid;
  gap: 10px;
  gap: 0.625rem;
  grid-template-columns: repeat(2, 1fr);
}

.p-page-link__btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #0B2A45;
  border: 0.125rem solid #0B2A45;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.p-page-link__btn .wp-block-button__link {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  min-height: 100%;
  padding: 0;
  text-decoration: none;
  width: 100%;
}

.p-page-link__btn::after {
  -webkit-transform: translate(0, -50%);
  background: transparent url(../images/common/arrow-bottom.png) no-repeat center center/100%;
  background: transparent url(../images/common/arrow-bottom.webp) no-repeat center center/100%;
  content: "";
  height: 12px;
  height: 0.75rem;
  position: absolute;
  right: 10px;
  right: 0.625rem;
  top: 50%;
  transform: translate(0, -50%);
  width: 9px;
  width: 0.5625rem;
}

.p-page-link__text,
.p-page-link .wp-block-button__link {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  left: -6.4px;
  left: -0.4rem;
  line-height: 1.5;
  padding: 8px 5px 9px;
  padding: 0.5rem 0.3125rem 0.5625rem;
  position: relative;
}

.p-page-link__text {
  display: block;
}

.p-page-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 14px;
  padding-bottom: 0.875rem;
  padding-top: 15px;
  padding-top: 0.9375rem;
}

.p-page-title > .wp-block-group__inner-container {
  width: 100%;
}

.p-page-title__heading {
  margin-left: auto;
  margin-right: auto;
  max-width: 489px;
  max-width: 30.5625rem;
  position: relative;
  text-align: center;
  width: 100%;
}

.p-page-title__heading > .wp-block-group__inner-container {
  width: 100%;
}

.p-page-title__heading::after {
  -webkit-transform: translate(-50%, -50%);
  background: #906B2A;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: 44%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.p-page-title__main {
  background: #F5F7F9;
  color: #0B2A45;
  display: inline-block;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4545454545;
  padding-left: 15.5px;
  padding-left: 0.96875rem;
  padding-right: 15.5px;
  padding-right: 0.96875rem;
  position: relative;
  z-index: 1;
}

.p-pagenavi .wp-pagenavi {
  -moz-column-gap: 0.75rem;
       -webkit-column-gap: 0.75rem;
          column-gap: 0.75rem;
  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;
  row-gap: 15px;
  row-gap: 0.9375rem;
}

.p-pagenavi .wp-pagenavi span,
.p-pagenavi .wp-pagenavi a {
  border-radius: 0.1875rem;
  height: 30px;
  height: 1.875rem;
  margin: 0;
  padding: 2px 5px 4px;
  padding: 0.125rem 0.3125rem 0.25rem;
  width: 31px;
  width: 1.9375rem;
}

.p-pagenavi .wp-pagenavi a {
  border: 1px solid #2176C1;
}

.p-pagenavi .current,
.p-pagenavi .page {
  border: 1px solid #2176C1 !important;
}

.p-pagenavi .current,
.p-pagenavi .page {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F5F7F9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 500;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}

.p-pagenavi .current {
  background: #2176C1;
  color: #F5F7F9;
}

.p-pagenavi .wp-pagenavi span.current {
  font-weight: 700;
}

.p-pagenavi .page {
  color: #29333D;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.p-pagenavi a.previouspostslink,
.p-pagenavi a.nextpostslink {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F5F7F9;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  width: auto;
}

.p-pagenavi .previouspostslink img,
.p-pagenavi .nextpostslink img {
  -o-object-fit: cover;
  display: block;
  height: 13px;
  height: 0.8125rem;
     object-fit: cover;
  width: 8.5px;
  width: 0.53125rem;
}

.p-pagenavi a.previouspostslink img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.p-pagenavi .wp-pagenavi span.pages {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  width: 73px;
  width: 4.5625rem;
}

.p-pagenavi .wp-pagenavi span.extend {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  height: 40px;
  height: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.08em;
  line-height: 1;
  width: 40px;
  width: 2.5rem;
}

.p-pagenavi .wp-pagenavi a.first,
.p-pagenavi .wp-pagenavi a.last {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: max(13px, 10px);
  font-size: max(0.8125rem, 10px);
  font-weight: 600;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.08em;
  line-height: 1;
  width: 73px;
  width: 4.5625rem;
}

.p-post-list {
  margin-bottom: 140px;
  margin-bottom: 8.75rem;
  margin-top: 67px;
  margin-top: 4.1875rem;
}

.p-post-list__inner {
  padding-top: 30px;
  padding-top: 1.875rem;
}

.p-post-list__container-inner {
  padding-left: 15px;
  padding-left: 0.9375rem;
}

.p-post-list__items {
  grid-gap: 0.9375rem;
  display: grid;
  gap: 15px;
  gap: 0.9375rem;
  grid-template-columns: 1fr;
  list-style: none;
}

.p-post-list__item {
  border-bottom: 1px solid #8c8c8c;
  padding-bottom: 7px;
  padding-bottom: 0.4375rem;
}

.p-post-list__post {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}

.p-post-list__link {
  grid-column-gap: 1rem;
  -moz-column-gap: 1rem;
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  color: inherit;
       -webkit-column-gap: 1rem;
               column-gap: 1rem;
  display: grid;
  grid-template-columns: 9.6875rem auto;
  height: 100%;
  position: relative;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-post-list__link:focus-visible {
  outline: 2px solid #2176C1;
  outline-offset: 2px;
  outline-offset: 0.125rem;
}

.p-post-list__head {
  grid-column: 1/2;
  grid-row: 1/3;
  position: relative;
}

.p-post-list__thumb {
  aspect-ratio: 155/103;
  overflow: hidden;
}

.p-post-list__thumb img,
.p-post-list__thumb .p-post-list__img {
  -o-object-fit: cover;
  aspect-ratio: 155/103;
  display: block;
  height: 100%;
     object-fit: cover;
  width: 100%;
}

.p-post-list__body {
  display: contents;
}

.p-post-list__meta {
  display: contents;
}

.p-post-list__date {
  color: #2176C1;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  grid-column: 2/3;
  grid-row: 1/2;
  line-height: 1.5714285714;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
}

.p-post-list__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 700;
  grid-column: 2/3;
  grid-row: 1/3;
  line-height: 1.3333333333;
  overflow: hidden;
}

.p-post-list__text {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  grid-column: 1/3;
  grid-row: 3/4;
  line-height: 1.7142857143;
  margin-top: 9px;
  margin-top: 0.5625rem;
  overflow: hidden;
}

.p-post-list__pagenavi {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-privacy {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  margin-top: 67px;
  margin-top: 4.1875rem;
}

.p-privacy__inner {
  padding-top: 20px;
  padding-top: 1.25rem;
}

.p-real-card {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}

.p-real-card__link {
  grid-column-gap: 1rem;
  -moz-column-gap: 1rem;
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  color: inherit;
       -webkit-column-gap: 1rem;
               column-gap: 1rem;
  display: grid;
  grid-template-columns: 9.6875rem auto;
  height: 100%;
  position: relative;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-real-card__link:focus-visible {
  outline: 2px solid #2176C1;
  outline-offset: 2px;
  outline-offset: 0.125rem;
}

.p-real-card__head {
  grid-column: 1/2;
  grid-row: 1/3;
  position: relative;
}

.p-real-card__thumb {
  aspect-ratio: 155/103;
  overflow: hidden;
}

.p-real-card__thumb img,
.p-real-card__thumb .p-real-card__img {
  -o-object-fit: cover;
  aspect-ratio: 155/103;
  display: block;
  height: 100%;
     object-fit: cover;
  width: 100%;
}

.p-real-card__body {
  display: contents;
}

.p-real-card__date {
  color: #2176C1;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  grid-column: 2/3;
  grid-row: 1/2;
  line-height: 1.5714285714;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
}

.p-real-card__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 700;
  grid-column: 2/3;
  grid-row: 1/3;
  line-height: 1.3333333333;
  overflow: hidden;
}

.p-real-card__text {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  grid-column: 1/3;
  grid-row: 3/4;
  line-height: 1.7142857143;
  margin-top: 7px;
  margin-top: 0.4375rem;
  overflow: hidden;
}

.p-single-block {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.p-single-block__head {
  -moz-column-gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #2176C1;
       -webkit-column-gap: 0.625rem;
               column-gap: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  padding-bottom: 11px;
  padding-bottom: 0.6875rem;
}

.p-single-block__head .wp-block-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 16px;
  width: 1rem;
}

.p-single-block__head .wp-block-image img {
  display: block;
  height: auto;
  width: 100%;
}

.p-single-block__title {
  color: #0B2A45;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0;
  margin-top: 0;
  min-width: 0;
  padding-left: 26px;
  padding-left: 1.625rem;
  position: relative;
}

.p-single-block__title::before {
  background: transparent url(../images/common/icon-flash.svg) no-repeat center center/100%;
  content: "";
  height: 27px;
  height: 1.6875rem;
  left: 0;
  position: absolute;
  top: 2px;
  top: 0.125rem;
  width: 16px;
  width: 1rem;
}

.p-single__content .p-single-block__text,
.p-single-block p {
  margin-bottom: 24px !important;
  margin-bottom: 1.5rem !important;
}

.p-single__content .p-single-block__text,
.p-single-block p {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  line-height: 1.7142857143;
}

.p-single-block__speaker {
  color: #2176C1;
}

.p-single {
  margin-bottom: 110px;
  margin-bottom: 6.875rem;
  margin-top: 67px;
  margin-top: 4.1875rem;
}

.p-single__inner {
  padding-top: 12px;
  padding-top: 0.75rem;
}

.p-single--real .p-single__inner {
  padding-bottom: 14px;
  padding-bottom: 0.875rem;
}

.p-single__meta {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  gap: 0.5rem;
}

.p-single__date {
  color: #2176C1;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  line-height: 1.7142857143;
  margin-top: 2px;
  margin-top: 0.125rem;
}

.p-single__category {
  color: #F5F7F9;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 700;
  line-height: 1.7142857143;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  padding: 2px 9.5px;
  padding: 0.125rem 0.59375rem;
}

.p-single__category--charm {
  background: #0B2A45;
}

.p-single__category--column {
  background: #2176C1;
}

.p-single__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.75;
  margin-bottom: 11px;
  margin-bottom: 0.6875rem;
}

.p-single__thumbnail {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.p-single__thumbnail-image {
  -o-object-fit: contain;
  display: block;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-single__thumbnail-caption {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  line-height: 1.7142857143;
  margin-top: 15px;
  margin-top: 0.9375rem;
  white-space: pre-line;
}

.p-single__content--real > h2 {
  color: #2176C1;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.75;
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
}

.p-single__content p {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  line-height: 1.7142857143;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.p-single__content--real > p {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.p-single__others {
  background: #DBDFE3;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  padding-top: 30px;
  padding-top: 1.875rem;
}

.p-single__others-grid {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-single__others-sp-static {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-single__others-list {
  grid-gap: 1.25rem;
  display: grid;
  gap: 20px;
  gap: 1.25rem;
  grid-template-columns: 1fr;
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-single__others-item {
  min-width: 0;
}

.p-single__others-slider-wrap {
  isolation: isolate;
  margin-top: 20px;
  margin-top: 1.25rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
  position: relative;
}

.p-single__others-slider {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.p-single__others-nav {
  -webkit-transform: translate(0, -50%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  min-height: 44px;
  min-height: 2.75rem;
  min-width: 20px;
  min-width: 1.25rem;
  padding: 0;
  pointer-events: auto;
  position: absolute;
  top: 49.5%;
  transform: translate(0, -50%);
  width: 17.5px;
  width: 1.09375rem;
  z-index: 2;
}

.p-single__others-nav--prev {
  -webkit-transform: translate(0, -50%) scaleX(-1);
  left: -14px;
  left: -0.875rem;
  transform: translate(0, -50%) scaleX(-1);
}

.p-single__others-nav--next {
  right: -14px;
  right: -0.875rem;
}

.p-single__others-nav picture,
.p-single__others-nav img {
  -o-object-fit: contain;
  aspect-ratio: 17.5/42.5;
  height: auto;
  max-height: 44.5px;
  max-height: 2.78125rem;
     object-fit: contain;
  pointer-events: none;
  width: 100%;
}

.p-single__others-nav.swiper-button-disabled {
  cursor: not-allowed;
  opacity: 0.35;
  pointer-events: none;
}

.p-single__others-slider .swiper-slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  width: auto;
}

.p-single__others-slider .swiper-slide .p-career-card,
.p-single__others-slider .swiper-slide .p-post-list__post {
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  max-width: 25rem;
}

.p-single__others-btn {
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: center;
}

.p-sub-page {
  margin-bottom: 160px;
  margin-bottom: 10rem;
  margin-top: 67px;
  margin-top: 4.1875rem;
}

.p-sub-page__inner {
  padding-top: 20px;
  padding-top: 1.25rem;
}

.p-top-blog {
  padding-top: 30px;
  padding-top: 1.875rem;
}

.p-top-blog__head {
  -moz-column-gap: 0.625rem;
       -webkit-column-gap: 0.625rem;
          column-gap: 0.625rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
}

.p-top-blog__head .c-title02 {
  width: 285px;
  width: 17.8125rem;
  width: auto;
}

.p-top-blog__head .c-title02__sub {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
}

.p-top-blog__read {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  line-height: 1.7142857143;
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
  padding-left: 16px;
  padding-left: 1rem;
  text-align: center;
}

.p-top-blog__wrapper {
  min-width: 0;
  width: 100%;
}

.p-top-blog__list {
  grid-gap: 0.9375rem;
  display: grid;
  gap: 15px;
  gap: 0.9375rem;
  grid-template-columns: 1fr;
  list-style: none;
}

.p-top-blog__item {
  border-bottom: 1px solid #8c8c8c;
  padding-bottom: 7px;
  padding-bottom: 0.4375rem;
}

.p-top-blog__btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-top: 1.25rem;
  width: 294px;
  width: 18.375rem;
}

.p-top-blog__btn-link img {
  -o-object-fit: cover;
  ascent-override: 294/57;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-top-blog__coming {
  color: #888;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  line-height: 1.7142857143;
  padding: 30px 0;
  padding: 1.875rem 0;
  text-align: center;
}

.p-top-blog .swiper-slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  width: auto;
}

.p-top-blog .swiper-slide .p-career-card {
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  max-width: 25rem;
}

.p-top-career {
  padding-top: 30px;
  padding-top: 1.875rem;
}

.p-top-career__inner {
  position: relative;
  z-index: 1;
}

.p-top-career__head {
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
}

.p-top-career__read {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  line-height: 1.7142857143;
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
}

.p-top-career__wrapper {
  isolation: isolate;
  margin-left: auto;
  margin-right: auto;
  max-width: 470px;
  max-width: 29.375rem;
  padding-left: 35px;
  padding-left: 2.1875rem;
  padding-right: 35px;
  padding-right: 2.1875rem;
  position: relative;
}

.p-top-career__slider {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.p-top-career__nav {
  -webkit-transform: translate(0, -50%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  min-height: 44px;
  min-height: 2.75rem;
  min-width: 44px;
  min-width: 2.75rem;
  padding: 0;
  pointer-events: auto;
  position: absolute;
  top: 49.5%;
  transform: translate(0, -50%);
  width: 17.5px;
  width: 1.09375rem;
  z-index: 2;
}

.p-top-career__nav--prev {
  -webkit-transform: translate(0, -50%) scaleX(-1);
  left: -14px;
  left: -0.875rem;
  transform: translate(0, -50%) scaleX(-1);
}

.p-top-career__nav--next {
  right: -14px;
  right: -0.875rem;
}

.p-top-career__nav picture,
.p-top-career__nav img {
  -o-object-fit: contain;
  aspect-ratio: 17.5/42.5;
  height: auto;
  max-height: 44.5px;
  max-height: 2.78125rem;
     object-fit: contain;
  pointer-events: none;
  width: 100%;
}

.p-top-career__nav.swiper-button-disabled {
  cursor: not-allowed;
  opacity: 0.35;
  pointer-events: none;
}

.p-top-career .swiper-slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  width: auto;
}

.p-top-career .swiper-slide .p-career-card {
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  max-width: 25rem;
}

.p-top-career__btn {
  margin-top: 23px;
  margin-top: 1.4375rem;
  text-align: center;
}

.p-top-flow {
  background: #DBDFE3;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  padding-top: 50px;
  padding-top: 3.125rem;
  position: relative;
}

.p-top-flow__inner {
  position: relative;
  z-index: 1;
}

.p-top-flow__body {
  position: relative;
}

.p-top-flow__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: 32px;
  gap: 2rem;
  list-style: none;
}

.p-top-flow__list > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  gap: 2rem;
  list-style: none;
}

.p-top-flow__item {
  position: relative;
}

.p-top-flow__item:not(:first-child)::after {
  background: rgba(33, 118, 193, 0.4);
  content: "";
  height: 80%;
  left: 57px;
  left: 3.5625rem;
  position: absolute;
  top: -50%;
  width: 40px;
  width: 2.5rem;
  z-index: -1;
}

.p-top-flow-card {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 1px solid #2176C1;
  border-radius: 0;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(33, 118, 193, 0.24);
          box-shadow: 0 0.1875rem 0.375rem rgba(33, 118, 193, 0.24);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 12px;
  gap: 0.75rem;
  padding: 22px 15px 26px;
  padding: 1.375rem 0.9375rem 1.625rem;
  position: relative;
  z-index: 1;
}

.p-top-flow-card.wp-block-group {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: none;
  width: 100%;
}

.p-top-flow-card__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.p-top-flow-card__head {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  gap: 1rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.p-top-flow-card__num {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #0B2A45;
  border: 1px solid #707070;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  height: 36px;
  height: 2.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.167;
  padding-bottom: 3px;
  padding-bottom: 0.1875rem;
  padding-top: 0;
  width: 36px;
  width: 2.25rem;
}

.p-top-flow-card__head .p-top-flow-card__num {
  margin-bottom: 0;
  margin-top: 0;
}

.p-top-flow-card__titleBlock {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  padding-top: 2px;
  padding-top: 0.125rem;
}

.p-top-flow-card__title {
  border-bottom: 2px solid #2176C1;
  color: #0B2A45;
  display: inline-block;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.167;
  margin: 0 0 2px;
  margin: 0 0 0.125rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}

.p-top-flow-card__text {
  color: #29333D;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  line-height: 1.714;
}

.p-top-flow-card__icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 0;
  position: absolute;
  right: 15px;
  right: 0.9375rem;
  top: 20px;
  top: 1.25rem;
}

.p-top-flow-card__icon .wp-block-image {
  margin: 0;
}

.p-top-flow-card__icon img {
  display: block;
  height: auto;
  max-height: 105px;
  max-height: 6.5625rem;
  max-width: 89px;
  max-width: 5.5625rem;
  opacity: 0.5;
  width: auto;
}

.p-top-flow__cta {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-top: 1.875rem;
  max-width: 800px;
  max-width: 50rem;
}

.p-top-flow__cta .p-btn01,
.p-top-flow__cta .p-btn02 {
  max-width: none;
}

.p-top-flow__cta .p-btn01__link,
.p-top-flow__cta .p-btn02__link,
.p-top-flow__cta .p-btn01 .wp-block-button__link,
.p-top-flow__cta .p-btn02 .wp-block-button__link {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 500;
  max-width: none;
  min-height: 124px;
  min-height: 7.75rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  padding-top: 16px;
  padding-top: 1rem;
}

.p-top-flow__cta .p-btn01__label,
.p-top-flow__cta .p-btn02__label,
.p-top-flow__cta .p-btn01 .wp-block-button__link,
.p-top-flow__cta .p-btn02 .wp-block-button__link {
  line-height: 1.3125;
}

.p-top-possible {
  background: transparent url(../images/top/possible-bg_sp.png) no-repeat center center/cover;
  background: transparent url(../images/top/possible-bg_sp.webp) no-repeat center center/cover;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  padding-top: 116px;
  padding-top: 7.25rem;
}

.p-top-possible .c-title01-wrap {
  color: #0B2A45;
}

ul.p-top-possible__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: 29px;
  gap: 1.8125rem;
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
}

.p-top-possible__list.wp-block-group {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
  max-width: none;
  width: 100%;
}

.p-top-possible__list.wp-block-group > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 29px;
  gap: 1.8125rem;
}

li.p-top-possible__item {
  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;
  gap: 0.6875rem;
}

.p-top-possible__item.wp-block-group {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: none;
  width: 100%;
}

.p-top-possible__item.wp-block-group > .wp-block-group__inner-container {
  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;
  gap: 0.6875rem;
}

.p-top-possible__item-head {
  border-bottom: 1px solid #2176C1;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  padding-left: 26px;
  padding-left: 1.625rem;
  position: relative;
}

.p-top-possible__item-head::before {
  background: transparent url(../images/common/icon-flash.svg) no-repeat center center/100%;
  content: "";
  height: 27px;
  height: 1.6875rem;
  left: 0;
  position: absolute;
  top: 2px;
  top: 0.125rem;
  width: 16px;
  width: 1rem;
}

.p-top-possible__item-title,
.wp-block-heading.p-top-possible__item-title {
  color: #0B2A45;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}

.p-top-possible__item-text {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  line-height: 1.7142857143;
}

.p-top-real__inner {
  position: relative;
  z-index: 1;
}

.p-top-real__head {
  -moz-column-gap: 0.625rem;
       -webkit-column-gap: 0.625rem;
          column-gap: 0.625rem;
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
  margin-left: 15px;
  margin-left: 0.9375rem;
}

.p-top-real__head .c-title02 {
  width: 144px;
  width: 9rem;
}

.p-top-real__head .c-title02__sub {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
}

.p-top-real__read {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  line-height: 1.7142857143;
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
  padding-left: 16px;
  padding-left: 1rem;
}

.p-top-real__wrapper {
  padding-left: 15px;
  padding-left: 0.9375rem;
}

.p-top-real__list {
  grid-gap: 0.9375rem;
  display: grid;
  gap: 15px;
  gap: 0.9375rem;
  grid-template-columns: 1fr;
  list-style: none;
}

.p-top-real__item {
  border-bottom: 1px solid #8c8c8c;
  padding-bottom: 7px;
  padding-bottom: 0.4375rem;
}

.p-top-real__btn {
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: center;
}

.p-top-reason {
  background: -webkit-gradient(linear, left top, left bottom, from(#F5F7F9), color-stop(92.88%, #edf4fa), color-stop(92.88%, #F5F7F9), to(#fff));
  background: linear-gradient(180deg, #F5F7F9 0%, #edf4fa 92.88%, #F5F7F9 92.88%, #fff 100%);
  padding-bottom: 35px;
  padding-bottom: 2.1875rem;
  padding-top: 22px;
  padding-top: 1.375rem;
}

.p-top-reason__inner {
  width: 100%;
}

.p-top-reason__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
  margin-bottom: 28px;
  margin-bottom: 1.75rem;
}

.p-top-reason__content {
  position: relative;
  width: 100%;
}

.p-top-reason__content:not(:last-child)::after {
  background: transparent url(../images/top/reason-bg_sp.png) center bottom/cover;
  background: transparent url(../images/top/reason-bg_sp.webp) center bottom/cover;
  bottom: 0;
  content: "";
  height: 193px;
  height: 12.0625rem;
  left: 0;
  position: absolute;
  width: 100%;
}

.p-top-reason__content-top {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  width: 100%;
}

.p-top-reason__content-head {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  position: relative;
}

.p-top-reason__number {
  left: 10px;
  left: 0.625rem;
  position: absolute;
  width: 83px;
  width: 5.1875rem;
  z-index: 1;
}

.p-top-reason__number--01 {
  top: 49px;
  top: 3.0625rem;
}

.p-top-reason__number--02 {
  top: 69px;
  top: 4.3125rem;
}

.p-top-reason__number--03 {
  top: 69px;
  top: 4.3125rem;
}

.p-top-reason__number img {
  -o-object-fit: contain;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-top-reason__figure img {
  aspect-ratio: 400/194;
  height: auto;
  width: 100%;
}

.wp-block-heading.p-top-reason__content-title {
  background: url(../images/top/reason-bg-title_sp.png) no-repeat center/cover;
  background: url(../images/top/reason-bg-title_sp.webp) no-repeat center/cover;
  color: #F5F7F9;
  font-size: 21.4px;
  font-size: 1.3375rem;
  font-weight: 700;
  line-height: 1.1428571429;
  padding: 20px 60px 21px 15px;
  padding: 1.25rem 3.75rem 1.3125rem 0.9375rem;
  width: 100%;
}

.p-top-reason__content-read {
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 500;
  line-height: 1.4444444444;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
}

ul.p-top-reason__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: 19px;
  gap: 1.1875rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
}

.p-top-reason__List.wp-block-group {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: none;
  width: 100%;
}

.p-top-reason__List.wp-block-group > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 19px;
  gap: 1.1875rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
}

li.p-top-reason__Item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
  gap: 0.8125rem;
}

.p-top-reason__Item.wp-block-group {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: none;
  width: 100%;
}

.p-top-reason__Item.wp-block-group > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
  gap: 0.8125rem;
}

.p-top-reason__Item-head {
  border-bottom: 1px solid #2176C1;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  padding-left: 26px;
  padding-left: 1.625rem;
  position: relative;
}

.p-top-reason__Item-head::before {
  background: transparent url(../images/common/icon-flash.svg) no-repeat center center/100%;
  content: "";
  height: 27px;
  height: 1.6875rem;
  left: 0;
  position: absolute;
  top: 2px;
  top: 0.125rem;
  width: 16px;
  width: 1rem;
}

.p-top-reason__Item-term {
  color: #0B2A45;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}
.p-top-reason__Item-term.-sp-sm {
  font-size: 16px;
  font-size: 1rem;
}

.p-top-reason__Item-desc {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  line-height: 1.7142857143;
}

.p-top-reason__content-bottom {
  margin-top: 23px;
  margin-top: 1.4375rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
  position: relative;
}

.p-top-reason__content:last-child .p-top-reason__content-bottom::after {
  -webkit-transform: translate(-50%, 0);
  aspect-ratio: 400/80;
  background: transparent url(../images/common/arrow-section_sp.webp) no-repeat center bottom/cover;
  background: transparent url(../images/common/arrow-section_sp.png) no-repeat center bottom/cover;
  bottom: 0;
  content: "";
  height: auto;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  width: 100%;
}

.p-top-reason__catch {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4285714286;
  margin: 0;
  position: relative;
  text-align: center;
  z-index: 1;
}

.p-top-reason__content:nth-child(1) .p-top-reason__catch,
.p-top-reason__content:nth-child(2) .p-top-reason__catch {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 247, 249, 0.5)), to(rgba(221, 184, 79, 0.5)));
  background: linear-gradient(180deg, rgba(245, 247, 249, 0.5) 0%, rgba(221, 184, 79, 0.5) 100%);
  font-size: 24.7px;
  font-size: 1.54375rem;
  padding: 20px 22px 24px;
  padding: 1.25rem 1.375rem 1.5rem;
}
.p-top-reason__content:nth-child(1) .p-top-reason__catch.-sp-sm,
.p-top-reason__content:nth-child(2) .p-top-reason__catch.-sp-sm {
  font-size: 20px;
  font-size: 1.25rem;
}
.p-top-reason__content:nth-child(1) .p-top-reason__catch.-sp-sm span,
.p-top-reason__content:nth-child(2) .p-top-reason__catch.-sp-sm span {
  font-size: 20px;
  font-size: 1.25rem;
}

.p-top-reason__catch span {
  color: #2176C1;
  display: inline-block;
  font-size: 24.7px;
  font-size: 1.54375rem;
  line-height: 1.1428571429;
}

.p-top-reason__btn {
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
}

.p-top-reason__wrapper.wp-block-group > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-top-reason__content.wp-block-group > .wp-block-group__inner-container {
  width: 100%;
}

.p-top-reason__figure .wp-block-image,
.p-top-reason__number .wp-block-image {
  margin: 0;
}

.p-top-reason__figure .wp-block-image img {
  height: auto !important;
  width: 100% !important;
}

.p-top-reason__figure .wp-block-image img {
  display: block;
}

.p-top-trouble {
  background: #DAD6D0;
  padding-bottom: 29px;
  padding-bottom: 1.8125rem;
  padding-top: 0;
  position: relative;
}

.p-top-trouble::after {
  -webkit-transform: translate(-50%, 50%);
  background: transparent url(../images/common/arrow-section02.png) no-repeat center bottom/100%;
  background: transparent url(../images/common/arrow-section02.webp) no-repeat center bottom/100%;
  bottom: -32px;
  bottom: -2rem;
  content: "";
  height: 97px;
  height: 6.0625rem;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 50%);
  width: 189px;
  width: 11.8125rem;
  z-index: 1;
}

.p-top-trouble__inner {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.p-top-trouble__img {
  margin-left: 15px;
  margin-left: 0.9375rem;
}

.p-top-trouble__img:not(.p-top-trouble__img--pc):not(.p-top-trouble__img--sp) img {
  aspect-ratio: 385/216;
  height: auto;
  width: 100%;
}

.p-top-trouble__img--sp img,
.p-top-trouble__img--sp .wp-block-image img {
  height: auto !important;
  width: 100% !important;
}

.p-top-trouble__img--sp img,
.p-top-trouble__img--sp .wp-block-image img {
  aspect-ratio: 385/216;
}

.p-top-trouble__img--pc img,
.p-top-trouble__img--pc .wp-block-image img {
  height: auto !important;
  width: 100% !important;
}

.p-top-trouble__img--pc img,
.p-top-trouble__img--pc .wp-block-image img {
  aspect-ratio: 1000/446;
}

.p-top-trouble__img .wp-block-image {
  margin: 0;
}

.p-top-trouble__img .wp-block-image img {
  display: block;
}

.p-top-trouble__body {
  display: contents;
  position: relative;
  z-index: 1;
}

.p-top-trouble__title,
.wp-block-heading.p-top-trouble__title {
  color: #0B2A45;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  left: 15px;
  left: 0.9375rem;
  line-height: 1.46875;
  margin: 0;
  position: absolute;
  top: 9.5vw;
  width: 224px;
  width: 14rem;
}

ul.p-top-trouble__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;
  gap: 1.75rem;
  margin-top: 46px;
  margin-top: 2.875rem;
}

.p-top-trouble__list.wp-block-group {
  background: rgba(255, 255, 255, 0.73);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: none;
  padding: 8px 15px 20px 14px;
  padding: 0.5rem 0.9375rem 1.25rem 0.875rem;
  width: 100%;
}

.p-top-trouble__list.wp-block-group > .wp-block-group__inner-container {
  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;
  gap: 1.75rem;
}

li.p-top-trouble__item {
  padding-left: 44px;
  padding-left: 2.75rem;
  position: relative;
}

.p-top-trouble__item.wp-block-group {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: none;
  padding-left: 44px;
  padding-left: 2.75rem;
  position: relative;
  width: 100%;
}

li.p-top-trouble__item::before,
.p-top-trouble__item.wp-block-group::before {
  background: transparent url(../images/common/icon-check.svg) no-repeat center center/100%;
  content: "";
  height: 22px;
  height: 1.375rem;
  left: 0;
  position: absolute;
  top: 6px;
  top: 0.375rem;
  width: 30px;
  width: 1.875rem;
}

.p-top-trouble__item-text {
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 500;
  line-height: 1.5555555556;
  margin: 0;
}

.u-form-required {
  position: relative;
}

.u-form-required::before {
  color: #FF0000;
  content: "*";
  display: inline-block;
}

.u-hidden {
  overflow: hidden;
}

.u-pc {
  display: none;
}

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

.u-under-line {
  background: -webkit-gradient(linear, left top, right top, from(#2176C1), to(#56c1ff));
  background: linear-gradient(90deg, #2176C1 0%, #56c1ff 100%);
  clip-path: polygon(19.246px 0, 100% 0, calc(100% - 19.246px) 100%, 0 100%);
  display: inline-block;
  height: 16px;
  height: 1rem;
  width: 100%;
}

.u-visually-hidden {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

@media (max-width: 400px){
  html {
    font-size: 4vw;
  }
}

@media screen and (min-width: 768px){
  html {
    font-size: 1.3913043478vw;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  html {
    scroll-padding-top: 7.5rem;
  }
  .p-lower-mv02 .l-breadcrumb {
    padding-top: 10px;
    padding-top: 0.625rem;
  }
  .l-header {
    height: 120px;
    height: 7.5rem;
  }
  .l-inner {
    max-width: 1150px;
    max-width: 71.875rem;
    padding-left: 25px;
    padding-left: 1.5625rem;
    padding-right: 25px;
    padding-right: 1.5625rem;
  }
  .l-top-post {
    padding-bottom: 190px;
    padding-bottom: 11.875rem;
    padding-top: 40px;
    padding-top: 2.5rem;
  }
  .l-top-post__inner {
    gap: 100px;
    gap: 6.25rem;
    grid-template-columns: repeat(2, 28.125rem);
    max-width: 1050px;
    max-width: 65.625rem;
  }
  .c-no-post {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .c-section-heading2 {
    font-size: 40px;
    font-size: 2.5rem;
    letter-spacing: 0;
  }
  .c-section-heading2[data-english]::before {
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: 0.06em;
    margin-bottom: 4px;
    margin-bottom: 0.25rem;
  }
  .c-text {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.03em;
    line-height: 1.875;
  }
  .c-title01-wrap {
    margin-bottom: 42px;
    margin-bottom: 2.625rem;
  }
  .c-title01 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.25;
  }
  .c-title02 {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .c-title03 {
    padding: 11px 14px 9px;
    padding: 0.6875rem 0.875rem 0.5625rem;
  }
  .p-breadcrumb__inner {
    max-width: 1050px;
    max-width: 65.625rem;
  }
  .p-breadcrumb span[property=itemListElement]:nth-child(n+2) {
    margin-left: 10px;
    margin-left: 0.625rem;
  }
  .p-breadcrumb span[property=itemListElement]:nth-child(n+2)::before {
    margin-right: 10px;
    margin-right: 0.625rem;
  }
  .p-breadcrumb__wrapper {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
  }
  .p-breadcrumb__wrapper::before {
    margin-right: 4px;
    margin-right: 0.25rem;
  }
  .p-btn01__link,
  .p-btn01 .wp-block-button__link {
    max-width: 800px;
    max-width: 50rem;
    min-height: 60px;
    min-height: 3.75rem;
    padding-left: 80px;
    padding-left: 5rem;
    padding-left: 32px;
    padding-right: 80px;
    padding-right: 5rem;
  }
  .p-btn01 .wp-block-button__link {
    padding-left: 80px;
    padding-left: 5rem;
    padding-right: 80px;
    padding-right: 5rem;
  }
  .p-btn01__link::after,
  .p-btn01 .wp-block-button__link::after {
    right: 35px;
    right: 2.1875rem;
    width: 35px;
    width: 2.1875rem;
  }
  .p-btn01__center {
    gap: 15px;
    gap: 0.9375rem;
    margin-left: 2px;
    margin-left: 0.125rem;
  }
  .p-btn01__label {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .p-btn01__badge {
    min-height: 29px;
    min-height: 1.8125rem;
    top: 2px;
    top: 0.125rem;
  }
  .p-btn01__badge-text {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
    letter-spacing: 0;
  }
  .p-btn01__link-wrap.-center .wp-block-button__link {
    padding: 0;
  }
  .p-btn02__link,
  .p-btn02 .wp-block-button__link {
    font-size: 24px;
    font-size: 1.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1.1428571429;
    min-height: 60px;
    min-height: 3.75rem;
    padding: 0 80px;
    padding: 0 5rem;
  }
  .p-btn02.p-btn02--sm .p-btn02__link,
  .p-btn02.p-btn02--sm .wp-block-button__link {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.1428571429;
    min-height: 60px;
    min-height: 3.75rem;
    padding: 5px 76px 5px 35px;
    padding: 0.3125rem 4.75rem 0.3125rem 2.1875rem;
    padding: 0 80px;
    padding: 0 5rem;
  }
  .p-btn02__link::after,
  .p-btn02 .wp-block-button__link::after {
    right: 35px;
    right: 2.1875rem;
    top: 50%;
    width: 35px;
    width: 2.1875rem;
  }
  .p-btn02.p-btn02--sm .p-btn02__link::after,
  .p-btn02.p-btn02--sm .wp-block-button__link::after {
    right: 35px;
    right: 2.1875rem;
    top: 50%;
    width: 35px;
    width: 2.1875rem;
  }
  .p-btn02__center {
    gap: 7px;
    gap: 0.4375rem;
  }
  .p-btn02__label {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.448;
  }
  a.p-btn03,
  .wp-block-button.p-btn03 .wp-block-button__link {
    padding: 12px 46px 12px 32px;
    padding: 0.75rem 2.875rem 0.75rem 2rem;
  }
  .p-career-card__body {
    gap: 10px;
    gap: 0.625rem;
    padding: 12px 15px 16px;
    padding: 0.75rem 0.9375rem 1rem;
  }
  .p-career-card__arrow {
    bottom: 25px;
    bottom: 1.5625rem;
  }
  .p-career-list {
    margin-bottom: 170px;
    margin-bottom: 10.625rem;
    margin-top: 122px;
    margin-top: 7.625rem;
  }
  .p-career-list__inner {
    max-width: 1050px;
    max-width: 65.625rem;
    padding-top: 26px;
    padding-top: 1.625rem;
  }
  .p-career-list__container-inner {
    padding-left: 0;
  }
  .p-career-list__items {
    gap: 30px 50px;
    gap: 1.875rem 3.125rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .p-company-about {
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
  }
  .p-company-access {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
  }
  .p-company-access__wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    max-width: 50rem;
    padding-left: 0;
    padding-right: 0;
  }
  .p-company-access__map {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-company-access__map iframe {
    aspect-ratio: 800/506;
  }
  .p-company-information {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
  }
  .p-company-information .p-page-title__heading {
    max-width: 629px;
    max-width: 39.3125rem;
  }
  .p-company-information__wrap {
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    margin-top: 1.5625rem;
    max-width: 800px;
    max-width: 50rem;
    padding-left: 0;
    padding-right: 0;
  }
  .p-company-information .wp-block-group.p-company-list > .wp-block-group__inner-container {
    grid-template-columns: 10rem 1fr;
  }
  .p-company-information .p-company-list__body {
    padding: 18px 5px 18px 5px;
    padding: 1.125rem 0.3125rem 1.125rem 0.3125rem;
  }
  dl.p-company-list {
    grid-template-columns: 9.375rem 1fr;
  }
  .wp-block-group.p-company-list > .wp-block-group__inner-container {
    grid-template-columns: 9.375rem 1fr;
  }
  .p-company-list__head {
    line-height: 1.7142857143;
    padding: 18px 16px 18px 30px;
    padding: 1.125rem 1rem 1.125rem 1.875rem;
  }
  .p-company-list__body {
    line-height: 1.7142857143;
    padding: 18px 30px 18px 16px;
    padding: 1.125rem 1.875rem 1.125rem 1rem;
  }
  .p-company-message {
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
  }
  .p-company-message__wrap > .wp-block-group__inner-container {
    -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;
  }
  .p-company-message__img {
    width: 274px;
    width: 17.125rem;
  }
  .p-company-message__img img {
    aspect-ratio: 274/294;
  }
  .p-company-message__body {
    margin-top: -2px;
    margin-top: -0.125rem;
    width: 696px;
    width: 43.5rem;
  }
  .p-company-message__name {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-company-overview {
    margin-bottom: 45px;
    margin-bottom: 2.8125rem;
  }
  .p-company-overview__wrap {
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
    margin-top: 2.1875rem;
    max-width: 800px;
    max-width: 50rem;
    padding-left: 0;
    padding-right: 0;
  }
  .p-company-philosophy {
    margin-bottom: 18px;
    margin-bottom: 1.125rem;
  }
  .p-company-philosophy .p-page-title__heading {
    max-width: 629px;
    max-width: 39.3125rem;
  }
  .p-company-philosophy .p-page-title__main {
    padding-left: 94.5px;
    padding-left: 5.90625rem;
    padding-right: 94.5px;
    padding-right: 5.90625rem;
  }
  .p-company-philosophy__wrap {
    margin-left: auto;
    margin-right: auto;
    margin-top: 18px;
    margin-top: 1.125rem;
    max-width: 853px;
    max-width: 53.3125rem;
  }
  .p-company-philosophy__list {
    gap: 30px;
    gap: 1.875rem;
  }
  .wp-block-group.p-company-philosophy__list > .wp-block-group__inner-container {
    gap: 30px;
    gap: 1.875rem;
  }
  .p-company-philosophy__item {
    padding: 30px 40px 37px;
    padding: 1.875rem 2.5rem 2.3125rem;
  }
  .p-company-philosophy__lead {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    line-height: 2;
    margin-top: 18px;
    margin-top: 1.125rem;
  }
  .p-company-philosophy__quote {
    margin-top: 26px;
    margin-top: 1.625rem;
  }
  .p-company-philosophy__bullets {
    margin-top: 7px;
    margin-top: 0.4375rem;
  }
  .p-company-philosophy__bullet {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    line-height: 2;
    padding-left: 18px;
    padding-left: 1.125rem;
  }
  .p-company-philosophy__bullet::before {
    left: 0;
  }
  .p-company {
    margin-bottom: 60px;
    margin-bottom: 3.75rem;
    margin-top: 122px;
    margin-top: 7.625rem;
  }
  .p-company__inner {
    max-width: 1050px;
    max-width: 65.625rem;
  }
  .p-company__content > p {
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
  }
  .p-company__section-title {
    margin-bottom: 25px;
    margin-bottom: 1.5625rem;
    margin-top: 29px;
    margin-top: 1.8125rem;
    padding: 11px 14px 9px;
    padding: 0.6875rem 0.875rem 0.5625rem;
  }
  .p-company__section-title02 {
    margin-bottom: 32px;
    margin-bottom: 2rem;
    padding-bottom: 14px;
    padding-bottom: 0.875rem;
    padding-left: 22px;
    padding-left: 1.375rem;
    padding-right: 22px;
    padding-right: 1.375rem;
  }
  .p-contact {
    margin-bottom: 60px;
    margin-bottom: 3.75rem;
    margin-top: 122px;
    margin-top: 7.625rem;
  }
  .p-contact--check,
  .p-contact--thanks {
    margin-bottom: 200px;
    margin-bottom: 12.5rem;
  }
  .p-contact__inner {
    max-width: 1050px;
    max-width: 65.625rem;
    padding-top: 17px;
    padding-top: 1.0625rem;
  }
  .p-contact__content {
    padding: 57px 50px 42px;
    padding: 3.5625rem 3.125rem 2.625rem;
  }
  .p-cta-btn {
    padding: 25.5px 15px;
    padding: 1.59375rem 0.9375rem;
  }
  .p-cta-btn__link {
    max-width: 800px;
    max-width: 50rem;
    min-height: 60px;
    min-height: 3.75rem;
    padding-left: 80px;
    padding-left: 5rem;
    padding-right: 80px;
    padding-right: 5rem;
  }
  .p-cta-btn__center {
    gap: 15px;
    gap: 0.9375rem;
    margin-left: 2px;
    margin-left: 0.125rem;
  }
  .p-cta-btn__label {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .p-cta-btn__badge {
    min-height: 29px;
    min-height: 1.8125rem;
    top: 2px;
    top: 0.125rem;
  }
  .p-cta-btn__badge-text {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
    letter-spacing: 0;
  }
  .p-cta-btn__arrow {
    right: 38px;
    right: 2.375rem;
  }
  .p-cta-btn__circle {
    width: 35px;
    width: 2.1875rem;
  }
  .p-employers-fv {
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
    min-height: 300px;
    min-height: 18.75rem;
  }
  .p-employers-fv__img img {
    aspect-ratio: 1000/300;
  }
  .p-employers-fv__inner {
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
    margin-top: 0;
    padding: 20px 20px 20px;
    padding: 1.25rem 1.25rem 1.25rem;
    position: absolute;
    row-gap: 2px;
    row-gap: 0.125rem;
    top: 50.5%;
    transform: translate(-50%, -50%);
    width: 603px;
    width: 37.6875rem;
  }
  .p-employers-fv__read {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.2777777778;
  }
  .p-employers-fv__read span {
    font-size: 32px;
    font-size: 2rem;
  }
  .p-employers-fv__text {
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  .p-employers-fv__inner.wp-block-group > .wp-block-group__inner-container {
    row-gap: 2px;
    row-gap: 0.125rem;
  }
  .p-employers-reason {
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
    margin-top: 68px;
    margin-top: 4.25rem;
  }
  .p-employers-reason__inner {
    padding-left: 0;
    padding-right: 0;
  }
  .p-employers-reason__inner .c-title01-wrap {
    margin-bottom: 38px;
    margin-bottom: 2.375rem;
    text-align: left;
  }
  .p-employers-reason__row.wp-block-group > .wp-block-group__inner-container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
    gap: 1.875rem;
    position: relative;
  }
  .p-employers-reason__list.wp-block-group {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
  }
  .p-employers-reason__list.wp-block-group > .wp-block-group__inner-container {
    gap: 20px;
    gap: 1.25rem;
  }
  .p-employers-reason__item.wp-block-group > .wp-block-group__inner-container {
    gap: 20px;
    gap: 1.25rem;
  }
  .p-employers-reason__media.wp-block-group {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: absolute;
    right: 0;
    top: -105px;
    top: -6.5625rem;
    width: 525px;
    width: 32.8125rem;
  }
  .p-employers-reason__media.wp-block-group::before {
    bottom: auto;
    left: -46px;
    left: -2.875rem;
    top: 7px;
    top: 0.4375rem;
    z-index: -1;
  }
  .p-employers-reason__note {
    margin-top: 64px;
    margin-top: 4rem;
  }
  .p-employers-reason__btn {
    margin-top: 28px;
    margin-top: 1.75rem;
  }
  .p-employers {
    margin-bottom: 190px;
    margin-bottom: 11.875rem;
    margin-top: 122px;
    margin-top: 7.625rem;
  }
  .p-employers__inner {
    max-width: 1050px;
    max-width: 65.625rem;
    padding-left: 25px;
    padding-left: 1.5625rem;
    padding-right: 25px;
    padding-right: 1.5625rem;
  }
  .p-employers__form {
    margin-left: 0;
    margin-right: 0;
    padding: 53px 50px 42px;
    padding: 3.3125rem 3.125rem 2.625rem;
  }
  .p-employers__form h2 {
    font-size: 36px;
    font-size: 2.25rem;
    margin-bottom: 44px;
    margin-bottom: 2.75rem;
  }
  .p-employers__form .p-form__list {
    row-gap: 40px;
    row-gap: 2.5rem;
  }
  .p-employers__form .form_note .p-form__head {
    padding-top: 0;
  }
  .p-faq-block.p-custom__list {
    gap: 14px;
    gap: 0.875rem;
  }
  .p-faq-block__item {
    gap: 4px;
    gap: 0.25rem;
    padding-left: 19px;
    padding-left: 1.1875rem;
  }
  .p-faq-block__item::before {
    left: 3px;
    left: 0.1875rem;
  }
  .p-faq {
    margin-bottom: 200px;
    margin-bottom: 12.5rem;
    margin-top: 122px;
    margin-top: 7.625rem;
  }
  .p-faq__inner {
    padding-top: 30px;
    padding-top: 1.875rem;
  }
  .p-faq__content {
    gap: 30px;
    gap: 1.875rem;
  }
  .p-faq-list {
    gap: 40px;
    gap: 2.5rem;
  }
  .p-faq-item {
    padding: 30px 32px 15px;
    padding: 1.875rem 2rem 0.9375rem;
  }
  .p-faq-item__q {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
    gap: 0.9375rem;
  }
  .p-faq-item__q-text {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    line-height: 1.45;
    margin-bottom: 0;
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .p-faq-item__a.wp-block-group {
    margin-top: 16px;
    margin-top: 1rem;
  }
  .p-faq-item__a > .wp-block-group__inner-container {
    gap: 17px;
    gap: 1.0625rem;
    padding-left: 12px;
    padding-left: 0.75rem;
    padding-right: 12px;
    padding-right: 0.75rem;
  }
  .p-faq-item__a-label {
    width: 27px;
    width: 1.6875rem;
  }
  .p-faq-item__a-body {
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .p-faq-item__a-lead,
  .p-faq-item__a-body > .wp-block-group__inner-container p {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
    margin-top: 0;
  }
  .p-faq-item__a-body .wp-block-list.p-faq-block {
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
  }
  .p-faq-item__a-body .p-btn-wrap {
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-footer {
    padding-bottom: 15px;
    padding-bottom: 0.9375rem;
    padding-top: 27px;
    padding-top: 1.6875rem;
  }
  .p-footer__inner {
    max-width: 1050px;
    max-width: 65.625rem;
  }
  .p-footer__top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-footer__logo {
    margin-left: 0;
    margin-right: 0;
    margin-top: 3px;
    margin-top: 0.1875rem;
    width: 265px;
    width: 16.5625rem;
  }
  .p-footer__nav {
    width: 393px;
    width: 24.5625rem;
  }
  .p-footer__columns {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 50px;
    gap: 3.125rem;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  .p-form__list {
    margin-top: 52px;
    margin-top: 3.25rem;
    row-gap: 54px;
    row-gap: 3.375rem;
  }
  .p-form__item dl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -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;
  }
  .form_requirement dl,
  .form_address dl,
  .form_note dl {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-form__head {
    width: 28.8888888889%;
  }
  .form_note .p-form__head {
    padding-top: 9px;
    padding-top: 0.5625rem;
  }
  .p-form__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 0;
    width: 68.4444444444%;
  }
  .p-form input.form_name,
  .p-form input.form_kana {
    margin-top: 10px;
    margin-top: 0.625rem;
    width: 100%;
  }
  .p-form input.form_company,
  .p-form input.form_tel,
  .p-form input.form_mail {
    width: 100%;
  }
  .p-form .p-form__item.form_post .p-form__detail {
    width: 245px;
    width: 15.3125rem;
  }
  .p-form .p-form__item.form_address .p-form__detail {
    max-width: 100%;
    width: 100%;
  }
  .p-form__detail--yubin .h-adr {
    gap: 16px;
    gap: 1rem;
  }
  .p-form select {
    line-height: 1;
    width: 100%;
  }
  .p-form select {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
  }
  .wpcf7-radio {
    -moz-column-gap: 1.625rem;
         -webkit-column-gap: 1.625rem;
            column-gap: 1.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 6px;
    row-gap: 0.375rem;
  }
  .wpcf7-checkbox {
    row-gap: 12px;
    row-gap: 0.75rem;
  }
  .form_requirement .p-form__detail {
    gap: 54px;
    gap: 3.375rem;
  }
  .p-form__head__text {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    letter-spacing: 0.08em;
    line-height: 1.875;
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .p-form__detail {
    display: block;
  }
  .p-form__detail:nth-of-type(n+2) {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-form__policy {
    margin-left: 0;
    margin-top: 64px;
    margin-top: 4rem;
    text-align: center;
  }
  .p-form__policy p {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    line-height: 1.8125;
  }
  .p-form__policy p span.wpcf7-form-control-wrap {
    display: inline;
    height: 15px;
    height: 0.9375rem;
    position: static;
    width: auto;
  }
  .p-form__policy a {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    line-height: 1.8125;
  }
  .p-form__policy a:hover {
    background-size: 0 1px;
  }
  .p-form__policy .wpcf7-not-valid-tip {
    bottom: -40px;
    bottom: -2.5rem;
    left: -30px;
    left: -1.875rem;
  }
  .p-form__btn {
    gap: 14px;
    gap: 0.875rem;
    margin-top: 32px;
    margin-top: 2rem;
  }
  .p-form__btn-link {
    max-width: 217px;
    max-width: 13.5625rem;
  }
  .p-form__btn-link input {
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .p-form__btn-link input:hover {
    opacity: 0.8;
  }
  .p-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    gap: 1rem;
    max-width: 1050px;
    max-width: 65.625rem;
  }
  .p-header__logo-wrap {
    -webkit-transform: translate(0, -0.75rem);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 25px;
    padding-top: 1.5625rem;
    position: static;
    transform: translate(0, -0.75rem);
  }
  .p-header__logo-link {
    width: 265px;
    width: 16.5625rem;
  }
  .p-header__sp-bar-link--login::before {
    display: none;
  }
  .p-header__sp-bar-link--register::before {
    display: none;
  }
  .p-header__nav {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    background-color: transparent;
    bottom: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    left: auto;
    opacity: 1;
    overflow: visible;
    padding: 19px 0 0;
    padding: 1.1875rem 0 0;
    position: static;
    right: auto;
    top: auto;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .p-header__nav-inner {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    min-height: 0;
    padding: 0;
  }
  .p-header__pc {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    gap: 0.625rem;
    width: 100%;
  }
  .p-header__pc-actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 16px;
    gap: 1rem;
  }
  .p-header__login-btn::after {
    -webkit-transform: translate(0, -50%);
    background: transparent url(../images/common/icon-blank.svg) no-repeat center center/100%;
    content: "";
    height: 20px;
    height: 1.25rem;
    position: absolute;
    right: 17px;
    right: 1.0625rem;
    top: 50%;
    transform: translate(0, -50%);
    width: 20px;
    width: 1.25rem;
  }
  .p-header__register-btn {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 8px 24px;
    padding: 0.5rem 1.5rem;
  }
  .p-header__sp {
    display: none;
  }
  .p-interview-block {
    margin-bottom: 22px;
    margin-bottom: 1.375rem;
  }
  .p-interview-block__columns {
    gap: 17px;
    gap: 1.0625rem;
  }
  .p-interview-block--reverse .p-interview-block__columns.is-stacked-on-mobile {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 17px;
    gap: 1.0625rem;
  }
  .p-interview-block__column--body {
    display: block;
    width: 713px;
    width: 44.5625rem;
  }
  .p-interview-block__column--media {
    margin-bottom: 0;
    width: 270px;
    width: 16.875rem;
  }
  .p-interview-block__column--media .wp-block-image {
    margin-bottom: 0;
  }
  .p-interview-block__label {
    padding-left: 11px;
    padding-left: 0.6875rem;
  }
  .p-interview-block02 {
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
  .p-interview-block02 .p-interview-block__column--body {
    width: 442px;
    width: 27.625rem;
  }
  .p-interview-block02 .p-interview-block__column--media {
    width: 538px;
    width: 33.625rem;
  }
  .p-link-bottom {
    padding-bottom: 18px;
    padding-bottom: 1.125rem;
    padding-top: 18px;
    padding-top: 1.125rem;
  }
  .p-link-bottom__inner {
    gap: 16px;
    gap: 1rem;
    max-width: 1050px;
    max-width: 65.625rem;
  }
  .p-link-bottom__link {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    line-height: 1.5;
    padding-left: 17px;
    padding-left: 1.0625rem;
  }
  .p-lower-mv__inner {
    max-width: 1050px;
    max-width: 65.625rem;
  }
  .p-lower-mv__title {
    gap: 2px;
    gap: 0.125rem;
  }
  .p-lower-mv02__bg {
    background: transparent url(../images/common/submv-bg.png) no-repeat center center/cover;
    background: transparent url(../images/common/submv-bg.webp) no-repeat center center/cover;
    padding-bottom: 43px;
    padding-bottom: 2.6875rem;
    padding-top: 38px;
    padding-top: 2.375rem;
  }
  .p-lower-mv02__inner {
    max-width: 1050px;
    max-width: 65.625rem;
  }
  .p-mv {
    margin-top: 120px;
    margin-top: 7.5rem;
  }
  .p-mv__inner {
    max-width: 1090px;
    max-width: 68.125rem;
    padding-bottom: 0;
    padding-left: 25px;
    padding-left: 1.5625rem;
    padding-right: 25px;
    padding-right: 1.5625rem;
  }
  .p-mv__img {
    margin-right: auto;
    width: 669px;
    width: 41.8125rem;
  }
  .p-mv__img:not(.p-mv__img--pc):not(.p-mv__img--sp) img {
    aspect-ratio: 669/415;
  }
  .p-mv__body {
    --webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: transparent;
    background-color: rgba(255, 255, 255, 0.01);
    margin-top: 50px;
    margin-top: 3.125rem;
    padding-bottom: 24px;
    padding-bottom: 1.5rem;
    padding-left: 0;
    padding-right: 0;
    padding-top: 24px;
    padding-top: 1.5rem;
    position: absolute;
    right: 0;
    top: 0;
    width: 544px;
    width: 34rem;
    z-index: 1;
  }
  .p-mv__read {
    margin-left: 34px;
    margin-left: 2.125rem;
    position: static;
    width: 485px;
    width: 30.3125rem;
  }
  .p-mv__read:not(.p-mv__read--pc):not(.p-mv__read--sp) img {
    aspect-ratio: 485/108;
  }
  .p-mv__text {
    margin-left: 34px;
    margin-left: 2.125rem;
    margin-top: 16px;
    margin-top: 1rem;
  }
  .p-mv__text span {
    color: #0B2A45;
    font-size: max(10px, 10px);
    font-size: max(0.625rem, 10px);
    line-height: 1.5;
  }
  .p-mv__attention {
    background: #F5F7F9;
    bottom: 12px;
    bottom: 0.75rem;
    display: inline-block;
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    line-height: 1.7142857143;
    margin-top: 0;
    padding: 2px 0 2px 11px;
    padding: 0.125rem 0 0.125rem 0.6875rem;
    position: absolute;
    right: 0;
    width: 504px;
    width: 31.5rem;
    z-index: 1;
  }
  .p-notfound {
    margin-bottom: 62px;
    margin-bottom: 3.875rem;
    margin-top: 122px;
    margin-top: 7.625rem;
  }
  .p-notfound__inner {
    max-width: 1050px;
    max-width: 65.625rem;
    padding-top: 17px;
    padding-top: 1.0625rem;
  }
  .p-notfound__read {
    font-size: 24px;
    font-size: 1.5rem;
  }
  h2.p-page-content__title {
    margin-bottom: 28px;
    margin-bottom: 1.75rem;
    padding-bottom: 14px;
    padding-bottom: 0.875rem;
    padding-left: 22px;
    padding-left: 1.375rem;
    padding-right: 22px;
    padding-right: 1.375rem;
  }
  h3.p-page-content__title {
    margin-bottom: 16px;
    margin-bottom: 1rem;
  }
  .p-page-content .wp-block-list {
    margin-left: 28px;
    margin-left: 1.75rem;
  }
  .p-page-content ul.wp-block-list li {
    padding-left: 17px;
    padding-left: 1.0625rem;
  }
  .p-page-content ul.wp-block-list li::before {
    top: 11px;
    top: 0.6875rem;
  }
  .p-page-link,
  .wp-block-buttons.p-page-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 13px;
    gap: 0.8125rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 29px;
    margin-bottom: 1.8125rem;
  }
  .p-page-link__btn {
    width: 189px;
    width: 11.8125rem;
  }
  .p-page-link__btn::after {
    height: 17px;
    height: 1.0625rem;
    right: 7px;
    right: 0.4375rem;
    top: 50%;
    width: 12px;
    width: 0.75rem;
  }
  .p-page-link__text,
  .p-page-link .wp-block-button__link {
    padding: 15px 5px 12px;
    padding: 0.9375rem 0.3125rem 0.75rem;
  }
  .p-page-title {
    gap: 24px;
    gap: 1.5rem;
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
    padding-top: 19px;
    padding-top: 1.1875rem;
  }
  .p-page-title__heading::after {
    top: 50%;
  }
  .p-page-title__main {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.4642857143;
    padding-left: 24.5px;
    padding-left: 1.53125rem;
    padding-right: 24.5px;
    padding-right: 1.53125rem;
  }
  .p-pagenavi .wp-pagenavi {
    -moz-column-gap: 1.0625rem;
         -webkit-column-gap: 1.0625rem;
            column-gap: 1.0625rem;
  }
  .p-pagenavi .page:hover {
    background: #E8F4FF;
  }
  .p-pagenavi .wp-pagenavi span.pages {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    width: 77px;
    width: 4.8125rem;
  }
  .p-pagenavi .wp-pagenavi span.extend {
    font-size: max(10px, 15px);
    font-size: max(10px, 0.9375rem);
    height: 42px;
    height: 2.625rem;
    width: 42px;
    width: 2.625rem;
  }
  .p-pagenavi .wp-pagenavi a.first,
  .p-pagenavi .wp-pagenavi a.last {
    font-size: max(10px, 14px);
    font-size: max(10px, 0.875rem);
    width: 75px;
    width: 4.6875rem;
  }
  .p-post-list {
    margin-bottom: 170px;
    margin-bottom: 10.625rem;
    margin-top: 122px;
    margin-top: 7.625rem;
  }
  .p-post-list__inner {
    max-width: 1050px;
    max-width: 65.625rem;
    padding-top: 26px;
    padding-top: 1.625rem;
  }
  .p-post-list__container-inner {
    padding-left: 0;
  }
  .p-post-list__items {
    gap: 20.5px;
    gap: 1.28125rem;
  }
  .p-post-list__item {
    padding-bottom: 17.5px 15.5px;
    padding-bottom: 1.09375rem 0.96875rem;
  }
  .p-post-list__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-post-list__head {
    width: 155px;
    width: 9.6875rem;
  }
  .p-post-list__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(100% - 10.6875rem);
  }
  .p-post-list__date {
    margin-bottom: 6px;
    margin-bottom: 0.375rem;
  }
  .p-post-list__title {
    -webkit-line-clamp: 2;
    margin-bottom: 9px;
    margin-bottom: 0.5625rem;
  }
  .p-post-list__text {
    margin-top: 0;
  }
  .p-privacy {
    margin-bottom: 62px;
    margin-bottom: 3.875rem;
    margin-top: 122px;
    margin-top: 7.625rem;
  }
  .p-privacy__inner {
    max-width: 1050px;
    max-width: 65.625rem;
    padding-top: 17px;
    padding-top: 1.0625rem;
  }
  .p-real-card__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-real-card__head {
    width: 155px;
    width: 9.6875rem;
  }
  .p-real-card__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 280px;
    width: 17.5rem;
  }
  .p-real-card__date {
    margin-bottom: 6px;
    margin-bottom: 0.375rem;
  }
  .p-real-card__title {
    -webkit-line-clamp: 2;
    margin-bottom: 7px;
    margin-bottom: 0.4375rem;
  }
  .p-real-card__text {
    margin-left: 0;
    margin-right: auto;
    margin-top: 0;
    width: 213px;
    width: 13.3125rem;
  }
  .p-single-block {
    margin-bottom: 32px;
    margin-bottom: 2rem;
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-single-block__title {
    padding-left: 24px;
    padding-left: 1.5rem;
  }
  .p-single {
    margin-bottom: 140px;
    margin-bottom: 8.75rem;
    margin-top: 122px;
    margin-top: 7.625rem;
  }
  .p-single__inner {
    max-width: 1050px;
    max-width: 65.625rem;
    padding-bottom: 28px;
    padding-bottom: 1.75rem;
    padding-top: 29px;
    padding-top: 1.8125rem;
  }
  .p-single--real .p-single__inner {
    padding-bottom: 28px;
    padding-bottom: 1.75rem;
  }
  .p-single__meta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 18px;
    gap: 1.125rem;
  }
  .p-single__title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.5;
    margin-bottom: 28px;
    margin-bottom: 1.75rem;
  }
  .p-single__thumbnail {
    margin-bottom: 26px;
    margin-bottom: 1.625rem;
  }
  .p-single__thumbnail-caption {
    margin-top: 4px;
    margin-top: 0.25rem;
  }
  .p-single__others {
    padding-bottom: 30px;
    padding-bottom: 1.875rem;
    padding-top: 30px;
    padding-top: 1.875rem;
  }
  .p-single__others-inner {
    max-width: 1050px;
    max-width: 65.625rem;
  }
  .p-single__others-list {
    gap: 30px 50px;
    gap: 1.875rem 3.125rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .p-single__others-list--sp-static {
    gap: 20px;
    gap: 1.25rem;
    grid-template-columns: 1fr;
  }
  .p-single__others-btn {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-sub-page {
    margin-bottom: 180px;
    margin-bottom: 11.25rem;
    margin-top: 122px;
    margin-top: 7.625rem;
  }
  .p-sub-page--02 {
    margin-top: 122px;
    margin-top: 7.625rem;
  }
  .p-sub-page__inner {
    max-width: 1050px;
    max-width: 65.625rem;
    padding-top: 17px;
    padding-top: 1.0625rem;
  }
  .p-top-blog {
    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: 52px;
    padding-top: 3.25rem;
  }
  .p-top-blog__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 23px 0;
    gap: 1.4375rem 0;
  }
  .p-top-blog__head {
    -moz-column-gap: 1.0625rem;
         -webkit-column-gap: 1.0625rem;
            column-gap: 1.0625rem;
    margin-bottom: 17px;
    margin-bottom: 1.0625rem;
  }
  .p-top-blog__head .c-title02 {
    width: auto;
  }
  .p-top-blog__head .c-title02__sub {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
  }
  .p-top-blog__read {
    margin-bottom: 28px;
    margin-bottom: 1.75rem;
    padding-left: 0;
  }
  .p-top-blog__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-top-blog__list {
    gap: 20.5px;
    gap: 1.28125rem;
  }
  .p-top-blog__item {
    padding-bottom: 17.5px;
    padding-bottom: 1.09375rem;
  }
  .p-top-blog__btn {
    margin-top: 15px;
    margin-top: 0.9375rem;
  }
  .p-top-blog .swiper-slide {
    width: 300px;
    width: 18.75rem;
  }
  .p-top-blog .swiper-slide .p-career-card {
    max-width: 300px;
  }
  .p-top-career {
    padding-top: 0;
  }
  .p-top-career__inner {
    max-width: 1000px;
    max-width: 62.5rem;
  }
  .p-top-career__head {
    margin-bottom: 18px;
    margin-bottom: 1.125rem;
  }
  .p-top-career__read {
    margin-bottom: 28px;
    margin-bottom: 1.75rem;
    padding-left: 0;
    padding-right: 0;
  }
  .p-top-career__wrapper {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .p-top-career__wrapper--hide-nav-md .p-top-career__nav {
    display: none;
  }
  .p-top-career__nav {
    top: 55%;
  }
  .p-top-career__nav--prev {
    left: -36px;
    left: -2.25rem;
  }
  .p-top-career__nav--next {
    right: -36px;
    right: -2.25rem;
  }
  .p-top-career .swiper-slide .p-career-card {
    max-width: none;
  }
  .p-top-career__btn {
    margin-top: 23px;
    margin-top: 1.4375rem;
  }
  .p-top-flow {
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
    padding-top: 50px;
    padding-top: 3.125rem;
  }
  .p-top-flow__inner {
    max-width: 850px;
    max-width: 53.125rem;
  }
  .p-top-flow__list {
    gap: 48px;
    gap: 3rem;
  }
  .p-top-flow__list > .wp-block-group__inner-container {
    gap: 48px;
    gap: 3rem;
  }
  .p-top-flow__item:not(:first-child)::after {
    left: 57px;
    left: 3.5625rem;
  }
  .p-top-flow-card {
    gap: 24px;
    gap: 1.5rem;
    padding: 37px 36px 32px 50px;
    padding: 2.3125rem 2.25rem 2rem 3.125rem;
  }
  .p-top-flow-card__head {
    gap: 16px;
    gap: 1rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
  .p-top-flow-card__title {
    font-size: 24px;
    font-size: 1.5rem;
    padding-bottom: 12px;
    padding-bottom: 0.75rem;
  }
  .p-top-flow-card__icon {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: static;
    width: 140px;
    width: 8.75rem;
  }
  .p-top-flow-card__icon img {
    max-height: 135px;
    max-height: 8.4375rem;
    max-width: 133px;
    max-width: 8.3125rem;
    opacity: 1;
  }
  .p-top-flow__cta {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
  .p-top-flow__cta .p-btn01__link,
  .p-top-flow__cta .p-btn02__link,
  .p-top-flow__cta .p-btn01 .wp-block-button__link,
  .p-top-flow__cta .p-btn02 .wp-block-button__link {
    font-size: 28px;
    font-size: 1.75rem;
    min-height: 81px;
    min-height: 5.0625rem;
    padding-bottom: 0;
    padding-top: 0;
  }
  .p-top-possible {
    background: transparent url(../images/top/possible-bg.png) no-repeat center center/cover;
    background: transparent url(../images/top/possible-bg.webp) no-repeat center center/cover;
    padding-bottom: 66px;
    padding-bottom: 4.125rem;
    padding-top: 130px;
    padding-top: 8.125rem;
  }
  .p-top-possible__inner {
    max-width: 1050px;
    max-width: 65.625rem;
  }
  ul.p-top-possible__list {
    gap: 19px;
    gap: 1.1875rem;
    margin-bottom: 56px;
    margin-bottom: 3.5rem;
  }
  .p-top-possible__list.wp-block-group {
    margin-bottom: 56px;
    margin-bottom: 3.5rem;
  }
  .p-top-possible__list.wp-block-group > .wp-block-group__inner-container {
    gap: 19px;
    gap: 1.1875rem;
  }
  .p-top-possible__item-head {
    padding-bottom: 12px;
    padding-bottom: 0.75rem;
    padding-left: 26px;
    padding-left: 1.625rem;
  }
  .p-top-possible__item-title,
  .wp-block-heading.p-top-possible__item-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .p-top-real__head {
    -moz-column-gap: 1.3125rem;
         -webkit-column-gap: 1.3125rem;
            column-gap: 1.3125rem;
    margin-bottom: 18px;
    margin-bottom: 1.125rem;
    margin-left: 0;
  }
  .p-top-real__head .c-title02 {
    width: auto;
  }
  .p-top-real__head .c-title02__sub {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
  }
  .p-top-real__read {
    margin-bottom: 28px;
    margin-bottom: 1.75rem;
    padding-left: 0;
  }
  .p-top-real__wrapper {
    padding-left: 0;
  }
  .p-top-real__list {
    gap: 20.5px;
    gap: 1.28125rem;
  }
  .p-top-real__item {
    padding-bottom: 17.5px;
    padding-bottom: 1.09375rem;
  }
  .p-top-real__btn {
    margin-left: 66px;
    margin-left: 4.125rem;
    margin-right: auto;
    margin-top: 15px;
    margin-top: 0.9375rem;
    text-align: left;
  }
  .p-top-reason {
    background: transparent;
    padding-bottom: 100px;
    padding-bottom: 6.25rem;
    padding-top: 60px;
    padding-top: 3.75rem;
  }
  .p-top-reason__wrapper {
    gap: 30px;
    gap: 1.875rem;
  }
  .p-top-reason__content:not(:last-child)::after {
    background: transparent url(../images/top/reason-bg.png) center bottom/cover;
    background: transparent url(../images/top/reason-bg.webp) center bottom/cover;
    height: 187px;
    height: 11.6875rem;
  }
  .p-top-reason__content-top {
    max-width: 1050px;
    max-width: 65.625rem;
    padding-left: 25px;
    padding-left: 1.5625rem;
    padding-right: 25px;
    padding-right: 1.5625rem;
  }
  .p-top-reason__content-head {
    margin-bottom: 26px;
    margin-bottom: 1.625rem;
  }
  .p-top-reason__number {
    top: auto;
  }
  .p-top-reason__number--01 {
    bottom: 88px;
    bottom: 5.5rem;
    left: 34px;
    left: 2.125rem;
    width: 99px;
    width: 6.1875rem;
  }
  .p-top-reason__number--02 {
    bottom: 65px;
    bottom: 4.0625rem;
    left: 32px;
    left: 2rem;
    width: 108px;
    width: 6.75rem;
  }
  .p-top-reason__number--03 {
    bottom: 66px;
    bottom: 4.125rem;
    left: 32px;
    left: 2rem;
    width: 108px;
    width: 6.75rem;
  }
  .p-top-reason__figure img {
    aspect-ratio: 1000/408;
  }
  .wp-block-heading.p-top-reason__content-title {
    background: url(../images/top/reason-bg-title.png) no-repeat center/cover;
    background: url(../images/top/reason-bg-title.webp) no-repeat center/cover;
    bottom: 0;
    font-size: 28px;
    font-size: 1.75rem;
    left: 0;
    padding: 17px 35px 21px;
    padding: 1.0625rem 2.1875rem 1.3125rem;
    position: absolute;
    z-index: 1;
  }
  .p-top-reason__content-read {
    margin-bottom: 42px;
    margin-bottom: 2.625rem;
    padding-left: 0;
    padding-right: 0;
  }
  ul.p-top-reason__List {
    gap: 40px;
    gap: 2.5rem;
  }
  .p-top-reason__List.wp-block-group > .wp-block-group__inner-container {
    gap: 40px;
    gap: 2.5rem;
    padding-left: 0;
    padding-right: 0;
  }
  li.p-top-reason__Item {
    gap: 10px;
    gap: 0.625rem;
  }
  .p-top-reason__Item.wp-block-group > .wp-block-group__inner-container {
    gap: 10px;
    gap: 0.625rem;
  }
  .p-top-reason__Item-head {
    padding-bottom: 10px;
    padding-bottom: 0.625rem;
    padding-left: 26px;
    padding-left: 1.625rem;
  }
  .p-top-reason__Item-term {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .p-top-reason__Item-term.-sp-sm {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .p-top-reason__content-bottom {
    margin-top: 40px;
    margin-top: 2.5rem;
    padding-bottom: 64px;
    padding-bottom: 4rem;
    padding-left: 0;
    padding-right: 0;
  }
  .p-top-reason__content:last-child .p-top-reason__content-bottom::after {
    aspect-ratio: auto;
    background: transparent url(../images/common/arrow-section.webp) no-repeat center bottom/cover;
    background: transparent url(../images/common/arrow-section.png) no-repeat center bottom/cover;
    height: 125px;
    height: 7.8125rem;
    max-width: 1400px;
    max-width: 87.5rem;
    width: 100%;
  }
  .p-top-reason__catch {
    font-size: 28px;
    font-size: 1.75rem;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    width: 50rem;
  }
  .p-top-reason__content:nth-child(1) .p-top-reason__catch,
  .p-top-reason__content:nth-child(2) .p-top-reason__catch {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 247, 249, 0.5)), to(rgba(221, 184, 79, 0.5)));
    background: linear-gradient(180deg, rgba(245, 247, 249, 0.5) 0%, rgba(221, 184, 79, 0.5) 100%);
    font-size: 28px;
    font-size: 1.75rem;
    padding: 14px 0;
    padding: 0.875rem 0;
  }
  .p-top-reason__content:nth-child(1) .p-top-reason__catch.-sp-sm,
  .p-top-reason__content:nth-child(2) .p-top-reason__catch.-sp-sm {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .p-top-reason__content:nth-child(1) .p-top-reason__catch.-sp-sm span,
  .p-top-reason__content:nth-child(2) .p-top-reason__catch.-sp-sm span {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .p-top-reason__catch span {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .p-top-reason__btn {
    padding-left: 0;
    padding-right: 0;
  }
  .p-top-reason__wrapper.wp-block-group > .wp-block-group__inner-container {
    gap: 36px;
    gap: 2.25rem;
  }
  .p-top-trouble {
    padding-bottom: 23px;
    padding-bottom: 1.4375rem;
    padding-top: 26px;
    padding-top: 1.625rem;
  }
  .p-top-trouble::after {
    bottom: -50px;
    bottom: -3.125rem;
  }
  .p-top-trouble__inner {
    max-width: 1050px;
    max-width: 65.625rem;
    padding-left: 25px;
    padding-left: 1.5625rem;
    padding-right: 25px;
    padding-right: 1.5625rem;
  }
  .p-top-trouble__img {
    margin-left: 0;
    width: 100%;
  }
  .p-top-trouble__img:not(.p-top-trouble__img--pc):not(.p-top-trouble__img--sp) img {
    aspect-ratio: 1000/446;
  }
  .p-top-trouble__body {
    display: block;
    left: 50px;
    left: 3.125rem;
    padding-top: 0;
    position: absolute;
    top: 0;
    width: 590px;
    width: 36.875rem;
    z-index: 1;
  }
  .p-top-trouble__title,
  .wp-block-heading.p-top-trouble__title {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.6666666667;
    margin-left: 15px;
    margin-left: 0.9375rem;
    margin-top: 23px;
    margin-top: 1.4375rem;
    position: static;
    width: auto;
  }
  ul.p-top-trouble__list {
    gap: 32px;
    gap: 2rem;
    margin-top: 16px;
    margin-top: 1rem;
  }
  .p-top-trouble__list.wp-block-group {
    background: transparent;
    padding: 16px 0 0;
    padding: 1rem 0 0;
  }
  .p-top-trouble__list.wp-block-group > .wp-block-group__inner-container {
    gap: 24px;
    gap: 1.5rem;
  }
  li.p-top-trouble__item {
    padding-left: 58px;
    padding-left: 3.625rem;
  }
  .p-top-trouble__item.wp-block-group {
    padding-left: 66px;
    padding-left: 4.125rem;
  }
  li.p-top-trouble__item::before,
  .p-top-trouble__item.wp-block-group::before {
    left: 14px;
    left: 0.875rem;
    top: 6px;
    top: 0.375rem;
  }
  .p-top-trouble__item-text {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
  }
  .u-pc {
    display: block;
  }
  .u-sp {
    display: none;
  }
}

@media (min-width: 1150px){
  html {
    font-size: 16px;
  }
}

@media (hover: hover){
  a:hover {
    opacity: 0.8;
  }
}

@media (hover: none){
  a:active {
    opacity: 0.8;
  }
}

@media (prefers-reduced-motion: reduce){
  html.js-cta-ready .js-p-cta {
    -webkit-transition-duration: 0.01ms;
            transition-duration: 0.01ms;
  }
}

@media (min-width: 600px){
  .p-form__policy .wpcf7-not-valid-tip {
    bottom: -40px;
    bottom: -2.5rem;
  }
}
/*# sourceMappingURL=style.css.map */
