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

/* 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 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

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

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

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 */
  margin: 0;
  clear: both;
  overflow: visible; /* 2 */
  border-top-width: 1px;
  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-size: inherit; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

address {
  font-style: inherit;
}

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

/**
 * 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-size: inherit; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

/**
 * 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

/**
 * 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 {
  min-width: 0;
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/* ===========================================================================
  font
============================================================================= */
@font-face {
  font-style: normal;
  font-weight: 100 700;
  src: local("Noto Sans JP Variable"), local("NotoSansJP-VariableFont_wght"), url("../font/NotoSansJP.woff2") format("woff2"), url("../font/NotoSansJP.woff") format("woff"), url("../font/NotoSansJP.ttf") format("truetype");
  font-family: "Noto Sans JP";
  font-display: swap;
}
@font-face {
  font-style: normal;
  font-weight: 100 700;
  src: url("../font/Outfit.woff2") format("woff2"), url("../font/Outfit.woff") format("woff"), url("../font/Outfit.ttf") format("truetype"), local("Segoe UI"), local(".SFNS-Regular");
  font-family: "Outfit";
  font-display: swap;
}
/* ===========================================================================
  base
============================================================================= */
/* ===========================================================================
  variable
============================================================================= */
/* 外部読み込みを使用していないためiOS / Android では内蔵フォント優先 */
/* ===========================================================================
  mixin
============================================================================= */
html {
  font-size: 62.5%;
  line-height: 1.75;
}

body {
  color: #000;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Noto Sans CJK JP", "Source Han Sans JP", -apple-system, "Hiragino Sans", "Outfit", "Segoe UI", ".SFNS-Regular", sans-serif;
  word-wrap: break-word;
  overflow-x: hidden;
  overflow-wrap: break-word;
}

main {
  margin-top: 51px;
  background-color: #f6efe1;
}

img {
  width: 100%;
  height: auto;
}

table {
  width: 100%;
}
table th, table td {
  vertical-align: middle;
  word-break: break-all;
}

