@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;
}

:root {
  --vw: 1vw;
  --color-body: #4C3C32;
  --color-white: #FFF;
  --color-blue: #0091CE;
  --color-lightblue: #83DAFF;
  --color-beige: #F8F1EA;
  --color-beige2: #D6C7BE;
  --color-brown: #4C3C32;
  --color-black: #2C2C2C;
  --color-border: #D6C7BE;
  --leading-trim: calc((1em - 1lh) / 2);
}
@supports not (top: 1lh) {
  :root {
    --leading-trim: 0px;
  }
}

html {
  font-size: 62.5%;
}

body {
  background: #fff;
  color: var(--color-body);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.7rem;
  font-weight: 500;
  font-feature-settings: "palt";
  font-optical-sizing: auto;
  line-height: 1.7647058824;
  word-break: break-all;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: auto;
  scroll-behavior: smooth;
}
body.no-scroll {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100dvh; /* iOS 15+ 対応：100%表示 */
  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-heading:is(.company-content h2) {
  margin: var(--leading-trim) 0 calc(var(--leading-trim) + 48px);
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.5;
}
@media (min-width: 601px) {
  .wp-block-heading:is(.company-content h2) {
    margin-bottom: calc(var(--leading-trim) + 80px);
    font-size: 3.2rem;
    line-height: 1.75;
  }
}
.wp-block-heading:is(.company-content h3) {
  margin: calc(var(--leading-trim) + 72px) 0 calc(var(--leading-trim) + 40px);
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.6666666667;
}
@media (min-width: 601px) {
  .wp-block-heading:is(.company-content h3) {
    margin: calc(var(--leading-trim) + 96px) 0 calc(var(--leading-trim) + 64px);
    font-size: 2.2rem;
    text-align: center;
    line-height: 1.8181818182;
  }
}

.wp-block-image {
  margin-block: 40px;
  border-radius: 8px;
}
@media (min-width: 601px) {
  .wp-block-image {
    border-radius: 16px;
  }
}
.wp-block-image:is(.wp-block-columns *) {
  margin-block: 0;
}

.wp-block-columns {
  margin-block: 40px;
}

.header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transition: all 0.3s;
}
@media (min-width: 601px) {
  .header {
    justify-content: space-between;
    height: 94px;
    min-width: 1360px;
    padding: 0 40px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(12px);
  }
}
.header_logo {
  width: 51.74vw;
  flex-shrink: 0;
}
@media (max-width: 600px) {
  .header_logo {
    display: block;
    margin: 0 auto 48px;
  }
}
@media (min-width: 601px) {
  .header_logo {
    width: 272px;
  }
}
.header_logo img {
  width: 100%;
}
.header.front-page.is-hidden {
  top: -94px;
}
.header.is-small {
  height: 72px;
  padding: 0 32px;
}
.header.is-small .header_logo {
  width: 372px;
}

.hamburger {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 24px;
  position: relative;
  z-index: 100;
  border-bottom-right-radius: 10px;
}
@media (min-width: 601px) {
  .hamburger {
    display: none;
  }
}
.hamburger .line {
  flex-shrink: 0;
  width: 24px;
  height: 9px;
  position: relative;
}
.hamburger .line::before, .hamburger .line::after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  margin: auto;
  position: absolute;
  border-radius: 1px;
  background: var(--color-blue);
  transition: all 0.3s;
}
.hamburger .line::before {
  top: 0;
  left: 0;
  transform-origin: left top;
}
.hamburger .line::after {
  bottom: 0;
  left: 0;
  background: var(--color-black);
  transform-origin: left bottom;
}
.hamburger .menu {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: var(--color-blue);
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.064em;
  line-height: 1;
}
.hamburger.is-open .line::before {
  transform: rotate(17.26deg);
}
.hamburger.is-open .line::after {
  transform: rotate(-17.26deg);
}

@media (max-width: 600px) {
  .global-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100lvh;
    height: calc(var(--vh) * 100);
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    background: var(--color-white);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    overflow: auto;
  }
}
@media (max-width: 600px) {
  .global-nav_inner {
    padding-block: 50px;
  }
}
.global-nav_list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
@media (max-width: 600px) {
  .global-nav_list {
    width: fit-content;
    margin: 0 auto;
  }
}
@media (min-width: 601px) {
  .global-nav_list {
    flex-direction: row;
    align-items: center;
    gap: 32px;
  }
}
.global-nav_item a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  transition: all 0.3s;
}
@media (min-width: 601px) {
  .global-nav_item a {
    font-size: 1.5rem;
  }
}
.global-nav_item a::before {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  transition: transform 0.3s;
}
@media (any-hover: hover) {
  .global-nav_item a:hover {
    color: var(--color-blue);
  }
  .global-nav_item a:hover::before {
    transform: rotate(-10deg);
  }
}
.global-nav_item a.icon-news::before {
  width: 40px;
  height: 31px;
  background: url(../images/icon_news.svg) center/contain no-repeat;
}
@media (min-width: 601px) {
  .global-nav_item a.icon-news::before {
    width: 21px;
    height: 16px;
  }
}
.global-nav_item a.icon-company::before {
  width: 40px;
  height: 36px;
  background: url(../images/icon_company.svg) center/contain no-repeat;
}
@media (min-width: 601px) {
  .global-nav_item a.icon-company::before {
    width: 17px;
    height: 16px;
  }
}
.global-nav_item a.icon-report::before {
  width: 40px;
  height: 36px;
  background: url(../images/icon_report.svg) center/contain no-repeat;
}
@media (min-width: 601px) {
  .global-nav_item a.icon-report::before {
    width: 17px;
    height: 16px;
  }
}
.global-nav_item a.icon-online::before {
  width: 40px;
  height: 36px;
  background: url(../images/icon_online.svg) center/contain no-repeat;
}
@media (min-width: 601px) {
  .global-nav_item a.icon-online::before {
    width: 18px;
    height: 16px;
  }
}
.global-nav_item a.icon-faq::before {
  width: 40px;
  height: 34px;
  background: url(../images/icon_faq.svg) center/contain no-repeat;
}
@media (min-width: 601px) {
  .global-nav_item a.icon-faq::before {
    width: 15px;
    height: 16px;
  }
}
.global-nav_item a.icon-contact::before {
  width: 40px;
  height: 34px;
  background: url(../images/icon_contact.svg) center/contain no-repeat;
}
@media (min-width: 601px) {
  .global-nav_item a.icon-contact::before {
    width: 13px;
    height: 16px;
  }
}
.global-nav_catch {
  display: block;
  width: 67.91vw;
  margin: 0 auto 24px;
}
.global-nav.is-open {
  z-index: 1;
  opacity: 1;
  visibility: visible;
}

.page-top-logo {
  width: 25.87vw;
  position: absolute;
  top: 24px;
  left: 24px;
}

.footer {
  padding-block: 80px;
  border-radius: 56px 56px 0 0;
  background: var(--color-white);
  text-align: center;
}
@media (min-width: 601px) {
  .footer {
    min-width: 1280px;
    padding: 136px 50px;
    border-radius: 112px 112px 0 0;
  }
}
.footer_catch {
  width: 53.48vw;
  margin: 0 auto 32px;
}
@media (min-width: 601px) {
  .footer_catch {
    width: 568px;
    margin-bottom: 56px;
  }
}
.footer_people {
  display: inline-block;
  margin-bottom: 80px;
}
.footer_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 64px;
  margin-bottom: 32px;
  padding-inline: 24px;
}
@media (min-width: 601px) {
  .footer_inner {
    gap: 83px 88px;
  }
}
.footer_logo {
  width: 45.77vw;
}
@media (min-width: 601px) {
  .footer_logo {
    width: 223px;
  }
}
.footer_contact {
  width: 100%;
}
.footer_author {
  margin: var(--leading-trim) 0 calc(var(--leading-trim) + 28px);
  font-size: 1.8rem;
  font-weight: 700;
}
.footer_address {
  margin-block: var(--leading-trim);
  font-size: 1.6rem;
  line-height: 1.75;
}
.footer_bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin: 32px auto 0;
}
@media (max-width: 600px) {
  .footer_bottom {
    padding-inline: 24px;
  }
}
@media (min-width: 601px) {
  .footer_bottom {
    justify-content: space-between;
    width: 1008px;
    margin-top: 48px;
    padding-top: 48px;
    border-top: 1px solid var(--color-border);
  }
}
.footer_policy {
  flex-shrink: 0;
  margin-block: var(--leading-trim);
  font-size: 1.5rem;
}
.footer_copyright {
  flex-shrink: 0;
  margin-block: var(--leading-trim);
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.2rem;
  text-align: right;
}
@media (min-width: 601px) {
  .footer_copyright {
    font-size: 1.5rem;
  }
}

