@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */
}

/**
 * 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: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  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: 1em; /* 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* 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;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   BASE
========================================================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  padding: 0;
  margin: 0;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}
@media screen and (max-width: 1132px) {
  html {
    scroll-padding-top: 60px;
  }
}

body {
  padding: 0;
  margin: 0;
  font-family: "Yu Gothic", yugothic, "Hiragino Sans", meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  color: #333333;
  word-wrap: break-word;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  body {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Yu Gothic", yugothic, "Hiragino Sans", meiryo, sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
dl,
dt,
dd,
div,
span,
ul,
ol,
li,
table,
td,
th,
figure,
fieldset,
button {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
button,
p {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  button,
  p {
    font-size: 1.4rem;
  }
}

p {
  margin-bottom: 0;
}
p a {
  text-decoration: none;
}
p a:hover, p a:focus, p a:active {
  text-decoration: none;
}

li {
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

b,
strong {
  font-style: normal;
  font-weight: bold;
}

em {
  font-style: normal;
  color: #e60012;
}

strong {
  color: #e60012;
}

small {
  font-size: inherit;
}

a {
  color: #333333;
  text-decoration: none;
  cursor: pointer;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

input[type=button],
input[type=text],
input[type=number],
input[type=submit],
input[type=image],
textarea {
  -webkit-appearance: none;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: "Yu Gothic", yugothic, "Hiragino Sans", meiryo, sans-serif;
  font-size: 100%;
  line-height: 1.15;
  color: #333333;
}
@media screen and (max-width: 768px) {
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Yu Gothic", yugothic, "Hiragino Sans", meiryo, sans-serif;
  }
}

button {
  background: transparent;
  border: none;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

*:focus {
  outline: none;
}

pre {
  font-family: "Yu Gothic", yugothic, "Hiragino Sans", meiryo, sans-serif;
}
@media screen and (max-width: 768px) {
  pre {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Yu Gothic", yugothic, "Hiragino Sans", meiryo, sans-serif;
  }
}

iframe {
  padding: 0;
  margin: 0;
  border: 0;
}

abbr {
  text-decoration: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: none;
}

html[data-script-enabled=true] body.is-unsetFix .header {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.header {
  top: 0;
  z-index: 10000;
  width: 100%;
  min-height: 60px;
  padding: 12px 10px 12px 20px;
  background-color: #ffffff;
}
@media screen and (min-width: 1133px) {
  .header {
    min-height: 92px;
    padding: 19px 40px;
  }
}
html[data-script-enabled=true] .header {
  position: fixed;
}
.header.is-scroll {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.header__inner {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1132px) {
  .header__inner {
    gap: 4px;
  }
}
.header__content {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  width: 100%;
}
html[data-script-enabled=true] .header__content {
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  width: auto;
}
@media screen and (max-width: 1132px) {
  .header__content {
    gap: 10px;
  }
}
.header__nav {
  width: 100%;
  background-color: #ffffff;
}
html[data-script-enabled=true] .header__nav {
  width: auto;
}
@media screen and (max-width: 1132px) {
  .header__nav {
    top: 62px;
    left: 0;
    z-index: 3000;
    width: 100%;
    max-height: calc(100% - 105px);
  }
  html[data-script-enabled=true] .header__nav {
    position: absolute;
    position: fixed;
    display: none;
    overflow-y: scroll;
  }
}

.header-logo {
  margin-bottom: 0;
}
.header-logo img {
  margin: 0;
}
@media screen and (max-width: 1132px) {
  .header-logo img {
    width: 132px;
  }
}

@media screen and (min-width: 1133px) {
  .header-nav-list {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-right: 24px;
  }
  html:not([data-script-enabled=true]) .header-nav-list {
    display: block;
  }
}
@media screen and (min-width: 1133px) {
  .header-nav-list__item:not(:last-child) {
    padding-right: 24px;
  }
}
@media screen and (max-width: 1132px) {
  .header-nav-list__item {
    border-top: 1px solid #cccccc;
  }
  .header-nav-list__item:last-child {
    border-bottom: 1px solid #cccccc;
  }
}
.header-nav-list__btn {
  position: relative;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (min-width: 1133px) {
  .header-nav-list__btn {
    font-size: 1.4rem;
    transition: color 0.3s ease;
  }
}
@media screen and (min-width: 1133px) and (min-width: 1133px) {
  .header-nav-list__btn:hover {
    color: #009845;
  }
}
@media screen and (min-width: 1133px) {
  html:not([data-script-enabled=true]) .header-nav-list__btn[type=button] {
    display: none;
  }
}
@media screen and (min-width: 1133px) {
  html[data-script-enabled=true] .header-nav-list__btn {
    display: block;
  }
  html[data-script-enabled=true] .header-nav-list__btn.js-toggle-header-btn {
    padding-right: 16px;
  }
  html[data-script-enabled=true] .header-nav-list__btn.js-toggle-header-btn::after {
    position: absolute;
    content: "";
    display: inline-block;
    top: 0;
    right: 0;
    bottom: 0;
    width: 8px;
    height: 5px;
    margin: auto 0;
    background-image: url("/corporate/recruit/career/common/img/icon-arrow-01.svg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    transition: transform 0.3s ease;
  }
  html[data-script-enabled=true] .header-nav-list__btn[aria-expanded=true] {
    color: #009845;
  }
  html[data-script-enabled=true] .header-nav-list__btn[aria-expanded=true]::after {
    transform: rotate(180deg);
  }
}
@media screen and (max-width: 1132px) {
  .header-nav-list__btn {
    width: 100%;
    padding: 21px 20px 20px;
    text-align: left;
    display: block;
    line-height: 1;
  }
  html[data-script-enabled=true] .header-nav-list__btn.js-toggle-header-btn::before, html[data-script-enabled=true] .header-nav-list__btn.js-toggle-header-btn::after {
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    display: block;
    width: 16px;
    height: 2px;
    margin: auto 0;
    content: "";
    background-color: #009845;
    border-radius: 1px;
    transition: transform 0.3s ease;
  }
  html[data-script-enabled=true] .header-nav-list__btn.js-toggle-header-btn::after {
    transform: rotate(90deg);
  }
  html[data-script-enabled=true] .header-nav-list__btn.js-toggle-header-btn[aria-expanded=true]::after {
    transform: rotate(0deg);
  }
}

.header-nav-dropdown {
  position: static;
  top: 92px;
  left: 0;
  align-items: flex-start;
  width: 100%;
  padding: 50px 20px;
  background: linear-gradient(to right, #EFF7FC 0%, #EFF7FC 47.5%, #ffffff 47.5%);
  border-top: #cccccc solid 1px;
}
html[data-script-enabled=true] .header-nav-dropdown {
  position: absolute;
  display: none;
}
@media screen and (max-width: 1132px) {
  .header-nav-dropdown {
    position: static;
    padding: 7px 0;
    margin-top: 0;
    background: #EFF7FC;
  }
}
.header-nav-dropdown__inner {
  display: flex;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1132px) {
  .header-nav-dropdown__inner {
    display: block;
  }
}
.header-nav-dropdown-hdg {
  position: relative;
  margin: auto 0;
  font-weight: bold;
  width: 50%;
  padding: 0 3.33% 0 10%;
}
.header-nav-dropdown-hdg__hdg {
  font-size: 3.2rem;
  line-height: 1.875;
}
@media screen and (max-width: 1132px) {
  .header-nav-dropdown-hdg__hdg {
    display: none;
  }
}
.header-nav-dropdown-hdg__sub {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  display: block;
  color: #009845;
  font-size: 1.6rem;
}
.header-nav-dropdown-link {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  padding: 0 10% 0 3.33%;
  gap: 16px;
}
@media screen and (max-width: 1132px) {
  .header-nav-dropdown-link {
    display: block;
    width: 100%;
    padding: 0;
  }
}
.header-nav-dropdown-link__item {
  position: relative;
  width: calc((100% - 16px) / 2);
}
.header-nav-dropdown-link__item:nth-child(n+4) {
  margin-top: 20px;
}
@media screen and (max-width: 1132px) {
  .header-nav-dropdown-link__item {
    width: 100%;
  }
  .header-nav-dropdown-link__item:nth-child(n+4) {
    margin-top: 0;
  }
}
.header-nav-dropdown-link__link {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 32px;
  font-size: 1.8rem;
  font-weight: bold;
}
.header-nav-dropdown-link__link::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: 0.3rem;
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url("/corporate/recruit/career/common/img/icon-arrow-02.svg");
  background-size: cover;
  transition: background-image 0.3s ease-out;
}
@media screen and (min-width: 1133px) {
  .header-nav-dropdown-link__link:hover::before, .header-nav-dropdown-link__link:focus::before, .header-nav-dropdown-link__link:active::before {
    background-image: url("/corporate/recruit/career/common/img/icon-arrow-02_o.svg");
  }
}
@media screen and (max-width: 1132px) {
  .header-nav-dropdown-link__link {
    display: block;
    padding: 8px 20px;
    font-size: 1.4rem;
    font-weight: normal;
  }
  .header-nav-dropdown-link__link::before {
    display: none;
  }
}

.header-info__link {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  display: block;
  min-width: 160px;
  height: 100%;
  padding: 14px;
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
  transition: background-color 0.3s ease-out;
  background-color: #009845;
}
@media screen and (min-width: 1133px) {
  .header-info__link:hover, .header-info__link:focus, .header-info__link:active {
    background-color: #00843c;
  }
}
@media screen and (max-width: 1132px) {
  .header-info__link {
    min-width: 96px;
    padding: 11px;
    font-size: 1.2rem;
  }
}

.header-menu {
  display: none;
}
@media screen and (max-width: 1132px) {
  html[data-script-enabled=true] .header-menu {
    display: block;
    order: 2;
    line-height: 0;
  }
}
.header-menu button {
  position: relative;
  width: 40px;
  height: 36px;
}
.header-menu button::before, .header-menu button::after {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 2px;
  margin: 0 auto;
  content: "";
  background-color: #333333;
  border-radius: 1px;
  transition: transform 0.3s ease-in-out;
}
.header-menu button::before {
  transform: translateY(-8px);
}
.header-menu button::after {
  transform: translateY(8px);
}
.header-menu button[aria-expanded=true]::before {
  transform: rotate(-45deg);
}
.header-menu button[aria-expanded=true]::after {
  transform: rotate(45deg);
}
.header-menu button[aria-expanded=true] .header-menu__label {
  opacity: 0;
}
.header-menu__label {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 2px;
  margin: 0 auto;
  font-size: 0;
  content: "";
  background-color: #333333;
  border-radius: 1px;
  transition: transform 0.3s ease-out;
}

.footer-navigation__inner,
.footer-utility__inner,
.footer-information__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-navigation {
  padding: 65px 20px 56px;
}
@media screen and (max-width: 1132px) {
  .footer-navigation {
    padding: 0;
  }
}
.footer-navigation__list {
  margin: 0 auto;
}
@media screen and (min-width: 1133px) {
  .footer-navigation__list {
    max-width: 960px;
    display: flex;
    gap: 24px;
  }
}
@media screen and (min-width: 1133px) {
  .footer-navigation__item {
    width: 23.125%;
  }
}
@media screen and (max-width: 1132px) {
  .footer-navigation__item:not(:first-child) {
    border-top: solid 1px #cccccc;
  }
}
@media screen and (min-width: 1133px) {
  .footer-navigation a.footer-navigation__title {
    padding-left: 32px;
    position: relative;
  }
  .footer-navigation a.footer-navigation__title::before {
    position: absolute;
    content: "";
    display: block;
    top: 2px;
    left: 0;
    width: 24px;
    height: 24px;
    background-image: url("/corporate/recruit/career/common/img/icon-arrow-02.svg");
    background-size: cover;
    transition: background-image 0.3s ease-out;
  }
}
@media screen and (min-width: 1133px) and (max-width: 1132px) {
  .footer-navigation a.footer-navigation__title::before {
    display: none;
  }
}
@media screen and (min-width: 1133px) {
  .footer-navigation a.footer-navigation__title:hover::before, .footer-navigation a.footer-navigation__title:focus::before, .footer-navigation a.footer-navigation__title:active::before {
    background-image: url("/corporate/recruit/career/common/img/icon-arrow-02_o.svg");
  }
  .footer-navigation a.footer-navigation__title + a {
    margin-top: 16px;
  }
}
@media screen and (max-width: 1132px) {
  .footer-navigation a.footer-navigation__title {
    padding: 10px 44px 10px 20px;
    border-top: solid 1px #cccccc;
  }
}
.footer-navigation__title {
  position: relative;
  display: block;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 1.6rem;
}
.footer-navigation__content {
  margin-top: 16px;
}
@media screen and (max-width: 1132px) {
  .footer-navigation__content {
    margin-top: 0;
    overflow: hidden;
    background-color: #EFF7FC;
  }
  html[data-script-enabled=true] .footer-navigation__content {
    display: none;
  }
}
.footer-navigation-link {
  font-size: 1.4rem;
}
@media screen and (max-width: 1132px) {
  .footer-navigation-link {
    padding: 7px 0;
  }
}
.footer-navigation-link__item:not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (max-width: 1132px) {
  .footer-navigation-link__item:not(:last-child) {
    margin-bottom: 0;
  }
}
.footer-navigation-link__link {
  transition: opacity 0.3s ease-out;
}
@media screen and (min-width: 1133px) {
  .footer-navigation-link__link:hover, .footer-navigation-link__link:focus, .footer-navigation-link__link:active {
    opacity: 0.5;
  }
}
@media screen and (max-width: 1132px) {
  .footer-navigation-link__link {
    display: block;
    padding: 8px 20px;
  }
}
.footer-navigation-link__icon {
  margin: 0 8px 2px;
}

.footer-utility {
  padding: 16px 20px;
  border-top: solid 1px #cccccc;
}
@media screen and (max-width: 1132px) {
  .footer-utility {
    padding-top: 16px;
    padding-bottom: 24px;
  }
}
.footer-utility-pagetop {
  position: relative;
  text-align: right;
  line-height: 1;
}
.footer-utility-pagetop a {
  display: inline-block;
  overflow: hidden;
  font-size: 0;
  width: 64px;
  height: 64px;
}
@media screen and (min-width: 1133px) {
  .footer-utility-pagetop a {
    position: absolute;
    top: -104px;
    right: 20px;
  }
}
@media screen and (max-width: 1132px) {
  .footer-utility-pagetop a {
    position: relative;
    width: 40px;
    height: 40px;
  }
}
.footer-utility-pagetop a::before {
  position: absolute;
  content: "";
  display: block;
  background-color: #ffffff;
  border-radius: 50%;
  border: solid 1px #cccccc;
  width: 100%;
  height: 100%;
}
.footer-utility-pagetop a::after {
  position: absolute;
  content: "";
  display: block;
  width: 16px;
  height: 9px;
  background-image: url("/corporate/recruit/career/common/img/icon-arrow-03.svg");
  background-size: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.footer-utility__inner {
  display: flex;
  flex-direction: row;
  gap: 24px;
  justify-content: space-between;
}
@media screen and (max-width: 1132px) {
  .footer-utility__inner {
    flex-direction: column;
  }
}
.footer-utility__section-navigation, .footer-utility__section-copyright {
  display: flex;
  gap: 24px;
  align-items: center;
}
.footer-utility__section-navigation {
  flex-grow: 1;
  flex-flow: row wrap;
}
@media screen and (max-width: 1132px) {
  .footer-utility__section-navigation {
    flex-direction: column;
  }
}
.footer-utility__section-copyright {
  justify-content: space-between;
}
@media screen and (max-width: 1132px) {
  .footer-utility__section-copyright {
    gap: 10px;
  }
}
.footer-utility-sns {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 1132px) {
  .footer-utility-sns {
    gap: 15px;
  }
}
@media screen and (max-width: 1132px) {
  .footer-utility-sns__item {
    width: 24px;
  }
}
@media screen and (max-width: 1132px) {
  .footer-utility-sns__item--x {
    width: 19px;
  }
}
.footer-utility-sns__link {
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 1133px) {
  .footer-utility-sns__link:hover, .footer-utility-sns__link:focus, .footer-utility-sns__link:active {
    opacity: 0.5;
  }
}
.footer-utility-link {
  display: flex;
  flex-flow: row wrap;
  gap: 24px;
  font-size: 1.4rem;
}
@media screen and (max-width: 1132px) {
  .footer-utility-link {
    gap: 10px 30px;
  }
}
.footer-utility-link__link {
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 1133px) {
  .footer-utility-link__link:hover, .footer-utility-link__link:focus, .footer-utility-link__link:active {
    opacity: 0.5;
  }
}
.footer-utility-link__icon {
  margin: 0 0 2px 8px;
}
.footer-utility-copyright {
  font-size: 1.2rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 1132px) {
  .footer-utility-copyright {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 1132px) {
  .footer-utility-logo {
    width: 80px;
  }
}
.footer-utility-logo a {
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 1133px) {
  .footer-utility-logo a:hover, .footer-utility-logo a:focus, .footer-utility-logo a:active {
    opacity: 0.5;
  }
}

.footer-information {
  padding: 15px 20px;
  text-align: right;
  background-color: #ECECEC;
}
@media screen and (max-width: 1132px) {
  .footer-information {
    padding: 12px 20px;
  }
}
.footer-information__inner {
  line-height: 1;
}
@media screen and (max-width: 1132px) {
  .footer-information img {
    width: 147px;
  }
}

/* ==========================================================================
   MAIN
========================================================================== */
.main {
  margin-bottom: 60px;
}
.main > :first-child {
  margin-top: 0 !important;
}
.main > :last-child {
  margin-bottom: 0 !important;
}
html[data-script-enabled=true] .main {
  padding-top: 92px;
}
@media screen and (max-width: 1132px) {
  html[data-script-enabled=true] .main {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1133px) {
  .main {
    margin-bottom: 120px;
  }
}

/* ==========================================================================
   SECTION
========================================================================== */
/* section-content
------------------------------------- */
.section-content {
  max-width: 1200px;
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: content-box;
  margin: 0 auto;
}
.section-content > :first-child {
  margin-top: 0 !important;
}
.section-content > :last-child {
  margin-bottom: 0 !important;
}
.section-content--full {
  max-width: unset;
}
.section-content--color-blue {
  background-color: #EFF7FC;
}
.section-content + .section-content {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .section-content + .section-content {
    margin-top: 60px;
  }
}
@media screen and (min-width: 769px) {
  .section-content + .section-content--interview-01 {
    margin-top: 80px;
  }
}
.section-content__inner {
  max-width: 1200px;
  padding: 120px 0;
  box-sizing: content-box;
  margin: 0 auto;
}
.section-content__inner > :first-child {
  margin-top: 0 !important;
}
.section-content__inner > :last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .section-content__inner {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

/* section-recruit
------------------------------------- */
.section-recruit__inner {
  background: url("/corporate/recruit/career/common/img/bg-section-recruitment.webp") top center no-repeat;
  background-size: cover;
  padding: 56px 20px;
}
.section-recruit__inner > :first-child {
  margin-top: 0 !important;
}
.section-recruit__inner > :last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1132px) {
  .section-recruit__inner {
    background: url("/corporate/recruit/career/common/img/bg-section-recruitment_narrow.webp") top center no-repeat;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.section-recruit__heading, .section-recruit__sub-heading {
  text-align: center;
  color: #ffffff;
}
.section-recruit__heading {
  font-size: 4.8rem;
  margin-bottom: 56px;
  line-height: 1.5;
}
@media screen and (max-width: 1132px) {
  .section-recruit__heading {
    font-size: 2.8rem;
    margin-bottom: 32px;
  }
}
.section-recruit__sub-heading {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  display: block;
  font-size: 2.4rem;
  margin-bottom: 24px;
}
@media screen and (max-width: 1132px) {
  .section-recruit__sub-heading {
    font-size: 1.6rem;
    margin-bottom: 8px;
  }
}
.section-recruit__text {
  text-align: center;
  color: #ffffff;
  margin-bottom: 48px;
}
@media screen and (max-width: 1132px) {
  .section-recruit__text {
    margin-bottom: 24px;
  }
}
.section-recruit__button {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  display: block;
  background-color: #009845;
  text-align: center;
  padding: 52px 20px;
  color: #ffffff;
  font-size: 5.6rem;
  min-height: 214px;
  transition: background-color 0.3s ease-out;
}
@media screen and (max-width: 1132px) {
  .section-recruit__button {
    font-size: 3.2rem;
    min-height: 160px;
  }
}
.section-recruit__button span {
  display: inline-block;
  padding: 0 72px;
  position: relative;
}
.section-recruit__button span::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 48px;
  height: 48px;
  content: "";
  background-image: url("/corporate/recruit/career/common/img/icon-arrow-05.svg");
  background-size: 100%;
  opacity: 0;
  transform: translate(-5px, 0);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
@media screen and (max-width: 1132px) {
  .section-recruit__button span::before {
    width: 24px;
    height: 24px;
  }
}
.section-recruit__button:hover, .section-recruit__button:focus, .section-recruit__button:active {
  background-color: #00843C;
}
.section-recruit__button:hover span::before, .section-recruit__button:focus span::before, .section-recruit__button:active span::before {
  opacity: 1;
  transform: translate(0, 0);
}

.section-recruit-navigation {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 1132px) {
  .section-recruit-navigation {
    gap: 15px;
  }
}
.section-recruit-navigation__item {
  max-width: 280px;
  width: 50%;
}
@media screen and (min-width: 1133px) {
  .section-recruit-navigation__item {
    font-size: 1.8rem;
  }
}
.section-recruit-navigation__item a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  background: #ffffff;
  padding: 24px 40px 24px 32px;
  border-radius: 6px;
  position: relative;
  transition: color 0.3s ease-out;
}
.section-recruit-navigation__item a:hover, .section-recruit-navigation__item a:focus, .section-recruit-navigation__item a:active {
  color: #e60012;
}
@media screen and (max-width: 1132px) {
  .section-recruit-navigation__item a {
    padding: 15px 15px 15px 12px;
  }
}
.section-recruit-navigation__text {
  padding-left: 56px;
  display: inline-flex;
  align-items: center;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 1132px) {
  .section-recruit-navigation__text {
    padding-left: 32px;
  }
}
.section-recruit-navigation__text::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background-image: url("/corporate/recruit/career/common/img/icon-arrow-04.svg");
  background-size: cover;
  margin: auto;
}
@media screen and (max-width: 1132px) {
  .section-recruit-navigation__text::before {
    width: 24px;
    height: 24px;
  }
}

/* ==========================================================================
    HEADING
========================================================================== */
.mod-heading-l1-01 {
  padding: 96px 20px;
  margin-bottom: 80px;
  background-color: #EFF7FC;
}
@media screen and (max-width: 768px) {
  .mod-heading-l1-01 {
    padding: 32px 20px 35px;
    margin-bottom: 40px;
  }
}
.mod-heading-l1-01__heading {
  max-width: 1200px;
  font-size: 4.5rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mod-heading-l1-01__heading {
    font-size: 2.8rem;
  }
}
.mod-heading-l1-01__sub {
  display: block;
  font-size: 2rem;
  color: #009845;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .mod-heading-l1-01__sub {
    font-size: 1.6rem;
    margin-bottom: 8px;
  }
}

