/*!
 * Bootstrap Reboot v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
* {
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*--------------------------------------
fonts
---------------------------------------*/
body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans", "Noto Sans CJK JP", "Original Yu Gothic", "Yu Gothic", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
  font-weight: 400;
}

/*--------------------------------------
base
---------------------------------------*/
body {
  position: relative;
}

ol,
ul,
li {
  padding-left: 0;
  list-style: none;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

a {
  transition: all .3s ease;
}

a::before,
a::after {
  transition: all .3s ease;
}

a:hover {
  text-decoration: none;
}

@media all and (max-width: 991px) {
  .pc {
    display: none;
  }
}

@media all and (min-width: 992px) {
  .sp {
    display: none;
  }
}

@media all and (min-width: 1440px) {
  .xl {
    display: none;
  }
}

@media all and (min-width: 1200px) {
  .lg {
    display: none;
  }
}

@media all and (min-width: 992px) {
  .md {
    display: none;
  }
}

@media all and (min-width: 768px) {
  .sm {
    display: none;
  }
}

@media all and (min-width: 546px) {
  .xs {
    display: none;
  }
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
dl,
dt,
dd {
  margin-bottom: 0;
}

/*--------------------------------------
form
---------------------------------------*/
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  min-height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #8bbafe;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.form-control::-webkit-input-placeholder,
.form-control::-moz-placeholder,
.form-control::-ms-input-placeholder,
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.form-control-color {
  max-width: 3rem;
  padding: 0.375rem;
}

.form-control-color::-moz-color-swatch,
.form-control-color::-webkit-color-swatch {
  border-radius: 0.25rem;
}

.form-select {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-select:focus {
  border-color: #8bbafe;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.form-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.form-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.form-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.75em;
  margin-bottom: 0.125rem;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.75em;
}

.form-check-input {
  width: 1.25em;
  height: 1.25em;
  margin-top: 0.125em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}

.form-check-input[type="radio"] {
  border-radius: 50%;
}

.form-check-input:active {
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}

.form-check-input:focus {
  border-color: #8bbafe;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type="checkbox"]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
  pointer-events: none;
  -webkit-filter: none;
  filter: none;
  opacity: .5;
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
  opacity: .5;
}

@media (prefers-reduced-motion: reduce) {
  .form-check-input {
    transition: none;
  }
}

.form-switch {
  padding-left: 2.5em;
}

.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
}

.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%238bbafe'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.form-file {
  --bs-form-file-height: calc(1.5em + 0.75rem + 2px);
  position: relative;
}

.form-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: var(--bs-form-file-height);
  margin: 0;
  opacity: 0;
}

.form-file-input:focus-within~.form-file-label {
  border-color: #8bbafe;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.form-file-input[disabled]~.form-file-label .form-file-text,
.form-file-input:disabled~.form-file-label .form-file-text {
  background-color: #e9ecef;
}

.form-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  display: flex;
  height: var(--bs-form-file-height);
  border-color: #ced4da;
  border-radius: 0.25rem;
}

.form-file-text {
  display: block;
  flex-grow: 1;
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #fff;
  border-color: inherit;
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}

.form-file-button {
  display: block;
  flex-shrink: 0;
  padding: 0.375rem 0.75rem;
  margin-left: -1px;
  line-height: 1.5;
  color: #495057;
  background-color: #e9ecef;
  border-color: inherit;
  border-style: solid;
  border-width: 1px;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}

.form-file-sm {
  --bs-form-file-height: calc(1.5em + 0.5rem + 2px);
  font-size: 0.875rem;
}

.form-file-sm .form-file-text,
.form-file-sm .form-file-button {
  padding: 0.25rem 0.5rem;
}

.form-file-lg {
  --bs-form-file-height: calc(1.5em + 1rem + 2px);
  font-size: 1.25rem;
}

.form-file-lg .form-file-text,
.form-file-lg .form-file-button {
  padding: 0.5rem 1rem;
}

.form-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-range:focus {
  outline: none;
}

.form-range:focus::-webkit-slider-thumb,
.form-range:focus::-moz-range-thumb,
.form-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.form-range::-moz-focus-outer {
  border: 0;
}

.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

.form-range::-webkit-slider-thumb:active {
  background-color: #bed8fe;
}

.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

.form-range::-moz-range-thumb:active {
  background-color: #bed8fe;
}

.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.form-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

.form-range::-ms-thumb:active {
  background-color: #bed8fe;
}

.form-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.form-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.form-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.form-range:disabled {
  pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb,
.form-range:disabled::-moz-range-thumb,
.form-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group>.form-control,
.input-group>.form-select,
.input-group>.form-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-group>.form-control:focus,
.input-group>.form-select:focus {
  z-index: 3;
}

.input-group>.form-file .form-file-input:focus~.form-file-label {
  z-index: 3;
}

.input-group>.form-file>.form-file-input:focus {
  z-index: 4;
}

.input-group>.form-file:not(:last-child)>.form-file-label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group>.form-file:not(:first-child)>.form-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group .btn {
  position: relative;
  z-index: 2;
}

.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-lg>.form-control {
  min-height: calc(1.5em + 1rem + 2px);
}

.input-group-lg>.form-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text,
.input-group-lg>.btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-sm>.form-control {
  min-height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm>.form-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text,
.input-group-sm>.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-lg>.form-select,
.input-group-sm>.form-select {
  padding-right: 1.75rem;
}

.input-group> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group>.dropdown-toggle:nth-last-child(n + 3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group> :not(:first-child):not(.dropdown-menu) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
  display: block;
}

.is-valid~.valid-feedback,
.is-valid~.valid-tooltip {
  display: block;
}

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid,
.form-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 1.75rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid,
.form-check-input.is-valid {
  border-color: #28a745;
}

.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked {
  background-color: #28a745;
}

.was-validated .form-check-input:valid:focus,
.form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
  color: #28a745;
}

.form-check-inline .form-check-input~.valid-feedback {
  margin-left: .5em;
}

.was-validated .form-file-input:valid~.form-file-label,
.form-file-input.is-valid~.form-file-label {
  border-color: #28a745;
}

.was-validated .form-file-input:valid:focus~.form-file-label,
.form-file-input.is-valid:focus~.form-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
  display: block;
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid,
.form-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 1.75rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid,
.form-check-input.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-check-input:invalid:checked,
.form-check-input.is-invalid:checked {
  background-color: #dc3545;
}

.was-validated .form-check-input:invalid:focus,
.form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
  color: #dc3545;
}

.form-check-inline .form-check-input~.invalid-feedback {
  margin-left: .5em;
}

.was-validated .form-file-input:invalid~.form-file-label,
.form-file-input.is-invalid~.form-file-label {
  border-color: #dc3545;
}

.was-validated .form-file-input:invalid:focus~.form-file-label,
.form-file-input.is-invalid:focus~.form-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

:root {
  --header-height: 90px;
}

@media all and (max-width: 991px) {
  :root {
    --header-height: 58px;
  }
}

html.is-active {
  overflow: hidden;
}

body {
  text-align: justify;
  text-justify: inter-ideograph;
  height: 100%;
  color: #444;
}

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

.gf-mont,
header#header a.brand .brand-text,
body section.head h1.head-text .en,
body#index .cover,
body#index section.special .special-lead,
body#index section.document .doc-title .en,
body#index section.challenge .career-title .en,
body.special section.content .content-box-title .en,
body.special section.question .question-box .en,
body#philosophy section.content .content-title .en,
body#interviewlist section.content .content-title .en,
body#interviewlist section.content .interview-item .cover,
body#faq section.content .question::before,
body#faq section.content .answer::before {
  font-family: 'Montserrat', sans-serif;
}

.gf-notosans {
  font-family: 'Noto Sans JP', sans-serif;
}

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

.pointer-events-none {
  pointer-events: none;
}

#load {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}

#load.hide {
  opacity: 0;
  visibility: hidden;
}

#load .loader,
#load .loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

@media all and (max-width: 767px) {

  #load .loader,
  #load .loader:after {
    width: 10vw;
    height: 10vw;
  }
}

#load .loader {
  position: relative;
  margin: auto;
  text-indent: -9999em;
  border-width: 1.1em;
  border-style: solid;
  border-color: rgba(228, 0, 43, 0.2);
  border-left-color: #E4002B;
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
}

@media all and (-ms-high-contrast: none) {
  #load .loader {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

@media all and (max-width: 767px) {
  #load .loader {
    border-width: 1.1vw;
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

header#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 22px;
  z-index: 9999;
}

@media all and (max-width: 991px) {
  header#header {
    padding-left: 15px;
  }
}

header#header a.brand {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 9999;
}

@media all and (max-width: 991px) {
  header#header a.brand img {
    width: 50px;
  }
}

header#header a.brand .brand-text {
  font-size: 28px;
  font-weight: 700;
  padding-left: 21px;
  color: #FFFFFF;
}

@media all and (max-width: 991px) {
  header#header a.brand .brand-text {
    padding-left: 16px;
    font-size: 18px;
  }
}

header#header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: 9998;
  background-color: #FFFFFF;
  transition: all .3s ease;
}

header#header.is-active a.brand .brand-text {
  color: #444;
}

header#header.is-active::after {
  width: 375px;
}

@media all and (max-width: 991px) {
  header#header.is-active::after {
    width: 100%;
  }
}

header#header #hamburger {
  margin-left: auto;
  width: 90px;
  height: 90px;
  background-color: #E4002B;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all .3s ease;
  position: relative;
  z-index: 9999;
}

@media all and (max-width: 991px) {
  header#header #hamburger {
    width: 58px;
    height: 58px;
  }
}

header#header #hamburger:hover {
  background-color: #ff4b6d;
}

header#header #hamburger .hamburger {
  position: relative;
}

header#header #hamburger .hamburger,
header#header #hamburger .hamburger::before,
header#header #hamburger .hamburger::after {
  width: 35px;
  height: 4px;
  background-color: #FFFFFF;
  display: block;
  transition: all .3s ease;
}

header#header #hamburger .hamburger::before,
header#header #hamburger .hamburger::after {
  content: "";
  position: absolute;
  left: 0;
}

header#header #hamburger .hamburger::before {
  top: -10px;
}

header#header #hamburger .hamburger::after {
  bottom: -10px;
}

header#header #hamburger.is-active .hamburger::before {
  top: 0;
}

header#header #hamburger.is-active .hamburger::after {
  bottom: 0;
}

nav#gnav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: var(--vh);
  background-color: #FFFFFF;
  z-index: 9998;
  transition: all .3s ease;
  opacity: 0;
  visibility: hidden;
  padding-top: var(--header-height);
}

nav#gnav.is-active {
  opacity: 1;
  visibility: visible;
}

nav#gnav .nav-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}

nav#gnav .nav-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .5rem 0;
}

nav#gnav .nav-link {
  color: #E4002B;
  font-size: 16px;
}

nav#gnav .nav-link div {
  border-bottom: 3px solid #E4002B;
}

footer#footer {
  background-color: #E4002B;
  padding-top: 30px;
}

footer#footer .footer-logo {
  margin-bottom: 43px;
  text-align: center;
}

footer#footer .footer-logo img {
  width: 158px;
}

footer#footer .fnav {
  padding-bottom: 30px;
}

footer#footer .nav-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

footer#footer .nav-item {
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 15px;
}

footer#footer .nav-link {
  display: block;
  color: #FFFFFF;
  border-bottom: 3px solid #FFFFFF;
  padding-bottom: 3px;
}