.footer-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
@media (min-width: 601px) {
  .footer-nav {
    flex-wrap: wrap;
    gap: 24px 40px;
    height: 220px;
  }
}
.footer-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-size: 2rem;
  font-weight: 800;
  transition: all 0.3s;
}
.footer-nav a::before {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  transition: transform 0.3s;
}
@media (any-hover: hover) {
  .footer-nav a:hover {
    color: var(--color-blue);
  }
  .footer-nav a:hover::before {
    transform: rotate(-10deg);
  }
}
.footer-nav a.icon-news::before {
  width: 40px;
  height: 31px;
  background: url(../images/icon_news.svg) center/contain no-repeat;
}
.footer-nav a.icon-company::before {
  width: 40px;
  height: 37px;
  background: url(../images/icon_company.svg) center/contain no-repeat;
}
.footer-nav a.icon-report::before {
  width: 40px;
  height: 37px;
  background: url(../images/icon_report.svg) center/contain no-repeat;
}
.footer-nav a.icon-online::before {
  width: 40px;
  height: 36px;
  background: url(../images/icon_online.svg) center/contain no-repeat;
}
.footer-nav a.icon-faq::before {
  width: 40px;
  height: 34px;
  background: url(../images/icon_faq.svg) center/contain no-repeat;
}
.footer-nav a.icon-contact::before {
  width: 40px;
  height: 34px;
  background: url(../images/icon_contact.svg) center/contain no-repeat;
}
.footer-nav a.icon-guide::before {
  width: 40px;
  height: 34px;
  background: url(../images/icon_guide.svg) center/contain no-repeat;
}
.footer-nav a.icon-login::before {
  width: 40px;
  height: 34px;
  background: url(../images/icon_login.svg) center/contain no-repeat;
}
@media (min-width: 601px) {
  .footer-nav:is(.is-safari *) {
    width: 525px;
  }
}

.scroll-people {
  overflow: hidden;
  width: 100vw;
  height: 80px;
}
.scroll-people:is(.footer *) {
  margin-bottom: 56px;
}
.scroll-people_track {
  display: flex;
  gap: 3.98vw;
  width: max-content;
  animation: scroll-left 50s linear infinite;
}
.scroll-people_track img {
  display: block;
  height: 80px;
  max-height: 100%;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.button {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  border-radius: 9999px;
  background: var(--color-body);
  color: var(--color-white);
  font-weight: 600;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .button:hover {
    background-color: var(--color-beige2);
    color: var(--color-body);
  }
}
.button.large {
  display: block;
  margin: 0 auto;
  padding: 18px calc(32px - 0.16em) 18px 32px;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.16em;
}
@media (min-width: 601px) {
  .button.large {
    padding: 22px calc(56px - 0.2em) 22px 56px;
    font-size: 2rem;
    letter-spacing: 0.2em;
  }
}

.pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 40px auto 0;
  padding-inline: 24px;
}
@media (min-width: 601px) {
  .pagenavi {
    margin-top: 48px;
    padding-inline: 80px;
  }
}
.pagenavi :is(a, span) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1;
  transition: all 0.3s;
}
.pagenavi a {
  background: var(--color-beige2);
  color: var(--color-body);
}
@media (any-hover: hover) {
  .pagenavi a:hover {
    background: var(--color-body);
    color: var(--color-white);
  }
}
.pagenavi .current {
  background: var(--color-body);
  color: var(--color-white);
}
.pagenavi .extend {
  width: 1.6rem;
  height: 1em;
  background: url(../images/extend_pager.svg) center/100% no-repeat;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
.pagenavi :is(.previouspostslink, .nextpostslink) {
  background: var(--color-beige2) url(../images/arrow_pager.svg) center/0.6rem no-repeat;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
@media (any-hover: hover) {
  .pagenavi :is(.previouspostslink, .nextpostslink):hover {
    background: var(--color-body) url(../images/arrow_pager_hover.svg) center/0.6rem no-repeat;
  }
}
.pagenavi .nextpostslink {
  transform: rotate(180deg);
}
@media (min-width: 601px) {
  .pagenavi:is(.page-news *) {
    width: 1280px;
    justify-content: flex-end;
  }
}
.pagenavi:is(.search-results *, .page-report *) {
  margin-top: 48px;
}
@media (min-width: 601px) {
  .pagenavi:is(.search-results *, .page-report *) {
    margin-top: 88px;
  }
}

.bg-beige {
  margin-bottom: -56px;
  padding: 56px 24px 152px;
  border-radius: 32px 32px 0 0;
  background: var(--color-beige);
}
@media (min-width: 601px) {
  .bg-beige {
    min-width: 1280px;
    margin-bottom: -112px;
    padding: 107px max((var(--vw) * 100 - 1120px) / 2, 80px) 256px;
    border-radius: 112px 112px 0 0;
  }
}

.sec-title {
  display: flex;
  flex-direction: column;
}
@media (max-width: 600px) {
  .sec-title {
    align-items: center;
    width: 100%;
  }
}
.sec-title_ja {
  display: block;
  margin-block: var(--leading-trim);
  font-size: 2.6rem;
  font-weight: 900;
}
@media (max-width: 600px) {
  .sec-title_ja {
    order: 0;
  }
}
@media (min-width: 601px) {
  .sec-title_ja {
    font-size: 4rem;
  }
}
.sec-title_ja::before {
  content: "";
  display: block;
  margin: 0 auto 2px;
}
.sec-title_en {
  display: block;
  margin-block: var(--leading-trim);
  color: var(--color-blue);
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 1.5rem;
}
@media (max-width: 600px) {
  .sec-title_en {
    order: 1;
  }
}
@media (min-width: 601px) {
  .sec-title_en {
    font-size: 2.1rem;
  }
}

.sec-news {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding-inline: 24px;
}
@media (max-width: 600px) {
  .sec-news {
    justify-content: center;
  }
}
@media (min-width: 601px) {
  .sec-news {
    gap: 56px;
    width: 1280px;
    padding-inline: 80px;
  }
}
.sec-news_title {
  gap: 12px;
  margin-bottom: 32px;
}
@media (min-width: 601px) {
  .sec-news_title {
    gap: 20px;
    margin-bottom: 56px;
  }
}
@media (max-width: 600px) {
  .sec-news_title .ja::before {
    width: 40px;
    height: 31px;
    background: url(../images/icon_news.svg) center/contain no-repeat;
  }
}
.sec-news_title .en {
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--color-blue);
}
@media (min-width: 601px) {
  .sec-news_title .en::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 31px;
    background: url(../images/icon_news.svg) center/contain no-repeat;
  }
}
.sec-news_title:is(.page-news *, .single-post *) {
  margin-bottom: 64px;
}
.sec-news_l {
  display: flex;
  flex-direction: column;
}
@media (max-width: 600px) {
  .sec-news_l {
    width: 100%;
  }
}
.sec-news_l:is(.front-page *) {
  justify-content: space-between;
}
.sec-news_button {
  padding: calc(var(--leading-trim) + 20px) calc(32px - 0.16em) calc(var(--leading-trim) + 20px) 32px;
  font-size: 1.5rem;
  letter-spacing: 0.16em;
}
@media (max-width: 600px) {
  .sec-news:is(.front-page *) {
    margin-bottom: 80px;
  }
}
@media (min-width: 601px) {
  .sec-news:is(.front-page *) {
    padding: 120px 80px;
  }
}

.news-list {
  width: 100%;
  max-width: 832px;
}
.news-list_item {
  width: 100%;
  border-radius: 8px;
  background: var(--color-beige);
  transition: background-color 0.3s;
}
@media (any-hover: hover) {
  .news-list_item:hover {
    background: #F4E7DC;
  }
}
.news-list_item:not(:last-child) {
  margin-bottom: 8px;
}
.news-list_link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 24px;
}
@media (min-width: 601px) {
  .news-list_link {
    display: flex;
    align-items: center;
    padding: 32px 56px;
  }
}
.news-list_link::after {
  flex-shrink: 0;
  content: "";
  display: flex;
  width: 4.4rem;
  height: 1.6rem;
  margin-inline: auto;
  border-radius: 9999px;
  background: var(--color-blue) url(../images/arrow_news.svg) center/1.7rem no-repeat;
}
@media (min-width: 601px) {
  .news-list_link::after {
    margin-left: 30px;
  }
}
.news-list_publish {
  flex-shrink: 0;
  width: 7em;
  margin-block: var(--leading-trim);
  color: var(--color-blue);
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.8rem;
}
@media (max-width: 600px) {
  .news-list_publish {
    display: block;
    margin-bottom: calc(var(--leading-trim) + 14px);
  }
}
.news-list_title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-block: var(--leading-trim);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  max-height: 3.5294117647em;
}
@media (max-width: 600px) {
  .news-list_title {
    margin-bottom: calc(var(--leading-trim) + 24px);
  }
}
@media (min-width: 601px) {
  .news-list_title {
    width: calc(100% - 7em - 4.4rem - 30px);
    -webkit-line-clamp: 1;
  }
}
@media (max-width: 600px) {
  .news-list:is(.front-page *) {
    margin-bottom: 32px;
  }
}

