@charset "UTF-8";
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css");
:root {
  --text-color: #222222;
  --accent-color: #004491;
  --accent-text: #fff;
  --bg: #FDFDFD;
  --line: #E6E6E6;
  --title: "Noto Serif JP", "Times New Roman", Times, serif;
  --text: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", メイリオ, Meiryo, Osaka, sans-serif;
  --bggray: #efeeec;
  --lightblue: #1c9fd6;
}

/*! destyle.css v3.0.2 | 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;
}

/* 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;
  font-weight: 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] {
  -webkit-text-decoration: underline dotted;
          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 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * 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;
}

/**
 * 1. 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 */
}

/**
 * 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;
}

/*base
-----------------------------------------------*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-family: var(--text);
  color: var(--text-color);
  line-height: 1.8;
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  transition: 0.3s;
}

.tag {
  font-size: 1.3rem;
  font-weight: bold;
  display: inline-block;
  background: var(--accent-color);
  color: var(--accent-text);
  padding: 6px 12px;
}

.prev-arrow,
.next-arrow {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 40px;
  max-width: 40px;
  min-width: 40px;
  height: 40px;
  background-color: #0b57a7;
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  color: transparent;
  z-index: 8;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 5.5px 9.3px;
}

.next-arrow {
  right: 0;
  background-image: url(../img/common/arrow-right-white.svg);
}

.prev-arrow {
  left: 0;
  background-image: url(../img/common/arrow-left-white.svg);
}

.slick-dots li {
  margin: 0;
}
.slick-dots li button::before {
  font-size: 8px;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: var(--accent-color);
}

.slick-disabled {
  background-color: rgba(34, 34, 34, 0.25);
}

.btn {
  font-size: 2rem;
  font-weight: bold;
  display: inline-block;
  background: var(--accent-color);
  width: min(200px, 100%);
  padding: 13px 28px;
  color: var(--accent-text);
  position: relative;
}
.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--accent-text);
  border-right: 2px solid var(--accent-text);
  transform: translateY(-50%) rotate(45deg);
}
.btn--flexible {
  font-size: 1.8rem;
  width: 100%;
  padding: 24px;
}
.btn--flexible::after {
  border: inherit;
  transform: inherit;
  background: url(../img/common/arrow.svg);
  width: 15.6px;
  height: 15.2px;
  top: 29px;
}
.btn--company {
  font-weight: normal;
  padding: 12px 24px;
}
.btn--company:after {
  top: 20px;
  width: 16px;
  height: 17px;
}
.btn--120 {
  max-width: 120px;
}
.btn--160 {
  max-width: 160px;
}
.btn--180 {
  max-width: 180px;
}
.btn:hover, .btn:focus {
  opacity: 0.8;
}
.btn--archive-slide {
  display: inline;
  background: var(--accent-color);
  width: 100%;
  max-width: none;
  padding: 21px 28px 21px 52px;
  color: var(--accent-text);
  position: relative;
  text-align: center;
}
.btn--archive-slide::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 24px;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--accent-text);
  border-right: 2px solid var(--accent-text);
  transform: translateY(-50%) rotate(-135deg);
}

.page_top {
  display: flex;
  height: 56px;
  width: 56px;
  position: fixed;
  z-index: 9;
  right: 32px;
  bottom: 32px;
  opacity: 0;
  transform: translateY(100px);
  background: var(--accent-color);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.page_top__arrow {
  height: 10px;
  width: 10px;
  border-top: 3px solid var(--accent-text);
  border-right: 3px solid var(--accent-text);
  transform: translateY(20%) rotate(-45deg);
}

#page_top.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#page_top.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(100px);
  }
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(100px);
  }
}
.section {
  margin-bottom: 64px;
}
.section__inner {
  padding: 0 20px;
  width: min(1160px, 100%);
  margin-inline: auto;
}
.section__title {
  font-family: var(--title);
  font-size: clamp(3.2rem, 5.33vw, 4.5rem);
  color: var(--accent-color);
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
}
.section__title--white {
  color: #fff;
}
.section__title .en {
  font-size: 1.8rem;
  text-transform: uppercase;
}
.section__sub-text {
  font-family: var(--title);
  font-size: clamp(2.5rem, 4.17vw, 2.8rem);
  color: var(--accent-color);
}
@media (max-width: 600px) {
  .section__inner {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
}

.contact {
  background: url(../img/common/contact_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.contact__inner {
  display: flex;
  justify-content: space-between;
  padding: 42px 20px;
}
.contact__item {
  width: 33%;
}
.contact__img {
  overflow: hidden;
}
.contact__title {
  font-family: var(--title);
  color: var(--accent-color);
}
.contact span {
  display: block;
}
.contact--ja {
  font-size: 3.2rem;
}
.contact--en {
  font-size: 2rem;
  text-transform: capitalize;
}
.contact__text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 18px 12px 24px;
  background: var(--accent-color);
  color: var(--accent-text);
}
.contact__text::after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: url(../img/common/arrow.svg);
  background-repeat: no-repeat;
}
.contact img {
  transition: all 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
}
.contact a:hover img, .contact a:focus img {
  transform: scale(1.1);
}
@media (max-width: 1025px) {
  .contact__inner {
    flex-wrap: wrap;
    justify-content: start;
    gap: 24px;
  }
  .contact__item {
    width: 100%;
  }
  .contact__item:not(:first-child) {
    max-width: 335px;
  }
}
@media (max-width: 600px) {
  .contact__inner {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
  .contact__item:not(:first-child) {
    max-width: 100%;
  }
}

.link-box__wrapper {
  width: 294px;
}
.link-box__textbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 18px 12px 24px;
  background: var(--accent-color);
  color: var(--accent-text);
}
.link-box__textbox::after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: url(../img/common/arrow.svg);
  background-repeat: no-repeat;
}
.link-box__title {
  font-size: 1.8rem;
  font-weight: bold;
}
.link-box__text {
  font-size: 1.2rem;
}
.link-box__img {
  overflow: hidden;
}
.link-box__img img {
  aspect-ratio: 371/273;
  transition: all 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
}
.link-box a:hover img, .link-box a:focus img {
  transform: scale(1.1);
}
@media (max-width: 1025px) {
  .link-box__img img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .link-box__textbox::after {
    width: 20px;
  }
}
@media (max-width: 600px) {
  .link-box__img img {
    height: 48px;
  }
}

.section-archive--single {
  background: rgba(56, 146, 243, 0.04);
}
.section-archive__button-wrapper {
  margin-top: 60px;
  text-align: center;
}
.section-archive--reform {
  text-align: center;
  margin-bottom: 120px;
}
.section-archive--reform .btn {
  display: inline-block;
  width: min(340px, 100%);
}
.section-archive__inner {
  padding-top: 48px;
  padding-bottom: 48px;
}
.section-archive__textbox {
  text-align: center;
}
.section-archive__text {
  margin-bottom: 26px;
}
.section-archive__btn {
  text-align: center;
  margin-top: 42px;
}
@media (max-width: 600px) {
  .section-archive__inner {
    padding-bottom: 0;
  }
}

.section-archive-slide {
  font-weight: bold;
}
.section-archive-slide .prev-arrow {
  left: -3%;
}
.section-archive-slide .next-arrow {
  right: -7%;
}
.section-archive-slide__item {
  margin: 0 2px;
}
.section-archive-slide__img {
  overflow: hidden;
}
.section-archive-slide__img img {
  aspect-ratio: 740/414;
  transition: all 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
}
.section-archive-slide a:hover img, .section-archive-slide a:focus img {
  transform: scale(1.1);
}
.section-archive-slide__wrapper {
  padding: 12px 24px;
  background: #F8F8F8;
}
.section-archive-slide .date {
  font-size: 1.2rem;
  color: #6D6D6D;
  margin-bottom: 8px;
}
.section-archive-slide__title {
  font-size: 1.8rem;
  margin-bottom: 12px;
}
@media (max-width: 1279px) {
  .section-archive-slide .prev-arrow {
    left: 0%;
  }
  .section-archive-slide .next-arrow {
    right: -3%;
  }
}
@media (max-width: 1025px) {
  .section-archive-slide .next-arrow {
    right: -5%;
  }
}
@media (max-width: 600px) {
  .section-archive-slide .prev-arrow,
.section-archive-slide .next-arrow {
    top: 32%;
  }
  .section-archive-slide .prev-arrow {
    left: 1%;
  }
  .section-archive-slide .next-arrow {
    right: -10%;
  }
}
.section-archive-slide__item {
  padding: 0 10px;
}

.archive-list {
  font-weight: bold;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 32px;
  grid-column-gap: 4px;
}
.archive-list__img {
  overflow: hidden;
}
.archive-list__img img {
  aspect-ratio: 740/414;
  transition: all 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
}
.archive-list a:hover img, .archive-list a:focus img {
  transform: scale(1.1);
}
.archive-list__wrapper {
  padding: 12px 24px;
  background: #F8F8F8;
}
.archive-list .date {
  font-size: 1.2rem;
  color: #6D6D6D;
  margin-bottom: 8px;
}
.archive-list__title {
  font-size: 1.8rem;
  margin-bottom: 12px;
}
.archive-list .tag {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: bold;
  background: var(--accent-color);
  color: var(--accent-text);
  padding: 6px 12px;
}
@media (max-width: 1025px) {
  .archive-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .archive-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.pc-br {
  display: block;
}
@media (max-width: 1025px) {
  .pc-br {
    display: none;
  }
}

.sp-br {
  display: none;
}
@media (max-width: 600px) {
  .sp-br {
    display: block;
  }
}

/*header
-----------------------------------------------*/
.header {
  position: fixed;
  width: 100%;
  z-index: 101;
}
.header .logo-fill {
  fill: #1D9FD6;
}
.header.active {
  color: #fff;
}
.header.active .logo-fill {
  fill: #fff;
}
.header.active--bg {
  transition: 0.3s;
  background-color: rgba(0, 68, 145, 0.7);
}
.header.active .burger {
  background-color: var(--accent-text);
}
.header.active .burger span {
  background-color: var(--accent-color);
}
.header.is-active, .header.is-open {
  transition: 0.3s;
  background-color: rgba(255, 255, 255, 0.7);
}
.header__inner {
  width: 94%;
  height: 66px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  max-width: 117px;
  margin-right: 1%;
}
.header .nav__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .nav__item {
  font-weight: bold;
  margin-right: 4px;
  padding: 8px 30px;
}
.header .nav__item:hover, .header .nav__item:focus {
  color: var(--accent-color);
}
.header .nav__item--contact {
  font-size: 1.8rem;
  text-align: right;
  padding: 0;
  margin-left: 16px;
  margin-right: 0;
}
.header .nav__item--contact a {
  position: relative;
  display: inline-block;
  width: 168px;
  background: var(--accent-color);
  color: var(--accent-text);
  padding: 8px 20px;
}
.header .nav__item--contact a::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 13.67px;
  width: 16.67px;
  height: 13.33px;
  background: url(../img/common/icon-email.svg);
  background-repeat: no-repeat;
}
.header .nav__item--contact:hover, .header .nav__item--contact:focus {
  color: inherit;
  opacity: 0.8;
}
@media (max-width: 1025px) {
  .header .nav {
    max-width: 100%;
    height: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.4s ease, visibility 0.4s ease;
  }
  .header .nav.is-open {
    width: 100%;
    height: 58.2vh;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    position: fixed;
    z-index: 2;
    top: 66px;
    left: 0;
    background: #3E3E3E;
    display: block;
    overflow-y: auto;
  }
  .header .nav__list {
    margin: 0;
    padding: 40px 20px;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    height: auto;
  }
  .header .nav__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #F2F2F2;
    padding: 0;
  }
  .header .nav__item:last-child {
    border-bottom: none;
  }
  .header .nav__item a {
    display: block;
    padding: 16px 10px;
    font-size: 1.4rem;
    color: #fff;
    text-decoration: none;
  }
  .header .nav__item a:hover, .header .nav__item a:focus {
    opacity: 0.8;
  }
  .header .nav__item--contact {
    width: 200px;
    margin-top: 40px;
    margin-inline: auto;
  }
  .header .nav__item--contact a {
    font-size: 1.8rem;
    width: 200px;
    padding: 14.5px 36px;
    text-align: right;
  }
  .header .nav__item--contact a::before {
    width: 20px;
    height: 20px;
    top: 22px;
    left: 28px;
  }
}
.header .burger {
  --opacity: 1;
  --rotate: 0;
  --translate: .6rem;
  position: fixed;
  right: 22px;
  place-items: center;
  width: 50px;
  aspect-ratio: 1;
  background-color: var(--accent-text);
  border-radius: 50%;
  display: none;
}
.header .burger.is-open {
  --opacity: 0;
  --rotate: 135deg;
  --translate: 0;
  position: fixed;
  z-index: 101;
}
.header .burger span {
  width: 20px;
  height: 1px;
  border-radius: 4px;
  background-color: var(--accent-color);
  grid-area: 1/1/-1/-1;
  transition: opacity 0.4s ease, rotate 0.4s ease, translate 0.4s ease;
}
.header .burger span:nth-child(1) {
  opacity: var(--opacity);
  margin-left: 8px;
}
.header .burger span:nth-child(2) {
  translate: 0 calc(var(--translate) * -1.4);
  rotate: var(--rotate);
}
.header .burger span:nth-child(3) {
  translate: 0 calc(var(--translate) * 1.4);
  rotate: calc(var(--rotate) * -1);
}
@media (max-width: 1025px) {
  .header .burger {
    display: grid;
  }
}