footer#footer .nav-link:hover {
  border-bottom: none;
  padding-bottom: 6px;
}

footer#footer .footer-cr {
  background-color: #FFFFFF;
  color: #E4002B;
  text-align: center;
  padding-top: 17px;
  padding-bottom: 20px;
}

body#special01 section.head {
  background-image: url(../img/special01/kv.jpg);
}

@media all and (max-width: 767px) {
  body#special01 section.head {
    background-image: url(../img/special01/kv@2x.jpg);
  }
}

body#special02 section.head {
  background-image: url(../img/special02/kv.jpg);
}

@media all and (max-width: 767px) {
  body#special02 section.head {
    background-image: url(../img/special02/kv@2x.jpg);
  }
}

body#special03 section.head {
  background-image: url(../img/special03/kv.jpg);
}

@media all and (max-width: 767px) {
  body#special03 section.head {
    background-image: url(../img/special03/kv@2x.jpg);
  }
}

body#interview01 section.head {
  background-image: url(../img/interview01/kv.jpg);
}

@media all and (max-width: 767px) {
  body#interview01 section.head {
    background-image: url(../img/interview01/kv@2x.jpg);
  }
}

body#interview02 section.head {
  background-image: url(../img/interview02/kv.jpg);
}

@media all and (max-width: 767px) {
  body#interview02 section.head {
    background-image: url(../img/interview02/kv@2x.jpg);
  }
}

body#interview03 section.head {
  background-image: url(../img/interview03/kv.jpg);
}

@media all and (max-width: 767px) {
  body#interview03 section.head {
    background-image: url(../img/interview03/kv@2x.jpg);
  }
}

body#interview04 section.head {
  background-image: url(../img/interview04/kv.jpg);
}

@media all and (max-width: 767px) {
  body#interview04 section.head {
    background-image: url(../img/interview04/kv@2x.jpg);
  }
}

body#interview05 section.head {
  background-image: url(../img/interview05/kv.jpg);
}

@media all and (max-width: 767px) {
  body#interview05 section.head {
    background-image: url(../img/interview05/kv@2x.jpg);
  }
}

body#interview06 section.head {
  background-image: url(../img/interview06/kv.jpg);
}

@media all and (max-width: 767px) {
  body#interview06 section.head {
    background-image: url(../img/interview06/kv@2x.jpg);
  }
}

body#philosophy section.head {
  background-image: url(../img/philosophy/kv.jpg);
}

@media all and (max-width: 767px) {
  body#philosophy section.head {
    background-image: url(../img/philosophy/kv@2x.jpg);
  }
}

body#interviewlist section.head {
  background-image: url(../img/interviewlist/kv.jpg);
}

@media all and (max-width: 767px) {
  body#interviewlist section.head {
    background-image: url(../img/interviewlist/kv@2x.jpg);
  }
}

body#support section.head {
  background-image: url(../img/support/kv.jpg);
}

@media all and (max-width: 767px) {
  body#support section.head {
    background-image: url(../img/support/kv@2x.jpg);
  }
}

body#career section.head {
  background-image: url(../img/career/kv.jpg);
}

@media all and (max-width: 767px) {
  body#career section.head {
    background-image: url(../img/career/kv@2x.jpg);
  }
}

body#faq section.head {
  background-image: url(../img/faq/kv.jpg);
}

@media all and (max-width: 767px) {
  body#faq section.head {
    background-image: url(../img/faq/kv@2x.jpg);
  }
}

body#message section.head {
  background-image: url(../img/message/kv.jpg);
}

@media all and (max-width: 767px) {
  body#message section.head {
    background-image: url(../img/message/kv@2x.jpg);
  }
}

body#secret section.head {
  background-image: url(../img/secret/kv.jpg);
}

@media all and (max-width: 767px) {
  body#secret section.head {
    background-image: url(../img/secret/kv@2x.jpg);
  }
}

body#recruitingmessage section.head {
  background-image: url(../img/recruitingmessage/kv.jpg);
}

@media all and (max-width: 767px) {
  body#recruitingmessage section.head {
    background-image: url(../img/recruitingmessage/kv@2x.jpg);
  }
}

body#talent section.head {
  background-image: url(../img/talent/kv.jpg);
}

@media all and (max-width: 767px) {
  body#talent section.head {
    background-image: url(../img/talent/kv@2x.jpg);
  }
}

body#job section.head {
  background-image: url(../img/job/kv.jpg);
}

@media all and (max-width: 767px) {
  body#job section.head {
    background-image: url(../img/job/kv@2x.jpg);
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  body#interviewlist section.head {
    background-image: url(../img/interviewlist/kv2.jpg);
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  body#faq section.head {
    background-image: url(../img/faq/kv2.jpg);
  }
}

body section .section-wrap {
  max-width: 1400px;
  width: calc(100% - 20px);
  margin-right: auto;
  margin-left: auto;
}

body section.head {
  position: relative;
  width: 100%;
  height: 550px;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 5px solid #E4002B;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media all and (max-width: 991px) {
  body section.head {
    height: 39.285714vw;
  }
}

@media all and (max-width: 767px) {
  body section.head {
    height: 133.3333vw;
  }
}

body section.head::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

body section.head h1.head-text {
  position: relative;
  z-index: 2;
  color: #FFFFFF;
  text-align: center;
}

body section.head h1.head-text .en {
  font-size: 28px;
  letter-spacing: 3px;
  padding-left: 3px;
}

@media all and (max-width: 991px) {
  body section.head h1.head-text .en {
    font-size: 17px;
    letter-spacing: 2px;
    padding-left: 2px;
  }
}

body section.head h1.head-text .ja {
  font-size: 64px;
  letter-spacing: 6px;
  padding-left: 6px;
}

@media all and (max-width: 991px) {
  body section.head h1.head-text .ja {
    font-size: 40px;
    letter-spacing: 5px;
    padding-left: 5px;
  }
}

body section.job {
  padding-top: 58px;
  padding-bottom: 74px;
}

@media all and (max-width: 991px) {
  body section.job {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

body section.job .job-title {
  text-align: center;
  margin-bottom: 60px;
}

body section.job .job-title .ja {
  font-size: 62px;
  margin-bottom: 11px;
  font-weight: bold;
}

@media all and (max-width: 991px) {
  body section.job .job-title .ja {
    font-size: 32px;
  }
}

body section.job .job-title .en {
  color: #E4002B;
  font-size: 24px;
}

@media all and (max-width: 991px) {
  body section.job .job-title .en {
    font-size: 16px;
  }
}

body section.job .job-link {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
  width: calc(100% - 30px);
  text-align: center;
  background-color: #E4002B;
  color: #FFFFFF;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  box-shadow: 0 6px 0 rgba(0, 0, 0, 0.15);
  font-size: 18px;
  position: relative;
}

@media all and (max-width: 991px) {
  body section.job .job-link {
    height: 60px;
    text-align: left;
    padding-left: 20px;
    justify-content: flex-start;
  }
}

body section.job .job-link::after {
  content: "";
  width: 104px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/index/arw_w.svg);
  display: block;
  position: absolute;
  right: 83px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media all and (max-width: 991px) {
  body section.job .job-link::after {
    right: 20px;
  }
}

body section.job .job-link:hover {
  background-color: #FFFFFF;
  color: #E4002B;
}

body section.job .job-link:hover::after {
  background-image: url(../img/index/arw_r.svg);
}

body section.job .kurumin {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 700px;
  width: 100%;
  height: 200px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  position: relative;
}

@media all and (max-width: 767px) {
  body section.job .kurumin {
    width: calc(100% - 20px);
    height: auto;
    margin-top: 30px;
    flex-direction: column;
    margin-top: 70px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

body section.job .kurumin::before,
body section.job .kurumin::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;
  border-width: 2px;
  border-style: solid;
  border-top-color: #DD3C78;
  border-bottom-color: #DD3C78;
  z-index: -1;
}

body section.job .kurumin::before {
  border-right-color: #FFFFFF;
  border-left-color: #DD3C78;
  left: 0;
}

body section.job .kurumin::after {
  border-right-color: #DD3C78;
  border-left-color: #FFFFFF;
  right: 0;
}

body section.job .kurumin .kurumin-img {
  width: 195px;
}

body section.job .kurumin .kurumin-img img {
  width: 100%;
}

body section.job .kurumin .kurumin-doc {
  width: calc(100% - 195px);
  text-align: center;
}

@media all and (max-width: 767px) {
  body section.job .kurumin .kurumin-doc {
    width: auto;
  }
}

body section.job .kurumin .kurumin-title {
  color: #DD3C78;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
}

@media all and (max-width: 767px) {
  body section.job .kurumin .kurumin-title {
    font-size: 20px;
    margin-bottom: 12px;
  }
}

body section.job .kurumin .kurumin-text {
  font-size: 20px;
  font-weight: bold;
}

@media all and (max-width: 767px) {
  body section.job .kurumin .kurumin-text {
    font-size: 14px;
  }
}

body .pager {
  background-color: #444;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 70px 0 64px;
}

@media all and (max-width: 767px) {
  body .pager {
    flex-direction: column;
    padding: 35px 0 29px;
  }
}

body .pager a.pager-btn {
  display: block;
  max-width: 586px;
  width: calc(100% - 20px);
  margin: 0 15px;
  box-shadow: 0 6px 0 rgba(0, 0, 0, 0.15);
  background-color: #E4002B;
  color: #FFFFFF;
  border-radius: 10px;
  height: 90px;
  display: flex;
  align-items: center;
  padding-left: 4.3%;
  position: relative;
  letter-spacing: 2px;
}

@media all and (max-width: 767px) {
  body .pager a.pager-btn:not(:last-child) {
    margin-bottom: 30px;
  }
}

body .pager a.pager-btn::after {
  content: "";
  width: 104px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/index/arw_w.svg);
  display: block;
  position: absolute;
  right: 83px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media all and (max-width: 991px) {
  body .pager a.pager-btn::after {
    right: 20px;
  }
}

body .pager a.pager-btn:hover {
  background-color: #FFFFFF;
  color: #E4002B;
}

body .pager a.pager-btn:hover::after {
  background-image: url(../img/index/arw_r.svg);
}

body#index header#header:not(.is-active) a.brand .brand-text {
  color: #444;
}

body#index .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
  display: flex;
  font-size: 5vw;
  font-weight: bold;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 7px;
  padding-left: 7px;
}

@media all and (max-width: 991px) {
  body#index .cover {
    font-size: 50px;
  }
}

@media all and (min-width: 1399px) {
  body#index .cover {
    font-size: 75px;
  }
}

body#index .space {
  background-image: url(../img/index/next.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 380px;
}

@media all and (max-width: 991px) {
  body#index .space {
    height: 30vw;
  }
}

@media all and (max-width: 545px) {
  body#index .space {
    height: 56.25vw;
  }
}

body#index section.kv {
  position: relative;
}

body#index section.kv .kv-copy {
  position: absolute;
  top: 19.6875vw;
  left: 6.25vw;
  width: 46.71875vw;
  z-index: 11;
}

@media all and (max-width: 991px) {
  body#index section.kv .kv-copy {
    top: auto;
    bottom: -56px;
    left: 0;
    right: 0;
    margin: auto;
    width: 88vw;
  }
}

body#index section.kv .kv-copy img {
  width: 100%;
}