.page-title {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 600px) {
  .page-title {
    align-items: center;
    width: 100%;
  }
}
@media (min-width: 601px) {
  .page-title {
    min-width: 1120px;
    margin-bottom: 50px;
  }
}
.page-title::before {
  content: "";
  display: block;
  margin: 0 auto 30px;
}
@media (min-width: 601px) {
  .page-title::before {
    margin-bottom: 60px;
  }
}
.page-title_ja {
  display: block;
  margin: var(--leading-trim) auto calc(var(--leading-trim) + 10px);
  font-size: 2.6rem;
  font-weight: 900;
}
@media (max-width: 600px) {
  .page-title_ja {
    order: 0;
  }
}
@media (min-width: 601px) {
  .page-title_ja {
    margin-bottom: calc(var(--leading-trim) + 26px);
    font-size: 4.8rem;
  }
}
.page-title_en {
  display: block;
  margin-block: var(--leading-trim);
  color: var(--color-blue);
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 1.5rem;
}
@media (max-width: 600px) {
  .page-title_en {
    order: 1;
  }
}
@media (min-width: 601px) {
  .page-title_en {
    font-size: 2.1rem;
  }
}
.page-title:is(.page-company *, .search *)::before {
  width: 76.12vw;
  height: 22.39vw;
  background: url(../images/img_company.svg) center/contain no-repeat;
}
@media (min-width: 601px) {
  .page-title:is(.page-company *, .search *)::before {
    width: 704px;
    height: 224px;
  }
}
.page-title:is(.page-report *)::before {
  width: 76.12vw;
  height: 22.89vw;
  background: url(../images/img_report_title.svg) center/contain no-repeat;
}
@media (min-width: 601px) {
  .page-title:is(.page-report *)::before {
    width: 729px;
    height: 219px;
  }
}
.page-title:is(.page-online *)::before {
  width: 76.12vw;
  height: 22.89vw;
  background: url(../images/img_online_title.svg) center/contain no-repeat;
}
@media (min-width: 601px) {
  .page-title:is(.page-online *)::before {
    width: 560px;
    height: 207px;
  }
}
.page-title:is(.page-faq *)::before {
  width: 61.94vw;
  height: 22.89vw;
  background: url(../images/img_faq_title.svg) center/contain no-repeat;
}
@media (min-width: 601px) {
  .page-title:is(.page-faq *)::before {
    width: 560px;
    height: 207px;
  }
}
.page-title:is(.page-guide *)::before {
  width: 61.94vw;
  height: 22.89vw;
  background: url(../images/img_guide_title.svg) center/contain no-repeat;
}
@media (min-width: 601px) {
  .page-title:is(.page-guide *)::before {
    width: 560px;
    height: 207px;
  }
}

.page-desc {
  margin: var(--leading-trim) auto calc(var(--leading-trim) + 64px);
  padding-inline: 48px;
}
@media (min-width: 601px) {
  .page-desc {
    width: 1280px;
    margin-bottom: calc(var(--leading-trim) + 100px);
    padding-inline: 271.5px;
  }
}
@media (min-width: 601px) {
  .page-desc:is(.page-online *, .page-guide *) {
    text-align: center;
  }
}
.page-desc.preparing {
  text-align: center;
}

.company-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  width: 100%;
}
@media (min-width: 601px) {
  .company-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
}
.company-list_link {
  display: block;
  padding: 24px;
  border-radius: 8px;
  background: var(--color-white);
  color: var(--color-body);
  text-align: center;
}
.company-list_thumb {
  width: 100%;
  aspect-ratio: 304/256;
  border-radius: 6px;
  overflow: hidden;
}
.company-list_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.company-list_name {
  padding: calc(var(--leading-trim) + 24px) 0;
  border-bottom: 1px solid var(--color-border);
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.7777777778;
}
@media (min-width: 601px) {
  .company-list_name {
    font-size: 2rem;
    line-height: 1.6;
  }
}
.company-list_business {
  padding-block: calc(var(--leading-trim) + 12px);
  border-bottom: 1px solid var(--color-border);
  font-size: 1.6rem;
}
.company-list_area {
  padding-block: calc(var(--leading-trim) + 12px);
  border-bottom: 1px solid var(--color-border);
  font-size: 1.6rem;
}
.company-list_target {
  margin-bottom: 16px;
  padding-block: 12px;
  border-bottom: 1px solid var(--color-border);
}
.company-list_button {
  width: 32px;
  height: 32px;
  border-radius: 50px;
  background: var(--color-body) url(../images/arrow_company.svg) center/14px no-repeat;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
@media (any-hover: hover) {
  .company-list .company-list_link:hover .company-list_thumb img {
    transform: scale(1.1);
  }
  .company-list .company-list_link:hover .company-list_button {
    background-color: var(--color-beige2);
    background-image: url(../images/arrow_company_hover.svg);
  }
}
.company-list:is(.front-page *) {
  margin-bottom: 48px;
}
@media (min-width: 601px) {
  .company-list:is(.front-page *) {
    margin-bottom: 53px;
  }
}

.company-info_item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-block: 16px;
}
@media (min-width: 601px) {
  .company-info_item {
    gap: 24px;
    padding-block: 20px;
  }
}
.company-info_item:not(:last-child) {
  border-bottom: 1px solid var(--color-beige2);
}
.company-info_item:first-child {
  padding-top: 0;
}
.company-info_item:last-child {
  padding-bottom: 0;
}
.company-info_term {
  flex-shrink: 0;
  width: 7.6rem;
  padding: calc(var(--leading-trim) + 4px) 4px;
  border-radius: 5px;
  background: var(--color-blue);
  color: var(--color-white);
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 601px) {
  .company-info_term {
    padding: calc(var(--leading-trim) + 6px) 8px;
    border-radius: 4px;
  }
}
.company-info_term .space-between {
  display: inline-block;
  width: 3em;
  text-align: justify;
  text-align-last: justify;
}
.company-info_definition {
  display: flex;
  align-items: center;
  width: calc(100% - 7.6rem - 24px);
  margin-block: var(--leading-trim);
  line-height: 1.5625;
}
@media (max-width: 600px) {
  .company-info_definition {
    font-size: 1.6rem;
  }
}
@media (min-width: 601px) {
  .company-info_definition {
    line-height: 1.5294117647;
  }
}
.company-info_definition .mark-possible {
  flex-shrink: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  border: 2px solid var(--color-blue);
  border-radius: 50%;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
}
.company-info_definition .mark-impossible {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  position: relative;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
}
.company-info_definition .mark-impossible::before, .company-info_definition .mark-impossible::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 20px;
  margin: auto;
  position: absolute;
  inset: 0;
  border-radius: 1px;
  background: var(--color-blue);
  transform: rotate(-45deg);
}
.company-info_definition .mark-impossible::after {
  transform: rotate(45deg);
}
.company-info_definition a {
  text-decoration: underline;
}
@media (min-width: 601px) {
  .company-info:is(.single-company *) {
    width: 448px;
  }
}
.company-info:is(.single-report *) {
  margin-bottom: 40px;
}
@media (min-width: 601px) {
  .company-info:is(.single-report *) {
    margin-bottom: 56px;
  }
}

.target-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.target-list_item {
  padding: 8px 16px;
  border-radius: 9999px;
  color: var(--color-white);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}
.target-list:is(.single-company *, .single-report *) {
  justify-content: flex-start;
  gap: 6px;
}
@media (min-width: 601px) {
  .target-list:is(.single-company *, .single-report *) {
    gap: 10px;
  }
}
@media (max-width: 600px) {
  .target-list:is(.single-company *, .single-report *) .target-list_item {
    padding: 8px;
    font-size: 1.3rem;
  }
}

.report-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  width: 100%;
}
@media (min-width: 601px) {
  .report-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
}
.report-list_link {
  display: block;
  padding: 24px 24px 40px;
  position: relative;
  border-radius: 8px;
  background: var(--color-white);
  text-align: center;
  overflow: hidden;
}
.report-list_link::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 16px solid var(--color-beige2);
  border-right: 16px solid var(--color-beige2);
  border-bottom: 16px solid var(--color-beige);
  border-left: 16px solid var(--color-beige);
  border-radius: 0 8px 0 0;
}
.report-list_thumb {
  width: 100%;
  aspect-ratio: 304/256;
  margin-bottom: 32px;
  border-radius: 6px;
  overflow: hidden;
}
.report-list_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.report-list_company {
  margin-top: var(--leading-trim);
  padding-bottom: calc(var(--leading-trim) + 20px);
  border-bottom: 1px solid var(--color-border);
  color: var(--color-body);
  font-size: 1.8rem;
  font-weight: 800;
}
@media (min-width: 601px) {
  .report-list_company {
    font-size: 2rem;
  }
}
.report-list_business {
  margin-bottom: 20px;
  padding-block: calc(var(--leading-trim) + 10px);
  border-bottom: 1px solid var(--color-border);
  font-size: 1.6rem;
}
@media (min-width: 601px) {
  .report-list_business {
    padding-block: calc(var(--leading-trim) + 12px);
  }
}
.report-list_button {
  padding: 10px 16px;
  background: var(--color-blue);
  color: var(--color-white);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}
