@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Roboto:wght@500&display=swap');

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*! normalize.css End */

/* Document Setup
   ========================================================================== */

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
form,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

html {
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, 'Noto Sans JP', sans-serif;
  line-height: 1.7;
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  background : rgba(245, 245, 240, 0.5);
  color: #333;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

.clear:before,
.clear:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after {
  clear: both;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  border: 1px solid #333;
  border-radius: 0;
  color: #333;
  line-height: 1.7;
  padding: 10px;
  margin: 0 2px;
  max-width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #333;
  outline-offset: 2px;
  outline: 2px dotted #333;
}

select {
  border: 1px solid #333;
  color: #333;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  line-height: 1.7;
  padding: 10px;
  background: #fff;
}

select:focus {
  outline-offset: 2px;
  outline: 2px dotted #333;
}

textarea {
  width: 100%;
}

label {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 1em;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

embed,
iframe,
object,
video {
  max-width: 100%;
}

b,
strong {
  font-weight: 700;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

pre {
  white-space: pre;
  overflow-x: auto;
}

a {
  cursor: pointer;
  color: #333;
  text-underline-offset: 2px;
	text-decoration: underline solid #333;
}

a:hover,
a:focus {
  text-decoration-style: dotted;
}

button,
input[type=submit],
input[type=reset] {
  background-color: #e60014;
  border: 1px solid #e60014;
  border-radius: 0;
  cursor: pointer;
  color: #fff;
  font-weight: 700;
  font-family: -apple-system, BlinkMacSystemFont, 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  padding: 10px 20px;
  text-decoration: none;
}

button:hover,
button:active,
input[type=submit]:hover,
input[type=submit]:active,
input[type=reset]:hover,
input[type=reset]:active {
  background-color: transparent;
  color: inherit;
}

button:focus,
input[type=submit]:focus,
input[type=reset]:focus {
  outline-offset: 2px;
  outline: 2px dotted #e60014;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 700;
}

ul,
ol {
  margin: 0;
  padding-left: 30px;
}

ul {
  list-style-type: disc;
}

ul ul {
  list-style-type: circle;
}

ol {
  list-style-type: decimal;
}

ol ul {
  list-style-type: circle;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0;
  padding-left: 30px;
}

table {
  width: 100%;
  border-collapse: collapse;
}

table thead,
table tfoot {
  text-align: center;
}

table td,
table th {
  padding: 5px;
  border: 1px solid #333;
}

/* Helper Classes
   ========================================================================== */

.font-en {
  font-family: 'Roboto', sans-serif;
}

.font-glico {
  font-family: 'Meiryo UI', Meiryo, sans-serif;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

.view-pc {
  display: inline-block;
}

.view-sp {
  display: none;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

/* Header
   ========================================================================== */

.header {
  position: fixed;
  width: 100%;
  z-index: 11;
}

.header-inner {
  color: #fff;
  display: flex;
  height: 84px;
}

.header-logo,
.header-title,
.header-navigation,
.header-navigation ul,
.header-entry ul {
  display: flex;
  align-items: center;
}

.header-logo {
  background: #fff;
  height: 100%;
  width: 142px;
  position: absolute;
  top: 0;
  left: 0;
}

.header-logo a {
  padding: 11px 15px;
}

.header-title {
  background-color: #e60014;
  padding-left: 168px;
}

.header-navigation {
  background-color: #e60014;
  flex-grow: 1;
  justify-content: flex-end;
  padding-right: 42px;
}

.header-navigation-button {
  display: none;
}

.header-navigation ul {
  list-style: none;
  padding-left: 0;
}

.header-navigation ul li {
  font-feature-settings: "palt";
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 1.4px;
}

.header-navigation ul li:not(:last-child)::after {
  background: #fff;
  content: "";
  display: inline-block;
  margin-right: 29px;
  margin-left: 26px;
  height: 20px;
  width: 2px;
  vertical-align: middle;
}

.header-navigation ul li:first-child,
.header-navigation ul li .en {
  display: none;
}

.header-navigation ul li a {
  color: #fff;
  text-decoration: none;
}

.header-entry-button {
  display: none;
}

.header-entry ul {
  list-style: none;
  padding-left: 0;
  height: 100%;
  width: 291px;
}

.header-entry ul li {
  display: flex;
  align-items: stretch;
  font-size : 15px;
  font-weight : 700;
  line-height : 1.4;
  letter-spacing : 2.7px;
  height: 100%;
  width: 50%;
}

.header-entry ul li:not(:last-child) {
  border-right: 1px solid #fff;
}

.header-entry ul li.text {
  display: none;
}

.header-entry ul li a {
  background: rgba(255, 255, 255, 0.8);
  color: #e60014;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 4px;
  position: relative;
  text-decoration: none;
  width: 100%;
}

.header-entry ul li a::after {
  border-top: 6px solid black;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  right: 6px;
  bottom: 6px;
  transform: rotate(-45deg);
}

.header-entry ul li a .sp {
  display: none;
}

/* Footer
   ========================================================================== */

.footer-entry {
  background: center / cover no-repeat url("../images/common/footer_bg_pc.jpg");
  padding-top: 103px;
  padding-bottom: 108px;
}

.footer-entry-content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 1280px;
}

.footer-entry-headline {
  margin-left: 3.5%;
  margin-right: 5%;
  padding-top: 3px;
}

.footer-entry-headline h2 {
  color: #e60014;
  font-size: 56px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 7.84px;
}

.footer-entry-buttons {
  display: flex;
  list-style: none;
  padding-left: 17px;
  width: 61.640625%;
}

.footer-entry-buttons li {
  margin-left: 24px;
  padding-right: 8px;
  position: relative;
  width: 50%;
}

.footer-entry-buttons li::before {
  background: #f7f3e1;
  content: "";
  height: 110px;
  position: absolute;
  top: 8px;
  right: 0;
  max-width: 354px;
  width: 100%;
}

.footer-entry-buttons li a {
  background: #fff;
  box-shadow : 0px 0px 10px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-feature-settings: "palt";
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.4px;
  position: relative;
  height: 110px;
  max-width: 354px;
  width: 100%;
}

.footer-entry-buttons li a::after {
  border-top: 9px solid #e60014;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  right: 4px;
  bottom: 8px;
  transform: rotate(-45deg);
}

.footer-main {
  background: #e60014;
  color: #fff;
}

.footer-main-content {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  max-width: 1280px;
  padding-top: 81px;
  padding-bottom: 73px;
  padding-right: 76px;
  padding-left: 126px;
  position: relative;
}

.footer-main-mypage {
  position: absolute;
  top: 0;
  right: 76px;
}

.footer-main-mypage a {
  background: #fff;
  display:flex;
  align-items: center;
  justify-content: center;
  font-feature-settings: "palt";
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.3px;
  height: 68px;
  position: relative;
  text-decoration: none;
  width: 204px;
}

.footer-main-mypage a::before,
.footer-main-mypage a::after {
  background: center / contain no-repeat;
  content: "";
  display: inline-block;
}

.footer-main-mypage a::before {
  background-image: url("../images/common/icon_mypage.png");
  height: 30px;
  width: 23px;
  margin-right: 22px;
  margin-left: 12px;
}

.footer-main-mypage a::after {
  background-image: url("../images/common/icon_arrow_02.png");
  height: 8px;
  width: 6px;
  margin-left: 25px;
}

.footer-main-title {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.82px;
  margin-top: 25px;
  margin-left: -2px;
}

.footer-main-navigation {
  margin-left: 83px;
}

.footer-main-navigation ul {
  list-style: none;
  font-size: 13px;
  letter-spacing: 1.3px;
  padding-left: 0;
}

.footer-main-navigation ul li {
  font-feature-settings: "palt";
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.3px;
  padding-left: 28px;
  position: relative;
}

.footer-main-navigation ul li:not(:last-child) {
  margin-bottom: 14px;
}

.footer-main-navigation ul li::before {
  background: rgba(255, 255, 255, 0.5);
  content: "";
  height: 1px;
  width: 16px;
  position: absolute;
  bottom: 6px;
  left: 2px;
}

.footer-main-navigation ul li a {
  color: #fff;
  text-decoration: none;
}

.foote-main-copyright {
  align-self: flex-end;
  font-feature-settings: "palt";
  font-size: 10px;
  letter-spacing: 1.2px;
  margin-left: auto;
  margin-bottom: 3px;
}

/* Home page
   ========================================================================== */

.home {
  background-color: #fff;
}

.home .kv {
  margin-bottom: 143px;
  position: relative;
}

.home .kv .splash-svg .sp {
  display: none;
}

.home .kv .splash {
  background: #fdfdfd;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 100;
}

.home .kv .splash-svg {
  height: 170px;
  width: 713px;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  padding-left: 16px;
  z-index: 101;
}

.home .kv.fade-out-down .splash-svg {
  top: calc(100% + 20px);
  transform: scale(1.1, 1.1);
  z-index: 2;
  opacity: 0;
  transition: opacity 1s ease .3s;
}

.home .kv .splash-svg .st0 {
  opacity: 0;
  transition : opacity 2s;
}

.home .kv .splash-svg .st0.active {
  opacity: 1;
}

.home .kv .splash-svg .cls-1 {
  fill: #e60014;
}

.home .kv-swiper img {
  width: 100%;
}

.home .kv-menus {
  list-style: none;
  padding-left: 0;
  position: absolute;
  top: 104px;
  right: 19px;
  z-index: 2;
}

.home .kv-menus li:not(:last-child) {
  margin-bottom: 12px;
}

.home .kv-menus li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  padding-left: 4px;
  height: 136px;
  width: 136px;
  text-decoration: none;
}

.home .kv-menus li.kv-menu-news a {
  background: #e60014;
  color: #fff;
  letter-spacing: 2.88px;
}

.home .kv-menus li.kv-menu-mypage a {
  background: #fff;
  border: 1px solid #e60014;
  color: #e60014;
  letter-spacing: 1.44px;
}

.home .maincopy-content {
  display: flex;
  justify-content: space-between;
}

.home .maincopy-content:nth-of-type(odd) {
  flex-direction : row-reverse;
  margin-bottom: 82px;
}

.home .maincopy-content:nth-of-type(even) {
  margin-bottom: 94px;
}

.home .maincopy-content:nth-of-type(odd) .maincopy-image {
  margin-right: 6.796875%;
  width: 45%;
}

.home .maincopy-content:nth-of-type(even) .maincopy-image {
  margin-left: 9.453125%;
  width: 49.453125%;
}

.home .maincopy-image::after {
  background: #e60014;
  content: "";
  display: block;
  height: 20px;
  width: 147px;
  margin-top: -8px;
}

.home .maincopy-content:nth-of-type(even) .maincopy-image::after {
  margin-left: auto;
}

.home .maincopy-text {
  flex-grow: 1;
  flex-basis: 0;
}

.home .maincopy-content:nth-of-type(odd) .maincopy-text {
  margin-top: 68px;
  padding-right: 20px;
}

.home .maincopy-content:nth-of-type(even) .maincopy-text {
  display: flex;
  -webkit-align-content: flex-end;
  align-content: flex-end;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: 5px;
  padding-left: 20px;
}

.home .maincopy-text p {
  font-feature-settings: "palt";
  line-height : 2.13;
  letter-spacing : 1.92px;
}

.home .maincopy-text p:not(:last-of-type) {
  margin-bottom: 2.1em;
}

.home .maincopy-text p .font-size-xl {
  font-size: 1.125em;
}

.home .maincopy-button {
  display: none;
}

.home .news {
  margin-bottom: 127px;
  padding-bottom: 86px;
  position: relative;
}

.home .news::before {
  background: rgba(245, 245, 240, 0.5);
  content: "";
  height: 100%;
  width: 77.1875%;
  position: absolute;
  z-index: -1;
}

.home .news-content {
  margin-right: auto;
  margin-left: auto;
  max-width: 832px;
  width: calc(100% - 30px);
}

.home .news-headline {
  padding-top: 71px;
  margin-bottom: 27px;
}

.home .news-headline h2 {
  color: #e60014;
  font-size: 63px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 8.82px;
  margin-left: 45.6%;
  margin-bottom: 3px;
}

.home .news-headline h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 3.2px;
}

.home .news-iframe {
  border: 0;
  max-width: 832px;
  width: 100%;
}

.home .news-list {
  list-style: none;
  padding-left: 0;
}

.home .news-list li {
  border-top: 1px solid #e4e4e4;
}

.home .news-list li:last-child {
  border-bottom: 1px solid #e4e4e4;
}

.home .news-list li a {
  background: #fff;
  display: flex;
  font-feature-settings: "palt";
  font-size: 14px;
  line-height: 2.28;
  letter-spacing: 1.68px;
  padding: 15px 42px 14px 21px;
  position: relative;
  text-decoration: none;
}

.home .news-list li a::after {
  border-top: 1px solid #e60014;
  border-right: 1px solid #e60014;
  content: "";
  height: 6px;
  width: 6px;
  margin-top: -3px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: rotate(45deg);
}

.home .news-list li time {
  color: #e60014;
  font-size: 0.857em;
  font-weight: 300;
  letter-spacing : 2.64px;
  margin-top: 7px;
  width: 154px;
}

.home .news-list li .news-title {
  flex-grow: 1;
  flex-basis: 0;
}

.home .company {
  margin-bottom: 146px;
}

.home .company-content {
  display: flex;
}

.home .company-image {
  width: 47.8125%;
}

.home .company-text {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: baseline;
  justify-content: center;
  padding: 34px 10.546875% 0 10.78125%;
  width: 52.1875%;
}

.home .company-text p {
  font-feature-settings: "palt";
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 1.92px;
  margin-bottom: 2em;
}

.home .people {
  margin-bottom: 169px;
}

.home .people-content {
  display: flex;
  flex-direction: row-reverse;
}

.home .people-headline .headline-2::after {
  margin-bottom: 20px;
}

.home .people-headline .headline-3 {
  margin-bottom: 24px;
}

.home .people-image {
  width: 47.8125%;
}

.home .people-text {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: baseline;
  padding: 28px 8.90625% 0 11.71875%;
  width: 52.1875%;
}

.home .people-text p {
  font-feature-settings: "palt";
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 1.92px;
  margin-bottom: 2.9em;
}

.home .challenge {
  margin-bottom: 50px;
}

.home .challenge-content {
  display: flex;
}

.home .challenge-image {
  width: 47.8125%;
}

.home .challenge-text {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: baseline;
  justify-content: center;
  padding: 5px 10.546875% 0 10.78125%;
  width: 52.1875%;
}

.home .challenge-text p {
  font-feature-settings: "palt";
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 1.92px;
  margin-bottom: 2em;
}

.home .gallery {
  padding-top: 125px;
  padding-bottom: 96px;
}

.home .gallery-headline {
  padding-right: 8.75%;
  text-align: right
}

.home .gallery-swiper {
  margin-top: -15px;
}

.home .gallery-swiper .swiper-slide {
  display: flex;
  align-items: center;
  transition: width .9s ease,height .9s ease;
  padding-top: 29px;
  height: 360px;
  width: 22.65625% !important;
}

.home .gallery-swiper .swiper-slide.swiper-slide-active {
  padding-top: 0;
  width: 44.0625% !important;
}

.home .gallery-swiper .swiper-slide.swiper-slide-active span {
  padding-right: 24px;
}

.home .gallery-swiper .swiper-slide img {
  width: 100%;
}

.home .gallery-swiper .swiper-pagination {
  bottom: inherit;
  left: inherit;
  top: 10px;
  right: 0;
  text-align: left;
  width: 32.5%;
}

.home .gallery-swiper .swiper-pagination-bullet {
  background: none;
  border-radius: 0;
  color: #b5b5b5;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 5.1px;
  height: auto;
  width: auto;
  opacity: 0.49;
}

.home .gallery-swiper .swiper-pagination-bullet-active {
  color: #e60014;
  opacity: 1;
}

.home .gallery-button {
  margin-top: -36px;
  padding-right: 78px;
  position: relative;
  text-align: right;
  z-index: 1;
}

/* Content Classes ----------------------- */

.home .content-inner {
  margin-right: auto;
  margin-left: auto;
  max-width: 1280px;
}

/* Headline Classes ---------------------- */

.home .headline-2 {
  color: #e60014;
  font-feature-settings: "palt";
  font-size : 63px;
  font-weight: 500;
  line-height : 1;
  letter-spacing : 8.82px;
  margin-bottom: 30px;
}

.home .headline-3 {
  font-feature-settings: "palt";
  font-size: 28px;
  line-height: 1.36;
  letter-spacing: 2.8px;
  margin-bottom: 24px;
}

/* Button Classes ------------------------ */

.home .button-default {
  background: #e60014;
  border-radius: 60px;
  color: #fff;
  display: inline-block;
  font-feature-settings: "palt";
  font-size: 15px;
  font-weight: 700;
  line-height: 1.86;
  letter-spacing: 1.8px;
  min-width: 250px;
  padding: 16px 50px 16px 34px;
  position: relative;
  text-align: center;
  text-decoration: none;
}

.home .button-default::after {
  background:  right center / contain no-repeat url("../images/common/icon_arrow_01.png");
  content: "";
  height: 16px;
  width: 10px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  right: 25px;
}

/* Subpage common class
   ========================================================================== */

.section-inner {
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
  padding: 100px 0;
}

.section-inner.medium {
  max-width: 800px;
} 

/* Header Classes ------------------------ */

.subpage-header {
  display: flex;
  flex-direction: row-reverse;
  margin-right: auto;
  margin-left: auto;
  max-width: 1280px;
  padding-top: 84px;
}

.subpage-header-headline {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  padding-left: 10%;
  padding-bottom: 44px;
  text-align: left;
  width: 51.640625%;
}

.subpage-header-headline h1 .en {
  color: #e60014;
  display: block;
  font-size: 85px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 6.8px;
}

.subpage-header-headline h1 .ja {
  display: block;
  font-size: 28px;
  line-height: 1.3;
  letter-spacing: 2.8px;
  margin-top: 40px;
  margin-bottom: 29px;
}

.subpage-header-kv {
  width: 48.359375%;
}

/* Content Classes ----------------------- */

.subpage-header + .subpage-content {
  padding-bottom: 110px;
  position: relative;
  top: -37px;
}

/* Banner Classes ------------------------ */

.subpage-banner {
  margin-top: 114px;
  margin-right: auto;
  margin-left: auto;
  max-width: 700px;
  width: calc(100% - 30px);
}

.subpage-banner-item:not(:last-child) {
  margin-bottom: 29px;
}

.subpage-banner-item a {
  display: block;
  position: relative;
}

.subpage-banner-item a::after {
  border-top: 9px solid white;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  right: 12px;
  bottom: 11px;
  transform: rotate(-45deg);
}

.subpage-banner-item.banner-withglico a {
  background: #e60014;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 3.6px;
  text-decoration: none;
}

.subpage-banner-item .banner-withglico-image {
  width: 34.714285714%;
}

.subpage-banner-item .banner-withglico-text {
  flex-grow: 1;
  display: block;
  padding-right: 28px;
  text-align: center;
}

.subpage-banner-item.banner-withglico p {
  font-feature-settings: "palt";
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 1.4px;
  margin-top: 17px;
  margin-left: 1em;
  text-align: center;
}

/* Spirit page
   ========================================================================== */

.spirit .spirit-navigation {
  background: #fff;
  border: 1.7px solid #e60014;
  border-radius: 16.64px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
  width: calc(100% - 30px);
}

.spirit .spirit-navigation ul {
  display: flex;
  list-style: none;
  padding-left: 0;
}

.spirit .spirit-navigation ul li {
  font-feature-settings: "palt";
  font-size: 18px;
  font-weight: 700;
  line-height: 1.57;
  letter-spacing: 2.16px;
  text-align: center;
}

.spirit .spirit-navigation ul li:nth-child(1) {
  border-right: 1px solid #e60014;
  width: 31.5%;
}

.spirit .spirit-navigation ul li:nth-child(2) {
  border-right: 1px solid #e60014;
  width: 33.7%;
}

.spirit .spirit-navigation ul li:nth-child(3) {
  width: 34.8%;
}

.spirit .spirit-navigation ul li a {
  color: #e60014;
  display: block;
  padding: 25px 10px;
  text-decoration: none;
}

.spirit .spirit-navigation ul li a::after {
  border-right: 2px solid #e60014;
  border-bottom: 2px solid #e60014;
  content: "";
  display: inline-block;
  margin-left: 18px;
  margin-right: 5px;
  margin-bottom: 2px;
  height: 11px;
  width: 11px;
  transform: rotate(45deg);
}

.spirit section h2 {
  color: #e60014;
  font-feature-settings: "palt";
  font-size: 36px;
  line-height: 1.18;
  letter-spacing: 2.88px;
  margin-bottom: 88px;
  text-align: center;
}

.spirit section h2::after {
  background: #e60014;
  content: "";
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-top: 16px;
  height: 3px;
  width: 54px;
}

.spirit .vision-content {
  padding-top: 50px;
  width: calc(100% - 40px);
}

.spirit .vision-content > h2 {
  margin-bottom: 50px;
}

.spirit .vision-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 67px;
}

.spirit .vision-top-panel {
  display: grid;
  grid-template-columns: auto;
  align-content: center;
  justify-content: center;
  font-feature-settings: "palt";
  height: 288px;
  padding: 20px;
  position: relative;
  background: #fff;
}

.spirit .vision-top-panel:nth-child(1) {
  width: 37.6%;
}

.spirit .vision-top-panel:nth-child(2) {
  width: 60.6%;
}

.spirit .vision-top-panel::after {
  background-color: rgba(0, 0, 0, 0.05);
  filter: blur(10px);
  mix-blend-mode: multiply;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.spirit .vision-top-title {
  color: #e60014;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.92px;
}

.spirit .vision-top-title::after {
  background: #e60014;
  content: "";
  display: block;
  margin-top: 12px;
  margin-bottom: 22px;
  height: 1px;
  width: 41px;
}

.spirit .vision-top-text {
  font-weight: 700;
}

.spirit .vision-top-panel:nth-child(1) .vision-top-text {
  font-size: 29px;
  line-height: 1.64;
  letter-spacing: 3.48px;
  padding-bottom: 6px;
}

.spirit .vision-top-panel:nth-child(2) .vision-top-text {
  font-size: 20px;
  line-height: 1.68;
  letter-spacing: 2.4px;
}

.spirit .vision-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.spirit .vision-flex:not(:last-child) {
  margin-bottom: 67px;
}

.spirit .vision-flex:nth-child(even) {
  flex-direction: row-reverse;
}

.spirit .vision-flex-image {
  text-align: center;
  width: 48%;
}

.spirit .vision-flex-text {
  font-feature-settings: "palt";
  width: 46%;
}

.spirit .vision-flex:nth-child(odd) .vision-flex-text {
  padding-left: 5.9%;
}

.spirit .vision-flex:nth-child(even) .vision-flex-text {
  padding-right: 5.9%;
}

.spirit .vision-flex-text h3 {
  font-size : 24px;
  line-height: 1.74;
  letter-spacing: 2.88px;
  margin-bottom: 1em;
}

.spirit .vision-flex:nth-of-type(n + 4) .vision-flex-text h3 {
  margin-bottom: 9px;
}

.spirit .vision-flex:nth-of-type(4) .vision-flex-text h3 {
  margin-top: -16px;
}

.spirit .vision-flex:nth-of-type(5) .vision-flex-text h3 {
  margin-top: 12px;
}

.spirit .vision-flex:nth-of-type(6) .vision-flex-text h3 {
  margin-top: -36px;
}

.spirit .vision-flex-text p {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 1.12px;
  margin-bottom: .5em;
}

.spirit .spirit-content {
  padding-top: 104px;
  padding-bottom: 50px;
  width: calc(100% - 40px);
}

.spirit .spirit-content h2 {
  margin-bottom: 80px;
}

.spirit .spirit-content h3 {
  font-feature-settings: "palt";
  font-size: 28px;
  line-height: 1.3;
  letter-spacing: 3.36px;
}

.spirit .spirit-content p {
  font-feature-settings: "palt";
  line-height: 2;
}

.spirit .spirit-principles {
  margin-bottom: 80px;
}

.spirit .spirit-principles h3 {
  margin-bottom: 14px;
}

.spirit .spirit-principles p {
  font-size: 14px;
  letter-spacing: 0.56px;
  margin-bottom: 27px;
}

.spirit .spirit-grid {
  display: grid;
  grid-template-columns: 50% 8% 42%;
}

.spirit .spirit-grid-text {
  grid-column-start: 1;
  grid-row-start: 1;
  padding-top: 46px;
}

.spirit .spirit-grid-text h3 {
  margin-bottom: 25px;
}

.spirit .spirit-grid-text p {
  font-size: 16px;
  letter-spacing: 0.96px;
}

.spirit .spirit-grid-image {
  grid-column-start: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}

.spirit .spirit-grid-founder {
  grid-column-start: 1;
  grid-row-start: 2;
  grid-row-end: 3;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 2.8px;
  padding-top: 5px;
  text-align: right;
}

.spirit .spirit-grid-founder .font-size-xs {
  font-size: 0.65em;
  letter-spacing: 1.56px;
  margin-right: 1.5em;
}

.spirit .recruiter-content {
  margin-right: auto;
  margin-left: auto;
  max-width: 1280px;
  padding-top: 81px;
}

.spirit .recruiter-content h2 {
  margin-bottom: 78px;
}

.spirit .recruiter-intro {
  font-feature-settings: "palt";
  display: grid;
  grid-template-columns: 54.131534569% 45.86846543%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1186px;
  width: calc(100% - 40px);
}

.spirit .recruiter-intro h3 {
  grid-column-start: 1;
  grid-row-start: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 4.8px;
  margin-top: -21px;
  margin-bottom: -36px;
  padding-left: 17px;
}

.spirit .recruiter-intro-image {
  grid-column-start: 2;
  grid-row-start: 1;
  grid-row-end: 3;
}

.spirit .recruiter-intro-name {
  grid-column-start: 1;
  grid-row-start: 2;
  grid-row-end: 3;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: flex-end;
  font-size : 18px;
  font-weight: 700;
  line-height : 1.4;
  letter-spacing : 1.8px;
  padding-right: 14.4%;
}

.spirit .recruiter-message {
  background: #fff;
  max-width: 798px;
  position: relative;
}

.spirit .recruiter-message:not(:last-child) {
  margin-bottom: 26px;
}

.spirit .recruiter-message:nth-child(odd) {
  margin-left: 14.15%;
}

.spirit .recruiter-message:nth-child(even) {
  margin-right: 14.9%;
  margin-left: auto;
}

.spirit .recruiter-content .recruiter-message:nth-child(3) {
  margin-top: -47px;
}

.spirit .recruiter-message::before {
  background: #e60014;
  content: "";
  height: 162px;
  width: 6px;
  position: absolute;
}

.spirit .recruiter-message-inner {
  font-feature-settings: "palt";
  padding: 66px 83px 89px 116px;
}

.spirit .recruiter-message-inner h4 {
  font-size: 24px;
  line-height: 1.74;
  letter-spacing: 2.88px;
  margin-bottom: 12px;
}

.spirit .recruiter-message-inner p {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.56px;
}

/* Privacy Policy page
   ========================================================================== */

.privacy .subpage-header {
  display: block;
}

.privacy .subpage-header-headline {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
  padding-top: 100px;
  padding-bottom: 64px;
  padding-left: 0;
  width: calc(100% - 60px);
}

.privacy .subpage-header-headline h1 .ja {
  margin-top: 27px;
}

.privacy .subpage-header + .subpage-content {
  padding-bottom: 0;
  top: inherit;
}

.privacy section {
  margin-right: auto;
  margin-left: auto;
  max-width: 1060px;
}

.privacy section:not(:first-child)::before {
  border-top: 1px solid #e60014;
  content: "";
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 47px;
  width: calc(100% - 60px);
}

.privacy section .content-inner {
  margin-right: auto;
  margin-left: auto;
  word-break: break-word;
  width: calc(100% - 60px);
}

.privacy section:first-child .content-inner {
  padding-bottom: 104px;
}

.privacy section h2 {
  color: #e60014;
  font-feature-settings: "palt";
  font-size: 22px;
  line-height: 1.54;
  letter-spacing: 1.32px;
  margin-bottom: 20px;
}

.privacy section h3 {
  font-feature-settings: "palt";
  font-size: 16px;
  letter-spacing: 1.6px;
  margin-bottom: 12px;
}

.privacy section h4 {
  font-feature-settings: "palt";
  font-size: 16px;
  line-height: 1.59;
  letter-spacing : 1.6px;
  margin-bottom: 8px;
}

.privacy section p {
  font-feature-settings: "palt";
  font-size: 16px;
  line-height: 1.97;
  letter-spacing: 1.6px;
  margin-bottom: 26px;
}

.privacy section ol,
.privacy section ul {
  list-style: none;
  margin-bottom: 23px;
  padding-left: 18px;
}

.privacy section * li {
  font-feature-settings: "palt";
  font-size: 16px;
  line-height: 1.97;
  letter-spacing: 1.6px;
}

.privacy section ol li {
  margin-left: 2em;
  text-indent: -2em;
}

.privacy section a {
  color: #e60014;
  text-decoration: underline;
}

.privacy .privacy-panel {
  border-left: 7px solid #e60014;
  margin-top: 39px;
  margin-bottom: 64px;
  margin-left: 2px;
  max-width: 720px;
  padding: 20px 0 25px;
}

.privacy .privacy-panel-inner {
  margin-right: auto;
  margin-left: auto;
  max-width: 548px;
}

.privacy .privacy-panel-inner h3 {
  color: #e60014;
  font-size: 18px;
  letter-spacing: 1.08px;
  margin-bottom: 7px;
}

.privacy .privacy-panel-inner p {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 1.4px;
  margin-bottom: 0;
}

.privacy .privacy-mb-large {
  margin-bottom: 50px ;
}

.privacy .privacy-mb-medium {
  margin-bottom: 40px;
}

.privacy .privacy-button {
  background: #fff;
  border: 1px solid #e60014;
  border-radius: 10px;
  color: inherit;
  display: block;
  font-feature-settings: "palt";
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.96px;
  max-width: 534px;
  padding: 20px 80px 25px 39px;
  position: relative;
}

.privacy .privacy-button::after {
  border-right: 1px solid #e60014;
  border-bottom: 1px solid #e60014;
  content: "";
  height: 12px;
  width: 12px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  right: 38px;
  transform: rotate(45deg);
}

.privacy section[lang="en"] .content-inner {
  padding-bottom: 90px;
  word-break: break-all;
}

.privacy section[lang="en"] .privacy-panel {
  margin-top: 54px;
  margin-bottom: 58px;
}

.privacy section[lang="en"] .privacy-mb-large {
  margin-bottom: 38px;
}

.privacy section[lang="en"] .privacy-mb-medium {
  margin-bottom: 30px;
}

.privacy #ja-privacy .content-inner {
  padding-bottom: 70px;
}

.privacy .ja-privacy-title {
  font-feature-settings: "palt";
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.8px;
  margin-top: 78px;
  margin-bottom: 57px;
}

.privacy #ja-privacy .privacy-panel {
  margin-top: 56px;
  margin-bottom: 90px;
}

