@charset "UTF-8";
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
  -moz-tab-size: 2;
  -o-tab-size: 2;
  tab-size: 2;
  scrollbar-gutter: stable;
}

:where(html:has(dialog:modal[open])) {
  overflow: clip;
}
:where(body) {
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(button) {
  all: unset;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
  text-wrap: balance;
}

:where(hr) {
  border: none;
  -webkit-border-before: 1px solid;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(dialog) {
  border: none;
  background: none;
  inset: unset;
  max-width: unset;
  max-height: unset;
}

:where(dialog:not([open], [popover])) {
  display: none !important;
}

:where([popover]) {
  border: none;
  background: none;
  inset: unset;
  color: inherit;
}

:where([popover]:not(:popover-open)) {
  display: none !important;
}

:where(:focus-visible) {
  outline: 3px solid CanvasText;
  box-shadow: 0 0 0 5px Canvas;
  outline-offset: 1px;
}

:where(:focus-visible, :target) {
  scroll-margin-block: 8vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}

/* Media Query
-------------------------------------------------- */
/* font-size
-------------------------------------------------- */
/* icon
-------------------------------------------------- */
/* Hover
-------------------------------------------------- */
/* Transition
-------------------------------------------------- */
/* Alpha
-------------------------------------------------- */
/* max-width Contents
-------------------------------------------------- */
/* 中央配置 FLEX
-------------------------------------------------- */
/* 中央配置 position
-------------------------------------------------- */
/* ================================================================================
* UNIQUE
/*============================================================================== */
/* Arrow
-------------------------------------------------- */
/* Object-fit
-------------------------------------------------- */
/* ================================================================================
* FONT
/*============================================================================== */
/* font-family
-------------------------------------------------- */
/* font-size (rem)
-------------------------------------------------- */
/* Color
-------------------------------------------------- */
/* ================================================================================
* SIZE
/*============================================================================== */
/* Contents Size
-------------------------------------------------- */
/* vw
-------------------------------------------------- */
/* percent
-------------------------------------------------- */
/* --------------------------------------------------
* Random
-------------------------------------------------- */
/* ================================================================================
* OTHER
/*============================================================================== */
/* easing
-------------------------------------------------- */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 100 900;
  src: url("../font/NotoSansJP-VariableFont_wght.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: Oswald;
  font-style: normal;
  font-weight: 100 900;
  src: url("../font/Oswald-VariableFont_wght.ttf") format("truetype");
  font-display: swap;
}
html {
  min-height: 100%;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none; /* for iPad */
}

body {
  position: relative;
  min-height: 100vh;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #070707;
  word-break: normal;
  overflow-wrap: anywhere;
  line-break: strict;
  background-color: #fff;
}

main {
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
dl,
dt,
dd,
ol,
ul,
li {
  padding: 0;
  margin: 0;
  text-wrap: wrap;
  font-weight: 500;
  letter-spacing: 0.05em;
}

ol,
ul,
li {
  list-style-type: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

button {
  padding: 0;
  cursor: pointer;
  border: none;
}

picture {
  display: block;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

input,
select {
  background-color: #fff;
}
/*
input[type=checkbox],
input[type=radio],
input[type=submit],
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}*/

input[type=submit] {
  cursor: pointer;
}

pre {
  font-size: 0.875rem;
}

a,
button,
input,
textarea,
select {
  outline-color: #ffef16;
}

::-moz-selection {
  background-color: rgba(255, 239, 22, 0.5);
}

::selection {
  background-color: rgba(255, 239, 22, 0.5);
}

/* .l-header
-------------------------------------------------- */
.l-header {
  width: 100%;
  border-bottom: solid 1px #dbdbdb;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.l-header.is-open {
  border-bottom: none;
}
.l-header__inner {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
}

/* .l-header-toggle
-------------------------------------------------- */
.l-header-toggle {
  display: block;
  width: 60px;
  height: 59px;
  background-color: #f7f7f7;
  position: relative;
}
.l-header-toggle__line {
  width: 26px;
  height: 2px;
  margin: auto;
  background-color: #070707;
  position: absolute;
  top: 22px;
  left: 0;
  right: 0;
}
.l-header-toggle__line.-top {
  translate: 0 -8px;
  transition-property: translate, rotate;
}
.l-header-toggle__line.-middle {
  transition-property: opacity;
}
.l-header-toggle__line.-bottom {
  translate: 0 8px;
  transition-property: translate, rotate;
}
.l-header-toggle__text {
  display: block;
  font-size: 10px;
  line-height: 1;
  text-align: center;
  translate: 0 12px;
}
.l-header-toggle[aria-expanded=true] .l-header-toggle__line.-top {
  translate: 0 0;
  rotate: 45deg;
}
.l-header-toggle[aria-expanded=true] .l-header-toggle__line.-middle {
  opacity: 0;
}
.l-header-toggle[aria-expanded=true] .l-header-toggle__line.-bottom {
  translate: 0 0;
  rotate: -45deg;
}

/* .l-footer
-------------------------------------------------- */
.l-footer {
  padding: 56px 24px;
  background-color: #070707;
}
.l-footer__inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px 48px;
  max-width: 1200px;
  margin: 0 auto;
}
.l-footer__citename {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #fff;
  flex-shrink: 0;
}
.l-footer__links {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 16px 32px;
}
.l-footer__copyright {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #dbdbdb;
  margin-top: 8px;
}
.l-footer__copyright small {
  font-size: 1em;
}

/* .l-nav
-------------------------------------------------- */
.l-nav__list {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: 100px;
}
.l-nav__item {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  position: relative;
}
.l-nav__item:not(:first-child)::before {
  content: "";
  display: none;
  width: 1px;
  height: 18px;
  margin: auto;
  background-color: #8e8e8e;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.l-nav__itemLink {
  display: block;
  padding: 24px 24px 24px 0;
  position: relative;
}
.l-nav__itemLink::before {
  content: "";
  display: block;
  width: calc(100% - 48px);
  height: 2px;
  margin: auto;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  translate: 0 100%;
  transition-property: translate;
}
.l-header.is-fixed .l-nav__itemLink::before {
  background-color: #ffef16;
}

.l-nav__itemLink::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin: auto;
  background-color: currentColor;
  -webkit-mask-image: url(../img/icon_arrow.svg);
  mask-image: url(../img/icon_arrow.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4px;
}

/* .l-section
-------------------------------------------------- */
.l-section {
  padding: 64px min(6.1538461538vw, 24px);
}
.l-section__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.l-section.-gray {
  background-color: #f7f7f7;
}

/* .l-division
-------------------------------------------------- */
.l-division {
  padding: 24px 16px;
}
.l-division.-white {
  background-color: #fff;
}

/* .l-box-gray
-------------------------------------------------- */
.l-box-gray {
  padding: 16px;
  background-color: #f7f7f7;
}

/* .l-box-border
-------------------------------------------------- */
.l-box-border {
  padding: 24px 16px;
  border: solid 2px #070707;
}

/* .l-box-lead
-------------------------------------------------- */
.l-box-lead {
  padding: 24px 16px;
  background-color: #f7f7f7;
}
.l-box-lead__text {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: center;
}

/* .l-box-scroll
-------------------------------------------------- */
.l-box-scroll {
  height: 340px;
  padding: 24px;
  border: 1px solid #8e8e8e;
  background: #fff;
  overflow: auto;
}

/* .l-subSection
-------------------------------------------------- */
.l-subSection + .l-subSection {
  margin-top: 56px;
}

/* .l-modal
-------------------------------------------------- */
.l-modal {
  display: none;
  max-width: calc(100% - 48px);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin: auto;
  padding-top: 42px;
  background-color: #fff;
  position: fixed;
  inset: 0;
  z-index: 1002;
}
.l-modal__body {
  padding: 0 16px 16px;
  overflow: auto;
}
.l-modal__img {
  width: 668px;
  max-width: 668px;
}
.l-modal__close {
  width: 24px;
  height: 24px;
  border: solid 1px #dbdbdb;
  position: absolute;
  top: 8px;
  right: 8px;
}
.l-modal__close::before, .l-modal__close::after {
  content: "";
  width: 16px;
  height: 2px;
  margin: auto;
  background-color: #070707;
  position: absolute;
  inset: 0;
}
.l-modal__close::before {
  rotate: 45deg;
}
.l-modal__close::after {
  rotate: -45deg;
}

/* .l-overlay
-------------------------------------------------- */
.l-overlay {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1001;
}

/* .l-contents
-------------------------------------------------- */
.l-contents {
  padding-top: 60px;
}

/* .c-button-wrap
-------------------------------------------------- */
.c-button-wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  gap: 16px;
  padding: 32px 24px;
}
.c-button-wrap .c-button {
  width: 100%;
}

/* .c-button
-------------------------------------------------- */
.c-button {
  width: 100%;
  position: relative;
}
.c-button::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffef16;
  position: absolute;
  top: 0;
  left: 0;
  translate: 3px 3px;
  transition-property: translate background-color;
}
.c-button__body {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 92px;
  padding: 12px;
  background-color: #fff;
  border: solid 2px #070707;
  position: relative;
  z-index: 1;
}
.c-button__text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
}
.c-button__detail {
  font-family: Oswald, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
.c-button.-black .c-button__body {
  color: #fff;
  background-color: #070707;
}
.c-button.-light-yellow .c-button__body {
  background-color: #fffbcf;
}
.c-button[class*=-icon] .c-button__text {
  padding-left: 28px;
}
.c-button[class*=-icon] .c-button__text::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  position: absolute;
  top: 4px;
  left: 0;
}
.c-button.-icon-tel .c-button__text::before {
  -webkit-mask-image: url(../img/icon_tel.svg);
  mask-image: url(../img/icon_tel.svg);
}
.c-button.-icon-mail .c-button__text::before {
  -webkit-mask-image: url(../img/icon_mail.svg);
  mask-image: url(../img/icon_mail.svg);
}
.c-button.-icon-form .c-button__text::before {
  -webkit-mask-image: url(../img/icon_form.svg);
  mask-image: url(../img/icon_form.svg);
}

/* .c-button-plane
-------------------------------------------------- */
.c-button-plane {
  display: block;
  font-size: 0.75rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding: 8px 10px;
  background-color: #fff;
  border: solid 1px #070707;
}
.c-button-plane {
  position: relative;
}
.c-button-plane::after {
  width: 1em;
  height: 1lh;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url("../img/icon_arrow.svg");
  mask-image: url("../img/icon_arrow.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
  display: inline-block;
  vertical-align: -7px;
  margin-left: 8px;
  position: relative;
}
.c-button-plane.-black {
  color: #fff;
  background-color: #070707;
}
.c-button-plane[target=_blank] {
  position: relative;
}
.c-button-plane[target=_blank]::after {
  width: 1em;
  height: 1lh;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url("../img/icon_external.svg");
  mask-image: url("../img/icon_external.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
  display: inline-block;
  vertical-align: -7px;
  margin-left: 8px;
  position: relative;
}

/* .c-button-sp
-------------------------------------------------- */
.c-button-sp {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding: 20px 16px 0;
  position: relative;
}
.c-button-sp::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin: auto;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.c-button-sp + .c-button-sp {
  border-left: solid 1px #dbdbdb;
}
.c-button-sp.-tel::before {
  -webkit-mask-image: url(../img/icon_tel.svg);
  mask-image: url(../img/icon_tel.svg);
}
.c-button-sp.-mail::before {
  -webkit-mask-image: url(../img/icon_mail.svg);
  mask-image: url(../img/icon_mail.svg);
}
.c-button-sp.-form::before {
  -webkit-mask-image: url(../img/icon_form.svg);
  mask-image: url(../img/icon_form.svg);
}

/* .c-heading-lv2
-------------------------------------------------- */
.c-heading-lv2 {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 32px;
}
.c-heading-lv2__marker {
  display: inline-block;
  color: #fff;
  padding: 6px 16px;
  background-color: #070707;
}

/* .c-heading-lv3
-------------------------------------------------- */
.c-heading-lv3 {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 32px;
  padding-bottom: 14px;
  border-bottom: 2px solid #070707;
  position: relative;
}
.c-heading-lv3::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: #ffef16;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 1;
}
.c-heading-lv3__sub {
  font-size: 1rem;
}
.c-heading-lv3__note {
  font-size: 0.875rem;
  padding-bottom: 4px;
}
.c-heading-lv3 span:not([class]) {
  display: inline-block;
}
.c-heading-lv3:has(.c-heading-lv3__sub) {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.c-heading-lv3:has(.c-heading-lv3__note) {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 0.5em;
}

/* .c-heading-lv4
-------------------------------------------------- */
.c-heading-lv4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 2px solid #070707;
}

/* .c-heading-lv5
-------------------------------------------------- */
.c-heading-lv5 {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
  position: relative;
}

/* .c-heading-lv6
-------------------------------------------------- */
.c-heading-lv6 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}

/* .c-heading-lv7
-------------------------------------------------- */
.c-heading-lv7 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}

