@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: border-box;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  color: currentColor;
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  color: unset;
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

ol, ul {
  list-style: none;
  list-style-position: inside;
}

address {
  font-style: normal;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
  border-collapse: collapse;
  border-spacing: 0;
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0.1rem;
}

/* Style select like a standard input */
select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

:root {
  --wrapper: 126.5rem;
  --wrapper-padding: 2rem;
  --space: max(
  	2rem,
  	calc( ( 100% - var(--wrapper) ) / 2)
  );
  --c-wrapper: 107.5rem;
  --c-wrapper-padding: 2rem;
  --c-space: max(
  	2rem,
  	calc((100% - calc(var(--c-wrapper) - var(--c-wrapper-padding) * 2)) / 2)
  );
  --s-wrapper: 80rem;
  --s-wrapper-padding: 2rem;
  --s-space: max(
  	2rem,
  	calc( ( 100% - var(--s-wrapper) ) / 2)
  );
}

.wrapper {
  padding-left: var(--space) !important;
  padding-right: var(--space) !important;
}

.c_wrapper {
  padding-left: var(--c-space) !important;
  padding-right: var(--c-space) !important;
}

.w800 {
  padding-left: var(--s-space) !important;
  padding-right: var(--s-space) !important;
}

html {
  font-feature-settings: "palt";
  font-size: 62.5%;
  font-optical-sizing: auto;
  font-style: normal;
  background-color: #FFFFF8;
}
html[lang=ja] {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
html[lang=en] {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

body {
  font-size: clamp(1.5rem, 1.425rem + 0.2vw, 1.6rem);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-rendering: optimizeSpeed;
  min-width: initial;
}
.container {
  position: relative;
}
.container *, .container *::before, .container *::after {
  transition: all 0.4s ease;
}

main > .wrapper {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  main > .wrapper {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
main section, main aside {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  main section, main aside {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
main section .link a, main aside .link a {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: fit-content;
  margin-inline: auto;
  margin-top: 5rem;
}
main section .link a .txt, main aside .link a .txt {
  position: relative;
  font-size: clamp(1.5rem, 1.425rem + 0.2vw, 1.6rem);
  font-weight: 700;
  color: #212020;
}
main section .link a .txt::after, main aside .link a .txt::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  transform: scaleX(0);
  width: 100%;
  height: 0.3rem;
  border-radius: 0.3rem;
  background: #F9D44F;
}
main section .link a .arr, main aside .link a .arr {
  position: relative;
  width: 5rem;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
main section .link a .arr::before, main aside .link a .arr::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F9D44F;
  border-radius: 3rem;
  transition: all 0.2s ease;
}
main section .link a .arr--pri, main aside .link a .arr--pri {
  transition: fill 0.2s ease;
  display: block;
  position: relative;
  z-index: 1;
  aspect-ratio: 1/1;
  width: 1rem;
  fill: #ffffff;
}
main section .link a:hover .txt::after, main aside .link a:hover .txt::after {
  transform: scaleX(1);
}
main section .link a:hover .arr::before, main aside .link a:hover .arr::before {
  transform: scale(1.15);
}
main section .btn, main aside .btn {
  width: 100%;
  max-width: 33.5rem;
  margin-inline: auto;
}
main section .btn a, main aside .btn a {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.5rem;
  border-radius: 5rem;
  border: solid 0.2rem #0A80FB;
  background: #FFFFF8;
  padding: 1rem 1rem 1rem 6rem;
}
main section .btn a .txt, main aside .btn a .txt {
  flex: 1;
  font-size: clamp(1.6rem, 1.45rem + 0.4vw, 1.8rem);
  font-weight: 600;
  text-align: center;
  color: #0A80FB;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-shadow: none;
}
main section .btn a .arr, main aside .btn a .arr {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 5rem;
  aspect-ratio: 1;
  overflow: hidden;
}
main section .btn a .arr--pri, main aside .btn a .arr--pri {
  position: relative;
  z-index: 1;
  display: block;
  aspect-ratio: 1;
  width: 1.3rem;
  fill: #ffffff;
}
main section .btn a .arr::before, main aside .btn a .arr::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0A80FB;
  border-radius: 3rem;
}
main section .btn a:hover, main aside .btn a:hover {
  background: #0A80FB;
}
main section .btn a:hover .txt, main aside .btn a:hover .txt {
  color: #ffffff;
}
main section .btn a:hover .arr--pri, main aside .btn a:hover .arr--pri {
  fill: #0A80FB;
  animation: slideOutIn 0.6s ease-out forwards;
}
@keyframes slideOutIn {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(200%);
  }
  51% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
main section .btn a:hover .arr::before, main aside .btn a:hover .arr::before {
  background: #ffffff;
}
main section .btn.w a, main aside .btn.w a {
  border: none;
}
main section .btn.w a:hover, main aside .btn.w a:hover {
  background: #F9D44F;
}
main section .btn.w a:hover .txt, main aside .btn.w a:hover .txt {
  color: #ffffff;
}
main section .btn.w a:hover .arr::before, main aside .btn.w a:hover .arr::before {
  background: #ffffff;
}
main section .btn.w a:hover .arr--pri, main aside .btn.w a:hover .arr--pri {
  fill: #F9D44F;
}
main section .btn.r a, main aside .btn.r a {
  background: #F9D44F;
}
main section .btn.r a .txt, main aside .btn.r a .txt {
  color: #ffffff;
}
main section .btn.r a .arr::before, main aside .btn.r a .arr::before {
  background: #ffffff;
}
main section .btn.r a .arr--pri, main aside .btn.r a .arr--pri {
  fill: #F9D44F;
}
main section .btn.r a:hover, main aside .btn.r a:hover {
  background: #ffffff;
}
main section .btn.r a:hover .txt, main aside .btn.r a:hover .txt {
  color: #F9D44F;
}
main section .btn.r a:hover .arr::before, main aside .btn.r a:hover .arr::before {
  background: #F9D44F;
}
main section .btn.r a:hover .arr--pri, main aside .btn.r a:hover .arr--pri {
  fill: #ffffff;
}

aside {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  aside {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

a {
  text-decoration: none;
}
a:active, a:hover {
  color: unset;
}
a.txtlink {
  color: #0A80FB;
  border-bottom: solid 1px #0A80FB;
}

figure {
  overflow: hidden;
}
figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

p.error {
  color: red;
  background: #EFEFEF;
  text-align: center;
}

br.pc {
  display: none;
}

@media screen and (min-width: 768px) {
  br.pc {
    display: inline;
  }
  br.sp {
    display: none;
  }
}
.pagetitle {
  padding-top: 10rem;
}

.gmaps {
  aspect-ratio: 1/1;
}
.gmaps iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .gmaps {
    aspect-ratio: unset;
    height: 45rem;
  }
}

.contact--tel {
  border-radius: 1rem;
  border: solid 0.4rem rgba(33, 32, 32, 0.9);
  background: rgba(249, 212, 79, 0.1);
  padding: 2rem;
}
.contact--tel .tel {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: fit-content;
  margin-inline: auto;
}
.contact--tel .tel .arr {
  position: relative;
  top: 0.2rem;
  display: block;
  width: 2.4rem;
  height: auto;
}
.contact--tel .tel .txt a {
  font-size: clamp(1.8rem, 0.9rem + 2.4vw, 3rem);
  line-height: 1;
}
.contact--tel dl {
  text-align: center;
  font-size: clamp(1.4rem, 1.325rem + 0.2vw, 1.5rem);
  line-height: 1.5;
}
.contact--tel dl dt {
  font-weight: 700;
}
.contact--tel dl dd p .sub {
  display: block;
  font-size: 1.3rem;
}

@keyframes jittery {
  5%, 50% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.95);
  }
  15% {
    transform: scale(1.05);
  }
  20% {
    transform: scale(1.05) rotate(-2deg);
  }
  25% {
    transform: scale(1.05) rotate(2deg);
  }
  30% {
    transform: scale(1.05) rotate(-1deg);
  }
  35% {
    transform: scale(1.05) rotate(0.5deg);
  }
  40% {
    transform: scale(1.05) rotate(0);
  }
}
.wp-block-embed__wrapper:has(+ iframe) {
  aspect-ratio: 16/9;
}
.wp-block-embed__wrapper iframe {
  width: 100%;
  height: 100%;
}

main#contact--content .bg {
  max-width: unset;
  box-shadow: unset;
}
main#contact--content .contactlink {
  padding-top: 0;
  padding-bottom: 0;
}
main#contact--content .contactlink h2 {
  text-align: center;
  margin-bottom: 3rem;
}
main#contact--content .contactlink .flex {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
main#contact--content .contactlink .flex li {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  main#contact--content .contactlink .flex {
    flex-direction: row;
    gap: 0;
  }
  main#contact--content .contactlink .flex li {
    flex: 1;
  }
  main#contact--content .contactlink .flex li:has(+ li) {
    border-right: solid 0.1rem #212020;
  }
  main#contact--content .contactlink .flex li:first-child {
    display: flex;
    justify-content: flex-end;
    padding-right: 5rem;
  }
  main#contact--content .contactlink .flex li:last-child {
    display: flex;
    justify-content: flex-start;
    padding-left: 5rem;
  }
}
main#contact--content .contactlink .tel p {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: fit-content;
  font-size: 3rem;
  font-weight: 700;
}
main#contact--content .contactlink .tel p::before {
  content: url(/assets/img/icon_tel.svg);
}
main#contact--content .contactlink .btn p a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  gap: 0.5rem;
  width: fit-content;
  height: 6rem;
  border-radius: 0.5rem;
  background: #F9D44F;
  font-size: clamp(1.6rem, 1.45rem + 0.4vw, 1.8rem);
  font-weight: 700;
  color: #ffffff;
  text-indent: 1rem;
  background: #F9D44F;
  padding-left: 3rem;
  padding-right: 3rem;
  transition: transform 0.2s;
}
main#contact--content .contactlink .btn p a:active {
  transform: scale(0.95);
}
main#contact--content .contactlink .btn p a::after {
  content: "";
  display: block;
  background: url(/assets/img/icon_mail.svg) no-repeat 0 0;
  width: 3rem;
  aspect-ratio: 36/24;
}
main#contact--content--form h2 {
  font-size: clamp(1.7rem, 1.175rem + 1.4vw, 2.4rem);
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 2rem;
}
main#contact--content--form h2 + p {
  width: fit-content;
  margin-inline: auto;
}
main#contact--content .etc .bg {
  border-radius: 1rem;
}
main#contact--content .etc h2 {
  font-size: clamp(1.7rem, 1.175rem + 1.4vw, 2.4rem);
  color: #ffffff;
  text-align: center;
}
main#contact--content .etc dl {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 2rem 2rem;
}
@media screen and (min-width: 768px) {
  main#contact--content .etc dl {
    flex-direction: row;
    padding: 2rem 5rem;
  }
  main#contact--content .etc dl div {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
  }
}
main#contact--content .etc dl div {
  border-radius: 1rem;
  background: #ffffff;
  padding: 2rem;
}
main#contact--content .etc dl dt {
  font-size: clamp(1.8rem, 0.9rem + 2.4vw, 3rem);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  main#contact--content .etc dl dd {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
}
main#contact--content .etc dl dd p {
  font-weight: 700;
}
main#contact--content .etc dl dd p.tel {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 3rem;
}
main#contact--content .etc dl dd p.tel::before {
  content: url(/assets/img/icon_tel.svg);
}
main#contact--content .etc dl dd p.fax {
  font-size: clamp(1.8rem, 0.9rem + 2.4vw, 3rem);
}
main#contact--content .etc dl dd p.fax span {
  display: inline-block;
  font-size: clamp(1.4rem, 1.325rem + 0.2vw, 1.5rem);
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  border-radius: 0.5rem;
  background: #F9D44F;
  padding: 0.3rem 0.5rem;
  margin-right: 0.5rem;
}
main#contact--content .etc .caption {
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 1rem;
}
main#contact--content .etc .caption:last-of-type {
  margin-bottom: 0;
}
main#contact--content .etc .caption::before {
  content: "※";
  color: #ffffff;
  font-feature-settings: initial;
}

.-open-close {
  position: relative;
  width: 2.6rem;
  height: 2.6rem;
  background: rgba(255, 255, 255, 0.75);
  transform: rotate(0deg);
  border-radius: 50%;
  cursor: pointer;
  z-index: 100;
  transition: 0.4s cubic-bezier(0.2, 0.6, 0.3, 1.1);
}
@media screen and (min-width: 768px) {
  .-open-close {
    width: 4rem;
    height: 4rem;
  }
}
.-open-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 2px;
  width: 50%;
  background: #223927;
}
.-open-close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 50%;
  width: 2px;
  background: #223927;
}
.-open-close.clicked {
  transform: rotate(180deg);
}
.-open-close.clicked::before {
  width: 0;
}

.swiper-button-prev, .swiper-button-next {
  display: none !important;
  position: absolute;
  top: 50% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 3rem !important;
  height: 3rem !important;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0 1rem rgba(33, 32, 32, 0.15);
}
.swiper-button-prev .arr, .swiper-button-next .arr {
  display: block;
  width: 1.8rem;
  height: auto;
}
@media screen and (min-width: 768px) {
  .swiper-button-prev, .swiper-button-next {
    display: flex !important;
    width: 6rem !important;
    height: 6rem !important;
  }
}