@media (any-hover: hover) {
  .report-list_button:hover {
    background: var(--color-lightblue);
    color: var(--color-body);
  }
}
@media (any-hover: hover) {
  .report-list .report-list_link:hover .report-list_thumb img {
    transform: scale(1.1);
  }
  .report-list .report-list_link:hover .report-list_button {
    background: var(--color-lightblue);
    color: var(--color-body);
  }
}

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

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fv {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 77px 24px 0;
}
@media (max-width: 600px) {
  .fv {
    flex-wrap: wrap;
    margin-bottom: 131px;
  }
}
@media (min-width: 601px) {
  .fv {
    justify-content: space-between;
    gap: 132px;
    min-width: 1280px;
    margin-bottom: 170px;
    padding: 56px 96px 0 136px;
  }
}
.fv_l {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fv_logo {
  width: 55.22vw;
  margin-bottom: 48px;
  text-align: center;
}
@media (min-width: 601px) {
  .fv_logo {
    width: 272px;
    margin-bottom: 56px;
  }
}
.fv_people {
  margin-bottom: 56px;
}

.fv-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.fv-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size: 2rem;
  font-weight: 800;
  transition: all 0.3s;
}
.fv-nav a::before {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  transition: transform 0.3s;
}
@media (any-hover: hover) {
  .fv-nav a:hover {
    color: var(--color-blue);
  }
  .fv-nav a:hover::before {
    transform: rotate(-10deg);
  }
}
.fv-nav a.icon-news::before {
  width: 40px;
  height: 31px;
  background: url(../images/icon_news.svg) center/contain no-repeat;
}
.fv-nav a.icon-company::before {
  width: 40px;
  height: 37px;
  background: url(../images/icon_company.svg) center/contain no-repeat;
}
.fv-nav a.icon-report::before {
  width: 40px;
  height: 37px;
  background: url(../images/icon_report.svg) center/contain no-repeat;
}
.fv-nav a.icon-online::before {
  width: 40px;
  height: 36px;
  background: url(../images/icon_online.svg) center/contain no-repeat;
}
.fv-nav a.icon-faq::before {
  width: 40px;
  height: 34px;
  background: url(../images/icon_faq.svg) center/contain no-repeat;
}
.fv-nav a.icon-contact::before {
  width: 40px;
  height: 34px;
  background: url(../images/icon_contact.svg) center/contain no-repeat;
}

.mv {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 600px) {
  .mv {
    aspect-ratio: 354/376;
  }
}
@media (min-width: 601px) {
  .mv {
    width: 100%;
    min-width: 800px;
    height: 672px;
  }
}
.mv_overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 69.65vw;
  height: 69.65vw;
  margin: auto;
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
}
@media (min-width: 601px) {
  .mv_overlay {
    width: 400px;
    height: 400px;
  }
}
.mv_catch {
  width: 49.25vw;
}
@media (min-width: 601px) {
  .mv_catch {
    width: 283px;
  }
}

.mv-slider {
  width: 100%;
  overflow: hidden;
}
@media (max-width: 600px) {
  .mv-slider {
    aspect-ratio: 354/376;
  }
}
@media (min-width: 601px) {
  .mv-slider {
    height: 672px;
  }
}
.mv-slider_track {
  display: flex;
  width: max-content;
  animation: scroll-left 60s linear infinite;
}
@media (min-width: 601px) {
  .mv-slider_track {
    animation: scroll-left 70s linear infinite;
  }
}
.mv-slider_track img {
  display: block;
  width: auto;
  height: 93.53vw;
  max-height: 100%;
}
@media (min-width: 601px) {
  .mv-slider_track img {
    height: 672px;
  }
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.top-about {
  margin-bottom: 90px;
}
@media (min-width: 601px) {
  .top-about {
    width: 1280px;
    margin: 0 auto;
    padding-inline: 80px;
  }
}
.top-about_title {
  gap: 12px;
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 601px) {
  .top-about_title {
    margin-bottom: 22px;
  }
}
@media (min-width: 601px) {
  .top-about_title .ja {
    font-size: 2.4rem;
  }
}
@media (min-width: 601px) {
  .top-about_title .en {
    font-size: 1.6rem;
  }
}
.top-about_summary {
  margin-block: var(--leading-trim);
  line-height: 1.75;
}
@media (max-width: 600px) {
  .top-about_summary {
    padding-inline: 48px;
    font-size: 1.6rem;
  }
}
@media (min-width: 601px) {
  .top-about_summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    line-height: 2.1764705882;
  }
}
.top-about_summary::before, .top-about_summary::after {
  content: "";
  display: block;
  width: 204px;
  height: 60px;
}
@media (max-width: 600px) {
  .top-about_summary::before {
    content: none;
  }
}
@media (min-width: 601px) {
  .top-about_summary::before {
    background: url(../images/img_top_about_l.svg) center/contain no-repeat;
  }
}
.top-about_summary::after {
  background: url(../images/img_top_about_l.svg) center/contain no-repeat;
}
@media (max-width: 600px) {
  .top-about_summary::after {
    margin: 36px auto 0;
  }
}
@media (min-width: 601px) {
  .top-about_summary::after {
    background: url(../images/img_top_about_r.svg) center/contain no-repeat;
  }
}

.top-company {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 80px;
}
@media (min-width: 601px) {
  .top-company {
    margin-bottom: 160px;
  }
}
.top-company_title {
  gap: 12px;
  width: 100%;
  margin-bottom: 32px;
  position: relative;
}
@media (min-width: 601px) {
  .top-company_title {
    width: calc(100% - 456px);
    margin-bottom: 64px;
    padding-left: 120px;
  }
}
.top-company_title::before {
  content: "";
  display: block;
  width: 40px;
  height: 37px;
  background: url(../images/icon_company.svg) center/contain no-repeat;
}
@media (min-width: 601px) {
  .top-company_title::before {
    width: 88px;
    height: 81px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  }
}
.top-company_image {
  width: 67.66vw;
}
@media (max-width: 600px) {
  .top-company_image {
    display: block;
    margin: 0 auto 48px;
  }
}
@media (min-width: 601px) {
  .top-company_image {
    width: 456px;
    margin-bottom: 64px;
  }
}

.top-online {
  max-width: 928px;
  margin: 0 -24px;
  margin-bottom: 80px;
  border-radius: 56px;
  background: var(--color-blue);
  overflow: hidden;
}
@media (min-width: 601px) {
  .top-online {
    margin: 0 auto 136px;
    border-radius: 16px;
  }
}

