@charset "UTF-8";
/* # =================================================================
#	normalize
# ================================================================= */
/*! normalize.css v8.0.0 | 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.
 */
* {
  padding: 0;
  margin: 0;
  font-size: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  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 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 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 */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
  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"] {
  -webkit-box-sizing: border-box;
  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;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* Correct the text style of placeholders in Chrome, Edge, and Safari */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
#	ベース
# ================================================================= */
/* # =================================================================
#	レイアウト
# ================================================================= */
/* # =================================================================
#	見出し
# ================================================================= */
/* # =================================================================
#	ボタン
# ================================================================= */
/* # =================================================================
#	リンク
# ================================================================= */
/* # =================================================================
#	アイコン
# ================================================================= */
/* # =================================================================
#	パンくず
# ================================================================= */
/* # =================================================================
#	ヘッダー
# ================================================================= */
/* header ------------------------------ */
/* # =================================================================
#	グローバルナビゲーション
# ================================================================= */
/* # =================================================================
#	メイン
# ================================================================= */
.Career .careerLead {
  text-align: center;
  font-size: 18px;
  line-height: 1.75em;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 100px;
}

.Career .careerHeading {
  margin-top: 70px;
  margin-bottom: 40px;
  font-size: 26px;
  line-height: 1.5em;
  font-weight: bold;
  color: #4700FF;
  text-align: center;
}

.Career .career-contents .image {
  margin-bottom: 40px;
}

.Career .career-contents .image:nth-last-child(1) {
  margin-bottom: 0;
}

.Career .career-contents .image img {
  min-width: 669px;
  height: auto;
}

.Career .career-contents .simplebar-scrollbar:before {
  background-color: #4700FF;
  opacity: 1.0;
  top: 0;
  bottom: 0;
  left: 0;
  bottom: 0;
}

.Career .career-contents .simplebar-track {
  background-color: #ffffff;
  opacity: 1.0;
  border-radius: 7px;
}

@media all and (min-width: 880px) {
  .Career .headLine br {
    display: none;
  }
}

@media only screen and (max-width: 879px) {
  .Career .careerLead {
    text-align: left;
    font-size: 16px;
    margin-bottom: 30px;
  }
  .Career .careerHeading {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.5em;
  }
  .Career .career-contents {
    padding-bottom: 30px;
  }
  .Career .career-contents .image {
    margin-bottom: 20px;
  }
}

.tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  margin-top: 70px;
}

@media only screen and (max-width: 879px) {
  .tab {
    margin-top: 30px;
  }
}

.tab-item + label {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc((100% - 12px) / 2);
  height: 90px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 2px solid #A6AEC2;
  border-bottom: none;
  background-color: #A6AEC2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  position: relative;
  z-index: 1;
  margin-bottom: -2.5px;
  cursor: pointer;
  font-size: 20px;
  line-height: 1.25em;
  font-weight: 700;
  color: #ffffff;
}

.tab-item + label > span.tokyo:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 44px;
  height: 42px;
  background-image: url("../images/ic_tokyo_white.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto 100%;
  margin-right: 0.5em;
  margin-top: -0.4em;
}

.tab-item + label > span.osaka:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 54px;
  height: 42px;
  background-image: url("../images/ic_osaka_white.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto 100%;
  margin-right: 0.5em;
  margin-top: -0.4em;
}

@media only screen and (max-width: 879px) {
  .tab-item + label {
    height: 60px;
    font-size: 18px;
  }
  .tab-item + label > span.tokyo:before {
    display: block;
    width: 33px;
    height: 31px;
    margin: 0 auto 10px;
  }
  .tab-item + label > span.osaka:before {
    display: block;
    width: 35px;
    height: 27px;
    margin: 4px auto 10px;
  }
}

.tab-item + label:has(span.tokyo),
.tab-item + label:has(span.osaka) {
  font-size: 25px;
}

@media only screen and (max-width: 879px) {
  .tab-item + label:has(span.tokyo),
  .tab-item + label:has(span.osaka) {
    font-size: 15px;
    height: 100px;
  }
}

.tab-recruit .tab-item + label {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc((100% - 12px) / 2);
  height: calc(90px + 10px);
  padding-bottom: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 2px solid #A6AEC2;
  border-bottom: none;
  background-color: #A6AEC2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  position: relative;
  z-index: 1;
  margin-bottom: -12.5px;
  cursor: pointer;
  font-size: 20px;
  line-height: 1.25em;
  font-weight: 700;
  color: #ffffff;
}

@media only screen and (max-width: 879px) {
  .tab-recruit .tab-item + label {
    height: calc(60px + 10px);
    font-size: 18px;
  }
}

.tab-item:checked + label {
  background-color: #ffffff;
  color: #4700FF;
  border: 2px solid #4700FF;
  border-bottom: none;
  color: #4700FF;
  z-index: 3;
}

.tab-item:checked + label > span.tokyo {
  color: #000000;
}