.dropdown {
  opacity: 0;
  visibility: hidden;
  width: 94%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 11;
  margin-top: 88px;
  margin-left: auto;
  margin-right: auto;
  background: var(--bg);
  display: flex;
  transition: all 0.4s ease;
  letter-spacing: 0.04em;
}
.dropdown a {
  transition: 0.3s;
}
.dropdown a:hover, .dropdown a:focus {
  color: var(--accent-color);
}
.dropdown__inner {
  width: 78.3%;
  padding: 63px 0px 63px 77px;
  display: flex;
  justify-content: space-between;
}
.dropdown__left {
  width: 264px;
  margin-right: 40px;
}
.dropdown__right {
  font-size: 1.8rem;
  width: 100%;
}
.dropdown__ttl {
  line-height: 1.7;
  margin-bottom: 48px;
}
.dropdown__ttl--en {
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 0.14em;
  color: var(--accent-color);
  margin-bottom: 15px;
}
.dropdown__ttl--en::after {
  content: "";
  display: inline-block;
  width: 58px;
  height: 1px;
  border-bottom: 1px solid var(--accent-color);
  vertical-align: middle;
  margin-left: 16px;
}
.dropdown__ttl--ja {
  font-size: 2.8rem;
  letter-spacing: 0.04em;
}
.dropdown__link {
  display: block;
  position: relative;
  width: 166px;
}
.dropdown__link::after {
  transition: 0.3s;
  content: "";
  position: absolute;
  top: -10px;
  right: 0;
  width: 40px;
  height: 41px;
  background: url(../img/common/arrow-circle-white.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.dropdown__list {
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.dropdown__item {
  width: 48%;
  border-bottom: 1px solid var(--line);
}
.dropdown__item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
}
.dropdown__item a::after {
  transition: 0.3s;
  content: "";
  display: block;
  width: 26px;
  min-width: 26px;
  height: 27px;
  background: url(../img/common/arrow-circle-black.svg);
  background-repeat: no-repeat;
}
.dropdown__item a:hover::after, .dropdown__item a:focus::after {
  background: url(../img/common/arrow-circle-white.svg);
}
@media (max-width: 1025px) {
  .dropdown {
    display: none;
  }
}

.dropdown-content-01.active,
.dropdown-content-02.active,
.dropdown-content-03.active {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1025px) {
  .dropdown-content-01.active,
.dropdown-content-02.active,
.dropdown-content-03.active {
    opacity: 0;
    visibility: hidden;
    display: none;
  }
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10;
}

body.is-open .overlay {
  display: block;
}

@media (max-width: 1025px) {
  .nav__toggle {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  .nav__toggle::before,
.nav__toggle::after {
    content: "";
    display: block;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .nav__toggle::before {
    width: 2px;
    height: 20px;
  }
  .nav__toggle::after {
    width: 20px;
    height: 2px;
  }
  .nav__item.is-open .nav__toggle::before {
    display: none;
  }
}
@media (max-width: 1025px) {
  .nav__item {
    position: relative;
    padding-right: 40px;
    border-bottom: 1px solid #F2F2F2;
  }
}
.nav__item .nav__toggle {
  display: none;
}
@media (max-width: 1025px) {
  .nav__item .nav__toggle {
    display: block;
    width: 20px;
    height: 20px;
    padding: 20px;
    position: absolute;
    right: 15px;
    top: 28px;
    transition: transform 0.3s ease;
  }
  .nav__item .nav__toggle::before, .nav__item .nav__toggle::after {
    content: "";
    display: block;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease;
  }
  .nav__item .nav__toggle::before {
    width: 2px;
    height: 20px;
  }
  .nav__item .nav__toggle::after {
    width: 20px;
    height: 2px;
  }
}
.nav__item.is-open .nav__toggle::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.nav__accordion {
  display: none;
}
@media (max-width: 1025px) {
  .nav__accordion {
    display: block;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  .nav__accordion li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .nav__accordion li a {
    display: block;
    padding: 12px 20px;
    font-size: 1.4rem;
    color: #fff;
    text-decoration: none;
  }
}

/*footer
-----------------------------------------------*/
.footer {
  font-size: 1.4rem;
}
.footer__inner {
  max-width: 1440px;
  margin-inline: auto;
}
.footer__wrapper {
  width: 83%;
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  margin-bottom: 48px;
}
.footer__left {
  width: 193px;
  min-width: 193px;
  line-height: 1.3;
}
.footer__logo {
  max-width: 129px;
  margin-bottom: 12px;
}
.footer-list__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}
.footer-list__flex {
  display: flex;
  flex-wrap: nowrap;
  gap: 24px;
  flex-direction: row;
}
.footer-list .footer-list__child {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-list__item {
  display: flex;
  flex-direction: column;
  min-width: 130px;
  margin-bottom: 24px;
}
.footer-list__head {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.footer-list__child {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.footer__policy {
  width: 80%;
  margin-inline: auto;
  margin-bottom: 24px;
}
.footer__copyright {
  text-align: center;
  font-size: 1.2rem;
  padding: 8px 32px;
  background: var(--accent-color);
  color: var(--accent-text);
}
@media (max-width: 1025px) {
  .footer__wrapper {
    width: 94%;
    flex-direction: column;
  }
  .footer__left {
    margin-bottom: 20px;
  }
  .footer__right {
    width: 100%;
  }
  .footer__policy {
    width: 94%;
  }
}
@media (max-width: 600px) {
  .footer__wrapper {
    margin-bottom: 20px;
  }
  .footer-list__inner {
    gap: 20px;
  }
  .footer-list__item {
    min-width: 100%;
    margin-bottom: 0;
  }
}

.external-link {
  display: flex;
}
.external-link::after {
  content: url(../img/common/external-link.svg);
  width: 16px;
  height: 16px;
  margin-top: 2px;
}

/*fv
-----------------------------------------------*/
.fv {
  position: relative;
}
.fv .slick-slide img {
  -o-object-fit: cover;
     object-fit: cover;
}
.fv__copy {
  position: absolute;
  bottom: 14.3%;
  left: 8.33%;
  color: #fff;
  font-size: clamp(3.6rem, 6vw, 6.4rem);
  font-family: var(--title);
  letter-spacing: 0.1em;
}
.fv__text {
  display: block;
  text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.4);
}
.fv__text--s {
  font-size: clamp(2.4rem, 6vw, 4.5rem);
  text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.6);
  line-height: 1.5;
}
@media (max-width: 600px) {
  .fv__copy {
    bottom: 13.7%;
    left: 16px;
  }
}

/*feature
-----------------------------------------------*/
.feature {
  padding: 64px 0;
  background-image: url(../img/top/top_about.webp);
  background-size: cover;
  background-repeat: no-repeat;
  color: #FDFDFD;
}
.feature__textbox {
  padding: 40px 0;
  text-align: center;
}
.feature__title {
  font-family: var(--title);
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  margin-bottom: 16px;
}
.feature .link-box img {
  aspect-ratio: auto;
}
@media (max-width: 600px) {
  .feature__textbox {
    padding-top: 0;
  }
  .feature__title {
    letter-spacing: normal;
  }
  .feature .link-box img {
    aspect-ratio: 335/100;
    height: inherit;
  }
}

/*company
-----------------------------------------------*/
.top-company .slick-initialized .slick-slide {
  display: flex;
}
.top-company .prev-arrow {
  left: 4%;
}
.top-company .slick-disabled {
  display: none !important;
}
.top-company button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
}
.top-company .slick-dots {
  bottom: 12px;
}
.top-company-slide {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.12);
}
.top-company-slide__item {
  align-items: center;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.12);
}
.top-company__img {
  width: min(400px, 100%);
  margin-right: 40px;
}
.top-company__textbox {
  width: min(520px, 100%);
}
.top-company__title {
  font-size: clamp(3.2rem, 5.33vw, 3.6rem);
  font-family: var(--title);
  color: var(--accent-color);
  margin-bottom: 48px;
}
.top-company__text {
  margin-bottom: 32px;
}
@media (max-width: 1025px) {
  .top-company__title {
    letter-spacing: normal;
    margin-bottom: 32px;
  }
  .top-company .slick-initialized .slick-slide {
    flex-direction: column;
  }
  .top-company .prev-arrow,
.top-company .next-arrow {
    top: 22%;
  }
  .top-company__img {
    width: 100%;
    margin-right: 0;
  }
  .top-company img {
    aspect-ratio: 335/240;
    max-height: 360px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .top-company__textbox {
    width: 100%;
    padding: 24px 20px 65px;
    min-height: 550px;
  }
}
@media (max-width: 600px) {
  .top-company {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.12);
  }
  .top-company__img {
    padding-top: 65px;
  }
  .top-company-slide {
    box-shadow: none;
  }
  .top-company-slide__item {
    box-shadow: none;
    padding: 0 10px;
  }
  .top-company img {
    max-height: 240px;
  }
  .top-company .prev-arrow,
.top-company .next-arrow {
    top: 20%;
  }
  .top-company .prev-arrow {
    left: 2%;
  }
  .top-company .next-arrow {
    right: -9%;
  }
  .top-company__textbox {
    padding: 24px 0 65px;
  }
}

/*top-jobs
-----------------------------------------------*/
.top-jobs {
  background-image: url(../img/jobs/jobs_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 64px;
  padding-bottom: 64px;
}
.top-jobs__titlebox {
  text-align: center;
  margin-bottom: 32px;
}
.top-jobs__textbox {
  text-align: center;
  margin-bottom: 32px;
}
.top-jobs__text {
  margin-bottom: 16px;
  text-align: center;
}
.top-jobs__text:last-child {
  margin-bottom: 0;
}
.top-jobs__links {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-jobs .link-box {
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.24);
  width: 33%;
}
.top-jobs .link-box__textbox::after {
  display: none;
}
@media (max-width: 1025px) {
  .top-jobs {
    padding-top: 0;
  }
  .top-jobs__links {
    flex-direction: column;
  }
  .top-jobs .link-box {
    max-width: 370px;
    width: 100%;
    margin-bottom: 24px;
  }
  .top-jobs .link-box img {
    height: auto;
    aspect-ratio: 335/195;
  }
}

/*top-jobs
-----------------------------------------------*/
.top-company-info {
  padding-top: 64px;
  padding-bottom: 48px;
  background-image: url(../img/top/top_company.webp);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.top-company-info__sub-title {
  font-family: var(--title);
  font-size: clamp(2.4rem, 4vw, 2.8rem);
  margin-bottom: 32px;
}
.top-company-info__text {
  margin-bottom: 32px;
}

/*top-recruit
-----------------------------------------------*/
.top-recruit__inner {
  max-width: 1920px;
  margin-inline: auto;
  width: 100%;
  display: flex;
  align-items: center;
}
.top-recruit__img {
  max-width: 720px;
  width: 50%;
  margin-right: 40px;
}
.top-recruit__textbox {
  width: 36.1%;
}
.top-recruit__title {
  margin-bottom: 32px;
  text-align: start;
}
.top-recruit__sub-title {
  font-family: var(--title);
  font-size: clamp(3.2rem, 5.33vw, 3.6rem);
  margin-bottom: 32px;
}
.top-recruit__text {
  margin-bottom: 32px;
}
@media screen and (min-width: 1441px) {
  .top-recruit__inner {
    justify-content: center;
  }
}
@media (max-width: 1025px) {
  .top-recruit__inner {
    flex-direction: column;
  }
  .top-recruit__img {
    margin-right: 0;
    margin-bottom: 40px;
    width: 100%;
  }
  .top-recruit__textbox {
    max-width: 720px;
    padding: 0 20px;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .top-recruit img {
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/*page
-----------------------------------------------*/
article {
  padding-top: 12px;
}

.page main {
  padding-top: 80px;
}
.page__title {
  padding: 24px 0;
  font-size: clamp(2.5rem, 4.17vw, 3.6rem);
  text-align: center;
  display: flex;
  flex-direction: column;
}
.page__title .ja {
  font-family: var(--title);
}
.page__title .en {
  font-family: var(--title);
  color: var(--accent-color);
  font-size: clamp(1.6rem, 2.67vw, 1.8rem);
  text-transform: uppercase;
}
.page__text {
  font-size: clamp(1.6rem, 2.67vw, 1.8rem);
}
.page-intro {
  text-align: center;
  background: rgba(1, 156, 200, 0.04);
  padding: 40px 20px;
  margin-bottom: 108px;
}
.page-intro:has(.page-intro__text) .page-intro__title {
  margin-bottom: 16px;
}
.page-intro__title {
  font-size: clamp(2.5rem, 2.67vw, 3.6rem);
  color: var(--accent-color);
  font-family: var(--title);
}
.page-intro__title--business {
  font-size: clamp(1.6rem, 2.67vw, 2.4rem);
  line-height: 2.25;
}
.page-intro__text {
  font-size: 2rem;
}
@media (max-width: 1025px) {
  .page-intro {
    margin-bottom: 48px;
  }
}
@media (max-width: 600px) {
  .page-intro {
    padding: 22.5px;
  }
}

.error404 main {
  padding-top: 80px;
}
.error404__inner {
  text-align: center;
}

.home main {
  padding-top: 0;
}

.breadcrumb-area {
  font-weight: 700;
  font-size: 1.2rem;
  color: #6D6D6D;
  max-width: 1120px;
  margin-inline: auto;
  margin-bottom: 8px;
}
.breadcrumb-area span {
  margin: 0 5px;
}
.breadcrumb-area span:first-child {
  margin-left: 0;
}
.breadcrumb-area a {
  color: var(--accent-color);
  text-decoration: none;
}
.breadcrumb-area a:hover {
  text-decoration: underline;
}
.breadcrumb-area .current-item {
  font-weight: bold;
}
.breadcrumb-area span + span::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 8px;
  background-image: url("../img/common/breadcrumb-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 5px;
}
@media (max-width: 1025px) {
  .breadcrumb-area {
    padding: 0 20px;
  }
}

/*business
-----------------------------------------------*/
.page-service {
  width: min(1440px, 100%);
  margin-bottom: 80px;
  margin-inline: auto;
}
.page-service__inner {
  width: min(1280px, 100%);
  display: flex;
  align-items: center;
  margin-bottom: 80px;
  justify-content: space-between;
  margin-left: auto;
}
.page-service__textbox {
  width: min(590px, 100%);
  margin-right: 40px;
  padding: 0 20px;
}
.page-service__title, .page-service__text {
  margin-bottom: 48px;
}
.page-service__title {
  text-align: start;
}
.page-service__title .ja {
  font-size: 3.6rem;
  color: #004A73;
}
.page-service__title .en {
  font-family: var(--title);
  font-size: 1.8rem;
  font-weight: normal;
}
.page-service-list {
  display: flex;
  justify-content: space-evenly;
}
.page-service-list__item {
  width: 33%;
  background: var(--accent-color);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.24);
}
.page-service-list__img {
  overflow: hidden;
}
.page-service-list img {
  aspect-ratio: 371/273;
  transition: all 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
}
.page-service-list a:hover img, .page-service-list a:focus img {
  transform: scale(1.1);
}
.page-service-list__wrapper {
  color: var(--accent-text);
  padding: 12px 24px;
}
.page-service-list__title {
  font-weight: bold;
  font-size: 1.8rem;
}
.page-service-list__text {
  font-size: 1.2rem;
}
@media (max-width: 1025px) {
  .page-service {
    margin-bottom: 24px;
  }
  .page-service__inner {
    flex-direction: column;
  }
  .page-service__textbox {
    padding: 0 20px;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .page-service-list {
    flex-direction: column;
  }
  .page-service-list__item {
    max-width: 720px;
    margin-inline: auto;
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 600px) {
  .page-service__textbox {
    padding: 0 22.5px;
  }
}

/*page-case
-----------------------------------------------*/
@media (max-width: 600px) {
  .page-case {
    background: rgba(1, 156, 200, 0.04);
  }
}
.fv-case {
  padding: 80px 11.1vw;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 106px;
}
.fv-case--reform {
  background-image: url(../img/jobs/fv-reform.webp);
}
.fv-case--government {
  background-image: url(../img/jobs/fv-gob.webp);
}
.fv-case--pfi {
  background-image: url(../img/jobs/fv-pfi.webp);
}
.fv-case__textbox {
  width: min(550px, 100%);
  padding: 24px;
  background-color: rgba(255, 255, 255, 0.8);
}
.fv-case__title {
  color: var(--accent-color);
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  font-family: var(--title);
  margin-bottom: 64px;
}
.fv-case__text {
  font-size: 1.8rem;
  margin-bottom: 26px;
}
@media (max-width: 1025px) {
  .fv-case {
    margin-bottom: 64px;
    padding: 56px 20px;
    letter-spacing: normal;
    background-position: center 10%;
  }
  .fv-case__title {
    margin-bottom: 24px;
  }
  .fv-case__text {
    margin-bottom: 0;
    padding: 16px 0;
  }
}
@media (max-width: 600px) {
  .fv-case {
    background-position: right;
  }
  .fv-case--reform {
    background-image: url(../img/jobs/sp-fv-reform.webp);
  }
  .fv-case--government {
    background-image: url(../img/jobs/sp-fv-gob.webp);
  }
  .fv-case--pfi {
    background-image: url(../img/jobs/sp-fv-pfi.webp);
  }
}

.page-case-list {
  margin-bottom: 78px;
}
.page-case-list:last-child {
  margin-bottom: 120px;
}
.page-case-list__title {
  font-size: clamp(2.5rem, 4vw, 3.2rem);
  text-align: center;
  margin-bottom: 26px;
}
.page-case-list__sub-title {
  font-size: clamp(2rem, 3.33vw, 3.6rem);
  font-family: var(--title);
  color: var(--accent-color);
  margin-bottom: 64px;
}
.page-case-list__inner {
  display: flex;
  max-width: min(1440px, 100%);
  margin-inline: auto;
}
.page-case-list__textbox {
  width: min(520px, 100%);
}
.page-case-list__text {
  font-size: clamp(1.6rem, 2.67vw, 1.8rem);
}
.page-case-list__img {
  max-width: 720px;
  margin-right: 40px;
}
@media (max-width: 1025px) {
  .page-case-list__title {
    padding: 20px;
    margin-bottom: 0;
  }
  .page-case-list__sub-title {
    margin-bottom: 24px;
  }
  .page-case-list__inner {
    padding: 18.5px 20px;
    flex-direction: column-reverse;
    align-items: center;
  }
  .page-case-list__img {
    margin-right: 0;
  }
  .page-case-list__textbox {
    width: min(720px, 100%);
    margin-bottom: 24px;
  }
}
@media (max-width: 600px) {
  .page-case-list {
    margin-bottom: 32px;
  }
  .page-case-list__inner {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
  .page-case-list__textbox {
    padding-left: 0;
    padding-right: 0;
  }
  .page-case-list:last-child {
    margin-bottom: 0;
  }
}

.reform-slider {
  margin-bottom: 32px;
}
.reform-slider__item {
  margin: 0 8px;
}

.other-case {
  background-image: url(../img/jobs/case_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 11.1vw;
  margin-bottom: 0;
}
@media (max-width: 1025px) {
  .other-case {
    padding: 60px 0;
  }
}

/*feature
-----------------------------------------------*/
.fv-feature {
  padding: 120px 11.1vw;
  background-image: url(../img/jobs/feature_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0;
}
.fv-feature--pars {
  background-image: url(../img/jobs/feature_bg02.webp);
}
.fv-feature__title {
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  color: #fff;
  text-align: center;
  margin-bottom: 34px;
}
.fv-feature__sub-text {
  text-align: center;
  padding: 16px 0;
  margin-bottom: 10px;
  color: #fff;
}
.fv-feature__list {
  display: flex;
  justify-content: space-between;
  letter-spacing: normal;
}
.fv-feature__item {
  width: 32%;
  background: #FDFDFD;
}
.fv-feature__tag {
  font-size: 2.2rem;
  text-align: center;
  padding: 8px 0;
  color: var(--accent-text);
  background-color: var(--accent-color);
}
.fv-feature__wrapper {
  padding: 16px;
}
.fv-feature__sub-title {
  color: var(--accent-color);
  font-size: 2rem;
  margin-bottom: 8px;
}
.fv-feature__text {
  padding-bottom: 24px;
}
@media (max-width: 1025px) {
  .fv-feature {
    padding: 60px 0;
  }
}
@media (max-width: 600px) {
  .fv-feature__list {
    flex-direction: column;
  }
  .fv-feature__item {
    width: 100%;
    margin-bottom: 16px;
  }
  .fv-feature__item:last-child {
    margin-bottom: 0;
  }
}

.feature-pars {
  margin-bottom: 0;
}
.feature-pars--p {
  padding: 120px 11.1vw 0;
}
.feature-pars__title {
  font-family: var(--title);
  text-align: center;
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  text-align: center;
  margin-bottom: 10px;
  color: var(--accent-color);
}
.feature-pars__title span {
  font-family: var(--text);
  font-weight: normal;
  display: block;
  font-size: 2.2rem;
  color: var(--text-color);
  margin-bottom: 8px;
}
.feature-pars__sub-text {
  text-align: center;
  padding: 16px 0;
  margin-bottom: 10px;
}
.feature-pars__list {
  display: flex;
  justify-content: space-between;
}
.feature-pars__item {
  width: 32%;
  padding: 24px 8px;
}
.feature-pars__tag {
  font-size: 2.2rem;
  text-align: center;
  padding: 8px 0;
  color: var(--accent-text);
  background-color: var(--accent-color);
}
.feature-pars__wrapper {
  padding: 16px 5px;
}
.feature-pars__sub-title {
  color: var(--accent-color);
  font-size: 2rem;
  margin-bottom: 8px;
}
.feature-pars__text {
  padding-bottom: 24px;
}
@media (max-width: 1025px) {
  .feature-pars--p {
    padding: 60px 0;
  }
  .feature-pars__list {
    flex-direction: column;
  }
  .feature-pars__item {
    max-width: 720px;
    width: 100%;
    margin-inline: auto;
  }
}

.page-case-policy {
  max-width: 1160px;
  margin: 48px auto;
  padding: 0 20px;
}
.page-case-policy__title {
  font-size: 3.6rem;
  font-family: var(--title);
  color: var(--accent-color);
  text-align: center;
  margin-bottom: 40px;
}
.page-case-policy__item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #000;
}
.page-case-policy__item-title {
  font-size: 2.2rem;
  color: var(--accent-color);
  min-width: 200px;
}
.page-case-policy__item-list {
  list-style-type: none;
  padding-left: 0;
}
.page-case-policy__item-list li {
  margin-bottom: 5px;
}
.page-case-policy__item-list--pd li {
  margin-bottom: 16px;
}
.page-case-policy__schools {
  margin-bottom: 30px;
}
.page-case-policy__schools-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  display: flex;
  align-items: flex-start;
}
.page-case-policy__schools-title {
  font-size: 2.2rem;
  color: var(--accent-color);
  margin-bottom: 0;
  width: 200px;
}
.page-case-policy__schools-list {
  max-width: 640px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  list-style-type: none;
  padding-left: 0;
}
.page-case-policy__features {
  max-width: 812px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  background-color: #E6E6E6;
  padding: 40px 20px;
}
.page-case-policy__features-item {
  background-color: #fff;
  padding: 24px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-case-policy__features-title {
  font-size: 1.4rem;
}
.page-case-policy__accordion {
  margin-top: 40px;
  max-width: 1160px;
  margin-inline: auto;
  padding: 0 20px;
}
.page-case-policy__accordion-button {
  width: 100%;
  padding: 16px;
  background-color: var(--accent-color);
  color: var(--accent-text);
  font-size: 1.8rem;
  text-align: left;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-case-policy__accordion-icon {
  width: 20px;
  height: 20px;
  position: relative;
}
.page-case-policy__accordion-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--accent-text);
  border-bottom: 2px solid var(--accent-text);
  transform: translate(-25%, -75%) rotate(45deg);
  transition: transform 0.3s ease;
}
.page-case-policy__accordion.is-open .page-case-policy__accordion-icon::before {
  transform: translate(-25%, -25%) rotate(-135deg);
}
.page-case-policy__accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.page-case-policy__accordion.is-open .page-case-policy__accordion-content {
  max-height: 1000px;
}
.page-case-policy__sp-title {
  display: none;
}
@media (max-width: 600px) {
  .page-case-policy {
    padding: 0 22.5px;
  }
  .page-case-policy__title {
    display: none;
  }
  .page-case-policy__sp-title {
    display: block;
    text-align: center;
    display: block;
    font-size: 3.6rem;
    font-family: var(--title);
    margin-bottom: 24px;
    color: var(--accent-color);
  }
  .page-case-policy__sp-title-sub {
    display: block;
    font-size: 1.8rem;
    font-family: var(--text);
    color: var(--text-color);
  }
  .page-case-policy__item {
    flex-direction: column;
  }
  .page-case-policy__item-title {
    margin-bottom: 16px;
  }
  .page-case-policy__schools-item {
    flex-direction: column;
  }
  .page-case-policy__schools-title {
    margin-bottom: 16px;
  }
  .page-case-policy__schools-list {
    font-size: 1.2rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px 16px;
  }
  .page-case-policy__features {
    grid-template-columns: repeat(1, 1fr);
    padding: 20px 33.5px;
  }
}

/*company
-----------------------------------------------*/
.fv-company {
  padding: 80px 11.1vw;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 106px;
}

.page-company {
  margin-bottom: 120px;
}

.company-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 32px;
}
.company-list--other {
  margin-top: 32px;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px 4px;
}
.company-list__item {
  width: min(510px, 100%);
}
.company-list__cover {
  padding: 0 24px;
}
.company-list__img {
  overflow: hidden;
}
.company-list__img img {
  transition: all 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
  -o-object-fit: cover;
     object-fit: cover;
}
.company-list__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.8rem;
  color: var(--accent-color);
  padding: 12px 24px;
}
.company-list__title::after {
  transition: 0.3s;
  content: "";
  display: block;
  width: 16px;
  min-width: 16px;
  height: 15px;
  background: url(../img/common/arrow-blue.svg);
  background-repeat: no-repeat;
}
.company-list a:hover img, .company-list a:focus img {
  transform: scale(1.1);
}
@media (max-width: 600px) {
  .company-list {
    grid-template-columns: 1fr;
  }
  .company-list__img img {
    aspect-ratio: 287/249;
    -o-object-position: right;
       object-position: right;
  }
}

/*message
-----------------------------------------------*/
.fv-message {
  background-image: url(../img/company/fv-message.webp);
}
.fv-message__textbox {
  width: min(747px, 100%);
  padding: 24px;
  background-color: rgba(255, 255, 255, 0.8);
}
.fv-message__title {
  color: var(--accent-color);
  font-size: clamp(2rem, 3.33vw, 3.6rem);
  font-family: var(--title);
  margin-bottom: 64px;
}
.fv-message__text {
  font-family: var(--title);
  font-size: 1.8rem;
  margin-bottom: 16px;
}
@media (max-width: 1279px) {
  .fv-message {
    background-position: 50% 10%;
  }
}
@media (max-width: 600px) {
  .fv-message {
    position: relative;
    margin-bottom: 328px;
  }
  .fv-message__textbox {
    background-color: inherit;
    position: absolute;
    top: 190%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
  }
  .fv-message__title {
    margin-bottom: 17.5px;
  }
}

.message-textbox {
  margin-bottom: 80px;
}
.message-textbox__inner {
  padding: 0 16px;
  width: min(1124px, 100%);
  margin-inline: auto;
  margin-bottom: 64px;
}
.message-textbox__title {
  font-size: clamp(2.5rem, 4.17vw, 2.8rem);
  color: var(--accent-color);
  margin-bottom: 40px;
  padding: 0 20px;
  display: flex;
  align-items: center;
}
.message-textbox__title::before {
  content: "";
  width: 8px;
  min-width: 8px;
  height: 50px;
  background-color: var(--accent-color);
  margin-right: 30px;
}
.message-textbox__title--none::before {
  background-color: transparent;
  margin-right: 0;
  width: 0;
  min-width: 0;
  height: 0;
}
.message-textbox__wrapper {
  padding: 10px 0 16px;
}
.message-textbox__text {
  padding: 0 20px;
  margin-bottom: 1em;
}

.company-links {
  background-image: url(../img/company/company-links__bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 51px 20px;
  margin-bottom: 0;
}
.company-links__title .ja {
  color: var(--accent-color);
}
.company-links__title .en {
  color: inherit;
  text-transform: uppercase;
}
.company-links__list {
  display: flex;
  gap: 10px 5px;
  flex-wrap: wrap;
}
.company-links__list .btn {
  min-width: 220px;
  width: 19.6%;
}
@media (max-width: 600px) {
  .company-links {
    padding: 40px 0 64px;
  }
  .company-links__list .btn {
    min-width: 220px;
    width: 100%;
  }
}

/*overview
-----------------------------------------------*/
.overview {
  width: min(1180px, 100%);
  padding: 0 20px;
  margin-inline: auto;
  margin-bottom: 64px;
}
.overview__inner {
  padding: 48px 0;
}
.overview__wrapper {
  margin-bottom: 48px;
}
.overview__wrapper:last-child {
  margin-bottom: 0;
}
.overview__box {
  display: flex;
  justify-content: space-between;
}
.overview__box > div {
  max-width: 548px;
}
.overview__textbox {
  max-width: 548px;
}
.overview__title {
  font-size: 2.2rem;
  color: var(--accent-color);
}
@media (max-width: 1025px) {
  .overview__box {
    flex-direction: column;
    align-items: center;
  }
  .overview__box > div {
    margin-bottom: 24px;
  }
  .overview__box img {
    aspect-ratio: 335/148;
  }
  .overview__textbox {
    margin-inline: auto;
  }
}
@media (max-width: 600px) {
  .overview {
    padding: 0 22.5px;
  }
  .overview__inner {
    padding: 0;
  }
}

.fv-overview {
  text-align: center;
  margin-bottom: 64px;
}
.fv-overview__title {
  margin-bottom: 24px;
}
.fv-overview__text {
  padding: 16px 0;
}

.profile__title {
  font-size: clamp(3.2rem, 5.33vw, 3.6rem);
  font-family: var(--title);
  color: var(--accent-color);
  text-align: center;
  margin-bottom: 10px;
}
.profile__title--map {
  margin-bottom: 28px;
}
.profile__list {
  padding: 32px 0;
}
.profile__item {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #000;
}
.profile__item dt {
  font-weight: normal;
  width: 18%;
  color: var(--accent-color);
}
.profile__item dd {
  width: 80.7%;
}
.profile__item a {
  text-decoration: underline;
  transition: 0.3s;
}
.profile__item a:hover, .profile__item a:focus {
  opacity: 0.8;
}
@media (max-width: 600px) {
  .profile__list {
    padding: 0;
  }
  .profile__item {
    flex-direction: column;
  }
  .profile__item dt {
    margin-bottom: 16px;
    width: 100%;
  }
  .profile__item dd {
    width: 100%;
  }
}

.google-map {
  position: relative;
  width: 50%;
  height: 0;
  padding-bottom: 28%;
}
.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@media (max-width: 1025px) {
  .google-map {
    width: 100%;
    padding-bottom: 44.2%;
  }
}

/*certifications
-----------------------------------------------*/
.authentication-list__item {
  width: min(1218px, 100%);
  display: flex;
  justify-content: space-between;
  padding: 32px 48px;
  margin-inline: auto;
  margin-bottom: 64px;
}
.authentication-list__item li {
  list-style-type: disc;
  list-style-position: inside;
}
.authentication-list__disc {
  margin-bottom: 112px;
}
.authentication-list__wrapper {
  width: min(737px, 100%);
}
.authentication-list__inner {
  width: min(1218px, 100%);
  padding: 32px 48px;
}
.authentication-list__title {
  font-size: clamp(2rem, 3.33vw, 2.5rem);
  color: var(--accent-color);
  margin-bottom: 28px;
}
.authentication-list__sub-title {
  font-size: 2.5rem;
  color: var(--accent-color);
  margin-bottom: 28px;
}
.authentication-list__img {
  width: 234px;
  height: 341px;
}
@media (max-width: 1025px) {
  .authentication-list__disc {
    margin-bottom: 64px;
  }
  .authentication-list__item {
    flex-direction: column;
  }
  .authentication-list__img {
    margin-bottom: 24px;
  }
}
@media (max-width: 600px) {
  .authentication-list__inner {
    padding: 0 20px;
  }
  .authentication-list__item {
    align-items: center;
    padding: 0;
  }
}

/*philosophy
-----------------------------------------------*/
.fv-philosophy {
  margin-bottom: 0;
  color: #FDFDFD;
  background-image: url(../img/company/fv-philosophy.webp);
}
.fv-philosophy__title {
  font-size: clamp(3.2rem, 5.33vw, 3.6rem);
  font-family: var(--title);
  text-align: center;
  margin-bottom: 34px;
}
.fv-philosophy__sub-title {
  max-width: 740px;
  font-family: var(--title);
  font-size: clamp(2rem, 3.33vw, 3.6rem);
  margin-bottom: 64px;
}
.fv-philosophy__text {
  font-size: clamp(1.6rem, 2.67vw, 1.8rem);
  margin-bottom: 1em;
}
@media (max-width: 1025px) {
  .fv-philosophy {
    padding: 64px 20px;
  }
  .fv-philosophy__sub-title {
    margin-bottom: 24px;
  }
}
@media (max-width: 600px) {
  .fv-philosophy {
    background-position: center;
  }
}

.philosophy-textbox {
  padding: 80px 11.1vw;
  background-image: url(../img/company/philosophy_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
.philosophy-textbox__title {
  font-size: clamp(3.2rem, 5.33vw, 3.6rem);
  font-family: var(--title);
  text-align: center;
  margin-bottom: 50px;
}
.philosophy-textbox__text {
  font-size: 1.8rem;
  margin-bottom: 16px;
}
.philosophy-textbox__list {
  padding: 32px 0;
}
.philosophy-textbox__item {
  font-size: clamp(1.8rem, 3vw, 2rem);
  color: var(--accent-color);
  padding: 16px 0 12px;
  border-bottom: 1px solid #909090;
}
@media (max-width: 1025px) {
  .philosophy-textbox {
    padding: 64px 20px;
  }
  .philosophy-textbox__title {
    margin-bottom: 24px;
  }
}
@media (max-width: 600px) {
  .philosophy-textbox {
    background-image: url(../img/company/philosophy_bg_sp.webp);
  }
}

/*history
-----------------------------------------------*/
.fv-history {
  background-image: url(../img/company/fv-history.webp);
  color: #FDFDFD;
  font-family: var(--title);
  font-size: clamp(2.5rem, 5.33vw, 3.6rem);
  text-align: center;
  margin-bottom: 64px;
}
@media (max-width: 1025px) {
  .fv-history {
    padding: 44px;
    margin-bottom: 16px;
  }
}
@media (max-width: 600px) {
  .fv-history {
    background-image: url(../img/company/fv-history_sp.webp);
  }
}

.page-history__inner {
  width: min(1180px, 100%);
  margin-inline: auto;
  padding: 0 20px;
  margin-bottom: 64px;
}
.page-history__list {
  padding-top: 32px;
  padding-bottom: 32px;
  margin-bottom: 64px;
}
.page-history__item {
  border-bottom: 1px solid #000;
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
}
.page-history__item dt {
  font-weight: normal;
  width: 18%;
}
.page-history__item dd {
  width: 80.7%;
}
.page-history__wrapper {
  display: flex;
  justify-content: space-between;
}
.page-history__img {
  width: min(548px, 100%);
}
@media (max-width: 1025px) {
  .page-history__item {
    flex-direction: column;
  }
  .page-history__item dt,
.page-history__item dd {
    width: 100%;
  }
  .page-history__item dt {
    margin-bottom: 16px;
  }
}
@media (max-width: 600px) {
  .page-history__wrapper {
    flex-direction: column;
  }
  .page-history__img img {
    aspect-ratio: 335/148;
  }
  .page-history__img--building img {
    aspect-ratio: auto;
  }
  .page-history__img:first-child {
    margin-bottom: 24px;
  }
}

/*sustainability
-----------------------------------------------*/
.page-sustainability__title {
  font-size: 2.5rem;
  margin-bottom: 24px;
  padding: 0;
}
.page-sustainability__img {
  margin-bottom: 10px;
}
.page-sustainability__img img {
  width: inherit;
}
.page-sustainability__wrapper {
  padding: 16px 20px;
}
@media (max-width: 600px) {
  .page-sustainability__img img {
    width: 100%;
  }
  .page-sustainability__img--sm {
    max-width: 113px;
  }
  .page-sustainability__logo img {
    width: inherit;
    height: 60px;
  }
}

.fv-sustainability {
  background-image: url(../img/company/fv-sustainability.webp);
  color: #FDFDFD;
  font-family: var(--title);
  font-size: clamp(2.5rem, 5.33vw, 3.6rem);
  text-align: center;
  margin-bottom: 64px;
}

.message-textbox__list {
  list-style: disc inside;
}
.message-textbox__img {
  max-width: 768px;
  padding: 20px 0;
}
.message-textbox__img--sm {
  max-width: 600px;
  transition: 0.3s;
}
.message-textbox__img--sm:hover {
  opacity: 0.8;
}
@media (max-width: 600px) {
  .message-textbox__img {
    padding: 10px 0;
  }
  .message-textbox__img--sm {
    min-width: 240px;
    max-width: 80%;
  }
}

/*organization
-----------------------------------------------*/
.page-organization__inner {
  width: min(840px, 100%);
  padding: 64px 20px;
  margin-inline: auto;
}

.js-scroll-hint img {
  max-width: none;
  width: 800px;
  height: auto;
  display: block;
}

/*qualifications
-----------------------------------------------*/
.fv-qualifications {
  padding: 12px 0;
  text-align: center;
  margin-bottom: 64px;
}
.fv-qualifications__title {
  font-family: var(--title);
  color: var(--accent-color);
  font-size: clamp(2.5rem, 5.33vw, 3.6rem);
  margin-bottom: 10px;
}
.fv-qualifications__text {
  padding: 16px 0;
}
@media (max-width: 600px) {
  .fv-qualifications__title {
    letter-spacing: normal;
  }
}

.page-qualifications__listbox {
  margin-bottom: 112px;
}
.page-qualifications__inner {
  display: flex;
  justify-content: space-between;
}
.page-qualifications__list {
  width: 49.3%;
  margin-bottom: 32px;
}
.page-qualifications__item {
  padding-top: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #000;
}
.page-qualifications__title {
  display: none;
  font-family: var(--title);
  color: var(--accent-color);
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .page-qualifications__listbox {
    margin-bottom: 64px;
  }
  .page-qualifications__title {
    display: block;
  }
  .page-qualifications__inner {
    flex-direction: column;
  }
  .page-qualifications__list {
    width: 100%;
    margin-bottom: 32px;
  }
  .page-qualifications__list:last-child {
    margin-bottom: 0;
  }
}

.archive main,
.single main {
  padding-top: 80px;
}

.nav-links {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.pagination-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.pagination-list li {
  margin-right: 4px;
}

.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 8px;
  transition: 0.25s;
  text-align: center;
}

.page-numbers:hover,
.page-numbers:focus {
  background-color: var(--accent-color);
  color: #FFF;
  opacity: 1;
}

.page-numbers.disabled {
  pointer-events: none;
  opacity: 0.5;
}

li:has(span.dots),
li:has(.prev) {
  display: none;
}

.next,
.next-page,
.prev-page,
.prev-prev {
  border: none;
}
.next svg,
.next-page svg,
.prev-page svg,
.prev-prev svg {
  fill: #6D6D6D;
}
.next:disabled svg,
.next-page:disabled svg,
.prev-page:disabled svg,
.prev-prev:disabled svg {
  fill: #B1B1B1;
}
.next:hover, .next:focus,
.next-page:hover,
.next-page:focus,
.prev-page:hover,
.prev-page:focus,
.prev-prev:hover,
.prev-prev:focus {
  background: inherit;
}

/*single page
-----------------------------------------------*/
.all-archive .archive-list {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1025px) {
  .all-archive .archive-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .all-archive .archive-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

article.single-post h1 {
  color: var(--accent-color);
  font-size: clamp(2rem, 3.33vw, 3.6rem);
  margin-bottom: 24px;
  font-family: var(--title);
}
article.single-post h2,
article.single-post h3,
article.single-post h4,
article.single-post p,
article.single-post ul,
article.single-post ol,
article.single-post table,
article.single-post img,
article.single-post a,
article.single-post blockquote {
  overflow: auto;
}
article.single-post .date {
  font-size: 1.2rem;
  color: #6D6D6D;
  margin-bottom: 8px;
}
article.single-post .post-img {
  margin-top: 30px;
  margin-bottom: 64px;
}
article.single-post .post-img img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
article.single-post .wysiwyg-editor {
  overflow: auto;
  margin-bottom: 100px;
}
article.single-post .wysiwyg-editor h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 2.5rem;
  margin: 60px 0 30px;
  color: var(--accent-color);
  display: flex;
  align-items: center;
}
article.single-post .wysiwyg-editor h2::before {
  content: "";
  width: 8px;
  min-width: 8px;
  height: 50px;
  background-color: var(--accent-color);
  margin-right: 30px;
}
article.single-post .wysiwyg-editor h3 {
  font-size: 2rem;
  margin: 40px 0 20px;
  padding: 0 0 10px 0;
  color: #333;
}
article.single-post .wysiwyg-editor h4 {
  font-size: 1.8rem;
  margin: 30px 0 15px;
  color: #333;
}
article.single-post .wysiwyg-editor h4:before {
  content: none;
}
article.single-post .wysiwyg-editor h2:first-child,
article.single-post .wysiwyg-editor h2 + h3,
article.single-post .wysiwyg-editor h3 + h4 {
  margin-top: 24px;
}
article.single-post .wysiwyg-editor img {
  margin-top: 24px;
}
article.single-post .wysiwyg-editor p,
article.single-post .wysiwyg-editor ul,
article.single-post .wysiwyg-editor ol,
article.single-post .wysiwyg-editor table {
  margin: 24px 0 0 0;
  font-size: 1.6rem;
  line-height: 1.5;
  color: var(--text);
}
article.single-post .wysiwyg-editor ul,
article.single-post .wysiwyg-editor ol {
  margin-left: 20px;
  padding-left: 2em;
}
article.single-post .wysiwyg-editor ul {
  list-style-type: disc;
}
article.single-post .wysiwyg-editor ol {
  list-style-type: decimal;
}
article.single-post .wysiwyg-editor table {
  border-collapse: collapse;
}
article.single-post .wysiwyg-editor table th,
article.single-post .wysiwyg-editor table td {
  border: 1px solid #ddd;
  padding: 10px;
}
article.single-post .wysiwyg-editor .wp-block-table figcaption {
  font-size: 1.422rem;
  line-height: 1.6;
  color: #666;
  margin: 10px 0 0 0;
}
article.single-post .wysiwyg-editor blockquote {
  border-left: 4px solid #ccc;
  border-radius: 0;
  margin: 25px 0 0 0;
  padding: 10px 20px;
  background-color: #f9f9f9;
  color: #666;
}
article.single-post .wysiwyg-editor blockquote cite {
  font-size: 1.4rem;
  margin-top: 10px;
}
article.single-post .wysiwyg-editor a {
  color: #0066cc;
  text-decoration: none;
}
article.single-post .wysiwyg-editor a:hover, article.single-post .wysiwyg-editor a:focus {
  text-decoration: underline;
  opacity: 1;
}
article.single-post .single-post__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
article.single-post .single-post__tag {
  display: inline-block;
  background: var(--accent-color);
  color: var(--accent-text);
  padding: 6px 12px;
}
@media (max-width: 600px) {
  article.single-post {
    padding: 0 16px;
  }
  article.single-post .post-img {
    margin-bottom: 0;
  }
  article.single-post .post-img img {
    aspect-ratio: 303/240;
  }
  article.single-post .wysiwyg-editor ul,
article.single-post .wysiwyg-editor ol {
    margin-left: 0;
  }
}

.section-archive-slide__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.5rem;
}
.section-archive-slide__tag {
  background-color: var(--accent-color);
  color: #fff;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-size: 0.875rem;
}

/*recruit
-----------------------------------------------*/
.page-recruit {
  font-size: 1.8rem;
}
.page-recruit__title {
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 64px;
  left: 50%;
  transform: translateX(-50%);
}
.page-recruit__title--ja {
  display: block;
  font-family: var(--title);
  font-size: 3.6rem;
}
.page-recruit__title--en {
  font-family: var(--title);
  display: block;
  font-size: clamp(1.6rem, 2.67vw, 1.8rem);
  text-transform: uppercase;
}
.page-recruit__text {
  margin-bottom: 1.2em;
}
.page-recruit__img {
  max-width: 720px;
  width: 100%;
  margin-right: 40px;
}
.page-recruit__textbox {
  padding: 16px 0;
  margin-bottom: 24px;
}
.page-recruit__cross-wrap {
  padding: 10px 0;
}
.page-recruit__section-inner {
  max-width: 1120px;
  margin-inline: auto;
  display: flex;
  align-items: center;
}
.page-recruit__section-title {
  color: var(--accent-color);
  margin-bottom: 48px;
}
.page-recruit__section-title--jobs, .page-recruit__section-title--cross {
  text-align: center;
  padding: 10px 0;
  margin-bottom: 32px;
}
.page-recruit__section-title--welfare {
  margin-bottom: 10px;
}
.page-recruit__section-title--ja {
  display: block;
  font-size: 3.6rem;
  font-family: var(--title);
}
.page-recruit__section-title--en {
  display: block;
  text-transform: uppercase;
}
.page-recruit__section-title--voice {
  font-family: var(--title);
  font-size: clamp(3.2rem, 5.33vw, 3.6rem);
  margin-bottom: 24px;
}
.page-recruit__section-text {
  padding: 16px 0;
  margin-bottom: 48px;
}
.page-recruit__section-img {
  max-width: 1120px;
  margin-inline: auto;
}
.page-recruit__section-img--mb {
  margin-bottom: 64px;
}
.page-recruit__fv {
  position: relative;
  background-image: url(../img/recruit/fv-recruit.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 620px;
  margin-bottom: 64px;
  color: #fff;
}
.page-recruit__fv--top {
  margin-bottom: 97px;
}
.page-recruit__fv--min {
  min-height: auto;
}
.page-recruit__fv .fv--common {
  min-height: 550px;
}
.page-recruit__fv--construction-management {
  background-image: url(../img/recruit/management_01.webp);
}
.page-recruit__fv--quantity-surveyor {
  background-image: url(../img/recruit/surveyor_01.webp);
}
.page-recruit__fv--sales {
  background-image: url(../img/recruit/sales_01.webp);
}
.page-recruit__fv--talk {
  background-image: url(../img/recruit/fv-talk.webp);
}
.page-recruit__fv--voice {
  background-image: url(../img/recruit/fv-voice.webp);
}
.page-recruit__fv--welfare {
  background-image: url(../img/recruit/fv-welfare.webp);
}
.page-recruit__fv--requirement {
  background-image: url(../img/recruit/fv-requirement.webp);
}
.page-recruit__top-title {
  max-width: 490px;
  font-family: var(--title);
  font-size: clamp(3.2rem, 5.33vw, 4.8rem);
  position: absolute;
  bottom: 64px;
  right: 9vw;
}
.page-recruit__min-title {
  text-align: center;
  padding: 117px 10px;
}
.page-recruit__content {
  max-width: 1160px;
  padding: 0 20px;
  margin: 0 auto 64px;
  text-align: center;
  font-size: 2.2rem;
}
.page-recruit__wrapper {
  margin-bottom: 16px;
}
.page-recruit__wrapper:last-child {
  margin-bottom: 0;
}
.page-recruit__wrapper a {
  text-decoration: none;
  color: inherit;
  display: block;
}
.page-recruit__section-img {
  overflow: hidden;
}
.page-recruit__section-img--cover img {
  aspect-ratio: 1120/268;
  width: 100%;
  height: auto;
  transition: all 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
}
.page-recruit__sub-title {
  font-weight: bold;
  position: relative;
  padding: 12px 24px;
  width: 98%;
}
.page-recruit__sub-title::after {
  content: "";
  position: absolute;
  background: url(../img/common/arrow-black.svg);
  width: 16px;
  height: 15px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.page-recruit a:hover .page-recruit__section-img--cover img,
.page-recruit a:focus .page-recruit__section-img--cover img {
  transform: scale(1.1);
}
.page-recruit__welfare {
  background-image: url(../img/recruit/recruit_05.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 65px 20px;
  text-align: center;
  margin-bottom: 0;
}
.page-recruit__welfare-inner {
  padding: 32px 0;
  background: rgba(255, 255, 255, 0.8);
  max-width: 785px;
  margin-inline: auto;
  margin-bottom: 10px;
}
.page-recruit__welfare-text {
  font-size: 1.6rem;
  padding: 16px 0;
}
@media (max-width: 600px) {
  .page-recruit__fv--top {
    background-image: url(../img/recruit/sp-recruit_fv.webp);
  }
  .page-recruit__fv--common {
    min-height: 300px;
  }
  .page-recruit__fv--construction-management {
    background-image: url(../img/recruit/sp-management_01.webp);
  }
  .page-recruit__fv--quantity-surveyor {
    background-image: url(../img/recruit/sp-surveyor_01.webp);
  }
  .page-recruit__fv--talk {
    background-image: url(../img/recruit/sp-talk.webp);
  }
  .page-recruit__fv--voice {
    background-image: url(../img/recruit/sp-voice.webp);
  }
  .page-recruit__fv--welfare {
    background-image: url(../img/recruit/sp-welfare.webp);
  }
  .page-recruit__title--sp {
    font-size: 4.5rem;
  }
  .page-recruit__title--sp-sub {
    font-size: 2.4rem;
  }
  .page-recruit__btn {
    margin-bottom: 24px;
  }
  .page-recruit__img {
    margin-right: 0;
  }
  .page-recruit__section-inner {
    flex-direction: column-reverse;
  }
  .page-recruit__section-title {
    margin-bottom: 24px;
  }
  .page-recruit__section-img--cover img {
    aspect-ratio: 335/120;
    -o-object-position: 60% center;
       object-position: 60% center;
  }
  .page-recruit__top-title {
    width: 100%;
    right: auto;
    bottom: 80px;
    padding: 0 20px;
  }
  .page-recruit__content {
    padding: 0 22.5px;
  }
}

.jobs-list {
  max-width: 1440px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 10px;
}
.jobs-list__item {
  width: 33.3%;
  background: var(--accent-color);
  color: var(--accent-text);
  position: relative;
}
.jobs-list__item::after {
  content: "";
  position: absolute;
  background: url(../img/common/arrow.svg);
  width: 16px;
  height: 15px;
  bottom: 10%;
  right: 30px;
}
.jobs-list__item a {
  text-decoration: none;
  color: inherit;
}
.jobs-list__img {
  overflow: hidden;
}
.jobs-list__img img {
  width: 100%;
  height: auto;
  transition: all 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
}
.jobs-list__wrapper {
  padding: 12px 56px 12px 24px;
}
.jobs-list__title {
  font-size: 1.8rem;
}
.jobs-list__text {
  font-size: 1.2rem;
}
.jobs-list a:hover img, .jobs-list a:focus img {
  transform: scale(1.1);
}
@media (max-width: 1279px) {
  .jobs-list {
    flex-direction: column;
    gap: 32px;
    margin-bottom: 48px;
  }
  .jobs-list__item {
    width: 100%;
    max-width: 720px;
    margin-inline: auto;
  }
  .jobs-list__img img {
    aspect-ratio: 462/386;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 600px) {
  .jobs-list {
    padding: 0 22.5px;
  }
}

.contact-recruit {
  margin-inline: auto;
}
.contact-recruit__title {
  font-size: 3.2rem;
}
.contact-recruit__item {
  width: auto;
  min-width: 416px;
}
.contact-recruit__img {
  overflow: hidden;
}
@media (max-width: 1279px) {
  .contact-recruit__item {
    min-width: inherit;
  }
}

/*construction-management
-----------------------------------------------*/
.page-construction-management,
.page-quantity-surveyor,
.page-sales,
.page-talk,
.page-welfare {
  font-size: 1.6rem;
}

.job-content__description {
  padding: 16px 20px;
  margin-bottom: 64px;
}
.job-content__inner {
  max-width: 1160px;
  padding: 0 20px;
  margin-inline: auto;
  margin-bottom: 64px;
}
.job-content__inner--center {
  text-align: center;
}
.job-content__heading {
  font-size: 3.6rem;
  font-family: var(--title);
  color: var(--accent-color);
  margin-bottom: 28px;
}
.job-content__tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
}
.job-content__tab {
  font-size: 2rem;
  background-color: var(--accent-color);
  color: var(--accent-text);
  padding: 11.5px;
}
.job-content__tab:hover, .job-content__tab:focus {
  opacity: 0.8;
  transition: 0.3s;
}
.job-content__section-title {
  max-width: 1920px;
  margin-inline: auto;
  text-align: center;
  font-size: 3.6rem;
  font-family: var(--title);
  color: #fff;
  margin-bottom: 32px;
  padding: 123px 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.job-content__section-title--daily {
  background-image: url(../img/recruit/management_02.webp);
}
.job-content__section-title--daily02 {
  background-image: url(../img/recruit/surveyor_02.webp);
}
.job-content__section-title--daily03 {
  background-image: url(../img/recruit/sales_02.webp);
}
.job-content__section-title--goals {
  background-image: url(../img/recruit/management_03.webp);
}
.job-content__section-title--goals02 {
  background-image: url(../img/recruit/surveyor_03.webp);
}
.job-content__section-title--goals03 {
  background-image: url(../img/recruit/sales_03.webp);
}
.job-content__section-title--policy {
  background-image: url(../img/recruit/management_04.webp);
}
.job-content__section-title--policy02 {
  background-image: url(../img/recruit/surveyor_04.webp);
}
.job-content__section-title--policy03 {
  background-image: url(../img/recruit/sales_04.webp);
}
.job-content__subtitle {
  font-size: 2.5rem;
  color: var(--accent-color);
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}
.job-content__subtitle::before {
  content: "";
  width: 8px;
  min-width: 8px;
  height: 50px;
  background-color: var(--accent-color);
  margin-right: 30px;
}
.job-content__daily-item, .job-content__policy-item {
  margin-bottom: 32px;
}
.job-content__daily-list, .job-content__policy-text {
  padding: 16px 20px;
}
.job-content__daily-list-item--disc {
  list-style: disc;
  list-style-position: inside;
}
.job-content__policy-text {
  padding: 16px 20px;
}
.job-content__title {
  font-size: 2.8rem;
  font-weight: bold;
  color: var(--accent-color);
  padding: 4px 0;
  margin-bottom: 32px;
}
.job-content__goals {
  padding: 32px 0;
}
.job-content__goals-item {
  margin-bottom: 16px;
  border-bottom: 1px solid #000;
}
.job-content__goals-text {
  padding-bottom: 12px;
}
@media (max-width: 1025px) {
  .job-content__tabs {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .job-content__inner {
    padding: 0 22.5px;
  }
  .job-content__tabs {
    grid-template-columns: repeat(1, 1fr);
  }
}

/*talk
-----------------------------------------------*/
.single-talk__fv {
  position: relative;
  margin-bottom: 64px;
  color: #fff;
}
.single-talk__fv img {
  aspect-ratio: 1440/550;
  max-height: 550px;
}
.single-talk__img {
  margin-bottom: 64px;
}
.single-talk__img img {
  aspect-ratio: 1440/400;
}
@media (max-width: 1025px) {
  .single-talk__fv {
    margin-bottom: 0;
  }
}
@media (max-width: 600px) {
  .single-talk .page-recruit__title {
    width: 100%;
    padding: 16px 0;
  }
  .single-talk__fv img {
    aspect-ratio: 375/240;
  }
  .single-talk__img img {
    aspect-ratio: 375/265;
  }
}

.crosstalk__title {
  font-size: 3.6rem;
  padding: 4px 0;
  margin-bottom: 24px;
}
.crosstalk__inner--other {
  padding: 61px 20px;
}
.crosstalk__wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 64px;
}
.crosstalk__wrapper:last-child {
  margin-bottom: 0;
}
.crosstalk__wrapper:nth-child(even) .crosstalk__box {
  flex-direction: row-reverse;
}
.crosstalk__box {
  display: flex;
  justify-content: space-between;
}
.crosstalk__img, .crosstalk__list {
  width: 49.6%;
}
.crosstalk__list {
  padding-left: 32px;
}
.crosstalk__wrapper:nth-child(even) .crosstalk__list {
  padding-left: 0;
}
.crosstalk__item {
  display: flex;
  padding: 8px 0;
  margin-bottom: 6px;
}
.crosstalk__item dt {
  width: 15%;
  color: #002835;
}
.crosstalk__item dd {
  width: 80%;
  color: rgba(0, 0, 0, 0.87);
}
.crosstalk__other {
  display: flex;
}
.crosstalk__other > div {
  width: 50%;
}
@media (max-width: 1025px) {
  .crosstalk__wrapper .crosstalk__box:nth-child(even) {
    flex-direction: column;
  }
  .crosstalk__box {
    flex-direction: column;
    align-items: center;
  }
  .crosstalk__img, .crosstalk__list {
    max-width: 720px;
    width: 100%;
  }
  .crosstalk__img {
    margin-bottom: 24px;
  }
  .crosstalk__img img {
    aspect-ratio: 335/360;
  }
  .crosstalk__list {
    padding-left: 0;
  }
  .crosstalk__other {
    flex-direction: column;
  }
  .crosstalk__other > div {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .crosstalk__item dt {
    width: 24%;
  }
  .crosstalk__item dd {
    width: 76%;
  }
}

.member__inner {
  display: grid;
}
.member__inner:has(.member__wrapper:nth-child(n+2)) {
  grid-template-columns: repeat(2, 1fr);
}
.member__inner:has(.member__wrapper:nth-child(n+2)) .member__wrapper {
  padding: 24px 48px;
}
.member__inner:has(.member__wrapper:nth-child(n+3)) {
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
}
.member__inner:has(.member__wrapper:nth-child(n+3)) .member__wrapper {
  padding: 0;
}
.member__img {
  margin-bottom: 12px;
}
.member__img img {
  aspect-ratio: 462/250;
}
.member__tag {
  display: inline-block;
  border: 1px solid var(--accent-color);
  font-weight: bold;
  color: var(--accent-color);
  padding: 4px 18px;
  margin-bottom: 12px;
}
.member__title {
  margin-bottom: 12px;
}
.member__title--ja {
  display: block;
}
.member__title--en {
  display: block;
  color: var(--accent-color);
  font-size: 1.2rem;
  text-transform: capitalize;
}
@media (max-width: 600px) {
  .member__inner {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .member .member__wrapper {
    padding: 24px 20px !important;
  }
}

/*voice
-----------------------------------------------*/
.page-voice__textbox {
  text-align: center;
  margin-bottom: 64px;
}
.page-voice__textbox--survey {
  margin-bottom: 40px;
}
.page-voice__title {
  font-size: 3.6rem;
  margin-bottom: 24px;
}
.page-voice__list {
  max-width: 948px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.page-voice__list-text {
  display: none;
  transition: 0.6s;
  width: 100%;
  font-size: 2rem;
  letter-spacing: normal;
  color: #fff;
  padding: 15px 16px;
  background-color: rgba(4, 80, 162, 0.8);
  position: absolute;
  bottom: 0;
}
.page-voice__item {
  position: relative;
}
.page-voice__item:hover .page-voice__list-text, .page-voice__item:focus .page-voice__list-text {
  display: block;
}
@media (max-width: 600px) {
  .page-voice__list {
    grid-template-columns: repeat(1, 1fr);
  }
  .page-voice .page-case-policy__accordion {
    padding: 0;
  }
}

/*welfare
-----------------------------------------------*/
.page-welfare__textbox {
  text-align: center;
  letter-spacing: normal;
}
.page-welfare__title {
  font-size: 3.6rem;
  margin-bottom: 24px;
}
.page-welfare__text {
  padding: 16px 20px;
  margin-bottom: 64px;
}

.welfare {
  text-align: center;
}
.welfare__title {
  margin-bottom: 28px;
}
.welfare__tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
}
.welfare__tab {
  font-size: 2rem;
  background-color: var(--accent-color);
  color: var(--accent-text);
  padding: 13px;
}
.welfare__tab:hover, .welfare__tab:focus {
  opacity: 0.8;
  transition: 0.3s;
}
@media (max-width: 600px) {
  .welfare__tabs {
    grid-template-columns: repeat(1, 1fr);
  }
}

.welfare-detail__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.welfare-detail__list--4 {
  grid-template-columns: repeat(4, 1fr);
}
.welfare-detail__item {
  padding: 32px 8px;
}
.welfare-detail__title {
  text-align: center;
  color: var(--accent-color);
  font-size: 2.2rem;
  margin-bottom: 24px;
}
.welfare-detail__img {
  margin-bottom: 24px;
}
@media (max-width: 1025px) {
  .welfare-detail__list--4 {
    max-width: 600px;
    margin-inline: auto;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .welfare-detail__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.events {
  max-width: 1920px;
  margin-inline: auto;
}

/*既存サイトからコピー
-----------------------------------------------*/
.interview-list {
  margin: 0 -24px -16px;
}
@media (min-width: 1160px) {
  .interview-list {
    display: flex;
    flex-wrap: wrap;
  }
}
.interview-list li {
  padding: 0 16px 16px;
  width: 50%;
}
@media (max-width: 1159px) {
  .interview-list li {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
  }
}
.interview-list label {
  background: #f7f7f7;
  border-radius: 20px;
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: 40px;
  position: relative;
}
@media (min-width: 769px) {
  .interview-list label:hover {
    background: var(--bggray);
    opacity: 1;
  }
  .interview-list label:hover span {
    background: var(--lightblue);
    color: #fff;
  }
}
@media (max-width: 768px) {
  .interview-list label {
    padding: 24px;
  }
}
.interview-list p {
  font-size: 14px;
}
.interview-list h3 {
  font-size: 14px;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .interview-list h3 {
    padding-bottom: 16px;
  }
}
.interview-list h3 b {
  font-size: 28px;
  display: block;
  line-height: 1;
}
@media (max-width: 768px) {
  .interview-list h3 b {
    font-size: 24px;
  }
}
.interview-list span {
  border: 1px solid var(--lightblue);
  border-radius: 80px;
  color: var(--lightblue);
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  padding: 7px 80px;
  text-align: center;
  transition: 0.3s;
}
@media (max-width: 1159px) {
  .interview-list span {
    font-size: 12px;
    padding: 16px 24px;
  }
}
@media (max-width: 768px) {
  .interview-list span {
    padding: 8px 32px;
  }
}
.interview-list img {
  display: block;
  position: absolute;
  height: 100%;
  width: auto;
  top: 0;
  right: 0;
  aspect-ratio: 260/240;
  -o-object-fit: cover;
     object-fit: cover;
}
.interviewList-period {
  padding: 8px 0 10px;
}
@media (max-width: 768px) {
  .interviewList-period {
    padding: 0 0 8px;
  }
}
.interview-modals input:checked + .interview-modal {
  opacity: 1;
  top: 0;
  z-index: 10;
}
.interview-modals input:checked + .interview-modal .interviewModal-close, .interview-modals input:checked + .interview-modal .interviewModal-content {
  opacity: 1;
}
.interview-modal {
  bottom: 0;
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  display: block;
  opacity: 0;
  transition: 0 0.4s;
  position: fixed;
  top: 100%;
}
.interviewModal-close {
  bottom: 0;
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: 0.4s;
  z-index: 0;
}
.interviewModal-close .fa-times {
  display: none;
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  position: absolute;
  right: 16px;
  top: 90px;
}
@media (max-width: 768px) {
  .interviewModal-close .fa-times {
    display: block;
  }
}
.interviewModal-content {
  background: #fff;
  height: calc(90vh - 80px);
  max-height: 90%;
  max-width: 90%;
  position: absolute;
  top: 52%;
  left: 50%;
  opacity: 0;
  transition: 0.4s;
  transform: translate(-50%, -50%);
  z-index: 999;
}
@media (min-width: 1160px) {
  .interviewModal-content {
    display: flex;
    width: 1260px;
  }
}
@media (max-width: 1159px) {
  .interviewModal-content {
    overflow: auto;
    margin-top: 20px;
    max-height: calc(100vh - 160px);
    -webkit-overflow-scrolling: touch;
    width: 640px;
  }
}
.interviewModal__title {
  font-size: 20px;
}
.interviewModalContent-close {
  cursor: pointer;
  position: absolute;
  transition: 0.3s;
  right: 24px;
  top: 20px;
}
.interviewModalContent-close i {
  color: var(--lightblue);
  font-size: 26px;
}
.interviewModalContent-close:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .interviewModalContent-close {
    display: none;
  }
}
.interviewModalContent-img {
  background: center no-repeat;
  background-size: cover;
  content: "";
}
@media (min-width: 1160px) {
  .interviewModalContent-img {
    width: 50%;
  }
}
@media (max-width: 1159px) {
  .interviewModalContent-img {
    height: 300px;
    width: 100%;
  }
}
@media (min-width: 1160px) {
  .interviewModalContent-body {
    height: 100%;
    overflow: auto;
    padding: 40px;
    width: 50%;
  }
}
@media (max-width: 1159px) {
  .interviewModalContent-body {
    padding: 24px;
    width: 100%;
  }
}
.interviewModalContentBody-name {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  font-size: 28px;
  font-weight: bold;
  padding: 24px 0 8px;
  margin-bottom: 12px;
}
.interviewModalContentBody-career {
  font-size: 18px;
}
.interviewModalContentBody-text {
  padding: 32px 0 0 32px;
}
@media (max-width: 1159px) {
  .interviewModalContentBody-text {
    padding: 24px 0 0 24px;
  }
}
.interviewModalContentBody-text h4 {
  color: var(--lightblue);
  font-size: 24px;
  font-weight: bold;
  position: relative;
}
@media (max-width: 1159px) {
  .interviewModalContentBody-text h4 {
    font-size: 18px;
  }
}
.interviewModalContentBody-text h4:before {
  background: var(--lightblue);
  border-radius: 4px;
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  left: -32px;
  top: 12px;
}
@media (max-width: 1159px) {
  .interviewModalContentBody-text h4:before {
    height: 16px;
    left: -24px;
    top: 8px;
    width: 16px;
  }
}
.interviewModalContentBody-text p {
  font-size: 18px;
  line-height: 2.25;
}
@media (max-width: 1159px) {
  .interviewModalContentBody-text p {
    font-size: 14px;
  }
}
.interviewModalContentBody-text p + h4 {
  margin-top: 24px;
}

.cards {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 19px;
  max-width: 1176px;
  width: 100%;
  margin-top: 42px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

@media screen and (min-width: 768px) {
  .cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 46px;
    margin-top: 72px;
  }
}
.card {
  max-width: 600px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #707070;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
.card:hover, .card:focus {
  opacity: 0.8;
}
.card__text-wrapper {
  padding: 12px 26px 36px;
}
.card__title {
  font-size: 23px;
  color: #1C9FD6;
  font-weight: 600;
}
.card__tags {
  margin-top: 4px;
}
.card__tag {
  background-color: #BDC7C8;
  color: #fff;
  height: 20px;
  border-radius: 10px;
  font-size: 8px;
  line-height: 20px;
  padding: 0 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  margin-right: 5px;
}
@media (min-width: 769px) {
  .card__tag {
    font-size: 10px;
  }
}
.card__img {
  position: relative;
  width: 100%;
  aspect-ratio: 1215/729;
  overflow: hidden;
}
.card__img img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

/*個別雇用形態
-----------------------------------------------*/
.width-m {
  margin: 0 auto;
  max-width: 864px;
}

.single-job-title {
  text-align: center;
  font-size: 22px;
  color: #1C9FD6;
  margin-top: 50px;
}
.single-job__body {
  margin-bottom: 120px;
}
.single-job__tags {
  margin-top: 4px;
  margin-top: 30px;
  padding: 0 20px;
}
.single-job__tag {
  background-color: #BDC7C8;
  color: #fff;
  height: 26px;
  border-radius: 13px;
  font-size: 12px;
  line-height: 26px;
  padding: 0 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  margin-right: 9px;
  margin-top: 6px;
}
@media (min-width: 769px) {
  .single-job__tag {
    font-size: 14px;
    height: 30px;
    border-radius: 15px;
    line-height: 30px;
  }
}
.single-job__table {
  display: block;
  margin-top: 24px;
  font-size: 15px;
  padding: 0 24px;
}
@media (min-width: 769px) {
  .single-job__table {
    margin-top: 40px;
  }
}
@media (min-width: 769px) {
  .single-job__item {
    display: flex;
  }
}

@media (min-width: 769px) {
  .single-job__table-title {
    border-bottom: 1px solid #39A2D0;
    width: 150px;
    padding: 11px;
  }
}

.single-job__table-cell {
  border-bottom: 1px solid #CCCCCC;
  margin-top: 11px;
  padding-bottom: 18px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .single-job__table-cell {
    margin-left: 20px;
  }
}
/*個別雇用形態 エントリー
-----------------------------------------------*/
#entry {
  background-color: #f7f7f7;
  padding-top: 1px;
  padding-bottom: 1px;
  margin-bottom: 64px;
}
#entry .page-title {
  color: #01395c;
  margin: 50px 0;
  text-align: center;
  padding: 0 40px;
}
#entry .page-title span.en {
  border-bottom: 1px solid #00aadb;
  color: #00aadb;
  display: inline-block;
  font-size: 60px;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.5;
  padding-left: 10px;
}
@media (max-width: 768px) {
  #entry .page-title span.en #rower .page-title span.en {
    font-size: 26px;
    font-weight: 600;
  }
}
#entry .width-xl {
  margin: 0 auto;
  max-width: 1280px;
}
#entry .entry__text {
  text-align: left;
  margin-top: 40px;
}
@media (max-width: 768px) {
  #entry .entry__text {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  #entry .entry__text {
    text-align: center;
  }
}
#entry .entry-form form dl {
  font-size: 20px;
  padding-bottom: 40px;
}
@media (min-width: 1160px) {
  #entry .entry-form form dl {
    display: flex;
    flex-wrap: wrap;
  }
}
#entry .entry-form form dt {
  align-items: center;
  font-weight: bold;
  display: flex;
}
@media (min-width: 1160px) {
  #entry .entry-form form dt {
    justify-content: flex-end;
    padding-right: 2em;
    width: 14em;
  }
}
#entry .entry-form form dt .formLabel-free,
#entry .entry-form form dt .formLabel-required {
  background: #1c9fd6;
  border-radius: 2px;
  color: #fff;
  display: block;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  padding: 4px;
  margin-left: 1em;
  width: 5em;
}
#entry .entry-form form dt .formLabel-required {
  background: #d80000;
}
#entry .entry-form form dd {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  padding: 25px 40px;
  position: relative;
  text-align: left;
  display: flex;
}
@media (min-width: 1160px) {
  #entry .entry-form form dd {
    width: calc(100% - 14em);
  }
}
#entry .entry-form form input,
#entry .entry-form form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  padding: 3px 0;
  width: 100%;
}
#entry .entry-form form label,
#entry .entry-form form input,
#entry .entry-form form select,
#entry .entry-form form textarea {
  border: 0;
  font-smoothing: antialiased;
  -moz-font-smoothing: grayscale;
  font-size: 18px;
  display: block;
  margin: 0;
  line-height: 1;
  outline: none;
  overflow: visible;
  position: relative;
  vertical-align: top;
}
#entry .entry-form form dd {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  padding: 25px 40px;
  position: relative;
  text-align: left;
  display: flex;
}
#entry .entry-form .mw_wp_form .horizontal-item {
  padding: 0 1em 0 0;
  margin: 0;
}
#entry .entry-form form .form-submit {
  display: flex;
  justify-content: space-between;
  position: relative;
}
#entry .entry-form form input[type=button],
#entry .entry-form form input[type=submit] {
  border-radius: 60px;
  border: 2px solid #1c9fd6;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0 auto;
  max-width: calc(50% - 16px);
  width: 600px;
  padding: 23px 16px 23px calc(16px + 0.1em);
}
#entry .entry-form form {
  padding-top: 40px;
  position: relative;
}
#entry .entry-form form input[type=checkbox] + span:before,
#entry .entry-form form input[type=radio] + span:before {
  background: rgba(124, 124, 124, 0.2);
  border: 1px solid rgba(124, 124, 124, 0.6);
  content: "";
  left: 0;
  height: 24px;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  width: 24px;
}
#entry .entry-form form input[type=checkbox] + span,
#entry .entry-form form input[type=radio] + span {
  cursor: pointer;
  display: block;
  line-height: 33px;
  opacity: 0.6;
  padding: 0 0 0 32px;
  position: relative;
}
@media (max-width: 768px) {
  #entry .entry-form form input[type=checkbox] + span,
#entry .entry-form form input[type=radio] + span {
    font-size: 14px;
  }
}
@media (max-width: 1159px) {
  #entry .entry-form form dd:not(:last-child) {
    margin-bottom: 32px;
  }
}
#entry .entry-form form .form-agree {
  max-width: 400px;
  margin-inline: auto;
  padding-bottom: 40px;
  position: relative;
}
#entry .entry-form form .form-agree a {
  text-decoration: underline;
}
#entry .entry-form form .form-agree a:hover, #entry .entry-form form .form-agree a:focus {
  opacity: 0.8;
}
#entry .entry-form form .form-agree .mwform-checkbox-field-text::before {
  margin-top: 0px;
}
#entry .entry-form form .form-agree .mwform-checkbox-field-text::after {
  margin-top: 5px !important;
}
@media (max-width: 600px) {
  #entry .entry-form form .form-agree .mwform-checkbox-field-text::before {
    left: 0% !important;
  }
  #entry .entry-form form .form-agree .mwform-checkbox-field-text::after {
    left: 2% !important;
  }
}
#entry .entry-form form input[type=button],
#entry .entry-form form input[type=submit] {
  border-radius: 60px;
  border: 2px solid #1c9fd6;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0 auto;
  max-width: calc(50% - 16px);
  width: 600px;
  padding: 23px 16px 23px calc(16px + 0.1em);
}
@media (max-width: 768px) {
  #entry .entry-form form input[type=button],
#entry .entry-form form input[type=submit] {
    font-size: 18px;
    max-width: 100%;
  }
}
@media (min-width: 769px) {
  #entry .entry-form form input[type=button]:hover,
#entry .entry-form form input[type=button]:focus,
#entry .entry-form form input[type=submit]:hover,
#entry .entry-form form input[type=submit]:focus {
    border-color: #0068b6;
  }
}
#entry .button,
#entry .button-border {
  background: #1c9fd6;
  border: 2px solid #1c9fd6;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  display: block;
  padding: 18px 72px;
  text-align: center;
  transition: 0.3s;
}
#entry .button:hover,
#entry .button-border:hover {
  background-color: #0068b6;
}
#entry .button-border {
  background: #fff;
  border: 2px solid #1c9fd6;
  color: #1c9fd6;
}
#entry .entry-form form input[type=checkbox]:checked + span::after,
#entry .entry-form form input[type=radio]:checked + span::after {
  position: absolute;
  content: "✓";
  top: 50%;
  left: 6px;
  line-height: 12px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  color: rgb(28, 159, 214);
}
@media (max-width: 600px) {
  #entry .page-title {
    padding: 0 20px;
  }
  #entry .entry-form form dd {
    padding: 12px;
  }
}

