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

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

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

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

[type=radio] {
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

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

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

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

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

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

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

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

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

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

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

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

html {
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 560px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-size: 1.6rem;
  /* フォントレンダリング設定: 1x解像度ではsubpixel、2x以上の解像度ではgrayscale */
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}
@media (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media screen and (min-width: 560px) {
  body {
    font-size: 1.6rem;
  }
}
@media all and (-ms-high-contrast: none) {
  body {
    overflow-x: hidden;
  }
}

a {
  text-decoration: none;
  color: #000;
}
img, video {
  border: none;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

ul {
  list-style-type: none;
}

/*  font and text class */
.italic {
  font-style: italic;
}

.small-caps {
  font-variant: small-caps;
}

.bold {
  font-weight: bold;
}

.xx-small {
  font-size: 60%;
}

.x-small {
  font-size: 75%;
}

.small {
  font-size: 88.88%;
}

.large {
  font-size: 120%;
}

.x-large {
  font-size: 150%;
}

.xx-large {
  font-size: 200%;
}

.lh-100 {
  line-height: 1 !important;
}

.lh-125 {
  line-height: 1.25 !important;
}

.lh-150 {
  line-height: 1.5 !important;
}

.lh-175 {
  line-height: 1.75 !important;
}

.overline {
  text-decoration: overline;
}

.underline {
  text-decoration: underline;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

/*  layout class */
.indent {
  text-indent: 1em;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.wbr {
  display: inline-block;
  white-space: nowrap;
}

.no-leter-spaceing {
  letter-spacing: 0 !important;
}

.d-flex {
  display: flex;
}

.d-inline-flex {
  display: inline-flex;
}

.align-items-center {
  align-items: center;
}

.jc-space-between {
  justify-content: space-between;
}

.jc-center {
  justify-content: center;
}

.row-reverse {
  flex-direction: row-reverse;
}

.pointer {
  cursor: pointer;
}

.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.circle {
  border-radius: 50%;
}

.sp-only {
  display: block !important;
}
@media screen and (min-width: 560px) {
  .sp-only {
    display: none !important;
  }
}

.sp-more {
  display: none !important;
}
@media screen and (min-width: 560px) {
  .sp-more {
    display: block !important;
  }
}

.tb-only {
  display: block !important;
}
@media screen and (min-width: 769px) {
  .tb-only {
    display: none !important;
  }
}

.tb-more {
  display: none !important;
}
@media screen and (min-width: 769px) {
  .tb-more {
    display: block !important;
  }
}

.pc-only {
  display: none !important;
}
@media screen and (min-width: 1025px) {
  .pc-only {
    display: block !important;
  }
}

[data-anime] {
  opacity: 0;
}

.anime-item {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  backface-visibility: visible;
}

.fade-in {
  animation-name: fade-in;
  animation-timing-function: ease-out;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in-up {
  animation-name: fade-in-up;
  animation-timing-function: ease-out;
}

@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fade-in-down {
  animation-name: fade-in-down;
  animation-timing-function: ease-out;
}

@keyframes fade-in-down {
  0% {
    opacity: 0;
    transform: translate3d(0, -30px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fade-in-left {
  animation-name: fade-in-left;
  animation-timing-function: ease-out;
}

@keyframes fade-in-left {
  0% {
    opacity: 0;
    transform: translate3d(-30px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fade-in-right {
  animation-name: fade-in-right;
  animation-timing-function: ease-out;
}

@keyframes fade-in-right {
  0% {
    opacity: 0;
    transform: translate3d(30px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.back-to-top {
  position: absolute;
  top: 0;
  right: 1.5rem;
  z-index: 100;
  width: 3.5rem;
  height: 3.3rem;
  background: url(../img/common/back_to_top_icon.svg) no-repeat center center/contain;
  opacity: 0;
  transition: opacity 0.3s;
}
@media screen and (min-width: 1025px) {
  .back-to-top {
    top: 0;
    right: 30px;
    width: 76px;
    height: 75px;
  }
}
.back-to-top.is-fixed {
  position: fixed;
  top: auto;
  right: 15px;
  bottom: 15px;
}
@media screen and (min-width: 1025px) {
  .back-to-top.is-fixed {
    right: 30px;
    bottom: 30px;
  }
}

.global-footer {
  position: relative;
  margin-top: 8rem;
}
@media screen and (min-width: 1025px) {
  .global-footer {
    margin-top: 110px;
  }
}

.global-footer-logo {
  margin: auto;
  width: 25rem;
}
@media screen and (min-width: 1025px) {
  .global-footer-logo {
    width: 330px;
  }
}

.global-footer-nav {
  display: none;
}
@media screen and (min-width: 1025px) {
  .global-footer-nav {
    display: block;
    margin-top: 45px;
    padding-bottom: 45px;
    border-bottom: 2px solid #434343;
  }
}

.global-footer-nav-list {
  display: flex;
  justify-content: center;
}
.global-footer-nav-list li {
  display: flex;
  align-items: center;
}
.global-footer-nav-list li::before {
  content: "";
  margin-right: 5px;
  display: block;
  width: 16px;
  height: 16px;
  background: #E20A16;
}
.global-footer-nav-list li + li {
  margin-left: 2em;
}
.global-footer-nav-list a {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}

.global-footer-links {
  display: none;
}
@media screen and (min-width: 1025px) {
  .global-footer-links {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
  .global-footer-links + .global-footer-links {
    margin-top: 20px;
  }
  .global-footer-links li {
    display: flex;
    align-items: center;
  }
  .global-footer-links li::before {
    content: "＞";
    display: block;
    margin-right: 0.5em;
  }
  .global-footer-links li + li {
    margin-left: 2em;
  }
  .global-footer-links a {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
}

.global-footer-copy {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.5rem;
  height: 8.5rem;
  font-family: "Helvetica Neue", Arial, sans-serif;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #fff;
  background: #E20A16;
}
@media all and (-ms-high-contrast: none) {
  .global-footer-copy {
    font-family: Arial, sans-serif;
  }
}
.global-footer-copy::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.global-footer-copy::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media screen and (min-width: 560px) {
  .global-footer-copy {
    height: 7.8rem;
  }
  .global-footer-copy br {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .global-footer-copy {
    height: 78px;
    font-size: 1.2rem;
  }
}

.global-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  background: #fff;
}

.global-header-content {
  display: flex;
  align-items: center;
  width: 100%;
  height: 6rem;
}
@media screen and (min-width: 1025px) {
  .global-header-content {
    height: 80px;
  }
}

.global-header-logo {
  margin-left: 2rem;
  width: 16.5rem;
}
@media screen and (min-width: 1025px) {
  .global-header-logo {
    margin: 0 20px;
    width: 330px;
  }
}

.global-header-nav {
  display: none;
}
@media screen and (min-width: 1025px) {
  .global-header-nav {
    display: block;
    margin-left: auto;
    max-width: 665px;
    width: 100%;
  }
}

.global-header-nav-list {
  display: flex;
  justify-content: space-between;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.global-header-nav-list a {
  font-weight: 700;
}

.global-header-nav-list-item {
  position: relative;
}
.global-header-nav-list-item.is-current a {
  color: #E20A16;
}
.global-header-nav-list-item.is-current::after {
  content: "";
  position: absolute;
  top: 100%;
  margin-top: 3px;
  display: block;
  width: 100%;
  height: 3px;
  background: #E20A16;
}

.global-header-entry {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  width: 9.5rem;
  height: 6rem;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 1.9rem;
  letter-spacing: 0.05em;
  color: #ffffff;
  background: #E20A16;
}
@media all and (-ms-high-contrast: none) {
  .global-header-entry {
    font-family: Arial, sans-serif;
  }
}
@media screen and (min-width: 1025px) {
  .global-header-entry {
    flex-direction: column;
    margin-left: 28px;
    width: 110px;
    height: 80px;
    font-size: 1.2rem;
  }
  .global-header-entry::before {
    content: "";
    display: block;
    margin-bottom: 5px;
    width: 42px;
    height: 44px;
    background: url(../img/common/entry_icon.svg) no-repeat center center/contain;
  }
}

.global-header-bth {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 1rem;
  width: 6rem;
  height: 6rem;
  border: none;
  background: #E20A16;
  outline: none;
}
@media screen and (min-width: 1025px) {
  .global-header-bth {
    display: none;
  }
}
.global-header-bth span {
  display: block;
  width: 3.5rem;
  height: 0.4rem;
  border-radius: 0.2rem;
  background: #fff;
  transition: transform 0.2s ease-out;
}
.global-header-bth span:nth-of-type(1) {
  transform: translateY(-0.9rem);
}
.global-header-bth span:nth-of-type(3) {
  transform: translateY(0.9rem);
}
.global-header-bth.is-active span:nth-of-type(1) {
  transform: translateY(100%) rotate(45deg);
}
.global-header-bth.is-active span:nth-of-type(2) {
  margin: 0;
  transform: translateX(200px);
}
.global-header-bth.is-active span:nth-of-type(3) {
  transform: translateY(-100%) rotate(-45deg);
}

.global-header-sp-nav {
  position: absolute;
  top: 6rem;
  left: 0;
  padding-bottom: 2rem;
  height: 100vh;
  height: calc(100vh - 6rem);
  width: 100%;
  background: #fff;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in, visibility 0.2s;
}
.global-header-sp-nav.is-visible {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 1025px) {
  .global-header-sp-nav {
    display: none;
  }
}

.global-header-sp-nav-main-list-item + .global-header-sp-nav-main-list-item {
  margin-top: 0.2rem;
}
.global-header-sp-nav-main-list-item > a, .global-header-sp-nav-main-list-item > span {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 1.6rem;
  width: 100%;
  height: 5rem;
  background: #f6f6f6;
}
.global-header-sp-nav-main-list-item > span {
  cursor: pointer;
}
.global-header-sp-nav-main-list-item > span::before, .global-header-sp-nav-main-list-item > span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  display: block;
  width: 1.4rem;
  height: 0.2rem;
  background: #E20A16;
  transform: translateY(-50%);
}
.global-header-sp-nav-main-list-item > span::before {
  transform: translateY(-50%) rotate(-90deg);
  transition: transform 0.3s ease;
}
.global-header-sp-nav-main-list-item > span.is-active::before {
  transform: translateY(-50%) rotate(-360deg);
}

.global-header-sp-accordion-content {
  visibility: hidden;
  overflow: hidden;
  height: 0;
  transition: height 0.3s ease, visibility 0.3s;
}
.global-header-sp-accordion-content.is-open {
  visibility: visible;
}
.global-header-sp-accordion-content li {
  margin-top: 0.533vw;
  transition: none;
}
.global-header-sp-accordion-content li a {
  display: flex;
  align-items: center;
  padding-left: 1.6rem;
  width: 100%;
  height: 5rem;
  color: #fff;
  background: #E20A16;
}

.global-header-sp-nav-sub-list {
  padding-top: 2rem;
  padding-left: 1.6rem;
}
.global-header-sp-nav-sub-list li {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
.global-header-sp-nav-sub-list li::before {
  content: "＞";
  margin-right: 0.5em;
}
.global-header-sp-nav-sub-list li.recruit {
  font-size: 1.5rem;
}
.global-header-sp-nav-sub-list li + li {
  margin-top: 2rem;
}
.global-header-sp-nav-sub-list li span {
  color: #E20A16;
}

@media screen and (min-width: 1025px) {
  .interview-swiper {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1025px) {
  .interview-swiper.is-pc-flex {
    overflow: visible;
  }
}

.interview-swiper-wrapper {
  align-items: stretch;
}
@media screen and (min-width: 1025px) {
  .is-pc-flex .interview-swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: -10px;
    transform: none;
  }
}

.interview-slide {
  display: flex;
  flex-direction: column;
  height: auto;
}
@media screen and (min-width: 1025px) {
  .is-pc-flex .interview-slide {
    margin: 10px 5px 0;
    max-width: 310px;
    min-width: 310px;
    display: block;
    transform-origin: bottom left;
  }
}
.interview-slide a {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  transform: skewX(-5deg);
  transform-origin: center center;
  border: 1px solid #E20A16;
}
.interview-slide-img {
  flex-shrink: 0;
  position: relative;
  transform: skewX(5deg);
  text-align: center;
}
.interview-slide-img img {
  max-width: 100%;
  vertical-align: bottom;
}
.swiper-slide-active .interview-slide-img img {
  opacity: 0;
}
.interview-slide-img img:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  height: 100%;
  opacity: 0;
  transform: rotateZ(0) translateX(-50%);
}
.swiper-slide-active .interview-slide-img img:nth-of-type(2) {
  opacity: 1;
}

.interview-slide-content {
  position: relative;
  flex: 1 0 auto;
  padding: 2rem;
  border-top: 1px solid #E20A16;
}
@media screen and (min-width: 1025px) {
  .is-pc-flex .interview-slide-content {
    padding: 20px;
  }
}
.swiper-slide-active .interview-slide-content {
  color: #ffffff;
  background: #E20A16;
}
.interview-slide-content > * {
  transform: skewX(5deg);
  -webkit-font-smoothing: antialiased;
}
.interview-slide-content .date {
  font-size: 1.4rem;
}
.interview-slide-content .name {
  margin-top: 0.2rem;
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (min-width: 1025px) {
  .interview-slide-content .name {
    font-size: 4rem;
  }
}
.interview-slide-content .name + p {
  margin-top: 1rem;
}
@media screen and (min-width: 1025px) {
  .interview-slide-content .name + p {
    margin-top: 25px;
  }
}
.interview-slide-content p {
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (min-width: 1025px) {
  .interview-slide-content p.company {
    font-size: 1.8rem;
  }
}
.interview-slide-content .icon {
  pointer-events: none;
  position: absolute;
  top: 2rem;
  right: 1.5rem;
  width: 4.6rem;
}
@media screen and (min-width: 1025px) {
  .interview-slide-content .icon {
    width: 70px;
  }
}

.interview-slide-swiper-pagination {
  display: flex;
  justify-content: center;
  margin-top: 1.2rem;
}
@media screen and (min-width: 1025px) {
  .is-pc-flex .interview-slide-swiper-pagination {
    display: none;
  }
}
.interview-slide-swiper-pagination span {
  margin: 0 0.5rem;
  width: 1.2rem;
  height: 1.2rem;
  background: #cecece;
  opacity: 1;
}
.interview-slide-swiper-pagination span.swiper-pagination-bullet-active {
  background: #E20A16;
}

.interview-swiper-button-prev, .interview-swiper-button-next {
  position: absolute;
  top: 50%;
  z-index: 1;
  display: block;
  width: 4.2rem;
  height: 4.2rem;
  background: url(../img/common/slider_btn.svg) no-repeat center center/contain;
  transform: translateY(-50%);
  outline: none;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .is-pc-flex .interview-swiper-button-prev, .is-pc-flex .interview-swiper-button-next {
    display: none;
  }
}

.interview-swiper-button-next {
  right: 1.5rem;
}

.interview-swiper-button-prev {
  left: 1.5rem;
  transform: translateY(-50%) rotate(180deg);
}

.page-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.2rem;
  height: 11.5rem;
  color: #fff;
  background: #E20A16;
}
@media screen and (min-width: 1025px) {
  .page-header {
    margin-top: 15px;
    height: 220px;
  }
}

.page-header-title {
  font-weight: 500;
  text-align: center;
  font-size: 2.5rem;
  letter-spacing: -0.025em;
}
@media screen and (min-width: 1025px) {
  .page-header-title {
    font-size: 4.8rem;
  }
}
.page-header-title .en {
  display: block;
  margin-top: 1rem;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0;
}
@media all and (-ms-high-contrast: none) {
  .page-header-title .en {
    font-family: Arial, sans-serif;
  }
}
@media screen and (min-width: 1025px) {
  .page-header-title .en {
    margin-top: 20px;
    font-size: 1.8rem;
  }
}

.breadcrumb {
  margin-top: 0.5rem;
  padding-top: 2rem;
  border-top: 0.5rem solid #E20A16;
}
@media screen and (min-width: 1025px) {
  .breadcrumb {
    margin-top: 10px;
    padding-top: 30px;
    border-top-width: 3px;
  }
}

.breadcrumb-list {
  margin: auto;
  padding: 0 1.5rem;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.25;
}
@media screen and (min-width: 1025px) {
  .breadcrumb-list {
    padding: 0;
    width: 96%;
  }
}
.breadcrumb-list li {
  display: flex;
  list-style-type: none;
  align-items: center;
  font-size: 1.3rem;
}
@media screen and (min-width: 1025px) {
  .breadcrumb-list li {
    font-size: 1.8rem;
  }
}
.breadcrumb-list li + li::before {
  content: "＞";
  display: block;
  margin: 0 0.5em;
}
.breadcrumb-list li span {
  color: #E20A16;
  line-height: 1.2;
}
.breadcrumb-list li span::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2) * 0.5em);
  content: "";
}
.breadcrumb-list li span::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2) * 0.5em);
  content: "";
}
.breadcrumb-list a {
  white-space: nowrap;
}

.section-title {
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .section-title {
    font-size: 4rem;
  }
}
.section-title .en {
  display: block;
  margin-top: 1rem;
  font-size: 1.8rem;
  color: #E20A16;
}
@media screen and (min-width: 1025px) {
  .section-title .en {
    margin-top: 20px;
    font-size: 2.5rem;
  }
}

.btn {
  flex-shrink: 0;
  display: block;
  width: 26.2rem;
  height: 5.4rem;
  border-right: 0.2rem solid #000;
  border-bottom: 0.2rem solid #000;
}
@media screen and (min-width: 1025px) {
  .btn {
    width: 162px;
    height: 54px;
    border-width: 0 2px 2px 0;
  }
}
.btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25.6rem;
  height: 4.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  background: #fff;
  border: 0.2rem solid #000;
}
@media screen and (min-width: 1025px) {
  .btn span {
    width: 156px;
    height: 48px;
    border-width: 2px;
  }
}
.btn span::after {
  content: "";
  position: relative;
  right: -1.3rem;
  display: block;
  width: 0.8rem;
  height: 1.3rem;
  background: url(../img/common/arrow_red.svg) no-repeat center center/contain;
}
@media screen and (min-width: 1025px) {
  .btn span::after {
    right: -10px;
    width: 8px;
    height: 13px;
  }
}

.tour-entry-btn {
  position: relative;
  align-items: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 8vw 0 0 4vw;
  margin: 3rem auto 0;
  padding: 0 4vw;
  padding: 0 1.5rem;
  width: 33.5rem;
  height: 7rem;
  font-weight: 400;
  font-size: 1.7rem;
  color: #fff;
  background: #E20A16;
}
@media screen and (min-width: 1025px) {
  .tour-entry-btn {
    justify-content: center;
    margin: 35px auto 0;
    padding: 0 0 0 0;
    width: 750px;
    height: 122px;
    font-size: 40px;
  }
}
.tour-entry-btn::after {
  content: "";
  margin-left: 1rem;
  width: 3.9rem;
  height: 3.2rem;
  background: url(../img/home/interview_entry_icon.svg) no-repeat top center/contain;
}
@media screen and (min-width: 1025px) {
  .tour-entry-btn::after {
    margin-left: 20px;
    width: 90px;
    height: 72px;
  }
}
.tour-entry-btn::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: linear-gradient(-45deg, #fff 25%, #E20A16 25.2%, #E20A16 50%, #fff 50.2%, #fff 75%, #E20A16 75.2%, #E20A16);
  background-size: 1rem 1rem;
}
@media screen and (min-width: 1025px) {
  .tour-entry-btn::before {
    top: 10px;
    left: 15px;
    background-size: 10px 10px;
  }
}

.section-entry {
  margin-top: 10rem;
}
@media screen and (min-width: 1025px) {
  .section-entry {
    margin-top: 130px;
  }
}

.section-entry-content {
  margin-top: 3rem;
  padding: 0 1.5rem;
  text-align: center;
}
@media screen and (min-width: 560px) {
  .section-entry-content {
    margin: 15px auto;
    padding: 0;
    max-width: 1280px;
  }
}

.section-entry-img{
  margin-top: 40px;
  display: flex;
  gap: 20px;
  flex-direction: column;
}

@media screen and (min-width: 560px) {
.section-entry-img{
  flex-direction: row;
}
}

.group-company {
  position: relative;
  padding: 2rem 0 2.5rem;
  background: #E20A16;
}
@media screen and (min-width: 1025px) {
  .group-company {
    margin: auto;
    padding: 22px 15px;
    width: 98%;
    max-width: 1240px;
  }
}
.group-company::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 1.5rem;
  display: block;
  width: 100%;
  height: 1rem;
  background-image: linear-gradient(-45deg, #fff 25%, #E20A16 25.2%, #E20A16 50%, #fff 50.2%, #fff 75%, #E20A16 75.2%, #E20A16);
  background-size: 1rem 1rem;
}
@media screen and (min-width: 1025px) {
  .group-company::after {
    z-index: -1;
    top: 15px;
    left: 15px;
    width: 100%;
    height: 100%;
    background-size: 10px 10px;
  }
}

@media screen and (min-width: 560px) {
  .group-company-lsit {
    display: flex;
    padding: 0 1.5rem;
  }
}
.group-company-lsit li {
  margin: auto;
  width: 92vw;
}
@media screen and (min-width: 560px) {
  .group-company-lsit li {
    width: 31.652892562%;
    /* width: calc(100% - 4.4); */
  }
}
.group-company-lsit li + li {
  margin-top: 2rem;
}
@media screen and (min-width: 560px) {
  .group-company-lsit li + li {
    margin-top: 0;
    margin-left: 2.479338843%;
  }
}

.pagenation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4rem;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .pagenation {
    margin-top: 70px;
  }
}

.pagenation-prev {
  margin-right: 2rem;
}

.pagenation-next {
  margin-left: 2rem;
}

.pagenation-pager + .pagenation-pager {
  margin-left: 0.5rem;
}
.pagenation-pager a, .pagenation-pager span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
}
.pagenation-pager.is-current a, .pagenation-pager.is-current span {
  color: #ffffff;
  background: #E20A16;
}

.about-content {
  padding-top: 2.5rem;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .about-content {
    padding-top: 50px;
  }
}

.about-local-nav {
  display: none;
}
@media screen and (min-width: 1025px) {
  .about-local-nav {
    display: block;
  }
}

.about-local-nav-list {
  display: flex;
  flex-wrap: wrap;
  width: 98%;
  max-width: 1150px;
  margin: -85px auto 0;
}

.about-local-nav-list-item {
  position: relative;
  margin: 85px 15px 10px;
  width: 350px;
}
.about-local-nav-list-item::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #959595;
}
.about-local-nav-list-item::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-width: 7.5px 7.5px 0 7.5px;
  border-color: #959595 transparent transparent transparent;
  border-style: solid;
}
.about-local-nav-list-item a {
  display: block;
  padding-bottom: 15px;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
}
.about-local-nav-list-item .company {
  display: block;
}
.about-local-nav-list-item .title {
  display: block;
  margin-top: 10px;
  line-height: 1.25;
}
.about-local-nav-list-item .title::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.25) * 0.5em);
  content: "";
}
.about-local-nav-list-item .title::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.25) * 0.5em);
  content: "";
}
.about-local-nav-list-item.is-hover::before {
  height: 7.5px;
  background: #E20A16;
}
.about-local-nav-list-item.is-hover::after {
  border-color: #ffffff transparent transparent transparent;
}
.about-local-nav-list-item.is-hover a {
  color: #E20A16;
}

@media screen and (min-width: 1025px) {
  .about-section {
    padding: 90px 0 115px;
    border-bottom: 5px solid #E5E5E5;
  }
}
.about-section + .about-section {
  margin-top: 2.5rem;
}
@media screen and (min-width: 1025px) {
  .about-section + .about-section {
    margin: 0;
  }
}

.about-section-container {
  padding: 0 1.5rem;
}
@media screen and (min-width: 1025px) {
  .about-section-container {
    padding: 0;
  }
}

.about-section-title {
  position: relative;
  padding: 3.75rem 2rem;
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
  color: #ffffff;
  background: #E20A16;
  transition: 0.3s ease-out;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .about-section-title {
    display: none;
  }
}
.about-section-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.75rem;
  background: #E20A16;
}
@media screen and (min-width: 1025px) {
  .about-section-title::before {
    display: none;
  }
}
.about-section-title::after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2vw 2vw 0 2vw;
  border-width: 0.75rem 0.75rem 0 0.75rem;
  border-color: #fff transparent transparent transparent;
  transform: translateX(-50%);
}
@media screen and (min-width: 1025px) {
  .about-section-title::after {
    display: none;
  }
}
.about-section-title .title {
  line-height: 1.25;
}
.about-section-title .title::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.25) * 0.5em);
  content: "";
}
.about-section-title .title::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.25) * 0.5em);
  content: "";
}
@media screen and (min-width: 1025px) {
  .about-section-title .title {
    margin-top: 20px;
  }
}
.about-section-title.is-active {
  color: #E20A16;
  background: #ffffff;
}

