@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?iix556");
  src: url("../fonts/icomoon.eot?iix556#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?iix556") format("truetype"), url("../fonts/icomoon.woff?iix556") format("woff"), url("../fonts/icomoon.svg?iix556#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
:root {
  --vw: 1vw;
  --color-body: #4F4F4F;
  --color-gray: #B0B0B0;
  --color-lgray: #E8E8E8;
  --color-white: #FFF;
  --color-dred: #9D0116;
  --color-lred: #FFD6D9;
  --color-red: #E20113;
  --color-red-rgb: 226 1 19;
  --color-yellow: #EAD196;
  --shadow-red: rgb(var(--color-red-rgb) / .4);
  --gradation-red: linear-gradient(270deg, var(--color-lred) 0%, var(--color-red) 100%);
  --width-content: 920px;
  --width-content-wide: 1156px;
}

html {
  font-size: 62.5%;
}

body {
  background: #fff url(../images/bg_sp.png) right bottom/contain no-repeat fixed;
  color: var(--color-body);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  font-optical-sizing: auto;
  letter-spacing: 0.03em;
  line-height: 2;
  word-break: break-all;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: auto;
  scroll-behavior: smooth;
}
@media (min-width: 601px) {
  body {
    background: #fff url(../images/bg.png) right bottom/contain no-repeat fixed;
  }
}
body.no-scroll {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100dvh;
  padding-top: env(safe-area-inset-top);
  padding-bottom: env(safe-area-inset-bottom);
}

a {
  color: var(--color-body);
  text-decoration: none;
}

ul {
  padding-left: 0;
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

input {
  appearance: none;
}

.wp-block-button__link {
  display: block;
  width: fit-content;
  min-width: 280px;
  height: 3.6rem;
  padding: 0 16px;
  position: relative;
  border-radius: 9999px;
  box-shadow: 0 2px 16px var(--shadow-red);
  background: var(--gradation-red);
  color: var(--color-white);
  font-family: "Lora", "Zen Old Mincho", serif;
  font-size: 1.4rem;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 3.6rem;
  transition: box-shadow 0.3s ease-out;
}
@media (any-hover: hover) {
  .wp-block-button__link:hover {
    box-shadow: none;
  }
}

.wp-block-heading:where(.post-type-page h2) {
  margin-bottom: 24px;
  font-size: 2.4rem;
}
.wp-block-heading:where(.post-type-page * + h2) {
  margin-top: 48px;
}
.wp-block-heading:where(.post-type-page h3) {
  margin-bottom: 8px;
  font-size: 2rem;
}
.wp-block-heading:where(.post-type-page * + h3) {
  margin-top: 32px;
}
.wp-block-heading:where(.post-type-page h4) {
  font-size: 1.8rem;
}
.wp-block-heading:where(.post-type-page * + h4) {
  margin-top: 24px;
}
.wp-block-heading:where(.post-type-page * + h5) {
  margin-top: 16px;
}

.wp-block-list {
  margin-block: 24px;
}
.wp-block-list:where(ul) li:where(.post-type-page *)::before {
  content: "◯ ";
}
.wp-block-list:where(ol) {
  counter-reset: list-item;
}
.wp-block-list:where(ol) li:where(.post-type-page *) {
  padding-left: 1.2em;
  position: relative;
  counter-increment: list-item;
}
.wp-block-list:where(ol) li:where(.post-type-page *)::before {
  content: counter(list-item) ". ";
  display: inline;
  position: absolute;
  top: 0;
  left: 0;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 64px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transition: all 0.3s ease-out;
}
@media (max-width: 1024px) {
  .header {
    padding: 16px;
  }
}
@media (min-width: 1025px) {
  .header {
    height: 96px;
    padding: 0;
  }
}
.header_logo {
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  .header_logo {
    position: relative;
  }
}
@media (min-width: 1025px) {
  .header_logo {
    padding: 32px;
  }
}
.header_logo img {
  width: 160px;
}
@media (min-width: 601px) {
  .header_logo img {
    width: 260px;
  }
}
.header_logo.white {
  position: absolute;
  top: 16px;
  left: 16px;
}
.header.is-scroll {
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.8);
}
@media (min-width: 1025px) {
  .header.is-scroll {
    height: 80px;
  }
}

.hamburger {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  width: 96px;
  padding: 4px 0 4px 12px;
  position: relative;
  box-shadow: 0 2px 16px var(--shadow-red);
  background: var(--gradation-red);
  border-radius: 9999px;
  z-index: 100;
  transition: background-color 0.3s ease-out;
}
@media (min-width: 1025px) {
  .hamburger {
    display: none;
  }
}
.hamburger .line {
  flex-shrink: 0;
  width: 17px;
  height: 5px;
  position: relative;
}
.hamburger .line::before, .hamburger .line::after {
  content: "";
  display: block;
  width: 17px;
  height: 1px;
  margin: auto;
  position: absolute;
  border-radius: 0.5px;
  background: var(--color-white);
  transition: all 0.3s ease-out;
}
.hamburger .line::before {
  top: 0;
  left: 0;
}
.hamburger .line::after {
  bottom: 0;
  left: 0;
}
.hamburger .menu {
  color: var(--color-white);
  font-size: 1.6rem;
  line-height: 1.5;
  transition: color 0.3s ease-out;
}
.hamburger.is-open {
  background: var(--color-white);
}
.hamburger.is-open .line::before {
  bottom: 0;
  background: var(--color-body);
}
.hamburger.is-open .line::after {
  top: 0;
  opacity: 0;
}
.hamburger.is-open .menu {
  color: var(--color-body);
}

.global-nav {
  font-size: 2.4rem;
  line-height: 1.3333333333;
}
@media (max-width: 1024px) {
  .global-nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100vw;
    height: 100dvh;
    height: calc(var(--vh) * 100);
    padding-block: 50px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    color: var(--color-white);
    opacity: 0;
    visibility: hidden;
    overflow: auto;
    pointer-events: none;
    transition: z-index 0.3s ease-out, opacity 0.3s ease-out, visibility 0.3s ease-out;
  }
}
@media (min-width: 1025px) {
  .global-nav {
    height: 100%;
    font-size: 1.8rem;
    line-height: 1.5555555556;
  }
}
.global-nav_list {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
@media (min-width: 1025px) {
  .global-nav_list {
    height: 100%;
    flex-direction: row;
    gap: 24px;
  }
}
.global-nav .menu-item {
  height: 100%;
  position: relative;
}
@media (max-width: 1024px) {
  .global-nav .menu-item a {
    color: var(--color-white);
  }
}
@media (min-width: 1025px) {
  .global-nav .menu-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
}
.global-nav .menu-item:not(:is(.sub-menu *)):not(:last-child) { /* CONTACT以外 */ }
@media (max-width: 1024px) {
  .global-nav .menu-item:not(:is(.sub-menu *)):not(:last-child) {
    padding-inline: 40px;
  }
}
@media (min-width: 1025px) {
  .global-nav .menu-item:not(:is(.sub-menu *)):not(:last-child) {
    position: relative;
  }
  .global-nav .menu-item:not(:is(.sub-menu *)):not(:last-child)::after {
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: calc(2.8rem + 34px);
    right: 0;
    left: 0;
    background: transparent;
    transition: background-color 0.15s ease-out, top 0.3s ease-out;
  }
}
@media (any-hover: hover) {
  .global-nav .menu-item:not(:is(.sub-menu *)):not(:last-child):hover::after {
    background: var(--color-red);
  }
}
@media (min-width: 1025px) {
  .global-nav .menu-item:not(:is(.sub-menu *)):not(:last-child):is(.is-scroll *)::after {
    top: calc(2.8rem + 25px);
  }
}
@media (min-width: 1025px) {
  .global-nav .menu-item.current-menu-item:not(:last-child)::after, .global-nav .menu-item.current-menu-ancestor:not(:last-child)::after {
    background: var(--color-red);
  }
}
.global-nav .menu-item:last-child:not(:is(.sub-menu *)) { /* CONTACT */
  position: relative;
}
.global-nav .menu-item:last-child:not(:is(.sub-menu *)) a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-white);
  color: var(--color-body);
  font-size: 1.8rem;
}
@media (max-width: 1024px) {
  .global-nav .menu-item:last-child:not(:is(.sub-menu *)) a {
    width: 0;
    padding: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
}
@media (min-width: 1025px) {
  .global-nav .menu-item:last-child:not(:is(.sub-menu *)) a {
    padding-inline: 40px;
    background: var(--color-body);
    color: var(--color-white);
    transition: background-color 0.3s;
  }
}
@media (min-width: 1025px) and (any-hover: hover) {
  .global-nav .menu-item:last-child:not(:is(.sub-menu *)) a:hover {
    background: var(--color-dred);
  }
}
.global-nav .sub-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  font-size: 1.6rem;
  transition: all 0.3s ease-out;
}
@media (max-width: 1024px) {
  .global-nav .sub-menu {
    margin-top: 16px;
  }
}
@media (min-width: 1025px) {
  .global-nav .sub-menu {
    gap: 10px;
    padding: 16px 32px;
    position: absolute;
    top: calc(100% - 10px);
    left: 0;
    z-index: -1;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.8);
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
  }
}
.global-nav .sub-menu .menu-item a {
  display: flex;
  align-items: center;
  gap: 16px;
}
.global-nav .sub-menu .menu-item a::before {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  border-radius: 9999px;
  background: var(--color-white);
}
@media (min-width: 1025px) {
  .global-nav .sub-menu .menu-item a::before {
    gap: 12px;
    background: var(--color-body);
    transition: background-color 0.15s ease-out;
  }
}
@media (any-hover: hover) {
  .global-nav .sub-menu .menu-item a:hover::before {
    background: var(--color-red);
  }
}
@media (min-width: 1025px) {
  .global-nav .sub-menu .menu-item.current-menu-item a::before {
    background: var(--color-red);
  }
}
@media (min-width: 1025px) {
  .global-nav .sub-menu:is(.is-top *) {
    top: calc(100% - 18px);
  }
}
@media (min-width: 1025px) {
  .global-nav .menu-item-has-children > a::after {
    content: "";
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    background: var(--color-body);
    clip-path: polygon(27% 40%, 73% 40%, 50% 63%);
  }
}
@media (min-width: 1025px) {
  .global-nav .menu-item-has-children:hover .sub-menu {
    z-index: 1;
    opacity: 1;
    visibility: visible;
  }
}
.global-nav.is-open {
  z-index: 1;
  background: var(--color-body);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.global-nav.is-open .menu-item:last-child:not(:is(.sub-menu *)) { /* CONTACT */ }
@media (max-width: 1024px) {
  .global-nav.is-open .menu-item:last-child:not(:is(.sub-menu *)) a {
    width: 100%;
    padding: 18px;
  }
}

.main:not(:is(.front-page *)) {
  margin-top: 104px;
}
@media (min-width: 1025px) {
  .main:not(:is(.front-page *)) {
    margin-top: 176px;
  }
}

.sec-title {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 40px;
}
.sec-title_ja {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.5555555556;
}
@media (min-width: 601px) {
  .sec-title_ja {
    font-size: 2.4rem;
    line-height: 1.6666666667;
  }
}
.sec-title_en {
  margin-bottom: 4px;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 3.2rem;
  line-height: 1.25;
}
@media (min-width: 601px) {
  .sec-title_en {
    font-size: 6.4rem;
    line-height: 1.375;
  }
}
.sec-title_en:not(:is(.footer-contact *))::first-letter {
  color: var(--color-dred);
}
.sec-title.center {
  align-items: center;
}

.page-title {
  display: flex;
  flex-direction: column-reverse;
  gap: 8px;
  margin: 0 16px 24px;
}
@media (min-width: 601px) {
  .page-title {
    margin-inline: max(var(--vw) * 50 - var(--width-content-wide) / 2, 40px);
  }
}
.page-title_ja {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (min-width: 601px) {
  .page-title_ja {
    font-size: 3.2rem;
    line-height: 1.6666666667;
  }
}
.page-title_en {
  color: var(--color-dred);
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  line-height: 1.4;
}
@media (min-width: 601px) {
  .page-title_en {
    font-size: 8.8rem;
    line-height: 1.2272727273;
  }
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin: 0 16px 120px;
}
@media (min-width: 601px) {
  .breadcrumb {
    margin: 0 max(var(--vw) * 50 - var(--width-content-wide) / 2, 40px) 200px;
  }
}
.breadcrumb_item {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 1.4rem;
}
.breadcrumb_item a,
.breadcrumb_item .current {
  display: flex;
  align-items: center;
  gap: 16px;
}
.breadcrumb_item a::before,
.breadcrumb_item .current::before {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  background: var(--color-body);
}
.breadcrumb_item .current::before {
  background: var(--color-dred);
}
.breadcrumb_item .current .title {
  max-width: 15.9em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb_item:not(:first-child)::before {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 16px;
  height: 1px;
  border-radius: 9999px;
  background: var(--color-body);
}
.breadcrumb:is(.single-post *) {
  margin-bottom: 24px;
}

.footer-contact {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 120px 16px -59px;
  padding: 40px 24px;
  position: relative;
  z-index: 1;
  border-radius: 16px;
  background: linear-gradient(84.93deg, rgba(226, 1, 19, 0.8) 0.79%, rgba(255, 115, 126, 0.8) 98.64%), url(../images/bg_footer_contact.jpg) center/cover no-repeat;
  color: var(--color-white);
}
@media (max-width: 1024px) {
  .footer-contact {
    flex-wrap: wrap;
  }
}
@media (min-width: 601px) {
  .footer-contact {
    margin: 200px 40px -83px;
    padding: 64px min(12.8%, 148px);
  }
}
@media (min-width: 1025px) {
  .footer-contact {
    gap: 77px;
    min-height: 348px;
    margin-inline: max(var(--vw) * 50 - var(--width-content-wide) / 2, 40px);
  }
}
.footer-contact_title {
  margin-bottom: 24px;
}
@media (max-width: 600px) {
  .footer-contact_title {
    text-align: center;
  }
}
.footer-contact_r {
  width: 100%;
}
@media (min-width: 1025px) {
  .footer-contact_r {
    width: fit-content;
    flex-shrink: 0;
  }
}
.footer-contact_button {
  margin: 0 auto 24px;
}
@media (min-width: 601px) {
  .footer-contact_button {
    margin: 0 0 24px;
  }
}
.footer-contact_tel {
  margin-bottom: 8px;
  line-height: 1.3333333333;
}
@media (max-width: 600px) {
  .footer-contact_tel {
    text-align: center;
  }
}
.footer-contact_tel a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--color-white);
  transition: color 0.15s ease-out;
}
@media (any-hover: hover) {
  .footer-contact_tel a:hover {
    color: var(--color-gray);
  }
}
.footer-contact_telno {
  font-size: 2.4rem;
}
.footer-contact_address {
  margin-bottom: 4px;
  font-size: 1.4rem;
}
@media (min-width: 1025px) {
  .footer-contact_address {
    white-space: nowrap;
  }
}
.footer-contact_hours {
  font-size: 1.4rem;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 24px 64px;
  padding: 120px 24px 32px;
  background: var(--color-body);
  color: var(--color-white);
}
@media (max-width: 600px) {
  .footer {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (min-width: 1025px) {
  .footer {
    padding-inline: 64px;
  }
}
.footer a {
  color: var(--color-white);
  transition: color 0.15s ease-out;
}
@media (any-hover: hover) {
  .footer a:hover {
    color: var(--color-gray);
  }
}
.footer_address {
  margin-bottom: 24px;
  font-size: 1.4rem;
}
@media (min-width: 1025px) {
  .footer_address {
    margin-bottom: 29px;
  }
}
.footer_logo {
  margin-bottom: 8px;
}
.footer_r {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.footer_catch {
  font-size: 4rem;
  line-height: 1.4;
}
@media (max-width: 600px) {
  .footer_catch {
    text-align: center;
  }
}
@media (min-width: 601px) {
  .footer_catch {
    width: fit-content;
    font-size: clamp(4rem, var(--vw) * 4.44, 6.4rem);
    white-space: nowrap;
  }
}
@media (min-width: 1025px) {
  .footer_catch {
    width: fit-content;
  }
}
.footer_copyright {
  display: block;
  width: 100%;
  font-size: 1.2rem;
  text-align: center;
}
@media (min-width: 1025px) {
  .footer_copyright {
    text-align: right;
  }
}

.footer-nav {
  display: flex;
  gap: 24px 64px;
  font-size: 1.4rem;
}
@media (max-width: 600px) {
  .footer-nav {
    flex-wrap: wrap;
  }
}
.footer-nav_list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer-nav_list:first-of-type {
  flex-shrink: 0;
}
.footer-nav .sub-menu {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px;
}
.footer-nav .sub-menu a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 12px;
}
.footer-nav .sub-menu a::before {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  border-radius: 9999px;
  background: var(--color-white);
  transition: background-color 0.15s ease-out;
}
@media (any-hover: hover) {
  .footer-nav .sub-menu a:hover::before {
    background: var(--color-gray);
  }
}

.sns-list {
  display: flex;
  justify-content: center;
  gap: 24px;
}
@media (min-width: 1025px) {
  .sns-list {
    gap: 40px;
  }
}
.sns-list_item {
  width: fit-content;
}
.sns-list_item [class^=icon-] {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
.sns-list_item [class^=icon-]::before {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: absolute;
  inset: 0;
  color: var(--color-white);
  font-family: "icomoon";
  font-size: 23px;
  line-height: 1;
  text-indent: 0;
  transition: color 0.15s ease-out;
}
@media (any-hover: hover) {
  .sns-list_item [class^=icon-]:hover::before {
    color: var(--color-gray);
  }
}
.sns-list_item .icon-x::before {
  content: "\e905";
}
.sns-list_item .icon-fb::before {
  content: "\e902";
}
.sns-list_item .icon-note::before {
  content: "\e904";
}
.sns-list_item .icon-linkedin::before {
  content: "\e903";
}
.sns-list.in-content [class^=icon-]::before {
  color: var(--color-body);
}

.button {
  display: block;
  width: 280px;
  max-width: 100%;
  height: 3.6rem;
  padding: 0 16px;
  position: relative;
  border-radius: 9999px;
  box-shadow: 0 2px 16px var(--shadow-red);
  background: var(--gradation-red);
  color: var(--color-white);
  font-family: "Lora", "Zen Old Mincho", serif;
  font-size: 1.4rem;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  text-align: center;
  text-overflow: ellipsis;
  line-height: 3.6rem;
  white-space: nowrap;
  overflow: hidden;
  transition: box-shadow 0.3s ease-out;
}
.button_text {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%) translateX(0);
  transition: left 0.3s ease-out, transform 0.3s ease-out;
  white-space: nowrap;
}
@media (any-hover: hover) {
  .button:hover {
    box-shadow: none;
  }
  .button:hover .button_text {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.button.center {
  margin: 0 auto;
}
.button.arrow {
  width: 160px;
  height: 4rem;
  font-weight: 400;
}
.button.arrow::after {
  content: "\e900";
  display: block;
  width: 1.3rem;
  height: 1.3rem;
  color: var(--color-white);
  font-family: "icomoon";
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1;
  margin: auto;
  position: absolute;
  top: 0;
  right: 13px;
  bottom: 0;
  transition: all 0.3s ease-out;
}
.button.arrow .button_text {
  line-height: 4rem;
}
@media (any-hover: hover) {
  .button.arrow:hover {
    justify-content: center;
    gap: 0;
    box-shadow: none;
  }
  .button.arrow:hover::after {
    opacity: 0;
  }
}
.button:is(.footer-contact *) {
  width: 201px;
  min-height: 5.6rem;
  background: var(--color-white);
  color: var(--color-dred);
  font-weight: 400;
}
.button:is(.footer-contact *)::after {
  width: 2rem;
  height: 2rem;
  right: 18px;
  font-size: 2rem;
  color: var(--color-dred);
}
.button:is(.footer-contact *) .button_text {
  left: 32px;
  line-height: 5.6rem;
}
@media (any-hover: hover) {
  .button:is(.footer-contact *):hover .button_text {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.button:is(.mv *) {
  width: 100%;
}
@media (min-width: 601px) {
  .button:is(.mv *) {
    width: 380px;
  }
}
.button.recruit-apply {
  width: 297px;
  min-height: 6.4rem;
  border: 2px solid var(--color-dred);
  background: var(--color-white);
  color: var(--color-dred);
  font-weight: 700;
}
.button.recruit-apply::after {
  width: 3.2rem;
  height: 3.2rem;
  right: 24px;
  font-size: 2.67rem;
  color: var(--color-dred);
  text-align: center;
  line-height: 3.2rem;
}
.button.recruit-apply .button_text {
  left: 56px;
  line-height: 6.4rem;
}
@media (any-hover: hover) {
  .button.recruit-apply:hover .button_text {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 40px;
  padding-inline: 16px;
  font-size: 1.4rem;
  font-weight: 700;
}
.wp-pagenavi a,
.wp-pagenavi span {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  transition: background-color 0.15s ease-out, color 0.15s ease-out;
}
.wp-pagenavi .page,
.wp-pagenavi .current {
  background: var(--color-lgray);
}
@media (any-hover: hover) {
  .wp-pagenavi .page:hover,
  .wp-pagenavi .current:hover {
    background: var(--color-dred);
    color: var(--color-white);
  }
}
.wp-pagenavi .current {
  background: var(--color-dred);
  color: var(--color-white);
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  position: relative;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
.wp-pagenavi .nextpostslink::before,
.wp-pagenavi .previouspostslink::before {
  content: "\e900";
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  color: var(--color-body);
  font-family: "icomoon";
  font-size: 3.2rem;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  inset: 0;
  text-indent: 0;
  transition: color 0.15s ease-out;
}
@media (any-hover: hover) {
  .wp-pagenavi .nextpostslink:hover::before,
  .wp-pagenavi .previouspostslink:hover::before {
    color: var(--color-dred);
  }
}
.wp-pagenavi .previouspostslink {
  transform: rotate(180deg);
}

.sec-shadow {
  margin: 0 16px 120px;
  padding: 64px 16px;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  background: var(--color-white);
}
@media (min-width: 601px) {
  .sec-shadow {
    margin: 0 max(var(--vw) * 50 - var(--width-content-wide) / 2, 40px) 200px;
    padding-inline: 40px;
  }
}
@media (min-width: 1025px) {
  .sec-shadow {
    padding-inline: 118px;
  }
}
.sec-shadow_image {
  max-width: 720px;
  margin: 0 auto 40px;
}

.works-sec-title {
  margin-bottom: 40px;
  color: var(--color-dred);
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5555555556;
  letter-spacing: 0.05em;
}
@media (min-width: 601px) {
  .works-sec-title {
    font-size: 3.2rem;
    line-height: 1.5;
  }
}
:is(* + .works-sec-title) {
  margin-top: 64px;
}

.news-category {
  flex-shrink: 0;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 4px 16px;
  border-radius: 8px;
  background: var(--color-body);
  color: var(--color-white);
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
}

.news-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%;
  margin-bottom: 48px;
  padding-inline: 16px;
}
@media (min-width: 1025px) {
  .news-nav {
    margin-bottom: 96px;
    padding-inline: 32px;
    gap: 32px;
  }
}
@media (min-width: 1280px) {
  .news-nav {
    justify-content: center;
  }
}
.news-nav li {
  width: calc(50% - 8px);
}
@media (min-width: 601px) {
  .news-nav li {
    width: calc((100% - 32px) / 3);
  }
}
@media (min-width: 1025px) {
  .news-nav li {
    width: calc((100% - 96px) / 4);
  }
}
@media (min-width: 1280px) {
  .news-nav li {
    width: calc((100% - 160px) / 6);
  }
}
.news-nav li a {
  display: block;
  padding: 8px;
  position: relative;
  border-radius: 16px 0 16px 0;
  background: var(--color-gray);
  color: var(--color-white);
  font-size: 1.8rem;
  line-height: 1.5555555556;
  text-align: center;
  transition: background-color 0.3s ease-out;
}
@media (min-width: 1025px) {
  .news-nav li a {
    padding: 18px;
  }
}
@media (any-hover: hover) {
  .news-nav li a::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    background: var(--gradation-red);
    opacity: 0;
    transition: opacity 0.3s ease-out;
  }
  .news-nav li a:hover {
    background: transparent;
  }
  .news-nav li a:hover::before {
    opacity: 1;
  }
}
.news-nav li.current-cat a {
  background: var(--gradation-red);
}

.news-list {
  margin-bottom: 40px;
  border-top: 1px solid var(--color-body);
}
.news-list_item {
  border-bottom: 1px solid var(--color-body);
}
.news-list_link {
  display: block;
  padding: 32px 16px;
  position: relative;
  transition: color 0.15s ease-out;
}
@media (min-width: 601px) {
  .news-list_link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 64px max(var(--vw) * 50 - var(--width-content-wide) / 2, 40px);
  }
}
@media (min-width: 1280px) {
  .news-list_link {
    gap: 190px;
  }
}
@media (any-hover: hover) {
  .news-list_link::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--color-dred) 0%, var(--color-red) 100%);
    opacity: 0;
    transition: opacity 0.15s ease-out;
  }
  .news-list_link:hover {
    background: transparent;
    color: var(--color-white);
  }
  .news-list_link:hover::before {
    opacity: 1;
  }
  .news-list_link:hover .news-list_category {
    background: var(--color-white);
    color: var(--color-body);
  }
  .news-list_link:hover .news-list_title {
    text-decoration: underline;
  }
}
.news-list_info {
  flex-shrink: 0;
  min-width: 140px;
}
.news-list_date {
  display: block;
  margin-bottom: 8px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6666666667;
}
.news-list_category {
  transition: background-color 0.15s ease-out, color 0.15s ease-out;
}
@media (min-width: 601px) {
  .news-list_category {
    margin-bottom: 0;
  }
}
.news-list_title {
  width: 100%;
  font-weight: 700;
  transition: color 0.15s ease-out;
}

.load-fade {
  opacity: 0;
}
.load-fade.is-show {
  opacity: 1;
  animation: fade-in 0.5s;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.sns-list {
  display: flex;
  justify-content: center;
  gap: 24px;
}
@media (min-width: 1025px) {
  .sns-list {
    gap: 40px;
  }
}
.sns-list_item {
  width: fit-content;
}
.sns-list_item [class^=icon-] {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
.sns-list_item [class^=icon-]::before {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: absolute;
  inset: 0;
  color: var(--color-white);
  font-family: "icomoon";
  font-size: 23px;
  line-height: 1;
  text-indent: 0;
  transition: color 0.15s ease-out;
}
@media (any-hover: hover) {
  .sns-list_item [class^=icon-]:hover::before {
    color: var(--color-gray);
  }
}
.sns-list_item .icon-x::before {
  content: "\e905";
}
.sns-list_item .icon-fb::before {
  content: "\e902";
}
.sns-list_item .icon-note::before {
  content: "\e904";
}
.sns-list_item .icon-linkedin::before {
  content: "\e903";
}
.sns-list.in-content [class^=icon-]::before {
  color: var(--color-body);
}

.front-page {
  background: url(../images/front-page/bg.png) center bottom/cover no-repeat fixed;
}

.mv {
  width: calc(var(--vw) * 100);
  min-height: calc(var(--vh) * 100);
  margin-bottom: 120px;
  padding-bottom: 24px;
  position: relative;
  background: url(../images/front-page/mv_bg_sp.png) center bottom/100% no-repeat;
  overflow: hidden;
}
@media (min-width: 601px) {
  .mv {
    background-image: url(../images/front-page/mv_bg.png);
  }
}
@media (min-width: 1025px) {
  .mv {
    height: calc(var(--vh) * 100);
    min-height: 650px;
    margin-bottom: 200px;
  }
}
.mv_catch {
  display: block;
  width: 100%;
  margin: 131px auto 23px;
}
@media (min-width: 601px) {
  .mv_catch {
    width: 60%;
    margin-top: calc(var(--vw) * 15);
  }
}
@media (min-width: 1025px) {
  .mv_catch {
    width: min(var(--vw) * 69.58, 1002px);
    margin: auto;
    position: absolute;
    inset: 0;
  }
}

.mv-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
  padding-inline: 16px;
}
@media (min-width: 601px) {
  .mv-link {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    max-width: 808px;
    margin: 0 auto 40px;
    padding-inline: 16px;
  }
}
@media (min-width: 1025px) {
  .mv-link {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: absolute;
    top: 112px;
    right: 32px;
  }
}
.mv-link_item {
  width: 100%;
}
@media (min-width: 601px) {
  .mv-link_item {
    width: fit-content;
  }
}

.mv-news {
  width: calc(100% - 30px);
  margin-inline: auto;
  padding: 10px 24px;
  border-radius: 9999px;
  background: var(--color-white);
}
@media (min-width: 601px) {
  .mv-news {
    max-width: var(--width-content-wide);
    padding: 18px 24px;
  }
}
@media (min-width: 1025px) {
  .mv-news {
    position: absolute;
    right: 0;
    bottom: 40px;
    left: 0;
  }
}
.mv-news_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .mv-news_link {
    gap: 40px;
  }
}
.mv-news_link::after {
  flex-shrink: 0;
  content: "\e900";
  display: block;
  width: 32px;
  height: 32px;
  color: var(--color-body);
  font-family: "icomoon";
  font-size: 32px;
  font-weight: normal;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 27px;
  transition: color 0.3s ease-out;
}
@media (any-hover: hover) {
  .mv-news_link:hover::after {
    color: var(--color-red);
  }
}
@media (max-width: 1024px) {
  .mv-news .text-scroll {
    overflow: hidden;
    white-space: nowrap;
  }
}
.mv-news .text-scroll_inner {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .mv-news .text-scroll_inner {
    width: max-content;
    animation: text-scroll 30s linear infinite;
  }
}
.mv-news .text-scroll_text {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 1024px) {
  .mv-news .text-scroll_text {
    padding-right: 2em;
    white-space: nowrap;
  }
}
@media (min-width: 601px) {
  .mv-news .text-scroll_text {
    gap: 16px;
  }
}
.mv-news_date {
  flex-shrink: 0;
  font-size: 1.4rem;
  font-weight: 700;
}
.mv-news_category {
  margin-bottom: 0;
}
.mv-news_title {
  flex-grow: 1;
  font-weight: 700;
  white-space: nowrap;
}
@media (min-width: 1025px) {
  .mv-news_title {
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@keyframes text-scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.top-about {
  display: flex;
  justify-content: flex-end;
  gap: 40px 80px;
  margin-bottom: 120px;
  padding-left: 16px;
}
@media (max-width: 1024px) {
  .top-about {
    flex-wrap: wrap;
  }
}
@media (min-width: 601px) {
  .top-about {
    padding-left: max(var(--vw) * 50 - var(--width-content-wide) / 2, 40px);
  }
}
@media (min-width: 1025px) {
  .top-about {
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 200px;
    padding-right: 0;
  }
}
.top-about_title {
  margin-bottom: 40px;
}
.top-about_content {
  width: 100%;
  padding-right: 16px;
}
@media (min-width: 601px) {
  .top-about_content {
    padding-right: 40px;
  }
}
@media (min-width: 1025px) {
  .top-about_content {
    width: max(var(--vw) * 31.11, 380px);
    padding-right: 0;
  }
}
.top-about p + p {
  margin-top: 16px;
}
.top-about::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 374/272;
  border-radius: 16px 0 0 16px;
  background: url(../images/front-page/img_about_us.jpg) center/cover no-repeat;
}
@media (min-width: 601px) {
  .top-about::after {
    width: 80%;
    aspect-ratio: 770/560;
  }
}
@media (min-width: 1025px) {
  .top-about::after {
    width: min(var(--vw) * 53.47, 770px);
  }
}

.top-news {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 64px;
  margin: 0 16px 120px;
  padding: 40px 24px;
  border-radius: 16px;
  background: var(--color-white);
}
@media (min-width: 601px) {
  .top-news {
    margin: 0 max(var(--vw) * 50 - var(--width-content-wide) / 2, 40px) 200px;
    padding: 64px 118px;
  }
}
@media (min-width: 1025px) {
  .top-news {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.top-news_l {
  flex-shrink: 0;
  width: fit-content;
}
@media (min-width: 1025px) {
  .top-news_r {
    max-width: 566px;
  }
}

.top-news-list_item {
  display: block;
}
.top-news-list_item:not(:first-child) {
  padding-top: 24px;
}
.top-news-list_link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--color-body);
  transition: border-bottom-color 0.3s ease-out;
}
@media (any-hover: hover) {
  .top-news-list_link:hover {
    border-color: var(--color-red);
  }
  .top-news-list_link:hover .top-news-list_title::after {
    color: var(--color-red);
  }
}
.top-news-list_date {
  flex-shrink: 0;
  margin-bottom: 8px;
  font-size: 1.4rem;
  font-weight: 700;
}
@media (max-width: 600px) {
  .top-news-list_date {
    width: 100%;
  }
}
@media (min-width: 601px) {
  .top-news-list_date {
    margin: 0 16px 16px 0;
  }
}
.top-news-list_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  font-weight: 700;
}
.top-news-list_title::after {
  flex-shrink: 0;
  content: "\e901";
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  color: var(--color-body);
  font-family: "icomoon";
  font-size: 3.2rem;
  font-weight: normal;
  line-height: 1;
  transition: color 0.3s ease-out;
}
.top-news-list_title .text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-content {
  margin-inline: 16px;
}
@media (min-width: 601px) {
  .page-content {
    margin-inline: max(var(--vw) * 50 - var(--width-content) / 2, 40px);
  }
}
.page-content p + p {
  margin-top: 40px;
}
@media (any-hover: hover) {
  .page-content a:not(.wp-block-buttons *):hover {
    text-decoration: underline;
  }
}
@media (min-width: 601px) {
  .page-content.wide {
    margin-inline: max(var(--vw) * 50 - var(--width-content-wide) / 2, 40px);
  }
}

.company-overview {
  margin: 0 16px 40px;
}
@media (min-width: 601px) {
  .company-overview {
    margin: 0 max(var(--vw) * 50 - var(--width-content) / 2, 40px) 80px;
  }
}
.company-overview tr {
  border-bottom: 1px solid var(--color-body);
}
.company-overview tr th {
  padding: 24px 16px 16px;
}
@media (max-width: 600px) {
  .company-overview tr th {
    display: block;
    padding-bottom: 8px;
  }
}
@media (min-width: 601px) {
  .company-overview tr th {
    width: 225px;
  }
}
.company-overview tr td {
  padding: 24px 16px 16px;
}
@media (max-width: 600px) {
  .company-overview tr td {
    display: block;
    padding-top: 0;
  }
}

.access {
  margin-inline: 16px;
}
@media (min-width: 601px) {
  .access {
    margin-inline: max(var(--vw) * 50 - var(--width-content) / 2, 40px);
  }
}
.access_title {
  margin-bottom: 40px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.2rem;
  text-align: center;
  line-height: 1.5;
}
.access_map {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.access figure {
  width: 100%;
}
@media (min-width: 1025px) {
  .access figure {
    width: calc(50% - 20px);
  }
}
.access .map-outer {
  aspect-ratio: 358/162;
  position: relative;
}
@media (min-width: 1025px) {
  .access .map-outer {
    aspect-ratio: 440/199;
  }
}
.access .map-outer iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.investment-fund {
  width: 100%;
  padding-inline: 16px;
}
@media (min-width: 601px) {
  .investment-fund {
    padding-inline: 40px;
  }
}
.investment-fund_title {
  margin-bottom: 40px;
  text-align: center;
}

.fund-list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  max-width: var(--width-content-wide);
  margin: 0 auto;
}
.fund-list_item {
  width: 100%;
}
@media (min-width: 1025px) {
  .fund-list_item {
    width: calc((100% - 64px) / 3);
  }
}
.fund-list_title {
  margin-bottom: 24px;
  padding: 8px;
  border-radius: 16px 0 16px 0;
  background: var(--color-dred);
  color: var(--color-white);
  font-size: 1.8rem;
  text-align: center;
}
.fund-list_content {
  padding-inline: 16px;
}
.fund-list_desc {
  margin-bottom: 24px;
}

.startup-overview_summary {
  margin-bottom: 64px;
}
.startup-overview .blend {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 1025px) {
  .startup-overview .blend {
    flex-wrap: nowrap;
  }
}
.startup-overview .blend_l, .startup-overview .blend_r {
  width: 100%;
  padding: 8px 12px;
  border-radius: 16px;
  font-size: 1.8rem;
  line-height: 1.5555555556;
}
.startup-overview .blend_l {
  background: var(--color-dred);
  color: var(--color-white);
}
.startup-overview .blend_mark {
  display: block;
  width: 17px;
  height: 17px;
  background: url(../images/works/mark_blend.svg) center/contain no-repeat;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
.startup-overview .blend_r {
  background: var(--color-yellow);
}
.startup-overview .element {
  display: flex;
  flex-direction: column;
  width: 240px;
  margin: 0 auto 64px;
  margin-bottom: 64px;
}
@media (min-width: 601px) {
  .startup-overview .element {
    flex-direction: row;
    width: min(var(--vw) * 63.89, 920px);
  }
}
.startup-overview .element_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 240px;
  height: 240px;
  padding: 20px;
  border-radius: 50%;
  color: var(--color-white);
  font-size: 1.8rem;
  line-height: 1.5555555556;
  letter-spacing: 0.05em;
}
@media (min-width: 601px) {
  .startup-overview .element_item {
    width: min(var(--vw) * 23.61, 340px);
    height: min(var(--vw) * 23.61, 340px);
  }
}
.startup-overview .element_item:not(:last-child) {
  margin-bottom: -50px;
}
@media (min-width: 601px) {
  .startup-overview .element_item:not(:last-child) {
    margin-right: max(var(--vw) * -4.17, -60px);
  }
}
.startup-overview .element_item.growth {
  background: url(../images/works/bg_growth.jpg) center/contain no-repeat;
}
.startup-overview .element_item.network {
  position: relative;
  z-index: 1;
  background: url(../images/works/bg_network.jpg) center/contain no-repeat;
}
.startup-overview .element_item.transformation {
  background: url(../images/works/bg_transformation.jpg) center/contain no-repeat;
}
.startup-overview .activity-detail {
  font-weight: 700;
}
@media (min-width: 1025px) {
  .startup-overview .activity-detail {
    font-size: 2.4rem;
    text-align: center;
    line-height: 1.6666666667;
  }
}
.startup-overview .activity-detail_item {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--color-red);
}
.startup-overview .activity-detail_item:not(:last-child) {
  margin-bottom: 40px;
}

.managed-fund {
  margin: 0 16px 120px;
}
@media (min-width: 601px) {
  .managed-fund {
    margin: 0 max(var(--vw) * 50 - var(--width-content-wide) / 2, 40px) 200px;
  }
}

@media (min-width: 601px) {
  .fund {
    max-width: var(--width-content);
    margin: 0 auto;
  }
}
.fund_title {
  margin-bottom: 24px;
  padding: 11px 16px;
  background: var(--color-yellow);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6666666667;
}
.fund_summary {
  margin-bottom: 24px;
}
.fund:not(:last-child) {
  margin-bottom: 40px;
}

.fund-detail_item {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 16px 16px;
  border-bottom: 1px solid var(--color-body);
}
@media (min-width: 601px) {
  .fund-detail_item {
    gap: 80px;
  }
}
.fund-detail_item:not(:last-child) {
  margin-bottom: 24px;
}
.fund-detail_title {
  flex-shrink: 0;
  width: 100%;
  font-weight: 700;
}
@media (min-width: 601px) {
  .fund-detail_title {
    width: 140px;
  }
}
@media (min-width: 601px) {
  .fund-detail_content {
    width: calc(100% - 140px - 80px);
  }
}

.invest-tab {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 16px;
  width: 100%;
  margin-bottom: 48px;
}
@media (min-width: 1025px) {
  .invest-tab {
    justify-content: space-between;
    margin-bottom: 40px;
  }
}
.invest-tab_item {
  width: calc(50% - 8px);
}
@media (min-width: 601px) {
  .invest-tab_item {
    width: calc((100% - 32px) / 3);
  }
}
@media (min-width: 1025px) {
  .invest-tab_item {
    width: 208px;
  }
}
.invest-tab_item button {
  display: block;
  width: 100%;
  padding-block: 8px 10px;
  position: relative;
  border-radius: 16px 0 16px 0;
  background: var(--color-gray);
  color: var(--color-white);
  font-size: 1.8rem;
  line-height: 1.5555555556;
  text-align: center;
  transition: background-color 0.3s ease-out;
}
@media (min-width: 1025px) {
  .invest-tab_item button {
    padding-block: 18px;
  }
}
@media (any-hover: hover) {
  .invest-tab_item button::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    background: var(--gradation-red);
    opacity: 0;
    transition: opacity 0.3s ease-out;
  }
  .invest-tab_item button:hover {
    background: transparent;
  }
  .invest-tab_item button:hover::before {
    opacity: 1;
  }
}
.invest-tab_item.current button {
  background: var(--gradation-red);
}

.invest-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
@media (min-width: 601px) {
  .invest-list {
    gap: 16px;
  }
}
@media (min-width: 1025px) {
  .invest-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
  }
}
.invest-list_item {
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.2);
  background: var(--color-white);
}
.invest-list_image {
  width: 100%;
  padding: 10px;
  aspect-ratio: 259/200;
}
.invest-list_image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.invest-list_info {
  padding: 18px 8px;
  border-top: 2px solid var(--color-red);
  text-align: center;
}
@media (min-width: 1025px) {
  .invest-list_info {
    padding: 32px 16px;
  }
}
.invest-list_name {
  margin-bottom: 12px;
  font-size: 1.4rem;
  font-weight: 700;
}
.invest-list_address {
  margin-bottom: 12px;
}