body#index section.kv .kv-slide {
  width: 73.22916666vw;
  margin-left: auto;
}

@media all and (max-width: 991px) {
  body#index section.kv .kv-slide {
    width: 100%;
  }
}

body#index section.kv .kv-slide img {
  width: 100%;
}

@media all and (max-width: 991px) {
  body#index section.kv .kv-slide img.pc {
    display: none;
  }
}

@media all and (min-width: 992px) {
  body#index section.kv .kv-slide img.sp {
    display: none;
  }
}

body#index section.copy {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url(../img/index/copy_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
}

@media all and (max-width: 991px) {
  body#index section.copy {
    padding-top: 200px;
    padding-bottom: 160px;
    background-repeat: repeat-y;
    background-image: url(../img/index/copy_bg@2x.jpg);
    background-size: contain;
  }
}

@media all and (max-width: 545px) {
  body#index section.copy {
    padding-top: 120px;
    padding-bottom: 80px;
  }
}

body#index section.copy .copy-main {
  position: relative;
  padding-bottom: 48px;
  margin-bottom: 49px;
}

body#index section.copy .copy-main::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 540px;
  height: 5px;
  background-color: #E4002B;
}

@media all and (max-width: 991px) {
  body#index section.copy .copy-main::after {
    width: 80%;
  }
}

body#index section.copy .copy-main .big {
  font-size: 58px;
  font-weight: 900;
}

@media all and (max-width: 991px) {
  body#index section.copy .copy-main .big {
    font-size: 8vw;
  }
}

body#index section.copy .copy-main .small {
  font-size: 40px;
  font-weight: bold;
}

@media all and (max-width: 991px) {
  body#index section.copy .copy-main .small {
    font-size: 6vw;
  }
}

body#index section.copy .copy-text {
  font-size: 24px;
  line-height: 2.5;
}

@media all and (max-width: 991px) {
  body#index section.copy .copy-text {
    font-size: 20px;
  }
}

@media all and (max-width: 800px) {
  body#index section.copy .copy-text {
    font-size: 16px;
  }
}

body#index section.special {
  background-color: #444;
}

body#index section.special .special-lead {
  padding-top: 58px;
  padding-bottom: 7px;
  font-size: 88px;
  font-weight: 600;
  text-align: center;
  color: #FFFFFF;
  position: relative;
}

@media all and (max-width: 991px) {
  body#index section.special .special-lead {
    font-size: 40px;
  }
}

@media all and (max-width: 545px) {
  body#index section.special .special-lead {
    font-size: 9vw;
  }
}

body#index section.special .special-lead div {
  position: relative;
  z-index: 2;
}

body#index section.special .special-lead::after {
  content: "";
  background-color: #E4002B;
  height: 63px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

@media all and (max-width: 991px) {
  body#index section.special .special-lead::after {
    height: 32px;
  }
}

body#index section.special .special-wrap {
  position: relative;
  border-top: 24px solid #444;
  border-bottom: 43px solid #444;
  background-color: #FFFFFF;
}

@media all and (max-width: 991px) {
  body#index section.special .special-wrap {
    background: none;
  }
}

body#index section.special .special-content {
  background-color: #444;
  max-width: 1461px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  padding-right: 15px;
  padding-left: 15px;
}

@media all and (max-width: 991px) {
  body#index section.special .special-content {
    flex-direction: column;
    align-items: center;
    padding-right: 10px;
    padding-left: 10px;
  }
}

body#index section.special .special-box {
  margin-right: 15px;
  margin-left: 15px;
  max-width: 447px;
  width: 100%;
  text-align: center;
  position: relative;
  padding-top: 90px;
  background-color: #FFFFFF;
}

@media all and (max-width: 991px) {
  body#index section.special .special-box {
    padding-top: 60px;
    margin-bottom: 30px;
  }
}

body#index section.special .special-tag {
  position: absolute;
  top: 12px;
  left: 4px;
  text-align: left;
}

@media all and (max-width: 991px) {
  body#index section.special .special-tag {
    width: 35%;
  }
}

body#index section.special .special-title {
  font-size: 41px;
  font-weight: bold;
  line-height: 1.1;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 14px;
}

@media all and (max-width: 1199px) {
  body#index section.special .special-title {
    font-size: 32px;
  }
}

@media all and (max-width: 991px) {
  body#index section.special .special-title {
    height: auto;
  }
}

body#index section.special .special-text {
  font-size: 15px;
  font-weight: bold;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 23px;
}

body#index section.special .special-img img {
  width: 100%;
}

body#index section.special a.special-link {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 36px;
  margin: auto;
  width: 84%;
  height: 60px;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 6px 0 rgba(0, 0, 0, 0.15);
  font-weight: bold;
  color: #E4002B;
  text-align: left;
  padding-left: 16%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  letter-spacing: 1px;
  transition: all .3s ease;
}

@media all and (max-width: 1460px) {
  body#index section.special a.special-link {
    padding-left: 10%;
  }
}

@media all and (max-width: 1199px) {
  body#index section.special a.special-link {
    padding-left: 5%;
  }
}

@media all and (max-width: 991px) {
  body#index section.special a.special-link {
    width: 95%;
    padding-left: 28px;
  }
}

body#index section.special a.special-link::after {
  content: "";
  width: 104px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/index/arw_r.svg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 13%;
}

@media all and (max-width: 1460px) {
  body#index section.special a.special-link::after {
    right: 10%;
  }
}

@media all and (max-width: 1199px) {
  body#index section.special a.special-link::after {
    right: 5%;
  }
}

@media all and (max-width: 991px) {
  body#index section.special a.special-link::after {
    right: 28px;
  }
}

body#index section.special a.special-link:hover {
  background-color: #E4002B;
  color: #FFFFFF;
}

body#index section.special a.special-link:hover::after {
  background-image: url(../img/index/arw_w.svg);
}

body#index section.document .document-wrap {
  display: flex;
}

body#index section.document .document-wrap.message {
  margin-bottom: 25px;
}

@media all and (min-width: 992px) {
  body#index section.document .document-wrap.philosophy {
    flex-direction: row-reverse;
  }
}

@media all and (max-width: 991px) {
  body#index section.document .document-wrap {
    flex-direction: column;
  }
}

body#index section.document .doc-doc,
body#index section.document .doc-img {
  width: 50%;
  height: 450px;
}

body#index section.document .doc-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media all and (max-width: 991px) {
  body#index section.document .doc-img {
    width: 100%;
    height: 46.875vw;
  }
}

body#index section.document .message .doc-img {
  background-image: url(../img/index/topmessage.jpg);
}

body#index section.document .philosophy .doc-img {
  background-image: url(../img/index/philosophy.jpg);
}

body#index section.document .doc-doc {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/index/bg.jpg);
  background-size: cover;
  padding-right: 4.0625%;
  padding-left: 4.0625%;
  padding-top: 53px;
  position: relative;
}

@media all and (max-width: 991px) {
  body#index section.document .doc-doc {
    width: 100%;
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

body#index section.document .doc-title .en {
  font-size: 64px;
  font-weight: 500;
  letter-spacing: 6px;
  color: #E4002B;
  line-height: 1;
  margin-bottom: 4px;
}

@media all and (max-width: 1366px) {
  body#index section.document .doc-title .en {
    font-size: 40px;
  }
}

body#index section.document .doc-title .ja {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1px;
}

@media all and (max-width: 1366px) {
  body#index section.document .doc-title .ja {
    font-size: 20px;
  }
}

body#index section.document .doc-text {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 2.222;
  margin-top: 29px;
  margin-bottom: 40px;
}

@media all and (max-width: 991px) {
  body#index section.document .doc-text {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media all and (max-width: 545px) {
  body#index section.document .doc-text {
    font-size: 4.3vw;
  }
}

body#index section.document .doc-link {
  position: relative;
  width: 66%;
  height: 90px;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 6px 0 rgba(0, 0, 0, 0.15);
  font-weight: bold;
  color: #E4002B;
  text-align: left;
  padding-left: 9.4%;
  padding-right: 7.9%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  letter-spacing: 2px;
  transition: all .3s ease;
}

@media all and (max-width: 1366px) {
  body#index section.document .doc-link {
    width: 100%;
    height: 60px;
  }
}

body#index section.document .doc-link::after {
  content: "";
  width: 104px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/index/arw_r.svg);
}

body#index section.document .doc-link:hover {
  background-color: #E4002B;
  color: #FFFFFF;
}

body#index section.document .doc-link:hover::after {
  background-image: url(../img/index/arw_w.svg);
}

body#index section.challenge .story {
  position: relative;
  width: 100%;
  height: 31.6vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media all and (max-width: 991px) {
  body#index section.challenge .story {
    height: auto;
    display: block;
    margin-bottom: 30px;
  }
}

body#index section.challenge .story-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

@media all and (max-width: 991px) {
  body#index section.challenge .story-bg {
    position: relative;
  }
}

body#index section.challenge .story-bg img {
  width: 100%;
}

body#index section.challenge .story-box {
  display: block;
  background-color: #E4002B;
  color: #FFFFFF;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 38px;
  width: 48.125%;
}

@media all and (max-width: 991px) {
  body#index section.challenge .story-box {
    width: calc(100% - 30px);
    margin-right: auto;
    margin-left: auto;
    margin-top: -20px;
  }
}

body#index section.challenge .story-title {
  margin-bottom: 38px;
}

@media all and (max-width: 991px) {
  body#index section.challenge .story-title {
    margin-bottom: 5px;
  }
}

body#index section.challenge .story-title .small {
  font-size: 1.4vw;
  letter-spacing: 2px;
  padding-left: 2px;
}

@media all and (max-width: 545px) {
  body#index section.challenge .story-title .small {
    font-size: 5vw;
  }
}

body#index section.challenge .story-title .big {
  font-size: 3.2vw;
  font-weight: bold;
  letter-spacing: 6px;
  padding-left: 6px;
}

@media all and (max-width: 545px) {
  body#index section.challenge .story-title .big {
    font-size: 9vw;
  }
}

body#index section.challenge .story-text {
  font-size: 1.25vw;
  letter-spacing: 2px;
  padding-left: 2px;
}

@media all and (max-width: 545px) {
  body#index section.challenge .story-text {
    font-size: 14px;
  }
}

body#index section.challenge .story-text::after {
  content: "";
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 104px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/index/arw_w.svg);
  margin-top: 16px;
  transition: all .3s ease;
}

body#index section.challenge .story-box:hover {
  background-color: #FFFFFF;
  color: #E4002B;
}

body#index section.challenge .story-box:hover .story-text::after {
  background-image: url(../img/index/arw_r.svg);
}

body#index section.challenge .career {
  background-image: url(../img/index/careerstep.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 457px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media all and (max-width: 991px) {
  body#index section.challenge .career {
    height: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

body#index section.challenge .career-title {
  text-align: center;
}

body#index section.challenge .career-title .en {
  font-size: 64px;
  font-weight: 500;
  letter-spacing: 6px;
  padding-left: 6px;
  color: #E4002B;
  line-height: 1.2;
}

@media all and (max-width: 991px) {
  body#index section.challenge .career-title .en {
    font-size: 40px;
  }
}

@media all and (max-width: 545px) {
  body#index section.challenge .career-title .en {
    font-size: 11vw;
  }
}

body#index section.challenge .career-title .ja {
  font-size: 28px;
  font-weight: 500;
}

@media all and (max-width: 991px) {
  body#index section.challenge .career-title .ja {
    font-size: 20px;
  }
}