/*  form
------------------------------------ */
::placeholder {
  color: #999;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=radio],
input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

/*  フッターを最下部に固定
------------------------------------ */
body {
  display: flex;
  flex-direction: column;
}

body {
  min-height: 100vh;
}

.footerWrap,
.footerSimple {
  margin-top: auto;
}

/* ===========================================================================
  footer
============================================================================= */
.footer {
  position: relative;
  margin-top: auto;
  padding-block: 60px 20px;
  background-color: #fff;
}

.footer_inner {
  width: calc(100% - 20px * 2);
  max-width: 1200px;
  margin: 0 auto;
}

.footer_content {
  display: flex;
  position: relative;
  flex-direction: column;
}

.footer_logoArea {
  order: 2;
  margin: 60px auto 0;
}

.footer_logo {
  width: 302px;
}

.footer_btn {
  display: grid;
  place-items: center;
  width: 100%;
  max-width: 200px;
  margin: 30px auto 0;
  padding: 8px 9px 10px;
  border: solid 1px #000;
  border-radius: 50px;
  background-color: #fff;
  line-height: 1.5;
  text-align: center;
}

.footer_btnText {
  display: block;
  position: relative;
  width: 100%;
  padding: 0 17px;
  font-size: 1.5rem;
}
.footer_btnText::after {
  display: block;
  position: absolute;
  top: 1px;
  right: 0;
  bottom: 0;
  width: 7px;
  height: 10px;
  margin: auto;
  background: url("../img/icon_chevron-black.svg") no-repeat center/contain;
  content: "";
}

.footer_copyright {
  display: block;
  margin-top: 85px;
  color: #7d7d7d;
  font-size: 1.2rem;
}

.footer_footerNav {
  order: 1;
}

.footer_pagetop {
  display: block;
  position: fixed;
  right: 15px;
  bottom: 15px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #fff;
  text-align: center;
  filter: drop-shadow(0px 0px 15px rgba(185, 40, 3, 0.2));
}

/* ===========================================================================
  footerNav
============================================================================= */
.footerNav {
  width: 100%;
}

.footerNav_linkArea {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: "work employee" "work message" "workstyle faq" "workstyle requirements";
  -moz-column-gap: 19px;
       column-gap: 19px;
}

.footerNav_category-requirements, .footerNav_category-faq, .footerNav_category-message, .footerNav_category-employee, .footerNav_category-workstyle {
  margin-top: 30px;
}

.footerNav_category-work {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  grid-area: work;
}

.footerNav_category-workstyle {
  -ms-grid-row: 3;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  grid-area: workstyle;
}

.footerNav_category-employee {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: employee;
  margin-top: 0;
}

.footerNav_category-message {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  grid-area: message;
}

.footerNav_category-faq {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: faq;
}

.footerNav_category-requirements {
  -ms-grid-row: 4;
  -ms-grid-column: 3;
  grid-area: requirements;
}

.footerNav_itemWrap {
  display: grid;
  padding-top: 10px;
  gap: 2px;
}

.footerNav_link,
.footerNav_link-category,
.footerNav_link-category-s {
  display: block;
  font-size: 1.4rem;
}

.footerNav_linkText-s {
  display: block;
  margin-top: 8px;
  font-size: 1rem;
}

.footerNav_link-category, .footerNav_link-category-s {
  padding-bottom: 10px;
  border-bottom: 1px solid #d60016;
  font-weight: 700;
}

.footerNav_link-category-s {
  font-size: min(1.4rem, 3.5vw);
}

/* ===========================================================================
  header
============================================================================= */
.header_logoArea {
  padding: 10px 0 0 10px;
}

.header_logo {
  display: block;
  position: relative;
  max-width: 200px;
}

.header_logoImg {
  width: 100%;
}

.header_title {
  display: block;
  width: 72px;
  margin-left: 53px;
  line-height: 0.9;
}

.header_link-recruit {
  display: grid;
  z-index: 9;
  position: fixed;
  top: 10px;
  right: 66px;
  place-items: center;
  min-width: 74px;
  min-height: 46px;
  padding: 12px 9px 16px;
  border-radius: 10px;
  background: linear-gradient(to right, #ff7b16, #b90316);
  text-align: center;
}

.header_linkText-recruit {
  display: block;
  width: 100%;
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
}

/* ===========================================================================
  headerMenu
============================================================================= */
.headerMenu {
  display: none;
  z-index: 7;
  position: fixed;
  top: 12px;
  right: 72px;
}
.headerMenu.is-open {
  display: block !important;
  top: 0;
  right: 0;
  width: 100%;
  max-height: 90vh;
  max-height: 90dvh;
  padding: 89px 17px 40px;
  overflow-y: auto;
  border: 3px solid #d60016;
  border-top: 0;
  border-radius: 0 0 40px 40px;
  background-color: #fff;
}

.headerMenu_corporate {
  display: grid;
  position: relative;
  place-content: center;
  width: 100%;
  max-width: 202px;
  margin: 15px auto 0;
  padding: 8px 31px 11px;
  border: 1px solid #000;
  border-radius: 50px;
  font-size: 1.5rem;
  line-height: 1.4;
}

/* ===========================================================================
  headerMenuBtn
============================================================================= */
.headerMenuBtn {
  display: grid;
  z-index: 10;
  position: fixed;
  top: 0;
  right: 0;
  place-items: center;
  width: 56px;
  height: 56px;
  border-bottom-left-radius: 15px;
  background-color: #d60016;
}
.headerMenuBtn.is-open .headerMenuBtn_bar {
  background-color: transparent;
}
.headerMenuBtn.is-open .headerMenuBtn_bar::before, .headerMenuBtn.is-open .headerMenuBtn_bar::after {
  background-color: #fff;
}
.headerMenuBtn.is-open .headerMenuBtn_bar::before {
  transform: translateY(6px) rotate(-45deg);
}
.headerMenuBtn.is-open .headerMenuBtn_bar::after {
  transform: translateY(-6px) rotate(45deg);
}

.headerMenuBtn_bar {
  display: block;
  position: relative;
  width: 30px;
  height: 2px;
  margin-inline: auto;
  border-radius: 10px;
  background-color: #fff;
}
.headerMenuBtn_bar::before, .headerMenuBtn_bar::after {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: inherit;
  content: "";
}
.headerMenuBtn_bar::before {
  top: -6px;
}
.headerMenuBtn_bar::after {
  top: 6px;
}

.headerMenuBtn_inner {
  translate: 0 -6px;
}

.headerMenuBtn_text {
  display: block;
  padding-bottom: 7px;
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  text-align: center;
  white-space: nowrap;
}

/* ===========================================================================
  headerNav
============================================================================= */

.headerNav_logo {
  position: absolute !important;
  top: 13px;
  left: 7px;
}

.headerNav_list {
  display: flex;
  flex-flow: column wrap;
  align-content: space-between;
  height: 455px;
}

.headerNav_item-requirements, .headerNav_item-faq, .headerNav_item-message, .headerNav_item-employee, .headerNav_item-workstyle, .headerNav_item-works, .headerNav_item-top {
  width: calc(50% - 10px);
  margin-top: 20px;
  padding-bottom: 12px;
}

.headerNav_item-top {
  order: 1;
}

.headerNav_item-works {
  order: 2;
}

.headerNav_item-workstyle {
  order: 3;
}

.headerNav_item-employee {
  order: 4;
}

.headerNav_item-message {
  order: 5;
}

.headerNav_item-faq {
  order: 6;
}

.headerNav_item-requirements {
  order: 7;
}

.headerNav_link {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d60016;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.5;
}

/* ===========================================================================
  headerNavSecond
============================================================================= */

.headerNavSecond_inner {
  width: calc(100% - 20px * 2);
  max-width: 1200px;
  margin: 0 auto;
}
.headerNavSecond_inner {
  width: 100%;
}

.headerNavSecond_link, .headerNavSecond_link-top {
  display: block;
  padding: 15px 25px;
  background-color: #fff;
  color: #000;
  font-weight: 600;
}

.headerNavSecond_item + .headerNavSecond_item {
  border-top: 1px solid #d60016;
}

/* ===========================================================================
  headerNavSecondSP
============================================================================= */

.headerNavSecondSP_item + .headerNavSecondSP_item {
  margin-top: 8px;
}

.headerNavSecondSP_link {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  text-decoration: none;
}

.headerNavSecondSP_linkText-s {
  display: block;
  font-size: 1rem;
}

/* ===========================================================================
  arrow01
============================================================================= */
.arrow01 {
  z-index: 1;
  position: relative;
  max-width: 200px;
  margin-inline: auto;
  translate: 0 10px;
}

/* ===========================================================================
  block01
============================================================================= */
.block01 {
  display: grid;
  gap: 20px;
}

.block01_img {
  overflow: hidden;
  border-radius: 10px;
}

/* ===========================================================================
  block01List
============================================================================= */
.block01List, .block01List-col2 {
  display: grid;
  gap: 20px;
}

/* ===========================================================================
  block02
============================================================================= */
.block02 {
  padding: 25px 20px 25px;
  border-radius: 20px;
  background-color: #fff;
}

.block02_imgArea {
  display: grid;
  gap: 20px;
}

.block02_img {
  overflow: hidden;
  border-radius: 10px;
}

.block02_text {
  font-weight: 700;
  font-size: 1.8rem;
}

.block02_text-l {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 2rem;
}

.block02_lead, .block02_lead-l {
  color: #d60016;
  font-weight: 700;
  font-size: 2rem;
}

.block02_lead-l {
  font-size: 2.4rem;
}

.block02_grid {
  display: grid;
  gap: 20px;
}

/* ===========================================================================
  block03
============================================================================= */
.block03-reverse, .block03 {
  display: grid;
  width: calc(100% - 20px);
}

.block03 {
  margin-right: auto;
}

.block03-reverse {
  margin-left: auto;
}

.block03_img-right {
  border-top-right-radius: 20px;
}

.block03_img-left {
  border-top-left-radius: 20px;
}

.block03_textArea-left, .block03_textArea-right {
  order: 2;
  padding: 20px 20px 25px;
  background-color: #fff;
}

.block03_textArea-right {
  border-bottom-right-radius: 20px;
}

.block03_textArea-left {
  border-bottom-left-radius: 20px;
}

.block03_title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
}

.block03_text {
  font-size: 1.8rem;
}

/* ===========================================================================
  block03List
============================================================================= */
.block03List {
  display: grid;
  gap: 40px;
}

/* ===========================================================================
  block04
============================================================================= */
.block04 {
  position: relative;
  padding: 25px 20px;
  border-radius: 20px;
  background-color: #fff;
}

.block04_title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding-left: 30px;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
}
.block04_title::before {
  display: flex;
  position: absolute;
  top: -5px;
  left: -10px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  min-height: 50px;
  padding-inline: 10px;
  border-radius: 50%;
  background: linear-gradient(to right, #ff7b16, #b90316);
  content: counter(block04, decimal-leading-zero);
  color: #fff;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.02em;
  counter-increment: block04;
}

.block04_grid {
  display: grid;
  gap: 20px;
}

.block04_text {
  font-size: 1.8rem;
}

.block04_banner {
  max-width: 295px;
  margin-inline: auto;
}

/* ===========================================================================
  block04List
============================================================================= */
.block04List {
  display: grid;
  gap: 20px;
  counter-reset: block04;
}

/* ===========================================================================
  block05
============================================================================= */
.block05 {
  border-radius: 20px;
}

.block05_title {
  padding: 8px 20px 12px;
  border-radius: 20px 20px 0 0;
  background: linear-gradient(to right, #ff7b16, #b90316);
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
}

.block05_content {
  padding: 20px 20px 25px;
  border-radius: 0 0 20px 20px;
  background-color: #fff;
}

.block05_grid {
  display: grid;
  gap: 20px;
}

.block05_text01, .block05_text01-center {
  margin-bottom: 15px;
  color: #d60016;
  font-weight: 700;
}

.block05_text01-center {
  text-align: center;
}

.block05_banner {
  display: block;
  max-width: 195px;
}

/* ===========================================================================
  block05List
============================================================================= */
.block05List {
  display: grid;
  gap: 20px;
}

/* ===========================================================================
  block06
============================================================================= */
.block06 {
  padding: 20px 20px 25px;
  border-radius: 20px;
  background-color: #fff;
}

.block06_question {
  position: relative;
  color: #d60016;
  font-weight: 700;
  font-size: 1.4rem;
}
.block06_question::before {
  position: absolute;
  top: 13px;
  right: calc(100% + 5px);
  width: 20px;
  height: 1px;
  background-color: #d60016;
  content: "";
}

.block06_lead {
  margin-top: 10px;
  font-weight: 700;
  font-size: 1.6rem;
}

.block06_text {
  margin-top: 10px;
  font-size: 1.4rem;
}

/* ===========================================================================
  block01List
============================================================================= */
.p-block06List {
  display: grid;
  gap: 20px;
}

.block06List_imgBlock01 {
  display: table;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.block06List_img {
  border-radius: 20px;
}

/* ===========================================================================
  block07
============================================================================= */
.block07 {
  overflow: hidden;
}

.block07_inner {
  position: relative;
}

.block07_imgArea {
  width: max(355px, 70%);
  max-width: calc(100% - 20px);
  overflow: hidden;
  border-radius: 0 20px 20px 0;
}

.block07_textArea {
  z-index: 1;
  position: relative;
  margin: -44px 0 0 20px;
  padding: 25px 20px 25px 25px;
  border-radius: 20px 0 0 20px;
  background-color: #fff;
}

.block07_title {
  margin-bottom: 20px;
}

.block07_titleImg {
  width: 200px;
}

/* ===========================================================================
  br
============================================================================= */

.br-m {
  display: none;
}

.br-l {
  display: none;
}

.br-ml {
  display: none;
}

/* ===========================================================================
  btn01
============================================================================= */
.btn01, .btn01-m, .btn01-s {
  display: grid;
  place-items: center;
  width: 100%;
  padding: 18px 15px;
  border: 3px solid transparent;
  border-radius: 40px;
  background-color: #d60016;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.btn01-s {
  margin-right: auto;
  margin-left: auto;
}

.btn01-m {
  margin-right: auto;
  margin-left: auto;
}

.btn01_text {
  display: block;
  position: relative;
  width: 100%;
  padding: 0 20px;
  line-height: 1.44;
}
.btn01_text::before, .btn01_text::after {
  position: absolute;
  top: 50%;
  right: 3px;
  width: 7px;
  height: 1.5px;
  transform-origin: right center;
  border-radius: 50px;
  background-color: #fff;
  content: "";
}
.btn01_text::before {
  transform: translateY(-50%) rotate(45deg);
}
.btn01_text::after {
  transform: translateY(-50%) rotate(-45deg);
}

/* ===========================================================================
  btn02
============================================================================= */
.btn02 {
  display: grid;
  place-items: center;
  width: 100%;
  padding: 11px 12px 14px 20px;
  border: 2px solid #fff;
  border-radius: 50px;
  color: #fff;
  text-align: center;
}

.btn02_text {
  display: block;
  position: relative;
  width: 100%;
  padding-right: 15px;
  font-weight: 700;
  font-size: 1.8rem;
}
.btn02_text::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 8px;
  height: 13px;
  margin: auto;
  background: url("../../assets/img/icon_chevron-white.svg") no-repeat center/contain;
  content: "";
}

/* ===========================================================================
  btn03
============================================================================= */
.btn03, .btn03-m {
  display: grid;
  place-items: center;
  width: 100%;
  padding: 18px 15px;
  border: 3px solid transparent;
  border-radius: 40px;
  background-color: #ff5e16;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.btn03-m {
  margin-right: auto;
  margin-left: auto;
}

.btn03_text, .btn03_text-s {
  display: block;
  position: relative;
  width: 100%;
  padding: 0 20px;
  line-height: 1.44;
}
.btn03_text::before, .btn03_text-s::before, .btn03_text::after, .btn03_text-s::after {
  position: absolute;
  top: 50%;
  right: 3px;
  width: 8px;
  height: 1.5px;
  transform-origin: right center;
  border-radius: 50px;
  background-color: #fff;
  content: "";
}
.btn03_text::before, .btn03_text-s::before {
  transform: translateY(-50%) rotate(45deg);
}
.btn03_text::after, .btn03_text-s::after {
  transform: translateY(-50%) rotate(-45deg);
}

.btn03_text-s {
  display: block;
  font-size: 1.4rem;
}
.btn03_text-s::before, .btn03_text-s::after {
  content: none;
}

/* ===========================================================================
  content
============================================================================= */
.content, .content-grad, .content-pbL {
  padding-bottom: 100px;
}

.content-pbL {
  overflow: hidden;
}

.content-grad {
  background: linear-gradient(to top, #f2e4d5 0%, #f6efe1 20%);
}

.content_inner {
  width: calc(100% - 20px * 2);
  max-width: 1000px;
  margin: 0 auto;
}

.content_inner-s {
  width: calc(100% - 20px * 2);
  max-width: 800px;
  margin: 0 auto;
}

.content_inner-l {
  width: calc(100% - 20px * 2);
  max-width: 1200px;
  margin: 0 auto;
}

.content_inner-xl {
  width: calc(100% - 20px * 2);
  max-width: 1200px;
  margin: 0 auto;
}
.content_inner-xl {
  width: 100%;
}

.content_inner-tab {
  width: calc(100% - 20px * 2);
  max-width: 1000px;
  margin: 0 auto;
}
.content_inner-tab {
  width: 100%;
}

/* ===========================================================================
  faqList
============================================================================= */
.faqList {
  display: grid;
  gap: 20px;
}

.faqList_item {
  padding: 20px 20px 25px 45px;
  border-radius: 20px;
  background-color: #fff;
}

.faqList_title::before,
.faqList_text::before {
  display: grid;
  position: absolute;
  top: -5px;
  left: -53px;
  place-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 1;
  font-family: "Outfit", sans-serif;
}

.faqList_title {
  position: relative;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 1.8rem;
}
.faqList_title::before {
  background-color: #ff7b16;
  content: "Q";
}

.faqList_text {
  position: relative;
}
.faqList_text::before {
  background-color: #d60016;
  content: "A";
}

/* ===========================================================================
  flow01
============================================================================= */
.flow01 {
  display: grid;
  gap: 25px;
}

.flow01_item {
  position: relative;
  padding: 20px 20px 25px;
  border-radius: 20px;
  background: #fff;
}
.flow01_item:not(:last-child)::after {
  position: absolute;
  bottom: -18px;
  left: 50%;
  width: 34px;
  height: 18px;
  transform: translateX(-50%);
  background: #d60016;
  content: "";
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.flow01_stepArea {
  position: absolute;
  top: 20px;
  left: -10px;
}

.flow01_step {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  min-height: 26px;
  padding-inline: 10px;
  border-radius: 50px;
  background: linear-gradient(to right, #ff7b16, #b90316);
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.05;
  letter-spacing: 0.02em;
}

.flow01_title {
  margin: 0 0 14px 43px;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
}

/* ===========================================================================
  heading01
============================================================================= */
.heading01 {
  padding-block: 24px 56px;
}

.heading01_title {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.4;
}

.heading01_category {
  position: relative;
  margin-bottom: 5px;
  padding-left: 16px;
  color: #d60016;
  font-weight: 700;
  font-size: 1.4rem;
}
.heading01_category::before {
  display: block;
  position: absolute;
  top: 4px;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border: 3px solid #d60016;
  border-radius: 50%;
  background-color: #fff;
  content: "";
}

.heading01_text {
  margin-top: 50px;
}

/* ===========================================================================
  heading02
============================================================================= */
.heading02 {
  position: relative;
  margin-block: 100px 65px;
  text-align: center;
}

.heading02_text {
  display: inline-block;
  position: relative;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.43;
}
.heading02_text::before {
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 46px;
  height: 4px;
  margin-inline: auto;
  border-radius: 10px;
  background: linear-gradient(to right, #ff7b16, #b90316);
  content: "";
}

.heading02_subText {
  display: block;
  font-size: 1.6rem;
}

/* ===========================================================================
  heading03
============================================================================= */
.heading03 {
  position: relative;
  margin: 40px 0 40px;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.5;
}
.heading03::before {
  position: absolute;
  right: 0;
  bottom: -13px;
  left: 0;
  width: 100%;
  height: 1px;
  margin-inline: auto;
  background: linear-gradient(to right, #ff7b16, #b90316);
  content: "";
}

/* ===========================================================================
  heading04
============================================================================= */
.heading04 {
  position: relative;
  margin-block: 25px 15px;
  padding-left: 13px;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
}
.heading04::before {
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 5px;
  height: 23px;
  border-radius: 10px;
  background: linear-gradient(to right, #ff7b16, #b90316);
  content: "";
}

/* ===========================================================================
  imgBlock01（横幅可変、キャプションの横幅を画像に揃える）
============================================================================= */
.imgBlock01, .imgBlock01-w600 {
  display: table;
  margin-right: auto;
  margin-left: auto;
}

.imgBlock01_caption {
  display: table-caption;
  margin-top: 5px;
  color: #666;
  font-size: 1.4rem;
  caption-side: bottom;
}

.imgBlock01-w600 {
  max-width: 600px;
}

.imgBlock01_img {
  border-radius: 20px;
}

/* ===========================================================================
  imgList
============================================================================= */
.imgList, .imgList-col3, .imgList-col2 {
  display: grid;
  gap: 21px;
}

.imgList_img {
  border-radius: 10px;
}

/* ===========================================================================
  lead01
============================================================================= */
.lead01 {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 2rem;
}

/* ===========================================================================
  lead02
============================================================================= */
.lead02 {
  margin-top: 15px;
  color: #d60016;
  font-weight: 700;
  font-size: 2rem;
}

/* ===========================================================================
  lead03
============================================================================= */
.lead03 {
  font-size: 1.8rem;
}

/* ===========================================================================
  link
============================================================================= */
.link {
  color: #d60016;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ===========================================================================
  linkBlock01
============================================================================= */
.linkBlock01 {
  display: block;
  overflow: hidden;
  border-radius: 20px;
}

.linkBlock01_title {
  display: block;
  position: relative;
  padding: 13px 35px 17px;
  background: #d60016;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
}
.linkBlock01_title::after {
  display: block;
  position: absolute;
  top: 0;
  right: 14px;
  bottom: 0;
  width: 12px;
  height: 15px;
  margin: auto;
  background: url("../img/icon_chevron-white.svg") no-repeat center/contain;
  content: "";
}

/* ===========================================================================
  linkBlock01Area
============================================================================= */
.linkBlock01Area {
  position: relative;
  border-radius: 10px;
}

.linkBlock01Area_img {
  border-radius: 10px 10px 0 0;
}

.linkBlock01Area_linkBlock01 {
  display: block;
  border-radius: 0 0 10px 10px;
}

/* ===========================================================================
  linkBlock01List
============================================================================= */
.linkBlock01List {
  display: grid;
  gap: 40px;
}

.linkBlock01List-s {
  margin-inline: auto;
}

/* ===========================================================================
  linkBlock02
============================================================================= */
.linkBlock02 {
  display: block;
  position: relative;
}
.linkBlock02::before, .linkBlock02::after {
  position: absolute;
  content: "";
}
.linkBlock02::after {
  right: 0;
  bottom: 0;
  width: 46px;
  height: 46px;
  border-radius: 20px 0 20px 0;
  background: #d60016;
  transition: background-color 0.2s;
}
.linkBlock02::before {
  z-index: 1;
  right: 18px;
  bottom: 16px;
  width: 8px;
  height: 15px;
  background: url("../../assets/img/icon_chevron-white.svg") no-repeat center/contain;
}

.linkBlock02_img {
  border-radius: 20px;
}

.linkBlock02_textArea {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: -32px;
  left: -20px;
}

.linkBlock02_name {
  display: inline-block;
  padding: 5px 15px 5px 10px;
  border-radius: 0 50px 50px 0;
  background: #000;
  color: #fff;
  font-size: 1.4rem;
}

.linkBlock02_title {
  display: block;
  width: calc(100% - 80px);
  padding: 12px 25px 12px 15px;
  border-radius: 0 50px 50px 0;
  background: #fff;
  color: #d60016;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
}

/* ===========================================================================
  linkBlock02List
============================================================================= */
.linkBlock02List, .linkBlock02List-col2 {
  display: grid;
  gap: 60px;
}

/* ===========================================================================
  list01
============================================================================= */
.list01 {
  display: grid;
  row-gap: 15px;
}
.list01 > li {
  position: relative;
}

ol.list01 {
  counter-reset: number;
}
ol.list01 > li {
  position: relative;
  padding-left: 35px;
  font-weight: 700;
  font-size: 1.8rem;
}
ol.list01 > li::before {
  display: grid;
  position: absolute;
  top: 0.15em;
  left: 0;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: linear-gradient(to right, #ff7b16, #b90316);
  content: counter(number);
  color: #fff;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1;
  font-family: "Outfit", sans-serif;
  counter-increment: number;
}

ul.list01 {
  padding-left: 1em;
  list-style: disc;
}
ul.list01 > li::marker {
  color: #d60016;
  font-size: 1.6rem;
}

.list01_text {
  margin-top: 10px;
  font-weight: 400;
  font-size: 1.6rem;
}

/* ===========================================================================
  list02
============================================================================= */
.list02 {
  display: grid;
  row-gap: 15px;
}
.list02 > li {
  position: relative;
  padding-left: 30px;
}

ul.list02 > li::before {
  position: absolute;
  top: 0.7em;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #d60016;
  content: "";
}

/* ===========================================================================
  mv
============================================================================= */
.mv {
  padding-bottom: 59px;
  background: linear-gradient(to bottom, #fff 0%, #fff 58%, #f2e4d5 58%, #f6efe1 100%);
}

.mv_inner {
  width: calc(100% - 20px * 2);
  max-width: 1200px;
  margin: 0 auto;
}
.mv_inner {
  margin: 0 0 0 auto;
}

.mv_titleArea {
  margin-right: 40px;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.4;
}

.mv_subText {
  display: block;
  margin-bottom: 7px;
  color: #d60016;
  font-size: 1.6rem;
  line-height: 1.25;
  font-family: "Outfit", sans-serif;
}

.mv_imgArea {
  width: 100%;
  margin-inline: auto;
  overflow: hidden;
  border-radius: 30px 0 0 30px;
}

/* ===========================================================================
  note
============================================================================= */
.note-indent04, .note-indent02, .note-indent01 {
  position: relative;
  font-size: 1.4rem;
}

.note-indent01 {
  padding-left: 1em;
  text-indent: -1em;
}

.note-indent02 {
  padding-left: 2em;
  text-indent: -2em;
}

.note-indent04 {
  padding-left: 4em;
  text-indent: -4em;
}

.note_mark {
  color: #d60016;
}

/* ===========================================================================
  overlay
============================================================================= */
.overlay {
  display: block;
  visibility: hidden;
  z-index: 3;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  opacity: 0;
  transition: all 0.4s;
}
body.menu-open .overlay {
  visibility: visible;
  opacity: 1;
}

/* ===========================================================================
  pagelink
============================================================================= */
.pagelink-col4, .pagelink-col3, .pagelink-col2 {
  display: grid;
  gap: 10px;
}

.pagelink_link {
  display: grid;
  position: relative;
  place-content: center;
  width: 100%;
  height: 100%;
  padding: 13px 40px 15px;
  border-radius: 10px;
  background-color: #d60016;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
}
.pagelink_link::after {
  display: block;
  position: absolute;
  top: 0;
  right: 14px;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  rotate: 90deg;
  background: url("../img/icon_chevron-white.svg") no-repeat center/contain;
  content: "";
}

/* ===========================================================================
  recruit
============================================================================= */
.recruit {
  padding-block: 31px 60px;
  background: linear-gradient(to right, #ff7b16, #b90316);
}

.recruit_inner {
  width: calc(100% - 20px * 2);
  max-width: 1200px;
  margin: 0 auto;
}
.recruit_inner {
  display: grid;
}

.recruit_title {
  margin-bottom: 27px;
  text-align: center;
}

.recruit_titleText {
  position: relative;
  padding-left: 20px;
  color: #fff;
  font-weight: 700;
  font-size: 2.2rem;
}
.recruit_titleText::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border-radius: 50%;
  background-color: #fff;
  content: "";
  font-size: 2rem;
}

.recruit_btnList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.recruit_btn-l {
  grid-column: 1/3;
}

/* ===========================================================================
  skip
============================================================================= */
.skip-link {
  z-index: 4;
  position: absolute;
  top: 0;
  left: 0;
  padding: 12px 16px;
  translate: -120%;
  border-radius: 0 0 8px 0;
  background: #000;
  color: #fff;
  text-decoration: none;
}
.skip-link:focus, .skip-link:focus-visible {
  translate: 0;
}

.skip-focus:focus,
.skip-focus:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

/* ===========================================================================
  tabBlock01
============================================================================= */
.tabBlock01_tabAreaInner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-inline: 6px;
  gap: 6px;
}

.tabBlock01_tab {
  display: grid;
  position: relative;
  place-items: center;
  padding: 5px 3px 7px;
  border: 1px solid #e8c480;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  background-color: #fee5b6;
  font-size: 1.4rem;
  line-height: 1.25;
  text-align: center;
}
.tabBlock01_tab.is-active {
  border-color: #fff;
  background-color: #fff;
  font-weight: 700;
}

.tabBlock01_content {
  z-index: 1;
  position: relative;
  padding: 20px;
  background-color: #fff;
}
.tabBlock01_content::before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: "";
}
.tabBlock01_content.is-hide {
  display: none;
}

/* ===========================================================================
  table01
============================================================================= */
.table01 {
  border: solid 1px #acacac;
  background-color: #fff;
}
.table01 > thead > tr > th {
  padding: 15px;
  border-right: solid 1px #acacac;
  background-color: #ffeee5;
  text-align: center;
}
.table01 > tbody > tr {
  border-top: solid 1px #acacac;
}
.table01 > tbody > tr > th {
  background-color: #ffeee5;
  font-weight: 400;
  text-align: center;
}
.table01 > tbody > tr > :is(th, td) {
  padding: 15px;
  border-right: solid 1px #acacac;
}

.table01_bg01 {
  background-color: #ffeee5;
}

.table01_bgWhite {
  background-color: #fff !important;
}

.table01_list02 {
  row-gap: 0 !important;
}

/* ===========================================================================
  table02
スマホ時は縦積みタイプ
============================================================================= */
.table02 {
  border: solid 1px #acacac;
  line-height: 1.5;
}
.table02 > colgroup {
  display: none;
}
.table02 > thead > tr > th {
  padding: 30px;
  border-right: solid 1px #acacac;
  border-bottom: solid 1px #acacac;
  background-color: #ededed;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.table02 > tbody > tr {
  border-bottom: solid 1px #acacac;
}
.table02 > tbody > tr > :is(th, td) {
  display: block;
  padding: 20px;
  background-color: #fff;
}
.table02 > tbody > tr > th {
  border-bottom: solid 1px #acacac;
  font-weight: 700;
  font-size: 1.8rem;
}
.table02 > tbody > tr > .table02_bg01 {
  background-color: #ededed;
  color: #fff;
}
.table02 > tbody > tr > .table02_bg02 {
  background-color: #ededed;
}

/* ===========================================================================
  tableScroll
============================================================================= */
.tableScroll, .tableScroll-nowrap {
  padding-bottom: 8px;
  overflow-x: auto;
}
.tableScroll > table, .tableScroll-nowrap > table {
  min-width: 750px;
}
.tableScroll::-webkit-scrollbar, .tableScroll-nowrap::-webkit-scrollbar {
  height: 10px;
}
.tableScroll::-webkit-scrollbar-track, .tableScroll-nowrap::-webkit-scrollbar-track {
  border-radius: 7px;
  background-color: #bbacac;
}
.tableScroll::-webkit-scrollbar-thumb, .tableScroll-nowrap::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: #d60016;
}
.tableScroll, .tableScroll-nowrap {
  scrollbar-color: #d60016 #bbacac;
  scrollbar-width: thin;
}

.tableScroll-nowrap {
  white-space: nowrap;
}
.tableScroll-nowrap > table {
  min-width: auto;
}

/* ===========================================================================
  textBlock01
============================================================================= */
.textBlock01 {
  padding: 20px 20px 25px;
  border-radius: 20px;
  background-color: #ffeee5;
  text-align: center;
}

.textBlock01_title {
  margin-bottom: 10px;
  color: #d60016;
  font-weight: 700;
  font-size: 2rem;
}

.textBlock01_text {
  font-size: 1.8rem;
}

/* ===========================================================================
  _textBlock01List
============================================================================= */
.textBlock01List {
  display: grid;
  gap: 10px;
}

/* ===========================================================================
  timeline
============================================================================= */
.timeline {
  padding: 25px 20px;
  border-radius: 20px;
  background-color: #fff;
}

.timeline_list {
  display: grid;
  row-gap: 25px;
}

.timeline_item {
  display: grid;
  position: relative;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: flex-start;
  padding-left: 25px;
}
.timeline_item::before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #d60016;
  content: "";
}
.timeline_item:not(:last-child)::after {
  position: absolute;
  top: 14px;
  bottom: -39px;
  left: 5px;
  width: 1px;
  background-color: #d60016;
  content: "";
}

.timeline_time {
  display: block;
  min-width: 60px;
  color: #d60016;
  font-weight: 700;
  line-height: 1.4;
}

.timeline_text {
  line-height: 1.4;
}

/* ===========================================================================
  util
============================================================================= */
/*  margin
------------------------------------ */
.mt0 {
  margin-top: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}
.mt5 {
  margin-top: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}
.mt55 {
  margin-top: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}
.mt60 {
  margin-top: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}
.mt65 {
  margin-top: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}
.mt70 {
  margin-top: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}
.mt75 {
  margin-top: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}
.mt5-all {
  margin-top: 5px !important;
}

.mt20-all {
  margin-top: 20px !important;
}

/*  padding
------------------------------------ */
.pt0 {
  padding-top: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}
.pt5 {
  padding-top: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}
.pt35 {
  padding-top: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}
.pt40 {
  padding-top: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}
.pt45 {
  padding-top: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}
.pt50 {
  padding-top: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}
.pt55 {
  padding-top: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}
.pt60 {
  padding-top: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}
.pt65 {
  padding-top: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}
.pt70 {
  padding-top: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}
.pt75 {
  padding-top: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}
/*  font-size
------------------------------------ */
.fz-xs {
  font-size: 1.2rem !important;
}

.fz-s {
  font-size: 1.4rem !important;
}

.fz-m {
  font-size: 1.6rem !important;
}

.fz-l {
  font-size: 1.8rem !important;
}

.fz-xl {
  font-size: 2rem !important;
}

/*  font-weight
------------------------------------ */
.fw-n {
  font-weight: 400 !important;
}

.fw-b {
  font-weight: 700 !important;
}

/*  text-align
------------------------------------ */
.ta-left {
  text-align: left !important;
}

.ta-right {
  text-align: right !important;
}

.ta-center {
  text-align: center !important;
}

/*  vertical-align
------------------------------------ */
.va-top {
  vertical-align: top !important;
}

.va-middle {
  vertical-align: middle !important;
}

.va-bottom {
  vertical-align: bottom !important;
}

.va-base {
  vertical-align: baseline !important;
}

/*  display
------------------------------------ */
.d-i {
  display: inline !important;
}

.d-ib {
  display: inline-block !important;
}

.d-b {
  display: block !important;
}

.d-none {
  display: none !important;
}

/*  color
------------------------------------ */
.c-red {
  color: #b90316 !important;
}

.c-main {
  color: #d60016 !important;
}

/*  text-decolation
------------------------------------ */
.td-under {
  text-decoration: underline !important;
}

/*  overflow
------------------------------------ */
.of-hidden {
  overflow: hidden;
}

/*  visibility
------------------------------------ */
.visibility-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  white-space: nowrap;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}

/* ===========================================================================
  youtube
============================================================================= */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube_iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

@media (min-width: 768px){
  .footer_inner {
    width: calc(100% - 40px * 2);
  }
  .footer_logo {
    width: 383px;
  }
  .footer_btn {
    margin-top: 36px;
  }
  .footer_pagetop {
    right: 20px;
    bottom: 20px;
  }
  .header_logo {
    max-width: max(200px, 55%);
  }
  .header_logoImg {
    width: max(260px, 50%);
  }
  .header_link-recruit {
    right: 75px;
    min-width: 100px;
    min-height: 54px;
  }
  .headerMenu {
    top: 16px;
    right: 84px;
  }
  .headerMenu.is-open {
    max-height: 100vh;
    max-height: 100dvh;
  }
  .headerMenuBtn {
    width: 65px;
    height: 65px;
  }
  .headerNavSecond_inner {
    width: calc(100% - 40px * 2);
  }
  .block01 {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .block01_img {
    border-radius: 30px;
  }
  .block01List-col2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .block02 {
    padding: 25px;
  }
  .block02_img {
    border-radius: 30px;
  }
  .block02_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .block03-reverse, .block03 {
    z-index: 1;
    position: relative;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .block03-reverse::before, .block03::before {
    z-index: -1;
    position: absolute;
    top: 60px;
    width: 200%;
    height: calc(100% - 40px);
    min-height: 220px;
    background-color: #fff;
    content: "";
  }
  .block03 {
    margin-left: 0;
  }
  .block03::before {
    right: 0;
    border-radius: 0 40px 40px 0;
  }
  .block03-reverse::before {
    left: 0;
    border-radius: 40px 0 0 40px;
  }
  .block03_img-right {
    border-radius: 30px;
  }
  .block03_img-left {
    border-radius: 30px;
  }
  .block03_textArea-left, .block03_textArea-right {
    order: 0;
    margin-top: 60px;
    background-color: inherit;
  }
  .block03_textArea-right {
    padding: 40px 40px 20px 0;
    border-bottom-right-radius: 0;
  }
  .block03_textArea-left {
    padding: 40px 0 20px 40px;
    border-bottom-left-radius: 0;
  }
  .block03_title {
    margin-bottom: 15px;
    font-size: 2.3rem;
  }
  .block03List {
    gap: 100px;
  }
  .block04 {
    padding: 25px 25px 35px;
  }
  .block04_title {
    padding-left: 0;
  }
  .block04_title::before {
    position: relative;
    margin-right: 20px;
  }
  .block04_grid {
    grid-template-columns: 1fr auto;
    gap: 40px;
  }
  .block04List {
    gap: 40px;
  }
  .block05_content {
    padding: 20px 25px 25px;
  }
  .block05_grid {
    grid-template-columns: 1fr auto;
    gap: 40px;
  }
  .block05_text01-center {
    text-align: left;
  }
  .block05List {
    gap: 40px;
  }
  .block06 {
    padding: 25px;
  }
  .block06_question::before {
    width: 25px;
  }
  .block07_textArea {
    padding: 45px 50px;
  }
  .block07_titleImg {
    width: 250px;
  }
  .br-s {
    display: none;
  }
  .br-m {
    display: inline;
  }
  .br-ml {
    display: inline;
  }
  .btn01-s {
    max-width: 320px;
  }
  .btn01-m {
    max-width: 420px;
  }
  .btn03-m {
    max-width: 440px;
  }
  .content, .content-grad, .content-pbL {
    padding-bottom: 130px;
  }
  .content-pbL {
    padding-bottom: 190px;
  }
  .content_inner {
    width: calc(100% - 40px * 2);
  }
  .content_inner-s {
    width: calc(100% - 40px * 2);
  }
  .content_inner-l {
    width: calc(100% - 40px * 2);
  }
  .content_inner-xl {
    width: calc(100% - 40px * 2);
  }
  .content_inner-tab {
    width: calc(100% - 40px * 2);
  }
  .faqList {
    gap: 40px;
  }
  .faqList_item {
    padding: 25px 25px 25px 45px;
  }
  .flow01_item {
    padding: 25px;
  }
  .heading01 {
    padding-block: 50px 100px;
  }
  .heading01_title {
    font-size: 3.5rem;
  }
  .heading01_category {
    margin-bottom: 11px;
    padding-left: 26px;
    font-size: 1.6rem;
  }
  .heading01_category::before {
    width: 18px;
    height: 18px;
    border-width: 6px;
  }
  .heading02 {
    margin-block: 120px 50px;
  }
  .heading02_text {
    font-size: 3rem;
  }
  .imgList-col2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .imgList-col3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .imgList_img {
    border-radius: 20px;
  }
  .linkBlock01List {
    grid-template-columns: repeat(2, 1fr);
  }
  .linkBlock01List-s {
    width: 75%;
  }
  .linkBlock02List-col2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .mv_inner {
    width: calc(100% - 40px * 2);
  }
  .mv_inner {
    display: grid;
    grid-template-columns: 1fr 50%;
    align-items: flex-start;
    gap: 50px;
  }
  .mv_titleArea {
    margin: 45px 0 0 0;
    font-size: clamp(2.6rem, 1.9rem + 1.7vw, 5rem);
  }
  .mv_subText {
    font-size: clamp(1.6rem, 1.2rem + 0.9vw, 3rem);
  }
  .pagelink-col4, .pagelink-col3, .pagelink-col2 {
    gap: 20px;
  }
  .pagelink-col2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .pagelink-col3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .pagelink-col4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .recruit_inner {
    width: calc(100% - 40px * 2);
  }
  .tabBlock01_tabAreaInner {
    margin-inline: 0;
    gap: 12px;
  }
  .tabBlock01_content {
    padding: 25px;
  }
  .tabBlock01_content::before {
    content: none;
  }
  .table01 > thead > tr > th,
  .table01 > tbody > tr > :is(th, td) {
    padding: 18px 35px;
  }
  .table02 > colgroup {
    display: table-column-group;
  }
  .table02 > tbody > tr > :is(th, td) {
    display: table-cell;
    padding: 30px;
  }
  .table02 > tbody > tr > th {
    border-right: solid 1px #acacac;
    vertical-align: top;
  }
  .tableScroll, .tableScroll-nowrap {
    padding-bottom: 0;
    overflow-x: visible;
  }
  .tableScroll > table, .tableScroll-nowrap > table {
    min-width: auto;
  }
  .tableScroll-nowrap {
    white-space: normal;
  }
  .mt0 {
    margin-top: 0px !important;
  }
  .mr0 {
    margin-right: 0px !important;
  }
  .mb0 {
    margin-bottom: 0px !important;
  }
  .ml0 {
    margin-left: 0px !important;
  }
  .mt5 {
    margin-top: 7.5px !important;
  }
  .mr5 {
    margin-right: 7.5px !important;
  }
  .mb5 {
    margin-bottom: 7.5px !important;
  }
  .ml5 {
    margin-left: 7.5px !important;
  }
  .mt10 {
    margin-top: 15px !important;
  }
  .mr10 {
    margin-right: 15px !important;
  }
  .mb10 {
    margin-bottom: 15px !important;
  }
  .ml10 {
    margin-left: 15px !important;
  }
  .mt15 {
    margin-top: 22.5px !important;
  }
  .mr15 {
    margin-right: 22.5px !important;
  }
  .mb15 {
    margin-bottom: 22.5px !important;
  }
  .ml15 {
    margin-left: 22.5px !important;
  }
  .mt20 {
    margin-top: 30px !important;
  }
  .mr20 {
    margin-right: 30px !important;
  }
  .mb20 {
    margin-bottom: 30px !important;
  }
  .ml20 {
    margin-left: 30px !important;
  }
  .mt25 {
    margin-top: 37.5px !important;
  }
  .mr25 {
    margin-right: 37.5px !important;
  }
  .mb25 {
    margin-bottom: 37.5px !important;
  }
  .ml25 {
    margin-left: 37.5px !important;
  }
  .mt30 {
    margin-top: 45px !important;
  }
  .mr30 {
    margin-right: 45px !important;
  }
  .mb30 {
    margin-bottom: 45px !important;
  }
  .ml30 {
    margin-left: 45px !important;
  }
  .mt35 {
    margin-top: 52.5px !important;
  }
  .mr35 {
    margin-right: 52.5px !important;
  }
  .mb35 {
    margin-bottom: 52.5px !important;
  }
  .ml35 {
    margin-left: 52.5px !important;
  }
  .mt40 {
    margin-top: 60px !important;
  }
  .mr40 {
    margin-right: 60px !important;
  }
  .mb40 {
    margin-bottom: 60px !important;
  }
  .ml40 {
    margin-left: 60px !important;
  }
  .mt45 {
    margin-top: 67.5px !important;
  }
  .mr45 {
    margin-right: 67.5px !important;
  }
  .mb45 {
    margin-bottom: 67.5px !important;
  }
  .ml45 {
    margin-left: 67.5px !important;
  }
  .mt50 {
    margin-top: 75px !important;
  }
  .mr50 {
    margin-right: 75px !important;
  }
  .mb50 {
    margin-bottom: 75px !important;
  }
  .ml50 {
    margin-left: 75px !important;
  }
  .mt55 {
    margin-top: 82.5px !important;
  }
  .mr55 {
    margin-right: 82.5px !important;
  }
  .mb55 {
    margin-bottom: 82.5px !important;
  }
  .ml55 {
    margin-left: 82.5px !important;
  }
  .mt60 {
    margin-top: 90px !important;
  }
  .mr60 {
    margin-right: 90px !important;
  }
  .mb60 {
    margin-bottom: 90px !important;
  }
  .ml60 {
    margin-left: 90px !important;
  }
  .mt65 {
    margin-top: 97.5px !important;
  }
  .mr65 {
    margin-right: 97.5px !important;
  }
  .mb65 {
    margin-bottom: 97.5px !important;
  }
  .ml65 {
    margin-left: 97.5px !important;
  }
  .mt70 {
    margin-top: 105px !important;
  }
  .mr70 {
    margin-right: 105px !important;
  }
  .mb70 {
    margin-bottom: 105px !important;
  }
  .ml70 {
    margin-left: 105px !important;
  }
  .mt75 {
    margin-top: 112.5px !important;
  }
  .mr75 {
    margin-right: 112.5px !important;
  }
  .mb75 {
    margin-bottom: 112.5px !important;
  }
  .ml75 {
    margin-left: 112.5px !important;
  }
  .pt0 {
    padding-top: 0px !important;
  }
  .pr0 {
    padding-right: 0px !important;
  }
  .pb0 {
    padding-bottom: 0px !important;
  }
  .pl0 {
    padding-left: 0px !important;
  }
  .pt5 {
    padding-top: 7.5px !important;
  }
  .pr5 {
    padding-right: 7.5px !important;
  }
  .pb5 {
    padding-bottom: 7.5px !important;
  }
  .pl5 {
    padding-left: 7.5px !important;
  }
  .pt10 {
    padding-top: 15px !important;
  }
  .pr10 {
    padding-right: 15px !important;
  }
  .pb10 {
    padding-bottom: 15px !important;
  }
  .pl10 {
    padding-left: 15px !important;
  }
  .pt15 {
    padding-top: 22.5px !important;
  }
  .pr15 {
    padding-right: 22.5px !important;
  }
  .pb15 {
    padding-bottom: 22.5px !important;
  }
  .pl15 {
    padding-left: 22.5px !important;
  }
  .pt20 {
    padding-top: 30px !important;
  }
  .pr20 {
    padding-right: 30px !important;
  }
  .pb20 {
    padding-bottom: 30px !important;
  }
  .pl20 {
    padding-left: 30px !important;
  }
  .pt25 {
    padding-top: 37.5px !important;
  }
  .pr25 {
    padding-right: 37.5px !important;
  }
  .pb25 {
    padding-bottom: 37.5px !important;
  }
  .pl25 {
    padding-left: 37.5px !important;
  }
  .pt30 {
    padding-top: 45px !important;
  }
  .pr30 {
    padding-right: 45px !important;
  }
  .pb30 {
    padding-bottom: 45px !important;
  }
  .pl30 {
    padding-left: 45px !important;
  }
  .pt35 {
    padding-top: 52.5px !important;
  }
  .pr35 {
    padding-right: 52.5px !important;
  }
  .pb35 {
    padding-bottom: 52.5px !important;
  }
  .pl35 {
    padding-left: 52.5px !important;
  }
  .pt40 {
    padding-top: 60px !important;
  }
  .pr40 {
    padding-right: 60px !important;
  }
  .pb40 {
    padding-bottom: 60px !important;
  }
  .pl40 {
    padding-left: 60px !important;
  }
  .pt45 {
    padding-top: 67.5px !important;
  }
  .pr45 {
    padding-right: 67.5px !important;
  }
  .pb45 {
    padding-bottom: 67.5px !important;
  }
  .pl45 {
    padding-left: 67.5px !important;
  }
  .pt50 {
    padding-top: 75px !important;
  }
  .pr50 {
    padding-right: 75px !important;
  }
  .pb50 {
    padding-bottom: 75px !important;
  }
  .pl50 {
    padding-left: 75px !important;
  }
  .pt55 {
    padding-top: 82.5px !important;
  }
  .pr55 {
    padding-right: 82.5px !important;
  }
  .pb55 {
    padding-bottom: 82.5px !important;
  }
  .pl55 {
    padding-left: 82.5px !important;
  }
  .pt60 {
    padding-top: 90px !important;
  }
  .pr60 {
    padding-right: 90px !important;
  }
  .pb60 {
    padding-bottom: 90px !important;
  }
  .pl60 {
    padding-left: 90px !important;
  }
  .pt65 {
    padding-top: 97.5px !important;
  }
  .pr65 {
    padding-right: 97.5px !important;
  }
  .pb65 {
    padding-bottom: 97.5px !important;
  }
  .pl65 {
    padding-left: 97.5px !important;
  }
  .pt70 {
    padding-top: 105px !important;
  }
  .pr70 {
    padding-right: 105px !important;
  }
  .pb70 {
    padding-bottom: 105px !important;
  }
  .pl70 {
    padding-left: 105px !important;
  }
  .pt75 {
    padding-top: 112.5px !important;
  }
  .pr75 {
    padding-right: 112.5px !important;
  }
  .pb75 {
    padding-bottom: 112.5px !important;
  }
  .pl75 {
    padding-left: 112.5px !important;
  }
}

@media (any-hover: hover) and (min-width: 1024px){
  .footer_btn {
    transition: background 0.2s;
  }
  .footer_btn:hover {
    border-color: #fff;
    background: linear-gradient(to right, #ff7b16, #b90316);
    color: #fff;
  }
  .footer_btn:hover .footer_btnText::after {
    background-image: url("../img/icon_chevron-white.svg");
  }
  .footerNav_link:hover,
  .footerNav_link-category:hover,
  .footerNav_link-category-s:hover {
    color: #d60016;
  }
  .header_link-recruit:hover {
    translate: 0 -2px;
    filter: drop-shadow(0px 0px 5px rgba(185, 40, 3, 0.5));
  }
  .headerNav_link {
    transition: color 0.2s;
  }
  .headerNav_link:hover {
    color: #d60016;
  }
  .headerNavSecond_link {
    transition: background-color 0.2s;
  }
  .headerNavSecond_link:hover {
    background-color: #f6efe1;
  }
  .headerNavSecondSP_link:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .btn01, .btn01-m, .btn01-s {
    transition: background-color 0.2s, border 0.2s, color 0.2s;
  }
  .btn01:hover, .btn01-m:hover, .btn01-s:hover {
    border: 3px solid #d60016;
    background-color: #fff;
    color: #d60016;
  }
  .btn01_text {
    transition: background 0.2s;
  }
  .btn01:hover .btn01_text::before, .btn01-s:hover .btn01_text::before, .btn01-m:hover .btn01_text::before, .btn01:hover .btn01_text::after, .btn01-s:hover .btn01_text::after, .btn01-m:hover .btn01_text::after {
    background-color: #d60016;
  }
  .btn02 {
    transition: background-color 0.2s, color 0.2s;
  }
  .btn02:hover {
    background-color: #fff;
    color: #d60016;
  }
  .btn02_text {
    transition: background 0.2s;
  }
  .btn02:hover .btn02_text::after {
    background-image: url("../../assets/img/icon_chevron-red.svg");
  }
  .btn03, .btn03-m {
    transition: background-color 0.2s, border 0.2s, color 0.2s;
  }
  .btn03:hover, .btn03-m:hover {
    border: 3px solid #ff5e16;
    background-color: #fff;
    color: #ff5e16;
  }
  .btn03_text, .btn03_text-s {
    transition: background 0.2s;
  }
  .btn03:hover .btn03_text::before, .btn03:hover .btn03_text-s::before, .btn03-m:hover .btn03_text::before, .btn03-m:hover .btn03_text-s::before, .btn03:hover .btn03_text::after, .btn03:hover .btn03_text-s::after, .btn03-m:hover .btn03_text::after, .btn03-m:hover .btn03_text-s::after {
    background-color: #d60016;
  }
  .link:hover {
    text-decoration: none;
  }
  .linkBlock01 {
    transition: transform 0.2s;
  }
  .linkBlock01:hover {
    transform: translate(3px, 3px);
  }
  .linkBlock02 {
    transition: transform 0.2s;
  }
  .linkBlock02:hover {
    transform: translate(3px, 3px);
  }
  .linkBlock02:hover::after {
    background-color: rgb(183.4, 0, 18.8542056075);
  }
  .pagelink_link {
    transition: translate 0.2s;
  }
  .pagelink_link:hover {
    translate: 0 3px;
  }
  .tabBlock01_tab {
    transition: background-color 0.2s, color 0.2s;
  }
  .tabBlock01_tab:hover {
    border-color: #fff;
    background-color: #fff;
  }
}

@media (min-width: 1024px){
  main {
    margin-top: 0;
  }
  .footer {
    padding-bottom: 30px;
  }
  .footer_inner {
    width: calc(100% - 50px * 2);
  }
  .footer_footerNav {
    order: 0;
  }
  .footerNav_linkArea {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    grid-template-areas: "work workstyle message" "work workstyle faq" "work employee requirements";
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  .footerNav_category-requirements, .footerNav_category-faq, .footerNav_category-message, .footerNav_category-employee, .footerNav_category-workstyle {
    margin-top: 40px;
  }
  .footerNav_category-workstyle {
    margin-top: 0;
  }
  .footerNav_category-message {
    margin-top: 0;
  }
  .footerNav_link {
    font-size: 1.5rem;
  }
  .footerNav_linkText-s {
    font-size: 1.2rem;
  }
  .footerNav_link-category, .footerNav_link-category-s {
    font-size: 1.6rem;
  }
  .footerNav_link-category-s {
    font-size: 1.6rem;
  }
  .header_logoArea {
    padding: 60px 40px 52px;
  }
  .header_logo {
    display: flex;
    align-items: center;
    max-width: 383px;
    line-height: 1;
  }
  .header_logoImg {
    width: 260px;
  }
  .header_title {
    width: 101px;
    margin-left: 21px;
  }
  .header_link-recruit {
    top: 20px;
    right: 20px;
    width: 100%;
    max-width: 160px;
    height: 60px;
    padding-inline: 24px 22px;
    border-radius: 50px;
    transition: translate 0.2s, filter 0.2s;
  }
  .header_linkText-recruit {
    position: relative;
    padding-inline: 5px 20px;
    font-size: 1.6rem;
  }
  .header_linkText-recruit::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/icon_chevron-white.svg") no-repeat right center/0.55em;
    content: "";
  }
  .headerMenu {
    display: block;
    top: 20px;
    right: 195px;
  }
  .headerMenu_corporate {
    display: none;
  }
  .headerMenuBtn {
    display: none;
  }
  .headerNav {
    height: 60px;
    padding: 15px 35px 19px;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .headerNav_logo {
    display: none;
  }
  .headerNav_list {
    flex-flow: row;
    justify-content: space-between;
    height: auto;
  }
  .headerNav_item-requirements, .headerNav_item-faq, .headerNav_item-message, .headerNav_item-employee, .headerNav_item-workstyle, .headerNav_item-works, .headerNav_item-top {
    display: block;
    margin-top: 0;
    padding: 0 0 0 30px;
  }
  .headerNav_item-top {
    display: none;
  }
  .headerNav_item-works {
    padding-left: 0;
  }
  .headerNav_item-requirements {
    display: none;
  }
  .headerNav_link {
    display: grid;
    position: relative;
    place-items: center;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
    font-size: 1.6rem;
    line-height: 1.75;
    white-space: nowrap;
  }
  .headerNavSecond {
    display: none;
    z-index: 8;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100vw;
    padding-block: 60px;
    background-color: #d60016;
    color: #fff;
  }
  .headerNavSecond_inner {
    width: calc(100% - 50px * 2);
  }
  .headerNavSecond_inner {
    max-width: 1000px;
  }
  .headerNavSecond_titleArea {
    display: grid;
    gap: 28px;
  }
  .headerNavSecond_linkArea, .headerNavSecond_linkArea-col3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 19px;
  }
  .headerNavSecond_linkArea-col3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .headerNavSecond_link, .headerNavSecond_link-top {
    color: #fff;
    line-height: 1.4;
  }
  .headerNavSecond_link-top {
    margin-bottom: 30px;
    padding: 12px 68px 12px 0;
    background: url("../../assets/img/icon_circleChevron-white.svg") no-repeat center right 10px/47px;
    font-weight: 700;
    font-size: 1.8rem;
  }
  .headerNavSecond_link {
    position: relative;
    padding: 20px 25px 21px 15px;
    border-radius: 10px;
    color: #000;
    font-size: 1.4rem;
  }
  .headerNavSecond_link::before, .headerNavSecond_link::after {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 7px;
    height: 2px;
    transform-origin: right center;
    border-radius: 50px;
    background-color: #d60016;
    content: "";
  }
  .headerNavSecond_link::before {
    transform: translateY(-50%) rotate(45deg);
  }
  .headerNavSecond_link::after {
    transform: translateY(-50%) rotate(-45deg);
  }
  .headerNavSecondSP {
    display: none;
  }
  .headerNavSecondSP_link {
    font-size: 1.6rem;
  }
  .arrow01 {
    max-width: 300px;
  }
  .block01 {
    gap: 40px;
  }
  .block01List, .block01List-col2 {
    gap: 60px;
  }
  .block02 {
    padding: 40px;
    border-radius: 40px;
  }
  .block02_text-l {
    margin-bottom: 20px;
  }
  .block02_grid {
    gap: 40px;
  }
  .block03-reverse, .block03 {
    max-width: 1140px;
    gap: 60px;
  }
  .block03-reverse::before, .block03::before {
    height: calc(100% - 60px);
    min-height: 370px;
  }
  .block03 {
    grid-template-columns: 52.65% 1fr;
  }
  .block03-reverse {
    grid-template-columns: 1fr 52.65%;
  }
  .block03_textArea-right {
    padding: 60px 60px 60px 0;
  }
  .block03_textArea-left {
    padding: 60px 0 60px 60px;
  }
  .block03_title {
    margin-bottom: 20px;
    font-size: 2.6rem;
  }
  .block03_text {
    font-size: 2rem;
  }
  .block03_text {
    font-size: 2.2rem;
  }
  .block03List {
    gap: 141px;
  }
  .block04 {
    padding: 40px;
    border-radius: 40px;
  }
  .block04_title {
    margin-bottom: 30px;
    font-size: 2.6rem;
  }
  .block04_title::before {
    min-width: 60px;
    min-height: 60px;
    font-size: 3rem;
  }
  .block05_title {
    padding-left: 0;
    font-size: 2.6rem;
  }
  .block05_content {
    padding: 40px 40px 45px;
  }
  .block05_banner {
    max-width: 230px;
  }
  .block06 {
    padding: 35px 40px 40px;
  }
  .block06_question {
    font-size: 1.8rem;
  }
  .block06_question::before {
    top: 18px;
    right: calc(100% + 10px);
    width: 40px;
  }
  .block06_lead {
    margin-top: 15px;
    font-size: 2rem;
  }
  .block06_text {
    font-size: 1.6rem;
  }
  .p-block06List {
    gap: 40px;
  }
  .block07_inner {
    min-height: 534px;
  }
  .block07_imgArea {
    width: 600px;
    max-width: none;
    border-radius: 30px;
  }
  .block07_textArea {
    margin: -44px 0 0 100px;
    padding: 60px 119px 60px 60px;
  }
  .block07_titleImg {
    width: 300px;
  }
  .block07_text {
    font-size: 1.8rem;
  }
  .br-m {
    display: none;
  }
  .br-l {
    display: inline;
  }
  .br-sm {
    display: none;
  }
  .btn02 {
    padding: 23px 20px 24px;
  }
  .btn02_text {
    padding-inline: 20px;
    font-size: 2rem;
  }
  .btn02_text::after {
    width: 9px;
    height: 15px;
  }
  .content, .content-grad, .content-pbL {
    padding-bottom: 160px;
  }
  .content-pbL {
    padding-bottom: 210px;
  }
  .content_inner {
    width: calc(100% - 50px * 2);
  }
  .content_inner-s {
    width: calc(100% - 20px * 2);
  }
  .content_inner-l {
    width: calc(100% - 50px * 2);
  }
  .content_inner-xl {
    width: calc(100% - 50px * 2);
  }
  .content_inner-tab {
    width: calc(100% - 50px * 2);
  }
  .faqList_item {
    padding: 40px 40px 50px 40px;
    border-radius: 40px;
  }
  .flow01 {
    gap: 40px;
  }
  .flow01_item {
    padding: 40px 40px 45px;
  }
  .flow01_stepArea {
    top: 40px;
  }
  .flow01_title {
    margin: 0 0 25px 30px;
  }
  .heading01 {
    padding-block: 81px 150px;
  }
  .heading01_title {
    font-size: 5rem;
  }
  .heading01_category {
    font-size: 1.8rem;
  }
  .heading01_text {
    margin-top: 100px;
  }
  .heading02 {
    margin-block: 140px 86px;
  }
  .heading02_text {
    font-size: 3.6rem;
  }
  .heading02_text::before {
    width: 54px;
  }
  .heading03 {
    margin: 60px 0 52px;
    font-size: 2.6rem;
  }
  .heading03::before {
    bottom: -15px;
  }
  .heading04 {
    margin-block: 35px 20px;
    padding-left: 15px;
    font-size: 2.2rem;
  }
  .heading04::before {
    height: 29px;
  }
  .lead01 {
    font-size: 2.6rem;
  }
  .lead02 {
    margin-top: 20px;
    font-size: 2.8rem;
  }
  .linkBlock01_title {
    padding: 18px 35px 22px;
  }
  .linkBlock01_title::after {
    width: 10px;
  }
  .linkBlock01Area_img {
    border-radius: 10px;
  }
  .linkBlock01Area_linkBlock01 {
    position: absolute;
    top: 0;
    right: 40px;
    bottom: 0;
    margin: min(85px, 4.5%) 0;
    border-radius: 10px;
  }
  .linkBlock02::after {
    width: 60px;
    height: 60px;
  }
  .linkBlock02::before {
    right: 24px;
    bottom: 21px;
    width: 11px;
    height: 17px;
  }
  .linkBlock02_name {
    padding-inline: 15px;
    font-size: 1.6rem;
  }
  .linkBlock02_title {
    width: calc(100% - 130px);
    padding: 2.2rem 2rem 2rem;
    font-size: 2rem;
  }
  .linkBlock02List, .linkBlock02List-col2 {
    gap: 72px 40px;
  }
  .mv {
    padding-bottom: 120px;
  }
  .mv_inner {
    width: calc(100% - 50px * 2);
  }
  .mv_inner {
    align-items: center;
    margin: 0 auto;
    gap: 100px;
  }
  .mv_titleArea {
    margin: 0;
    font-size: 5rem;
  }
  .mv_subText {
    font-size: 3rem;
  }
  .mv_imgArea {
    margin-inline: 0;
    border-radius: 40px;
  }
  .overlay {
    display: none;
  }
  .pagelink-col4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .pagelink_link {
    padding: 20px 40px 24px;
  }
  .pagelink_link::after {
    width: 12px;
    height: 12px;
  }
  .recruit {
    padding-block: 60px;
  }
  .recruit_inner {
    width: calc(100% - 50px * 2);
  }
  .recruit_inner {
    grid-template-columns: 132px auto;
    align-items: center;
    gap: 68px;
  }
  .recruit_title {
    margin-bottom: 0;
    text-align: left;
  }
  .recruit_titleText {
    padding-left: 20px;
    font-size: 2.8rem;
  }
  .recruit_titleText::before {
    width: 10px;
    height: 10px;
  }
  .recruit_btnList {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .recruit_btn-l {
    grid-column: auto;
  }
  .tabBlock01_tab {
    padding: 10px 10px 13px;
    font-size: 1.6rem;
  }
  .tabBlock01_content {
    padding: 40px;
  }
  .timeline {
    padding: 60px;
  }
  .timeline_item {
    -moz-column-gap: 15px;
         column-gap: 15px;
    padding-left: 30px;
  }
  .timeline_item::before {
    width: 13px;
    height: 13px;
  }
  .timeline_item:not(:last-child)::after {
    left: 6px;
  }
  .timeline_time {
    min-width: 70px;
    font-size: 2rem;
  }
  .timeline_text {
    font-size: 2rem;
  }
  .mt0 {
    margin-top: 0px !important;
  }
  .mr0 {
    margin-right: 0px !important;
  }
  .mb0 {
    margin-bottom: 0px !important;
  }
  .ml0 {
    margin-left: 0px !important;
  }
  .mt5 {
    margin-top: 10px !important;
  }
  .mr5 {
    margin-right: 10px !important;
  }
  .mb5 {
    margin-bottom: 10px !important;
  }
  .ml5 {
    margin-left: 10px !important;
  }
  .mt10 {
    margin-top: 20px !important;
  }
  .mr10 {
    margin-right: 20px !important;
  }
  .mb10 {
    margin-bottom: 20px !important;
  }
  .ml10 {
    margin-left: 20px !important;
  }
  .mt15 {
    margin-top: 30px !important;
  }
  .mr15 {
    margin-right: 30px !important;
  }
  .mb15 {
    margin-bottom: 30px !important;
  }
  .ml15 {
    margin-left: 30px !important;
  }
  .mt20 {
    margin-top: 40px !important;
  }
  .mr20 {
    margin-right: 40px !important;
  }
  .mb20 {
    margin-bottom: 40px !important;
  }
  .ml20 {
    margin-left: 40px !important;
  }
  .mt25 {
    margin-top: 50px !important;
  }
  .mr25 {
    margin-right: 50px !important;
  }
  .mb25 {
    margin-bottom: 50px !important;
  }
  .ml25 {
    margin-left: 50px !important;
  }
  .mt30 {
    margin-top: 60px !important;
  }
  .mr30 {
    margin-right: 60px !important;
  }
  .mb30 {
    margin-bottom: 60px !important;
  }
  .ml30 {
    margin-left: 60px !important;
  }
  .mt35 {
    margin-top: 70px !important;
  }
  .mr35 {
    margin-right: 70px !important;
  }
  .mb35 {
    margin-bottom: 70px !important;
  }
  .ml35 {
    margin-left: 70px !important;
  }
  .mt40 {
    margin-top: 80px !important;
  }
  .mr40 {
    margin-right: 80px !important;
  }
  .mb40 {
    margin-bottom: 80px !important;
  }
  .ml40 {
    margin-left: 80px !important;
  }
  .mt45 {
    margin-top: 90px !important;
  }
  .mr45 {
    margin-right: 90px !important;
  }
  .mb45 {
    margin-bottom: 90px !important;
  }
  .ml45 {
    margin-left: 90px !important;
  }
  .mt50 {
    margin-top: 100px !important;
  }
  .mr50 {
    margin-right: 100px !important;
  }
  .mb50 {
    margin-bottom: 100px !important;
  }
  .ml50 {
    margin-left: 100px !important;
  }
  .mt55 {
    margin-top: 110px !important;
  }
  .mr55 {
    margin-right: 110px !important;
  }
  .mb55 {
    margin-bottom: 110px !important;
  }
  .ml55 {
    margin-left: 110px !important;
  }
  .mt60 {
    margin-top: 120px !important;
  }
  .mr60 {
    margin-right: 120px !important;
  }
  .mb60 {
    margin-bottom: 120px !important;
  }
  .ml60 {
    margin-left: 120px !important;
  }
  .mt65 {
    margin-top: 130px !important;
  }
  .mr65 {
    margin-right: 130px !important;
  }
  .mb65 {
    margin-bottom: 130px !important;
  }
  .ml65 {
    margin-left: 130px !important;
  }
  .mt70 {
    margin-top: 140px !important;
  }
  .mr70 {
    margin-right: 140px !important;
  }
  .mb70 {
    margin-bottom: 140px !important;
  }
  .ml70 {
    margin-left: 140px !important;
  }
  .mt75 {
    margin-top: 150px !important;
  }
  .mr75 {
    margin-right: 150px !important;
  }
  .mb75 {
    margin-bottom: 150px !important;
  }
  .ml75 {
    margin-left: 150px !important;
  }
  .pt0 {
    padding-top: 0px !important;
  }
  .pr0 {
    padding-right: 0px !important;
  }
  .pb0 {
    padding-bottom: 0px !important;
  }
  .pl0 {
    padding-left: 0px !important;
  }
  .pt5 {
    padding-top: 10px !important;
  }
  .pr5 {
    padding-right: 10px !important;
  }
  .pb5 {
    padding-bottom: 10px !important;
  }
  .pl5 {
    padding-left: 10px !important;
  }
  .pt10 {
    padding-top: 20px !important;
  }
  .pr10 {
    padding-right: 20px !important;
  }
  .pb10 {
    padding-bottom: 20px !important;
  }
  .pl10 {
    padding-left: 20px !important;
  }
  .pt15 {
    padding-top: 30px !important;
  }
  .pr15 {
    padding-right: 30px !important;
  }
  .pb15 {
    padding-bottom: 30px !important;
  }
  .pl15 {
    padding-left: 30px !important;
  }
  .pt20 {
    padding-top: 40px !important;
  }
  .pr20 {
    padding-right: 40px !important;
  }
  .pb20 {
    padding-bottom: 40px !important;
  }
  .pl20 {
    padding-left: 40px !important;
  }
  .pt25 {
    padding-top: 50px !important;
  }
  .pr25 {
    padding-right: 50px !important;
  }
  .pb25 {
    padding-bottom: 50px !important;
  }
  .pl25 {
    padding-left: 50px !important;
  }
  .pt30 {
    padding-top: 60px !important;
  }
  .pr30 {
    padding-right: 60px !important;
  }
  .pb30 {
    padding-bottom: 60px !important;
  }
  .pl30 {
    padding-left: 60px !important;
  }
  .pt35 {
    padding-top: 70px !important;
  }
  .pr35 {
    padding-right: 70px !important;
  }
  .pb35 {
    padding-bottom: 70px !important;
  }
  .pl35 {
    padding-left: 70px !important;
  }
  .pt40 {
    padding-top: 80px !important;
  }
  .pr40 {
    padding-right: 80px !important;
  }
  .pb40 {
    padding-bottom: 80px !important;
  }
  .pl40 {
    padding-left: 80px !important;
  }
  .pt45 {
    padding-top: 90px !important;
  }
  .pr45 {
    padding-right: 90px !important;
  }
  .pb45 {
    padding-bottom: 90px !important;
  }
  .pl45 {
    padding-left: 90px !important;
  }
  .pt50 {
    padding-top: 100px !important;
  }
  .pr50 {
    padding-right: 100px !important;
  }
  .pb50 {
    padding-bottom: 100px !important;
  }
  .pl50 {
    padding-left: 100px !important;
  }
  .pt55 {
    padding-top: 110px !important;
  }
  .pr55 {
    padding-right: 110px !important;
  }
  .pb55 {
    padding-bottom: 110px !important;
  }
  .pl55 {
    padding-left: 110px !important;
  }
  .pt60 {
    padding-top: 120px !important;
  }
  .pr60 {
    padding-right: 120px !important;
  }
  .pb60 {
    padding-bottom: 120px !important;
  }
  .pl60 {
    padding-left: 120px !important;
  }
  .pt65 {
    padding-top: 130px !important;
  }
  .pr65 {
    padding-right: 130px !important;
  }
  .pb65 {
    padding-bottom: 130px !important;
  }
  .pl65 {
    padding-left: 130px !important;
  }
  .pt70 {
    padding-top: 140px !important;
  }
  .pr70 {
    padding-right: 140px !important;
  }
  .pb70 {
    padding-bottom: 140px !important;
  }
  .pl70 {
    padding-left: 140px !important;
  }
  .pt75 {
    padding-top: 150px !important;
  }
  .pr75 {
    padding-right: 150px !important;
  }
  .pb75 {
    padding-bottom: 150px !important;
  }
  .pl75 {
    padding-left: 150px !important;
  }
  .footerNav_category-work {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .footerNav_category-workstyle {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }
  .footerNav_category-employee {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .footerNav_category-message {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .footerNav_category-faq {
    -ms-grid-row: 2;
    -ms-grid-column: 5;
  }
  .footerNav_category-requirements {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
}

@media not all and (min-width: 1024px){
  body.menu-open {
    overflow: hidden;
  }
}

@media (min-width: 1280px){
  .footer_content {
    flex-direction: row;
  }
  .footer_logoArea {
    order: 0;
    margin: 0 13% 0 0;
    text-align: center;
  }
  .footer_copyright {
    margin-top: 40px;
  }
  .footerNav_link-category-s {
    font-size: min(1.5rem, 1.07vw);
  }
  .block03-reverse::before, .block03::before {
    height: calc(100% - 60px);
    min-height: 400px;
  }
  .block07_textArea {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 780px;
    margin: 0;
  }
}

@media (min-width: 1285px){
  .footer_logoArea {
    margin: 50px 145px 0 0;
  }
}

@media (min-width: 1440px){
  .block07_textArea {
    padding: 60px;
    border-radius: 20px;
  }
}
/*# sourceMappingURL=style.css.map */