.banner-online {
  display: block;
  padding: 48px 0 210px;
  position: relative;
  color: var(--color-white);
}
@media (max-width: 600px) {
  .banner-online {
    text-align: center;
  }
}
@media (min-width: 601px) {
  .banner-online {
    padding: 60px 56px 50px;
  }
}
.banner-online::before {
  content: "";
  display: block;
  width: 46.02vw;
  height: 61.69vw;
  position: absolute;
  left: 18px;
  bottom: -21px;
  z-index: 1;
  background: url(../images/img_online_men.svg) center top/contain no-repeat;
  transition: transform 0.3s;
}
@media (min-width: 601px) {
  .banner-online::before {
    width: 233px;
    height: 265px;
    left: auto;
    right: 155px;
    bottom: -9px;
    background-size: cover;
  }
}
.banner-online::after {
  content: "";
  display: block;
  width: 26.62vw;
  height: 59.7vw;
  position: absolute;
  right: 39px;
  bottom: -16px;
  background: url(../images/img_online_women.svg) center top/contain no-repeat;
  transition: transform 0.3s;
}
@media (min-width: 601px) {
  .banner-online::after {
    width: 135px;
    height: 270px;
    right: 52px;
    bottom: -10px;
    background-size: cover;
  }
}
.banner-online_title {
  gap: 12px;
  margin-bottom: 32px;
  position: relative;
}
@media (max-width: 600px) {
  .banner-online_title {
    line-height: 1.1;
  }
}
@media (min-width: 601px) {
  .banner-online_title {
    flex-direction: row;
    align-items: center;
    gap: 24px;
    margin-bottom: 61px;
    padding-left: 114px;
  }
}
.banner-online_title::before {
  content: "";
  display: block;
  width: 56px;
  height: 51px;
  background: url(../images/icon_online.svg) center/contain no-repeat;
  transition: transform 0.3s;
}
@media (min-width: 601px) {
  .banner-online_title::before {
    width: 88px;
    height: 80px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  }
}
.banner-online_title .ja {
  font-size: 3.5rem;
}
.banner-online_title .en {
  color: var(--color-lightblue);
}
@media (min-width: 601px) {
  .banner-online_title .en {
    padding-top: 9px;
  }
}
.banner-online .online-point {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 268px;
  margin-bottom: 36px;
}
@media (max-width: 600px) {
  .banner-online .online-point {
    margin-inline: auto;
  }
}
@media (min-width: 601px) {
  .banner-online .online-point {
    width: 438px;
  }
}
.banner-online .online-point_item {
  width: 100%;
  padding: calc(var(--leading-trim) + 10px) 10px;
  border-radius: 4px;
  background: #D2F2FF;
  color: var(--color-blue);
  font-weight: 700;
  text-align: center;
}
@media (max-width: 600px) {
  .banner-online .online-point_item {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media (min-width: 601px) {
  .banner-online .online-point_item {
    width: calc(50% - 4px);
  }
}
.banner-online .online-point_item.wide {
  width: 100%;
}
@media (min-width: 601px) {
  .banner-online_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 438px;
  }
}
.banner-online_summary {
  width: 100%;
}
@media (max-width: 600px) {
  .banner-online_summary {
    margin-bottom: 32px;
  }
}
@media (min-width: 601px) {
  .banner-online_summary {
    width: fit-content;
  }
}
.banner-online_button {
  flex-shrink: 0;
  padding: 20px calc(32px - 0.16em) 20px 32px;
  font-size: 1.5rem;
  letter-spacing: 0.16em;
  line-height: 1;
  transition: all 0.3s;
}
@media (max-width: 600px) {
  .banner-online_button {
    margin: 0 auto;
  }
}
@media (any-hover: hover) {
  .banner-online:hover::before {
    transform: rotate(-6.55deg);
  }
  .banner-online:hover::after {
    transform: rotate(6.62deg);
  }
  .banner-online:hover .banner-online_title::before {
    transform: rotate(-10deg);
  }
  .banner-online:hover .banner-online_button {
    color: var(--color-blue);
    background: var(--color-white);
  }
}

.top-report {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
.top-report_title {
  gap: 12px;
  margin-bottom: 32px;
  position: relative;
}
@media (min-width: 601px) {
  .top-report_title {
    margin-bottom: 64px;
    padding-left: 120px;
  }
}
.top-report_title::before {
  content: "";
  display: block;
  width: 40px;
  height: 37px;
  background: url(../images/icon_report.svg) center/contain no-repeat;
}
@media (min-width: 601px) {
  .top-report_title::before {
    width: 88px;
    height: 82px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  }
}
.top-report_image {
  width: 64.18vw;
}
@media (max-width: 600px) {
  .top-report_image {
    display: block;
    margin: 0 auto 48px;
  }
}
@media (min-width: 601px) {
  .top-report_image {
    width: 336px;
    margin-bottom: 64px;
  }
}
.top-report_preparing {
  width: 100%;
  text-align: center;
}

.search-results {
  margin-top: 102px;
}
@media (min-width: 601px) {
  .search-results {
    margin-top: 224px;
  }
}

.search-result {
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 601px) {
  .search-result {
    min-width: 1280px;
    margin-bottom: 88px;
  }
}
.search-result_title {
  margin-bottom: 14px;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 601px) {
  .search-result_title {
    font-size: 2.4rem;
  }
}
.search-result_count {
  margin-bottom: 28px;
  color: var(--color-blue);
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 7.2rem;
  line-height: 1;
}
@media (min-width: 601px) {
  .search-result_count {
    margin-bottom: 12px;
    font-size: 8.7rem;
  }
}
.search-result_all {
  padding-inline: 48px;
  margin-block: var(--leading-trim);
  font-size: 1.5rem;
}
@media (max-width: 600px) {
  .search-result_all {
    text-align: left;
  }
}

.result-area {
  padding-top: 40px;
  padding-bottom: 152px;
}
@media (min-width: 601px) {
  .result-area {
    padding-top: 144px;
    padding-bottom: 256px;
  }
}

.page.wp-singular {
  margin-top: 41.29vw;
}
@media (min-width: 601px) {
  .page.wp-singular {
    margin-top: 256px;
  }
}

.page-content {
  margin-bottom: 32px;
}
@media (max-width: 600px) {
  .page-content {
    padding-inline: 48px;
  }
}
@media (min-width: 601px) {
  .page-content {
    width: 737px;
    margin: 0 auto 72px;
  }
}
@media (min-width: 601px) and (max-width: 1280px) {
  .page-content {
    margin-inline: 271.5px;
  }
}
.page-content h2 {
  margin-bottom: 22px;
  padding-bottom: calc(var(--leading-trim) + 22px);
  border-bottom: 1px solid var(--color-blue);
  font-size: 2rem;
  line-height: 1.4;
}
@media (min-width: 601px) {
  .page-content h2 {
    margin-bottom: 30px;
    padding-bottom: calc(var(--leading-trim) + 30px);
  }
}
.page-content p {
  margin-block: var(--leading-trim);
}
.page-content p + p {
  margin-top: 40px;
}
@media (max-width: 600px) {
  .page-content p + p {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
@media (min-width: 601px) {
  .page-content p + p {
    margin-top: 40px;
  }
}
.page-content p + h2 {
  margin-top: calc(var(--leading-trim) + 56px);
}
@media (min-width: 601px) {
  .page-content p + h2 {
    margin-top: calc(var(--leading-trim) + 86px);
  }
}
.page-content a {
  color: var(--color-blue);
  text-decoration: underline;
}

.page-news {
  margin-top: 39.3vw;
}
@media (min-width: 601px) {
  .page-news {
    margin-top: 249px;
  }
}

.page-company {
  margin-top: 102px;
}
@media (min-width: 601px) {
  .page-company {
    margin-top: 224px;
  }
}

.filter-search {
  margin: 0 24px 88px;
  padding: 56px 40px;
  border-radius: 16px;
  background: var(--color-beige);
}
@media (min-width: 601px) {
  .filter-search {
    width: 1120px;
    margin-inline: auto;
    padding: 96px;
    border-radius: 24px;
  }
}
@media (min-width: 601px) and (max-width: 1280px) {
  .filter-search {
    margin-inline: 80px;
  }
}
.filter-search_group {
  all: unset;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 56px;
}
@media (min-width: 601px) {
  .filter-search_group {
    flex-direction: row;
    margin-bottom: 72px;
  }
}
.filter-search_group.keyword {
  align-items: center;
}
.filter-search_name {
  margin: var(--leading-trim) 0 calc(var(--leading-trim) + 30px);
  font-size: 2rem;
  font-weight: 800;
}
@media (max-width: 600px) {
  .filter-search_name {
    text-align: center;
  }
}
@media (min-width: 601px) {
  .filter-search_name {
    width: calc(100% - 768px);
    margin-bottom: var(--leading-trim);
  }
}
.filter-search_keyword {
  width: 100%;
  padding: 17px;
  border-radius: 8px;
  background: var(--color-white);
}
@media (min-width: 601px) {
  .filter-search_keyword {
    width: 768px;
  }
}
.filter-search .filter-term-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 600px) {
  .filter-search .filter-term-list {
    font-size: 1.6rem;
  }
}
@media (min-width: 601px) {
  .filter-search .filter-term-list {
    width: 768px;
    gap: 24px;
  }
}
.filter-search .filter-term-list_item {
  width: calc(50% - 8px);
}
@media (min-width: 601px) {
  .filter-search .filter-term-list_item {
    width: fit-content;
  }
}
.filter-search input[type=checkbox] + label {
  display: flex;
  gap: 16px;
  position: relative;
  line-height: 1.2;
}
@media (min-width: 601px) {
  .filter-search input[type=checkbox] + label {
    align-items: center;
  }
}
.filter-search input[type=checkbox] + label::before {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 4px;
  background: var(--color-white);
}
@media (max-width: 600px) {
  .filter-search input[type=checkbox] + label::before {
    margin-top: -0.2em;
  }
}
.filter-search input[type=checkbox]:checked + label::after {
  content: "";
  width: 1.8rem;
  height: 1rem;
  margin: auto;
  position: absolute;
  top: 0.5rem;
  left: 0.3rem;
  border-bottom: 3px solid var(--color-blue);
  border-left: 3px solid var(--color-blue);
  transform: rotate(-45deg);
}
@media (max-width: 600px) {
  .filter-search input[type=checkbox]:checked + label::after {
    margin-top: -0.2em;
  }
}
.filter-search_submit {
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 18px calc(32px - 0.16em) 18px 32px;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.16em;
}
@media (min-width: 601px) {
  .filter-search_submit {
    padding: 22px calc(56px - 0.2em) 22px 56px;
    font-size: 2rem;
    letter-spacing: 0.2em;
  }
}

.page-report {
  margin-top: 29.35vw;
}
@media (min-width: 601px) {
  .page-report {
    margin-top: 213px;
  }
}

.report-area {
  padding-top: 40px;
  padding-bottom: 152px;
}
@media (min-width: 601px) {
  .report-area {
    padding-top: 144px;
    padding-bottom: 256px;
  }
}

.page-faq {
  margin-top: 29.35vw;
}
@media (min-width: 601px) {
  .page-faq {
    margin-top: 224px;
  }
}

.faq-tab {
  display: flex;
  gap: 8px;
  width: 312px;
  margin: 0 auto 48px;
  padding: 8px;
  border-radius: 9999px;
  background: var(--color-beige);
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 601px) {
  .faq-tab {
    width: 424px;
    margin-bottom: 80px;
    font-size: 2.2rem;
  }
}
@media (min-width: 601px) and (max-width: 1280px) {
  .faq-tab {
    margin-inline: 428px;
  }
}
.faq-tab_item {
  width: calc(50% - 4px);
  line-height: 40px;
}
@media (min-width: 601px) {
  .faq-tab_item {
    line-height: 56px;
  }
}
.faq-tab button {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  transition: all 0.3s;
}
.faq-tab .current {
  background: var(--color-blue);
  color: var(--color-white);
}

.faq-list {
  margin: 0 24px 32px;
}
@media (min-width: 601px) {
  .faq-list {
    width: 1280px;
    margin: 0 auto 72px;
    padding-inline: 80px;
  }
}
.faq-list_item {
  padding: 56px 40px;
  border-radius: 16px;
  background: var(--color-beige);
}
@media (min-width: 601px) {
  .faq-list_item {
    padding: 96px 192px;
    border-radius: 24px;
  }
}
.faq-list_item:not(:last-child) {
  margin-bottom: 24px;
}
@media (min-width: 601px) {
  .faq-list_item:not(:last-child) {
    margin-bottom: 48px;
  }
}
.faq-list_q {
  display: flex;
  margin-bottom: 25px;
  font-size: 1.8rem;
  font-weight: 800;
}
@media (max-width: 600px) {
  .faq-list_q {
    flex-wrap: wrap;
  }
}
@media (min-width: 601px) {
  .faq-list_q {
    margin-bottom: 48px;
    font-size: 2rem;
  }
}
.faq-list_q::before {
  flex-shrink: 0;
  content: "Q";
  display: block;
  width: 100%;
  color: var(--color-blue);
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 4rem;
  line-height: 1;
}
@media (max-width: 600px) {
  .faq-list_q::before {
    margin-bottom: 10px;
  }
}
@media (min-width: 601px) {
  .faq-list_q::before {
    width: 64px;
  }
}
.faq-list_a {
  display: flex;
}
@media (max-width: 600px) {
  .faq-list_a {
    flex-wrap: wrap;
    font-size: 1.6rem;
  }
}
.faq-list_a::before {
  flex-shrink: 0;
  content: "A";
  display: block;
  width: 100%;
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 4rem;
  line-height: 1;
}
@media (max-width: 600px) {
  .faq-list_a::before {
    margin-bottom: 10px;
  }
}
@media (min-width: 601px) {
  .faq-list_a::before {
    width: 64px;
  }
}
.faq-list_a span {
  margin-block: var(--leading-trim);
}

.page-online {
  margin-top: 29.35vw;
}
@media (min-width: 601px) {
  .page-online {
    margin-top: 224px;
  }
}

.online-sec {
  margin-inline: 24px;
  padding: 56px 40px;
  border-radius: 16px;
  background: var(--color-beige);
}
@media (min-width: 601px) {
  .online-sec {
    width: 1120px;
    margin: 0 auto;
    padding: 96px 192px;
    border-radius: 24px;
  }
}
@media (min-width: 601px) and (max-width: 1280px) {
  .online-sec {
    margin-inline: 80px;
  }
}
.online-sec:not(:last-child) {
  margin-bottom: 24px;
}
@media (min-width: 601px) {
  .online-sec:not(:last-child) {
    margin-bottom: 48px;
  }
}
.online-sec:last-of-type {
  margin-bottom: 40px;
}
@media (min-width: 601px) {
  .online-sec:last-of-type {
    margin-bottom: 88px;
  }
}
.online-sec_title {
  gap: 12px;
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 601px) {
  .online-sec_title {
    gap: 20px;
    margin-bottom: 64px;
  }
}
@media (max-width: 600px) {
  .online-sec.summary {
    padding-inline: 24px;
  }
}

.summary-list {
  text-align: center;
}
.summary-list_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 40px 16px;
  border-radius: 8px;
  background: var(--color-white);
}
@media (min-width: 601px) {
  .summary-list_item {
    gap: 22px;
    padding-block: 48px;
  }
}
.summary-list_item:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 601px) {
  .summary-list_item:not(:last-child) {
    margin-bottom: 24px;
  }
}
.summary-list_term {
  display: inline-flex;
  width: fit-content;
  padding: 8px 10px;
  border-radius: 4px;
  background: var(--color-blue);
  color: var(--color-white);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 600px) {
  .summary-list_definition {
    font-size: 1.6rem;
  }
}
.summary-list_definition .note {
  font-size: 1.4rem;
}
@media (min-width: 601px) {
  .summary-list_definition .note {
    font-size: 1.5rem;
  }
}

.contents-list_item {
  display: flex;
  flex-wrap: wrap;
  border-radius: 8px;
  overflow: hidden;
}
.contents-list_item:not(:last-child) {
  margin-bottom: 24px;
}
.contents-list_image {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 274/144;
  background: #F4E3D2;
}
@media (min-width: 601px) {
  .contents-list_image {
    width: 192px;
    min-height: 192px;
    aspect-ratio: 1/1;
  }
}
.contents-list_content {
  width: 100%;
  padding: 42px 40px;
  background: var(--color-white);
}
@media (min-width: 601px) {
  .contents-list_content {
    width: calc(100% - 192px);
    min-height: 192px;
  }
}
.contents-list_head {
  margin: var(--leading-trim) 0 calc(var(--leading-trim) + 28px);
  font-size: 1.8rem;
  font-weight: 700;
}
.contents-list_detail {
  margin-block: var(--leading-trim);
}

.guide-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
@media (min-width: 601px) {
  .guide-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.guide-list_item {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
}
.guide-list_image {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 274/144;
  background: #F4E3D2;
}
@media (min-width: 601px) {
  .guide-list_image {
    aspect-ratio: 232/144;
  }
}
.guide-list_content {
  flex-grow: 1;
  padding: calc(var(--leading-trim) + 24px) 29px;
  background: var(--color-white);
}
@media (max-width: 600px) {
  .guide-list_content {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
@media (min-width: 601px) {
  .guide-list_content {
    padding: calc(var(--leading-trim) + 28px) 28px;
  }
}

@media (min-width: 601px) {
  .apply-online {
    width: 1280px;
    margin: 0 auto 72px;
  }
}

.page-guide {
  margin-top: 29.35vw;
}
@media (min-width: 601px) {
  .page-guide {
    margin-top: 224px;
  }
}

.guide-sec {
  margin-inline: 24px;
  padding: 56px 40px;
  border-radius: 16px;
  background: var(--color-beige);
}
@media (min-width: 601px) {
  .guide-sec {
    width: 1120px;
    margin: 0 auto;
    padding: 128px 192px;
    border-radius: 24px;
  }
}
@media (min-width: 601px) and (max-width: 1280px) {
  .guide-sec {
    margin-inline: 80px;
  }
}
.guide-sec:not(:last-child) {
  margin-bottom: 24px;
}
@media (min-width: 601px) {
  .guide-sec:not(:last-child) {
    margin-bottom: 48px;
  }
}
.guide-sec:last-of-type {
  margin-bottom: 40px;
}
@media (min-width: 601px) {
  .guide-sec:last-of-type {
    margin-bottom: 88px;
  }
}
.guide-sec_title {
  gap: 15px;
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.3636363636;
}
@media (min-width: 601px) {
  .guide-sec_title {
    gap: 20px;
    margin-bottom: 64px;
    line-height: 1.5;
  }
}
@media (max-width: 600px) {
  .guide-sec_title .ja {
    font-size: 2.2rem;
  }
}

.guide-summary_desc {
  margin: var(--leading-trim) 0 calc(var(--leading-trim) + 40px);
}
@media (min-width: 601px) {
  .guide-summary_desc {
    margin-bottom: calc(var(--leading-trim) + 64px);
  }
}
.guide-summary_image {
  text-align: center;
}

.flow-list_item {
  display: flex;
  position: relative;
  border-radius: 8px;
}
@media (max-width: 600px) {
  .flow-list_item {
    flex-wrap: wrap;
  }
}
@media (min-width: 601px) {
  .flow-list_item {
    width: 656px;
    min-height: 200px;
    margin: 0 auto;
  }
}
.flow-list_item:not(:last-child) {
  margin-bottom: 44px;
}
@media (min-width: 601px) {
  .flow-list_item:not(:last-child) {
    margin-bottom: 80px;
  }
}
.flow-list_item:not(:last-child)::after {
  content: "";
  display: block;
  width: 32px;
  height: 12px;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: -28px;
  left: 0;
  background: url(../images/arrow_guide_flow.svg) center/contain no-repeat;
}
@media (min-width: 601px) {
  .flow-list_item:not(:last-child)::after {
    width: 43px;
    height: 16px;
    bottom: -48px;
  }
}
.flow-list_image {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 274/144;
  border-radius: 8px 8px 0 0;
  background: #F4E3D2;
}
@media (min-width: 601px) {
  .flow-list_image {
    width: 224px;
    aspect-ratio: 224/200;
    border-radius: 8px 0 0 8px;
  }
}
.flow-list_content {
  width: 100%;
  padding: 24px 29px;
  border-radius: 0 0 8px 8px;
  background: var(--color-white);
}
@media (min-width: 601px) {
  .flow-list_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 40px;
    border-radius: 0 8px 8px 0;
  }
}
.flow-list_content ol {
  list-style: decimal;
  padding-left: 1.5em;
}
.flow-list_title {
  margin: var(--leading-trim) 0 calc(var(--leading-trim) + 16px);
  font-size: 2rem;
  font-weight: 700;
}
@media (min-width: 601px) {
  .flow-list_title {
    margin-bottom: calc(var(--leading-trim) + 24px);
    font-size: 2.2rem;
  }
}
@media (max-width: 600px) {
  .flow-list_desc {
    font-size: 1.6rem;
  }
}

@media (min-width: 601px) {
  .apply-company {
    width: 1280px;
    margin: 0 auto 72px;
  }
}

.page-login {
  margin-top: 41.79vw;
}
@media (min-width: 601px) {
  .page-login {
    margin-top: 224px;
  }
}

.login {
  min-width: 1280px;
}
.login_title {
  margin-bottom: 64px;
  font-size: 3.2rem;
  font-weight: 900;
  text-align: center;
}

.error-message {
  max-width: 600px;
  margin: 0 auto 48px;
  color: crimson;
  font-weight: 700;
}
@media (min-width: 601px) {
  .error-message {
    text-align: center;
  }
}

.login-form {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 600px;
  margin: 0 auto;
  padding: 48px;
  border-radius: 32px;
  background: var(--color-beige);
}
.login-form_label {
  display: block;
  margin-bottom: 8px;
  font-weight: 800;
}
.login-form_input {
  width: 100%;
  padding: 17px;
  border-radius: 8px;
  background: var(--color-white);
}
.login-form_submit {
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 18px calc(32px - 0.16em) 18px 32px;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.16em;
}
@media (min-width: 601px) {
  .login-form_submit {
    padding: 22px calc(56px - 0.2em) 22px 56px;
    font-size: 2rem;
    letter-spacing: 0.2em;
  }
}
.login-form .forgot-pass {
  font-size: 1.5rem;
}
@media (min-width: 601px) {
  .login-form .forgot-pass {
    text-align: center;
  }
}

.single-post {
  margin-top: 38.56vw;
}
@media (min-width: 601px) {
  .single-post {
    margin-top: 249px;
  }
}

.post-article {
  padding: 56px 40px;
  border-radius: 8px;
  background: var(--color-beige);
}
@media (max-width: 600px) {
  .post-article {
    margin-bottom: 40px;
  }
}
@media (min-width: 601px) {
  .post-article {
    width: 832px;
    padding: 96px;
    border-radius: 24px;
  }
}

.post-title {
  margin: var(--leading-trim) 0 calc(var(--leading-trim) + 56px);
  font-size: 2.4rem;
  font-weight: 800;
}

.post-content {
  margin-block: var(--leading-trim);
}
.post-content p + p {
  margin-top: 2em;
}

.single-company {
  margin-top: 41.29vw;
}
@media (min-width: 601px) {
  .single-company {
    margin-top: 256px;
  }
}

.company-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 72px;
  padding-inline: 48px;
}
@media (min-width: 601px) {
  .company-header {
    width: 1280px;
    margin-bottom: 105px;
    padding-inline: 80px;
  }
}
.company-header .company-name {
  width: 100%;
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 600px) {
  .company-header .company-name {
    order: 0;
    padding-inline: 16px;
  }
}
@media (min-width: 601px) {
  .company-header .company-name {
    margin-bottom: 104px;
  }
}
.company-header .company-name_ja {
  margin-block: var(--leading-trim);
  font-size: 2.6rem;
  font-weight: 900;
}
@media (min-width: 601px) {
  .company-header .company-name_ja {
    font-size: 4.8rem;
  }
}
@media (max-width: 600px) {
  .company-header .company-info {
    order: 2;
  }
}
.company-header .company-image {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 600px) {
  .company-header .company-image {
    order: 1;
    aspect-ratio: 306/200;
    margin-bottom: 40px;
  }
}
@media (min-width: 601px) {
  .company-header .company-image {
    width: 616px;
    height: 536px;
    border-radius: 24px;
  }
}
.company-header .company-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.company-content {
  padding-top: 40px;
  padding-bottom: 152px;
}
@media (min-width: 601px) {
  .company-content {
    padding-top: 128px;
    padding-bottom: 256px;
  }
}
.company-content_inner {
  margin-bottom: 16px;
  padding: 64px 40px;
  border-radius: 12px;
  background: var(--color-white);
}
@media (min-width: 601px) {
  .company-content_inner {
    margin-bottom: 72px;
    padding: 128px 192px;
    border-radius: 32px;
  }
}
.company-content_inner p {
  margin-block: 2em;
}
.company-content_inner img {
  border-radius: 8px;
}
@media (min-width: 601px) {
  .company-content_inner img {
    border-radius: 16px;
  }
}
.company-content_inner > :last-child {
  margin-bottom: 0;
}

.company-trial {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  margin: 0 auto;
}
@media (min-width: 601px) {
  .company-trial {
    column-gap: 32px;
    width: 736px;
  }
}

.trial-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: calc(50% - 8px);
  margin-bottom: 16px;
  padding: 28px 24px;
  background: var(--color-white);
  border-radius: 16px;
}
@media (min-width: 601px) {
  .trial-info {
    gap: 18px;
    width: calc(50% - 16px);
    margin-bottom: 32px;
    padding: 32px 32px 40px;
  }
}
.trial-info::before {
  content: "";
  display: block;
  width: 100%;
  height: 40px;
}
.trial-info_header {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 600px) {
  .trial-info_header {
    flex-direction: column;
    gap: 16px;
  }
}
.trial-info_title {
  margin-block: var(--leading-trim);
  color: var(--color-black);
  font-size: 2.2rem;
  font-weight: 700;
}
@media (min-width: 601px) {
  .trial-info_title {
    font-size: 2.8rem;
  }
}
.trial-info_duration {
  width: fit-content;
  padding: calc(var(--leading-trim) + 8px) 13px;
  border: 1px solid var(--color-brown);
  border-radius: 4px;
  color: var(--color-black);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3333333333;
}
.trial-info_detail {
  width: 100%;
  margin-block: var(--leading-trim);
  font-weight: 1.6rem;
}

.observe-info::before {
  background: url(../images/icon_observe.svg) center/contain no-repeat;
}
@media (min-width: 601px) {
  .observe-info::before {
    background-position: left center;
  }
}

.experience-info::before {
  background: url(../images/icon_experience.svg) center/contain no-repeat;
}
@media (min-width: 601px) {
  .experience-info::before {
    background-position: left center;
  }
}

.access {
  width: 100%;
  margin-bottom: 40px;
  padding: 32px 24px 24px;
  background: var(--color-white);
  border-radius: 16px;
}
@media (min-width: 601px) {
  .access {
    margin-bottom: 72px;
  }
}
.access_title {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: var(--leading-trim) 0 calc(var(--leading-trim) + 32px);
  color: var(--color-black);
  font-size: 2.8rem;
  font-weight: 700;
}
.access_title::before {
  content: "";
  display: inline-block;
  width: 42px;
  height: 40px;
  background: url(../images/icon_access.svg) left center/contain no-repeat;
}
.access .map-outer {
  width: 100%;
  aspect-ratio: 306/400;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 601px) {
  .access .map-outer {
    aspect-ratio: 688/400;
  }
}
.access .map-outer iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.apply {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
  margin-bottom: 24px;
  text-align: center;
}
@media (min-width: 601px) {
  .apply {
    gap: 16px;
    margin-bottom: 40px;
  }
}
.apply_title {
  width: 100%;
  padding-block: calc(var(--leading-trim) + 18px);
  background: var(--color-blue);
  border-radius: 8px;
  color: var(--color-white);
  font-size: 2.2rem;
  font-weight: 800;
}
.apply_link {
  width: 100%;
  transition: color 0.3s;
}
@media (min-width: 601px) {
  .apply_link {
    width: calc(50% - 8px);
  }
}
.apply_type {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  height: 100%;
  padding: 22px;
  background: var(--color-white);
  border-radius: 8px;
}
@media (min-width: 601px) {
  .apply_type {
    padding: 50px 63px;
  }
}
@media (min-width: 601px) {
  .apply_type::before {
    content: "";
    display: block;
    transition: transform 0.3s;
  }
}
@media (min-width: 601px) {
  .apply_tel::before {
    width: 56px;
    height: 56px;
    background: url(../images/icon_tel.svg) center/contain no-repeat;
  }
}
@media (min-width: 601px) {
  .apply_email::before {
    width: 48px;
    height: 37px;
    background: url(../images/icon_email.svg) center/contain no-repeat;
  }
}
.apply p {
  margin-block: var(--leading-trim);
}
.apply_number {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.8rem;
}
@media (min-width: 601px) {
  .apply_number {
    font-size: 3.4rem;
  }
}
@media (max-width: 600px) {
  .apply_number::before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../images/icon_tel.svg) center/contain no-repeat;
  }
}
.apply_apply {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 2.2rem;
  font-weight: 800;
}
@media (min-width: 601px) {
  .apply_apply {
    font-size: 2.4rem;
  }
}
@media (max-width: 600px) {
  .apply_apply::before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 26px;
    background: url(../images/icon_email.svg) center/contain no-repeat;
  }
}
@media (any-hover: hover) {
  .apply .apply_link:hover {
    color: var(--color-blue);
  }
  .apply .apply_link:hover .apply_type::before {
    transform: rotate(-10deg);
  }
}