@media all and (max-width: 545px) {
  body#index section.challenge .career-title .ja {
    font-size: 5vw;
  }
}

body#index section.challenge .career-text {
  font-size: 18px;
  letter-spacing: 1px;
  padding-left: 1px;
  line-height: 2.2;
  font-weight: 500;
  text-align: center;
  margin-top: 39px;
}

@media all and (max-width: 991px) {
  body#index section.challenge .career-text {
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media all and (max-width: 545px) {
  body#index section.challenge .career-text {
    font-size: 15px;
  }
}

body#index section.challenge .career-link {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -33px;
  max-width: 586px;
  width: 100%;
  height: 90px;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 6px 0 rgba(0, 0, 0, 0.15);
  font-weight: bold;
  color: #E4002B;
  text-align: left;
  padding-left: 6.5%;
  padding-right: 7.9%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  letter-spacing: 2px;
  transition: all .3s ease;
}

@media all and (max-width: 991px) {
  body#index section.challenge .career-link {
    position: relative;
    width: calc(100% - 30px);
    margin-right: auto;
    margin-left: auto;
    bottom: 0;
  }
}

body#index section.challenge .career-link::after {
  content: "";
  width: 104px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/index/arw_r.svg);
}

body#index section.challenge .career-link:hover {
  background-color: #E4002B;
  color: #FFFFFF;
}

body#index section.challenge .career-link:hover::after {
  background-image: url(../img/index/arw_w.svg);
}

body#index section.support {
  background-image: url(../img/index/walfare.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 34.84375vw;
  padding-bottom: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

@media all and (max-width: 991px) {
  body#index section.support {
    display: block;
    height: auto;
  }
}

body#index section.support .support-wrap {
  display: flex;
  justify-content: space-between;
  max-width: 1278px;
  width: calc(100% - 20px);
  margin-right: auto;
  margin-left: auto;
}

@media all and (max-width: 991px) {
  body#index section.support .support-wrap {
    flex-direction: column;
  }
}

body#index section.support .support-box {
  display: block;
  text-align: center;
  max-width: 586px;
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 6px 0 rgba(0, 0, 0, 0.15);
  padding-top: 25px;
  padding-bottom: 68px;
  color: #444;
  font-weight: bold;
  position: relative;
}

@media all and (max-width: 991px) {
  body#index section.support .support-box {
    width: calc(100% - 30px);
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #DDD;
    margin-top: 20px;
    padding-bottom: 44px;
  }
}

body#index section.support .support-box::after {
  content: "";
  width: 104px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/index/arw_r.svg);
  position: absolute;
  bottom: 21px;
  right: 0;
  left: 0;
  margin: auto;
}

body#index section.support .support-box:hover {
  background-color: #E4002B;
  color: #FFFFFF;
}

body#index section.support .support-box:hover::after {
  background-image: url(../img/index/arw_w.svg);
}

body#index section.support .support-box .cover {
  border-radius: 10px;
  line-height: 1;
}

body#index section.support .support-title {
  font-size: 28px;
  margin-bottom: 20px;
}

@media all and (max-width: 991px) {
  body#index section.support .support-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

body#index section.support .support-text {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 2px;
}

@media all and (max-width: 991px) {
  body#index section.support .support-text {
    font-size: 14px;
  }
}

body#index section.job {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media all and (max-width: 991px) {
  body#index section.job {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

body.special section.lead {
  background-color: #E4002B;
  text-align: center;
  padding-top: 64px;
  padding-bottom: 108px;
  color: #FFFFFF;
}

@media all and (max-width: 991px) {
  body.special section.lead {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

body.special section.lead .lead-title {
  font-size: 63px;
  line-height: 1.27;
  margin-bottom: 49px;
  font-weight: bold;
}

@media all and (max-width: 991px) {
  body.special section.lead .lead-title {
    font-size: 24px;
  }
}

body.special section.lead .lead-text {
  font-size: 22px;
  line-height: 2;
  width: calc(100% - 20px);
  margin-right: auto;
  margin-left: auto;
}

@media all and (max-width: 991px) {
  body.special section.lead .lead-text {
    font-size: 16px;
  }
}

@media all and (max-width: 545px) {
  body.special section.lead .lead-text {
    font-size: 14px;
  }
}

body.special section.content {
  background-image: url(../img/special/bg.jpg);
  background-repeat: repeat;
  background-position: center top;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media all and (max-width: 991px) {
  body.special section.content {
    padding-top: 22px;
    padding-bottom: 0;
  }
}

body.special section.content .content-wrap {
  max-width: 1400px;
  width: calc(100% - 20px);
  margin-right: auto;
  margin-left: auto;
}

body.special section.content .content-lead-title {
  margin-bottom: 80px;
  max-width: calc(100% - 54px);
  width: calc(100% - 84px);
  margin-right: auto;
  margin-left: auto;
  background-image: url(../img/special/frame_c.png);
  background-repeat: repeat-x;
  background-position: center;
  background-size: 1px;
  height: 183px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.425;
  font-size: 40px;
  color: #E4002B;
  font-weight: bold;
  position: relative;
}

@media all and (max-width: 991px) {
  body.special section.content .content-lead-title {
    width: calc(100% - 64px);
    font-size: 22px;
    margin-bottom: 22px;
  }
}

body.special section.content .content-lead-title::before,
body.special section.content .content-lead-title::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 27px;
  height: 183px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

body.special section.content .content-lead-title::before {
  left: -27px;
  background-image: url(../img/special/frame_l.png);
}

body.special section.content .content-lead-title::after {
  right: -27px;
  background-image: url(../img/special/frame_r.png);
}

body.special section.content .content-lead-text {
  max-width: 1100px;
  width: calc(100% - 20px);
  margin-right: auto;
  margin-left: auto;
  font-size: 24px;
  line-height: 2.3;
  font-weight: bold;
  margin-bottom: 112px;
}

@media all and (max-width: 991px) {
  body.special section.content .content-lead-text {
    margin-bottom: 32px;
    font-size: 16px;
  }
}

body.special section.content .content-row {
  display: flex;
  justify-content: space-between;
}

@media all and (max-width: 991px) {
  body.special section.content .content-row {
    flex-direction: column;
  }
}

body.special section.content .content-row.justify-content-center {
  justify-content: center;
}

body.special section.content .content-row.justify-content-start {
  justify-content: flex-start;
}

body.special section.content .content-row.align-items-end {
  align-items: flex-end;
}

body.special section.content .content-row.align-items-center {
  align-items: center;
}

@media all and (max-width: 991px) {
  body.special section.content .content-row.flex-md-row {
    flex-direction: row;
  }
}

body.special section.content .content-col-3,
body.special section.content .content-col-6,
body.special section.content .content-col-9,
body.special section.content .content-col-12 {
  display: flex;
  flex-direction: column;
}

@media all and (max-width: 991px) {

  body.special section.content .content-col-3,
  body.special section.content .content-col-6,
  body.special section.content .content-col-9,
  body.special section.content .content-col-12 {
    align-items: center;
  }
}

body.special section.content .content-col-6 {
  max-width: 685px;
  width: 100%;
}

@media all and (max-width: 991px) {
  body.special section.content .content-col-6 {
    margin-right: auto;
    margin-left: auto;
  }
}

body.special section.content .content-col-6.justify-content-end {
  align-items: flex-end;
}

body.special section.content .content-col-3 {
  max-width: 300px;
  width: 100%;
}

@media all and (max-width: 991px) {
  body.special section.content .content-col-3 {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

body.special section.content .content-col-9 {
  max-width: 1043px;
  width: 100%;
}

@media all and (max-width: 991px) {
  body.special section.content .content-col-9 {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

body.special section.content .content-col-12 {
  width: 100%;
}

body.special section.content .content-box {
  max-width: 685px;
  width: 100%;
  background-color: #FFFFFF;
  padding: 31px 42px 35px 43px;
}

@media all and (max-width: 991px) {
  body.special section.content .content-box {
    margin-bottom: 30px;
    padding: 30px 15px;
  }
}

body.special section.content .content-box-title {
  margin-top: 30px;
  margin-bottom: 25px;
  border: 4px solid #E4002B;
  border-radius: 4px;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
}

@media all and (max-width: 991px) {
  body.special section.content .content-box-title {
    margin-top: 0;
    margin-bottom: 23px;
  }
}

body.special section.content .content-box-title::before {
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: #E4002B;
  position: absolute;
  top: -30px;
  left: -30px;
  background-repeat: no-repeat;
  background-position: center;
}

@media all and (max-width: 991px) {
  body.special section.content .content-box-title::before {
    width: 34px;
    height: 34px;
    background-size: 56% 56%;
    top: -17px;
    left: -17px;
  }
}

body.special section.content .content-box-title.num01::before {
  background-image: url(../img/special/num01.svg);
}

body.special section.content .content-box-title.num02::before {
  background-image: url(../img/special/num02.svg);
}

body.special section.content .content-box-title.num03::before {
  background-image: url(../img/special/num03.svg);
}

body.special section.content .content-box-title.num04::before {
  background-image: url(../img/special/num04.svg);
}

body.special section.content .content-box-title.num05::before {
  background-image: url(../img/special/num05.svg);
}

body.special section.content .content-box-title.num06::before {
  background-image: url(../img/special/num06.svg);
}

body.special section.content .content-box-title.num07::before {
  background-image: url(../img/special/num07.svg);
}

body.special section.content .content-box-title .en {
  width: 280px;
  margin-right: auto;
  margin-left: auto;
  margin-top: -16px;
  color: #E4002B;
  letter-spacing: 1px;
  padding-left: 1px;
  background-color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  position: relative;
}

@media all and (max-width: 991px) {
  body.special section.content .content-box-title .en {
    width: 210px;
    font-size: 16px;
  }
}

body.special section.content .content-box-title .en::before,
body.special section.content .content-box-title .en::after {
  content: "";
  display: block;
  width: 3px;
  height: 19px;
  border-radius: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #E4002B;
}

body.special section.content .content-box-title .en::before {
  transform: rotate(-30deg);
  left: calc((100% - 282px)/2);
}

@media all and (max-width: 991px) {
  body.special section.content .content-box-title .en::before {
    left: calc((100% - 212px)/2);
  }
}

body.special section.content .content-box-title .en::after {
  transform: rotate(30deg);
  right: calc((100% - 282px)/2);
}

@media all and (max-width: 991px) {
  body.special section.content .content-box-title .en::after {
    right: calc((100% - 212px)/2);
  }
}

body.special section.content .content-box-title.num07 .en {
  width: 381px;
}

@media all and (max-width: 991px) {
  body.special section.content .content-box-title.num07 .en {
    width: 240px;
  }
}

@media all and (max-width: 991px) {

  body.special section.content .content-box-title.num07 .en::before,
  body.special section.content .content-box-title.num07 .en::after {
    top: -22px;
  }
}

body.special section.content .content-box-title.num07 .en::before {
  left: calc((100% - 383px)/2);
}

@media all and (max-width: 991px) {
  body.special section.content .content-box-title.num07 .en::before {
    left: calc((100% - 242px)/2);
  }
}

body.special section.content .content-box-title.num07 .en::after {
  right: calc((100% - 383px)/2);
}

@media all and (max-width: 991px) {
  body.special section.content .content-box-title.num07 .en::after {
    right: calc((100% - 242px)/2);
  }
}

body.special section.content .content-box-title .ja {
  font-size: 26px;
  color: #E4002B;
  padding-top: 9px;
}

@media all and (max-width: 991px) {
  body.special section.content .content-box-title .ja {
    font-size: 18px;
  }
}

body.special section.content .content-box-text {
  font-size: 18px;
  line-height: 2.2;
}

@media all and (max-width: 991px) {
  body.special section.content .content-box-text {
    font-size: 16px;
  }
}

body.special section.content .content-box-text .small {
  font-size: 77%;
}

body.special section.content .content-box-text.tac {
  margin-top: 30px;
  text-align: center;
  margin-bottom: 0;
}

@media all and (max-width: 991px) {
  body.special section.content .content-box-text.tac {
    text-align: left;
  }

  body.special section.content .content-box-text.tac br {
    display: none;
  }
}

body.special section.content .content-box-img {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

body.special section.content .content-box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: none;
}

body.special section.content .content-box-img-row {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

@media all and (max-width: 991px) {
  body.special section.content .content-box-img-row {
    flex-direction: column;
  }
}

@media all and (max-width: 991px) {
  body.special section.content .content-box-img-row .content-box-img:not(:last-child) {
    margin-bottom: 30px;
  }
}

@media all and (max-width: 991px) {
  body.special section.content .content-box-img-row .content-box-img:last-child {
    margin-top: 0;
  }
}

body.special section.content .content-box-wrap {
  display: flex;
}

@media all and (max-width: 991px) {
  body.special section.content .content-box-wrap {
    flex-direction: column;
    align-items: center;
  }
}

@media all and (min-width: 992px) {
  body.special section.content .content-box-wrap.flex-direction-row-reverse {
    flex-direction: row-reverse;
  }
}

body.special section.content .content-img-wrap {
  background-color: #FFFFFF;
  padding: 33px;
}

@media all and (max-width: 991px) {
  body.special section.content .content-img-wrap {
    margin-bottom: 30px;
    padding: 15px;
  }
}

body.special section.content .content-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: none;
}

body.special section.content .content-img-wrap.w195 {
  max-width: 195px;
}

body.special section.content .content-img-wrap.w235 {
  max-width: 235px;
  margin-bottom: 30px;
}

body.special section.content .content-img-wrap.w242 {
  max-width: 242px;
  margin-bottom: 40px;
}

body.special section.content .content-img-wrap.w249 {
  max-width: 249px;
  margin-left: 37px;
}

body.special section.content .content-img-wrap.w300 {
  max-width: 300px;
  padding: 29px;
}

body.special section.content .content-img-wrap.w358 {
  max-width: 358px;
}

@media all and (min-width: 992px) {
  body.special section.content .content-img-wrap.w358 {
    padding-top: 63px;
    padding-right: 24px;
  }
}

body.special section.content .content-img-wrap.w478 {
  max-width: 478px;
  margin-bottom: 30px;
}

body.special section.content .content-img-wrap.w643 {
  max-width: 643px;
}

body.special section.content .content-img-wrap.w709 {
  max-width: 709px;
}

@media all and (min-width: 992px) {
  body.special section.content .content-img-wrap.w709 {
    padding-top: 60px;
  }
}

body.special section.content .content-img-wrap.w724 {
  max-width: 724px;
}

@media all and (min-width: 992px) {
  body.special section.content .content-img-wrap.w724 {
    padding-left: 24px;
  }
}

@media all and (max-width: 991px) {

  body.special section.content .content-img-wrap.w478,
  body.special section.content .content-img-wrap.w195,
  body.special section.content .content-img-wrap.w235,
  body.special section.content .content-img-wrap.w242,
  body.special section.content .content-img-wrap.w249,
  body.special section.content .content-img-wrap.w300,
  body.special section.content .content-img-wrap.w358 {
    max-width: 49%;
    padding: 15px;
  }
}

body.special section.question {
  padding-top: 110px;
  padding-bottom: 110px;
}

body.special section.question .question-box {
  max-width: 1100px;
  width: calc(100% - 20px);
  margin-right: auto;
  margin-left: auto;
  border: 6px solid #E4002B;
  border-radius: 8px;
  text-align: center;
  padding-bottom: 45px;
}

body.special section.question .question-box .en {
  width: 640px;
  margin-right: auto;
  margin-left: auto;
  margin-top: -46px;
  color: #E4002B;
  letter-spacing: 5px;
  padding-left: 5px;
  background-color: #FFFFFF;
  font-size: 56px;
  font-weight: 500;
  position: relative;
}

@media all and (max-width: 767px) {
  body.special section.question .question-box .en {
    width: 300px;
    font-size: 40px;
    margin-top: -35px;
  }
}

@media all and (max-width: 545px) {
  body.special section.question .question-box .en {
    width: 300px;
    font-size: 30px;
    margin-top: -26px;
  }
}

body.special section.question .question-box .en::before,
body.special section.question .question-box .en::after {
  content: "";
  display: block;
  width: 6px;
  height: 49px;
  border-radius: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #E4002B;
}

body.special section.question .question-box .en::before {
  transform: rotate(-30deg);
  left: calc((100% - 642px)/2);
}

@media all and (max-width: 767px) {
  body.special section.question .question-box .en::before {
    left: calc((100% - 302px)/2);
  }
}

body.special section.question .question-box .en::after {
  transform: rotate(30deg);
  right: calc((100% - 642px)/2);
}

@media all and (max-width: 767px) {
  body.special section.question .question-box .en::after {
    right: calc((100% - 302px)/2);
  }
}

body.special section.question .question-box .ja {
  font-size: 57px;
  color: #E4002B;
  padding-top: 9px;
  font-weight: bold;
  line-height: 1.3;
}

@media all and (max-width: 991px) {
  body.special section.question .question-box .ja {
    font-size: 46px;
  }
}

@media all and (max-width: 545px) {
  body.special section.question .question-box .ja {
    font-size: 24px;
    padding-top: 32px;
  }
}

@media all and (min-width: 992px) {
  body#special01 section.content .content-box.num01 {
    margin-bottom: 45px;
  }
}

@media all and (max-width: 991px) {
  body#special01 section.content .content-box.num04 {
    margin-bottom: 0;
  }
}

@media all and (max-width: 991px) {
  body#special01 section.content .content-box.num04+.w358 {
    padding-top: 0;
    max-width: 100%;
    width: 100%;
  }
}

body#special01 section.content .content-box.num05 {
  margin-bottom: 30px;
}

@media all and (max-width: 991px) {
  body#special01 section.content .content-box.num05 {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

@media all and (max-width: 991px) {
  body#special01 section.content .content-box.num05+.w300 {
    max-width: 100%;
    width: 100%;
  }
}

@media all and (max-width: 991px) {
  body#special01 section.content .content-box.num07 {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

body#special01 section.content .content-box-img-row {
  flex-direction: row-reverse;
  justify-content: space-between;
}

@media all and (max-width: 991px) {
  body#special01 section.content .content-box-img-row {
    flex-direction: column;
  }
}

body#special01 section.content .img04 {
  max-width: 277px;
}

body#special01 section.content .img04 img {
  height: auto;
}

