@charset "UTF-8";
/* =================================
  Utils（変数・関数）
================================= */
:root {
  --color-brand: #7B181F;
  --color-brand-sub: #F2E8EA;
  --color-brand-line: #F2D4D5;
  --color-bg-brand: #872F36;
  --color-light: #FFFFFF;
  --color-dark: #000000;
  --color-gray: #F3F3F3;
  --color-darkgray: #D8D8D8;
  --color-bg-section: #ECF2F2;
  --color-text: #000000;
  --color-text-red: #982A33;
  --color-text-teal: #0A3937;
  --color-text-brand: #7B181F;
  --color-text-on-dark: #FFFFFF;
  --color-chart-01: #982A33;
  --color-chart-02: #B14F2B;
  --color-chart-03: #BE8923;
  --color-chart-04: #0D5746;
  --color-chart-05: #0E4657;
  --color-chart-06: #56307C;
  --color-chart-07: #04788C;
  --fz-heading-xl: 5rem;
  --fz-heading-lg: 3rem;
  --fz-heading-md: 2.4rem;
  --fz-heading-sm: 2.4rem;
  --fz-text-lg: 2rem;
  --fz-text-md: 1.8rem;
  --fz-text-sm: 1.6rem;
  --fz-text-xs: 1.4rem;
  --fz-label-md: 2rem;
}

@media (max-width: 1023px) {
  :root {
    --fz-heading-xl: clamp(3.6rem , calc(36 / 480 * 100vw) , 4.4rem);
    --fz-heading-lg: clamp(2rem, calc(20 / 480 * 100vw), 2.4rem);
    --fz-heading-md: 2.2rem;
    --fz-heading-sm: clamp(1.8rem, calc(18 / 480 * 100vw), 2.2rem);
    --fz-text-lg: 1.8rem;
    --fz-text-md: 1.6rem;
    --fz-text-sm: 1.4rem;
    --fz-text-xs: 1.2rem;
    --fz-label-md: 1.6rem;
  }
}
/* =================================
  Base（土台）
================================= */
/* prompt-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Prompt";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/prompt-v12-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* prompt-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Prompt";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/prompt-v12-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* prompt-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Prompt";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/prompt-v12-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-regular - japanese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/noto-sans-jp-v56-japanese-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-500 - japanese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/noto-sans-jp-v56-japanese-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-600 - japanese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/noto-sans-jp-v56-japanese-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-700 - japanese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/noto-sans-jp-v56-japanese-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* =================================
  Utils（変数・関数）
================================= */
/* ------------------------------------------------------------
■ reset
------------------------------------------------------------ */
ul, ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
}

input:-internal-autofill-selected,
textarea:-internal-autofill-selected,
select:-internal-autofill-selected {
  -webkit-box-shadow: 0 0 0px 1000px var(--color-light) inset !important;
  -webkit-text-fill-color: var(--color-text) !important;
  transition: background-color 5000s ease-in-out 0s !important;
}
input:-internal-autofill-selected:focus,
textarea:-internal-autofill-selected:focus,
select:-internal-autofill-selected:focus {
  -webkit-box-shadow: 0 0 0px 1000px var(--color-light) inset !important;
  -webkit-text-fill-color: var(--color-text) !important;
}

input:autofill,
textarea:autofill,
select:autofill {
  box-shadow: 0 0 0 1000px var(--color-light) inset;
  -webkit-text-fill-color: var(--color-text);
}

input,
textarea,
select {
  outline: none;
  -webkit-appearance: none;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
  box-shadow: none;
}

textarea {
  resize: none;
}

option {
  color: var(--color-text);
}

input[type=date]::-webkit-calendar-picker-indicator {
  width: 20px;
  height: 22px;
  opacity: 0;
  cursor: pointer;
}
input[type=date]::-webkit-date-and-time-value {
  text-align: left;
}

.grecaptcha-badge {
  visibility: hidden;
}

/* =================================
  Utils（変数・関数）
================================= */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  min-width: 320px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: var(--fz-text-md);
  line-height: 1.4444444444;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: var(--color-text);
}
@media (max-width: 1023px) {
  body {
    line-height: 1.5;
  }
}
body .font-en {
  font-family: "Prompt", sans-serif;
}

main {
  width: 100%;
  overflow: hidden;
  background-color: #FFFFFF;
}