.swiper-button-prev {
  left: calc(50% - (23.2558139535% + 50px) * 1.5) !important;
  transform: translateX(50%) translateY(-70%) !important;
}
.swiper-button-prev .arr {
  margin-left: 0.4rem;
  transform: rotate(-180deg);
}

.swiper-button-next {
  right: calc(50% - (23.2558139535% + 50px) * 1.5) !important;
  transform: translateX(-50%) translateY(-70%) !important;
}

.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}

.swiper-area {
  position: relative;
}

.swiper-pagination {
  position: static !important;
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem 0.8rem;
  justify-content: center;
  margin-top: 3.2rem;
  text-align: center;
}

.swiper-pagination-bullet {
  width: 1.6rem;
  height: 3px;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  vertical-align: top;
  background-color: #d7d7d7;
}

.swiper-pagination-bullet-active {
  width: 4rem;
  background-color: #F9D44F !important;
}

.swiper-button-prev, .swiper-button-next {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
}

.swiper-button-prev {
  right: calc(100% + 2.4rem);
}

.swiper-button-next {
  left: calc(100% + 2.4rem);
}

.pagination-container {
  margin-top: 3rem;
}
.pagination-container .pagination {
  display: flex;
  gap: 0.5rem;
  width: fit-content;
  margin-inline: auto;
}
.pagination-container .pagination .page-item {
  font-size: clamp(1.4rem, 1.325rem + 0.2vw, 1.5rem);
}
.pagination-container .pagination .page-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  aspect-ratio: 1/1;
  width: 3rem;
  border-radius: 0.3rem;
  border: solid 0.1rem #d7d7d7;
}
.pagination-container .pagination .page-item a .w_arr .arr {
  display: block;
  width: 0.8rem;
  aspect-ratio: 7.4/12.8;
  fill: none;
  stroke: #212020;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.pagination-container .pagination .page-item a .w_arr .arr--l {
  transform: rotate(180deg);
}
.pagination-container .pagination .page-item.navi-active a {
  color: #0A80FB;
  border: solid #0A80FB;
}
.pagination-container .pagination .page-item.first, .pagination-container .pagination .page-item.last {
  display: none;
}

body:has(main#index) .ghead {
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}
@media screen and (min-width: 768px) {
  body:has(main#index) .ghead {
    position: absolute;
  }
}

body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

main .gnav {
  position: relative;
  display: none;
}
@media screen and (min-width: 768px) {
  main .gnav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 500;
  }
  main .gnav.fixed ul {
    top: 0;
    width: 100%;
    border-radius: unset;
    background: #f9d44f;
  }
}
main .gnav > ul {
  position: absolute;
  top: -5rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  width: var(--wrapper);
  height: 10rem;
  border-radius: 1rem;
  background: rgba(249, 212, 79, 0.85);
}
main .gnav > ul li {
  flex: 1;
}
main .gnav > ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  height: 100%;
  font-size: clamp(1.5rem, 1.425rem + 0.2vw, 1.6rem);
  font-weight: 600;
  text-align: center;
}
main .gnav > ul li a:hover {
  background: rgba(255, 255, 255, 0.2);
}
main .gnav > ul li ul {
  display: none;
}

.ghead {
  height: 8.1rem;
}
@media screen and (min-width: 768px) {
  .ghead {
    height: 13rem;
  }
}
.ghead .sitetitle {
  width: fit-content;
  margin-left: var(--space);
}
.ghead .sitetitle a {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem 0;
}
.ghead .sitetitle a img {
  height: 3.5rem;
  width: auto;
}
.ghead .sitetitle a .title {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .ghead .sitetitle a img {
    height: 4.3rem;
    width: auto;
  }
  .ghead .sitetitle a .title {
    font-size: clamp(1.5rem, 1.425rem + 0.2vw, 1.6rem);
    letter-spacing: 0.1em;
  }
}
.ghead .hnav {
  display: none;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .ghead .hnav {
    display: block;
  }
}
.ghead .hnav ul {
  display: flex;
  height: 100%;
}
.ghead .hnav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #F9D44F;
  min-width: 13rem;
  height: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.ghead .hnav ul li .arr {
  width: 3rem;
}
.ghead .hnav ul li .txt {
  text-align: center;
  font-size: 1.4rem;
}
.ghead .hnav ul li.contact a {
  background: rgba(249, 212, 79, 0.85);
}
.ghead .hnav ul li.lang {
  display: none;
}
.ghead .hnav ul li.lang a {
  background: rgba(10, 128, 251, 0.85);
}
.ghead .hnav ul li.lang .arr svg {
  fill: #ffffff;
}
.ghead .hnav ul li.lang .txt {
  color: #ffffff;
}
.ghead .hnav ul li.accessibility {
  display: none;
}
.ghead .hnav ul li.accessibility a {
  background: #ffffff;
}
.ghead .hnav ul li.accessibility .arr svg {
  fill: #0A80FB;
}
.ghead .hnav ul li.accessibility .txt {
  color: #0A80FB;
}
.ghead .btn {
  display: none;
}
@media screen and (min-width: 768px) {
  .ghead .btn {
    display: block;
  }
}
.ghead .btn a {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.5rem;
  border-radius: 5rem;
  border: solid 0.1rem #F9D44F;
  background: #ffffff;
  padding: 0.5rem 0.5rem 0.5rem 3.5rem;
}
.ghead .btn a .txt {
  flex: 1;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.05em;
  text-shadow: none;
}
.ghead .btn a .arr {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 3rem;
  aspect-ratio: 1;
  overflow: hidden;
}
.ghead .btn a .arr--pri {
  position: relative;
  z-index: 1;
  display: block;
  aspect-ratio: 1;
  width: 1rem;
  fill: #ffffff;
}
.ghead .btn a .arr::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F9D44F;
  border-radius: 3rem;
}
.ghead .btn a:hover .arr--pri {
  animation: slideOutIn 0.6s ease-out forwards;
}
@keyframes slideOutIn {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(200%);
  }
  51% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.ghead .btn.r a {
  background: #F9D44F;
}
.ghead .btn.r a .txt {
  color: #ffffff;
}
.ghead .btn.r a .arr::before {
  background: #ffffff;
}
.ghead .btn.r a .arr--pri {
  fill: #F9D44F;
}
.ghead .btn.r a:hover {
  background: #ffffff;
}
.ghead .btn.r a:hover .txt {
  color: #F9D44F;
}
.ghead .btn.r a:hover .arr::before {
  background: #F9D44F;
}
.ghead .btn.r a:hover .arr--pri {
  fill: #ffffff;
}
@media screen and (min-width: 768px) {
  .ghead {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.sp-nav-btn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3000;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 5rem;
  height: 5rem;
  background: #F9D44F;
}
.sp-nav-btn:has(.menu-trigger.active) {
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .sp-nav-btn {
    display: none;
    width: 6rem;
    height: 6rem;
  }
  .sp-nav-btn.visibled {
    display: flex;
  }
}
.sp-nav-btn .menu-trigger,
.sp-nav-btn .menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
.sp-nav-btn .menu-trigger {
  cursor: pointer;
  position: relative;
  width: 2rem;
  height: 1rem;
  background: none;
  border: none;
  appearance: none;
}
.sp-nav-btn .menu-trigger::after {
  content: "menu";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.3rem;
  color: #ffffff;
}
.sp-nav-btn .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.25rem;
  background-color: #ffffff;
  border-radius: 4px;
}
.sp-nav-btn .menu-trigger span:nth-of-type(1) {
  top: 0;
  animation: menu-bar01 0.75s forwards;
}
.sp-nav-btn .menu-trigger span:nth-of-type(2) {
  top: unset;
  bottom: 0;
  transition: all 0.25s 0.25s;
  opacity: 1;
  animation: menu-bar03 0.75s forwards;
}
.sp-nav-btn .menu-trigger.active {
  height: 1.5rem;
}
.sp-nav-btn .menu-trigger.active span {
  background-color: #F9D44F;
}
.sp-nav-btn .menu-trigger.active::after {
  content: "close";
  color: #F9D44F;
}
.sp-nav-btn .menu-trigger.active span:nth-of-type(1) {
  animation: active-menu-bar01 0.75s forwards;
}
.sp-nav-btn .menu-trigger.active span:nth-of-type(2) {
  animation: active-menu-bar03 0.75s forwards;
}
@keyframes menu-bar01 {
  0% {
    transform: translateY(6px) rotate(45deg);
  }
  50% {
    transform: translateY(6px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar03 {
  0% {
    transform: translateY(-6px) rotate(-45deg);
  }
  50% {
    transform: translateY(-6px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(6px) rotate(0);
  }
  100% {
    transform: translateY(6px) rotate(45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-6px) rotate(0);
  }
  100% {
    transform: translateY(-6px) rotate(-45deg);
  }
}

#drawer_nav {
  flex-direction: column;
  align-items: space-between;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1500;
  max-width: 37.5rem;
  min-width: 33.5rem;
  height: 100%;
  overflow: auto;
  padding: 2rem 2rem 0;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  transform: scale(0.9);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(2rem) brightness(1.2);
  display: flex;
  flex-direction: column;
  gap: 2rem;
  letter-spacing: 0.025em;
  transform: translateX(100%);
  visibility: hidden;
}
#drawer_nav .sitetitle {
  width: calc(90% - 5rem);
  height: 6rem;
  margin-bottom: 2rem;
}
#drawer_nav .sitetitle > a {
  display: block;
  height: 100%;
}
#drawer_nav .sitetitle > a img {
  height: 100%;
  width: auto;
}
#drawer_nav .gnav > ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#drawer_nav .gnav > ul > li > a, #drawer_nav .gnav > ul > li > span.a {
  display: none;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  font-size: clamp(1.5rem, 1.425rem + 0.2vw, 1.6rem);
  font-weight: 600;
  color: #212020;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  cursor: pointer;
}
#drawer_nav .gnav > ul > li > a br, #drawer_nav .gnav > ul > li > span.a br {
  display: none;
}
#drawer_nav .gnav > ul > li > a::before, #drawer_nav .gnav > ul > li > span.a::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #212020;
  mix-blend-mode: difference;
  transition: all 0.4s;
}
#drawer_nav .gnav > ul > li > a p, #drawer_nav .gnav > ul > li > span.a p {
  font-size: clamp(1.4rem, 1.325rem + 0.2vw, 1.5rem);
  padding: 1rem 0;
}
#drawer_nav .gnav > ul > li > a p .sub, #drawer_nav .gnav > ul > li > span.a p .sub {
  font-size: 1.4rem;
  display: block;
}
#drawer_nav .gnav > ul > li > span.a::after {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  background: url(/assets/img/arr_black.svg) no-repeat center center;
  background-size: 0.6rem 1.2rem;
  margin-left: auto;
  transition: all 0.4s;
  transform: rotate(90deg);
}
#drawer_nav .gnav > ul > li > a:active::before {
  transform: scale(1.5);
  background: #f7c81e;
  mix-blend-mode: inherit;
}
#drawer_nav .gnav > ul > li.active > span.a::before {
  transform: scale(1.5);
  background: #0f1911;
  mix-blend-mode: inherit;
}
#drawer_nav .gnav > ul > li.active > span.a::after {
  transform: rotate(270deg);
}
#drawer_nav .gnav > ul > li.dropdown ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 3rem;
  font-size: 1.4rem;
  font-weight: 600;
  padding-left: 2.5rem;
}
#drawer_nav .gnav > ul > li.dropdown ul li a::before {
  content: "-　";
  font-feature-settings: "pkna";
}
#drawer_nav .other ul:nth-of-type(1) {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.1rem;
}
#drawer_nav .other ul:nth-of-type(1) li {
  border-radius: 0.3rem;
}
#drawer_nav .other ul:nth-of-type(1) li a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
  font-size: 1.3rem;
  padding: 1rem;
}
#drawer_nav .other ul:nth-of-type(1) li a .txt {
  text-align: center;
}
#drawer_nav .other ul:nth-of-type(1) li a .txt br {
  display: none;
}
#drawer_nav .other ul:nth-of-type(1) li a .arr {
  position: relative;
  display: block;
  aspect-ratio: 1/1;
  width: 3rem;
}
#drawer_nav .other ul:nth-of-type(1) li a .arr svg {
  transition: fill 0.2s ease;
  display: block;
  position: relative;
  z-index: 1;
  aspect-ratio: 1/1;
  width: 100%;
  fill: #212020;
}
#drawer_nav .other ul:nth-of-type(1) li:active a {
  background-color: #bc1f5b;
}
#drawer_nav .other ul:nth-of-type(1) li:active a .txt {
  color: #ffffff !important;
}
#drawer_nav .other ul:nth-of-type(1) li:active a .w_icon .icon {
  fill: #ffffff !important;
}
#drawer_nav .other ul:nth-of-type(1) li.contact a {
  background: rgba(249, 212, 79, 0.85);
}
#drawer_nav .other ul:nth-of-type(1) li.lang a {
  display: none;
  background: rgba(10, 128, 251, 0.85);
}
#drawer_nav .other ul:nth-of-type(1) li.lang .arr svg {
  fill: #ffffff;
}
#drawer_nav .other ul:nth-of-type(1) li.lang .txt {
  color: #ffffff;
}
#drawer_nav .other ul:nth-of-type(1) li.accessibility a {
  display: none;
  background: #ffffff;
  border-style: solid;
  border-width: 0.15rem;
  border-color: #0A80FB;
}
#drawer_nav .other ul:nth-of-type(1) li.accessibility .arr svg {
  fill: #0A80FB;
}
#drawer_nav .other ul:nth-of-type(1) li.accessibility .txt {
  color: #0A80FB;
}
#drawer_nav .other ul:nth-of-type(2) a {
  display: block;
  text-align: right;
  text-decoration: underline;
  padding: 2rem 0 3rem;
}
#drawer_nav .info .contact li {
  width: fit-content;
  margin-inline: auto;
}
#drawer_nav .info .contact li.btn_access {
  margin-top: 1.5rem;
}
#drawer_nav .info .contact li.btn_access a {
  width: 18rem;
}
#drawer_nav .snav {
  border-top: solid 0.1rem #d7d7d7;
  background: #ffffff;
  margin-top: auto;
}
#drawer_nav .snav ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
#drawer_nav .snav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-direction: column;
  gap: 0.3rem;
  font-size: 0.9rem;
  height: 6rem;
}
#drawer_nav .snav ul li a br {
  display: none;
}
#drawer_nav .snav ul li a::before {
  display: block;
  width: 3rem;
  height: 3rem;
  background-position: center center;
  background-repeat: none;
  background-size: contain;
}
#drawer_nav .snav ul li a .w_icon .icon {
  fill: #212020;
}
#drawer_nav .snav ul li.opencampus a::before {
  background-image: url(/assets/img/icon_oc_b.svg);
}
#drawer_nav .snav ul li.document a::before {
  background-image: url(/assets/img/icon_doc_b.svg);
}
#drawer_nav .snav ul li.contact a::before {
  background-image: url(/assets/img/icon_co_b.svg);
}
#drawer_nav.drawer_opening {
  animation: drawer-open 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  animation-fill-mode: none;
  animation-fill-mode: both;
}
#drawer_nav.drawer_opened {
  visibility: visible;
}
#drawer_nav.drawer_closing {
  animation: drawer-close 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  animation-fill-mode: both;
}