.mod-heading-l1-02 {
  background: #EFF7FC;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .mod-heading-l1-02 {
    margin-bottom: 40px;
  }
}
.mod-heading-l1-02__item {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mod-heading-l1-02__item {
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  .mod-heading-l1-02__item {
    min-height: 480px;
    flex-direction: row;
    padding: 20px;
  }
}
.mod-heading-l1-02__heading {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .mod-heading-l1-02__heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .mod-heading-l1-02__heading {
    order: 2;
    padding: 30px 20px;
  }
}
.mod-heading-l1-02__title {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 32px;
}
@media screen and (min-width: 769px) {
  .mod-heading-l1-02__title {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .mod-heading-l1-02__title {
    font-size: 2rem;
    margin-bottom: 24px;
  }
}
.mod-heading-l1-02__sub {
  display: block;
  font-size: 2rem;
  color: #009845;
  margin-bottom: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .mod-heading-l1-02__sub {
    font-size: 1.6rem;
  }
}
.mod-heading-l1-02__data {
  font-size: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 6px;
}
@media screen and (min-width: 769px) {
  .mod-heading-l1-02__data {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .mod-heading-l1-02__data {
    order: 3;
  }
}
.mod-heading-l1-02__name {
  font-size: 1.8rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mod-heading-l1-02__name {
    font-size: 1.6rem;
  }
}
.mod-heading-l1-02__media {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .mod-heading-l1-02__media {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 47.5%;
    object-fit: cover;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  .mod-heading-l1-02__media {
    position: relative;
    height: 63.2vw;
    max-height: 485px;
    width: 100%;
    order: 1;
  }
}
.mod-heading-l1-02__img {
  max-width: unset;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .mod-heading-l1-02__img {
    width: 100vw;
  }
}

.mod-heading-l2-01 {
  font-size: 4rem;
  font-weight: bold;
  margin-top: 120px;
  margin-bottom: 40px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .mod-heading-l2-01 {
    margin-top: 60px;
    margin-bottom: 32px;
    font-size: 2.4rem;
  }
}

.mod-heading-l2-02 {
  margin-top: 160px;
  margin-bottom: 80px;
  display: flex;
}
@media screen and (min-width: 769px) {
  .mod-heading-l2-02 {
    justify-content: space-between;
    align-items: center;
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .mod-heading-l2-02 {
    margin-top: 60px;
    margin-bottom: 40px;
    flex-direction: column;
    gap: 24px;
  }
}
.mod-heading-l2-02__heading {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .mod-heading-l2-02__heading {
    font-size: 2.4rem;
    text-align: left;
  }
}
.mod-heading-l2-02__media {
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .mod-heading-l2-02__media {
    width: 50%;
    max-width: 460px;
  }
}

.section-content > h2[class^=mod-heading-l2-]:nth-of-type(1) {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .section-content > h2[class^=mod-heading-l2-]:nth-of-type(1) {
    margin-top: 40px;
  }
}

.section-content > div.mod-heading-l2-02:nth-of-type(1) {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .section-content > div.mod-heading-l2-02:nth-of-type(1) {
    margin-top: 60px;
  }
}

.mod-heading-l3-01 {
  position: relative;
  margin-top: 40px;
  margin-bottom: 24px;
  font-size: 3rem;
  font-weight: bold;
  padding-left: 19px;
  line-height: 1.5;
}
.mod-heading-l3-01::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  height: 67%;
  margin: auto 0;
  background-color: #009845;
}
@media screen and (max-width: 768px) {
  .mod-heading-l3-01::after {
    height: 86%;
  }
}
@media screen and (max-width: 768px) {
  .mod-heading-l3-01 {
    font-size: 2rem;
    margin-top: 32px;
    margin-bottom: 16px;
    padding-left: 15px;
  }
}

.mod-heading-l4-01 {
  margin-top: 40px;
  margin-bottom: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
  line-height: 1.5;
}
.mod-heading-l4-01::after {
  content: "";
  display: inline-block;
  background-color: #cccccc;
  width: 40px;
  height: 1px;
  position: relative;
  margin-left: 15px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .mod-heading-l4-01 {
    margin-top: 32px;
    margin-bottom: 16px;
    font-size: 1.8rem;
  }
  .mod-heading-l4-01::after {
    margin-left: 8px;
    margin-top: -2px;
  }
}

.mod-heading-mark {
  display: flex;
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  .mod-heading-mark {
    flex-direction: column;
    row-gap: 6px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .mod-heading-mark {
    align-items: center;
    column-gap: 24px;
    margin-bottom: 16px;
  }
}
.mod-heading-mark__head {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 10.4rem;
  color: #009845;
  line-height: 1.15;
}
@media screen and (max-width: 768px) {
  .mod-heading-mark__head {
    font-size: 5.6rem;
    flex-shrink: 1;
    line-height: 1.25;
  }
}
.mod-heading-mark__body {
  font-weight: bold;
  font-size: 4rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .mod-heading-mark__body {
    font-size: 2.4rem;
  }
}

/* ==========================================================================
    TEXT
========================================================================== */
p.mod-text {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  p.mod-text {
    margin-bottom: 8px;
  }
}
p.mod-text a {
  text-decoration: underline;
}
p.mod-text a:hover, p.mod-text a:focus, p.mod-text a:active {
  text-decoration: none;
}
p.mod-text .mod-text__phrase--main-color {
  color: #009845;
}
p.mod-text .mod-icon-blank-01 {
  margin: 0 6px;
}
@media screen and (max-width: 768px) {
  p.mod-text .mod-icon-blank-01 {
    margin: 0 3px;
  }
}

/* ==========================================================================
    LIST
========================================================================== */
.mod-list {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .mod-list {
    margin-bottom: 18px;
  }
}
.mod-list__item {
  position: relative;
  padding-left: 13px;
}
.mod-list__item:not(:last-child) {
  margin-bottom: 4px;
}
.mod-list__item::before {
  position: absolute;
  content: "";
  display: block;
  top: 11px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #009845;
  border-radius: 50%;
}
.mod-list__item .mod-list {
  margin: 2px 0 2px 4px;
}

.mod-list-note {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .mod-list-note {
    margin-bottom: 24px;
  }
}
.mod-text + .mod-list-note {
  margin-top: -6px;
}
.mod-list-note__item {
  display: table;
  font-size: 1.4rem;
}
.mod-list-note__item:not(:last-child) {
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .mod-list-note__item {
    font-size: 1.2rem;
  }
}
.mod-list-note__item .mod-list-note {
  margin: 2px 0;
}
.mod-list-note__mark {
  display: table-cell;
  padding-right: 8px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .mod-list-note__mark {
    padding-right: 4px;
  }
}
.mod-list-note__body {
  display: table-cell;
}
.mod-list-note__body > :last-child {
  margin-bottom: 0 !important;
}

.mod-list-desc {
  margin-top: 32px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .mod-list-desc {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
.mod-list-desc__heading {
  margin-bottom: 10px;
  font-size: 2.4rem;
}
@media screen and (min-width: 769px) {
  .mod-list-desc__heading {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .mod-list-desc__heading {
    font-size: 1.8rem;
    margin-bottom: 8px;
  }
}
.mod-list-desc__content {
  margin-bottom: 32px;
}
.mod-list-desc__content > :last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .mod-list-desc__content {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 769px) {
  .mod-media-content + .mod-list-desc {
    margin-top: -12px;
  }
}

@media screen and (min-width: 769px) {
  .mod-list-step {
    margin-bottom: 32px;
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .mod-list-step {
    margin-bottom: 24px;
  }
}
.mod-list-step__item {
  position: relative;
  display: flex;
}
.mod-list-step__item:not(:last-child) {
  padding-bottom: 44px;
}
.mod-list-step__item:not(:last-child)::before {
  position: absolute;
  content: "";
  display: block;
  bottom: -1px;
  left: 38px;
  width: 1px;
  height: calc(100% - 45px);
  background-color: #cccccc;
}
@media screen and (max-width: 768px) {
  .mod-list-step__item:not(:last-child)::before {
    bottom: 3px;
    height: calc(100% - 37px);
    left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .mod-list-step__item:not(:last-child) {
    padding-bottom: 16px;
  }
}
.mod-list-step__heading {
  flex-shrink: 0;
  margin-right: 32px;
  font-size: 2.4rem;
  color: #009845;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .mod-list-step__heading {
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .mod-list-step__heading {
    padding-left: 8px;
    margin-right: 16px;
    font-size: 1.8rem;
  }
}
.mod-list-step__number {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  margin-left: 5px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .mod-list-step__number {
    margin-left: 3px;
  }
}
.mod-list-step__body {
  width: 100%;
  flex-grow: 1;
}
.mod-list-step__body > :first-child {
  margin-top: 0 !important;
}
.mod-list-step__body > :last-child {
  margin-bottom: 0 !important;
}
@media screen and (min-width: 769px) {
  .mod-list-step__body {
    display: flex;
  }
}
.mod-list-step__title {
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .mod-list-step__title {
    width: 21.5%;
    min-width: 233px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 768px) {
  .mod-list-step__title {
    font-size: 2rem;
    margin-bottom: 8px;
  }
}
.mod-list-step__content {
  padding: 9px 0 9px 16px;
}
.mod-list-step__content > :first-child {
  margin-top: 0 !important;
}
.mod-list-step__content > :last-child {
  margin-bottom: 0 !important;
}
@media screen and (min-width: 769px) {
  .mod-list-step__content {
    flex-grow: 1;
  }
}
@media screen and (max-width: 768px) {
  .mod-list-step__content {
    padding: 0;
  }
}

.mod-list-faq__heading {
  padding: 21px 32px;
  border-bottom: 1px solid #cccccc;
  display: flex;
  align-items: baseline;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .mod-list-faq__heading {
    padding: 16px;
    gap: 8px;
  }
}
.mod-list-faq__heading .mod-list-faq__mark {
  font-size: 2.8rem;
  color: #009845;
}
@media screen and (max-width: 768px) {
  .mod-list-faq__heading .mod-list-faq__mark {
    font-size: 2rem;
  }
}
.mod-list-faq__mark {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  min-width: 22px;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .mod-list-faq__mark {
    min-width: 15px;
  }
}
.mod-list-faq__title {
  font-weight: bold;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .mod-list-faq__title {
    font-size: 1.8rem;
  }
}
.mod-list-faq__content {
  background-color: #EFF7FC;
}
.mod-list-faq__inner {
  padding: 26px 32px;
  display: flex;
  align-items: baseline;
  gap: 16px;
}
.mod-list-faq__inner > :first-child {
  margin-top: 0 !important;
}
.mod-list-faq__inner > :last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .mod-list-faq__inner {
    padding: 16px;
    gap: 8px;
  }
}
.mod-list-faq__inner .mod-list-faq__mark {
  font-size: 2rem;
  color: #e60012;
}
@media screen and (max-width: 768px) {
  .mod-list-faq__inner .mod-list-faq__mark {
    padding: 16px;
  }
}

.mod-list-schedule {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .mod-list-schedule {
    margin-bottom: 24px;
  }
}
.mod-list-schedule__item {
  position: relative;
  display: flex;
}
.mod-list-schedule__item > :first-child {
  margin-top: 0 !important;
}
.mod-list-schedule__item > :last-child {
  margin-bottom: 0 !important;
}
.mod-list-schedule__item:not(:last-child) {
  margin-bottom: 16px;
}
.mod-list-schedule__item:not(:last-child)::before {
  position: absolute;
  content: "";
  display: block;
  bottom: -16px;
  left: 22px;
  width: 1px;
  height: calc(100% - 12px);
  background-color: #cccccc;
}
@media screen and (max-width: 768px) {
  .mod-list-schedule__item:not(:last-child)::before {
    left: 20px;
    height: calc(100% - 6px);
  }
}
.mod-list-schedule__heading {
  flex-shrink: 0;
  margin-right: 16px;
  width: 4.5rem;
  font-size: 1.6rem;
  color: #009845;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .mod-list-schedule__heading {
    font-size: 1.4rem;
    width: 3.8rem;
  }
}
.mod-list-schedule__body {
  flex-grow: 1;
}
.mod-list-schedule__body > :first-child {
  margin-top: 0 !important;
}
.mod-list-schedule__body > :last-child {
  margin-bottom: 0 !important;
}

.mod-list-data {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .mod-list-data {
    gap: 8px;
    flex-direction: column;
  }
}
.mod-list-data__item {
  width: calc((100% - 32px) / 3);
  border: solid 8px #ECECEC;
  border-radius: 6px;
  padding: 31px;
  display: flex;
  flex-direction: column;
}
.mod-list-data__item--wide {
  width: calc((100% - 32px) / 3 * 2 + 16px);
  max-width: 794px;
  flex-grow: 1;
}
.mod-list-data__item--full {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mod-list-data__item {
    width: 100%;
    padding: 27px 16px;
  }
}
.mod-list-data__heading {
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .mod-list-data__heading {
    font-size: 1.8rem;
    margin-bottom: 16px;
  }
}
.mod-list-data__sub {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .mod-list-data__sub {
    font-size: 1.6rem;
  }
}
.mod-list-data__content {
  text-align: center;
}
.mod-list-data__content > :first-child {
  margin-top: 0 !important;
}
.mod-list-data__content > :last-child {
  margin-bottom: 0 !important;
}
@media screen and (min-width: 769px) {
  .mod-list-data__content {
    margin-top: auto;
  }
}
.mod-list-data__icon + .mod-list-data__note {
  margin-top: 16px;
}
.mod-list-data__note {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .mod-list-data__note {
    margin-bottom: 8px;
    font-size: 1.2rem;
  }
}
.mod-list-data__note .mod-list-data__mark {
  padding-right: 8px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .mod-list-data__note .mod-list-data__mark {
    padding-right: 4px;
  }
}
.mod-list-data__note .mod-list-data__body {
  flex-grow: 1;
}
.mod-list-data__note .mod-list-data__body > :last-child {
  margin-bottom: 0 !important;
}

/* ==========================================================================
   TABLE
========================================================================== */
.mod-table-01 {
  margin-bottom: 60px;
}
.mod-table-01__caption {
  margin-bottom: 8px;
  font-size: 1.4rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .mod-table-01__caption {
    font-size: 1.2rem;
  }
}
.mod-table-01 table {
  width: 100%;
  font-size: 1.6rem;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  table-layout: fixed;
}
@media screen and (max-width: 768px) {
  .mod-table-01 table {
    font-size: 1.4rem;
    table-layout: fixed;
  }
}
.mod-table-01 th,
.mod-table-01 td {
  padding: 24px;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
.mod-table-01 th > :first-child,
.mod-table-01 td > :first-child {
  margin-top: 0 !important;
}
.mod-table-01 th > :last-child,
.mod-table-01 td > :last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .mod-table-01 th,
  .mod-table-01 td {
    padding: 8px 16px;
  }
}
.mod-table-01 th {
  font-weight: bold;
  background-color: #ECECEC;
  vertical-align: middle;
  text-align: center;
}
.mod-table-01 td {
  vertical-align: top;
}
.mod-table-01 thead th,
.mod-table-01 thead td {
  background-color: #ECECEC;
}
.mod-table-01 tbody th {
  background-color: #EFF7FC;
}

.mod-table-02 {
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  .mod-table-02 {
    border-top: 1px solid #cccccc;
  }
}
@media screen and (max-width: 768px) {
  .mod-table-02 colgroup {
    display: none;
  }
}
.mod-table-02 table {
  width: 100%;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .mod-table-02 table {
    font-size: 1.4rem;
    table-layout: fixed;
  }
}
.mod-table-02 th > :first-child,
.mod-table-02 td > :first-child {
  margin-top: 0 !important;
}
.mod-table-02 th > :last-child,
.mod-table-02 td > :last-child {
  margin-bottom: 0 !important;
}
@media screen and (min-width: 769px) {
  .mod-table-02 th,
  .mod-table-02 td {
    padding: 24px;
  }
}
@media screen and (max-width: 768px) {
  .mod-table-02 th,
  .mod-table-02 td {
    display: block;
    width: 100%;
    padding: 16px;
  }
}
.mod-table-02 th {
  font-weight: bold;
}
.mod-table-02 tbody tr {
  border-bottom: 1px solid #cccccc;
}
@media screen and (max-width: 768px) {
  .mod-table-02 tbody tr {
    display: block;
    border-bottom: none;
  }
}
.mod-table-02 tbody th {
  background-color: #EFF7FC;
  text-align: center;
}

.mod-table-scroll__text {
  display: none;
  margin-bottom: 8px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .mod-table-scroll__text {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .mod-table-scroll {
    overflow-x: scroll;
  }
  .mod-table-scroll table {
    width: 800px;
  }
}

/* ==========================================================================
    LINK
========================================================================== */
/* link
------------------------------------- */
.mod-link-01 {
  position: relative;
  padding-left: 32px;
  display: inline-block;
}
.mod-link-01::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url("/corporate/recruit/career/common/img/icon-arrow-02.svg");
  background-size: cover;
  transition: background-image 0.3s ease-out;
}
@media screen and (min-width: 769px) {
  .mod-link-01:hover::before, .mod-link-01:focus::before, .mod-link-01:active::before {
    background-image: url("/corporate/recruit/career/common/img/icon-arrow-02_o.svg");
  }
}
.mod-link-01[href^="#"]::before {
  transform: rotate(90deg);
}
.mod-link-01--color-white::before {
  background-image: url("/corporate/recruit/career/common/img/icon-arrow-02-white.svg");
}
.mod-link-01--size-large {
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .mod-link-01--size-large {
    font-size: 1.8rem;
  }
  .mod-link-01--size-large::before {
    top: 3px;
  }
}

.mod-link-02 {
  position: relative;
  padding: 6px 0 6px 56px;
  display: inline-block;
  font-weight: bold;
  transition: color 0.3s ease;
}
@media screen and (min-width: 769px) {
  .mod-link-02 {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .mod-link-02:hover, .mod-link-02:focus, .mod-link-02:active {
    color: #e60012;
  }
}
@media screen and (max-width: 768px) {
  .mod-link-02 {
    padding-left: 40px;
  }
}
.mod-link-02::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background-image: url("/corporate/recruit/career/common/img/icon-arrow-04.svg");
  background-size: cover;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .mod-link-02::before {
    width: 32px;
    height: 32px;
  }
}

/* linkList
------------------------------------- */
.mod-link-list-01 {
  margin-bottom: 32px;
}
.mod-link-list-01--right .mod-link-list-01__item {
  text-align: right;
}
.mod-link-list-01--center .mod-link-list-01__item {
  text-align: center;
}
.mod-link-list-01__item:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .mod-link-list-01__item:not(:last-child) {
    width: 100%;
    margin-bottom: 11px;
  }
}
.mod-link-list-01--grid {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .mod-link-list-01--grid {
    row-gap: 16px;
    column-gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .mod-link-list-01--grid {
    row-gap: 16px;
    column-gap: 24px;
  }
}
.mod-link-list-01--grid .mod-link-list-01__item {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .mod-link-list-01--grid .mod-link-list-01__item {
    width: calc((100% - 24px) / 2);
  }
}
.mod-link-list-01--grid-center {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media screen and (min-width: 769px) {
  .mod-link-list-01--grid-center {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .mod-link-list-01--grid-center {
    gap: 16px;
  }
}
.mod-link-list-01--grid-center .mod-link-list-01__item {
  margin-bottom: 0;
}
.mod-link-list-01:has(.mod-link-list-01__item .mod-link-02) {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .mod-link-list-01:has(.mod-link-list-01__item .mod-link-02) {
    margin-top: 32px;
  }
}
.mod-link-list-01:has(.mod-link-list-01__item a[href^="#"]) {
  margin-top: 56px;
}
@media screen and (min-width: 769px) {
  .mod-text + .mod-link-list-01 {
    margin-top: -8px;
  }
}
@media screen and (max-width: 768px) {
  .mod-text + .mod-link-list-01:has(.mod-link-list-01__item a[href^="#"]) {
    margin-top: 32px;
  }
}

/* linkPanel
------------------------------------- */
.mod-link-panel-01 {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .mod-link-panel-01 {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .mod-link-panel-01 {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 769px) {
  .mod-link-panel-01__item {
    width: calc((100% - 80px) / 3);
  }
}
@media screen and (max-width: 768px) {
  .mod-link-panel-01__item {
    margin-bottom: 16px;
  }
}
.mod-link-panel-01__link {
  background-color: #EFF7FC;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  overflow: hidden;
  border-radius: 6px;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .mod-link-panel-01__link:hover .mod-link-panel-01__heading::after, .mod-link-panel-01__link:focus .mod-link-panel-01__heading::after, .mod-link-panel-01__link:active .mod-link-panel-01__heading::after {
    background-image: url("/corporate/recruit/career/common/img/icon-arrow-07_o.svg");
  }
  .mod-link-panel-01__link:hover .mod-link-panel-01__img, .mod-link-panel-01__link:focus .mod-link-panel-01__img, .mod-link-panel-01__link:active .mod-link-panel-01__img {
    transform: scale(1.2);
  }
}
.mod-link-panel-01__heading {
  background-color: #EFF7FC;
  padding: 16px 80px 16px 24px;
  position: relative;
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .mod-link-panel-01__heading {
    padding: 16px 64px 16px 16px;
  }
}
.mod-link-panel-01__heading::after {
  position: absolute;
  content: "";
  display: inline-block;
  top: 0;
  bottom: 0;
  right: 24px;
  width: 40px;
  height: 40px;
  background-image: url("/corporate/recruit/career/common/img/icon-arrow-07.svg");
  background-size: cover;
  margin: auto;
  transition: background-image 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .mod-link-panel-01__heading::after {
    right: 16px;
  }
}
.mod-link-panel-01__title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .mod-link-panel-01__title {
    font-size: 1.6rem;
  }
}
.mod-link-panel-01__text {
  font-weight: normal;
}
.mod-link-panel-01__media {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.mod-link-panel-01__media--border {
  border-top: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
  border-left: solid 1px #cccccc;
  border-radius: 6px 6px 0 0;
}
.mod-link-panel-01__img {
  z-index: -1;
  transition: transform 0.3s ease-out;
  width: 100%;
}

.mod-link-panel-interview {
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .mod-link-panel-interview {
    margin-bottom: 40px;
  }
}
.mod-link-panel-interview__item {
  overflow: hidden;
  background: #ffffff;
  margin: 0 auto 56px;
}
@media screen and (max-width: 768px) {
  .mod-link-panel-interview__item {
    max-width: 670px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 769px) {
  .mod-link-panel-interview__item:nth-child(2n+1) .mod-link-panel-interview__title, .mod-link-panel-interview__item:nth-child(2n+1) .mod-link-panel-interview__data {
    margin-left: 40px;
  }
}
@media screen and (min-width: 769px) {
  .mod-link-panel-interview__item:nth-child(2n+1) .mod-link-panel-interview__media::before {
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 25.6%, rgba(0, 0, 0, 0.5) 100%);
  }
}
@media screen and (min-width: 769px) {
  .mod-link-panel-interview__item:nth-child(2n) .mod-link-panel-interview__title, .mod-link-panel-interview__item:nth-child(2n) .mod-link-panel-interview__data {
    margin-right: 40px;
    margin-left: auto;
  }
}
@media screen and (min-width: 769px) {
  .mod-link-panel-interview__item:nth-child(2n) .mod-link-panel-interview__media::before {
    left: unset;
    right: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 25.6%, rgba(0, 0, 0, 0.5) 100%);
  }
}
@media screen and (min-width: 769px) {
  .mod-link-panel-interview--reverse .mod-link-panel-interview__item:nth-child(2n+1) .mod-link-panel-interview__title, .mod-link-panel-interview--reverse .mod-link-panel-interview__item:nth-child(2n+1) .mod-link-panel-interview__data {
    margin-right: 40px;
    margin-left: auto;
  }
}
@media screen and (min-width: 769px) {
  .mod-link-panel-interview--reverse .mod-link-panel-interview__item:nth-child(2n+1) .mod-link-panel-interview__media::before {
    left: unset;
    right: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 25.6%, rgba(0, 0, 0, 0.5) 100%);
  }
}
@media screen and (min-width: 769px) {
  .mod-link-panel-interview--reverse .mod-link-panel-interview__item:nth-child(2n) .mod-link-panel-interview__title, .mod-link-panel-interview--reverse .mod-link-panel-interview__item:nth-child(2n) .mod-link-panel-interview__data {
    margin-left: 40px;
    margin-right: auto;
  }
}
@media screen and (min-width: 769px) {
  .mod-link-panel-interview--reverse .mod-link-panel-interview__item:nth-child(2n) .mod-link-panel-interview__media::before {
    right: unset;
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 25.6%, rgba(0, 0, 0, 0.5) 100%);
  }
}
.mod-link-panel-interview__link {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 420px;
  padding: 24px 0;
}
.mod-link-panel-interview__link > :first-child {
  margin-top: 0 !important;
}
.mod-link-panel-interview__link > :last-child {
  margin-bottom: 0 !important;
}
@media screen and (min-width: 769px) {
  .mod-link-panel-interview__link:hover .mod-link-panel-interview__media::after, .mod-link-panel-interview__link:focus .mod-link-panel-interview__media::after, .mod-link-panel-interview__link:active .mod-link-panel-interview__media::after {
    background-image: url("/corporate/recruit/career/common/img/icon-arrow-06_o.svg");
    background-size: cover;
  }
  .mod-link-panel-interview__link:hover .mod-link-panel-interview__img, .mod-link-panel-interview__link:focus .mod-link-panel-interview__img, .mod-link-panel-interview__link:active .mod-link-panel-interview__img {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .mod-link-panel-interview__link {
    min-height: unset;
    padding: 0;
  }
}
.mod-link-panel-interview__title {
  width: 50%;
  z-index: 1;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .mod-link-panel-interview__title {
    margin-left: 0;
    height: 73vw;
    max-height: 560px;
    width: 100%;
    padding: 16px 64px 24px 16px;
    margin-bottom: 8px;
    display: flex;
    align-items: flex-end;
  }
}
.mod-link-panel-interview__title > * {
  font-size: 2.8rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .mod-link-panel-interview__title > * {
    font-size: 1.8rem;
  }
}
.mod-link-panel-interview__data {
  width: 50%;
  color: #ffffff;
  z-index: 1;
  font-size: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 6px;
}
@media screen and (max-width: 768px) {
  .mod-link-panel-interview__data {
    width: 100%;
    margin-left: 0;
    color: #333333;
  }
}
.mod-link-panel-interview__name {
  font-size: 1.8rem;
  width: 100%;
}
.mod-link-panel-interview__media {
  border-radius: 6px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  transition: opacity 0.3s ease-out;
  height: 100%;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .mod-link-panel-interview__media {
    height: 73vw;
    max-height: 560px;
  }
}
.mod-link-panel-interview__media::before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 769px) {
  .mod-link-panel-interview__media::before {
    width: 71.6%;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .mod-link-panel-interview__media::before {
    height: 71.6%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 25.6%, rgba(0, 0, 0, 0.5) 100%);
  }
}
.mod-link-panel-interview__media::after {
  position: absolute;
  content: "";
  display: inline-block;
  bottom: 24px;
  right: 40px;
  width: 64px;
  height: 64px;
  background-image: url("/corporate/recruit/career/common/img/icon-arrow-06.svg");
  background-size: cover;
  transition: background-image 0.3s ease;
}
@media screen and (max-width: 768px) {
  .mod-link-panel-interview__media::after {
    right: 16px;
    width: 40px;
    height: 40px;
  }
}
.mod-link-panel-interview__img {
  z-index: -1;
  max-width: unset;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .mod-link-panel-interview__img {
    width: calc(100vw - 40px);
  }
}

/* ==========================================================================
    BOX
========================================================================== */
.mod-box-01 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .mod-box-01 {
    margin-bottom: 32px;
  }
}
.mod-box-01__item {
  border-radius: 6px;
  border: solid 1px #cccccc;
  padding: 40px;
  display: flex;
  flex-flow: column wrap;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mod-box-01__item {
    padding: 32px 16px;
  }
}
.mod-box-01__heading {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .mod-box-01__heading {
    font-size: 1.8rem;
  }
}
.mod-box-01__content {
  order: 2;
}
.mod-box-01__content > :last-child {
  margin-bottom: 0 !important;
}
.mod-box-01__media {
  text-align: center;
  order: 1;
  margin-bottom: 24px;
}
.mod-box-01__media > :last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .mod-box-01__media {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .mod-box-01__media--icon img {
    max-width: 135px;
  }
}
@media screen and (min-width: 769px) {
  .mod-box-01--left .mod-box-01__item, .mod-box-01--right .mod-box-01__item {
    flex-wrap: nowrap;
    column-gap: 40px;
    align-items: center;
  }
  .mod-box-01--left .mod-box-01__media, .mod-box-01--right .mod-box-01__media {
    flex-shrink: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .mod-box-01--left .mod-box-01__item {
    flex-direction: row;
  }
}
@media screen and (min-width: 769px) {
  .mod-box-01--right .mod-box-01__item {
    flex-direction: row-reverse;
  }
}
.mod-box-01--grid {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .mod-box-01--grid {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .mod-box-01--grid .mod-box-01__item:not(:last-child) {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 769px) {
  .mod-box-01--grid[data-col="2"] .mod-box-01__item {
    width: calc((100% - (40px * (2 - 1))) / 2);
  }
}
@media screen and (min-width: 769px) {
  .mod-box-01--grid[data-col="3"] .mod-box-01__item {
    width: calc((100% - (40px * (3 - 1))) / 3);
  }
}

.mod-box-profile {
  border-radius: 6px;
  border: solid 1px #cccccc;
  padding: 40px;
  margin-bottom: 40px;
}
.mod-box-profile > :first-child {
  margin-top: 0 !important;
}
.mod-box-profile > :last-child {
  margin-bottom: 0 !important;
}
.mod-layout-grid__item .mod-box-profile {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .mod-box-profile {
    padding: 30px 16px;
    margin-bottom: 32px;
  }
}
.mod-box-profile__title {
  display: flex;
  column-gap: 24px;
  width: 100%;
  margin-bottom: 24px;
  font-size: 2.4rem;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .mod-box-profile__title {
    font-size: 1.8rem;
    column-gap: 16px;
    margin-bottom: 18px;
  }
}
.mod-box-profile__icon {
  width: 80px;
  order: 1;
}
@media screen and (max-width: 768px) {
  .mod-box-profile__icon {
    width: 60px;
  }
}

/* ==========================================================================
    LYOUT
========================================================================== */
@media screen and (min-width: 769px) {
  .mod-layout-grid {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 56px;
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .mod-layout-grid {
    margin-bottom: 40px;
  }
}
.mod-layout-grid__item {
  width: 100%;
}
.mod-layout-grid__item > :first-child {
  margin-top: 0 !important;
}
.mod-layout-grid__item > :last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .mod-layout-grid__item:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 769px) {
  .mod-layout-grid[data-col="2"] .mod-layout-grid__item {
    width: calc((100% - (40px * (2 - 1))) / 2);
  }
}
@media screen and (min-width: 769px) {
  .mod-layout-grid[data-col="3"] .mod-layout-grid__item {
    width: calc((100% - (40px * (3 - 1))) / 3);
  }
}
@media screen and (min-width: 769px) {
  .mod-layout-grid[data-col="4"] .mod-layout-grid__item {
    width: calc((100% - (40px * (4 - 1))) / 4);
  }
}
.mod-layout-grid--wide {
  margin-bottom: 120px;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .mod-layout-grid--wide {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .mod-layout-grid--wide .mod-layout-grid__item:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 769px) {
  .mod-layout-grid--wide[data-col="2"] .mod-layout-grid__item {
    width: calc((100% - (80px * (2 - 1))) / 2);
  }
}
@media screen and (min-width: 769px) {
  .mod-layout-grid--wide[data-col="3"] .mod-layout-grid__item {
    width: calc((100% - (80px * (3 - 1))) / 3);
  }
}

/* ==========================================================================
    ADJUST
========================================================================== */
/* text-align / テキスト水平方向
----------------------------------------------- */
.align--right {
  text-align: right !important;
}

.align--center {
  text-align: center !important;
}

.align--left {
  text-align: left !important;
}

@media screen and (max-width: 768px) {
  .align-narrow--right {
    text-align: right !important;
  }
  .align-narrow--center {
    text-align: center !important;
  }
  .align-narrow--left {
    text-align: left !important;
  }
}
/* vertical-align / テキスト垂直方向
----------------------------------------------- */
.vertical--top {
  vertical-align: top !important;
}

.vertical--middle {
  vertical-align: middle !important;
}

.vertical--bottom {
  vertical-align: bottom !important;
}

@media screen and (max-width: 768px) {
  .vertical-narrow--top {
    vertical-align: top !important;
  }
  .vertical-narrow--middle {
    vertical-align: middle !important;
  }
  .vertical-narrow--bottom {
    vertical-align: bottom !important;
  }
}
/* Control Width w-[5-100] / 幅調整（％指定）
----------------------------------------------- */
.w-5 {
  width: 5% !important;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-25 {
  width: 25% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.w-45 {
  width: 45% !important;
}

.w-50 {
  width: 50% !important;
}

.w-55 {
  width: 55% !important;
}

.w-60 {
  width: 60% !important;
}

.w-65 {
  width: 65% !important;
}

.w-70 {
  width: 70% !important;
}

.w-75 {
  width: 75% !important;
}

.w-80 {
  width: 80% !important;
}

.w-85 {
  width: 85% !important;
}

.w-90 {
  width: 90% !important;
}

.w-95 {
  width: 95% !important;
}

.w-100 {
  width: 100% !important;
}

/* block / テキスト整形
----------------------------------------------- */
@media screen and (min-width: 769px) {
  .phrase-wide {
    display: inline-block;
  }
}

@media screen and (max-width: 768px) {
  .phrase-narrow {
    display: inline-block;
  }
}

/* display / 表示非表示調整
----------------------------------------------- */
.display--none {
  display: none !important;
}

@media screen and (min-width: 769px) {
  .display-wide--none {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .display-wide--none {
    display: block !important;
  }
}

@media screen and (min-width: 769px) {
  .display-narrow--none {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .display-narrow--none {
    display: none !important;
  }
}

.mod-icon-blank-01 {
  margin: 0 4px;
  vertical-align: baseline;
  position: relative;
  top: -1px;
}

/* ==========================================================================
MEDIA
========================================================================== */
.mod-media-01 {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .mod-text + .mod-media-01 {
    margin-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  .mod-text + .mod-media-01 {
    margin-top: 16px;
  }
}

.mod-media-content {
  display: flex;
  margin-bottom: 48px;
}
@media screen and (min-width: 769px) {
  .mod-media-content {
    flex-direction: row;
    justify-content: flex-end;
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .mod-media-content {
    flex-direction: column;
    margin-bottom: 32px;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .mod-media-content:has(.mod-media-content__content [class^=mod-heading-]:first-child) {
    gap: 0;
  }
}
.mod-media-content + .mod-media-content {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .mod-media-content + .mod-media-content {
    margin-top: 40px;
  }
}
.mod-text + .mod-media-content {
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .mod-text + .mod-media-content {
    margin-top: 24px;
  }
}
.mod-media-content__content {
  width: 100%;
}
.mod-media-content__content > :last-child {
  margin-bottom: 0 !important;
}
@media screen and (min-width: 769px) {
  .mod-media-content__content > :first-child {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .mod-media-content__content > :first-child:not([class^=mod-heading-]) {
    margin-top: 0 !important;
  }
}
.mod-media-content__media > :first-child {
  margin-top: 0 !important;
}
.mod-media-content__media > :last-child {
  margin-bottom: 0 !important;
}
@media screen and (min-width: 769px) {
  .mod-media-content__media {
    flex-shrink: 0;
    max-width: 50%;
  }
}
@media screen and (min-width: 769px) {
  .mod-media-content--left {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 768px) {
  .mod-media-content--reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 769px) {
  .mod-media-content--wide {
    gap: 80px;
  }
}
@media screen and (max-width: 768px) {
  .mod-media-content--wide {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .mod-media-content--wide.mod-media-content--reverse {
    gap: 24px;
  }
}

.mod-media-map {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .mod-media-map {
    margin-bottom: 40px;
  }
}
.mod-media-map__item {
  display: block;
  width: 100%;
  height: 58.2vw;
  max-height: 698px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .mod-media-map__item {
    margin-bottom: 12px;
    height: 78.5vw;
  }
}

/* ==========================================================================
   WIDGET
========================================================================== */
/* overlay for HamburgerMenu / MegadropdownMenu
 ------------------------------------- */
html[data-script-enabled=true] body {
  position: relative;
}
html[data-script-enabled=true] body::before {
  content: "";
  display: block;
  visibility: hidden;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(51, 51, 51, 0.4);
  opacity: 0;
  transition: opacity 0.2s ease-in, visibility 0.2s ease-in;
}
html[data-script-enabled=true] body.is-overlay::before, html[data-script-enabled=true] body.is-dropdown-overlay::before {
  visibility: visible;
  opacity: 1;
}

/* HamburgerMenu
 ------------------------------------- */
@media screen and (max-width: 1132px) {
  html[data-script-enabled=true] .header__nav.is-open {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 1132px) {
  html[data-script-enabled=true] .js-nav-dropdown {
    position: static;
    overflow: hidden;
  }
}

/* toggle
------------------------------------- */
html[data-script-enabled=true] .main .section-content .js-toggle-faq__trigger {
  cursor: pointer;
}
html[data-script-enabled=true] .main .section-content .js-toggle-faq__content {
  overflow: hidden;
}

/* footer toggle
------------------------------------- */
.js-toggle-footer__btn {
  position: relative;
  display: block;
  text-align: left;
  font-weight: bold;
  pointer-events: none;
  transition: color 0.3s ease;
}
@media screen and (max-width: 1132px) {
  html[data-script-enabled=true] .js-toggle-footer__btn {
    width: 100%;
    padding: 14px 44px 14px 20px;
    color: #333333;
    pointer-events: auto;
  }
  html[data-script-enabled=true] .js-toggle-footer__btn::before, html[data-script-enabled=true] .js-toggle-footer__btn::after {
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    display: block;
    width: 16px;
    height: 2px;
    margin: auto 0;
    content: "";
    background-color: #009845;
    border-radius: 1px;
    transition: transform 0.3s ease;
  }
  html[data-script-enabled=true] .js-toggle-footer__btn::after {
    transform: rotate(90deg);
  }
  html[data-script-enabled=true] .js-toggle-footer__btn[aria-expanded=true] {
    color: #009845;
  }
  html[data-script-enabled=true] .js-toggle-footer__btn[aria-expanded=true]::after {
    transform: rotate(0deg);
  }
}

/* FAQ toggle
------------------------------------- */
.mod-list-faq {
  margin-bottom: 60px;
}
html[data-script-enabled=true] .mod-list-faq__heading.js-toggle-faq__trigger {
  position: relative;
  padding-right: 68px;
}
@media screen and (min-width: 769px) {
  html[data-script-enabled=true] .mod-list-faq__heading.js-toggle-faq__trigger {
    transition: background-color 0.3s ease;
  }
  html[data-script-enabled=true] .mod-list-faq__heading.js-toggle-faq__trigger:hover {
    background-color: #EFF7FC;
  }
}
@media screen and (max-width: 768px) {
  html[data-script-enabled=true] .mod-list-faq__heading.js-toggle-faq__trigger {
    padding-right: 48px;
  }
}
html[data-script-enabled=true] .mod-list-faq__heading.js-toggle-faq__trigger::before, html[data-script-enabled=true] .mod-list-faq__heading.js-toggle-faq__trigger::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 23px;
  bottom: 0;
  width: 22px;
  height: 3px;
  margin: auto 0;
  background-color: #009845;
  border-radius: 3px;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  html[data-script-enabled=true] .mod-list-faq__heading.js-toggle-faq__trigger::before, html[data-script-enabled=true] .mod-list-faq__heading.js-toggle-faq__trigger::after {
    right: 16px;
    width: 16px;
    height: 2px;
  }
}
html[data-script-enabled=true] .mod-list-faq__heading.js-toggle-faq__trigger::after {
  transform: rotate(90deg);
}
html[data-script-enabled=true] .mod-list-faq__heading.js-toggle-faq__trigger[aria-expanded=true]::after {
  transform: rotate(0deg);
}
html[data-script-enabled=true] .mod-list-faq__content.js-toggle-faq__content {
  display: none;
}

/*# sourceMappingURL=common.css.map */