.search-fund-buttons {
  gap: 16px;
  margin-bottom: 120px;
}
@media (min-width: 1025px) {
  .search-fund-buttons {
    gap: 40px;
    margin-bottom: 80px;
  }
}

.about-search-fund {
  display: flex;
  justify-content: flex-end;
  gap: 40px 80px;
  margin-bottom: 120px;
  padding-left: 16px;
  /* WP過去バージョン用 */
  /* ここまで */
}
@media (max-width: 1024px) {
  .about-search-fund {
    flex-wrap: wrap;
  }
}
@media (min-width: 601px) {
  .about-search-fund {
    padding-left: max(var(--vw) * 50 - var(--width-content-wide) / 2, 40px);
  }
}
@media (min-width: 1025px) {
  .about-search-fund {
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 200px;
    padding-right: 0;
  }
}
.about-search-fund > .wp-block-group__inner-container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .about-search-fund > .wp-block-group__inner-container {
    flex-wrap: wrap;
  }
}
@media (min-width: 1025px) {
  .about-search-fund > .wp-block-group__inner-container {
    align-items: flex-start;
    justify-content: space-between;
  }
}
.about-search-fund_content {
  width: 100%;
  padding-right: 16px;
  flex-basis: initial;
}
@media (min-width: 601px) {
  .about-search-fund_content {
    padding-right: 40px;
  }
}
@media (min-width: 1025px) {
  .about-search-fund_content {
    width: max(var(--vw) * 31.11, 380px);
    padding-right: 0;
  }
}
.about-search-fund_image {
  margin-top: 0;
}
@media (min-width: 1025px) {
  .about-search-fund_image {
    width: min(var(--vw) * 53.47, 770px);
  }
}
.about-search-fund_image img {
  width: 100%;
  aspect-ratio: 374/272;
  border-radius: 16px 0 0 16px;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 1025px) {
  .about-search-fund_image img {
    aspect-ratio: 770/560;
  }
}