#drawer_nav--mask {
  display: none;
  transition: all 0.5s;
}
#drawer_nav--mask.drawer_opened {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  opacity: 0.8;
  z-index: 1000;
  cursor: pointer;
}

@keyframes drawer-open {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes drawer-close {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
}
.aside {
  display: none;
  position: absolute;
  z-index: 150;
  left: 0;
}
.aside .w_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  aspect-ratio: 1/1;
  width: 3rem;
}
.aside.fixed {
  position: fixed;
}
@media screen and (min-width: 768px) {
  .aside {
    display: block;
    animation: fade-in 0.4s;
  }
  @keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}
@media screen and (min-width: 1400px) {
  .aside {
    left: 0;
  }
}
.aside .snav ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.aside .snav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  gap: 0.3rem;
  flex-direction: column;
  font-size: 0.9rem;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  color: #ffffff;
  width: 8rem;
  height: 8rem;
  transition: all 0.2s;
}
.aside .snav ul li .w_icon .icon {
  fill: #ffffff;
}
.aside .snav ul li.contact a {
  background-color: #F9D44F;
}
@media screen and (min-width: 1265px) {
  .aside .snav ul li.contact a:hover {
    color: #F9D44F;
    border: solid 0.1rem #F9D44F;
    background-color: #ffffff;
  }
  .aside .snav ul li.contact a:hover .w_icon .icon {
    fill: #F9D44F;
  }
}

.pagetop {
  display: none;
  position: fixed;
  z-index: 100;
  bottom: 5rem;
  right: 5rem;
  width: fit-content;
  margin-left: auto;
}
.pagetop .btn a .arr {
  transform: rotate(-90deg);
}
.pagetop .btn {
  display: none;
}
@media screen and (min-width: 768px) {
  .pagetop .btn {
    display: block;
  }
}
.pagetop .btn a {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.5rem;
  border-radius: 5rem;
  border: solid 0.1rem #F9D44F;
  background: #ffffff;
  padding: 0.5rem 0.5rem 0.5rem 3.5rem;
}
.pagetop .btn a .txt {
  flex: 1;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.05em;
  text-shadow: none;
}
.pagetop .btn a .arr {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 3rem;
  aspect-ratio: 1;
  overflow: hidden;
}
.pagetop .btn a .arr--pri {
  position: relative;
  z-index: 1;
  display: block;
  aspect-ratio: 1;
  width: 1rem;
  fill: #ffffff;
}
.pagetop .btn a .arr::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F9D44F;
  border-radius: 3rem;
}
.pagetop .btn a:hover .arr--pri {
  animation: slideOutIn 0.6s ease-out forwards;
}
@keyframes slideOutIn {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(200%);
  }
  51% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.pagetop .btn.r a {
  background: #F9D44F;
}
.pagetop .btn.r a .txt {
  color: #ffffff;
}
.pagetop .btn.r a .arr::before {
  background: #ffffff;
}
.pagetop .btn.r a .arr--pri {
  fill: #F9D44F;
}
.pagetop .btn.r a:hover {
  background: #ffffff;
}
.pagetop .btn.r a:hover .txt {
  color: #F9D44F;
}
.pagetop .btn.r a:hover .arr::before {
  background: #F9D44F;
}
.pagetop .btn.r a:hover .arr--pri {
  fill: #ffffff;
}
@media screen and (min-width: 768px) {
  .pagetop.visibled {
    display: block;
    animation: DispAnime 0.5s forwards;
  }
}

@keyframes DispAnime {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
aside {
  width: fit-content;
  margin-inline: auto;
}
aside .flex {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3rem;
}
@media screen and (min-width: 768px) {
  aside .flex {
    flex-wrap: nowrap;
  }
}
aside .flex li a {
  display: block;
}
aside .flex li.sns {
  width: 4rem;
}
aside .flex li.sns svg {
  fill: rgba(33, 32, 32, 0.95);
}
aside h3 {
  font-size: clamp(1.6rem, 1.3rem + 0.8vw, 2rem);
  text-align: center;
  margin-bottom: 3rem;
}
aside .btn {
  display: flex;
  gap: 1rem;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  aside .btn {
    width: auto;
  }
}
aside .btn .img {
  display: none;
}
@media screen and (min-width: 768px) {
  aside .btn .img {
    display: block;
  }
}
aside .btn a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  border-radius: 5rem;
  border: solid 0.15rem #06C755;
  background: #06C755;
  padding: 2rem 2rem;
}
@media screen and (min-width: 768px) {
  aside .btn a {
    width: fit-content;
  }
}
aside .btn a .txt {
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.05em;
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  aside .btn a .txt {
    flex: 1;
  }
}
aside .btn a .arr {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 3rem;
  aspect-ratio: 1;
  overflow: hidden;
}
aside .btn a .arr--pri {
  position: relative;
  z-index: 1;
  display: block;
  aspect-ratio: 1;
  width: 3rem;
  fill: #ffffff;
}
aside .btn a:hover .arr--pri {
  animation: slideOutIn 0.6s ease-out forwards;
}
@keyframes slideOutIn {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(200%);
  }
  51% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  aside.visibled {
    display: block;
    animation: DispAnime 0.5s forwards;
  }
}

@keyframes DispAnime {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
footer {
  position: relative;
}
footer a {
  font-size: clamp(1.4rem, 1.325rem + 0.2vw, 1.5rem);
}
@media screen and (min-width: 768px) {
  footer a:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 768px) {
  footer.gfoot .flex {
    display: flex;
    align-items: center;
    gap: 8rem;
  }
}
footer .footer_l {
  padding: 5rem 0;
  margin-left: var(--space);
}
@media screen and (min-width: 768px) {
  footer .footer_l {
    display: block;
  }
}
footer .footer_l .sitetitle {
  width: fit-content;
  margin-bottom: 0.5em;
}
footer .footer_l .sitetitle a {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
footer .footer_l .sitetitle a img {
  height: 4.3rem;
  width: auto;
}
footer .footer_l .sitetitle a .title {
  font-size: clamp(1.5rem, 1.425rem + 0.2vw, 1.6rem);
  letter-spacing: 0.1em;
}
footer .footer_r {
  display: none;
  flex: 1;
  border-radius: 2rem 0 0 0;
  background: #F9D44F;
  padding: 6rem var(--space) 6rem 6rem;
}
@media screen and (min-width: 768px) {
  footer .footer_r {
    display: block;
  }
}
footer .footer_r .sitemap > ul {
  align-items: center;
  flex-direction: row;
  gap: 3rem;
  width: fit-content;
  margin-inline: auto;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  footer .footer_r .sitemap > ul {
    display: flex;
  }
}
footer .footer_r .sitemap > ul > li {
  width: fit-content;
}
footer .footer_r .sitemap > ul > li a {
  font-size: 1.4rem;
  display: none;
}
footer .footer_r .sitemap > ul > li:nth-of-type(4) a {
  pointer-events: auto;
}
footer .footer_r .sitemap > ul > li ul {
  margin-top: 1rem;
}
footer .footer_r .sitemap > ul > li ul > li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 1rem;
}
footer .footer_r .sitemap > ul > li ul > li:last-of-type {
  margin-bottom: 0;
}
footer .footer_r .sitemap > ul > li ul > li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
  color: #212020;
  font-feature-settings: initial;
}
footer .footer_r .sitemap > ul > li ul li a {
  font-size: 1.3rem;
}
footer .footer_r .other {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 3rem;
  margin-top: 3rem;
}
footer .footer_r .other ul:nth-of-type(1) li a {
  text-decoration: underline;
}
footer .footer_r .other li.lang, footer .footer_r .other li.accessibility {
  display: none;
}
footer .footer_r .other li.contact {
  display: none;
}
@media screen and (min-width: 768px) {
  footer .footer_r .other li.contact {
    display: block;
  }
}
footer .footer_r .other li.contact a {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.5rem;
  border-radius: 1rem;
  border: solid 0.1rem #F9D44F;
  background: #ffffff;
  padding: 1rem 2rem;
}
footer .footer_r .other li.contact a .txt {
  flex: 1;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-shadow: none;
}
footer .footer_r .other li.contact a .arr {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 3rem;
  aspect-ratio: 1;
  overflow: hidden;
}
footer .footer_r .other li.contact a .arr--pri {
  position: relative;
  z-index: 1;
  display: block;
  aspect-ratio: 1;
  width: 3rem;
  fill: #F9D44F;
}
footer .footer_r .other li.contact a:hover {
  text-decoration: none;
}
footer .footer_r .other li.contact a:hover .arr--pri {
  animation: slideOutIn 0.6s ease-out forwards;
}
@keyframes slideOutIn {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(200%);
  }
  51% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
footer .footer_r .other li.contact.r a {
  background: #F9D44F;
}
footer .footer_r .other li.contact.r a .txt {
  color: #ffffff;
}
footer .footer_r .other li.contact.r a .arr::before {
  background: #ffffff;
}
footer .footer_r .other li.contact.r a .arr--pri {
  fill: #F9D44F;
}
footer .footer_r .other li.contact.r a:hover {
  background: #ffffff;
}
footer .footer_r .other li.contact.r a:hover .txt {
  color: #F9D44F;
}
footer .footer_r .other li.contact.r a:hover .arr::before {
  background: #F9D44F;
}
footer .footer_r .other li.contact.r a:hover .arr--pri {
  fill: #ffffff;
}
footer .copyright {
  font-size: 1.4rem;
  text-align: center;
  color: rgba(33, 32, 32, 0.75);
  padding: 3rem 0;
}