.contact-note {
  width: 100%;
  margin-block: var(--leading-trim);
}
@media (max-width: 600px) {
  .contact-note {
    padding-inline: 24px;
    font-size: 1.4rem;
    line-height: 1.7857142857;
  }
}

.single-report {
  margin-top: 39.3vw;
}
@media (min-width: 601px) {
  .single-report {
    margin-top: 254px;
  }
}

.report-header {
  margin-bottom: 64px;
  padding-inline: 24px;
}
@media (min-width: 601px) {
  .report-header {
    min-width: 1280px;
    margin-bottom: 104px;
  }
}
.report-header_title {
  align-items: flex-start;
  gap: 6px;
  width: fit-content;
  margin: 0 auto 30px;
  padding-left: 44px;
  position: relative;
}
@media (min-width: 601px) {
  .report-header_title {
    gap: 10px;
    margin-bottom: 68px;
    padding-left: 66px;
  }
}
.report-header_title::before {
  content: "";
  display: block;
  width: 32px;
  height: 30px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: url(../images/icon_report.svg) center/contain no-repeat;
}
@media (min-width: 601px) {
  .report-header_title::before {
    width: 48px;
    height: 44px;
  }
}
.report-header_title .ja {
  font-size: 1.4rem;
}
@media (min-width: 601px) {
  .report-header_title .ja {
    font-size: 2rem;
  }
}
.report-header .report-company-name {
  width: 100%;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 601px) {
  .report-header .report-company-name {
    margin-bottom: 48px;
  }
}
.report-header .report-company-name_ja {
  margin: var(--leading-trim) 0 calc(var(--leading-trim) + 12px);
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.2;
}
@media (min-width: 601px) {
  .report-header .report-company-name_ja {
    margin-bottom: calc(var(--leading-trim) + 28px);
    font-size: 4.8rem;
  }
}
.report-header .report-company-name_en {
  margin-block: var(--leading-trim);
  color: var(--color-blue);
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 1.3rem;
}
@media (min-width: 601px) {
  .report-header .report-company-name_en {
    font-size: 2.1rem;
  }
}
.report-header_business {
  width: fit-content;
  margin: 0 auto;
  padding: 6px 8px;
  border-radius: 4px;
  background: var(--color-blue);
  color: var(--color-white);
  font-size: 1.4rem;
  font-size: 600;
  line-height: 1;
}
@media (min-width: 601px) {
  .report-header_business {
    padding: 8px 10px;
    font-size: 1.6rem;
  }
}