.searcher-point {
  counter-reset: list-item;
}
.searcher-point_head {
  margin-bottom: 16px;
  font-size: 1.6rem;
  line-height: 2;
}
@media (min-width: 601px) {
  .searcher-point_head {
    font-size: 2.4rem;
    line-height: 1.6666666667;
  }
}
.searcher-point_head::before {
  counter-increment: list-item;
  content: counter(list-item, decimal-leading-zero) ".";
  color: var(--color-red);
  font-size: 2.4rem;
  line-height: 1.6666666667;
}
@media (min-width: 601px) {
  .searcher-point_head::before {
    font-size: 3.2rem;
    line-height: 1.75;
  }
}
.searcher-point_content {
  margin: 0 0 40px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--color-red);
}

.select-flow {
  counter-reset: list-item;
}
.select-flow_title {
  padding: 12px 24px;
  border-radius: 16px 0 0 0;
  background: var(--color-dred);
  color: var(--color-white);
  font-size: 3.2rem;
  line-height: 1.5;
}
.select-flow_list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 32px;
  margin: 0 0 16px;
  padding: 32px;
  border: 2px solid var(--color-dred);
  border-radius: 0 0 16px 0;
  /* WP過去バージョン用 */
  /* ここまで */
}
.select-flow_list > .wp-block-group__inner-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 32px;
}
.select-flow_item {
  width: 100%;
  margin-top: 0;
  padding: 16px;
  border-radius: 16px;
  background: var(--color-lred);
  text-align: center;
}
@media (min-width: 769px) and (max-width: 1279px) {
  .select-flow_item {
    width: calc(50% - 16px);
  }
}
@media (min-width: 1280px) {
  .select-flow_item {
    width: calc((100% - 64px) / 3);
  }
}
.select-flow_item strong {
  text-decoration: underline;
}
.select-flow_step {
  margin-bottom: 16px;
  font-size: 2.4rem;
  line-height: 1.6666666667;
}
.select-flow_step::before {
  counter-increment: list-item;
  content: counter(list-item, decimal-leading-zero);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 4px;
  border-radius: 50%;
  background: var(--color-white);
  font-size: 3.2rem;
  font-size: 700;
}
.select-flow_detail {
  margin-top: 0;
}
.select-flow_note {
  margin-top: 0;
  font-size: 1.2rem;
}
.select-flow_note:not(:last-child) {
  margin-bottom: 8px;
}