img {
  width: 100%;
  display: block;
  object-fit: cover;
}

button {
  display: flex;
  justify-content: center;
  align-items: center;
}

h2 {
  scroll-margin-top: 250px;
}
@media (max-width: 1023px) {
  h2 {
    scroll-margin-top: 150px;
  }
}

/* =================================
  Components（部品）
================================= */
/* =================================
  Utils（変数・関数）
================================= */
@keyframes slide-text {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes scroll-in {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes fluffy {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
/* =================================
  Utils（変数・関数）
================================= */
.chart-pie {
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
  border-radius: 50%;
}
.chart-pie__svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
  overflow: visible;
}
.chart-pie__segment {
  fill: none;
  stroke-width: 50;
  stroke-dasharray: 157.1;
  stroke-dashoffset: 157.1;
  transform-origin: center;
  transform: rotate(calc(var(--offset) * 3.6deg));
  transition: stroke-dashoffset;
  transition-duration: calc(var(--val) * 0.01s);
  transition-delay: calc(var(--offset) * 0.01s);
  transition-timing-function: linear;
  stroke: var(--color);
}
.chart-pie.is-animated .chart-pie__segment {
  stroke-dashoffset: calc(157.1 - 157.1 * var(--val) / 100);
  transform: rotate(calc(var(--offset) * 3.6deg));
  transform-origin: center;
}
.chart-pie__labels {
  position: absolute;
  inset: 0;
}
.chart-pie__label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
  color: var(--color-text-on-dark);
  --radius: 32%;
  --distance: 35%;
  transform: translate(-50%, -50%) rotate(calc(-90deg + var(--angle))) translate(clamp(75px, 7.32421875vw, 105px)) rotate(calc(90deg - var(--angle)));
}
@media (max-width: 1023px) {
  .chart-pie__label {
    transform: translate(-50%, -50%) rotate(calc(-90deg + var(--angle))) translate(clamp(90px, 24vw, 105px)) rotate(calc(90deg - var(--angle)));
  }
}
.chart-pie__label--20 {
  --angle: 36deg;
}
.chart-pie__label--30 {
  --angle: 108deg;
}
.chart-pie__label--40 {
  --angle: 185deg;
  transform: translate(-50%, -50%) rotate(calc(-90deg + var(--angle))) translate(clamp(70px, 6.8359375vw, 103px)) rotate(calc(90deg - var(--angle)));
}
@media (max-width: 1023px) {
  .chart-pie__label--40 {
    transform: translate(-50%, -50%) rotate(calc(-90deg + var(--angle))) translate(clamp(80px, 21.3333333333vw, 103px)) rotate(calc(90deg - var(--angle)));
  }
}
.chart-pie__label--5060 {
  --angle: 292deg;
  transform: translate(-50%, -50%) rotate(calc(-90deg + var(--angle))) translate(clamp(67px, 6.54296875vw, 100px)) rotate(calc(90deg - var(--angle)));
}
@media (max-width: 1023px) {
  .chart-pie__label--5060 {
    --angle: 295deg;
    transform: translate(-50%, -50%) rotate(calc(-90deg + var(--angle))) translate(clamp(75px, 20vw, 100px)) rotate(calc(90deg - var(--angle)));
  }
}
.chart-pie__rate {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.chart-pie__rate-num {
  font-size: clamp(3.8rem, 3.1666666667vw, 5rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
.chart-pie__rate-num--lg {
  font-size: clamp(4.6rem, 3.8333333333vw, 6rem);
}
.chart-pie__rate-num--xl {
  font-size: clamp(5.3rem, 4.4166666667vw, 7rem);
}
.chart-pie__rate-unit {
  font-size: clamp(1.5rem, 1.3333333333vw, 2rem);
  letter-spacing: 0.05em;
}
.chart-pie__rate-unit--lg {
  font-size: clamp(1.9rem, 1.5833333333vw, 2.6rem);
}
.chart-pie__rate-unit--xl {
  font-size: clamp(2.2rem, 1.8333333333vw, 3rem);
}
.chart-pie__caption {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.chart-pie__caption-num {
  font-size: clamp(2.2rem, 1.6666666667vw, 2.6rem);
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 1023px) {
  .chart-pie__caption-num {
    font-size: 2rem;
  }
}
.chart-pie__caption-unit {
  font-size: 1.6rem;
  font-size: clamp(1.2rem, 1vw, 1.6rem);
}
@media (max-width: 1023px) {
  .chart-pie__caption-unit {
    font-size: 1.2rem;
  }
}

.chart-bars__caption {
  width: clamp(160px, 13.3333333333vw, 200px);
  aspect-ratio: 200/60;
  font-size: clamp(1.8rem, 1.5vw, 2rem);
  color: var(--color-text-brand);
  background-color: var(--color-brand-sub);
  border-radius: 30px;
  margin: auto;
}
@media (max-width: 1023px) {
  .chart-bars__caption {
    width: 160px;
    height: 48px;
  }
}
.chart-bars__item {
  margin-top: clamp(2px, 0.1953125vw, 4px);
}
.chart-bars__caption + .chart-bars__item {
  margin-top: clamp(18px, 1.5vw, 22px);
}
.chart-bars__label {
  font-size: clamp(1.6rem, 1.3333333333vw, 1.8rem);
  line-height: 1;
  color: var(--color-text-brand);
}
@media (max-width: 1023px) {
  .chart-bars__label {
    font-size: 1.4rem;
  }
}
.chart-bars__track {
  height: 20px;
  height: clamp(15px, 1.3043478261vw, 20px);
  overflow: hidden;
}
@media (max-width: 1023px) {
  .chart-bars__track {
    height: 20px;
  }
}
.chart-bars__progress {
  width: var(--w);
  height: 100%;
  background-color: var(--color);
}

/* =================================
  Utils（変数・関数）
================================= */
.form__field.is-error .form__error {
  display: inline-block;
  font-size: var(--fz-text-sm);
  color: var(--color-text-red);
  background-color: var(--color-brand-sub);
  border-radius: 20px;
  padding: 5px 20px;
  margin-top: 10px;
}
.form__error {
  display: none;
}
.form__label {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  font-size: var(--fz-label-md);
  line-height: 1.45;
  color: var(--color-text-brand);
}
@media (max-width: 1023px) {
  .form__label {
    line-height: 1.5;
  }
}
.form__label--required::after {
  content: "必須";
  font-size: var(--fz-text-xs);
  font-weight: 500;
  line-height: 1.5714285714;
  color: var(--color-text-on-dark);
  background-color: var(--color-brand);
  border-radius: 4px;
  padding: 0 6px;
}
.form__control {
  margin-top: 10px;
}
@media (max-width: 1023px) {
  .form__control {
    margin-top: 6px;
  }
}
.form__control--default {
  width: 100%;
  background-color: var(--color-light);
  border: 2px solid var(--color-light);
  border-radius: 20px;
  transition: 0.2s;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .form__control--default {
    border-radius: 14px;
  }
}
.form__control--default:has(.form__input:focus), .form__control--default:has(.form__select:focus), .form__control--default:has(.form__textarea:focus) {
  border: 2px solid var(--color-brand);
}
.form__control--md {
  max-width: clamp(450px, 60%, 600px);
}
@media (max-width: 1023px) {
  .form__control--md {
    max-width: none;
  }
}
.form__control--sm {
  max-width: clamp(450px, 60%, 600px);
}
@media (max-width: 1023px) {
  .form__control--sm {
    max-width: clamp(216px, 72%, 300px);
  }
}
.form__control--select {
  position: relative;
}
.form__control--select::after {
  content: "";
  width: 22px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  background-color: var(--color-brand);
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  pointer-events: none;
}
@media (max-width: 1023px) {
  .form__control--select::after {
    width: 16px;
    height: 10px;
    right: 20px;
  }
}
.form__control--textarea {
  padding: 26px 10px 26px 20px;
}
@media (max-width: 1023px) {
  .form__control--textarea {
    padding: 16px 10px 16px 20px;
  }
}
.form__control--file {
  position: relative;
}
.form__input, .form__select {
  width: 100%;
  font-size: var(--fz-text-md);
  color: var(--color-text);
  padding: 26px 20px;
}
@media (max-width: 1023px) {
  .form__input, .form__select {
    padding: 16px 20px;
  }
}
.form__textarea {
  width: 100%;
  height: 228px;
  font-size: var(--fz-text-md);
  color: var(--color-text);
  padding-right: 10px;
}
@media (max-width: 1023px) {
  .form__textarea {
    height: 288px;
  }
}
.form__file-label {
  display: flex;
  align-items: center;
  gap: 40px;
  pointer-events: none;
  padding-right: 18px;
}
@media (max-width: 1023px) {
  .form__file-label {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.form__file-button {
  pointer-events: auto;
}
.form__file-hidden {
  opacity: 0;
  appearance: none;
  position: absolute;
  z-index: -1;
  width: 1px;
  height: 1px;
}
.form__file-name {
  font-size: 2rem;
  line-height: 1.45;
  color: var(--color-brand);
}
@media (max-width: 1023px) {
  .form__file-name {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}
.form__file-note {
  color: var(--color-text-brand);
  margin-top: 8px;
}
@media (max-width: 1023px) {
  .form__file-note {
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    white-space: nowrap;
    margin-top: 6px;
  }
}
.form__file-clear-button {
  width: 16px;
  height: 16px;
  display: none;
  position: absolute;
  right: 0;
  bottom: 50%;
  transform: translateY(50%);
  pointer-events: auto;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .form__file-clear-button {
    width: 14px;
    height: 14px;
    bottom: 2px;
    transform: none;
  }
}
.form__file-clear-button::before, .form__file-clear-button::after {
  content: "";
  width: 19px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--color-brand);
  border-radius: 2px;
}
@media (max-width: 1023px) {
  .form__file-clear-button::before, .form__file-clear-button::after {
    width: 16px;
  }
}
.form__file-clear-button::before {
  transform: translate(-50%) rotate(45deg);
}
.form__file-clear-button::after {
  transform: translate(-50%) rotate(-45deg);
}
.form__file-label.is-select + .form__file-clear-button {
  display: block;
}
.form__checkbox {
  appearance: none;
  width: 29px;
  height: 29px;
  position: relative;
  background-color: var(--color-light);
  border: 2px solid var(--color-brand);
  border-radius: 6px;
  cursor: pointer;
}
.form__checkbox::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 5px;
  width: 15px;
  height: 8px;
  border-bottom: 2px solid var(--color-brand);
  border-left: 2px solid var(--color-brand);
  transform: rotate(-45deg);
  transition: 0.2s;
  opacity: 0;
}
.form__checkbox:checked::after {
  opacity: 1;
}

/* =================================
  Utils（変数・関数）
================================= */
.confirm-list__term {
  display: block;
  font-size: var(--fz-label-md);
  color: var(--color-text-brand);
  margin-top: 40px;
}
@media (max-width: 1023px) {
  .confirm-list__term {
    margin-top: 30px;
  }
}
.confirm-list__detail {
  display: block;
  font-size: var(--fz-label-md);
  white-space: pre-wrap;
  margin-top: 16px;
}
@media (max-width: 1023px) {
  .confirm-list__detail {
    margin-top: 8px;
  }
}
.confirm-list__detail.is-empty {
  color: #999;
}

/* =================================
  Utilities（例外・補助）
================================= */
/* =================================
  Utils（変数・関数）
================================= */
.u-font-light {
  font-weight: 200;
}

.u-font-regular {
  font-weight: 400;
}

.u-font-medium {
  font-weight: 500;
}

.u-font-semibold {
  font-weight: 600;
}

.u-font-bold {
  font-weight: 700;
}

.u-font-black {
  font-weight: 900;
}

.u-center-grid {
  display: grid !important;
  place-items: center !important;
}

.u-center-flex {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.u-center-column {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

.u-pc-only {
  display: block !important;
}

.u-sp-only {
  display: none !important;
}

@media (max-width: 1023px) {
  .u-pc-only {
    display: none !important;
  }
  .u-sp-only {
    display: block !important;
  }
}
.u-pc-only--inline {
  display: inline-block !important;
}

.u-sp-only--inline {
  display: none !important;
}

@media (max-width: 1023px) {
  .u-pc-only--inline {
    display: none !important;
  }
  .u-sp-only--inline {
    display: inline-block !important;
  }
}
.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.u-accent-color {
  color: var(--color-brand);
}

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

.u-text-right {
  text-align: right;
}

.u-text-tate {
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.u-no-wrap {
  white-space: nowrap;
}

.u-cursor-dflt {
  cursor: default;
}

.u-hover-opacity {
  transition: opacity 0.3s;
}
.u-hover-opacity:hover {
  opacity: 0.4;
}

.u-arrow-down {
  background-color: var(--color-brand);
  border-radius: 50%;
}
.u-arrow-down::before, .u-arrow-down::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-80%, -50%) rotate(45deg);
  transition: 0.3s;
  background-color: var(--color-light);
  border-radius: 1px;
}
.u-arrow-down::after {
  transform: translate(-20%, -50%) rotate(-45deg);
}
.u-arrow-down--md {
  width: 22px;
  height: 22px;
}
.u-arrow-down--md::before, .u-arrow-down--md::after {
  width: 8px;
  height: 2px;
  top: 55%;
}
.u-arrow-down--sm {
  width: 16px;
  height: 16px;
}
.u-arrow-down--sm::before, .u-arrow-down--sm::after {
  width: 7px;
  height: 2px;
  top: 50%;
}

/* =================================
  Layout / Parts
================================= */
/* =================================
  Utils（変数・関数）
================================= */
.header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 990;
  padding-top: 40px;
}
@media (max-width: 1023px) {
  .header {
    padding-top: 0;
  }
}
.header__inner {
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 53px;
}
@media (max-width: 1023px) {
  .header__inner {
    width: 100%;
    height: 72px;
    justify-content: space-between;
    gap: 0;
    background-color: var(--color-light);
    padding-left: 24px;
    padding-right: 16px;
  }
}
.header__container {
  width: clamp(715px, 75.4375%, 1207px);
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--color-light);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1019607843);
  border-radius: 40px;
  padding: 0 40px;
}
@media (max-width: 1400px) {
  .header__container {
    width: 810px;
  }
}
@media (max-width: 1150px) {
  .header__container {
    width: clamp(715px, 69.82421875%, 1207px);
  }
}
@media (max-width: 1023px) {
  .header__container {
    width: auto;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
  }
}
.header__logo-link {
  width: clamp(200px, 21.2096106048%, 256px);
}
@media (max-width: 1400px) {
  .header__logo-link {
    width: 256px;
  }
}
@media (max-width: 1023px) {
  .header__logo-link {
    width: 134px;
  }
}
@media (max-width: 1023px) {
  .header__nav {
    width: 305px;
    max-height: 0;
    position: fixed;
    top: 72px;
    right: 16px;
    transition: 0.3s;
    background-color: var(--color-light);
    box-shadow: 0px 0px 10px rgba(123, 24, 31, 0.2);
    border-radius: 24px;
    padding: 0 21px;
    overflow: hidden;
    pointer-events: none;
  }
}
.header__nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  column-gap: 36px;
  row-gap: 10px;
}
@media (max-width: 1600px) {
  .header__nav-list {
    column-gap: 25px;
  }
}
@media (max-width: 1500px) {
  .header__nav-list {
    column-gap: 20px;
  }
}
@media (max-width: 1400px) {
  .header__nav-list {
    width: 450px;
    column-gap: 36px;
  }
}
@media (max-width: 1200px) {
  .header__nav-list {
    column-gap: 25px;
  }
}
@media (max-width: 1023px) {
  .header__nav-list {
    width: 100%;
    display: block;
  }
}
@media (max-width: 1023px) {
  .header__nav-item:not(:last-child) .header__nav-link {
    border-bottom: 1px solid #EFE1E2;
  }
}
.header__nav-link {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--color-brand);
}
@media (max-width: 1023px) {
  .header__nav-link {
    width: 100%;
    display: block;
    position: relative;
    padding: 12px 0;
  }
}
.header__nav-link--external::after {
  content: "";
  width: 13px;
  aspect-ratio: 1;
  display: inline-block;
  background-image: url(../images/icon-akar-link-out.webp);
  background-size: contain;
}
@media (max-width: 1023px) {
  .header__nav-arrow {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
.header__btn-wrap {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
}
.header__entry-btn {
  width: 180px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: var(--color-text-on-dark);
  background-color: var(--color-brand);
  border-radius: 40px;
}
@media (max-width: 1023px) {
  .header__entry-btn {
    width: 80px;
    height: 40px;
    font-size: 1.4rem;
    border-radius: 8px;
  }
}
.header__hamburger-btn {
  display: none;
}
@media (max-width: 1023px) {
  .header__hamburger-btn {
    width: 40px;
    height: 40px;
    display: block;
    position: relative;
    transition: 0.3s;
    background-color: var(--color-brand);
    border: 2px solid var(--color-brand);
    border-radius: 8px;
  }
}
.header__hamburger-btn span {
  width: 16px;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  transform-origin: center;
  background-color: var(--color-light);
  border-radius: 1px;
}
.header__hamburger-btn span:nth-of-type(1) {
  transform: translate(-50%, -300%);
}
.header__hamburger-btn span:nth-of-type(3) {
  transform: translate(-50%, 200%);
}
.header__hamburger-btn.is-active {
  background-color: var(--color-light);
}
.header__hamburger-btn.is-active span {
  background-color: var(--color-brand);
}
.header__hamburger-btn.is-active span:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.header__hamburger-btn.is-active span:nth-of-type(2) {
  transform: scale(0);
}
.header__hamburger-btn.is-active span:nth-of-type(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (max-width: 1023px) {
  .header.is-active .header__nav {
    max-height: 400px;
    padding: 12px 21px 8px;
    pointer-events: auto;
  }
}

/* =================================
  Utils（変数・関数）
================================= */
.footer__inner {
  width: 100%;
  height: 102px;
  display: flex;
  align-items: center;
  background-color: var(--color-dark);
}
@media (max-width: 1023px) {
  .footer__inner {
    height: 70px;
  }
}
.footer__copy {
  width: 100%;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  color: var(--color-text-on-dark);
}
@media (max-width: 1023px) {
  .footer__copy {
    font-size: 1.3rem;
  }
}

/* =================================
  Utils（変数・関数）
================================= */
/* =================================
  Utils（変数・関数）
================================= */
.heading {
  width: 100%;
}
.heading--red {
  color: var(--color-text-red);
}
.heading--teal {
  color: var(--color-text-teal);
}
.heading--white {
  color: var(--color-text-on-dark);
}
.heading--column {
  display: flex;
  flex-direction: column;
}
.heading--center-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.heading__en {
  display: inline-block;
}
.heading__ja {
  display: block;
}
.heading--xl {
  font-size: var(--fz-heading-xl);
  line-height: 1.5;
  letter-spacing: 0.3em;
}
@media (max-width: 1023px) {
  .heading--xl {
    line-height: 1.2222222222;
  }
}
.heading--lg {
  font-size: var(--fz-heading-lg);
  font-weight: 700;
  line-height: 1.4666666667;
  letter-spacing: 0.1em;
}
@media (max-width: 1023px) {
  .heading--lg {
    line-height: 1.45;
  }
}
.heading--md {
  font-size: var(--fz-heading-md);
  font-weight: 700;
  line-height: 1.4583333333;
  letter-spacing: 0.1em;
}
@media (max-width: 1023px) {
  .heading--md {
    line-height: 1.4545454545;
  }
}
.heading--sm {
  font-size: var(--fz-heading-sm);
  font-weight: 700;
  line-height: 1.4583333333;
  letter-spacing: 0.1em;
}
@media (max-width: 1023px) {
  .heading--sm {
    line-height: 1.4444444444;
  }
}

/* =================================
  Utils（変数・関数）
================================= */
.button {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.button--primary {
  color: var(--color-text-on-dark);
  background-color: var(--color-brand);
}
.button--job {
  color: var(--color-text-brand);
  background-color: var(--color-brand-sub);
}
.button--entry-file {
  color: var(--color-text-brand);
  background-color: var(--color-light);
}
.button--lg {
  width: 460px;
  height: 150px;
  font-size: 2.4rem;
  border-radius: 40px;
}
@media (max-width: 1023px) {
  .button--lg {
    width: 260px;
    height: 93px;
    font-size: 1.8rem;
    border-radius: 20px;
  }
}
.button--md {
  width: 420px;
  height: 100px;
  font-size: 2.2rem;
  border-radius: 30px;
}
.button--sm {
  width: 322px;
  height: 80px;
  font-size: 2.4rem;
  border-radius: 20px;
}
@media (max-width: 1023px) {
  .button--sm {
    width: 200px;
    height: 60px;
    font-size: 1.4rem;
    border-radius: 14px;
  }
}/*# sourceMappingURL=common.css.map */