.privacy .ja-privacy-indent {
  margin-left: 20px;
  margin-bottom: 50px;
}

.privacy .ja-privacy-indent .ja-privacy-indent {
  margin-bottom: 28px;
}

.privacy .ja-privacy-indent p {
  margin-bottom: 10px;
}

.privacy .ja-privacy-indent ol {
  padding-left: 0;
}

.privacy .ja-privacy-indent ol ol {
  margin-left: -1.5em;
}

.privacy .ja-privacy-indent ol ol li {
  margin-left: 1.5em;
  text-indent: -1.5em;
}

.privacy .ja-privacy-indent .font-size-xs {
  font-size: 14px;
  line-height: 1.82;
  letter-spacing: 1.4px;
}

/* Interview page
   ========================================================================== */

.interview .subpage-header-headline {
  padding-left: 1.9%;
  padding-bottom: 82px;
}

.interview .subpage-header-headline h1 .ja {
  font-feature-settings: "palt";
  margin-top: 20px;
}

.interview .subpage-header + .subpage-content {
  margin-bottom: -69px;
  padding-bottom: 0;
  top: -69px;
}

.interview .interview-intro {
  background-color: #fff;
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
  width: calc(100% - 20px);
  position: relative;
}

.interview .interview-intro::before {
  background-color: rgba(0, 0, 0, 0.05);
  filter: blur(10px);
  mix-blend-mode: multiply;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.interview .interview-intro > h2,
.interview .interview-intro > p {
  margin-right: auto;
  margin-left: auto;
  max-width: 900px;
  width: calc(100% - 60px);
}

.interview .interview-intro > h2{
  color: #e60014;
  font-size: 27px;
  letter-spacing: 3.24px;
  line-height: 1.26;
  margin-bottom: 28px;
  padding-top: 40px;
  text-align: center;
}

.interview .interview-intro > p {
  letter-spacing: 0.64px;
  text-align: center;
}

.interview .interbiew-approach {
  padding-top: 40px;
  padding-bottom: 50px;
}

.interview .interbiew-approach > h3 {
  font-size: 19px;
  line-height: 1.39;
  letter-spacing: 2.28px;
  margin-bottom: 21px;
  padding-left: 28px;
  text-align: center;
}

.interview .interview-flow {
  position: relative;
}

.interview .interview-flow a {
  display: block;
  height: 0;
  overflow: hidden;
  position: absolute;
}

.interview .interview-flow a:not([href^="#back-office"]) {
  border-radius: 33px;
  padding-top: 22.8%;
  width: 6.6%;
  top: 0;
}

.interview .interview-flow a[href^="#marketing"] {
  left: 21.1%;
}

.interview .interview-flow a[href^="#applied-research"] {
  left: 32%;
}

.interview .interview-flow a[href^="#technology-development"] {
  left: 43%;
}

.interview .interview-flow a[href^="#manufacturing"] {
  left: 53.8%;
}

.interview .interview-flow a[href^="#sales"] {
  left: 64.8%;
}

.interview .interview-flow a[href^="#sales"] {
  left: 64.8%;
}

.interview .interview-flow a[href^="#logistics"] {
  left: 75.7%;
}

.interview .interview-flow a[href^="#back-office"] {
  padding-top: 8.9%;
  width: 59.8%;
  left: 21.9%;
  bottom: 8%;
}

.interview .interview-navigation {
  margin-top: 63px;
  margin-bottom: 75px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
  width: calc(100% - 20px);
}

.interview .interview-navigation ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding-left: 0;
}