.entry-form form input[type=checkbox] + span:before,
.entry-form form input[type=radio] + span:before {
  background: rgba(124, 124, 124, 0.2);
  border: 1px solid rgba(124, 124, 124, 0.6);
  content: "";
  left: 0;
  height: 24px;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  width: 24px;
}

.entry-form form input[type=radio]:checked + span:after {
  background: #1c9fd6;
  border-radius: 100%;
  content: "" !important;
}

.entry-form form input[type=checkbox] + span {
  cursor: pointer;
  display: block;
  line-height: 33px;
  opacity: 0.6;
  padding: 0 0 0 32px;
  position: relative;
}
.entry-form form input[type=checkbox] + span:before {
  background: rgba(124, 124, 124, 0.2);
  border: 1px solid rgba(124, 124, 124, 0.6);
  content: "";
  left: 0;
  height: 24px;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  width: 24px;
}
.entry-form form input[type=checkbox]:checked + span::after {
  position: absolute;
  content: "✓";
  top: 50%;
  left: 6px;
  line-height: 12px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  color: rgb(28, 159, 214);
}

.entry-form form input[type=radio] {
  display: none;
}
.entry-form form input[type=radio] + span {
  cursor: pointer;
  display: block;
  line-height: 33px;
  opacity: 0.6;
  padding: 0 0 0 32px;
  position: relative;
}
.entry-form form input[type=radio] + span:before {
  background: rgba(124, 124, 124, 0.2);
  border: 1px solid rgba(124, 124, 124, 0.6);
  border-radius: 50%;
  content: "";
  left: 0;
  height: 24px;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  width: 24px;
}
.entry-form form input[type=radio]:checked + span::after {
  background: #1c9fd6;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 50%;
  left: 6px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
}