.about-section-description {
  position: relative;
  height: 0;
  visibility: hidden;
  transition: height 0.3s ease-in, visibility 0.3s;
  margin: 0 -1.5rem;
}
@media screen and (min-width: 1025px) {
  .about-section-description {
    margin: 50px auto 0;
    width: 100%;
    height: auto;
    visibility: visible;
    transition: none;
  }
}
.about-section-description.is-open {
  padding-top: 3rem;
  visibility: visible;
}

.about-section-close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 3.6rem;
  width: calc(100% - 3rem);
  font-size: 1.5rem;
  color: #ffffff;
  background: #E20A16;
  opacity: 0;
  transition: opacity 0.1s 0.3s;
  transform: translateX(-50%);
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .about-section-close-btn {
    display: none;
  }
}
.about-section-close-btn::before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 2.4vw 2.4vw 2.4vw;
  border-width: 0 0.9rem 0.9rem 0.9rem;
  border-color: transparent transparent #E20A16 transparent;
  transform: translateX(-50%);
}
.is-open .about-section-close-btn {
  opacity: 1;
}

.about-head-main {
  background-image: linear-gradient(to bottom, #fff 50%, #E20A16 50%);
}
.about-head-fig {
  margin: 0 1.5rem;
}
@media screen and (min-width: 1025px) {
  .about-head-fig {
    max-width: 1100px;
    margin: 0 auto;
  }
}
.about-head-ttlwrap {
  display: flex;
  justify-content: center;
  width: 80%;
  max-width: 445px;
  font-size: 2.4rem;
  color: #E20A16;
  font-weight: bold;
  line-height: 2.3;
  background: #fff;
  margin: -1.15em auto 0;
  transform: skewX(-30deg);
  box-shadow: 0.1em 0.1em 0.1em rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 1025px) {
  .about-head-ttlwrap {
    font-size: 3.5rem;
  }
}
.about-head-ttl {
  transform: skewX(30deg);
}

.about-intro {
  line-height: 1.75;
  padding: 0 1.5rem;
  margin: 0 0 60px;
}
@media screen and (min-width: 1025px) {
  .about-intro {
    max-width: 1000px;
    padding: 0;
    margin: 80px auto 0;
  }
}
.about-intro-fig {
  width: 405px;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .about-intro-fig {
    float: right;
    margin: 0 0 20px 50px;
  }
}
.about-intro-text {
  margin: 40px 0 0;
}
@media screen and (min-width: 1025px) {
  .about-intro-text {
    margin: 0;
  }
}
.about-intro-bnr {
  width: 600px;
  max-width: 100%;
  margin: 40px auto 0;
}
@media screen and (min-width: 1025px) {
  .about-intro-bnr {
    margin: 60px auto 0;
  }
}

.about-outro {
  line-height: 1.75;
}
.about-outro-inner {
  padding: 30px 1.5rem;
}
@media screen and (min-width: 1025px) {
  .about-outro-inner {
    display: block;
    max-width: 928px;
    padding: 30px 0;
    margin: 0 auto;
  }
}
.about-outro-ttl {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .about-outro-ttl {
    font-size: 2.8rem;
    text-align: left;
  }
}
.about-outro-ttlspan {
  display: inline-block;
  vertical-align: top;
}
.about-outro-text {
  margin: 30px 0 0;
}
.about-outro-sign {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: right;
  margin: 20px 0 0;
}
@media screen and (min-width: 1025px) {
  .about-outro-sign {
    font-size: 2.4rem;
    margin: 20px 0 0;
  }
}

.about-mdl {
  max-width: 983px;
  line-height: 1.75;
  padding: 0 1.5rem 9.5rem;
  margin: 20px auto 0;
}
@media screen and (min-width: 1025px) {
  .about-mdl {
    padding: 0 0 30px;
    margin: 40px auto 0;
  }
}
.about-mdl-catchfig {
  max-width: 100%;
  text-align: center;
  margin: 20px auto;
}
.about-mdl-catchfig01 {
  width: 840px;
}
.about-mdl-catchfig02 {
  width: 760px;
}
@media screen and (min-width: 1025px) {
  .about-mdl-catchfig02 {
    padding-right: 45px;
  }
}
.about-mdl-catchfig03 {
  width: 853px;
  margin: 40px auto;
}
@media screen and (min-width: 1025px) {
  .about-mdl-catchfig03 {
    margin: 60px auto;
  }
}
.about-mdl-text {
  flex-shrink: 1;
  flex-grow: 1;
}
.about-mdl-ttl {
  position: relative;
  font-size: 2rem;
  color: #DF212A;
  font-weight: bold;
  padding: 0 0 0 1.75em;
}
.about-mdl-ttl::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0.4em;
  width: 6px;
  height: 1.75em;
  background: #DF212A;
  transform: skewX(-23deg);
}
@media screen and (min-width: 1025px) {
  .about-mdl-ttl {
    font-size: 2.4rem;
  }
}
.about-mdl-list {
  margin: 40px auto 0;
}
@media screen and (min-width: 1025px) {
  .about-mdl-list {
    margin: 60px auto 0;
  }
}
@media screen and (min-width: 1025px) {
  .about-mdl-list0102 {
    position: relative;
    min-height: 547px;
    padding: 100px 480px 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .about-mdl-list0103 {
    position: relative;
    min-height: 530px;
    padding: 50px 0 0 480px;
  }
}
@media screen and (min-width: 1025px) {
  .about-mdl-list0202 {
    position: relative;
    min-height: 561px;
    padding: 55px 0 0 480px;
  }
}
.about-mdl-inner {
  margin: 15px auto 0;
}
@media screen and (min-width: 1025px) {
  .about-mdl-inner {
    display: flex;
    flex-direction: row-reverse;
    padding: 0 0 0 2.7em;
  }
}
.about-mdl-photo {
  flex-shrink: 0;
  max-width: 100%;
  margin: 0 auto 20px;
}
.about-mdl-photo0102 {
  width: 405px;
}
@media screen and (min-width: 1025px) {
  .about-mdl-photo0102 {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
  }
}
.about-mdl-photo0103 {
  width: 419px;
}
@media screen and (min-width: 1025px) {
  .about-mdl-photo0103 {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
  }
}
.about-mdl-photo0202 {
  width: 419px;
}
@media screen and (min-width: 1025px) {
  .about-mdl-photo0202 {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
  }
}
.about-mdl-photo0203 {
  display: flex;
  align-items: center;
  width: 422px;
}
@media screen and (min-width: 1025px) {
  .about-mdl-photo0203 {
    margin: 0 0 0 40px;
  }
}
.about-mdl-icon {
  color: #E20A16;
  display: inline-block;
  margin: 0 0.25em 0 0;
  vertical-align: top;
}
.about-mdl-large {
  display: inline-block;
  vertical-align: baseline;
  font-size: 125%;
  line-height: 1.5;
  margin: 0 0.1em 0 0;
}
.about-mdl-valuewrap {
  margin: 20px 0 40px;
}
.about-mdl-valuelist {
  margin: 20px 0 0;
}
.about-mdl-valuelist:nth-of-type(1) {
  margin-top: 0;
}
@media screen and (min-width: 1025px) {
  .about-mdl-valuelist {
    max-width: 460px;
    display: flex;
    align-items: center;
  }
}
.about-mdl-valueleft {
  width: 6.5em;
  color: #fff;
  line-height: 2.5;
  text-align: center;
  background: #E20A16;
  margin: auto;
  border-radius: 5px;
}
@media screen and (min-width: 1025px) {
  .about-mdl-valueleft {
    flex-shrink: 0;
    margin: 0 1em 0 0;
  }
}
.about-mdl-valueright {
  font-weight: bold;
  text-align: center;
  margin: 5px 0 0;
}
@media screen and (min-width: 1025px) {
  .about-mdl-valueright {
    flex-grow: 1;
    line-height: 1.5;
    text-align: left;
    margin: 0;
  }
}
.about-mdl-valuelarge {
  display: inline-block;
  vertical-align: baseline;
  font-size: 125%;
  color: #E20A16;
  margin: 0 0.25em;
}
.about-mdl-valuelarge02 {
  margin-left: 0;
}
@media screen and (min-width: 1025px) {
  .about-mdl-valuebr {
    display: none;
  }
}
.about-mdl-csrwrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 20px 0;
}
.about-mdl-csrfst {
  font-size: 2rem;
  position: relative;
  z-index: 1;
  width: 2.5em;
  height: 2.5em;
  color: #fff;
  text-align: center;
  line-height: 2.5em;
  border: 1px solid #eee;
  margin: 0 0.5em 0 0;
}
.about-mdl-csrfst::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 77%;
  height: 77%;
  margin: auto;
}
.about-mdl-csrfst-e::after {
  background: #48C8C0;
}
.about-mdl-csrfst-s::after {
  background: #A0E010;
}
.about-mdl-csrfst-g::after {
  background: #F86868;
}
.about-mdl-csren {
  position: relative;
  color: #506070;
  font-weight: bold;
  line-height: 2.5;
  margin: 0 0.5em 0 0;
}
.about-mdl-csren::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 90%;
  margin: auto;
}
.about-mdl-csren-e::after {
  background: #48C8C0;
}
.about-mdl-csren-s::after {
  background: #A0E010;
}
.about-mdl-csren-g::after {
  background: #F86868;
}
.about-mdl-csrja {
  color: #506070;
  font-weight: bold;
  margin: 0 0.5em 0 0;
}
.about-mdl-csrmark {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 5px 0;
}
.about-mdl-csrmarkimg {
  width: 3.5rem;
  margin: 0 0.5rem 0 0;
}
@media screen and (min-width: 1025px) {
  .about-mdl-csrmarkimg {
    width: 45px;
  }
}
.about-mdl-csrbtn {
  margin: 30px auto 0;
}
@media screen and (min-width: 1025px) {
  .about-mdl-csrbtn {
    margin: 30px 0 0 auto;
  }
}
.about-mdl-rinenbox {
  max-width: 576px;
  font-weight: bold;
  text-align: center;
  border: 3px solid #E20A16;
  margin: 50px auto;
}
@media screen and (min-width: 1025px) {
  .about-mdl-rinenbox {
    font-size: 2.4rem;
    margin: 60px auto;
  }
}
.about-mdl-rinenup {
  color: #fff;
  background: #E20A16;
  padding: 0.4em 0;
}
.about-mdl-rinendown {
  padding: 0.4em 0;
}