body#special01 section.content .img05 {
  max-width: 291px;
}

body#special01 section.content .img05 img {
  height: auto;
}

body#special01 section.content .side01 {
  justify-content: center;
}

@media all and (max-width: 991px) {
  body#special01 section.content .side01 {
    flex-direction: row;
  }
}

@media all and (min-width: 992px) {
  body#special01 section.content .side01 .content-img-wrap {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

@media all and (max-width: 991px) {
  body#special01 section.content .side01 .content-img-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }
}

body#special01 section.content .side02 {
  justify-content: flex-end;
  align-items: flex-start;
}

@media all and (max-width: 991px) {
  body#special01 section.content .side02 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}

@media all and (max-width: 991px) {
  body#special01 section.content .side02 .content-img-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media all and (min-width: 992px) {
  body#special01 section.content .side02 .w195 {
    margin-top: 30px;
  }
}

body#special01 section.content .side03 {
  display: flex;
  align-items: flex-start;
}

@media all and (max-width: 991px) {
  body#special01 section.content .side03 {
    align-items: center;
  }
}

body#special01 section.content .space01 {
  max-width: 1100px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #E4002B;
  color: #FFFFFF;
  letter-spacing: 5px;
  padding-left: 5px;
  margin-top: 62px;
  margin-bottom: 48px;
  height: 171px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  line-height: 1.9;
  font-weight: bold;
  text-align: center;
}

@media all and (max-width: 991px) {
  body#special01 section.content .space01 {
    font-size: 18px;
    line-height: 2.2;
    margin-top: 0;
    margin-bottom: 30px;
    padding-top: 39px;
    padding-bottom: 39px;
  }
}

body#special01 section.content .space02 {
  position: relative;
  font-size: 32px;
  color: #E4002B;
  font-weight: bold;
  text-align: center;
  margin-top: 44px;
  margin-bottom: 43px;
}

body#special01 section.content .space02::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  width: 182px;
  height: 21px;
  background-image: url(../img/special01/bubble_under.svg);
}

body#special01 section.content .space03 {
  height: 88px;
}

@media all and (max-width: 991px) {
  body#special01 section.content .space03 {
    display: none;
  }
}

body#special01 section.content .space04 {
  max-width: 1100px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  border: 10px solid #E4002B;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  letter-spacing: 3px;
  padding-left: 3px;
  line-height: 1.9;
  color: #E4002B;
  font-weight: 500;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 64px;
  margin-bottom: 41px;
}

@media all and (max-width: 991px) {
  body#special01 section.content .space04 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 18px;
    border-width: 5px;
    letter-spacing: 0;
    padding-left: 0;
  }
}

body#special01 section.content .space05 {
  max-width: 1100px;
  width: 100%;
  background-color: #E4002B;
  color: #FFFFFF;
  letter-spacing: 5px;
  padding-left: 5px;
  margin-top: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  line-height: 1.9;
  font-weight: bold;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-right: auto;
  margin-left: auto;
}

@media all and (max-width: 991px) {
  body#special01 section.content .space05 {
    margin-right: -10px;
    margin-left: -10px;
    width: calc(100% + 20px);
    font-size: 20px;
    line-height: 1.5;
    margin-top: 30px;
  }
}

body#special02 section.content .space01 {
  height: 50px;
}

@media all and (max-width: 991px) {
  body#special02 section.content .space01 {
    display: none;
  }
}

body#special02 section.content .space02 {
  max-width: 1400px;
  width: 100%;
  margin-top: 100px;
  background-color: #E4002B;
  padding: 58px 88px;
  color: #FFFFFF;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media all and (max-width: 991px) {
  body#special02 section.content .space02 {
    margin-top: 0;
    padding: 20px;
    font-size: 16px;
    margin-right: -10px;
    margin-left: -10px;
    width: calc(100% + 20px);
  }
}

@media all and (min-width: 992px) {
  body#special03 section.content .content-img-wrap.mt-30 {
    margin-top: 30px;
  }
}

body#special03 section.content .content-box-title.num03 .en {
  width: 380px;
}

@media all and (max-width: 991px) {
  body#special03 section.content .content-box-title.num03 .en {
    width: 240px;
  }
}

@media all and (max-width: 991px) {

  body#special03 section.content .content-box-title.num03 .en::before,
  body#special03 section.content .content-box-title.num03 .en::after {
    top: -22px;
  }
}

body#special03 section.content .content-box-title.num03 .en::before {
  left: calc((100% - 382px)/2);
}