.sns-link-summary {
  margin-bottom: 24px;
}

.elixir-fund {
  margin: 0 16px 120px;
}
@media (min-width: 601px) {
  .elixir-fund {
    margin: 0 max(var(--vw) * 50 - var(--width-content) / 2, 40px) 200px;
  }
}

.img-elixir-fund {
  display: block;
  margin: 0 auto;
}

.recruit-intro {
  margin: 0 16px 120px;
}
@media (min-width: 601px) {
  .recruit-intro {
    margin: 0 max(var(--vw) * 50 - var(--width-content) / 2, 40px) 200px;
  }
}

.open-positions {
  margin-inline: 16px;
}
@media (min-width: 601px) {
  .open-positions {
    margin-inline: max(var(--vw) * 50 - var(--width-content-wide) / 2, 40px);
  }
}

@media (min-width: 601px) {
  .position {
    max-width: var(--width-content);
    margin: 0 auto;
  }
}
.position_title {
  margin-bottom: 24px;
  padding: 11px 16px;
  background: var(--color-yellow);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6666666667;
}
.position_summary {
  margin-bottom: 24px;
}
.position:not(:last-child) {
  margin-bottom: 40px;
}

.position-detail_item {
  padding: 0 16px 16px;
  border-bottom: 1px solid var(--color-body);
}
.position-detail_item:not(:last-child) {
  margin-bottom: 24px;
}
.position-detail_title {
  color: var(--color-dred);
  font-weight: 700;
}