.interview .interview-navigation ul li {
  border-left: 1px solid #a7a7a7;
  display: flex;
}

.interview .interview-navigation ul li:last-child {
  border-right: 1px solid #a7a7a7;
}

.interview .interview-navigation ul li:nth-child(1),
.interview .interview-navigation ul li:nth-child(6),
.interview .interview-navigation ul li:nth-child(7) {
  flex-grow: 1.4;
}

.interview .interview-navigation ul li:nth-child(2) {
  flex-grow: 1.4;
}

.interview .interview-navigation ul li:nth-child(4) {
  flex-grow: 1.4;
}

.interview .interview-navigation ul li:nth-child(3),
.interview .interview-navigation ul li:nth-child(5) {
  flex-grow: 1.4;
}

.interview .interview-navigation ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-feature-settings: "palt";
  font-size: 14px;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing : 1.68px;
  padding-top: 3px;
  padding-bottom: 30px;
  position: relative;
  height: 100%;
  width: 100%;
  text-align: center;
  text-decoration: none;
}

.interview .interview-navigation ul li a::after {
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  content: "";
  display: inline-block;
  height: 5px;
  width: 5px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 14px;
  transform: rotate(45deg);
}

.interview .interview-navigation ul li a[href^="#marketing"],
.interview #marketing .interview-header h2 {
  color: #e60014;
}

