<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;900&amp;family=Noto+Serif+JP:wght@400;500&amp;family=Zen+Kaku+Gothic+Antique:wght@400;500;700&amp;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;
}

/* 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: 120rem;
  --wrapper-padding: 2rem;
  --space: max(
    2rem,
    calc((100% - calc(var(--wrapper) - var(--wrapper-padding) * 2)) / 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)
  );
}

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

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

html {
  font-feature-settings: "palt";
  font-size: 62.5%;
  color: #1A1311;
  background-color: #FFFFFF;
}
html[lang=ja] {
  font-family: "Zen Kaku Gothic Antique", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

body {
  font-size: clamp(1.4rem, 1.355rem + 0.19vw, 1.5rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-rendering: optimizeSpeed;
  min-width: initial;
}
.container {
  position: relative;
}
.container * {
  transition: all 0.2s ease;
}

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

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

i {
  display: block;
}
i img {
  height: 100%;
  width: auto;
}

.catchcopy {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 500;
}
.catchcopy .bold {
  font-weight: 900;
}
.catchcopy .line {
  display: inline;
}

main section {
  padding: 3rem 0;
  overflow: hidden;
}
main section br.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  main section {
    padding: 5rem 0;
  }
  main section br.sp {
    display: none;
  }
  main section br.pc {
    display: inline;
  }
}
main section p {
  line-height: 2;
}
main section p:has(+ p) {
  margin-bottom: 1em;
}
main section .link a {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: fit-content;
}
main section .link a .txt {
  font-size: 1.4rem;
}
main section .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 {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00B2AE;
  border-radius: 3rem;
  transition: all 0.2s ease;
}
main section .link a .arr--def {
  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 .arr::before {
  transform: scale(1.15);
}
main section .gmap {
  width: 100%;
  aspect-ratio: 1/1;
  margin: 2rem 0;
}
main section .gmap iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  main section .gmap {
    aspect-ratio: 1.91/1;
    margin: 2rem 0;
  }
}
main section#movie h2 {
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 3rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 700;
  font-size: clamp(1.6rem, 1.244rem + 0.74vw, 1.8rem);
}
@media screen and (min-width: 768px) {
  main section#movie h2 {
    margin-bottom: 5rem;
  }
}
main section#movie .flex {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 3rem;
}
main section#movie .flex li {
  aspect-ratio: 16/9;
}
main section#movie .flex li iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  main section#movie .flex {
    gap: 2rem;
    flex-direction: row;
  }
}
main section#rabipopopro {
  border-top: solid 0.1rem #d7d7d7;
}
main section#rabipopopro .banner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  main section#rabipopopro .banner {
    width: 80rem;
    margin-inline: auto;
    flex-direction: row;
    gap: 3rem;
  }
  main section#rabipopopro .banner a {
    width: fit-content;
    padding: 0 3rem;
  }
  main section#rabipopopro .banner figure, main section#rabipopopro .banner .content {
    flex: 1;
  }
  main section#rabipopopro .banner .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
main section#rabipopopro .banner h3 {
  font-size: clamp(1.6rem, 1.244rem + 0.74vw, 1.8rem);
  color: #F26580;
  margin-bottom: 1rem;
}
main section#rabipopopro .banner .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  height: 4.8rem;
  color: #F26580;
  border: solid 0.1rem #F26580;
  border-radius: 0.5rem;
}
main section#rabipopopro .banner .btn a .txt {
  line-height: 1;
}
main section#rabipopopro .banner .btn a .arr svg {
  width: 1rem;
  aspect-ratio: 1/1;
  fill: #F26580;
}
main section#rabipopopro .banner .btn a:active {
  color: #FFFFFF;
  background: #F26580;
  border: solid 0.1rem #F26580;
}
main section#rabipopopro .banner .btn a:active .arr svg {
  fill: #FFFFFF;
}
@media screen and (min-width: 768px) {
  main section#rabipopopro .banner .btn a:hover {
    color: #FFFFFF;
    background: #F26580;
    border: solid 0.1rem #F26580;
  }
  main section#rabipopopro .banner .btn a:hover .arr svg {
    fill: #FFFFFF;
  }
}
main section .-open-close {
  position: relative;
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background: rgba(255, 255, 255, 0.75);
  transform: rotate(0deg);
  border-radius: 50%;
  margin-left: 1rem;
  cursor: pointer;
  z-index: 100;
  transition: 0.4s cubic-bezier(0.2, 0.6, 0.3, 1.1);
}
main section .-open-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 0.25rem;
  width: 50%;
  background: #00B2AE;
}
main section .-open-close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 50%;
  width: 0.25rem;
  background: #00B2AE;
}
main section .-open-close.clicked {
  transform: rotate(180deg);
}
main section .-open-close.clicked::before {
  width: 0;
}
main .bg {
  background: #fafafa;
}

.ghead {
  display: flex;
  align-items: center;
  padding: 0 var(--space);
  height: 6rem;
}
.ghead .sitetitle a {
  display: block;
  width: fit-content;
  height: 4rem;
}
.ghead .sitetitle a img {
  height: 100%;
  width: auto;
}
.ghead .sitetitle .pc {
  display: none;
}
.ghead .sitetitle .sp {
  display: inline;
}
@media screen and (min-width: 768px) {
  .ghead {
    height: 8rem;
  }
  .ghead .sitetitle a {
    height: 4rem;
  }
  .ghead .sitetitle .pc {
    display: inline;
  }
  .ghead .sitetitle .sp {
    display: none;
  }
}

body &gt; .container::before {
  content: "";
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 0.5rem;
  background: #00B2AE;
}
@media screen and (min-width: 768px) {
  body &gt; .container::before {
    height: 1rem;
  }
}

.sp-nav-btn {
  position: fixed;
  top: 1rem;
  right: var(--space);
  z-index: 3000;
  background: #FFFFFF;
  border-radius: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 5rem;
  height: 5rem;
}
.sp-nav-btn:has(.active) {
  right: 3rem;
}
@media screen and (min-width: 768px) {
  .sp-nav-btn {
    top: 2.5rem;
  }
}
.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 {
  position: relative;
  width: 2.5rem;
  height: 1.5rem;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
}
.sp-nav-btn .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.25rem;
  background-color: #00B2AE;
  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: calc(50% - 0.13rem);
  transition: all 0.25s 0.25s;
  opacity: 1;
}
.sp-nav-btn .menu-trigger span:nth-of-type(3) {
  bottom: 0;
  animation: menu-bar03 0.75s forwards;
}
.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) {
  opacity: 0;
}
.sp-nav-btn .menu-trigger.active span:nth-of-type(3) {
  animation: active-menu-bar03 0.75s forwards;
}
@keyframes menu-bar01 {
  0% {
    transform: translateY(0.6rem) rotate(45deg);
  }
  50% {
    transform: translateY(0.6rem) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar03 {
  0% {
    transform: translateY(-0.6rem) rotate(-45deg);
  }
  50% {
    transform: translateY(-0.6rem) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(0.6rem) rotate(0);
  }
  100% {
    transform: translateY(0.6rem) rotate(45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-0.6rem) rotate(0);
  }
  100% {
    transform: translateY(-0.6rem) rotate(-45deg);
  }
}

#drawer_nav .w_icon, .aside .w_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  aspect-ratio: 1/1;
  width: 3rem;
}
#drawer_nav .w_icon .icon, .aside .w_icon .icon {
  display: block;
  aspect-ratio: 1/1;
  width: 100%;
}

#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: 190;
  max-width: 37.5rem;
  height: 100%;
  overflow: auto;
  padding: 2rem 2rem 0;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  transform: scale(0.9);
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  letter-spacing: 0.025em;
  box-shadow: 0 0 0.5rem rgba(26, 19, 17, 0.5);
  transform: translateX(100%);
  visibility: hidden;
}
#drawer_nav .sitetitle {
  width: calc(90% - 5rem);
  height: 6rem;
}
#drawer_nav .sitetitle &gt; a {
  display: block;
  height: 100%;
}
#drawer_nav .sitetitle &gt; a img {
  height: 100%;
  width: auto;
}
#drawer_nav .sitetitle .pc {
  display: none;
}
#drawer_nav .catchcopy {
  font-size: 2.4rem;
}
#drawer_nav .gnav &gt; ul &gt; li {
  border-bottom: solid 0.1rem #d7d7d7;
}
#drawer_nav .gnav &gt; ul &gt; li &gt; a, #drawer_nav .gnav &gt; ul &gt; li &gt; span.a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  height: 4rem;
  font-size: 1.4rem;
  font-weight: 700;
  padding-left: 1rem;
  padding-right: 1rem;
  cursor: pointer;
}
#drawer_nav .gnav &gt; ul &gt; li &gt; a br, #drawer_nav .gnav &gt; ul &gt; li &gt; span.a br {
  display: none;
}
#drawer_nav .gnav &gt; ul &gt; li &gt; a::before, #drawer_nav .gnav &gt; ul &gt; li &gt; span.a::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #d4d4d4;
  transition: all 0.4s;
}
#drawer_nav .gnav &gt; ul &gt; li &gt; 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 &gt; ul &gt; li &gt; a:active::before {
  transform: scale(1.5);
  background: #00B2AE;
}
#drawer_nav .gnav &gt; ul &gt; li.active &gt; span.a::before {
  transform: scale(1.5);
  background: #00B2AE;
}
#drawer_nav .gnav &gt; ul &gt; li.active &gt; span.a::after {
  transform: rotate(270deg);
}
#drawer_nav .gnav &gt; ul &gt; li.dropdown ul {
  padding-bottom: 2rem;
}
#drawer_nav .gnav &gt; ul &gt; li.dropdown ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 2.6rem;
  font-size: 1.3rem;
  font-weight: 500;
  padding-left: 2.5rem;
}
#drawer_nav .gnav &gt; ul &gt; li.dropdown ul li a::before {
  content: "・";
  font-feature-settings: "pkna";
}
#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;
}

body.graduates #drawer_nav .hnav &gt; ul &gt; li.graduates,
body.recruit #drawer_nav .hnav &gt; ul &gt; li.recruit,
body.clinic #drawer_nav .hnav &gt; ul &gt; li.clinic,
body.course #drawer_nav .hnav &gt; ul &gt; li.course,
body.information #drawer_nav .hnav &gt; ul &gt; li.information {
  border-color: #00B2AE;
}
body.graduates #drawer_nav .hnav &gt; ul &gt; li.graduates .txt,
body.recruit #drawer_nav .hnav &gt; ul &gt; li.recruit .txt,
body.clinic #drawer_nav .hnav &gt; ul &gt; li.clinic .txt,
body.course #drawer_nav .hnav &gt; ul &gt; li.course .txt,
body.information #drawer_nav .hnav &gt; ul &gt; li.information .txt {
  color: #00B2AE;
}
body.graduates #drawer_nav .hnav &gt; ul &gt; li.graduates .w_icon .icon,
body.recruit #drawer_nav .hnav &gt; ul &gt; li.recruit .w_icon .icon,
body.clinic #drawer_nav .hnav &gt; ul &gt; li.clinic .w_icon .icon,
body.course #drawer_nav .hnav &gt; ul &gt; li.course .w_icon .icon,
body.information #drawer_nav .hnav &gt; ul &gt; li.information .w_icon .icon {
  fill: #00B2AE;
}

body.reason #drawer_nav .gnav &gt; ul &gt; li.reason &gt; a::before, body.reason #drawer_nav .gnav &gt; ul &gt; li.reason &gt; span.a::before,
body.school #drawer_nav .gnav &gt; ul &gt; li.school &gt; a::before,
body.school #drawer_nav .gnav &gt; ul &gt; li.school &gt; span.a::before,
body.department #drawer_nav .gnav &gt; ul &gt; li.department &gt; a::before,
body.department #drawer_nav .gnav &gt; ul &gt; li.department &gt; span.a::before,
body.interview #drawer_nav .gnav &gt; ul &gt; li.interview &gt; a::before,
body.interview #drawer_nav .gnav &gt; ul &gt; li.interview &gt; span.a::before,
body.single-interview #drawer_nav .gnav &gt; ul &gt; li.interview &gt; a::before,
body.single-interview #drawer_nav .gnav &gt; ul &gt; li.interview &gt; span.a::before,
body.campuslife #drawer_nav .gnav &gt; ul &gt; li.campuslife &gt; a::before,
body.campuslife #drawer_nav .gnav &gt; ul &gt; li.campuslife &gt; span.a::before,
body.career #drawer_nav .gnav &gt; ul &gt; li.career &gt; a::before,
body.career #drawer_nav .gnav &gt; ul &gt; li.career &gt; span.a::before,
body.admission #drawer_nav .gnav &gt; ul &gt; li.admission &gt; a::before,
body.admission #drawer_nav .gnav &gt; ul &gt; li.admission &gt; span.a::before,
body.faq #drawer_nav .gnav &gt; ul &gt; li.faq &gt; a::before,
body.faq #drawer_nav .gnav &gt; ul &gt; li.faq &gt; span.a::before {
  background: #00B2AE;
}

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

@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;
  }
}
.pagetop {
  display: none;
  position: fixed;
  z-index: 100;
  bottom: 5rem;
  right: 5rem;
  width: fit-content;
}
.pagetop .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  height: 4.8rem;
  color: #00B2AE;
  border: solid 0.1rem #00B2AE;
  border-radius: 0.5rem;
}
.pagetop .btn a .txt {
  line-height: 1;
}
.pagetop .btn a .arr svg {
  width: 1rem;
  aspect-ratio: 1/1;
  fill: #00B2AE;
}
.pagetop .btn a:active {
  color: #FFFFFF;
  background: #00B2AE;
  border: solid 0.1rem #00B2AE;
}
.pagetop .btn a:active .arr svg {
  fill: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .pagetop .btn a:hover {
    color: #FFFFFF;
    background: #00B2AE;
    border: solid 0.1rem #00B2AE;
  }
  .pagetop .btn a:hover .arr svg {
    fill: #FFFFFF;
  }
}
.pagetop .btn a {
  width: fit-content;
  border-radius: 2.4rem;
  padding: 0 3rem;
}
.pagetop .btn a .arr {
  transform: translateY(0.2rem) rotate(-90deg);
}
@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);
  }
}
footer {
  position: relative;
  background-image: url(/assets/img/bg_footer.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
footer .footer_b, footer .footer_f {
  position: relative;
  z-index: 2;
}
footer::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
}
footer::after {
  content: "";
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 1rem;
  background: #00B2AE;
}
footer .footer_b {
  padding: 5rem 0;
}
footer .footer_b .sitemap {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  footer .footer_b .sitemap {
    flex-direction: row;
    justify-content: space-between;
  }
}
footer .footer_b .sitemap--col {
  width: fit-content;
  font-size: 1.3rem;
}
footer .footer_b .sitemap--col h3 {
  margin-bottom: 1rem;
}
footer .footer_b .sitemap--col li a {
  text-decoration: underline;
}
footer .footer_b .sitemap--col &gt; div &gt; ul &gt; li:has(+ li) {
  margin-bottom: 0.5rem;
}
footer .footer_b .sitemap--col &gt; div &gt; ul &gt; li &gt; a {
  display: flex;
  align-items: center;
}
footer .footer_b .sitemap--col &gt; div &gt; ul &gt; li &gt; a::before {
  content: "";
  display: block;
  width: 1rem;
  aspect-ratio: 1/1;
  background: url(/assets/img/burette_list.svg) no-repeat center center;
  background-size: 0.7rem 0.2rem;
  margin-left: 0.5rem;
}
footer .footer_b .sitemap--col &gt; div &gt; ul &gt; li ul {
  margin-left: 1.2rem;
  margin-top: 0.5rem;
}
footer .footer_b .sitemap--col &gt; div &gt; ul &gt; li ul &gt; li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 1rem;
}
footer .footer_b .sitemap--col &gt; div &gt; ul &gt; li ul &gt; li:last-of-type {
  margin-bottom: 0;
}
footer .footer_b .sitemap--col &gt; div &gt; ul &gt; li ul &gt; li::before {
  content: "・";
  color: #1A1311;
  font-feature-settings: initial;
}
footer .footer_b .sitemap--col .relation {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
footer .footer_b .catchcopy {
  font-size: 2.8rem;
  margin-bottom: 3rem;
}
footer .footer_f {
  border-top: solid 0.1rem rgba(26, 19, 17, 0.05);
  padding: 3rem 0;
}
footer .grouplogo,
footer .copyright {
  text-align: center;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  footer .footer_f .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

#index .bg {
  background: #fafafa;
}
#index .bg:last-child {
  background: #FFFFFF;
}
#index .mv {
  position: relative;
  width: 100%;
  max-width: 150rem;
  margin-inline: auto;
  height: calc(100vh - 20rem);
}
#index .mv .mainvisual img {
  object-position: bottom 0 left 50%;
}
#index .mv .bg {
  display: none;
}
#index .mv .catchcopy {
  position: absolute;
  bottom: 5rem;
  left: var(--space);
  font-size: clamp(2.8rem, 2.164rem + 2.72vw, 4.2rem);
}
#index .mv .catchcopy.pc {
  display: none;
}
#index .mv .catchcopy.pc path {
  opacity: 0;
}
#index .mv .catchcopy .line {
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (min-width: 768px) {
  #index .mv .catchcopy .line {
    padding: 0 0.5rem;
  }
  #index .mv .catchcopy .line .sp {
    display: none;
  }
}
#index .mv .solo {
  position: absolute;
  right: var(--space);
  bottom: 5rem;
  display: block;
  width: 10rem;
}
@media screen and (min-width: 768px) {
  #index .mv {
    display: flex;
    height: 65rem;
  }
  #index .mv .bg {
    display: flex;
    align-items: center;
    background: #00B2AE;
    padding-left: var(--space);
    padding-right: 5rem;
  }
  #index .mv .mainvisual img {
    object-position: center center;
  }
  #index .mv .catchcopy {
    position: unset;
    width: 33.16rem;
    height: fit-content;
  }
  #index .mv .catchcopy.sp {
    display: none;
  }
  #index .mv .catchcopy.pc {
    display: block;
  }
  #index .mv .catchcopy.pc svg .cc {
    fill: #FFFFFF;
  }
  #index .mv .solo {
    width: 20rem;
  }
}
#index section {
  padding: 3rem 0;
}
@media screen and (min-width: 768px) {
  #index section {
    padding: 5rem 0;
  }
  #index section br.sp {
    display: none;
  }
}
#index section h2 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 700;
  font-size: clamp(1.6rem, 1.244rem + 0.74vw, 1.8rem);
}
#index section p {
  line-height: 2;
}
#index section p:has(+ p) {
  margin-bottom: 1em;
}
#index section .link a {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: fit-content;
}
#index section .link a .txt {
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: underline;
}
#index section .link a .arr {
  position: relative;
  width: 5rem;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
#index section .link a .arr::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00B2AE;
  border-radius: 3rem;
  transition: all 0.2s ease;
}
#index section .link a .arr--green {
  transition: fill 0.2s ease;
  display: block;
  position: relative;
  z-index: 1;
  aspect-ratio: 1/1;
  width: 1rem;
  fill: #FFFFFF;
}
#index section .link a:hover .arr::before {
  transform: scale(1.15);
}
#index section#news {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#index section#news .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#index section#news .news_list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}
#index section#news .news_list li {
  border: solid 0.1rem #d7d7d7;
}
#index section#news .news_list li a {
  display: block;
}
#index section#news .news_list li figure {
  aspect-ratio: 1.91/1;
}
#index section#news .news_list li figure:has(object) {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
#index section#news .news_list li p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem;
}
#index section#news .news_list li span {
  display: inline-block;
}
#index section#news .news_list li span.cate {
  color: #FFFFFF;
  font-size: 1.04rem;
  font-weight: 700;
  width: fit-content;
  text-align: center;
  border-radius: 0.5rem;
  padding: 0.1rem 0.5rem;
}
#index section#news .news_list li span.new {
  color: #00B2AE;
  font-weight: 500;
}
#index section#news .news_list li span.title {
  text-decoration: underline;
}
#index section#news .news_list li.information .cate {
  background: #00B2AE;
}
#index section#news .news_list li.open .cate {
  background: #F26580;
}
#index section#news .news_list li.event .cate {
  background: #F5BF0A;
}
#index section#news .news_list li.media .cate {
  background: #3A4781;
}
@media screen and (min-width: 768px) {
  #index section#news .news_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
#index section#about h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 1rem;
}
#index section#about h2::after {
  content: "";
  display: block;
  width: 0.1rem;
  height: 6rem;
  background: #1A1311;
}
#index section#about .flex {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  #index section#about .flex {
    flex-direction: row;
    gap: 5rem;
  }
  #index section#about .flex figure {
    flex: 1;
    aspect-ratio: 3/4;
  }
  #index section#about .flex .content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
#index section#about .copy {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 700;
  font-size: clamp(2rem, 0.222rem + 3.7vw, 3rem);
  line-height: 1.5;
  letter-spacing: 0.12em;
}
#index section#about .nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  #index section#about .nav {
    grid-template-columns: repeat(4, 1fr);
  }
}
#index section#about .nav .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  height: 4.8rem;
  border: solid 0.1rem #1A1311;
  border-radius: 0.5rem;
}
#index section#about .nav .btn a .arr--black {
  width: 1rem;
  aspect-ratio: 1/1;
}
#index section#about .nav .btn a:active {
  color: #FFFFFF;
  background: #00B2AE;
  border: solid 0.1rem #00B2AE;
}
#index section#about .nav .btn a:active .arr--black {
  fill: #FFFFFF;
}
@media screen and (min-width: 768px) {
  #index section#about .nav .btn a:hover {
    color: #FFFFFF;
    background: #00B2AE;
    border: solid 0.1rem #00B2AE;
  }
  #index section#about .nav .btn a:hover .arr--black {
    fill: #FFFFFF;
  }
}
#index section#business h2 {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: fit-content;
  margin-bottom: 3rem;
}
#index section#business h2::after {
  content: "";
  display: block;
  width: 13.5rem;
  height: 0.1rem;
  background: #1A1311;
}
@media screen and (min-width: 768px) {
  #index section#business h2 {
    margin-bottom: 5rem;
  }
}
#index section#business .grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 5rem;
  counter-reset: listnum;
}
@media screen and (min-width: 768px) {
  #index section#business .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
#index section#business .grid li {
  position: relative;
  height: 100%;
  background: #FFFFFF;
}
#index section#business .grid li::before {
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 5.65rem;
  width: 11.3rem;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  transform: translate(-3.7rem, -0.8rem) rotate(-45deg);
  background: #1A1311;
}
#index section#business .grid li::after {
  pointer-events: none;
  counter-increment: listnum;
  content: "0" counter(listnum);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  font-size: clamp(1.8rem, 0.733rem + 2.22vw, 2.4rem);
  color: #FFFFFF;
  line-height: 1;
  position: absolute;
  z-index: 2;
  top: 1rem;
  left: 1rem;
}
#index section#business .grid li a {
  display: block;
  height: 100%;
  position: relative;
}
#index section#business .grid li a::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  height: 0.75rem;
  width: 1.5rem;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  transform: translate(0.4rem, 0.1rem) rotate(135deg);
  background: #1A1311;
}
#index section#business .grid li figure {
  position: relative;
  aspect-ratio: 3/2;
  height: auto;
}
#index section#business .grid li figure figcaption {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  width: 8rem;
}
#index section#business .grid li figure img {
  width: 100%;
  height: auto;
}
#index section#business .grid li .content {
  padding: 2rem;
}
#index section#business .grid li .content .cate {
  font-size: 1.3rem;
  color: #FFFFFF;
  width: fit-content;
  background: #1A1311;
  border-radius: 0.5rem;
  padding: 0 0.5rem;
  margin-bottom: 1rem;
}
#index section#business .grid li .content h3 {
  font-size: clamp(1.8rem, 0.733rem + 2.22vw, 2.4rem);
}
#index section#business .grid li .content h3 .sub {
  font-size: clamp(1.4rem, 1.355rem + 0.19vw, 1.5rem);
  font-weight: 500;
  display: block;
}
#index section#business .grid li.popolar::before {
  background: #F26580;
}
#index section#business .grid li.popolar a::before {
  background: #F26580;
}
#index section#business .grid li.popolar .content .cate {
  background: #F26580;
}
#index section#business .grid li.rabbitclub::before {
  background: #5CADD9;
}
#index section#business .grid li.rabbitclub a::before {
  background: #5CADD9;
}
#index section#business .grid li.rabbitclub .content .cate {
  background: #5CADD9;
}
#index section#business .grid li.propeller::before {
  background: #F5BF0A;
}
#index section#business .grid li.propeller a::before {
  background: #F5BF0A;
}
#index section#business .grid li.propeller .content .cate {
  background: #F5BF0A;
}

.inner main .pageheader_s {
  background: rgba(26, 19, 17, 0.05);
}
.inner main .pageheader_s h1, .inner main .pageheader_s .parent {
  font-size: clamp(2rem, 0.222rem + 3.7vw, 3rem);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.15em;
}
.inner main .pageheader_s h1 .sub, .inner main .pageheader_s .parent .sub {
  font-size: clamp(1.8rem, 0.733rem + 2.22vw, 2.4rem);
  display: block;
}
.inner main .pageheader_s .breadcrumb {
  display: none;
  gap: 0.5rem;
  font-size: 1.3rem;
  line-height: 1;
  margin-top: 1rem;
}
.inner main .pageheader_s .breadcrumb li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.inner main .pageheader_s .breadcrumb li:has(a)::after {
  content: "&gt;";
}
.inner main .pageheader_s .breadcrumb li a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .inner main .pageheader_s .breadcrumb {
    display: flex;
    margin-top: 2rem;
  }
}
.inner main .pageheader_s .header {
  padding: 3rem 0;
}
.inner main .pageheader_s .breadcrumb a {
  color: #1A1311;
}
@media screen and (min-width: 768px) {
  .inner main .pageheader_s {
    margin-top: 0;
  }
}
.inner main .head .loop {
  width: 100%;
  height: fit-content;
  overflow: hidden;
}
.inner main .head .loop .img {
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .inner main .head .loop {
    display: flex;
  }
  .inner main .head .loop .img {
    aspect-ratio: 3/2;
  }
  .inner main .head .loop .img img {
    width: auto;
    height: 100%;
  }
}
@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.inner main .page_title {
  display: flex;
  flex-direction: column;
  border-bottom: solid 0.1rem #d7d7d7;
  padding: 0 0 1rem;
  margin-left: var(--c-space);
  margin-right: var(--c-space);
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .inner main .page_title {
    gap: 5rem;
    padding: 0 0 3rem;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 5rem;
  }
}
.inner main .page_title h1 {
  font-size: clamp(1.8rem, 0.733rem + 2.22vw, 2.4rem);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 700;
  letter-spacing: 0.15em;
}
.inner main .page_title .category_nav {
  width: 100%;
}
.inner main .page_title .category_nav .nav {
  display: none;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .inner main .page_title .category_nav .nav {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
.inner main .page_title .category_nav .nav .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  height: 4.8rem;
  border: solid 0.1rem #1A1311;
  border-radius: 0.5rem;
}
.inner main .page_title .category_nav .nav .btn a .arr--black {
  width: 1rem;
  aspect-ratio: 1/1;
}
.inner main .page_title .category_nav .nav .btn a:active {
  color: #FFFFFF;
  background: #00B2AE;
  border: solid 0.1rem #00B2AE;
}
.inner main .page_title .category_nav .nav .btn a:active .arr--black {
  fill: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .inner main .page_title .category_nav .nav .btn a:hover {
    color: #FFFFFF;
    background: #00B2AE;
    border: solid 0.1rem #00B2AE;
  }
  .inner main .page_title .category_nav .nav .btn a:hover .arr--black {
    fill: #FFFFFF;
  }
}
.inner main section .md_wrapper {
  max-width: 76.8rem;
  margin-inline: auto;
  margin-left: var(--c-space);
  margin-right: var(--c-space);
}
.inner main section .md_wrapper:has(+ div) {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .inner main section .md_wrapper {
    margin-left: 0;
    margin-right: 0;
  }
  .inner main section .md_wrapper:has(+ div) {
    margin-bottom: 5rem;
  }
}
.inner main section h2 {
  font-size: clamp(1.7rem, 0.95rem + 2vw, 2.7rem);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.inner main section h2:has(+ .read) {
  margin-bottom: 3rem;
}
.inner main section h3 {
  font-size: clamp(1.7rem, 0.95rem + 2vw, 2.7rem);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.15em;
}
.inner main .pagination-container {
  margin-top: 3rem;
}
.inner main .pagination-container .pagination {
  display: flex;
  gap: 0.5rem;
  width: fit-content;
  margin-inline: auto;
}
.inner main .pagination-container .pagination .page-item {
  font-size: 1.4rem;
}
.inner main .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;
}
.inner main .pagination-container .pagination .page-item a .w_arr .arr {
  display: block;
  width: 1rem;
  aspect-ratio: 7.4/12.8;
  fill: none;
  stroke: #1A1311;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.inner main .pagination-container .pagination .page-item a .w_arr .arr--l {
  transform: rotate(180deg);
}
.inner main .pagination-container .pagination .page-item.navi-active a {
  color: #3E72FF;
  border: solid #3E72FF;
}
.inner main .pagination-container .pagination .page-item.first, .inner main .pagination-container .pagination .page-item.last {
  display: none;
}

#news .c_wrapper {
  padding: 3rem 0;
}
@media screen and (min-width: 768px) {
  #news .c_wrapper {
    padding: 5rem 0;
  }
}
#news .c_wrapper.flex {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
#news .c_wrapper.flex:has(.category_list) {
  gap: 1rem;
}
#news .c_wrapper.flex .entry, #news .c_wrapper.flex .entry-list {
  order: 2;
  padding: 0;
}
#news .c_wrapper.flex .controll {
  overflow: visible;
  order: 3;
  padding: 0;
}
#news .c_wrapper.flex .controll:has(.category_list) {
  order: 1;
}
@media screen and (min-width: 768px) {
  #news .c_wrapper.flex {
    flex-direction: row;
    gap: 5rem;
  }
  #news .c_wrapper.flex:has(.category_list) {
    gap: 5rem;
  }
  #news .c_wrapper.flex .entry, #news .c_wrapper.flex .entry-list {
    width: 65%;
    padding: 5rem 0;
  }
  #news .c_wrapper.flex .controll {
    width: calc(35% - 5rem);
    order: 1;
    padding: 5rem 0;
  }
}
#news .entry-list .panel {
  display: none;
}
#news .entry-list .panel.is-show {
  display: block;
}
#news .entry-list .panel &gt; ul {
  font-size: 1.4rem;
  border-top: solid 0.1rem #d7d7d7;
}
#news .entry-list .panel &gt; ul li {
  border-bottom: solid 0.1rem #d7d7d7;
  padding: 2rem 1rem;
}
#news .entry-list .panel &gt; ul li .category {
  display: inline-block;
  font-size: 1.04rem;
  font-weight: 400;
  color: #FFFFFF;
  border-radius: 0.5rem;
  padding: 0.2rem 1.5rem;
  margin-left: 0.5rem;
}
#news .entry-list .panel &gt; ul li a {
  display: block;
  color: #3E72FF;
  text-decoration: underline;
  margin-top: 0.5rem;
}
#news .entry-list .panel &gt; ul li.information .category {
  background: #00B2AE;
}
#news .entry-list .panel &gt; ul li.open .category {
  background: #F26580;
}
#news .entry-list .panel &gt; ul li.event .category {
  background: #F5BF0A;
}
#news .entry-list .panel &gt; ul li.media .category {
  background: #3A4781;
}
#news .entry--head .meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
#news .entry--head .meta li {
  width: fit-content;
}
#news .entry--head .meta li.category {
  display: inline-block;
  font-size: 1.04rem;
  font-weight: 400;
  color: #FFFFFF;
  border-radius: 0.5rem;
  padding: 0.2rem 1.5rem;
}
#news .entry--head h1 {
  position: relative;
  font-size: clamp(1.8rem, 0.733rem + 2.22vw, 2.4rem);
  font-weight: 500;
  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 .eyecatch {
  margin-bottom: 2rem;
}
#news .entry--body p {
  font-size: 1.4rem;
  line-height: 2;
}
#news .entry--body p + p {
  margin-bottom: 1em;
}
#news .entry--body a {
  color: #3E72FF;
  text-decoration: underline;
}
#news .entry--body a img {
  text-decoration: none;
}
#news .entry.information .entry--head .meta .category {
  background: #00B2AE;
}
#news .entry.information .entry--head h1::after {
  background: linear-gradient(90deg, #00B2AE 50%, #d7d7d7 50%);
}
#news .entry.open .entry--head .meta .category {
  background: #F26580;
}
#news .entry.open .entry--head h1::after {
  background: linear-gradient(90deg, #F26580 50%, #d7d7d7 50%);
}
#news .entry.event .entry--head .meta .category {
  background: #F5BF0A;
}
#news .entry.event .entry--head h1::after {
  background: linear-gradient(90deg, #F5BF0A 50%, #d7d7d7 50%);
}
#news .entry.media .entry--head .meta .category {
  background: #3A4781;
}
#news .entry.media .entry--head h1::after {
  background: linear-gradient(90deg, #3A4781 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: 500;
  letter-spacing: 0;
  text-align: center;
  background: #fafafa;
  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: #1A1311;
}
#news .controll .category_list ul li.all.is-active {
  color: #00B2AE;
}
#news .controll .category_list ul li.all.is-active::after {
  background: #00B2AE;
}
#news .controll .category_list ul li.information.is-active {
  color: #00B2AE;
}
#news .controll .category_list ul li.information.is-active::after {
  background: #00B2AE;
}
#news .controll .category_list ul li.open.is-active {
  color: #F26580;
}
#news .controll .category_list ul li.open.is-active::after {
  background: #F26580;
}
#news .controll .category_list ul li.event.is-active {
  color: #F5BF0A;
}
#news .controll .category_list ul li.event.is-active::after {
  background: #F5BF0A;
}
#news .controll .category_list ul li.media.is-active {
  color: #3A4781;
}
#news .controll .category_list ul li.media.is-active::after {
  background: #3A4781;
}
@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: 1.4rem;
    font-weight: 700;
    text-align: center;
    background: rgba(26, 19, 17, 0.05);
  }
  #news .controll .category_list ul li.is-active.all, #news .controll .category_list ul li.is-active.information, #news .controll .category_list ul li.is-active.open, #news .controll .category_list ul li.is-active.event, #news .controll .category_list ul li.is-active.media {
    color: #FFFFFF;
  }
  #news .controll .category_list ul li.is-active.all::after, #news .controll .category_list ul li.is-active.information::after, #news .controll .category_list ul li.is-active.open::after, #news .controll .category_list ul li.is-active.event::after, #news .controll .category_list ul li.is-active.media::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: #00B2AE;
  }
  #news .controll .category_list ul li.all.is-active::after {
    border-left-color: #00B2AE;
  }
  #news .controll .category_list ul li.information.is-active {
    background: #00B2AE;
  }
  #news .controll .category_list ul li.information.is-active::after {
    border-left-color: #00B2AE;
  }
  #news .controll .category_list ul li.open.is-active {
    background: #F26580;
  }
  #news .controll .category_list ul li.open.is-active::after {
    border-left-color: #F26580;
  }
  #news .controll .category_list ul li.event.is-active {
    background: #F5BF0A;
  }
  #news .controll .category_list ul li.event.is-active::after {
    border-left-color: #F5BF0A;
  }
  #news .controll .category_list ul li.media.is-active {
    background: #3A4781;
  }
  #news .controll .category_list ul li.media.is-active::after {
    border-left-color: #3A4781;
  }
}
@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: 1.4rem;
  border-radius: 1rem;
  border: solid 0.1rem #d7d7d7;
}
#news .controll .return_index p a::before {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 1.25rem;
  background: #00B2AE;
  margin-right: 0.5rem;
  transform: rotate(-180deg);
  background-image: url(/assets/img/arr_def.svg);
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (min-width: 768px) {
  #about .col-2 {
    display: flex;
    align-items: stretch;
    gap: 5rem;
    height: fit-content;
  }
  #about .col-2 .head {
    width: calc(100% - (81.8rem + var(--space)));
  }
  #about .col-2 .head .loop {
    position: sticky;
    top: 0;
    z-index: 1;
    height: 100vh;
  }
  #about .col-2 .head .loop .loop {
    width: 100%;
    height: fit-content;
    overflow: hidden;
  }
  #about .col-2 .body {
    width: 100%;
    margin-right: var(--space);
  }
}
#about.service .head .loop .img img {
  object-position: left 50% top 0;
}
@media screen and (min-width: 768px) {
  #about.service .head .loop .img img {
    object-position: left 50% top 0;
  }
}
#about.service section h2 {
  font-size: clamp(2.3rem, 1.325rem + 2.6vw, 3.6rem);
}
#about.service section .read p {
  font-size: clamp(1.6rem, 1.244rem + 0.74vw, 1.8rem);
  font-weight: 500;
}
#about.service section .read .img {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  #about.service section .read .img {
    margin-top: 3rem;
  }
}
#about.service section .read:has(+ div) {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  #about.service section .read:has(+ div) {
    margin-bottom: 5rem;
  }
}
#about.service section .read .service--img {
  margin-top: 5rem;
}
#about.service section .read .service--img--list {
  position: relative;
  border-radius: 0.5rem;
  background: rgba(0, 178, 174, 0.5);
  padding: 2rem;
}
#about.service section .read .service--img--list h3 {
  position: absolute;
  left: 50%;
  bottom: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: fit-content;
  font-size: clamp(1.4rem, 1.355rem + 0.19vw, 1.5rem);
  line-height: 1;
  color: #FFFFFF;
  white-space: nowrap;
  border-radius: 2rem;
  background: #00b2ae;
  transform: translateX(-50%) translateY(50%);
  padding: 0.75rem 1.5rem;
}
#about.service section .read .service--img--list ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
}
#about.service section .read .service--img--list ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  height: 3.5rem;
  font-size: clamp(1.6rem, 1.244rem + 0.74vw, 1.8rem);
  font-weight: 500;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 768px) {
  #about.service section .read .service--img--list ul {
    flex-direction: row;
    gap: 2rem;
  }
  #about.service section .read .service--img--list ul li {
    flex: 1;
    font-size: clamp(1.4rem, 1.355rem + 0.19vw, 1.5rem);
  }
}
#about.service section .read .service--img--list.task {
  background: rgba(0, 178, 174, 0.5);
}
#about.service section .read .service--img--list.task h3 {
  background: #00b2ae;
}
#about.service section .read .service--img--list.mitera {
  background: rgba(242, 101, 128, 0.5);
}
#about.service section .read .service--img--list.mitera h3 {
  background: #f26580;
}
#about.service section .read .service--img .arr {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
  margin-bottom: 3rem;
}
#about.service section .read .service--img .arr object {
  order: 2;
  width: 6rem;
}
#about.service section .read .service--img .arr figcaption {
  order: 1;
  color: #00B2AE;
  font-size: clamp(1.4rem, 1.355rem + 0.19vw, 1.5rem);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #about.service section .read .service--img .arr object {
    width: 8rem;
  }
}
#about.service section .taskforce_group {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  #about.service section .taskforce_group {
    gap: 3rem;
  }
}
#about.service .group .title {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  #about.service .group .title {
    margin-bottom: 3rem;
  }
}
#about.service .group .title h3 {
  width: fit-content;
  margin-inline: auto;
  font-size: clamp(1.6rem, 1.244rem + 0.74vw, 1.8rem);
  margin-bottom: 2rem;
}
#about.service .group .title .logo {
  height: 5rem;
}
#about.service .group .logo {
  width: fit-content;
  margin-inline: auto;
}
#about.service .group .logo img {
  height: 100%;
  width: auto;
}
#about.service .group .flex {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
#about.service .group .flex li {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#about.service .group .flex li h4 {
  font-size: clamp(1.6rem, 1.244rem + 0.74vw, 1.8rem);
  text-align: center;
}
#about.service .group .flex li .logo {
  height: auto;
  text-align: center;
}
#about.service .group .flex li .logo figcaption {
  font-weight: 700;
  margin-top: 0.5rem;
}
#about.service .group .flex li .logo img {
  height: 5rem;
}
#about.service .group .flex li div {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  #about.service .group .flex li {
    flex-direction: row;
    gap: 3rem;
  }
  #about.service .group .flex li .img {
    width: 35rem;
  }
  #about.service .group .flex li div {
    width: calc(100% - 38rem);
  }
}
#about.service .group .taskforce, #about.service .group .mitera {
  padding: 3rem 0 0;
}
#about.service .group .taskforce:has(+ div), #about.service .group .mitera:has(+ div) {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  #about.service .group .taskforce:has(+ div), #about.service .group .mitera:has(+ div) {
    margin-bottom: 5rem;
  }
}
#about.service .group .taskforce .btn, #about.service .group .mitera .btn {
  margin-top: 2rem;
}
#about.service .group .taskforce .btn a, #about.service .group .mitera .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  height: 4.8rem;
  color: #5CADD9;
  border: solid 0.1rem #5CADD9;
  border-radius: 0.5rem;
}
#about.service .group .taskforce .btn a .txt, #about.service .group .mitera .btn a .txt {
  line-height: 1;
}
#about.service .group .taskforce .btn a .arr svg, #about.service .group .mitera .btn a .arr svg {
  width: 1rem;
  aspect-ratio: 1/1;
  fill: #5CADD9;
}
#about.service .group .taskforce .btn a:active, #about.service .group .mitera .btn a:active {
  color: #FFFFFF;
  background: #5CADD9;
  border: solid 0.1rem #5CADD9;
}
#about.service .group .taskforce .btn a:active .arr svg, #about.service .group .mitera .btn a:active .arr svg {
  fill: #FFFFFF;
}
@media screen and (min-width: 768px) {
  #about.service .group .taskforce .btn a:hover, #about.service .group .mitera .btn a:hover {
    color: #FFFFFF;
    background: #5CADD9;
    border: solid 0.1rem #5CADD9;
  }
  #about.service .group .taskforce .btn a:hover .arr svg, #about.service .group .mitera .btn a:hover .arr svg {
    fill: #FFFFFF;
  }
}
@media screen and (min-width: 768px) {
  #about.service .group .taskforce .btn, #about.service .group .mitera .btn {
    margin-top: 3rem;
  }
}
#about.service .group .taskforce {
  border-top: solid 0.5rem #00B2AE;
}
#about.service .group .mitera {
  border-top: solid 0.5rem #5CADD9;
}
#about.philosophy .head .loop .img img {
  object-position: left 50% top 0;
}
@media screen and (min-width: 768px) {
  #about.philosophy .head .loop .img img {
    object-position: left 56% top 0;
  }
}
#about.philosophy .read p {
  font-size: clamp(1.6rem, 1.244rem + 0.74vw, 1.8rem);
  font-weight: 500;
}
#about.philosophy .flex {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  #about.philosophy .flex {
    flex-direction: row;
    gap: 3rem;
  }
}
#about.philosophy .business h3,
#about.philosophy .childcare h3,
#about.philosophy .consept h3,
#about.philosophy .value h3 {
  font-size: clamp(1.7rem, 0.95rem + 2vw, 2.7rem);
  border-bottom: solid 0.1rem #d7d7d7;
  padding-bottom: 1rem;
}
#about.philosophy .business h3 .sub,
#about.philosophy .childcare h3 .sub,
#about.philosophy .consept h3 .sub,
#about.philosophy .value h3 .sub {
  display: block;
  font-size: clamp(1.6rem, 1.244rem + 0.74vw, 1.8rem);
}
#about.philosophy .business h3:has(+ div), #about.philosophy .business h3:has(+ ul),
#about.philosophy .childcare h3:has(+ div),
#about.philosophy .childcare h3:has(+ ul),
#about.philosophy .consept h3:has(+ div),
#about.philosophy .consept h3:has(+ ul),
#about.philosophy .value h3:has(+ div),
#about.philosophy .value h3:has(+ ul) {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  #about.philosophy .business h3:has(+ div), #about.philosophy .business h3:has(+ ul),
#about.philosophy .childcare h3:has(+ div),
#about.philosophy .childcare h3:has(+ ul),
#about.philosophy .consept h3:has(+ div),
#about.philosophy .consept h3:has(+ ul),
#about.philosophy .value h3:has(+ div),
#about.philosophy .value h3:has(+ ul) {
    margin-bottom: 5rem;
  }
  #about.philosophy .business h3 .sub,
#about.philosophy .childcare h3 .sub,
#about.philosophy .consept h3 .sub,
#about.philosophy .value h3 .sub {
    display: inline-block;
    font-weight: 500;
    padding: 0 1rem;
  }
}
#about.philosophy .business .txt p {
  width: fit-content;
  font-size: clamp(2.3rem, 1.325rem + 2.6vw, 3.6rem);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 700;
  margin-inline: auto;
}
#about.philosophy .childcare .txt p {
  width: fit-content;
  font-size: clamp(1.7rem, 0.95rem + 2vw, 2.7rem);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 700;
  margin-inline: auto;
}
#about.philosophy .consept .txt figure {
  width: fit-content;
  height: 10rem;
  margin-inline: auto;
}
#about.philosophy .consept .txt figure img {
  height: 100%;
  width: auto;
}
@media screen and (min-width: 768px) {
  #about.philosophy .consept .txt figure {
    height: 15rem;
  }
}
#about.philosophy .value h4 {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: clamp(1.8rem, 0.733rem + 2.22vw, 2.4rem);
  line-height: 1;
}
#about.philosophy .value dl:has(+ dl) {
  margin-bottom: 2rem;
}
#about.philosophy .value dl dt {
  font-size: clamp(1.6rem, 1.244rem + 0.74vw, 1.8rem);
  font-weight: 700;
  margin-bottom: 1rem;
}
#about.philosophy .value dl dd {
  padding-left: 1em;
  text-indent: -1em;
}
#about.philosophy .value dl dd::before {
  content: "・";
  color: #1A1311;
  font-feature-settings: initial;
}
#about.philosophy .value dl dd:has(+ dd) {
  margin-bottom: 0.5rem;
}
#about.philosophy .value--content {
  border-radius: 0.5rem;
  padding: 1rem 2rem;
}
#about.philosophy .value--content &gt; div {
  margin-top: 2rem;
}
#about.philosophy .value--content:has(+ div) {
  margin-bottom: 3rem;
}
#about.philosophy .value--content:nth-of-type(1) {
  border: solid 0.15rem #EE1132;
}
#about.philosophy .value--content:nth-of-type(1) h4, #about.philosophy .value--content:nth-of-type(1) dt {
  color: #EE1132;
}
#about.philosophy .value--content:nth-of-type(1) .-open-close::before, #about.philosophy .value--content:nth-of-type(1) .-open-close::after {
  background: #EE1132;
}
#about.philosophy .value--content:nth-of-type(2) {
  border: solid 0.15rem #005C92;
}
#about.philosophy .value--content:nth-of-type(2) h4, #about.philosophy .value--content:nth-of-type(2) dt {
  color: #005C92;
}
#about.philosophy .value--content:nth-of-type(2) .-open-close::before, #about.philosophy .value--content:nth-of-type(2) .-open-close::after {
  background: #005C92;
}
#about.philosophy .value--content:nth-of-type(3) {
  border: solid 0.15rem #00946B;
}
#about.philosophy .value--content:nth-of-type(3) h4, #about.philosophy .value--content:nth-of-type(3) dt {
  color: #00946B;
}
#about.philosophy .value--content:nth-of-type(3) .-open-close::before, #about.philosophy .value--content:nth-of-type(3) .-open-close::after {
  background: #00946B;
}
#about.philosophy .value--content:nth-of-type(4) {
  border: solid 0.15rem #7B2482;
}
#about.philosophy .value--content:nth-of-type(4) h4, #about.philosophy .value--content:nth-of-type(4) dt {
  color: #7B2482;
}
#about.philosophy .value--content:nth-of-type(4) .-open-close::before, #about.philosophy .value--content:nth-of-type(4) .-open-close::after {
  background: #7B2482;
}
#about.philosophy .value--content:nth-of-type(5) {
  border: solid 0.15rem #FFCB00;
}
#about.philosophy .value--content:nth-of-type(5) h4, #about.philosophy .value--content:nth-of-type(5) dt {
  color: #FFCB00;
}
#about.philosophy .value--content:nth-of-type(5) .-open-close::before, #about.philosophy .value--content:nth-of-type(5) .-open-close::after {
  background: #FFCB00;
}
#about.history .head .loop .img img {
  object-position: left 100% top 0;
}
@media screen and (min-width: 768px) {
  #about.history .head .loop .img img {
    object-position: left 65% top 0;
  }
}
#about.history .history--list {
  display: grid;
}
#about.history .history--list li {
  display: flex;
  border-bottom: solid 0.1rem rgba(26, 19, 17, 0.5);
}
#about.history .history--list li .year, #about.history .history--list li .g_year dt, #about.history .history--list li .g_year dd {
  padding: 1rem 0;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  #about.history .history--list li .year, #about.history .history--list li .g_year dt, #about.history .history--list li .g_year dd {
    padding: 2rem 0;
  }
}
#about.history .history--list li .year {
  width: 10rem;
  padding-left: 1rem;
}
#about.history .history--list li dl {
  width: 100%;
}
#about.history .history--list li dl .g_year {
  display: flex;
}
#about.history .history--list li dl .g_year:has(+ .g_year) {
  border-bottom: dotted 0.1rem rgba(26, 19, 17, 0.5);
}
#about.history .history--list li dl .g_year dt {
  width: 7rem;
  text-align: right;
  padding-right: 2rem;
}
#about.history .history--list li dl .g_year dd {
  width: calc(100% - 5rem);
}
#about.overview .head .loop .img img {
  object-position: left 15% top 0;
}
@media screen and (min-width: 768px) {
  #about.overview .head .loop .img img {
    object-position: left 30% top 0;
  }
}
#about.overview h3 {
  font-size: clamp(1.8rem, 0.733rem + 2.22vw, 2.4rem);
  border-bottom: solid 0.1rem #d7d7d7;
  padding-bottom: 1rem;
}
#about.overview h3 .sub {
  display: block;
  font-size: clamp(1.6rem, 1.244rem + 0.74vw, 1.8rem);
}
#about.overview h3:has(+ div), #about.overview h3:has(+ ul) {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  #about.overview h3:has(+ div), #about.overview h3:has(+ ul) {
    margin-bottom: 3rem;
  }
  #about.overview h3 .sub {
    display: inline-block;
    font-weight: 500;
    padding: 0 1rem;
  }
}
#about.overview h4 {
  font-size: clamp(1.6rem, 1.244rem + 0.74vw, 1.8rem);
  padding-bottom: 1rem;
}
#about.overview h4 .sub {
  font-size: clamp(1.4rem, 1.355rem + 0.19vw, 1.5rem);
}
#about.overview .freedial {
  text-align: center;
  line-height: 1.5;
}
#about.overview .freedial a {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: fit-content;
  margin-inline: auto;
}
#about.overview .freedial .title {
  display: block;
  font-size: clamp(1.6rem, 1.244rem + 0.74vw, 1.8rem);
  font-weight: 700;
}
#about.overview .freedial .sub {
  font-size: clamp(1.4rem, 1.355rem + 0.19vw, 1.5rem);
  font-weight: 700;
}
#about.overview .freedial .number {
  font-size: clamp(2.3rem, 1.325rem + 2.6vw, 3.6rem);
  font-weight: 700;
  margin-top: 1rem;
}
#about.overview .freedial .number ruby rt {
  font-size: 0.8rem;
}
#about.overview .freedial .icon {
  position: relative;
  top: 1.1rem;
}
#about.overview .freedial .icon--white {
  width: 3rem;
  height: 2rem;
  fill: #1A1311;
}
#about.overview .overview_list {
  width: 100%;
}
#about.overview .overview_list div {
  display: flex;
  flex-direction: column;
  border-bottom: solid 0.1rem rgba(26, 19, 17, 0.5);
}
#about.overview .overview_list div dt, #about.overview .overview_list div dd {
  padding: 1rem 0;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  #about.overview .overview_list div dt, #about.overview .overview_list div dd {
    padding: 2rem 0;
  }
}
#about.overview .overview_list div dt {
  font-size: clamp(1.4rem, 1.355rem + 0.19vw, 1.5rem);
  font-weight: 700;
  padding: 1rem;
}
#about.overview .overview_list div dd {
  font-size: 1.4rem;
  padding: 0 1rem 1rem 1rem;
}
@media screen and (min-width: 768px) {
  #about.overview .overview_list div {
    flex-direction: row;
  }
  #about.overview .overview_list div dt {
    width: 20rem;
    font-weight: 500;
    padding: 2rem 1rem;
  }
  #about.overview .overview_list div dd {
    width: calc(100% - 20rem);
    padding: 2rem 1rem;
  }
}
#about.overview .overview_list .add a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: #00B2AE;
  border: solid 0.1rem #00B2AE;
  border-radius: 0.5rem;
  font-size: 1.04rem;
  line-height: 1;
  padding: 0.2rem 0.5rem;
  margin-left: 0.5rem;
}
#about.overview .overview_list .add a:active {
  color: #FFFFFF;
  background: #00B2AE;
  border: solid 0.1rem #00B2AE;
}
#about.overview .overview_list .add a:active .arr svg {
  fill: #FFFFFF;
}
@media screen and (min-width: 768px) {
  #about.overview .overview_list .add a:hover {
    color: #FFFFFF;
    background: #00B2AE;
    border: solid 0.1rem #00B2AE;
  }
  #about.overview .overview_list .add a:hover .arr svg {
    fill: #FFFFFF;
  }
}
#about.overview .relation_list li, #about.overview .office_list li {
  line-height: 1.5;
  padding: 2rem 0;
}
#about.overview .relation_list li:has(+ li), #about.overview .office_list li:has(+ li) {
  border-bottom: solid 0.1rem #d7d7d7;
}
@media screen and (min-width: 768px) {
  #about.overview .relation_list li, #about.overview .office_list li {
    padding: 3rem 0;
  }
}
#about.overview .relation_list li .btn a, #about.overview .office_list li .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  height: 4.8rem;
  color: #00B2AE;
  border: solid 0.1rem #00B2AE;
  border-radius: 0.5rem;
}
#about.overview .relation_list li .btn a .txt, #about.overview .office_list li .btn a .txt {
  line-height: 1;
}
#about.overview .relation_list li .btn a .arr svg, #about.overview .office_list li .btn a .arr svg {
  width: 1rem;
  aspect-ratio: 1/1;
  fill: #00B2AE;
}
#about.overview .relation_list li .btn a:active, #about.overview .office_list li .btn a:active {
  color: #FFFFFF;
  background: #00B2AE;
  border: solid 0.1rem #00B2AE;
}
#about.overview .relation_list li .btn a:active .arr svg, #about.overview .office_list li .btn a:active .arr svg {
  fill: #FFFFFF;
}
@media screen and (min-width: 768px) {
  #about.overview .relation_list li .btn a:hover, #about.overview .office_list li .btn a:hover {
    color: #FFFFFF;
    background: #00B2AE;
    border: solid 0.1rem #00B2AE;
  }
  #about.overview .relation_list li .btn a:hover .arr svg, #about.overview .office_list li .btn a:hover .arr svg {
    fill: #FFFFFF;
  }
}

#movie--index .list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
#movie--index .list li {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#movie--index .list li:has(+ li) {
  padding-bottom: 3rem;
  border-bottom: solid 0.1rem #d7d7d7;
}
#movie--index .list li .youtube {
  aspect-ratio: 16/9;
}
#movie--index .list li .youtube iframe {
  width: 100%;
  height: 100%;
}
#movie--index .list li .content h2 {
  font-size: clamp(1.6rem, 1.244rem + 0.74vw, 1.8rem);
  color: #00B2AE;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  #movie--index .list li {
    flex-direction: row;
    gap: 3rem;
  }
  #movie--index .list li .youtube {
    width: calc(35% - 3rem);
  }
  #movie--index .list li .content {
    width: 65%;
  }
}

main.form_container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  min-height: 100vh;
  min-height: 100svh;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 0;
}
main.form_container#application, main.form_container#contact {
  background-image: url(/assets/img/bg_footer.jpg);
}
main.form_container.complete .bg .form p, main.form_container.complete .bg .form_confirm p {
  text-align: center;
  line-height: 2;
}
main.form_container.complete .bg .form p.copy, main.form_container.complete .bg .form_confirm p.copy {
  font-size: clamp(1.6rem, 1.244rem + 0.74vw, 1.8rem);
  font-weight: 700;
}
main.form_container.complete .bg .form p + p, main.form_container.complete .bg .form_confirm p + p {
  margin-top: 1rem;
}
main.form_container.complete .bg .form p.btn a, main.form_container.complete .bg .form_confirm p.btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  height: 4.8rem;
  color: #00B2AE;
  border: solid 0.1rem #00B2AE;
  border-radius: 0.5rem;
}
main.form_container.complete .bg .form p.btn a .txt, main.form_container.complete .bg .form_confirm p.btn a .txt {
  line-height: 1;
}
main.form_container.complete .bg .form p.btn a .arr svg, main.form_container.complete .bg .form_confirm p.btn a .arr svg {
  width: 1rem;
  aspect-ratio: 1/1;
  fill: #00B2AE;
}
main.form_container.complete .bg .form p.btn a:active, main.form_container.complete .bg .form_confirm p.btn a:active {
  color: #FFFFFF;
  background: #00B2AE;
  border: solid 0.1rem #00B2AE;
}
main.form_container.complete .bg .form p.btn a:active .arr svg, main.form_container.complete .bg .form_confirm p.btn a:active .arr svg {
  fill: #FFFFFF;
}
@media screen and (min-width: 768px) {
  main.form_container.complete .bg .form p.btn a:hover, main.form_container.complete .bg .form_confirm p.btn a:hover {
    color: #FFFFFF;
    background: #00B2AE;
    border: solid 0.1rem #00B2AE;
  }
  main.form_container.complete .bg .form p.btn a:hover .arr svg, main.form_container.complete .bg .form_confirm p.btn a:hover .arr svg {
    fill: #FFFFFF;
  }
}
main.form_container.complete .bg .form .contact, main.form_container.complete .bg .form_confirm .contact {
  border-radius: 0.5rem;
  background: #d7d7d7;
  padding: 2rem;
  margin-top: 3rem;
}
main.form_container.complete .bg .form .contact p, main.form_container.complete .bg .form_confirm .contact p {
  font-size: 1.4rem;
  line-height: 1.5;
}
main.form_container.complete .bg .form .freedial, main.form_container.complete .bg .form_confirm .freedial {
  text-align: center;
  line-height: 1.5;
}
main.form_container.complete .bg .form .freedial a, main.form_container.complete .bg .form_confirm .freedial a {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: fit-content;
  margin-inline: auto;
}
main.form_container.complete .bg .form .freedial .title, main.form_container.complete .bg .form_confirm .freedial .title {
  display: block;
  font-size: clamp(1.6rem, 1.244rem + 0.74vw, 1.8rem);
  font-weight: 700;
}
main.form_container.complete .bg .form .freedial .sub, main.form_container.complete .bg .form_confirm .freedial .sub {
  font-size: clamp(1.4rem, 1.355rem + 0.19vw, 1.5rem);
  font-weight: 700;
}
main.form_container.complete .bg .form .freedial .number, main.form_container.complete .bg .form_confirm .freedial .number {
  font-size: clamp(2.3rem, 1.325rem + 2.6vw, 3.6rem);
  font-weight: 700;
  margin-top: 1rem;
}
main.form_container.complete .bg .form .freedial .number ruby rt, main.form_container.complete .bg .form_confirm .freedial .number ruby rt {
  font-size: 0.8rem;
}
main.form_container.complete .bg .form .freedial .icon, main.form_container.complete .bg .form_confirm .freedial .icon {
  position: relative;
  top: 1.1rem;
}
main.form_container.complete .bg .form .freedial .icon--black, main.form_container.complete .bg .form_confirm .freedial .icon--black {
  width: 3rem;
  height: 2rem;
  fill: #1A1311;
}
@media screen and (min-width: 1024px) {
  main.form_container {
    padding: 5rem 0;
  }
}
main.form_container::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(0.7rem);
  backdrop-filter: blur(0.7rem);
  mix-blend-mode: screen;
  background: rgba(250, 250, 250, 0.35);
}
main.form_container .bg {
  position: relative;
  z-index: 10;
  overflow: hidden;
  max-width: 71rem;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 1.5rem rgba(26, 19, 17, 0.15);
}
main.form_container .bg .contheader {
  border-top: solid 0.5rem #00B2AE;
}
main.form_container .bg .contheader .sitetitle {
  width: fit-content;
  margin-inline: auto;
}
main.form_container .bg .contheader .sitetitle .pc {
  display: none;
}
main.form_container .bg .contheader--title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
main.form_container .bg .contheader--title h1 {
  position: relative;
  z-index: 5;
  width: fit-content;
  max-width: 65rem;
  font-size: clamp(2.3rem, 1.325rem + 2.6vw, 3.6rem);
  font-weight: 500;
  text-align: center;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  main.form_container .bg {
    border-radius: 0.3rem;
  }
  main.form_container .bg .contheader--title h1 {
    background: none;
  }
}
main.form_container .bg section.form, main.form_container .bg section.form_confirm {
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  main.form_container .bg section.form, main.form_container .bg section.form_confirm {
    padding: 3rem;
  }
}
main.form_container h3 {
  text-align: center;
  margin-bottom: 3rem;
}
main.form_container .message {
  margin-bottom: 3rem;
}
main.form_container .forcontact {
  margin-bottom: 3rem;
}
main.form_container .forcontact .flex {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
main.form_container .forcontact .flex li {
  flex: 1;
}
main.form_container .forcontact .flex li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  border-radius: 0.5rem;
  border: solid 0.1rem #d7d7d7;
  background: #fafafa;
  padding: 2rem 0;
}
main.form_container .forcontact .flex li a::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  height: 0.75rem;
  width: 1.5rem;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  transform: translate(0.4rem, 0.1rem) rotate(135deg);
  background: #1A1311;
}
main.form_container .forcontact .flex li.pri a::before {
  background: #00B2AE;
}
main.form_container .forcontact .flex li.sec a::before {
  background: #F26580;
}
@media screen and (min-width: 768px) {
  main.form_container .forcontact .flex {
    flex-direction: row;
  }
}
main.form_container .forcontact .column {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 3rem;
}
main.form_container .forcontact .tokyo, main.form_container .forcontact .osaka {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding-bottom: 2rem;
  border-bottom: dotted 0.1rem #1A1311;
}
main.form_container .forcontact .tokyo h4, main.form_container .forcontact .osaka h4 {
  width: 100%;
  font-size: clamp(1.6rem, 1.244rem + 0.74vw, 1.8rem);
}
main.form_container .forcontact .tokyo .tel_num li, main.form_container .forcontact .osaka .tel_num li {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: clamp(1.8rem, 0.733rem + 2.22vw, 2.4rem);
  font-weight: 700;
  line-height: 1;
}
main.form_container .forcontact .tokyo .tel_num li:has(+ li), main.form_container .forcontact .osaka .tel_num li:has(+ li) {
  margin-bottom: 0.5rem;
}
main.form_container .forcontact .tokyo .tel_num li::before, main.form_container .forcontact .osaka .tel_num li::before {
  content: "TEL";
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  font-size: 1.3rem;
  color: #FFFFFF;
  border-radius: 0.5rem;
  background: #00B2AE;
  padding: 0.2rem 0.5rem;
}
main.form_container .forcontact .tokyo .tel_num li.fax::before, main.form_container .forcontact .osaka .tel_num li.fax::before {
  content: "FAX";
  background: rgba(26, 19, 17, 0.3);
}
main.form_container .forcontact .tokyo address, main.form_container .forcontact .osaka address {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}

section.form .info p, section.form_confirm .info p {
  margin: 0;
  line-height: 1.5;
}
section.form .form--set, section.form_confirm .form--set {
  margin-inline: auto;
  margin-bottom: 3rem;
}
section.form .form--set .notes, section.form_confirm .form--set .notes {
  text-indent: -1em;
  margin-left: 1em;
  font-size: 1.4rem;
}
section.form .form--set .notes::before, section.form_confirm .form--set .notes::before {
  content: "※";
  font-feature-settings: normal;
}
section.form .form--set .select, section.form_confirm .form--set .select {
  display: block !important;
}
section.form .form--set .select:has(+ div), section.form_confirm .form--set .select:has(+ div) {
  margin-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
  section.form .form--set, section.form_confirm .form--set {
    max-width: 65rem;
  }
}
section.form .form--set.dates .select.course, section.form_confirm .form--set.dates .select.course {
  display: block !important;
  width: fit-content;
  margin-inline: auto;
}
section.form .form--set.privacy, section.form_confirm .form--set.privacy {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
section.form .form--set.privacy h2 + p a, section.form_confirm .form--set.privacy h2 + p a {
  text-decoration: underline;
  color: #3E72FF;
}
section.form .form--set.privacy span[data-name=accept_privacypolicy], section.form_confirm .form--set.privacy span[data-name=accept_privacypolicy] {
  display: block;
}
section.form .form--set.privacy span[data-name=accept_privacypolicy] span, section.form_confirm .form--set.privacy span[data-name=accept_privacypolicy] span {
  display: block;
}
section.form .form--set.privacy label, section.form_confirm .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(26, 19, 17, 0.3);
  border-radius: 0.3rem;
  padding: 1rem;
  margin-inline: auto;
  margin: 0 auto;
  background: rgba(26, 19, 17, 0.03);
}
section.form .form--set.privacy label:has(input:checked), section.form_confirm .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 &gt; span, section.form_confirm .form--set.privacy label &gt; span {
  font-size: 1.4rem;
}
section.form .form--set.privacy a, section.form_confirm .form--set.privacy a {
  color: #3E72FF;
  text-decoration: underline;
}
section.form .form--set.submit, section.form_confirm .form--set.submit {
  margin-bottom: 0;
}
section.form .form--set.submit .row, section.form_confirm .form--set.submit .row {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
section.form .form--set.submit .row input:nth-of-type(1), section.form_confirm .form--set.submit .row input:nth-of-type(1) {
  width: calc(30% - 2rem);
}
section.form .form--set.submit .row input:nth-of-type(2), section.form_confirm .form--set.submit .row input:nth-of-type(2) {
  width: 70%;
}
section.form .form--set.submit .notes, section.form_confirm .form--set.submit .notes {
  max-width: 33.5rem;
  margin-inline: auto;
  margin-left: 1em;
  margin-bottom: 3rem;
  text-indent: -1em;
  font-size: 1.4rem;
}
section.form .form--set.submit .notes::before, section.form_confirm .form--set.submit .notes::before {
  content: "※";
  font-feature-settings: normal;
}
@media screen and (min-width: 1024px) {
  section.form .form--set.submit .notes, section.form_confirm .form--set.submit .notes {
    margin-left: inherit;
  }
}
section.form .wpcf7 .must, section.form_confirm .wpcf7 .must {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 1.6em;
  color: #FFFFFF;
  font-size: 1.04rem;
  font-weight: 400;
  border-radius: 0.3rem;
  background: #F26580;
}
section.form .wpcf7 h2, section.form_confirm .wpcf7 h2 {
  display: block !important;
  font-size: clamp(1.4rem, 1.355rem + 0.19vw, 1.5rem) !important;
  color: #1A1311 !important;
  height: fit-content !important;
  border-radius: 0 !important;
  border-bottom: solid 0.1rem #1A1311;
  background: none !important;
  padding-bottom: 1rem;
  margin-bottom: 2rem !important;
}
section.form .area, section.form_confirm .area {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
section.form .area h2, section.form .area div, section.form_confirm .area h2, section.form_confirm .area div {
  display: block;
  width: fit-content;
  margin-inline: auto;
}
section.form .area .wpcf7-form-control, section.form_confirm .area .wpcf7-form-control {
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: repeat(1, 1fr);
}
section.form .area .wpcf7-form-control .wpcf7-list-item, section.form_confirm .area .wpcf7-form-control .wpcf7-list-item {
  display: block;
  width: 100%;
  height: 100%;
}
section.form .desired, section.form_confirm .desired {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
section.form .desired h2, section.form .desired div, section.form_confirm .desired h2, section.form_confirm .desired div {
  display: block;
  width: fit-content;
  margin-inline: auto;
}
section.form .desired label, section.form_confirm .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(26, 19, 17, 0.3);
  border-radius: 0.3rem;
  padding: 1rem;
  background: rgba(26, 19, 17, 0.03);
  cursor: pointer;
}
section.form .desired label:has(input:checked), section.form_confirm .desired label:has(input:checked) {
  border-style: solid;
}
section.form .desired label:has(input:disabled) .wpcf7-list-item-label, section.form_confirm .desired label:has(input:disabled) .wpcf7-list-item-label {
  color: #F26580;
  font-size: 1.3rem;
}
section.form .form_list li, section.form_confirm .form_list li {
  padding: 2rem 0;
  border-bottom: solid 0.1rem #d7d7d7;
}
section.form .form_list li &gt; p, section.form_confirm .form_list li &gt; p {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  font-size: clamp(1.4rem, 1.355rem + 0.19vw, 1.5rem);
  font-weight: 500;
  margin-bottom: 1rem;
}
section.form .form_list li &gt; p .sub, section.form_confirm .form_list li &gt; p .sub {
  font-size: 1.4rem;
  font-weight: 400;
}
section.form .form_list li &gt; p.relation, section.form_confirm .form_list li &gt; p.relation {
  font-size: 1.4rem;
}
section.form .form_list li &gt; p.relation br, section.form_confirm .form_list li &gt; p.relation br {
  display: none;
}
@media screen and (min-width: 768px) {
  section.form .form_list li &gt; p, section.form_confirm .form_list li &gt; p {
    padding: 0 2rem;
    margin-bottom: 0;
  }
}
section.form .form_list li &gt; label, section.form .form_list li &gt; div, section.form_confirm .form_list li &gt; label, section.form_confirm .form_list li &gt; div {
  display: block;
}
@media screen and (min-width: 1024px) {
  section.form .form_list li, section.form_confirm .form_list li {
    display: flex;
  }
  section.form .form_list li &gt; p, section.form_confirm .form_list li &gt; p {
    width: 35%;
  }
  section.form .form_list li &gt; p.relation br, section.form_confirm .form_list li &gt; p.relation br {
    display: block;
  }
  section.form .form_list li &gt; label, section.form .form_list li &gt; div, section.form_confirm .form_list li &gt; label, section.form_confirm .form_list li &gt; div {
    width: 65%;
  }
}
section.form .address_group, section.form_confirm .address_group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
section.form .address_group label .lbl, section.form_confirm .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], section.form_confirm input[type=text], section.form_confirm input[type=tel], section.form_confirm input[type=email], section.form_confirm input[type=number] {
  appearance: none;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 0.3em 0.7em;
  padding-left: clamp(12px, 0.5rem - 2px, 24px);
  background: #FFFFFF;
  color: #1A1311;
  height: 4.8rem;
  margin-bottom: 0.3rem;
  border: none;
  outline: none;
  border-radius: 0.5rem;
  box-shadow: 0 0 0 0.1rem rgba(26, 19, 17, 0.3);
}
section.form input[type=text]:focus, section.form input[type=tel]:focus, section.form input[type=email]:focus, section.form input[type=number]:focus, section.form_confirm input[type=text]:focus, section.form_confirm input[type=tel]:focus, section.form_confirm input[type=email]:focus, section.form_confirm input[type=number]:focus {
  box-shadow: 0 0 0 2px #F5BF0A;
}
section.form input.wful, section.form_confirm input.wful {
  width: 100%;
}
section.form textarea, section.form select, section.form_confirm textarea, section.form_confirm select {
  appearance: none;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 0.3em 0.7em;
  padding-left: clamp(12px, 0.5rem - 2px, 24px);
  background: #FFFFFF;
  color: #1A1311;
  margin-bottom: 0.3rem;
  border: none;
  outline: none;
  border-radius: 0.5rem;
  box-shadow: 0 0 0 0.1rem rgba(26, 19, 17, 0.3);
}
section.form textarea:focus, section.form select:focus, section.form_confirm textarea:focus, section.form_confirm select:focus {
  box-shadow: 0 0 0 2px #F5BF0A;
}
section.form textarea, section.form_confirm textarea {
  height: 10rem;
  width: 100%;
}
section.form select, section.form_confirm select {
  height: 4.8rem;
  padding-left: 2.5em;
  cursor: pointer;
}
section.form .select .wpcf7-form-control-wrap, section.form_confirm .select .wpcf7-form-control-wrap {
  position: relative;
  cursor: pointer;
}
section.form .select .wpcf7-form-control-wrap::after, section.form_confirm .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 #1A1311;
  border-bottom: solid 2px #1A1311;
  transform: rotate(45deg);
  pointer-events: none;
}
section.form dl, section.form_confirm dl {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
section.form .date, section.form_confirm .date {
  display: flex;
  align-items: center;
  gap: 1rem;
}
section.form .date dd, section.form .date div, section.form_confirm .date dd, section.form_confirm .date div {
  position: relative;
}
section.form .date dd input[type=date], section.form .date div input[type=date], section.form_confirm .date dd input[type=date], section.form_confirm .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, section.form_confirm .wpcf7-checkbox, section.form_confirm .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
section.form .wpcf7-checkbox &gt; span, section.form .wpcf7-radio &gt; span, section.form_confirm .wpcf7-checkbox &gt; span, section.form_confirm .wpcf7-radio &gt; span {
  width: fit-content;
}
section.form .wpcf7-list-item, section.form_confirm .wpcf7-list-item {
  margin: 0;
}
section.form input[type=submit], section.form_confirm input[type=submit] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 100%;
  height: 4.8rem;
  color: #FFFFFF;
  font-size: clamp(1.6rem, 1.244rem + 0.74vw, 1.8rem);
  border-radius: 0.5rem;
  background-color: #F26580;
}
section.form input[type=submit][disabled], section.form_confirm input[type=submit][disabled] {
  color: #1A1311;
  background-color: #d7d7d7;
}
section.form input[type=button], section.form_confirm input[type=button] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 100%;
  height: 4.8rem;
  color: #FFFFFF;
  font-size: clamp(1.6rem, 1.244rem + 0.74vw, 1.8rem);
  border-radius: 0.5rem;
  background-color: #F5BF0A;
}

#sitepolicy section .md_wrapper {
  margin-inline: auto;
}
#sitepolicy section .md_wrapper:has(+ div) {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  #sitepolicy section .md_wrapper:has(+ div) {
    margin-bottom: 5rem;
  }
}
#sitepolicy section h2 {
  font-size: clamp(1.7rem, 0.95rem + 2vw, 2.7rem);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
#sitepolicy section h2:has(+ .read) {
  margin-bottom: 3rem;
}
#sitepolicy section h3 {
  font-size: clamp(1.8rem, 0.733rem + 2.22vw, 2.4rem);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.15em;
  border-bottom: solid 0.1rem #1A1311;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
#sitepolicy section .area:has(+ div) {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  #sitepolicy section .area:has(+ div) {
    margin-bottom: 5rem;
  }
}

#privacypolicy section .md_wrapper {
  margin-inline: auto;
}
#privacypolicy section .md_wrapper:has(+ div) {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  #privacypolicy section .md_wrapper:has(+ div) {
    margin-bottom: 5rem;
  }
}
#privacypolicy section h2 {
  font-size: clamp(1.7rem, 0.95rem + 2vw, 2.7rem);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
#privacypolicy section h2:has(+ .read) {
  margin-bottom: 3rem;
}
#privacypolicy section h3 {
  font-size: clamp(1.8rem, 0.733rem + 2.22vw, 2.4rem);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.15em;
  border-bottom: solid 0.1rem #1A1311;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
#privacypolicy section .area:has(+ div) {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  #privacypolicy section .area:has(+ div) {
    margin-bottom: 5rem;
  }
}

/*# sourceMappingURL=style.css.map */
</pre></body></html>