.report-content {
  padding-top: 40px;
  padding-bottom: 152px;
}
@media (min-width: 601px) {
  .report-content {
    padding-top: 128px;
    padding-bottom: 256px;
  }
}
.report-content_inner {
  margin-bottom: 56px;
  padding: 24px;
  border-radius: 12px;
  background: var(--color-white);
}
@media (min-width: 601px) {
  .report-content_inner {
    margin-bottom: 88px;
    padding: 96px;
    border-radius: 32px;
  }
}
.report-content_image {
  aspect-ratio: 306/274;
  margin-bottom: 32px;
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 601px) {
  .report-content_image {
    aspect-ratio: 928/456;
  }
}
@media (min-width: 601px) {
  .report-content_image {
    margin-bottom: -74px;
    border-radius: 24px;
  }
}
.report-content_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.report-content_header {
  margin-inline: 16px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--color-border);
  text-align: center;
}
@media (min-width: 601px) {
  .report-content_header {
    width: 736px;
    margin: 0 auto;
    padding: 48px 88px 72px;
    position: relative;
    z-index: 1;
    border-radius: 32px 32px 0 0;
    background: var(--color-white);
  }
}
.report-content_title {
  margin: var(--leading-trim) 0 calc(var(--leading-trim) + 32px);
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.5454545455;
}
@media (max-width: 600px) {
  .report-content_title {
    text-align: left;
  }
}
@media (min-width: 601px) {
  .report-content_title {
    margin-bottom: calc(var(--leading-trim) + 48px);
    font-size: 2.8rem;
    line-height: 1.7857142857;
  }
}
.report-content_at {
  margin: var(--leading-trim) 0 calc(var(--leading-trim) + 12px);
  font-size: 1.3rem;
}
@media (min-width: 601px) {
  .report-content_at {
    margin-bottom: calc(var(--leading-trim) + 16px);
    font-size: 1.5rem;
  }
}
.report-content_name {
  margin-block: var(--leading-trim);
  font-size: 2rem;
  font-weight: 700;
}
@media (min-width: 601px) {
  .report-content_name {
    font-size: 2.2rem;
  }
}
.report-content_content {
  padding-inline: 16px;
}
@media (min-width: 601px) {
  .report-content_content {
    padding-inline: 96px;
  }
}
.report-content_content p {
  margin-block: calc(var(--leading-trim) + 40px);
}
@media (min-width: 601px) {
  .report-content_content p {
    margin-block: calc(var(--leading-trim) + 64px);
  }
}
@media (min-width: 601px) {
  .report-content_content > :first-child {
    margin-top: calc(var(--leading-trim) + 72px);
  }
}
.report-content_content > :last-child {
  margin-bottom: 0;
}