.business-content {
  padding-top: 2.5rem;
}
@media screen and (min-width: 1025px) {
  .business-content {
    padding-top: 50px;
  }
}

.business-head {
  line-height: 1.75;
  max-width: 957px;
  padding: 0 1.5rem;
  margin: auto;
}
@media screen and (min-width: 1025px) {
  .business-head {
    padding: 0;
  }
}
.business-head-ttl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  color: #E20A16;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .business-head-ttl {
    font-size: 3.5rem;
    min-height: 3.5em;
  }
}
.business-head-text {
  margin: 20px auto 0;
}
@media screen and (min-width: 1025px) {
  .business-head-text {
    margin: 40px auto 0;
  }
}
.business-head-text strong {
  font-weight: 700;
  color: #E20A16;
}
.business-head-fig {
  max-width: 711px;
  margin: 30px auto 0;
}
@media screen and (min-width: 1025px) {
  .business-head-fig {
    margin: 50px auto 0;
  }
}
.business-head-fig-cr {
  max-width: 840px;
  margin: 30px auto 0;
}
@media screen and (min-width: 1025px) {
  .business-head-fig-cr {
    margin: 50px auto 0;
  }
}
.business-head-moviettl {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin: 30px auto 0;
}
@media screen and (min-width: 1025px) {
  .business-head-moviettl {
    font-size: 2rem;
    margin: 50px auto 0;
  }
}
.business-head-moviefig {
  max-width: 600px;
  text-align: center;
  margin: 15px auto 0;
}
@media screen and (min-width: 1025px) {
  .business-head-moviefig {
    margin: 20px auto 0;
  }
}
.business-head-caption {
  font-size: 1.4rem;
  text-align: center;
  margin: 5px 0 0;
}
@media screen and (min-width: 1025px) {
  .business-head-caption {
    font-size: 1.6rem;
    margin: 10px 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .business-head .spil {
    display: none;
  }
}
.business-head .pcil {
  display: none;
}
@media screen and (min-width: 1025px) {
  .business-head .pcil {
    display: inline-block;
  }
}

.business-color {
  color: #E20A16;
}

.business-mdl {
  max-width: 983px;
  line-height: 1.75;
  padding: 0 1.5rem;
  margin: 20px auto 0;
}
@media screen and (min-width: 1025px) {
  .business-mdl {
    margin: 70px auto 0;
  }
}
.business-mdl-ttl {
  position: relative;
  font-size: 2rem;
  color: #E20A16;
  font-weight: bold;
  padding: 0 0 0 1.75em;
}
.business-mdl-ttl::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0.4em;
  width: 6px;
  height: 1.75em;
  background: #E20A16;
  transform: skewX(-23deg);
}
@media screen and (min-width: 1025px) {
  .business-mdl-ttl {
    font-size: 2.4rem;
  }
}
.business-mdl-list {
  margin: 20px auto 0;
}
@media screen and (min-width: 1025px) {
  .business-mdl-list {
    margin: 60px auto 0;
  }
}
.business-mdl-inner {
  overflow: hidden;
  margin: 15px auto 0;
}
@media screen and (min-width: 1025px) {
  .business-mdl-inner {
    padding: 0 0 0 2.7em;
  }
}
.business-mdl-text01 {
  margin: 0 0 10px;
}
.business-mdl-text01.mt2em {
  margin-top: 2em;
}
.business-mdl-text01.indent {
  text-indent: 0;
  padding-left: 1em;
}
.business-mdl-icon {
  display: inline-block;
  vertical-align: top;
  margin: 0 0.25em 0 0;
  color: #E20A16;
}

.business-lll-list {
  border-top: 1px solid #ECECEC;
  padding: 30px 0;
}
.business-lll-list:nth-of-type(1) {
  border-top: 0;
  padding-top: 0;
}
@media screen and (min-width: 1025px) {
  .business-lll-list {
    border: 0;
    padding: 0;
    margin: 30px 0;
  }
}
@media screen and (min-width: 1025px) {
  .business-lll-inner {
    padding: 0.25em 0 0.25em 1em;
    border-left: 6px solid #8A8788;
  }
}
.business-lll-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 0.25em 0 0.25em 1em;
  border-left: 6px solid #8A8788;
}
@media screen and (min-width: 1025px) {
  .business-lll-ttl {
    padding: 0;
    border-left: 0;
  }
}
.business-lll-ttlja {
  display: inline-block;
  vertical-align: top;
  margin: 0 0.75em 0 0;
}
.business-lll-ttlen {
  display: inline-block;
  vertical-align: top;
}
.business-lll-em {
  display: inline-block;
  vertical-align: baseline;
  font-size: 120%;
  color: #E20A16;
  font-weight: bold;
  font-style: normal;
  margin: 0 0.1em;
}
.business-lll-desc {
  margin: 10px 0 0;
}

.business-lll-list-red .business-lll-inner {
  border-color: #FF4E4E;
}
.business-lll-list-red .business-lll-ttl {
  border-color: #FF4E4E;
}

.business-lll-list-blue .business-lll-inner {
  border-color: #3C3798;
}
.business-lll-list-blue .business-lll-ttl {
  border-color: #3C3798;
}

.business-lll-list-green .business-lll-inner {
  border-color: #40BC5B;
}
.business-lll-list-green .business-lll-ttl {
  border-color: #40BC5B;
}

.business-lll-list-blue02 .business-lll-inner {
  border-color: #5B79E8;
}
.business-lll-list-blue02 .business-lll-ttl {
  border-color: #5B79E8;
}

.business-lll-list-yellow .business-lll-inner {
  border-color: #FFCE0B;
}
.business-lll-list-yellow .business-lll-ttl {
  border-color: #FFCE0B;
}

.business-lll-list-blue03 .business-lll-inner {
  border-color: #71BBE8;
}
.business-lll-list-blue03 .business-lll-ttl {
  border-color: #71BBE8;
}

.business-lll-list-red02 .business-lll-inner {
  border-color: #FE6868;
}
.business-lll-list-red02 .business-lll-ttl {
  border-color: #FE6868;
}

.business-lll-list-green02 .business-lll-inner {
  border-color: #71E899;
}
.business-lll-list-green02 .business-lll-ttl {
  border-color: #71E899;
}

.business-lll-list-purple .business-lll-inner {
  border-color: #8b6fce;
}
.business-lll-list-purple .business-lll-ttl {
  border-color: #8b6fce;
}

.business-group {
  margin: 65px 0 0;
  overflow: hidden;
  padding: 0 0 1rem;
}
@media screen and (min-width: 1025px) {
  .business-group {
    padding: 0 0 15px;
    margin: 130px 0 0;
  }
}
.business-group-ttl {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 15px;
}
@media screen and (min-width: 1025px) {
  .business-group-ttl {
    font-size: 3.2rem;
    margin: 0 0 40px;
  }
}

.business-category {
  margin: 65px 0 0;
  padding: 0 1.5rem;
}
@media screen and (min-width: 1025px) {
  .business-category {
    max-width: 1082px;
    padding: 0 10px 15px;
    margin: 130px auto 0;
  }
}
.business-category-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 -10px;
}
.business-category-list {
  padding: 10px;
}
@media screen and (min-width: 1025px) {
  .business-category-list {
    width: 50%;
  }
}
.business-category-link {
  display: block;
}
.business-category-name {
  position: relative;
  font-size: 1.9rem;
  font-weight: bold;
  padding: 0.5em 3em 0.5em 1em;
  border-style: solid;
  border-color: #626262;
  border-width: 0 2px 2px;
}
.business-category-name::after {
  content: "→";
  position: absolute;
  top: 0.5em;
  right: 2em;
}

.business-sec-a {
  color: #fff;
  line-height: 1.75;
  background: #E20A16;
}
@media screen and (min-width: 1025px) {
  .business-sec-a {
    padding: 40px 0 40px 40px;
  }
}
.business-sec-a-inner {
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .business-sec-a-inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    max-width: 1280px;
    margin: auto;
  }
}
.business-sec-a-up {
  text-align: center;
  margin: auto;
}
@media screen and (min-width: 1025px) {
  .business-sec-a-up {
    width: 49%;
    max-width: none;
    margin: 0;
  }
}
.business-sec-a-down {
  padding: 25px 1.5rem 60px;
}
@media screen and (min-width: 1025px) {
  .business-sec-a-down {
    width: 46%;
    padding: 0;
  }
}
@media screen and (min-width: 1025px) {
  .business-sec-a-fig {
    height: 470px;
    text-align: right;
    overflow: hidden;
  }
}
@media screen and (min-width: 1025px) {
  .business-sec-a-img {
    height: 470px;
    max-width: none;
    width: auto;
  }
}
.business-sec-a-ttl {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  padding: 0 0 0.25em;
  border-bottom: 3px solid #fff;
}
@media screen and (min-width: 1025px) {
  .business-sec-a-ttl {
    font-size: 3.5rem;
    text-align: left;
  }
}
.business-sec-a-text {
  margin: 30px 0 0;
}
.business-sec-a .btn {
  border-color: #fff;
  margin: 30px auto 0;
}
@media screen and (min-width: 1025px) {
  .business-sec-a .btn {
    margin: 20px 0 0 auto;
  }
}
.business-sec-a-icon {
  display: inline-block;
  vertical-align: top;
  margin: 0 0.25em 0 0;
}
.business-sec-a .btn span {
  color: #E20A16;
  border-color: #E20A16;
}

.business-sec-b {
  line-height: 1.75;
}
@media screen and (min-width: 1025px) {
  .business-sec-b {
    padding: 40px 40px 40px 0;
  }
}
.business-sec-b-inner {
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .business-sec-b-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1280px;
    margin: auto;
  }
}
.business-sec-b-up {
  text-align: center;
  margin: auto;
}
@media screen and (min-width: 1025px) {
  .business-sec-b-up {
    width: 49%;
    max-width: none;
    margin: 0;
  }
}
.business-sec-b-down {
  padding: 25px 1.5rem 60px;
}
@media screen and (min-width: 1025px) {
  .business-sec-b-down {
    width: 46%;
    padding: 0;
  }
}
@media screen and (min-width: 1025px) {
  .business-sec-b-fig {
    height: 470px;
    text-align: left;
    overflow: hidden;
  }
}
@media screen and (min-width: 1025px) {
  .business-sec-b-img {
    height: 470px;
    max-width: none;
    width: auto;
  }
}
.business-sec-b-ttl {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  padding: 0 0 0.25em;
  border-bottom: 3px solid #E20A16;
}
@media screen and (min-width: 1025px) {
  .business-sec-b-ttl {
    font-size: 3.5rem;
    text-align: left;
  }
}
.business-sec-b-text {
  margin: 30px 0 0;
}
.business-sec-b-icon {
  display: inline-block;
  vertical-align: top;
  margin: 0 0.25em 0 0;
  color: #E20A16;
}
.business-sec-b .btn {
  color: #fff;
  border-color: #E20A16;
  margin: 30px auto 0;
}
@media screen and (min-width: 1025px) {
  .business-sec-b .btn {
    margin: 20px 0 0 auto;
  }
}
.business-sec-b .btn span {
  background: #E20A16;
  border-color: #E20A16;
}
.business-sec-b .btn span::after {
  background: url("../img/common/arrow_white.svg") no-repeat center center/contain;
}

.business-sec01 {
  margin: 70px 0 0;
}
@media screen and (min-width: 1025px) {
  .business-sec01 {
    margin: 130px auto 0;
  }
}
@media screen and (min-width: 1025px) {
  .business-sec02 {
    margin: 50px auto 0;
  }
}
@media screen and (min-width: 1025px) {
  .business-sec03 {
    margin: 50px auto 0;
  }
}
@media screen and (min-width: 1025px) {
  .business-sec04 {
    margin: 50px auto 0;
  }
}
@media screen and (min-width: 1025px) {
  .business-sec05 {
    margin: 50px auto 0;
  }
}