@media all and (max-width: 991px) {
  body#special03 section.content .content-box-title.num03 .en::before {
    left: calc((100% - 242px)/2);
  }
}

body#special03 section.content .content-box-title.num03 .en::after {
  right: calc((100% - 382px)/2);
}

@media all and (max-width: 991px) {
  body#special03 section.content .content-box-title.num03 .en::after {
    right: calc((100% - 242px)/2);
  }
}

body#special03 section.content .content-img-wrap.w724 {
  padding: 61px 64px 69px 17px;
}

@media all and (max-width: 991px) {
  body#special03 section.content .content-img-wrap.w724 {
    padding: 22px;
  }
}

@media all and (max-width: 991px) {
  body#special03 section.content .img03 {
    margin-right: auto;
  }
}

@media all and (max-width: 991px) {
  body#special03 section.content .img04 {
    margin-left: auto;
  }
}

@media all and (max-width: 991px) {
  body#special03 section.content .img04.img04pc {
    display: none;
  }
}

@media all and (min-width: 992px) {
  body#special03 section.content .img04.img04sp {
    display: none;
  }
}

@media all and (max-width: 991px) {
  body#special03 section.content .content-img-row {
    display: flex;
    justify-content: space-between;
  }
}

body#philosophy section.content {
  padding-top: 83px;
  padding-bottom: 149px;
}

@media all and (max-width: 767px) {
  body#philosophy section.content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

body#philosophy section.content .section-wrap {
  max-width: 1400px;
  width: calc(100% - 20px);
  margin-right: auto;
  margin-left: auto;
}

body#philosophy section.content .content-img {
  max-width: 946px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 83px;
}

@media all and (max-width: 767px) {
  body#philosophy section.content .content-img {
    margin-bottom: 40px;
  }
}

body#philosophy section.content .content-title {
  text-align: center;
  margin-bottom: 80px;
}

@media all and (max-width: 767px) {
  body#philosophy section.content .content-title {
    margin-bottom: 20px;
  }
}

body#philosophy section.content .content-title .en {
  font-size: 20px;
  color: #E4002B;
}

body#philosophy section.content .content-title .ja {
  font-size: 81px;
  font-weight: 900;
}

@media all and (max-width: 991px) {
  body#philosophy section.content .content-title .ja {
    font-size: 60px;
  }
}

@media all and (max-width: 767px) {
  body#philosophy section.content .content-title .ja {
    font-size: 32px;
  }
}

body#philosophy section.content .content-text {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  line-height: 2.3;
}

@media all and (max-width: 1110px) {
  body#philosophy section.content .content-text {
    font-size: 16px;
  }
}

@media all and (max-width: 767px) {
  body#philosophy section.content .content-text {
    font-size: 16px;
  }
}

body#interviewlist section.content .content-title {
  margin-top: 90px;
  width: 100%;
  border: 6px solid #E4002B;
  border-radius: 8px;
  text-align: center;
  padding-bottom: 45px;
}

body#interviewlist section.content .content-title .en {
  width: 640px;
  margin-right: auto;
  margin-left: auto;
  margin-top: -37px;
  color: #E4002B;
  letter-spacing: 5px;
  padding-left: 5px;
  background-color: #FFFFFF;
  font-size: 43px;
  font-weight: 500;
  position: relative;
}

@media all and (max-width: 767px) {
  body#interviewlist section.content .content-title .en {
    width: 300px;
    font-size: 40px;
    margin-top: -35px;
  }
}

@media all and (max-width: 545px) {
  body#interviewlist section.content .content-title .en {
    font-size: 24px;
    margin-top: -28px;
    line-height: 1;
  }
}

body#interviewlist section.content .content-title .en::before,
body#interviewlist section.content .content-title .en::after {
  content: "";
  display: block;
  width: 6px;
  height: 49px;
  border-radius: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #E4002B;
}

body#interviewlist section.content .content-title .en::before {
  transform: rotate(-30deg);
  left: calc((100% - 644px)/2);
}

@media all and (max-width: 767px) {
  body#interviewlist section.content .content-title .en::before {
    left: calc((100% - 302px)/2);
  }
}

body#interviewlist section.content .content-title .en::after {
  transform: rotate(30deg);
  right: calc((100% - 644px)/2);
}

@media all and (max-width: 767px) {
  body#interviewlist section.content .content-title .en::after {
    right: calc((100% - 302px)/2);
  }
}

body#interviewlist section.content .content-title .ja {
  font-size: 56px;
  color: #E4002B;
  padding-top: 9px;
  font-weight: bold;
  line-height: 1.3;
}

@media all and (max-width: 991px) {
  body#interviewlist section.content .content-title .ja {
    font-size: 46px;
  }
}

@media all and (max-width: 545px) {
  body#interviewlist section.content .content-title .ja {
    font-size: 24px;
    padding-top: 32px;
  }
}

body#interviewlist section.content .content-text {
  font-size: 22px;
  line-height: 2.5;
  padding-top: 70px;
  padding-bottom: 97px;
  text-align: center;
}

@media all and (max-width: 545px) {
  body#interviewlist section.content .content-text {
    font-size: 18px;
    line-height: 2;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

body#interviewlist section.content .interview-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media all and (max-width: 1319px) {
  body#interviewlist section.content .interview-list {
    flex-direction: column;
    align-items: center;
  }
}

body#interviewlist section.content .interview-item {
  max-width: 650px;
  width: 100%;
  margin-bottom: 71px;
  position: relative;
}

@media all and (max-width: 991px) {
  body#interviewlist section.content .interview-item {
    width: 100%;
  }
}

body#interviewlist section.content .interview-item::before,
body#interviewlist section.content .interview-item::after {
  content: "";
  display: block;
  width: 3.076923%;
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  z-index: 3;
}

body#interviewlist section.content .interview-item::before {
  background-image: url(../img/interviewlist/delta.svg);
  left: 0;
}

body#interviewlist section.content .interview-item::after {
  background-image: url(../img/interviewlist/delta_right.svg);
  right: 0;
}

body#interviewlist section.content .interview-item .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
  display: flex;
  font-size: 5vw;
  font-weight: bold;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 7px;
  padding-left: 7px;
}

@media all and (max-width: 649px) {
  body#interviewlist section.content .interview-item .cover {
    font-size: 12vw;
  }
}

body#interviewlist section.content .interview-link {
  display: block;
  width: 100%;
}

body#interviewlist section.content .interview-img img {
  width: 100%;
}

body#interviewlist section.content .interview-doc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 228px;
  background-image: url(../img/interviewlist/square.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 4px;
  padding-left: 22px;
  color: #FFFFFF;
  z-index: 1;
  text-shadow: 0 0 3px #e4002b;
}

@media all and (max-width: 649px) {
  body#interviewlist section.content .interview-doc {
    height: 33.18vw;
    padding-left: 5vw;
  }
}

body#interviewlist section.content .interview-position {
  font-size: 18px;
}

@media all and (max-width: 649px) {
  body#interviewlist section.content .interview-position {
    font-size: 2.62vw;
  }
}

body#interviewlist section.content .interview-name {
  font-size: 42px;
  margin-bottom: 16px;
}

@media all and (max-width: 649px) {
  body#interviewlist section.content .interview-name {
    font-size: 6.11vw;
    margin-bottom: 2.32vw;
  }
}

body#interviewlist section.content .interview-text {
  font-size: 26px;
  line-height: 1.7;
}

@media all and (max-width: 649px) {
  body#interviewlist section.content .interview-text {
    font-size: 3.78vw;
  }
}

body#support section.content {
  margin-top: 96px;
}

@media all and (max-width: 545px) {
  body#support section.content {
    margin-top: 30px;
  }
}

body#support section.content .section-title {
  margin-bottom: 80px;
  max-width: calc(100% - 54px);
  width: calc(100% - 84px);
  margin-right: auto;
  margin-left: auto;
  background-image: url(../img/special/frame_c.png);
  background-repeat: repeat-x;
  background-position: center;
  background-size: 1px;
  height: 183px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.425;
  font-size: 40px;
  color: #E4002B;
  font-weight: bold;
  position: relative;
}

@media all and (max-width: 991px) {
  body#support section.content .section-title {
    width: calc(100% - 64px);
    font-size: 25px;
    margin-bottom: 22px;
  }
}

body#support section.content .section-title::before,
body#support section.content .section-title::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 27px;
  height: 183px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

body#support section.content .section-title::before {
  left: -27px;
  background-image: url(../img/special/frame_l.png);
}

body#support section.content .section-title::after {
  right: -27px;
  background-image: url(../img/special/frame_r.png);
}

body#support section.content .document {
  max-width: 1100px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 120px;
}

@media all and (max-width: 545px) {
  body#support section.content .document {
    margin-bottom: 30px;
  }
}

body#support section.content .document-text {
  font-size: 22px;
  line-height: 2.5;
  margin-bottom: 60px;
}

@media all and (max-width: 545px) {
  body#support section.content .document-text {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 30px;
  }
}

body#support section.content .document-text.document-text-lead {
  margin-bottom: 72px;
}

@media all and (max-width: 545px) {
  body#support section.content .document-text.document-text-lead {
    margin-bottom: 30px;
  }
}

body#support section.content .document-img {
  margin-bottom: 72px;
}

@media all and (max-width: 545px) {
  body#support section.content .document-img {
    margin-bottom: 30px;
  }
}

body#support section.content .document-img img {
  width: 100%;
}

@media all and (max-width: 991px) {
  body#support section.content .document-img img:not(:last-child) {
    margin-bottom: 30px;
  }
}

body#support section.content .block-title {
  position: relative;
  font-size: 32px;
  font-weight: bold;
  color: #E4002B;
  margin-bottom: 53px;
}

@media all and (max-width: 545px) {
  body#support section.content .block-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

body#support section.content .block-title div {
  display: inline-block;
  position: relative;
  z-index: 2;
  background-color: #FFFFFF;
  padding-right: 32px;
}

body#support section.content .block-title::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #E4002B;
  margin: auto;
}

body#support section.content .document-title {
  position: relative;
  font-size: 22px;
  font-weight: bold;
  color: #E4002B;
}

@media all and (max-width: 545px) {
  body#support section.content .document-title {
    font-size: 16px;
  }
}

body#support section.content .document-title::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  background-color: #E4002B;
  margin-right: 16px;
  margin-bottom: 2px;
}

@media all and (max-width: 545px) {
  body#support section.content .document-title::before {
    width: 11px;
    height: 11px;
    margin-bottom: 1px;
  }
}

body#job section.lead {
  padding-top: 74px;
  padding-bottom: 60px;
}

body#job section.lead .page-title {
  max-width: calc(100% - 54px);
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-image: url(../img/job/frame_c.png);
  background-repeat: repeat-x;
  background-position: center;
  background-size: 1px;
  height: 246px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 1.425;
  font-size: 40px;
  color: #E4002B;
  font-weight: bold;
  position: relative;
}

@media all and (max-width: 991px) {
  body#job section.lead .page-title {
    width: calc(100% - 64px);
    font-size: 25px;
  }
}

body#job section.lead .page-title::before,
body#job section.lead .page-title::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 27px;
  height: 246px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

body#job section.lead .page-title::before {
  left: -27px;
  background-image: url(../img/job/frame_l.png);
}

body#job section.lead .page-title::after {
  right: -27px;
  background-image: url(../img/job/frame_r.png);
}

