*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

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

button {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

html {
  font-size: min(16px, 1.1111111111vw);
}
@media screen and (max-width: 767px) {
  html {
    font-size: 4.2666666667vw;
  }
}
html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

body {
  background-color: #FEFEFF;
  color: #0D1821;
  font-family: "Noto Sans JP", sans-serif;
}

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

.l-header__inner {
  padding: 17px 120px 21px 116px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .l-header__inner {
    padding: 1.0625rem 7.5rem 1.3125rem 7.25rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: min(0.625rem, 10px) min(1rem, 16px) min(0.625rem, 10px) min(0.75rem, 12px);
  }
}

.l-header__inner-logo {
  margin-top: 2px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .l-header__inner-logo {
    margin-top: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__inner-logo {
    margin-top: 0px;
  }
}

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

.l-header__drawer-button {
  display: none;
}

.l-header__drawer-nav {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header__drawer-nav {
    position: fixed;
    top: min(3.4375rem, 54px);
    right: 0;
    z-index: 99;
  }
}

.l-inner {
  padding-inline: 120px;
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .l-inner {
    padding-inline: 7.5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-inline: 1.25rem;
  }
}

.l-section__inner {
  padding-block: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .l-section__inner {
    padding-block: 6.25rem;
  }
}
@media screen and (max-width: 767px) {
  .l-section__inner {
    padding-block: min(4rem, 64px);
  }
}

.l-main {
  margin-top: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .l-main {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-main {
    margin-top: min(3.5rem, 56px);
  }
}

.l-footer {
  padding-block: 79px 80px;
  background-color: #162433;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .l-footer {
    padding-block: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-block: min(4rem, 64px);
  }
}

.l-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .l-footer__inner {
    row-gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding-inline: min(2.5rem, 40px);
    row-gap: min(1.125rem, 18px);
  }
}

.l-footer__logo {
  padding-block: 10px 6px;
  color: #FEFEFF;
  font-family: "Montaga", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .l-footer__logo {
    padding-block: 0.625rem 0.375rem;
    font-size: max(1.25rem, 20px);
    letter-spacing: 0.0625rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    padding-block: min(0.5rem, 8px);
    font-size: min(1.25rem, 20px);
    letter-spacing: min(0.0625rem, 1px);
  }
}

.l-footer__contents {
  margin-top: 10px;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(42, 79, 114, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .l-footer__contents {
    margin-top: 0.625rem;
    padding-bottom: 0.5625rem;
    border-bottom: 0.0625rem solid rgba(42, 79, 114, 0.4);
  }
}
@media screen and (max-width: 767px) {
  .l-footer__contents {
    margin-top: max(-0.125rem, -2px);
    padding-bottom: min(2.5625rem, 41px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: min(2.1875rem, 35px);
  }
}

.l-footer__twitter-link {
  display: inline-block;
  width: 32px;
  aspect-ratio: 1;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .l-footer__twitter-link {
    width: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__twitter-link {
    width: min(1.5rem, 24px);
  }
}
.l-footer__twitter-link:focus-visible svg path {
  color: #a5acb0;
}
@media (any-hover: hover) {
  .l-footer__twitter-link:hover svg path {
    color: #a5acb0;
  }
}
.l-footer__twitter-link:focus-visible {
  outline: none;
}
.l-footer__twitter-link:focus-visible svg path {
  color: #a5acb0;
}
.l-footer__twitter-link svg {
  width: 32px;
  height: 32px;
}
.l-footer__twitter-link svg path {
  color: #FEFEFF;
  -webkit-transition: color 0.8s ease;
  transition: color 0.8s ease;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .l-footer__twitter-link svg {
    width: max(2rem, 20px);
    height: max(2rem, 20px);
  }
}
@media screen and (max-width: 767px) {
  .l-footer__twitter-link svg {
    width: min(1.5rem, 24px);
    height: min(1.5rem, 24px);
  }
}

.l-footer__list {
  margin-top: -4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 39px;
     -moz-column-gap: 39px;
          column-gap: 39px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .l-footer__list {
    margin-top: -0.25rem;
    -webkit-column-gap: 2.4375rem;
       -moz-column-gap: 2.4375rem;
            column-gap: 2.4375rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__list {
    margin-top: max(-0.25rem, -4px);
    max-height: min(10.125rem, 162px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: min(2.3125rem, 37px) min(4rem, 64px);
  }
}

@media screen and (max-width: 767px) {
  .l-footer__item:nth-of-type(6) {
    position: relative;
    top: min(0.125rem, 2px);
    left: max(-0.0625rem, -1px);
  }
}

.l-footer__link {
  width: 100%;
  display: inline-block;
  color: #FEFEFF;
  font-family: "Montaga", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .l-footer__link {
    font-size: max(1rem, 16px);
    letter-spacing: 0.0625rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__link {
    font-size: min(1rem, 16px);
    letter-spacing: min(0.0625rem, 1px);
  }
}
.l-footer__link::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #E8863A;
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  scale: 0;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: scale 0.8s ease;
  transition: scale 0.8s ease;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .l-footer__link::after {
    height: 0.125rem;
    top: calc(100% + 0.125rem);
  }
}
@media screen and (max-width: 767px) {
  .l-footer__link::after {
    height: min(0.125rem, 2px);
    top: calc(100% + min(0.125rem, 2px));
  }
}
@media (any-hover: hover) {
  .l-footer__link:hover::after {
    scale: 1;
  }
}
.l-footer__link:focus-visible {
  outline: none;
}
.l-footer__link:focus-visible::after {
  scale: 1;
}

.l-footer__copy {
  margin-top: -6px;
  text-align: right;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .l-footer__copy {
    margin-top: -0.375rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    width: 103%;
    margin-top: max(-0.5625rem, -9px);
    text-align: justify;
    margin-left: 0;
  }
}

.l-footer__copy-text {
  display: inline-block;
  color: #FEFEFF;
  text-align: right;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 1.5px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .l-footer__copy-text {
    font-size: max(0.9375rem, 12px);
    letter-spacing: 0.09375rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__copy-text {
    width: 100%;
    text-align: justify;
    font-size: min(0.8125rem, 13px);
    letter-spacing: min(0.09375rem, 1.5px);
  }
}

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

.c-logo__link {
  padding: 8px 4px;
  display: inline-block;
  color: #FEFEFF;
  font-family: "Montaga", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
  border-radius: 4px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .c-logo__link {
    padding: 0.5rem 0.25rem;
    font-size: max(1.25rem, 20px);
    letter-spacing: 0.0625rem;
    border-radius: 0.25rem;
  }
}
@media screen and (max-width: 767px) {
  .c-logo__link {
    padding: min(0.5rem, 8px) min(0.25rem, 4px);
    font-size: min(1rem, 16px);
    letter-spacing: 0.0625rem;
    border-radius: min(0.25rem, 4px);
  }
}
.c-logo__link:focus-visible {
  outline: 2px solid #E8863A;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .c-logo__link:focus-visible {
    outline: 0.125rem solid #E8863A;
  }
}
@media screen and (max-width: 767px) {
  .c-logo__link:focus-visible {
    outline: min(0.125rem, 2px) solid #E8863A;
  }
}

.c-contact-button {
  padding: 7px 23px;
  border-radius: 4px;
  border: 1px solid #FEFEFF;
  display: inline-block;
  color: #FEFEFF;
  font-family: "Montaga", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
  -webkit-transition: background 0.8s ease, border 0.8s ease, -webkit-box-shadow 0.8s ease;
  transition: background 0.8s ease, border 0.8s ease, -webkit-box-shadow 0.8s ease;
  transition: background 0.8s ease, border 0.8s ease, box-shadow 0.8s ease;
  transition: background 0.8s ease, border 0.8s ease, box-shadow 0.8s ease, -webkit-box-shadow 0.8s ease;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .c-contact-button {
    padding: 0.4375rem 1.4375rem;
    border-radius: 0.25rem;
    border: 0.0625rem solid #FEFEFF;
    font-size: max(1rem, 16px);
    letter-spacing: 0.0625rem;
  }
}
@media screen and (max-width: 767px) {
  .c-contact-button {
    padding: min(0.5rem, 8px) min(1.5rem, 24px);
    border-radius: min(0.25rem, 4px);
    border: none;
    font-size: min(1rem, 16px);
    letter-spacing: min(0.0625rem, 1px);
    background-color: #E8863A;
    -webkit-box-shadow: 0 0 min(1.5rem, 24px) min(0.25rem, 4px) rgba(232, 134, 58, 0.6);
            box-shadow: 0 0 min(1.5rem, 24px) min(0.25rem, 4px) rgba(232, 134, 58, 0.6);
  }
}
@media (any-hover: hover) {
  .c-contact-button:hover {
    border: 1px solid #E8863A;
    background: #E8863A;
    -webkit-box-shadow: 0 0 24px 4px rgba(232, 134, 58, 0.6);
            box-shadow: 0 0 24px 4px rgba(232, 134, 58, 0.6);
  }
}
@media screen and (any-hover: hover) and (min-width: 768px) and (max-width: 1399px) {
  .c-contact-button:hover {
    border: 0.0625rem solid #E8863A;
    -webkit-box-shadow: 0 0 1.5rem 0.25rem rgba(232, 134, 58, 0.6);
            box-shadow: 0 0 1.5rem 0.25rem rgba(232, 134, 58, 0.6);
  }
}
.c-contact-button:focus-visible {
  outline: none;
  border: 1px solid #E8863A;
  background: #E8863A;
  -webkit-box-shadow: 0 0 24px 4px rgba(232, 134, 58, 0.6);
          box-shadow: 0 0 24px 4px rgba(232, 134, 58, 0.6);
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .c-contact-button:focus-visible {
    border: 0.0625rem solid #E8863A;
    -webkit-box-shadow: 0 0 1.5rem 0.25rem rgba(232, 134, 58, 0.6);
            box-shadow: 0 0 1.5rem 0.25rem rgba(232, 134, 58, 0.6);
  }
}

@media screen and (max-width: 767px) {
  .c-drawer-button {
    display: inline-block;
    width: min(2rem, 32px);
    height: min(1.375rem, 22px);
    position: relative;
  }
}

.c-drawer-button__line {
  width: 100%;
  height: min(0.125rem, 2px);
  background-color: #E8863A;
  position: absolute;
  left: 0;
}
.c-drawer-button__line:nth-of-type(1) {
  top: 0;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.c-drawer-button__line:nth-of-type(2) {
  top: 50%;
  translate: 0 -50%;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.c-drawer-button__line:nth-of-type(3) {
  top: calc(100% - min(0.125rem, 2px));
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.c-drawer-button.is-open .c-drawer-button__line:nth-of-type(1) {
  top: calc(50% - 0.0625rem);
  translate: 0 -50%;
  scale: 1.2 1;
  rotate: 32deg;
}
.c-drawer-button.is-open .c-drawer-button__line:nth-of-type(2) {
  translate: 50% -50%;
  opacity: 0;
}
.c-drawer-button.is-open .c-drawer-button__line:nth-of-type(3) {
  top: calc(50% - 0.0625rem);
  translate: 0 -50%;
  scale: 1.2 1;
  rotate: -32deg;
}

.c-overlay {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-overlay {
    display: block;
    position: fixed;
    top: min(3.4375rem, 55px);
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 10;
    background-color: rgba(13, 24, 33, 0.8);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.8s ease, visibility 0.8s ease;
    transition: opacity 0.8s ease, visibility 0.8s ease;
  }
}
.c-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.c-scrollbar {
  width: 46px;
  height: 83px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .c-scrollbar {
    width: 2.875rem;
    height: 5.1875rem;
  }
}
@media screen and (max-width: 767px) {
  .c-scrollbar {
    width: min(2.25rem, 36px);
    height: min(4.125rem, 66px);
  }
}

.c-scrollbar__wrapper {
  --scroll-height: 55px;
  width: 2px;
  height: var(--scroll-height);
  background: rgba(254, 254, 255, 0.6);
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .c-scrollbar__wrapper {
    width: max(0.125rem, 2px);
    --scroll-height: calc(55 / 16 * 1rem);
  }
}
@media screen and (max-width: 767px) {
  .c-scrollbar__wrapper {
    width: min(0.125rem, 2px);
    --scroll-height: min(calc(48 / 16 * 1rem), 48px);
  }
}

.c-scrollbar__bar {
  width: 2px;
  height: 13px;
  background-color: #E8863A;
  position: absolute;
  top: 0;
  left: 0;
  translate: 0 -100%;
  -webkit-animation: scrollbar 3s linear infinite;
          animation: scrollbar 3s linear infinite;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .c-scrollbar__bar {
    width: max(0.125rem, 2px);
    height: 0.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .c-scrollbar__bar {
    width: min(0.125rem, 2px);
    height: min(0.625rem, 10px);
  }
}

@-webkit-keyframes scrollbar {
  0% {
    translate: 0 -100%;
  }
  100% {
    translate: 0 calc(var(--scroll-height) + 100%);
  }
}

@keyframes scrollbar {
  0% {
    translate: 0 -100%;
  }
  100% {
    translate: 0 calc(var(--scroll-height) + 100%);
  }
}
.c-scrollbar__text {
  color: #FEFEFF;
  font-family: "Montaga", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: capitalize;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .c-scrollbar__text {
    font-size: max(1rem, 12px);
    letter-spacing: 0.0625rem;
  }
}
@media screen and (max-width: 767px) {
  .c-scrollbar__text {
    font-size: min(0.75rem, 12px);
    letter-spacing: min(0.0625rem, 1px);
  }
}

.c-section__heading--center {
  text-align: center;
}
.c-section__heading--center .c-section__heading-ja {
  margin-top: -2px;
  padding-left: 0;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .c-section__heading--center .c-section__heading-ja {
    margin-top: -0.125rem;
  }
}

.c-section__heading-en {
  display: block;
  color: #0D1821;
  font-family: "Montaga", serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.28px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .c-section__heading-en {
    font-size: 4rem;
    letter-spacing: 0.08rem;
  }
}
@media screen and (max-width: 767px) {
  .c-section__heading-en {
    font-size: min(2.5rem, 40px);
    letter-spacing: min(0.05rem, 0.8px);
  }
}
.c-section__heading-en--white {
  color: #FEFEFF;
}

.c-section__heading-ja {
  display: block;
  margin-top: -1px;
  padding-left: 6px;
  color: #2A4F72;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .c-section__heading-ja {
    margin-top: -0.0625rem;
    padding-left: 0.375rem;
    font-size: max(1rem, 14px);
    letter-spacing: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .c-section__heading-ja {
    margin-top: max(-0.125rem, -2px);
    padding-left: min(0.3125rem, 5px);
    font-size: min(0.875rem, 14px);
    line-height: min(1.5rem, 24px);
    letter-spacing: min(0.125rem, 2px);
  }
}
.c-section__heading-ja--white {
  color: #FEFEFF;
}

.c-section__heading-ja--profile {
  margin-top: -2px;
  padding-left: 0;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .c-section__heading-ja--profile {
    margin-top: -0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .c-section__heading-ja--profile {
    margin-top: max(-0.125rem, -2px);
  }
}

.c-section__heading-ja--qa {
  margin-top: 2px;
  padding-left: 0;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .c-section__heading-ja--qa {
    margin-top: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .c-section__heading-ja--qa {
    margin-top: min(0.5rem, 8px);
  }
}

.c-works-item__link {
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 14px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .c-works-item__link {
    row-gap: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .c-works-item__link {
    row-gap: min(0.875rem, 14px);
  }
}
@media (any-hover: hover) {
  .c-works-item__link:hover .c-works-item__image img {
    scale: 1.1;
  }
}
.c-works-item__link:focus-visible {
  outline: none;
}
.c-works-item__link:focus-visible .c-works-item__image img {
  scale: 1.1;
}

.c-works-item__image {
  width: 560px;
  aspect-ratio: 560/376;
  padding: 42px 40.24px 37px 40px;
  border-radius: 4px;
  background-color: #FEFEFF;
  -webkit-box-shadow: 2px 4px 16px 0 #e7e7f2;
          box-shadow: 2px 4px 16px 0 #e7e7f2;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .c-works-item__image {
    width: 35rem;
    padding: 2.625rem 2.515rem 2.3125rem 2.5rem;
    border-radius: 0.25rem;
    -webkit-box-shadow: 0.125rem 0.25rem 1rem 0 #e7e7f2;
            box-shadow: 0.125rem 0.25rem 1rem 0 #e7e7f2;
  }
}
@media screen and (max-width: 767px) {
  .c-works-item__image {
    padding: min(1.625rem, 26px) min(1.5rem, 24px) min(1.1875rem, 19px) min(1.5rem, 24px);
    width: min(21.4375rem, 343px);
    aspect-ratio: 343/231;
  }
}
.c-works-item__image img {
  width: 100%;
  aspect-ratio: 960/608;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: scale 0.8s ease;
  transition: scale 0.8s ease;
}

.c-works-item__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 17px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .c-works-item__texts {
    row-gap: 1.0625rem;
  }
}
@media screen and (max-width: 767px) {
  .c-works-item__texts {
    row-gap: min(0.3125rem, 5px);
  }
}

.c-works-item__title {
  color: #0D1821;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .c-works-item__title {
    font-size: max(1.25rem, 18px);
    line-height: 1.875rem;
    letter-spacing: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .c-works-item__title {
    font-size: min(1rem, 16px);
    line-height: min(1.625rem, 26px);
    letter-spacing: min(0.0625rem, 1px);
  }
}

.c-works-item__title-kinds {
  color: #0D1821;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .c-works-item__title-kinds {
    font-size: max(1.25rem, 18px);
    line-height: 1.875rem;
    letter-spacing: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .c-works-item__title-kinds {
    font-size: min(1rem, 16px);
    line-height: min(1.625rem, 26px);
    letter-spacing: min(0.0625rem, 1px);
  }
}

.c-works-item__title-bar {
  display: inline-block;
  color: #0D1821;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 2px;
  text-indent: -7px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .c-works-item__title-bar {
    font-size: max(1.25rem, 18px);
    line-height: 1.875rem;
    letter-spacing: 0.125rem;
    text-indent: -0.4375rem;
  }
}
@media screen and (max-width: 767px) {
  .c-works-item__title-bar {
    font-size: min(1rem, 16px);
    line-height: min(1.625rem, 26px);
    letter-spacing: min(0.0625rem, 1px);
    text-indent: max(-0.3125rem, -5px);
  }
}

.c-works-item__title-text {
  display: inline-block;
  color: #0D1821;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 2px;
  text-indent: -7px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .c-works-item__title-text {
    font-size: max(1.25rem, 18px);
    line-height: 1.875rem;
    letter-spacing: 0.125rem;
    text-indent: -0.4375rem;
  }
}
@media screen and (max-width: 767px) {
  .c-works-item__title-text {
    font-size: min(1rem, 16px);
    line-height: min(1.625rem, 26px);
    letter-spacing: min(0.0625rem, 1px);
    text-indent: max(-0.25rem, -4px);
  }
}

.c-works-item__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .c-works-item__tags {
    gap: 0.625rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  .c-works-item__tags {
    gap: min(0.625rem, 10px) min(1rem, 16px);
  }
}

.c-works-item__tag {
  padding: 2px 16px;
  border: 1px solid #1E3A5F;
  color: #1E3A5F;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .c-works-item__tag {
    padding: max(0.125rem, 2px) 1rem;
    border: 0.0625rem solid #1E3A5F;
    font-size: max(0.875rem, 14px);
    line-height: 1.125rem;
    letter-spacing: 0.0625rem;
  }
}
@media screen and (max-width: 767px) {
  .c-works-item__tag {
    padding: 0 min(0.5rem, 8px);
    font-size: min(0.75rem, 12px);
    border: min(0.0625rem, 1px) solid #1E3A5F;
    line-height: min(1.125rem, 18px);
    letter-spacing: min(0.0625rem, 1px);
  }
}

.c-more-button {
  display: inline-block;
  padding: 16px 61px;
  border-radius: 4px;
  border: 1px solid #1E3A5F;
  background: #FEFEFF;
  -webkit-transition: background 0.8s ease;
  transition: background 0.8s ease;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .c-more-button {
    padding: max(1rem, 16px) 3.8125rem;
    border-radius: 0.25rem;
    border: 0.0625rem solid #1E3A5F;
  }
}
@media screen and (max-width: 767px) {
  .c-more-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-inline: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: min(0.875rem, 14px) min(3.8125rem, 61px) min(0.9375rem, 15px) min(3.8125rem, 61px);
    border-radius: min(0.25rem, 4px);
    border: min(0.0625rem, 1px) solid #1E3A5F;
  }
}
@media (any-hover: hover) {
  .c-more-button:hover {
    background-color: #1E3A5F;
  }
  .c-more-button:hover .c-more-button-text {
    color: #FEFEFF;
  }
  .c-more-button:hover .c-more-button-text svg path {
    color: #FEFEFF;
  }
}
.c-more-button:focus-visible {
  outline: none;
  background-color: #1E3A5F;
}
.c-more-button:focus-visible .c-more-button-text {
  color: #FEFEFF;
}
.c-more-button:focus-visible .c-more-button-text svg path {
  color: #FEFEFF;
}

.c-more-button-text {
  display: inline-block;
  color: #1E3A5F;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 2px;
  text-indent: -6px;
  position: relative;
  -webkit-transition: color 0.8s ease;
  transition: color 0.8s ease;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .c-more-button-text {
    font-size: max(1rem, 16px);
    line-height: 1.625rem;
    letter-spacing: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .c-more-button-text {
    font-size: min(1rem, 16px);
    line-height: min(1.625rem, 26px);
    letter-spacing: min(0.125rem, 2px);
  }
}
.c-more-button-text svg {
  position: absolute;
  top: calc(50% + 1px);
  left: calc(100% - 1px);
  translate: 0 -50%;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .c-more-button-text svg {
    top: calc(50% + 0.0625rem);
    left: calc(100% - 0.0625rem);
  }
}
@media screen and (max-width: 767px) {
  .c-more-button-text svg {
    top: calc(50% + min(0.0625rem, 1px));
    left: calc(100% - min(0.0625rem, 1px));
  }
}
.c-more-button-text svg path {
  color: #1E3A5F;
  -webkit-transition: color 0.8s ease;
  transition: color 0.8s ease;
}

.c-service-item {
  background-color: #162433;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 19px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .c-service-item {
    border-radius: 0.25rem;
    row-gap: 1.1875rem;
  }
}
@media screen and (max-width: 767px) {
  .c-service-item {
    margin-inline: auto;
    max-width: 410px;
    border-radius: min(0.25rem, 4px);
    row-gap: 0px;
  }
}

.c-service-item__deco {
  padding: 8px 24px 6px 24px;
  border-bottom: 1px solid #23303d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .c-service-item__deco {
    padding: 0.5rem 1.5rem 0.375rem 1.5rem;
    border-bottom: 0.0625rem solid #23303d;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-service-item__deco {
    padding: min(0.5rem, 8px) min(1.5rem, 24px);
    border-bottom: min(0.0625rem, 1px) solid #23303d;
    -webkit-column-gap: min(0.5rem, 8px);
       -moz-column-gap: min(0.5rem, 8px);
            column-gap: min(0.5rem, 8px);
  }
}

.c-service-item__deco-circle {
  display: inline-block;
  width: 12px;
  aspect-ratio: 1;
  border-radius: 50%;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .c-service-item__deco-circle {
    width: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .c-service-item__deco-circle {
    width: min(0.75rem, 12px);
  }
}
.c-service-item__deco-circle:nth-of-type(1) {
  background-color: #E8863A;
}
.c-service-item__deco-circle:nth-of-type(2) {
  background-color: #1E3A5F;
}
.c-service-item__deco-circle:nth-of-type(3) {
  background-color: #2A4F72;
}

.c-service-item__image {
  margin-top: 10px;
  margin-inline: auto;
  width: 128px;
  aspect-ratio: 1;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .c-service-item__image {
    margin-top: 0.625rem;
    width: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .c-service-item__image {
    margin-top: min(1rem, 16px);
    width: min(8rem, 128px);
  }
}
.c-service-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-service-item:nth-of-type(2) .c-service-item__image {
  margin-block: 4px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .c-service-item:nth-of-type(2) .c-service-item__image {
    margin-block: 0.25rem;
  }
}
@media screen and (max-width: 767px) {
  .c-service-item:nth-of-type(2) .c-service-item__image {
    margin-block: min(0.9375rem, 15px) min(0.0625rem, 1px);
  }
}
@media screen and (max-width: 767px) {
  .c-service-item:nth-of-type(3) .c-service-item__image {
    margin-block: min(0.625rem, 10px) 0;
  }
}
@media screen and (max-width: 767px) {
  .c-service-item:nth-of-type(3) .c-service-item__title-text .line > .word {
    margin-left: min(0.375rem, 6px);
  }
}

.c-service-item__texts {
  padding: 0 29px 38px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .c-service-item__texts {
    padding: 0 1.8125rem 2.375rem 2rem;
    row-gap: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-service-item__texts {
    margin-top: max(-0.0625rem, -1px);
    padding: 0 min(1.875rem, 30px) min(2rem, 32px) min(2rem, 32px);
    row-gap: min(0.5625rem, 9px);
  }
}

.c-service-item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2px;
     -moz-column-gap: 2px;
          column-gap: 2px;
  white-space: nowrap;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .c-service-item__title {
    -webkit-column-gap: 0.125rem;
       -moz-column-gap: 0.125rem;
            column-gap: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .c-service-item__title {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}
.c-service-item__title .char {
  opacity: 0;
}

.c-service-item__title-text {
  color: #FEFEFF;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .c-service-item__title-text {
    font-size: max(1.25rem, 12px);
    line-height: 1.875rem;
    letter-spacing: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .c-service-item__title-text {
    font-size: min(1.125rem, 18px);
    line-height: min(1.625rem, 26px);
    letter-spacing: min(0.125rem, 2px);
  }
}
.c-service-item__title-text .line > .word {
  margin-left: 12px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .c-service-item__title-text .line > .word {
    margin-left: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .c-service-item__title-text .line > .word {
    margin-left: min(0.75rem, 12px);
  }
}

.c-service-item__title-icon {
  display: inline-block;
  width: 12px;
  height: 22px;
  background-color: #E8863A;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .c-service-item__title-icon {
    width: 0.75rem;
    height: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .c-service-item__title-icon {
    width: min(0.75rem, 12px);
    height: min(1.375rem, 22px);
  }
}

.c-service-item__text {
  color: #FEFEFF;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .c-service-item__text {
    font-size: max(1rem, 10px);
    line-height: 1.625rem;
    letter-spacing: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .c-service-item__text {
    font-size: min(0.875rem, 14px);
    line-height: min(1.625rem, 26px);
    letter-spacing: min(0.125rem, 2px);
  }
}

.c-flow-item {
  margin-top: 2px;
  display: grid;
  grid-template-columns: 130px 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-column-gap: 64px;
     -moz-column-gap: 64px;
          column-gap: 64px;
  padding-right: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .c-flow-item {
    margin-top: 0.125rem;
    grid-template-columns: 8.125rem 1fr;
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
    padding-right: 3.75rem;
  }
}
@media screen and (max-width: 767px) {
  .c-flow-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: min(0.375rem, 6px);
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-flow-item:nth-of-type(2) {
    margin-top: 0px;
  }
}
.c-flow-item:nth-of-type(3) {
  margin-top: 5px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .c-flow-item:nth-of-type(3) {
    margin-top: 0.3125rem;
  }
}
@media screen and (max-width: 767px) {
  .c-flow-item:nth-of-type(3) {
    margin-top: max(-0.0625rem, -1px);
  }
}

.c-flow-item__circle {
  margin-top: 3px;
  width: 130px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 4px solid rgba(232, 134, 58, 0.2);
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .c-flow-item__circle {
    margin-top: 0.1875rem;
    width: 8.125rem;
    border: 0.25rem solid rgba(232, 134, 58, 0.2);
  }
}
@media screen and (max-width: 767px) {
  .c-flow-item__circle {
    margin-top: min(0.1875rem, 3px);
    width: min(8.125rem, 130px);
    border: min(0.25rem, 4px) solid rgba(232, 134, 58, 0.2);
  }
}
.c-flow-item__circle svg {
  width: 158px;
  aspect-ratio: 1;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  stroke-dasharray: 251.33;
  stroke-dashoffset: 251.33;
  position: absolute;
  top: -18px;
  left: -18px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .c-flow-item__circle svg {
    width: 9.875rem;
    top: -1.125rem;
    left: -1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .c-flow-item__circle svg {
    width: min(9.875rem, 158px);
    top: max(-1.125rem, -18px);
    left: max(-1.125rem, -18px);
  }
}

.c-flow-item__circle-image {
  width: 70px;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .c-flow-item__circle-image {
    width: 4.375rem;
  }
}
@media screen and (max-width: 767px) {
  .c-flow-item__circle-image {
    width: min(4.375rem, 70px);
  }
}
.c-flow-item__circle-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-flow-item__circle-line {
  width: 4px;
  height: 80px;
  background-color: rgba(232, 134, 58, 0.2);
  position: absolute;
  top: calc(100% + 17px);
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .c-flow-item__circle-line {
    width: 0.25rem;
    height: max(5rem, 80px);
    top: calc(100% + 1.0625rem);
  }
}
@media screen and (max-width: 767px) {
  .c-flow-item__circle-line {
    display: none;
  }
}

.c-flow-item:nth-of-type(4) .c-flow-item__circle-line {
  display: none;
}

.c-flow-item__circle-line-bar {
  width: 100%;
  height: 100%;
  background-color: #E8863A;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  scale: 1 0;
}

.c-flow-item__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .c-flow-item__texts {
    row-gap: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .c-flow-item__texts {
    width: 100%;
    max-width: 482px;
    row-gap: min(0.25rem, 4px);
  }
}

.c-flow-item__texts-tag {
  color: #FEFEFF;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.48px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .c-flow-item__texts-tag {
    font-size: max(1rem, 12px);
    letter-spacing: 0.03rem;
  }
}
@media screen and (max-width: 767px) {
  .c-flow-item__texts-tag {
    font-size: min(0.75rem, 12px);
    letter-spacing: min(0.0225rem, 0.36px);
  }
}
.c-flow-item__texts-tag--number {
  margin-left: -3px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .c-flow-item__texts-tag--number {
    margin-left: -0.1875rem;
  }
}
@media screen and (max-width: 767px) {
  .c-flow-item__texts-tag--number {
    margin-left: max(-0.1875rem, -1px);
  }
}

.c-flow-item__texts-title {
  color: #FEFEFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .c-flow-item__texts-title {
    font-size: max(1.5rem, 16px);
  }
}
@media screen and (max-width: 767px) {
  .c-flow-item__texts-title {
    font-size: min(1.25rem, 20px);
    line-height: min(1.875rem, 30px);
    letter-spacing: min(0.125rem, 2px);
  }
}

.c-flow-item__texts-text {
  color: #FEFEFF;
  text-align: justify;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 2px;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .c-flow-item__texts-text {
    font-size: max(1.125rem, 12px);
    line-height: max(1.75rem, 28px);
    letter-spacing: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .c-flow-item__texts-text {
    margin-top: min(0.3125rem, 5px);
    font-size: min(0.875rem, 14px);
    font-weight: 400;
    line-height: min(1.625rem, 26px);
    letter-spacing: min(0.125rem, 2px);
    text-align: left;
  }
}

.c-profile-important__item {
  padding: 40px 22px 40px 24px;
  background-color: #FEFEFF;
  border-radius: 4px;
  -webkit-box-shadow: 2px 6px 16px 0 rgba(231, 231, 242, 0.8);
          box-shadow: 2px 6px 16px 0 rgba(231, 231, 242, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 16px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .c-profile-important__item {
    padding: 2.5rem 1.375rem 2.5rem 1.5rem;
    border-radius: 0.25rem;
    -webkit-box-shadow: 0.125rem 0.375rem 1rem 0 rgba(231, 231, 242, 0.8);
            box-shadow: 0.125rem 0.375rem 1rem 0 rgba(231, 231, 242, 0.8);
    row-gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .c-profile-important__item {
    padding: min(3rem, 48px) min(1rem, 16px);
    row-gap: min(0.53125rem, 8.5px);
  }
}

.c-profile-important__item-number {
  color: #2A4F72;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  top: 25px;
  left: 22px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .c-profile-important__item-number {
    font-size: 1.875rem;
    top: 1.5625rem;
    left: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .c-profile-important__item-number {
    font-size: min(1.5rem, 24px);
    top: min(1rem, 16px);
    left: min(0.875rem, 14px);
  }
}

.c-profile-important__item-image {
  width: 70px;
  aspect-ratio: 1;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .c-profile-important__item-image {
    width: 4.375rem;
  }
}
@media screen and (max-width: 767px) {
  .c-profile-important__item-image {
    width: min(4.375rem, 70px);
  }
}
.c-profile-important__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-profile-important__item-title {
  margin-top: 16px;
  color: #2A4F72;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .c-profile-important__item-title {
    margin-top: 1rem;
    font-size: max(1.25rem, 16px);
    line-height: 1.875rem;
    letter-spacing: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .c-profile-important__item-title {
    margin-top: min(0.9375rem, 15px);
    font-size: min(1.125rem, 18px);
    line-height: min(1.625rem, 26px);
    letter-spacing: min(0.125rem, 2px);
  }
}

.c-profile-important__item-text {
  color: #0D1821;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .c-profile-important__item-text {
    font-size: max(1rem, 12px);
    line-height: 1.625rem;
    letter-spacing: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .c-profile-important__item-text {
    font-size: min(0.875rem, 14px);
    line-height: min(1.625rem, 26px);
    letter-spacing: min(0.125rem, 2px);
  }
}

.c-price-item {
  padding: 38px 30px 56px 32px;
  border-radius: 4px;
  background: #FEFEFF;
  -webkit-box-shadow: 2px 6px 16px 0 #e7e7f2;
          box-shadow: 2px 6px 16px 0 #e7e7f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 23px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .c-price-item {
    padding: 2.375rem 1.875rem 3.5rem 2rem;
    border-radius: 0.25rem;
    -webkit-box-shadow: 0.125rem 0.375rem 1rem 0 #e7e7f2;
            box-shadow: 0.125rem 0.375rem 1rem 0 #e7e7f2;
    row-gap: 1.4375rem;
  }
}
@media screen and (max-width: 767px) {
  .c-price-item {
    padding: min(2.5rem, 40px) min(1.875rem, 30px) min(2.5rem, 40px) min(2rem, 32px);
    border-radius: min(0.25rem, 4px);
    -webkit-box-shadow: min(0.125rem, 2px) min(0.375rem, 6px) min(1rem, 16px) 0 #e7e7f2;
            box-shadow: min(0.125rem, 2px) min(0.375rem, 6px) min(1rem, 16px) 0 #e7e7f2;
    row-gap: min(1.5625rem, 25px);
    min-height: min(18.1875rem, 291px);
    max-width: 500px;
    margin-inline: auto;
  }
}

.c-price-item-heading {
  color: #2A4F72;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 2px;
  padding-bottom: 7px;
  border-bottom: 1px solid rgba(42, 79, 114, 0.2);
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .c-price-item-heading {
    font-size: max(1.25rem, 14px);
    line-height: 1.875rem;
    letter-spacing: 0.125rem;
    padding-bottom: 0.4375rem;
    border-bottom: 0.0625rem solid rgba(42, 79, 114, 0.2);
  }
}
@media screen and (max-width: 767px) {
  .c-price-item-heading {
    font-size: min(1.25rem, 20px);
    line-height: min(1.875rem, 30px);
    letter-spacing: min(0.125rem, 2px);
    padding-bottom: min(0.4375rem, 7px);
    border-bottom: min(0.0625rem, 1px) solid rgba(42, 79, 114, 0.2);
  }
}

.c-price-item__number {
  margin-top: 8px;
  color: #0D1821;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .c-price-item__number {
    margin-top: 0.5rem;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-price-item__number {
    margin-top: min(0.25rem, 4px);
    font-size: min(1.5rem, 24px);
  }
}
.c-price-item__number--num {
  font-size: 32px;
  letter-spacing: 0px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .c-price-item__number--num {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-price-item__number--num {
    font-size: min(2rem, 32px);
  }
}
.c-price-item__number--kara {
  display: inline-block;
  margin-top: 1px;
  font-size: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .c-price-item__number--kara {
    margin-top: 0.0625rem;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-price-item__number--kara {
    font-size: min(2rem, 32px);
  }
}

.c-price-item-text {
  color: #0D1821;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .c-price-item-text {
    font-size: max(1rem, 12px);
    line-height: 1.625rem;
    letter-spacing: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .c-price-item-text {
    font-size: min(0.875rem, 14px);
    line-height: min(1.625rem, 26px);
    letter-spacing: min(0.125rem, 2px);
  }
}

details {
  border-bottom: 1px solid rgba(42, 79, 114, 0.2);
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  details {
    border-bottom: 0.0625rem solid rgba(42, 79, 114, 0.2);
  }
}
@media screen and (max-width: 767px) {
  details {
    border-bottom: min(0.0625rem, 1px) solid rgba(42, 79, 114, 0.2);
  }
}
details:first-of-type {
  border-top: 1px solid rgba(42, 79, 114, 0.2);
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  details:first-of-type {
    border-top: 0.0625rem solid rgba(42, 79, 114, 0.2);
  }
}
@media screen and (max-width: 767px) {
  details:first-of-type {
    border-top: min(0.0625rem, 1px) solid rgba(42, 79, 114, 0.2);
  }
}
details:focus-visible {
  outline-color: #E8863A;
}

summary {
  display: block;
}
summary::-webkit-details-marker {
  display: none;
}
summary:focus-visible {
  outline-color: #E8863A;
}

.c-qa-item__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  padding: 23px 8px 24px 0;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .c-qa-item__question {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    padding: 1.4375rem max(0.5rem, 15px) 1.5rem 0;
  }
}
@media screen and (max-width: 767px) {
  .c-qa-item__question {
    -webkit-column-gap: min(1rem, 16px);
       -moz-column-gap: min(1rem, 16px);
            column-gap: min(1rem, 16px);
    padding: min(1rem, 16px) min(2.8125rem, 45px) min(1rem, 16px) 0;
  }
}
.c-qa-item__question::after {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  background: url(../img/qa/c-qa-item__icon.png) no-repeat center center/contain;
  rotate: 180deg;
  -webkit-transition: rotate 0.6s ease;
  transition: rotate 0.6s ease;
  position: absolute;
  top: 33px;
  right: 8px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .c-qa-item__question::after {
    width: 0.625rem;
    height: 0.375rem;
    top: 2.0625rem;
    right: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-qa-item__question::after {
    width: min(0.625rem, 10px);
    height: min(0.375rem, 6px);
    right: min(0.5rem, 8px);
    top: min(1.625rem, 26px);
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.c-qa-item__question:focus-visible {
  outline-color: #E8863A;
}

.c-qa-item.is-open .c-qa-item__question::after {
  rotate: 0deg;
}

.c-qa-item__question-icon {
  display: inline-block;
  color: #2A4F72;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .c-qa-item__question-icon {
    font-size: max(1.125rem, 16px);
    line-height: 1.625rem;
    letter-spacing: 0.0625rem;
  }
}
@media screen and (max-width: 767px) {
  .c-qa-item__question-icon {
    font-size: min(0.875rem, 14px);
    line-height: min(1.5rem, 24px);
    letter-spacing: min(0.0625rem, 1px);
  }
}

.c-qa-item__question-text {
  display: block;
  color: #0D1821;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .c-qa-item__question-text {
    font-size: max(1.125rem, 14px);
    line-height: max(1.625rem, 10px);
    letter-spacing: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .c-qa-item__question-text {
    font-size: min(0.875rem, 14px);
    line-height: min(1.5rem, 24px);
    letter-spacing: min(0.125rem, 2px);
  }
}

.c-qa-item__answer {
  display: block;
  padding: 0 51px 24px 40px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .c-qa-item__answer {
    padding: 0 3.1875rem 1.5rem max(2.5rem, 30px);
  }
}
@media screen and (max-width: 767px) {
  .c-qa-item__answer {
    padding: min(0.5rem, 8px) min(0.5rem, 8px) min(0.9375rem, 15px) min(2.5rem, 40px);
  }
}

.c-qa-item__answer-text {
  display: block;
  color: #0D1821;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .c-qa-item__answer-text {
    font-size: max(1rem, 12px);
    line-height: max(1.625rem, 16px);
    letter-spacing: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .c-qa-item__answer-text {
    font-size: min(0.875rem, 14px);
    line-height: min(1.625rem, 26px);
    letter-spacing: min(0.125rem, 2px);
  }
}

.p-loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100dvh;
  pointer-events: auto;
}

html.is-loaded .p-loading {
  display: none !important;
}

.p-loading__text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #E8863A;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2px;
  opacity: 0;
  white-space: nowrap;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-loading__text-box {
    font-size: 2rem;
    letter-spacing: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-loading__text-box {
    font-size: 1.125rem;
    letter-spacing: 0.125rem;
  }
}
.p-loading__text-box .char {
  opacity: 0;
}

.p-loading__left {
  background-color: #162433;
  width: 50%;
  height: 100%;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  position: absolute;
  top: 0;
  left: 0;
  scale: 1 1;
}

.p-loading__right {
  background-color: #162433;
  width: 50%;
  height: 100%;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  position: absolute;
  top: 0;
  right: 0;
  scale: 1 1;
}

.p-header-nav {
  margin-top: -3px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-header-nav {
    margin-top: -0.1875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-header-nav {
    margin-top: max(-0.1875rem, -3px);
  }
}

.p-header-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-header-nav__list {
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }
}

.p-header-nav__item:nth-of-type(1) {
  position: relative;
  left: 3px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-header-nav__item:nth-of-type(1) {
    left: 0.1875rem;
  }
}
.p-header-nav__item:nth-of-type(2) {
  position: relative;
  left: 3px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-header-nav__item:nth-of-type(2) {
    left: 0.1875rem;
  }
}
.p-header-nav__item:nth-of-type(3) {
  position: relative;
  left: 3px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-header-nav__item:nth-of-type(3) {
    left: 0.1875rem;
  }
}

.p-header-nav__link {
  display: inline-block;
  color: #FEFEFF;
  font-family: "Montaga", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-header-nav__link {
    font-size: max(1rem, 16px);
    letter-spacing: 0.0625rem;
  }
}
.p-header-nav__link::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #E8863A;
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  scale: 0;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: scale 0.8s ease;
  transition: scale 0.8s ease;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-header-nav__link::after {
    height: 0.125rem;
    top: calc(100% + 0.125rem);
  }
}
@media (any-hover: hover) {
  .p-header-nav__link:hover::after {
    scale: 1;
  }
}
.p-header-nav__link:focus-visible {
  outline: none;
}
.p-header-nav__link:focus-visible::after {
  scale: 1;
}

@media screen and (max-width: 767px) {
  .p-drawer-nav {
    display: block;
    background-color: #162433;
    width: min(15.25rem, 244px);
    height: 100dvh;
    translate: 100% 0;
    opacity: 0;
    overflow-y: scroll;
    -webkit-transition: translate 0.8s ease, opacity 0.8s ease;
    transition: translate 0.8s ease, opacity 0.8s ease;
  }
  .p-drawer-nav.is-open {
    translate: 0 0;
    opacity: 1;
  }
}

.p-drawer-nav__inner {
  padding: 9dvh min(1.5rem, 24px) min(5.3125rem, 85px) min(1.5rem, 24px);
}

.p-drawer-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 4.9dvh;
}

.p-drawer-nav__item {
  width: 100%;
  opacity: 0;
}

.p-drawer-nav__link {
  display: inline-block;
  width: 100%;
  color: #FEFEFF;
  font-family: "Montaga", serif;
  font-size: min(1.25rem, 20px);
  font-style: normal;
  font-weight: 400;
  letter-spacing: min(0.0625rem, 1px);
}

.p-drawer-nav__button {
  margin-top: min(0.5625rem, 9px);
}

.p-fv {
  overflow: hidden;
  background: url(../img/fv/pc-fv.jpg) no-repeat center center/cover;
  height: 711px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-fv {
    height: 44.4375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv {
    height: min(33.875rem, 542px);
    background: url(../img/fv/sp-fv.jpg) no-repeat center center/cover;
  }
}

.p-fv__contents {
  position: absolute;
  top: calc(50% - 66px);
  left: calc(50% - 552px);
  z-index: 2;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-fv__contents {
    top: calc(50% - 4.125rem);
    left: calc(50% - 34.5rem);
  }
}
@media screen and (max-width: 767px) {
  .p-fv__contents {
    top: calc(50% - min(4.4375rem, 71px));
    left: calc(50% - min(10.75rem, 230px));
  }
}

.p-fv__scrollbar {
  position: absolute;
  bottom: 102px;
  left: calc(50% - 446px);
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-fv__scrollbar {
    bottom: 6.375rem;
    left: calc(50% - 27.875rem);
  }
}
@media screen and (max-width: 767px) {
  .p-fv__scrollbar {
    bottom: min(7.5625rem, 121px);
    left: calc(50% - min(8.125rem, 185px));
  }
}

.p-fv__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
  height: auto;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-fv__texts {
    row-gap: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__texts {
    row-gap: min(0.75rem, 12px);
  }
}

.p-p-fv__texts-top {
  padding-left: 44px;
  color: #FEFEFF;
  font-family: "Montaga", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.5px;
  letter-spacing: 1px;
  text-transform: capitalize;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-p-fv__texts-top {
    padding-left: 2.75rem;
    font-size: max(1.25rem, 20px);
    line-height: 1.15625rem;
    letter-spacing: 0.0625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-p-fv__texts-top {
    padding-left: min(1.5625rem, 25px);
    font-size: min(0.875rem, 14px);
    line-height: normal;
    letter-spacing: min(0.0625rem, 1px);
  }
}
.p-p-fv__texts-top--w {
  position: static;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .p-p-fv__texts-top--w {
    font-size: min(0.5625rem, 9px);
  }
}
.p-p-fv__texts-top--c {
  position: static;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .p-p-fv__texts-top--c {
    font-size: min(0.5625rem, 9px);
  }
}
.p-p-fv__texts-top::after {
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  background-color: #FEFEFF;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-p-fv__texts-top::after {
    width: 1.75rem;
    height: 0.0625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-p-fv__texts-top::after {
    width: min(1rem, 16px);
    height: min(0.0625rem, 1px);
  }
}

.p-fv__texts-heading {
  color: #FEFEFF;
  font-family: "Montaga", serif;
  font-size: 96px;
  font-style: normal;
  font-weight: 400;
  line-height: 104px;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-fv__texts-heading {
    font-size: 6rem;
    line-height: 6.5rem;
    letter-spacing: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__texts-heading {
    margin-top: min(0.25rem, 4px);
    font-size: min(3rem, 48px);
    line-height: min(3.5rem, 56px);
    letter-spacing: min(0.125rem, 2px);
  }
}

.p-fv__texts-bottom {
  margin-top: 4px;
  color: #FEFEFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-fv__texts-bottom {
    margin-top: 0.25rem;
    font-size: max(1.5rem, 16px);
    letter-spacing: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__texts-bottom {
    margin-top: 0;
    font-size: min(0.9375rem, 15px);
    line-height: min(1.625rem, 26px);
    letter-spacing: min(0.125rem, 2px);
  }
}
.p-fv__texts-bottom--color {
  color: #E8863A;
  position: relative;
  left: 2px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-fv__texts-bottom--color {
    left: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__texts-bottom--color {
    left: min(0.0625rem, 1px);
    letter-spacing: min(0.0625rem, 1px);
  }
}
.p-fv__texts-bottom--space {
  position: relative;
  left: 4px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-fv__texts-bottom--space {
    left: 0.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__texts-bottom--space {
    left: min(0.25rem, 4px);
  }
}

.p-fv__slider1 {
  height: 120%;
  -webkit-transform: rotate(13.536deg);
          transform: rotate(13.536deg);
  position: absolute;
  top: -72px;
  right: calc(50% - 356px);
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-fv__slider1 {
    top: -4.5rem;
    right: calc(50% - 22.25rem);
  }
}
@media screen and (max-width: 767px) {
  .p-fv__slider1 {
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
    top: -0.9375rem;
    right: calc(50% - min(13.625rem, 345px));
    overflow: visible;
  }
}

.p-fv__slider1-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-animation: p-fv-slider-up 40s linear infinite;
          animation: p-fv-slider-up 40s linear infinite;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  will-change: transform;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-fv__slider1-track {
    gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__slider1-track {
    gap: min(0.5rem, 8px);
  }
}

.p-fv__slider1-item {
  width: 427.99px;
  height: 279.99px;
  border-radius: 2px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-fv__slider1-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-fv__slider1-item {
    width: 26.749375rem;
    height: 17.499375rem;
    border-radius: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__slider1-item {
    width: min(12.5rem, 250px);
    height: min(8.125rem, 180px);
    border-radius: min(0.125rem, 2px);
  }
}

.p-fv__slider2 {
  height: 120%;
  -webkit-transform: rotate(13.536deg);
          transform: rotate(13.536deg);
  position: absolute;
  top: -131px;
  right: calc(50% - 844px);
  overflow: visible;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-fv__slider2 {
    top: -8.1875rem;
    right: calc(50% - 52.75rem);
  }
}
@media screen and (max-width: 767px) {
  .p-fv__slider2 {
    display: none;
  }
}

.p-fv__slider2-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  animation: p-fv-slider-up 40s linear infinite reverse;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  will-change: transform;
}

.p-fv__slider2-item {
  width: 427.99px;
  height: 279.99px;
  border-radius: 2px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-fv__slider2-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-fv__slider2-item {
    width: 26.749375rem;
    height: 17.499375rem;
    border-radius: 0.125rem;
  }
}

.is-marquee-playing .p-fv__slider1-track,
.is-marquee-playing .p-fv__slider2-track {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

@-webkit-keyframes p-fv-slider-up {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@keyframes p-fv-slider-up {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.p-works__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 78px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-works__inner {
    row-gap: 4.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-works__inner {
    row-gap: min(3.0625rem, 49px);
  }
}

@media screen and (max-width: 767px) {
  .p-works__heading {
    margin-left: max(-0.1875rem, -3px);
  }
}

.p-works__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 72px 80px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-works__items {
    gap: 4.5rem 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-works__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: min(2.5625rem, 41px);
  }
}

.p-works__button {
  text-align: center;
  margin-top: 2px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-works__button {
    margin-top: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-works__button {
    margin-top: max(-0.0625rem, -1px);
  }
}

.p-service {
  background-color: #F2F5F9;
  padding-block: 99px 100px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-service {
    padding-block: 6.1875rem 6.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service {
    padding-block: min(4rem, 64px) min(4rem, 64px);
  }
}

.p-service__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 77px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-service__inner {
    row-gap: 4.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service__inner {
    padding-inline: min(1.75rem, 28px);
    row-gap: min(3rem, 48px);
  }
}

@media screen and (max-width: 767px) {
  .p-service__heading {
    margin-left: 0.0625rem;
  }
}

.p-service__items {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 64px;
     -moz-column-gap: 64px;
          column-gap: 64px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-service__items {
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: min(2.4375rem, 39px);
  }
}

.p-flow {
  padding-block: 100px 131px;
  background-color: #162433;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-flow {
    padding-block: 6.25rem 8.1875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-flow {
    padding-block: min(4rem, 64px);
  }
}

.p-flow__inner {
  padding-inline: 310px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 79px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-flow__inner {
    padding-inline: 19.375rem;
    row-gap: 4.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__inner {
    padding-inline: min(1.75rem, 28px) min(1.6875rem, 27px);
    row-gap: min(3.3125rem, 53px);
  }
}

.p-flow__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 28px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-flow__texts {
    row-gap: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__texts {
    row-gap: min(1.4375rem, 23px);
  }
}

.p-flow__texts-text {
  text-align: center;
  color: #FEFEFF;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-flow__texts-text {
    font-size: max(1rem, 13px);
    line-height: max(1.625rem, 26px);
    letter-spacing: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__texts-text {
    max-width: 482px;
    font-size: min(0.875rem, 14px);
    line-height: min(1.625rem, 26px);
    letter-spacing: min(0.125rem, 2px);
  }
}

.p-flow__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 98px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-flow__items {
    row-gap: 6.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__items {
    row-gap: min(2.875rem, 46px);
  }
}

.p-profile {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-profile {
    padding-block: min(4.0625rem, 65px) min(4rem, 64px);
  }
}

.p-profile__background {
  width: 100%;
  height: 100%;
  background: url(../img/profile/pc-p-profile__back.jpg) no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-profile__background {
    background: url(../img/profile/sp-p-profile__back.jpg) no-repeat center center/cover;
  }
}

.p-profile__overlay {
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(13, 24, 33, 0.56)), to(rgba(13, 24, 33, 0.56)));
  background: linear-gradient(0deg, rgba(13, 24, 33, 0.56) 0%, rgba(13, 24, 33, 0.56) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-profile__overlay {
    background: linear-gradient(181deg, rgba(13, 24, 33, 0.4) 0.24%, rgba(13, 24, 33, 0.84) 50.12%, rgba(13, 24, 33, 0.88) 100%);
  }
}

@media screen and (max-width: 767px) {
  .p-profile__inner {
    padding-inline: min(1rem, 16px);
  }
}

.p-profile__contents {
  padding: 64px 72px;
  background-color: #FEFEFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 56px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-profile__contents {
    padding: 4rem 4.5rem;
    row-gap: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-profile__contents {
    max-width: 600px;
    margin-inline: auto;
    padding: min(1.5rem, 24px) min(1.4375rem, 23px) min(1.5rem, 24px) min(1.5rem, 24px);
    row-gap: min(2.9375rem, 47px);
  }
}

.p-profile__main {
  display: grid;
  grid-template-columns: 1fr 360px;
  -webkit-column-gap: 74px;
     -moz-column-gap: 74px;
          column-gap: 74px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-profile__main {
    grid-template-columns: 1fr 22.5rem;
    -webkit-column-gap: 4.625rem;
       -moz-column-gap: 4.625rem;
            column-gap: 4.625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-profile__main {
    width: 100%;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-template-columns: 1fr;
    grid-template-areas: "heading" "image" "motto" "texts";
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: min(1.5rem, 24px);
  }
}

.p-profile__main-texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 31px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-profile__main-texts {
    row-gap: 1.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-profile__main-texts {
    display: contents;
  }
}

@media screen and (max-width: 767px) {
  .p-profile__heading {
    grid-area: heading;
    text-align: left;
  }
}

.p-profile__main-motto {
  margin-top: 22px;
  color: #2A4F72;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 46px;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-profile__main-motto {
    margin-top: 1.375rem;
    font-size: 2rem;
    line-height: 2.875rem;
    letter-spacing: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-profile__main-motto {
    width: 103%;
    margin-top: min(1.0625rem, 17px);
    font-size: min(1.75rem, 28px);
    line-height: min(2.375rem, 38px);
    letter-spacing: min(0.125rem, 2px);
    grid-area: motto;
  }
}
.p-profile__main-motto--under-line {
  display: inline-block;
  margin-top: 0;
  position: relative;
  z-index: 2;
}
.p-profile__main-motto--under-line::after {
  content: "";
  display: block;
  width: 269px;
  height: 10px;
  background-color: rgba(232, 134, 58, 0.48);
  position: absolute;
  bottom: 6px;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-profile__main-motto--under-line::after {
    width: 16.8125rem;
    height: 0.625rem;
    bottom: 0.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-profile__main-motto--under-line::after {
    width: min(14.875rem, 238px);
    bottom: min(0.0625rem, 1px);
  }
}

.p-profile__main-text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-profile__main-text-box {
    row-gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-profile__main-text-box {
    margin-top: min(0.0625rem, 1px);
    grid-area: texts;
    row-gap: min(1rem, 16px);
  }
}

.p-profile__main-text-box-text {
  display: block;
  color: #0D1821;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-profile__main-text-box-text {
    font-size: max(1rem, 12px);
    line-height: max(1.875rem, 10px);
    letter-spacing: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-profile__main-text-box-text {
    font-size: min(0.875rem, 14px);
    line-height: min(1.625rem, 26px);
    letter-spacing: min(0.125rem, 2px);
  }
}

.p-profile__main-image {
  width: 352px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: rgba(42, 79, 114, 0.1);
  -webkit-box-shadow: 4px 8px 0 0 #2A4F72;
          box-shadow: 4px 8px 0 0 #2A4F72;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-profile__main-image {
    width: 22rem;
    -webkit-box-shadow: 0.25rem 0.5rem 0 0 #2A4F72;
            box-shadow: 0.25rem 0.5rem 0 0 #2A4F72;
  }
}
@media screen and (max-width: 767px) {
  .p-profile__main-image {
    margin-top: min(1.1875rem, 19px);
    width: min(13.75rem, 220px);
    grid-area: image;
    margin-inline: auto;
  }
}
.p-profile__main-image::after {
  content: "";
  display: block;
  width: 340px;
  height: 387px;
  background: url(../img/profile/p-profile__image.png) no-repeat center center/contain;
  position: absolute;
  top: -35px;
  left: 5px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-profile__main-image::after {
    width: 21.25rem;
    height: 24.1875rem;
    top: -2.1875rem;
    left: 0.3125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-profile__main-image::after {
    width: min(13.3125rem, 213px);
    height: min(15.125rem, 242px);
    top: max(-1.25rem, -20px);
    left: min(0.0625rem, 1px);
  }
}

.p-profile__important {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-profile__important {
    row-gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-profile__important {
    row-gap: min(1.5625rem, 25px);
  }
}

.p-profile__important-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-profile__important-heading {
    padding-inline: min(0.40625rem, 6.5px);
    text-align: center;
    -webkit-column-gap: min(0.1875rem, 3px);
       -moz-column-gap: min(0.1875rem, 3px);
            column-gap: min(0.1875rem, 3px);
  }
  .p-profile__important-heading::before {
    content: "";
    display: block;
    width: 100%;
    height: 0.0625rem;
    background-color: #2A4F72;
    margin-top: 0.125rem;
  }
}
.p-profile__important-heading::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(42, 79, 114, 0.2);
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-profile__important-heading::after {
    height: 0.0625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-profile__important-heading::after {
    margin-top: min(0.125rem, 2px);
    width: 100%;
    height: min(0.0625rem, 1px);
    background-color: #2A4F72;
  }
}

.p-profile__important-heading-text {
  color: #2A4F72;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 2px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-profile__important-heading-text {
    font-size: max(1.25rem, 16px);
    line-height: 1.875rem;
    letter-spacing: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-profile__important-heading-text {
    font-size: min(1.125rem, 18px);
    line-height: min(1.875rem, 30px);
    letter-spacing: min(0.125rem, 2px);
    position: relative;
    left: 0px;
  }
}
.p-profile__important-heading-text--color {
  color: #E8863A;
  position: relative;
  left: 0px;
}

.p-profile__important-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 39px;
     -moz-column-gap: 39px;
          column-gap: 39px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-profile__important-items {
    -webkit-column-gap: 2.4375rem;
       -moz-column-gap: 2.4375rem;
            column-gap: 2.4375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-profile__important-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: min(2.5625rem, 41px);
  }
}

.p-profile__skill {
  width: 100%;
  padding: 33px 30px 32px 30px;
  border-radius: 4px;
  background: rgba(42, 79, 114, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-profile__skill {
    padding: 2.0625rem 1.875rem 2rem 1.875rem;
    border-radius: 0.25rem;
    row-gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-profile__skill {
    padding: min(1rem, 16px);
    border-radius: min(0.25rem, 4px);
    row-gap: min(1rem, 16px);
  }
}

.p-profile__skill-heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 15px;
  background-color: #2A4F72;
  color: #FEFEFF;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-profile__skill-heading {
    padding: max(0.25rem, 4px) 0.9375rem;
    font-size: max(1.125rem, 16px);
    line-height: 1.625rem;
    letter-spacing: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-profile__skill-heading {
    padding: min(0.125rem, 2px) min(0.9375rem, 15px);
    font-size: min(0.875rem, 14px);
    line-height: min(1.5rem, 24px);
    letter-spacing: min(0.125rem, 2px);
  }
}

.p-profile__skill-boxes {
  display: grid;
  grid-template-columns: auto auto 1fr;
  -webkit-column-gap: 118px;
     -moz-column-gap: 118px;
          column-gap: 118px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-profile__skill-boxes {
    -webkit-column-gap: clamp(40px, 7.375rem, 52px);
       -moz-column-gap: clamp(40px, 7.375rem, 52px);
            column-gap: clamp(40px, 7.375rem, 52px);
  }
}
@media screen and (max-width: 767px) {
  .p-profile__skill-boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: min(1.5rem, 24px);
  }
}

.p-profile__skill-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 11px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-profile__skill-box {
    row-gap: 0.6875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-profile__skill-box {
    row-gap: min(0.5rem, 8px);
  }
}
@media screen and (max-width: 767px) {
  .p-profile__skill-box:nth-of-type(1) {
    padding-right: min(3.875rem, 62px);
  }
}

.p-profile__skill-box-title {
  color: #2A4F72;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-profile__skill-box-title {
    font-size: max(1rem, 10px);
    line-height: 1.625rem;
    letter-spacing: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-profile__skill-box-title {
    margin-left: min(0.5rem, 8px);
    font-size: min(0.875rem, 14px);
    line-height: min(1.5rem, 24px);
    letter-spacing: min(0.125rem, 2px);
  }
}

.p-profile__skill-list {
  max-height: 94px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 64px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-profile__skill-list {
    max-height: 5.875rem;
    gap: 0.5rem 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-profile__skill-list {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-height: min(5.875rem, 94px);
    gap: min(0.25rem, 4px) min(2.375rem, 38px);
  }
}

.p-profile__skill-item {
  color: #0D1821;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-profile__skill-item {
    font-size: max(1rem, 10px);
    line-height: 1.625rem;
    letter-spacing: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-profile__skill-item {
    font-size: min(0.875rem, 14px);
    line-height: min(1.625rem, 26px);
    letter-spacing: min(0.125rem, 2px);
  }
}

.p-price__inner {
  padding-inline: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 81px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-price__inner {
    padding-inline: 13.75rem;
    row-gap: 5.0625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-price__inner {
    padding-inline: 1rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    row-gap: min(3rem, 48px);
  }
}

.p-price__items-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-price__items-box {
    row-gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-price__items-box {
    margin-inline: auto;
    row-gap: min(0.875rem, 14px);
  }
}

.p-price__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 68px;
     -moz-column-gap: 68px;
          column-gap: 68px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-price__items {
    -webkit-column-gap: 4.25rem;
       -moz-column-gap: 4.25rem;
            column-gap: 4.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-price__items {
    grid-template-columns: auto;
    row-gap: min(2.5rem, 40px);
  }
}

.p-price__items-box-text {
  color: #0D1821;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-price__items-box-text {
    font-size: max(0.9375rem, 10px);
    line-height: 1.625rem;
    letter-spacing: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-price__items-box-text {
    font-size: min(0.75rem, 12px);
    line-height: min(1.25rem, 20px);
    letter-spacing: min(0.125rem, 2px);
  }
}

.p-animation {
  padding-block: 103px 101px;
  background-color: #F2F5F9;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-animation {
    padding-block: 6.4375rem 6.3125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-animation {
    padding-block: min(4rem, 64px);
  }
}

.p-animation__inner {
  overflow: hidden;
}

.p-animation__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 28px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-animation__texts {
    row-gap: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-animation__texts {
    row-gap: min(1.5rem, 24px);
  }
}

.p-animation__texts-text {
  color: #0D1821;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-animation__texts-text {
    font-size: max(1rem, 14px);
    line-height: 1.625rem;
    letter-spacing: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-animation__texts-text {
    font-size: min(0.875rem, 14px);
    line-height: min(1.625rem, 26px);
    letter-spacing: min(0.125rem, 2px);
  }
}

.p-animation__swiper-container {
  margin-top: 80px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-animation__swiper-container {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-animation__swiper-container {
    margin-top: min(3rem, 48px);
  }
}

.p-animation__swiper {
  overflow: visible;
}

.p-animation__swiper-wrapper {
  overflow: visible;
}

.p-animation__swiper-slide {
  width: 560px;
  height: 365px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-animation__swiper-slide {
    width: 35rem;
    height: 22.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-animation__swiper-slide {
    width: min(18.75rem, 300px);
    height: min(13.0625rem, 209px);
  }
}

.swiper-slide-active .p-animation__swiper-item {
  margin-top: 0;
  scale: 1;
  row-gap: 26px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .swiper-slide-active .p-animation__swiper-item {
    row-gap: 1.625rem;
  }
}
@media screen and (max-width: 767px) {
  .swiper-slide-active .p-animation__swiper-item {
    row-gap: min(0.875rem, 14px);
  }
}
.swiper-slide-active .p-animation__swiper-item-text {
  font-size: 18px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .swiper-slide-active .p-animation__swiper-item-text {
    font-size: max(1.125rem, 14px);
  }
}
@media screen and (max-width: 767px) {
  .swiper-slide-active .p-animation__swiper-item-text {
    font-size: min(0.875rem, 14px);
  }
}

.p-animation__swiper-item {
  margin-top: -5px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 21px;
  scale: 0.6;
  -webkit-transition: scale 0.8s ease;
  transition: scale 0.8s ease;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-animation__swiper-item {
    margin-top: -0.3125rem;
    row-gap: 1.3125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-animation__swiper-item {
    margin-top: max(-0.625rem, -10px);
    row-gap: min(2.25rem, 36px);
    scale: 0.7;
  }
}

.p-animation__swiper-item-video {
  width: 100%;
  aspect-ratio: 560/315;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-animation__swiper-item-video {
    border-radius: 0.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-animation__swiper-item-video {
    aspect-ratio: 300/169;
    border-radius: min(0.25rem, 4px);
  }
}
.p-animation__swiper-item-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-animation__swiper-item-text {
  color: #0D1821;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-animation__swiper-item-text {
    font-size: 1.625rem;
    line-height: 1.625rem;
    letter-spacing: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-animation__swiper-item-text {
    font-size: min(0.875rem, 14px);
    font-weight: 400;
    line-height: min(1.625rem, 26px);
    letter-spacing: min(0.125rem, 2px);
  }
}

.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
}

.p-animation__swiper-button-prev,
.p-animation__swiper-button-next {
  display: inline-block;
  width: 44px;
  aspect-ratio: 1;
  position: absolute;
  top: calc(50% - 14px);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-animation__swiper-button-prev,
  .p-animation__swiper-button-next {
    width: 3.1428571429rem;
    top: calc(50% - 1rem);
  }
}
@media screen and (max-width: 767px) {
  .p-animation__swiper-button-prev,
  .p-animation__swiper-button-next {
    width: min(2rem, 32px);
    top: calc(50% - min(1.3125rem, 21px));
  }
}
@media (any-hover: hover) {
  .p-animation__swiper-button-prev:hover,
  .p-animation__swiper-button-next:hover {
    opacity: 0.7;
  }
}
.p-animation__swiper-button-prev:focus-visible,
.p-animation__swiper-button-next:focus-visible {
  outline: none;
  opacity: 0.7;
}

.p-animation__swiper-button-prev {
  background: url(../img/animation/p-animation__swiper-button--left.png) no-repeat center center/contain;
  left: calc(50% - 352px);
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-animation__swiper-button-prev {
    left: calc(50% - 22rem);
  }
}
@media screen and (max-width: 767px) {
  .p-animation__swiper-button-prev {
    left: calc(50% - min(10.5rem, 168px));
  }
}

.p-animation__swiper-button-next {
  background: url(../img/animation/p-animation__swiper-button--right.png) no-repeat center center/contain;
  right: calc(50% - 352px);
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-animation__swiper-button-next {
    right: calc(50% - 22rem);
  }
}
@media screen and (max-width: 767px) {
  .p-animation__swiper-button-next {
    right: calc(50% - min(10.5rem, 168px));
  }
}

.p-qa__inner {
  display: grid;
  grid-template-columns: 352px 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-column-gap: 140px;
     -moz-column-gap: 140px;
          column-gap: 140px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-qa__inner {
    grid-template-columns: 22rem 1fr;
    -webkit-column-gap: 8.75rem;
       -moz-column-gap: 8.75rem;
            column-gap: 8.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-qa__inner {
    padding-inline: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: min(3rem, 48px);
  }
}

.p-qa__texts {
  margin-top: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 29px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-qa__texts {
    margin-top: -0.625rem;
    row-gap: 1.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-qa__texts {
    margin-top: max(-0.5rem, -8px);
    row-gap: min(1.4375rem, 23px);
  }
}

.p-qa__texts-text {
  color: #0D1821;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-qa__texts-text {
    font-size: max(1rem, 12px);
    line-height: 1.625rem;
    letter-spacing: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-qa__texts-text {
    font-size: min(0.875rem, 14px);
    line-height: min(1.625rem, 26px);
    letter-spacing: min(0.125rem, 2px);
  }
}

.p-contact {
  background-color: #F2F5F9;
}

.p-contact__inner {
  padding-inline: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 48px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-contact__inner {
    padding-inline: 13.75rem;
    row-gap: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__inner {
    padding-inline: 1rem;
    row-gap: min(3rem, 48px);
  }
}

.p-contact__texts {
  margin-top: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-contact__texts {
    margin-top: 0.125rem;
    row-gap: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__texts {
    margin-top: min(0.0625rem, 1px);
    row-gap: min(1.4375rem, 23px);
  }
}

.p-contact__texts-text {
  text-align: center;
  color: #0D1821;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-contact__texts-text {
    font-size: max(1rem, 12px);
    line-height: 1.625rem;
    letter-spacing: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__texts-text {
    font-size: min(0.875rem, 14px);
    line-height: min(1.625rem, 26px);
    letter-spacing: min(0.125rem, 2px);
  }
}

.p-contact__form {
  width: 100%;
  border-radius: 4px;
  background-color: #FEFEFF;
  position: relative;
  max-height: 2000px;
  overflow: hidden;
  -webkit-transition: max-height 4s ease;
  transition: max-height 4s ease;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-contact__form {
    border-radius: 0.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__form {
    border-radius: min(0.25rem, 4px);
  }
}
.p-contact__form.is-submit {
  background-color: transparent;
  max-height: calc(var(--thanks-height) + 160px);
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-contact__form.is-submit {
    max-height: calc(var(--thanks-height) + 10rem);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__form.is-submit {
    max-height: calc(var(--thanks-height) + 8rem);
  }
}

.wpcf7-form {
  opacity: 1;
}
.wpcf7-form.is-submit {
  opacity: 0;
}

.p-form__inner {
  padding: 48px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 31px;
  -webkit-transition: opacity 2s ease;
  transition: opacity 2s ease;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-form__inner {
    padding: 3rem 6.25rem;
    row-gap: 1.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form__inner {
    padding: min(2.5rem, 40px) min(1rem, 16px);
    row-gap: min(2rem, 32px);
  }
}

.p-form__text {
  color: #0D1821;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-form__text {
    font-size: max(0.9375rem, 12px);
    line-height: 1.625rem;
    letter-spacing: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form__text {
    font-size: min(0.8125rem, 13px);
    line-height: min(1.625rem, 26px);
    letter-spacing: min(0.125rem, 2px);
  }
}
.p-form__text--color {
  color: #E8863A;
}

.p-form__row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-form__row:nth-of-type(4) {
  row-gap: 6px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-form__row:nth-of-type(4) {
    row-gap: 0.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form__row:nth-of-type(4) {
    row-gap: 0;
  }
}
.p-form__row:nth-of-type(5) {
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-form__row:nth-of-type(5) {
    margin-bottom: 2.1875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form__row:nth-of-type(5) {
    margin-bottom: min(0.1875rem, 3px);
  }
}

@media screen and (max-width: 767px) {
  .p-form__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-form__head-text {
  color: #0D1821;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-form__head-text {
    font-size: max(1rem, 14px);
    line-height: 1.625rem;
    letter-spacing: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form__head-text {
    font-size: min(0.875rem, 14px);
    line-height: min(1.5rem, 24px);
    letter-spacing: min(0.125rem, 2px);
  }
}

.p-form__head-icon {
  color: #E8863A;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 2px;
  position: relative;
  top: -2px;
  left: -5px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-form__head-icon {
    font-size: max(0.9375rem, 12px);
    line-height: 1.625rem;
    letter-spacing: 0.125rem;
    top: -0.125rem;
    left: -0.3125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form__head-icon {
    font-size: min(0.875rem, 14px);
    line-height: min(1.5rem, 24px);
    letter-spacing: min(0.125rem, 2px);
  }
}

.p-form__data {
  margin-top: 8px;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-form__data {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form__data {
    margin-top: min(0.5rem, 8px);
  }
}

.wpcf7-not-valid-tip {
  display: none;
}

.p-form__error-message {
  color: #E8863A;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-form__error-message {
    font-size: max(0.9375rem, 12px);
    line-height: 1.625rem;
    letter-spacing: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form__error-message {
    font-size: min(0.8125rem, 13px);
    line-height: min(1.625rem, 26px);
    letter-spacing: min(0.125rem, 2px);
  }
}

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

input {
  width: 100%;
  font-size: 16px;
}
input[type=text] {
  padding: 15px 16px 17px 16px;
  border-radius: 4px;
  border: 1px solid rgba(42, 79, 114, 0.2);
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  input[type=text] {
    padding: 0.9375rem 1rem 1.0625rem 1rem;
    border-radius: 0.25rem;
    border: 0.0625rem solid rgba(42, 79, 114, 0.2);
    font-size: max(1rem, 12px);
  }
}
@media screen and (max-width: 767px) {
  input[type=text] {
    padding: min(0.625rem, 10px) min(0.5rem, 8px) min(0.625rem, 10px) min(0.4375rem, 7px);
    font-size: min(0.875rem, 14px);
  }
}
input[type=text]::-webkit-input-placeholder {
  color: rgba(13, 24, 33, 0.4);
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 2px;
}
input[type=text]::-moz-placeholder {
  color: rgba(13, 24, 33, 0.4);
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 2px;
}
input[type=text]:-ms-input-placeholder {
  color: rgba(13, 24, 33, 0.4);
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 2px;
}
input[type=text]::-ms-input-placeholder {
  color: rgba(13, 24, 33, 0.4);
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 2px;
}
input[type=text]::placeholder {
  color: rgba(13, 24, 33, 0.4);
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  input[type=text]::-webkit-input-placeholder {
    font-size: max(1rem, 12px);
    line-height: 1.625rem;
    letter-spacing: 0.125rem;
  }
  input[type=text]::-moz-placeholder {
    font-size: max(1rem, 12px);
    line-height: 1.625rem;
    letter-spacing: 0.125rem;
  }
  input[type=text]:-ms-input-placeholder {
    font-size: max(1rem, 12px);
    line-height: 1.625rem;
    letter-spacing: 0.125rem;
  }
  input[type=text]::-ms-input-placeholder {
    font-size: max(1rem, 12px);
    line-height: 1.625rem;
    letter-spacing: 0.125rem;
  }
  input[type=text]::placeholder {
    font-size: max(1rem, 12px);
    line-height: 1.625rem;
    letter-spacing: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  input[type=text]::-webkit-input-placeholder {
    font-size: min(0.875rem, 14px);
    line-height: min(1.625rem, 26px);
    letter-spacing: min(0.125rem, 2px);
  }
  input[type=text]::-moz-placeholder {
    font-size: min(0.875rem, 14px);
    line-height: min(1.625rem, 26px);
    letter-spacing: min(0.125rem, 2px);
  }
  input[type=text]:-ms-input-placeholder {
    font-size: min(0.875rem, 14px);
    line-height: min(1.625rem, 26px);
    letter-spacing: min(0.125rem, 2px);
  }
  input[type=text]::-ms-input-placeholder {
    font-size: min(0.875rem, 14px);
    line-height: min(1.625rem, 26px);
    letter-spacing: min(0.125rem, 2px);
  }
  input[type=text]::placeholder {
    font-size: min(0.875rem, 14px);
    line-height: min(1.625rem, 26px);
    letter-spacing: min(0.125rem, 2px);
  }
}
input[type=text]:focus {
  outline: none;
  border: 1px solid #2A4F72;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  input[type=text]:focus {
    border: 0.0625rem solid #2A4F72;
  }
}
@media screen and (max-width: 767px) {
  input[type=text]:focus {
    border: min(0.0625rem, 1px) solid #2A4F72;
  }
}
input[type=email] {
  padding: 16px;
  border-radius: 4px;
  border: 1px solid rgba(42, 79, 114, 0.2);
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  input[type=email] {
    padding: 1rem;
    border-radius: 0.25rem;
    border: 0.0625rem solid rgba(42, 79, 114, 0.2);
    font-size: max(1rem, 12px);
  }
}
@media screen and (max-width: 767px) {
  input[type=email] {
    padding: min(0.625rem, 10px) min(0.5rem, 8px) min(0.625rem, 10px) min(0.4375rem, 7px);
    font-size: min(0.875rem, 14px);
  }
}
input[type=email]::-webkit-input-placeholder {
  color: rgba(13, 24, 33, 0.4);
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 2px;
}
input[type=email]::-moz-placeholder {
  color: rgba(13, 24, 33, 0.4);
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 2px;
}
input[type=email]:-ms-input-placeholder {
  color: rgba(13, 24, 33, 0.4);
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 2px;
}
input[type=email]::-ms-input-placeholder {
  color: rgba(13, 24, 33, 0.4);
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 2px;
}
input[type=email]::placeholder {
  color: rgba(13, 24, 33, 0.4);
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  input[type=email]::-webkit-input-placeholder {
    font-size: max(1rem, 12px);
    line-height: 1.625rem;
    letter-spacing: 0.125rem;
  }
  input[type=email]::-moz-placeholder {
    font-size: max(1rem, 12px);
    line-height: 1.625rem;
    letter-spacing: 0.125rem;
  }
  input[type=email]:-ms-input-placeholder {
    font-size: max(1rem, 12px);
    line-height: 1.625rem;
    letter-spacing: 0.125rem;
  }
  input[type=email]::-ms-input-placeholder {
    font-size: max(1rem, 12px);
    line-height: 1.625rem;
    letter-spacing: 0.125rem;
  }
  input[type=email]::placeholder {
    font-size: max(1rem, 12px);
    line-height: 1.625rem;
    letter-spacing: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  input[type=email]::-webkit-input-placeholder {
    font-size: min(0.875rem, 14px);
    line-height: min(1.625rem, 26px);
    letter-spacing: min(0.125rem, 2px);
  }
  input[type=email]::-moz-placeholder {
    font-size: min(0.875rem, 14px);
    line-height: min(1.625rem, 26px);
    letter-spacing: min(0.125rem, 2px);
  }
  input[type=email]:-ms-input-placeholder {
    font-size: min(0.875rem, 14px);
    line-height: min(1.625rem, 26px);
    letter-spacing: min(0.125rem, 2px);
  }
  input[type=email]::-ms-input-placeholder {
    font-size: min(0.875rem, 14px);
    line-height: min(1.625rem, 26px);
    letter-spacing: min(0.125rem, 2px);
  }
  input[type=email]::placeholder {
    font-size: min(0.875rem, 14px);
    line-height: min(1.625rem, 26px);
    letter-spacing: min(0.125rem, 2px);
  }
}
input[type=email]:focus {
  outline: none;
  border: 1px solid #2A4F72;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  input[type=email]:focus {
    border: 0.0625rem solid #2A4F72;
  }
}
@media screen and (max-width: 767px) {
  input[type=email]:focus {
    border: min(0.0625rem, 1px) solid #2A4F72;
  }
}

.p-form__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 22px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-form__checkbox {
    gap: 1rem 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form__checkbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: min(1rem, 16px);
  }
}

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

.p-form__checkbox-item {
  margin-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 22px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-form__checkbox-item {
    margin-top: 0.25rem;
    gap: 0.625rem 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form__checkbox-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    row-gap: min(1rem, 16px);
  }
}

input[type=checkbox] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  input[type=checkbox] {
    width: 0.0625rem;
    height: 0.0625rem;
  }
}
@media screen and (max-width: 767px) {
  input[type=checkbox] {
    width: min(0.0625rem, 1px);
    height: min(0.0625rem, 1px);
  }
}

.wpcf7-list-item-label {
  position: relative;
  padding-left: 30px;
  color: #0D1821;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .wpcf7-list-item-label {
    padding-left: 1.875rem;
    font-size: max(1rem, 14px);
    line-height: 1.625rem;
    letter-spacing: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .wpcf7-list-item-label {
    padding-left: min(1.75rem, 28px);
    font-size: min(0.875rem, 14px);
    line-height: min(1.625rem, 26px);
    letter-spacing: min(0.125rem, 2px);
  }
}
.wpcf7-list-item-label::before {
  content: "";
  display: block;
  width: 22px;
  aspect-ratio: 1;
  border: 1px solid rgba(42, 79, 114, 0.2);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .wpcf7-list-item-label::before {
    width: max(1.375rem, 13px);
    border: 0.0625rem solid rgba(42, 79, 114, 0.2);
  }
}
@media screen and (max-width: 767px) {
  .wpcf7-list-item-label::before {
    width: min(1.25rem, 20px);
    border: min(0.0625rem, 1px) solid rgba(42, 79, 114, 0.2);
  }
}
.wpcf7-list-item-label::after {
  content: "";
  display: block;
  width: 12px;
  height: 10px;
  background: url(../img/contact/p-contact__check.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  opacity: 0;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .wpcf7-list-item-label::after {
    width: max(0.75rem, 12px);
    height: max(0.625rem, 10px);
    left: 0.3125rem;
  }
}
@media screen and (max-width: 767px) {
  .wpcf7-list-item-label::after {
    width: min(0.75rem, 12px);
    height: min(0.625rem, 10px);
    left: min(0.1875rem, 3px);
  }
}

input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

input[type=checkbox]:focus + .wpcf7-list-item-label::before {
  border: 1px solid #2A4F72;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  input[type=checkbox]:focus + .wpcf7-list-item-label::before {
    border: 0.0625rem solid #2A4F72;
  }
}
@media screen and (max-width: 767px) {
  input[type=checkbox]:focus + .wpcf7-list-item-label::before {
    border: min(0.0625rem, 1px) solid #2A4F72;
  }
}

.p-form__textarea {
  width: 100%;
  padding: 14px;
  resize: none;
  overflow: hidden;
  min-height: 264px;
  field-sizing: content;
  border-radius: 4px;
  border: 1px solid rgba(42, 79, 114, 0.2);
  resize: vertical;
  font-size: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-form__textarea {
    padding: 0.875rem;
    min-height: 16.5rem;
    border-radius: 0.25rem;
    border: 0.0625rem solid rgba(42, 79, 114, 0.2);
    font-size: max(1rem, 12px);
  }
}
@media screen and (max-width: 767px) {
  .p-form__textarea {
    padding: min(0.4375rem, 7px) min(0.3125rem, 5px) min(0.5625rem, 9px) min(0.4375rem, 7px);
    min-height: min(16.4375rem, 263px);
    font-size: min(0.875rem, 14px);
  }
}
.p-form__textarea::-webkit-input-placeholder {
  color: rgba(13, 24, 33, 0.4);
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 2px;
}
.p-form__textarea::-moz-placeholder {
  color: rgba(13, 24, 33, 0.4);
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 2px;
}
.p-form__textarea:-ms-input-placeholder {
  color: rgba(13, 24, 33, 0.4);
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 2px;
}
.p-form__textarea::-ms-input-placeholder {
  color: rgba(13, 24, 33, 0.4);
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 2px;
}
.p-form__textarea::placeholder {
  color: rgba(13, 24, 33, 0.4);
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-form__textarea::-webkit-input-placeholder {
    font-size: max(1rem, 12px);
    line-height: 1.625rem;
    letter-spacing: 0.125rem;
  }
  .p-form__textarea::-moz-placeholder {
    font-size: max(1rem, 12px);
    line-height: 1.625rem;
    letter-spacing: 0.125rem;
  }
  .p-form__textarea:-ms-input-placeholder {
    font-size: max(1rem, 12px);
    line-height: 1.625rem;
    letter-spacing: 0.125rem;
  }
  .p-form__textarea::-ms-input-placeholder {
    font-size: max(1rem, 12px);
    line-height: 1.625rem;
    letter-spacing: 0.125rem;
  }
  .p-form__textarea::placeholder {
    font-size: max(1rem, 12px);
    line-height: 1.625rem;
    letter-spacing: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form__textarea::-webkit-input-placeholder {
    font-size: min(0.875rem, 14px);
    line-height: min(1.625rem, 26px);
    letter-spacing: min(0.125rem, 2px);
  }
  .p-form__textarea::-moz-placeholder {
    font-size: min(0.875rem, 14px);
    line-height: min(1.625rem, 26px);
    letter-spacing: min(0.125rem, 2px);
  }
  .p-form__textarea:-ms-input-placeholder {
    font-size: min(0.875rem, 14px);
    line-height: min(1.625rem, 26px);
    letter-spacing: min(0.125rem, 2px);
  }
  .p-form__textarea::-ms-input-placeholder {
    font-size: min(0.875rem, 14px);
    line-height: min(1.625rem, 26px);
    letter-spacing: min(0.125rem, 2px);
  }
  .p-form__textarea::placeholder {
    font-size: min(0.875rem, 14px);
    line-height: min(1.625rem, 26px);
    letter-spacing: min(0.125rem, 2px);
  }
}
.p-form__textarea:focus {
  outline: none;
  border: 1px solid #2A4F72;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-form__textarea:focus {
    border: 0.0625rem solid #2A4F72;
  }
}
@media screen and (max-width: 767px) {
  .p-form__textarea:focus {
    border: min(0.0625rem, 1px) solid #2A4F72;
  }
}

.p-form__privacy {
  margin-top: -3px;
  margin-inline: auto;
  padding-left: 13px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-form__privacy {
    margin-top: -0.1875rem;
    padding-left: 0.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form__privacy {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}

.p-form__privacy-text {
  position: relative;
  padding-left: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-form__privacy-text {
    padding-left: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form__privacy-text {
    padding-left: min(1.125rem, 18px);
  }
}
.p-form__privacy-text::before {
  content: "";
  display: block;
  width: 22px;
  aspect-ratio: 1;
  border: 1px solid #2A4F72;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-form__privacy-text::before {
    width: max(1.375rem, 14px);
    border: 0.0625rem solid #2A4F72;
  }
}
@media screen and (max-width: 767px) {
  .p-form__privacy-text::before {
    width: min(1.25rem, 20px);
    border: min(0.0625rem, 1px) solid #2A4F72;
  }
}
.p-form__privacy-text::after {
  content: "";
  display: block;
  width: 12px;
  height: 10px;
  background: url(../img/contact/p-contact__check.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  opacity: 0;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-form__privacy-text::after {
    width: max(0.75rem, 12px);
    height: max(0.625rem, 10px);
    left: 0.3125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form__privacy-text::after {
    width: min(0.75rem, 12px);
    height: min(0.625rem, 10px);
    left: min(0.1875rem, 3px);
  }
}

input[type=checkbox]:checked + .p-form__privacy-text::after {
  opacity: 1;
}

input[type=checkbox]:focus + .p-form__privacy-text::before {
  border: 2px solid #E8863A;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  input[type=checkbox]:focus + .p-form__privacy-text::before {
    border: 0.125rem solid #E8863A;
  }
}
@media screen and (max-width: 767px) {
  input[type=checkbox]:focus + .p-form__privacy-text::before {
    border: min(0.125rem, 2px) solid #E8863A;
  }
}

.p-form__checkbox-item-text {
  color: #0D1821;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-form__checkbox-item-text {
    font-size: max(0.9375rem, 15px);
    line-height: 1.625rem;
    letter-spacing: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form__checkbox-item-text {
    font-size: min(0.875rem, 14px);
    line-height: min(1.625rem, 26px);
    letter-spacing: min(0.125rem, 2px);
  }
}

.p-form__privacy-link {
  display: inline-block;
  margin-right: 4px;
  color: #1E3A5F;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 2px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-form__privacy-link {
    font-size: max(0.9375rem, 14px);
    line-height: 1.625rem;
    letter-spacing: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form__privacy-link {
    font-size: min(0.875rem, 14px);
    line-height: min(1.625rem, 26px);
    letter-spacing: min(0.125rem, 2px);
  }
}
@media (any-hover: hover) {
  .p-form__privacy-link:hover {
    opacity: 0.7;
  }
}
.p-form__privacy-link:focus-visible {
  outline: none;
  opacity: 0.7;
}

.p-form__submit {
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-form__submit {
    margin-top: min(0.5rem, 8px);
  }
}

.p-form__submit-inner {
  position: relative;
}
.p-form__submit-inner::after {
  content: "";
  display: block;
  width: 8.67px;
  height: 12.328px;
  background: url(../img/contact/p-contact__arrow.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 46px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-form__submit-inner::after {
    width: max(0.541875rem, 8.76px);
    height: max(0.7705rem, 12.327px);
    right: max(2.875rem, 46px);
  }
}
@media screen and (max-width: 767px) {
  .p-form__submit-inner::after {
    width: min(0.541875rem, 8.76px);
    height: min(0.7705rem, 12.327px);
    right: min(2.875rem, 46px);
  }
}

.p-form__submit-button {
  padding: 12px 63px 13px 55px;
  border-radius: 4px;
  background-color: #1E3A5F;
  color: #FEFEFF;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 2px;
  position: relative;
  border: none;
  opacity: 1;
  -webkit-transition: background-color 0.8s ease;
  transition: background-color 0.8s ease;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-form__submit-button {
    padding: max(0.75rem, 12px) max(3.9375rem, 63px) max(0.8125rem, 13px) max(3.4375rem, 55px);
    border-radius: 0.25rem;
    font-size: max(1rem, 14px);
    line-height: 1.625rem;
    letter-spacing: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form__submit-button {
    padding: min(0.625rem, 10px) min(4rem, 64px) min(0.875rem, 14px) min(3.5625rem, 57px);
    border-radius: min(0.25rem, 4px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: min(1rem, 16px);
    line-height: min(1.625rem, 26px);
    letter-spacing: min(0.125rem, 2px);
  }
}
@media (any-hover: hover) {
  .p-form__submit-button:hover {
    background-color: rgba(30, 58, 95, 0.7);
  }
}
.p-form__submit-button:focus {
  outline: none;
  background-color: rgba(30, 58, 95, 0.7);
}

.wpcf7-spinner {
  display: none !important;
}

.p-thanks {
  --padding-block--end: 80px;
  width: 100%;
  padding-block: 0;
  border-radius: 4px;
  background: #FEFEFF;
  -webkit-box-shadow: 2px 4px 16px 0 rgba(165, 172, 176, 0.2);
          box-shadow: 2px 4px 16px 0 rgba(165, 172, 176, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 32px;
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: visibility 1s ease, opacity 1s ease, height 1s ease;
  transition: visibility 1s ease, opacity 1s ease, height 1s ease;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-thanks {
    --padding-block--end: calc(80 / 16 * 1rem);
    border-radius: 0.25rem;
    -webkit-box-shadow: 0.125rem 0.25rem 1rem 0 rgba(165, 172, 176, 0.2);
            box-shadow: 0.125rem 0.25rem 1rem 0 rgba(165, 172, 176, 0.2);
    row-gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-thanks {
    --padding-block--end: min(calc(64 / 16 * 1rem), 64px);
    border-radius: min(0.25rem, 4px);
    -webkit-box-shadow: min(0.125rem, 2px) min(0.25rem, 4px) min(1rem, 16px) 0 rgba(165, 172, 176, 0.2);
            box-shadow: min(0.125rem, 2px) min(0.25rem, 4px) min(1rem, 16px) 0 rgba(165, 172, 176, 0.2);
    row-gap: min(2rem, 32px);
  }
}

.p-thanks.is-submit {
  -webkit-animation: thanks 4s ease forwards;
          animation: thanks 4s ease forwards;
}
@-webkit-keyframes thanks {
  0% {
    padding-block: 0;
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
  }
  1% {
    padding-block: var(--padding-block--end);
    visibility: visible;
    opacity: 0;
    height: auto;
    overflow: auto;
  }
  100% {
    padding-block: var(--padding-block--end);
    visibility: visible;
    opacity: 1;
    height: auto;
    overflow: auto;
  }
}
@keyframes thanks {
  0% {
    padding-block: 0;
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
  }
  1% {
    padding-block: var(--padding-block--end);
    visibility: visible;
    opacity: 0;
    height: auto;
    overflow: auto;
  }
  100% {
    padding-block: var(--padding-block--end);
    visibility: visible;
    opacity: 1;
    height: auto;
    overflow: auto;
  }
}

.p-thanks__image {
  width: 130px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 2px solid #E8863A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-thanks__image {
    will-change: 130;
    border: 0.125rem solid #E8863A;
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__image {
    width: min(6rem, 96px);
    border: min(0.125rem, 2px) solid #E8863A;
  }
}
.p-thanks__image svg {
  width: 96px;
  aspect-ratio: 1;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-thanks__image svg {
    width: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__image svg {
    width: min(4.430625rem, 70.89px);
  }
}
.p-thanks__image svg path {
  color: #1E3A5F;
}

.p-thanks__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-thanks__texts {
    row-gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__texts {
    row-gap: min(1rem, 16px);
  }
}

.p-thanks__texts-top {
  color: #1E3A5F;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-thanks__texts-top {
    font-size: max(1.5rem, 20px);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__texts-top {
    font-size: min(1.25rem, 20px);
    font-weight: 400;
    line-height: min(1.625rem, 26px);
    letter-spacing: min(0.0625rem, 1px);
  }
}

.p-thanks__texts-bottom {
  color: #0D1821;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-thanks__texts-bottom {
    font-size: max(1rem, 14px);
    line-height: 1.625rem;
    letter-spacing: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__texts-bottom {
    font-size: min(0.875rem, 14px);
    line-height: min(1.625rem, 26px);
    letter-spacing: min(0.125rem, 2px);
  }
}

.p-page__hading {
  padding-block: 78px;
  background-color: #162433;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-page__hading {
    padding-block: 4.875rem 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page__hading {
    padding-block: min(2rem, 32px);
  }
}

.p-page-works {
  padding-block: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-page-works {
    padding-block: 6.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-works {
    padding-block: min(4rem, 64px);
  }
}

.p-page-works__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 48px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-page-works__inner {
    row-gap: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-works__inner {
    padding-inline: 1rem;
    row-gap: min(2.9375rem, 47px);
  }
}

.p-page-works__heading {
  margin-top: -14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 9px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-page-works__heading {
    margin-top: -0.875rem;
    row-gap: 0.5625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-works__heading {
    margin-top: 0;
    row-gap: 0;
  }
}

.p-page-works__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 47px;
     -moz-column-gap: 47px;
          column-gap: 47px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-page-works__tabs {
    -webkit-column-gap: 2.9375rem;
       -moz-column-gap: 2.9375rem;
            column-gap: 2.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-works__tabs {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: min(0.9375rem, 15px);
       -moz-column-gap: min(0.9375rem, 15px);
            column-gap: min(0.9375rem, 15px);
  }
}

.p-page-works__tab {
  display: inline-block;
  padding: 0 24px 6px 24px;
  color: #0D1821;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 2px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-page-works__tab {
    padding: 0 1.5rem 0.375rem 1.5rem;
    font-size: max(1.25rem, 16px);
    line-height: 1.875rem;
    letter-spacing: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-works__tab {
    padding: 0 min(1rem, 16px) min(0.125rem, 2px) min(1rem, 16px);
    font-size: min(1rem, 16px);
    line-height: min(1.625rem, 26px);
    letter-spacing: min(0.125rem, 2px);
  }
}
@media (any-hover: hover) {
  .p-page-works__tab:hover::before {
    scale: 1;
  }
}
.p-page-works__tab:focus-visible {
  outline: none;
}
.p-page-works__tab:focus-visible::before {
  scale: 1;
}
.p-page-works__tab::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #E8863A;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  scale: 0;
  -webkit-transition: scale 0.8s ease;
  transition: scale 0.8s ease;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-page-works__tab::before {
    height: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-works__tab::before {
    height: min(0.125rem, 2px);
  }
}
.p-page-works__tab::after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background-color: rgba(42, 79, 114, 0.2);
  position: absolute;
  top: 0;
  right: -24px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-page-works__tab::after {
    width: 0.0625rem;
    height: 1.875rem;
    right: -1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-works__tab::after {
    width: min(0.0625rem, 1px);
    height: min(1.875rem, 30px);
    right: max(-0.25rem, -4px);
  }
}
@media screen and (max-width: 767px) {
  .p-page-works__tab:nth-of-type(4) {
    padding: 0 10px 2px 10px;
  }
}
.p-page-works__tab:nth-of-type(4)::after {
  display: none;
}
.p-page-works__tab.is-active::before {
  scale: 1;
}

.p-page-works__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 74px 80px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-page-works__items {
    gap: 4.625rem 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-works__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: min(2.5rem, 40px) 0;
  }
}

.p-page-works__contact {
  margin-top: -2px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-page-works__contact {
    margin-top: -0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-works__contact {
    margin-top: max(-0.125rem, -2px);
  }
}

.p-page-privacy__heading {
  padding-block: 33px 39px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-page-privacy__heading {
    padding-block: 2.0625rem 2.4375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-privacy__heading {
    padding-block: min(1rem, 16px) min(0.9375rem, 15px);
  }
}

.p-page-privacy__heading .c-section__heading-ja {
  margin-top: 4px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-page-privacy__heading .c-section__heading-ja {
    margin-top: 0.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-privacy__heading .c-section__heading-ja {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-page-privacy__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: min(0.375rem, 6px);
  }
}

.p-page-privacy {
  padding-block: 100px;
  background-color: #F2F5F9;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-page-privacy {
    padding-block: 6.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-privacy {
    padding-block: min(4rem, 64px);
  }
}

.p-page-privacy__inner {
  padding-inline: 220px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-page-privacy__inner {
    padding-inline: 13.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-privacy__inner {
    padding-inline: 1rem;
  }
}

.p-page-privacy__contents {
  padding-block: 70px 72px;
  padding-inline: 100px;
  border-radius: 4px;
  background-color: #FEFEFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 7px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-page-privacy__contents {
    padding-block: 4.375rem 4.5rem;
    padding-inline: 6.25rem;
    border-radius: 0.25rem;
    row-gap: 0.4375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-privacy__contents {
    padding-block: min(2rem, 32px);
    padding-inline: min(0.75rem, 12px) min(0.6875rem, 11px);
    border-radius: min(0.25rem, 4px);
    row-gap: min(0.4375rem, 7px);
  }
}

.p-page-privacy__text {
  color: #0D1821;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-page-privacy__text {
    font-size: max(1rem, 16px);
    line-height: max(1.625rem, 26px);
    letter-spacing: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-privacy__text {
    font-size: min(0.875rem, 14px);
    line-height: min(1.625rem, 26px);
    letter-spacing: min(0.125rem, 2px);
  }
}

.p-page-privacy__items {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-page-privacy__items {
    margin-top: 1.5625rem;
    row-gap: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-privacy__items {
    margin-top: min(1.5625rem, 25px);
    row-gap: min(1.5rem, 24px);
  }
}

.p-page-privacy__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(42, 79, 114, 0.2);
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-page-privacy__item {
    row-gap: 0.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 0.0625rem solid rgba(42, 79, 114, 0.2);
  }
}
@media screen and (max-width: 767px) {
  .p-page-privacy__item {
    row-gap: min(0.9375rem, 15px);
    padding-bottom: min(1.5rem, 24px);
    border-bottom: min(0.0625rem, 1px) solid rgba(42, 79, 114, 0.2);
  }
}
.p-page-privacy__item:nth-of-type(4) {
  padding-bottom: 22px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-page-privacy__item:nth-of-type(4) {
    padding-bottom: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-privacy__item:nth-of-type(4) {
    padding-bottom: min(1.375rem, 22px);
  }
}

.p-page-privacy__item-title {
  color: #1E3A5F;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-page-privacy__item-title {
    font-size: max(1.25rem, 16px);
    line-height: 1.875rem;
    letter-spacing: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-privacy__item-title {
    font-size: min(1.125rem, 18px);
    line-height: min(1.875rem, 30px);
    letter-spacing: min(0.125rem, 2px);
  }
}

.p-page-privacy__item-text {
  color: #0D1821;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-page-privacy__item-text {
    font-size: max(1rem, 14px);
    line-height: max(1.625rem, 26px);
    letter-spacing: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-privacy__item-text {
    font-size: min(0.875rem, 14px);
    line-height: min(1.625rem, 26px);
    letter-spacing: min(0.125rem, 2px);
  }
}

.p-page-privacy__item-list {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-page-privacy__item-list {
    margin-top: 0.5rem;
    row-gap: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-privacy__item-list {
    margin-top: 0;
    row-gap: min(0.5rem, 8px);
  }
}

.p-page-privacy__item-name {
  color: #0D1821;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-page-privacy__item-name {
    font-size: max(1rem, 14px);
    line-height: 1.625rem;
    letter-spacing: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-privacy__item-name {
    font-size: min(0.875rem, 14px);
    line-height: min(1.625rem, 26px);
    letter-spacing: min(0.125rem, 2px);
  }
}

.p-page-privacy__item-link {
  margin-top: 16px;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 34px 12px 16px;
  border-radius: 4px;
  border: 1px solid rgba(42, 79, 114, 0.2);
  background-color: #F2F5F9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2px;
     -moz-column-gap: 2px;
          column-gap: 2px;
  -webkit-transition: border 0.6s ease;
  transition: border 0.6s ease;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-page-privacy__item-link {
    margin-top: 1rem;
    padding: 0.625rem 2.125rem 0.75rem 1rem;
    border-radius: 0.25rem;
    border: 0.0625rem solid rgba(42, 79, 114, 0.2);
    -webkit-column-gap: 0.125rem;
       -moz-column-gap: 0.125rem;
            column-gap: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-privacy__item-link {
    margin-top: max(-0.9375rem, -15px);
    padding: min(0.375rem, 6px) min(0.875rem, 14px) min(0.5rem, 8px) min(0.6875rem, 11px);
    border-radius: min(0.25rem, 4px);
    border: min(0.0625rem, 1px) solid rgba(42, 79, 114, 0.2);
    -webkit-column-gap: min(0.25rem, 4px);
       -moz-column-gap: min(0.25rem, 4px);
            column-gap: min(0.25rem, 4px);
  }
}
@media (any-hover: hover) {
  .p-page-privacy__item-link:hover {
    border: 1px solid #2A4F72;
  }
}
@media screen and (any-hover: hover) and (min-width: 768px) and (max-width: 1399px) {
  .p-page-privacy__item-link:hover {
    border: 0.0625rem solid #2A4F72;
  }
}
@media screen and (any-hover: hover) and (max-width: 767px) {
  .p-page-privacy__item-link:hover {
    border: min(0.0625rem, 1px) solid #2A4F72;
  }
}
.p-page-privacy__item-link:focus-visible {
  outline: none;
  border: 1px solid #2A4F72;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-page-privacy__item-link:focus-visible {
    border: 0.0625rem solid #2A4F72;
  }
}
@media screen and (max-width: 767px) {
  .p-page-privacy__item-link:focus-visible {
    border: min(0.0625rem, 1px) solid #2A4F72;
  }
}

.p-page-privacy__item-link__text-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-page-privacy__item-link__text-sp {
    margin-top: min(0.25rem, 4px);
    display: block;
    color: #1E3A5F;
    -webkit-font-feature-settings: "palt" on;
            font-feature-settings: "palt" on;
    font-family: "Noto Sans JP", sans-serif;
    font-size: min(0.8125rem, 13px);
    font-style: normal;
    font-weight: 400;
    line-height: min(1.625rem, 26px);
    letter-spacing: min(0.125rem, 2px);
  }
}

.p-page-privacy__item-link-text {
  display: inline-block;
  color: #2A4F72;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-page-privacy__item-link-text {
    font-size: max(1rem, 14px);
    line-height: max(1.625rem, 26px);
    letter-spacing: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-privacy__item-link-text {
    font-size: min(0.75rem, 12px);
    line-height: min(1.25rem, 20px);
    letter-spacing: min(0.125rem, 2px);
  }
}
@media screen and (max-width: 767px) {
  .p-page-privacy__item-link-text--title {
    display: none;
  }
}
.p-page-privacy__item-link-text svg path {
  color: #1E3A5F;
}

.p-page-privacy__time {
  color: #0D1821;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-page-privacy__time {
    font-size: max(0.9375rem, 12px);
    line-height: 1.625rem;
    letter-spacing: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-privacy__time {
    font-size: min(0.875rem, 14px);
    line-height: min(1.625rem, 26px);
    letter-spacing: min(0.125rem, 2px);
  }
}

.p-404 {
  padding-block: 101px 99px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-404 {
    padding-block: 6.3125rem 6.1875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-404 {
    padding-block: min(4rem, 64px) min(3.9375rem, 63px);
  }
}

.p-404__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 35px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-404__inner {
    row-gap: 2.1875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-404__inner {
    padding-inline: 1.75rem;
    row-gap: min(1.4375rem, 23px);
  }
}

.p-404__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-404__top-main {
  display: block;
  color: #0D1821;
  font-family: "Inter", sans-serif;
  font-size: 112px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-404__top-main {
    font-size: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .p-404__top-main {
    font-size: min(5.0625rem, 81px);
  }
}

.p-404__top-sub {
  margin-top: -9px;
  margin-left: 2px;
  display: block;
  color: #E8863A;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.48px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-404__top-sub {
    margin-top: -0.5625rem;
    margin-left: 0.125rem;
    font-size: max(1rem, 16px);
    letter-spacing: 0.03rem;
  }
}
@media screen and (max-width: 767px) {
  .p-404__top-sub {
    margin-top: max(-0.625rem, -10px);
    margin-left: min(0.125rem, 2px);
    font-size: min(1rem, 16px);
    letter-spacing: min(0.03rem, 0.48px);
  }
}

.p-p-404__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 22px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-p-404__bottom {
    row-gap: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-p-404__bottom {
    row-gap: min(1rem, 16px);
  }
}

.p-404__bottom-main {
  display: block;
  color: #1E3A5F;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-404__bottom-main {
    font-size: max(1.5rem, 24px);
  }
}
@media screen and (max-width: 767px) {
  .p-404__bottom-main {
    text-align: justify;
    margin-left: min(0.875rem, 14px);
    text-indent: min(1.5rem, 24px);
    font-size: min(1.25rem, 20px);
    line-height: min(1.875rem, 30px);
    letter-spacing: min(0.0625rem, 1px);
  }
}

.p-404__bottom-sub {
  display: block;
  color: #0D1821;
  text-align: justify;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-404__bottom-sub {
    font-size: max(1rem, 16px);
    line-height: max(1.625rem, 26px);
    letter-spacing: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-404__bottom-sub {
    text-align: left;
    font-size: min(0.875rem, 14px);
    line-height: min(1.625rem, 26px);
    letter-spacing: min(0.125rem, 2px);
  }
}

.p-404__button-box {
  margin-top: 21px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-404__button-box {
    margin-top: 1.3125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-404__button-box {
    margin-top: min(1.5625rem, 25px);
  }
}

.p-404-button {
  display: inline-block;
  padding: 16px 63px 16px 56px;
  border-radius: 4px;
  border: 1px solid #1E3A5F;
  background: #FEFEFF;
  -webkit-transition: background-color 0.8s ease;
  transition: background-color 0.8s ease;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-404-button {
    padding: max(1rem, 16px) max(3.9375rem, 63px) max(1rem, 16px) max(3.5rem, 56px);
    border-radius: 0.25rem;
    border: 0.0625rem solid #1E3A5F;
  }
}
@media screen and (max-width: 767px) {
  .p-404-button {
    padding: min(1rem, 16px) min(3.9375rem, 63px) min(1rem, 16px) min(3.5rem, 56px);
    border-radius: min(0.25rem, 4px);
    border: min(0.0625rem, 1px) solid #1E3A5F;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (any-hover: hover) {
  .p-404-button:hover {
    background-color: #1E3A5F;
  }
  .p-404-button:hover .p-404-button-text {
    color: #FEFEFF;
  }
  .p-404-button:hover .p-404-button-text svg path {
    color: #FEFEFF;
  }
}

.p-404-button-text {
  display: inline-block;
  color: #1E3A5F;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 2px;
  position: relative;
  -webkit-transition: color 0.8s ease;
  transition: color 0.8s ease;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-404-button-text {
    font-size: max(1rem, 16px);
    line-height: 1.625rem;
    letter-spacing: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-404-button-text {
    font-size: min(1rem, 16px);
    line-height: min(1.625rem, 26px);
    letter-spacing: min(0.125rem, 2px);
  }
}
.p-404-button-text svg {
  position: absolute;
  top: 50%;
  right: -15px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  rotate: 45deg;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-404-button-text svg {
    right: min(-0.9375rem, -15px);
  }
}
@media screen and (max-width: 767px) {
  .p-404-button-text svg {
    right: max(-0.9375rem, -15px);
  }
}
.p-404-button-text svg path {
  color: #1E3A5F;
  -webkit-transition: color 0.8s ease;
  transition: color 0.8s ease;
}

.p-page-post {
  padding-block: 100px 102px;
  background-color: #F2F5F9;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-page-post {
    padding-block: 6.25rem 6.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-post {
    padding-block: min(4rem, 64px);
  }
}

@media screen and (max-width: 767px) {
  .p-page-post__inner {
    padding-inline: 1rem;
  }
}

.p-page-post__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 26px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-page-post__contents {
    row-gap: 1.625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-post__contents {
    row-gap: min(3rem, 48px);
  }
}

.p-page-post__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-page-post__top {
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-post__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 0;
  }
}

.p-page-post__top-image {
  width: 727px;
  aspect-ratio: 560/376;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-page-post__top-image {
    width: 45.4375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-post__top-image {
    width: 21.4375rem;
  }
}
.p-page-post__top-image img {
  width: 100%;
  aspect-ratio: 960/608;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: scale 0.8s ease;
  transition: scale 0.8s ease;
}

.p-page-post__top-texts {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-page-post__top-texts {
    margin-top: 3rem;
    row-gap: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-post__top-texts {
    padding-inline: min(0.75rem, 12px);
    margin-top: max(-0.625rem, -10px);
    row-gap: min(1.5625rem, 25px);
  }
}

.p-page-post__top-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-page-post__top-heading {
    row-gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-post__top-heading {
    row-gap: min(0.0625rem, 1px);
  }
}

.p-page-post__top-heading-title {
  color: #1E3A5F;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 46px;
  letter-spacing: 2px;
  white-space: nowrap;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-page-post__top-heading-title {
    font-size: 3rem;
    line-height: 2.875rem;
    letter-spacing: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-post__top-heading-title {
    font-size: min(1.75rem, 28px);
    line-height: normal;
    letter-spacing: min(0.035rem, 0.56px);
  }
}

.p-page-post__top-heading-text {
  color: #0D1821;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-page-post__top-heading-text {
    font-size: max(1.25rem, 16px);
    line-height: 1.875rem;
    letter-spacing: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-post__top-heading-text {
    font-size: min(1rem, 16px);
    line-height: min(1.625rem, 26px);
    letter-spacing: min(0.0625rem, 1px);
  }
}

.p-page-post__top-heading-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px 16px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-page-post__top-heading-tags {
    gap: 0.5rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-post__top-heading-tags {
    margin-top: min(0.5rem, 8px);
    gap: min(0.5rem, 8px) min(1rem, 16px);
  }
}

.p-page-post__top-heading-tag {
  padding: 2px 16px;
  border: 1px solid #1E3A5F;
  color: #1E3A5F;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-page-post__top-heading-tag {
    padding: max(0.125rem, 2px) max(1rem, 16px);
    border: 0.0625rem solid #1E3A5F;
    font-size: max(0.875rem, 14px);
    line-height: 1.125rem;
    letter-spacing: 0.0625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-post__top-heading-tag {
    padding: 0 min(0.5rem, 8px);
    border: min(0.0625rem, 1px) solid #1E3A5F;
    font-size: min(0.75rem, 12px);
    line-height: min(1.125rem, 18px);
    letter-spacing: min(0.0625rem, 1px);
  }
}

.p-page-post__top-description-title {
  color: #0D1821;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-page-post__top-description-title {
    font-size: max(1rem, 16px);
    line-height: 1.625rem;
    letter-spacing: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-post__top-description-title {
    font-size: min(0.875rem, 14px);
    line-height: min(1.5rem, 24px);
    letter-spacing: min(0.125rem, 2px);
  }
}

.p-page-post__top-description-text {
  color: #0D1821;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-page-post__top-description-text {
    font-size: max(1rem, 14px);
    line-height: max(1.625rem, 20px);
    letter-spacing: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-post__top-description-text {
    font-size: min(0.875rem, 14px);
    line-height: min(1.625rem, 26px);
    letter-spacing: min(0.125rem, 2px);
  }
}

.p-page-post__top-description-login {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 8px;
  padding-inline: 4px;
  background-color: rgba(42, 79, 114, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-page-post__top-description-login {
    margin-top: 0.5rem;
    padding-inline: max(0.25rem, 4px);
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-post__top-description-login {
    margin-top: min(0.5rem, 8px);
    padding-inline: min(0.25rem, 4px) min(0.125rem, 2px);
    -webkit-column-gap: min(0.9375rem, 15px);
       -moz-column-gap: min(0.9375rem, 15px);
            column-gap: min(0.9375rem, 15px);
  }
}

.p-page-post__top-description-login-text {
  color: #0D1821;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-page-post__top-description-login-text {
    font-size: max(1rem, 14px);
    line-height: 1.875rem;
    letter-spacing: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-post__top-description-login-text {
    font-size: min(0.875rem, 14px);
    font-weight: 500;
    line-height: min(1.5rem, 24px);
    letter-spacing: min(0.125rem, 2px);
  }
}

.p-page-post__top-button {
  margin-top: 8px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-page-post__top-button {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-post__top-button {
    margin-top: 0;
  }
}

.p-page-post__bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  grid-template-areas: "work work" "point animation";
  gap: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-page-post__bottom {
    gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-post__bottom {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas: "work" "point" "animation";
    gap: min(1rem, 16px);
  }
}

@media screen and (max-width: 767px) {
  .p-page-post__top-button--post {
    margin-top: max(-0.125rem, -2px);
    margin-right: auto;
  }
}

.p-page-post__bottom-works {
  padding: 32px 48px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #FEFEFF;
  grid-area: work;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-page-post__bottom-works {
    border-radius: 0.25rem;
    padding: 2rem 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-post__bottom-works {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    border-radius: min(0.25rem, 4px);
    padding: min(1rem, 16px) min(1.5rem, 24px);
    row-gap: min(1.5rem, 24px);
  }
}

.p-page-post__bottom-work {
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-page-post__bottom-work {
    border-radius: 0.25rem;
    row-gap: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-post__bottom-work {
    border-radius: min(0.25rem, 4px);
    row-gap: min(0.25rem, 4px);
  }
}
.p-page-post__bottom-work:nth-of-type(3) {
  margin-left: -12px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-page-post__bottom-work:nth-of-type(3) {
    margin-left: -0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-post__bottom-work:nth-of-type(3) {
    margin-left: 0;
  }
}

.p-page-post__bottom-work-title {
  color: #1E3A5F;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-page-post__bottom-work-title {
    font-size: max(1.125rem, 14px);
    line-height: 1.875rem;
    letter-spacing: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-post__bottom-work-title {
    font-size: min(0.875rem, 14px);
    line-height: min(1.5rem, 24px);
    letter-spacing: min(0.125rem, 2px);
  }
}

.p-page-post__bottom-work-text {
  color: #0D1821;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-page-post__bottom-work-text {
    font-size: max(1rem, 13px);
    line-height: 1.875rem;
    letter-spacing: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-post__bottom-work-text {
    font-size: min(0.875rem, 14px);
    line-height: min(1.625rem, 26px);
    letter-spacing: min(0.125rem, 2px);
  }
}
.p-page-post__bottom-work-text--warning {
  font-size: 15px;
  line-height: 26px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-page-post__bottom-work-text--warning {
    font-size: max(0.9375rem, 12px);
    line-height: 1.625rem;
    letter-spacing: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-post__bottom-work-text--warning {
    font-size: min(0.75rem, 12px);
    line-height: min(1.25rem, 20px);
    letter-spacing: min(0.125rem, 2px);
  }
}

.p-page-post__bottom-work-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-page-post__bottom-work-list {
    row-gap: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-post__bottom-work-list {
    row-gap: 0;
  }
}

.p-page-post__bottom-work-item {
  color: #0D1821;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-page-post__bottom-work-item {
    font-size: max(1rem, 13px);
    line-height: 1.875rem;
    letter-spacing: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-post__bottom-work-item {
    font-size: min(0.875rem, 14px);
    line-height: min(1.625rem, 26px);
    letter-spacing: min(0.125rem, 2px);
  }
}

.p-page-post__bottom-point {
  padding: 32px 44px 32px 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
  grid-area: point;
  background: #FEFEFF;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-page-post__bottom-point {
    padding: 2rem 2.75rem 2rem 3rem;
    row-gap: 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-post__bottom-point {
    padding: min(1rem, 16px) min(1.4375rem, 23px) min(1rem, 16px) min(1.5rem, 24px);
    row-gap: min(0.3125rem, 5px);
  }
}

.p-page-post__bottom-point-title {
  color: #1E3A5F;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-page-post__bottom-point-title {
    font-size: max(1.125rem, 14px);
    line-height: 1.875rem;
    letter-spacing: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-post__bottom-point-title {
    font-size: min(0.875rem, 14px);
    line-height: min(1.5rem, 24px);
    letter-spacing: min(0.125rem, 2px);
  }
}

.p-page-post__bottom-point-text {
  color: #0D1821;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-page-post__bottom-point-text {
    font-size: max(1rem, 13px);
    line-height: 1.875rem;
    letter-spacing: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-post__bottom-point-text {
    font-size: min(0.875rem, 14px);
    line-height: min(1.625rem, 26px);
    letter-spacing: min(0.125rem, 2px);
  }
}

.p-page-post__bottom-animation {
  padding: 32px 48px 32px 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
  grid-area: animation;
  background: #FEFEFF;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-page-post__bottom-animation {
    padding: 2rem 3rem 2rem 3.5rem;
    row-gap: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-post__bottom-animation {
    padding: min(1rem, 16px) min(1.5rem, 24px);
    row-gap: min(0.5rem, 8px);
  }
}

.p-page-post__bottom-animation-title {
  color: #1E3A5F;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-page-post__bottom-animation-title {
    font-size: max(1.125rem, 14px);
    line-height: 1.875rem;
    letter-spacing: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-post__bottom-animation-title {
    font-size: min(0.875rem, 14px);
    line-height: min(1.5rem, 24px);
    letter-spacing: min(0.125rem, 2px);
  }
}

.p-page-post__bottom-animation-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-page-post__bottom-animation-list {
    row-gap: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-post__bottom-animation-list {
    row-gap: min(0.625rem, 10px);
  }
}

.p-page-post__bottom-animation-item {
  color: #0D1821;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-page-post__bottom-animation-item {
    font-size: max(1rem, 13px);
    line-height: 2rem;
    letter-spacing: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-post__bottom-animation-item {
    font-size: min(0.875rem, 14px);
    line-height: min(1rem, 16px);
    letter-spacing: min(0.125rem, 2px);
  }
}
@media screen and (max-width: 767px) {
  .p-page-post__bottom-animation-item:nth-of-type(3) {
    margin-top: max(-0.1875rem, -3px);
    line-height: min(1.5625rem, 25px);
  }
}

.p-other {
  padding-block: 100px;
  background: url(../img/other/pc-other__back.jpg) no-repeat center center/cover;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-other {
    padding-block: 6.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-other {
    padding-block: min(2.5rem, 40px);
    background: url(../img/other/sp-other__back.jpg) no-repeat center center/cover;
  }
}
.p-other::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(13, 24, 33, 0.86);
}

.p-other__inner {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 77px;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-other__inner {
    row-gap: 4.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-other__inner {
    row-gap: min(2.9375rem, 47px);
  }
}

.p-other__swiper-container {
  position: relative;
}
.p-other__swiper-container::before {
  content: "";
  display: block;
  width: 100px;
  height: 315px;
  background-image: -webkit-gradient(linear, left top, right top, from(#0d1821), to(rgba(13, 24, 33, 0)));
  background-image: linear-gradient(90deg, #0d1821 0%, rgba(13, 24, 33, 0) 100%);
  position: absolute;
  top: 0;
  left: calc(50% - 720px);
  z-index: 2;
  pointer-events: none;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-other__swiper-container::before {
    width: 6.25rem;
    height: 19.6875rem;
    left: calc(50% - 45rem);
  }
}
@media screen and (max-width: 767px) {
  .p-other__swiper-container::before {
    width: min(3.125rem, 50px);
    height: min(14.0625rem, 225px);
    left: calc(50% - min(11.75rem, 384px));
  }
}
.p-other__swiper-container::after {
  content: "";
  display: block;
  width: 100px;
  height: 315px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(13, 24, 33, 0)), to(#0d1821));
  background-image: linear-gradient(90deg, rgba(13, 24, 33, 0) 0%, #0d1821 100%);
  position: absolute;
  top: 0;
  right: calc(50% - 725px);
  z-index: 2;
  pointer-events: none;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-other__swiper-container::after {
    width: 6.25rem;
    height: 19.6875rem;
    right: calc(50% - 45.3125rem);
  }
}
@media screen and (max-width: 767px) {
  .p-other__swiper-container::after {
    width: min(3.125rem, 50px);
    height: min(14.0625rem, 225px);
    right: calc(50% - min(11.75rem, 384px));
  }
}

.p-other__swiper {
  overflow: visible;
  position: relative;
  left: -236px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-other__swiper {
    left: -14.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-other__swiper {
    left: max(-4.125rem, -66px);
  }
}

.p-other__swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.p-other__swiper-slide {
  width: 400px;
  aspect-ratio: 400/315;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-other__swiper-slide {
    width: 25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-other__swiper-slide {
    width: min(12.5rem, 200px);
    aspect-ratio: 200/225;
  }
}

.p-other__swiper-link {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-other__swiper-link {
    row-gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-other__swiper-link {
    row-gap: min(1rem, 16px);
  }
}
@media (any-hover: hover) {
  .p-other__swiper-link:hover .p-other__swiper-item-image img {
    scale: 1.1;
  }
}
.p-other__swiper-link:focus-visible {
  outline: none;
}
.p-other__swiper-link:focus-visible .p-other__swiper-item-image img {
  scale: 1.1;
}

.p-other__swiper-item-image {
  width: 100%;
  aspect-ratio: 400/269;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-other__swiper-item-image {
    border-radius: 0.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-other__swiper-item-image {
    aspect-ratio: 235/158;
    border-radius: min(0.25rem, 4px);
  }
}
.p-other__swiper-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: scale 0.8s ease;
  transition: scale 0.8s ease;
}

@media screen and (max-width: 767px) {
  .p-other__swiper-item-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-other__swiper-item-title--sub {
  color: #FEFEFF;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-other__swiper-item-title--sub {
    font-size: max(1.25rem, 14px);
    line-height: 1.875rem;
    letter-spacing: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-other__swiper-item-title--sub {
    font-size: min(0.8125rem, 13px);
    font-weight: 400;
    line-height: min(1.625rem, 26px);
    letter-spacing: min(0.125rem, 2px);
  }
}

.p-other__swiper-item-title--line {
  color: #FEFEFF;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-other__swiper-item-title--line {
    font-size: max(1.25rem, 14px);
    line-height: 1.875rem;
    letter-spacing: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-other__swiper-item-title--line {
    display: none;
  }
}

.p-other__swiper-item-title--main {
  color: #FEFEFF;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .p-other__swiper-item-title--main {
    font-size: max(1.25rem, 14px);
    line-height: 1.875rem;
    letter-spacing: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-other__swiper-item-title--main {
    font-size: min(1rem, 16px);
    line-height: min(1.625rem, 26px);
    letter-spacing: min(0.0625rem, 1px);
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1399px) {
  .u-sp__none--tb {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u-sp__none--tb {
    display: none;
  }
}

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