.business-cr-em {
  display: inline-block;
  vertical-align: baseline;
  font-size: 125%;
  color: #E20A16;
  font-style: normal;
  font-weight: bold;
  margin: 0 0.5em;
}
.business-cr-carwrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 20px 0 0;
}
.business-cr-carlist {
  padding: 20px 0;
}
@media screen and (min-width: 1025px) {
  .business-cr-carlist {
    margin: 20px 0 0;
  }
}
.business-cr-carfig {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.business-cr-carimg01 {
  width: 9.2rem;
}
.business-cr-carimg02 {
  width: 12.7rem;
}
.business-cr-carimg03 {
  width: 21rem;
}
.business-cr-carcount {
  font-weight: bold;
  text-align: center;
  margin: 20px 0 0;
}
.business-cr-carnamewrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.business-cr-carname {
  font-size: 1.8rem;
  color: #0265E4;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  padding: 0.3em 1.25em;
  border: 2px solid #0265E4;
  margin: 20px 0 0;
}
@media screen and (min-width: 1025px) {
  .business-cr-carname {
    margin: 10px 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .business-cr-meritwrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 20px 0 0;
  }
}
.business-cr-meritlist {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1em 0;
  border-top: 1px solid #ECECEC;
}
.business-cr-meritlist:nth-of-type(1) {
  border-top: 0;
}
@media screen and (min-width: 1025px) {
  .business-cr-meritlist {
    width: 44%;
    border: 0;
  }
}
.business-cr-meritleft {
  width: 7.5rem;
  flex-shrink: 0;
}
.business-cr-meritright {
  margin: 0 0 0 2.65rem;
  flex-grow: 1;
}
.business-cr-occwrap {
  margin: 50px 0 20px;
}
.business-cr-occlist {
  position: relative;
  background: #F9F9F9;
  padding: 8rem 2rem 2rem;
  border-top: 5px solid #E20A16;
}
@media screen and (min-width: 1025px) {
  .business-cr-occlist {
    display: flex;
    flex-direction: row-reverse;
    align-items: stretch;
    padding: 25px 25px 25px 30px;
    border: 0;
  }
}
.business-cr-occlist02 {
  font-weight: bold;
  background: #FFE8E8;
  padding: 2rem;
  border-width: 9px 0 0;
}
@media screen and (min-width: 1025px) {
  .business-cr-occlist02 {
    align-items: center;
    padding: 25px 25px 25px 30px;
  }
}
.business-cr-occright {
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .business-cr-occright {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 360px;
    flex-shrink: 0;
    margin: 0 0 0 33px;
  }
}
@media screen and (min-width: 1025px) {
  .business-cr-occleft {
    flex-grow: 1;
  }
}
.business-cr-occimg01 {
  width: 30.4rem;
}
.business-cr-occimg02 {
  width: 27.4rem;
}
.business-cr-occimg03 {
  width: 22.6rem;
}
.business-cr-occimg04 {
  width: 19.3rem;
}
.business-cr-occimg05 {
  width: 25.1rem;
}
.business-cr-occimg06 {
  width: 18.8rem;
}
.business-cr-occimg07 {
  width: 20.5rem;
}
.business-cr-occimg08 {
  width: 36rem;
}
.business-cr-occimg09 {
  width: 20.5rem;
}
.business-cr-occnumwrap {
  position: absolute;
  top: -2.6rem;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .business-cr-occnumwrap {
    position: static;
    display: flex;
    align-items: center;
  }
}
.business-cr-occnum {
  width: 5.2rem;
  line-height: 5.2rem;
  font-size: 3.4rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #E20A16;
  border-radius: 50%;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .business-cr-occnum {
    width: 3.8rem;
    line-height: 3.8rem;
    font-size: 2.5rem;
    border-radius: 0;
    margin: 0;
  }
}
.business-cr-occname {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin: 2rem auto 0;
}
@media screen and (min-width: 1025px) {
  .business-cr-occname {
    position: static;
    margin: 0 0 0 1em;
  }
}
.business-cr-occdesc {
  margin: 20px 0 0;
}
@media screen and (min-width: 1025px) {
  .business-cr-occdesc02 {
    margin: 0;
  }
}
.business-cr-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #E20A16 transparent transparent transparent;
  margin: 15px auto 3.6rem;
}
@media screen and (min-width: 1025px) {
  .business-cr-arrow {
    margin: 20px auto;
  }
}
.business-cr-arrow02 {
  margin: 15px auto;
}
.business-cr-flw {
  text-align: center;
  margin: 20px 0 0;
}

.business-ce-introttl {
  font-size: 1.8rem;
  color: #E20A16;
  font-weight: bold;
  margin: 50px auto 0;
}
@media screen and (min-width: 1025px) {
  .business-ce-introttl {
    margin: 80px auto 0;
  }
}
.business-ce-introfig {
  text-align: center;
  margin: 20px auto 60px;
}
@media screen and (min-width: 1025px) {
  .business-ce-introfig {
    margin: 30px auto 90px;
  }
}
.business-ce-tc {
  margin: 20px 0 0;
}
@media screen and (min-width: 1025px) {
  .business-ce-tc {
    margin: 20px 0 60px;
  }
}
.business-ce-pu {
  margin: 20px 0;
}
@media screen and (min-width: 1025px) {
  .business-ce-pu {
    margin: 20px 0 60px;
  }
}
.business-ce-pufig11 {
  text-align: center;
  max-width: 85%;
  margin: auto;
}
@media screen and (min-width: 560px) {
  .business-ce-pufig11 {
    max-width: 100%;
  }
}
.business-ce-salesfig01 {
  max-width: 100%;
  text-align: center;
  margin: 0 auto 20px;
}
.business-ce-salesfig02 {
  max-width: 100%;
  text-align: center;
  margin: 40px auto;
}
.business-ce-salesttl {
  font-size: 1.8rem;
  color: #E20A16;
  font-weight: bold;
  text-align: center;
  margin: 20px 0 0;
}
@media screen and (min-width: 1025px) {
  .business-ce-salesttl {
    font-size: 2.2rem;
    margin: 40px 0 0;
  }
}
.business-ce-lb-a {
  overflow: hidden;
}
.business-ce-lbwrap-a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px -10px 0;
}
.business-ce-lblist-a {
  width: 36.5rem;
  max-width: 100%;
  padding: 10px;
}
@media screen and (min-width: 1025px) {
  .business-ce-lblist-a {
    width: 50%;
  }
}
.business-ce-lb-b {
  overflow: hidden;
}
.business-ce-lbwrap-b {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px;
}
.business-ce-lblist-b {
  width: 18.3rem;
  max-width: 50%;
  padding: 10px;
}
@media screen and (min-width: 1025px) {
  .business-ce-lblist-b {
    width: 25%;
  }
}
.business-ce-lbname {
  font-size: 1.4rem;
  text-align: center;
  margin: 5px 0 0;
}
@media screen and (min-width: 1025px) {
  .business-ce-lbname {
    font-size: 1.6rem;
  }
}
.business-ce-flw {
  text-align: center;
  margin: 20px 0 0;
}

.business-ts-introttl {
  font-size: 1.8rem;
  color: #E20A16;
  font-weight: bold;
  margin: 50px auto 0;
}
@media screen and (min-width: 1025px) {
  .business-ts-introttl {
    margin: 80px auto 0;
  }
}
.business-ts-introfig {
  text-align: center;
  margin: 20px auto 60px;
}
@media screen and (min-width: 1025px) {
  .business-ts-introfig {
    margin: 30px auto 90px;
  }
}
.business-ts-tasco {
  position: relative;
  margin: 30px 0 40px;
}
.business-ts-tascodesc {
  color: #fff;
  background: #E20A16;
  padding: 1em;
}
@media screen and (min-width: 1025px) {
  .business-ts-tascodesc {
    position: absolute;
    top: -1em;
    right: 0;
    z-index: 1;
    width: 380px;
    padding: 0.75em 1.5em;
  }
}
.business-ts-tascoarrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #E20A16 transparent transparent transparent;
  margin: 0 auto 15px;
}
@media screen and (min-width: 1025px) {
  .business-ts-tascoarrow {
    display: none;
  }
}
.business-ts-tascofig {
  text-align: center;
  width: 85%;
  margin: 30px auto;
}
@media screen and (min-width: 560px) {
  .business-ts-tascofig {
    width: auto;
  }
}
.business-ts-sales {
  position: relative;
  margin: 30px 0 40px;
}
.business-ts-salesdesc {
  max-width: 563px;
  color: #fff;
  background: #E20A16;
  padding: 1em;
  margin: 30px auto 0;
}
@media screen and (min-width: 1025px) {
  .business-ts-salesdesc {
    padding: 0.75em 1.5em;
  }
}
.business-ts-salesarrow {
  display: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #E20A16 transparent transparent transparent;
  margin: 0 auto 15px;
}
@media screen and (min-width: 560px) {
  .business-ts-salesarrow {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .business-ts-salesarrow {
    display: none;
  }
}
.business-ts-salesfig {
  text-align: center;
  margin: 30px auto 0;
}
.business-ts-flw {
  text-align: center;
  margin: 20px 0 40px;
}
.business-ts-oth01 {
  text-align: center;
  margin: 20px 0 0;
}
@media screen and (min-width: 1025px) {
  .business-ts-oth01 {
    margin: 40px 0 0;
  }
}
.business-ts-oth02 {
  text-align: center;
  margin: 40px 0 0;
}
@media screen and (min-width: 1025px) {
  .business-ts-oth02 {
    margin: 60px 0 0;
  }
}

.column-content {
  padding-top: 3rem;
}
@media screen and (min-width: 1025px) {
  .column-content {
    padding-top: 60px;
  }
}

.column-content-lead {
  margin: auto;
  padding: 0 1.5rem;
}
@media screen and (min-width: 1025px) {
  .column-content-lead {
    padding: 0;
    width: 96%;
  }
}
@media screen and (min-width: 1025px) {
  .column-content-lead {
    max-width: 1120px;
  }
}
.column-content-lead p {
  line-height: 1.5;
  font-weight: 700;
  font-size: 1.4rem;
}
@media screen and (min-width: 1025px) {
  .column-content-lead p {
    text-align: center;
    font-size: 1.8rem;
  }
}

.column-local-nav {
  margin: auto;
  padding: 0 1.5rem;
  margin-top: 0.5rem;
}
@media screen and (min-width: 1025px) {
  .column-local-nav {
    padding: 0;
    width: 96%;
  }
}
@media screen and (min-width: 1025px) {
  .column-local-nav {
    margin-top: 30px;
    max-width: 1120px;
  }
}

.column-local-nav-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1025px) {
  .column-local-nav-list {
    flex-wrap: nowrap;
  }
}

.column-local-nav-list-item {
  position: relative;
  width: 48%;
}
@media screen and (min-width: 1025px) {
  .column-local-nav-list-item {
    width: auto;
    flex: 1;
  }
}
.column-local-nav-list-item:nth-child(odd) {
  margin-right: 4%;
}
@media screen and (min-width: 1025px) {
  .column-local-nav-list-item:nth-child(odd) {
    margin-right: 0;
  }
}
.column-local-nav-list-item:nth-child(n+3) {
  margin-top: 3%;
}
@media screen and (min-width: 1025px) {
  .column-local-nav-list-item:nth-child(n+3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1025px) {
  .column-local-nav-list-item + .column-local-nav-list-item {
    margin-left: 15px;
  }
}
.column-local-nav-list-item a, .column-local-nav-list-item > span {
  position: relative;
  display: block;
  padding: 1rem 0.5rem;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 1.4rem;
  text-align: center;
  transition: color 0.2s, background 0.2s;
}
@media screen and (min-width: 1025px) {
  .column-local-nav-list-item a, .column-local-nav-list-item > span {
    font-size: 1.6rem;
  }
}
.column-local-nav-list-item a::after, .column-local-nav-list-item > span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.2rem;
  background: #E20A16;
}
.column-local-nav-list-item a:hover, .column-local-nav-list-item > span:hover {
  background: #E20A16;
  color: #fff;
}
.column-local-nav-list-item.is-current a, .column-local-nav-list-item.is-current > span {
  color: #fff;
  background: #E20A16;
}

.column-articles {
  padding-top: 4rem;
}
@media screen and (min-width: 1025px) {
  .column-articles {
    padding-top: 70px;
  }
}

