@charset "UTF-8";
*,
*::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;
}

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

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

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

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 1150px) {
  html {
    font-size: 1.3913043478vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: initial;
  }
}

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を想定したスタイル */
@media (hover: hover) {
  a:hover {
    opacity: 0.6;
  }
}
/* hoverが使えないタッチ端末を想定した装飾 */
@media (hover: none) {
  a:active {
    opacity: 0.6;
  }
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 9.0625rem;
}
@media (max-width: 1200px) {
  html {
    scroll-padding-top: 12.5rem;
  }
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 5.625rem;
  }
}

body {
  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: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

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

.l-about-group {
  margin-top: 120px;
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .l-about-group {
    margin-top: 64px;
    margin-top: 4rem;
  }
}

.l-about-overview {
  margin-top: 81px;
  margin-top: 5.0625rem;
}
@media screen and (max-width: 767px) {
  .l-about-overview {
    margin-top: 63px;
    margin-top: 3.9375rem;
  }
}

.l-about-relation {
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-about-relation {
    margin-top: 64px;
    margin-top: 4rem;
  }
}

.l-breadcrumb {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .l-breadcrumb {
    margin-top: 25px;
    margin-top: 1.5625rem;
  }
}

.l-company-greeting {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .l-company-greeting {
    margin-top: 63px;
    margin-top: 3.9375rem;
  }
}

.l-company-history {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .l-company-history {
    margin-top: 63px;
    margin-top: 3.9375rem;
  }
}

.l-company-overview {
  margin-top: 81px;
  margin-top: 5.0625rem;
}
@media screen and (max-width: 767px) {
  .l-company-overview {
    margin-top: 63px;
    margin-top: 3.9375rem;
  }
}

.l-company-philosophy {
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-company-philosophy {
    margin-top: 63px;
    margin-top: 3.9375rem;
  }
}

.l-company {
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-company {
    margin-top: 64px;
    margin-top: 4rem;
  }
}

.l-consulting {
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-consulting {
    margin-top: 66px;
    margin-top: 4.125rem;
  }
}

.l-container-list {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .l-container-list {
    margin-top: 63px;
    margin-top: 3.9375rem;
  }
}

.l-drawer {
  bottom: 0;
  display: none;
  left: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .l-drawer {
    display: block;
  }
}

.l-drawer[aria-hidden=false] {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* body固定 */
body:has(.l-drawer[aria-hidden=false]) {
  overflow: hidden;
}

.l-fv {
  margin-top: 145px;
  margin-top: 9.0625rem;
}
@media screen and (max-width: 767px) {
  .l-fv {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
}

.l-header {
  bottom: auto;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1150px;
  max-width: 71.875rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 580px;
    max-width: 36.25rem;
    padding-left: 20px;
    padding-left: 1.25rem;
    padding-right: 20px;
    padding-right: 1.25rem;
  }
}

.l-lecture-cancel {
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-lecture-cancel {
    margin-top: 64px;
    margin-top: 4rem;
  }
}

.l-lecture-single {
  margin-top: 81px;
  margin-top: 5.0625rem;
}
@media screen and (max-width: 767px) {
  .l-lecture-single {
    margin-top: 67px;
    margin-top: 4.1875rem;
  }
}

.l-news-head {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .l-news-head {
    margin-top: 63px;
    margin-top: 3.9375rem;
  }
}

.l-news-post {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.l-news {
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-news {
    margin-top: 64px;
    margin-top: 4rem;
  }
}

.l-page-head {
  aspect-ratio: 1440/340;
  max-height: 485px;
  max-height: 30.3125rem;
}

.l-performance-achievement {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .l-performance-achievement {
    margin-top: 63px;
    margin-top: 3.9375rem;
  }
}

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

.l-privacy-handling {
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-privacy-handling {
    margin-top: 79px;
    margin-top: 4.9375rem;
  }
}

.l-privacy-protection {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .l-privacy-protection {
    margin-top: 63px;
    margin-top: 3.9375rem;
  }
}

.l-recruit-lecturer {
  margin-top: 81px;
  margin-top: 5.0625rem;
}
@media screen and (max-width: 767px) {
  .l-recruit-lecturer {
    margin-top: 63px;
    margin-top: 3.9375rem;
  }
}

.l-recruit-main {
  margin-top: 81px;
  margin-top: 5.0625rem;
}
@media screen and (max-width: 767px) {
  .l-recruit-main {
    margin-top: 63px;
    margin-top: 3.9375rem;
  }
}

.l-service {
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-service {
    margin-top: 64px;
    margin-top: 4rem;
  }
}

.l-sitemap-main {
  margin-top: 68px;
  margin-top: 4.25rem;
}
@media screen and (max-width: 767px) {
  .l-sitemap-main {
    margin-top: 46px;
    margin-top: 2.875rem;
  }
}

.l-sub-consulting {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .l-sub-consulting {
    margin-top: 64px;
    margin-top: 4rem;
  }
}

.l-sub-contact {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .l-sub-contact {
    margin-top: 63px;
    margin-top: 3.9375rem;
  }
}

.l-instructor-list {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .l-instructor-list {
    margin-top: 63px;
    margin-top: 3.9375rem;
  }
}

.l-training {
  margin-top: 112px;
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .l-training {
    margin-top: 115px;
    margin-top: 7.1875rem;
  }
}

.c-frame-link {
  border: 2px solid #1d3482;
  border: 0.125rem solid #1d3482;
  color: #1d3482;
  display: inline-block;
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  font-weight: 700;
  padding: 51px 10px;
  padding: 3.1875rem 0.625rem;
  position: relative;
  text-align: center;
  width: 360px;
  width: 22.5rem;
}
@media screen and (max-width: 767px) {
  .c-frame-link {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    padding: 22.5px 10px;
    padding: 1.40625rem 0.625rem;
    width: 335px;
    width: 20.9375rem;
  }
}

.c-frame-link::before {
  border: 1px solid #1d3482;
  content: "";
  display: block;
  height: calc(100% - 0.75rem);
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: width 0.3s ease-out, height 0.3s ease-out;
  transition: width 0.3s ease-out, height 0.3s ease-out;
  width: calc(100% - 0.75rem);
}
@media screen and (max-width: 767px) {
  .c-frame-link::before {
    height: calc(100% - 0.5rem);
    width: calc(100% - 0.5rem);
  }
}

.c-frame-link:after {
  background: url(../images/common/blue-arrow.svg) no-repeat center/cover;
  content: "";
  display: block;
  height: 4.91px;
  height: 0.306875rem;
  position: absolute;
  right: 32px;
  right: 2rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: right 0.3s ease-out;
  transition: right 0.3s ease-out;
  width: 27px;
  width: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .c-frame-link:after {
    right: 20px;
    right: 1.25rem;
  }
}

.c-frame-link:hover {
  opacity: 1;
}

.c-frame-link:hover::before {
  height: 100%;
  width: 100%;
}

.c-frame-link:hover::after {
  right: 22px;
  right: 1.375rem;
}
@media screen and (max-width: 767px) {
  .c-frame-link:hover::after {
    right: 10px;
    right: 0.625rem;
  }
}

.c-frame-link--slim {
  background-color: #fff;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  line-height: 1.4444444444;
  padding: 30px 10px;
  padding: 1.875rem 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-frame-link--slim {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    line-height: 1.4285714286;
    padding: 23px 10px;
    padding: 1.4375rem 0.625rem;
  }
}

.c-link {
  background-color: #1d3482;
  color: #fff;
  display: block;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  overflow: hidden;
  padding: 12px;
  padding: 0.75rem;
  position: relative;
  text-align: center;
  width: 176px;
  width: 11rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-link {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    line-height: 1;
  }
}

.c-link::before {
  background-color: #222;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  width: 100%;
  z-index: -1;
}

.c-link:hover {
  opacity: 1;
}

.c-link:hover::before,
.c-link--contact:hover::before,
.c-link--footer:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.c-link--arrow {
  padding: 16px;
  padding: 1rem;
  position: relative;
  width: 250px;
  width: 15.625rem;
}
@media screen and (max-width: 767px) {
  .c-link--arrow {
    padding: 24px 16px;
    padding: 1.5rem 1rem;
    width: 295px;
    width: 18.4375rem;
  }
}

.c-link--arrow:after {
  background: url(../images/common/white-arrow.svg) no-repeat center/cover;
  content: "";
  display: block;
  height: 3.64px;
  height: 0.2275rem;
  position: absolute;
  right: 24px;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: right 0.3s ease-out;
  transition: right 0.3s ease-out;
  width: 20px;
  width: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-link--arrow:after {
    height: 4.91px;
    height: 0.306875rem;
    right: 16px;
    right: 1rem;
    width: 27px;
    width: 1.6875rem;
  }
}

.c-link--arrow:hover::after {
  right: 14px;
  right: 0.875rem;
}
@media screen and (max-width: 767px) {
  .c-link--arrow:hover::after {
    right: 6px;
    right: 0.375rem;
  }
}

.c-link--fv {
  -webkit-box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  padding: 19px 64px;
  padding: 1.1875rem 4rem;
  width: auto;
}
@media screen and (max-width: 767px) {
  .c-link--fv {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    line-height: 1;
    padding: 24px;
    padding: 1.5rem;
    width: 335px;
    width: 20.9375rem;
  }
}

.c-link--fv-num03 {
  padding: 19px 74px;
  padding: 1.1875rem 4.625rem;
}
@media screen and (max-width: 767px) {
  .c-link--fv-num03 {
    padding: 24px;
    padding: 1.5rem;
  }
}

.c-link--fv-seminar {
  -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;
  height: 68px;
  height: 4.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  padding: 14px 78px;
  padding: 0.875rem 4.875rem;
}
@media screen and (max-width: 767px) {
  .c-link--fv-seminar {
    height: 62px;
    height: 3.875rem;
    padding: 13px 55px 13px 56px;
    padding: 0.8125rem 3.4375rem 0.8125rem 3.5rem;
  }
}

.c-link--fv::after {
  height: 4.91px;
  height: 0.306875rem;
  right: 18px;
  right: 1.125rem;
  width: 27px;
  width: 1.6875rem;
}

.c-link--fv:hover::after {
  right: 8px;
  right: 0.5rem;
}

.c-link--slim {
  display: inline-block;
  padding: 16px 64px;
  padding: 1rem 4rem;
  width: auto;
}
@media screen and (max-width: 767px) {
  .c-link--slim {
    padding: 24px 20px;
    padding: 1.5rem 1.25rem;
    width: 295px;
    width: 18.4375rem;
  }
}

.c-link--contact,
.c-link--footer {
  background-color: transparent;
  background-color: initial;
  border: 1px solid #fff;
  color: #fff;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

.c-link--contact {
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  padding: 18.5px 10px;
  padding: 1.15625rem 0.625rem;
  width: 300px;
  width: 18.75rem;
}
@media screen and (max-width: 767px) {
  .c-link--contact {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    padding: 23px 10px;
    padding: 1.4375rem 0.625rem;
    width: 295px;
    width: 18.4375rem;
  }
}

.c-link--contact:hover,
.c-link--footer:hover {
  border-color: #fff;
  color: #1d3482;
}

.c-link--contact::before,
.c-link--footer::before {
  background-color: #fff;
}

.c-link--contact::after {
  height: 4.91px;
  height: 0.306875rem;
  right: 24.5px;
  right: 1.53125rem;
  width: 27px;
  width: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .c-link--contact::after {
    right: 15.5px;
    right: 0.96875rem;
  }
}

.c-link--contact:hover::after,
.c-link--footer:hover::after {
  background-image: url(../images/common/blue-arrow.svg);
}

.c-link--contact:hover::after {
  right: 14.5px;
  right: 0.90625rem;
}

.c-link--footer {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  padding: 19.5px 10px;
  padding: 1.21875rem 0.625rem;
}

.c-link--lecture {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  background-color: initial;
  border-top: 1px solid #d9d9d9;
  color: #1d3482;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 0 0 0;
  padding: 1rem 0 0 0;
  width: auto;
  width: initial;
}
@media screen and (max-width: 767px) {
  .c-link--lecture {
    padding: 19px 0 0 0;
    padding: 1.1875rem 0 0 0;
  }
}

.c-link--lecture::before {
  display: none;
}

.c-link--lecture::after {
  background-image: url(../images/common/blue-arrow.svg);
  right: 73px;
  right: 4.5625rem;
  top: auto;
  top: initial;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media screen and (max-width: 767px) {
  .c-link--lecture::after {
    height: 3.64px;
    height: 0.2275rem;
    right: 72px;
    right: 4.5rem;
    width: 20px;
    width: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .c-link--header {
    width: 315px;
    width: 19.6875rem;
  }
}

@media screen and (max-width: 767px) {
  .c-link--lecture-single::after {
    height: 3.27px;
    height: 0.204375rem;
    right: 16px;
    right: 1rem;
    width: 18px;
    width: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .c-link--lecture-single:hover::after {
    right: 6px;
    right: 0.375rem;
  }
}

.c-link--external::after {
  background: url(../images/common/external-icon.svg) no-repeat center/cover;
  height: 12px;
  height: 0.75rem;
  width: 12px;
  width: 0.75rem;
}
@media screen and (max-width: 767px) {
  .c-link--external::after {
    height: 12px;
    height: 0.75rem;
    width: 12px;
    width: 0.75rem;
  }
}

.c-link--external.c-link--arrow:hover::after {
  right: 24px;
  right: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-link--external.c-link--arrow:hover::after {
    right: 16px;
    right: 1rem;
  }
}

.c-link__read {
  display: inline-block;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-link__read {
    font-size: max(12px, 10px);
    font-size: max(0.75rem, 10px);
  }
}

.c-link__text {
  display: block;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-link__text {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
  }
}

@media screen and (max-width: 767px) {
  .c-menu-button {
    aspect-ratio: 1/1;
    background-color: #fff;
    height: auto;
    position: absolute;
    right: 13px;
    right: 0.8125rem;
    top: 11px;
    top: 0.6875rem;
    width: 39px;
    width: 2.4375rem;
  }
}

@media screen and (max-width: 767px) {
  .c-menu-button span {
    background-color: #1d3482;
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 24px;
    width: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .c-menu-button span:before,
  .c-menu-button span::after {
    background-color: #1d3482;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .c-menu-button span::before {
    -webkit-transform: translateY(-0.5rem);
            transform: translateY(-0.5rem);
  }
}

@media screen and (max-width: 767px) {
  .c-menu-button span::after {
    -webkit-transform: translateY(0.5rem);
            transform: translateY(0.5rem);
  }
}

/* ドロワーメニュー展開時 */
.c-menu-button[aria-expanded=true] span {
  background-color: transparent;
}

.c-menu-button[aria-expanded=true] span::before {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}

.c-menu-button[aria-expanded=true] span::after {
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}

.c-no-post {
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-no-post {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.c-office-head {
  background-color: #1d3482;
  color: #fff;
  font-size: max(24px, 10px);
  font-size: max(1.5rem, 10px);
  font-weight: 700;
  line-height: 1.4583333333;
  padding: 16px 10px;
  padding: 1rem 0.625rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-office-head {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
    line-height: 1.4444444444;
    padding: 8px 10px;
    padding: 0.5rem 0.625rem;
  }
}

.c-page-top {
  background: url(../images/common/pagetop.jpg) no-repeat center/cover;
  bottom: 20px;
  bottom: 1.25rem;
  cursor: pointer;
  display: block;
  height: 60px;
  height: 3.75rem;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 20px;
  right: 1.25rem;
  -webkit-transition: opacity 0.3s ease-out, pointer-events 0.3s ease-out;
  transition: opacity 0.3s ease-out, pointer-events 0.3s ease-out;
  width: 60px;
  width: 3.75rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-page-top {
    height: 40px;
    height: 2.5rem;
    width: 40px;
    width: 2.5rem;
  }
}

.c-page-top.visible {
  opacity: 1;
  pointer-events: auto;
}

.c-page-top:hover {
  opacity: 0.6;
}

.c-request-button {
  border: 1px solid;
}

.c-search-form {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #a6a6a6;
  border-radius: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  gap: 0.125rem;
  margin-left: auto;
  opacity: 1;
  padding: 7px 10px 7px 9.5px;
  padding: 0.4375rem 0.625rem 0.4375rem 0.59375rem;
  width: 300px;
  width: 18.75rem;
}
@media screen and (max-width: 767px) {
  .c-search-form {
    margin-left: 0;
    width: 100%;
  }
}

.c-search-form-submit {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-search-form-submit::before {
  background: url(../images/common/search-icon.svg) no-repeat center/contain;
  content: "";
  display: block;
  height: 16px;
  height: 1rem;
  width: 16px;
  width: 1rem;
}

.c-search-form-field {
  color: #222;
  display: inline-block;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  line-height: 1;
  padding: 0;
  width: 100%;
}

.c-search-form-field::-moz-placeholder {
  color: #a6a6a6;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  line-height: 1;
}

.c-search-form-field::-webkit-input-placeholder {
  color: #a6a6a6;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  line-height: 1;
}

.c-search-form-field:-ms-input-placeholder {
  color: #a6a6a6;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  line-height: 1;
}

.c-search-form-field::-ms-input-placeholder {
  color: #a6a6a6;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  line-height: 1;
}

.c-search-form-field::placeholder {
  color: #a6a6a6;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  line-height: 1;
}

.c-section-heading1 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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;
}
@media screen and (max-width: 767px) {
  .c-section-heading1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.c-section-heading1[data-english]::before {
  content: attr(data-english);
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 2px;
  margin-bottom: 0.125rem;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .c-section-heading1[data-english]::before {
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: 0.1em;
    margin-bottom: 4px;
    margin-bottom: 0.25rem;
  }
}

.c-section-heading1::after {
  content: "";
  height: 4px;
  height: 0.25rem;
  margin-top: 6px;
  margin-top: 0.375rem;
  width: 39px;
  width: 2.4375rem;
}
@media screen and (max-width: 767px) {
  .c-section-heading1::after {
    height: 7px;
    height: 0.4375rem;
    margin-top: 9px;
    margin-top: 0.5625rem;
    width: 60px;
    width: 3.75rem;
  }
}

.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;
}
@media screen and (max-width: 767px) {
  .c-section-heading2 {
    font-size: 40px;
    font-size: 2.5rem;
    letter-spacing: 0;
  }
}

.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;
}
@media screen and (max-width: 767px) {
  .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-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-sub-title {
  color: #222;
  font-size: max(32px, 10px);
  font-size: max(2rem, 10px);
  font-weight: 700;
  line-height: 1.4375;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-sub-title {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
    line-height: 1.4583333333;
  }
}

.c-sub-title::before,
.c-sub-title::after {
  bottom: -27px;
  bottom: -1.6875rem;
  content: "";
  display: block;
  height: 3px;
  height: 0.1875rem;
  left: 50%;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .c-sub-title::before,
  .c-sub-title::after {
    bottom: -19px;
    bottom: -1.1875rem;
  }
}

.c-sub-title::before {
  background-color: #1d3482;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
  width: 3.75rem;
}

.c-sub-title::after {
  background-color: #a6a6a6;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  width: 30px;
  width: 1.875rem;
}

.c-sub-title--large {
  font-size: 36px;
  font-size: 2.25rem;
}
@media screen and (max-width: 767px) {
  .c-sub-title--large {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
  }
}

.c-text {
  color: #222;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-text {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    text-align: left;
  }
}

.c-text + .c-text {
  margin-top: 29px;
  margin-top: 1.8125rem;
}
@media screen and (max-width: 767px) {
  .c-text + .c-text {
    margin-top: 23px;
    margin-top: 1.4375rem;
  }
}

.c-text.c-text--job {
  margin-top: 35px;
  margin-top: 2.1875rem;
  text-align: right;
}

.c-text--signature {
  display: block;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
}
@media screen and (max-width: 767px) {
  .c-text--signature {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
  }
}

.c-text--line-height {
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .c-text--line-height {
    letter-spacing: 0.01em;
  }
}

.c-title {
  color: #1d3482;
  text-align: center;
}

.c-title--left {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-title--left {
    text-align: center;
  }
}

.c-title--white {
  color: #fff;
}

.c-title__sub {
  font-family: "Montserrat", sans-serif;
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .c-title__sub {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    line-height: 1.25;
  }
}

.c-title__main {
  font-size: max(36px, 10px);
  font-size: max(2.25rem, 10px);
  font-weight: 700;
  line-height: 1.4444444444;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-title__main {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
    line-height: 1.4583333333;
  }
}

.p-404 {
  padding-bottom: 200px;
  padding-bottom: 12.5rem;
  padding-top: 500px;
  padding-top: 31.25rem;
}
@media screen and (max-width: 767px) {
  .p-404 {
    padding-bottom: 100px;
    padding-bottom: 6.25rem;
    padding-top: 200px;
    padding-top: 12.5rem;
  }
}

.p-404__title {
  text-align: center;
}

.p-about-list {
  margin-top: 75px;
  margin-top: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .p-about-list {
    margin-top: 36px;
    margin-top: 2.25rem;
  }
}

.p-about-list__item {
  border-bottom: 1px solid #d9d9d9;
  color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0 16.5px;
  padding: 1rem 0 1.03125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-about-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 16px 0 15px;
    padding: 1rem 0 0.9375rem;
  }
}

.p-about-list__item::after {
  background-color: #1d3482;
  bottom: -1px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 200px;
  width: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-list__item::after {
    display: none;
  }
}

.p-about-overview .p-about-list__item:last-child {
  padding: 19px 0 15.5px;
  padding: 1.1875rem 0 0.96875rem;
}

.p-about-list__term {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  line-height: 1.8;
  padding-left: 24px;
  padding-left: 1.5rem;
  width: 200px;
  width: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-list__term {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    padding-left: 16px;
    padding-left: 1rem;
  }
}

.p-about-list__term--line-height {
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-about-list__term--line-height {
    width: 100%;
  }
}

.p-about-list__description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  line-height: 1.8;
  padding-left: 24px;
  padding-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-list__description {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    margin-top: 4px;
    margin-top: 0.25rem;
    padding-left: 16px;
    padding-left: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-about-overview .p-about-list__item:last-child .p-about-list__description {
    margin-top: 6px;
    margin-top: 0.375rem;
  }
}

.p-about-list__description-numbers {
  counter-reset: number;
}

.p-about-list__description-number {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  line-height: 1.8;
  padding-left: 22px;
  padding-left: 1.375rem;
  text-indent: -16px;
  text-indent: -1rem;
}
@media screen and (max-width: 767px) {
  .p-about-list__description-number {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
  }
}

@media screen and (max-width: 767px) {
  .p-about-relation__list .p-about-list__description-number {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
  }
}

.p-about-list__description-number::before {
  content: counter(number) ". ";
  counter-increment: number;
}

.p-about-list__description-number:nth-child(n+10) {
  padding-left: 14px;
  padding-left: 0.875rem;
}

.p-about-overview__items {
  margin-top: 75px;
  margin-top: 4.6875rem;
}

.p-about-overview__item {
  border-bottom: 1px solid #d9d9d9;
  color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0 16.5px;
  padding: 1rem 0 1.03125rem;
  position: relative;
}

.p-about-overview__item::after {
  background-color: #1d3482;
  bottom: -1px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 200px;
  width: 12.5rem;
}

.p-about-overview__term {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  line-height: 1.8;
  padding-left: 30px;
  padding-left: 1.875rem;
  width: 200px;
  width: 12.5rem;
}

.p-about-overview__term--line-height {
  line-height: 1.5;
}

.p-about-overview__description {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  line-height: 1.8;
  padding-left: 29px;
  padding-left: 1.8125rem;
}

.p-about-overview__office {
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-about-overview__office {
    margin-top: 39px;
    margin-top: 2.4375rem;
  }
}

.p-about-overview__office-map {
  display: block;
  margin-top: 32px;
  margin-top: 2rem;
  max-width: 1100px;
  max-width: 68.75rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-about-overview__office-map {
    margin-top: 16px;
    margin-top: 1rem;
    max-width: 100%;
  }
}

.p-about-overview__office-map iframe {
  -o-object-fit: cover;
  aspect-ratio: 11/4;
  height: auto;
     object-fit: cover;
  vertical-align: bottom;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-about-overview__office-map iframe {
    aspect-ratio: 67/40;
  }
}

.p-about-overview__office-info {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-about-overview__office-info {
    margin-top: 17px;
    margin-top: 1.0625rem;
  }
}

.p-about-overview__office-address,
.p-about-overview__office-tel,
.p-about-overview__office-fax,
.p-about-overview__info-address,
.p-about-overview__info-tel,
.p-about-overview__info-fax {
  color: #222;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-about-overview__office-address,
  .p-about-overview__office-tel,
  .p-about-overview__office-fax,
  .p-about-overview__info-address,
  .p-about-overview__info-tel,
  .p-about-overview__info-fax {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
  }
}

.p-about-overview__office-tel {
  display: block;
  margin-top: 29px;
  margin-top: 1.8125rem;
}
@media screen and (max-width: 767px) {
  .p-about-overview__office-tel {
    margin-top: 24px;
    margin-top: 1.5rem;
  }
}

.p-about-overview__info {
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-about-overview__info {
    margin-top: 39px;
    margin-top: 2.4375rem;
  }
}

.p-about-overview__info-items {
  grid-gap: 2rem;
  display: grid;
  gap: 32px;
  gap: 2rem;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-overview__info-items {
    gap: 16px;
    gap: 1rem;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 16px;
    margin-top: 1rem;
  }
}

.p-about-overview__info-item {
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 32px;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .p-about-overview__info-item {
    padding: 24px;
    padding: 1.5rem;
    padding: 28px 24px 22px;
    padding: 1.75rem 1.5rem 1.375rem;
  }
}

.p-about-overview__info-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1d3482;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: max(22px, 10px);
  font-size: max(1.375rem, 10px);
  font-weight: 700;
  gap: 16px;
  gap: 1rem;
  line-height: 1.4545454545;
}
@media screen and (max-width: 767px) {
  .p-about-overview__info-title {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
  }
}

.p-about-overview__info-title::before {
  background-color: #1d3482;
  content: "";
  display: block;
  height: 34px;
  height: 2.125rem;
  width: 2px;
  width: 0.125rem;
}
@media screen and (max-width: 767px) {
  .p-about-overview__info-title::before {
    height: 28px;
    height: 1.75rem;
  }
}

.p-about-overview__info-address {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-about-overview__info-address {
    margin-top: 19px;
    margin-top: 1.1875rem;
  }
}

.p-about-overview__info-tel {
  display: block;
  margin-top: 16px;
  margin-top: 1rem;
}

.p-about-relation {
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-relation {
    padding-bottom: 78px;
    padding-bottom: 4.875rem;
  }
}

.p-breadcrumb {
  color: #1d3482;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-breadcrumb {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

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

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

.p-breadcrumb span[property=itemListElement] .current-item {
  color: #a6a6a6;
}

.p-company-greeting__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
  gap: 4rem;
  margin-top: 91px;
  margin-top: 5.6875rem;
}
@media screen and (max-width: 767px) {
  .p-company-greeting__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-top: 51px;
    margin-top: 3.1875rem;
  }
}

.p-company-greeting__img {
  display: block;
  max-width: 300px;
  max-width: 18.75rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-company-greeting__img {
    margin-left: auto;
    margin-right: auto;
    max-width: 335px;
    max-width: 20.9375rem;
  }
}

.p-company-greeting__img img {
  -o-object-fit: cover;
  aspect-ratio: 300/400;
  height: auto;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-company-greeting__img img {
    aspect-ratio: 335/327;
  }
}

.p-company-greeting__text-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-company-greeting__text-box {
    margin-top: 32px;
    margin-top: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .p-company-greeting__text-box .c-text + .c-text {
    margin-top: 24px;
    margin-top: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-company-greeting__text-box .c-text.c-text--job {
    margin-top: 31px;
    margin-top: 1.9375rem;
  }
}

.p-company-history {
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-company-history {
    padding-bottom: 77px;
    padding-bottom: 4.8125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-company-history__items {
    margin-left: 8px;
    margin-left: 0.5rem;
  }
}

.p-company-history__item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.p-company-history__term {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  width: 13%;
}
@media screen and (max-width: 767px) {
  .p-company-history__term {
    letter-spacing: normal;
    letter-spacing: initial;
    width: 24%;
  }
}

.p-company-history__ad {
  color: #1d3482;
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-company-history__ad {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    margin-top: 4px;
    margin-top: 0.25rem;
  }
}

.p-company-history__era {
  color: #222;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-company-history__era {
    font-size: max(12px, 10px);
    font-size: max(0.75rem, 10px);
  }
}

.p-company-history__description {
  color: #222;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  line-height: 1.8;
  padding-bottom: 57px;
  padding-bottom: 3.5625rem;
  padding-left: 88px;
  padding-left: 5.5rem;
  padding-top: 5px;
  padding-top: 0.3125rem;
  position: relative;
  width: 87%;
}
@media screen and (max-width: 767px) {
  .p-company-history__description {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    padding-bottom: 19px;
    padding-bottom: 1.1875rem;
    padding-left: 23px;
    padding-left: 1.4375rem;
    width: 74.5%;
  }
}

.p-company-history__item:nth-child(7) .p-company-history__description,
.p-company-history__item:nth-child(11) .p-company-history__description,
.p-company-history__item:nth-child(13) .p-company-history__description {
  padding-bottom: 31px;
  padding-bottom: 1.9375rem;
}

@media screen and (max-width: 767px) {
  .p-company-history__item:nth-child(2) .p-company-history__description {
    padding-bottom: 44px;
    padding-bottom: 2.75rem;
  }
}

@media screen and (max-width: 767px) {
  .p-company-history__item:nth-child(3) .p-company-history__description {
    padding-bottom: 43px;
    padding-bottom: 2.6875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-company-history__item:nth-child(4) .p-company-history__description {
    padding-bottom: 44px;
    padding-bottom: 2.75rem;
  }
}

@media screen and (max-width: 767px) {
  .p-company-history__item:nth-child(5) .p-company-history__description {
    padding-bottom: 46px;
    padding-bottom: 2.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-company-history__item:nth-child(6) .p-company-history__description {
    padding-bottom: 21px;
    padding-bottom: 1.3125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-company-history__item:nth-child(7) .p-company-history__description {
    padding-bottom: 18px;
    padding-bottom: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-company-history__item:nth-child(8) .p-company-history__description,
  .p-company-history__item:nth-child(9) .p-company-history__description,
  .p-company-history__item:nth-child(10) .p-company-history__description {
    padding-bottom: 45px;
    padding-bottom: 2.8125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-company-history__item:nth-child(11) .p-company-history__description {
    padding-bottom: 18px;
    padding-bottom: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-company-history__item:nth-child(13) .p-company-history__description {
    padding-bottom: 18px;
    padding-bottom: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-company-history__item:nth-child(14) .p-company-history__description {
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
  }
}

.p-company-history__item:last-child .p-company-history__description {
  padding-bottom: 2px;
  padding-bottom: 0.125rem;
}

@media screen and (max-width: 767px) {
  .p-company-history__description--nowrap {
    white-space: nowrap;
  }
}

.p-company-history__description::before,
.p-company-history__description::after {
  content: "";
  position: absolute;
  top: 13px;
  top: 0.8125rem;
}

.p-company-history__description::before {
  background: #d9d9d9;
  height: 100%;
  left: -0.5px;
  width: 2px;
  width: 0.125rem;
}

@media screen and (max-width: 767px) {
  .p-company-history__item:nth-child(1) .p-company-history__description::before,
  .p-company-history__item:nth-child(6) .p-company-history__description::before,
  .p-company-history__item:nth-child(12) .p-company-history__description::before,
  .p-company-history__item:nth-child(14) .p-company-history__description::before {
    height: 116%;
  }
}

.p-company-history__item:last-child .p-company-history__description::before {
  height: 42%;
}
@media screen and (max-width: 767px) {
  .p-company-history__item:last-child .p-company-history__description::before {
    height: 14%;
  }
}

.p-company-history__description::after {
  background: #1d3482;
  border-radius: 50%;
  height: 15px;
  height: 0.9375rem;
  left: -7px;
  left: -0.4375rem;
  width: 15px;
  width: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-company-history__description::after {
    height: 12px;
    height: 0.75rem;
    left: -5.5px;
    left: -0.34375rem;
    width: 12px;
    width: 0.75rem;
  }
}

.p-company-overview {
  padding-bottom: 220px;
  padding-bottom: 13.75rem;
  padding-bottom: 110px;
  padding-bottom: 6.875rem;
}
@media screen and (max-width: 767px) {
  .p-company-overview {
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
  }
}

.p-company-overview__text {
  margin-top: 91px;
  margin-top: 5.6875rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-company-overview__text {
    margin-top: 52px;
    margin-top: 3.25rem;
  }
}

.p-company-overview__box {
  margin-left: auto;
  margin-right: auto;
  margin-top: 114px;
  margin-top: 7.125rem;
  max-width: 616px;
  max-width: 38.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-company-overview__box {
    margin-top: 75px;
    margin-top: 4.6875rem;
    max-width: 270.9px;
    max-width: 16.93125rem;
  }
}

.p-company-overview__bg {
  background-color: #f5f5f5;
  border-radius: 50%;
  height: 400px;
  height: 25rem;
  margin-left: auto;
  margin-right: auto;
  width: 400px;
  width: 25rem;
}
@media screen and (max-width: 767px) {
  .p-company-overview__bg {
    height: 270.9px;
    height: 16.93125rem;
    width: 270.9px;
    width: 16.93125rem;
  }
}

.p-company-overview__item {
  display: inline-block;
  position: absolute;
  text-align: center;
}

.p-company-overview__item:nth-child(1) {
  left: 50%;
  top: -49px;
  top: -3.0625rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-company-overview__item:nth-child(1) {
    margin-top: 16px;
    margin-top: 1rem;
  }
}

.p-company-overview__item:nth-child(2) {
  left: 377px;
  left: 23.5625rem;
  top: 89px;
  top: 5.5625rem;
}
@media screen and (max-width: 767px) {
  .p-company-overview__item:nth-child(2) {
    left: 200px;
    left: 12.5rem;
    top: 50px;
    top: 3.125rem;
  }
}
@media (max-width: 370px) {
  .p-company-overview__item:nth-child(2) {
    left: 194px;
    left: 12.125rem;
  }
}

.p-company-overview__item:nth-child(3) {
  left: 332px;
  left: 20.75rem;
  top: 303px;
  top: 18.9375rem;
}
@media screen and (max-width: 767px) {
  .p-company-overview__item:nth-child(3) {
    left: 143px;
    left: 8.9375rem;
    top: 203px;
    top: 12.6875rem;
  }
}
@media (max-width: 370px) {
  .p-company-overview__item:nth-child(3) {
    top: 219px;
    top: 13.6875rem;
  }
}
@media (max-width: 340px) {
  .p-company-overview__item:nth-child(3) {
    top: 227px;
    top: 14.1875rem;
  }
}

.p-company-overview__item:nth-child(4) {
  left: 140px;
  left: 8.75rem;
  top: 303px;
  top: 18.9375rem;
}
@media screen and (max-width: 767px) {
  .p-company-overview__item:nth-child(4) {
    left: 39px;
    left: 2.4375rem;
    top: 203px;
    top: 12.6875rem;
  }
}
@media (max-width: 370px) {
  .p-company-overview__item:nth-child(4) {
    top: 219px;
    top: 13.6875rem;
  }
}
@media (max-width: 340px) {
  .p-company-overview__item:nth-child(4) {
    top: 227px;
    top: 14.1875rem;
  }
}

.p-company-overview__item:nth-child(5) {
  left: -1px;
  left: -0.0625rem;
  top: 89px;
  top: 5.5625rem;
}
@media screen and (max-width: 767px) {
  .p-company-overview__item:nth-child(5) {
    left: -23px;
    left: -1.4375rem;
    top: 50px;
    top: 3.125rem;
  }
}
@media (max-width: 370px) {
  .p-company-overview__item:nth-child(5) {
    left: -39px;
    left: -2.4375rem;
  }
}

.p-company-overview__item-title {
  background-color: #fff;
  border: 2px solid #1d3482;
  border: 0.125rem solid #1d3482;
  border-radius: 50%;
  -webkit-box-shadow: 0.25rem 0.25rem 0 rgba(29, 52, 130, 0.13);
          box-shadow: 0.25rem 0.25rem 0 rgba(29, 52, 130, 0.13);
  color: #1d3482;
  display: block;
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  font-weight: 700;
  height: 120px;
  height: 7.5rem;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
  padding: 48px 5px;
  padding: 3rem 0.3125rem;
  text-align: center;
  width: 120px;
  width: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-company-overview__item-title {
    border: 1.35px solid #1d3482;
    border: 0.084375rem solid #1d3482;
    font-size: max(13.54px, 10px);
    font-size: max(0.84625rem, 10px);
    height: 81.27px;
    height: 5.079375rem;
    padding: 32.87px 5px;
    padding: 2.054375rem 0.3125rem;
    width: 81.27px;
    width: 5.079375rem;
  }
}

.p-company-overview__item-text {
  color: #222;
  display: inline-block;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  line-height: 1.8;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-company-overview__item-text {
    font-size: max(10px, 10px);
    font-size: max(0.625rem, 10px);
    margin-top: 9px;
    margin-top: 0.5625rem;
  }
}

@-moz-document url-prefix() {
  @media screen and (max-width: 767px) {
    .p-company-overview__firefox {
      margin-top: -18px;
      margin-top: -1.125rem;
    }
  }
}
@media screen and (max-width: 767px) {
  .p-company-overview__item-text-nowrap {
    display: inline-block;
    white-space: nowrap;
  }
}
@media (max-width: 370px) {
  .p-company-overview__item-text-nowrap {
    white-space: normal;
    white-space: initial;
  }
}

@media screen and (max-width: 767px) {
  .p-company-overview__item-text-block {
    display: inline-block;
    white-space: nowrap;
  }
}

.p-company-overview__img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  margin-top: 1.5625rem;
  max-width: 700px;
  max-width: 43.75rem;
  width: 100%;
}
.p-company-overview__img img {
  -o-object-fit: cover;
  -o-object-fit: contain;
  aspect-ratio: 1411/1192;
  height: auto;
  max-width: 700px;
  max-width: 43.75rem;
     object-fit: cover;
     object-fit: contain;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-company-overview__img img {
    aspect-ratio: 375/317;
  }
}

.p-company-philosophy {
  background-color: #f5f5f5;
  padding: 100px 0 120px;
  padding: 6.25rem 0 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-company-philosophy {
    padding: 64px 0 80px;
    padding: 4rem 0 5rem;
  }
}

.p-company-philosophy__box {
  margin-left: auto;
  margin-right: auto;
  margin-top: 91px;
  margin-top: 5.6875rem;
  max-width: 972px;
  max-width: 60.75rem;
  padding: 0 25px;
  padding: 0 1.5625rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-company-philosophy__box {
    margin-top: 63px;
    margin-top: 3.9375rem;
    padding: 0;
  }
}

.p-company-philosophy__head {
  margin-left: auto;
  margin-right: auto;
  max-width: 717.5px;
  max-width: 44.84375rem;
  padding: 36px 0 39px;
  padding: 2.25rem 0 2.4375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-company-philosophy__head {
    padding: 25px 0 17px;
    padding: 1.5625rem 0 1.0625rem;
  }
}

.p-company-philosophy__head::before,
.p-company-philosophy__head::after {
  content: "";
  display: block;
  height: 48px;
  height: 3rem;
  position: absolute;
  width: 48px;
  width: 3rem;
}

.p-company-philosophy__head::before {
  border-left: 1px solid #1d3482;
  border-top: 1px solid #1d3482;
  left: 0;
  top: 0;
}

.p-company-philosophy__head::after {
  border-bottom: 1px solid #1d3482;
  border-right: 1px solid #1d3482;
  bottom: 0;
  right: 0;
}

.p-company-philosophy__head-title {
  color: #1d3482;
  font-size: max(24px, 10px);
  font-size: max(1.5rem, 10px);
  font-weight: 700;
  line-height: 1.4;
  padding: 0 25px;
  padding: 0 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-company-philosophy__head-title {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
    line-height: 1.8;
  }
}

.p-company-philosophy__text-box {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-company-philosophy__text-box {
    margin-top: 31px;
    margin-top: 1.9375rem;
  }
}

.p-company-philosophy__items {
  grid-gap: 1.5rem;
  display: grid;
  gap: 24px;
  gap: 1.5rem;
  grid-template-columns: repeat(2, 1fr);
  margin-left: auto;
  margin-right: auto;
  margin-top: 64px;
  margin-top: 4rem;
  max-width: 744px;
  max-width: 46.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-company-philosophy__items {
    gap: 16px;
    gap: 1rem;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 39px;
    margin-top: 2.4375rem;
  }
}

.p-company {
  background: url(../images/top/company-bg.jpg) no-repeat bottom center/100% 656px;
  background: url(../images/top/company-bg.jpg) no-repeat bottom center/100% 41rem;
  padding-bottom: 147px;
  padding-bottom: 9.1875rem;
}
@media screen and (max-width: 767px) {
  .p-company {
    background: url(../images/top/company-bg_sp.jpg) no-repeat bottom center/100% 615px;
    background: url(../images/top/company-bg_sp.jpg) no-repeat bottom center/100% 38.4375rem;
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
  }
}

.p-company__box-wrapper {
  background-color: #fff;
  padding-bottom: 108px;
  padding-bottom: 6.75rem;
}
@media screen and (max-width: 767px) {
  .p-company__box-wrapper {
    padding-bottom: 64px;
    padding-bottom: 4rem;
  }
}

.p-company__box {
  margin: 64px auto 0;
  margin: 4rem auto 0;
  max-width: 880px;
  max-width: 55rem;
  padding: 0 25px;
  padding: 0 1.5625rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-company__box {
    margin: 42px auto 0;
    margin: 2.625rem auto 0;
    padding: 0 20px;
    padding: 0 1.25rem;
  }
}

.p-company__head {
  padding-bottom: 36px;
  padding-bottom: 2.25rem;
  padding-top: 36px;
  padding-top: 2.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-company__head {
    padding-bottom: 24px;
    padding-bottom: 1.5rem;
    padding-top: 23px;
    padding-top: 1.4375rem;
  }
}

.p-company__head::before,
.p-company__head::after {
  content: "";
  display: block;
  height: 48px;
  height: 3rem;
  position: absolute;
  width: 48px;
  width: 3rem;
}

.p-company__head::before {
  border-left: 1px solid #1d3482;
  border-top: 1px solid #1d3482;
  left: 56px;
  left: 3.5rem;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-company__head::before {
    left: 0;
  }
}

.p-company__head::after {
  border-bottom: 1px solid #1d3482;
  border-right: 1px solid #1d3482;
  bottom: 0;
  right: 56px;
  right: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-company__head::after {
    right: 0;
  }
}

.p-company__head-title {
  color: #1d3482;
  font-size: max(24px, 10px);
  font-size: max(1.5rem, 10px);
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-company__head-title {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
    line-height: 1.8;
  }
}

.p-company__read {
  color: #222;
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  font-weight: 500;
  line-height: 1.8;
  margin-top: 19px;
  margin-top: 1.1875rem;
}
@media screen and (max-width: 767px) {
  .p-company__read {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    margin-top: 16px;
    margin-top: 1rem;
  }
}

.p-company__text-box {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-company__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-company__button {
    margin-top: 32px;
    margin-top: 2rem;
  }
}

.p-consulting-list {
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-consulting-list {
    padding-bottom: 80px;
    padding-bottom: 5rem;
  }
}

.p-consulting-list__description {
  margin-top: 90px;
  margin-top: 5.625rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-consulting-list__description {
    margin-top: 52px;
    margin-top: 3.25rem;
    text-align: left;
  }
}

.p-consulting-list__items {
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-consulting-list__items {
    margin-top: 124px;
    margin-top: 7.75rem;
  }
}

.p-consulting-list__item {
  background-image: -webkit-gradient(linear, left top, right top, from(#f5f5f5), color-stop(78.8194444444vw, #f5f5f5), color-stop(78.8194444444vw, transparent), to(transparent));
  background-image: linear-gradient(90deg, #f5f5f5 0%, #f5f5f5 78.8194444444vw, transparent 78.8194444444vw, transparent 100%);
  padding-bottom: 74px;
  padding-bottom: 4.625rem;
  padding-top: 72px;
  padding-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-consulting-list__item {
    background-color: #f5f5f5;
    background-image: none;
    background-image: initial;
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
    padding-top: 0;
  }
}

.p-consulting-list__item + .p-consulting-list__item {
  margin-top: 62px;
  margin-top: 3.875rem;
}
@media screen and (max-width: 767px) {
  .p-consulting-list__item + .p-consulting-list__item {
    margin-top: 135px;
    margin-top: 8.4375rem;
  }
}

.p-consulting-list__item:nth-child(odd) {
  background-image: -webkit-gradient(linear, right top, left top, from(#f5f5f5), color-stop(78.8194444444vw, #f5f5f5), color-stop(78.8194444444vw, transparent), to(transparent));
  background-image: linear-gradient(270deg, #f5f5f5 0%, #f5f5f5 78.8194444444vw, transparent 78.8194444444vw, transparent 100%);
}
@media screen and (max-width: 767px) {
  .p-consulting-list__item:nth-child(odd) {
    background-color: #f5f5f5;
    background-image: none;
    background-image: initial;
  }
}

.p-consulting-list__item-contents {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 72px;
  gap: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-consulting-list__item-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 30px;
    gap: 1.875rem;
  }
}

.p-consulting-list__item:nth-child(odd) .p-consulting-list__item-contents {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-consulting-list__item:nth-child(odd) .p-consulting-list__item-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-consulting-list__item-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-consulting-list__item-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1d3482;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  gap: 1rem;
}

.p-consulting-list__item-title::before {
  background-color: #1d3482;
  content: "";
  display: block;
  height: 42px;
  height: 2.625rem;
  width: 2px;
  width: 0.125rem;
}
@media screen and (max-width: 767px) {
  .p-consulting-list__item-title::before {
    height: 30px;
    height: 1.875rem;
  }
}

.p-consulting-list__item-text-box {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-consulting-list__item-text-palt {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-consulting-list__item-text-palt {
    -webkit-font-feature-settings: initial;
            font-feature-settings: initial;
  }
}

.p-consulting-list__item-title-sub {
  font-family: "Montserrat", sans-serif;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 600;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .p-consulting-list__item-title-sub {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    line-height: 1.2142857143;
  }
}

.p-consulting-list__item-title-main {
  font-size: max(28px, 10px);
  font-size: max(1.75rem, 10px);
  font-weight: 700;
  line-height: 1.4;
  margin-top: 4px;
  margin-top: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-consulting-list__item-title-main {
    font-size: max(20px, 10px);
    font-size: max(1.25rem, 10px);
  }
}

.p-consulting-list__item-button {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-consulting-list__item-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 32px;
    margin-top: 2rem;
  }
}

.p-consulting-list__item-img {
  display: block;
  height: 100%;
  position: relative;
  width: 50.8181818182%;
}
@media screen and (max-width: 767px) {
  .p-consulting-list__item-img {
    margin-top: -95px;
    margin-top: -5.9375rem;
    width: 100%;
  }
}

.p-consulting-list__item-img img {
  -o-object-fit: cover;
  aspect-ratio: 559/319;
  -webkit-box-shadow: 0.625rem 0.625rem 1.0625rem rgba(31, 31, 31, 0.1);
          box-shadow: 0.625rem 0.625rem 1.0625rem rgba(31, 31, 31, 0.1);
  height: auto;
     object-fit: cover;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-consulting-list__item-img img {
    aspect-ratio: 335/191;
  }
}

.p-consulting {
  background-color: #f5f5f5;
  padding: 100px 0 120px;
  padding: 6.25rem 0 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-consulting {
    padding: 64px 0 80px;
    padding: 4rem 0 5rem;
  }
}

.p-consulting__items {
  grid-gap: 2rem;
  display: grid;
  gap: 32px;
  gap: 2rem;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-consulting__items {
    gap: 16px;
    gap: 1rem;
    grid-template-columns: 1fr;
    margin-top: 31px;
    margin-top: 1.9375rem;
  }
}

.p-consulting__item {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  max-width: 534px;
  max-width: 33.375rem;
  width: 100%;
}

.p-consulting__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 534px;
  max-width: 33.375rem;
  padding: 32px 32px 16px;
  padding: 2rem 2rem 1rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-consulting__item-link {
    padding: 16px;
    padding: 1rem;
  }
}

.p-consulting__item-link:hover {
  opacity: 1;
}

.p-consulting__item-title {
  color: #1d3482;
  font-size: max(24px, 10px);
  font-size: max(1.5rem, 10px);
  font-weight: 700;
  line-height: 1.8;
  padding-left: 7px;
  padding-left: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .p-consulting__item-title {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
    padding-left: 3px;
    padding-left: 0.1875rem;
  }
}

.p-consulting__item-text {
  border-bottom: 1px solid #d9d9d9;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 8px;
  margin-top: 0.5rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  padding-left: 7px;
  padding-left: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .p-consulting__item-text {
    padding-bottom: 13px;
    padding-bottom: 0.8125rem;
    padding-left: 3px;
    padding-left: 0.1875rem;
  }
}

.p-consulting__item-detail {
  color: #1d3482;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  line-height: 1.4375;
  margin-top: 16px;
  margin-top: 1rem;
  position: relative;
  text-align: center;
  -webkit-transform: translateX(0.4375rem);
          transform: translateX(0.4375rem);
}
@media screen and (max-width: 767px) {
  .p-consulting__item-detail {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    line-height: 1.4285714286;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.p-consulting__item-detail:after {
  background: url(../images/common/blue-arrow.svg) no-repeat center/cover;
  content: "";
  display: block;
  height: 3.64px;
  height: 0.2275rem;
  position: absolute;
  right: 150px;
  right: 9.375rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: right 0.3s ease-out;
  transition: right 0.3s ease-out;
  width: 20px;
  width: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-consulting__item-detail:after {
    height: 4.91px;
    height: 0.306875rem;
    right: 65px;
    right: 4.0625rem;
    width: 27px;
    width: 1.6875rem;
  }
}

.p-consulting__item-link:hover .p-consulting__item-detail:after {
  right: 140px;
  right: 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-consulting__item-link:hover .p-consulting__item-detail:after {
    right: 55px;
    right: 3.4375rem;
  }
}

.p-contact {
  background: url(../images/common/contact-bg.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .p-contact {
    background: url(../images/common/contact-bg_sp.jpg) no-repeat center/cover;
  }
}

.p-contact__box {
  padding: 80px 0 74px;
  padding: 5rem 0 4.625rem;
}
@media screen and (max-width: 767px) {
  .p-contact__box {
    padding: 56px 0 56px;
    padding: 3.5rem 0 3.5rem;
  }
}

.p-contact__text {
  color: #fff;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 500;
  line-height: 1.8;
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: center;
}

.p-contact__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__button {
    margin-top: 33px;
    margin-top: 2.0625rem;
  }
}

/* （the_content()で出力したものへのスタイル） */
.p-content h2 {
  font-size: 140%;
  font-weight: 700;
}

.p-content h3 {
  font-size: 130%;
  font-weight: 700;
}

.p-content h4 {
  font-size: 120%;
  font-weight: 700;
}

.p-content h2:nth-of-type(1) {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-content h2:nth-of-type(1) {
    margin-top: 34px;
    margin-top: 2.125rem;
  }
}

.p-content h2:nth-of-type(n + 2) {
  margin-top: 64px;
  margin-top: 4rem;
}

.p-content figure:nth-child(n+2) {
  margin-top: 42px;
  margin-top: 2.625rem;
}
@media screen and (max-width: 767px) {
  .p-content figure:nth-child(n+2) {
    margin-top: 38px;
    margin-top: 2.375rem;
  }
}

.wp-block-file,
.p-content p:nth-child(n+2),
.p-content h3:nth-child(n+2),
.p-content h4:nth-child(n+2),
.p-content h2 + ul:nth-of-type(n + 2),
.p-content h2 + ol:nth-of-type(n + 2),
.p-content ol > li > ol:nth-of-type(n + 2),
.p-content figure {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .wp-block-file,
  .p-content p:nth-child(n+2),
  .p-content h3:nth-child(n+2),
  .p-content h4:nth-child(n+2),
  .p-content h2 + ul:nth-of-type(n + 2),
  .p-content h2 + ol:nth-of-type(n + 2),
  .p-content ol > li > ol:nth-of-type(n + 2),
  .p-content figure {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
}

.p-content img {
  width: auto;
}

.p-content figure.aligncenter,
.p-content img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.p-content figure.alignright,
.p-content img.alignright {
  margin-left: auto;
}

.p-content > ol {
  counter-reset: number 0;
}

.p-content > ol > li {
  padding-left: 24px;
  padding-left: 1.5rem;
  text-indent: -16px;
  text-indent: -1rem;
}

.p-content > ol > li:nth-child(n+10) {
  text-indent: -24px;
  text-indent: -1.5rem;
}

.p-content > ol > li::before {
  content: counter(number) ". ";
  counter-increment: number 1;
}

.p-content > ol > li > ol {
  counter-reset: number 0;
}

.p-content > ol > li > ol > li {
  padding-left: 24px;
  padding-left: 1.5rem;
  text-indent: -16px;
  text-indent: -1rem;
}

.p-content > ol > li > ol > li::before {
  content: counter(number, lower-alpha) ". ";
  counter-increment: number 1;
}

.p-content > ol > li > ol > li > ol {
  counter-reset: number 0;
}

.p-content > ol > li > ol > li > ol > li {
  padding-left: 22px;
  padding-left: 1.375rem;
}

.p-content > ol > li > ol > li > ol > li:nth-child(1) {
  text-indent: -12px;
  text-indent: -0.75rem;
}

.p-content > ol > li > ol > li > ol > li:nth-child(2) {
  text-indent: -16px;
  text-indent: -1rem;
}

.p-content > ol > li > ol > li > ol > li:nth-child(n+3) {
  text-indent: -20px;
  text-indent: -1.25rem;
}

.p-content > ol > li > ol > li > ol > li::before {
  content: counter(number, lower-roman) ". ";
  counter-increment: number 1;
}

.p-content ul > li {
  padding-left: 1em;
  text-indent: -1em;
}

.p-content ul > li::before {
  content: "・";
}

.p-content ul > li ol {
  counter-reset: number 0;
}

.p-content ul > li ol > li {
  padding-left: 2em;
  text-indent: -2em;
}

.p-content ul > li ol > li::before {
  content: "(" counter(number) ") ";
  counter-increment: number 1;
}

.p-content th {
  border: none;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  text-align: left;
}

.p-content td {
  border: none;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
}

.p-content tr:nth-child(odd) th,
.p-content tr:nth-child(odd) td {
  background-color: #f9f9fb;
}

.p-content tr:nth-child(even) th,
.p-content tr:nth-child(even) td {
  background-color: #e5e8ed;
}

.p-content .wp-block-table thead {
  border-bottom: none;
}

.p-content figure.aligncenter,
.p-content img.aligncenter {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.p-content figure.alignright,
.p-content img.alignright {
  float: none;
  margin-left: auto;
}

.p-content a {
  word-wrap: break-word;
  word-wrap: break-word;
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.p-content p a {
  color: #2270B1;
}

.p-content .wp-block-group {
  background-color: #f7f8f8;
  border-radius: 1rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 2;
  padding: 24px;
  padding: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-content .wp-block-group {
    padding: 24px 30px;
    padding: 1.5rem 1.875rem;
  }
}

.p-content cite {
  font-style: normal;
}

.wp-block-file:not(.wp-element-button) a {
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: underline;
}

.wp-block-file:not(.wp-element-button) a::before {
  aspect-ratio: 1/1;
  background: url(../images/common/icon_pdf.svg) no-repeat center/contain;
  content: "";
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: auto;
  margin-right: 4px;
  margin-right: 0.25rem;
  margin-top: 8px;
  margin-top: 0.5rem;
  -webkit-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
  width: 24px;
  width: 1.5rem;
}
@media screen and (max-width: 767px) {
  .wp-block-file:not(.wp-element-button) a::before {
    margin-right: 8px;
    margin-right: 0.5rem;
    margin-top: 16px;
    margin-top: 1rem;
    width: 32px;
    width: 2rem;
  }
}

.p-content .wp-block-button__link {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .p-drawer {
    background-color: #f5f5f5;
    padding: 76px 0 80px;
    padding: 4.75rem 0 5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-drawer__nav-items {
    margin-left: auto;
    margin-right: auto;
    max-width: 315px;
    max-width: 19.6875rem;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-drawer__nav-item {
    border-bottom: 1px solid #d9d9d9;
    line-height: 1;
    padding: 13px 0;
    padding: 0.8125rem 0;
  }
}

@media screen and (max-width: 767px) {
  .p-drawer__nav-link {
    color: #1d3482;
    display: block;
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    font-weight: 700;
    line-height: 1;
    padding: 11px 0;
    padding: 0.6875rem 0;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .p-drawer__nav-item:nth-child(2) .p-drawer__nav-link,
  .p-drawer__nav-item:nth-child(3) .p-drawer__nav-link {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .p-drawer__nav-item:nth-child(2) .p-drawer__nav-link {
    padding-right: 150px;
    padding-right: 9.375rem;
  }
}

@media screen and (max-width: 767px) {
  .p-drawer__nav-item:nth-child(3) .p-drawer__nav-link {
    padding-right: 213px;
    padding-right: 13.3125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-drawer__nav-title-wrapper {
    content: "";
    cursor: pointer;
    display: block;
    left: 287px;
    left: 17.9375rem;
    padding: 20px;
    padding: 1.25rem;
    pointer-events: all;
    position: absolute;
    top: -2px;
    top: -0.125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-drawer__nav-title,
  .p-drawer__nav-title::before {
    background-color: #1d3482;
    content: "";
    cursor: pointer;
    display: block;
    height: 2px;
    height: 0.125rem;
    pointer-events: all;
    position: absolute;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    width: 14px;
    width: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-drawer__nav-title {
    left: 13px;
    left: 0.8125rem;
    top: 19px;
    top: 1.1875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-drawer__nav-title::before {
    left: 0;
    top: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

@media screen and (max-width: 767px) {
  .p-drawer__nav-title.is-open::before {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@media screen and (max-width: 767px) {
  .p-drawer__nav-inner-item {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .p-drawer__nav-inner-item.is-open {
    display: block;
    padding-bottom: 6px;
    padding-bottom: 0.375rem;
  }
}

.p-drawer__nav-inner-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  gap: 8px;
  gap: 0.5rem;
  line-height: 1;
  padding: 5px 0;
  padding: 0.3125rem 0;
}

.p-drawer__nav-inner-link::before {
  background-color: #1d3482;
  content: "";
  display: block;
  height: 1px;
  width: 6px;
  width: 0.375rem;
}

.p-drawer__nav-inner-link--sub {
  padding-left: 10px;
  padding-left: 0.625rem;
}

/* hover指定できるPCを想定したスタイル */
/* hoverが使えないタッチ端末を想定した装飾 */
.p-footer {
  background-color: #222;
}

.p-footer__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1290px;
  max-width: 80.625rem;
  padding: 0 25px;
  padding: 0 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-footer__inner {
    max-width: 540px;
    max-width: 33.75rem;
    padding: 0 20px;
    padding: 0 1.25rem;
  }
}

.p-footer__head {
  margin-left: -4px;
  margin-left: -0.25rem;
  padding: 67px 0 39px;
  padding: 4.1875rem 0 2.4375rem;
}
@media screen and (max-width: 767px) {
  .p-footer__head {
    padding: 44px 0 36px;
    padding: 2.75rem 0 2.25rem;
  }
}

.p-footer__nav-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__nav-items + .p-footer__nav-items {
    margin-top: 12px;
    margin-top: 0.75rem;
  }
}

.p-footer__nav-items:nth-child(1) {
  width: 200px;
  width: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-items:nth-child(1) {
    display: grid;
    grid-template-areas: "areaA areaA" "areaB areaC";
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}

.p-footer__nav-items:nth-child(2) {
  width: 200px;
  width: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-items:nth-child(2) {
    display: grid;
    grid-template-areas: "areaA areaA" "areaB areaC" "areaD areaE" "areaF areaG" "areaH areaI";
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }
}

.p-footer__nav-items:nth-child(3) {
  width: 200px;
  width: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-items:nth-child(3) {
    display: grid;
    grid-template-areas: "areaA areaA areaA areaA" "areaB areaC areaD areaE";
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .p-footer__nav-items:nth-child(4) {
    margin-top: 7px;
    margin-top: 0.4375rem;
  }
}

.p-footer__nav-items:nth-child(4) .p-footer__nav-item:nth-child(2) {
  margin-top: 4px;
  margin-top: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-items:nth-child(4) .p-footer__nav-item:nth-child(2) {
    margin-top: 10px;
    margin-top: 0.625rem;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__nav-items:nth-child(4) .p-footer__nav-item:nth-child(3) {
    margin-top: 6px;
    margin-top: 0.375rem;
  }
}

.p-footer__nav-item {
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .p-footer__nav-item--a {
    grid-area: areaA;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__nav-item--b {
    grid-area: areaB;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__nav-item--c {
    grid-area: areaC;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__nav-item--d {
    grid-area: areaD;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__nav-item--e {
    grid-area: areaE;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__nav-item--f {
    grid-area: areaF;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__nav-item--g {
    grid-area: areaG;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__nav-item--h {
    grid-area: areaH;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__nav-item--i {
    grid-area: areaI;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__nav-item--j {
    grid-area: areaJ;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__nav-item--k {
    grid-area: areaK;
  }
}

.p-footer__nav-item--sub {
  padding-left: 10px;
  padding-left: 0.625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-item--sub {
    padding-left: 0;
  }
}

.p-footer__nav-item--sub::before {
  background-color: #fff;
  content: "";
  height: 2px;
  height: 0.125rem;
  left: 4px;
  left: 0.25rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  width: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-item--sub::before {
    content: none;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__nav-items:nth-child(2) .p-footer__nav-item:nth-child(n+3) {
    margin-left: 16px;
    margin-left: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__nav-items:nth-child(2) .p-footer__nav-item:nth-child(2n) {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__nav-items:nth-child(3) .p-footer__nav-item:nth-child(n+3) {
    margin-left: 12px;
    margin-left: 0.75rem;
  }
}

.p-footer__nav-link {
  color: #fff;
  display: inline-block;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  line-height: 1.8;
  padding: 8px;
  padding: 0.5rem;
  padding: 4px;
  padding: 0.25rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-link {
    font-size: max(13px, 10px);
    font-size: max(0.8125rem, 10px);
  }
}

.p-footer__nav-link--bold {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-link--bold {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
  }
}

.p-footer__nav-items--last {
  margin-left: auto;
  margin-top: 16px;
  margin-top: 1rem;
  -webkit-transform: translate(0.25rem, 0);
          transform: translate(0.25rem, 0);
}
@media screen and (max-width: 767px) {
  .p-footer__nav-items--last {
    margin-left: 0;
    margin-left: initial;
    margin-top: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@media screen and (max-width: 767px) {
  .p-footer__nav-items.p-footer__nav-items--last {
    margin-top: 25px;
    margin-top: 1.5625rem;
  }
}

.p-footer__nav-items--last .p-footer__nav-item {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-items--last .p-footer__nav-item {
    text-align: left;
  }
}

.p-footer__nav-items--last .p-footer__nav-link {
  color: #888;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-items--last .p-footer__nav-link {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
  }
}

.p-footer__nav-items:nth-child(4) .p-footer__nav-item:nth-child(n+2) .p-footer__nav-link {
  padding: 8px 4px;
  padding: 0.5rem 0.25rem;
}

.p-footer__bottom {
  border-top: 1px solid #888;
  padding: 33px 0 80px;
  padding: 2.0625rem 0 5rem;
}
@media screen and (max-width: 767px) {
  .p-footer__bottom {
    border-top: none;
    padding: 41px 0 40px;
    padding: 2.5625rem 0 2.5rem;
    position: relative;
  }
}

.p-footer__bottom::before {
  background-color: #888;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 315px;
  width: 19.6875rem;
}

.p-footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-footer__logo-area {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-footer__logo-area {
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-footer__logo {
  display: block;
  max-width: 190px;
  max-width: 11.875rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    max-width: 150px;
    max-width: 9.375rem;
  }
}

.p-footer__logo img {
  -o-object-fit: cover;
  aspect-ratio: 190/49;
  height: auto;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-footer__logo img {
    aspect-ratio: 150/39;
  }
}

.p-footer__logo-text {
  color: #fff;
  font-weight: 700;
  margin-top: -5px;
  margin-top: -0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-footer__logo-text {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    margin-top: 0;
  }
}

.p-footer__stock-company {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-footer__stock-company {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
  }
}

.p-footer__company-name {
  font-size: max(23px, 10px);
  font-size: max(1.4375rem, 10px);
  line-height: 1;
  margin-top: 4px;
  margin-top: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-footer__company-name {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    margin-top: 0;
  }
}

.p-footer__text {
  color: #fff;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 400;
  line-height: 1.8;
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-footer__text {
    font-size: max(12px, 10px);
    font-size: max(0.75rem, 10px);
    margin-top: 24px;
    margin-top: 1.5rem;
  }
}

.p-footer__button {
  margin-top: 9px;
  margin-top: 0.5625rem;
}
@media screen and (max-width: 767px) {
  .p-footer__button {
    display: none;
    margin-top: 0;
  }
}

.p-footer__copyright {
  line-height: 1;
  margin-top: 41px;
  margin-top: 2.5625rem;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    margin-top: 49px;
    margin-top: 3.0625rem;
    text-align: center;
  }
}

.p-footer__copyright small {
  color: #888;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright small {
    font-size: max(11px, 10px);
    font-size: max(0.6875rem, 10px);
  }
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-spinner {
  display: none;
}

/* ラジオボタンのバリデーション対策 */
.wpcf7-form.hide_error_message .wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-form:not(.hide_error_message) .p-formValidation:has(.wpcf7-not-valid-tip) .p-formValidation__error {
  display: block;
}

/* 意図せず空の.wpcf7-response-outputが表示された場合に、非表示にする */
.wpcf7-response-output:empty {
  display: none;
}

.p-form__items {
  grid-gap: 1.9375rem;
  display: grid;
  gap: 31px;
  gap: 1.9375rem;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (max-width: 767px) {
  .p-form__items {
    gap: 25px;
    gap: 1.5625rem;
  }
}

.p-form__item {
  grid-gap: 1rem;
  display: grid;
  gap: 16px;
  gap: 1rem;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (max-width: 767px) {
  .p-form__item {
    gap: 3px;
    gap: 0.1875rem;
  }
}

.p-form__item:first-of-type {
  gap: 10px;
  gap: 0.625rem;
}

.p-form__dt {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-form__dt {
    font-size: 14px;
    font-size: 0.875rem;
    padding-right: 24px;
    padding-right: 1.5rem;
    padding-top: 8px;
    padding-top: 0.5rem;
  }
}

.p-form__required {
  background-color: #e50e00;
  color: white;
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  margin-left: 16px;
  margin-left: 1rem;
  padding: 3px 8px;
  padding: 0.1875rem 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-form__required {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

.p-form__dd--checkbox {
  margin-top: 4px;
  margin-top: 0.25rem;
}

.p-form__dd-note {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}

.p-form__dd-note + span {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-form__dd .wpcf7-checkbox,
.p-form__dd .wpcf7-radio {
  grid-gap: 0.0625rem;
  display: grid;
  gap: 1px;
  gap: 0.0625rem;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (max-width: 767px) {
  .p-form__dd .wpcf7-checkbox,
  .p-form__dd .wpcf7-radio {
    gap: 3px;
    gap: 0.1875rem;
  }
}

.p-form__dd label {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-form__dd label {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.p-form__dd input:not([type=radio]):not([type=checkbox]),
.p-form__dd textarea {
  border: 1px solid #d9d9d9;
  border-radius: 0.375rem;
  display: block;
  padding: 11px 15px;
  padding: 0.6875rem 0.9375rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-form__dd input:not([type=radio]):not([type=checkbox]),
  .p-form__dd textarea {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 9px 7px;
    padding: 0.5625rem 0.4375rem;
  }
}

.p-form__dd input::-moz-placeholder, .p-form__dd textarea::-moz-placeholder {
  color: #a6a6a6;
}

.p-form__dd input::-webkit-input-placeholder, .p-form__dd textarea::-webkit-input-placeholder {
  color: #a6a6a6;
}

.p-form__dd input:-ms-input-placeholder, .p-form__dd textarea:-ms-input-placeholder {
  color: #a6a6a6;
}

.p-form__dd input::-ms-input-placeholder, .p-form__dd textarea::-ms-input-placeholder {
  color: #a6a6a6;
}

.p-form__dd input::placeholder,
.p-form__dd textarea::placeholder {
  color: #a6a6a6;
}

.p-form__dd input[type=checkbox] + span,
.p-form__dd input[type=radio] + span {
  grid-column-gap: 0.625rem;
  -moz-column-gap: 0.625rem;
  --radio-size: 16px;
  --radio-size: 1rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
       -webkit-column-gap: 0.625rem;
               column-gap: 0.625rem;
  display: grid;
  display: grid;
  display: block grid;
  grid-template-columns: auto 1fr;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-form__dd input[type=checkbox] + span,
  .p-form__dd input[type=radio] + span {
    -moz-column-gap: 0.3125rem;
         -webkit-column-gap: 0.3125rem;
            column-gap: 0.3125rem;
  }
}

.p-form__dd input[type=radio] + span::before {
  aspect-ratio: 1/1;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: var(--radio-size);
  margin-bottom: calc((1lh - var(--radio-size)) / 2);
  margin-top: calc((1lh - var(--radio-size)) / 2);
}
.p-form__dd input[type=radio]:checked + span::after {
  aspect-ratio: 1/1;
  background-color: #1571da;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: var(--radio-size);
  left: 0;
  margin-bottom: calc((1lh - var(--radio-size)) / 2);
  margin-top: calc((1lh - var(--radio-size)) / 2);
  position: absolute;
  top: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

.p-form__dd input[type=checkbox] + span::before {
  aspect-ratio: 1/1;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875rem;
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: auto;
  -webkit-transform: translateY(0.3125rem);
          transform: translateY(0.3125rem);
  width: 18px;
  width: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-form__dd input[type=checkbox] + span::before {
    -webkit-transform: translateY(0.1875rem);
            transform: translateY(0.1875rem);
    width: 14px;
    width: 0.875rem;
  }
}

.p-form__dd input[type=checkbox]:checked + span::after {
  border-bottom: 2px solid #1571da;
  border-right: 2px solid #1571da;
  content: "";
  display: inline-block;
  height: 12px;
  height: 0.75rem;
  left: 6px;
  left: 0.375rem;
  margin: auto;
  position: absolute;
  top: 8px;
  top: 0.5rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 6px;
  width: 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-form__dd input[type=checkbox]:checked + span::after {
    height: 8px;
    height: 0.5rem;
    top: 5px;
    top: 0.3125rem;
    width: 4px;
    width: 0.25rem;
  }
}

.p-form__dd textarea {
  height: 302px;
  height: 18.875rem;
  resize: none;
}

.p-form__acceptance {
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.8;
  margin-top: 44px;
  margin-top: 2.75rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-form__acceptance {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 30px;
    margin-top: 1.875rem;
    text-align: left;
  }
}

.p-form__acceptance input[type=checkbox] + span {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.p-form__acceptance input + span {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.p-form__acceptance input[type=checkbox] + span::before {
  aspect-ratio: 1/1;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875rem;
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: auto;
  margin-right: 8px;
  margin-right: 0.5rem;
  -webkit-transform: translateY(0.375rem);
          transform: translateY(0.375rem);
  width: 18px;
  width: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-form__acceptance input[type=checkbox] + span::before {
    width: 14px;
    width: 0.875rem;
  }
}

.p-form__acceptance input:checked + span::after {
  border-bottom: 2px solid #d9d9d9;
  border-right: 2px solid #d9d9d9;
  content: "";
  display: inline-block;
  height: 12px;
  height: 0.75rem;
  left: 4px;
  left: 0.25rem;
  margin: auto;
  position: absolute;
  top: 2px;
  top: 0.125rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 6px;
  width: 0.375rem;
}

.p-form__acceptance input[type=checkbox]:checked + span::after {
  border-bottom: 2px solid #1571da;
  border-right: 2px solid #1571da;
  content: "";
  display: inline-block;
  height: 12px;
  height: 0.75rem;
  left: 6px;
  left: 0.375rem;
  margin: auto;
  position: absolute;
  top: 8px;
  top: 0.5rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 6px;
  width: 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-form__acceptance input[type=checkbox]:checked + span::after {
    height: 8px;
    height: 0.5rem;
    top: 8px;
    top: 0.5rem;
    width: 4px;
    width: 0.25rem;
  }
}

.p-form__acceptance a {
  color: #1571da;
}

.p-form__policy-description {
  margin-top: 28px;
  margin-top: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-form__policy-description {
    margin-top: 42px;
    margin-top: 2.625rem;
  }
}

.p-form__policy-description a {
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  color: #d9d9d9;
  text-decoration: underline;
}

.p-form__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  gap: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-form__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    gap: 1.25rem;
    margin-top: 22px;
    margin-top: 1.375rem;
  }
}

.p-sub-contact__content--confirm .p-form__buttons {
  margin-top: 120px;
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-sub-contact__content--confirm .p-form__buttons {
    margin-top: 80px;
    margin-top: 5rem;
  }
}

.p-form__button {
  background-color: #1d3482;
  display: block;
  overflow: hidden;
  position: relative;
}

.p-form__button input {
  color: #fff;
  display: block;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  padding: 12px;
  padding: 0.75rem;
  padding: 16px;
  padding: 1rem;
  position: relative;
  text-align: center;
  width: 272px;
  width: 17rem;
}
@media screen and (max-width: 767px) {
  .p-form__button input {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    padding: 20px;
    padding: 1.25rem;
    width: 295px;
    width: 18.4375rem;
  }
}

.p-form__button::before {
  background-color: #222;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  width: 100%;
}

.p-form__button--prev::before {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.p-form__button:after {
  background: url(../images/common/white-arrow.svg) no-repeat center/cover;
  content: "";
  display: block;
  height: 3.64px;
  height: 0.2275rem;
  position: absolute;
  right: 24px;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: right 0.3s ease-out;
  transition: right 0.3s ease-out;
  width: 20px;
  width: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-form__button:after {
    right: 18px;
    right: 1.125rem;
    width: 27px;
    width: 1.6875rem;
  }
}

.p-form__button--prev:after {
  left: 24px;
  left: 1.5rem;
  right: auto;
  -webkit-transform: translate(0, -50%) scale(-1, 1);
          transform: translate(0, -50%) scale(-1, 1);
  -webkit-transition: left 0.3s ease-out;
  transition: left 0.3s ease-out;
}

.p-form__button:not(:has(:disabled)):hover {
  opacity: 1;
}

.p-form__button:not(:has(:disabled)):hover::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.p-form__button:not(:has(:disabled)):hover::after {
  right: 14px;
  right: 0.875rem;
}

.p-form__button--prev:not(:has(:disabled)):hover::after {
  left: 14px;
  left: 0.875rem;
}

.p-fv-seminar__title {
  color: #1d3482;
  font-size: max(40px, 10px);
  font-size: max(2.5rem, 10px);
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-fv-seminar__title {
    font-size: max(20px, 10px);
    font-size: max(1.25rem, 10px);
    text-shadow: 0 0 10px white;
    text-shadow: 0 0 0.625rem white;
  }
}

.p-fv-seminar__list {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-fv-seminar__list {
    margin-top: 19px;
    margin-top: 1.1875rem;
  }
}

.p-fv-seminar__item {
  margin-left: 0px;
  margin-left: 0rem;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .p-fv-seminar__item {
    padding-left: 0.8em;
  }
}
.p-fv-seminar__item + .p-fv-seminar__item {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-seminar__item + .p-fv-seminar__item {
    margin-top: 6px;
    margin-top: 0.375rem;
  }
}

.p-fv-seminar__item-date {
  color: #1d3482;
  display: inline-block;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  line-height: 1.6;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-fv-seminar__item-date {
    font-size: max(12px, 10px);
    font-size: max(0.75rem, 10px);
  }
}
.p-fv-seminar__item-date::before {
  background-color: #1d3482;
  content: "";
  height: 10px;
  height: 0.625rem;
  left: -1em;
  position: absolute;
  top: calc(0.5lh - 0.3125rem);
  width: 10px;
  width: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-seminar__item-date::before {
    height: 8px;
    height: 0.5rem;
    left: -1.05em;
    top: calc(0.5lh - 0.25rem);
    width: 8px;
    width: 0.5rem;
  }
}

.p-fv-seminar__item-text {
  color: #222;
  display: inline-block;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 700;
  line-height: 1.6;
  margin-top: 3px;
  margin-top: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-seminar__item-text {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
  }
}

.p-fv__item {
  min-height: 600px;
  min-height: 37.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-fv__item {
    min-height: 0;
    min-height: initial;
  }
}

.p-fv__item::before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

@media (max-width: 1440px) {
  .p-fv__item--num02::before {
    background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(80%, transparent)), -webkit-gradient(linear, left top, right top, from(#fff), color-stop(80%, transparent)), -webkit-gradient(linear, left top, right top, from(#fff), color-stop(80%, transparent));
    background: linear-gradient(90deg, #fff 0%, transparent 80%), linear-gradient(90deg, #fff 0%, transparent 80%), linear-gradient(90deg, #fff 0%, transparent 80%);
  }
}
@media screen and (max-width: 767px) {
  .p-fv__item--num02::before {
    background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(transparent)), -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(80%, transparent)), -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(80%, transparent)), -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(80%, transparent)), -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(80%, transparent)), -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(80%, transparent)), -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(80%, transparent));
    background: linear-gradient(360deg, #fff 0%, transparent 100%), linear-gradient(360deg, #fff 0%, transparent 80%), linear-gradient(360deg, #fff 0%, transparent 80%), linear-gradient(360deg, #fff 0%, transparent 80%), linear-gradient(360deg, #fff 0%, transparent 80%), linear-gradient(360deg, #fff 0%, transparent 80%), linear-gradient(360deg, #fff 0%, transparent 80%);
  }
}

@media (max-width: 1440px) {
  .p-fv__item--num03::before {
    background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(61.14%, transparent)), -webkit-gradient(linear, left top, right top, from(#fff), color-stop(74.57%, transparent)), -webkit-gradient(linear, left top, right top, from(#fff), color-stop(74.57%, transparent));
    background: linear-gradient(90deg, #fff 0%, transparent 61.14%), linear-gradient(90deg, #fff 0%, transparent 74.57%), linear-gradient(90deg, #fff 0%, transparent 74.57%);
  }
}
@media screen and (max-width: 767px) {
  .p-fv__item--num03::before {
    background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(53%, transparent)), -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(53%, transparent)), -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(53%, transparent)), -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(53%, transparent)), -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(53%, transparent));
    background: linear-gradient(360deg, #fff 0%, transparent 53%), linear-gradient(360deg, #fff 0%, transparent 53%), linear-gradient(360deg, #fff 0%, transparent 53%), linear-gradient(360deg, #fff 0%, transparent 53%), linear-gradient(360deg, #fff 0%, transparent 53%);
  }
}

.p-fv__img {
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media (max-width: 1200px) {
  .p-fv__img--seminar {
    top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__img--seminar {
    top: 0;
  }
}

.p-fv__item--num02 .p-fv__img::before,
.p-fv__item--num03 .p-fv__img::before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.p-fv__item--num02 .p-fv__img::before {
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(80%, transparent)), -webkit-gradient(linear, left top, right top, from(#fff), color-stop(80%, transparent)), -webkit-gradient(linear, left top, right top, from(#fff), color-stop(80%, transparent));
  background: linear-gradient(90deg, #fff 0%, transparent 80%), linear-gradient(90deg, #fff 0%, transparent 80%), linear-gradient(90deg, #fff 0%, transparent 80%);
}
@media (max-width: 1440px) {
  .p-fv__item--num02 .p-fv__img::before {
    background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
    background: initial;
  }
}

.p-fv__item--num03 .p-fv__img::before {
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(61.14%, transparent)), -webkit-gradient(linear, left top, right top, from(#fff), color-stop(74.57%, transparent)), -webkit-gradient(linear, left top, right top, from(#fff), color-stop(74.57%, transparent));
  background: linear-gradient(90deg, #fff 0%, transparent 61.14%), linear-gradient(90deg, #fff 0%, transparent 74.57%), linear-gradient(90deg, #fff 0%, transparent 74.57%);
}
@media (max-width: 1440px) {
  .p-fv__item--num03 .p-fv__img::before {
    background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
    background: initial;
  }
}

.p-fv__img img {
  -o-object-fit: cover;
  aspect-ratio: 1440/613;
  height: auto;
  height: 100%;
  min-height: 600px;
  min-height: 37.5rem;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-fv__img img {
    aspect-ratio: 375/550;
    height: auto;
    min-height: 0;
    min-height: initial;
  }
}

.p-fv__img--seminar img {
  aspect-ratio: 1440/614;
}
@media screen and (max-width: 767px) {
  .p-fv__img--seminar img {
    aspect-ratio: 375/463;
  }
}

.p-fv__box {
  margin-bottom: 132px;
  margin-bottom: 8.25rem;
  margin-top: 132px;
  margin-top: 8.25rem;
  margin-top: 9.1666666667vw;
}
@media (max-width: 1150px) {
  .p-fv__box {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__box {
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
    margin-top: 0;
  }
}

.p-fv__box--num02 {
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
  margin-top: 60px;
  margin-top: 3.75rem;
  margin-top: 4.1666666667vw;
}
@media (max-width: 1150px) {
  .p-fv__box--num02 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__box--num02 {
    height: 100%;
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
  }
}

.p-fv__box--num03 {
  margin-bottom: 176px;
  margin-bottom: 11rem;
  margin-top: 179px;
  margin-top: 11.1875rem;
  margin-top: 12.4305555556vw;
}
@media (max-width: 1150px) {
  .p-fv__box--num03 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__box--num03 {
    height: 100%;
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
  }
}

.p-fv__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 165px;
  gap: 10.3125rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 4px;
  padding: 0 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0;
    padding: 0;
  }
}

.p-fv__contents--num02 {
  padding: 0 4px;
  padding: 0 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv__contents--num02 {
    left: 50%;
    position: absolute;
    top: 160px;
    top: 10rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
  }
}

.p-fv__content {
  position: relative;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-fv__content {
    margin-top: 29px;
    margin-top: 1.8125rem;
    text-align: left;
  }
}

.p-fv__content--num02 {
  max-width: 664px;
  max-width: 41.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv__content--num02 {
    margin-top: 0;
  }
}

.p-fv__content--num03 {
  max-width: 477px;
  max-width: 29.8125rem;
  padding: 0 4px;
  padding: 0 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv__content--num03 {
    left: 50%;
    margin-top: 0;
    padding: 0;
    top: 329px;
    top: 20.5625rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
  }
}

.p-fv__title {
  color: #1d3482;
  font-size: max(48px, 10px);
  font-size: max(3rem, 10px);
  font-weight: 700;
  line-height: 1.45;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-fv__title {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
    line-height: 1.4583333333;
    white-space: nowrap;
  }
}

.p-fv__title-block {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-fv__title-block {
    display: inline;
  }
}

.p-fv__read {
  color: #222;
  font-size: max(32px, 10px);
  font-size: max(2rem, 10px);
  font-weight: 700;
  line-height: 1.6;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv__read {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
  }
}

.p-fv__text {
  color: #222;
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  font-weight: 500;
  line-height: 1.6;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-fv__text {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    margin-top: 24px;
    margin-top: 1.5rem;
  }
}

.p-fv__text--num02 {
  font-weight: 700;
  margin-top: 18px;
  margin-top: 1.125rem;
}

.p-fv__circles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  gap: 1rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv__circles {
    gap: 4px;
    gap: 0.25rem;
    margin-top: 24px;
    margin-top: 1.5rem;
  }
}

.p-fv__circles--sub {
  gap: 8px;
  gap: 0.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-fv__circle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  aspect-ratio: 1/1;
  background-color: #EDF1FF;
  border: 1.5px solid #CBD6F8;
  border: 0.09375rem solid #CBD6F8;
  border-radius: 50%;
  color: #1d3482;
  display: grid;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  justify-items: center;
  justify-items: center;
  line-height: 1.8;
  place-items: center;
  text-align: center;
  width: 110px;
  width: 6.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv__circle {
    border: 0.76px solid #CBD6F8;
    font-size: max(11px, 10px);
    font-size: max(0.6875rem, 10px);
    white-space: nowrap;
    width: 65px;
    width: 4.0625rem;
  }
}

.p-fv__circle--has-sub {
  position: relative;
}

.p-fv__circle--has-sub::before,
.p-fv__circle--has-sub::after {
  background-color: #CBD6F8;
  content: "";
  height: 30px;
  height: 1.875rem;
  position: absolute;
  width: 1.5px;
  width: 0.09375rem;
}
@media screen and (max-width: 767px) {
  .p-fv__circle--has-sub::before,
  .p-fv__circle--has-sub::after {
    height: 20px;
    height: 1.25rem;
    width: 1px;
    width: 0.0625rem;
  }
}

.p-fv__circle--has-sub::before {
  bottom: -17px;
  bottom: -1.0625rem;
  right: 12px;
  right: 0.75rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-fv__circle--has-sub::after {
  bottom: -17px;
  bottom: -1.0625rem;
  left: 12px;
  left: 0.75rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-fv__circle--sub {
  background-color: #FFFFFF;
  border: none;
  -webkit-filter: drop-shadow(0 0 20px rgba(29, 52, 130, 0.1));
          filter: drop-shadow(0 0 20px rgba(29, 52, 130, 0.1));
  -webkit-filter: drop-shadow(0 0 1.25rem rgba(29, 52, 130, 0.1));
          filter: drop-shadow(0 0 1.25rem rgba(29, 52, 130, 0.1));
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-fv__circle--sub {
    font-size: max(10px, 10px);
    font-size: max(0.625rem, 10px);
    line-height: 1.2;
  }
}

.p-fv__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv__button {
    margin-top: 24px;
    margin-top: 1.5rem;
  }
}

.p-fv__button--seminar {
  -webkit-box-pack: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
  margin-top: 34px;
  margin-top: 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv__button--seminar {
    margin-top: 24px;
    margin-top: 1.5rem;
  }
}

.p-fv__program {
  margin-top: -6px;
  margin-top: -0.375rem;
  position: relative;
  z-index: 1;
}

.p-fv__program {
  display: block;
  margin-top: -6px;
  margin-top: -0.375rem;
  max-width: 256px;
  max-width: 16rem;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-fv__program {
    margin-left: auto;
    margin-right: auto;
    margin-top: 31px;
    margin-top: 1.9375rem;
    max-width: 130px;
    max-width: 8.125rem;
  }
}

.p-fv__program img {
  -o-object-fit: cover;
  aspect-ratio: 256/364;
  -webkit-box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.15);
  height: auto;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-fv__program img {
    aspect-ratio: 130/187;
  }
}

.p-fv__item--seminar {
  position: relative;
}

.p-fv__box--seminar {
  margin-top: 5.166667vw;
}
@media screen and (max-width: 767px) {
  .p-fv__box--seminar {
    margin-top: 0;
  }
}

.p-fv__contents--seminar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .p-fv__contents--seminar {
    margin-top: 130px;
    margin-top: 8.125rem;
  }
}

.p-fv__content--seminar {
  max-width: 700px;
  max-width: 43.75rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-fv__content--seminar {
    margin-top: 0;
  }
}

.p-header__inner {
  max-width: none;
  max-width: initial;
}
.p-header__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20.62px 40px;
  padding: 1.28875rem 2.5rem;
  -webkit-transition: padding 0.5s ease-out;
  transition: padding 0.5s ease-out;
}
@media screen and (max-width: 767px) {
  .p-header__head {
    padding: 10px 20px 12.11px;
    padding: 0.625rem 1.25rem 0.756875rem;
    -webkit-transition: none 0s ease 0s;
    transition: none 0s ease 0s;
    -webkit-transition: initial;
    transition: initial;
  }
}

.p-header.scrolled .p-header__head {
  padding: 12.505px 40px;
  padding: 0.7815625rem 2.5rem;
}
@media (max-width: 1083px) {
  .p-header.scrolled .p-header__head {
    padding: 12.505px 25px;
    padding: 0.7815625rem 1.5625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-header.scrolled .p-header__head {
    padding: 10px 20px;
    padding: 0.625rem 1.25rem;
    -webkit-transition: none 0s ease 0s;
    transition: none 0s ease 0s;
    -webkit-transition: initial;
    transition: initial;
  }
}

.p-header__logo-area {
  -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-header__logo {
  display: block;
  max-width: 210px;
  max-width: 13.125rem;
  width: 100%;
}
@media (max-width: 1200px) {
  .p-header__logo {
    max-width: 120px;
    max-width: 7.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    max-width: 150px;
    max-width: 9.375rem;
  }
}

.p-header__logo img {
  -o-object-fit: cover;
  aspect-ratio: 190/49;
  height: auto;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-header__logo img {
    aspect-ratio: 190/48;
  }
}

.p-header__logo-text {
  color: #222;
  font-weight: 700;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
  transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
  visibility: visible;
}

.p-header.scrolled .p-header__logo-text {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.p-header__stock-company {
  display: block;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  line-height: 1;
}

.p-header__company-name {
  display: block;
  font-size: max(23px, 10px);
  font-size: max(1.4375rem, 10px);
  line-height: 1;
  margin-top: 4px;
  margin-top: 0.25rem;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .p-header__company-name {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.p-header__menu-button {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-header__menu-button {
    display: block;
    margin-left: auto;
  }
}

.p-header__info-box-wrapper {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-header__info-box-wrapper {
    margin-left: 0;
  }
}

.p-header.scrolled .p-header__info-box-wrapper {
  margin-left: 0;
}

.p-header__info-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: margin-left 0.5s ease-out;
  transition: margin-left 0.5s ease-out;
}
@media screen and (max-width: 767px) {
  .p-header__info-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    max-width: 315px;
    max-width: 19.6875rem;
  }
}

.p-header.scrolled .p-header__info-box {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .p-header.scrolled .p-header__info-box {
    margin-left: 0;
    margin-left: initial;
  }
}

.p-header__second-nav {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
  transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
  visibility: hidden;
}

.p-header.scrolled .p-header__second-nav {
  display: block;
  margin-left: auto;
  margin-right: auto;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .p-header.scrolled .p-header__second-nav {
    display: none;
  }
}

.p-header__search {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #a6a6a6;
  border-radius: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  gap: 0.5rem;
  opacity: 1;
  padding: 7px 10px 7px 16px;
  padding: 0.4375rem 0.625rem 0.4375rem 1rem;
  -webkit-transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
  transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
  visibility: visible;
}
@media (max-width: 1200px) {
  .p-header__search {
    margin-top: 10px;
    margin-top: 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-header__search {
    margin-top: 16px;
    margin-top: 1rem;
    padding: 13px 10px 13px 16px;
    padding: 0.8125rem 0.625rem 0.8125rem 1rem;
    width: 100%;
  }
}

.p-header.scrolled .p-header__search {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.p-header__search-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-header__search-button::before {
  background: url(../images/common/search-icon.svg) no-repeat center/contain;
  content: "";
  display: block;
  height: 16px;
  height: 1rem;
  width: 16px;
  width: 1rem;
}

.p-header__search-input {
  color: #222;
  display: inline-block;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  line-height: 1;
  padding: 0;
}

.p-header__search-input::-moz-placeholder {
  color: #a6a6a6;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  line-height: 1;
}

.p-header__search-input::-webkit-input-placeholder {
  color: #a6a6a6;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  line-height: 1;
}

.p-header__search-input:-ms-input-placeholder {
  color: #a6a6a6;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  line-height: 1;
}

.p-header__search-input::-ms-input-placeholder {
  color: #a6a6a6;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  line-height: 1;
}

.p-header__search-input::placeholder {
  color: #a6a6a6;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  line-height: 1;
}

.p-header__info-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-header__info-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 40px;
    margin-top: 2.5rem;
  }
}

.p-header__info {
  color: #222;
  margin-left: 24px;
  margin-left: 1.5rem;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
  transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .p-header__info {
    margin-left: 0;
    margin-top: 16px;
    margin-top: 1rem;
  }
}

.p-header.scrolled .p-header__info {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.p-header__tel {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-size: max(24px, 10px);
  font-size: max(1.5rem, 10px);
  font-weight: 500;
  gap: 3px;
  gap: 0.1875rem;
  letter-spacing: 0.03em;
  line-height: 1;
  white-space: nowrap;
}

.p-header__tel::before {
  background: url(../images/common/tel-icon.svg) no-repeat center/cover;
  content: "";
  display: block;
  height: 17px;
  height: 1.0625rem;
  width: 16px;
  width: 1rem;
}

.p-header__time {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  line-height: 1;
  margin-top: 4px;
  margin-top: 0.25rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-header__time {
    text-align: center;
  }
}

.p-header__button {
  margin-left: 16px;
  margin-left: 1rem;
  -webkit-transition: margin-left 0.5s ease-out;
  transition: margin-left 0.5s ease-out;
}
@media screen and (max-width: 767px) {
  .p-header__button {
    margin-left: 0;
  }
}

.p-header.scrolled .p-header__button {
  margin-left: 0;
}

.p-header__nav {
  background-color: #1d3482;
  height: 55px;
  height: 3.4375rem;
  -webkit-transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
  transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
}

.p-header.scrolled .p-header__nav {
  opacity: 0;
  visibility: hidden;
}

.p-header__items {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-header__item {
  height: inherit;
  position: relative;
}

.p-header__item + .p-header__item::before {
  background-color: #fff;
  content: "";
  display: block;
  height: 16px;
  height: 1rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
  width: 1px;
}

.p-header.scrolled .p-header__item + .p-header__item::before {
  background-color: #1d3482;
}

.p-header__link {
  color: #fff;
  display: inline-block;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  height: inherit;
  letter-spacing: 0.05em;
  line-height: 1.4375;
  padding: 16px 24px;
  padding: 1rem 1.5rem;
  -webkit-transition: color 0.5s ease-out;
  transition: color 0.5s ease-out;
  white-space: nowrap;
}

.p-header.scrolled .p-header__link {
  color: #222;
}

.p-header__item:nth-child(2) .p-header__link,
.p-header__item:nth-child(4) .p-header__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  gap: 0.625rem;
}

.p-header__item:nth-child(2) .p-header__link::after,
.p-header__item:nth-child(4) .p-header__link::after {
  border-bottom: 2px solid #fff;
  border-bottom: 0.125rem solid #fff;
  border-right: 2px solid #fff;
  border-right: 0.125rem solid #fff;
  content: "";
  display: inline-block;
  height: 7px;
  height: 0.4375rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: border-right 0.5s ease-out, border-bottom 0.5s ease-out;
  transition: border-right 0.5s ease-out, border-bottom 0.5s ease-out;
  width: 7px;
  width: 0.4375rem;
}

.p-header.scrolled .p-header__item:nth-child(2) .p-header__link::after,
.p-header.scrolled .p-header__item:nth-child(4) .p-header__link::after {
  border-bottom: 2px solid #222;
  border-bottom: 0.125rem solid #222;
  border-right: 2px solid #222;
  border-right: 0.125rem solid #222;
}

.p-header__inner-items {
  background-color: #fff;
  -webkit-box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
  left: -10px;
  left: -0.625rem;
  opacity: 0;
  padding: 20px 0;
  padding: 1.25rem 0;
  pointer-events: none;
  position: absolute;
  top: 55px;
  top: 3.4375rem;
  -webkit-transition: opacity 0.3s ease-out, pointer-events 0.3s ease-out;
  transition: opacity 0.3s ease-out, pointer-events 0.3s ease-out;
  width: 260px;
  width: 16.25rem;
}

.p-header__item:hover .p-header__inner-items {
  opacity: 1;
  pointer-events: visible;
}

.p-header__inner-item {
  line-height: 1;
}

.p-header__inner-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1d3482;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  gap: 8px;
  gap: 0.5rem;
  line-height: 1.4;
  padding: 12px 32px 12px 32px;
  padding: 0.75rem 2rem 0.75rem 2rem;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.p-header__inner-link:hover {
  opacity: 1;
  -webkit-transform: translate(0.625rem, 0);
          transform: translate(0.625rem, 0);
}

.p-header__inner-link::before {
  background: url(../images/common/blue-arrow.svg) no-repeat center/cover;
  content: "";
  display: block;
  height: 3.64px;
  height: 0.2275rem;
  width: 20px;
  width: 1.25rem;
}

.p-header__inner-link--has-sub {
  padding-bottom: 3px;
  padding-bottom: 0.1875rem;
}

.p-header__inner-link--sub {
  padding: 5px 32px 5px 42px;
  padding: 0.3125rem 2rem 0.3125rem 2.625rem;
}

.p-header__inner-link.p-header__inner-link--sub:before {
  background: url(../images/common/blue-arrow-sub.svg) no-repeat center/cover;
  height: 7.5px;
  height: 0.46875rem;
  width: 12px;
  width: 0.75rem;
}

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

.p-header__drawer {
  bottom: 0;
  left: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .p-header__drawer {
    left: auto;
    max-width: 46.6666666667%;
    width: 50%;
  }
}

.p-header__drawer[aria-hidden=false] {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/* hover指定できるPCを想定したスタイル */
/* hoverが使えないタッチ端末を想定した装飾 */
.p-lecture-cancel {
  padding-bottom: 119px;
  padding-bottom: 7.4375rem;
}
@media screen and (max-width: 767px) {
  .p-lecture-cancel {
    padding-bottom: 80px;
    padding-bottom: 5rem;
  }
}

.p-lecture-cancel__text {
  margin-top: 91px;
  margin-top: 5.6875rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-lecture-cancel__text {
    margin-top: 51px;
    margin-top: 3.1875rem;
    text-align: left;
  }
}

.p-lecture-cancel__box {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-lecture-cancel__box {
    margin-top: 32px;
    margin-top: 2rem;
  }
}

.p-lecture-cancel__box-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1d3482;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: max(24px, 10px);
  font-size: max(1.5rem, 10px);
  font-weight: 700;
  gap: 16px;
  gap: 1rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-lecture-cancel__box-title {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
  }
}

.p-lecture-cancel__box-title::before {
  background-color: #1d3482;
  content: "";
  display: block;
  height: 46px;
  height: 2.875rem;
  width: 2px;
  width: 0.125rem;
}
@media screen and (max-width: 767px) {
  .p-lecture-cancel__box-title::before {
    height: 49px;
    height: 3.0625rem;
  }
}

.p-lecture-cancel__items {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-lecture-cancel__items {
    margin-top: 24px;
    margin-top: 1.5rem;
  }
}

.p-lecture-cancel__item + .p-lecture-cancel__item {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-lecture-cancel__item + .p-lecture-cancel__item {
    margin-top: 24px;
    margin-top: 1.5rem;
  }
}

.p-lecture-cancel__item-term {
  color: #222;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 700;
  line-height: 1.4444444444;
}
@media screen and (max-width: 767px) {
  .p-lecture-cancel__item-term {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    line-height: 1.4375;
  }
}

.p-lecture-cancel__item-description {
  letter-spacing: 0.04em;
  margin-top: 16px;
  margin-top: 1rem;
}

.p-lecture-cancel__box-text {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-lecture-cancel__box-text {
    font-size: max(12px, 10px);
    font-size: max(0.75rem, 10px);
    margin-top: 24px;
    margin-top: 1.5rem;
  }
}

.p-lecture-head__top {
  margin-top: 89px;
  margin-top: 5.5625rem;
}
@media screen and (max-width: 767px) {
  .p-lecture-head__top {
    margin-top: 33px;
    margin-top: 2.0625rem;
  }
}

.p-lecture-main {
  background-color: #f5f5f5;
  margin: 0 calc(50% - (50vw - 0 / 2));
  margin: 0 calc(50% - (50vw - var(--scrollbar-width, 0) / 2));
  margin: 0 calc(50% - (50vi - 0 / 2));
  margin: 0 calc(50% - (50vi - var(--scrollbar-width, 0) / 2));
  margin-top: 98px;
  margin-top: 6.125rem;
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
  padding-top: 100px;
  padding-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-lecture-main {
    margin-top: 40px;
    margin-top: 2.5rem;
    padding-bottom: 80px;
    padding-bottom: 5rem;
    padding-top: 63px;
    padding-top: 3.9375rem;
  }
}

.p-lecture-main__items {
  grid-gap: 1.8125rem 1.5rem;
  display: grid;
  gap: 29px 24px;
  gap: 1.8125rem 1.5rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 91px;
  margin-top: 5.6875rem;
}
@media screen and (max-width: 767px) {
  .p-lecture-main__items {
    gap: 24px;
    gap: 1.5rem;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 51px;
    margin-top: 3.1875rem;
  }
}

.p-lecture-main__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-lecture-main__item-link {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px 24px 16px;
  padding: 1.5rem 1.5rem 1rem;
  width: 100%;
}

.p-lecture-main__item-link:hover {
  opacity: 1;
}

.p-lecture-main__item-link:hover .c-link--lecture::after {
  right: 63px;
  right: 3.9375rem;
}

.p-lecture-main__item-title {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #1d3482;
  font-size: max(24px, 10px);
  font-size: max(1.5rem, 10px);
  font-weight: 700;
  line-height: 1.4583333333;
}
@media screen and (max-width: 767px) {
  .p-lecture-main__item-title {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    line-height: 1.4375;
  }
}

.p-lecture-main__item-tags {
  -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;
  gap: 8px;
  gap: 0.5rem;
  margin-top: 16px;
  margin-top: 1rem;
}

.p-lecture-main__item-tag {
  background-color: #1d3482;
  color: #fff;
  display: inline-block;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 700;
  line-height: 1.4285714286;
  padding: 4px 12px;
  padding: 0.25rem 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-lecture-main__item-tag {
    font-size: max(12px, 10px);
    font-size: max(0.75rem, 10px);
    line-height: 1.4166666667;
  }
}

.p-lecture-main__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-lecture-main__item-text {
  color: #222;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  line-height: 1.8;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-lecture-main__item-text {
    margin-top: 25px;
    margin-top: 1.5625rem;
  }
}

.p-lecture-main__item-text p {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-lecture-main__item-text p::first-letter {
  color: #1d3482;
}

.p-lecture-main__item-button {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-lecture-main__item-no-posts {
  color: #222;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-lecture-main__item-no-posts {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
  }
}

.p-lecture-side {
  position: fixed;
  right: 0;
  top: 557px;
  top: 34.8125rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-lecture-side {
    display: none;
  }
}

::-webkit-full-page-media, :future, :root .p-lecture-side {
  -webkit-transform: translateX(-105%);
          transform: translateX(-105%);
}

@-moz-document url-prefix() {
  .p-lecture-side {
    transform: translateX(1.875rem);
  }
}
.p-lecture-side__item {
  height: 196px;
  height: 12.25rem;
}

.p-lecture-side__item:nth-child(2) {
  height: 184px;
  height: 11.5rem;
}

.p-lecture-side__item-link {
  display: inline-block;
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 13px;
  padding: 0.8125rem;
  text-align: center;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.p-lecture-side__item-link--contact {
  background-color: #1d3482;
  border: 2px solid #1d3482;
  border: 0.125rem solid #1d3482;
  color: #fff;
  height: 196px;
  height: 12.25rem;
  -webkit-transition: background-color 0.3s ease-out, border 0.3s ease-out;
  transition: background-color 0.3s ease-out, border 0.3s ease-out;
}

.p-lecture-side__item-link--contact:hover {
  background-color: #222;
  border: 2px solid #222;
  border: 0.125rem solid #222;
  opacity: 1;
}

.p-lecture-side__item-link--performance {
  background-color: #fff;
  border: 2px solid #1d3482;
  border: 0.125rem solid #1d3482;
  color: #1d3482;
  height: 184px;
  height: 11.5rem;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out;
}

.p-lecture-side__item-link--performance:hover {
  background-color: #1d3482;
  color: #fff;
  opacity: 1;
}

.p-lecture-single {
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-lecture-single {
    padding-bottom: 79px;
    padding-bottom: 4.9375rem;
  }
}

.p-lecture-single .p-single__container {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-lecture-single .p-single__tags {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  gap: 0.5rem;
}

.p-lecture-single .p-single__tag {
  background-color: #1d3482;
  color: #fff;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 700;
  line-height: 1.4285714286;
  padding: 4px 12px;
  padding: 0.25rem 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-lecture-single .p-single__tag {
    font-size: max(12px, 10px);
    font-size: max(0.75rem, 10px);
    line-height: 1.4166666667;
  }
}

.p-lecture-single .p-single__title {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-lecture-single .p-single__title {
    font-size: max(20px, 10px);
    font-size: max(1.25rem, 10px);
    line-height: 1.5;
    margin-top: 8px;
    margin-top: 0.5rem;
  }
}

.p-lecture-single .wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-1.wp-block-columns-is-layout-flex {
  gap: 80px;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-lecture-single .wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-1.wp-block-columns-is-layout-flex {
    gap: 0;
  }
}

.p-lecture-single .wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-2.wp-block-columns-is-layout-flex {
  gap: 80px;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-lecture-single .wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-2.wp-block-columns-is-layout-flex {
    gap: 0;
  }
}

.p-lecture-single .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:first-of-type {
  width: 31.8181818182%;
}
@media (max-width: 781px) {
  .p-lecture-single .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:first-of-type {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-lecture-single .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:first-of-type {
    width: 100%;
  }
}

.p-lecture-single .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:first-of-type .wp-block-image {
  -webkit-box-shadow: 0.25rem 0.25rem 1.5625rem rgba(38, 38, 38, 0.1);
          box-shadow: 0.25rem 0.25rem 1.5625rem rgba(38, 38, 38, 0.1);
}
@media (max-width: 781px) {
  .p-lecture-single .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:first-of-type .wp-block-image {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-lecture-single .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:first-of-type .wp-block-image {
    margin-top: 0;
    max-width: 335px;
    max-width: 20.9375rem;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-lecture-single .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:first-of-type .wp-block-image img {
    -o-object-fit: cover;
    aspect-ratio: 335/495.52;
    height: auto;
       object-fit: cover;
    width: 100%;
  }
}

.p-lecture-single .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:nth-child(2) {
  width: 60.91%;
}
@media screen and (max-width: 767px) {
  .p-lecture-single .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:nth-child(2) {
    width: 100%;
  }
}

.p-lecture-single .wp-block-image img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-lecture-single .wp-block-image img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

.p-lecture-single .wp-block-heading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f5f5f5;
  color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: max(22px, 10px);
  font-size: max(1.375rem, 10px);
  font-weight: 700;
  gap: 16px;
  gap: 1rem;
  line-height: 1.4545454545;
  margin-top: 0;
  padding: 12px 24px;
  padding: 0.75rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-lecture-single .wp-block-heading {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
    line-height: 1.4444444444;
    padding: 12px 16px;
    padding: 0.75rem 1rem;
  }
}

.p-lecture-single .wp-block-heading::before {
  background-color: #1d3482;
  content: "";
  display: block;
  height: 34px;
  height: 2.125rem;
  width: 2px;
  width: 0.125rem;
}
@media screen and (max-width: 767px) {
  .p-lecture-single .wp-block-heading::before {
    height: 30px;
    height: 1.875rem;
  }
}

.p-lecture-single .p-content h2:nth-of-type(1) {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-lecture-single .p-content h2:nth-of-type(1) {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
}

.p-lecture-single .p-content h2:nth-of-type(n + 2) {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-lecture-single .p-content h2:nth-of-type(n + 2) {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
}

.p-lecture-single .p-content .wp-block-heading + p {
  color: #222;
  line-height: 1.8;
  margin-top: 26px;
  margin-top: 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-lecture-single .p-content .wp-block-heading + p {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    margin-top: 15px;
    margin-top: 0.9375rem;
  }
}

.p-lecture-single .p-single__content {
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-lecture-single .p-single__content {
    margin-top: 31px;
    margin-top: 1.9375rem;
  }
}

.p-lecture-single :where(.wp-block-columns) {
  margin-bottom: 0;
}
@media (max-width: 781px) {
  .p-lecture-single :where(.wp-block-columns) {
    -ms-flex-wrap: initial !important;
        flex-wrap: initial !important;
  }
}
@media screen and (max-width: 767px) {
  .p-lecture-single :where(.wp-block-columns) {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}

.p-lecture-single .p-single__button-items {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  gap: 1rem;
  margin-left: 430px;
  margin-left: 26.875rem;
  margin-top: 48px;
  margin-top: 3rem;
}
@media (max-width: 781px) {
  .p-lecture-single .p-single__button-items {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-lecture-single .p-single__button-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 32px;
    margin-top: 2rem;
  }
}

.p-lecture-single .p-single_download {
  border: 2px solid #1d3482;
  border: 0.125rem solid #1d3482;
  color: #1d3482;
  display: inline-block;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  line-height: 1;
  padding: 18px;
  padding: 1.125rem;
  position: relative;
  text-align: center;
  width: 308px;
  width: 19.25rem;
}
@media screen and (max-width: 767px) {
  .p-lecture-single .p-single_download {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    padding: 22px 10px;
    padding: 1.375rem 0.625rem;
    width: 295px;
    width: 18.4375rem;
  }
}

.p-lecture-single .p-single_download::after {
  background: url(../images/common/download-icon.svg) no-repeat center/cover;
  content: "";
  display: block;
  height: 11px;
  height: 0.6875rem;
  position: absolute;
  right: 22px;
  right: 1.375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  width: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-lecture-single .p-single_download::after {
    right: 14px;
    right: 0.875rem;
  }
}

.p-lecture-single .p-single__archive-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-lecture-single .p-single__archive-button {
    margin-top: 39px;
    margin-top: 2.4375rem;
  }
}

.p-lecture-single .p-single__archive-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  gap: 16px;
  gap: 1rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-lecture-single .p-single__archive-link {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
  }
}

.p-lecture-single .p-single__archive-link::before {
  background: url(../images/common/lecture-icon.svg) no-repeat center/cover;
  content: "";
  display: block;
  height: 32px;
  height: 2rem;
  width: 32px;
  width: 2rem;
}
@media screen and (max-width: 767px) {
  .p-lecture-single .p-single__archive-link::before {
    height: 26px;
    height: 1.625rem;
    width: 26px;
    width: 1.625rem;
  }
}

.p-modal {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  visibility: hidden;
  width: 100%;
  z-index: 8887;
}

.p-modal__content-body {
  background: #f5f5f5;
  bottom: 80px;
  bottom: 5rem;
  left: 20px;
  left: 1.25rem;
  margin: auto;
  max-width: 1240px;
  max-width: 77.5rem;
  overflow-y: auto;
  position: absolute;
  right: 20px;
  right: 1.25rem;
  top: 80px;
  top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-modal__content-body {
    bottom: 40px;
    bottom: 2.5rem;
    left: 20px;
    left: 1.25rem;
    right: 20px;
    right: 1.25rem;
    top: 50px;
    top: 3.125rem;
  }
}

.p-modal__content-top {
  max-width: 1240px;
  max-width: 77.5rem;
  position: fixed;
  text-align: right;
  width: calc(100% - 3.125rem);
}

.p-modal__content-close {
  aspect-ratio: 1/1;
  background-color: #1d3482;
  border-radius: 50%;
  display: inline-block;
  height: auto;
  position: relative;
  -webkit-transform: translate(40%, -40%);
          transform: translate(40%, -40%);
  width: 50px;
  width: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-modal__content-close {
    -webkit-transform: translate(68%, -37%);
            transform: translate(68%, -37%);
    width: 30px;
    width: 1.875rem;
  }
}

.p-modal__content-close::before,
.p-modal__content-close::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 3px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 40%;
}

.p-modal__content-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.p-modal__content-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.p-modal__content-close:hover,
.p-modal__content-close:focus {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  cursor: pointer;
  text-decoration: none;
}

.p-modal__content-content {
  -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;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100%;
  padding: 72px 134px 80px;
  padding: 4.5rem 8.375rem 5rem;
}
@media screen and (max-width: 767px) {
  .p-modal__content-content {
    padding: 38px 20px;
    padding: 2.375rem 1.25rem;
  }
}

.p-modal__content-content-heading {
  color: #1d3482;
  font-size: 32px;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-modal__content-content-heading {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.p-modal__form {
  margin-top: 56px;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-modal__form {
    margin-top: 25px;
    margin-top: 1.5625rem;
  }
}

.p-modal__image {
  width: 100%;
}

/* is-show */
.is-show {
  opacity: 1;
  /* モーダル表示用クラス */
  visibility: visible;
}

/* body固定 */
body:has(.p-modal.is-show) {
  overflow: hidden;
}

.p-news-head__button {
  margin-left: auto;
  max-width: 148px;
  max-width: 9.25rem;
  position: relative;
}

.p-news-head__text {
  border: 1px solid #a6a6a6;
  border-radius: 0.25rem;
  color: #222;
  cursor: pointer;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  line-height: 1;
  margin-left: auto;
  padding: 11px;
  padding: 0.6875rem;
  position: relative;
  text-align: center;
  width: 148px;
  width: 9.25rem;
}
@media screen and (max-width: 767px) {
  .p-news-head__text {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    width: 142px;
    width: 8.875rem;
  }
}

.p-news-head__text::after {
  border-bottom: 2px solid #1d3482;
  border-bottom: 0.125rem solid #1d3482;
  border-right: 2px solid #1d3482;
  border-right: 0.125rem solid #1d3482;
  content: "";
  display: block;
  height: 8px;
  height: 0.5rem;
  position: absolute;
  right: 14px;
  right: 0.875rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 8px;
  width: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-news-head__text::after {
    right: 8px;
    right: 0.5rem;
    top: 44%;
  }
}

.p-news-head__items {
  background-color: #fff;
  border-bottom: 1px solid #a6a6a6;
  border-left: 1px solid #a6a6a6;
  border-radius: 0 0 0.25rem 0.25rem;
  border-right: 1px solid #a6a6a6;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: center;
  top: 40px;
  top: 2.5rem;
  -webkit-transition: opacity 0.3s ease-out, pointer-events 0.3s ease-out;
  transition: opacity 0.3s ease-out, pointer-events 0.3s ease-out;
  width: 148px;
  width: 9.25rem;
}
@media screen and (max-width: 767px) {
  .p-news-head__items {
    width: 142px;
    width: 8.875rem;
  }
}

.p-news-head__item {
  line-height: 1;
}

.p-news-head__item-link {
  color: #222;
  display: inline-block;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  line-height: 1.8;
}

.p-news-head__button:hover .p-news-head__items {
  opacity: 1;
  pointer-events: visible;
}

.p-news-post {
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-news-post {
    padding-bottom: 80px;
    padding-bottom: 5rem;
  }
}

.p-news-post__item + .p-news-post__item {
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-news-post__item + .p-news-post__item {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
}

.p-news-post__link {
  border-bottom: 1px solid #d9d9d9;
  display: block;
  padding-bottom: 66px;
  padding-bottom: 4.125rem;
}
@media screen and (max-width: 767px) {
  .p-news-post__link {
    padding-bottom: 34px;
    padding-bottom: 2.125rem;
  }
}

.p-news-post__meta {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  gap: 1rem;
}

.p-news-post__date {
  color: #a6a6a6;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-news-post__date {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
  }
}

.p-news-post__category {
  border: 1px solid;
  color: #1d3482;
  display: inline-block;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 700;
  line-height: 1;
  padding: 4px 7px;
  padding: 0.25rem 0.4375rem;
}
@media screen and (max-width: 767px) {
  .p-news-post__category {
    font-size: max(12px, 10px);
    font-size: max(0.75rem, 10px);
  }
}

.p-news-post__title {
  color: #1d3482;
  font-size: max(28px, 10px);
  font-size: max(1.75rem, 10px);
  font-weight: 700;
  line-height: 1.5;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-news-post__title {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
  }
}

.p-news-post__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-news-post__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 24px;
    margin-top: 1.5rem;
  }
}

.p-news-post__img-box {
  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;
  margin-right: 65px;
  margin-right: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .p-news-post__img-box {
    margin-right: 0;
  }
}

.p-news-post__img-box.no-image {
  margin-right: 0;
}

.p-news-post__img {
  display: block;
  max-width: 300px;
  max-width: 18.75rem;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-news-post__img {
    margin-left: auto;
    margin-right: auto;
    max-width: initial;
    max-width: 335px;
    max-width: 20.9375rem;
  }
}

.p-news-post__img[data-target] {
  cursor: pointer;
}

.p-news-post__img-zoom {
  aspect-ratio: 1/1;
  background-color: #fff;
  border: 3px solid #1d3482;
  border: 0.1875rem solid #1d3482;
  border-radius: 50%;
  content: "";
  height: auto;
  position: absolute;
  right: 8px;
  right: 0.5rem;
  top: 8px;
  top: 0.5rem;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  width: 30px;
  width: 1.875rem;
}

.p-news-post__img-zoom::before,
.p-news-post__img-zoom::after {
  background-color: #333;
  content: "";
  display: inline-block;
  height: 3px;
  height: 0.1875rem;
  position: absolute;
  right: 6px;
  right: 0.375rem;
  top: 10px;
  top: 0.625rem;
  width: 50%;
}

.p-news-post__img-zoom::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.p-news-post__img:hover .p-news-post__img-zoom {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.p-news-post__img img {
  -o-object-fit: contain;
  height: auto;
     object-fit: contain;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-news-post__img img {
    aspect-ratio: 335/300;
  }
}

.p-news-post__text {
  color: #222;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-news-post__text {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    margin-top: 24px;
    margin-top: 1.5rem;
  }
}

.p-news-post__text a {
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  color: #3C3CF3;
  text-decoration: underline;
}

.p-news {
  background-color: #f5f5f5;
  padding: 100px 0;
  padding: 6.25rem 0;
}
@media screen and (max-width: 767px) {
  .p-news {
    padding: 64px 0;
    padding: 4rem 0;
  }
}

.p-news__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 138px;
  gap: 8.625rem;
}
@media screen and (max-width: 767px) {
  .p-news__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

.p-news__button {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-news__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 31px;
    margin-top: 1.9375rem;
  }
}

.p-news__items {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-news__items {
    margin-top: 14px;
    margin-top: 0.875rem;
  }
}

.p-news__item-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #a6a6a6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  padding-top: 24px;
  padding-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-news__item-link {
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 16px;
    padding-bottom: 1rem;
  }
}

.p-news__item-meta {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-news__item-date {
  color: #a6a6a6;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-news__item-date {
    font-size: max(13px, 10px);
    font-size: max(0.8125rem, 10px);
    width: 100%;
    width: 86px;
    width: 5.375rem;
  }
}

.p-news__item-category {
  border: 1px solid #1d3482;
  color: #1d3482;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 700;
  line-height: 1.8;
  margin-left: 16px;
  margin-left: 1rem;
  padding: 0 7px;
  padding: 0 0.4375rem;
}
@media screen and (max-width: 767px) {
  .p-news__item-category {
    font-size: max(11px, 10px);
    font-size: max(0.6875rem, 10px);
    margin-left: 0;
  }
}

.p-news__item-text {
  color: #222;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 500;
  line-height: 1.8;
  margin-left: 24px;
  margin-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-news__item-text {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    margin-left: 0;
    margin-top: 8px;
    margin-top: 0.5rem;
  }
}

.p-page-head {
  padding-top: 145px;
  padding-top: 9.0625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-page-head {
    padding-top: 60px;
    padding-top: 3.75rem;
  }
}

.p-page-head__bg {
  aspect-ratio: 1440/340;
  background: no-repeat center/cover;
  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;
  max-height: 340px;
  max-height: 21.25rem;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-page-head__bg {
    aspect-ratio: 375/250;
    max-height: 250px;
    max-height: 15.625rem;
  }
}

.p-page-head--privacy .p-page-head__bg {
  background-color: #f5f5f5;
}

.p-page-head__bg[data-bg=consulting] {
  background-image: url("../images/consulting/consulting-head.jpg");
}
@media screen and (max-width: 767px) {
  .p-page-head__bg[data-bg=consulting] {
    background-image: url("../images/consulting/consulting-head_sp.jpg");
  }
}

.p-page-head__bg[data-bg=company] {
  background-image: url("../images/company/company-head.jpg");
}
@media screen and (max-width: 767px) {
  .p-page-head__bg[data-bg=company] {
    background-image: url("../images/company/company-head_sp.jpg");
  }
}

.p-page-head__bg[data-bg=performance] {
  background-image: url("../images/company/performance/performance-head.jpg");
}
@media screen and (max-width: 767px) {
  .p-page-head__bg[data-bg=performance] {
    background-image: url("../images/company/performance/performance-head_sp.jpg");
  }
}

.p-page-head__bg[data-bg=contact] {
  background-image: url("../images/contact/contact-head.jpg");
}
@media screen and (max-width: 767px) {
  .p-page-head__bg[data-bg=contact] {
    background-image: url("../images/contact/contact-head_sp.jpg");
  }
}

.p-page-head__bg[data-bg=lecture] {
  background-image: url("../images/lecture/lecture-head.jpg");
}
@media screen and (max-width: 767px) {
  .p-page-head__bg[data-bg=lecture] {
    background-image: url("../images/lecture/lecture-head_sp.jpg");
  }
}

.p-page-head__bg[data-bg=recruit] {
  background-image: url("../images/recruit/recruit-head.jpg");
}
@media screen and (max-width: 767px) {
  .p-page-head__bg[data-bg=recruit] {
    background-image: url("../images/recruit/recruit-head_sp.jpg");
  }
}

.p-page-head__bg[data-bg=news] {
  background-image: url("../images/news/news-head.jpg");
}
@media screen and (max-width: 767px) {
  .p-page-head__bg[data-bg=news] {
    background-image: url("../images/news/news-head_sp.jpg");
  }
}

.p-page-head__bg[data-bg=instructor] {
  background-image: url("../images/instructor/instructor-head.jpg");
}
@media screen and (max-width: 767px) {
  .p-page-head__bg[data-bg=instructor] {
    background-image: url("../images/instructor/instructor-head_sp.jpg");
  }
}

.p-page-head__bg:not([data-bg=""]) {
  color: #fff;
}

.p-page-head__bg:not([data-bg=""])::before {
  background-color: rgba(29, 52, 130, 0.25);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.p-page-head__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transform: translateY(-0.3125rem);
          transform: translateY(-0.3125rem);
}
@media screen and (max-width: 767px) {
  .p-page-head__inner {
    -webkit-transform: translateY(0.125rem);
            transform: translateY(0.125rem);
  }
}

.p-page-head__inner::before {
  background-color: #1d3482;
  content: "";
  display: block;
  height: 100%;
  width: 3px;
  width: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .p-page-head__inner::before {
    height: calc(100% - 1.25rem);
    margin-left: 20px;
    margin-left: 1.25rem;
    margin-top: 7px;
    margin-top: 0.4375rem;
    width: 2px;
    width: 0.125rem;
  }
}

.p-page-head__bg:not([data-bg=""]) .p-page-head__inner::before {
  background-color: #fff;
}

.p-page-head__title {
  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: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  gap: 5px;
  gap: 0.3125rem;
  line-height: 1.4;
  padding: 7px 32px 12px;
  padding: 0.4375rem 2rem 0.75rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-page-head__title {
    font-size: 26px;
    font-size: 1.625rem;
    gap: 0;
    padding: 7px 24px 12px;
    padding: 0.4375rem 1.5rem 0.75rem;
  }
}

.p-page-head__title::before {
  color: #1d3482;
  content: attr(data-english);
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-page-head__title::before {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.p-page-head__bg:not([data-bg=""]) .p-page-head__title::before {
  color: #fff;
}

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

.p-pagenavi .wp-pagenavi {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-pagenavi .wp-pagenavi a,
.p-pagenavi .wp-pagenavi span {
  border: medium none currentColor;
  border: initial;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4375;
  margin: 0 3px;
  margin: 0 0.1875rem;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .p-pagenavi .wp-pagenavi a,
  .p-pagenavi .wp-pagenavi span {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    line-height: 1.4285714286;
  }
}

.p-pagenavi .wp-pagenavi a:hover {
  opacity: 0.6;
}

.p-pagenavi .wp-pagenavi .current {
  color: #a6a6a6;
}

.p-pagenavi .wp-pagenavi .nextpostslink,
.p-pagenavi .wp-pagenavi .previouspostslink {
  background-color: #1d3482;
  margin: 0 16px;
  margin: 0 1rem;
  padding: 18px;
  padding: 1.125rem;
  position: relative;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .p-pagenavi .wp-pagenavi .nextpostslink,
  .p-pagenavi .wp-pagenavi .previouspostslink {
    padding: 15px;
    padding: 0.9375rem;
  }
}

.p-pagenavi .wp-pagenavi .nextpostslink:hover,
.p-pagenavi .wp-pagenavi .previouspostslink:hover {
  opacity: 0.6;
}

.nextpostslink::before {
  border-right: 2px solid #fff;
  border-right: 0.125rem solid #fff;
  border-top: 2px solid #fff;
  border-top: 0.125rem solid #fff;
  content: "";
  display: block;
  height: 8px;
  height: 0.5rem;
  left: 44%;
  margin: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 8px;
  width: 0.5rem;
}

.previouspostslink::before {
  border-bottom: 2px solid #fff;
  border-bottom: 0.125rem solid #fff;
  border-left: 2px solid #fff;
  border-left: 0.125rem solid #fff;
  content: "";
  display: block;
  height: 8px;
  height: 0.5rem;
  left: 56%;
  margin: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 8px;
  width: 0.5rem;
}

.p-performance-achievement__head {
  margin-top: 91px;
  margin-top: 5.6875rem;
}
@media screen and (max-width: 767px) {
  .p-performance-achievement__head {
    margin-top: 51px;
    margin-top: 3.1875rem;
  }
}

.p-performance-achievement__head-read {
  color: #222;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-performance-achievement__head-read {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
  }
}

.p-performance-achievement__head-read span {
  color: #1d3482;
}

.p-performance-achievement__head-items {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-performance-achievement__head-items {
    margin-top: 31px;
    margin-top: 1.9375rem;
  }
}

.p-performance-achievement__head-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-performance-achievement__head-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

.p-performance-achievement__head-item + .p-performance-achievement__head-item {
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-performance-achievement__head-item + .p-performance-achievement__head-item {
    margin-top: 15px;
    margin-top: 0.9375rem;
  }
}

@media screen and (max-width: 767px) {
  .p-performance-achievement__head-term {
    width: 100%;
  }
}

.p-performance-achievement__head-term-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #1d3482;
  color: #fff;
  display: inline-block;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  gap: 18px;
  gap: 1.125rem;
  line-height: 1.8;
  padding: 16px 10px;
  padding: 1rem 0.625rem;
  position: relative;
  text-align: center;
  width: 200px;
  width: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-performance-achievement__head-term-link {
    display: block;
    padding: 8px 10px;
    padding: 0.5rem 0.625rem;
    width: 100%;
  }
}

.p-performance-achievement__head-term-link::after {
  border-bottom: 2px solid #fff;
  border-bottom: 0.125rem solid #fff;
  border-right: 2px solid #fff;
  border-right: 0.125rem solid #fff;
  content: "";
  display: inline-block;
  height: 7px;
  height: 0.4375rem;
  position: absolute;
  right: 25.5px;
  right: 1.59375rem;
  top: 26px;
  top: 1.625rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 7px;
  width: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .p-performance-achievement__head-term-link::after {
    top: 18px;
    top: 1.125rem;
  }
}

.p-performance-achievement__head-description {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 42px;
  gap: 2.625rem;
  padding: 16px 24px 16px 32px;
  padding: 1rem 1.5rem 1rem 2rem;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .p-performance-achievement__head-description {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px 34px;
    gap: 1rem 2.125rem;
    margin-top: 9px;
    margin-top: 0.5625rem;
    padding: 16px 24px;
    padding: 1rem 1.5rem;
    width: 100%;
  }
}

.p-performance-achievement__head-description.hovered {
  background-color: rgba(245, 245, 245, 0.6);
}

.p-performance-achievement__head-description-link {
  color: #222;
  display: inline-block;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  line-height: 1.8;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-performance-achievement__head-description-link {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
  }
}

.p-performance-achievement__head-description-link:after {
  border-bottom: 2px solid #a6a6a6;
  border-bottom: 0.125rem solid #a6a6a6;
  border-right: 2px solid #a6a6a6;
  border-right: 0.125rem solid #a6a6a6;
  content: "";
  display: inline-block;
  height: 7px;
  height: 0.4375rem;
  position: absolute;
  right: -16.5px;
  right: -1.03125rem;
  top: 10px;
  top: 0.625rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 7px;
  width: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .p-performance-achievement__head-description-link:after {
    top: 7px;
    top: 0.4375rem;
  }
}

.p-performance-achievement__container {
  background-color: #f5f5f5;
  margin-top: 100px;
  margin-top: 6.25rem;
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
  padding-top: 100px;
  padding-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-performance-achievement__container {
    margin-top: 37px;
    margin-top: 2.3125rem;
    padding-bottom: 81px;
    padding-bottom: 5.0625rem;
    padding-top: 39px;
    padding-top: 2.4375rem;
  }
}

.p-performance-achievement__items {
  background-color: #fff;
  padding-bottom: 80px;
  padding-bottom: 5rem;
  padding-top: 66px;
  padding-top: 4.125rem;
}
@media screen and (max-width: 767px) {
  .p-performance-achievement__items {
    padding: 33px 16px 31px;
    padding: 2.0625rem 1rem 1.9375rem;
  }
}

.p-performance-achievement__item {
  margin-left: auto;
  margin-right: auto;
  max-width: 972px;
  max-width: 60.75rem;
  width: 100%;
}

.p-performance-achievement__item + .p-performance-achievement__item {
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-performance-achievement__item + .p-performance-achievement__item {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
}

.p-performance-achievement__item-title {
  border-bottom: 1px solid #1d3482;
  border-top: 1px solid #1d3482;
  color: #1d3482;
  font-size: max(28px, 10px);
  font-size: max(1.75rem, 10px);
  line-height: 1.4642857143;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  padding-top: 16px;
  padding-top: 1rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-performance-achievement__item-title {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    padding-bottom: 9px;
    padding-bottom: 0.5625rem;
    padding-top: 7px;
    padding-top: 0.4375rem;
  }
}

.p-performance-achievement__item-text {
  margin-top: 23px;
  margin-top: 1.4375rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-performance-achievement__item-text {
    margin-top: 16px;
    margin-top: 1rem;
    text-align: left;
  }
}

.p-performance-achievement__lists {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-performance-achievement__lists {
    margin-top: 23px;
    margin-top: 1.4375rem;
  }
}

.p-performance-achievement__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-performance-achievement__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-performance-achievement__list + .p-performance-achievement__list {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-performance-achievement__list + .p-performance-achievement__list {
    margin-top: 22px;
    margin-top: 1.375rem;
  }
}

.p-performance-achievement__term {
  color: #1d3482;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 700;
  line-height: 1.4444444444;
  width: 120px;
  width: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-performance-achievement__term {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    line-height: 1.4375;
  }
}

.p-performance-achievement__description {
  border-left: 1px solid #1d3482;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 40px;
  padding-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-performance-achievement__description {
    border-left: 0;
    border-left: initial;
    margin-top: 9px;
    margin-top: 0.5625rem;
    padding-left: 0;
  }
}

.p-performance-achievement__description em {
  color: #1d3482;
  font-style: normal;
}

.p-privacy-handling {
  background-color: #f5f5f5;
  padding-bottom: 119px;
  padding-bottom: 7.4375rem;
  padding-top: 100px;
  padding-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-privacy-handling {
    padding-bottom: 79px;
    padding-bottom: 4.9375rem;
    padding-top: 64px;
    padding-top: 4rem;
  }
}

.p-privacy-handling__text {
  margin-top: 92px;
  margin-top: 5.75rem;
}
@media screen and (max-width: 767px) {
  .p-privacy-handling__text {
    margin-top: 51px;
    margin-top: 3.1875rem;
  }
}

.p-privacy-handling__items {
  margin-top: 31px;
  margin-top: 1.9375rem;
}
@media screen and (max-width: 767px) {
  .p-privacy-handling__items {
    margin-top: 32px;
    margin-top: 2rem;
  }
}

.p-privacy-handling__item + .p-privacy-handling__item {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-privacy-handling__term {
  color: #1d3482;
  font-size: max(24px, 10px);
  font-size: max(1.5rem, 10px);
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-privacy-handling__term {
    font-size: max(20px, 10px);
    font-size: max(1.25rem, 10px);
  }
}

.p-privacy-handling__description {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-privacy-handling__description-numbers {
  counter-reset: number;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-privacy-handling__description-number {
  color: #222;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  line-height: 1.8;
  padding-left: 22px;
  padding-left: 1.375rem;
  text-indent: -16px;
  text-indent: -1rem;
}
@media screen and (max-width: 767px) {
  .p-privacy-handling__description-number {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    padding-left: 21px;
    padding-left: 1.3125rem;
  }
}

.p-privacy-handling__description-number::before {
  content: counter(number) ". ";
  counter-increment: number;
}

.p-privacy-handling__description-number + .p-privacy-handling__description-number {
  margin-top: 8.5px;
  margin-top: 0.53125rem;
}
@media screen and (max-width: 767px) {
  .p-privacy-handling__description-number + .p-privacy-handling__description-number {
    margin-top: 7px;
    margin-top: 0.4375rem;
  }
}

.p-privacy-handling__description-note {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-privacy-handling__description-lists {
  margin-top: 17px;
  margin-top: 1.0625rem;
  padding-left: 20px;
  padding-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-privacy-handling__description-lists {
    margin-top: 13px;
    margin-top: 0.8125rem;
  }
}

.p-privacy-handling__description-list {
  color: #222;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  line-height: 1.8;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-privacy-handling__description-list {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
  }
}

.p-privacy-handling__description-list::before {
  background: #1d3482;
  border-radius: 50%;
  content: "";
  height: 10px;
  height: 0.625rem;
  left: -20px;
  left: -1.25rem;
  position: absolute;
  top: 10px;
  top: 0.625rem;
  width: 10px;
  width: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-privacy-handling__description-list::before {
    top: 8.5px;
    top: 0.53125rem;
  }
}

.p-privacy-handling__description-list + .p-privacy-handling__description-list {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-privacy-handling__description-link {
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  color: #1571DA;
  text-decoration: underline;
          text-decoration-skip-ink: none;
  text-underline-offset: 2px;
  text-underline-offset: 0.125rem;
  transition: opacity 0.3s ease-out, -webkit-text-decoration 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out, -webkit-text-decoration 0.3s ease-out;
  transition: text-decoration 0.3s ease-out, opacity 0.3s ease-out;
  transition: text-decoration 0.3s ease-out, opacity 0.3s ease-out, -webkit-text-decoration 0.3s ease-out;
}

.p-privacy-handling__description-link:hover {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  opacity: 0.6;
  text-decoration: none;
}

.p-privacy-handling__revision {
  border-top: 1px solid #a6a6a6;
  margin-top: 50px;
  margin-top: 3.125rem;
  padding-top: 48px;
  padding-top: 3rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-privacy-handling__revision {
    margin-top: 21px;
    margin-top: 1.3125rem;
    padding-top: 24px;
    padding-top: 1.5rem;
    text-align: left;
  }
}

.p-privacy-protection__text {
  margin-top: 92px;
  margin-top: 5.75rem;
}
@media screen and (max-width: 767px) {
  .p-privacy-protection__text {
    margin-top: 51px;
    margin-top: 3.1875rem;
  }
}

.p-privacy-protection__items {
  margin-top: 33px;
  margin-top: 2.0625rem;
}
@media screen and (max-width: 767px) {
  .p-privacy-protection__items {
    margin-top: 23px;
    margin-top: 1.4375rem;
  }
}

.p-privacy-protection__item + .p-privacy-protection__item {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-privacy-protection__item + .p-privacy-protection__item {
    margin-top: 31px;
    margin-top: 1.9375rem;
  }
}

.p-privacy-protection__term {
  color: #1d3482;
  font-size: max(24px, 10px);
  font-size: max(1.5rem, 10px);
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-privacy-protection__term {
    font-size: max(20px, 10px);
    font-size: max(1.25rem, 10px);
  }
}

.p-privacy-protection__description {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-privacy-protection__revision {
  border-top: 1px solid #a6a6a6;
  margin-top: 50px;
  margin-top: 3.125rem;
  padding-top: 48px;
  padding-top: 3rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-privacy-protection__revision {
    margin-top: 22px;
    margin-top: 1.375rem;
    padding-top: 25px;
    padding-top: 1.5625rem;
    text-align: left;
  }
}

.p-recruit-lecturer {
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-lecturer {
    padding-bottom: 80px;
    padding-bottom: 5rem;
  }
}

.p-recruit-lecturer__items {
  margin-top: 75px;
  margin-top: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-lecturer__items {
    margin-top: 36px;
    margin-top: 2.25rem;
  }
}

.p-recruit-lecturer__item {
  border-bottom: 1px solid #d9d9d9;
  color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0 16.5px;
  padding: 1rem 0 1.03125rem;
  padding: 16.25px 0;
  padding: 1.015625rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-recruit-lecturer__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 16px 0 15px;
    padding: 1rem 0 0.9375rem;
  }
}

.p-recruit-lecturer__item::after {
  background-color: #1d3482;
  bottom: -1px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 200px;
  width: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-lecturer__item::after {
    display: none;
  }
}

.p-recruit-lecturer__term {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  line-height: 1.8;
  padding-left: 24px;
  padding-left: 1.5rem;
  padding-right: 24px;
  padding-right: 1.5rem;
  width: 200px;
  width: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-lecturer__term {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    padding-left: 16px;
    padding-left: 1rem;
    width: 100%;
  }
}

.p-recruit-lecturer__item:nth-child(7) .p-recruit-lecturer__term {
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-recruit-lecturer__item:nth-child(7) .p-recruit-lecturer__term {
    line-height: 1.8;
  }
}

.p-recruit-lecturer__description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  letter-spacing: 0.04em;
  line-height: 1.8;
  padding-left: 24px;
  padding-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-lecturer__description {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    margin-top: 4px;
    margin-top: 0.25rem;
    padding-left: 16px;
    padding-left: 1rem;
  }
}

.p-recruit-lecturer__item:first-child .p-recruit-lecturer__description {
  letter-spacing: normal;
  letter-spacing: initial;
}
@media screen and (max-width: 767px) {
  .p-recruit-lecturer__item:first-child .p-recruit-lecturer__description {
    letter-spacing: 0.04em;
  }
}

@media screen and (max-width: 767px) {
  .p-recruit-lecturer__description-text {
    letter-spacing: 0.04em;
  }
}

.p-recruit-lecturer__description-text + .p-recruit-lecturer__description-text {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-lecturer__description-text + .p-recruit-lecturer__description-text {
    margin-top: 24px;
    margin-top: 1.5rem;
  }
}

.p-recruit-lecturer__item:nth-child(6) .p-recruit-lecturer__description-text + .p-recruit-lecturer__description-text {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-recruit-lecturer__description-link {
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  color: #1571da;
  text-decoration: underline;
          text-decoration-skip-ink: none;
  text-underline-offset: 4px;
  text-underline-offset: 0.25rem;
  transition: opacity 0.3s ease-out, -webkit-text-decoration 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out, -webkit-text-decoration 0.3s ease-out;
  transition: text-decoration 0.3s ease-out, opacity 0.3s ease-out;
  transition: text-decoration 0.3s ease-out, opacity 0.3s ease-out, -webkit-text-decoration 0.3s ease-out;
}

.p-recruit-lecturer__description-link:hover {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  opacity: 0.6;
  text-decoration: none;
}

.p-recruit-main {
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-main {
    padding-bottom: 80px;
    padding-bottom: 5rem;
  }
}

.p-recruit-main_items {
  margin-top: 91px;
  margin-top: 5.6875rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-main_items {
    margin-top: 154px;
    margin-top: 9.625rem;
  }
}

.p-recruit-main_item {
  background-image: -webkit-gradient(linear, left top, right top, from(#f5f5f5), color-stop(78.8194444444vw, #f5f5f5), color-stop(78.8194444444vw, transparent), to(transparent));
  background-image: linear-gradient(90deg, #f5f5f5 0%, #f5f5f5 78.8194444444vw, transparent 78.8194444444vw, transparent 100%);
  padding-bottom: 80px;
  padding-bottom: 5rem;
  padding-top: 72px;
  padding-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-main_item {
    background-color: #f5f5f5;
    background-image: none;
    background-image: initial;
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
    padding-top: 0;
  }
}

.p-recruit-main_item + .p-recruit-main_item {
  margin-top: 66px;
  margin-top: 4.125rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-main_item + .p-recruit-main_item {
    margin-top: 136px;
    margin-top: 8.5rem;
  }
}

.p-recruit-main_item:nth-child(even) {
  background-image: -webkit-gradient(linear, right top, left top, from(#f5f5f5), color-stop(78.8194444444vw, #f5f5f5), color-stop(78.8194444444vw, transparent), to(transparent));
  background-image: linear-gradient(270deg, #f5f5f5 0%, #f5f5f5 78.8194444444vw, transparent 78.8194444444vw, transparent 100%);
}
@media screen and (max-width: 767px) {
  .p-recruit-main_item:nth-child(even) {
    background-color: #f5f5f5;
    background-image: none;
    background-image: initial;
  }
}

.p-recruit-main_item-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-main_item-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0;
  }
}

.p-recruit-main_item:nth-child(2) .p-recruit-main_item-contents {
  gap: 83px;
  gap: 5.1875rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-main_item:nth-child(2) .p-recruit-main_item-contents {
    gap: 0;
  }
}

.p-recruit-main_item:nth-child(even) .p-recruit-main_item-contents {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-recruit-main_item:nth-child(even) .p-recruit-main_item-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-recruit-main_item-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-recruit-main_item-content {
    margin-top: 32px;
    margin-top: 2rem;
  }
}

.p-recruit-main_item-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1d3482;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: max(28px, 10px);
  font-size: max(1.75rem, 10px);
  font-weight: 700;
  gap: 16px;
  gap: 1rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-recruit-main_item-title {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
  }
}

.p-recruit-main_item-title::before {
  background-color: #1d3482;
  content: "";
  display: block;
  height: 46px;
  height: 2.875rem;
  width: 2px;
  width: 0.125rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-main_item-title::before {
    height: 30px;
    height: 1.875rem;
  }
}

.p-recruit-main_item-text-box {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-recruit-main_item-text {
  color: #222;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-recruit-main_item-text {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
  }
}

.p-recruit-main_item-button {
  margin-top: 41px;
  margin-top: 2.5625rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-main_item-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 22px;
    margin-top: 1.375rem;
  }
}

.p-recruit-main_item:nth-child(2) .p-recruit-main_item-button {
  margin-top: 39px;
  margin-top: 2.4375rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-main_item:nth-child(2) .p-recruit-main_item-button {
    margin-top: 23px;
    margin-top: 1.4375rem;
  }
}

.p-recruit-main_item-img {
  display: block;
  height: 100%;
  max-width: 500px;
  max-width: 31.25rem;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-recruit-main_item-img {
    margin-top: -95px;
    margin-top: -5.9375rem;
    max-width: none;
    max-width: initial;
  }
}

.p-recruit-main_item-img::after {
  background-color: rgba(74, 159, 255, 0.16);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-recruit-main_item-img img {
  -o-object-fit: cover;
  aspect-ratio: 500/286;
  -webkit-box-shadow: 0.625rem 0.625rem 1.0625rem rgba(31, 31, 31, 0.1);
          box-shadow: 0.625rem 0.625rem 1.0625rem rgba(31, 31, 31, 0.1);
  height: auto;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-recruit-main_item-img img {
    aspect-ratio: 335/188;
  }
}

.p-recruit-main_item:nth-child(2) .p-recruit-main_item-img img {
  aspect-ratio: 500/319;
}
@media screen and (max-width: 767px) {
  .p-recruit-main_item:nth-child(2) .p-recruit-main_item-img img {
    aspect-ratio: 335/188;
  }
}

.p-service__text {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-service__text {
    margin-top: 33px;
    margin-top: 2.0625rem;
  }
}

.p-service__items {
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-service__items {
    margin-top: 135px;
    margin-top: 8.4375rem;
  }
}

.p-service__item {
  background-image: -webkit-gradient(linear, left top, right top, from(#f5f5f5), color-stop(78.8194444444vw, #f5f5f5), color-stop(78.8194444444vw, transparent), to(transparent));
  background-image: linear-gradient(90deg, #f5f5f5 0%, #f5f5f5 78.8194444444vw, transparent 78.8194444444vw, transparent 100%);
  padding-bottom: 78px;
  padding-bottom: 4.875rem;
  padding-top: 72px;
  padding-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-service__item {
    background-color: #f5f5f5;
    background-image: none;
    background-image: initial;
    padding-bottom: 34px;
    padding-bottom: 2.125rem;
    padding-top: 0;
  }
}

.p-service__item + .p-service__item {
  margin-top: 62px;
  margin-top: 3.875rem;
}
@media screen and (max-width: 767px) {
  .p-service__item + .p-service__item {
    margin-top: 135px;
    margin-top: 8.4375rem;
  }
}

.p-service__item--reverse {
  background-image: -webkit-gradient(linear, right top, left top, from(#f5f5f5), color-stop(78.8194444444vw, #f5f5f5), color-stop(78.8194444444vw, transparent), to(transparent));
  background-image: linear-gradient(270deg, #f5f5f5 0%, #f5f5f5 78.8194444444vw, transparent 78.8194444444vw, transparent 100%);
}
@media screen and (max-width: 767px) {
  .p-service__item--reverse {
    background-color: #f5f5f5;
    background-image: none;
    background-image: initial;
  }
}

.p-service__item-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 72px;
  gap: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-service__item-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 32px;
    gap: 2rem;
  }
}

.p-service__item-contents--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-service__item-contents--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 32px;
    gap: 2rem;
  }
}

.p-service__item-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-service__item-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1d3482;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  gap: 1rem;
}

.p-service__item-title::before {
  background-color: #1d3482;
  content: "";
  display: block;
  height: 70px;
  height: 4.375rem;
  width: 2px;
  width: 0.125rem;
}
@media screen and (max-width: 767px) {
  .p-service__item-title::before {
    height: 56px;
    height: 3.5rem;
  }
}

.p-service__item-text-box {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-service__item-text-palt {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-service__item-text-palt {
    -webkit-font-feature-settings: initial;
            font-feature-settings: initial;
  }
}

.p-service__item-title-sub {
  font-family: "Montserrat", sans-serif;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 600;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .p-service__item-title-sub {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    line-height: 1.2142857143;
  }
}

.p-service__item-title-main {
  font-size: max(28px, 10px);
  font-size: max(1.75rem, 10px);
  font-weight: 700;
  line-height: 1.4;
  margin-top: 4px;
  margin-top: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-service__item-title-main {
    font-size: max(20px, 10px);
    font-size: max(1.25rem, 10px);
  }
}

.p-service__item-button {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-service__item-button {
    margin-top: 25px;
    margin-top: 1.5625rem;
    text-align: center;
  }
}

.p-service__item-img {
  display: block;
  height: 100%;
  position: relative;
  width: 50.8181818182%;
}
@media screen and (max-width: 767px) {
  .p-service__item-img {
    margin-top: -95px;
    margin-top: -5.9375rem;
    width: 100%;
  }
}

.p-service__item-img::after {
  background-color: rgba(74, 159, 255, 0.16);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-service__item-img img {
  -o-object-fit: cover;
  aspect-ratio: 559/319;
  -webkit-box-shadow: 0.625rem 0.625rem 1.0625rem rgba(31, 31, 31, 0.1);
          box-shadow: 0.625rem 0.625rem 1.0625rem rgba(31, 31, 31, 0.1);
  height: auto;
     object-fit: cover;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-service__item-img img {
    aspect-ratio: 335/191;
  }
}

.p-sitemap-main {
  padding-bottom: 116px;
  padding-bottom: 7.25rem;
}
@media screen and (max-width: 767px) {
  .p-sitemap-main {
    padding-bottom: 65px;
    padding-bottom: 4.0625rem;
  }
}

.p-sitemap-main__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-sitemap-main__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

.p-sitemap-main__content {
  -webkit-transform: translate(-0.3125rem, 0);
          transform: translate(-0.3125rem, 0);
  width: 245px;
  width: 15.3125rem;
}
@media screen and (max-width: 767px) {
  .p-sitemap-main__content {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-sitemap-main__content + .p-sitemap-main__content {
    margin-top: 11px;
    margin-top: 0.6875rem;
  }
}

.p-sitemap-main__content-link {
  color: #1d3482;
  display: block;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 700;
  line-height: 1.4444444444;
  padding: 14px 5px;
  padding: 0.875rem 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-sitemap-main__content-link {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    line-height: 1.4375;
    padding: 16px 5px;
    padding: 1rem 0.3125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-sitemap-main__items {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -3px;
    margin-top: -0.1875rem;
  }
}

.p-sitemap-main__item:nth-child(1) {
  line-height: 1;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-sitemap-main__item:nth-child(1) {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-sitemap-main__item:nth-child(n+2) {
    margin-left: 14px;
    margin-left: 0.875rem;
  }
}

.p-sitemap-main__item-link {
  color: #222;
  display: inline-block;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  line-height: 1.8125;
  padding: 4px 5px;
  padding: 0.25rem 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-sitemap-main__item-link {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    line-height: 1.7857142857;
    white-space: nowrap;
  }
}

.p-sub-consulting {
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-sub-consulting {
    padding-bottom: 80px;
    padding-bottom: 5rem;
  }
}

.p-sub-consulting__title:nth-of-type(n+2) {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-sub-consulting__title:nth-of-type(n+2) {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
}

.p-sub-consulting__summary {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: no-repeat center/cover;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.5454545455%;
  margin-inline: calc(50% - (50vw - 0 / 2));
  margin-left: calc(50% - (50vw - 0 / 2));
  margin-left: calc(50% - (50vw - var(--scrollbar-width, 0) / 2));
  margin-left: calc(50% - (50vw - 0 / 2));
  margin-left: calc(50% - (50vi - 0 / 2));
  margin-left: calc(50% - (50vw - var(--scrollbar-width, 0) / 2));
  margin-left: calc(50% - (50vi - var(--scrollbar-width, 0) / 2));
  margin-right: calc(50% - (50vw - 0 / 2));
  margin-right: calc(50% - (50vw - var(--scrollbar-width, 0) / 2));
  margin-right: calc(50% - (50vw - 0 / 2));
  margin-right: calc(50% - (50vi - 0 / 2));
  margin-right: calc(50% - (50vw - var(--scrollbar-width, 0) / 2));
  margin-right: calc(50% - (50vi - var(--scrollbar-width, 0) / 2));
  margin-top: 90px;
  margin-top: 5.625rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
  padding-inline: calc(50vw - 0 / 2 - 50%);
  padding-left: calc(50vw - 0 / 2 - 50%);
  padding-left: calc(50vw - var(--scrollbar-width, 0) / 2 - 50%);
  padding-left: calc(50vw - 0 / 2 - 50%);
  padding-left: calc(50vi - 0 / 2 - 50%);
  padding-left: calc(50vw - var(--scrollbar-width, 0) / 2 - 50%);
  padding-left: calc(50vi - var(--scrollbar-width, 0) / 2 - 50%);
  padding-right: calc(50vw - 0 / 2 - 50%);
  padding-right: calc(50vw - var(--scrollbar-width, 0) / 2 - 50%);
  padding-right: calc(50vw - 0 / 2 - 50%);
  padding-right: calc(50vi - 0 / 2 - 50%);
  padding-right: calc(50vw - var(--scrollbar-width, 0) / 2 - 50%);
  padding-right: calc(50vi - var(--scrollbar-width, 0) / 2 - 50%);
  padding-top: 80px;
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-sub-consulting__summary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    gap: 1.5rem;
    margin-top: 50px;
    margin-top: 3.125rem;
    padding-bottom: 64px;
    padding-bottom: 4rem;
    padding-top: 64px;
    padding-top: 4rem;
  }
}

.p-sub-consulting__summary--recruitment {
  background-image: url(../images/consulting/recruitment_summary_bg01.jpg);
}
@media screen and (max-width: 767px) {
  .p-sub-consulting__summary--recruitment {
    background-image: url(../images/consulting/recruitment_summary_bg01_sp.jpg);
  }
}

.p-sub-consulting__summary--talent-dev {
  background-image: url(../images/consulting/talent-dev_summary_bg01.jpg);
}
@media screen and (max-width: 767px) {
  .p-sub-consulting__summary--talent-dev {
    background-image: url(../images/consulting/talent-dev_summary_bg01_sp.jpg);
  }
}

.p-sub-consulting__summary--organizational-dev {
  background-image: url(../images/consulting/organizational-dev_summary_bg01.jpg);
}
@media screen and (max-width: 767px) {
  .p-sub-consulting__summary--organizational-dev {
    background-image: url(../images/consulting/organizational-dev_summary_bg01_sp.jpg);
  }
}

.p-sub-consulting__summary--organizational-dev2 {
  background-image: url(../images/consulting/organizational-dev_summary_bg02.jpg);
}
@media screen and (max-width: 767px) {
  .p-sub-consulting__summary--organizational-dev2 {
    background-image: url(../images/consulting/organizational-dev_summary_bg02_sp.jpg);
  }
}

.p-sub-consulting__summary--business_performance {
  background-image: url(../images/consulting/business_performance_summary_bg01.jpg);
}
@media screen and (max-width: 767px) {
  .p-sub-consulting__summary--business_performance {
    background-image: url(../images/consulting/business_performance_summary_bg01_sp.jpg);
  }
}

.p-sub-consulting__summary--evaluation {
  background-image: url(../images/consulting/evaluation_summary_bg01.jpg);
}
@media screen and (max-width: 767px) {
  .p-sub-consulting__summary--evaluation {
    background-image: url(../images/consulting/evaluation_summary_bg01_sp.jpg);
  }
}

.p-p-sub-consulting__summary-image {
  width: 50.8181818182%;
}
@media screen and (max-width: 767px) {
  .p-p-sub-consulting__summary-image {
    width: 100%;
  }
}

.p-p-sub-consulting__summary-image img {
  -o-object-fit: cover;
  aspect-ratio: 559/319;
  height: auto;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-p-sub-consulting__summary-image img {
    aspect-ratio: 335/188;
    width: 100%;
  }
}

.p-sub-consulting__summary-content {
  width: 42.6363636364%;
}
@media screen and (max-width: 767px) {
  .p-sub-consulting__summary-content {
    width: 100%;
  }
}

.p-sub-consulting__summary-heading {
  border-bottom: 2px solid currentColor;
  border-bottom: 0.125rem solid currentColor;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-sub-consulting__summary-heading {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.p-sub-consulting__summary-description {
  color: #fff;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-sub-consulting__summary-description {
    margin-top: 25px;
    margin-top: 1.5625rem;
  }
}

.p-sub-consulting__summary-items {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 32px;
  margin-top: 2rem;
  row-gap: 10px;
  row-gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-sub-consulting__summary-items {
    margin-top: 26px;
    margin-top: 1.625rem;
  }
}

.p-sub-consulting__summary-item {
  grid-column-gap: 0.625rem;
  -moz-column-gap: 0.625rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
       -webkit-column-gap: 0.625rem;
               column-gap: 0.625rem;
  display: grid;
  display: grid;
  display: block grid;
  grid-template-columns: auto 1fr;
  letter-spacing: 0.04em;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-sub-consulting__summary-item {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.p-sub-consulting__summary-item::before {
  --circle-size: 10px;
  --circle-size: 0.625rem;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: 10px;
  height: 0.625rem;
  height: var(--circle-size);
  margin-bottom: calc((1lh - 0.625rem) / 2);
  margin-bottom: calc((1lh - var(--circle-size)) / 2);
  margin-top: calc((1lh - 0.625rem) / 2);
  margin-top: calc((1lh - var(--circle-size)) / 2);
}

.p-sub-consulting__anchor-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  gap: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-sub-consulting__anchor-items {
    gap: 16px;
    gap: 1rem;
  }
}

.p-sub-consulting__anchor-item .c-frame-link {
  word-wrap: anywhere;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 136px;
  height: 8.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  padding: 0.625rem;
  width: 350px;
  width: 21.875rem;
  word-break: keep-all;
}
@media screen and (max-width: 767px) {
  .p-sub-consulting__anchor-item .c-frame-link {
    height: 70px;
    height: 4.375rem;
    width: 335px;
    width: 20.9375rem;
  }
}

.p-sub-consulting__anchor-item .c-frame-link:after {
  aspect-ratio: 16/8;
  background-image: url(../images/common/blue-caret-bottom.svg);
  height: 8px;
  height: 0.5rem;
  width: auto;
}

.p-sub-consulting__items {
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 46px;
  gap: 2.875rem;
  margin-inline: calc(50% - (50vw - 0 / 2));
  margin-left: calc(50% - (50vw - 0 / 2));
  margin-left: calc(50% - (50vw - var(--scrollbar-width, 0) / 2));
  margin-left: calc(50% - (50vw - 0 / 2));
  margin-left: calc(50% - (50vi - 0 / 2));
  margin-left: calc(50% - (50vw - var(--scrollbar-width, 0) / 2));
  margin-left: calc(50% - (50vi - var(--scrollbar-width, 0) / 2));
  margin-right: calc(50% - (50vw - 0 / 2));
  margin-right: calc(50% - (50vw - var(--scrollbar-width, 0) / 2));
  margin-right: calc(50% - (50vw - 0 / 2));
  margin-right: calc(50% - (50vi - 0 / 2));
  margin-right: calc(50% - (50vw - var(--scrollbar-width, 0) / 2));
  margin-right: calc(50% - (50vi - var(--scrollbar-width, 0) / 2));
  margin-top: 64px;
  margin-top: 4rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
  padding-inline: calc(50vw - 0 / 2 - 50%);
  padding-left: calc(50vw - 0 / 2 - 50%);
  padding-left: calc(50vw - var(--scrollbar-width, 0) / 2 - 50%);
  padding-left: calc(50vw - 0 / 2 - 50%);
  padding-left: calc(50vi - 0 / 2 - 50%);
  padding-left: calc(50vw - var(--scrollbar-width, 0) / 2 - 50%);
  padding-left: calc(50vi - var(--scrollbar-width, 0) / 2 - 50%);
  padding-right: calc(50vw - 0 / 2 - 50%);
  padding-right: calc(50vw - var(--scrollbar-width, 0) / 2 - 50%);
  padding-right: calc(50vw - 0 / 2 - 50%);
  padding-right: calc(50vi - 0 / 2 - 50%);
  padding-right: calc(50vw - var(--scrollbar-width, 0) / 2 - 50%);
  padding-right: calc(50vi - var(--scrollbar-width, 0) / 2 - 50%);
  padding-top: 100px;
  padding-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-sub-consulting__items {
    gap: 26px;
    gap: 1.625rem;
    margin-top: 38px;
    margin-top: 2.375rem;
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
    padding-top: 40px;
    padding-top: 2.5rem;
  }
}

.p-sub-consulting__items--white {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-top: 81px;
  margin-top: 5.0625rem;
  padding: 0;
}

.p-sub-consulting__item {
  background-color: #fff;
  padding: 65px 80px;
  padding: 4.0625rem 5rem;
}
@media screen and (max-width: 767px) {
  .p-sub-consulting__item {
    padding: 40px 20px;
    padding: 2.5rem 1.25rem;
  }
}

.p-sub-consulting__items--white .p-sub-consulting__item {
  padding: 0;
}

.p-sub-consulting__sub-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 45px;
  margin-top: 2.8125rem;
  row-gap: 10px;
  row-gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-sub-consulting__sub-items {
    margin-top: 38px;
    margin-top: 2.375rem;
  }
}

.p-sub-consulting__sub-item {
  grid-column-gap: 0.625rem;
  -moz-column-gap: 0.625rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
       -webkit-column-gap: 0.625rem;
               column-gap: 0.625rem;
  display: grid;
  display: grid;
  display: block grid;
  grid-template-columns: auto 1fr;
  letter-spacing: 0.04em;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-sub-consulting__sub-item {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.p-sub-consulting__sub-item::before {
  --circle-size: 10px;
  --circle-size: 0.625rem;
  aspect-ratio: 1/1;
  background-color: #1d3482;
  border-radius: 50%;
  content: "";
  height: 10px;
  height: 0.625rem;
  height: var(--circle-size);
  margin-bottom: calc((1lh - 0.625rem) / 2);
  margin-bottom: calc((1lh - var(--circle-size)) / 2);
  margin-top: calc((1lh - 0.625rem) / 2);
  margin-top: calc((1lh - var(--circle-size)) / 2);
}

.p-sub-consulting__item-heading {
  border-left: 2px solid currentColor;
  border-left: 0.125rem solid currentColor;
  color: #1d3482;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 6px 13px;
  padding: 0.375rem 0.8125rem;
}
@media screen and (max-width: 767px) {
  .p-sub-consulting__item-heading {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 1px 15px;
    padding: 0.0625rem 0.9375rem;
  }
}

.p-sub-consulting__item-sub-heading {
  grid-column-gap: 0.625rem;
  -moz-column-gap: 0.625rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #1d3482;
       -webkit-column-gap: 0.625rem;
               column-gap: 0.625rem;
  display: grid;
  display: grid;
  display: block grid;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  grid-template-columns: auto 1fr;
  line-height: 1.4;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  padding-left: 13px;
  padding-left: 0.8125rem;
  padding-right: 13px;
  padding-right: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .p-sub-consulting__item-sub-heading {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
    font-size: 1.125rem;
    padding-left: 0;
    padding-right: 0;
  }
}

.p-sub-consulting__item-sub-heading:first-of-type:not(:first-child) {
  margin-top: 47px;
  margin-top: 2.9375rem;
}
@media screen and (max-width: 767px) {
  .p-sub-consulting__item-sub-heading:first-of-type:not(:first-child) {
    margin-top: 38px;
    margin-top: 2.375rem;
  }
}

.p-sub-consulting__item-sub-heading:nth-of-type(n + 2) {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-sub-consulting__item-sub-heading:nth-of-type(n + 2) {
    margin-top: 47px;
    margin-top: 2.9375rem;
  }
}

.p-sub-consulting__item-sub-heading::before {
  --icon-size: 22px;
  --icon-size: 1.375rem;
  aspect-ratio: 24/22;
  background: url(../images/common/icon-check.svg) no-repeat center/contain;
  content: "";
  height: 22px;
  height: 1.375rem;
  height: var(--icon-size);
  margin-bottom: calc((1lh - 1.375rem) / 2);
  margin-bottom: calc((1lh - var(--icon-size)) / 2);
  margin-top: calc((1lh - 1.375rem) / 2);
  margin-top: calc((1lh - var(--icon-size)) / 2);
}

.p-sub-consulting__item-description {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-sub-consulting__item-description em {
  color: #1d3482;
  font-style: normal;
  font-weight: 700;
}

.p-sub-consulting__sub-items-title {
  color: #1d3482;
  font-weight: 700;
}

.p-sub-consulting__item-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 41px;
  margin-top: 2.5625rem;
}
@media screen and (max-width: 767px) {
  .p-sub-consulting__item-button {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
}

.p-sub-consulting__item-button + .p-sub-consulting__item-description,
.p-sub-consulting__item-heading + .p-sub-consulting__item-description {
  margin-top: 45px;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-sub-consulting__item-button + .p-sub-consulting__item-description,
  .p-sub-consulting__item-heading + .p-sub-consulting__item-description {
    margin-top: 38px;
    margin-top: 2.375rem;
  }
}

.p-sub-consulting__sub-items-title + .p-sub-consulting__sub-items {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-sub-contact__bg {
  background-color: #F5F5F5;
  margin-inline: calc(50% - (50vw - 0 / 2));
  margin-left: calc(50% - (50vw - 0 / 2));
  margin-left: calc(50% - (50vw - var(--scrollbar-width, 0) / 2));
  margin-left: calc(50% - (50vw - 0 / 2));
  margin-left: calc(50% - (50vi - 0 / 2));
  margin-left: calc(50% - (50vw - var(--scrollbar-width, 0) / 2));
  margin-left: calc(50% - (50vi - var(--scrollbar-width, 0) / 2));
  margin-right: calc(50% - (50vw - 0 / 2));
  margin-right: calc(50% - (50vw - var(--scrollbar-width, 0) / 2));
  margin-right: calc(50% - (50vw - 0 / 2));
  margin-right: calc(50% - (50vi - 0 / 2));
  margin-right: calc(50% - (50vw - var(--scrollbar-width, 0) / 2));
  margin-right: calc(50% - (50vi - var(--scrollbar-width, 0) / 2));
  margin-top: 80px;
  margin-top: 5rem;
  padding: 5rem calc(50vw - 0 / 2 - 50%) 7.6875rem;
  padding: 5rem calc(50vw - var(--scrollbar-width, 0) / 2 - 50%) 7.6875rem;
  padding: 5rem calc(50vi - 0 / 2 - 50%) 7.6875rem;
  padding: 5rem calc(50vi - var(--scrollbar-width, 0) / 2 - 50%) 7.6875rem;
}
@media screen and (max-width: 767px) {
  .p-sub-contact__bg {
    margin-top: 38px;
    margin-top: 2.375rem;
    padding-top: 32px;
    padding-top: 2rem;
  }
}

.p-sub-contact__content {
  background-color: white;
  padding: 64px;
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  .p-sub-contact__content {
    padding: 32px 20px 40px;
    padding: 2rem 1.25rem 2.5rem;
  }
}

.p-sub-contact__to-top {
  margin-top: 120px;
  margin-top: 7.5rem;
}

.p-tab__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #d9d9d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-tab__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-tab__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  gap: 0.125rem;
}
@media screen and (max-width: 767px) {
  .p-tab__list {
    margin-top: 32px;
    margin-top: 2rem;
  }
}

.p-tab__button {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  color: #222;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  line-height: 1.4375;
  padding: 17.5px 16px;
  padding: 1.09375rem 1rem;
  text-align: center;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
  width: 240px;
  width: 15rem;
}
@media screen and (max-width: 767px) {
  .p-tab__button {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    line-height: 1.4285714286;
    padding: 15px 7px;
    padding: 0.9375rem 0.4375rem;
    white-space: nowrap;
    width: 166px;
    width: 10.375rem;
  }
}

.p-tab__button:hover,
.p-tab__button.is-active {
  background-color: #333;
  border-color: #333;
  color: #fff;
}

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

.p-tab__content {
  display: none;
}

.p-tab__content.is-active {
  display: block;
}

.p-tab__items {
  grid-gap: 1.125rem 1rem;
  display: grid;
  gap: 18px 16px;
  gap: 1.125rem 1rem;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .p-tab__items {
    gap: 8px;
    gap: 0.5rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-tab__item {
  line-height: 1;
}

.p-tab__category {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 1px solid #1d3482;
  color: #1d3482;
  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;
  height: 68px;
  height: 4.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.4444444444;
  padding: 7px;
  padding: 0.4375rem;
  text-align: center;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-tab__category {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    height: 100%;
    line-height: 1.4285714286;
  }
}

.p-tab__category:hover,
.p-tab__category.is-active {
  background-color: #1d3482;
  color: #fff;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .p-tab__category.presentation-category,
  .p-tab__category.fiscal-category {
    font-size: max(12px, 10px);
    font-size: max(0.75rem, 10px);
    white-space: nowrap;
  }
}

.p-tab__category--textMany {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.45;
  padding: 8.5px;
  padding: 0.53125rem;
}

.p-instructor-list__links {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  max-width: 56.25rem;
}

.p-instructor-list__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-instructor-list__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-instructor-list__group + .p-instructor-list__group {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-instructor-list__group + .p-instructor-list__group {
    margin-top: 23px;
    margin-top: 1.4375rem;
  }
}

.p-instructor-list__heading {
  position: relative;
}

.p-instructor-list__heading::after {
  background-color: #1d3482;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}
@media screen and (max-width: 767px) {
  .p-instructor-list__heading::after {
    display: none;
  }
}

.p-instructor-list__heading a {
  color: #1d3482;
  display: inline-block;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  line-height: 1.8125;
  width: 73px;
  width: 4.5625rem;
}

.p-instructor-list__heading--nopost {
  color: #1d3482;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  line-height: 1.8125;
  width: 73px;
  width: 4.5625rem;
}
@media screen and (max-width: 767px) {
  .p-instructor-list__heading--nopost {
    line-height: 1.4375;
    width: 100%;
  }
}

.p-instructor-list__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 24px;
  gap: 1rem 1.5rem;
  padding-left: 40px;
  padding-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-instructor-list__items {
    margin-top: 8px;
    margin-top: 0.5rem;
    padding-left: 0;
  }
}

.p-instructor-list__item {
  width: 110px;
  width: 6.875rem;
}
@media screen and (max-width: 767px) {
  .p-instructor-list__item {
    max-width: 90px;
    max-width: 5.625rem;
    min-width: 87px;
    min-width: 5.4375rem;
  }
}

.p-instructor-list__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #222;
  display: inline-block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  gap: 8px;
  gap: 0.5rem;
  line-height: 1.8125;
}
@media screen and (max-width: 767px) {
  .p-instructor-list__link {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    line-height: 1.7857142857;
  }
}

.p-instructor-list__link::after {
  border-bottom: 2px solid #a6a6a6;
  border-bottom: 0.125rem solid #a6a6a6;
  border-right: 2px solid #a6a6a6;
  border-right: 0.125rem solid #a6a6a6;
  content: "";
  display: inline-block;
  height: 7px;
  height: 0.4375rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 7px;
  width: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .p-instructor-list__link::after {
    -webkit-transform: rotate(45deg) translateY(-0.1875rem);
            transform: rotate(45deg) translateY(-0.1875rem);
  }
}

.p-instructor-list__wrapper {
  background-color: #f5f5f5;
  margin: 0 calc(50% - (50vw - 0 / 2));
  margin: 0 calc(50% - (50vw - var(--scrollbar-width, 0) / 2));
  margin: 0 calc(50% - (50vi - 0 / 2));
  margin: 0 calc(50% - (50vi - var(--scrollbar-width, 0) / 2));
  margin-top: 100px;
  margin-top: 6.25rem;
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
  padding-top: 100px;
  padding-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-instructor-list__wrapper {
    margin-top: 40px;
    margin-top: 2.5rem;
    padding-bottom: 80px;
    padding-bottom: 5rem;
    padding-top: 64px;
    padding-top: 4rem;
  }
}

.p-instructor-list__contents {
  grid-gap: 2.5rem;
  display: grid;
  gap: 40px;
  gap: 2.5rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .p-instructor-list__contents {
    gap: 0;
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-instructor-list__content {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 42px;
  gap: 2.625rem;
  padding: 32px;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .p-instructor-list__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding: 24px;
    padding: 1.5rem;
  }
}

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

.p-instructor-list__profile {
  width: 120px;
  width: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-instructor-list__profile {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

.p-instructor-list__img {
  display: block;
  max-width: 120px;
  max-width: 7.5rem;
  width: 100%;
}

.p-instructor-list__img img {
  -o-object-fit: cover;
  aspect-ratio: 3/4;
  height: auto;
     object-fit: cover;
  overflow-clip-margin: unset;
  width: 100%;
}

.p-instructor-list__name {
  color: #222;
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  font-weight: 700;
  line-height: 1.45;
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-instructor-list__kana {
  color: #000;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  line-height: 1.4166666667;
  margin-top: 3px;
  margin-top: 0.1875rem;
  white-space: nowrap;
}

.p-instructor-list__description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 304px;
  max-width: 19rem;
}
@media screen and (max-width: 767px) {
  .p-instructor-list__description {
    margin-top: 24px;
    margin-top: 1.5rem;
    max-width: none;
    max-width: initial;
  }
}

.p-instructor-list__block + .p-instructor-list__block {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-instructor-list__tag {
  border: 1px solid #1d3482;
  color: #1d3482;
  display: inline-block;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 700;
  line-height: 1.4285714286;
  padding: 3px 7px;
  padding: 0.1875rem 0.4375rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-instructor-list__tag {
    padding: 5px 7px;
    padding: 0.3125rem 0.4375rem;
    width: 100%;
  }
}

.p-instructor-list__text {
  color: #000;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  line-height: 1.8;
  margin-top: 16px;
  margin-top: 1rem;
}

.p-training__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  gap: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 62px;
  margin-top: 3.875rem;
}
@media screen and (max-width: 767px) {
  .p-training__items {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    gap: 1rem;
    margin-top: 32px;
    margin-top: 2rem;
  }
}

.grecaptcha-badge {
  bottom: 100px !important;
}
@media screen and (max-width: 767px) {
  .grecaptcha-badge {
    bottom: 80px !important;
  }
}

body:not(.page-id-63):not(.page-id-112):not(.page-id-110):not(.page-id-32):not(.page-id-34):not(.page-id-453):not(.page-id-37):not(.page-id-40):not(.page-id-46):not(.page-id-52) .grecaptcha-badge {
  visibility: hidden;
}

.u-hidden {
  overflow: hidden;
}

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

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

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

/* デフォルトの矢印を非表示 */
.splide__arrows.splide__arrows--ltr {
  display: none;
}

/* ページネーションのスタイル */
#splide .your-class-page {
  background-color: #d9d9d9;
  border-radius: 0;
  border-radius: initial;
  height: 3px;
  height: 0.1875rem;
  margin: 0 4px;
  margin: 0 0.25rem;
  width: 60px;
  width: 3.75rem;
}
@media screen and (max-width: 767px) {
  #splide .your-class-page {
    width: 106px;
    width: 6.625rem;
    width: 75px;
    width: 4.6875rem;
  }
}

/* 現在表示されているページネーションのスタイル */
#splide .your-class-page.is-active {
  background-color: #1d3482;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-transform: initial;
          transform: initial;
}

/* ページネーションの位置 */
#splide .your-class-pagination {
  bottom: -34px;
  bottom: -2.125rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  max-width: 90rem;
  padding: 0;
  padding: 0 36px;
  padding: 0 2.25rem;
  position: absolute;
  right: 36px;
  right: 2.25rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #splide .your-class-pagination {
    bottom: -36px;
    bottom: -2.25rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    right: 0;
  }
}

/* ページネーション間の余白 */
.fz10 {
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
}

.fz12 {
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
}

.fz14 {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
}

.fz16 {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
}

.fz18 {
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
}

.fz20 {
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
}

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

.wp-block-heading + p {
  margin-top: 32px;
  margin-top: 2rem;
}

.wp-block-image img {
  -o-object-fit: contain;
  height: auto;
     object-fit: contain;
  width: auto;
}

.wp-element-caption {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.wp-block-buttons > .wp-block-button {
  margin-top: 32px;
  margin-top: 2rem;
}

.wp-block-embed {
  margin-top: 32px;
  margin-top: 2rem;
}

.wp-block-embed iframe {
  -o-object-fit: cover;
  aspect-ratio: 16/9;
  height: auto;
     object-fit: cover;
  vertical-align: bottom;
  width: 100%;
}
/*# sourceMappingURL=style.css.map */