.inner .c_wrapper {
  padding-top: 3rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .inner .c_wrapper {
    padding-top: 5rem;
    padding-bottom: 10rem;
  }
}
.inner main section.pageheader_s {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  height: 15rem;
  background: #f7f7f7;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 768px) {
  .inner main section.pageheader_s {
    height: 20rem;
  }
}
.inner main section.pageheader_s hgroup {
  text-align: center;
}
.inner main section.pageheader_s hgroup h1 {
  font-size: clamp(1.8rem, 0.9rem + 2.4vw, 3rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
}
.inner main section.pageheader_s hgroup h1:has(+ *) {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .inner main section.pageheader_s hgroup h1:has(+ *) {
    margin-bottom: 1rem;
  }
}
.inner main section.pageheader_s hgroup p {
  font-size: clamp(1.5rem, 1.425rem + 0.2vw, 1.6rem);
}
.inner main section.pageheader_s hgroup p:has(+ *) {
  margin-bottom: 1rem;
}
.inner main section.pageheader_s hgroup p.notes {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 1rem;
}
.inner main section.pageheader_s hgroup p.notes:last-of-type {
  margin-bottom: 0;
}
.inner main section.pageheader_s hgroup p.notes::before {
  content: "※";
  color: #212020;
  font-feature-settings: initial;
}
.inner main section.pageheader_s hgroup p.lg {
  font-size: clamp(1.6rem, 1.45rem + 0.4vw, 1.8rem);
  font-weight: 700;
}
.inner main section.pageheader_s hgroup p .st {
  color: #F9D44F;
}
.inner main section.pageheader_s hgroup p .marker {
  display: inline-block;
  background: linear-gradient(transparent 85%, #F9D44F 85%);
  padding-bottom: 0.3rem;
}
.inner main section.pageheader_s, .inner main section.pageheader_l {
  position: relative;
}
.inner main section.pageheader_s .breadcrumb, .inner main section.pageheader_l .breadcrumb {
  position: absolute;
  top: 3rem;
  left: var(--space);
  display: none;
  gap: 0.5rem;
  font-size: 1.4rem;
  line-height: 1;
}
.inner main section.pageheader_s .breadcrumb li, .inner main section.pageheader_l .breadcrumb li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.inner main section.pageheader_s .breadcrumb li:has(a)::after, .inner main section.pageheader_l .breadcrumb li:has(a)::after {
  content: ">";
}
.inner main section.pageheader_s .breadcrumb li:last-of-type::after, .inner main section.pageheader_l .breadcrumb li:last-of-type::after {
  content: none;
}
.inner main section.pageheader_s .breadcrumb a, .inner main section.pageheader_l .breadcrumb a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .inner main section.pageheader_s .breadcrumb, .inner main section.pageheader_l .breadcrumb {
    display: flex;
  }
}
.inner main section > .flex {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .inner main section > .flex {
    flex-direction: row;
    gap: 5rem;
  }
  .inner main section > .flex * {
    flex: 1;
  }
}

body {
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);
  --wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);
  --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);
  --wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);
  --wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);
  --wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);
  --wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);
  --wp--preset--duotone--dark-grayscale: url("#wp-duotone-dark-grayscale");
  --wp--preset--duotone--grayscale: url("#wp-duotone-grayscale");
  --wp--preset--duotone--purple-yellow: url("#wp-duotone-purple-yellow");
  --wp--preset--duotone--blue-red: url("#wp-duotone-blue-red");
  --wp--preset--duotone--midnight: url("#wp-duotone-midnight");
  --wp--preset--duotone--magenta-yellow: url("#wp-duotone-magenta-yellow");
  --wp--preset--duotone--purple-green: url("#wp-duotone-purple-green");
  --wp--preset--duotone--blue-orange: url("#wp-duotone-blue-orange");
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
}

.has-black-color {
  color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
  color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
  color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
  color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
  color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
  color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
  background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
  background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
  background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
  background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
  border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
  border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
  border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
  border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
  background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
  background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
  font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large) !important;
}

#faq .faq--list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  #faq .faq--list {
    gap: 3rem;
  }
}
#faq .faq--list li {
  border-radius: 1rem;
  background: rgba(249, 212, 79, 0.2);
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  #faq .faq--list li {
    padding: 6rem;
  }
}
#faq .faq--list li h4 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  align-items: center;
  font-size: clamp(1.6rem, 1.3rem + 0.8vw, 2rem);
  font-weight: 600;
  padding-left: 1em;
  cursor: pointer;
}
#faq .faq--list li h4::before {
  display: block;
  content: "Q.";
  font-family: "M PLUS Rounded 1c";
  font-size: clamp(1.7rem, 1.175rem + 1.4vw, 2.4rem);
  font-weight: 700;
  color: #f3c008;
  line-height: 1;
  width: fit-content;
  margin-bottom: auto;
}
#faq .faq--list li h4 .txt {
  flex: 1;
  margin-bottom: auto;
}
#faq .faq--list li .content {
  position: relative;
  border-radius: 1rem;
  background: #ffffff;
  padding: 2rem 2rem 2rem calc(2rem + clamp(1.7rem, 1.175rem + 1.4vw, 2.4rem) * 1.5);
  margin-top: 2rem;
}
#faq .faq--list li .content a {
  color: #0A80FB;
  border-bottom: solid 0.1rem #0A80FB;
}
#faq .faq--list li .content::before {
  position: absolute;
  top: 2rem;
  left: 2rem;
  content: "A.";
  font-family: "M PLUS Rounded 1c";
  font-size: clamp(1.7rem, 1.175rem + 1.4vw, 2.4rem);
  font-weight: 700;
  color: #f3c008;
}

main#faq #faq--content {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

#index section h2 {
  font-size: clamp(1.8rem, 0.9rem + 2.4vw, 3rem);
  font-weight: 600;
  letter-spacing: 0.1em;
}
#index section h2:has(+ *) {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  #index section h2:has(+ *) {
    margin-bottom: 3rem;
  }
}
#index section hgroup {
  margin-bottom: 5rem;
}
#index section hgroup .arr {
  display: flex;
  width: 3.5rem;
  margin-inline: auto;
  margin-bottom: 1rem;
}
#index section hgroup .arr .arr--pri {
  fill: #F9D44F;
}
#index section hgroup .en {
  color: #F9D44F;
  font-size: clamp(1.6rem, 1.3rem + 0.8vw, 2rem);
  font-weight: 700;
  line-height: 1;
}
#index section hgroup .en .line {
  display: block;
}
#index section hgroup .en .pri {
  color: #F9D44F;
}
#index section hgroup p {
  font-size: clamp(1.6rem, 1.45rem + 0.4vw, 1.8rem);
}
#index section hgroup p:has(+ *) {
  margin-bottom: 1rem;
}
#index section hgroup p.notes {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 1rem;
}
#index section hgroup p.notes:last-of-type {
  margin-bottom: 0;
}
#index section hgroup p.notes::before {
  content: "※";
  color: #212020;
  font-feature-settings: initial;
}
#index section hgroup p.lg {
  font-size: clamp(1.6rem, 1.45rem + 0.4vw, 1.8rem);
  font-weight: 700;
}
#index section hgroup p .st {
  color: #F9D44F;
}
#index section hgroup p .marker {
  display: inline-block;
  background: linear-gradient(transparent 85%, #F9D44F 85%);
  padding-bottom: 0.3rem;
}
#index section .content:has(+ div) {
  margin-bottom: 5rem;
}
#index section .content h3 {
  font-size: clamp(1.6rem, 1.45rem + 0.4vw, 1.8rem);
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  #index section .content h3 {
    text-align: center;
  }
}
#index section .content p {
  font-size: clamp(1.5rem, 1.425rem + 0.2vw, 1.6rem);
  line-height: 2;
}
#index section .content p:has(+ *) {
  margin-bottom: 1rem;
}
#index section > .flex {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (min-width: 768px) {
  #index section > .flex {
    flex-direction: row;
    gap: 5rem;
  }
}
#index section > .flex .content {
  flex: 1;
}
#index section .btn {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  #index section .btn {
    margin-top: 5rem;
  }
}
#index #mv {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  background: rgba(249, 212, 79, 0.05) url(/assets/image/mv_bg.png) no-repeat center 0/100% auto;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  #index #mv {
    aspect-ratio: unset;
    padding-top: 13rem;
    background: rgba(249, 212, 79, 0.05) url(/assets/image/mv_bg.png) no-repeat center 50px/70rem auto;
  }
}
#index #mv hgroup {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  width: fit-content;
  margin: 0;
  margin-inline: auto;
}
#index #mv hgroup h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  order: 1;
  width: 100%;
  height: auto;
  margin: 0 var(--space);
}
#index #mv hgroup .mv01 {
  order: 2;
  flex: 0.5;
}
#index #mv hgroup .mv02 {
  order: 3;
  flex: 0.5;
}
@media screen and (min-width: 768px) {
  #index #mv hgroup {
    gap: 5rem;
  }
  #index #mv hgroup h2 {
    order: 2;
    width: 50rem;
    margin: 0 0 13rem;
  }
  #index #mv hgroup .mv01 {
    order: 1;
  }
  #index #mv hgroup .mv02 {
    order: 3;
  }
  #index #mv hgroup .img {
    width: 19.5rem;
    margin-bottom: 5rem;
  }
  #index #mv hgroup .img img {
    width: 100%;
    height: auto;
  }
}
#index #news {
  background: rgba(249, 212, 79, 0.3);
}
#index #news hgroup {
  margin-left: var(--space);
  margin-top: 1rem;
}
#index #service ul {
  gap: 5rem;
}
@media screen and (min-width: 768px) {
  #index #service ul {
    gap: 8rem;
  }
}
#index #service ul li {
  flex: 1;
}
#index #service li a {
  display: block;
  pointer-events: none;
  border-radius: 1rem;
  padding: 3rem;
}
@media screen and (min-width: 768px) {
  #index #service li a {
    padding: 6rem;
  }
}
#index #service li a h2 {
  margin-bottom: 3rem;
}
#index #service li a .img {
  width: fit-content;
  margin: 0 -3rem -3rem auto;
}
@media screen and (min-width: 768px) {
  #index #service li a .img {
    margin: -6rem -6rem -6rem auto;
  }
}
#index #service li a .arrow {
  position: relative;
  top: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0 1rem rgba(33, 32, 32, 0.15);
  opacity: 0;
}
#index #service li a .arrow .arr {
  display: block;
  width: 1.8rem;
  height: auto;
}
@media screen and (min-width: 768px) {
  #index #service li a .arrow {
    width: 6rem;
    height: 6rem;
  }
}
#index #service .senior a {
  background: #F9D44F;
}
#index #service .senior a img {
  width: 42.5rem;
}
#index #service .senior a .arrow svg {
  fill: #F9D44F;
}
#index #service .company a {
  color: #ffffff;
  background: #64B55F;
}
#index #service .company a img {
  width: 48rem;
}
#index #service .company a .arrow svg {
  fill: #64B55F;
}
#index #about {
  position: relative;
  overflow: clip;
  background: rgba(249, 212, 79, 0.1);
}
#index #about h2 {
  text-align: center;
}
#index #about .img01, #index #about .img02 {
  display: none;
}
#index #about .img {
  flex: 1;
}
#index #about .textcont {
  order: 2;
}
#index #about .img01 {
  order: 1;
}
#index #about .img02 {
  order: 3;
}
@media screen and (min-width: 768px) {
  #index #about .img03 {
    margin: 0 6rem;
  }
}
#index #about .img04 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-60%);
  width: 140%;
  height: auto;
}
@media screen and (min-width: 768px) {
  #index #about .img04 {
    left: 0;
    transform: translateX(0);
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #index #about .textcont {
    width: 64rem;
    order: 2;
  }
  #index #about .img01, #index #about .img02 {
    display: block;
  }
}
#index #faq * {
  transition: transform 0.3s;
}
#index #faq hgroup {
  text-align: center;
}
#index #faq h3 {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: clamp(1.6rem, 1.3rem + 0.8vw, 2rem);
  margin-bottom: 3rem;
}
#index #faq h3::before {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
}
#index #faq .faq--nav {
  margin-bottom: 5rem;
}
#index #faq .faq--nav ul {
  display: flex;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  #index #faq .faq--nav ul {
    gap: 3rem;
  }
}
#index #faq .faq--nav ul li {
  flex: 1;
}
#index #faq .faq--nav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  height: 6rem;
  font-size: 1.3rem;
  border-radius: 5rem;
  border-style: solid;
  border-width: 0.3rem;
}
@media screen and (min-width: 768px) {
  #index #faq .faq--nav ul li a {
    font-size: clamp(1.6rem, 1.3rem + 0.8vw, 2rem);
  }
}
#index #faq .faq--nav ul li.senior a {
  border-color: #F9D44F;
}
#index #faq .faq--nav ul li.company a {
  border-color: #64B55F;
}
#index #faq .faq--group:has(+ .faq--group) {
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  #index #faq .faq--group:has(+ .faq--group) {
    margin-bottom: 8rem;
  }
}
#index #faq #faq--senior h3::before {
  background: #F9D44F;
}
#index #faq #faq--company h3::before {
  background: #64B55F;
}
#index #faq #faq--company .faq--list li {
  background: rgba(100, 181, 95, 0.2);
}
#index #faq #faq--company .faq--list li h4::before {
  color: #64B55F;
}
#index #faq #faq--company .faq--list li .content::before {
  color: #64B55F;
}