.column-articles-no-articles {
  padding: 2rem;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (min-width: 1025px) {
  .column-articles-no-articles {
    padding: 80px 0 70px;
    font-size: 3.2rem;
  }
}

.column-list {
  margin: auto;
  padding: 0 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
@media screen and (min-width: 1025px) {
  .column-list {
    padding: 0;
    width: 96%;
  }
}
@media screen and (min-width: 1025px) {
  .column-list {
    max-width: 1120px;
  }
}

.column-list-item {
  width: 100%;
}
@media screen and (min-width: 560px) {
  .column-list-item {
    width: 49%;
  }
}
.column-list-item + .column-list-item {
  margin-top: 2rem;
}
@media screen and (min-width: 560px) {
  .column-list-item + .column-list-item {
    margin-top: 0;
  }
}
@media screen and (min-width: 560px) {
  .column-list-item:nth-child(odd) {
    margin-right: 2%;
  }
}
@media screen and (min-width: 1025px) {
  .column-list-item:nth-child(odd) {
    margin-right: 0;
  }
}
@media screen and (min-width: 560px) {
  .column-list-item:nth-child(n+3) {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .column-list-item:nth-child(n+3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1025px) {
  .column-list-item {
    width: 31%;
    margin-left: 3.5%;
  }
  .column-list-item:nth-child(n+4) {
    margin-top: 30px;
  }
  .column-list-item:nth-child(3n+1) {
    margin-left: 0;
  }
}

.column-list-item-card {
  display: block;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  height: 100%;
}
.column-list-item-card .img {
  padding-top: 71.8390804598%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.column-list-item-card-body {
  padding: 1rem 1rem 1.5rem;
  border-top: 1px solid #E20A16;
}
@media screen and (min-width: 1025px) {
  .column-list-item-card-body {
    padding: 10px 15px 15px;
  }
}
.column-list-item-card-body .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.column-list-item-card-body time {
  font-size: 1rem;
  color: #B2B2B2;
}
@media screen and (min-width: 1025px) {
  .column-list-item-card-body time {
    font-size: 1.4rem;
  }
}
.column-list-item-card-body .category {
  padding: 0.3rem 1rem;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .column-list-item-card-body .category {
    font-size: 1.3rem;
  }
}
.column-list-item-card-body .title {
  margin-top: 1rem;
  font-weight: 700;
  color: #E20A16;
  line-height: 1.25;
  font-size: 1.8rem;
}
@media screen and (min-width: 1025px) {
  .column-list-item-card-body .title {
    margin-top: 5px;
  }
}
.column-list-item-card-body p {
  margin-top: 1.5rem;
  line-height: 1.5625;
}

.column-article {
  margin: auto;
  padding: 0 1.5rem;
  margin-top: 3rem;
}
@media screen and (min-width: 1025px) {
  .column-article {
    padding: 0;
    width: 96%;
  }
}
@media screen and (min-width: 1025px) {
  .column-article {
    max-width: 1100px;
  }
}

.column-article-body {
  padding: 2.5rem 2rem 3rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border: 1px solid #eee;
}
@media screen and (min-width: 1025px) {
  .column-article-body {
    padding: 40px 50px 90px;
  }
}
.column-article-body p {
  line-height: 1.875;
}

.column-article-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.column-article-head time {
  font-size: 1.4rem;
  color: #B2B2B2;
}
.column-article-head .category {
  padding: 0.5rem 3rem;
  font-weight: 700;
  font-size: 2rem;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .column-article-head .category {
    font-size: 2.4rem;
  }
}

.column-article-title {
  margin-top: 2rem;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.25;
  color: #E20A16;
}
@media screen and (min-width: 1025px) {
  .column-article-title {
    margin-top: 25px;
    font-size: 3.2rem;
  }
}

.column-article-head-container {
  margin-top: 2rem;
}
@media screen and (min-width: 1025px) {
  .column-article-head-container {
    display: flex;
  }
}
.column-article-head-container .img {
  padding-top: 71.8181818182%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.column-article-head-container p {
  margin-top: 1rem;
}
@media screen and (min-width: 1025px) {
  .column-article-head-container p {
    flex: 1;
    margin-top: 0;
    margin-left: 40px;
  }
}

@media screen and (min-width: 1025px) {
  .column-article-head-container-img {
    width: 44%;
  }
}

.column-article-index {
  margin-top: 2rem;
  padding: 2rem 1.5rem 3rem;
  background: #f2f2f2;
}
@media screen and (min-width: 1025px) {
  .column-article-index {
    margin-top: 30px;
    padding: 25px 20px 30px;
  }
}

.column-article-index-title {
  font-weight: 700;
  font-size: 1.6rem;
}
@media screen and (min-width: 1025px) {
  .column-article-index-title {
    font-size: 2rem;
  }
}

.column-article-index-list {
  margin-top: 1rem;
}
@media screen and (min-width: 1025px) {
  .column-article-index-list {
    margin-top: 15px;
  }
}
.column-article-index-list li {
  line-height: 1.25;
}
.column-article-index-list li + li {
  margin-top: 0.5rem;
}
@media screen and (min-width: 1025px) {
  .column-article-index-list li + li {
    margin-top: 10px;
  }
}
.column-article-index-list a {
  display: flex;
  align-items: center;
}
.column-article-index-list a::before {
  content: "";
  display: block;
  margin-right: 0.5rem;
  width: 0;
  height: 0;
  border-width: 0.8rem 0.4rem 0 0.4rem;
  border-color: #000 transparent transparent transparent;
  border-style: solid;
}
@media screen and (min-width: 1025px) {
  .column-article-index-list a::before {
    width: 0;
    height: 0;
    border-width: 12px 6px 0 6px;
    border-color: #000 transparent transparent transparent;
    border-style: solid;
  }
}

.column-article-section {
  margin-top: 2.5rem;
}
@media screen and (min-width: 1025px) {
  .column-article-section {
    margin-top: 50px;
  }
}
.column-article-section .title {
  display: flex;
  align-items: center;
  line-height: 1.25;
  font-weight: 700;
  font-size: 1.8rem;
}
.column-article-section .title::before {
  content: "";
  display: block;
  margin-right: 15px;
  width: 7px;
  height: 34px;
  background: #E20A16;
  transform: skewX(-15deg);
}
.column-article-section .title-secondary {
  display: flex;
  align-items: center;
  line-height: 1.25;
  font-weight: 700;
  font-size: 1.6rem;
}
.column-article-section .title-secondary::before {
  content: "";
  display: block;
  margin-right: 10px;
  width: 5px;
  height: 24px;
  background: #E20A16;
  transform: skewX(-15deg);
}

.column-article-section-container {
  margin-top: 1rem;
}
@media screen and (min-width: 1025px) {
  .column-article-section-container {
    display: flex;
    margin-top: 2rem;
  }
}
.column-article-section-container .img {
  padding-top: 71.875%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 1025px) {
  .column-article-section-container-img {
    width: 32%;
  }
  .column-article-section-container-img + .column-article-section-container-body {
    margin-left: 40px;
  }
}

.column-article-section-container-body {
  margin-top: 1rem;
}
@media screen and (min-width: 1025px) {
  .column-article-section-container-body {
    flex: 1;
    margin-top: 0;
  }
}
.column-article-section-container-body * + * {
  margin-top: 1rem;
}

.column-article-aside {
  margin-top: 3rem;
}
@media screen and (min-width: 1025px) {
  .column-article-aside {
    margin-top: 140px;
  }
}

@media screen and (min-width: 1025px) {
  .column-article-aside-list {
    display: flex;
    justify-content: center;
  }
}
.column-article-aside-list li {
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .column-article-aside-list li {
    width: 32%;
    max-width: 285px;
  }
}
.column-article-aside-list li + li {
  margin-top: 1rem;
}
@media screen and (min-width: 1025px) {
  .column-article-aside-list li + li {
    margin-top: 0;
    margin-left: 20px;
  }
}

.column-article-pager {
  margin: auto;
  padding: 0 1.5rem;
  max-width: 350px;
  margin-top: 2rem;
}
@media screen and (min-width: 1025px) {
  .column-article-pager {
    padding: 0;
    width: 96%;
  }
}
@media screen and (min-width: 1025px) {
  .column-article-pager {
    display: flex;
    justify-content: center;
    max-width: 1070px;
  }
}
.column-article-pager a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 75px;
  font-weight: 700;
  color: #fff;
  background: #E20A16;
  border: 2px solid #E20A16;
}
@media screen and (min-width: 1025px) {
  .column-article-pager a {
    flex: 1 1 auto;
    max-width: 350px;
    width: 33.3333333333%;
  }
}
.column-article-pager a + a {
  margin-top: 1rem;
}
@media screen and (min-width: 1025px) {
  .column-article-pager a + a {
    margin-top: 0;
    margin-left: 10px;
  }
}
.column-article-pager a::before {
  content: "";
  display: block;
  margin-right: 15px;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.column-article-pager .prev::before {
  background-image: url(../img/column/btn_prev.svg);
}
.column-article-pager .all {
  background: #fff;
  color: #E20A16;
}
.column-article-pager .all::before {
  background-image: url(../img/column/btn_all.svg);
}
.column-article-pager .next {
  flex-direction: row-reverse;
}
.column-article-pager .next::before {
  margin-right: 0;
  margin-left: 15px;
  background-image: url(../img/column/btn_next.svg);
}

.environment-content {
  padding-top: 2.5rem;
}
@media screen and (min-width: 1025px) {
  .environment-content {
    padding-top: 50px;
  }
}

.environment-local-nav {
  display: none;
}
@media screen and (min-width: 1025px) {
  .environment-local-nav {
    display: block;
  }
}

.environment-local-nav-list {
  display: flex;
  flex-wrap: wrap;
  width: 98%;
  max-width: 1150px;
  margin: -85px auto 0;
}

.environment-local-nav-list-item {
  position: relative;
  margin: 85px 15px 10px;
  width: 350px;
}
.environment-local-nav-list-item::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #959595;
}
.environment-local-nav-list-item::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-width: 7.5px 7.5px 0 7.5px;
  border-color: #959595 transparent transparent transparent;
  border-style: solid;
}
.environment-local-nav-list-item a {
  display: block;
  padding-bottom: 15px;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
}
.environment-local-nav-list-item .company {
  display: block;
}
.environment-local-nav-list-item .title {
  display: block;
  margin-top: 10px;
  line-height: 1.25;
}
.environment-local-nav-list-item .title::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.25) * 0.5em);
  content: "";
}
.environment-local-nav-list-item .title::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.25) * 0.5em);
  content: "";
}
.environment-local-nav-list-item.is-hover::before {
  height: 7.5px;
  background: #E20A16;
}
.environment-local-nav-list-item.is-hover::after {
  border-color: #ffffff transparent transparent transparent;
}
.environment-local-nav-list-item.is-hover a {
  color: #E20A16;
}

@media screen and (min-width: 1025px) {
  .environment-section {
    padding: 90px 0 115px;
    border-bottom: 5px solid #E5E5E5;
  }
}
.environment-section + .environment-section {
  margin-top: 2.5rem;
}
@media screen and (min-width: 1025px) {
  .environment-section + .environment-section {
    margin: 0;
  }
}

.environment-section-container {
  padding: 0 1.5rem;
}
@media screen and (min-width: 1025px) {
  .environment-section-container {
    padding: 0;
  }
}

.environment-section-title {
  position: relative;
  padding: 3.75rem 2rem;
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
  color: #ffffff;
  background: #E20A16;
  transition: 0.3s ease-out;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .environment-section-title {
    display: none;
  }
}
.environment-section-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.75rem;
  background: #E20A16;
}
@media screen and (min-width: 1025px) {
  .environment-section-title::before {
    display: none;
  }
}
.environment-section-title::after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2vw 2vw 0 2vw;
  border-width: 0.75rem 0.75rem 0 0.75rem;
  border-color: #fff transparent transparent transparent;
  transform: translateX(-50%);
}
@media screen and (min-width: 1025px) {
  .environment-section-title::after {
    display: none;
  }
}
.environment-section-title .title {
  line-height: 1.25;
}
.environment-section-title .title::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.25) * 0.5em);
  content: "";
}
.environment-section-title .title::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.25) * 0.5em);
  content: "";
}
@media screen and (min-width: 1025px) {
  .environment-section-title .title {
    margin-top: 20px;
  }
}
.environment-section-title.is-active {
  color: #E20A16;
  background: #ffffff;
}

.environment-section-description {
  position: relative;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: height 0.3s ease-in, visibility 0.3s;
  margin: 0 -1.5rem;
}
@media screen and (min-width: 1025px) {
  .environment-section-description {
    margin: 50px auto 0;
    width: 100%;
    height: auto;
    overflow: visible;
    visibility: visible;
    transition: none;
  }
}
.environment-section-description.is-open {
  padding-top: 3rem;
  visibility: visible;
}

.environment-section-close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3.6rem;
  width: 100%;
  font-size: 1.5rem;
  color: #ffffff;
  background: #E20A16;
  opacity: 0;
  margin: 0 1.5rem;
  width: calc(100% - 3rem);
  transition: opacity 0.1s 0.3s;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .environment-section-close-btn {
    display: none;
  }
}
.environment-section-close-btn::before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 2.4vw 2.4vw 2.4vw;
  border-width: 0 0.9rem 0.9rem 0.9rem;
  border-color: transparent transparent #E20A16 transparent;
  transform: translateX(-50%);
}
.is-open .environment-section-close-btn {
  opacity: 1;
}

.environment-head-main {
  background-image: linear-gradient(to bottom, #fff 50%, #E20A16 50%);
}
@media screen and (min-width: 1025px) {
  .environment-head-main {
    background-image: linear-gradient(to bottom, #fff 55%, #E20A16 55%);
  }
}
.environment-head-fig {
  margin: 0 1.5rem;
}
@media screen and (min-width: 1025px) {
  .environment-head-fig {
    max-width: 1100px;
    margin: 0 auto;
  }
}
.environment-head-sub {
  background: #E20A16;
}
.environment-head-ttlwrap {
  display: flex;
  justify-content: center;
  width: 80%;
  max-width: 445px;
  font-size: 2.4rem;
  color: #E20A16;
  font-weight: bold;
  line-height: 2.3;
  background: #fff;
  margin: -1.15em auto 0;
  transform: skewX(-30deg);
}
@media screen and (min-width: 1025px) {
  .environment-head-ttlwrap {
    font-size: 3.5rem;
  }
}
.environment-head-ttl {
  transform: skewX(30deg);
}
.environment-head-listwrap {
  color: #fff;
  font-weight: bold;
  line-height: 2.2;
  text-align: center;
  padding: 20px 0;
}
@media screen and (min-width: 1025px) {
  .environment-head-listwrap {
    font-size: 2rem;
    padding: 30px 0;
  }
}
.environment-head-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.environment-head-list a {
  color: #ffffff;
}
.environment-head-slash {
  display: inline-block;
  vertical-align: top;
  margin: 0 0.5em;
}
@media screen and (min-width: 1025px) {
  .environment-head .spil {
    display: none;
  }
}
.environment-head .pcil {
  display: none;
}
@media screen and (min-width: 1025px) {
  .environment-head .pcil {
    display: inline-block;
  }
}

.environment-mdl {
  max-width: 983px;
  line-height: 1.75;
  padding: 0 1.5rem 9.5rem;
  margin: 20px auto 0;
}
@media screen and (min-width: 1025px) {
  .environment-mdl {
    padding: 0 0 30px;
    margin: 70px auto 0;
  }
}
.environment-mdl-text {
  flex-shrink: 1;
  flex-grow: 1;
}
.environment-mdl-ttl {
  position: relative;
  font-size: 2rem;
  color: #E20A16;
  font-weight: bold;
  padding: 0 0 0 1.75em;
}
.environment-mdl-ttl::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0.4em;
  width: 6px;
  height: 1.75em;
  background: #E20A16;
  transform: skewX(-23deg);
}
@media screen and (min-width: 1025px) {
  .environment-mdl-ttl {
    font-size: 2.4rem;
  }
}
.environment-mdl-list {
  margin: 20px auto 0;
}
@media screen and (min-width: 1025px) {
  .environment-mdl-list {
    margin: 60px auto 0;
  }
}
.environment-mdl-inner {
  margin: 15px auto 0;
}
@media screen and (min-width: 1025px) {
  .environment-mdl-inner {
    display: flex;
    align-items: start;
    flex-direction: row-reverse;
    padding: 0 0 0 2.7em;
  }
}
@media screen and (min-width: 1025px) {
  .environment-mdl-inner02 {
    align-items: flex-start;
  }
}
.environment-mdl-photo {
  flex-shrink: 0;
  max-width: 381px;
  margin: 0 auto 20px;
}
@media screen and (min-width: 1025px) {
  .environment-mdl-photo {
    margin: -50px 0 0 40px;
  }
}
.environment-mdl-photo02 {
  flex-shrink: 0;
  width: 480px;
  max-width: 100%;
  margin: 0 auto 20px;
}
@media screen and (min-width: 1025px) {
  .environment-mdl-photo02 {
    position: sticky;
    top: 55px;
    margin: 0 0 0 40px;
  }
}
.environment-mdl-figttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 30px auto 0;
}
@media screen and (min-width: 1025px) {
  .environment-mdl-figttl {
    font-size: 2.4rem;
    text-align: center;
    margin: 70px auto 0;
  }
}
.environment-mdl-figtext {
  color: #E20A16;
  font-weight: bold;
  margin: 15px auto 0;
}
@media screen and (min-width: 1025px) {
  .environment-mdl-figtext {
    margin: 20px auto 0;
  }
}
.environment-mdl-fig {
  max-width: 960px;
  margin: 15px auto 0;
}
@media screen and (min-width: 1025px) {
  .environment-mdl-fig {
    margin: 30px auto 0;
  }
}
.environment-mdl-floor {
  flex-shrink: 1;
  flex-grow: 1;
}
.environment-mdl-floorttl {
  font-weight: bold;
  margin: 20px auto 0;
}
@media screen and (min-width: 1025px) {
  .environment-mdl-floorttl {
    font-size: 1.8rem;
    margin: 30px auto 0;
  }
}
.environment-mdl-floorinner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
@media screen and (min-width: 1025px) {
  .environment-mdl-floorinner {
    width: 440px;
    margin: 0 -10px;
  }
}
.environment-mdl-floorlist {
  width: 18rem;
  max-width: 50%;
  padding: 10px 5px 0;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .environment-mdl-floorlist {
    width: 50%;
    padding: 20px 10px 0;
  }
}
.environment-mdl-floorname {
  margin: 5px 0 0;
}
.environment-mdl-floorname::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 1em;
  height: 1.75em;
  background: url("../img/common/megane.svg") no-repeat center center;
  background-size: contain;
  margin: 0 0 0 0.5em;
}

.environment-modal [data-izimodal] {
  display: none;
  width: 90%;
  max-height: 90%;
}
.environment-modal-text {
  color: #fff;
  text-align: center;
  background: #333;
  padding: 0.5em 1em;
  border-color: #707070;
  border-width: 0 1px 1px;
}

.iziModal-navigate > button {
  top: 50%;
  width: 42px;
  height: 42px;
  opacity: 1;
  transform: translateY(-50%);
}
.iziModal-navigate > button.iziModal-navigate-prev {
  background: none;
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
  transform: rotate(45deg) translateY(-50%);
}
.iziModal-navigate > button.iziModal-navigate-next {
  background: none;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  transform: rotate(-45deg) translateY(-50%);
}
.iziModal-navigate > button:hover {
  opacity: 0.6;
}