/* .c-list
-------------------------------------------------- */
.c-list > li {
  line-height: 1.6;
  position: relative;
  padding-left: 1.5em;
}
.c-list > li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: currentColor;
  border-radius: 50%;
  position: absolute;
  top: calc(0.5lh - 3px);
  left: 0.5em;
}

/* .c-list-dl
-------------------------------------------------- */
.c-list-dl__item {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 8px;
  padding-bottom: 16px;
  border-bottom: solid 1px #dbdbdb;
}
.c-list-dl__item + .c-list-dl__item {
  margin-top: 16px;
}
.c-list-dl__term {
  font-weight: 700;
}
/* .c-voice
-------------------------------------------------- */
.c-voice {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: 16px;
}
.c-voice__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 1;
  min-width: 0;
  padding-right: 51px;
  background-image: url(../img/icon_human1.svg);
  background-repeat: no-repeat;
  background-size: 32px auto;
  background-position: right center;
}
.c-voice__item.-woman {
  background-image: url(../img/icon_human2.svg);
}
.c-voice__comment {
  letter-spacing: 0.05em;
  padding: 16px;
  background-color: #ffef16;
  position: relative;
  place-content: center;
}
.c-voice__comment::after {
  content: "";
  display: block;
  width: 10px;
  height: 19px;
  margin: auto;
  background-color: #ffef16;
  -webkit-clip-path: polygon(10px 50%, 0% 0%, 0% 19px);
  clip-path: polygon(10px 50%, 0% 0%, 0% 19px);
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10px;
}
.c-voice__comment p {
  font-weight: 700;
}