#senior section h2 {
  font-size: clamp(1.8rem, 0.9rem + 2.4vw, 3rem);
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  #senior section h2 {
    letter-spacing: 0.1em;
  }
}
#senior section h2:has(+ *) {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  #senior section h2:has(+ *) {
    margin-bottom: 3rem;
  }
}
#senior section > hgroup {
  margin-bottom: 5rem;
}
#senior section > hgroup .arr {
  display: flex;
  width: 3.5rem;
  margin-inline: auto;
  margin-bottom: 1rem;
}
#senior section > hgroup .arr .arr--pri {
  fill: #F9D44F;
}
#senior section > hgroup .en {
  color: #F9D44F;
  font-size: clamp(1.6rem, 1.3rem + 0.8vw, 2rem);
  font-weight: 700;
  line-height: 1;
}
#senior section > hgroup .en .line {
  display: block;
}
#senior section > hgroup .en .pri {
  color: #F9D44F;
}
#senior section > hgroup p {
  font-size: clamp(1.6rem, 1.45rem + 0.4vw, 1.8rem);
}
#senior section > hgroup p:has(+ *) {
  margin-bottom: 1rem;
}
#senior section > hgroup p.notes {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 1rem;
}
#senior section > hgroup p.notes:last-of-type {
  margin-bottom: 0;
}
#senior section > hgroup p.notes::before {
  content: "※";
  color: #212020;
  font-feature-settings: initial;
}
#senior section > hgroup p.lg {
  font-size: clamp(1.6rem, 1.45rem + 0.4vw, 1.8rem);
  font-weight: 700;
}
#senior section > hgroup p .st {
  color: #F9D44F;
}
#senior section > hgroup p .marker {
  display: inline-block;
  background: linear-gradient(transparent 85%, #F9D44F 85%);
  padding-bottom: 0.3rem;
}
#senior section .content:has(+ div) {
  margin-bottom: 5rem;
}
#senior section .content h3 {
  font-size: clamp(1.6rem, 1.45rem + 0.4vw, 1.8rem);
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  #senior section .content h3 {
    text-align: center;
  }
}
#senior section .content p {
  font-size: clamp(1.5rem, 1.425rem + 0.2vw, 1.6rem);
  line-height: 2;
}
#senior section .content p:has(+ *) {
  margin-bottom: 1rem;
}
#senior section > .flex {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (min-width: 768px) {
  #senior section > .flex {
    flex-direction: row;
    gap: 5rem;
  }
}
#senior section > .flex .content {
  flex: 1;
}
#senior .pageheader_l {
  position: relative;
  overflow: clip;
  background: rgba(249, 212, 79, 0.05) url(/assets/image/mv_bg.png) no-repeat center 0/100% auto;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  #senior .pageheader_l {
    aspect-ratio: unset;
    padding-top: 6rem;
    background: rgba(249, 212, 79, 0.1) url(/assets/image/mv_bg.png) no-repeat center 50px/70rem auto;
  }
}
#senior .pageheader_l hgroup {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  margin: 0;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  #senior .pageheader_l hgroup {
    margin-bottom: 3rem;
  }
}
#senior .pageheader_l hgroup h2 {
  border-radius: 5rem;
  background: rgba(249, 212, 79, 0.8);
  padding: 1rem 3.5rem;
}
@media screen and (min-width: 768px) {
  #senior .pageheader_l hgroup h2 {
    margin-bottom: 5rem;
  }
}
#senior .pageheader_l hgroup h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 100%;
  height: auto;
}
#senior .pageheader_l hgroup h4 {
  font-size: clamp(1.7rem, 1.175rem + 1.4vw, 2.4rem);
  margin-top: 3rem;
}
#senior .pageheader_l hgroup ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}
#senior .pageheader_l hgroup ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: fit-content;
  text-align: center;
  background: rgba(100, 181, 95, 0.3);
  padding: 15px;
  border-radius: 30px;
}
@media screen and (min-width: 768px) {
  #senior .pageheader_l hgroup h3 {
    width: 50rem;
  }
  #senior .pageheader_l hgroup .img {
    width: 19.5rem;
    margin-bottom: 5rem;
  }
  #senior .pageheader_l hgroup .img img {
    width: 100%;
    height: auto;
  }
  #senior .pageheader_l hgroup ul {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: unset;
  }
  #senior .pageheader_l hgroup ul li {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 2em 0 2em 40px;
  }
  #senior .pageheader_l hgroup ul li::before {
    content: "";
    position: absolute;
    left: -38px;
    width: 13px;
    height: 12px;
    bottom: 0;
    background: rgba(100, 181, 95, 0.3);
    border-radius: 50%;
  }
  #senior .pageheader_l hgroup ul li::after {
    content: "";
    position: absolute;
    left: -24px;
    width: 20px;
    height: 18px;
    bottom: 3px;
    background: rgba(100, 181, 95, 0.3);
    border-radius: 50%;
  }
  #senior .pageheader_l hgroup ul li:nth-child(1)::before, #senior .pageheader_l hgroup ul li:nth-child(3)::before {
    left: unset;
    right: -38px;
  }
  #senior .pageheader_l hgroup ul li:nth-child(1)::after, #senior .pageheader_l hgroup ul li:nth-child(3)::after {
    left: unset;
    right: -24px;
  }
  #senior .pageheader_l hgroup ul li:nth-child(1) {
    left: -10rem;
    top: 45%;
  }
  #senior .pageheader_l hgroup ul li:nth-child(2) {
    left: unset;
    right: -3rem;
    top: 30%;
    transform: translate(50%, -50%);
  }
  #senior .pageheader_l hgroup ul li:nth-child(3) {
    left: -10rem;
    top: 75%;
  }
  #senior .pageheader_l hgroup ul li:nth-child(4) {
    left: unset;
    right: -10rem;
    top: 60%;
    transform: translate(50%, -50%);
  }
  #senior .pageheader_l hgroup ul li:nth-child(5) {
    left: unset;
    right: -3rem;
    top: 90%;
    transform: translate(50%, -50%);
  }
}
#senior .pageheader_l h2 {
  text-align: center;
}
#senior .pageheader_l .img {
  flex: 1;
}
#senior .pageheader_l .textcont {
  order: 2;
}
@media screen and (min-width: 768px) {
  #senior .pageheader_l .img03 {
    margin: -5rem 6rem 0;
  }
}
#senior .pageheader_l .img04 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-60%);
  width: 140%;
  height: auto;
}
@media screen and (min-width: 768px) {
  #senior .pageheader_l .img04 {
    left: 0;
    transform: translateX(0);
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #senior .pageheader_l .textcont {
    width: 64rem;
    order: 2;
  }
  #senior .pageheader_l .img01, #senior .pageheader_l .img02 {
    display: block;
  }
}
#senior #about hgroup {
  text-align: center;
  margin-bottom: 10rem;
}
#senior #about hgroup p {
  line-height: 2;
}
#senior #about .content--list {
  counter-reset: listnum;
  display: grid;
  gap: 3rem;
  row-gap: 10rem;
}
@media screen and (min-width: 768px) {
  #senior #about .content--list {
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    gap: 5rem;
    row-gap: 10rem;
  }
}
#senior #about .content--list li {
  position: relative;
  border-radius: 1rem;
  background: rgba(249, 212, 79, 0.3);
  padding: 3rem;
}
#senior #about .content--list li::before, #senior #about .content--list li::after {
  white-space: pre;
  color: #64B55F;
  text-align: center;
  line-height: 1.5;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 150px;
  height: 75px;
}
#senior #about .content--list li::before {
  content: "＼Point／\a     ";
  z-index: 1;
  font-size: 1.4rem;
  border-radius: 100px 100px 0 0;
  border: dotted 0.3rem #64b55f;
  border-bottom: none;
  background: rgba(249, 212, 79, 0.3);
}
#senior #about .content--list li::after {
  counter-increment: listnum;
  content: "     \a 0" counter(listnum);
  z-index: 2;
  font-size: clamp(1.7rem, 1.175rem + 1.4vw, 2.4rem);
}
@media screen and (min-width: 768px) {
  #senior #about .content--list li {
    padding: 3rem;
  }
}
#senior #about .content--list li h3 {
  color: #43883f;
  font-size: clamp(1.7rem, 1.175rem + 1.4vw, 2.4rem);
  text-align: center;
  margin-bottom: 2rem;
}
#senior #about .content--list li p {
  line-height: 2;
}
#senior #voice {
  background: rgba(249, 212, 79, 0.1);
}
#senior #voice > hgroup {
  text-align: center;
}
#senior #voice .content--list {
  display: grid;
  gap: 3rem;
}
@media screen and (min-width: 768px) {
  #senior #voice .content--list {
    grid-template-columns: repeat(2, 1fr);
    gap: 6rem;
  }
}
#senior #voice .content--list li {
  position: relative;
  border-radius: 1rem;
  background: rgba(249, 212, 79, 0.3);
  padding: 3rem;
}
#senior #voice .content--list li::after {
  content: "";
  position: absolute;
  top: -3rem;
  right: -3rem;
  width: 10rem;
  height: 10rem;
  background: rgba(249, 212, 79, 0.3);
}
@media screen and (min-width: 768px) {
  #senior #voice .content--list li {
    padding: 6rem;
  }
  #senior #voice .content--list li::after {
    width: 13rem;
    height: 13rem;
  }
}
#senior #voice .content--list li hgroup {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
#senior #voice .content--list li hgroup h3 {
  font-size: clamp(1.7rem, 1.175rem + 1.4vw, 2.4rem);
}
#senior #voice .content--list li hgroup .post {
  font-size: clamp(1.5rem, 1.425rem + 0.2vw, 1.6rem);
  line-height: 1.5;
}
#senior #voice .content--list li .content {
  margin-top: 2rem;
}
#senior #voice .content--list li .content h4 {
  font-size: clamp(1.6rem, 1.45rem + 0.4vw, 1.8rem);
  margin-bottom: 0.5rem;
}
#senior #voice .content--list li .content p {
  line-height: 2;
}
#senior #voice .content--list li .content p:has(+ *) {
  margin-bottom: 1rem;
}
#senior #voice .content--list li .content p:has(+ h4) {
  border-bottom: dotted 0.1rem rgba(33, 32, 32, 0.3);
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
#senior #voice .content--list li.male {
  background: rgba(100, 181, 95, 0.15);
}
#senior #voice .content--list li.male h3, #senior #voice .content--list li.male .post {
  color: #3b7737;
}
#senior #voice .content--list li.male::after {
  background: url(/assets/image/icon_male.svg) no-repeat center center/contain;
}
#senior #voice .content--list li.female {
  background: rgba(221, 49, 115, 0.15);
}
#senior #voice .content--list li.female h3, #senior #voice .content--list li.female .post {
  color: #a61b51;
}
#senior #voice .content--list li.female::after {
  background: url(/assets/image/icon_female.svg) no-repeat center center/contain;
}