.contact-flow {
  display: flex;
  justify-content: space-between;
  counter-reset: flow;
  max-width: 684px;
  margin: 64px auto;
  position: relative;
}
.contact-flow::before {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--color-gray);
  position: absolute;
  top: 20px;
  left: 0;
}
.contact-flow li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 40px;
  position: relative;
  z-index: 1;
  font-weight: 700;
  text-align: center;
}
.contact-flow li::before {
  counter-increment: flow;
  content: counter(flow);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 4px;
  border-radius: 50%;
  background: var(--color-gray);
  color: var(--color-white);
  font-weight: 700;
}
.contact-flow li span {
  display: block;
  width: max-content;
  white-space: nowrap;
}
.contact-flow li.current::before {
  background: var(--color-dred);
}

.contact-form_item {
  margin-block: 40px;
}
.contact-form_item > label {
  display: block;
  margin-bottom: 12px;
  font-weight: 700;
}
.contact-form_radio {
  display: flex;
  gap: 32px;
}
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form textarea {
  width: 100%;
  padding: 16px 12px;
  border: 1px solid var(--color-gray);
  border-radius: 16px;
  transition: box-shadow 0.15s ease-out;
}
.contact-form input[type=text]:focus, .contact-form input[type=text]:focus-within, .contact-form input[type=text]:focus-visible,
.contact-form input[type=email]:focus,
.contact-form input[type=email]:focus-within,
.contact-form input[type=email]:focus-visible,
.contact-form textarea:focus,
.contact-form textarea:focus-within,
.contact-form textarea:focus-visible {
  box-shadow: 0px 2px 16px 0px var(--shadow-red);
}
.contact-form input[type=text]:focus-visible,
.contact-form input[type=email]:focus-visible,
.contact-form textarea:focus-visible {
  outline: 0;
}
.contact-form input[type=radio] {
  display: none;
}
.contact-form .mwform-radio-field-text {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}
.contact-form .mwform-radio-field-text::before {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  border: 1px solid var(--color-gray);
}
.contact-form .mwform-radio-field-text::after {
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0.3rem;
  bottom: 0;
  border-radius: 50%;
  background: var(--color-dred);
  opacity: 0;
  transition: opacity 0.15s ease-out;
}
.contact-form .mwform-radio-field-text:is(:checked + *)::after {
  opacity: 1;
}
.contact-form .require {
  display: inline-block;
  margin-left: 12px;
  padding: 4px 8px;
  border-radius: 8px;
  background: var(--color-dred);
  color: var(--color-white);
  font-size: 1.2rem;
}