/* .c-card
-------------------------------------------------- */
.c-card__img {
  margin-bottom: 12px;
  background-color: #fff;
  aspect-ratio: 342/200;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.c-card__img.-gray {
  background-color: #f7f7f7;
}
.c-card__title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.c-card__description {
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-top: 8px;
}

/* .c-column
-------------------------------------------------- */
.c-column {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: 24px;
}
.c-column__item {
  min-width: 0;
}

/* .c-column-imgtext
-------------------------------------------------- */
.c-column-imgtext {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
}
.c-column-imgtext + .c-column-imgtext {
  margin-top: 32px;
  padding-top: 32px;
  border-top: solid 1px #dbdbdb;
}
.c-column-imgtext__imgarea.js-modal-open {
  position: relative;
}
.c-column-imgtext__imgarea.js-modal-open::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border: solid 1px #dbdbdb;
  background-color: #fff;
  background-image: url(../img/icon_zoom.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px auto;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
}

/* .c-text-atten
-------------------------------------------------- */
.c-text-atten {
  padding-left: 1em;
}
.c-text-atten::before {
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-family: "Noto Sans JP", sans-serif;
  content: "※";
}

/* .c-news
-------------------------------------------------- */
.c-news {
  padding: 16px;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}
.c-news + .c-news {
  margin-top: 16px;
}
.c-news__date {
  font-size: 0.75rem;
  font-weight: 400;
}
.c-news__title {
  margin-top: 8px;
}

/* .p-kv
-------------------------------------------------- */
.p-kv {
  background-color: #ffef16;
}
.p-kv__inner {
  display: flex;
  flex-flow: column-reverse nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 9.7435897436vw;
  margin: 0 auto;
  padding: 14.1025641026vw 0 11.2820512821vw;
}
.p-kv__img {
  width: 86.6666666667%;
}
.p-kv__copy {
  width: 86.6666666667%;
}

/* .p-consult
-------------------------------------------------- */
/* .p-consult-intro
-------------------------------------------------- */
.p-consult-intro__list {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: 24px;
}
.p-consult-intro__item {
  min-width: 0;
}
.p-consult-intro__itemImg {
  margin-bottom: 12px;
  background-color: #fff;
  aspect-ratio: 342/200;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.p-consult-intro__itemText {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.p-consult-intro__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 24px;
}
.p-consult-intro__copy {
  margin-top: 56px;
}

/* .p-consult-main
-------------------------------------------------- */
.p-consult-main {
  margin-top: 56px;
}
.p-consult-main__section + .p-consult-main__section {
  margin-top: 24px;
  padding-top: 24px;
  border-top: solid 1px #dbdbdb;
}

/* .p-feature-message
-------------------------------------------------- */
.p-feature-message {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.p-feature-message strong {
  font-weight: 700;
  text-decoration: underline;
  -webkit-text-decoration-color: #ffef16;
  text-decoration-color: #ffef16;
  text-decoration-thickness: 3px;
  text-underline-offset: 6px;
}

/* .p-feature-description
-------------------------------------------------- */
.p-feature-description {
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-top: 16px;
}

/* .p-about-partner
-------------------------------------------------- */
.p-about-partner__item {
  width: 100%;
}
.p-about-partner__text {
  text-align: right;
}

/* .p-about-character
-------------------------------------------------- */
.p-about-character {
  display: grid;
  grid-template-columns: 102px 1fr;
  grid-row: auto;
  gap: 0 24px;
  place-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 26px auto 0;
  padding-left: 20px;
}
.p-about-character__title {
  grid-column: 2/3;
  grid-row: 2/3;
}
.p-about-character__name {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
  grid-column: 2/3;
  grid-row: 3/4;
}
.p-about-character__img {
  grid-column: 1/2;
  grid-row: 1/5;
}

/* .p-about-location
-------------------------------------------------- */
.p-about-location__mapElm {
  width: 100%;
  height: 300px;
}
.p-about-location__mapElm iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.p-about-location__access {
  margin-top: 24px;
}

.u-link {
  text-decoration: underline;
}
.u-link[target=_blank] {
  position: relative;
}
.u-link[target=_blank]::after {
  width: 1em;
  height: 1lh;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url("../img/icon_external.svg");
  mask-image: url("../img/icon_external.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 2px;
  bottom: 0;
}

/* Extend
-------------------------------------------------- */
ul.u-list-atten > li, ul.u-list > li {
  position: relative;
  padding-left: 1.5em;
}
ul.u-list-atten > li::before, ul.u-list > li::before {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  top: -1px;
  left: 0;
}

/* .u-list
-------------------------------------------------- */
ul.u-list > li::before {
  content: "・";
}

/* .u-list-atten
-------------------------------------------------- */
ul.u-list-atten > li::before {
  font-family: "Noto Sans JP", sans-serif;
  content: "※";
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.relative{
  position: relative;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-6{
  margin-bottom: 24px;
}
.mt-14{
  margin-top: 56px;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-3{
  margin-top: 12px;
}
.mt-4{
  margin-top: 1rem;
}
.mt-6{
  margin-top: 24px;
}
.mt-8{
  margin-top: 2rem;
}
.mt-\[22px\]{
  margin-top: 22px;
}
.mt-\[26px\]{
  margin-top: 26px;
}
.mt-\[28px\]{
  margin-top: 28px;
}
.block{
  display: block;
}
.flex{
  display: flex;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.w-20{
  width: 5rem;
}
.justify-between{
  justify-content: space-between;
}
.gap-4{
  gap: 1rem;
}
.bg-light-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(110 198 238 / var(--tw-bg-opacity, 1));
}
.pl-6{
  padding-left: 24px;
}
.text-red{
  --tw-text-opacity: 1;
  color: rgb(217 19 19 / var(--tw-text-opacity, 1));
}
@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
  .l-header {
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-duration: 0.3s;
    transition-property: translate;
  }
  .l-header-toggle__line.-top {
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-duration: 0.3s;
    transition-property: all;
  }
  .l-header-toggle__line.-middle {
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-duration: 0.3s;
    transition-property: all;
  }
  .l-header-toggle__line.-bottom {
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-duration: 0.3s;
    transition-property: all;
  }
  .l-nav__itemLink::before {
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-duration: 0.3s;
    transition-property: all;
  }
  .c-button::after {
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-duration: 0.3s;
    transition-property: all;
  }
  .c-button__body {
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-duration: 0.3s;
    transition-property: background-color;
  }
  .c-button-plane {
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-duration: 0.3s;
    transition-property: background-color;
  }
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
  .l-header {
    position: absolute;
    translate: 0 -100%;
  }
  .l-header.is-top {
    translate: 0 0;
  }
  .l-header.is-fixed {
    background-color: #fff;
    position: fixed;
    translate: 0 -100%;
  }
  .l-header.is-stop {
    translate: 0 0;
  }
  .l-header__inner {
    gap: 16px;
    padding: 24px 32px;
  }
  .l-header-toggle {
    display: none;
  }
  .l-footer {
    padding: 64px 24px;
  }
  .l-footer__copyright {
    margin-top: 16px;
  }
  .l-nav__list {
    flex-flow: row nowrap;
    padding-bottom: 0;
  }
  .l-nav__item:not(:first-child)::before {
    display: block;
  }
  .l-nav__itemLink {
    padding: 6px 24px;
    overflow: hidden;
  }
  .l-nav__itemLink::after {
    display: none;
  }
  .l-section {
    padding: 100px min(6.1538461538vw, 24px);
  }
  .l-division {
    padding: 48px 40px;
  }
  .l-box-gray {
    padding: 16px 32px;
  }
  .l-box-border {
    padding: 40px;
  }
  .l-box-lead {
    padding: 40px 64px;
  }
  .l-box-lead__text {
    font-size: 1.25rem;
  }
  .l-box-scroll {
    height: 560px;
    padding: 32px;
  }
  .l-subSection + .l-subSection {
    margin-top: 80px;
  }
  .l-contents {
    padding-top: 0;
  }
  .c-button-wrap {
    gap: 32px;
    padding: 32px;
  }
  .c-button-wrap .c-button {
    max-width: 330px;
    width: 330px;
  }
  .c-button {
    max-width: 262px;
    height: 140px;
  }
  .c-button__text {
    font-size: 1.125rem;
  }
  .c-button__detail {
    font-size: 1.75rem;
  }
  .c-button[class*=-icon] .c-button__text {
    padding-left: 32px;
  }
  .c-button[class*=-icon] .c-button__text::before {
    width: 24px;
    height: 24px;
  }
  .c-button.-sm {
    max-width: 278px;
    width: 278px;
    height: 94px;
  }
  .c-button.-sm .c-button__text {
    font-size: 1rem;
  }
  .c-button.-sm .c-button__detail {
    font-size: 1.5rem;
  }
  .c-button.-full .c-button__body {
    height: 140px;
  }
  .c-button-plane {
    font-size: 0.875rem;
    padding: 8px 16px;
  }
  .c-button-plane.-md {
    font-size: 1rem;
    padding: 12px 21px;
  }
  .c-button-sp {
    display: none;
  }
  .c-heading-lv2 {
    font-size: 2.625rem;
    margin-bottom: 48px;
  }
  .c-heading-lv2__marker {
    padding: 12px 32px 16px;
  }
  .c-heading-lv3 {
    font-size: 2.125rem;
    margin-bottom: 40px;
  }
  .c-heading-lv3__sub {
    font-size: 1.25rem;
  }
  .c-heading-lv3__note {
    font-size: 1rem;
    padding-bottom: 7px;
  }
  .c-heading-lv4 {
    font-size: 1.875rem;
    margin-bottom: 24px;
  }
  .c-heading-lv5 {
    font-size: 1.625rem;
  }
  .c-heading-lv6 {
    font-size: 1.375rem;
  }
  .c-heading-lv7 {
    font-size: 1.25rem;
  }
  .c-list-dl__item {
    flex-flow: row nowrap;
    gap: 24px;
    padding-bottom: 24px;
  }
  .c-list-dl__item + .c-list-dl__item {
    margin-top: 24px;
  }
  .c-list-dl__term {
    width: 220px;
    border-right: solid 1px #dbdbdb;
    flex-shrink: 0;
    place-content: center;
  }
  .c-voice {
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
  }
  .c-voice__item {
    padding-right: 0;
    padding-bottom: 80px;
    background-size: 41px auto;
    background-position: center bottom;
  }
  .c-voice__comment {
    text-align: center;
  }
  .c-voice__comment::after {
    width: 30px;
    height: 14px;
    -webkit-clip-path: polygon(50% 14px, 0% 0%, 30px 0%);
    clip-path: polygon(50% 14px, 0% 0%, 30px 0%);
    top: auto;
    bottom: -14px;
    left: 0;
  }
  .c-card__img {
    margin-bottom: 24px;
    aspect-ratio: 370/292;
  }
  .c-card__title {
    font-size: 1.25rem;
  }
  .c-card__description {
    font-size: 1rem;
  }
  .c-column {
    grid-template-columns: repeat(3, 1fr);
    gap: 45px;
  }
  .c-column-imgtext {
    flex-flow: row nowrap;
    gap: 2.6666666667%;
  }
  .c-column-imgtext__textarea {
    width: 41.6666666667%;
  }
  .c-column-imgtext__imgarea {
    width: 55.6666666667%;
  }
  .c-column-imgtext__imgarea.js-modal-open {
    pointer-events: none;
  }
  .c-column-imgtext__imgarea.js-modal-open::before {
    display: none;
  }
  .c-news {
    padding: 24px 32px;
  }
  .c-news__date {
    font-size: 0.875rem;
  }
  .p-kv__inner {
    flex-flow: row-reverse nowrap;
    justify-content: space-between;
    gap: 0;
    max-width: 1440px;
    height: 760px;
    padding: 0 min(4.2361111111%, 61px) 0 min(4.6527777778%, 67px);
  }
  .p-kv__img {
    width: 41.9969512195%;
  }
  .p-kv__copy {
    width: 57.6219512195%;
  }
  .p-consult-intro__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 45px;
  }
  .p-consult-intro__itemImg {
    margin-bottom: 24px;
    aspect-ratio: 370/292;
  }
  .p-consult-intro__itemText {
    font-size: 1.25rem;
  }
  .p-consult-intro__text {
    font-size: 1.125rem;
    margin-top: 48px;
  }
  .p-consult-intro__copy {
    margin-top: 80px;
  }
  .p-consult-main {
    margin-top: 80px;
  }
  .p-consult-main__section + .p-consult-main__section {
    margin-top: 32px;
    padding-top: 32px;
  }
  .p-feature-message {
    font-size: 1.875rem;
    line-height: 1.5;
  }
  .p-feature-message strong {
    text-underline-offset: 8px;
  }
  .p-feature-description {
    font-size: 1.25rem;
    margin-top: 24px;
  }
  .p-about-partner__list {
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0 1em;
    height: 8lh;
  }
  .p-about-partner__item {
    width: 30%;
  }
  .p-about-character {
    grid-template-columns: 120px 1fr;
    margin: 32px auto 0;
    padding-left: 0;
  }
  .p-about-character__name {
    font-size: 1.5rem;
  }
  .p-about-location {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 5.3333333333%;
  }
  .p-about-location__map {
    width: 51.75%;
  }
  .p-about-location__mapElm {
    height: auto;
    aspect-ratio: 621/480;
  }
  .p-about-location__access {
    width: 42.9166666667%;
    margin-top: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .l-header {
    transition: none;
  }
  .l-header-toggle__line.-top {
    transition: none;
  }
  .l-header-toggle__line.-middle {
    transition: none;
  }
  .l-header-toggle__line.-bottom {
    transition: none;
  }
  .l-nav__itemLink::before {
    transition: none;
  }
  .c-button::after {
    transition: none;
  }
  .c-button__body {
    transition: none;
  }
  .c-button-plane {
    transition: none;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 60px;
    background-color: #fff;
  }
  .l-nav {
    display: none;
    width: 100vw;
    height: calc(100vh - 60px);
    padding: 24px;
    background-color: #fff;
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 1001;
    overflow: auto;
  }
  .l-nav__item {
    border-top: solid 1px #dbdbdb;
  }
}
@media (any-hover: hover) {
  .l-nav__itemLink:hover::before {
    translate: 0 0;
  }
  .c-button:hover .c-button__body {
    background-color: #fffbcf;
  }
  .c-button:hover::after {
    background-color: #fff;
    translate: 0 0;
  }
  .c-button.-black:hover .c-button__body {
    background-color: #515151;
  }
  .c-button.-black:hover::after {
    background-color: #070707;
  }
  .c-button.-light-yellow:hover .c-button__body {
    background-color: #fff;
  }
  .c-button-plane:hover {
    background-color: #fffbcf;
  }
  .c-button-plane.-black:hover {
    background-color: #515151;
  }
  .u-link:hover {
    text-decoration: none;
  }
}
@media (min-width: 768px){
  .md\:mt-10{
    margin-top: 2.5rem;
  }
  .md\:mt-20{
    margin-top: 5rem;
  }
  .md\:mt-6{
    margin-top: 24px;
  }
  .md\:mt-8{
    margin-top: 2rem;
  }
  .md\:inline{
    display: inline;
  }
  .md\:items-center{
    align-items: center;
  }
  .md\:justify-start{
    justify-content: flex-start;
  }
}