#company section h2 {
  font-size: clamp(1.8rem, 0.9rem + 2.4vw, 3rem);
  font-weight: 600;
  letter-spacing: 0.1em;
}
#company section h2:has(+ *) {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  #company section h2:has(+ *) {
    margin-bottom: 3rem;
  }
}
#company section > hgroup {
  margin-bottom: 5rem;
}
#company section > hgroup .arr {
  display: flex;
  width: 3.5rem;
  margin-inline: auto;
  margin-bottom: 1rem;
}
#company section > hgroup .arr .arr--pri {
  fill: #F9D44F;
}
#company section > hgroup .en {
  color: #F9D44F;
  font-size: clamp(1.6rem, 1.3rem + 0.8vw, 2rem);
  font-weight: 700;
  line-height: 1;
}
#company section > hgroup .en .line {
  display: block;
}
#company section > hgroup .en .pri {
  color: #F9D44F;
}
#company section > hgroup p {
  font-size: clamp(1.6rem, 1.45rem + 0.4vw, 1.8rem);
}
#company section > hgroup p:has(+ *) {
  margin-bottom: 1rem;
}
#company section > hgroup p.notes {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 1rem;
}
#company section > hgroup p.notes:last-of-type {
  margin-bottom: 0;
}
#company section > hgroup p.notes::before {
  content: "※";
  color: #212020;
  font-feature-settings: initial;
}
#company section > hgroup p.lg {
  font-size: clamp(1.6rem, 1.45rem + 0.4vw, 1.8rem);
  font-weight: 700;
}
#company section > hgroup p .st {
  color: #F9D44F;
}
#company section > hgroup p .marker {
  display: inline-block;
  background: linear-gradient(transparent 85%, #F9D44F 85%);
  padding-bottom: 0.3rem;
}
#company section .content:has(+ div) {
  margin-bottom: 5rem;
}
#company section .content h3 {
  font-size: clamp(1.6rem, 1.45rem + 0.4vw, 1.8rem);
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  #company section .content h3 {
    text-align: center;
  }
}
#company section .content p {
  font-size: clamp(1.5rem, 1.425rem + 0.2vw, 1.6rem);
  line-height: 2;
}
#company section .content p:has(+ *) {
  margin-bottom: 1rem;
}
#company section > .flex {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (min-width: 768px) {
  #company section > .flex {
    flex-direction: row;
    gap: 5rem;
  }
}
#company section > .flex .content {
  flex: 1;
}
#company .pageheader_l {
  position: relative;
  overflow: clip;
  background: rgba(100, 181, 95, 0.05);
}
@media screen and (min-width: 768px) {
  #company .pageheader_l {
    aspect-ratio: unset;
    padding-top: 6rem;
    background: rgba(100, 181, 95, 0.1);
  }
}
#company .pageheader_l hgroup {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  margin: 0;
  margin-inline: auto;
}
#company .pageheader_l hgroup .flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  #company .pageheader_l hgroup .flex {
    margin-top: -13rem;
  }
}
#company .pageheader_l hgroup .flex h3 {
  order: 1;
  width: 100%;
}
#company .pageheader_l hgroup .flex .img {
  width: 50%;
}
#company .pageheader_l hgroup .flex .mv01 {
  order: 2;
}
#company .pageheader_l hgroup .flex .mv02 {
  order: 3;
}
@media screen and (min-width: 768px) {
  #company .pageheader_l hgroup .flex h3 {
    order: 2;
    width: 45rem;
    margin: 0 0 5.5rem;
  }
  #company .pageheader_l hgroup .flex .mv01 {
    order: 1;
  }
  #company .pageheader_l hgroup .flex .mv02 {
    order: 3;
  }
  #company .pageheader_l hgroup .flex .img {
    width: 19.5rem;
  }
  #company .pageheader_l hgroup .flex .img img {
    width: 100%;
    height: auto;
  }
}
#company .pageheader_l hgroup h2 {
  color: #FFFFF8;
  border-radius: 5rem;
  background: #64b55f;
  padding: 1rem 3.5rem;
}
#company .pageheader_l hgroup h4 {
  font-size: clamp(1.7rem, 1.175rem + 1.4vw, 2.4rem);
  margin-top: 3rem;
}
#company #problem .problem {
  position: relative;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  #company #problem .problem {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    width: fit-content;
  }
}
#company #problem .problem h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  height: 5rem;
  font-size: clamp(1.6rem, 1.45rem + 0.4vw, 1.8rem);
  text-align: center;
  border-radius: 1rem;
  border: solid 0.2rem rgba(100, 181, 95, 0.5);
  background: rgba(100, 181, 95, 0.1);
  margin-inline: auto;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  #company #problem .problem h4 {
    width: 20rem;
    height: unset;
    aspect-ratio: 1/1;
    border-radius: 100%;
  }
}
#company #problem .problem ul li {
  color: #FFFFF8;
  text-align: center;
  background: #64b55f;
  padding: 15px;
  border-radius: 30px;
}
#company #problem .problem ul li:has(+ li) {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  #company #problem .problem ul li:has(+ li) {
    margin-bottom: unset;
  }
}
@media screen and (min-width: 768px) {
  #company #problem .problem {
    width: fit-content;
  }
  #company #problem .problem h4 {
    color: #64B55F;
  }
  #company #problem .problem .img {
    width: 19.5rem;
    margin-bottom: 5rem;
  }
  #company #problem .problem .img img {
    width: 100%;
    height: auto;
  }
  #company #problem .problem ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #company #problem .problem ul li {
    position: absolute;
    width: fit-content;
    white-space: nowrap;
  }
  #company #problem .problem ul li::before {
    content: "";
    position: absolute;
    left: -38px;
    width: 13px;
    height: 12px;
    bottom: 0;
    background: rgba(100, 181, 95, 0.5);
    border-radius: 50%;
  }
  #company #problem .problem ul li::after {
    content: "";
    position: absolute;
    left: -24px;
    width: 20px;
    height: 18px;
    bottom: 3px;
    background: rgba(100, 181, 95, 0.8);
    border-radius: 50%;
  }
  #company #problem .problem ul li:nth-child(1)::before, #company #problem .problem ul li:nth-child(2)::before {
    left: unset;
    right: -38px;
  }
  #company #problem .problem ul li:nth-child(1)::after, #company #problem .problem ul li:nth-child(2)::after {
    left: unset;
    right: -24px;
  }
  #company #problem .problem ul li:nth-child(1) {
    right: 120%;
    top: 0;
  }
  #company #problem .problem ul li:nth-child(3) {
    left: 120%;
    top: 0;
  }
  #company #problem .problem ul li:nth-child(2) {
    right: 120%;
    top: 50%;
  }
  #company #problem .problem ul li:nth-child(4) {
    left: 120%;
    top: 50%;
  }
}
#company #problem .merit {
  width: fit-content;
  margin-inline: auto;
  margin-top: 5rem;
}
#company #problem .merit h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin-bottom: 2rem;
}
#company #problem .merit h4::before, #company #problem .merit h4::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.2rem;
  background: rgba(100, 181, 95, 0.5);
}
#company #problem .merit h4 span {
  display: block;
  white-space: nowrap;
  font-size: clamp(1.7rem, 1.175rem + 1.4vw, 2.4rem);
  color: #64B55F;
  padding: 0 2rem;
}
@media screen and (min-width: 768px) {
  #company #problem .merit h4 {
    width: 84rem;
  }
}
#company #problem .merit ul {
  display: grid;
  gap: 0.5em;
}
@media screen and (min-width: 768px) {
  #company #problem .merit ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
#company #problem .merit ul li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: clamp(1.6rem, 1.45rem + 0.4vw, 1.8rem);
  color: #64B55F;
  border-radius: 0.3rem;
  background: rgba(100, 181, 95, 0.1);
  padding: 0.5rem 1rem;
}
#company #problem .merit ul li::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background: #64B55F;
}
@media screen and (min-width: 768px) {
  #company #problem .merit ul li {
    padding: 0.5rem 2rem;
  }
}
#company #about .flex {
  margin-bottom: 5rem;
}
#company #about .flex .img {
  flex: 1;
}
#company #about .flex .img01, #company #about .flex .img02 {
  display: none;
}
#company #about .flex hgroup {
  order: 2;
  flex: unset;
}
#company #about .flex .img01 {
  order: 1;
}
#company #about .flex .img02 {
  order: 3;
}
@media screen and (min-width: 768px) {
  #company #about .flex .img01, #company #about .flex .img02 {
    display: block;
  }
}
#company #about hgroup {
  text-align: center;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  #company #about hgroup {
    width: 80rem;
  }
}
#company #about hgroup p {
  font-size: clamp(1.5rem, 1.425rem + 0.2vw, 1.6rem);
  font-weight: 600;
  line-height: 2;
}
#company #about h3 {
  color: #43883f;
  font-size: clamp(1.7rem, 1.175rem + 1.4vw, 2.4rem);
  text-align: center;
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  #company #about h3 {
    margin-bottom: 8rem;
  }
}
#company #about .content--list {
  counter-reset: listnum;
  display: grid;
  gap: 3rem;
}
@media screen and (min-width: 768px) {
  #company #about .content--list {
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    gap: 5rem;
    row-gap: 10rem;
  }
}
#company #about .content--list li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  border-radius: 1rem;
  background: #64b55f;
  padding: 3rem;
}
#company #about .content--list li::before, #company #about .content--list li::after {
  white-space: pre;
  color: #64B55F;
  text-align: center;
  line-height: 1.25em;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-20%, -20%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 8rem;
  height: 8rem;
  border-radius: 100%;
}
@media screen and (min-width: 768px) {
  #company #about .content--list li::before, #company #about .content--list li::after {
    transform: translate(-40%, -40%);
    width: 10rem;
    height: 10rem;
  }
}
#company #about .content--list li::before {
  content: "＼Merit／\a     ";
  z-index: 1;
  font-size: 1.4rem;
  border-bottom: none;
  background: #fffff8;
}
#company #about .content--list li::after {
  counter-increment: listnum;
  content: "     \a 0" counter(listnum);
  z-index: 2;
  font-size: clamp(1.7rem, 1.175rem + 1.4vw, 2.4rem);
  border: solid 0.3rem #64b55f;
}
@media screen and (min-width: 768px) {
  #company #about .content--list li {
    padding: 3rem;
  }
}
#company #about .content--list li p {
  color: #ffffff;
  font-size: clamp(1.6rem, 1.45rem + 0.4vw, 1.8rem);
  text-align: center;
  line-height: 1.5;
}
#company #flow {
  background: rgba(10, 128, 251, 0.1);
}
#company #flow > hgroup {
  text-align: center;
}
#company #flow .content--list {
  counter-reset: listnum;
  display: grid;
  gap: 3rem;
  max-width: 80rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  #company #flow .content--list {
    gap: 6rem;
  }
}
#company #flow .content--list li {
  position: relative;
  border-radius: 1rem;
  background: #fffff8;
  padding: 3rem;
}
@media screen and (min-width: 768px) {
  #company #flow .content--list li {
    padding: 6rem;
  }
}
#company #flow .content--list li hgroup {
  display: flex;
  align-items: center;
}
#company #flow .content--list li hgroup h3 {
  order: 3;
  font-size: clamp(1.7rem, 1.175rem + 1.4vw, 2.4rem);
  margin-left: 1rem;
}
@media screen and (min-width: 768px) {
  #company #flow .content--list li hgroup h3 {
    margin-left: 2rem;
  }
}
#company #flow .content--list li hgroup::before, #company #flow .content--list li hgroup::after {
  display: flex;
  align-items: center;
  color: #FFFFF8;
  height: calc(clamp(1.7rem, 1.175rem + 1.4vw, 2.4rem) * 1.5 + 1rem);
  background: #0a80fb;
}
#company #flow .content--list li hgroup::before {
  content: "Step";
  order: 1;
  font-size: 1.4rem;
  line-height: 1;
  border-bottom: none;
  padding: 0 0.3rem 0 2rem;
}
#company #flow .content--list li hgroup::after {
  counter-increment: listnum;
  content: "0" counter(listnum);
  order: 2;
  font-size: clamp(1.7rem, 1.175rem + 1.4vw, 2.4rem);
  padding: 0 2rem 0 0;
}
#company #flow .content--list li .content {
  margin-top: 2rem;
}
#company #flow .content--list li .content h4 {
  font-size: clamp(1.6rem, 1.45rem + 0.4vw, 1.8rem);
  margin-bottom: 0.5rem;
}
#company #flow .content--list li .content p {
  line-height: 2;
}
#company #flow .content--list li .content p:has(+ *) {
  margin-bottom: 1rem;
}
#company #flow .content--list li .content p:has(+ h4) {
  border-bottom: dotted 0.1rem rgba(33, 32, 32, 0.3);
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
#company #flow .content--list li.male {
  background: rgba(100, 181, 95, 0.15);
}
#company #flow .content--list li.male h3, #company #flow .content--list li.male .post {
  color: #3b7737;
}
#company #flow .content--list li.male::after {
  background: url(/assets/image/icon_male.svg) no-repeat center center/contain;
}
#company #flow .content--list li.female {
  background: rgba(221, 49, 115, 0.15);
}
#company #flow .content--list li.female h3, #company #flow .content--list li.female .post {
  color: #a61b51;
}
#company #flow .content--list li.female::after {
  background: url(/assets/image/icon_female.svg) no-repeat center center/contain;
}
#company #flow > .notes {
  font-size: clamp(1.4rem, 1.325rem + 0.2vw, 1.5rem);
  font-weight: 500;
  text-align: center;
  margin-top: 5rem;
}

#access > .gnav {
  display: none;
}
#access .msg {
  text-align: center;
}
#access .msg h3 {
  font-size: clamp(1.7rem, 1.175rem + 1.4vw, 2.4rem);
  margin-bottom: 1rem;
}
#access .msg p:has(+ *) {
  margin-bottom: 1rem;
}
#access .flow {
  position: relative;
  display: flex;
  gap: 3rem;
  margin: 3rem 0;
}
@media screen and (min-width: 768px) {
  #access .flow {
    gap: 5rem;
    margin: 5rem 0;
  }
}
#access .flow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 0.15rem;
  background: #F9D44F;
}
#access .flow li {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  height: 6rem;
  font-size: clamp(1.6rem, 1.45rem + 0.4vw, 1.8rem);
  border-radius: 1rem;
  border: solid 0.15rem #F9D44F;
  background: #fef8e3;
}
#access .flow li.current {
  background: #fbe080;
}
#access .contact--tel {
  border: solid 0.15rem #F9D44F;
  margin-top: 5rem;
}
#access.index > section h3 {
  font-size: clamp(1.6rem, 1.45rem + 0.4vw, 1.8rem);
  border-radius: 1rem;
  background: rgba(249, 212, 79, 0.5);
  padding: 1rem 2rem;
}
#access.index > section .content {
  margin-top: 3rem;
}
#access.index > section .content p:has(+ *), #access.index > section .content .img:has(+ *) {
  margin-bottom: 1rem;
}
#access.index > section .content p.btn, #access.index > section .content .img.btn {
  margin-top: 3rem;
}
#access.index > section .content ul {
  border-radius: 1rem;
  border: solid 0.15rem #d7d7d7;
  background: rgba(33, 32, 32, 0.05);
  padding: 2rem;
  margin-top: 3rem;
}
#access.index > section .gmaps {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  #access.index > section .gmaps {
    margin-top: 5rem;
  }
}
#access.form .form .txt {
  width: fit-content;
  white-space: nowrap;
}
#access.form .form .relation {
  margin-top: 1em;
}
#access.form .form .wpcf7-form-control-wrap[data-name=your-name-family], #access.form .form .wpcf7-form-control-wrap[data-name=your-name-personal], #access.form .form .wpcf7-form-control-wrap[data-name=your-ruby-family], #access.form .form .wpcf7-form-control-wrap[data-name=your-ruby-personal], #access.form .form .wpcf7-form-control-wrap[data-name=your-address] {
  flex: 1;
}
#access.form .form .wpcf7-form-control-wrap[data-name=your-birth-year] {
  width: 10rem;
}
#access.form .form .wpcf7-form-control-wrap[data-name=your-birth-month], #access.form .form .wpcf7-form-control-wrap[data-name=your-birth-day] {
  width: 6rem;
}
#access.form .form .wpcf7-form-control-wrap[data-name=your-age] {
  width: 6rem;
}
#access.form .form .wpcf7-form-control-wrap[data-name=your-zipcode] {
  width: 10rem;
}
#access.form .form .wpcf7-form-control-wrap[data-name=your-station], #access.form .form .wpcf7-form-control-wrap[data-name=your-line], #access.form .form .wpcf7-form-control-wrap[data-name=your-bus-stop] {
  flex: 1;
}
#access.form .form .wpcf7-form-control-wrap[data-name=your-walk-time] {
  width: 6rem;
}
#access.complete .flow {
  margin-top: 0;
}