.sticky:before,
.sticky:after {
  content: "";
  display: table;
}

.formit-red {
  color: #E20A16;
}

.formitv-section {
  padding: 0 1.5rem;
}
@media screen and (min-width: 1025px) {
  .formitv-section {
    padding: 0;
  }
}

.formitv-desc {
  line-height: 1.75;
  margin: 30px auto 0;
  max-width: 996px;
}
@media screen and (min-width: 1025px) {
  .formitv-desc {
    margin: 70px auto 0;
  }
}

.formitv-flow {
  line-height: 1.75;
  margin: 70px auto 0;
  max-width: 792px;
}
@media screen and (min-width: 1025px) {
  .formitv-flow {
    margin: 100px auto 0;
  }
}
.formitv-flow-ttl {
  font-size: 2.4rem;
  color: #E20A16;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .formitv-flow-ttl {
    font-size: 3.5rem;
  }
}
.formitv-flow-inner {
  margin: 50px auto 0;
}
@media screen and (min-width: 1025px) {
  .formitv-flow-inner {
    margin: 60px auto 0;
  }
}
.formitv-flow-list {
  background: #fff;
  border: 3px solid #E20A16;
}
.formitv-flow-num {
  width: 2.5em;
  font-size: 5.2rem;
  color: #BCBCBC;
  font-weight: bold;
  line-height: 1;
  background: #fff;
  padding: 0 0 0 0.4em;
  margin: -0.5em 0 0;
}
.formitv-flow-desc {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0.3em 1em 1em;
}
@media screen and (min-width: 1025px) {
  .formitv-flow-desc {
    font-size: 2rem;
    padding: 0.3em 2em 1em;
  }
}
.formitv-flow-line {
  width: 40px;
  height: 85px;
  background: #E5E5E5;
  margin: auto;
}
@media screen and (min-width: 1025px) {
  .formitv-flow-line {
    height: 100px;
  }
}
.formitv-flow-line02 {
  height: 25px;
}
@media screen and (min-width: 1025px) {
  .formitv-flow-line02 {
    height: 40px;
  }
}
.formitv-flow-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 40px 0 40px;
  border-color: #E5E5E5 transparent transparent transparent;
  margin: auto;
}

.formitv-form {
  line-height: 1.75;
  margin: 100px auto 0;
  max-width: 959px;
  /* Edge */
  /* IE */
}
@media screen and (min-width: 1025px) {
  .formitv-form {
    margin: 100px auto 0;
  }
}
.formitv-form-ttl {
  font-size: 2.4rem;
  color: #E20A16;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .formitv-form-ttl {
    font-size: 3.5rem;
  }
}
.formitv-form-inner {
  background: #F6F6F6;
  padding: 20px 1em;
  margin: 20px auto 0;
}
@media screen and (min-width: 1025px) {
  .formitv-form-inner {
    padding: 60px 80px;
    margin: 20px auto 0;
  }
}
.formitv-form-list {
  margin: 20px 0 0;
}
.formitv-form-list:nth-of-type(1) {
  margin-top: 0;
}
@media screen and (min-width: 1025px) {
  .formitv-form-list {
    display: flex;
    align-items: flex-start;
    margin: 15px 0 0;
  }
  .formitv-form-list:nth-of-type(1) {
    margin-top: 0;
  }
}
.formitv-form-left {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  font-size: 1.8rem;
}
@media screen and (min-width: 1025px) {
  .formitv-form-left {
    width: 250px;
    flex-shrink: 0;
  }
}
.formitv-form-must {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.5;
  background: #E20A16;
  padding: 0 0.5em;
  margin: 0.3em 0 0 1em;
}
.formitv-form-right {
  margin: 10px auto 0;
}
@media screen and (min-width: 1025px) {
  .formitv-form-right {
    flex-grow: 1;
    margin: 0 0 0 75px;
  }
}
.formitv-form select {
  appearance: menulist-button;
  position: relative;
  font-size: 16px;
  width: 100%;
  height: 2.8em;
  background: #fff;
  padding: 0 0.5em;
  border: solid 1px #E4E4E4;
  box-shadow: none;
}
@media screen and (min-width: 1025px) {
  .formitv-form select {
    font-size: 1.8rem;
    height: 2.5em;
  }
}
.formitv-form input[type=text],
.formitv-form input[type=email],
.formitv-form input[type=tel] {
  font-size: 16px;
  width: 100%;
  height: 2.8em;
  background: #fff;
  padding: 0 0.5em;
  border: solid 1px #E4E4E4;
  box-shadow: none;
}
@media screen and (min-width: 1025px) {
  .formitv-form input[type=text],
  .formitv-form input[type=email],
  .formitv-form input[type=tel] {
    font-size: 1.8rem;
    height: 2.5em;
  }
}
.formitv-form .radiobox + .radiobox {
  margin-left: 10px;
}
.formitv-form input::placeholder {
  color: #848484;
}
.formitv-form input::-ms-input-placeholder {
  color: #848484;
}
.formitv-form input:-ms-input-placeholder {
  color: #848484;
}
.formitv-form textarea {
  width: 100%;
  background: #fff;
  padding: 0.5em;
  border: solid 1px #E4E4E4;
  max-width: none;
  box-shadow: none;
}
.formitv-form-sub {
  width: 100%;
  font-weight: 400;
  font-size: 1.5rem;
  margin: 1em 0 0;
}
.formitv-form-error {
  width: 100%;
  font-weight: 400;
  font-size: 1.5rem;
  color: #E20A16;
}
.formitv-form-pvwrap {
  display: flex;
  justify-content: center;
  font-size: 1.4rem;
  margin: 20px 0 0;
}
@media screen and (min-width: 1025px) {
  .formitv-form-pvwrap {
    font-size: 1.6rem;
    margin: 35px 0 0;
  }
}
.formitv-form-pvlink {
  display: flex;
}
.formitv-form-pvleft {
  width: 1.7em;
  flex-shrink: 0;
  margin: 0 1em 0 0;
}
.formitv-form-pvright {
  text-decoration: underline;
}
.formitv-form button {
  outline: none;
  border: 0;
  cursor: pointer;
}
.formitv-form-btnwrap {
  font-size: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px auto 0;
}
.formitv-form-btn {
  flex-shrink: 1;
  width: 300px;
  line-height: 3.2;
  text-align: center;
  margin: 30px 1em 0;
  borborder-style: solid;
  border-width: 3px;
  border-color: #E20A16;
}
.formitv-form-btn01 {
  color: #fff;
  background: #E20A16;
}
.formitv-form-btn02 {
  color: #E20A16;
  background: #fff;
}

.formitv-thank {
  line-height: 1.75;
  margin: 30px auto 0;
  max-width: 959px;
}
@media screen and (min-width: 1025px) {
  .formitv-thank {
    margin: 70px auto 0;
  }
}
.formitv-thank-inner {
  padding: 1em 1em 1.5em;
  border: 7px solid #D4D4D4;
}
@media screen and (min-width: 1025px) {
  .formitv-thank-inner {
    padding: 1em 1.5em 1.5em;
  }
}
.formitv-thank-ttl {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 10px;
}

.guide-content {
  padding-top: 2.5rem;
}
@media screen and (min-width: 1025px) {
  .guide-content {
    padding-top: 50px;
  }
}

.guide-local-nav {
  display: none;
}
@media screen and (min-width: 1025px) {
  .guide-local-nav {
    display: block;
  }
}

.guide-local-nav-list {
  display: flex;
  flex-wrap: wrap;
  width: 98%;
  max-width: 1150px;
  margin: -85px auto 0;
}

.guide-local-nav-list-item {
  position: relative;
  margin: 85px 15px 10px;
  width: 350px;
}
.guide-local-nav-list-item::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #959595;
}
.guide-local-nav-list-item::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-width: 7.5px 7.5px 0 7.5px;
  border-color: #959595 transparent transparent transparent;
  border-style: solid;
}
.guide-local-nav-list-item a {
  display: block;
  padding-bottom: 15px;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
}
.guide-local-nav-list-item .company {
  display: block;
}
.guide-local-nav-list-item .title {
  display: block;
  margin-top: 10px;
  line-height: 1.25;
}
.guide-local-nav-list-item .title::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.25) * 0.5em);
  content: "";
}
.guide-local-nav-list-item .title::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.25) * 0.5em);
  content: "";
}
.guide-local-nav-list-item.is-hover::before {
  height: 7.5px;
  background: #E20A16;
}
.guide-local-nav-list-item.is-hover::after {
  border-color: #ffffff transparent transparent transparent;
}
.guide-local-nav-list-item.is-hover a {
  color: #E20A16;
}

@media screen and (min-width: 1025px) {
  .guide-section {
    padding: 90px 0 115px;
    border-bottom: 5px solid #E5E5E5;
  }
}
.guide-section + .guide-section {
  margin-top: 2.5rem;
}
@media screen and (min-width: 1025px) {
  .guide-section + .guide-section {
    margin: 0;
  }
}

.guide-section-container {
  padding: 0 1.5rem;
}
@media screen and (min-width: 1025px) {
  .guide-section-container {
    padding: 0;
  }
}

.guide-section-title {
  position: relative;
  padding: 2rem;
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
  color: #ffffff;
  background: #E20A16;
  transition: color 0.3s ease-out, background 0.3s ease-out;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .guide-section-title {
    margin: auto;
    padding: 0;
    max-width: 1150px;
    font-size: 3.5rem;
    color: #E20A16;
    background: transparent;
    cursor: default;
  }
}
.guide-section-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.75rem;
  background: #E20A16;
}
@media screen and (min-width: 1025px) {
  .guide-section-title::before {
    display: none;
  }
}
.guide-section-title::after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2vw 2vw 0 2vw;
  border-width: 0.75rem 0.75rem 0 0.75rem;
  border-color: #fff transparent transparent transparent;
  transform: translateX(-50%);
}
@media screen and (min-width: 1025px) {
  .guide-section-title::after {
    display: none;
  }
}
.guide-section-title span {
  display: block;
}
.guide-section-title .title {
  margin-top: 1.5rem;
  line-height: 1.25;
}
.guide-section-title .title::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.25) * 0.5em);
  content: "";
}
.guide-section-title .title::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.25) * 0.5em);
  content: "";
}
@media screen and (min-width: 1025px) {
  .guide-section-title .title {
    margin-top: 20px;
  }
}
.guide-section-title.is-active {
  color: #E20A16;
  background: #ffffff;
}

.guide-section-description {
  position: relative;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: height 0.3s ease-in, visibility 0.3s;
}
@media screen and (min-width: 1025px) {
  .guide-section-description {
    margin: 50px auto 0;
    padding: 25px 20px;
    width: 100%;
    height: auto;
    max-width: 1150px;
    visibility: visible;
    box-shadow: 0 0 21px rgba(75, 75, 75, 0.1);
    transition: none;
  }
}
.guide-section-description.is-open {
  padding-top: 3rem;
  visibility: visible;
}

.guide-section-description-item {
  padding: 2rem 1rem;
}
@media screen and (min-width: 1025px) {
  .guide-section-description-item {
    display: flex;
    margin: auto;
    padding: 30px;
    max-width: 1050px;
  }
}
.guide-section-description-item:nth-of-type(odd) {
  background: #f6f6f6;
}
.guide-section-description-item:last-of-type {
  padding-bottom: 9.5rem;
}
@media screen and (min-width: 1025px) {
  .guide-section-description-item:last-of-type {
    padding-bottom: 30px;
  }
}
.guide-section-description-item dt {
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (min-width: 1025px) {
  .guide-section-description-item dt {
    width: 150px;
    font-size: 2rem;
  }
}
.guide-section-description-item dd {
  margin-top: 2rem;
  line-height: 1.75;
}
.guide-section-description-item dd::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.75) * 0.5em);
  content: "";
}
.guide-section-description-item dd::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.75) * 0.5em);
  content: "";
}
@media screen and (min-width: 1025px) {
  .guide-section-description-item dd {
    flex: 1;
    margin-top: 0;
  }
}
.guide-section-description-item a {
  text-decoration: underline;
}

.guide-section-close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3.6rem;
  width: 100%;
  font-size: 1.5rem;
  color: #ffffff;
  background: #E20A16;
  opacity: 0;
  transition: opacity 0.1s 0.3s;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .guide-section-close-btn {
    display: none;
  }
}
.guide-section-close-btn::before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 2.4vw 2.4vw 2.4vw;
  border-width: 0 0.9rem 0.9rem 0.9rem;
  border-color: transparent transparent #E20A16 transparent;
  transform: translateX(-50%);
}
.is-open .guide-section-close-btn {
  opacity: 1;
}

.home-content {
  overflow: hidden;
}

.home-hero img {
  width: 100%;
}

.home-news {
  padding-top: 3rem;
}
@media screen and (min-width: 1025px) {
  .home-news {
    padding-top: 55px;
  }
}

.home-news-content {
  margin: auto;
  padding: 0 1.5rem;
}
@media screen and (min-width: 1025px) {
  .home-news-content {
    padding: 0;
    width: 96%;
  }
}
@media screen and (min-width: 1025px) {
  .home-news-content {
    display: flex;
    align-items: center;
    max-width: 1015px;
  }
}

.home-news-title {
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1025px) {
  .home-news-title {
    margin-right: 20px;
    font-size: 2.4rem;
  }
}

.home-news-list {
  margin-top: 3rem;
}
@media screen and (min-width: 1025px) {
  .home-news-list {
    flex: 1;
    margin-top: 0;
    margin-right: 20px;
  }
}

.home-news-article {
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1025px) {
  .home-news-article {
    display: flex;
    align-items: center;
    font-size: 1.8rem;
  }
}
.home-news-article time {
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .home-news-article time {
    margin-right: 20px;
  }
}
.home-news-article h3 {
  padding-top: 1rem;
  line-height: 1.25;
}
.home-news-article h3::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.25) * 0.5em);
  content: "";
}
.home-news-article h3::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.25) * 0.5em);
  content: "";
}
@media screen and (min-width: 1025px) {
  .home-news-article h3 {
    padding-top: 0;
  }
}

.home-news-btn {
  margin: 6rem auto 0;
}
@media screen and (min-width: 1025px) {
  .home-news-btn {
    flex-shrink: 0;
    margin: 0 0 0 auto;
  }
}

.home-about {
  margin-top: 7rem;
  margin-bottom: 8.5rem;
}
@media screen and (min-width: 1025px) {
  .home-about {
    margin: 50px 0 125px;
    padding: 0;
    background: transparent;
  }
}

.home-about-content {
  position: relative;
  padding-top: 2.5rem;
  padding-bottom: 6rem;
  background: #E20A16;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .home-about-content {
    margin: auto;
    padding: 0;
    max-width: 1280px;
    background: transparent;
  }
}

@media screen and (min-width: 1025px) {
  .home-about-container {
    width: 480px;
    margin-left: auto;
    padding-bottom: 15px;
    background: #fff;
  }
  .home-about-container::after {
    content: "";
    position: absolute;
    top: 0;
    right: 480px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #fff;
    transform: skewX(-30deg) translateX(100%);
    transform-origin: top left;
  }
}

.home-about-title {
  color: #fff;
}
.home-about-title .en {
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .home-about-title {
    color: #000000;
  }
  .home-about-title .en {
    color: #E20A16;
  }
}