.tab-item:checked + label > span.tokyo:before {
  background-image: url("../images/ic_tokyo_active.svg");
}

.tab-item:checked + label > span.osaka {
  color: #000000;
}

.tab-item:checked + label > span.osaka:before {
  background-image: url("../images/ic_osaka_active.svg");
}

.tab-recruit .tab-item:checked + label {
  background-color: #4700FF;
  color: #ffffff;
  border: 2px solid #4700FF;
  border-bottom: none;
  z-index: 1;
}

.tab-item {
  display: none;
}

.tab-content {
  position: relative;
  z-index: 2;
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 40px 50px 70px;
  border: 2px solid #4700FF;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
  background-color: #ffffff;
}

@media only screen and (max-width: 879px) {
  .tab-content {
    padding: 50px 20px 40px;
  }
}

.tab-recruit .tab-content {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.tab-item:checked + label + .tab-content {
  display: block;
}

@media only screen and (max-width: 879px) {
  .tab-item + label:has(span.tokyo) + .tab-content .recruit-buttons > li > a,
  .tab-item + label:has(span.osaka) + .tab-content .recruit-buttons > li > a {
    font-size: 13px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .tab-item + label:has(span.tokyo) + .tab-content .recruit-buttons > li > a:after,
  .tab-item + label:has(span.osaka) + .tab-content .recruit-buttons > li > a:after {
    display: none;
  }
}

.recruit-table {
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse;
  width: 100%;
}

.recruit-table a:link,
.recruit-table a:visited {
  color: #000000;
  text-decoration: underline;
}

.recruit-table a:hover,
.recruit-table a:active {
  color: #4700FF;
  text-decoration: underline;
}

.recruit-table th,
.recruit-table td {
  text-align: left;
  vertical-align: top;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #B8BBCD;
}

.recruit-table th {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5em;
  color: #000000;
  padding-right: 1.5em;
  white-space: nowrap;
  width: 15%;
}

.recruit-table th > span {
  display: block;
  position: relative;
  padding-left: 1.2em;
}

.recruit-table th > span:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url("../images/prefix_disc.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0.4em;
}

.recruit-table td {
  font-size: 16px;
  line-height: 1.75em;
  color: #000000;
}

.recruit-table td .list01 + P {
  margin-top: 1.0em;
}

@media only screen and (max-width: 879px) {
  .recruit-table {
    display: block;
  }
  .recruit-table thead,
  .recruit-table tbody,
  .recruit-table tfoot,
  .recruit-table tr,
  .recruit-table th,
  .recruit-table td {
    display: block;
  }
  .recruit-table th,
  .recruit-table td {
    border: none;
    padding: 0;
  }
  .recruit-table tr {
    border-bottom: 1px solid #B8BBCD;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .recruit-table tr:nth-last-child(1) {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .recruit-table th {
    font-size: 16px;
  }
  .recruit-table td {
    font-size: 16px;
  }
}

.recruit-bottom {
  margin-top: 70px;
}

.recruit-bottom > .heading {
  text-align: center;
  font-size: 20px;
  line-height: 1.25em;
  font-weight: 700;
  margin-bottom: 30px;
}

.recruit-bottom > .heading:after {
  content: "";
  display: block;
  width: 2.0em;
  height: 3px;
  margin: 10px auto 0;
  background-color: #000000;
}

.recruit-bottom.jokin > .heading {
  color: #4700FF;
}

.recruit-bottom.jokin > .heading:after {
  background-color: #4700FF;
}

.recruit-bottom.hijokin > .heading {
  color: #FF6924;
}

.recruit-bottom.hijokin > .heading:after {
  background-color: #FF6924;
}

@media only screen and (max-width: 879px) {
  .recruit-bottom {
    margin-top: 40px;
  }
  .recruit-bottom > .heading {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.recruit-buttons {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.recruit-buttons > li {
  margin: 0 8px;
  padding: 0;
  max-width: 31%;
  width: 314px;
}

.recruit-buttons > li > a {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: #000000;
  text-decoration: none;
  border: 2px solid #000000;
  border-radius: 60px;
  font-size: 18px;
  line-height: 1.25em;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 35px;
  width: 100%;
  min-height: 57px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.recruit-buttons > li > a:after {
  content: "";
  width: 5px;
  height: 10px;
  background-image: url("../images/btn_arw1.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  position: absolute;
  right: 26px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media only screen and (max-width: 879px) {
  .recruit-buttons {
    display: block;
    text-align: center;
  }
  .recruit-buttons > li {
    margin: 0 auto 18px auto;
    max-width: 100%;
    width: 100%;
  }
  .recruit-buttons > li:nth-last-child(1) {
    margin-bottom: 0;
  }
  .recruit-buttons > li > a {
    width: 100%;
  }
}

.jokin .recruit-buttons > li > a {
  border-color: #4700FF;
  color: #4700FF;
}

.jokin .recruit-buttons > li > a:after {
  background-image: url("../images/btn_arw2.svg");
}

.hijokin .recruit-buttons > li > a {
  border-color: #FF6924;
  color: #FF6924;
}

.hijokin .recruit-buttons > li > a:after {
  background-image: url("../images/btn_arw3.svg");
}

.faq-heading2 {
  font-size: 20px;
  line-height: 1.25em;
  color: #3B75EE;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}

@media only screen and (max-width: 879px) {
  .faq-heading2 {
    font-size: 18px;
    line-height: 1.25em;
    margin-bottom: 18px;
  }
}

.faq-heading2 {
  margin-top: 45px;
}

@media only screen and (max-width: 879px) {
  .faq-heading2 {
    margin-top: 30px;
  }
}

.faq-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.faq-list > li {
  margin: 0;
  padding: 0;
  background: #F8F8F8;
  border-radius: 10px;
  margin-bottom: 10px;
}

.faq-list > li > .question {
  background-color: #EDEDED;
  color: #162230;
  border-radius: 10px;
  padding: 25px 3.0em 25px 20px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.faq-list > li > .question.open:after {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.faq-list > li > .question > .prefix {
  color: #1F56D5;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.25em;
  width: 60px;
  margin-top: -0.2em;
}

.faq-list > li > .question > .data {
  width: calc(100% - 60px);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5em;
}

.faq-list > li > .question:after {
  content: "";
  width: 18px;
  height: 9px;
  background-image: url("../images/qa_arw1.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  position: absolute;
  right: 26px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.faq-list > li > .answer {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.faq-list > li > .answer.open {
  padding-top: 25px;
  padding-bottom: 25px;
  max-height: 200em;
}

.faq-list > li > .answer > .prefix {
  color: #89939E;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.25em;
  width: 60px;
  margin-top: -0.2em;
}

.faq-list > li > .answer > .data {
  width: calc(100% - 60px);
}

.faq-list > li > .answer > .data > p {
  font-size: 16px;
  line-height: 1.75em;
  margin-bottom: 1.5em;
}

.faq-list > li > .answer > .data > p:nth-last-child(1) {
  margin-bottom: 0;
}

@media only screen and (max-width: 879px) {
  .faq-list > li > .question {
    padding: 20px 3.0em 20px 15px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
  }
  .faq-list > li > .question > .prefix {
    font-size: 24px;
    width: 40px;
  }
  .faq-list > li > .question > .data {
    width: calc(100% - 40px);
    font-size: 16px;
  }
  .faq-list > li > .question:after {
    width: 18px;
    height: 9px;
    right: 20px;
  }
  .faq-list > li > .answer {
    padding-left: 15px;
    padding-right: 15px;
  }
  .faq-list > li > .answer.open {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .faq-list > li > .answer > .prefix {
    font-size: 24px;
    width: 40px;
  }
  .faq-list > li > .answer > .data {
    width: calc(100% - 40px);
  }
  .faq-list > li > .answer > .data > p {
    font-size: 16px;
  }
}

#event .heading {
  text-align: center;
  margin-top: -20px;
  margin-bottom: 40px;
}

#event .heading > span {
  display: inline-block;
  background-image: url("../images/hdg_bg5.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% 100%;
  padding: 20px 40px 20px;
  font-size: 39px;
  line-height: 1.25em;
  font-weight: bold;
  color: #ffffff;
}

#event .lead {
  font-size: 16px;
  line-height: 1.75em;
  text-align: center;
  margin-bottom: 70px;
}

@media only screen and (max-width: 879px) {
  #event .heading {
    margin-top: -20px;
    margin-bottom: 30px;
  }
  #event .heading > span {
    font-size: 20px;
    padding: 8px 10px 8px;
  }
  #event .lead {
    font-size: 16px;
    text-align: left;
    margin-bottom: 40px;
  }
}

footer > .inner {
  max-width: 1166px;
  margin: 0 auto;
  padding: 60px 18px 160px;
}

footer > .inner .logo {
  text-align: center;
  margin-bottom: 25px;
}

footer > .inner .logo img {
  width: 230px;
  height: auto;
}

footer > .inner .copyright {
  font-size: 12px;
  line-height: 1.25em;
  text-align: center;
}

@media only screen and (max-width: 879px) {
  footer > .inner {
    padding: 30px 20px 140px;
  }
  footer > .inner .logo {
    margin-bottom: 20px;
  }
  footer > .inner .logo img {
    width: 158px;
    height: auto;
  }
  footer > .inner .copyright {
    font-size: 10px;
  }
}

/* # =================================================================
#	フッター
# ================================================================= */
/* # =================================================================
#	印刷用
# ================================================================= */
@media print {
  #head {
    position: absolute;
  }
  .recruit-nav {
    position: absolute;
  }
}

/*# sourceMappingURL=add_custom.css.map */