#news .flex {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
#news .flex:has(.category_list) {
  gap: 6rem;
}
#news .flex .entry, #news .flex .entry-list {
  order: 2;
  padding: 0;
}
#news .flex .controll {
  overflow: visible;
  order: 3;
  width: 100% !important;
  padding: 0;
}
#news .flex .controll:has(.category_list) {
  order: 1;
}
@media screen and (min-width: 768px) {
  #news .flex {
    flex-direction: row;
    gap: 6rem;
  }
  #news .flex:has(.category_list) {
    gap: 6rem;
  }
  #news .flex .entry, #news .flex .entry-list {
    flex: 1;
  }
  #news .flex .controll {
    width: 25% !important;
    order: 1;
  }
}
#news .entry-list {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  #news .entry-list {
    border-radius: 2rem;
  }
}
#news .entry-list .panel {
  display: none;
}
#news .entry-list .panel.is-show {
  display: block;
}
#news .entry-list > ul {
  font-size: clamp(1.4rem, 1.325rem + 0.2vw, 1.5rem);
}
#news .entry-list > ul li a {
  display: block;
}
#news .entry-list > ul li a:hover .img img {
  transform: scale(1.2);
}
#news .entry-list > ul li .img {
  margin-bottom: 1rem;
}
#news .entry-list > ul li .img img {
  transition: transform 0.6s ease;
}
#news .entry-list > ul li p {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  line-height: 1.5;
}
#news .entry-list > ul li .date {
  color: rgba(33, 32, 32, 0.5);
  font-weight: 600;
}
#news .entry-list > ul li .category {
  font-size: 1.4rem;
  font-weight: 500;
}
#news .entry-list > ul li .title {
  display: block;
  width: 100%;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  #news .entry-list > ul li .title {
    flex: 1;
  }
}
#news .entry-list > ul li.seminar .category {
  color: #64B55F;
}
#news .entry--head .meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: clamp(1.4rem, 1.325rem + 0.2vw, 1.5rem);
  margin-bottom: 2rem;
}
#news .entry--head .meta li {
  width: fit-content;
}
#news .entry--head .meta li.category {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 500;
  color: #ffffff;
  border-radius: 0.5rem;
  padding: 0.2rem 1.5rem;
}
#news .entry--head h1 {
  position: relative;
  font-size: clamp(1.7rem, 1.175rem + 1.4vw, 2.4rem);
  font-weight: 600;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
#news .entry--head h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.2rem;
}
#news .entry--body *:has(+ *) {
  margin-bottom: 1em;
}
#news .entry--body *:has(+ h2), #news .entry--body *:has(+ h3) {
  margin-bottom: 3rem;
}
#news .entry--body ul > li, #news .entry--body ol > li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 1rem;
}
#news .entry--body ul > li:last-of-type, #news .entry--body ol > li:last-of-type {
  margin-bottom: 0;
}
#news .entry--body ul > li::before, #news .entry--body ol > li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
  color: #212020;
  font-feature-settings: initial;
}
#news .entry--body p {
  font-size: clamp(1.4rem, 1.325rem + 0.2vw, 1.5rem);
  line-height: 2;
}
#news .entry--body a {
  color: #0A80FB;
  text-decoration: underline;
}
#news .entry--body a img {
  text-decoration: none;
}
#news .entry.info .entry--head .meta .category {
  background: rgba(249, 212, 79, 0.8);
  color: #212020;
}
#news .entry.info .entry--head h1::after {
  background: linear-gradient(90deg, #F9D44F 50%, #d7d7d7 50%);
}
#news .entry.seminar .entry--head .meta .category {
  background: #64B55F;
}
#news .entry.seminar .entry--head h1::after {
  background: linear-gradient(90deg, #64B55F 50%, #d7d7d7 50%);
}
#news .controll .category_list ul {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
#news .controll .category_list ul li {
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  height: 4.8rem;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
  background: #FFFFF8;
  transition: all 0.2s ease-out;
}
#news .controll .category_list ul li.is-active::after {
  content: "";
  position: absolute;
  bottom: 0.5rem;
  left: calc(50% - 0.25rem);
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.25rem;
  background: #212020;
}
#news .controll .category_list ul li.all.is-active {
  color: #64B55F;
}
#news .controll .category_list ul li.all.is-active::after {
  background: #64B55F;
}
#news .controll .category_list ul li.news.is-active {
  color: #64B55F;
}
#news .controll .category_list ul li.news.is-active::after {
  background: #64B55F;
}
#news .controll .category_list ul li.event.is-active {
  color: #dd3173;
}
#news .controll .category_list ul li.event.is-active::after {
  background: #dd3173;
}
#news .controll .category_list ul li.column.is-active {
  color: #F9D44F;
}
#news .controll .category_list ul li.column.is-active::after {
  background: #F9D44F;
}
@media screen and (min-width: 768px) {
  #news .controll .category_list {
    position: sticky;
    top: 3rem;
  }
  #news .controll .category_list ul {
    flex-direction: column;
    gap: 0;
  }
  #news .controll .category_list ul li {
    position: relative;
    cursor: pointer;
    height: 4.8rem;
    font-size: clamp(1.4rem, 1.325rem + 0.2vw, 1.5rem);
    font-weight: 700;
    text-align: center;
    background: rgba(33, 32, 32, 0.05);
  }
  #news .controll .category_list ul li.is-active.all, #news .controll .category_list ul li.is-active.news, #news .controll .category_list ul li.is-active.event, #news .controll .category_list ul li.is-active.column {
    color: #ffffff;
  }
  #news .controll .category_list ul li.is-active.all::after, #news .controll .category_list ul li.is-active.news::after, #news .controll .category_list ul li.is-active.event::after, #news .controll .category_list ul li.is-active.column::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    display: block;
    width: 0;
    height: 0;
    background: none;
    border-radius: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 6px;
    transform: translateY(-50%);
  }
  #news .controll .category_list ul li.all.is-active {
    background: #64B55F;
  }
  #news .controll .category_list ul li.all.is-active::after {
    border-left-color: #64B55F;
  }
  #news .controll .category_list ul li.news.is-active {
    background: #64B55F;
  }
  #news .controll .category_list ul li.news.is-active::after {
    border-left-color: #64B55F;
  }
  #news .controll .category_list ul li.event.is-active {
    background: #dd3173;
  }
  #news .controll .category_list ul li.event.is-active::after {
    border-left-color: #dd3173;
  }
  #news .controll .category_list ul li.column.is-active {
    background: #F9D44F;
  }
  #news .controll .category_list ul li.column.is-active::after {
    border-left-color: #F9D44F;
  }
}
@media screen and (min-width: 768px) {
  #news .controll .category_list {
    top: 5rem;
  }
}
#news .controll .return_index {
  border-radius: 0.3rem;
}
@media screen and (min-width: 768px) {
  #news .controll .return_index {
    position: sticky;
    top: 3rem;
    top: 5rem;
  }
}
#news .controll .return_index p a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  height: 4.8rem;
  font-size: clamp(1.4rem, 1.325rem + 0.2vw, 1.5rem);
  border-radius: 1rem;
  border: solid 0.1rem #d7d7d7;
}
#news .controll .return_index p a .arr {
  position: relative;
  width: 3rem;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  transform: rotate(-180deg);
  margin-right: 0.5rem;
}
#news .controll .return_index p a .arr::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F9D44F;
  border-radius: 3rem;
  transition: all 0.2s ease;
}
#news .controll .return_index p a .arr svg {
  width: 1rem;
  aspect-ratio: 1/1;
  fill: #ffffff;
  z-index: 1;
}

body.inner #news .entry-list > ul {
  display: grid;
  gap: 3rem;
}
@media screen and (min-width: 768px) {
  body.inner #news .entry-list > ul {
    grid-template-columns: repeat(4, 1fr);
  }
}