.report-company-info {
  margin-bottom: 56px;
}
@media (min-width: 601px) {
  .report-company-info {
    margin-bottom: 64px;
  }
}
.report-company-info_title {
  display: flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  margin: 0 auto 24px;
  font-size: 1.6rem;
  font-weight: 800;
}
@media (min-width: 601px) {
  .report-company-info_title {
    align-items: flex-start;
    gap: 20px;
    width: 736px;
    margin-bottom: 32px;
    font-size: 2rem;
  }
}
.report-company-info_title::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 28px;
  background: url(../images/icon_company.svg) center/contain no-repeat;
}
@media (min-width: 601px) {
  .report-company-info_title::before {
    width: 40px;
    height: 37px;
  }
}
.report-company-info_inner {
  margin: 0 auto;
  padding: 48px 40px;
  border-radius: 12px;
  background: var(--color-white);
}
@media (min-width: 601px) {
  .report-company-info_inner {
    width: 736px;
    padding: 64px;
    border-radius: 16px;
  }
}
.report-company-info .report-company-name {
  margin-bottom: 32px;
}
@media (min-width: 601px) {
  .report-company-info .report-company-name {
    margin-bottom: 56px;
  }
}
.report-company-info .report-company-name_ja {
  margin: var(--leading-trim) 0 calc(var(--leading-trim) + 12px);
  font-size: 1.8rem;
  font-weight: 900;
}
@media (min-width: 601px) {
  .report-company-info .report-company-name_ja {
    margin-bottom: calc(var(--leading-trim) + 20px);
    font-size: 3.2rem;
  }
}
.report-company-info .report-company-name_en {
  margin-block: var(--leading-trim);
  color: var(--color-blue);
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 1rem;
}
@media (min-width: 601px) {
  .report-company-info .report-company-name_en {
    font-size: 1.4rem;
  }
}

.return-list {
  display: flex;
  align-items: center;
  gap: 16px;
  width: fit-content;
  margin: 0 auto;
  font-size: 2rem;
  font-weight: 800;
  transition: color 0.3s;
}
.return-list::before {
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: var(--color-body) url(../images/arrow_pager_hover.svg) 0.45em center/0.6rem no-repeat;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .return-list:hover {
    color: var(--color-blue);
  }
  .return-list:hover::before {
    background-color: var(--color-blue);
  }
}

.error404 {
  margin-top: 37.31vw;
}
@media (min-width: 601px) {
  .error404 {
    margin-top: 250px;
  }
}

.not-found {
  padding-inline: 24px;
  text-align: center;
}
.not-found_title {
  font-size: 2rem;
  margin-bottom: 40px;
}
.not-found_message {
  margin-bottom: 40px;
}
.not-found_button {
  padding: 16px 24px;
}

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

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

.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;
}