.interview .interview-navigation ul li a[href^="#applied-research"],
.interview #applied-research .interview-header h2 {
  color: #ff7100;
}

.interview .interview-navigation ul li a[href^="#technology-development"],
.interview #technology-development .interview-header h2 {
  color: #40ae36;
}

.interview .interview-navigation ul li a[href^="#manufacturing"],
.interview #manufacturing .interview-header h2 {
  color: #00adeb;
}

.interview .interview-navigation ul li a[href^="#sales"],
.interview #sales .interview-header h2 {
  color: #192a80;
}

.interview .interview-navigation ul li a[href^="#logistics"],
.interview #logistics .interview-header h2 {
  color: #9d4a97;
}

.interview .interview-navigation ul li a[href^="#back-office"],
.interview #back-office .interview-header h2 {
  color: #bd6900;
}

.interview .interview-inner {
  background: #fff;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 38px 55px 26px;
  position: relative;
}

.interview .interview-header {
  margin-bottom: 32px;
}

.interview .interview-header h2 {
  font-feature-settings: "palt";
  font-size: 25px;
  font-weight: 700;
  line-height: 1.36;
  letter-spacing: 3px;
  margin-bottom: 22px;
}

.interview .interview-header p {
  font-feature-settings: "palt";
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.96px;
}

.interview .interview-header a {
  color: #e60014;
  text-decoration-color: #e60014;
}

.interview .interview-articles {
  display: flex;
  flex-wrap: wrap;
  margin: -9px -9px 38px;
}

.interview .interview-article {
  padding: 9px;
  position: relative;
  width: 302px;
  z-index: 1;
}

.interview .interview-article::before {
  background-color: rgba(51, 51, 51, 0.15);
  filter: blur(10px);
  mix-blend-mode: multiply;
  content: "";
  display: block;
  height: calc(100% - 18px);
  width: calc(100% - 18px);
  position: absolute;
  top: 9px;
  left: 9px;
  z-index: -1;
}

.interview .interview-article a {
  background: #fff;
  display: block;
  text-decoration: none;
  position: relative;
  height: 100%;
  z-index: 1;
}

.interview .interview-article a::before,
.interview .interview-article a::after {
  content: "";
  position: absolute;
}

.interview .interview-article a::before {
  background: #e60014;
  border-radius: 67px 0 0 0;
  height: 67px;
  width: 67px;
  right: 0;
  bottom: 0;
}

.interview .interview-article a::after {
  background: right bottom / contain no-repeat url("../images/common/icon_arrow_01.png");
  content: "";
  height: 20px;
  width: 10px;
  right: 19px;
  bottom: 19px;
}

.interview #applied-research .interview-article a::before {
  background: #ff7100;
}

.interview #technology-development .interview-article a::before {
  background: #40ae36;
}

.interview #manufacturing .interview-article a::before {
  background: #00adeb;
}

.interview #sales .interview-article a::before {
  background: #192a80;
}

.interview #logistics .interview-article a::before {
  background: #9d4a97;
}

.interview #back-office .interview-article a::before {
  background: #bd6900;
}

.interview .interview-article-text {
  padding: 20px 61px 20px 25px;
}

.interview .interview-article-text .name {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: 2.94px;
  margin-bottom: 10px;
}

.interview .interview-article-text .occupation,
.interview .interview-article-text .join {
  font-size: 13px;
  letter-spacing: 1.82px;
}

.interview .interview-subpage-banner {
  background: #fff;
  margin-top: 110px;
  padding-top: 62px;
  padding-bottom: 62px;
}

.interview .interview-subpage-banner .subpage-banner {
  margin-top: 0;
}

/* Interview detail page
   ========================================================================== */
   
.interview-detail .subpage-header{
  padding-bottom: 93px;
  width: 100%;
  display: block;
}

.interview-detail .subpage-header-title{
  position: relative;
}

.interview-detail .subpage-header-title h1{
  position: absolute;
  top: 43px;
  left: 100px;
  line-height: 0.8;
}

.interview-detail .subpage-header-title h1 .en{
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #e60014;
  display: block;
}

.interview-detail .subpage-header-title h1 .ja{
  position: relative;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 2.7;
  color: #333333;
  display: block;
}

.interview-detail .subpage-header-title h1 .ja::after{
  background: #e60014;
  content: "";
  height: 1px;
  width: 56px;
  position: absolute;
  top: 48px;
  left: 0;
}

.interview-detail .subpage-header + .subpage-content {
  padding-bottom: 110px;
  top: inherit;
}

.interview-detail .subpage-header-content{
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}

.interview-detail .subpage-header-kv{
  width: 57.8125%;
  overflow: hidden;
  position: relative;
}

.interview-detail .subpage-header-kv .subpage-header-text{
  font-feature-settings: "palt";
  position: relative;
  width: 100%;
}

.interview-detail .subpage-header-kv .subpage-header-text p{
  position: absolute;
  bottom: -31px;
  left: 0;
  font-size: 25.82px;
  letter-spacing: 3.4px;
  color: #fff;
  font-weight: 700;
  width: 100%;
}