body#job section.lead .page-title .big {
  margin-bottom: 8px;
}

body#job section.lead .page-title .small {
  font-size: 18px;
}

body#job section.company .section-title,
body#job section.recruit .section-title,
body#job section.entry .section-title {
  background-color: #E4002B;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
  font-size: 28px;
  padding-top: 19px;
  padding-bottom: 21px;
  letter-spacing: 2px;
  padding-left: 2px;
}

body#job section.company dl.table,
body#job section.recruit dl.table {
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  margin-bottom: 100px;
}

@media all and (max-width: 767px) {

  body#job section.company dl.table,
  body#job section.recruit dl.table {
    flex-direction: column;
    font-size: 16px;
  }
}

body#job section.company dt,
body#job section.company dd,
body#job section.recruit dt,
body#job section.recruit dd {
  border-bottom: 1px solid #E4002B;
  padding-top: 17px;
  padding-bottom: 17px;
  line-height: 2.5;
}

body#job section.company dt,
body#job section.recruit dt {
  padding-left: 20px;
  color: #E4002B;
  font-weight: normal;
  width: 100%;
}

@media all and (min-width: 768px) {

  body#job section.company dt,
  body#job section.recruit dt {
    width: 282px;
  }
}

body#job section.company dd,
body#job section.recruit dd {
  width: 100%;
}

@media all and (min-width: 768px) {

  body#job section.company dd,
  body#job section.recruit dd {
    width: calc(100% - 282px);
  }
}

@media all and (max-width: 767px) {

  body#job section.company dd,
  body#job section.recruit dd {
    padding-left: 20px;
    font-size: 14px;
  }
}

body#job section.entry {
  padding-bottom: 120px;
}

@media all and (max-width: 767px) {
  body#job section.entry {
    padding-bottom: 60px;
  }
}

body#job section.entry .entry-title {
  margin-top: 65px;
  margin-bottom: 35px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media all and (max-width: 991px) {
  body#job section.entry .entry-title {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

body#job section.entry .entry-title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #707070;
  z-index: 1;
}

body#job section.entry .entry-title div {
  position: relative;
  z-index: 2;
  background-color: #FFFFFF;
  padding: 0 50px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

@media all and (max-width: 991px) {
  body#job section.entry .entry-title div {
    padding: 0;
    font-size: 24px;
  }
}

body#job section.entry .entry-wrap {
  margin-bottom: 46px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

@media all and (max-width: 991px) {
  body#job section.entry .entry-wrap {
    flex-direction: column;
    margin-bottom: 30px;
  }
}

body#job section.entry .entry-btn {
  max-width: 645px;
  width: 100%;
  height: 140px;
  border-radius: 10px;
  border: 1px solid #CCC;
  box-shadow: 0 6px 0 rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
}

@media all and (max-width: 991px) {
  body#job section.entry .entry-btn {
    height: 90px;
  }
}

body#job section.entry .entry-btn:hover {
  border-width: 6px;
  border-color: #E4002B;
}

@media all and (max-width: 991px) {
  body#job section.entry .entry-btn img {
    max-width: 240px;
  }
}

@media all and (max-width: 991px) {
  body#job section.entry .entry-btn:not(:last-child) {
    margin-bottom: 30px;
  }
}

body#job section.entry .entry-text {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #E4002B;
}

@media all and (max-width: 991px) {
  body#job section.entry .entry-text {
    font-size: 24px;
  }
}

body#job section.entry .off {
  display: none;
  margin-top: 80px;
  border: 3px solid #E4002B;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #E4002B;
  padding-top: 44px;
  padding-bottom: 46px;
}

body#message section.content {
  padding-top: 155px;
  padding-bottom: 264px;
}

@media all and (max-width: 991px) {
  body#message section.content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media all and (max-width: 991px) {
  body#message section.content .section-wrap {
    max-width: 750px;
  }
}

body#message section.content .message-title {
  font-size: 48px;
  font-weight: bold;
  color: #E4002B;
  line-height: 2;
  margin-bottom: 125px;
}

@media all and (max-width: 991px) {
  body#message section.content .message-title {
    font-size: 38px;
    margin-bottom: 60px;
  }
}

@media all and (max-width: 767px) {
  body#message section.content .message-title {
    font-size: 4.7vw;
  }
}

body#message section.content .message-doc {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

@media all and (min-width: 992px) {
  body#message section.content .message-doc {
    margin-bottom: 120px;
  }
}

@media all and (max-width: 991px) {
  body#message section.content .message-doc {
    flex-direction: column;
  }
}

body#message section.content .message-box.mb50 {
  width: 100%;
}

@media all and (min-width: 992px) {
  body#message section.content .message-box.mb50 {
    width: 50%;
  }
}

body#message section.content .message-box.mb100 {
  width: 100%;
}

body#message section.content .message-img {
  width: 100%;
}

@media all and (min-width: 992px) {
  body#message section.content .message-img {
    width: 45%;
  }
}

body#message section.content .message-img img {
  width: 100%;
}

body#message section.content .message-box-title {
  border-left: 10px solid #E4002B;
  font-size: 32px;
  font-weight: bold;
  padding-top: 8px;
  padding-bottom: 9px;
  padding-left: 20px;
  margin-bottom: 44px;
}

@media all and (max-width: 991px) {
  body#message section.content .message-box-title {
    margin-bottom: 30px;
  }
}

@media all and (max-width: 767px) {
  body#message section.content .message-box-title {
    font-size: 20px;
    padding-left: 10px;
  }
}

@media all and (max-width: 545px) {
  body#message section.content .message-box-title {
    font-size: 16px;
    border-left-width: 5px;
  }
}

body#message section.content .message-box-text {
  font-size: 22px;
  line-height: 2.5;
}

@media all and (max-width: 991px) {
  body#message section.content .message-box-text {
    margin-bottom: 30px;
  }
}

@media all and (max-width: 767px) {
  body#message section.content .message-box-text {
    font-size: 16px;
    line-height: 2;
  }
}

@media all and (max-width: 991px) {

  body#message section.content .message-doc01 .message-img,
  body#message section.content .message-doc04 .message-img {
    margin-bottom: 30px;
  }
}

body#message section.content .message-doc02,
body#message section.content .message-doc04 {
  flex-direction: row-reverse;
}

@media all and (max-width: 991px) {

  body#message section.content .message-doc02,
  body#message section.content .message-doc04 {
    flex-direction: column;
  }
}

body#message section.content .message-separate {
  margin-bottom: 30px;
}

@media all and (min-width: 768px) {
  body#message section.content .message-separate {
    margin-bottom: 120px;
  }
}

body#message section.content .message-separate img {
  width: 100%;
}

body#message section.content .profile {
  display: flex;
  justify-content: space-between;
}

@media all and (max-width: 991px) {
  body#message section.content .profile {
    flex-direction: column-reverse;
  }
}

@media all and (min-width: 992px) {
  body#message section.content .profile-img {
    width: 38.214285714%;
  }
}

@media all and (min-width: 992px) {
  body#message section.content .profile-doc {
    width: 58.5%;
  }
}

body#message section.content .profile-title {
  border-top: 2px solid #B7B7B7;
  padding-top: 27px;
  font-size: 24px;
  color: #E4002B;
  font-weight: 500;
}

@media all and (max-width: 767px) {
  body#message section.content .profile-title {
    font-size: 16px;
  }
}

body#message section.content .profile-name {
  border-top: 2px solid #B7B7B7;
  border-bottom: 2px solid #B7B7B7;
  font-size: 32px;
  font-weight: bold;
  padding-top: 9px;
  padding-bottom: 10px;
  margin-top: 27px;
  margin-bottom: 46px;
}

@media all and (max-width: 767px) {
  body#message section.content .profile-name {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

body#message section.content .profile-text {
  font-size: 18px;
  line-height: 2.5;
}

@media all and (max-width: 991px) {
  body#message section.content .profile-text {
    margin-bottom: 30px;
  }
}

@media all and (max-width: 767px) {
  body#message section.content .profile-text {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 15px;
  }
}

body#career section.content {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media all and (max-width: 991px) {
  body#career section.content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media all and (max-width: 991px) {
  body#career section.content .section-wrap {
    max-width: 750px;
  }
}

body#career section.content .main-title {
  font-size: 46px;
  line-height: 2;
  font-weight: bold;
  color: #E4002B;
  margin-bottom: 59px;
}

@media all and (max-width: 991px) {
  body#career section.content .main-title {
    font-size: 23px;
    margin-bottom: 30px;
  }
}

body#career section.content .main-lead {
  font-size: 22px;
  line-height: 2.5;
  margin-bottom: 65px;
}

@media all and (max-width: 991px) {
  body#career section.content .main-lead {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

body#career section.content .profile {
  background-color: #E4002B;
  padding: 29px 39px;
  color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 64px;
}

@media all and (max-width: 991px) {
  body#career section.content .profile {
    padding: 20px 10px;
    flex-direction: column;
  }
}

body#career section.content .profile-img {
  margin-bottom: 20px;
  text-align: center;
}

@media all and (max-width: 991px) {
  body#career section.content .profile-img {
    margin-right: auto;
    margin-left: auto;
  }
}

@media all and (min-width: 768px) {
  body#career section.content .profile-img {
    max-width: 75%;
  }
}

@media all and (min-width: 992px) {
  body#career section.content .profile-img {
    margin-bottom: 0;
    width: 36.308623298%;
  }
}

@media all and (max-width: 991px) {
  body#career section.content .profile-doc {
    margin-right: auto;
    margin-left: auto;
  }
}

@media all and (min-width: 768px) {
  body#career section.content .profile-doc {
    max-width: 75%;
  }
}

@media all and (min-width: 992px) {
  body#career section.content .profile-doc {
    width: 60.211800302%;
  }
}

body#career section.content .profile-title {
  display: flex;
  align-items: baseline;
  margin-bottom: 26px;
}

@media all and (max-width: 991px) {
  body#career section.content .profile-title {
    margin-bottom: 20px;
  }
}

body#career section.content .profile-name {
  font-size: 42px;
  margin-right: 20px;
  font-weight: bold;
}

@media all and (max-width: 991px) {
  body#career section.content .profile-name {
    font-size: 24px;
  }
}

body#career section.content .profile-posi {
  font-size: 24px;
}

@media all and (max-width: 991px) {
  body#career section.content .profile-posi {
    font-size: 16px;
  }
}

body#career section.content .profile-text {
  font-size: 18px;
  line-height: 2.5;
}

@media all and (max-width: 991px) {
  body#career section.content .profile-text {
    font-size: 14px;
    line-height: 2;
  }
}

body#career section.content .flow {
  border-left: 5px solid #E4002B;
  position: relative;
}

body#career section.content .flow::before,
body#career section.content .flow::after {
  content: "";
  width: 5px;
  height: 15px;
  background-color: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: -5px;
}

body#career section.content .flow::before {
  bottom: 71px;
}

body#career section.content .flow::after {
  bottom: 18px;
}

body#career section.content .flow-box {
  margin-bottom: 50px;
}

body#career section.content .flow-title {
  border-bottom: 1px solid #E4002B;
  display: flex;
}

body#career section.content .flow-title-year {
  background-color: #E4002B;
  width: 167px;
  height: 42px;
  position: relative;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  font-size: 21px;
}

@media all and (max-width: 991px) {
  body#career section.content .flow-title-year {
    font-size: 16px;
  }
}