.entry-form form input[type=checkbox] {
  display: none;
}
@media (max-width: 768px) {
  .entry-form form input[type=checkbox] + span,
.entry-form form input[type=radio] + span {
    font-size: 14px;
  }
}
.entry-form form input[type=radio] {
  display: none;
}
.entry-form form input[type=radio] + span {
  cursor: pointer;
  display: block;
  line-height: 33px;
  padding: 0 0 0 32px;
  position: relative;
}
.entry-form form input[type=radio] + span:before {
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 50%;
  content: "";
  height: 20px;
  left: 0;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 20px;
  box-sizing: border-box;
}
.entry-form form input[type=radio]:checked + span:before {
  border-color: #1c9fd6;
}
.entry-form form input[type=radio]:checked + span:after {
  content: "✓";
  color: #1c9fd6;
  position: absolute;
  left: 4px;
  top: 50%;
  margin-top: -16px;
}
.entry-form form input[type=checkbox] {
  display: none;
}
.entry-form form input[type=checkbox] + span {
  cursor: pointer;
  display: block;
  line-height: 33px;
  padding: 0 0 0 32px;
  position: relative;
}
.entry-form form input[type=checkbox] + span:before {
  background: #fff;
  border: 2px solid #ccc;
  content: "";
  height: 20px;
  left: 0;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 20px;
  box-sizing: border-box;
}
.entry-form form input[type=checkbox]:checked + span:before {
  border-color: #1c9fd6;
}
.entry-form form input[type=checkbox]:checked + span:after {
  content: "✓";
  color: #1c9fd6;
  position: absolute;
  left: 4px;
  top: 50%;
  margin-top: -16px;
}