.interview-detail .subpage-header-kv .subpage-header-text p span{
  background: #e60014;
  padding: 10px 20px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.interview-detail .subpage-header-headline{
  width: 42.1875%;
  align-content: flex-start;
  justify-content: flex-start;
  padding-top: 3%;
  padding-left: 8%;
}

.interview-detail .subpage-header-headline-sp{
  display: none;
}

.interview-detail .subpage-profile{
  padding-top: 153px;
  padding-left: 12%;
  width: 80%;
}

.interview-detail .subpage-profile-belongs{
  font-size: 16px;
  letter-spacing: 0.6px;
  color: #e60014;
  font-weight: 500;
}

.interview-detail .subpage-profile-name{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}

.interview-detail .subpage-profile-name p:first-child{
  font-size: 36px;
  letter-spacing: 5.4px;
  line-height: 1.1;
  color: #333333;
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 12px;
}

.interview-detail .subpage-profile-name p:last-child{
  font-size: 12px;
  letter-spacing: 0.6px;
  font-weight: 500;
}

.interview-detail .subpage-profile-name::after{
  background: #e60014;
  content: "";
  height: 1px;
  width: 162px;
  position: absolute;
  bottom: -16px;
  left: 0;
}

.interview-detail .subpage-profile-text{
  padding-top: 40px;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1.86;
  font-feature-settings: "palt";
  font-weight: 500;
}

.interview-detail .subpage-content{
  width: calc(100% - 40px);
  margin: 0 auto;
}

.interview-detail .explanation{
  max-width: 974px;
  margin: 0 auto 100px;
  position: relative;
}

.interview-detail .explanation::before{
  background: #e60014;
  content: "";
  height: 100%;
  width: 8px;
  position: absolute;
}

.interview-detail .explanation-inner{
  padding: 16px 59px 27px 59px;
}

.interview-detail .explanation-inner h2{
  font-feature-settings: "palt";
  font-size: 22px;
  letter-spacing: 1.9px;
  color: #e60014;
}

.interview-detail .explanation-inner p{
  padding-top: 14px;
  font-feature-settings: "palt";
  font-size: 14px;
  letter-spacing: 1.49px;
  line-height: 2.11;
}

.interview-detail .interview-detail-container{
  max-width: 974px;
  margin: 0 auto;
}

.interview-detail .interview-detail-content{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-bottom: 85px;
}

.interview-detail .interview-detail-image{
  width: 47.3684%;
}

.interview-detail .interview-detail-text{
  width: 45.2456%;
}

.interview-detail .interview-detail-container.first .interview-detail-content:nth-of-type(odd) .interview-detail-image{
  margin-right: 7.386%;
}

.interview-detail .interview-detail-container.first .interview-detail-content:nth-of-type(even){
  flex-direction: row-reverse;
}

.interview-detail .interview-detail-container.first .interview-detail-content:nth-of-type(even) .interview-detail-image{
  margin-left: 7.386%;
}

.interview-detail .interview-detail-container.second .interview-detail-content:nth-of-type(odd){
  flex-direction: row-reverse;
}

.interview-detail .interview-detail-container.second .interview-detail-content:nth-of-type(odd) .interview-detail-image{
  margin-left: 7.386%;
}

.interview-detail .interview-detail-container.second .interview-detail-content:nth-of-type(even) .interview-detail-image{
  margin-right: 7.386%;
}

.interview-detail .interview-detail-faq{
  display: flex;
  align-items: flex-start;
}

.interview-detail .interview-detail-faq:first-child{
  padding-bottom: 60px;
}


.interview-detail .interview-detail-container:last-child .interview-detail-faq:first-child{
  padding-bottom: 55px;
}

.interview-detail .interview-detail-faq .faq-detail{
  padding-left: 8px;
  padding-right: 12px;
}

.interview-detail .interview-detail-faq .faq-detail h2 {
  font-size: 20px;
  letter-spacing: 1.5px;
  line-height: 1.54;
  font-weight: 700;
  margin-bottom: 5px;
}

.interview-detail .interview-detail-faq .faq-detail p:not(:last-of-type) {
  margin-bottom: 1em;
}

.interview-detail .faq-text{
  padding-top: 5px;
  padding-left: 3px;
  font-feature-settings: "palt";
  font-size: 52px;
  line-height: 0.5;
  color: #e60014;
  font-weight: 500;
}

.interview-detail .interview-detail-faq:last-child .faq-text{
  color: #333333;
}

.interview-detail .interview-detail-container:last-child .faq-text:last-child{
  margin-top: 10px;
}

.interview-detail .faq-ttl{
  font-feature-settings: "palt";
  font-size: 22px;
  letter-spacing: 1.5px;
  font-weight: 700;
  color: #e60014;
}

.interview-detail .faq-detail{
  font-feature-settings: "palt";
  font-size: 16px;
  letter-spacing: 1.1px;
  line-height: 2;
}

.interview-detail .schedule{
  max-width: 974px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 123px;
}

.interview-detail .schedule-content{
  display: flex;
  background: #fff;
  margin-left: 3.8%;
  min-height: 350px;
  padding-right: 26px;
}

.interview-detail .schedule-icon{
  width: 270px;
  height: 270px;
  background: #e60014;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-left: -3.8%;
}

.interview-detail .schedule-icon p:first-child{
  font-size: 12px;
  letter-spacing: 9px;
  color: #fff;
  line-height: 0.9;
  font-weight: 500;
}

.interview-detail .schedule-icon h2{
  font-size: 30px;
  letter-spacing: 2px;
  color: #fff;
  font-weight: 700;
  line-height: 2.38;
}

.interview-detail .schedule-text{
  flex: 1;
  display: flex;
}

.interview-detail .schedule-plan{
  margin-top: 40px;
  margin-bottom: 40px;
  width: 50%;
}

.interview-detail .schedule-plan:first-child{
  margin-left: 6%;
  margin-right: 3%;
}

.interview-detail .schedule-plan:last-child{
  position: relative;
  padding-left: 3.5%;
}

.interview-detail .schedule-plan:last-child::before{
  content: "";
  background: #e60014;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 8px;
  left: 0;
}

.interview-detail .schedule-plan p {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.interview-detail .schedule-plan p .time {
  font-feature-settings: "palt";
  font-size: 14px;
  font-weight: 700;
  line-height: 2.28;
  letter-spacing: 1px;
  color: #e60014;
  width: 59px;
}

.interview-detail .schedule-plan p .text {
  flex: 1;
  font-feature-settings: "palt";
  font-size: 16px;
  letter-spacing: 1.1px;
  line-height: 2;
  color: #333;
}

/* Project page
   ========================================================================== */

.project .subpage-header-headline {
  padding-left: 11.8%;
  padding-bottom: 66px;
}

.project .subpage-header-headline h1 .en {
  letter-spacing: 5.8px;
  margin-left: -3px;
}

.project .subpage-header + .subpage-content {
  margin-bottom: -69px;
  padding-bottom: 0;
  top: -69px;
}

.project .project-inner {
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
  padding-top: 0;
  padding-bottom: 135px;
  width: calc(100% - 20px);
}

.project .project-articles {
  display: flex;
  flex-wrap: wrap;
  margin: -4px;
}

.project .project-article {
  padding: 4px;
  position: relative;
  width: calc(100% / 3);
}

.project .project-article::before {
  background-color: rgba(0, 0, 0, 0.1);
  filter: blur(20px);
  mix-blend-mode: multiply;
  content: "";
  display: block;
  height: calc(100% - 18px);
  width: calc(100% - 18px);
  position: absolute;
  top: 9px;
  left: 9px;
  z-index: -1;
}

.project .project-article a {
  background: #fff;
  display: block;
  text-decoration: none;
  position: relative;
  height: 100%;
  z-index: 1;
}

.project .project-article img {
  width: 100%;
}

.project .project-article-text {
  padding: 17px 21px 21px;
}

.project .project-article-text .title {
  font-feature-settings: "palt";
  font-size : 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.78px;
  margin-bottom: 10px;
}

.project .project-article-text .name {
  font-feature-settings: "palt";
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.78px;
}

/* Project detail page
   ========================================================================== */

.project-detail .subpage-header {
  flex-direction: row;
}

.project-detail .subpage-header-title {
  position: relative;
  margin-left: 7.8125%;
  width: 150px;
}

.project-detail .subpage-header-title h1{
  position: absolute;
  top: 50px;
  left: 0;
  line-height: 0.8;
}

.project-detail .subpage-header-title h1 .en{
  color: #e60014;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  display: block;
}

.project-detail .subpage-header-title h1 .ja{
  color: #333333;
  display: block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 2.7;
  position: relative;
}

.project-detail .subpage-header-title h1 .ja::after{
  background: #e60014;
  content: "";
  height: 1px;
  width: 56px;
  position: absolute;
  top: 48px;
  left: 0;
}

.project-detail .subpage-header-kv {
  margin-left: auto;
  padding-top: 49px;
  text-align: right;
  width: 78.125%;
}

.project-detail .subpage-header + .subpage-content {
  top: inherit;
}

.project-detail .project-detail-inner {
  max-width: 974px;
  padding-top: 80px;
}

.project-detail .project-intro {
  margin-top: 28px;
  margin-bottom: 38px;
  padding-left: 49px;
  position: relative;
}

.project-detail .project-intro::before {
  background: #e60014;
  content: "";
  height: calc(100% - 12px);
  width: 9px;
  position: absolute;
  top: 8px;
  left: 0;
}

.project-detail .project-intro h2 {
  color : #e60014;
  font-feature-settings: "palt";
  font-size: 22px;
  line-height: 1.54;
  letter-spacing: 1.32px;
  margin-bottom: 12px;
}

.project-detail .project-intro p {
  font-feature-settings: "palt";
  font-size: 16px;
  line-height: 2.11;
  letter-spacing: 1.4px;
  text-indent: .5em;
}

.project-detail .project-steps {
  margin-top: 47px;
  margin-right: auto;
  margin-left: auto;
  max-width: 974px;
}

.project-detail .project-step {
  display: flex;
}

.project-detail .project-step:not(:last-child) {
  margin-bottom: 104px;
}

.project-detail .project-step-headline {
  background: #e60014;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 60px;
  margin-bottom: 56px;
  padding-top: 62px;
  position: relative;
  width: 170px;
}

.project-detail .project-step-headline::after {
  border-left: 85px solid transparent;
  border-right: 85px solid transparent;
  border-top: 40px solid #e60014;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: -40px;
}

.project-detail .project-step-headline .step {
  font-size: 24px;
  line-height: 1.37;
  letter-spacing: 2.4px;
}

.project-detail .project-step-headline .number {
  font-size: 68px;
  line-height: 1.32;
  letter-spacing: 6.8px;
  text-indent: 10px;
}

.project-detail .project-step-content {
  flex: 1;
  word-break: break-word;
}

.project-detail .project-step-content h2 {
  color: #e60014;
  font-feature-settings: "palt";
  font-size: 25px;
  line-height: 1.52;
  letter-spacing: 1.5px;
  margin-top: -8px;
  margin-bottom: 24px;
}

.project-detail .project-step-content p {
  font-feature-settings: "palt";
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.96px;
}

.project-detail .project-step-content p:not(:last-of-type){
  margin-bottom: 2em;
}

.project-detail .project-step-content img {
  margin-top: 43px;
  margin-bottom: 2em;
}

.project-detail .project-step-content .three-meanings {
  margin-top: 25px;
  margin-bottom: 30px;
}

.project-detail .project-step-content .three-meanings p {
  color: #e60014;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 1.08px;
  margin-bottom: 0;
}

.project-detail .project-step-content a {
  color: #e60014;
  text-decoration-color: #e60014;
}

.project-detail .project-step-more {
  display: none;
}

/* Media Queries
   ========================================================================== */

@media (min-width: 1024px) and (max-width: 1125px) {

  /* Header -------------------------------- */

  .header-navigation {
    transition: .3s;
  }

  .header-navigation {
    padding-right: 20px !important;
  }

  .header-title {
    padding-left: 158px !important;
  }

  .header-navigation ul li:not(:last-child)::after {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .header-entry ul {
    width: 250px !important;
  }

}

@media (max-width: 1023px) {

  /* Header -------------------------------- */

  .header-inner {
    background-color: #e60014;
    height: 58px;
  }

  .header-logo {
    width: 96px;
  }

  .header-logo a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
  }

  .header-logo a img {
    height: auto;
    width: 79px;
    vertical-align: text-bottom;
  }

  .header-title {
    padding-left: 114px;
  }

  .header-navigation {
    padding-right: 0;
  }

  .header-navigation-button {
    background: none;
    display: block;
    padding: 0;
  }

  .header-navigation-button .dropdown-icon {
    display: block;
    position: absolute;
    top: 18px;
    right: 16px;
    transition: .3s;
  }

  .header-navigation-button .dropdown-icon.open {
    background: center / contain no-repeat url("../images/common/button_menu.png");
    overflow: hidden;
    padding-top: 22px;
    height: 0;
    width: 26px;
  }

  .header-navigation-button .dropdown-icon.close {
    background: center / contain no-repeat url("../images/common/button_close.png");
    display: none;
    overflow: hidden;
    padding-top: 26px;
    height: 0;
    width: 26px;
    position: absolute;
    top: 20px;
    right: 21px;
    z-index: 2;
  }

  .header-navigation-button[aria-expanded*=true] .dropdown-icon.open {
    display: none;
  }

  .header-navigation-button[aria-expanded*=true] .dropdown-icon.close {
    display: block;
  }

  .header-navigation ul {
    background : rgba(230, 0, 20, 0.9);
    display: block;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    text-align: center;
    visibility: hidden;
    transition: opacity 0.4s;
  }

  .header-navigation ul.is-show {
    opacity: 1;
    visibility: visible;
  }

  .header-navigation ul li {
    font-size: 18px;
    line-height: 1.8;
  }

  .header-navigation ul li:first-child {
    display: block;
    padding-top: 126px;
  }

  .header-navigation ul li:not(:last-child) {
    margin-bottom: 36px;
  }

  .header-navigation ul li:not(:last-child)::after {
    content: none;
  }

  .header-navigation ul li .en {
    display: inline-block;
    font-size: 9px;
    font-weight: 400;
    letter-spacing: 1.62px;
    text-align: right;
    vertical-align: middle;
    width: 132px;
  }

  .header-navigation ul li .ja {
    display: inline-block;
    text-align: left;
    width: 180px;
  }

  .header-navigation ul li .ja::before {
    background: rgba(255, 255, 255, 0.5);
    content: "";
    display: inline-block;
    margin-right: 15px;
    margin-left: 11px;
    height: 14px;
    width: 1px;
  }

  .header-entry-button {
    background: none;
    display: block;
    padding: 0;
  }

  .header-entry-button .dropdown-icon {
    display: block;
    position: absolute;
    top: 12px;
    right: 70px;
    transition: .3s;
  }

  .header-entry-button .dropdown-icon.open {
    background: center / contain no-repeat url("../images/common/button_entry.png");
    overflow: hidden;
    padding-top: 33px;
    height: 0;
    width: 53px;
  }

  .header-entry-button .dropdown-icon.close {
    background: center / contain no-repeat url("../images/common/button_close.png");
    display: none;
    overflow: hidden;
    padding-top: 26px;
    height: 0;
    width: 26px;
    position: absolute;
    top: 20px;
    right: 22px;
    z-index: 2;
  }

  .header-entry-button[aria-expanded*=true] .dropdown-icon.open {
    display: none;
  }

  .header-entry-button[aria-expanded*=true] .dropdown-icon.close {
    display: block;
  }

  .header-entry ul {
    background : rgba(230, 0, 20, 0.9);
    display: block;
    padding-left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    visibility: hidden;
    transition: 0.4s;
  }

  .header-entry ul.is-show {
    opacity: 1;
    visibility: visible;
  }

  .header-entry ul li {
    font-feature-settings: "palt";
    font-size: 20px;
    letter-spacing: 0.4px;
    margin-right: auto;
    margin-left: auto;
    height: auto;
    width: calc(100% - 50px);
  }

  .header-entry ul li:nth-child(2) {
    margin-bottom: 9px;
  }

  .header-entry ul li:not(:last-child) {
    border: 0;
  }

  .header-entry ul li.text {
    color: #fff;
    display: block;
    font-size: 41px;
    font-weight: 500;
    letter-spacing: 5.74px;
    margin-bottom: 34px;
    padding-top: 111px;
    text-align: center;
    text-indent: 5.74px;
  }

  .header-entry ul li:not(:first-child) a {
    background: #fff;
    color: #333;
    height: 120px;
  }

  .header-entry ul li:not(:first-child) a::after {
    border-top: 9px solid #e60014;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    right: 7px;
    bottom: 9px;
  }

  .header-entry ul li a .pc {
    display: none;
  }

  .header-entry ul li a .sp {
    display: block;
  }

  /* Footer -------------------------------- */

  .footer-entry {
    background-image: url("../images/common/footer_bg_sp.jpg");
    padding-top: 59px;
    padding-bottom: 28px;
  }

  .footer-entry-content {
    display: block;
    width: calc(100% - 40px);
  }

  .footer-entry-headline {
    margin-top: 0;
    margin-bottom: 34px;
    text-align: center;
  }

  .footer-entry-headline h2 {
    font-feature-settings: "palt";
    letter-spacing: 7.28px;
    text-indent: 15.28px;
  }

  .footer-entry-buttons {
    display: block;
    padding-left: 0;
    width: 100%;
  }

  .footer-entry-buttons li {
    margin-bottom: 22px;
    margin-right: auto;
    margin-left: auto;
    max-width: 314px;
    padding-right: 0;
    width: 100%;
  }

  .footer-entry-buttons li::before {
    max-width: 314px;
    left: 8px;
    width: 100%;
  }

  .footer-entry-buttons li a {
    max-width: 314px;
    width: 100%;
  }

  .footer-main-content {
    display: block;
    padding-top: 105px;
    padding-bottom: 42px;
    padding-right: 60px;
    padding-left: 60px;
  }

  .footer-main-mypage {
    right: 0;
  }

  .footer-main-mypage a {
    width: 215px;
  }

  .footer-main-mypage a::before {
    margin-right: 21px;
    margin-left: 4px;
  }

  .footer-main-headline {
      margin-bottom: 27px;
  }

  .footer-main-title {
    margin-top: 20px;
  }

  .footer-main-navigation {
    margin-bottom: 31px;
    margin-left: 0;
  }

  .footer-main-navigation ul {
    padding-left: 0;
  }

  .footer-main-navigation ul li {
    font-size: 14px;
    letter-spacing: 1.4px;
    margin-left: -2px;
    padding-left: 24px;
  }

  .footer-main-navigation ul li:not(:last-child) {
    margin-bottom: 14px;
  }

  .footer-main-navigation ul li::before {
    bottom: 5px;
    left: 0;
  }

  .foote-main-copyright {
    line-height: 1.8;
    margin-bottom: 0;
    margin-left: -2px;
  }

  .foote-main-copyright .block-sp {
    display: block;
  }

  /* Home page ------------------------------ */

  /* Headline Classes */

  .home .headline-2 {
    font-size: 4.922vw;
  }

  /* Subpage common class ------------------- */

  /* Header Classes */

  .subpage-header {
    padding-top: 58px;
  }

  .subpage-header-headline h1 .en {
    font-size: 6.640625vw;
  }

}
@media (max-width: 768px) {

  /* Helper Classes ------------------------- */

  .view-pc {
    display: none;
  }

  .view-sp {
    display: inline-block;
  }

  /* Home page ------------------------------ */

  .home .kv {
    margin-bottom: 46px;
  }

  .home .kv .splash-svg .pc {
    display: none;
  }

  .home .kv .splash-svg .sp {
    display: block;
  }

  .home .kv .splash-svg {
    height: 124px;
    width: 207px;
    top: inherit;
    left: inherit;
    right: 50%;
    bottom: 50%;
    margin-right: -103px;
    margin-bottom: -56px;
    padding-left: 0;
  }

  .home .kv.fade-out-down .splash-svg {
    top: inherit;
    bottom: 112px;
    right: 36px;
    margin-right: 0;
    margin-bottom: 0;
  }

  .home .kv-menus {
    top: inherit;
    bottom: 24px;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    width: calc(100% - 44px);
  }

  .home .kv-menus li:not(:last-child) {
    margin-bottom: 3px;
  }

  .home .kv-menus li a {
    border-radius: 0;
    font-size: 14px;
    height: 31px;
    letter-spacing : 2.24px;
    padding-right: 9px;
    position: relative;
    width: auto;
  }

  .home .kv-menus li.kv-menu-news a {
    border: 1px solid #ef5e6b;
    background: #ef5e6b;
    text-transform: uppercase;
  }

  .home .kv-menus li a::after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    right: 0px;
    bottom: 2px;
    transform: rotate(-45deg);
  }

  .home .kv-menus li.kv-menu-news a::after {
    border-top: 5px solid #fff;
  }

  .home .kv-menus li.kv-menu-mypage a::after {
    border-top: 5px solid #e60014;
  }

  .home .maincopy {
    margin-bottom: 60px;
    position: relative;
  }

  .home .maincopy::before {
    background : linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    content: "";
    height: 296px;
    width: 100%;
    position: absolute;
    top: 0;
  }

  .home .maincopy.is-show::before {
    content: none;
  }

  .home .maincopy-container {
    height: 264px;
    overflow: hidden;
    transition: .5s;
  }

  .home .maincopy.is-show .maincopy-container {
    height: auto;
  }

  .home .maincopy-content {
    display: block;
  }

  .home .maincopy-content:nth-of-type(odd),
  .home .maincopy-content:nth-of-type(even) {
    margin-bottom: 50px;
  }

  .home .maincopy-text {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
    text-align: center;
    width: calc(100% - 70px);
  }

  .home .maincopy-content:nth-of-type(odd) .maincopy-text {
    margin-top: 0;
    padding-right: 0;
  }

  .home .maincopy-content:nth-of-type(even) .maincopy-text {
    display: block;
  }

  .home .maincopy-text p {
    font-size: 12px;
    letter-spacing: 1.44px;
  }

  .home .maincopy-text p:not(:last-of-type) {
    margin-bottom: 2.3em;
  }

  .home .maincopy-content:nth-of-type(odd) .maincopy-image,
  .home .maincopy-content:nth-of-type(even) .maincopy-image {
    margin-right: 0;
    margin-left: 0;
    width: auto;
  }

  .home .maincopy-content:nth-of-type(even) .maincopy-image {
    text-align: right;
  }

  .home .maincopy-button {
    background: #fff;
    border: 1px solid #e60014;
    border-radius: 22px;
    color: #e60014;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.68px;
    margin-right: auto;
    margin-left: auto;
    height: 44px;
    width: 192px;
    position: relative;
    z-index: 1;
  }

  .home .maincopy-button:focus {
    outline-color: #e60014;
  }

  .home .maincopy-button.is-hidden {
    display: none;
  }

  .home .news {
    background: #f5f5f0;
    margin-bottom: 50px;
    padding-bottom: 42px;
  }

  .home .news-headline {
    padding-top: 37px;
    margin-bottom: 35px;
  }

  .home .news-headline h2 {
    font-size: 36px;
    letter-spacing: 2.88px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 23px;
    text-align: center;
  }

  .home .news-headline h3 {
    font-size: 18px;
    letter-spacing: 2.88px;
    text-align: center;
  }

  .home .news-iframe {
    height: 302px;
  }

  .home .news-list li a {
    display: block;
    padding: 18px 47px 25px 21px;
    text-align: center;
  }

  .home .news-list li a::after {
    right: 16px;
  }

  .home .news-list li time {
    display: block;
    margin-top: 0;
    width: auto;
  }

  .home .news-list li .news-title {
    display: block;
    line-height: 1.57;
  }

  .home .company {
    margin-bottom: 75px;
  }

  .home .company-content {
    display: block;
  }

  .home .company-image {
    text-align: center;
    width: auto;
  }

  .home .company-text {
    align-items: center;
    padding: 38px 30px 0;
    width: auto;
  }

  .home .company-text p {
    font-size: 12px;
    line-height: 2;
    letter-spacing : 1.44px;
    margin-bottom: 3.4em;
    text-align: center;
  }

  .home .people {
    margin-bottom: 93px;
  }

  .home .people-content {
    display: block;
  }

  .home .people-image {
    text-align: center;
    width: auto;
  }

  .home .people-text {
    align-items: center;
    padding: 31px 30px 0;
    width: auto;
  }

  .home .people-headline .headline-2 {
    margin-bottom: 22px;
  }

  .home .people-headline .headline-3 {
    margin-bottom: 11px;
  }

  .home .people-text p {
    font-size: 12px;
    line-height: 2;
    letter-spacing : 1.44px;
    margin-bottom: 2em;
    text-align: center;
  }

  .home .challenge {
    margin-bottom: 68px;
  }

  .home .challenge-content {
    display: block;
  }

  .home .challenge-image {
    text-align: center;
    width: auto;
  }

  .home .challenge-text {
    align-items: center;
    padding: 41px 30px 0;
    width: auto;
  }

  .home .challenge-headline .headline-2 {
    margin-bottom: 17px;
  }

  .home .challenge-headline .headline-3 {
    margin-bottom: 17px;
  }

  .home .challenge-text p {
    font-size: 12px;
    line-height: 2;
    letter-spacing : 1.44px;
    margin-bottom: 2.6em;
    text-align: center;
  }

  .home .gallery {
    padding-top: 59px;
    padding-bottom: 57px;
  }

  .home .gallery-headline {
    padding-right: 0;
    padding-left: 9px;
    text-align: center;
  }

  .home .gallery-headline .headline-2 {
    margin-bottom: 36px;
  }

  .home .gallery-swiper {
    margin-top: 0;
  }

  .home .gallery-swiper .swiper-slide {
    padding-top: 0;
    height: auto;
    width: 89.5% !important
  }

  .home .gallery-swiper .swiper-slide.swiper-slide-active {
    width: 89.5% !important
  }

  .home .gallery-swiper .swiper-slide.swiper-slide-active span {
    padding-right: 0;
  }

  .home .gallery-swiper .swiper-slide-next {
    margin-left: 0;
  }

  .home .gallery-swiper .swiper-pagination {
    position: relative;
    top: inherit;
    margin-top: 16px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    width: calc(100% - 40px);
  }

  .home .gallery-button {
    margin-top: 19px;
    padding-right: 0;
    text-align: center;
  }

  /* Headline Classes */

  .home .headline-2 {
    font-size: 36px;
    letter-spacing: 2.88px;
    margin-bottom: 18px;
    text-align: center;
  }

  .home .headline-3 {
    font-size: 18px;
    line-height: 1.9;
    letter-spacing: 1.8px;
    margin-bottom: 13px;
    text-align: center;
  }

  /* Button Classes */

  .home .button-default {
    margin-right: auto;
    margin-left: auto;
  }

  /* Subpage common class ------------------- */

  .section-inner {
    padding: 30px 0;
  }

  /* Header Classes */

  .subpage-header {
    display: block;
  }

  .subpage-header-kv {
    width: 100%;
  }

  .subpage-header-kv img {
    width: 100%;
  }

  .subpage-header-headline {
    padding-left: 0;
    padding-bottom: 50px;
    width: 100%;
  }

  .subpage-header-headline h1 .en {
    font-size: 55px;
    line-height: 1.1;
    letter-spacing: 4.4px;
    padding-top: 60px;
  }

  .subpage-header-headline h1 .ja {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 1.534;
    margin-top: 14px;
    margin-bottom: 0;
    text-align: center;
  }

  /* Content Classes */

  .subpage-header + .subpage-content {
    padding-bottom: 52px;
    top: inherit;
  }

  /* Banner Classes */

  .subpage-banner {
    margin-top: 64px;
  }

  .subpage-banner-item:not(:last-child) {
    margin-bottom: 10px;
  }

  .subpage-banner-item a::after {
    border-top-width: 6px;
    border-left-width: 6px;
    border-right-width: 6px;
    right: 5px;
    bottom: 7px;
  }

  .subpage-banner-item.banner-withglico a {
    display: block;
    font-size: 23px;
    line-height: 1.46;
    letter-spacing: 2.76px;
    padding: 10px 10px 26px;
  }

  .subpage-banner-item .banner-withglico-image {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 148px;
    width: 100%;
  }

  .subpage-banner-item .banner-withglico-text {
    margin-top: 24px;
    padding-right: 0;
  }

  .subpage-banner-item.banner-withglico p {
    text-align: center;
  }

  /* Spirit page ---------------------------- */

  .spirit .spirit-navigation {
    border-width: 0.8686px;
    border-radius: 9.4185px;
  }

  .spirit .spirit-navigation ul li {
    font-size: 13px;
    letter-spacing: 1.56px;
  }

  .spirit .spirit-navigation ul li:nth-child(1),
  .spirit .spirit-navigation ul li:nth-child(2),
  .spirit .spirit-navigation ul li:nth-child(3) {
    width: calc(100% / 3);
  }

  .spirit .spirit-navigation ul li:nth-child(1),
  .spirit .spirit-navigation ul li:nth-child(2) {
    border-right-width: 0.8686px;
  }

  .spirit .spirit-navigation ul li a {
    padding-top: 22px;
    padding-bottom: 14px;
  }

  .spirit .spirit-navigation ul li a::after {
    border-width: 0.8686px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    margin-bottom: 0;
    height: 6px;
    width: 6px;
  }

  .spirit section h2 {
    font-size: 27px;
    letter-spacing: 2.16px;
    margin-bottom: 52px;
    padding-top: 39px;
    position: relative;
  }

  .spirit section h2::after {
    height: 5px;
    width: 86px;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
  }

  .spirit .vision-top {
    display: block;
    margin-bottom: 29px;
  }

  .spirit .vision-top-panel {
    height: auto;
    padding: 35px 30px;
  }

  .spirit .vision-top-panel:nth-child(1),
  .spirit .vision-top-panel:nth-child(2) {
    width: 100%;
  }

  .spirit .vision-top-panel:nth-child(2) {
    padding-top: 41px;
    padding-bottom: 47px;
  }

  .spirit .vision-top-panel:not(:last-child) {
    margin-bottom: 13px;
  }

  .spirit .vision-top-title {
    font-size: 14px;
    letter-spacing: 1.68px;
    text-align: center;
  }

  .spirit .vision-top-title::after {
    margin-top: 15px;
    margin-bottom: 14px;
    margin-right: auto;
    margin-left: auto;
  }

  .spirit .vision-top-panel:nth-child(2) .vision-top-title::after {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .spirit .vision-top-panel:nth-child(1) .vision-top-text {
    font-size: 24px;
    line-height: 1.57;
    letter-spacing: 2.88px;
    padding-bottom: 0;
    text-align: center;
  }

  .spirit .vision-top-panel:nth-child(2) .vision-top-text {
    font-size: 14px;
    line-height: 1.69;
    letter-spacing: 1.68px;
  }

  .spirit .vision-flex {
    display: block;
  }

  .spirit .vision-flex:not(:last-child) {
    margin-bottom: 41px;
  }

  .spirit .vision-flex-image,
  .spirit .vision-flex-text {
    width: 100%;
  }

  .spirit .vision-flex-image img {
    width: 100%;
  }

  .spirit .vision-flex-text {
    margin-top: 10px;
  }

  .spirit .vision-flex:nth-child(odd) .vision-flex-text,
  .spirit .vision-flex:nth-child(even) .vision-flex-text {
    padding-right: 10px;
    padding-left: 10px;
  }

  .spirit .vision-flex:nth-of-type(3) .vision-flex-text {
    margin-top: 26px;
  }

  .spirit .vision-flex:nth-of-type(4) .vision-flex-text,
  .spirit .vision-flex:nth-of-type(5) .vision-flex-text {
    margin-top: 20px;
  }

  .spirit .vision-flex:nth-of-type(6) .vision-flex-text {
    margin-top: 26px;
  }

  .spirit .vision-flex-text h3 {
    font-size: 20px;
    line-height: 1.69;
    letter-spacing: 2.4px;
    margin-bottom: 14px;
    text-align: center;
  }

  .spirit .vision-flex:nth-of-type(n + 4) .vision-flex-text h3 {
    margin-bottom: 14px;
  }

  .spirit .vision-flex:nth-of-type(4) .vision-flex-text h3,
  .spirit .vision-flex:nth-of-type(5) .vision-flex-text h3,
  .spirit .vision-flex:nth-of-type(6) .vision-flex-text h3 {
    margin-top: 0;
  }

  .spirit .spirit-content {
    padding-top: 31px;
  }

  .spirit .spirit-principles {
    margin-bottom: 13px;
  }

  .spirit .spirit-content h2 {
    margin-bottom: 57px;
  }

  .spirit .spirit-content h3 {
    font-size: 20px;
    letter-spacing: 2.4px;
    margin-bottom: 17px;
    text-align: center;
  }

  .spirit .spirit-content h3,
  .spirit .spirit-principles p {
    padding-right: 10px;
    padding-left: 10px;
  }

  .spirit .spirit-grid {
    display: block;
  }

  .spirit .spirit-grid-text {
    margin-bottom: 36px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .spirit .spirit-grid-text p {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 1.12px;
  }

  .spirit .spirit-grid-image,
  .spirit .spirit-grid-founder {
    margin-right: auto;
    margin-left: auto;
    max-width: 219px;
    width: 65%;
  }

  .spirit .spirit-grid-founder {
    margin-top: 16px;
    text-align: center;
  }

  .spirit .recruiter-content {
    padding-top: 37px;
  }

  .spirit .recruiter-content h2 {
    margin-bottom: 37px;
  }

  .spirit .recruiter-content h2::after {
    width: 54px;
  }

  .spirit .recruiter-intro {
    display: block;
  }

  .spirit .recruiter-intro h3 {
    font-size: 20px;
    line-height: 1.69;
    letter-spacing: 2.4px;
    margin-top: 0;
    margin-bottom: 35px;
    padding-left: 0;
    text-align: center;
  }

  .spirit .recruiter-intro-image {
    text-align: center;
  }

  .spirit .recruiter-intro-name {
    align-content: center;
    font-size: 20px;
    line-height: 1.73;
    letter-spacing: 2px;
    margin-top: 27px;
    padding-right: 0;
    text-align: center;
  }

  .spirit .recruiter-message:not(:last-child) {
    margin-bottom: 11px;
  }

  .spirit .recruiter-content .recruiter-message:nth-child(3) {
    margin-top: 41px;
  }

  .spirit .recruiter-message:nth-child(odd),
  .spirit .recruiter-message:nth-child(even) {
    margin-right: 10px;
    margin-left: 10px;
  }

  .spirit .recruiter-message::before {
    height: 6px;
    width: 162px;
    margin-right: auto;
    margin-left: auto;
    top: 0;
    right: 0;
    left: 0;
  }

  .spirit .recruiter-message-inner {
    padding: 49px 30px 40px;
  }

  .spirit .recruiter-message-inner h4 {
    font-size: 20px;
    line-height: 1.69;
    letter-spacing: 2.4px;
    margin-bottom: 18px;
  }

  /* Privacy Policy page -------------------- */

  .privacy .subpage-header-headline {
    font-feature-settings: "palt";
    padding-top: 51px;
    padding-bottom: 77px;
  }

  .privacy .subpage-header-headline h1 .en {
    line-height : 1.1;
    padding-top: 0;
    text-align: center;
  }

  .privacy section {
    padding-right: 0;
  }

  .privacy section:not(:first-child)::before {
    width: 100%;
  }

  .privacy section:first-child .content-inner {
    padding-bottom: 78px;
  }

  .privacy section h2 {
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 1.2px;
    margin-bottom: 23px;
    text-align: center;
  }

  .privacy section h3 {
    font-size: 14px;
    line-height: 1.82;
    letter-spacing: 1.4px;
  }

  .privacy section h4 {
    font-size: 14px;
    letter-spacing: 1.4px;
  }

  .privacy section p {
    font-size: 14px;
    line-height: 1.82;
    letter-spacing: 1.4px;
  }

  .privacy section * li {
    font-size: 14px;
    line-height: 1.82;
    letter-spacing: 1.4px;
  }

  .privacy .privacy-panel {
    margin-top: 35px;
    margin-bottom: 45px;
    margin-left: -10px;
    margin-right: -10px;
    padding: 25px 35px 32px;
  }

  .privacy .privacy-panel-inner h3 {
    font-size: 17px;
    letter-spacing: 1.02px;
    margin-bottom: 14px;
  }

  .privacy .privacy-panel-inner p span {
    display: block;
  }

  .privacy .privacy-panel-inner p br {
    display: none;
  }

  .privacy .privacy-mb-large {
    margin-bottom: 30px;
  }

  .privacy .privacy-mb-medium {
    margin-bottom: 26px;
  }

  .privacy .privacy-button {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.84px;
    padding: 16px 75px 16px 32px;
    text-align: center;
  }

  .privacy .privacy-button::after {
    right: 32px;
  }

  .privacy section[lang="en"] .content-inner {
    padding-bottom: 103px;
  }

  .privacy section[lang="en"] h2 span {
    display: block;
  }

  .privacy section[lang="en"] .privacy-panel {
    margin-top: 25px;
    margin-bottom: 47px;
    padding-bottom: 38px;
  }

  .privacy section[lang="en"] .privacy-panel-inner p {
    line-height: 1.68;
  }

  .privacy section[lang="en"] .privacy-mb-medium {
    margin-bottom: 28px;
  }

  .privacy section[lang="en"] .privacy-mb-large {
    margin-bottom: 38px;
  }

  .privacy .ja-privacy-title {
    font-size: 16px;
    text-align: center;
  }

  .privacy .ja-privacy-indent {
    margin-bottom: 38px;
  }

  .privacy .ja-privacy-indent .font-size-xs {
    font-size: 12px;
  }

  /* Interview page ------------------------- */

  .interview .subpage-header-headline {
    padding-left: 0;
    padding-bottom: 50px;
  }

  .interview .subpage-header-headline h1 .en {
    padding-top: 36px;
  }

  .interview .subpage-header-headline h1 .ja {
    margin-top: 14px;
  }

  .interview .subpage-header + .subpage-content {
    margin-bottom: 0;
    top: inherit;
  }

  .interview .interview-intro > h2 {
    font-size: 18px;
    line-height: 1.77;
    letter-spacing: 2.16px;
    padding-top: 37px;
  }

  .interview .interview-intro > p {
    font-size: 14px;
    line-height: 1.75;
    letter-spacing: 0.56px;
  }

  .interview .interbiew-approach {
    padding-top: 37px;
    padding-bottom: 39px;
  }

  .interview .interbiew-approach > h3 {
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: 1.68px;
    margin-bottom: 24px;
    padding-left: 12px;
  }

  .interview .interview-flow a:not([href^="#back-office"]) {
    border-radius: 33px;
    padding-top: 43%;
    width: 6.9%;
  }

  .interview .interview-flow a[href^="#marketing"] {
    left: 18%;
  }

  .interview .interview-flow a[href^="#applied-research"] {
    border-radius: 13px;
    left: 29%;
    width: 9.6%;
  }

  .interview .interview-flow a[href^="#technology-development"] {
    left: 42.5%;
  }

  .interview .interview-flow a[href^="#manufacturing"] {
    left: 53.4%;
  }

  .interview .interview-flow a[href^="#sales"] {
    left: 64.5%;
  }

  .interview .interview-flow a[href^="#sales"] {
    left: 64.6%;
  }

  .interview .interview-flow a[href^="#logistics"] {
    left: 75.4%;
  }

  .interview .interview-flow a[href^="#back-office"] {
    border-radius: 13px;
    padding-top: 18.5%;
    width: 64%;
    left: 0;
    right: 0;
    bottom: 10.5%;
    margin: 0 auto;
  }

  .interview .interview-navigation {
    margin-top: 48px;
    margin-bottom: 64px;
  }

  .interview .interview-navigation ul {
    flex-wrap: wrap;
    margin: -8px -2.5px;
  }

  .interview .interview-navigation ul li {
    border-left: none;
    flex-grow: 1;
    padding: 8px 2.5px;
    width: 50%;
  }

  .interview .interview-navigation ul li:last-child {
    border-right: none;
  }

  .interview .interview-navigation ul li a {
    background: #fff;
    border-right: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    border-top-width: 5px;
    border-top-style: solid;
    height: 75px;
    padding-top: 0;
    padding-bottom: 12px;
  }

  .interview .interview-navigation ul li a::after {
    bottom: 9px;
  }

  .interview .interview-inner {
    padding: 40px 10px 45px;
    width: 100%;
  }

  .interview .interview-header {
    margin-bottom: 35px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .interview .interview-header h2 {
    margin-bottom: 18px;
  }

  .interview .interview-header p {
    font-size: 14px;
    line-height: 1.78;
    letter-spacing: 0.84px;
  }

  .interview .interview-articles {
    margin: 42px -2px -5px -2px;
  }

  .interview .interview-article {
    padding: 5px 2px;
    width: 50%;
  }

  .interview .interview-article::before {
    filter: blur(6px);
    height: calc(100% - 4px);
    width: calc(100% - 4px);
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 0;
  }

  .interview .interview-article img {
    width: 100%;
  }

  .interview .interview-article-text {
    padding: 12px 31px 16px 15px;
  }

  .interview .interview-article-text .name {
    font-size: 14px;
    letter-spacing: 1.96px;
    margin-bottom: 7px;
  }

  .interview .interview-article-text .occupation,
  .interview .interview-article-text .join {
    font-size: 11px;
    line-height: 1.32;
    letter-spacing: 1.54px;
  }

  .interview .interview-article a::before {
    border-radius: 39px 0 0 0;
    height: 39px;
    width: 39px;
  }

  .interview .interview-article a::after {
    height: 10px;
    width: 14px;
    right: 11px;
    bottom: 11px;
  }

  .interview .interview-subpage-banner {
    background: none;
    margin-top: 50px;
    padding-top: 0;
    padding-bottom: 52px;
  }

  /* Interview Detail page -------------------- */

  .interview-detail .subpage-header{
    padding-bottom: 40px;
  }

  .interview-detail .subpage-header-title{
    padding: 20px 20px 25px;
  }

  .interview-detail .subpage-header-title h1{
    text-align: center;
    position: relative;
    top: 0;
    left: 0;
  }

  .interview-detail .subpage-header-title h1 .en{
    line-height: 1;
  }

  .interview-detail .subpage-header-title h1 .ja{
    line-height: 1;
    margin-top: 10px;
  }

  .interview-detail .subpage-header-title h1 .ja::after{
    content: none;
  }

  .interview-detail .subpage-header-content{
    flex-wrap: wrap;
  }

  .interview-detail .subpage-header-kv{
    width: 100%;
    padding-bottom: 55px;
  }

  .interview-detail .subpage-header-kv .subpage-header-text p{
    font-size: 17px;
    bottom: -30px;
    letter-spacing: 2.5px;
  }

  .interview-detail .subpage-header-kv .subpage-header-text p span{
    padding: 5px 12px 5px 12px;
  }

  .interview-detail .subpage-header-headline{
    width: calc(100% - 55px);
    margin: 0 auto;
    padding: 0;
  }

  .interview-detail .subpage-profile{
    padding: 0;
    width: 100%;
    text-align: center;
  }

  .interview-detail .subpage-profile-name{
    display: block;
  }

  .interview-detail .subpage-profile-belongs{
    font-size: 14px;
  }

  .interview-detail .subpage-profile-name::after{
    display: none;
  }

  .interview-detail .subpage-profile-name p:first-child{
    font-size: 30px;
    line-height: 1.2;
    padding-top: 2px;
    padding-bottom: 12px;
    padding-right: 0;
  }

  .interview-detail .subpage-profile-name p:last-child{
    display: inline-block;
    padding-bottom: 12px;
    border-bottom: 1px solid #e60014;
  }

  .interview-detail .subpage-profile-text{
    text-align: left;
    padding-top: 24px;
    line-height: 1.85;
  }

  .interview-detail .subpage-content{
    width: 100%;
  }

  .interview-detail .explanation{
    margin-bottom: 47px;
  }

  .interview-detail .explanation::before{
    display: none;
  }

  .interview-detail .explanation-inner{
    position: relative;
    margin: 0 auto;
    padding: 10px 30px 10px 35px;
  }

  .interview-detail .explanation-inner::before{
    border-left: 6px solid #e60014;
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    top: 6px;
  }

  .interview-detail .explanation-inner h2{
    font-size: 18px;
  }

  .interview-detail .explanation-inner p{
    padding-top: 17px;
    font-size: 14px;
    line-height: 2.1;
    letter-spacing: 1.25px;
  }

  .interview-detail .interview-detail-content{
    flex-wrap: wrap;
    padding-bottom: 72px;
  }

  .interview-detail .interview-detail-image{
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .interview-detail .interview-detail-image img{
    width: 100%;
  }

  .interview-detail .interview-detail-container:last-child .interview-detail-image{
    margin-left: 0;
  }

  .interview-detail .interview-detail-text{
    width: calc(100% - 40px);
    padding-top: 31px;
  }

  .interview-detail .interview-detail-faq:first-child{
    padding-bottom: 28px;
  }

  .interview-detail .interview-detail-container:last-child .interview-detail-faq:first-child{
    padding-bottom: 29px;
  }

  .interview-detail .interview-detail-faq .faq-detail{
    padding-left: 7px;
    letter-spacing: 1.1px;
  }

  .interview-detail .faq-text{
    font-size: 35px;
    padding-left: 5px;
    padding-top: 5px;
  }

  .interview-detail .interview-detail-container:last-child .faq-text{
    padding-left: 0px;
    padding-top: 8px;
  }

  .interview-detail .faq-ttl{
    font-size: 16.5px;
  }

  .interview-detail .faq-detail{
    font-size: 12.4px;
    letter-spacing: 0.3px;
    line-height: 1.95;
  }

  .interview-detail .interview-detail-faq .faq-detail h2 {
    font-size: 16px;
  }

  .interview-detail .interview-detail-faq .faq-detail p {
    font-size: 14px;
  }

  .interview-detail .schedule{
    width: calc(100% - 40px);
    padding-bottom: 75px;
  }

  .interview-detail .schedule-content{
    flex-wrap: wrap;
    background: none;
    margin-left: 0;
    padding-right: 0;
  }

  .interview-detail .schedule-icon{
    width: 100%;
    height: 75px;
    margin-left: 0;
  }

  .interview-detail .schedule-icon p:first-child{
    font-size: 12px;
    letter-spacing: 9.1px;
    line-height: 1.8;
  }

  .interview-detail .schedule-icon h2{
    font-size: 24px;
    line-height: 1.3;
  }

  .interview-detail .schedule-text{
    width: 100%;
    flex-wrap: wrap;
  }

  .interview-detail .schedule-plan{
    width: 100%;
    margin-top: 15px;
    margin-bottom: 0;
  }

  .interview-detail .schedule-plan:first-child{
    margin-left: 3%;
    margin-right: 0;
  }

  .interview-detail .schedule-plan:last-child{
    margin-top: 0;
    margin-left: 3%;
    padding-left: 0;
  }

  .interview-detail .schedule-plan:last-child::before{
    display: none;
  }

  .interview-detail .schedule-plan p .time {
    padding-top: 1px;
  }

  .interview-detail .schedule-plan p .text{
    letter-spacing: 0.9px;
  }

  /* Privacy Policy page -------------------- */

  .privacy .subpage-header-headline {
    font-feature-settings: "palt";
    padding-top: 51px;
    padding-bottom: 77px;
  }

  .privacy .subpage-header-headline h1 .en {
    line-height : 1.1;
    padding-top: 0;
    text-align: center;
  }

  .privacy section {
    padding-right: 0;
  }

  .privacy section:not(:first-child)::before {
    width: 100%;
  }

  .privacy section:first-child .content-inner {
    padding-bottom: 78px;
  }

  .privacy section h2 {
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 1.2px;
    margin-bottom: 23px;
    text-align: center;
  }

  .privacy section h3 {
    font-size: 14px;
    line-height: 1.82;
    letter-spacing: 1.4px;
  }

  .privacy section h4 {
    font-size: 14px;
    letter-spacing: 1.4px;
  }

  .privacy section p {
    font-size: 14px;
    line-height: 1.82;
    letter-spacing: 1.4px;
  }

  .privacy section * li {
    font-size: 14px;
    line-height: 1.82;
    letter-spacing: 1.4px;
  }

  .privacy .privacy-panel {
    margin-top: 35px;
    margin-bottom: 45px;
    margin-left: -10px;
    margin-right: -10px;
    padding: 25px 35px 32px;
  }

  .privacy .privacy-panel-inner h3 {
    font-size: 17px;
    letter-spacing: 1.02px;
    margin-bottom: 14px;
  }

  .privacy .privacy-panel-inner p span {
    display: block;
  }

  .privacy .privacy-panel-inner p br {
    display: none;
  }

  .privacy .privacy-mb-large {
    margin-bottom: 30px;
  }

  .privacy .privacy-mb-medium {
    margin-bottom: 26px;
  }

  .privacy .privacy-button {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.84px;
    padding: 16px 75px 16px 32px;
    text-align: center;
  }

  .privacy .privacy-button::after {
    right: 32px;
  }

  .privacy section[lang="en"] .content-inner {
    padding-bottom: 103px;
  }

  .privacy section[lang="en"] h2 span {
    display: block;
  }

  .privacy section[lang="en"] .privacy-panel {
    margin-top: 25px;
    margin-bottom: 47px;
    padding-bottom: 38px;
  }

  .privacy section[lang="en"] .privacy-panel-inner p {
    line-height: 1.68;
  }

  .privacy section[lang="en"] .privacy-mb-medium {
    margin-bottom: 28px;
  }

  .privacy section[lang="en"] .privacy-mb-large {
    margin-bottom: 38px;
  }

  .privacy .ja-privacy-title {
    font-size: 16px;
    text-align: center;
  }

  .privacy .ja-privacy-indent {
    margin-bottom: 38px;
  }

  .privacy .ja-privacy-indent .font-size-xs {
    font-size: 12px;
  }

  /* Project page --------------------------- */

  .project .subpage-header-headline {
    padding-left: 0;
    padding-bottom: 63px;
  }

  .project .subpage-header-headline h1 .en {
    letter-spacing : 4.4px;
    margin-left: 0;
    padding-top: 44px;
  }

  .project .subpage-header + .subpage-content {
    margin-bottom: 0;
    top: inherit;
  }

  .project .project-inner {
    padding-bottom: 60px;
  }

  .project .project-articles {
    margin: 0;
  }

  .project .project-article {
    padding: 0 4px 10px;
    width: 50%;
  }

  .project .project-article-text {
    padding: 15px;
  }

  .project .project-article-text .title {
    font-size: 14px;
  }

  .project .project-article-text .name {
    font-size: 11px;
  }

  /* Project detail page -------------------- */

  .project-detail .subpage-header-title {
    margin-left: 0;
    width: auto;
  }

  .project-detail .subpage-header-title h1 {
    position: relative;
    top: 20px;
    text-align: center;
  }

  .project-detail .subpage-header-title h1 .ja::after {
    content: none;
  }

  .project-detail .subpage-header-kv {
    padding-top: 27px;
    width: 100%;
  }

  .project-detail .project-intro {
    padding-left: 37px;
    padding-right: 30px;
    margin-bottom: 75px;
  }

  .project-detail .project-intro::before {
    height: calc(100% + 20px);
    width: 6px;
    top: -5px;
  }

  .project-detail .project-intro h2 {
    font-size: 18px;
    line-height: 1.42;
    letter-spacing: 1.08px;
    margin-bottom: 18px;
  }

  .project-detail .project-intro p {
    font-size: 14px;
  }

  .project-detail .project-steps {
    margin-top: 2px;
    max-width: 376px;
  }

  .project-detail .project-step {
    display: block;
  }

  .project-detail .project-step:not(:last-child) {
    margin-bottom: 56px;
  }

  .project-detail .project-step-headline {
    background: none;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 34px;
    padding-top: 10px;
    position: relative;
    width: calc(100% - 40px);
  }


  .project-detail .project-step-headline::before {
    background: #e60014;
    content: "";
    height: calc(100% - 22px);
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
  }

  .project-detail .project-step-headline::after {
    background: center bottom  / 100% auto no-repeat url("../images/project/detail_step_arrow_sp.png");
    border: none;
    height: 28px;
    width: 100%;
    bottom: -6px;
    z-index: -1;
  }

  .project-detail .project-step-headline .step {
    font-size: 14px;
    line-height: 1.665;
    letter-spacing: 2.52px;
  }

  .project-detail .project-step-headline .number {
    font-size: 34px;
    line-height: 1.348;
    letter-spacing: 0.98px;
    margin-top: -8px;
    margin-left: -2px;
    text-indent: 0;
  }

  .project-detail .project-step-content {
    overflow: hidden;
    position: relative;
  }

  .project-detail .project-step-content h2 {
    font-size: 18px;
    line-height: 1.42;
    letter-spacing: 1.08px;
    margin-top: 0;
    margin-bottom: 16px;
    text-align: center;
  }

  .project-detail .project-step-content p {
    font-size: 14px;
    letter-spacing: 0.72px;
  }

  .project-detail .project-step-content .three-meanings {
    margin-top: 30px;
  }

  .project-detail .project-step-content .three-meanings p {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.96px;
    text-align: center;
  }

  .project-detail .project-step-content .three-meanings p:not(:last-of-type) {
    margin-bottom: 1em;
  }

  .project-detail .project-step-content img {
    margin-top: 30px;
  }

  .project-detail .project-step-container {
    margin-right: auto;
    margin-left: auto;
    width: calc(100% - 60px);
  }

  .project-detail .project-step-content.is-set .project-step-container {
    height: 264px;
    overflow: hidden;
    transition: .5s;
  }

  .project-detail .project-step-content.is-set .project-step-container::before {
    background : linear-gradient(180deg, rgba(255, 255, 255, 0) 0.02%, rgba(255, 255, 255, 0.8) 68.93%, rgba(255, 255, 255, 0.94) 80.47%, rgba(255, 255, 255, 1) 100%);
    content: "";
    height: 296px;
    width: calc(100% + 60px);
    position: absolute;
    top: 0;
    left: -30px;
  }

  .project-detail .project-step-content.is-set .project-step-container.is-show {
    height: auto;
  }

  .project-detail .project-step-content.is-set .project-step-container.is-show::before {
    content: none;
  }

  .project-detail .project-step-content.is-set .project-step-more {
    background: #fff;
    border: 1px solid #e60014;
    border-radius: 22px;
    color: #e60014;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.68px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    height: 44px;
    width: 192px;
    position: relative;
    z-index: 1;
  }

  .project-detail .project-step-content.is-set .project-step-more:focus {
    outline-color: #e60014;
  }

  .project-detail .project-step-content.is-set .project-step-more.is-hidden {
    display: none;
  }
}