.home-about-img {
  margin: 2.5rem auto 0;
  max-width: 768px;
}
.home-about-img::after {
  content: "";
  display: block;
  padding-top: 74.6666666667%;
  background: url(../img/home/about_head_img_sp@2x.png) no-repeat top left/cover;
}
@media screen and (min-width: 1025px) {
  .home-about-img::after {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .home-about-img {
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    margin: 0;
    max-width: 1280px;
    width: 100%;
    height: 100%;
    min-height: 575px;
    background: url(../img/home/about_head_img_pc.png) no-repeat top left/auto auto;
  }
}

.home-about-catch {
  margin-top: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .home-about-catch {
    margin-top: 20px;
    font-size: 2rem;
    color: #000;
  }
}

.home-about-text {
  margin: 1.5rem auto 0;
  padding: 0 1.5rem;
  font-size: 1.4rem;
  line-height: 1.7;
}
.home-about-text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: "";
}
.home-about-text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: "";
}
@media screen and (min-width: 1025px) {
  .home-about-text {
    margin-top: 45px;
    margin-left: -65px;
    font-size: 2rem;
    width: 520px;
    color: #000;
  }
}
.home-about-text span {
  display: block;
  font-size: 1.5rem;
  line-height: 1.7;
}
@media screen and (min-width: 1025px) {
  .home-about-text span {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .home-about-text span::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
    content: "";
  }
  .home-about-text span::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
    content: "";
  }
  .home-about-text span + span {
    margin-top: 25px;
  }
}

.home-about-btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
@media screen and (min-width: 1025px) {
  .home-about-btn {
    left: auto;
    right: 150px;
    bottom: -5px;
    transform: translate(-50%, 100%);
  }
}

.home-business {
  position: relative;
  padding-top: 7rem;
}
@media screen and (min-width: 1025px) {
  .home-business {
    overflow: hidden;
    padding-top: 100px;
  }
}

.home-business-content {
  padding: 2.5rem 0 5.5rem;
  border: 1rem solid #E20A16;
}
@media screen and (min-width: 1025px) {
  .home-business-content {
    position: relative;
    padding: 0;
    margin: auto;
    max-width: 1280px;
    border: 30px solid #E20A16;
  }
}

@media screen and (min-width: 1025px) {
  .home-business-container {
    padding: 35px 0 40px 25px;
    width: 450px;
  }
  .home-business-container::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: -30px;
    width: 30px;
    height: 100%;
    background: #E20A16;
  }
  .home-business-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 395px;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    background: #ffffff;
    transform: translateX(-100%) skewX(-30deg);
    transform-origin: bottom right;
  }
  .home-business-container > * {
    position: relative;
    z-index: 2;
  }
}

.home-business-img {
  position: relative;
  margin: 2.5rem auto 1rem;
  max-width: 768px;
  width: 100vw;
}
.home-business-img::after {
  content: "";
  display: block;
  padding-top: 76.8%;
  background: url(../img/home/business_head_img_sp@2x.png?240130) no-repeat top right/cover;
}
@media screen and (min-width: 1025px) {
  .home-business-img::after {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .home-business-img {
    margin: 2.5rem auto 0;
  }
}
@media screen and (min-width: 1025px) {
  .home-business-img {
    position: absolute;
    z-index: 1;
    margin: 0;
    top: -30px;
    right: -30px;
    max-width: 100%;
    width: 100%;
    height: 110%;
    height: calc(100% + 60px);
    background: url(../img/home/business_head_img_pc.png?240131) no-repeat top right/auto 100%;
    pointer-events: none;
  }
}

.home-business-catch {
  margin-top: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .home-business-catch {
    margin-top: 35px;
    font-size: 2rem;
  }
}

.home-business-text {
  margin-top: 1.5rem;
  padding: 0 3rem;
  font-size: 1.4rem;
}
.home-business-text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: "";
}
.home-business-text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: "";
}
.home-business-text span {
  display: block;
  line-height: 1.7;
}
@media screen and (min-width: 1025px) {
  .home-business-text {
    margin-top: 25px;
    width: 100%;
    font-size: 1.5rem;
  }
  .home-business-text::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.6) * 0.5em);
    content: "";
  }
  .home-business-text::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.6) * 0.5em);
    content: "";
  }
  .home-business-text span {
    line-height: 1.6;
  }
}

.home-business-btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
@media screen and (min-width: 1025px) {
  .home-business-btn {
    position: relative;
    left: 0;
    margin: 45px auto 0;
    transform: translate(0, 0);
  }
}

.home-interview {
  padding-top: 7rem;
}
@media screen and (min-width: 1025px) {
  .home-interview {
    padding-top: 85px;
  }
}

.home-interview-content {
  margin-top: 2.5rem;
}
@media screen and (min-width: 1025px) {
  .home-interview-content {
    margin: 30px auto 0;
    max-width: 1000px;
  }
}

.home-interview-btn {
  margin: 4rem auto 0;
}
@media screen and (min-width: 1025px) {
  .home-interview-btn {
    margin-top: 38px;
  }
}

.home-bottom-content {
  margin: auto;
  padding: 0 1.5rem;
  padding-top: 7rem;
}
@media screen and (min-width: 1025px) {
  .home-bottom-content {
    padding: 0;
    width: 96%;
  }
}
@media screen and (min-width: 1025px) {
  .home-bottom-content {
    display: flex;
    padding-top: 150px;
    max-width: 1280px;
  }
}

.home-enviroment {
  margin: auto;
  max-width: 768px;
}
@media screen and (min-width: 1025px) {
  .home-enviroment {
    max-width: none;
    width: 50%;
  }
}

.home-enviroment-img {
  margin-top: 2.5rem;
  padding-top: 53.6231884058%;
  background: url(../img/home/enviroment_img_sp@2x.png) no-repeat center center/cover;
}
@media screen and (min-width: 1025px) {
  .home-enviroment-img {
    margin-top: 25px;
    padding-top: 53.6231884058%;
    width: 100%;
    height: 0;
  }
}

.home-enviroment-btn {
  position: relative;
  z-index: 2;
  margin: -2.5rem auto 0;
}
@media screen and (min-width: 1025px) {
  .home-enviroment-btn {
    margin-top: -20px;
  }
}

.home-guide {
  margin: 5.5rem auto 0;
  max-width: 768px;
}
@media screen and (min-width: 1025px) {
  .home-guide {
    margin-top: 0;
    width: 50%;
  }
}

.home-guide-img {
  margin-top: 2.5rem;
  padding-top: 53.6231884058%;
  background: url(../img/home/guide_img_sp@2x.png) no-repeat center center/cover;
}
@media screen and (min-width: 1025px) {
  .home-guide-img {
    margin-top: 25px;
    padding-top: 53.6231884058%;
    width: 100%;
    height: 0;
  }
}

.home-guide-btn {
  position: relative;
  z-index: 2;
  margin: -2.5rem auto 0;
}
@media screen and (min-width: 1025px) {
  .home-guide-btn {
    margin-top: -20px;
  }
}

.interview-lead {
  margin: auto;
  padding: 0 1.5rem;
  margin-top: 3rem;
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.65;
}
@media screen and (min-width: 1025px) {
  .interview-lead {
    padding: 0;
    width: 96%;
  }
}
.interview-lead::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.65) * 0.5em);
  content: "";
}
.interview-lead::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.65) * 0.5em);
  content: "";
}
@media screen and (min-width: 1025px) {
  .interview-lead {
    margin-top: 30px;
    width: 98%;
    font-size: 2rem;
    line-height: 1.5;
  }
  .interview-lead::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
    content: "";
  }
  .interview-lead::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
    content: "";
  }
}

.interview-content {
  padding-top: 5rem;
}
@media screen and (min-width: 1025px) {
  .interview-content {
    padding-top: 80px;
    margin: auto;
    max-width: 1000px;
  }
}

.interview-detail-content {
  padding-top: 3rem;
  overflow-x: hidden;
}
@media screen and (min-width: 1025px) {
  .interview-detail-content {
    padding-top: 2.5rem;
  }
}

.interview-head {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .interview-head::after {
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    z-index: -1;
    width: 84.375%;
    height: 120px;
    background: url(../img/interview/dots_bg.svg) repeat top left/30px 30px;
  }
}

.interview-head-hero {
  position: relative;
  overflow: hidden;
  height: 32rem;
}
@media screen and (min-width: 560px) {
  .interview-head-hero {
    height: auto;
    box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.2);
  }
}
.interview-head-hero img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: none;
  height: 100%;
  transform: translate3d(-50%, -50%, 0);
}
@media screen and (min-width: 560px) {
  .interview-head-hero img {
    position: static;
    width: 100%;
    height: auto;
    transform: none;
  }
}

@media screen and (min-width: 1025px) {
  .interview-head-content {
    position: absolute;
    bottom: -70px;
    left: 50%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    transform: translateX(-50%);
  }
}

.interview-head-info {
  margin: -4rem auto 0;
  width: 32.5rem;
  height: 16rem;
  transform: skewX(-10deg);
  backface-visibility: hidden;
  background: #E20A16;
}
@media screen and (min-width: 1025px) {
  .interview-head-info {
    margin: 0 0 0 20px;
    transform-origin: bottom left;
    min-width: 330px;
    max-width: 400px;
    height: auto;
  }
}

.interview-head-info-content {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1.5rem 2rem;
  height: 100%;
  transform: skewX(10deg);
  backface-visibility: hidden;
  color: #ffffff;
}
@media screen and (min-width: 1025px) {
  .interview-head-info-content {
    padding: 20px 25px;
  }
}
.interview-head-info-content .department {
  line-height: 1.25;
}
.interview-head-info-content .department::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.25) * 0.5em);
  content: "";
}
.interview-head-info-content .department::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.25) * 0.5em);
  content: "";
}
.interview-head-info-content .company {
  margin-bottom: 1rem;
  font-size: 2rem;
}
.interview-head-info-content .date {
  margin-top: auto;
}
@media screen and (min-width: 1025px) {
  .interview-head-info-content .date {
    margin-top: 40px;
  }
}
.interview-head-info-content .name {
  margin-top: 0.5rem;
  font-weight: 700;
  font-size: 2.4rem;
}
@media screen and (min-width: 1025px) {
  .interview-head-info-content .name {
    font-size: 2.8rem;
  }
}
.interview-head-info-content .icon {
  position: absolute;
  bottom: 1.5rem;
  right: 2rem;
  width: 6.5rem;
}
@media screen and (min-width: 1025px) {
  .interview-head-info-content .icon {
    width: 80px;
  }
}

.interview-head-comment {
  margin: auto;
  padding: 0 1.5rem;
  margin-top: 3rem;
}
@media screen and (min-width: 1025px) {
  .interview-head-comment {
    padding: 0;
    width: 96%;
  }
}
.interview-head-comment p {
  line-height: 1.65;
}
.interview-head-comment p::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.65) * 0.5em);
  content: "";
}
.interview-head-comment p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.65) * 0.5em);
  content: "";
}
@media screen and (min-width: 1025px) {
  .interview-head-comment {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 20px 30px;
    height: 360px;
    width: 400px;
    background: #ffffff;
  }
  .interview-head-comment::after {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 360px 100px 0 0;
    border-color: transparent #fff transparent transparent;
    transform: translateX(1px);
  }
}

.interview-question {
  margin-top: 21.333vw;
}
@media screen and (min-width: 1025px) {
  .interview-question {
    position: relative;
    margin-top: 120px;
    overflow: hidden;
  }
  .interview-question::before, .interview-question::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 150%;
    background: #E20A16;
    transform: skewY(40deg);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1280px) {
  .interview-question::before, .interview-question::after {
    width: 60px;
  }
}
@media screen and (min-width: 1025px) {
  .interview-question::before {
    top: 60px;
    left: 0;
    transform-origin: top left;
  }
  .interview-question::after {
    bottom: 0;
    right: 0;
    transform-origin: bottom right;
  }
}

.interview-question-container {
  margin: auto;
  padding: 0 1.5rem;
}
@media screen and (min-width: 1025px) {
  .interview-question-container {
    padding: 0;
    width: 96%;
  }
}
@media screen and (min-width: 1025px) {
  .interview-question-container {
    padding: 120px 50px 0;
    width: 100%;
  }
}

.interview-question-item {
  position: relative;
  padding-left: 1rem;
}
@media screen and (min-width: 1025px) {
  .interview-question-item {
    display: flex;
    flex-direction: row-reverse;
    margin: auto;
    padding-left: 0;
    max-width: 950px;
  }
}
.interview-question-item:nth-of-type(1) {
  padding-bottom: 10rem;
}
@media screen and (min-width: 1025px) {
  .interview-question-item:nth-of-type(1) {
    padding-bottom: 160px;
  }
}
.interview-question-item:nth-of-type(1)::before {
  content: "";
  position: absolute;
  top: -1.5rem;
  left: -1.5rem;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.5rem 0 0 1.5rem;
  border-color: transparent transparent transparent #E20A16;
}
@media screen and (min-width: 1025px) {
  .interview-question-item:nth-of-type(1)::before {
    display: none;
  }
}
.interview-question-item:nth-of-type(1)::after {
  content: "";
  position: absolute;
  top: 0;
  left: -1.5rem;
  display: block;
  width: 1.5rem;
  height: 147%;
  height: calc(100% + 38.2rem);
  background: #E20A16;
}
@media screen and (min-width: 1025px) {
  .interview-question-item:nth-of-type(1)::after {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .interview-question-item:nth-of-type(2) {
    flex-direction: row;
  }
}
.interview-question-item:nth-of-type(3) {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media screen and (min-width: 1025px) {
  .interview-question-item:nth-of-type(3) {
    padding-top: 160px;
    padding-bottom: 0;
  }
}
.interview-question-item:nth-of-type(3)::before {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  right: -1.5rem;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.5rem 0 0 1.5rem;
  border-color: #E20A16 transparent transparent transparent;
}
@media screen and (min-width: 1025px) {
  .interview-question-item:nth-of-type(3)::before {
    display: none;
  }
}
.interview-question-item:nth-of-type(3)::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1.5rem;
  display: block;
  width: 1.5rem;
  height: 100%;
  background: #E20A16;
}
@media screen and (min-width: 1025px) {
  .interview-question-item:nth-of-type(3)::after {
    display: none;
  }
}

.interview-question-img {
  position: relative;
}
.interview-question-item:nth-of-type(3) .interview-question-img {
  margin-left: -1rem;
}
@media screen and (min-width: 1025px) {
  .interview-question-item:nth-of-type(3) .interview-question-img {
    margin-left: 0;
  }
}

.interview-question-img-container {
  position: relative;
  margin: auto;
  width: 33.5rem;
  transform: skewY(-10deg);
  transform-origin: top left;
  backface-visibility: hidden;
}
@media screen and (min-width: 1025px) {
  .interview-question-img-container {
    width: 390px;
  }
}
.interview-question-img-container::after {
  content: "";
  position: absolute;
  top: -1rem;
  right: -1rem;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: #E20A16;
}
@media screen and (min-width: 1025px) {
  .interview-question-img-container::after {
    top: -20px;
    right: -20px;
  }
}
.interview-question-item:nth-of-type(2) .interview-question-img-container::after {
  right: 1rem;
}
@media screen and (min-width: 1025px) {
  .interview-question-item:nth-of-type(2) .interview-question-img-container::after {
    right: 20px;
  }
}
.interview-question-img-container .imgbox {
  position: relative;
  overflow: hidden;
  padding-top: 116.9230769231%;
}
@media screen and (min-width: 1025px) {
  .interview-question-img-container .imgbox {
    padding-top: 0;
    height: 530px;
  }
}
.interview-question-img-container .imgbox img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: none;
  height: 114.9456521739%;
  transform: translate3d(-50%, -50%, 0) skewY(10deg);
  backface-visibility: hidden;
}
@media screen and (min-width: 1025px) {
  .interview-question-img-container .imgbox img {
    height: 112.7659574468%;
  }
}