section .form .info p {
  margin: 0;
  line-height: 1.5;
}
section .form .form--set {
  margin-inline: auto;
  margin-bottom: 3rem;
}
section .form .form--set .notes {
  text-indent: -1em;
  margin-left: 1em;
  font-size: clamp(1.4rem, 1.325rem + 0.2vw, 1.5rem);
}
section .form .form--set .notes::before {
  content: "※";
  font-feature-settings: normal;
}
section .form .form--set .select {
  display: flex !important;
}
section .form .form--set .select:has(+ div) {
  margin-bottom: 1rem;
}
section .form .form--set label {
  display: block;
}
section .form .form--set label:has(+ label) {
  margin-bottom: 1rem;
}
section .form .form--set.dates .select.course {
  display: block !important;
  width: fit-content;
  margin-inline: auto;
}
section .form .form--set.privacy {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
section .form .form--set.privacy h2 + p a {
  text-decoration: underline;
  color: #0A80FB;
}
section .form .form--set.privacy span[data-name=accept_privacypolicy] {
  display: block;
}
section .form .form--set.privacy span[data-name=accept_privacypolicy] span {
  display: block;
}
section .form .form--set.privacy label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  gap: 0.3rem;
  border-style: dashed;
  border-width: 0.1rem;
  border-color: rgba(33, 32, 32, 0.3);
  border-radius: 0.3rem;
  padding: 1rem;
  margin-inline: auto;
  margin: 0 auto;
  background: rgba(33, 32, 32, 0.03);
}
section .form .form--set.privacy label:has(input:checked) {
  border-style: solid;
  border-color: rgba(97, 143, 236, 0.5);
  background: rgba(97, 143, 236, 0.05);
}
section .form .form--set.privacy label > span {
  font-size: clamp(1.4rem, 1.325rem + 0.2vw, 1.5rem);
}
section .form .form--set.privacy a {
  color: #0A80FB;
  text-decoration: underline;
}
section .form .form--set.submit {
  margin-bottom: 0;
}
section .form .form--set.submit .row {
  position: relative;
  display: flex;
  gap: 2rem;
  justify-content: center;
}
section .form .form--set.submit .row input:nth-of-type(1) {
  flex: 0.3;
}
section .form .form--set.submit .row input:nth-of-type(2) {
  flex: 1;
}
section .form .form--set.submit .row .wpcf7-spinner {
  position: absolute;
  top: 0;
  left: 100%;
}
section .form .form--set.submit .notes {
  max-width: 33.5rem;
  margin-inline: auto;
  margin-left: 1em;
  margin-bottom: 3rem;
  text-indent: -1em;
  font-size: clamp(1.4rem, 1.325rem + 0.2vw, 1.5rem);
}
section .form .form--set.submit .notes::before {
  content: "※";
  font-feature-settings: normal;
}
@media screen and (min-width: 1024px) {
  section .form .form--set.submit .notes {
    margin-left: inherit;
  }
}
section .form .form--set .birth .flex {
  display: flex;
  gap: 1rem;
}
section .form .form--set .birth .flex label, section .form .form--set .birth .flex .select {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0;
}
section .form .wpcf7 .required {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 1.6em;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 500;
  border-radius: 0.3rem;
  background: #eb1034;
}
section .form .wpcf7 h2 {
  display: block !important;
  font-size: clamp(1.5rem, 1.425rem + 0.2vw, 1.6rem) !important;
  color: #212020 !important;
  height: fit-content !important;
  border-radius: 0 !important;
  border-bottom: solid 0.1rem #212020;
  background: none !important;
  padding-bottom: 1rem;
  margin-bottom: 2rem !important;
}
section .form .area {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
section .form .area h2, section .form .area div {
  display: block;
  width: fit-content;
  margin-inline: auto;
}
section .form .area .wpcf7-form-control {
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: repeat(1, 1fr);
}
section .form .area .wpcf7-form-control .wpcf7-list-item {
  display: block;
  width: 100%;
  height: 100%;
}
section .form .desired {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
section .form .desired h2, section .form .desired div {
  display: block;
  width: fit-content;
  margin-inline: auto;
}
section .form .desired label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  height: 100%;
  border-style: dashed;
  border-width: 0.1rem;
  border-color: rgba(33, 32, 32, 0.3);
  border-radius: 0.3rem;
  padding: 1rem;
  background: rgba(33, 32, 32, 0.03);
  cursor: pointer;
}
section .form .desired label:has(input:checked) {
  border-style: solid;
}
section .form .desired label:has(input:disabled) .wpcf7-list-item-label {
  color: #64B55F;
  font-size: 1.4rem;
}
section .form .form_list li {
  padding: 2rem 0;
  border-bottom: solid 0.1rem #d7d7d7;
}
section .form .form_list li > p {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  font-size: clamp(1.5rem, 1.425rem + 0.2vw, 1.6rem);
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 1rem;
}
section .form .form_list li > p .sub {
  font-size: clamp(1.4rem, 1.325rem + 0.2vw, 1.5rem);
  font-weight: 500;
}
section .form .form_list li > p.relation {
  font-size: clamp(1.4rem, 1.325rem + 0.2vw, 1.5rem);
}
section .form .form_list li > p.relation br {
  display: none;
}
@media screen and (min-width: 768px) {
  section .form .form_list li > p {
    padding: 0 2rem;
    margin-bottom: 0;
  }
}
section .form .form_list li > label, section .form .form_list li > div {
  display: block;
}
section .form .form_list li > label:has(.txt):has(.wpcf7-form-control-wrap), section .form .form_list li > div:has(.txt):has(.wpcf7-form-control-wrap) {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
section .form .form_list li > label:has(.txt):has(.wpcf7-form-control-wrap) .spacer, section .form .form_list li > div:has(.txt):has(.wpcf7-form-control-wrap) .spacer {
  width: 100%;
}
@media screen and (min-width: 768px) {
  section .form .form_list li {
    display: flex;
  }
  section .form .form_list li > p {
    width: 35%;
  }
  section .form .form_list li > p.relation br {
    display: block;
  }
  section .form .form_list li > label, section .form .form_list li > div {
    flex: 1;
  }
}
section .form .address_group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
section .form .address_group label .lbl {
  display: block;
  margin-bottom: 1rem;
}
section .form input[type=text], section .form input[type=tel], section .form input[type=email], section .form input[type=number] {
  appearance: none;
  font-size: clamp(1.4rem, 1.325rem + 0.2vw, 1.5rem);
  line-height: 1.5;
  padding: 0.3em 0.7em;
  padding-left: clamp(12px, 0.5rem - 2px, 24px);
  background: #ffffff;
  color: #212020;
  height: 4.8rem;
  margin-bottom: 0.3rem;
  border: none;
  outline: none;
  border-radius: 0.5rem;
  box-shadow: 0 0 0 0.1rem rgba(33, 32, 32, 0.3);
  width: 100%;
}
section .form input[type=text]:focus, section .form input[type=tel]:focus, section .form input[type=email]:focus, section .form input[type=number]:focus {
  box-shadow: 0 0 0 2px #0A80FB;
}
section .form input.p-postal-code {
  width: 8em;
}
section .form textarea, section .form select {
  appearance: none;
  font-size: clamp(1.4rem, 1.325rem + 0.2vw, 1.5rem);
  line-height: 1.5;
  padding: 0.3em 0.7em;
  padding-left: clamp(12px, 0.5rem - 2px, 24px);
  background: #ffffff;
  color: #212020;
  margin-bottom: 0.3rem;
  border: none;
  outline: none;
  border-radius: 0.5rem;
  box-shadow: 0 0 0 0.1rem rgba(33, 32, 32, 0.3);
}
section .form textarea:focus, section .form select:focus {
  box-shadow: 0 0 0 2px #0A80FB;
}
section .form textarea {
  height: 10rem;
  width: 100%;
}
section .form select {
  height: 4.8rem;
  padding-left: 2.5em;
  cursor: pointer;
}
section .form .select .wpcf7-form-control-wrap {
  position: relative;
  cursor: pointer;
}
section .form .select .wpcf7-form-control-wrap::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.365rem);
  left: 1.5rem;
  width: 0.75rem;
  height: 0.75rem;
  border-right: solid 2px #212020;
  border-bottom: solid 2px #212020;
  transform: rotate(45deg);
  pointer-events: none;
}
section .form dl {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
section .form .date {
  display: flex;
  align-items: center;
  gap: 1rem;
}
section .form .date dd, section .form .date div {
  position: relative;
}
section .form .date dd input[type=date], section .form .date div input[type=date] {
  padding: 10px;
  text-align: center;
  border-radius: 0.5rem;
  border: solid 0.1rem #d7d7d7;
}
section .form .wpcf7-checkbox, section .form .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
section .form .wpcf7-checkbox > span, section .form .wpcf7-radio > span {
  width: fit-content;
}
section .form .wpcf7-list-item {
  margin: 0;
}
section .form input[type=submit] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 100%;
  max-width: 33.5rem;
  height: 6rem;
  color: #ffffff;
  font-size: clamp(1.6rem, 1.45rem + 0.4vw, 1.8rem);
  border-radius: 0.5rem;
  background-color: #0A80FB;
  margin-inline: auto;
}
section .form input[type=submit][disabled] {
  color: #212020;
  background-color: #d7d7d7;
}
section .form input[type=button] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 100%;
  max-width: 33.5rem;
  height: 6rem;
  color: #ffffff;
  font-size: clamp(1.6rem, 1.45rem + 0.4vw, 1.8rem);
  border-radius: 0.5rem;
  background-color: #0A80FB;
  margin-inline: auto;
}
section .form input[type=button].back_button {
  background: rgba(33, 32, 32, 0.3);
}
section .form .row input[type=submit], section .form .row input[type=button] {
  margin-inline: unset;
}
section .form .privacypolicy {
  max-height: 20rem;
  overflow-y: auto;
  border-radius: 1rem;
  border: solid 0.1rem #d7d7d7;
  background: #ffffff;
  padding: 2rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  section .form .privacypolicy {
    padding: 3rem;
  }
}
section .form .privacypolicy h1 {
  font-size: clamp(1.6rem, 1.45rem + 0.4vw, 1.8rem);
  text-align: center;
  margin-bottom: 2rem;
}
section .form .privacypolicy p:has(+ *) {
  margin-bottom: 1rem;
}
section .form .privacypolicy .section:has(+ .section) {
  margin-bottom: 3rem;
}
section .form .privacypolicy .section h2 {
  font-size: clamp(1.6rem, 1.45rem + 0.4vw, 1.8rem) !important;
  margin-bottom: 1rem;
}
section .form .privacypolicy .section ul > li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 1rem;
}
section .form .privacypolicy .section ul > li:last-of-type {
  margin-bottom: 0;
}
section .form .privacypolicy .section ul > li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
  color: #212020;
  font-feature-settings: initial;
}
section .form .privacypolicy .section ul li p {
  line-height: 1.5;
}

#contact section > h2 {
  position: relative;
  font-size: clamp(1.7rem, 1.175rem + 1.4vw, 2.4rem);
  border-top: 0.1rem solid #d7d7d7;
  padding-top: 2rem;
}
#contact section > h2:has(+ *) {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  #contact section > h2:has(+ *) {
    margin-bottom: 5rem;
  }
}
#contact section > h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 10rem;
  height: 0.3rem;
  background: #F9D44F;
}
#contact section .content:has(+ *) {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  #contact section .content:has(+ *) {
    margin-bottom: 5rem;
  }
}
#contact section .content address:has(+ *), #contact section .content ul:has(+ *), #contact section .content p:has(+ *) {
  margin-bottom: 1rem;
}
#contact section .content h3 {
  background: #f7f7f7;
  padding: 1rem;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
}
#contact section .content .detail {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  #contact section .content .detail {
    flex-direction: row;
    align-items: flex-end;
  }
}
#contact section .content .detail li {
  font-weight: 700;
  line-height: 1;
}
#contact section .content .detail li.tel a {
  font-size: clamp(1.8rem, 0.9rem + 2.4vw, 3rem);
  margin-left: 0.5rem;
}
#contact section .content .detail li.fax span {
  font-size: clamp(1.7rem, 1.175rem + 1.4vw, 2.4rem);
  margin-left: 0.5rem;
}

#entry > .gnav {
  display: none;
}
#entry .msg {
  text-align: center;
}
#entry .msg h3 {
  font-size: clamp(1.7rem, 1.175rem + 1.4vw, 2.4rem);
  margin-bottom: 1rem;
}
#entry .msg p:has(+ *) {
  margin-bottom: 1rem;
}
#entry .flow {
  position: relative;
  display: flex;
  gap: 3rem;
  margin: 3rem 0;
}
@media screen and (min-width: 768px) {
  #entry .flow {
    gap: 5rem;
    margin: 5rem 0;
  }
}
#entry .flow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 0.15rem;
  background: #F9D44F;
}
#entry .flow li {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  height: 6rem;
  font-size: clamp(1.6rem, 1.45rem + 0.4vw, 1.8rem);
  border-radius: 1rem;
  border: solid 0.15rem #F9D44F;
  background: #fef8e3;
}
#entry .flow li.current {
  background: #fbe080;
}
#entry .contact--tel {
  border: solid 0.15rem #F9D44F;
  margin-top: 5rem;
}
#entry.index section h3 {
  font-size: clamp(1.6rem, 1.45rem + 0.4vw, 1.8rem);
  border-radius: 1rem;
  background: rgba(249, 212, 79, 0.5);
  padding: 1rem 2rem;
}
#entry.index section .content {
  margin-top: 3rem;
}
#entry.index section .content p:has(+ *) {
  margin-bottom: 1rem;
}
#entry.index section .content p.btn {
  margin-top: 3rem;
}
#entry.index section .caption {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  #entry.index section .caption {
    width: fit-content;
    margin-inline: auto;
  }
}
#entry.index section .caption .notes {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 1rem;
  margin-bottom: 1rem !important;
}
#entry.index section .caption .notes:last-of-type {
  margin-bottom: 0;
}
#entry.index section .caption .notes::before {
  content: "※";
  color: #212020;
  font-feature-settings: initial;
}
#entry.index section .caption ul {
  margin-left: 1em;
}
#entry.index section .caption ul > li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 1rem;
}
#entry.index section .caption ul > li:last-of-type {
  margin-bottom: 0;
}
#entry.index section .caption ul > li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
  color: #212020;
  font-feature-settings: initial;
}
#entry.form .form .txt {
  width: fit-content;
  white-space: nowrap;
}
#entry.form .form .relation {
  margin-top: 1em;
}
#entry.form .form .wpcf7-form-control-wrap[data-name=your-name-family], #entry.form .form .wpcf7-form-control-wrap[data-name=your-name-personal], #entry.form .form .wpcf7-form-control-wrap[data-name=your-ruby-family], #entry.form .form .wpcf7-form-control-wrap[data-name=your-ruby-personal], #entry.form .form .wpcf7-form-control-wrap[data-name=your-address] {
  flex: 1;
}
#entry.form .form .wpcf7-form-control-wrap[data-name=your-birth-year] {
  width: 10rem;
}
#entry.form .form .wpcf7-form-control-wrap[data-name=your-birth-month], #entry.form .form .wpcf7-form-control-wrap[data-name=your-birth-day] {
  width: 6rem;
}
#entry.form .form .wpcf7-form-control-wrap[data-name=your-age] {
  width: 6rem;
}
#entry.form .form .wpcf7-form-control-wrap[data-name=your-zipcode] {
  width: 10rem;
}
#entry.form .form .wpcf7-form-control-wrap[data-name=your-station], #entry.form .form .wpcf7-form-control-wrap[data-name=your-line], #entry.form .form .wpcf7-form-control-wrap[data-name=your-bus-stop] {
  flex: 1;
}
#entry.form .form .wpcf7-form-control-wrap[data-name=your-walk-time] {
  width: 6rem;
}
#entry.complete .flow {
  margin-top: 0;
}

#privacypolicy section .content:has(+ *) {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  #privacypolicy section .content:has(+ *) {
    margin-bottom: 5rem;
  }
}
#privacypolicy section .content h2 {
  position: relative;
  font-size: clamp(1.7rem, 1.175rem + 1.4vw, 2.4rem);
  border-bottom: 0.3rem solid #d7d7d7;
  padding-bottom: 2rem;
}
#privacypolicy section .content h2:has(+ *) {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  #privacypolicy section .content h2:has(+ *) {
    margin-bottom: 5rem;
  }
}
#privacypolicy section .content h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 10rem;
  height: 0.3rem;
  background: #F9D44F;
}
#privacypolicy section .content address:has(+ *), #privacypolicy section .content ul:has(+ *), #privacypolicy section .content p:has(+ *) {
  margin-bottom: 1rem;
}
#privacypolicy section .content h3 {
  background: #f7f7f7;
  padding: 1rem;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
}
#privacypolicy section .content ul > li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 1rem;
}
#privacypolicy section .content ul > li:last-of-type {
  margin-bottom: 0;
}
#privacypolicy section .content ul > li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
  color: #212020;
  font-feature-settings: initial;
}
#privacypolicy section .content ul li > ul {
  margin-top: 1rem;
}
#privacypolicy section .content dl div {
  display: flex;
}
#privacypolicy section .content dl div dt {
  width: 9em;
}
#privacypolicy section .content dl div dd {
  flex: 1;
}
#privacypolicy section .content dl div:has(+ *) {
  margin-top: 0.5rem;
}

/*# sourceMappingURL=style.css.map */