@media all and (max-width: 545px) {
  body#career section.content .flow-title-year {
    width: 90px;
  }
}

body#career section.content .flow-title-year div {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 9px;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 31px;
}

@media all and (max-width: 545px) {
  body#career section.content .flow-title-year div {
    height: 24px;
    right: 16px;
  }
}

body#career section.content .flow-title-year::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 32px 42px 0;
  border-color: transparent #FFFFFF transparent transparent;
}

@media all and (max-width: 545px) {
  body#career section.content .flow-title-year::after {
    border-width: 0 24px 42px 0;
  }
}

body#career section.content .flow-title-text {
  font-size: 24px;
  color: #E4002B;
  font-weight: bold;
  padding-left: 47px;
}

@media all and (max-width: 545px) {
  body#career section.content .flow-title-text {
    padding-left: 17px;
    font-size: 20px;
    padding-top: 4px;
  }
}

body#career section.content .flow-content {
  padding-top: 30px;
  padding-left: 214px;
}

@media all and (max-width: 991px) {
  body#career section.content .flow-content {
    padding-left: 40px;
  }
}

@media all and (max-width: 545px) {
  body#career section.content .flow-content {
    padding-top: 10px;
    padding-left: 10px;
  }
}

body#career section.content .flow-content.inimg {
  display: flex;
  justify-content: space-between;
}

@media all and (max-width: 991px) {
  body#career section.content .flow-content.inimg {
    flex-direction: column;
  }
}

@media all and (min-width: 992px) {
  body#career section.content .flow-content.inimg .flow-text {
    width: 61.303979678%;
  }
}

@media all and (min-width: 992px) {
  body#career section.content .flow-content.inimg .flow-img {
    width: 35.478408128%;
  }
}

body#career section.content .flow-text {
  font-size: 17px;
  line-height: 2.777;
}

@media all and (max-width: 991px) {
  body#career section.content .flow-text {
    font-size: 16px;
  }
}

@media all and (max-width: 545px) {
  body#career section.content .flow-text {
    font-size: 14px;
    line-height: 2;
  }
}

body#career section.content .flow-img img {
  width: 100%;
}

body#career section.space {
  padding-top: 100px;
  padding-bottom: 100px;
}

body#career section.space img {
  width: 100%;
}

body#faq section.content {
  padding-top: 120px;
  padding-bottom: 100px;
}

@media all and (max-width: 991px) {
  body#faq section.content {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

body#faq section.content .faq-title {
  background-color: #E4002B;
  color: #FFFFFF;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  padding: 16px 0 18px 3px;
  letter-spacing: 3px;
  margin-bottom: 20px;
}

@media all and (max-width: 991px) {
  body#faq section.content .faq-title {
    margin-top: 60px;
    font-size: 24px;
    line-height: 1.2;
  }
}

body#faq section.content .qaa {
  margin-bottom: 20px;
  border-bottom: 1px solid #E4002B;
}

body#faq section.content .question,
body#faq section.content .answer {
  padding-right: 58px;
  padding-left: 91px;
  font-size: 22px;
  position: relative;
}

@media all and (min-width: 992px) {

  body#faq section.content .question,
  body#faq section.content .answer {
    border-radius: 10px;
  }
}

@media all and (max-width: 991px) {

  body#faq section.content .question,
  body#faq section.content .answer {
    padding-right: 0;
    padding-left: 0;
    font-size: 16px;
  }
}

body#faq section.content .question::before,
body#faq section.content .answer::before {
  content: "";
  display: block;
  position: absolute;
  color: #E4002B;
  font-size: 32px;
  font-weight: bold;
}

@media all and (max-width: 991px) {

  body#faq section.content .question::before,
  body#faq section.content .answer::before {
    font-size: 24px;
    line-height: 1;
  }
}

body#faq section.content .question {
  padding-top: 23px;
  padding-bottom: 23px;
  cursor: pointer;
  transition: all .3s ease;
}

@media all and (max-width: 991px) {
  body#faq section.content .question {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

body#faq section.content .question::before {
  content: "Q.";
  top: 16px;
  left: 10px;
}

@media all and (max-width: 991px) {
  body#faq section.content .question::before {
    top: 0;
    left: 0;
  }
}

body#faq section.content .question::after {
  content: "";
  width: 16px;
  height: 13px;
  background-image: url(../img/faq/arw.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 35px;
  right: 21px;
}

@media all and (max-width: 991px) {
  body#faq section.content .question::after {
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
}

@media all and (min-width: 992px) {
  body#faq section.content .question:hover {
    background-color: rgba(228, 0, 43, 0.1);
  }
}

body#faq section.content .question.is-active::after {
  transform: rotate(180deg);
}

body#faq section.content .answer {
  margin-bottom: 20px;
  color: #E4002B;
  line-height: 2;
  transition: all .3s ease;
}

@media all and (min-width: 992px) {
  body#faq section.content .answer {
    background-color: #F5F5F5;
  }
}

body#faq section.content .answer::before {
  content: "A.";
  top: 25px;
  left: 48px;
}

@media all and (max-width: 991px) {
  body#faq section.content .answer::before {
    top: 0;
    left: 0;
  }
}

body#faq section.content .answer:not(.is-active) {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  height: 0;
}

body#faq section.content .answer.is-active {
  overflow: visible;
  padding-top: 32px;
  padding-bottom: 32px;
  height: auto;
}

body.interview section {
  padding-top: 155px;
  padding-bottom: 155px;
}

@media all and (max-width: 545px) {
  body.interview section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

body.interview section .section-wrap {
  display: flex;
  justify-content: center;
}

@media all and (max-width: 991px) {
  body.interview section .section-wrap {
    flex-direction: column;
    max-width: 750px;
  }
}

body.interview section .content-title {
  border-left-width: 10px;
  border-left-style: solid;
  border-left-color: #E4002B;
  font-size: 32px;
  font-weight: bold;
  padding-left: 20px;
  line-height: 1.46;
  padding-top: 10px;
  padding-bottom: 13px;
  margin-bottom: 44px;
}

@media all and (max-width: 1199px) {
  body.interview section .content-title {
    font-size: 24px;
  }
}

@media all and (max-width: 545px) {
  body.interview section .content-title {
    border-left-width: 4px;
    padding-left: 6px;
    font-size: 20px;
    margin-bottom: 20px;
  }
}

body.interview section .content-text {
  font-size: 22px;
  line-height: 2.5;
}

body.interview section .appendix {
  font-size: 18px;
  line-height: 2;
  margin-top: 36px;

}

@media all and (max-width: 991px) {
  body.interview section .content-text {
    font-size: 18px;
  }

  body.interview section .appendix {
    font-size: 16px;
  }
}

@media all and (max-width: 767px) {
  body.interview section .content-text {
    font-size: 16px;
  }

  body.interview section .appendix {
    font-size: 14px;
  }
}

body.interview section.content01 .section-wrap {
  flex-direction: row-reverse;
  flex-wrap: wrap;
}

@media all and (max-width: 991px) {
  body.interview section.content01 .section-wrap {
    flex-direction: column;
  }
}

body.interview section.content01 .main-title {
  width: 100%;
  padding-bottom: 125px;
  font-size: 48px;
  line-height: 2;
  font-weight: bold;
  color: #E4002B;
}

@media all and (max-width: 991px) {
  body.interview section.content01 .main-title {
    font-size: 32px;
    padding-bottom: 60px;
  }
}

@media all and (max-width: 545px) {
  body.interview section.content01 .main-title {
    font-size: 24px;
    padding-bottom: 40px;
  }
}

@media all and (min-width: 992px) {
  body.interview section.content01 .profile {
    width: 46%;
    margin-left: 4%;
  }
}

@media all and (max-width: 991px) {
  body.interview section.content01 .profile {
    margin-bottom: 44px;
  }
}

@media all and (max-width: 545px) {
  body.interview section.content01 .profile {
    margin-bottom: 40px;
  }
}

body.interview section.content01 .profile-img {
  margin-bottom: 24px;
}

body.interview section.content01 .profile-position {
  font-size: 24px;
  color: #E4002B;
  margin-bottom: 2px;
}

@media all and (max-width: 991px) {
  body.interview section.content01 .profile-position {
    font-size: 16px;
  }
}

body.interview section.content01 .profile-name {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 20px;
}

@media all and (max-width: 991px) {
  body.interview section.content01 .profile-name {
    font-size: 32px;
  }
}

@media all and (max-width: 545px) {
  body.interview section.content01 .profile-name {
    font-size: 24px;
  }
}

body.interview section.content01 .profile-text {
  font-size: 18px;
  line-height: 2.5;
  color: #FFFFFF;
  background-color: #E4002B;
  padding: 29px 33px;
}

@media all and (max-width: 545px) {
  body.interview section.content01 .profile-text {
    padding: 10px 20px;
    font-size: 14px;
  }
}

@media all and (min-width: 992px) {
  body.interview section.content01 .content {
    width: 50%;
  }
}

body.interview section.content02 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

body.interview section.content02::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.46;
  z-index: 1;
}

body.interview section.content02 .section-wrap {
  justify-content: flex-start;
}

body.interview section.content02 .content {
  position: relative;
  z-index: 2;
  max-width: 790px;
  color: #FFFFFF;
}

body.interview section.content02 .content-title {
  border-left-color: #FFFFFF;
}

@media all and (max-width: 991px) {
  body.interview section.content03 .section-wrap {
    flex-direction: column-reverse;
  }
}

@media all and (min-width: 992px) {
  body.interview section.content03 .content-img {
    margin-right: 3.7%;
    width: 45%;
  }
}

@media all and (min-width: 992px) {
  body.interview section.content03 .content {
    width: 51.3%;
  }
}

@media all and (max-width: 991px) {
  body.interview section.content03 .content {
    margin-bottom: 44px;
  }
}

@media all and (max-width: 545px) {
  body.interview section.content03 .content {
    margin-bottom: 40px;
  }
}

body#interview02 section.content02 .section-wrap,
body#interview06 section.content02 .section-wrap {
  justify-content: flex-end;
}

body#interview01 section.content02 {
  background-image: url(../img/interview01/img02.jpg);
}

@media all and (max-width: 545px) {
  body#interview01 section.content02 {
    background-image: url(../img/interview01/img02@2x.jpg);
  }
}

body#interview02 section.content02 {
  background-image: url(../img/interview02/img02.jpg);
}

@media all and (max-width: 545px) {
  body#interview02 section.content02 {
    background-image: url(../img/interview02/img02@2x.jpg);
  }
}

body#interview03 section.content02 {
  background-image: url(../img/interview03/img02.jpg);
}

@media all and (max-width: 545px) {
  body#interview03 section.content02 {
    background-image: url(../img/interview03/img02@2x.jpg);
  }
}

body#interview04 section.content02 {
  background-image: url(../img/interview04/img02.jpg);
}

@media all and (max-width: 545px) {
  body#interview04 section.content02 {
    background-image: url(../img/interview04/img02@2x.jpg);
  }
}

body#interview05 section.content02 {
  background-image: url(../img/interview05/img02.jpg);
}

@media all and (max-width: 545px) {
  body#interview05 section.content02 {
    background-image: url(../img/interview05/img02@2x.jpg);
  }
}

body#interview06 section.content02 {
  background-image: url(../img/interview06/img02.jpg);
}

@media all and (max-width: 545px) {
  body#interview06 section.content02 {
    background-image: url(../img/interview06/img02@2x.jpg);
  }
}

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