.interview-question-content {
  padding-top: 3.5rem;
}
@media screen and (min-width: 1025px) {
  .interview-question-content {
    flex: 1;
    margin-right: 30px;
    padding: 0;
  }
  .interview-question-item:nth-of-type(2) .interview-question-content {
    margin-right: 0;
    margin-left: 30px;
  }
}
.interview-question-content p {
  margin-top: 2.5rem;
  line-height: 1.65;
}
.interview-question-content p::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.65) * 0.5em);
  content: "";
}
.interview-question-content p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.65) * 0.5em);
  content: "";
}
@media screen and (min-width: 1025px) {
  .interview-question-content p {
    margin-top: 25px;
  }
}
.interview-question-item:nth-of-type(2) .interview-question-content {
  position: relative;
}
.interview-question-item:nth-of-type(2) .interview-question-content::after {
  content: "";
  position: absolute;
  right: -1.5rem;
  top: -6rem;
  display: block;
  width: 1.5rem;
  height: 200%;
  background: #E20A16;
}
@media screen and (min-width: 1025px) {
  .interview-question-item:nth-of-type(2) .interview-question-content::after {
    display: none;
  }
}

.interview-question-title {
  display: flex;
  align-items: baseline;
  padding-bottom: 0.5rem;
  font-size: 2rem;
  color: #E20A16;
  border-bottom: 0.3rem solid #E20A16;
}
.interview-question-title .no {
  margin-right: 1rem;
  font-weight: 700;
  font-size: 3rem;
  color: #bcbcbc;
  vertical-align: bottom;
}
@media screen and (min-width: 1025px) {
  .interview-question-title .no {
    font-size: 6rem;
    margin-right: 20px;
  }
}

@media screen and (min-width: 1025px) {
  .interview-grow {
    margin-top: 150px;
  }
}

.interview-grow-container {
  margin: auto;
  padding: 0 1.5rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 1025px) {
  .interview-grow-container {
    padding: 0;
    width: 96%;
  }
}
@media screen and (min-width: 1025px) {
  .interview-grow-container {
    margin-top: 30px;
    max-width: 1060px;
  }
}

.interview-grow-content {
  padding: 2rem 0 0;
  border: 0.5rem solid #E20A16;
}
@media screen and (min-width: 1025px) {
  .interview-grow-content {
    overflow: hidden;
    display: flex;
    padding: 0;
    border-width: 7px;
  }
}

.interview-grow-item {
  padding: 0 1rem;
}
@media screen and (min-width: 1025px) {
  .interview-grow-item {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 1025px) {
  .interview-grow-item:nth-of-type(1) {
    position: relative;
    z-index: 3;
    width: 38.8302972196%;
    padding: 0 100px 0 0;
  }
}
.interview-grow-item:nth-of-type(2) {
  margin-top: 6rem;
  position: relative;
  z-index: 2;
  padding: 4rem 1rem;
  background: #fff2f2;
}
@media screen and (min-width: 1025px) {
  .interview-grow-item:nth-of-type(2) {
    flex: 1;
    padding: 0 10px 25px;
    margin-top: 0;
  }
}
.interview-grow-item:nth-of-type(2)::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 100%;
  width: 3rem;
  height: 10.4rem;
  background: url(../img/common/half_arrow.svg) no-repeat top left/contain;
  transform: translateX(-50%);
}
@media screen and (min-width: 1025px) {
  .interview-grow-item:nth-of-type(2)::before {
    top: 50%;
    left: 0;
    bottom: auto;
    height: 100px;
    width: 30px;
    transform: translate(-50px, -50%) rotate(-90deg);
  }
}
.interview-grow-item:nth-of-type(2)::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 100%;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9rem 0 0 89.333vw;
  border-color: transparent transparent transparent #fff2f2;
}
@media screen and (min-width: 1025px) {
  .interview-grow-item:nth-of-type(2)::after {
    top: 0;
    right: auto;
    left: 0;
    bottom: auto;
    border: none;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: #fff2f2;
    transform: skewX(-8deg);
    transform-origin: top left;
  }
}

.interview-grow-item-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 12.5rem;
  height: 3.5rem;
  background: #ffffff;
  border: 0.2rem solid #E20A16;
  transform: skewX(-20deg);
  backface-visibility: hidden;
}
@media screen and (min-width: 1025px) {
  .interview-grow-item-icon {
    flex-shrink: 0;
    margin-top: 36px;
    margin-bottom: 0;
    width: 125px;
    height: 35px;
  }
}
.interview-grow-item-icon span {
  transform: skewX(20deg);
  backface-visibility: hidden;
}

.interview-grow-item-content {
  margin-top: 2rem;
}
@media screen and (min-width: 1025px) {
  .interview-grow-item-content {
    margin-top: 30px;
  }
}
.interview-grow-item-content p {
  line-height: 1.5;
}
.interview-grow-item-content p::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.interview-grow-item-content p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
.interview-grow-item:nth-of-type(1) .interview-grow-item-content {
  display: flex;
  justify-content: center;
}
.interview-grow-item:nth-of-type(1) .interview-grow-item-content p {
  flex: 1;
}
@media screen and (min-width: 1025px) {
  .interview-grow-item:nth-of-type(1) .interview-grow-item-content {
    flex-direction: column-reverse;
    height: 100%;
  }
  .interview-grow-item:nth-of-type(1) .interview-grow-item-content p {
    margin: 0 auto 20px;
    padding-left: 35px;
  }
}
.interview-grow-item:nth-of-type(2) .interview-grow-item-content p {
  margin-top: 2rem;
}
@media screen and (min-width: 1025px) {
  .interview-grow-item:nth-of-type(2) .interview-grow-item-content {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding: 0 40px;
  }
  .interview-grow-item:nth-of-type(2) .interview-grow-item-content p {
    margin-right: 30px;
    margin-top: 0;
    line-height: 1.5;
  }
  .interview-grow-item:nth-of-type(2) .interview-grow-item-content p::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
    content: "";
  }
  .interview-grow-item:nth-of-type(2) .interview-grow-item-content p::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
    content: "";
  }
}

.interview-grow-item-content-img {
  width: 195px;
  max-width: 60%;
}
@media screen and (min-width: 1025px) {
  .interview-grow-item-content-img {
    width: auto;
    max-width: none;
  }
}
.interview-grow-item:nth-of-type(1) .interview-grow-item-content-img .img {
  flex-shrink: 0;
  margin-right: 0.5rem;
}
.interview-grow-item:nth-of-type(1) .interview-grow-item-content-img .img img {
  width: 100%;
  max-width: none;
}
@media screen and (min-width: 1025px) {
  .interview-grow-item:nth-of-type(1) .interview-grow-item-content-img .img {
    width: 138px;
    margin: auto auto 0;
  }
}
.interview-grow-item:nth-of-type(2) .interview-grow-item-content-img {
  position: relative;
  margin: 3.5rem auto 0;
  width: 16.3rem;
}
@media screen and (min-width: 1025px) {
  .interview-grow-item:nth-of-type(2) .interview-grow-item-content-img {
    flex-shrink: 0;
    margin-top: 0;
    width: 160px;
  }
}
.interview-grow-item:nth-of-type(2) .interview-grow-item-content-img::after {
  content: "";
  position: absolute;
  top: -0.5rem;
  left: 2rem;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url(../img/interview/dots_bg.svg) repeat top left/1.8rem 1.8rem;
}
.interview-grow-item:nth-of-type(2) .interview-grow-item-content-img .img {
  position: relative;
  z-index: 2;
  padding-top: 116.5644171779%;
  transform: rotate(-2deg) skewY(-2deg);
  overflow: hidden;
  backface-visibility: hidden;
  transform-origin: left top;
}
@media screen and (min-width: 1025px) {
  .interview-grow-item:nth-of-type(2) .interview-grow-item-content-img .img {
    padding-top: 0;
    height: 200px;
  }
}
.interview-grow-item:nth-of-type(2) .interview-grow-item-content-img .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: none;
  height: 107.5144508671%;
  backface-visibility: hidden;
  transform: skewY(2deg) translate3d(-50%, -50%, 0);
}

.interview-dayoff {
  margin-top: 8rem;
  padding: 5rem 0 4.5rem;
  background: #F8F8F8;
}
@media screen and (min-width: 1025px) {
  .interview-dayoff {
    margin-top: 120px;
    padding: 85px 0;
  }
}

.interview-dayoff-container {
  margin: auto;
  padding: 0 1.5rem;
}
@media screen and (min-width: 1025px) {
  .interview-dayoff-container {
    padding: 0;
    width: 96%;
  }
}
@media screen and (min-width: 1025px) {
  .interview-dayoff-container {
    position: relative;
    max-width: 900px;
    padding-left: 410px;
    min-height: 245px;
  }
}

.interview-dayoff-title {
  font-weight: 700;
  font-size: 2.4rem;
}
@media screen and (min-width: 1025px) {
  .interview-dayoff-title {
    font-size: 3rem;
  }
}
.interview-dayoff-title .en {
  display: block;
  margin-top: 1rem;
  font-size: 1.5rem;
}

.interview-dayoff-img {
  margin-top: 1.5rem;
}
@media screen and (min-width: 1025px) {
  .interview-dayoff-img {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    width: 350px;
  }
}

.interview-dayoff-text {
  margin-top: 2.5rem;
  line-height: 1.65;
}
.interview-dayoff-text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.65) * 0.5em);
  content: "";
}
.interview-dayoff-text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.65) * 0.5em);
  content: "";
}

.interview-message {
  position: relative;
  margin-top: 23.5rem;
  padding-top: 18rem;
  padding-bottom: 6.5rem;
  background: #E20A16;
}
@media screen and (min-width: 1025px) {
  .interview-message {
    margin-top: 200px;
    padding: 0;
    background: transparent;
  }
}
.interview-message::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8rem 100vw 0 0;
  border-color: transparent #E20A16 transparent transparent;
}
@media screen and (min-width: 1025px) {
  .interview-message::after {
    top: 0;
    bottom: auto;
    width: 50%;
    height: 100%;
    z-index: -1;
    background: #E20A16;
    border: none;
  }
}

@media screen and (min-width: 1025px) {
  .interview-message-container {
    position: relative;
    margin: auto;
    padding-right: 300px;
    max-width: 900px;
  }
}

.interview-message-img {
  position: absolute;
  z-index: 2;
  top: -20rem;
  left: 50%;
  width: 24rem;
  transform: translateX(-50%);
}
@media screen and (min-width: 1025px) {
  .interview-message-img {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    width: 310px;
    transform: none;
  }
}

.interview-message-content {
  padding: 0 1.5rem;
  color: #ffffff;
}
@media screen and (min-width: 1025px) {
  .interview-message-content {
    position: relative;
    padding: 35px 100px 35px 0;
    background: #E20A16;
  }
  .interview-message-content::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #E20A16;
    transform: skewX(-10deg);
    transform-origin: bottom right;
  }
}

.interview-message-title {
  font-weight: 700;
  font-size: 2.4rem;
}
@media screen and (min-width: 1025px) {
  .interview-message-title {
    font-size: 3rem;
  }
}
.interview-message-title .en {
  display: block;
  margin-top: 1rem;
  font-size: 1.6rem;
}
@media screen and (min-width: 1025px) {
  .interview-message-title .en {
    font-size: 1.5rem;
  }
}

.interview-message-text {
  margin-top: 3rem;
  line-height: 1.65;
}
.interview-message-text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.65) * 0.5em);
  content: "";
}
.interview-message-text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.65) * 0.5em);
  content: "";
}

.interview-back-top {
  margin: auto;
  padding: 0 1.5rem;
  margin-top: 5rem;
}
@media screen and (min-width: 1025px) {
  .interview-back-top {
    padding: 0;
    width: 96%;
  }
}
@media screen and (min-width: 1025px) {
  .interview-back-top {
    margin-top: 65px;
    max-width: 450px;
  }
}
.interview-back-top a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 7rem;
  font-size: 2rem;
  color: #ffffff;
  background: #E20A16;
}

.interview-member {
  margin-top: 7rem;
}
@media screen and (min-width: 1025px) {
  .interview-member {
    margin: 170px auto 0;
    padding: 0 50px;
    max-width: 1280px;
  }
}

.news-content {
  margin: auto;
  padding: 0 1.5rem;
  margin: 0 auto;
  padding-top: 4rem;
}
@media screen and (min-width: 1025px) {
  .news-content {
    padding: 0;
    width: 96%;
  }
}
@media screen and (min-width: 1025px) {
  .news-content {
    padding-top: 70px;
    max-width: 960px;
  }
}

.news-articlelist-item + .news-articlelist-item {
  margin-top: 2rem;
}
@media screen and (min-width: 1025px) {
  .news-articlelist-item + .news-articlelist-item {
    margin-top: 25px;
  }
}

.news-articlelist-item-content {
  display: block;
  padding-bottom: 2rem;
  border-bottom: 1px solid #bfbfbf;
}
@media screen and (min-width: 1025px) {
  .news-articlelist-item-content {
    padding-bottom: 20px;
  }
}

.news-articlelist-item-time {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  width: 14.3rem;
  height: 3rem;
  color: #ffffff;
  background: #E20A16;
}
@media screen and (min-width: 1025px) {
  .news-articlelist-item-time {
    margin-bottom: 12px;
    width: 143px;
    height: 30px;
  }
}

.is-pdf .news-articlelist-item-title::after, .is-link .news-articlelist-item-title::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  margin-left: 1rem;
}

.news-articlelist-item-title {
  display: inline;
  font-weight: 700;
  line-height: 1.5;
}
.news-articlelist-item-title::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.news-articlelist-item-title::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
.is-link .news-articlelist-item-title::after {
  width: 2rem;
  height: 2rem;
  background: url(../img/common/link_icon.svg) no-repeat center center/contain;
}
.is-pdf .news-articlelist-item-title::after {
  width: 2.1rem;
  height: 2.4rem;
  background: url(../img/common/pdf_icon.svg) no-repeat center center/contain;
}

.news-pagenation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4rem;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .news-pagenation {
    margin-top: 70px;
  }
}

.news-pagenation-prev {
  margin-right: 2rem;
}

.news-pagenation-next {
  margin-left: 2rem;
}

.news-pagenation-pager + .news-pagenation-pager {
  margin-left: 0.5rem;
}
.news-pagenation-pager a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
}
.news-pagenation-pager.is-current a {
  color: #ffffff;
  background: #E20A16;
}

.news-article {
  margin: auto;
  padding: 0 1.5rem;
  padding-top: 4.5rem;
}
@media screen and (min-width: 1025px) {
  .news-article {
    padding: 0;
    width: 96%;
  }
}
@media screen and (min-width: 1025px) {
  .news-article {
    padding-top: 65px;
    max-width: 960px;
  }
}

.news-article-title {
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1.35;
  color: #E20A16;
}
.news-article-title::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.35) * 0.5em);
  content: "";
}
.news-article-title::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.35) * 0.5em);
  content: "";
}
@media screen and (min-width: 1025px) {
  .news-article-title {
    font-size: 3.5rem;
  }
}

.news-article-date {
  display: block;
  margin-top: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1025px) {
  .news-article-date {
    margin-top: 30px;
  }
}

.news-article-body {
  margin-top: 2.5rem;
  padding-top: 2rem;
  background: url(../img/common/border.svg) repeat-x top left/auto 0.2rem;
  letter-spacing: 0.05em;
}
.news-article-body::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.75) * 0.5em);
  content: "";
}
.news-article-body::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.75) * 0.5em);
  content: "";
}
@media screen and (min-width: 1025px) {
  .news-article-body {
    margin-top: 30px;
    padding-top: 45px;
    background-size: auto 2px;
  }
}
.news-article-body * {
  line-height: 1.75;
}
.news-article-body > * + * {
  margin-top: 0.5em;
}

.news-article-btn {
  margin: 8rem auto 0;
}
@media screen and (min-width: 1025px) {
  .news-article-btn {
    margin-top: 110px;
  }
}