@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600&family=Noto+Serif+JP:wght@400;500;700&display=swap);
@import url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanmp.min.css);
/* 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;
}

@keyframes arr_r {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  50% {
    transform: translate(100%, 0);
    opacity: 0;
  }
  50.1% {
    transform: translate(-100%, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes underline {
  0% {
    transform: scale(1, 1);
    transform-origin: right center;
  }
  33.3% {
    transform: scale(0, 1);
    transform-origin: right center;
  }
  66.6% {
    transform: scale(0, 1);
    transform-origin: left center;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: left center;
  }
}
:root {
  --wrapper: 120rem;
  --wrapper-padding: 2rem;
  --space: max(
    2rem,
    calc((100% - calc(var(--wrapper) - var(--wrapper-padding) * 2)) / 2)
  );
  --c-wrapper: 98rem;
  --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%;
  background-color: #F4F4F4;
}
html[lang=ja] {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

body {
  font-size: clamp(1.5rem, 1.322rem + 0.37vw, 1.6rem);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-rendering: optimizeSpeed;
  min-width: initial;
}
body .container {
  position: relative;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
body .container *:hover {
  transition: all 0.4s ease-out;
}
body.appear .container {
  animation-name: PageAnime-fadein;
  animation-delay: 0s;
  animation-duration: 0.35s;
  animation-fill-mode: forwards;
  visibility: visible;
  opacity: 0;
  pointer-events: auto;
}
body.appear.fadeout .container {
  animation-name: PageAnime-fadeout;
  animation-delay: 0s;
  animation-duration: 0.15s;
  animation-fill-mode: forwards;
  opacity: 1;
  pointer-events: none;
}

@keyframes PageAnime-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes PageAnime-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
section > h2 {
  font-size: clamp(1.5rem, 1.322rem + 0.37vw, 1.6rem);
  text-align: center;
  margin-bottom: 3rem;
}
section > h2 .sub {
  display: block;
  font-size: clamp(2rem, 0.578rem + 2.96vw, 2.8rem);
  letter-spacing: 0.2em;
  background: linear-gradient(transparent 80%, #D20000 80%, #D20000 90%, transparent 90%);
  width: fit-content;
  margin-inline: auto;
}

a {
  color: #373C38;
  text-decoration: none;
}
a.txtlink {
  color: #3F72CD;
  border-bottom: solid 1px #3F72CD;
}

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

.sitetitle a {
  display: block;
  height: 6rem;
}
.sitetitle a img {
  height: 100%;
  width: auto;
}

.btn_access a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 9.2rem;
  height: 2.8rem;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 0.5rem;
  border: solid 0.1rem #373C38;
}
.btn_access a::before {
  content: url(/assets/img/icon_access.svg);
  display: inline-block;
  width: 1.3rem;
  height: 1.5rem;
  margin-right: 0.5rem;
}

.btn_tel a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 0.5rem;
}
.btn_tel a .w_arr {
  display: block;
  width: 2.5rem;
}
.btn_tel .sub {
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 0.3rem;
}

.pagetitle {
  padding-top: 10rem;
}

.banner {
  container-type: inline-size;
  container-name: box-container;
  overflow: hidden;
  height: 17rem;
  border-radius: 0.5rem;
}
@media screen and (min-width: 1200px) {
  .banner:hover {
    transform: scale(1.03);
  }
}
.banner:active {
  transform: scale(1);
}
.banner a figure {
  position: relative;
  width: 100%;
  height: 100%;
}
.banner a figure img {
  width: 100%;
  height: 100%;
}
.banner.course {
  height: auto;
}
.banner.course .banner_department {
  margin-top: 0;
}
.banner.interview a p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 100%;
  height: 100%;
  font-size: 3.2rem;
  font-weight: 700;
  color: #ffffff;
  text-indent: -0.5em;
  padding-left: 0.5em;
  background: linear-gradient(165deg, rgba(63, 114, 205, 0.9), rgba(24, 57, 147, 0.9)), url(/assets/img/img_department04.jpg) no-repeat center center/cover;
  position: relative;
  overflow: hidden;
}
.banner.interview a p::after {
  content: "INTERVIEW";
  position: absolute;
  top: 5%;
  left: 15%;
  right: unset;
  bottom: unset;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18rem;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 400;
  color: transparent;
  -webkit-text-stroke: 0.15rem rgba(255, 255, 255, 0.25);
  text-stroke: 0.15rem rgba(255, 255, 255, 0.25);
  pointer-events: none;
}
@container (min-width: 550px) {
  .banner.interview a p {
    font-size: 3.6rem;
  }
  .banner.interview a p br {
    display: none;
  }
}
.banner.workers {
  background: url(/assets/img/banner_workers_bg.svg) no-repeat center top/94rem 17rem, linear-gradient(165deg, #d20000, #bf3963);
  background-blend-mode: overlay;
}
.banner.workers figure img {
  object-fit: contain;
  object-position: bottom 0 right -30%;
}
.banner.workers figure::after {
  content: url(/assets/img/banner_workers_txt.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@container (min-width: 376px) {
  .banner.workers figure img {
    object-position: bottom 0 right -10%;
  }
}
.banner.opencampus {
  background: url(/assets/img/opencampus/mv_bg.svg) no-repeat center center/94rem 45rem, linear-gradient(165deg, rgb(158, 255, 255), rgb(78, 128, 255));
  background-blend-mode: overlay;
}
.banner.opencampus figure img {
  object-fit: cover;
  object-position: center center;
}
.banner.opencampus figure::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/assets/img/opencampus/h1.svg) no-repeat center 60%;
  background-size: auto 6rem;
}
.banner.opencampus figure .two {
  display: block;
}
.banner.opencampus figure .four {
  display: none;
}
@container (min-width: 376px) {
  .banner.opencampus figure::after {
    background-size: auto 8rem;
  }
}
@container (min-width: 456px) {
  .banner.opencampus figure::after {
    background-size: auto 9.5rem;
  }
  .banner.opencampus figure .two {
    display: none;
  }
  .banner.opencampus figure .four {
    display: block;
  }
}
.banner.exam {
  background: url(/assets/img/banner_exam_bg.png) no-repeat center center/cover;
}
.banner.exam figure img {
  position: relative;
  z-index: 1;
  object-fit: contain;
  object-position: bottom -5rem right -40%;
}
.banner.exam figure::before {
  content: url(/assets/img/banner_exam_txt.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-46%) translateY(-50%);
}
@container (min-width: 40rem) {
  .banner.exam figure img {
    object-position: bottom 0 right 2%;
  }
  .banner.exam figure::before {
    content: url(/assets/img/banner_exam_txt.svg);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}
.banner.exam a {
  -webkit-backdrop-filter: blur(0.3rem) brightness(105%);
  backdrop-filter: blur(0.3rem) brightness(105%);
}
.banner.kenkounihari {
  border: solid 0.1rem #E2E2E2;
}
.banner.kenkounihari a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 100%;
  height: 100%;
}
.banner.kenkounihari a figure {
  height: 7rem;
}
.banner.kenkounihari a figure img {
  object-fit: contain;
}
.banner.benefits {
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(/assets/img/img_reason.jpg) no-repeat center center/cover;
}
.banner.benefits a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.banner.benefits p {
  width: 100%;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: #D20000;
  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(0.3rem) brightness(105%);
  backdrop-filter: blur(0.3rem) brightness(105%);
  padding: 2rem 0;
}
.banner.benefits p .sub {
  font-size: 2rem;
  font-weight: 500;
  color: #373C38;
  display: block;
}
.banner.benefits p .num {
  font-size: 3.6rem;
}

.banner_with_txt {
  container-type: inline-size;
  container-name: box-container;
}
.banner_with_txt a {
  display: flex;
  align-items: flex-end;
  height: 17rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
.banner_with_txt a figure {
  position: relative;
  width: 100%;
  height: 100%;
}
.banner_with_txt a figure img {
  width: 100%;
  height: 100%;
}
.banner_with_txt a p {
  width: 100%;
  text-align: center;
  font-size: clamp(1.6rem, 1.244rem + 0.74vw, 1.8rem);
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  background: rgba(210, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(0.3rem) brightness(105%);
  backdrop-filter: blur(0.3rem) brightness(105%);
  padding: 1rem 0;
}
.banner_with_txt a p .sub {
  font-size: 2rem;
  font-weight: 500;
  color: #373C38;
  display: block;
}
.banner_with_txt a p .num {
  font-size: 3.6rem;
}
.banner_with_txt a p::after {
  content: "";
  position: relative;
  top: 0.1rem;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(/assets/img/arr_foot_h3.svg) no-repeat center center;
  background-size: contain;
  margin-left: 0.5rem;
}
.banner_with_txt div.text {
  margin-top: 1rem;
}
.banner_with_txt div.text p {
  font-size: 1.4rem;
}
.banner_with_txt.exemption a {
  background: linear-gradient(165deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url(/assets/img/department/acupuncture_day_img02.jpg) no-repeat center center/cover;
}
.banner_with_txt.support a {
  background: linear-gradient(165deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url(/assets/img//campuslife/image01.jpg) no-repeat center center/cover;
}

figure.btn_fa a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: fit-content;
  height: 6rem;
  color: #ffffff;
  font-weight: 500;
  border-radius: 0.5rem;
  background: #183993;
  padding: 0 3rem;
  margin-inline: auto;
}
figure.btn_fa a .txt {
  display: flex;
  align-items: center;
}
figure.btn_fa a .txt::before {
  content: url(/assets/img/icon_facebook.svg);
  display: inline-block;
  margin-right: 1rem;
}
figure.btn_fa p {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 1rem;
}

h3.fa a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  background: #32599D;
  font-size: clamp(1.6rem, 1.244rem + 0.74vw, 1.8rem);
  color: #ffffff;
  height: 4rem;
}

h3.insta a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  align-items: center;
  background: linear-gradient(91.23deg, #FF7A00 0%, #FF0169 50.06%, #D300C5 99.36%);
  font-size: clamp(1.6rem, 1.244rem + 0.74vw, 1.8rem);
  line-height: 1;
  color: #ffffff;
  height: 4rem;
  margin-top: 1rem;
}
h3.insta a i {
  width: clamp(1.8rem, 0.733rem + 2.22vw, 2.4rem);
  aspect-ratio: 1/1;
  margin-right: 1rem;
}

.fb-page,
.fb-page span,
.facebook_wrap iframe {
  width: 100% !important;
}

@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);
  }
}
.swiper .swiper-button-prev, .swiper .swiper-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.swiper .swiper-button-prev::after, .swiper .swiper-button-next::after {
  font-size: 1em;
}
.swiper .swiper-button-prev {
  left: calc((100% - 28rem) / 2 - (27px + 1rem));
}
.swiper .swiper-button-prev::after {
  content: url(/assets/img/arr_prev.svg);
}
.swiper .swiper-button-next {
  right: calc((100% - 28rem) / 2 - (27px + 1rem));
}
.swiper .swiper-button-next::after {
  content: url(/assets/img/arr_next.svg);
}
@media screen and (min-width: 768px) {
  .swiper .swiper-button-prev {
    top: unset;
    left: unset;
    bottom: 0;
    right: calc(var(--space) + 5rem);
  }
  .swiper .swiper-button-next {
    top: unset;
    bottom: 0;
    right: var(--space);
  }
}

@media screen and (min-width: 1200px) {
  .hover figure img {
    transition: all 0.7s ease;
  }
  .hover:hover figure img {
    transform: scale(1.1);
    filter: brightness(1.15);
  }
}
.child_site main section h2 .sub {
  background: none !important;
}
.child_site#hokuriku main section h2 .sub {
  color: #2874E5;
}

.ghead {
  letter-spacing: 0.075em;
}
.ghead .header_b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 7rem;
  background: #ffffff;
  border-bottom: solid 0.1rem #E2E2E2;
  padding-left: var(--space);
  padding-right: var(--space);
}
.ghead .header_b .sitetitle {
  height: 4.5rem;
}
.ghead .header_b .sitetitle a {
  position: relative;
  display: block;
  height: 100%;
}
.ghead .header_b .sitetitle a img {
  height: 100%;
  width: auto;
}
.ghead .header_b .sitetitle a img.logo {
  position: relative;
  top: 0.5rem;
}
.ghead .header_b .sitetitle a img.arealogo {
  height: 2rem;
}
.ghead .header_b .sitetitle a .desc {
  position: absolute;
  top: -0.6rem;
  left: 3.7rem;
  font-size: 0.85rem;
  font-weight: 500;
  color: #183993;
  letter-spacing: 0.12em;
  white-space: nowrap;
}
.ghead .header_b--nav {
  display: none;
}
@media screen and (min-width: 1024px) {
  .ghead .header_b {
    height: 10rem;
  }
  .ghead .header_b .sitetitle {
    height: 6rem;
  }
  .ghead .header_b .sitetitle a .desc {
    left: 5rem;
    font-size: 1rem;
    letter-spacing: 0.25em;
  }
  .ghead .header_b--nav {
    display: block;
  }
}
.ghead .gnav > ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.ghead .gnav > ul > li {
  position: relative;
}
.ghead .gnav > ul > li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background: #132d74;
}
.ghead .gnav > ul > li > a, .ghead .gnav > ul > li > span.a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  font-size: 1.4rem;
  height: 8rem;
  padding: 0 2rem;
  cursor: pointer;
}
.ghead .gnav > ul > li:hover {
  background: #f2f2f2;
}
@media screen and (min-width: 1200px) {
  .ghead .gnav a:hover {
    color: #ffffff !important;
    background: #112867;
  }
}
@media screen and (min-width: 1200px) {
  .ghead .header_h {
    display: flex;
  }
  .ghead .header_b .hnav,
.ghead .header_f {
    display: block;
  }
}

.inner .gnav > ul > li > a, .inner .gnav > ul > li > span.a, .fixed .gnav > ul > li > a, .fixed .gnav > ul > li > span.a {
  height: 6rem;
}

body.reason .ghead .gnav > ul > li.reason > a, body.reason .ghead .gnav > ul > li.reason > span.a,
body.school .ghead .gnav > ul > li.school > a,
body.school .ghead .gnav > ul > li.school > span.a,
body.department .ghead .gnav > ul > li.department > a,
body.department .ghead .gnav > ul > li.department > span.a,
body.interview .ghead .gnav > ul > li.interview > a,
body.interview .ghead .gnav > ul > li.interview > span.a,
body.single-interview .ghead .gnav > ul > li.interview > a,
body.single-interview .ghead .gnav > ul > li.interview > span.a,
body.campuslife .ghead .gnav > ul > li.campuslife > a,
body.campuslife .ghead .gnav > ul > li.campuslife > span.a,
body.career .ghead .gnav > ul > li.career > a,
body.career .ghead .gnav > ul > li.career > span.a,
body.admission .ghead .gnav > ul > li.admission > a,
body.admission .ghead .gnav > ul > li.admission > span.a,
body.faq .ghead .gnav > ul > li.faq > a,
body.faq .ghead .gnav > ul > li.faq > span.a {
  color: #112867;
}
body.reason .ghead .gnav > ul > li.reason::before,
body.school .ghead .gnav > ul > li.school::before,
body.department .ghead .gnav > ul > li.department::before,
body.interview .ghead .gnav > ul > li.interview::before,
body.single-interview .ghead .gnav > ul > li.interview::before,
body.campuslife .ghead .gnav > ul > li.campuslife::before,
body.career .ghead .gnav > ul > li.career::before,
body.admission .ghead .gnav > ul > li.admission::before,
body.faq .ghead .gnav > ul > li.faq::before {
  content: "";
}

.sp-nav-btn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3000;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 7rem;
  height: 7rem;
}
@media screen and (min-width: 1024px) {
  .sp-nav-btn {
    top: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .sp-nav-btn {
    display: none;
  }
}
.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: 3.5rem;
  height: 2.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: #373C38;
  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(1.1rem) rotate(45deg);
  }
  50% {
    transform: translateY(1.1rem) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar03 {
  0% {
    transform: translateY(-1.1rem) rotate(-45deg);
  }
  50% {
    transform: translateY(-1.1rem) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(1.1rem) rotate(0);
  }
  100% {
    transform: translateY(1.1rem) rotate(45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-1.1rem) rotate(0);
  }
  100% {
    transform: translateY(-1.1rem) 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;
  min-width: 50%;
  height: 100%;
  overflow: auto;
  padding: 5rem 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(55, 60, 56, 0.5);
  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 > li {
  border-bottom: solid 0.1rem #E2E2E2;
}
#drawer_nav .gnav > ul > li > a, #drawer_nav .gnav > ul > li > 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 > 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: #d4d4d4;
  transition: all 0.4s;
}
#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: #112867;
}
#drawer_nav .gnav > ul > li.active > span.a::before {
  transform: scale(1.5);
  background: #112867;
}
#drawer_nav .gnav > ul > li.active > span.a::after {
  transform: rotate(270deg);
}
#drawer_nav .gnav > ul > li.dropdown ul {
  padding-bottom: 2rem;
}
#drawer_nav .gnav > ul > 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 > ul > li.dropdown ul li a::before {
  content: "・";
  font-feature-settings: "pkna";
}
#drawer_nav .hnav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.1rem;
}
#drawer_nav .hnav ul li {
  width: calc(50% - 0.05rem);
  border-radius: 0.3rem;
  border-style: solid;
  border-width: 0.1rem;
  border-color: #E2E2E2;
}
#drawer_nav .hnav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  gap: 0.3rem;
  height: 3rem;
  font-size: 1.2rem;
}
#drawer_nav .hnav ul li a .w_icon {
  position: relative;
  display: block;
  aspect-ratio: 1/1;
  width: 2rem;
}
#drawer_nav .hnav ul li a .w_icon .icon {
  transition: fill 0.2s ease;
  display: block;
  position: relative;
  z-index: 1;
  aspect-ratio: 1/1;
  width: 100%;
  fill: #373C38;
}
#drawer_nav .hnav ul li:active a {
  background-color: #112867;
}
#drawer_nav .hnav ul li:active a .txt {
  color: #ffffff !important;
}
#drawer_nav .hnav ul li:active a .w_icon .icon {
  fill: #ffffff !important;
}
#drawer_nav .hnav ul li.workers {
  border-color: #D20000;
}
#drawer_nav .hnav ul li.workers a .txt {
  color: #D20000;
}
#drawer_nav .hnav ul li.workers a .w_icon::before {
  border-color: #D20000;
}
#drawer_nav .hnav ul li.workers a .w_icon .icon {
  fill: #D20000;
}
#drawer_nav .hnav ul li.workers:active a {
  background-color: #D20000;
}
#drawer_nav .hnav ul li.workers:active a .txt {
  color: #ffffff;
}
#drawer_nav .hnav ul li.workers:active a .w_icon .icon {
  fill: #ffffff;
}
#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 #E2E2E2;
  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: #373C38;
}
#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;
}

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

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

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;
  }
}
.aside {
  display: none;
  position: absolute;
  z-index: 150;
  right: 0;
}
.aside.fixed {
  position: fixed;
}
@media screen and (min-width: 1024px) {
  .aside {
    display: block;
    animation: fade-in 0.4s;
  }
  @keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}
@media screen and (min-width: 1400px) {
  .aside {
    right: calc((100% - 1400px) / 2);
  }
}
.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 a .w_icon .icon {
  fill: #ffffff;
}
.aside .snav ul li.opencampus a {
  background-color: #183993;
}
.aside .snav ul li.document a {
  background-color: #D20000;
}
.aside .snav ul li.contact a {
  background-color: #8F5DC1;
}
@media screen and (min-width: 1200px) {
  .aside .snav ul li.opencampus a:hover {
    color: #183993;
    border: solid 0.1rem #183993;
    background-color: #ffffff;
  }
  .aside .snav ul li.opencampus a:hover .w_icon .icon {
    fill: #183993;
  }
  .aside .snav ul li.document a:hover {
    color: #D20000;
    border: solid 0.1rem #D20000;
    background-color: #ffffff;
  }
  .aside .snav ul li.document a:hover .w_icon .icon {
    fill: #D20000;
  }
  .aside .snav ul li.contact a:hover {
    color: #8F5DC1;
    border: solid 0.1rem #8F5DC1;
    background-color: #ffffff;
  }
  .aside .snav ul li.contact a:hover .w_icon .icon {
    fill: #8F5DC1;
  }
}

.child_site .ghead .header_b .sitetitle a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  height: 100%;
}
.child_site .ghead .header_b .sitetitle a img.arealogo {
  display: none;
  height: 3rem;
}
.child_site .ghead .header_b .sitetitle a img.arealogoSp {
  position: relative;
  top: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .child_site .ghead .header_b .sitetitle a img.arealogo {
    display: block;
  }
  .child_site .ghead .header_b .sitetitle a img.arealogoSp {
    display: none;
  }
}
.gfoot {
  position: relative;
  width: 100%;
  font-size: 1.4rem;
  background: #ffffff;
  padding: 2rem var(--space);
  padding: 2rem var(--space);
}
.gfoot .pagetop {
  display: none;
  position: fixed;
  z-index: 100;
  bottom: 6rem;
  right: var(--space);
  background: #D20000;
  border-radius: 50%;
  padding: 0.1rem;
}
@media screen and (min-width: 1024px) {
  .gfoot .pagetop.visibled {
    display: block;
    animation: DispAnime 0.5s forwards;
  }
  @keyframes DispAnime {
    from {
      opacity: 0;
      transform: translateY(-100px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}
.gfoot .pagetop .btn a {
  display: block;
  background: url(/assets/img/arr_btn.svg) no-repeat center center;
  background-size: contain;
  width: 5rem;
  height: 5rem;
  transform: rotate(-90deg);
  text-indent: -999rem;
}
.gfoot .footer_b {
  width: fit-content;
  margin-inline: auto;
  text-align: center;
}
.gfoot .footer_f {
  position: absolute;
  bottom: 0;
  right: 0;
}
.gfoot .sitetitle {
  width: 25.7rem;
  margin-inline: auto;
  margin-bottom: 0.5rem;
}
.gfoot .sitetitle a {
  position: relative;
  display: block;
  padding-top: 0.5rem;
}
.gfoot .sitetitle a .desc {
  position: absolute;
  top: -0.6rem;
  left: 6.7rem;
  font-size: 1rem;
  font-weight: 500;
  color: #183993;
  letter-spacing: 0.12em;
  white-space: nowrap;
}
.gfoot .copyright {
  width: fit-content;
  font-size: 1.2rem;
  margin-inline: auto;
  margin-top: 1rem;
}

.child_site .gfoot .sitetitle a .desc {
  left: 8rem;
}

.child_site .gfoot .sitetitle {
  width: fit-content;
  margin-bottom: 1rem;
}
.child_site .gfoot .sitetitle a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  height: 100%;
}
.child_site .gfoot .sitetitle a img.arealogo {
  display: block;
  height: 3rem;
}
.child_site .gfoot .sitetitle a img.arealogoSp {
  display: none;
}
main.thanks .bg .form p {
  text-align: center;
  line-height: 2;
}
main.thanks .bg .form p.copy {
  font-size: clamp(1.6rem, 1.244rem + 0.74vw, 1.8rem);
  font-weight: 700;
}
main.thanks .bg .form p + p {
  margin-top: 1rem;
}
main.thanks .bg .form .contact {
  border-radius: 0.5rem;
  background: #E2E2E2;
  padding: 2rem;
  margin-top: 3rem;
}
main.thanks .bg .form .contact p {
  font-size: 1.4rem;
  line-height: 1.5;
}
main section.form .form--set {
  margin-inline: auto;
  margin-bottom: 3rem;
}
main section.form .form--set .notes {
  text-indent: -1em;
  margin-left: 1em;
  font-size: 1.4rem;
}
main section.form .form--set .notes::before {
  content: "※";
  font-feature-settings: normal;
}
main section.form .form--set .select {
  display: block !important;
}
@media screen and (min-width: 1024px) {
  main section.form .form--set {
    max-width: 65rem;
  }
}
main section.form .form--set.forms {
  margin-top: 3rem;
  border-top: solid 0.1rem #E2E2E2;
}
main section.form .form--set.privacy h2 + p {
  margin-bottom: 3rem;
}
main section.form .form--set.privacy h2 + p a {
  text-decoration: underline;
  color: #3E72FF;
}
main section.form .form--set.privacy span[data-name=accept_privacypolicy] {
  display: block;
}
main section.form .form--set.privacy span[data-name=accept_privacypolicy] span {
  display: block;
}
main 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(55, 60, 56, 0.3);
  border-radius: 0.3rem;
  padding: 1rem;
  margin: 0 auto;
  background: rgba(55, 60, 56, 0.03);
}
main section.form .form--set.privacy label:has(input:checked) {
  border-style: solid;
  border-color: rgba(65, 201, 179, 0.5);
  background: rgba(65, 201, 179, 0.05);
}
main section.form .form--set.privacy label > span {
  font-size: 1.4rem;
}
main section.form .form--set.privacy .privacy--link a, main section.form .form--set.privacy h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  font-size: clamp(1.5rem, 1.322rem + 0.37vw, 1.6rem);
  font-weight: 700;
  border: solid 0.1rem rgba(55, 60, 56, 0.3);
  border-radius: 0.3rem;
  background: rgba(55, 60, 56, 0.09);
  padding: 1rem;
  cursor: pointer;
}
main section.form .form--set.privacy .privacy--link a::after {
  content: "";
  position: relative;
  top: 0.15rem;
  left: 0.5rem;
  display: block;
  width: 2.6rem;
  height: 2.6rem;
  background: url(/assets/img/arr_btn_b.svg) no-repeat center center;
  background-size: contain;
  opacity: 0.75;
}
main section.form .form--set.privacy .privacy--link {
  margin-bottom: 2rem;
}
main section.form .form--set.privacy .privacy {
  margin-bottom: 2rem;
}
main section.form .form--set.privacy .privacy h3 {
  padding: 1rem;
}
main section.form .form--set.privacy .privacy h3 .txt {
  width: calc(100% - 2.6rem);
}
@media screen and (min-width: 1024px) {
  main section.form .form--set.privacy .privacy h3 .txt {
    width: fit-content;
    margin-right: 1rem;
  }
}
main section.form .form--set.privacy .privacy h3 .-open-close {
  position: relative;
  width: 2.6rem;
  height: 2.6rem;
  background: rgba(55, 60, 56, 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);
}
main section.form .form--set.privacy .privacy h3 .-open-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 2px;
  width: 50%;
  background: #ffffff;
}
main section.form .form--set.privacy .privacy h3 .-open-close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 50%;
  width: 2px;
  background: #ffffff;
}
main section.form .form--set.privacy .privacy h3 .-open-close.clicked {
  transform: rotate(180deg);
  background: #41c9b3;
}
main section.form .form--set.privacy .privacy h3 .-open-close.clicked::before {
  width: 0;
}
main section.form .form--set.privacy .privacy--contents {
  padding: 2rem;
  background: rgba(55, 60, 56, 0.05);
}
main section.form .form--set.privacy .privacy--contents h4 {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
main section.form .form--set.privacy .privacy--contents p {
  font-size: 1.3rem;
}
main section.form .form--set.privacy .privacy--contents p:has(+ p), main section.form .form--set.privacy .privacy--contents p:has(+ dl), main section.form .form--set.privacy .privacy--contents p:has(+ h4) {
  margin-bottom: 1rem;
}
main section.form .form--set.privacy .privacy--contents dl {
  margin-bottom: 1rem;
}
main section.form .form--set.privacy .privacy--contents dl dt {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
main section.form .form--set.privacy .privacy--contents dl dd:has(+ dt) {
  margin-bottom: 1rem;
}
main section.form .form--set.privacy .privacy--contents ul, main section.form .form--set.privacy .privacy--contents ol {
  font-size: 1.3rem;
}
main section.form .form--set.privacy .privacy--contents ul li, main section.form .form--set.privacy .privacy--contents ol li {
  padding: 0;
  border: none;
}
main section.form .form--set.submit {
  margin-bottom: 0;
}
main section.form .form--set.submit .row {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
main section.form .form--set.submit .row input:nth-of-type(1) {
  width: calc(30% - 2rem);
}
main section.form .form--set.submit .row input:nth-of-type(2) {
  width: 70%;
}
main section.form .form--set.submit .notes {
  max-width: 33.5rem;
  margin-inline: auto;
  margin-left: 1em;
  margin-bottom: 3rem;
  text-indent: -1em;
  font-size: 1.4rem;
}
main section.form .form--set.submit .notes::before {
  content: "※";
  font-feature-settings: normal;
}
@media screen and (min-width: 1024px) {
  main section.form .form--set.submit .notes {
    margin-left: inherit;
  }
}
main section.form .wpcf7 .must {
  width: 3em;
  height: 1.6em;
  color: #D20000;
  font-size: clamp(1.6rem, 1.244rem + 0.74vw, 1.8rem);
  font-weight: 700;
}
main section.form .wpcf7 h2 {
  display: block !important;
  font-size: clamp(1.5rem, 1.322rem + 0.37vw, 1.6rem) !important;
  color: #373C38 !important;
  height: fit-content !important;
  border-radius: 0 !important;
  border-bottom: solid 0.1rem #373C38;
  background: none !important;
  padding-bottom: 1rem;
  margin-bottom: 2rem !important;
}
main section.form ul li {
  padding: 2rem 0;
  border-bottom: solid 0.1rem #E2E2E2;
}
main section.form ul li > p {
  font-size: 1.4rem;
  font-weight: 500;
}
main section.form ul li > p .sub {
  font-size: 1.4rem;
  font-weight: 400;
}
main section.form ul li > p.relation {
  font-size: 1.4rem;
}
main section.form ul li > p.relation br {
  display: none;
}
main section.form ul li > label, main section.form ul li > div {
  display: block;
}
@media screen and (min-width: 1024px) {
  main section.form ul li > p.relation br {
    display: block;
  }
}
main section.form .address_group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
main section.form .address_group label .lbl {
  display: block;
  margin-bottom: 1rem;
}
main section.form input[type=text], main section.form input[type=tel], main section.form input[type=email], main section.form 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: #373C38;
  height: 4.8rem;
  margin-bottom: 0.3rem;
  border: none;
  outline: none;
  border-radius: 0.5rem;
  box-shadow: 0 0 0 0.1rem rgba(55, 60, 56, 0.3);
}
main section.form input[type=text]:focus, main section.form input[type=tel]:focus, main section.form input[type=email]:focus, main section.form input[type=number]:focus {
  box-shadow: 0 0 0 2px #3F72CD;
}
main section.form input.wful {
  width: 100%;
}
main section.form textarea, main section.form 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: #373C38;
  margin-bottom: 0.3rem;
  border: none;
  outline: none;
  border-radius: 0.5rem;
  box-shadow: 0 0 0 0.1rem rgba(55, 60, 56, 0.3);
}
main section.form textarea:focus, main section.form select:focus {
  box-shadow: 0 0 0 2px #3F72CD;
}
main section.form textarea {
  height: 10rem;
  width: 100%;
}
main section.form select {
  height: 4.8rem;
  padding-left: 2.5em;
  cursor: pointer;
}
main section.form .select .wpcf7-form-control-wrap {
  position: relative;
  cursor: pointer;
}
main 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 #373C38;
  border-bottom: solid 2px #373C38;
  transform: rotate(45deg);
  pointer-events: none;
}
main section.form .wpcf7-checkbox, main section.form .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
main section.form .wpcf7-checkbox > span, main section.form .wpcf7-radio > span {
  width: fit-content;
}
main section.form .wpcf7-list-item {
  margin: 0;
}
main section.form .wpcf7-acceptance .wpcf7-list-item {
  width: 100%;
}
main section.form 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: #D20000;
}
main section.form 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: #3F72CD;
}
main section.form .policy {
  margin-bottom: 2rem;
}
main section.form .policy .privacy-content {
  height: 10rem;
  overflow: auto;
  border-radius: 0.5rem;
  padding: 1rem;
  margin-bottom: 1rem;
  box-shadow: 0 0 0 0.1rem rgba(55, 60, 56, 0.3);
}
main section.form .policy .privacy-content:focus {
  box-shadow: 0 0 0 2px #3F72CD;
}
main section.form .policy .privacy-content h1 {
  font-size: clamp(1.6rem, 1.244rem + 0.74vw, 1.8rem);
  font-weight: 500;
  margin-bottom: 1rem;
}
main section.form .policy .privacy-content h2 {
  font-size: clamp(1.5rem, 1.322rem + 0.37vw, 1.6rem);
  font-weight: 500;
  margin-bottom: 1rem;
}
main section.form .policy .privacy-content p, main section.form .policy .privacy-content ul, main section.form .policy .privacy-content ol {
  margin-bottom: 2rem;
}
main section.form .policy .check {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}

#index section h2 img {
  width: auto;
  height: 8rem;
}
#index .mv {
  position: relative;
}
#index .mv .catchcopy h1 {
  font-size: clamp(1.8rem, 0.733rem + 2.22vw, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.3em;
  line-height: 1.35;
}
#index .mv .catchcopy h1 .str {
  display: inline-block;
  font-size: clamp(3.2rem, 1.422rem + 3.7vw, 4.8rem);
}
#index .mv .catchcopy h1 .str::first-letter {
  color: #D20000;
}
#index .mv .catchcopy h1 .marker {
  font-size: clamp(2.2rem, 0.422rem + 3.7vw, 3.6rem);
  background: linear-gradient(transparent 85%, #D20000 85%, #D20000 92%, transparent 92%);
}
#index .mv .whitearea {
  padding: 5rem var(--c-space) 16rem;
}
#index .mv .imgarea {
  position: relative;
  display: flex;
  align-items: center;
  aspect-ratio: 16/7;
  padding: 11rem var(--c-space) 0;
}
#index .mv .imgarea .read {
  position: relative;
  z-index: 10;
  padding: 5rem 0;
}
#index .mv .imgarea .read p {
  line-height: 2.4em;
}
#index .mv .imgarea .read p:has(+ p) {
  margin-bottom: 1rem;
}
#index .mv .imgarea .read p .bold {
  font-weight: 700;
}
#index .mv .imgarea .read p .underline {
  text-decoration: underline;
}
#index .mv .imgarea::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  mix-blend-mode: screen;
}
#index .mv .imgarea video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
#index .mv .logoarea {
  position: absolute;
  top: 15rem;
  right: calc(50% - 15.5rem);
  width: 25rem;
}
@media screen and (min-width: 1024px) {
  #index .mv .whitearea,
#index .mv .imgarea {
    padding-left: var(--c-space);
    padding-right: var(--c-space);
  }
  #index .mv .whitearea > div,
#index .mv .imgarea > div {
    width: calc((100% - var(--c-space) * 2) * 0.52);
  }
  #index .mv .whitearea {
    padding-top: 0;
    padding-bottom: 0;
  }
  #index .mv .whitearea .catchcopy {
    display: flex;
    align-items: center;
    height: 40rem;
  }
  #index .mv .whitearea .catchcopy p {
    font-size: clamp(1.8rem, 0.733rem + 2.22vw, 2.4rem);
    font-weight: 700;
    letter-spacing: 0.3em;
    line-height: 1.35;
  }
  #index .mv .whitearea .catchcopy p .str {
    display: inline-block;
    font-size: clamp(3.2rem, 1.422rem + 3.7vw, 4.8rem);
  }
  #index .mv .whitearea .catchcopy p .str::first-letter {
    color: #D20000;
  }
  #index .mv .whitearea .catchcopy p .marker {
    font-size: clamp(2.2rem, 0.422rem + 3.7vw, 3.6rem);
    background: linear-gradient(transparent 85%, #D20000 85%, #D20000 92%, transparent 92%);
  }
  #index .mv .imgarea {
    padding-top: 0;
    padding-bottom: 0;
  }
  #index .mv .logoarea {
    position: absolute;
    top: 0;
    right: var(--c-space);
    width: calc((100% - var(--c-space) * 2) * 0.4);
    height: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #index .mv .logoarea figure {
    position: sticky;
    top: 5rem;
  }
}
#index .featarea {
  position: relative;
  display: flex;
  align-items: center;
}
#index .featarea .read {
  position: relative;
  z-index: 10;
}
#index .featarea .read p {
  line-height: 2.4em;
}
#index .featarea::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: rgba(36, 110, 165, 0.5);
  mix-blend-mode: multiply;
}
#index .featarea section {
  z-index: 10;
}
#index .featarea video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
#index #area {
  position: relative;
}
#index #area h2 {
  width: 20rem;
  margin-inline: auto;
}
#index #area ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
  width: 80%;
  padding-bottom: 15rem;
}
#index #area ul li span.a {
  pointer-events: none;
  opacity: 0.5;
}
#index #area .areamap {
  position: absolute;
  right: 0;
  bottom: 5%;
  width: 65%;
  z-index: -5;
}
#index #area .areamap img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  #index #area {
    padding-bottom: 25rem;
  }
  #index #area h2 {
    width: 33.5rem;
  }
  #index #area ul {
    grid-template-columns: repeat(2, 1fr);
    width: 65%;
  }
  #index #area .areamap {
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
    z-index: -5;
  }
}
#index #feature h2, #index #feature p {
  color: #ffffff;
}
#index #feature p {
  font-size: clamp(1.6rem, 1.244rem + 0.74vw, 1.8rem);
  line-height: 2;
}
#index #feature p:has(+ p) {
  margin-bottom: 1rem;
}
#index #feature p.center {
  text-align: center;
}
#index #feature ol {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin: 3rem 0;
}
#index #feature ol li {
  font-size: clamp(1.6rem, 1.244rem + 0.74vw, 1.8rem);
  font-weight: 700;
  border-radius: 0.3rem;
  background: rgba(255, 255, 255, 0.75);
  padding: 2rem;
  counter-increment: feat;
}
#index #feature ol li::before {
  content: "Strength " counter(feat);
  display: block;
  color: #D20000;
}
@media screen and (min-width: 1024px) {
  #index #feature ol {
    flex-direction: row;
  }
  #index #feature ol li br {
    display: none;
  }
}
#index #news {
  width: calc(100% - var(--c-space) * 2);
}
#index #news .section_head {
  position: relative;
}
#index #news .section_head h2 {
  font-size: clamp(1.5rem, 1.322rem + 0.37vw, 1.6rem);
  text-align: center;
  margin-bottom: 3rem;
}
#index #news .section_head h2 .sub {
  display: block;
  font-size: clamp(2.2rem, 0.422rem + 3.7vw, 3.6rem);
  letter-spacing: 0.3em;
  background: linear-gradient(transparent 80%, #D20000 80%, #D20000 90%, transparent 90%);
  width: fit-content;
  margin-inline: auto;
}
#index #news .section_head .more {
  position: absolute;
  top: 50%;
  right: 0;
}
#index #news .section_head .more a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: underline;
}
#index #news .section_head .more a::after {
  content: url(/assets/img/arr_gra.svg);
  display: block;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: 0.5rem;
}
#index #news ul li {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  border-bottom: solid 0.1rem #E2E2E2;
  padding: 2rem 1rem;
}
#index #news ul li .date {
  width: 11em;
  font-size: 1.3rem;
}
#index #news ul li .category {
  width: 8em;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
  color: #ffffff;
  border-radius: 1.5rem;
  padding: 0.2rem 1.5rem;
  margin-left: 0.5rem;
}
#index #news ul li a {
  width: 100%;
  color: #3E72FF;
  font-size: 1.4rem;
  text-decoration: underline;
  margin-top: 0.5rem;
}
#index #news ul li.notice .category {
  background: #183993;
}
#index #news ul li.articles .category {
  background: #183993;
}
@media screen and (min-width: 1024px) {
  #index #news ul li a {
    width: calc(100% - 19em);
  }
}
#index #guide .flow_title {
  display: flex;
  gap: 2rem;
  padding: 0 0 3rem;
}
#index #guide .flow_title li {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  height: 6rem;
  font-size: clamp(1.5rem, 1.322rem + 0.37vw, 1.6rem);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
  border: solid 0.3rem #373C38;
  border-radius: 0.5rem;
}
@media screen and (min-width: 1024px) {
  #index #guide .flow_title {
    display: flex;
    gap: 10rem;
    padding: 5rem 5rem 2rem;
  }
  #index #guide .flow_title li {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    height: 4.6rem;
    font-size: clamp(1.5rem, 1.322rem + 0.37vw, 1.6rem);
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    color: #ffffff;
    border-radius: 2.3rem;
    background: #373C38;
  }
  #index #guide .flow_title li:nth-of-type(1) {
    background: #BF3963;
    color: #ffffff;
  }
  #index #guide .flow_title li:nth-of-type(2) {
    background: #3F72CD;
    color: #ffffff;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  #index #guide .flow_title li br {
    display: none;
  }
}
#index #guide .tab-group .tab:nth-of-type(1) {
  border-color: #BF3963;
  color: #BF3963;
}
#index #guide .tab-group .tab:nth-of-type(2) {
  border-color: #3F72CD;
  color: #3F72CD;
}
#index #guide .tab-group .tab:nth-of-type(1).is-active {
  background: #BF3963;
  color: #ffffff;
}
#index #guide .tab-group .tab:nth-of-type(2).is-active {
  background: #3F72CD;
  color: #ffffff;
}
@media screen and (min-width: 1024px) {
  #index #guide .tab-group .tab:nth-of-type(1) {
    color: #ffffff;
  }
  #index #guide .tab-group .tab:nth-of-type(2) {
    color: #ffffff;
  }
}
#index #guide .flow_list {
  display: flex;
  gap: 10rem;
  padding: 5rem 0;
}
@media screen and (min-width: 1024px) {
  #index #guide .flow_list {
    padding: 5rem;
  }
}
#index #guide figure {
  position: absolute;
  width: auto;
}
#index #guide .panel {
  display: none;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
#index #guide .panel.is-show {
  display: flex;
}
@media screen and (min-width: 1024px) {
  #index #guide .panel {
    display: flex;
  }
}
#index #guide .panel figure {
  bottom: -15%;
}
#index #guide .panel.buy > li {
  background: #BF3963;
}
#index #guide .panel.buy > li .w_arr {
  fill: #BF3963;
}
#index #guide .panel.buy > li:nth-of-type(1) .man_b1 {
  left: 90%;
  width: 7.3rem;
}
#index #guide .panel.buy > li:nth-of-type(3) {
  border-color: #BF3963;
  color: #BF3963;
}
#index #guide .panel.buy > li:nth-of-type(3) .man_b2 {
  right: 90%;
  width: 5.8rem;
}
#index #guide .panel.sell > li {
  background: #3F72CD;
}
#index #guide .panel.sell > li .w_arr {
  fill: #3F72CD;
}
#index #guide .panel.sell > li:nth-of-type(1) .man_s1 {
  right: 90%;
  width: 5.8rem;
}
#index #guide .panel.sell > li:nth-of-type(3) {
  border-color: #3F72CD;
  color: #3F72CD;
}
#index #guide .panel.sell > li:nth-of-type(3) .man_s2 {
  left: 90%;
  width: 7.5rem;
}
#index #guide .panel > li {
  position: relative;
  font-size: clamp(1.5rem, 1.322rem + 0.37vw, 1.6rem);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
  border-radius: 1rem;
  background: #373C38;
  padding: 3rem 0;
  margin-left: 4rem;
  margin-right: 4rem;
}
#index #guide .panel > li:nth-of-type(1) {
  padding: 0;
}
#index #guide .panel > li:nth-of-type(3) {
  color: #373C38;
  background: none;
  border-style: solid;
  border-color: #373C38;
  border-width: 0.3rem;
}
#index #guide .panel > li:last-of-type {
  color: #373C38;
}
#index #guide .panel > li.arr {
  background: none;
  padding: 0;
}
#index #guide .panel > li.arr .w_arr {
  width: 3rem;
}
#index #guide .panel > li a {
  display: block;
  color: #ffffff;
  height: 100%;
  padding: 3rem 0;
}
#index #guide .panel > li .underline {
  text-decoration: underline;
}
#index #guide .panel > li i {
  display: block;
  margin-inline: auto;
}
#index #guide .panel > li > ul li .w_arr {
  width: 2rem;
  margin-top: 0.5rem;
}
#index #guide .panel > li > ul li .w_arr svg {
  width: 100%;
}
#index #guide .panel > li.sp {
  display: none;
}
#index #guide .closing {
  position: relative;
  font-size: clamp(1.5rem, 1.322rem + 0.37vw, 1.6rem);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  border: none;
  background-image: linear-gradient(to right, #BF3963, #8F5DC1, #3F72CD);
  border-radius: 1rem;
  padding: 0.3rem !important;
}
#index #guide .closing figure {
  bottom: 3%;
}
#index #guide .closing h3 {
  margin-bottom: 1rem;
}
#index #guide .closing div {
  background: #F4F4F4;
  border-radius: 1rem;
  padding: 3rem 0;
}
#index #guide .closing figure.man_b1 {
  display: none;
  left: 25%;
}
#index #guide .closing figure.man_s3 {
  display: none;
  left: 13%;
}
#index #guide .closing figure.man_s1 {
  left: 0%;
}
#index #guide .closing figure.man_s4 {
  right: 0%;
}
@media screen and (min-width: 1024px) {
  #index #guide .closing figure.man_b1 {
    display: block;
    left: 25%;
  }
  #index #guide .closing figure.man_s3 {
    display: block;
    left: 13%;
  }
  #index #guide .closing figure.man_s1 {
    left: unset;
    right: 25%;
  }
  #index #guide .closing figure.man_s4 {
    right: 13%;
  }
}

#information_index .swipers {
  position: relative;
  width: fit-content;
  margin-inline: auto;
  width: 100%;
}
#information_index .swipers .swiper-button-prev,
#information_index .swipers .swiper-button-next {
  display: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  aspect-ratio: 1/1;
  width: 5rem;
  height: auto;
  border-radius: 0.3rem;
  background: rgba(255, 255, 255, 0.95);
}
#information_index .swipers .swiper-button-prev::after,
#information_index .swipers .swiper-button-next::after {
  content: none;
}
@media screen and (min-width: 1024px) {
  #information_index .swipers .swiper-button-prev,
#information_index .swipers .swiper-button-next {
    display: flex;
  }
}
#information_index .swipers .swiper-button-prev {
  left: unset;
  right: calc(100% + 1rem);
  transform: rotate(180deg);
}
#information_index .swipers .swiper-button-next {
  left: 100%;
}
#information_index .swiper {
  max-width: 94rem;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  #information_index .swiper {
    padding-right: 1rem;
    padding-bottom: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  #information_index .information_list {
    gap: 3rem;
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  #information_index .information_list li {
    margin: 0 !important;
  }
}
#information_index .information_list li a {
  display: block;
  background: #ffffff;
  border-radius: 1rem;
}
#information_index .information_list li .sw_head {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
}
#information_index .information_list li .sw_head .com_cat,
#information_index .information_list li .sw_head .com_name {
  position: absolute;
}
#information_index .information_list li .sw_head figure.img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: url(/assets/img/dummy_img.jpg) no-repeat center center/cover;
}
#information_index .information_list li .sw_head figure.logo {
  width: 5rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url(/assets/img/dummy_logo.jpg) no-repeat center center/cover;
}
#information_index .information_list li .sw_head .com_cat {
  width: fit-content;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  font-size: 1.2rem;
  font-weight: 500;
  border-radius: 0.3rem;
  padding: 0.3em 0.5em;
  background: #ffffff;
}
#information_index .information_list li .sw_head .com_cat span:has(+ span)::after {
  content: "/";
}
#information_index .information_list li .sw_head .com_name {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  bottom: 0;
  left: 0;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 1rem;
  background: rgba(55, 60, 56, 0.5);
}
#information_index .information_list li .sw_head .com_name figure {
  padding: 0.5rem;
}
#information_index .information_list li .sw_head .com_name img {
  object-fit: contain;
  background: #FFF;
}
#information_index .information_list li .sw_head .com_name .name {
  color: #ffffff;
}
#information_index .information_list li .title {
  font-size: 1.4rem;
  font-weight: 700;
  padding: 2rem 2rem 0;
}
#information_index .information_list li dl {
  padding: 1rem 2rem 2rem;
}
#information_index .information_list li dl dt {
  font-size: 1.3rem;
  font-weight: 700;
  color: #999999;
}
#information_index .information_list li dl dd {
  font-size: 1.4rem;
}
#information_index .information_list li dl dd ul {
  display: flex;
  flex-wrap: wrap;
}
#information_index .information_list li dl dd ul li + li::before {
  content: "／";
}

.child_site #index .mv {
  position: relative;
  height: 30rem;
  display: flex;
  align-items: center;
  padding: 0 var(--c-space);
  background-position: center;
  background-repeat: none;
  background-size: cover;
}
@media screen and (min-width: 1024px) {
  .child_site #index .mv {
    height: 60rem;
  }
}
.child_site #index .mv::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(55, 60, 56, 0.35);
  mix-blend-mode: multiply;
}
.child_site #index .mv .catchcopy {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #ffffff;
}
.child_site #index .mv .catchcopy h1 {
  display: flex;
  align-items: center;
}
.child_site #index .mv .catchcopy h1 .str::first-letter {
  color: #ffffff;
}
.child_site #index .mv .catchcopy h1 .marker {
  background: none;
  display: block;
}
.child_site #index .mv .catchcopy h1 .sub {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  display: block;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .child_site #index .mv .catchcopy h1 .sub {
    letter-spacing: 0.3em;
  }
}
.child_site #index .mv .catchcopy figure {
  width: 8.2rem;
}
.child_site #index .mv .catchcopy figure img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .child_site #index .mv .catchcopy figure {
    width: 9.2rem;
  }
  .child_site #index .mv .catchcopy h1 .marker {
    display: inline;
  }
}
.child_site #index #about .logo {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 29rem;
  margin-inline: auto;
  margin-bottom: 3rem;
}
.child_site #index #about p {
  font-size: clamp(1.6rem, 1.244rem + 0.74vw, 1.8rem);
  line-height: 2;
}
.child_site #index #about p:has(+ p) {
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .child_site #index #about p {
    text-align: center;
  }
}
.child_site #index #service .text p {
  font-size: clamp(1.6rem, 1.244rem + 0.74vw, 1.8rem);
  line-height: 2;
}
.child_site #index #service .text p:has(+ p) {
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .child_site #index #service .text p {
    text-align: center;
  }
}
.child_site #index #service .service_cont {
  border-radius: 1rem;
  margin: 5rem 0;
}
.child_site #index #service .service_cont h1 {
  position: relative;
  top: -3.5rem;
  color: #ffffff;
  font-size: clamp(1.6rem, 1.244rem + 0.74vw, 1.8rem);
  text-align: center;
  background: #183993;
  border-radius: 1rem;
  padding: 1rem;
  margin-inline: auto;
}
.child_site #index #service .service_cont figure .pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .child_site #index #service .service_cont {
    border: solid 0.3rem #183993;
    padding: 5rem 10rem;
  }
  .child_site #index #service .service_cont h1 {
    top: -7.5rem;
    width: fit-content;
    padding: 1rem 3rem;
  }
  .child_site #index #service .service_cont h1 br {
    display: none;
  }
  .child_site #index #service .service_cont figure .pc {
    display: block;
  }
  .child_site #index #service .service_cont figure .sp {
    display: none;
  }
}
.child_site #index #feature h2, .child_site #index #feature p {
  color: #ffffff;
}
.child_site #index #feature h2 .sub, .child_site #index #feature p .sub {
  color: #ffffff;
}
.child_site#hokuriku #index #feature ol li::before {
  color: #2874E5;
}
.child_site#hokuriku #index .featarea::after {
  background: rgba(40, 116, 229, 0.8);
  mix-blend-mode: normal;
}

#buyer.index .page_header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  height: 10rem;
  border-bottom: solid 0.1rem #E2E2E2;
}
#buyer.index .page_header h1 {
  font-size: clamp(1.6rem, 1.244rem + 0.74vw, 1.8rem);
  font-weight: 700;
  padding: 1rem var(--c-space);
}
#buyer.index .search form {
  font-size: clamp(1.5rem, 1.322rem + 0.37vw, 1.6rem);
  line-height: 1;
}
#buyer.index .search form ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2rem;
  margin-top: 2rem;
}
#buyer.index .search form div + div {
  margin-top: 3rem;
}
#buyer.index .search form button {
  color: #ffffff;
  background: #D20000;
}
#buyer.index .search form .freeword input[type=text] {
  padding: 1.375rem 1.75rem;
}
#buyer.index .buyer_result .information_list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 3rem;
}
#buyer.index .buyer_result .information_list form {
  display: none;
}
@media screen and (min-width: 1024px) {
  #buyer.index .buyer_result .information_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  #buyer.index .buyer_result .information_list li {
    margin: 0 !important;
  }
}
#buyer.index .buyer_result .information_list li a {
  display: block;
  background: #ffffff;
  border-radius: 1rem;
}
#buyer.index .buyer_result .information_list li .sw_head {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
}
#buyer.index .buyer_result .information_list li .sw_head .com_cat,
#buyer.index .buyer_result .information_list li .sw_head .com_name {
  position: absolute;
}
#buyer.index .buyer_result .information_list li .sw_head figure.img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: url(/assets/img/dummy_img.jpg) no-repeat center center/cover;
}
#buyer.index .buyer_result .information_list li .sw_head figure.logo {
  width: 5rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url(/assets/img/dummy_logo.jpg) no-repeat center center/cover;
}
#buyer.index .buyer_result .information_list li .sw_head .com_cat {
  width: fit-content;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  font-size: 1.2rem;
  font-weight: 500;
  border-radius: 0.3rem;
  padding: 0.3em 0.5em;
  background: #ffffff;
}
#buyer.index .buyer_result .information_list li .sw_head .com_cat span:has(+ span)::after {
  content: "/";
}
#buyer.index .buyer_result .information_list li .sw_head .com_name {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  bottom: 0;
  left: 0;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 1rem;
  background: rgba(55, 60, 56, 0.5);
}
#buyer.index .buyer_result .information_list li .sw_head .com_name figure {
  padding: 0.5rem;
}
#buyer.index .buyer_result .information_list li .sw_head .com_name img {
  object-fit: contain;
  background: #FFF;
}
#buyer.index .buyer_result .information_list li .sw_head .com_name .name {
  color: #ffffff;
}
#buyer.index .buyer_result .information_list li .title {
  font-size: 1.4rem;
  font-weight: 500;
  padding: 2rem 2rem 0;
}
#buyer.index .buyer_result .information_list li dl {
  padding: 1rem 2rem 2rem;
}
#buyer.index .buyer_result .information_list li dl dt {
  font-size: 1.3rem;
  font-weight: 700;
  color: #999999;
}
#buyer.index .buyer_result .information_list li dl dd {
  font-size: 1.4rem;
}
#buyer.index .buyer_result .information_list li dl dd ul {
  display: flex;
  flex-wrap: wrap;
}
#buyer.index .buyer_result .information_list li dl dd ul li + li::before {
  content: "／";
}
#buyer.detail .page_header .category_title {
  font-size: clamp(1.5rem, 1.322rem + 0.37vw, 1.6rem);
  font-weight: 700;
  padding: 1rem var(--c-space);
  border-bottom: solid 0.1rem #E2E2E2;
}
#buyer.detail .page_header .intro {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem var(--c-space);
  border-bottom: solid 0.1rem #E2E2E2;
}
@media screen and (min-width: 1024px) {
  #buyer.detail .page_header .intro {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
#buyer.detail .page_header .corp_name {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: clamp(1.6rem, 1.244rem + 0.74vw, 1.8rem);
  font-weight: 700;
}
#buyer.detail .page_header .corp_name figure {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 5rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #ffffff;
  padding: 1rem;
}
#buyer.detail .page_header .corp_name figure img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  #buyer.detail .page_header .corp_name figure {
    width: 8rem;
  }
}
#buyer.detail .page_header .industry {
  width: fit-content;
  font-size: 1.2rem;
  background: #ffffff;
  border-radius: 1rem;
  padding: 1rem 2rem;
}
#buyer.detail .page_header .industry span:has(+ span)::after {
  content: " / ";
}
#buyer.detail .page_header .industry a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  #buyer.detail .page_header .industry {
    max-width: 50%;
  }
}
#buyer.detail .header_cont h1 {
  font-size: clamp(1.8rem, 0.733rem + 2.22vw, 2.4rem);
  font-weight: 500;
}
#buyer.detail .header_cont h1 + figure {
  margin-top: 3rem;
}
#buyer.detail .header_cont figure {
  width: 100%;
}
#buyer.detail .header_cont figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#buyer.detail .flex_wrap {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
#buyer.detail .flex_wrap section {
  padding: 0;
  margin-bottom: 5rem;
}
#buyer.detail .flex_wrap .l_wrap {
  order: 2;
}
#buyer.detail .flex_wrap aside {
  order: 1;
}
#buyer.detail .flex_wrap aside .s_nav {
  position: sticky;
  top: 3rem;
}
#buyer.detail .flex_wrap aside .s_nav ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#buyer.detail .flex_wrap aside .s_nav ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  height: 3rem;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0;
  cursor: pointer;
}
#buyer.detail .flex_wrap aside .s_nav ul li a::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #d4d4d4;
  transition: all 0.4s;
}
#buyer.detail .flex_wrap aside .s_nav ul li a:active::before {
  transform: scale(1.5);
  background: #112867;
}
@media screen and (min-width: 1024px) {
  #buyer.detail .flex_wrap aside .s_nav ul li a:hover::before {
    transform: scale(1.5);
    background: #112867;
  }
}
@media screen and (min-width: 1024px) {
  #buyer.detail .flex_wrap {
    flex-direction: row;
  }
  #buyer.detail .flex_wrap .l_wrap {
    order: 1;
    width: 70rem;
  }
  #buyer.detail .flex_wrap aside {
    order: 2;
  }
}
#buyer.detail section dl.grid_table {
  display: grid;
  grid-template-columns: repeat(2, auto);
  border-top: solid 0.1rem #E2E2E2;
  background: #ffffff;
}
#buyer.detail section dl.grid_table dt {
  border-right: solid 0.1rem #E2E2E2;
  border-bottom: solid 0.1rem #E2E2E2;
  padding: 2rem;
}
#buyer.detail section dl.grid_table dd {
  border-bottom: solid 0.1rem #E2E2E2;
  padding: 2rem;
}
#buyer.detail section dl.grid_table dd a {
  color: #3E72FF;
  text-decoration: underline;
}
#buyer.detail section dl.grid_table dd .slash {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
#buyer.detail section dl.grid_table dd .slash li {
  display: flex;
  gap: 0.5rem;
  width: fit-content;
}
#buyer.detail section dl.grid_table dd .slash li + li::before {
  content: "/";
}
#buyer.detail section dl.grid_table dd .keyword {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
#buyer.detail section dl.grid_table dd .keyword li {
  width: fit-content;
  font-size: 1.2rem;
  letter-spacing: 0;
  border: solid 0.1rem #E2E2E2;
  border-radius: 1.3rem;
  padding: 0.3rem 1rem;
}
#buyer.detail section dl.grid_table dd .keyword li a::before {
  content: "#";
}
#buyer.detail section.entry_contents h2 {
  font-size: clamp(1.8rem, 0.733rem + 2.22vw, 2.4rem);
  margin-bottom: 3rem;
  text-align: left;
}
#buyer.detail section.entry_contents figure {
  margin-bottom: 3rem;
}
#buyer.detail section.entry_contents figure img {
  width: 100%;
  height: auto;
}
#buyer.detail section.entry_contents figure figcaption {
  font-size: 1.2rem;
  margin-top: 0.5rem;
}
#buyer.detail section.entry_contents .textarea p {
  line-height: 2;
}
#buyer.detail section.entry_contents .textarea p + p {
  margin-top: 2em;
}
#buyer.detail section.entry_contents a {
  color: #3E72FF;
  text-decoration: underline;
}
#buyer.detail section.entry_contents + .entry_contents {
  border-top: solid 0.1rem #E2E2E2;
  padding-top: 5rem;
}
#buyer.detail section#outline .table_header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem var(--c-space);
  background: #ffffff;
}
@media screen and (min-width: 1024px) {
  #buyer.detail section#outline .table_header {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
#buyer.detail section#outline .table_header h4 {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: clamp(1.6rem, 1.244rem + 0.74vw, 1.8rem);
}
#buyer.detail section#outline .table_header h4 figure {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 5rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #ffffff;
  padding: 1rem;
  margin: 0;
}
#buyer.detail section#outline .table_header h4 figure img {
  width: 100%;
  height: auto;
}
#buyer.detail section#outline .table_header .link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: fit-content;
  font-size: 1.2rem;
  background: #E2E2E2;
  border-radius: 1rem;
  padding: 1rem 2rem;
}

#news .category_title {
  font-size: clamp(1.5rem, 1.322rem + 0.37vw, 1.6rem);
  font-weight: 700;
  padding: 1rem var(--c-space);
  border-bottom: solid 0.1rem #E2E2E2;
}
#news .flex {
  display: flex;
  flex-direction: column;
}
#news .flex .entry {
  padding: 2rem 0;
}
@media screen and (min-width: 1024px) {
  #news .flex {
    flex-direction: row;
    gap: 3rem;
  }
}
#news.index .page_header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  height: 10rem;
  border-bottom: solid 0.1rem #E2E2E2;
}
#news.index .page_header h1 {
  font-size: clamp(1.6rem, 1.244rem + 0.74vw, 1.8rem);
  font-weight: 700;
  padding: 1rem var(--c-space);
}
#news.index .entry {
  order: 2;
  padding: 0 0 5rem;
}
#news.index .controll {
  order: 1;
  padding: 2rem 0;
  border-bottom: solid 0.1rem #E2E2E2;
}
@media screen and (min-width: 1024px) {
  #news.index .entry {
    width: 70rem;
    padding: 5rem 0;
  }
  #news.index .controll {
    width: calc(100% - 73rem);
    padding: 5rem 0;
    border-bottom: none;
  }
}
#news.index .entry .panel {
  display: none;
}
#news.index .entry .panel.is-show {
  display: block;
}
#news.index .entry .panel > ul li {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  border-bottom: solid 0.1rem #E2E2E2;
  padding: 2rem 1rem;
}
#news.index .entry .panel > ul li .date {
  width: fit-content;
  font-size: 1.3rem;
}
#news.index .entry .panel > ul li .category {
  width: 8em;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
  color: #ffffff;
  border-radius: 1.5rem;
  padding: 0.2rem 1.5rem;
  margin-left: 0.5rem;
}
#news.index .entry .panel > ul li a {
  width: 100%;
  color: #3E72FF;
  font-size: 1.4rem;
  text-decoration: underline;
  margin-top: 0.5rem;
}
#news.index .entry .panel > ul li.notice .category {
  background: #183993;
}
#news.index .entry .panel > ul li.articles .category {
  background: #183993;
}
@media screen and (min-width: 1024px) {
  #news.index .entry .panel > ul li a {
    width: calc(100% - 19em);
  }
}
#news.index .entry .panel .pagination-container {
  margin-top: 3rem;
}
#news.index .entry .panel .pagination-container .pagination {
  display: flex;
  gap: 0.5rem;
  width: fit-content;
  margin-inline: auto;
}
#news.index .entry .panel .pagination-container .pagination .page-item {
  font-size: 1.4rem;
}
#news.index .entry .panel .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 #E2E2E2;
}
#news.index .entry .panel .pagination-container .pagination .page-item a .w_arr .arr {
  display: block;
  width: 1rem;
  aspect-ratio: 7.4/12.8;
  fill: none;
  stroke: #373C38;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
}
#news.index .entry .panel .pagination-container .pagination .page-item a .w_arr .arr--l {
  transform: rotate(180deg);
}
#news.index .entry .panel .pagination-container .pagination .page-item.navi-active a {
  color: #3E72FF;
  border: solid #3E72FF;
}
#news.index .entry .panel .pagination-container .pagination .page-item.first, #news.index .entry .panel .pagination-container .pagination .page-item.last {
  display: none;
}
#news.index .category_list ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 1rem;
}
#news.index .category_list ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  height: 4rem;
  font-size: 1.4rem;
  font-weight: 700;
  cursor: pointer;
}
#news.index .category_list ul li::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #d4d4d4;
  transition: all 0.4s;
}
#news.index .category_list ul li:active::before {
  transform: scale(1.5);
  background: #112867;
}
#news.index .category_list ul li.active::before {
  transform: scale(1.5);
  background: #112867;
}
#news.index .category_list ul li.is-active::before {
  transform: scale(1.5);
  background: #112867;
}
@media screen and (min-width: 1024px) {
  #news.index .category_list ul {
    flex-direction: column;
    justify-content: flex-start;
  }
  #news.index .category_list ul li {
    height: 2.6rem;
    gap: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  #news.index {
    flex-direction: row;
    gap: 3rem;
  }
}
#news.detail .entry--head .meta {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 2rem;
}
#news.detail .entry--head .meta .category {
  width: fit-content;
  color: #ffffff;
  border-radius: 2rem;
  background: #183993;
  padding: 0.5rem 2rem;
}
#news.detail .entry--head h1 {
  font-size: clamp(1.8rem, 0.733rem + 2.22vw, 2.4rem);
  margin-bottom: 2rem;
}
#news.detail .entry--body p {
  font-size: 1.4rem;
  line-height: 2;
}
#news.detail .entry--body p:has(+ p) {
  margin-bottom: 1em;
}
@media screen and (min-width: 1024px) {
  #news.detail .entry {
    width: 70rem;
    padding: 5rem 0;
  }
}
#news.detail .controll .return_index {
  width: 100%;
}
#news.detail .controll .return_index a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  height: 4.6rem;
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: underline;
  border-radius: 0.5rem;
  background: #E2E2E2;
}
@media screen and (min-width: 1024px) {
  #news.detail .controll {
    width: calc(100% - 73rem);
  }
}

#company .flex {
  display: flex;
  flex-direction: column;
}
#company .flex .entry {
  padding: 2rem 0;
}
@media screen and (min-width: 1024px) {
  #company .flex {
    flex-direction: row;
    gap: 3rem;
  }
}
#company.index h2 {
  font-size: clamp(1.5rem, 1.322rem + 0.37vw, 1.6rem);
}
#company.index h2 .sub {
  display: block;
  color: #373C38;
  font-size: clamp(1.8rem, 0.733rem + 2.22vw, 2.4rem);
  letter-spacing: 0.3em;
  width: fit-content;
  background: linear-gradient(transparent 80%, #D20000 80%, #D20000 90%, transparent 90%);
  margin-inline: auto;
}
#company.index .page_header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  height: 10rem;
  border-bottom: solid 0.1rem #E2E2E2;
}
#company.index .page_header h1 {
  font-size: clamp(1.6rem, 1.244rem + 0.74vw, 1.8rem);
  font-weight: 700;
  padding: 1rem var(--c-space);
}
#company.index #outline dl {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  font-size: clamp(1.5rem, 1.322rem + 0.37vw, 1.6rem);
}
#company.index #outline dl dt {
  font-weight: 500;
  padding: 2rem 0 0;
}
#company.index #outline dl dd {
  border-bottom: solid 0.1rem #E2E2E2;
  padding: 1rem 0 2rem;
}
#company.index #outline dl dd ul li {
  text-indent: -1em;
  padding-left: 1em;
}
#company.index #outline dl dd ul li::before {
  content: "・";
  font-feature-settings: normal;
}
#company.index #outline dl dd ul li:has(+ li) {
  margin-bottom: 0.5em;
}
@media screen and (min-width: 1024px) {
  #company.index #outline dl {
    grid-template-columns: 1fr 4fr;
  }
  #company.index #outline dl dt {
    border-bottom: solid 0.1rem #E2E2E2;
  }
  #company.index #outline dl dt, #company.index #outline dl dd {
    padding: 2rem 0;
  }
}
#company.index #office .grid {
  display: grid;
  gap: 3rem;
}
@media screen and (min-width: 1024px) {
  #company.index #office .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
#company.index #office .office {
  letter-spacing: 0;
}
#company.index #office .office--item h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  font-size: clamp(1.6rem, 1.244rem + 0.74vw, 1.8rem);
  border-radius: 0.5rem;
  background: #E2E2E2;
  padding: 1rem 0;
  margin-bottom: 2rem;
}
#company.index #office .office--item .gmap {
  width: 100%;
}
#company.index #office .office--item .gmap iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  filter: grayscale(100%);
}
#company.index #office .office--item p, #company.index #office .office--item address {
  font-size: clamp(1.5rem, 1.322rem + 0.37vw, 1.6rem);
  line-height: 2;
}
@media screen and (min-width: 1024px) {
  #company.index {
    flex-direction: row;
    gap: 3rem;
  }
}
#company.detail .entry--head .meta {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 2rem;
}
#company.detail .entry--head .meta .category {
  width: fit-content;
  color: #ffffff;
  border-radius: 2rem;
  background: #183993;
  padding: 0.5rem 2rem;
}
#company.detail .entry--head h1 {
  font-size: clamp(1.8rem, 0.733rem + 2.22vw, 2.4rem);
  margin-bottom: 2rem;
}
#company.detail .entry--body p {
  font-size: 1.4rem;
  line-height: 2;
}
#company.detail .entry--body p:has(+ p) {
  margin-bottom: 1em;
}
@media screen and (min-width: 1024px) {
  #company.detail .entry {
    width: 70rem;
    padding: 5rem 0;
  }
}
#company.detail .controll .return_index {
  width: 100%;
}
#company.detail .controll .return_index a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  height: 4.6rem;
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: underline;
  border-radius: 0.5rem;
  background: #E2E2E2;
}
@media screen and (min-width: 1024px) {
  #company.detail .controll {
    width: calc(100% - 73rem);
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

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