.contact-submit {
  width: fit-content;
  margin: 0 auto;
  position: relative;
  border-radius: 9999px;
  background: var(--color-dred);
  transition: background-color 0.3s ease-out;
}
@media (any-hover: hover) {
  .contact-submit::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    background: var(--gradation-red);
    opacity: 0;
    transition: opacity 0.3s ease-out;
  }
  .contact-submit:hover {
    background: transparent;
  }
  .contact-submit:hover::before {
    opacity: 1;
  }
}
.contact-submit .button {
  width: 297px;
  height: 7.6rem;
  padding: 24px;
  box-shadow: none;
  position: relative;
  background: transparent;
  color: var(--color-white);
  font-size: 1.8rem;
  line-height: 1.5555555556;
  transition: background-color 0.15s ease-out;
}

.post-article {
  margin-bottom: 48px;
}
@media (min-width: 601px) {
  .post-article {
    margin-bottom: 96px;
  }
}

.single-header {
  margin: 16px 40px;
}
@media (min-width: 601px) {
  .single-header {
    display: flex;
    gap: 40px;
    margin: 0 max(var(--vw) * 50 - var(--width-content-wide) / 2, 40px) 80px;
  }
}
.single-header_info {
  min-width: 140px;
}
.single-header_date {
  display: block;
  margin-bottom: 8px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6666666667;
}
@media (min-width: 601px) {
  .single-header_category {
    margin-bottom: 0;
  }
}
.single-header_title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6666666667;
}

.post-content {
  margin: 0 16px 40px;
}
@media (min-width: 601px) {
  .post-content {
    margin-inline: max(var(--vw) * 50 - var(--width-content) / 2, 40px);
  }
}
.post-content p {
  margin-block: 40px;
}

.not-found {
  padding-inline: 16px;
  text-align: center;
}
.not-found_title {
  margin-bottom: 40px;
}
.not-found_message {
  margin-bottom: 40px;
}

.lora {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.serif {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
}

@media (min-width: 601px) {
  .is-sp {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .is-mobile {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .is-pc {
    display: none !important;
  }
}

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}

.text-uppercase {
  text-transform: uppercase;
}