@media (max-width: 768px) {
  .entry-form form input[type=radio] + span,
.entry-form form input[type=checkbox] + span {
    font-size: 14px;
  }
}
.entry-form form input[type=radio] {
  display: none;
}
.entry-form form input[type=radio] + span {
  cursor: pointer;
  display: block;
  line-height: 33px;
  padding: 0 0 0 32px;
  position: relative;
}
.entry-form form input[type=radio] + span:before {
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 50%;
  content: "";
  height: 20px;
  left: 0;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 20px;
  box-sizing: border-box;
}
.entry-form form input[type=radio]:checked + span:before {
  border-color: #1c9fd6;
}
.entry-form form input[type=radio]:checked + span:after {
  background: #1c9fd6;
  border-radius: 50%;
  content: "";
  height: 10px;
  left: 5px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  width: 10px;
}

@media screen and (min-width: 769px) {
  .entry-form form input[type=radio] + span {
    line-height: 24px;
  }
  .entry-form form input[type=radio] + span:before {
    height: 16px;
    width: 16px;
    margin-top: -8px;
  }
  .entry-form form input[type=radio]:checked + span:after {
    height: 8px;
    width: 8px;
    left: 4px;
    margin-top: -4px;
  }
}
.entry-form form input[type=checkbox]:checked + span::after,
.entry-form form input[type=radio]:checked + span::after {
  position: absolute;
  top: 50%;
  left: 6px;
  line-height: 12px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
}

.entry-form form input[type=checkbox]:checked + span::after {
  content: "✓";
  color: rgb(28, 159, 214);
}

.entry-form form input[type=radio]:checked + span::after {
  content: "";
  background: #1c9fd6;
  border-radius: 50%;
}

.instagram-gallery-feed {
  max-width: 1440px;
  margin-inline: auto;
  margin-bottom: 64px;
}
/*# sourceMappingURL=style.css.map */