@charset "UTF-8";
/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: .67em 0;
}

/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#grouping-content)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
}

/**
 * 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 (https://html.spec.whatwg.org/multipage/semantics.html#text-level-semantics)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000;
}

/**
 * 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: -.25em;
}

sup {
  top: -.5em;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */
/**
 * Collapse border spacing
 */
table {
  border-collapse: collapse;
}

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

/**
 * 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * 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;
}

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
}

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

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default;
}

/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

img,
embed,
iframe,
object,
audio,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
  text-align: left;
}

html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}

body {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0 auto;
  padding: 0;
  overflow-x: hidden;
  font-family: "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 62.5%;
  color: #212121;
  word-wrap: break-word;
  /** 10px */
  /* フォントレンダリング設定: 1x解像度ではsubpixel、2x以上の解像度ではgrayscale */
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}

ul, li {
  margin: 0;
  padding: 0;
}

a {
  color: #000;
  text-decoration: none;
}

/*
a:hover {
  opacity: 0.6;

}
*/
input {
  vertical-align: bottom;
  margin: 0;
  padding: 0;
}

.br-sp::before {
  content: "\A";
  white-space: pre;
}

.br::before {
  content: "\A";
  white-space: pre;
}

.fadein {
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  opacity: 0;
}

.fadein.on {
  opacity: 1;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  background: #1a1a1a;
}

.header-logo {
  display: block;
  width: 23.5px;
  height: 30px;
  background: url(../img/common/img_logo_white.png) center/contain no-repeat;
}

.footer__inner {
  width: 86.7%;
  margin: 0 auto;
  padding: 0 0 20px;
}

.footer-top__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 !important;
}

.footer-top__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100px;
  position: relative;
}

.footer-top__item:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 13px;
  background: url(../img/common/img_arrow.png) center right/cover no-repeat;
  opacity: 1;
}

.footer-top__item:hover:after {
  -webkit-animation: hover-arrow 0.8s cubic-bezier(0.5, 0.25, 0, 1) 0s 1 normal forwards;
          animation: hover-arrow 0.8s cubic-bezier(0.5, 0.25, 0, 1) 0s 1 normal forwards;
}

.footer-top__item--left {
  background: #00a633;
}

.footer-top__item--right {
  background: #008ae2;
}

.footer-top__ttl {
  background: center / contain no-repeat;
  margin-bottom: 5.5px;
}

.footer-top__ttl--01 {
  width: 65.5px;
  height: 27px;
  background-image: url(../img/common/txt_footer_link_txt_01.svg);
}

.footer-top__ttl--02 {
  width: 125.5px;
  height: 29px;
  background-image: url(../img/common/txt_footer_link_txt_02.svg);
}

.footer-top__txt {
  color: #fff;
  font-size: 1.2rem;
}

.footer-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-list__line {
  width: 100%;
}

.footer-list__line:not(:last-of-type) {
  margin-bottom: 40px;
}

.footer-list__line:last-of-type {
  margin-right: 0px;
}

.footer-list__blc:not(:last-of-type) {
  margin-bottom: 40px;
}

.footer-list__ttl {
  display: block;
  width: 100%;
  background: center left / contain no-repeat;
  margin-bottom: 18px;
}

.footer-list__ttl--01 {
  height: 22px;
  background-image: url(../img/common/txt_footer_list_title_01.svg);
}

.footer-list__ttl--02 {
  height: 17px;
  background-image: url(../img/common/txt_footer_list_title_02.svg);
}

.footer-list__ttl--03 {
  height: 19px;
  background-image: url(../img/common/txt_footer_list_title_03.svg);
}

.footer-list__ttl--04 {
  height: 19px;
  background-image: url(../img/common/txt_footer_list_title_04.svg);
}

.footer-list__ttl--05 {
  height: 24px;
  background-image: url(../img/common/txt_footer_list_title_05.svg);
}

.footer-list__ttl--06 {
  height: 22px;
  background-image: url(../img/common/txt_footer_list_title_06.svg);
}

.footer-list__ttl--07 {
  height: 17px;
  background-image: url(../img/common/txt_footer_list_title_07.svg);
}

.footer-list__li:not(:last-of-type) {
  margin-bottom: 8px;
}

.footer-list__link {
  font-size: 1.3rem;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.footer-list__link:hover {
  opacity: 0.6;
}

.footer-list__recruit--02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0;
}

.footer-list__inline-block {
  display: inline-block;
}

.footer-recruit__btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 170px;
  height: 40px;
  margin-left: auto;
  border: 1px solid;
  overflow: hidden;
}

.footer-recruit__btn:hover .footer-recruit__btn-txt {
  color: #fff;
}

.footer-recruit__btn--01 {
  border-color: #008ae2;
  position: relative;
  overflow: hidden;
}

.footer-recruit__btn--01:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  z-index: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.footer-recruit__btn--01:hover:after {
  width: 200%;
  height: 200%;
}

.footer-recruit__btn--01:after {
  left: 0;
  width: 8px;
  height: 8px;
  background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #008ae2)) no-repeat top left/100% 100%;
  background: -webkit-linear-gradient(bottom right, rgba(255, 255, 255, 0) 50%, #008ae2 50.5%) no-repeat top left/100% 100%;
  background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #008ae2 50.5%) no-repeat top left/100% 100%;
}

.footer-recruit__btn--02 {
  border-color: #1a1a1a;
  position: relative;
  overflow: hidden;
}

.footer-recruit__btn--02:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  z-index: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.footer-recruit__btn--02:hover:after {
  width: 200%;
  height: 200%;
}

.footer-recruit__btn--02:after {
  left: 0;
  width: 8px;
  height: 8px;
  background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #1a1a1a)) no-repeat top left/100% 100%;
  background: -webkit-linear-gradient(bottom right, rgba(255, 255, 255, 0) 50%, #1a1a1a 50.5%) no-repeat top left/100% 100%;
  background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #1a1a1a 50.5%) no-repeat top left/100% 100%;
}

.footer-recruit__btn--03 {
  border-color: #00a633;
  position: relative;
  overflow: hidden;
}

.footer-recruit__btn--03:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  z-index: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.footer-recruit__btn--03:hover:after {
  width: 200%;
  height: 200%;
}

.footer-recruit__btn--03:after {
  left: 0;
  width: 8px;
  height: 8px;
  background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #00a633)) no-repeat top left/100% 100%;
  background: -webkit-linear-gradient(bottom right, rgba(255, 255, 255, 0) 50%, #00a633 50.5%) no-repeat top left/100% 100%;
  background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #00a633 50.5%) no-repeat top left/100% 100%;
}

.footer-recruit__btn:not(:last-of-type) {
  margin-bottom: 20px;
}

.footer-recruit__btn-txt {
  position: relative;
  z-index: 2;
  font-family: "Hind", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .025em;
  line-height: 1;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.footer-recruit__textlink {
  position: relative;
  display: block;
  padding-left: 15px;
  font-size: 1.1rem;
  line-height: 1.5;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.footer-recruit__textlink:hover {
  opacity: 0.6;
}

.footer-recruit__textlink:not(:last-of-type) {
  margin-bottom: 20px;
}

.footer-recruit__textlink:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: center left / contain no-repeat;
}

.footer-recruit__textlink--01:before {
  width: 6px;
  height: 10px;
  background-image: url(../img/common/icon_footer_link_txt_01.png);
}

.footer-recruit__textlink--02:before {
  width: 8px;
  height: 8px;
  background-image: url(../img/common/icon_footer_link_txt_02.png);
}

.footer__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #6c6c6c;
  padding-top: 20px;
  border-top: 0.5px solid #f3f3f3;
}

.footer__environment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
  font-size: 1.0rem;
  white-space: nowrap;
}

.footer__copyright {
  font-family: "Hind", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.0rem;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}

.footer .external-link {
  position: relative;
  padding-left: 11.5px;
}

.footer .external-link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6.5px;
  height: 6.5px;
  background: url(../img/common/icon_footer_link_txt_02.png) center/contain no-repeat;
}

.environment__line {
  display: block;
}

.footer-sub {
  text-align: center;
  margin-bottom: 20px;
}

.footer-sub .footer-recruit__textlink {
  display: inline-block;
}

.footer-sub .footer-recruit__textlink:before {
  top: 8px;
}

.side-nav__inner {
  position: fixed;
  top: 25px;
  right: 25px;
  z-index: 600;
}

.side-nav__inner.is-active {
  position: fixed;
}

.side-nav__inner.is-active .side-nav__menu {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.side-nav-btn {
  position: relative;
  width: 25px;
  height: 10px;
  padding: 0;
  text-align: center;
  border: none;
  outline: none;
  background: transparent;
  z-index: 1000;
  cursor: pointer;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}

.side-nav-btn:hover {
  -webkit-transform: scaleX(1.5);
          transform: scaleX(1.5);
}

.side-nav-btn-icon {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: width 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: width 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.side-nav-btn-icon__line {
  position: absolute;
  display: block;
  background: #1a1a1a;
  width: 100%;
  height: 1px;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.side-nav-btn-icon__line:nth-of-type(1) {
  top: 0;
}

.side-nav-btn-icon__line:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.side-nav-btn-icon__line:nth-of-type(3) {
  bottom: 0;
}

.side-nav-btn.is-active-trigger {
  width: 16px;
  height: 16px;
}

.side-nav-btn.is-active-trigger:hover {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}

.side-nav-btn.is-active-trigger .side-nav-btn-icon__line {
  position: absolute;
  top: 50%;
  background: #fff;
}

.side-nav-btn.is-active-trigger .side-nav-btn-icon__line:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.side-nav-btn.is-active-trigger .side-nav-btn-icon__line:nth-of-type(2) {
  opacity: 0;
}

.side-nav-btn.is-active-trigger .side-nav-btn-icon__line:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.side-nav__txt {
  display: none;
}

.side-nav__recruit {
  position: fixed;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 50px;
  background: #1a1a1a;
  opacity: 0;
}

.side-nav-recruit__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

.side-nav-recruit__btn-txt {
  position: relative;
  z-index: 1;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
}

.side-nav-recruit__btn--intern {
  position: relative;
  overflow: hidden;
}

.side-nav-recruit__btn--intern:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  z-index: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.side-nav-recruit__btn--intern:hover:after {
  width: 200%;
  height: 200%;
}

.side-nav-recruit__btn--intern:after {
  left: 0;
  width: 8px;
  height: 8px;
  background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #008ae2)) no-repeat top left/100% 100%;
  background: -webkit-linear-gradient(bottom right, rgba(255, 255, 255, 0) 50%, #008ae2 50.5%) no-repeat top left/100% 100%;
  background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #008ae2 50.5%) no-repeat top left/100% 100%;
}

.side-nav-recruit__btn--entry {
  position: relative;
  overflow: hidden;
}

.side-nav-recruit__btn--entry:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  z-index: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.side-nav-recruit__btn--entry:hover:after {
  width: 200%;
  height: 200%;
}

.side-nav-recruit__btn--entry:after {
  left: 0;
  width: 8px;
  height: 8px;
  background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #00a633)) no-repeat top left/100% 100%;
  background: -webkit-linear-gradient(bottom right, rgba(255, 255, 255, 0) 50%, #00a633 50.5%) no-repeat top left/100% 100%;
  background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #00a633 50.5%) no-repeat top left/100% 100%;
}

.side-nav-recruit__line {
  position: relative;
  width: 2.5px;
  height: 100%;
  background: #fff;
}

.side-nav__menu {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  overflow-x: hidden;
}

.side-nav__bg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(26, 26, 26, 0.75);
}

.side-nav-list {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  height: 100vh;
  padding: 68.5px 0 102.75px;
  background: rgba(26, 26, 26, 0.97);
}

.side-nav-list::-webkit-scrollbar {
  display: none;
}

.side-nav-list__line {
  width: 86.7%;
  margin: 0 auto;
}

.side-nav-list__line:last-of-type .side-nav-list__blc {
  border-bottom: none;
}

.side-nav-list__blc {
  position: relative;
  padding: 0;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  z-index: 1;
}

.side-nav-list__border {
  position: relative;
  width: 100%;
  height: 1px;
  margin: 0;
  background: #6c6c6c;
  z-index: 2;
}

.side-nav-list__border:before {
  content: "";
  width: 20px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.side-nav-list__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  padding: 20px 0;
  cursor: pointer;
}

.side-nav-list__ttl.is-active-trigger .side-nav__accordion:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.side-nav-list__ul {
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  padding-bottom: 0;
  -webkit-transition: padding-bottom 0.2s linear 0s, max-height 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.1s, opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  transition: padding-bottom 0.2s linear 0s, max-height 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.1s, opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
}

.side-nav-list__li {
  margin-bottom: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
}

.side-nav-list__link {
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.85;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.side-nav-list__link:hover {
  opacity: .6;
}

.side-nav-list__link.private {
  color: #444444;
}

.side-nav__accordion {
  position: absolute;
  top: 25px;
  right: 7.5px;
  width: 10px;
  height: 10px;
  cursor: pointer;
}

.side-nav__accordion:before, .side-nav__accordion:after {
  content: "";
  position: absolute;
  top: 50%;
  height: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
}

.side-nav__accordion:before {
  width: 100%;
  height: 1px;
}

.side-nav__accordion:after {
  width: 1px;
  height: 100%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.side-nav-bottom {
  margin-top: 20px;
}

.side-nav-bottom__blc {
  width: 100%;
  margin-right: 0;
}

.side-nav-bottom__textlink {
  position: relative;
  display: block;
  padding-left: 11.5px;
  color: #fff;
  font-size: 1.1rem;
  cursor: pointer;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.side-nav-bottom__textlink:not(:last-of-type) {
  margin-bottom: 20px;
}

.side-nav-bottom__textlink:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.side-nav-bottom__textlink:hover {
  opacity: .6;
}

.side-nav-bottom__textlink--01:before {
  width: 4px;
  height: 7px;
  background: url(../img/common/icon_side_nav_link_txt_01.png) center/contain no-repeat;
}

.side-nav-bottom__textlink--02:before {
  width: 6.5px;
  height: 6.5px;
  background: url(../img/common/icon_side_nav_link_txt_02.png) center/contain no-repeat;
}

.side-nav-bottom__btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
}

.side-nav-bottom__btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  height: 30px;
  border: 0.5px solid #aaa;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.side-nav-bottom__btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  z-index: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.side-nav-bottom__btn:hover:after {
  width: 200%;
  height: 200%;
}

.side-nav-bottom__btn:after {
  left: 0;
  width: 8px;
  height: 8px;
  background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #aaa)) no-repeat top left/100% 100%;
  background: -webkit-linear-gradient(bottom right, rgba(255, 255, 255, 0) 50%, #aaa 50.5%) no-repeat top left/100% 100%;
  background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #aaa 50.5%) no-repeat top left/100% 100%;
}

.side-nav-bottom__btn:hover .side-nav-bottom__btn-txt {
  color: #1a1a1a;
}

.side-nav-bottom__btn-txt {
  position: relative;
  z-index: 2;
  font-family: "Hind", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: .025em;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.side-nav .external-link {
  position: relative;
  padding-left: 11.5px;
}

.side-nav .external-link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6.5px;
  height: 6.5px;
  background: url(../img/common/icon_side_nav_link_txt_02.png) center/contain no-repeat;
}

.nav-ttl__en {
  display: inline-block;
  height: 22.5px;
  margin-right: 18px;
  background: bottom left / contain no-repeat;
}

.nav-ttl__en--01 {
  width: 30px;
  background-image: url(../img/common/txt_nav_list_title_01.svg);
}

.nav-ttl__en--02 {
  width: 66px;
  background-image: url(../img/common/txt_nav_list_title_02.svg);
}

.nav-ttl__en--03 {
  width: 50px;
  background-image: url(../img/common/txt_nav_list_title_03.svg);
}

.nav-ttl__en--04 {
  width: 36px;
  background-image: url(../img/common/txt_nav_list_title_04.svg);
}

.nav-ttl__en--05 {
  width: 127px;
  background-image: url(../img/common/txt_nav_list_title_05.svg);
}

.nav-ttl__en--06 {
  width: 55.5px;
  background-image: url(../img/common/txt_nav_list_title_06.svg);
}

.nav-ttl__en--07 {
  width: 55.5px;
  background-image: url(../img/common/txt_nav_list_title_07.svg);
}

.nav-ttl__ja {
  font-size: 1.1rem;
  color: #aaa;
  line-height: 1;
}

body:not(.pace-done) {
  -webkit-transition: none !important;
  transition: none !important;
}

.container__inner {
  width: 86.7%;
  margin: 0 auto;
}

.load__inner {
  background: #f3f3f3;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.load__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  z-index: 1001;
}

.load__fig {
  background: url("../img/common/img_logo_color.png") center/contain no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 90px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.pace {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.pace .pace-progress {
  background: #008ae2;
  position: fixed;
  top: 0;
  right: 100%;
  width: 100%;
  height: 6px;
  z-index: 2000;
}

.pace-running .container {
  display: none;
}

.pace-done .pace-inactive {
  display: none;
}

.ttl-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.ttl-01--left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.ttl-01__main {
  background: center / contain no-repeat;
  margin-bottom: 8px;
}

.ttl-01__main--field-matrix {
  background-image: url(../img/field/txt_field_matrix_01.svg);
  width: 77px;
  height: 19px;
}

.ttl-01__main--field-jobs {
  background-image: url(../img/field/txt_field_jobs_01.svg);
  width: 53px;
  height: 20px;
}

.ttl-01__main--field-topics {
  background-image: url(../img/field/txt_field_topics_01.svg);
  width: 69px;
  height: 24px;
}

.ttl-01__sub {
  margin-bottom: 30px;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: .05em;
  color: #aaa;
}

.footer-top__inner, .top-kv, .top-message__inner {
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
  padding-left: calc((100vw - 100%) / 2);
  padding-right: calc((100vw - 100%) / 2);
}

@-webkit-keyframes hover-arrow {
  0% {
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    opacity: 1;
  }
  60% {
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
    opacity: 0;
  }
  70% {
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    opacity: 1;
  }
}

@keyframes hover-arrow {
  0% {
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    opacity: 1;
  }
  60% {
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
    opacity: 0;
  }
  70% {
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    opacity: 1;
  }
}

@-webkit-keyframes hover-arrow2 {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
  60% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  70% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
}

@keyframes hover-arrow2 {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
  60% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  70% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
}

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

.hidden {
  display: none;
}

.private {
  display: inline-block;
  color: #aaa;
}

.award-icon {
  position: absolute;
  top: 0;
  left: 80px;
  width: 80px;
  height: 64px;
  z-index: 10;
}

.top-kv {
  padding: 0;
  overflow: hidden;
}

.top-kv-pattern--01 .top-kv-ttl__fig {
  background-image: url(../img/top/txt_kv_01_ttl.svg);
}

.top-kv-pattern--01 .top-kv-person__fig {
  background-image: url(../img/top/img_kv_01_person_01_sp.png);
}

.top-kv-pattern--01 .top-kv-curve--01 {
  top: 14vh;
  right: -5px;
}

.top-kv-pattern--01 .top-kv-curve--01 .top-kv-curve__fig {
  background-size: 100% auto;
}

.top-kv-pattern--01 .top-kv-curve--02 {
  top: 0;
  right: 23.46%;
  height: 100vh;
}

.top-kv-pattern--01 .top-kv-curve--02 .top-kv-curve__fig {
  background-position: top right;
  background-size: auto 100%;
}

.top-kv-pattern--01 .top-kv-curve--03 {
  bottom: 6.5vh;
  left: 50%;
  width: 180vw;
  -webkit-transform: translateX(-150%) scale(0.1);
          transform: translateX(-150%) scale(0.1);
}

.top-kv-pattern--01 .top-kv-curve--03 .top-kv-curve__fig {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-position-y: bottom;
}

.top-kv-pattern--01 .top-kv-curve__fig--01 {
  background-image: url(../img/top/img_kv_01_curve_01_sp.png);
}

.top-kv-pattern--01 .top-kv-curve__fig--02 {
  background-image: url(../img/top/img_kv_01_curve_02_sp.png);
}

.top-kv-pattern--01 .top-kv-curve__fig--03 {
  background-image: url(../img/top/img_kv_01_curve_03_sp.png);
  background-size: 100% auto;
}

.top-kv-pattern--01 .top-kv-order__item {
  color: #ff3d00;
}

.top-kv-pattern--01 .top-kv-order__circle {
  stroke: #ff3d00;
}

.top-kv-pattern--01 .top-kv-person {
  right: 0;
  height: 88.17vh;
}

.top-kv-pattern--01 .top-kv-person .top-kv-person__fig {
  background-position-x: right;
}

.top-kv-pattern--02 .top-kv-ttl__fig {
  background-image: url(../img/top/txt_kv_02_ttl.svg);
}

.top-kv-pattern--02 .top-kv-person__fig {
  background-image: url(../img/top/img_kv_02_person_01_sp.png);
}

.top-kv-pattern--02 .top-kv-curve--01 {
  top: 0;
  left: 0;
}

.top-kv-pattern--02 .top-kv-curve--01 .top-kv-curve__fig {
  background-position-x: center;
  background-size: 100% auto;
}

.top-kv-pattern--02 .top-kv-curve--02 {
  top: 0;
  left: 0;
}

.top-kv-pattern--02 .top-kv-curve--02 .top-kv-curve__fig {
  background-size: auto 100%;
}

.top-kv-pattern--02 .top-kv-curve--03 {
  bottom: 18vh;
  right: 50%;
  width: 217vw;
  -webkit-transform: translateX(150%) scale(0.1);
          transform: translateX(150%) scale(0.1);
}

.top-kv-pattern--02 .top-kv-curve--03 .top-kv-curve__fig {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-position-y: bottom;
}

.top-kv-pattern--02 .top-kv-curve__fig--01 {
  background-image: url(../img/top/img_kv_02_curve_01_sp.png);
}

.top-kv-pattern--02 .top-kv-curve__fig--02 {
  background-image: url(../img/top/img_kv_02_curve_02_sp.png);
}

.top-kv-pattern--02 .top-kv-curve__fig--03 {
  background-image: url(../img/top/img_kv_02_curve_03_sp.png);
  background-size: 100% auto;
}

.top-kv-pattern--02 .top-kv-order__item {
  color: #008ae2;
}

.top-kv-pattern--02 .top-kv-order__circle {
  stroke: #008ae2;
}

.top-kv-pattern--02 .top-kv-person {
  right: -20vw;
  height: 86.2vh;
}

.top-kv-pattern--03 .top-kv-ttl__fig {
  background-image: url(../img/top/txt_kv_03_ttl.svg);
}

.top-kv-pattern--03 .top-kv-person__fig {
  background-image: url(../img/top/img_kv_03_person_01_sp.png);
}

.top-kv-pattern--03 .top-kv-curve--01 {
  top: calc(60px + 2.6vh);
  left: 0;
}

.top-kv-pattern--03 .top-kv-curve--01 .top-kv-curve__fig {
  background-size: 100% auto;
  background-position-y: top;
}

.top-kv-pattern--03 .top-kv-curve--02 {
  top: 0;
  right: 0;
}

.top-kv-pattern--03 .top-kv-curve--02 .top-kv-curve__fig {
  background-position-x: right;
  background-size: auto 100%;
}

.top-kv-pattern--03 .top-kv-curve--03 {
  top: 57.3vh;
  right: 50%;
  width: 241vw;
  -webkit-transform: translateX(150%) scale(0.1);
          transform: translateX(150%) scale(0.1);
}

.top-kv-pattern--03 .top-kv-curve--03 .top-kv-curve__fig {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  background-position-y: top;
}

.top-kv-pattern--03 .top-kv-curve__fig--01 {
  background-image: url(../img/top/img_kv_03_curve_01_sp.png);
}

.top-kv-pattern--03 .top-kv-curve__fig--02 {
  background-image: url(../img/top/img_kv_03_curve_02_sp.png);
}

.top-kv-pattern--03 .top-kv-curve__fig--03 {
  background-image: url(../img/top/img_kv_03_curve_03_sp.png);
  background-size: 100% auto;
}

.top-kv-pattern--03 .top-kv-order__item {
  color: #00a633;
}

.top-kv-pattern--03 .top-kv-order__circle {
  stroke: #00a633;
}

.top-kv-pattern--03 .top-kv-person {
  height: 87.3vh;
}

.top-kv-pattern--03 .top-kv-person .top-kv-person__fig {
  background-size: cover;
}

.top-kv__inner {
  position: relative;
  width: 100%;
  height: 100vh;
}

.top-kv__inner.move .top-kv-ttl__fig,
.top-kv__inner.move .top-kv-txt__item {
  -webkit-animation: kv-txt-sp 4.7s ease-out 0s 1 normal forwards;
          animation: kv-txt-sp 4.7s ease-out 0s 1 normal forwards;
}

.top-kv__inner.move .top-kv-person__fig,
.top-kv__inner.move .top-kv-curve__fig--01,
.top-kv__inner.move .top-kv-curve__fig--02 {
  -webkit-animation: scale 4.4s ease-out 0s 1 normal forwards;
          animation: scale 4.4s ease-out 0s 1 normal forwards;
}

.top-kv__item {
  position: absolute;
  top: calc(50% - 20px);
  left: 6.7%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}

.top-kv__bg {
  background: url(../img/top/bg_kv_dot.jpg) center/auto 100% no-repeat;
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
}

.top-kv__bg--left {
  background-position: center left;
  left: 0;
}

.top-kv__bg--right {
  background-position: center right;
  right: 0;
}

.top-kv-ttl {
  position: relative;
  width: 86.7%;
  height: 77.25px;
  margin-bottom: 21px;
  overflow: hidden;
}

.top-kv-ttl__fig {
  background: center left / contain no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 150%, 0);
          transform: translate3d(0, 150%, 0);
}

.top-kv-txt {
  height: 15px;
  overflow: hidden;
}

.top-kv-txt__item {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.27;
  letter-spacing: 0.05em;
  -webkit-transform: translate3d(0, 115%, 0);
          transform: translate3d(0, 115%, 0);
}

.top-kv-order {
  height: 44px;
  margin-bottom: 15px;
  overflow: hidden;
}

.top-kv-order__item {
  font-family: "Hind", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-kv-order__txt {
  margin-right: 12.5px;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0;
}

.top-kv-order__number {
  position: relative;
}

.top-kv-order__integer {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  z-index: 2;
}

.top-kv-order__svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.top-kv-order__circle {
  fill: transparent;
  stroke-width: 1;
}

.top-kv-order__circle.active {
  -webkit-animation: drawCircle-sp 5s linear 0s 1 normal none;
          animation: drawCircle-sp 5s linear 0s 1 normal none;
}

.top-kv-person {
  position: absolute;
  bottom: 0;
  width: 100vw;
  opacity: 0;
  z-index: 5;
}

.top-kv-person__fig {
  background-position: top center;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 100%;
}

.top-kv-curve {
  position: absolute;
  width: 100vw;
  height: 100vh;
}

.top-kv-curve--01 {
  opacity: 0;
  z-index: 3;
}

.top-kv-curve--02 {
  opacity: 0;
  z-index: 4;
}

.top-kv-curve--03 {
  opacity: 0;
  z-index: 6;
}

.top-kv-curve__fig {
  width: 100%;
  height: 100%;
}

.top-kv-news__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  position: absolute;
  bottom: 12.5px;
  right: 50%;
  width: 93.3vw;
  height: 60px;
  border-radius: 30px;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  z-index: 7;
}

.top-kv-news__article-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  width: calc(100% - (142px / 2));
  margin-left: 20px;
}

.top-kv-news__article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  opacity: 0;
}

.top-kv-news .news-active {
  opacity: 1;
}

.top-kv-news__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Hind", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #1a1a1a;
  width: 71px;
  height: 100%;
  border-radius: 30px 0 0 30px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
}

.top-kv-news__date {
  font-family: "Hind", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  font-weight: 500;
  color: #6c6c6c;
}

.top-kv-news__txt {
  width: 100%;
  overflow: hidden;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.top-kv-news__arrow-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 11px;
  height: 25px;
  margin-right: 25px;
}

.top-kv-news__arrow {
  width: 8px;
  height: 8px;
  border-top: 1px solid;
  border-right: 1px solid;
  cursor: pointer;
}

.top-kv-news__arrow--prev {
  border-color: #aaa;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.top-kv-news__arrow--next {
  border-color: #aaa;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.top-kv-news__arrow.arrow-active {
  border-color: #1a1a1a;
}

.top-kv-pattern--01 .top-kv-ttl {
  margin-bottom: 5px;
}

.top-kv-pattern--01 .top-kv-txt {
  margin-bottom: 16px;
}

.top-message__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-top: 60px;
  padding-bottom: 94.5px;
}

.top-message__inner.active .top-message__txt {
  opacity: 1;
}

.top-message__inner.active .top-message__txt-cover {
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}

.top-message__inner.active .top-message__img-cover {
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}

.top-message__bg {
  background: url(../img/top/bg_message_sp.jpg) center right/cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}

.top-message__item {
  margin-bottom: 50px;
}

.top-message-ttl {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}

.top-message-ttl__main {
  background-image: url(../img/top/txt_message_ttl.svg);
  width: 95.65px;
  height: 24px;
}

.top-message__paragraph {
  position: relative;
  margin-bottom: 15px;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.top-message__paragraph:nth-of-type(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.top-message__paragraph:nth-of-type(2) .top-message__txt-cover {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.top-message__paragraph:nth-of-type(3) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.top-message__paragraph:nth-of-type(3) .top-message__txt-cover {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.top-message__txt {
  position: relative;
  margin: 0.25em 0;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  text-align: center;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  opacity: 0;
}

.top-message__txt-cover {
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100.1%;
  height: 100.1%;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: scale(1);
          transform: scale(1);
  background: #f3f3f3;
}

.top-message__fig {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 235px;
  max-width: 325px;
  margin: 0 auto;
  z-index: 2;
}

.top-message__img {
  background: url(../img/top/img_message_01_pc.jpg) center/auto 134% no-repeat;
  position: relative;
  width: calc(100% / 3 - 10px);
  height: 100%;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}

.top-message__img--01 {
  background-position: top left;
}

.top-message__img--02 {
  background-position: top -39px center;
  margin-top: 39px;
}

.top-message__img--02 .top-message__img-cover {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.top-message__img--03 {
  background-position: top right;
}

.top-message__img--03 .top-message__img-cover {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.top-message__img-cover {
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100.1%;
  height: 100.1%;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: scale(1);
          transform: scale(1);
  background: #f3f3f3;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.top-movie-ttl__main {
  background-image: url(../img/top/txt_movie_ttl.svg);
  width: 47.5px;
  height: 12.5px;
  margin: 0 auto 10px;
}

.top-movie-ttl__main--2 {
  background-image: url(../img/top/txt_movie_ttl2.svg);
  width: 127px;
  height: 23px;
}

.top-movie__sub {
  font-size: 2rem;
  line-height: 1;
  color: #fff;
  margin-top: 10px;
  margin: 0 auto;
}

.top-movie__inner {
  position: relative;
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 50px;
  padding-bottom: 48px;
  background-color: #212121;
}

.top-movie__bg {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
}

.top-movie__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 28px;
}

.top-movie__thumbnail {
  position: relative;
  width: calc(50% - (19px / 2));
  margin-top: 20px;
  border-bottom: solid 1px #777777;
  padding-bottom: 10px;
}

.top-movie__thumbnail:first-of-type, .top-movie__thumbnail:nth-of-type(2) {
  margin-top: 0;
}

.top-movie__thumbnail .top-movie-link {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 32px;
}

.top-movie__thumbnail--big {
  width: 100%;
  margin-bottom: 0;
  border-bottom: none;
  padding: 0;
}

.top-movie__thumbnail--big .top-movie__fig {
  margin-bottom: 0;
}

.top-movie__thumbnail--big .top-movie__link {
  position: absolute;
  bottom: 6px;
  left: 16px;
  z-index: 1;
}

.top-movie__thumbnail--big .top-movie-link__txt {
  font-size: 1.45rem;
  letter-spacing: 0.05em;
}

.top-movie__band {
  width: 100%;
}

.top-movie__thumbnail--flex {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  border-bottom: none;
  padding: 0;
}

.top-movie__thumbnail--flex:first-of-type {
  margin-top: 20px;
}

.top-movie__thumbnail--flex:nth-of-type(2) {
  margin-top: 20px;
}

.top-movie__thumbnail--flex .top-movie__fig {
  padding: 0;
  margin: 0;
  width: 30%;
  height: auto;
  min-width: 177.5px;
  min-height: 106.5px;
}

.top-movie__thumbnail--flex .top-movie__link {
  width: 68%;
  border-bottom: solid 1px #777777;
}

.top-movie__thumbnail--flex .top-movie-link__txt {
  margin: 0;
}

.top-movie__thumbnail--flex .top-movie__arrow {
  position: absolute;
  bottom: 12px;
  right: 0;
}

.top-movie__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.top-movie__txt {
  font-size: 1.1rem;
  line-height: 1.63636;
  color: #fff;
  margin-top: 12px;
}

.top-movie__minute {
  position: absolute;
  right: 4px;
  bottom: 4px;
  font-size: 1.1rem;
  line-height: 1.27273;
  color: #fff;
  background-color: #212121;
  border-radius: 2px;
  padding: 2px 6px;
}

.top-movie__fig {
  position: relative;
  display: block;
  background: center / auto 100% no-repeat;
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 56.4%;
  -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  cursor: pointer;
}

.top-movie__fig--00 {
  background: top left / auto 100% no-repeat;
  background-image: url(../img/top/img_movie_thumbnail_00.jpg);
}

.top-movie__fig--01 {
  background-image: url(../img/top/img_movie_thumbnail_01.jpg);
}

.top-movie__fig--02 {
  background-image: url(../img/top/img_movie_thumbnail_05.jpg);
}

.top-movie__fig--03 {
  background-image: url(../img/top/img_movie_thumbnail_06.jpg);
}

.top-movie__fig--04 {
  background-image: url(../img/top/img_movie_thumbnail_04.jpg);
}

.top-movie__fig--07 {
  background-image: url(../img/top/img_movie_thumbnail_07.jpg);
}

.top-movie__fig--08 {
  background-image: url(../img/top/img_movie_thumbnail_08.jpg);
}

.top-movie__fig--09 {
  background-image: url(../img/top/img_movie_thumbnail_09.jpg);
}

.top-movie__fig--10 {
  background-image: url(../img/top/img_movie_thumbnail_10.jpg);
}

.top-movie__fig--11 {
  background-image: url(../img/top/img_movie_thumbnail_11.jpg);
}

.top-movie__fig--12 {
  background-image: url(../img/top/img_movie_thumbnail_12.jpg);
}

.top-movie__fig--13 {
  background-image: url(../img/top/img_movie_thumbnail_13.jpg);
}

.top-movie__fig:nth-of-type(odd) {
  margin-right: 15px;
}

.top-movie__fig:hover {
  background-size: auto 110%;
}

.top-movie__fig:hover + .top-movie-link .top-movie__arrow {
  -webkit-animation: hover-arrow2 0.8s cubic-bezier(0.5, 0.25, 0, 1) 0s 1 normal forwards;
          animation: hover-arrow2 0.8s cubic-bezier(0.5, 0.25, 0, 1) 0s 1 normal forwards;
}

.top-movie__arrow {
  display: inline-block;
  background: url(../img/common/img_arrow.png) center right/cover no-repeat;
  width: 25px;
  height: 11px;
  opacity: 1;
}

.top-movie-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.top-movie-link__txt {
  margin-right: 15px;
  font-size: 1.2rem;
  line-height: 1.33333;
  letter-spacing: 0.025em;
  color: #fff;
}

.top-movie-link:hover .top-movie__arrow {
  -webkit-animation: hover-arrow2 0.8s cubic-bezier(0.5, 0.25, 0, 1) 0s 1 normal forwards;
          animation: hover-arrow2 0.8s cubic-bezier(0.5, 0.25, 0, 1) 0s 1 normal forwards;
}

.top-movie-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 275px;
  height: 40px;
  margin: 30px auto 0;
  border: 1px solid #aaa;
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  color: #fff;
}

.top-movie-btn__txt {
  margin-right: 15px;
}

.top-movie-btn:hover .top-movie__arrow {
  -webkit-animation: hover-arrow2 0.8s cubic-bezier(0.5, 0.25, 0, 1) 0s 1 normal forwards;
          animation: hover-arrow2 0.8s cubic-bezier(0.5, 0.25, 0, 1) 0s 1 normal forwards;
}

.top-movie__block {
  margin-top: 48px;
}

.top-movie__block:first-of-type {
  margin-top: 0;
}

div.modal-video {
  background: rgba(0, 0, 0, 0.85);
}

div.modal-video-body {
  width: 86.7%;
}

button.modal-video-close-btn {
  outline: none;
  top: -20px;
  right: 0;
  width: 50px;
  height: 50px;
  padding: 0;
  border: none;
  border: 0.5px solid #fff;
  border-radius: 50%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  cursor: pointer;
}

button.modal-video-close-btn:before, button.modal-video-close-btn:after {
  left: 50%;
  width: 35%;
  height: 1px;
  margin: 0;
}

button.modal-video-close-btn:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

button.modal-video-close-btn:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.top-contents__inner {
  margin: 50px auto;
  padding-top: 40px;
}

.top-contents__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
}

.top-contents-head__item--01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.top-contents__sec--01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.top-contents-ttl {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.top-contents-ttl__main {
  background-image: url(../img/top/txt_contents_ttl.svg);
  width: 98.5px;
  height: 19px;
}

.top-contents-ttl--sub {
  margin-bottom: 0;
}

.top-contents-tag__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 8.25px;
  cursor: pointer;
}

.top-contents-tag__txt {
  position: relative;
  margin: 6.75px 0;
  margin-right: 15px;
  padding-bottom: 7px;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.025em;
  color: #aaa;
}

.top-contents-tag__txt:before {
  content: "";
  background: #1a1a1a;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
}

.top-contents-tag__txt.selected, .top-contents-tag__txt:hover {
  color: #1a1a1a;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.top-contents-tag__txt.selected:before, .top-contents-tag__txt:hover:before {
  opacity: 1;
}

.top-contents-tag__all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 150px;
  height: 30px;
  border: 0.5px solid #aaa;
  font-size: 1.1rem;
  font-weight: 600;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}

.top-contents-tag__all:hover {
  border-color: #1a1a1a;
}

.top-contents-article__count {
  font-family: "Hind", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  position: relative;
  padding-left: 41px;
  overflow-y: hidden;
  font-size: 1.5rem;
  font-weight: 600;
}

.top-contents-article__count:before {
  content: "";
  display: block;
  background: #1a1a1a;
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 1px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.top-contents-article__number {
  padding-right: 0.5em;
  font-size: 2.5rem;
}

.top-contents-article__inner {
  margin-top: 40px;
}

.top-media__inner {
  padding: 40px 0;
}

.top-media__ttl {
  background: url(../img/top/txt_media_ttl.svg) center/contain no-repeat;
  width: 201px;
  height: 40px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.contents-article__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: calc(100% + 7.5px);
}

.contents-article__item {
  width: calc(50% - (15px / 2));
  margin-bottom: 20px;
  overflow: hidden;
  opacity: 0;
}

.contents-article__item:nth-of-type(odd) {
  margin-right: 15px;
}

.contents-article__item.article-display {
  -webkit-transition: opacity 1s cubic-bezier(0.5, 0.25, 0, 1);
  transition: opacity 1s cubic-bezier(0.5, 0.25, 0, 1);
  opacity: 1;
}

.contents-article__item.article-display .contents-article__cover {
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}

.contents-article__fig {
  background: center / auto 100% no-repeat;
  position: relative;
  width: 100%;
  height: 41.6vw;
  margin-bottom: 15px;
  padding: 10px;
  -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}

.contents-article__fig:hover {
  background-size: auto 110%;
}

.contents-article__fig:hover .contents-article-ttl__ja:after {
  -webkit-animation: hover-arrow 0.8s cubic-bezier(0.5, 0.25, 0, 1) 0s 1 normal forwards;
          animation: hover-arrow 0.8s cubic-bezier(0.5, 0.25, 0, 1) 0s 1 normal forwards;
}

.contents-article__fig:after {
  content: "";
  display: block;
  background: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
  background: -webkit-linear-gradient(bottom, #000, transparent);
  background: linear-gradient(to top, #000, transparent);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  opacity: 0.8;
  z-index: 1;
}

.contents-article__cover {
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100.1%;
  height: 100.1%;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: scale(1);
          transform: scale(1);
  background: #1a1a1a;
}

.contents-article__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.contents-article-ttl {
  position: absolute;
  bottom: 10px;
  width: calc(100% - 20px);
  font-size: 1.1rem;
  letter-spacing: 0.025em;
  letter-spacing: 0.025em;
  color: #fff;
  z-index: 2;
}

.contents-article-ttl__en {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 0.5px solid #fff;
}

.contents-article-ttl__ja {
  position: relative;
}

.contents-article-ttl__ja:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 6.5px;
  background: url(../img/common/img_arrow.png) center right/cover no-repeat;
  opacity: 1;
}

.contents-article-ttl__ja:hover:after {
  -webkit-animation: hover-arrow 0.8s cubic-bezier(0.5, 0.25, 0, 1) 0s 1 normal forwards;
          animation: hover-arrow 0.8s cubic-bezier(0.5, 0.25, 0, 1) 0s 1 normal forwards;
}

.contents-article-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.contents-article-tag__txt {
  margin-bottom: 7.5px;
  margin-right: 10px;
  font-size: 1.1rem;
  line-height: 1;
  color: #aaa;
}

.media-article__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: calc(100% + 7.5px);
}

.media-article__item {
  width: calc(50% - (15px / 2));
  margin-bottom: 20px;
  opacity: 0;
}

.media-article__item:nth-of-type(odd) {
  margin-right: 15px;
}

.media-article__item.article-display {
  -webkit-transition: opacity 1s cubic-bezier(0.5, 0.25, 0, 1);
  transition: opacity 1s cubic-bezier(0.5, 0.25, 0, 1);
  opacity: 1;
}

.media-article__item.article-display .media-article__cover {
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}

.media-article__fig {
  background: center / auto 100% no-repeat;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 66.4%;
  overflow: hidden;
  -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}

.media-article__fig:hover {
  background-size: auto 110%;
}

.media-article__cover {
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100.1%;
  height: 100.1%;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: scale(1);
          transform: scale(1);
  background: #1a1a1a;
}

.media-article__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.media-article__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 13px;
}

.media-article__category {
  background: #ee6438;
  margin-bottom: 10px;
  padding: 3px 8px;
  font-size: 1.1rem;
  color: #fff;
}

.media-article__time {
  font-family: "Hind", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-left: 17.5px;
  font-size: 1.1rem;
  color: #aaa;
}

.media-article__time:after {
  content: "";
  background: url(../img/top/icon_media_clock.png) center/contain no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.media-article__ttl {
  display: block;
  margin-bottom: 10px;
  font-size: 1.4rem;
  line-height: 1.43;
}

.media-article-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.media-article-tag__txt {
  margin-bottom: 7.5px;
  margin-right: 10px;
  line-height: 1;
  color: #aaa;
}

.media-article__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: #4b8eab;
  width: 84.6%;
  height: 40px;
  max-width: 550px;
  margin: 40px auto 0;
  font-size: 1.4rem;
  color: #fff;
}

.media-article__btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 6px;
  background: url(../img/common/img_arrow.png) center right/cover no-repeat;
  opacity: 1;
}

.media-article__btn:hover:after {
  -webkit-animation: hover-arrow 0.8s cubic-bezier(0.5, 0.25, 0, 1) 0s 1 normal forwards;
          animation: hover-arrow 0.8s cubic-bezier(0.5, 0.25, 0, 1) 0s 1 normal forwards;
}

.txt-separation {
  display: inline-block;
  line-height: 1.5;
}

.border-decoration {
  position: relative;
  border-top: 1px solid #f3f3f3;
}

.border-decoration:after {
  content: "";
  background: #1a1a1a;
  position: absolute;
  top: -1px;
  left: 0;
  width: 25px;
  height: 1px;
}

/* animation */
@-webkit-keyframes drawCircle-pc {
  0% {
    stroke-dasharray: 0 126;
  }
  99.9%,
  to {
    stroke-dasharray: 126 126;
  }
}
@keyframes drawCircle-pc {
  0% {
    stroke-dasharray: 0 126;
  }
  99.9%,
  to {
    stroke-dasharray: 126 126;
  }
}

@-webkit-keyframes drawCircle-sp {
  0% {
    stroke-dasharray: 0 95;
  }
  99.9%,
  to {
    stroke-dasharray: 95 95;
  }
}

@keyframes drawCircle-sp {
  0% {
    stroke-dasharray: 0 95;
  }
  99.9%,
  to {
    stroke-dasharray: 95 95;
  }
}

@-webkit-keyframes slide-in-pc {
  14% {
    -webkit-transform: scale(0.99) rotate(0.01deg);
            transform: scale(0.99) rotate(0.01deg);
  }
  15% {
    -webkit-transform: scale(1) rotate(0.01deg);
            transform: scale(1) rotate(0.01deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.05) rotate(0.01deg);
            transform: scale(1.05) rotate(0.01deg);
    opacity: 1;
  }
}

@keyframes slide-in-pc {
  14% {
    -webkit-transform: scale(0.99) rotate(0.01deg);
            transform: scale(0.99) rotate(0.01deg);
  }
  15% {
    -webkit-transform: scale(1) rotate(0.01deg);
            transform: scale(1) rotate(0.01deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.05) rotate(0.01deg);
            transform: scale(1.05) rotate(0.01deg);
    opacity: 1;
  }
}

@-webkit-keyframes slide-in-sp1 {
  0% {
    opacity: 0;
  }
  15% {
    -webkit-transform: translateX(calc(-50% - 5vw)) scale(1) rotate(0.01deg);
            transform: translateX(calc(-50% - 5vw)) scale(1) rotate(0.01deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(calc(-50% - 5vw)) scale(1.05) rotate(0.01deg);
            transform: translateX(calc(-50% - 5vw)) scale(1.05) rotate(0.01deg);
    opacity: 1;
  }
}

@keyframes slide-in-sp1 {
  0% {
    opacity: 0;
  }
  15% {
    -webkit-transform: translateX(calc(-50% - 5vw)) scale(1) rotate(0.01deg);
            transform: translateX(calc(-50% - 5vw)) scale(1) rotate(0.01deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(calc(-50% - 5vw)) scale(1.05) rotate(0.01deg);
            transform: translateX(calc(-50% - 5vw)) scale(1.05) rotate(0.01deg);
    opacity: 1;
  }
}

@-webkit-keyframes slide-in-sp2 {
  0% {
    opacity: 0;
  }
  15% {
    -webkit-transform: translateX(50%) scale(1) rotate(0.01deg);
            transform: translateX(50%) scale(1) rotate(0.01deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50%) scale(1.05) rotate(0.01deg);
            transform: translateX(50%) scale(1.05) rotate(0.01deg);
    opacity: 1;
  }
}

@keyframes slide-in-sp2 {
  0% {
    opacity: 0;
  }
  15% {
    -webkit-transform: translateX(50%) scale(1) rotate(0.01deg);
            transform: translateX(50%) scale(1) rotate(0.01deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50%) scale(1.05) rotate(0.01deg);
            transform: translateX(50%) scale(1.05) rotate(0.01deg);
    opacity: 1;
  }
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1.05) rotate(0.0001deg);
            transform: scale(1.05) rotate(0.0001deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0.0001deg);
            transform: scale(1) rotate(0.0001deg);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(1.05) rotate(0.0001deg);
            transform: scale(1.05) rotate(0.0001deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0.0001deg);
            transform: scale(1) rotate(0.0001deg);
  }
}

@-webkit-keyframes kv-txt-pc {
  0% {
    -webkit-transform: translate3d(0, 115%, 0);
            transform: translate3d(0, 115%, 0);
    opacity: 1;
  }
  15% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  94% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  99% {
    -webkit-transform: translate3d(0, -115%, 0);
            transform: translate3d(0, -115%, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, -115%, 0);
            transform: translate3d(0, -115%, 0);
    opacity: 0;
  }
}

@keyframes kv-txt-pc {
  0% {
    -webkit-transform: translate3d(0, 115%, 0);
            transform: translate3d(0, 115%, 0);
    opacity: 1;
  }
  15% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  94% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  99% {
    -webkit-transform: translate3d(0, -115%, 0);
            transform: translate3d(0, -115%, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, -115%, 0);
            transform: translate3d(0, -115%, 0);
    opacity: 0;
  }
}

@-webkit-keyframes kv-txt-sp {
  0% {
    -webkit-transform: translate3d(0, 150%, 0);
            transform: translate3d(0, 150%, 0);
    opacity: 1;
  }
  15% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  94% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  99% {
    -webkit-transform: translate3d(0, -150%, 0);
            transform: translate3d(0, -150%, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, -150%, 0);
            transform: translate3d(0, -150%, 0);
    opacity: 0;
  }
}

@keyframes kv-txt-sp {
  0% {
    -webkit-transform: translate3d(0, 150%, 0);
            transform: translate3d(0, 150%, 0);
    opacity: 1;
  }
  15% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  94% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  99% {
    -webkit-transform: translate3d(0, -150%, 0);
            transform: translate3d(0, -150%, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, -150%, 0);
            transform: translate3d(0, -150%, 0);
    opacity: 0;
  }
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.motion {
  background-size: auto 110%;
  -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}

.top-btn {
  background-color: #444444;
  margin: 0 calc((100vw - 100%) / 2 * -1);
}

.top-btn__inner {
  padding: 48px 10px;
}

.top-btn__ttl {
  width: 211px;
  margin: 0 auto;
}

.top-btn__content {
  margin-top: 20px;
}

.top-btn__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100px;
  background-color: rgba(33, 33, 33, 0.75);
  padding: 20px 28px;
}

.top-btn__item:nth-of-type(n + 2) {
  margin-top: 8px;
}

.top-btn__ttl {
  background: center / contain no-repeat;
  margin-bottom: 5.5px;
}

.top-btn__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 44px 10px 16px;
  width: 207px;
  height: 60px;
  position: relative;
}

.top-btn__box:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 13px;
  background: url(../img/common/img_arrow.png) center right/cover no-repeat;
  opacity: 1;
}

.top-btn__box:hover:after {
  -webkit-animation: hover-arrow 0.8s cubic-bezier(0.5, 0.25, 0, 1) 0s 1 normal forwards;
          animation: hover-arrow 0.8s cubic-bezier(0.5, 0.25, 0, 1) 0s 1 normal forwards;
}

.top-btn__box--green {
  background: #00a633;
}

.top-btn__box--blue {
  background: #008ae2;
}

.top-btn__box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background-color: #fff;
  width: 20px;
  height: 1px;
}

.top-btn__lead {
  position: relative;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  padding-right: 26px;
}

.top-btn__txt {
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}

.is-load .media-index-kv {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.media-index-kv {
  background: url(../img/media/bg_media_index_sp.png) center top/cover;
  position: relative;
  width: 100%;
  margin-bottom: 50px;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.media-index-kv__wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.is-load .media-index-kv-logo__img img {
  opacity: 1;
}

.is-load .media-index-kv-logo__txt--item {
  opacity: 1;
}

.is-load .media-index-kv-logo__cover {
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}

.media-index-kv-logo {
  position: static;
  padding: 20vw 0 10vw;
  text-align: center;
}

.media-index-kv-logo__cover {
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100.1%;
  height: 100.1%;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: scale(1);
          transform: scale(1);
  background: #f3f3f3;
}

.media-index-kv-logo__cover--txt {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.media-index-kv-logo__img {
  position: relative;
  width: 287px;
  margin: 0 auto;
}

.media-index-kv-logo__img img {
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  opacity: 0;
}

.media-index-kv-logo__txt {
  display: inline-block;
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
}

.media-index-kv-logo__txt--item {
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  opacity: 0;
}

.media-index-kv-pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 5%;
  right: 0;
  z-index: 1;
}

.media-index-kv-pager-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.media-index-kv-pager-btn__item {
  margin: 0 15px;
}

.media-index-kv-slide .ms-skin-default .ms-nav-next, .media-index-kv-slide .ms-skin-default .ms-nav-prev {
  position: absolute;
  top: -10%;
  left: auto;
  width: 20px;
  height: 20px;
  margin: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
  z-index: 1;
}

.media-index-kv-slide .ms-skin-default .ms-nav-next:hover, .media-index-kv-slide .ms-skin-default .ms-nav-prev:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.media-index-kv-slide .ms-skin-default .ms-nav-prev {
  background: url(../img/media/btn_prev.png) no-repeat center center/100%;
  right: 80px;
}

.media-index-kv-slide .ms-skin-default .ms-nav-next {
  background: url(../img/media/btn_next.png) no-repeat center center/100%;
  right: 40px;
}

.media-index-kv-item-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.media-index-kv-item {
  position: static;
  overflow: hidden;
}

.media-index-kv-item.ms-sl-selected .media-index-kv-item__img-link {
  pointer-events: all;
}

.media-index-kv-item.ms-sl-selected:hover .ms-slide-bgcont {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.media-index-kv-item__img-link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.media-index-kv-item .ms-slide-bgcont {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.media-index-kv-item__img {
  position: static;
}

.media-index-kv-item-txt {
  display: block;
  background: #4b8eab;
  position: static;
  position: relative;
  padding: 3vw 4.5vw;
  color: #fff;
}

.media-index-kv-item-txt::before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: 25px;
  width: 163px;
  height: 20px;
}

.media-index-kv-item-txt.item-01::before {
  background: url(../img/media/txt_newpost_01.svg) no-repeat center center/100%;
}

.media-index-kv-item-txt.item-02::before {
  background: url(../img/media/txt_newpost_02.svg) no-repeat center center/100%;
}

.media-index-kv-item-txt.item-03::before {
  background: url(../img/media/txt_newpost_03.svg) no-repeat center center/100%;
}

.media-index-kv-item-txt.item-04::before {
  background: url(../img/media/txt_newpost_04.svg) no-repeat center center/100%;
}

.media-index-kv-item-txt.item-05::before {
  background: url(../img/media/txt_newpost_05.svg) no-repeat center center/100%;
}

.media-index-kv-item-txt__ttl {
  display: block;
  margin: 0 0 6px;
  font-size: 1.6rem;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.media-index-kv-item-txt__ttl:hover {
  opacity: 0.6;
}

.media-index-kv-item-txt__upper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 15px;
}

.media-index-kv-item-txt__category {
  display: inline-block;
  padding: 3px 8px;
  font-size: 1.1rem;
  color: #fff;
}

.media-index-kv-item-txt__category.category-01 {
  background: #ee6438;
}

.media-index-kv-item-txt__category.category-02 {
  background: #debf28;
}

.media-index-kv-item-txt__category.category-03 {
  background: #49be49;
}

.media-index-kv-item-txt__category.category-04 {
  background: #4b8eab;
}

.media-index-kv-item-txt__time {
  font-family: "Hind", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  margin-left: 30px;
  padding-left: 17.5px;
  font-size: 1.1rem;
}

.media-index-kv-item-txt__time:after {
  content: "";
  background: url(../img/media/icon_media_clock_white.png) center/contain no-repeat;
  position: absolute;
  top: 3px;
  left: 0;
  width: 10px;
  height: 10px;
}

.media-index-kv-item-txt-tag__txt {
  margin-right: 10px;
  font-size: 1.1rem;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.media-index-kv-item-txt-tag__txt:hover {
  opacity: 0.6;
}

.media-index-wrapper {
  position: relative;
}

.media-index-container__main {
  width: 86.7%;
  margin: 0 auto;
}

.media-index-category__inner {
  margin: 0 auto;
  padding-top: 40px;
}

.media-index-category__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
}

.media-index-category-head__item--01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.media-index-category__sec--01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.media-index-category-ttl {
  display: block;
}

.media-index-category-ttl__main {
  background: url(../img/media/txt_latelypost.svg) center/contain no-repeat;
  width: 119px;
  height: 25px;
}

.media-index-category-ttl__sub {
  margin-bottom: 0;
}

.media-index-category-tag__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.media-index-category-tag__txt {
  margin: 6.75px 0;
  margin-right: 15px;
  padding-bottom: 5px;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.025em;
  color: #aaa;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.media-index-category-tag__txt.selected {
  border-bottom: 1px solid #4b8eab;
  color: #4b8eab;
}

.media-index-category-tag__txt:hover {
  color: #4b8eab;
  opacity: 1;
}

.media-index-article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.media-index-article__item {
  width: calc(50% - (15px / 2));
  margin-bottom: 20px;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  opacity: 0;
}

.media-index-article__item.is-show {
  opacity: 1;
}

.media-index-article__item.is-show .media-index-article__cover {
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}

.media-index-article__fig {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 66.4%;
  overflow: hidden;
}

.media-index-article__fig:hover .media-index-article__img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.media-index-article__img {
  background: center / contain no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}

.media-index-article__cover {
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100.1%;
  height: 100.1%;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: scale(1);
          transform: scale(1);
  background: #1a1a1a;
}

.media-index-article__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.media-index-article__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 13px;
}

.media-index-article__category {
  margin-bottom: 10px;
  padding: 3px 8px;
  font-size: 1.1rem;
  color: #fff;
}

_:-ms-lang(x)::-ms-backdrop, .media-index-article__category {
  padding: 4px 10px 2px;
}

.media-index-article__category.category-01 {
  background: #ee6438;
}

.media-index-article__category.category-02 {
  background: #debf28;
}

.media-index-article__category.category-03 {
  background: #49be49;
}

.media-index-article__category.category-04 {
  background: #4b8eab;
}

.media-index-article__time {
  font-family: "Hind", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-left: 17.5px;
  font-size: 1.1rem;
  color: #aaa;
}

.media-index-article__time:after {
  content: "";
  background: url(../img/top/icon_media_clock.png) center/contain no-repeat;
  position: absolute;
  top: 3px;
  left: 0;
  width: 10px;
  height: 10px;
}

.media-index-article__ttl {
  display: block;
  margin-bottom: 10px;
  font-size: 1.4rem;
  line-height: 1.43;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.media-index-article__ttl:hover {
  opacity: 0.6;
}

.media-index-article-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.media-index-article-tag__txt {
  margin-bottom: 7.5px;
  margin-right: 10px;
  line-height: 1;
  color: #aaa;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.media-index-article-tag__txt:hover {
  opacity: 0.6;
}

.media-index-article__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: #4b8eab;
  width: 84.6%;
  height: 40px;
  max-width: 550px;
  margin: 40px auto 0;
  font-size: 1.4rem;
  color: #fff;
}

.media-index-article__btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 6px;
  background: url(../img/common/img_arrow.png) center right/cover no-repeat;
  opacity: 1;
}

.media-index-article__btn:hover:after {
  -webkit-animation: hover-arrow 0.8s cubic-bezier(0.5, 0.25, 0, 1) 0s 1 normal forwards;
          animation: hover-arrow 0.8s cubic-bezier(0.5, 0.25, 0, 1) 0s 1 normal forwards;
}

.media-side {
  background: #4b8eab;
  padding: 40px 0;
}

.media-side__in {
  width: 100%;
}

.media-side__inner {
  width: 86.7%;
  margin: 0 auto 25px;
}

.media-side__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
}

.media-side-head__item--01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.media-side__sec--01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.media-side-ttl {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 20px;
}

.media-side-ttl__main {
  background: center / contain no-repeat;
}

.media-side-ttl__main--01 {
  background-image: url(../img/media/txt_category.svg);
  width: 87px;
  height: 21px;
}

.media-side-ttl__main--02 {
  background-image: url(../img/media/txt_tags.svg);
  width: 67.5px;
  height: 21.5px;
}

.media-side-ttl__main--03 {
  background-image: url(../img/media/txt_share.svg);
  width: 54px;
  height: 17px;
}

.media-side-link__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 8.25px;
}

.media-side-link__txt {
  margin: 6.75px 0;
  margin-right: 15px;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.025em;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.media-side-link__txt:hover {
  opacity: 0.6;
}

.media-side-link__icon {
  background-size: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.media-side-link__icon:hover {
  opacity: 0.6;
}

.media-side-link__icon--01 {
  background-image: url(../img/media/icon_facebook.png);
  width: 30.5px;
  height: 30px;
}

.media-side-link__icon--02 {
  background-image: url(../img/media/icon_twitter.png);
  width: 36.5px;
  height: 30px;
  margin: 0 15px;
}

.media-side-link__icon--03 {
  background-image: url(../img/media/icon_line.png);
  width: 32px;
  height: 30px;
}

.media-pagetop {
  display: block;
  background: url(../img/media/txt_pagetop.png) no-repeat center center/90px;
  width: 100%;
  height: 75px;
}

.media-pager {
  margin: 25px auto 50px;
}

.media-pager__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  width: 70%;
  margin: 0 auto;
}

.media-pager-item {
  font-family: "Hind", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  margin: 6.75px 0;
  border: 1px solid gray;
  border-radius: 100%;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.025em;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.media-pager-item.current {
  color: #aaa;
}

.media-pager-item:hover {
  background: #4b8eab;
  color: #fff;
  opacity: 1;
}

.media-pager-item--prev {
  background: url(../img/media/btn_prev.png) center center/cover;
  border: none;
}

.media-pager-item--prev:hover {
  background: url(../img/media/btn_prev.png) center center/cover;
}

.media-pager-item--next {
  background: url(../img/media/btn_next.png) center center/cover;
  border: none;
}

.media-pager-item--next:hover {
  background: url(../img/media/btn_next.png) center center/cover;
}

.media-sub-kv {
  width: 86.7%;
  margin: 0 auto;
  padding: 110px 0 20px;
}

.media-sub-kv__logo {
  background: url(../img/media/logo_kv_list.png) no-repeat center center/cover;
  width: 287px;
  height: 53px;
}

.media-sub-kv__txt {
  font-size: 1.4rem;
  font-weight: bold;
}

.media-list-ttl {
  margin: 0 0 40px;
  font-size: 1.6rem;
  font-weight: bold;
}

.media-single-hedding {
  margin: 0 0 20px;
}

.media-single-hedding__upper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px 0 15px;
}

.media-single-hedding__category {
  display: inline-block;
  padding: 3px 8px;
  color: #fff;
  font-size: 1.1rem;
}

.media-single-hedding__category.category-01 {
  background: #ee6438;
}

.media-single-hedding__category.category-02 {
  background: #debf28;
}

.media-single-hedding__category.category-03 {
  background: #49be49;
}

.media-single-hedding__category.category-04 {
  background: #4b8eab;
}

.media-single-hedding__time {
  position: relative;
  padding-left: 17.5px;
  font-family: "Hind", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.1rem;
  color: #aaa;
  margin-left: 30px;
}

.media-single-hedding__time:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 10px;
  height: 10px;
  background: url(../img/top/icon_media_clock.png) center/contain no-repeat;
}

.media-single-hedding__ttl {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 0 15px;
}

.media-single-hedding-tag__txt {
  font-size: 1.1rem;
  color: #aaaaaa;
  margin-right: 10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.media-single-hedding-tag__txt:hover {
  opacity: .6;
}

.media-single-article {
  line-height: 2;
  font-size: 1.2rem;
}

.media-single-article-eyecatch {
  margin-bottom: 40px;
}

.media-single-article h1 {
  font-size: 1.4rem;
  font-weight: bold;
  padding-left: 15px;
  border-left: 3px solid #4b8eab;
  margin-bottom: 30px;
}

.media-single-article p {
  margin-bottom: 30px;
}

.media-single-article blockquote {
  padding: 30px;
  background: #f3f3f3;
  margin-bottom: 30px;
}

.media-single-article ol {
  padding-left: 1.5em;
  margin-bottom: 1em;
}

.media-single-article ul {
  padding-left: 1.5em;
  margin-bottom: 1em;
}

.media-single-article ul li {
  position: relative;
}

.media-single-article ul li::before {
  content: '';
  display: block;
  width: 15px;
  height: 2px;
  background: #4b8eab;
  position: absolute;
  left: -0.5em;
  top: 50%;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}

.media-single-article img {
  vertical-align: baseline;
}

.media-single-article a {
  color: #4b8eab;
  text-decoration: underline;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.media-single-article a:hover {
  opacity: .6;
}

.media-share {
  width: 100vw;
  margin: 40px calc(50% - 50vw) 50px;
  background: #f3f3f3;
  padding: 30px;
}

.media-share__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 86.7%;
  margin: 0 auto;
}

.media-share__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #f3f3f3;
  width: 33.33333%;
  padding: 15px;
  background: #4b8eab;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.media-share__item:hover {
  opacity: .6;
}

.media-share__item--twitter {
  background: #5896b1;
}

.media-share__txt {
  display: none;
}

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

.media-share__logo img {
  height: 20px;
}

.media-other {
  width: 86.7%;
  margin: 0 auto;
  padding: 50px 0 0;
}

.media-other__ttl {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 40px 0;
}

.media-other-article {
  margin-bottom: 50px;
}

.media-other-article.is-show .media-other-article__item {
  opacity: 1;
}

.media-other-article.is-show .media-other-article__cover {
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}

.media-other-article__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 40px;
}

.media-other-article__item {
  width: calc(50% - (15px / 2));
  margin-bottom: 30px;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.media-other-article__item:nth-of-type(odd) {
  margin-right: 15px;
}

.media-other-article__item:nth-of-type(2) .media-other-article__cover {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.media-other-article__item:nth-of-type(3) .media-other-article__cover {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.media-other-article__fig {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 66.4%;
  margin-bottom: 15px;
}

.media-other-article__fig:hover .media-other-article__img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.media-other-article__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: center / contain no-repeat;
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}

.media-other-article__cover {
  background: #1a1a1a;
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100.1%;
  height: 100.1%;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.media-other-article__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.media-other-article__top {
  display: inline-block;
  margin-bottom: 0;
}

.media-other-article__category {
  margin-bottom: 5px;
  padding: 3px 8px;
  color: #fff;
  font-size: 1.1rem;
}

.media-other-article__category.category-01 {
  background: #ee6438;
}

.media-other-article__category.category-02 {
  background: #debf28;
}

.media-other-article__category.category-03 {
  background: #49be49;
}

.media-other-article__category.category-04 {
  background: #4b8eab;
}

.media-other-article__time {
  position: relative;
  padding-left: 17.5px;
  font-family: "Hind", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.1rem;
  color: #aaa;
}

.media-other-article__time:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 10px;
  height: 10px;
  background: url(../img/top/icon_media_clock.png) center/contain no-repeat;
}

.media-other-article__ttl {
  display: block;
  margin-bottom: 10px;
  font-size: 1.4rem;
  line-height: 1.43;
  font-weight: bold;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.media-other-article__ttl:hover {
  opacity: .6;
}

.media-other-article-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.media-other-article-tag__txt {
  color: #aaa;
  line-height: 1;
  margin-bottom: 7.5px;
  margin-right: 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.media-other-article-tag__txt:hover {
  opacity: .6;
}

.media-other-article-more__link {
  display: block;
  color: #ffffff;
  background: #4b8eab;
  border: 1px solid #4b8eab;
  font-size: 1.5rem;
  text-align: center;
  width: 100%;
  padding: 18px 0;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  overflow: hidden;
}

.media-other-article-more__link:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  z-index: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.media-other-article-more__link:hover:after {
  width: 200%;
  height: 200%;
}

.media-other-article-more__link:after {
  left: 0;
  width: 8px;
  height: 8px;
  background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #ffffff)) no-repeat top left/100% 100%;
  background: -webkit-linear-gradient(bottom right, rgba(255, 255, 255, 0) 50%, #ffffff 50.5%) no-repeat top left/100% 100%;
  background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #ffffff 50.5%) no-repeat top left/100% 100%;
}

.media-other-article-more__link:hover span {
  color: #4b8eab;
}

.media-other-article-more__link span {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.media-other-article-more__link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: center left / contain no-repeat;
}

.field {
  padding: 90px 0 60px;
}

.field-ttl-01__main-wrapper {
  margin-bottom: 15px;
  overflow: hidden;
}

.field-ttl-01__main {
  background: url(../img/field/txt_field_jobs_01.svg) center/contain no-repeat;
  width: 117px;
  height: 45px;
  -webkit-transform: translate3d(0, 150%, 0);
          transform: translate3d(0, 150%, 0);
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.field-ttl-01__sub {
  font-size: 1.6rem;
  line-height: 1;
  -webkit-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
}

.field-sec {
  padding-top: 40px;
}

.field-sec:not(:last-child) {
  margin-bottom: 50px;
}

.field-kv {
  position: relative;
  margin-bottom: 50px;
}

.field-kv::before {
  content: "";
  background: #f3f3f3;
  position: absolute;
  top: -90px;
  right: calc(50% - 50vw);
  width: 33.33333vw;
  height: calc(100% + (60px + 30px));
  z-index: -1;
}

.field-kv__head {
  margin-bottom: 35px;
}

.field-kv__ttl {
  margin-bottom: 20px;
}

.field-kv__txt {
  padding-left: 20px;
  border-left: 1px solid #aaa;
  font-size: 1.2rem;
  line-height: 2;
  color: #6c6c6c;
  -webkit-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
}

.field-kv__body {
  background: url(../img/field/img_field_kv_01_sp.jpg) center/contain no-repeat;
  position: relative;
  height: 60vw;
  margin: 0 calc(50% - 50vw) 0 0;
}

.field-kv__cover {
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100.1%;
  height: 100.1%;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: scale(1);
          transform: scale(1);
  background: #1a1a1a;
}

.field-kv.is-active .field-ttl-01__main {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.field-kv.is-active .field-ttl-01__sub {
  opacity: 1;
}

.field-kv.is-active .field-kv__txt {
  opacity: 1;
}

.field-kv.is-active .field-kv__cover {
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}

.field-matrix__fig {
  width: 93.33333vw;
  height: 86vw;
  margin: 0 calc((700vw - 750vw) * 0.5 / 750 * 100);
}

.field-matrix__fig::before {
  content: "";
  display: block;
  background: url(../img/field/img_field_matrix_01_sp.png) center/contain no-repeat;
  width: 100%;
  height: 100%;
}

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

.field-jobs__cont {
  max-width: 275px;
  margin: 0 auto;
}

.field-jobs__item {
  opacity: 0;
}

.field-jobs__item.is-show {
  -webkit-transition: opacity 1s cubic-bezier(0.5, 0.25, 0, 1);
  transition: opacity 1s cubic-bezier(0.5, 0.25, 0, 1);
  opacity: 1;
}

.field-jobs__item.is-show .field-jobs__cover {
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}

.field-jobs__item:not(:last-child) {
  margin-bottom: 40px;
}

.field-jobs__item--01 .field-jobs__fig {
  background: url(../img/field/img_field_jobs_01_pc.jpg) center/cover no-repeat;
}

.field-jobs__item--01 .field-jobs__fig::before {
  background: #c23667;
}

.field-jobs__item--01 .field-jobs__cover {
  background: #c23667;
}

.field-jobs__item--01 .field-jobs__btn {
  background: #c23667;
}

.field-jobs__item--02 .field-jobs__fig {
  background: url(../img/field/img_field_jobs_02_pc.jpg) center/cover no-repeat;
}

.field-jobs__item--02 .field-jobs__fig::before {
  background: #bc2121;
}

.field-jobs__item--02 .field-jobs__cover {
  background: #bc2121;
}

.field-jobs__item--02 .field-jobs__btn {
  background: #bc2121;
}

.field-jobs__item--03 .field-jobs__fig {
  background: url(../img/field/img_field_jobs_03_pc.jpg) center/cover no-repeat;
}

.field-jobs__item--03 .field-jobs__fig::before {
  background: #208281;
}

.field-jobs__item--03 .field-jobs__cover {
  background: #208281;
}

.field-jobs__item--03 .field-jobs__btn {
  background: #208281;
}

.field-jobs__item--04 .field-jobs__fig {
  background: url(../img/field/img_field_jobs_04_pc.jpg) center/cover no-repeat;
}

.field-jobs__item--04 .field-jobs__fig::before {
  background: #b9a100;
}

.field-jobs__item--04 .field-jobs__cover {
  background: #b9a100;
}

.field-jobs__item--04 .field-jobs__btn {
  background: #b9a100;
}

.field-jobs__item--05 .field-jobs__fig {
  background: url(../img/field/img_field_jobs_05_pc.jpg) center/cover no-repeat;
}

.field-jobs__item--05 .field-jobs__fig::before {
  background: #175192;
}

.field-jobs__item--05 .field-jobs__cover {
  background: #175192;
}

.field-jobs__item--05 .field-jobs__btn {
  background: #175192;
}

.field-jobs__item--06 .field-jobs__fig {
  background: url(../img/field/img_field_jobs_06_pc.jpg) center/cover no-repeat;
}

.field-jobs__item--06 .field-jobs__fig::before {
  background: #ca7000;
}

.field-jobs__item--06 .field-jobs__cover {
  background: #ca7000;
}

.field-jobs__item--06 .field-jobs__btn {
  background: #ca7000;
}

.field-jobs__item--07 .field-jobs__fig {
  background: url(../img/field/img_field_jobs_07_pc.jpg) center/cover no-repeat;
}

.field-jobs__item--07 .field-jobs__fig::before {
  background: #458838;
}

.field-jobs__item--07 .field-jobs__cover {
  background: #458838;
}

.field-jobs__item--07 .field-jobs__btn {
  background: #458838;
}

.field-jobs__item--08 .field-jobs__fig {
  background: url(../img/field/img_field_jobs_08_pc.jpg) center/cover no-repeat;
}

.field-jobs__item--08 .field-jobs__fig::before {
  background: #884270;
}

.field-jobs__item--08 .field-jobs__cover {
  background: #884270;
}

.field-jobs__item--08 .field-jobs__btn {
  background: #884270;
}

.field-jobs__fig {
  background: #aaa;
  position: relative;
  height: 174px;
  margin-bottom: 30px;
}

.field-jobs__fig::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  z-index: 1;
}

.field-jobs__cover {
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100.1%;
  height: 100.1%;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.field-jobs__ttl {
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.field-jobs__txt {
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.2rem;
  line-height: 2;
}

.field-jobs__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 200px;
  height: 40px;
  margin: 0 auto;
  font-size: 1.2rem;
  color: #fff;
}

.field-jobs__btn:hover::before {
  -webkit-animation: hover-arrow 0.8s cubic-bezier(0.5, 0.25, 0, 1) 0s 1 normal forwards;
          animation: hover-arrow 0.8s cubic-bezier(0.5, 0.25, 0, 1) 0s 1 normal forwards;
}

.field-jobs__btn::before {
  content: "";
  background: url(../img/common/img_arrow.png) center right/cover no-repeat;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 21px;
  height: 9px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.field-jobs-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

.field-jobs-nav__item {
  width: calc((100% - 15px) / 2);
  height: 30px;
  -webkit-transition: background 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.field-jobs-nav__item:nth-child(n + 3) {
  margin-top: 15px;
}

.field-jobs-nav__item--01 {
  background: #c23667;
}

.field-jobs-nav__item--01:hover {
  background: #ae305c;
}

.field-jobs-nav__item--02 {
  background: #bc2121;
}

.field-jobs-nav__item--02:hover {
  background: #a61d1d;
}

.field-jobs-nav__item--03 {
  background: #208281;
}

.field-jobs-nav__item--03:hover {
  background: #1b6e6d;
}

.field-jobs-nav__item--04 {
  background: #b9a100;
}

.field-jobs-nav__item--04:hover {
  background: #a08b00;
}

.field-jobs-nav__item--05 {
  background: #175192;
}

.field-jobs-nav__item--05:hover {
  background: #14457c;
}

.field-jobs-nav__item--06 {
  background: #ca7000;
}

.field-jobs-nav__item--06:hover {
  background: #b16200;
}

.field-jobs-nav__item--07 {
  background: #458838;
}

.field-jobs-nav__item--07:hover {
  background: #3c7631;
}

.field-jobs-nav__item--08 {
  background: #884270;
}

.field-jobs-nav__item--08:hover {
  background: #773a62;
}

.field-jobs-nav__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.1rem;
  color: #fff;
}

.single-kv {
  margin: 0 calc(50% - 50vw);
}

.single-kv__body {
  position: relative;
}

.single-kv__cover {
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100.1%;
  height: 100.1%;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: scale(1);
          transform: scale(1);
  background: #1a1a1a;
  z-index: 2;
}

.single-kv__load {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 30px;
  left: 25px;
  z-index: 2;
}

.single-kv.is-active .single-kv-ttl-main__inner {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.single-kv.is-active .single-kv-ttl__sub {
  opacity: 1;
}

.single-kv.is-active .single-kv__txt {
  opacity: 1;
}

.single-kv.is-active .single-kv__cover {
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}

.single-kv-fig {
  position: relative;
  width: 100%;
  padding-top: 106.66667%;
}

.single-kv-fig--architecture-01 {
  background: url(../img/field/architecture/img_field_architecture_kv_01_sp.jpg) center/cover no-repeat;
}

.single-kv-fig--architecture-02 {
  background: url(../img/field/architecture/img_field_architecture_kv_02_sp.jpg) center/cover no-repeat;
}

.single-kv-fig--design-01 {
  background: url(../img/field/design/img_field_design_kv_01_sp.jpg) center/cover no-repeat;
}

.single-kv-fig--design-02 {
  background: url(../img/field/design/img_field_design_kv_02_sp.jpg) center/cover no-repeat;
}

.single-kv-fig--information-01 {
  background: url(../img/field/information/img_field_information_kv_01_sp.jpg) center/cover no-repeat;
}

.single-kv-fig--information-02 {
  background: url(../img/field/information/img_field_information_kv_02_sp.jpg) center/cover no-repeat;
}

.single-kv-fig--civilengineering-01 {
  background: url(../img/field/civilengineering/img_field_civilengineering_kv_01_sp.jpg) center/cover no-repeat;
}

.single-kv-fig--civilengineering-02 {
  background: url(../img/field/civilengineering/img_field_civilengineering_kv_02_sp.jpg) center/cover no-repeat;
}

.single-kv-fig--equipment-01 {
  background: url(../img/field/equipment/img_field_equipment_kv_01_sp.jpg) center/cover no-repeat;
}

.single-kv-fig--equipment-02 {
  background: url(../img/field/equipment/img_field_equipment_kv_02_sp.jpg) center/cover no-repeat;
}

.single-kv-fig--engineering-01 {
  background: url(../img/field/engineering/img_field_engineering_kv_01_sp.jpg) center/cover no-repeat;
}

.single-kv-fig--engineering-02 {
  background: url(../img/field/engineering/img_field_engineering_kv_02_sp.jpg) center/cover no-repeat;
}

.single-kv-fig--mechanical-01 {
  background: url(../img/field/mechanical/img_field_mechanical_kv_01_sp.jpg) center/cover no-repeat;
}

.single-kv-fig--mechanical-02 {
  background: url(../img/field/mechanical/img_field_mechanical_kv_02_sp.jpg) center/cover no-repeat;
}

.single-kv-fig--office-01 {
  background: url(../img/field/office/img_field_office_kv_01_sp.jpg) center/cover no-repeat;
}

.single-kv-fig--office-02 {
  background: url(../img/field/office/img_field_office_kv_02_sp.jpg) center/cover no-repeat;
}

.single-kv-fig__note {
  position: absolute;
  top: 15px;
  left: 80px;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
}

.single-kv-ttl {
  position: absolute;
  top: 90px;
  left: 30px;
  z-index: 1;
}

.single-kv-ttl__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

.single-kv-ttl__main {
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
}

.single-kv-ttl__main::before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: -5px;
  width: calc(100% + 5px * 2);
  height: 20px;
  z-index: -1;
}

.single-kv-ttl__sub {
  display: inline-block;
  position: relative;
  font-size: 1.4rem;
  color: #fff;
  -webkit-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
}

.single-kv-ttl__sub::before {
  content: "";
  position: absolute;
  top: 0;
  left: -5px;
  width: calc(100% + 5px * 2);
  height: 100%;
  z-index: -1;
}

.single-kv-ttl--architecture .single-kv-ttl__inner::before {
  background: #c21b59;
}

.single-kv-ttl--architecture .single-kv-ttl__main::before {
  background: #c21b59;
}

.single-kv-ttl--architecture .single-kv-ttl__sub::before {
  background: #c21b59;
}

.single-kv-ttl--design .single-kv-ttl__inner::before {
  background: #bc2121;
}

.single-kv-ttl--design .single-kv-ttl__main::before {
  background: #bc2121;
}

.single-kv-ttl--design .single-kv-ttl__sub::before {
  background: #bc2121;
}

.single-kv-ttl--information .single-kv-ttl__inner::before {
  background: #208281;
}

.single-kv-ttl--information .single-kv-ttl__main::before {
  background: #208281;
}

.single-kv-ttl--information .single-kv-ttl__sub::before {
  background: #208281;
}

.single-kv-ttl--civilengineering .single-kv-ttl__inner::before {
  background: #b9a100;
}

.single-kv-ttl--civilengineering .single-kv-ttl__main::before {
  background: #b9a100;
}

.single-kv-ttl--civilengineering .single-kv-ttl__sub::before {
  background: #b9a100;
}

.single-kv-ttl--equipment .single-kv-ttl__inner::before {
  background: #175192;
}

.single-kv-ttl--equipment .single-kv-ttl__main::before {
  background: #175192;
}

.single-kv-ttl--equipment .single-kv-ttl__sub::before {
  background: #175192;
}

.single-kv-ttl--engineering .single-kv-ttl__inner::before {
  background: #ca7000;
}

.single-kv-ttl--engineering .single-kv-ttl__main::before {
  background: #ca7000;
}

.single-kv-ttl--engineering .single-kv-ttl__sub::before {
  background: #ca7000;
}

.single-kv-ttl--mechanical .single-kv-ttl__inner::before {
  background: #458838;
}

.single-kv-ttl--mechanical .single-kv-ttl__main::before {
  background: #458838;
}

.single-kv-ttl--mechanical .single-kv-ttl__sub::before {
  background: #458838;
}

.single-kv-ttl--office .single-kv-ttl__inner::before {
  background: #884270;
}

.single-kv-ttl--office .single-kv-ttl__main::before {
  background: #884270;
}

.single-kv-ttl--office .single-kv-ttl__sub::before {
  background: #884270;
}

.single-kv-ttl-main {
  position: relative;
  width: 117px;
  height: 45px;
  overflow: hidden;
}

.single-kv-ttl-main__inner {
  background: url(../img/field/txt_field_jobs_white_01.svg) center/contain no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 150%, 0);
          transform: translate3d(0, 150%, 0);
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.single-kv-load__item {
  opacity: 0.5;
}

.single-kv-load__item:not(:last-child) {
  margin-right: 20px;
}

.single-kv-load__item.is-active {
  opacity: 1;
}

.single-kv-load__item.is-active .single-kv-load__bar {
  -webkit-animation: loading 3s linear forwards;
          animation: loading 3s linear forwards;
}

.single-kv-load--architecture .single-kv-load__bar {
  background: #c21b59;
}

.single-kv-load--design .single-kv-load__bar {
  background: #bc2121;
}

.single-kv-load--information .single-kv-load__bar {
  background: #208281;
}

.single-kv-load--civilengineering .single-kv-load__bar {
  background: #b9a100;
}

.single-kv-load--equipment .single-kv-load__bar {
  background: #175192;
}

.single-kv-load--engineering .single-kv-load__bar {
  background: #ca7000;
}

.single-kv-load--mechanical .single-kv-load__bar {
  background: #458838;
}

.single-kv-load--office .single-kv-load__bar {
  background: #884270;
}

.single-kv-load__txt {
  font-family: "Hind", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 5px;
  font-size: 1.1rem;
  line-height: 1;
  color: #fff;
  text-align: center;
}

.single-kv-load__cont {
  background: #fff;
  width: 60px;
  height: 2px;
  overflow: hidden;
}

.single-kv-load__bar {
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.single-outline {
  position: relative;
  margin: 0 calc(50% - 50vw) 70px;
  padding: 40px calc(50vw - 50%);
  color: #fff;
  z-index: 2;
}

.single-outline--architecture {
  background: #c21b59;
}

.single-outline--design {
  background: #bc2121;
}

.single-outline--information {
  background: #208281;
}

.single-outline--civilengineering {
  background: #b9a100;
}

.single-outline--equipment {
  background: #175192;
}

.single-outline--engineering {
  background: #ca7000;
}

.single-outline--mechanical {
  background: #458838;
}

.single-outline--office {
  background: #884270;
}

.single-outline__ttl {
  font-family: "Hind", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3rem;
  line-height: 1;
  text-align: center;
}

.single-outline__txt {
  margin-top: 25px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2;
}

.single-outline-list__item {
  margin-left: 4em;
  text-indent: -4em;
}

.single-cont {
  margin-bottom: 70px;
}

.single-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #1a1a1a;
  position: fixed;
  bottom: 50px;
  left: 0;
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #fff;
  color: #fff;
  -webkit-transition: opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
  z-index: 10;
}

.single-nav--architecture .single-nav__drawer {
  background: #c21b59;
}

.single-nav--architecture .single-nav__link.is-active::before {
  background: #c21b59;
}

.single-nav--design .single-nav__drawer {
  background: #bc2121;
}

.single-nav--design .single-nav__link.is-active::before {
  background: #bc2121;
}

.single-nav--information .single-nav__drawer {
  background: #208281;
}

.single-nav--information .single-nav__link.is-active::before {
  background: #208281;
}

.single-nav--civilengineering .single-nav__drawer {
  background: #b9a100;
}

.single-nav--civilengineering .single-nav__link.is-active::before {
  background: #b9a100;
}

.single-nav--equipment .single-nav__drawer {
  background: #175192;
}

.single-nav--equipment .single-nav__link.is-active::before {
  background: #175192;
}

.single-nav--engineering .single-nav__drawer {
  background: #ca7000;
}

.single-nav--engineering .single-nav__link.is-active::before {
  background: #ca7000;
}

.single-nav--mechanical .single-nav__drawer {
  background: #458838;
}

.single-nav--mechanical .single-nav__link.is-active::before {
  background: #458838;
}

.single-nav--office .single-nav__drawer {
  background: #884270;
}

.single-nav--office .single-nav__link.is-active::before {
  background: #884270;
}

.single-nav__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.single-nav__txt {
  font-family: "Hind", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 20px;
  font-size: 1.4rem;
}

.single-nav__icon {
  position: relative;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.single-nav__icon::before, .single-nav__icon::after {
  content: "";
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 10px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.single-nav__icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.single-nav__drawer {
  display: none;
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
  padding: 25px;
  text-align: center;
}

.single-nav__item:not(:last-child) {
  margin-bottom: 25px;
}

.single-nav__link {
  position: relative;
  font-size: 1.2rem;
  color: #fff;
  -webkit-transition: color 0.3s cubic-bezier(0.5, 0.25, 0, 1);
  transition: color 0.3s cubic-bezier(0.5, 0.25, 0, 1);
}

.single-nav.is-active {
  opacity: 1;
}

.single-nav.is-footer {
  opacity: 0;
}

.single-anchor::before {
  content: "";
  display: block;
  height: 50px;
  margin-top: -50px;
}

.single-sec {
  position: relative;
}

.single-sec:nth-child(1) {
  z-index: calc(10 - 1);
}

.single-sec:nth-child(2) {
  z-index: calc(10 - 2);
}

.single-sec:nth-child(3) {
  z-index: calc(10 - 3);
}

.single-sec:nth-child(4) {
  z-index: calc(10 - 4);
}

.single-sec:nth-child(5) {
  z-index: calc(10 - 5);
}

.single-sec:nth-child(6) {
  z-index: calc(10 - 6);
}

.single-sec:nth-child(7) {
  z-index: calc(10 - 7);
}

.single-sec:nth-child(8) {
  z-index: calc(10 - 8);
}

.single-sec:nth-child(9) {
  z-index: calc(10 - 9);
}

.single-sec:nth-child(10) {
  z-index: calc(10 - 10);
}

.single-sec:not(:last-child) {
  margin-bottom: 50px;
}

.single-sec__body:not(:last-child) {
  margin-bottom: 60px;
}

.single-ttl {
  position: relative;
  margin-bottom: 50px;
  padding: 32px 0 0 25px;
}

.single-ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 25px;
  width: 90px;
  height: 2px;
}

.single-ttl--architecture .single-ttl__sub {
  color: #c21b59;
}

.single-ttl--architecture::before {
  background: #c21b59;
}

.single-ttl--design .single-ttl__sub {
  color: #bc2121;
}

.single-ttl--design::before {
  background: #bc2121;
}

.single-ttl--information .single-ttl__sub {
  color: #208281;
}

.single-ttl--information::before {
  background: #208281;
}

.single-ttl--civilengineering .single-ttl__sub {
  color: #b9a100;
}

.single-ttl--civilengineering::before {
  background: #b9a100;
}

.single-ttl--equipment .single-ttl__sub {
  color: #175192;
}

.single-ttl--equipment::before {
  background: #175192;
}

.single-ttl--engineering .single-ttl__sub {
  color: #ca7000;
}

.single-ttl--engineering::before {
  background: #ca7000;
}

.single-ttl--mechanical .single-ttl__sub {
  color: #458838;
}

.single-ttl--mechanical::before {
  background: #458838;
}

.single-ttl--office .single-ttl__sub {
  color: #884270;
}

.single-ttl--office::before {
  background: #884270;
}

.single-ttl__main {
  font-size: 1.8rem;
  font-weight: 500;
}

.single-ttl__sub {
  font-family: "Hind", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.2rem;
  line-height: 1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.single-special {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.single-special--civilengineering .single-special__item {
  width: 100%;
}

.single-special__item {
  cursor: pointer;
}

.single-special__item:hover .single-special__fig::before {
  background-size: auto 110%;
}

.single-special__item:hover .single-special__btn::after {
  -webkit-animation: hover-arrow2 0.8s cubic-bezier(0.5, 0.25, 0, 1) 0s 1 normal forwards;
          animation: hover-arrow2 0.8s cubic-bezier(0.5, 0.25, 0, 1) 0s 1 normal forwards;
}

.single-special__item:not(:last-child) {
  margin-right: 20px;
}

.single-special__item--architecture {
  width: 100%;
}

.single-special__fig {
  margin-bottom: 15px;
}

.single-special__fig::before {
  content: "";
  display: block;
}

.single-special__fig--information-01::before {
  background: url(../img/field/information/img_field_information_special_01_pc.jpg) center/auto 100% no-repeat;
  width: 140px;
  height: 199px;
}

.single-special__fig--civilengineering-01 {
  width: 100%;
  max-width: 340px;
}

.single-special__fig--civilengineering-01::before {
  background: url(../img/field/civilengineering/img_field_civilengineering_special_01_pc.jpg) center/auto 100% no-repeat;
  padding-top: 56.47059%;
}

.single-special__fig--civilengineering-02 {
  width: 100%;
  max-width: 340px;
}

.single-special__fig--civilengineering-02::before {
  background: url(../img/field/civilengineering/img_field_civilengineering_special_02_pc.jpg) center/auto 100% no-repeat;
  padding-top: 56.47059%;
}

.single-special__fig--architecture-01::before {
  background: url(../img/field/architecture/img_field_architecture_special_01_pc.jpg) center/auto 100% no-repeat;
  width: 100%;
  padding-bottom: 60.97%;
}

.single-special__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
}

.single-special__btn::after {
  content: "";
  background: url(../img/field/img_field_arrow_01_pc.png) center/cover no-repeat;
  width: 21px;
  height: 9px;
  margin-left: 10px;
}

.single-point {
  padding: 0 25px;
}

.single-point__item {
  opacity: 0;
}

.single-point__item.is-show {
  -webkit-transition: opacity 1s cubic-bezier(0.5, 0.25, 0, 1);
  transition: opacity 1s cubic-bezier(0.5, 0.25, 0, 1);
  opacity: 1;
}

.single-point__item.is-show .single-point__fig::before {
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}

.single-point__item:not(:last-child) {
  margin-bottom: 40px;
}

.single-point__fig {
  position: relative;
  margin-bottom: 30px;
  padding-top: 73.81818%;
}

.single-point__fig::before {
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100.1%;
  height: 100.1%;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: scale(1);
          transform: scale(1);
  content: "";
  background: #1a1a1a;
  z-index: 1;
}

.single-point__fig--architecture-01 {
  background: url(../img/field/architecture/img_field_architecture_point_01_pc.jpg) center/cover no-repeat;
}

.single-point__fig--architecture-02 {
  background: url(../img/field/architecture/img_field_architecture_point_02_pc.jpg) center/cover no-repeat;
}

.single-point__fig--architecture-03 {
  background: url(../img/field/architecture/img_field_architecture_point_03_pc.jpg) center/cover no-repeat;
}

.single-point__fig--design-01 {
  background: url(../img/field/design/img_field_design_point_01_pc.jpg) center/cover no-repeat;
}

.single-point__fig--design-02 {
  background: url(../img/field/design/img_field_design_point_02_pc.jpg) center/cover no-repeat;
}

.single-point__fig--design-03 {
  background: url(../img/field/design/img_field_design_point_03_pc.jpg) center/cover no-repeat;
}

.single-point__fig--information-01 {
  background: url(../img/field/information/img_field_information_point_01_pc.jpg) center/contain no-repeat;
}

.single-point__fig--information-02 {
  background: url(../img/field/information/img_field_information_point_02_pc.jpg) center/contain no-repeat;
}

.single-point__fig--information-03 {
  background: url(../img/field/information/img_field_information_point_03_pc.jpg) center/contain no-repeat;
}

.single-point__fig--civilengineering-01 {
  background: url(../img/field/civilengineering/img_field_civilengineering_point_01_pc.jpg) center/cover no-repeat;
}

.single-point__fig--civilengineering-02 {
  background: url(../img/field/civilengineering/img_field_civilengineering_point_02_pc.jpg) center/cover no-repeat;
}

.single-point__fig--civilengineering-03 {
  background: url(../img/field/civilengineering/img_field_civilengineering_point_03_pc.jpg) center/cover no-repeat;
}

.single-point__fig--equipment-01 {
  background: url(../img/field/equipment/img_field_equipment_point_01_pc.jpg) center/cover no-repeat;
}

.single-point__fig--equipment-02 {
  background: url(../img/field/equipment/img_field_equipment_point_02_pc.jpg) center/cover no-repeat;
}

.single-point__fig--equipment-03 {
  background: url(../img/field/equipment/img_field_equipment_point_03_pc.jpg) center/cover no-repeat;
}

.single-point__fig--engineering-01 {
  background: url(../img/field/engineering/img_field_engineering_point_01_pc.jpg) center/cover no-repeat;
}

.single-point__fig--engineering-02 {
  background: url(../img/field/engineering/img_field_engineering_point_02_pc.jpg) center/cover no-repeat;
}

.single-point__fig--engineering-03 {
  background: url(../img/field/engineering/img_field_engineering_point_03_pc.jpg) center/cover no-repeat;
}

.single-point__fig--mechanical-01 {
  background: url(../img/field/mechanical/img_field_mechanical_point_01_pc.jpg) center/cover no-repeat;
}

.single-point__fig--mechanical-02 {
  background: url(../img/field/mechanical/img_field_mechanical_point_02_pc.jpg) center/cover no-repeat;
}

.single-point__fig--mechanical-03 {
  background: url(../img/field/mechanical/img_field_mechanical_point_03_pc.jpg) center/cover no-repeat;
}

.single-point__fig--office-01 {
  background: url(../img/field/office/img_field_office_point_01_pc.jpg) center/cover no-repeat;
}

.single-point__fig--office-02 {
  background: url(../img/field/office/img_field_office_point_02_pc.jpg) center/cover no-repeat;
}

.single-point__ttl {
  margin-bottom: 30px;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}

.single-point__txt {
  font-size: 1.2rem;
  line-height: 2;
}

.single-point-figs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: calc(50% - 50vw);
}

.single-point-figs__item {
  background: #000;
  position: relative;
  width: 100%;
  padding-top: 45.71429%;
  opacity: 0;
}

.single-point-figs__item::before {
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100.1%;
  height: 100.1%;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: scale(1);
          transform: scale(1);
  content: "";
  background: #1a1a1a;
  z-index: 1;
}

.single-point-figs__item.is-show {
  -webkit-transition: opacity 1s cubic-bezier(0.5, 0.25, 0, 1);
  transition: opacity 1s cubic-bezier(0.5, 0.25, 0, 1);
  opacity: 1;
}

.single-point-figs__item.is-show::before {
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}

.single-point-figs__item:not(:last-child) {
  margin-right: 10px;
}

.single-point-figs__item--architecture-01 {
  background: url(../img/field/architecture/img_field_architecture_point_figs_01_pc.jpg) center/cover no-repeat;
  width: calc((100% - 10px) * 1 / 3);
}

.single-point-figs__item--architecture-02 {
  background: url(../img/field/architecture/img_field_architecture_point_figs_02_pc.jpg) center/cover no-repeat;
  width: calc((100% - 10px) * 2 / 3);
}

.single-point-figs__item--design-01 {
  background: url(../img/field/design/img_field_design_point_figs_01_pc.jpg) center/cover no-repeat;
}

.single-point-figs__item--information-01 {
  background: url(../img/field/information/img_field_information_point_figs_01_pc.jpg) center/cover no-repeat;
}

.single-point-figs__item--civilengineering-01 {
  background: url(../img/field/civilengineering/img_field_civilengineering_point_figs_01_pc.jpg) center/cover no-repeat;
}

.single-point-figs__item--equipment-01 {
  background: url(../img/field/equipment/img_field_equipment_point_figs_01_pc.jpg) center/cover no-repeat;
}

.single-point-figs__item--engineering-01 {
  background: url(../img/field/engineering/img_field_engineering_point_figs_01_pc.jpg) center/cover no-repeat;
  width: calc((100% - 10px) * 1 / 2);
}

.single-point-figs__item--engineering-02 {
  background: url(../img/field/engineering/img_field_engineering_point_figs_02_pc.jpg) center/cover no-repeat;
  width: calc((100% - 10px) * 1 / 2);
}

.single-point-figs__item--mechanical-01 {
  background: url(../img/field/mechanical/img_field_mechanical_point_figs_01_pc.jpg) center/cover no-repeat;
}

.single-point-figs__item--office-01 {
  background: url(../img/field/office/img_field_office_point_figs_01_pc.jpg) center/cover no-repeat;
}

.single-point-figs__note {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 20px;
  padding-left: 10px;
  font-size: 1rem;
  letter-spacing: 0.025em;
  color: #fff;
}

.single-point-figs__note--architecture {
  background: rgba(194, 27, 89, 0.6);
}

.single-point-figs__note--design {
  background: rgba(188, 33, 33, 0.6);
}

.single-point-figs__note--information {
  background: rgba(32, 130, 129, 0.6);
}

.single-point-figs__note--civilengineering {
  background: rgba(185, 161, 0, 0.6);
}

.single-point-figs__note--equipment {
  background: rgba(23, 81, 146, 0.6);
}

.single-point-figs__note--engineering {
  background: rgba(202, 112, 0, 0.6);
}

.single-point-figs__note--mechanical {
  background: rgba(69, 136, 56, 0.6);
}

.single-point-figs__note--office {
  background: rgba(136, 66, 112, 0.6);
}

.single-interview:not(:last-child) {
  margin-bottom: 50px;
}

.single-interview--architecture .single-interview__head {
  color: #c21b59;
}

.single-interview--architecture .single-interview__head::before {
  background: #c21b59;
}

.single-interview--architecture .single-interview__btn {
  border-bottom: 2px solid #c21b59;
  color: #c21b59;
}

.single-interview--architecture .single-interview__btn.is-active {
  background: #c21b59;
}

.single-interview--design .single-interview__head {
  color: #bc2121;
}

.single-interview--design .single-interview__head::before {
  background: #bc2121;
}

.single-interview--design .single-interview__btn {
  border-bottom: 2px solid #bc2121;
  color: #bc2121;
}

.single-interview--design .single-interview__btn.is-active {
  background: #bc2121;
}

.single-interview--information .single-interview__head {
  color: #208281;
}

.single-interview--information .single-interview__head::before {
  background: #208281;
}

.single-interview--information .single-interview__btn {
  border-bottom: 2px solid #208281;
  color: #208281;
}

.single-interview--information .single-interview__btn.is-active {
  background: #208281;
}

.single-interview--civilengineering .single-interview__head {
  color: #b9a100;
}

.single-interview--civilengineering .single-interview__head::before {
  background: #b9a100;
}

.single-interview--civilengineering .single-interview__btn {
  border-bottom: 2px solid #b9a100;
  color: #b9a100;
}

.single-interview--civilengineering .single-interview__btn.is-active {
  background: #b9a100;
}

.single-interview--equipment .single-interview__head {
  color: #175192;
}

.single-interview--equipment .single-interview__head::before {
  background: #175192;
}

.single-interview--equipment .single-interview__btn {
  border-bottom: 2px solid #175192;
  color: #175192;
}

.single-interview--equipment .single-interview__btn.is-active {
  background: #175192;
}

.single-interview--engineering .single-interview__head {
  color: #ca7000;
}

.single-interview--engineering .single-interview__head::before {
  background: #ca7000;
}

.single-interview--engineering .single-interview__btn {
  border-bottom: 2px solid #ca7000;
  color: #ca7000;
}

.single-interview--engineering .single-interview__btn.is-active {
  background: #ca7000;
}

.single-interview--mechanical .single-interview__head {
  color: #458838;
}

.single-interview--mechanical .single-interview__head::before {
  background: #458838;
}

.single-interview--mechanical .single-interview__btn {
  border-bottom: 2px solid #458838;
  color: #458838;
}

.single-interview--mechanical .single-interview__btn.is-active {
  background: #458838;
}

.single-interview--office .single-interview__head {
  color: #884270;
}

.single-interview--office .single-interview__head::before {
  background: #884270;
}

.single-interview--office .single-interview__btn {
  border-bottom: 2px solid #884270;
  color: #884270;
}

.single-interview--office .single-interview__btn.is-active {
  background: #884270;
}

.single-interview__inner {
  display: none;
  margin-bottom: 40px;
}

.single-interview__item:not(:last-child) {
  margin-bottom: 40px;
}

.single-interview__head {
  position: relative;
  margin-bottom: 20px;
  padding-left: 25px;
  font-size: 1.4rem;
  font-weight: bold;
}

.single-interview__head::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.single-interview__txt {
  font-size: 1.2rem;
  line-height: 2;
}

.single-interview__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 50px;
  font-size: 1.6rem;
  font-weight: 500;
  -webkit-transition: color 0.3s cubic-bezier(0.5, 0.25, 0, 1), background 0.3s cubic-bezier(0.5, 0.25, 0, 1);
  transition: color 0.3s cubic-bezier(0.5, 0.25, 0, 1), background 0.3s cubic-bezier(0.5, 0.25, 0, 1);
  z-index: 1;
}

.single-interview__btn::before {
  content: "開く";
}

.single-interview__btn.is-active {
  color: #fff;
}

.single-interview__btn.is-active::before {
  content: "閉じる";
}

.single-interview-profile {
  background: #eee;
  position: relative;
  margin-bottom: 40px;
  padding-top: 61.53846%;
  opacity: 0;
}

.single-interview-profile.is-show {
  -webkit-transition: opacity 1s cubic-bezier(0.5, 0.25, 0, 1);
  transition: opacity 1s cubic-bezier(0.5, 0.25, 0, 1);
  opacity: 1;
}

.single-interview-profile.is-show::before {
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}

.single-interview-profile::before {
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100.1%;
  height: 100.1%;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: scale(1);
          transform: scale(1);
  content: "";
  background: #1a1a1a;
  z-index: 1;
}

.single-interview-profile--architecture-01 {
  background: url(../img/field/architecture/img_field_architecture_interview_01_sp.jpg) center/cover no-repeat;
}

.single-interview-profile--architecture-02 {
  background: url(../img/field/architecture/img_field_architecture_interview_02_sp.jpg) center/cover no-repeat;
}

.single-interview-profile--design-01 {
  background: url(../img/field/design/img_field_design_interview_01_sp.jpg) center/cover no-repeat;
}

.single-interview-profile--design-02 {
  background: url(../img/field/design/img_field_design_interview_02_sp.jpg) center/cover no-repeat;
}

.single-interview-profile--information-01 {
  background: url(../img/field/information/img_field_information_interview_01_sp.jpg) center/cover no-repeat;
}

.single-interview-profile--information-02 {
  background: url(../img/field/information/img_field_information_interview_02_sp.jpg) center/cover no-repeat;
}

.single-interview-profile--civilengineering-01 {
  background: url(../img/field/civilengineering/img_field_civilengineering_interview_01_sp.jpg) center/cover no-repeat;
}

.single-interview-profile--civilengineering-02 {
  background: url(../img/field/civilengineering/img_field_civilengineering_interview_02_sp.jpg) center/cover no-repeat;
}

.single-interview-profile--equipment-01 {
  background: url(../img/field/equipment/img_field_equipment_interview_01_sp.jpg) center/cover no-repeat;
}

.single-interview-profile--equipment-02 {
  background: url(../img/field/equipment/img_field_equipment_interview_02_sp.jpg) center/cover no-repeat;
}

.single-interview-profile--engineering-01 {
  background: url(../img/field/engineering/img_field_engineering_interview_01_sp.jpg) center/cover no-repeat;
}

.single-interview-profile--engineering-02 {
  background: url(../img/field/engineering/img_field_engineering_interview_02_sp.jpg) center/cover no-repeat;
}

.single-interview-profile--mechanical-01 {
  background: url(../img/field/mechanical/img_field_mechanical_interview_01_sp.jpg) center/cover no-repeat;
}

.single-interview-profile--mechanical-02 {
  background: url(../img/field/mechanical/img_field_mechanical_interview_02_sp.jpg) center/cover no-repeat;
}

.single-interview-profile--office-01 {
  background: url(../img/field/office/img_field_office_interview_01_sp.jpg) center/cover no-repeat;
}

.single-interview-profile--office-02 {
  background: url(../img/field/office/img_field_office_interview_02_sp.jpg) center/cover no-repeat;
}

.single-interview-profile--information-01 {
  background: url(../img/field/information/img_field_information_interview_01_pc.jpg) center/cover no-repeat;
}

.single-interview-profile--information-02 {
  background: url(../img/field/information/img_field_information_interview_02_pc.jpg) center/cover no-repeat;
}

.single-interview-profile--office-01 {
  background: url(../img/field/office/img_field_office_interview_01_pc.jpg) center/cover no-repeat;
}

.single-interview-profile--office-02 {
  background: url(../img/field/office/img_field_office_interview_02_pc.jpg) center/cover no-repeat;
}

.single-interview-profile--civilengineering-02 {
  background: url(../img/field/civilengineering/img_field_civilengineering_interview_02_pc.jpg) center/cover no-repeat;
}

.single-interview-profile-caption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45%;
  padding: 0 15px 20px;
  z-index: 0;
}

.single-interview-profile-caption__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  padding-top: 20px;
  border-top: 1px solid #fff;
  line-height: 1;
  color: #fff;
}

.single-interview-profile-caption::before {
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, #000, rgba(0, 0, 0, 0));
  background: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: -1;
}

.single-interview-profile-caption__name {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 20px;
  font-size: 1.6rem;
}

.single-interview-profile-caption__position {
  font-size: 1rem;
}

.single-interview-figs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 calc(50% - 50vw);
}

.single-interview-figs--architecture-01 .single-interview-figs__item--01 {
  background: url(../img/field/architecture/img_field_architecture_interview_figs_01_pc.jpg) center/cover no-repeat;
}

.single-interview-figs--architecture-01 .single-interview-figs__item--02 {
  background: url(../img/field/architecture/img_field_architecture_interview_figs_02_pc.jpg) center/cover no-repeat;
}

.single-interview-figs--architecture-02 .single-interview-figs__item--01 {
  background: url(../img/field/architecture/img_field_architecture_interview_figs_03_pc.jpg) center/cover no-repeat;
}

.single-interview-figs--architecture-02 .single-interview-figs__item--02 {
  background: url(../img/field/architecture/img_field_architecture_interview_figs_04_pc.jpg) center/cover no-repeat;
}

.single-interview-figs--design-01 .single-interview-figs__item--01 {
  background: url(../img/field/design/img_field_design_interview_figs_01_pc.jpg) center/cover no-repeat;
}

.single-interview-figs--design-01 .single-interview-figs__item--02 {
  background: url(../img/field/design/img_field_design_interview_figs_02_pc.jpg) center/cover no-repeat;
}

.single-interview-figs--design-02 .single-interview-figs__item--01 {
  background: url(../img/field/design/img_field_design_interview_figs_03_pc.jpg) center/cover no-repeat;
}

.single-interview-figs--design-02 .single-interview-figs__item--02 {
  background: url(../img/field/design/img_field_design_interview_figs_04_pc.jpg) center/cover no-repeat;
}

.single-interview-figs--information-01 .single-interview-figs__item--01 {
  background: url(../img/field/information/img_field_information_interview_figs_01_pc.jpg) center/cover no-repeat;
}

.single-interview-figs--information-01 .single-interview-figs__item--02 {
  background: url(../img/field/information/img_field_information_interview_figs_02_pc.jpg) center/cover no-repeat;
}

.single-interview-figs--information-02 .single-interview-figs__item--01 {
  background: url(../img/field/information/img_field_information_interview_figs_03_pc.jpg) center/cover no-repeat;
}

.single-interview-figs--information-02 .single-interview-figs__item--02 {
  background: url(../img/field/information/img_field_information_interview_figs_04_pc.jpg) center/cover no-repeat;
}

.single-interview-figs--civilengineering-01 .single-interview-figs__item--01 {
  background: url(../img/field/civilengineering/img_field_civilengineering_interview_figs_01_pc.jpg) center/cover no-repeat;
}

.single-interview-figs--civilengineering-01 .single-interview-figs__item--02 {
  background: url(../img/field/civilengineering/img_field_civilengineering_interview_figs_02_pc.jpg) center/cover no-repeat;
}

.single-interview-figs--civilengineering-02 .single-interview-figs__item--01 {
  background: url(../img/field/civilengineering/img_field_civilengineering_interview_figs_03_pc.jpg) center/cover no-repeat;
}

.single-interview-figs--civilengineering-02 .single-interview-figs__item--02 {
  background: url(../img/field/civilengineering/img_field_civilengineering_interview_figs_04_pc.jpg) center/cover no-repeat;
}

.single-interview-figs--equipment-01 .single-interview-figs__item--01 {
  background: url(../img/field/equipment/img_field_equipment_interview_figs_01_pc.jpg) center/cover no-repeat;
}

.single-interview-figs--equipment-01 .single-interview-figs__item--02 {
  background: url(../img/field/equipment/img_field_equipment_interview_figs_02_pc.jpg) center/cover no-repeat;
}

.single-interview-figs--equipment-02 .single-interview-figs__item--01 {
  background: url(../img/field/equipment/img_field_equipment_interview_figs_03_pc.jpg) center/cover no-repeat;
}

.single-interview-figs--equipment-02 .single-interview-figs__item--02 {
  background: url(../img/field/equipment/img_field_equipment_interview_figs_04_pc.jpg) center/cover no-repeat;
}

.single-interview-figs--engineering-01 .single-interview-figs__item--01 {
  background: url(../img/field/engineering/img_field_engineering_interview_figs_01_pc.jpg) center/cover no-repeat;
}

.single-interview-figs--engineering-01 .single-interview-figs__item--02 {
  background: url(../img/field/engineering/img_field_engineering_interview_figs_02_pc.jpg) center/cover no-repeat;
}

.single-interview-figs--engineering-02 .single-interview-figs__item--01 {
  background: url(../img/field/engineering/img_field_engineering_interview_figs_03_pc.jpg) center/cover no-repeat;
}

.single-interview-figs--engineering-02 .single-interview-figs__item--02 {
  background: url(../img/field/engineering/img_field_engineering_interview_figs_04_pc.jpg) center/cover no-repeat;
}

.single-interview-figs--mechanical-01 .single-interview-figs__item--01 {
  background: url(../img/field/mechanical/img_field_mechanical_interview_figs_01_pc.jpg) center/cover no-repeat;
}

.single-interview-figs--mechanical-01 .single-interview-figs__item--02 {
  background: url(../img/field/mechanical/img_field_mechanical_interview_figs_02_pc.jpg) center/cover no-repeat;
}

.single-interview-figs--mechanical-02 .single-interview-figs__item--01 {
  background: url(../img/field/mechanical/img_field_mechanical_interview_figs_03_pc.jpg) center/cover no-repeat;
}

.single-interview-figs--mechanical-02 .single-interview-figs__item--02 {
  background: url(../img/field/mechanical/img_field_mechanical_interview_figs_04_pc.jpg) center/cover no-repeat;
}

.single-interview-figs--office-01 .single-interview-figs__item--01 {
  background: url(../img/field/office/img_field_office_interview_figs_01_pc.jpg) center/cover no-repeat;
}

.single-interview-figs--office-01 .single-interview-figs__item--02 {
  background: url(../img/field/office/img_field_office_interview_figs_02_pc.jpg) center/cover no-repeat;
}

.single-interview-figs--office-02 .single-interview-figs__item--01 {
  background: url(../img/field/office/img_field_office_interview_figs_03_pc.jpg) center/cover no-repeat;
}

.single-interview-figs--office-02 .single-interview-figs__item--02 {
  background: url(../img/field/office/img_field_office_interview_figs_04_pc.jpg) center/cover no-repeat;
}

.single-interview-figs__item {
  width: calc((100% - 10px) / 2);
  padding-top: 42.66667%;
}

.single-interview-career--architecture .single-interview-career__item:not(:last-child) .single-interview-career__head::before {
  border-bottom: 3px solid #c21b59;
  border-left: 3px solid #c21b59;
}

.single-interview-career--architecture .single-interview-career__head {
  border-right: 2px solid #c21b59;
  color: #c21b59;
}

.single-interview-career--design .single-interview-career__item:not(:last-child) .single-interview-career__head::before {
  border-bottom: 3px solid #bc2121;
  border-left: 3px solid #bc2121;
}

.single-interview-career--design .single-interview-career__head {
  border-right: 2px solid #bc2121;
  color: #bc2121;
}

.single-interview-career--information .single-interview-career__item:not(:last-child) .single-interview-career__head::before {
  border-bottom: 3px solid #208281;
  border-left: 3px solid #208281;
}

.single-interview-career--information .single-interview-career__head {
  border-right: 2px solid #208281;
  color: #208281;
}

.single-interview-career--civilengineering .single-interview-career__item:not(:last-child) .single-interview-career__head::before {
  border-bottom: 3px solid #b9a100;
  border-left: 3px solid #b9a100;
}

.single-interview-career--civilengineering .single-interview-career__head {
  border-right: 2px solid #b9a100;
  color: #b9a100;
}

.single-interview-career--equipment .single-interview-career__item:not(:last-child) .single-interview-career__head::before {
  border-bottom: 3px solid #175192;
  border-left: 3px solid #175192;
}

.single-interview-career--equipment .single-interview-career__head {
  border-right: 2px solid #175192;
  color: #175192;
}

.single-interview-career--engineering .single-interview-career__item:not(:last-child) .single-interview-career__head::before {
  border-bottom: 3px solid #ca7000;
  border-left: 3px solid #ca7000;
}

.single-interview-career--engineering .single-interview-career__head {
  border-right: 2px solid #ca7000;
  color: #ca7000;
}

.single-interview-career--mechanical .single-interview-career__item:not(:last-child) .single-interview-career__head::before {
  border-bottom: 3px solid #458838;
  border-left: 3px solid #458838;
}

.single-interview-career--mechanical .single-interview-career__head {
  border-right: 2px solid #458838;
  color: #458838;
}

.single-interview-career--office .single-interview-career__item:not(:last-child) .single-interview-career__head::before {
  border-bottom: 3px solid #884270;
  border-left: 3px solid #884270;
}

.single-interview-career--office .single-interview-career__head {
  border-right: 2px solid #884270;
  color: #884270;
}

.single-interview-career__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.single-interview-career__item:not(:last-child) .single-interview-career__head {
  padding-bottom: 30px;
}

.single-interview-career__item:not(:last-child) .single-interview-career__body {
  padding-bottom: 30px;
}

.single-interview-career__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100px;
  margin-right: 20px;
  padding-right: 20px;
}

.single-interview-career__head::before {
  content: "";
  position: absolute;
  bottom: 15px;
  left: calc(50% - (10px + 2px));
  width: 8px;
  height: 8px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

.single-interview-career__term {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}

.single-interview-career__body {
  width: calc(100% - (100px + 20px));
}

.single-interview-career__ttl {
  font-size: 1.3rem;
}

.single-interview-career__ttl:not(:last-child) {
  margin-bottom: 15px;
}

.single-interview-career__txt {
  font-size: 1.2rem;
  line-height: 1.75;
  color: #6c6c6c;
}

.single-interview-flow--architecture {
  background: rgba(194, 27, 89, 0.05);
}

.single-interview-flow--architecture .single-interview-flow__item:nth-child(2n - 1) {
  background: rgba(194, 27, 89, 0.05);
}

.single-interview-flow--architecture .single-interview-flow__left {
  border-left: 2px solid #c21b59;
}

.single-interview-flow--architecture .single-interview-flow__right {
  border-left: 2px solid #c21b59;
}

.single-interview-flow--architecture .single-interview-flow__right--odd .single-interview-flow__item:nth-child(2n - 1) {
  background: none;
}

.single-interview-flow--architecture .single-interview-flow__right--odd .single-interview-flow__item:nth-child(2n) {
  background: rgba(194, 27, 89, 0.05);
}

.single-interview-flow--architecture .single-interview-flow__ttl {
  color: #c21b59;
}

.single-interview-flow--design {
  background: rgba(188, 33, 33, 0.05);
}

.single-interview-flow--design .single-interview-flow__item:nth-child(2n - 1) {
  background: rgba(188, 33, 33, 0.05);
}

.single-interview-flow--design .single-interview-flow__left {
  border-left: 2px solid #bc2121;
}

.single-interview-flow--design .single-interview-flow__right {
  border-left: 2px solid #bc2121;
}

.single-interview-flow--design .single-interview-flow__right--odd .single-interview-flow__item:nth-child(2n - 1) {
  background: none;
}

.single-interview-flow--design .single-interview-flow__right--odd .single-interview-flow__item:nth-child(2n) {
  background: rgba(188, 33, 33, 0.05);
}

.single-interview-flow--design .single-interview-flow__ttl {
  color: #bc2121;
}

.single-interview-flow--information {
  background: rgba(32, 130, 129, 0.05);
}

.single-interview-flow--information .single-interview-flow__item:nth-child(2n - 1) {
  background: rgba(32, 130, 129, 0.05);
}

.single-interview-flow--information .single-interview-flow__left {
  border-left: 2px solid #208281;
}

.single-interview-flow--information .single-interview-flow__right {
  border-left: 2px solid #208281;
}

.single-interview-flow--information .single-interview-flow__right--odd .single-interview-flow__item:nth-child(2n - 1) {
  background: none;
}

.single-interview-flow--information .single-interview-flow__right--odd .single-interview-flow__item:nth-child(2n) {
  background: rgba(32, 130, 129, 0.05);
}

.single-interview-flow--information .single-interview-flow__ttl {
  color: #208281;
}

.single-interview-flow--civilengineering {
  background: rgba(185, 161, 0, 0.05);
}

.single-interview-flow--civilengineering .single-interview-flow__item:nth-child(2n - 1) {
  background: rgba(185, 161, 0, 0.05);
}

.single-interview-flow--civilengineering .single-interview-flow__left {
  border-left: 2px solid #b9a100;
}

.single-interview-flow--civilengineering .single-interview-flow__right {
  border-left: 2px solid #b9a100;
}

.single-interview-flow--civilengineering .single-interview-flow__right--odd .single-interview-flow__item:nth-child(2n - 1) {
  background: none;
}

.single-interview-flow--civilengineering .single-interview-flow__right--odd .single-interview-flow__item:nth-child(2n) {
  background: rgba(185, 161, 0, 0.05);
}

.single-interview-flow--civilengineering .single-interview-flow__ttl {
  color: #b9a100;
}

.single-interview-flow--equipment {
  background: rgba(23, 81, 146, 0.05);
}

.single-interview-flow--equipment .single-interview-flow__item:nth-child(2n - 1) {
  background: rgba(23, 81, 146, 0.05);
}

.single-interview-flow--equipment .single-interview-flow__left {
  border-left: 2px solid #175192;
}

.single-interview-flow--equipment .single-interview-flow__right {
  border-left: 2px solid #175192;
}

.single-interview-flow--equipment .single-interview-flow__right--odd .single-interview-flow__item:nth-child(2n - 1) {
  background: none;
}

.single-interview-flow--equipment .single-interview-flow__right--odd .single-interview-flow__item:nth-child(2n) {
  background: rgba(23, 81, 146, 0.05);
}

.single-interview-flow--equipment .single-interview-flow__ttl {
  color: #175192;
}

.single-interview-flow--engineering {
  background: rgba(202, 112, 0, 0.05);
}

.single-interview-flow--engineering .single-interview-flow__item:nth-child(2n - 1) {
  background: rgba(202, 112, 0, 0.05);
}

.single-interview-flow--engineering .single-interview-flow__left {
  border-left: 2px solid #ca7000;
}

.single-interview-flow--engineering .single-interview-flow__right {
  border-left: 2px solid #ca7000;
}

.single-interview-flow--engineering .single-interview-flow__right--odd .single-interview-flow__item:nth-child(2n - 1) {
  background: none;
}

.single-interview-flow--engineering .single-interview-flow__right--odd .single-interview-flow__item:nth-child(2n) {
  background: rgba(202, 112, 0, 0.05);
}

.single-interview-flow--engineering .single-interview-flow__ttl {
  color: #ca7000;
}

.single-interview-flow--mechanical {
  background: rgba(69, 136, 56, 0.05);
}

.single-interview-flow--mechanical .single-interview-flow__item:nth-child(2n - 1) {
  background: rgba(69, 136, 56, 0.05);
}

.single-interview-flow--mechanical .single-interview-flow__left {
  border-left: 2px solid #458838;
}

.single-interview-flow--mechanical .single-interview-flow__right {
  border-left: 2px solid #458838;
}

.single-interview-flow--mechanical .single-interview-flow__right--odd .single-interview-flow__item:nth-child(2n - 1) {
  background: none;
}

.single-interview-flow--mechanical .single-interview-flow__right--odd .single-interview-flow__item:nth-child(2n) {
  background: rgba(69, 136, 56, 0.05);
}

.single-interview-flow--mechanical .single-interview-flow__ttl {
  color: #458838;
}

.single-interview-flow--office {
  background: rgba(136, 66, 112, 0.05);
}

.single-interview-flow--office .single-interview-flow__item:nth-child(2n - 1) {
  background: rgba(136, 66, 112, 0.05);
}

.single-interview-flow--office .single-interview-flow__left {
  border-left: 2px solid #884270;
}

.single-interview-flow--office .single-interview-flow__right {
  border-left: 2px solid #884270;
}

.single-interview-flow--office .single-interview-flow__right--odd .single-interview-flow__item:nth-child(2n - 1) {
  background: none;
}

.single-interview-flow--office .single-interview-flow__right--odd .single-interview-flow__item:nth-child(2n) {
  background: rgba(136, 66, 112, 0.05);
}

.single-interview-flow--office .single-interview-flow__ttl {
  color: #884270;
}

.single-interview-flow__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 40px;
  padding: 5px 20px;
}

.single-interview-flow__item--sp-dn {
  display: none;
}

.single-interview-flow__ttl {
  font-family: "Hind", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 45px;
  padding-top: 3px;
  font-size: 1.3rem;
}

.single-interview-flow__txt {
  width: calc(100% - 45px);
  font-size: 1.2rem;
  line-height: 2;
}

.single-career__item:not(:last-child) {
  margin-bottom: 30px;
}

.single-career__txt {
  font-size: 1.2em;
  line-height: 2;
}

.single-career-ttl {
  margin-bottom: 30px;
  font-size: 1.4rem;
  font-weight: bold;
}

.single-career-ttl__note {
  font-size: 1.2rem;
}

.single-career-ttl--architecture {
  color: #c21b59;
}

.single-career-ttl--design {
  color: #bc2121;
}

.single-career-ttl--information {
  color: #208281;
}

.single-career-ttl--civilengineering {
  color: #b9a100;
}

.single-career-ttl--equipment {
  color: #175192;
}

.single-career-ttl--engineering {
  color: #ca7000;
}

.single-career-ttl--mechanical {
  color: #458838;
}

.single-career-ttl--office {
  color: #884270;
}

.single-career-training {
  margin-bottom: 50px;
}

.single-career-training--architecture .single-career-training__item {
  background: rgba(194, 27, 89, 0.05);
  border-bottom: 2px solid #c21b59;
}

.single-career-training--architecture .single-career-training__ttl {
  color: #c21b59;
}

.single-career-training--design .single-career-training__item {
  background: rgba(188, 33, 33, 0.05);
  border-bottom: 2px solid #bc2121;
}

.single-career-training--design .single-career-training__ttl {
  color: #bc2121;
}

.single-career-training--information .single-career-training__item {
  background: rgba(32, 130, 129, 0.05);
  border-bottom: 2px solid #208281;
}

.single-career-training--information .single-career-training__item:nth-child(2n + 1) {
  margin: 0;
}

.single-career-training--information .single-career-training__ttl {
  color: #208281;
}

.single-career-training--civilengineering .single-career-training__item {
  background: rgba(185, 161, 0, 0.05);
  border-bottom: 2px solid #b9a100;
}

.single-career-training--civilengineering .single-career-training__ttl {
  color: #b9a100;
}

.single-career-training--equipment .single-career-training__item {
  background: rgba(23, 81, 146, 0.05);
  border-bottom: 2px solid #175192;
}

.single-career-training--equipment .single-career-training__ttl {
  color: #175192;
}

.single-career-training--engineering .single-career-training__item {
  background: rgba(202, 112, 0, 0.05);
  border-bottom: 2px solid #ca7000;
}

.single-career-training--engineering .single-career-training__ttl {
  color: #ca7000;
}

.single-career-training--mechanical .single-career-training__item {
  background: rgba(69, 136, 56, 0.05);
  border-bottom: 2px solid #458838;
}

.single-career-training--mechanical .single-career-training__ttl {
  color: #458838;
}

.single-career-training--office .single-career-training__item {
  background: rgba(136, 66, 112, 0.05);
  border-bottom: 2px solid #884270;
}

.single-career-training--office .single-career-training__ttl {
  color: #884270;
}

.single-career-training__wrap:not(:last-child) {
  margin-bottom: 30px;
}

.single-career-training__item {
  padding: 30px;
}

.single-career-training__item:not(:last-child) {
  margin-bottom: 30px;
}

.single-career-training__ttl {
  margin-bottom: 20px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}

.single-career-training__note {
  display: block;
  font-size: 1.2rem;
}

.single-career-training__txt {
  font-size: 1.2rem;
  line-height: 2;
}

.single-career-training__indent {
  position: relative;
  padding-left: 1em;
}

.single-career-training__indent::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
}

.single-information-career-rotation__item:not(:last-child) {
  margin-bottom: 20px;
}

.single-information-career-rotation__ttl {
  font-size: 1.4rem;
  color: #208281;
}

.single-information-career-rotation__txt {
  font-size: 1.2rem;
  line-height: 2;
}

.single-career-fig--architecture .single-career-fig__scroll {
  color: #c21b59;
}

.single-career-fig--architecture .single-career-fig__head {
  background: url(../img/field/architecture/img_field_architecture_career_01_pc.png) center/cover no-repeat;
  width: 70px;
  height: 446px;
}

.single-career-fig--architecture .single-career-fig__fig {
  background: url(../img/field/architecture/img_field_architecture_career_02_pc.png) center/cover no-repeat;
  width: 891px;
  height: 466px;
}

.single-career-fig--design .single-career-fig__scroll {
  color: #bc2121;
}

.single-career-fig--design .single-career-fig__head {
  background: url(../img/field/design/img_field_design_career_01_pc.png) center/cover no-repeat;
  width: 70px;
  height: 285px;
}

.single-career-fig--design .single-career-fig__fig {
  background: url(../img/field/design/img_field_design_career_02_pc.png) center/cover no-repeat;
  width: 570px;
  height: 305px;
}

.single-career-fig--information .single-career-fig__scroll {
  color: #208281;
}

.single-career-fig--information .single-career-fig__head {
  background: url(../img/field/information/img_field_information_career_01_pc.png) center/cover no-repeat;
  width: 70px;
  height: 346px;
}

.single-career-fig--information .single-career-fig__fig {
  background: url(../img/field/information/img_field_information_career_02_pc.png) center/cover no-repeat;
  width: 774px;
  height: 346px;
}

.single-career-fig--civilengineering .single-career-fig__scroll {
  color: #b9a100;
}

.single-career-fig--civilengineering .single-career-fig__head {
  background: url(../img/field/civilengineering/img_field_civilengineering_career_01_pc.png) center/cover no-repeat;
  width: 70px;
  height: 443px;
}

.single-career-fig--civilengineering .single-career-fig__fig {
  background: url(../img/field/civilengineering/img_field_civilengineering_career_02_pc.png) center/cover no-repeat;
  width: 775px;
  height: 463px;
}

.single-career-fig--equipment .single-career-fig__scroll {
  color: #175192;
}

.single-career-fig--equipment .single-career-fig__head {
  background: url(../img/field/equipment/img_field_equipment_career_01_pc.png) center/cover no-repeat;
  width: 70px;
  height: 432px;
}

.single-career-fig--equipment .single-career-fig__fig {
  background: url(../img/field/equipment/img_field_equipment_career_02_pc.png) center/cover no-repeat;
  width: 1015px;
  height: 452px;
}

.single-career-fig--engineering .single-career-fig__scroll {
  color: #ca7000;
}

.single-career-fig--engineering .single-career-fig__head {
  background: url(../img/field/engineering/img_field_engineering_career_01_pc.png) center/cover no-repeat;
  width: 70px;
  height: 341px;
}

.single-career-fig--engineering .single-career-fig__fig {
  background: url(../img/field/engineering/img_field_engineering_career_02_pc.png) center/cover no-repeat;
  width: 512px;
  height: 361px;
}

.single-career-fig--mechanical .single-career-fig__scroll {
  color: #458838;
}

.single-career-fig--mechanical .single-career-fig__head {
  background: url(../img/field/mechanical/img_field_mechanical_career_01_pc.png) center/cover no-repeat;
  width: 70px;
  height: 387px;
}

.single-career-fig--mechanical .single-career-fig__fig {
  background: url(../img/field/mechanical/img_field_mechanical_career_02_pc.png) center/cover no-repeat;
  width: 970px;
  height: 407px;
}

.single-career-fig--office .single-career-fig__scroll {
  color: #884270;
}

.single-career-fig--office .single-career-fig__head {
  background: url(../img/field/office/img_field_office_career_01_pc.png) center/cover no-repeat;
  width: 70px;
  height: 349px;
}

.single-career-fig--office .single-career-fig__fig {
  background: url(../img/field/office/img_field_office_career_02_pc.png) center/cover no-repeat;
  width: 893px;
  height: 391px;
}

.single-career-fig__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: calc(50% - 50vw);
}

.single-career-fig__head {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin: 10px 0;
}

.single-career-fig__body {
  width: calc(100% - 70px);
  overflow-x: auto;
}

.single-career-fig__scroll {
  font-family: "Hind", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: none;
}

.single-career-fig-scroll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 0 10px 70px;
}

.single-career-fig-scroll--architecture .single-career-fig-scroll__txt {
  color: #c21b59;
}

.single-career-fig-scroll--architecture .single-career-fig-scroll__icon {
  background: url(../img/field/img_field_career_arrow_01_pc.png) center/cover no-repeat;
}

.single-career-fig-scroll--design .single-career-fig-scroll__txt {
  color: #bc2121;
}

.single-career-fig-scroll--design .single-career-fig-scroll__icon {
  background: url(../img/field/img_field_career_arrow_02_pc.png) center/cover no-repeat;
}

.single-career-fig-scroll--information .single-career-fig-scroll__txt {
  color: #208281;
}

.single-career-fig-scroll--information .single-career-fig-scroll__icon {
  background: url(../img/field/img_field_career_arrow_03_pc.png) center/cover no-repeat;
}

.single-career-fig-scroll--civilengineering .single-career-fig-scroll__txt {
  color: #b9a100;
}

.single-career-fig-scroll--civilengineering .single-career-fig-scroll__icon {
  background: url(../img/field/img_field_career_arrow_04_pc.png) center/cover no-repeat;
}

.single-career-fig-scroll--equipment .single-career-fig-scroll__txt {
  color: #175192;
}

.single-career-fig-scroll--equipment .single-career-fig-scroll__icon {
  background: url(../img/field/img_field_career_arrow_05_pc.png) center/cover no-repeat;
}

.single-career-fig-scroll--engineering .single-career-fig-scroll__txt {
  color: #ca7000;
}

.single-career-fig-scroll--engineering .single-career-fig-scroll__icon {
  background: url(../img/field/img_field_career_arrow_06_pc.png) center/cover no-repeat;
}

.single-career-fig-scroll--mechanical .single-career-fig-scroll__txt {
  color: #458838;
}

.single-career-fig-scroll--mechanical .single-career-fig-scroll__icon {
  background: url(../img/field/img_field_career_arrow_07_pc.png) center/cover no-repeat;
}

.single-career-fig-scroll--office .single-career-fig-scroll__txt {
  color: #884270;
}

.single-career-fig-scroll--office .single-career-fig-scroll__icon {
  background: url(../img/field/img_field_career_arrow_08_pc.png) center/cover no-repeat;
}

.single-career-fig-scroll__txt {
  font-family: "Hind", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3rem;
  line-height: 1;
}

.single-career-fig-scroll__icon {
  width: 40px;
  height: 5px;
  margin: 0 0 3px 10px;
}

.single-questionnaire--architecture .single-questionnaire__head {
  border: 2px solid #c21b59;
  color: #c21b59;
}

.single-questionnaire--architecture .single-questionnaire__head::before {
  border-color: #c21b59 transparent transparent transparent;
}

.single-questionnaire--architecture .single-questionnaire__fig {
  max-width: 711px;
}

.single-questionnaire--architecture .single-questionnaire__fig::before {
  background: url(../img/field/architecture/img_field_architecture_questionnaire_01_pc.png) center/cover no-repeat;
  padding-top: 78.76231%;
}

.single-questionnaire--design .single-questionnaire__head {
  border: 2px solid #bc2121;
  color: #bc2121;
}

.single-questionnaire--design .single-questionnaire__head::before {
  border-color: #bc2121 transparent transparent transparent;
}

.single-questionnaire--design .single-questionnaire__fig {
  max-width: 527px;
}

.single-questionnaire--design .single-questionnaire__fig::before {
  background: url(../img/field/design/img_field_design_questionnaire_01_pc.png) center/cover no-repeat;
  padding-top: 15.18027%;
}

.single-questionnaire--information .single-questionnaire__head {
  border: 2px solid #208281;
  color: #208281;
}

.single-questionnaire--information .single-questionnaire__head::before {
  border-color: #208281 transparent transparent transparent;
}

.single-questionnaire--information .single-questionnaire__fig {
  max-width: 598px;
}

.single-questionnaire--information .single-questionnaire__fig::before {
  background: url(../img/field/information/img_field_information_questionnaire_01_pc.png) center/cover no-repeat;
  padding-top: 53.51171%;
}

.single-questionnaire--civilengineering .single-questionnaire__head {
  border: 2px solid #b9a100;
  color: #b9a100;
}

.single-questionnaire--civilengineering .single-questionnaire__head::before {
  border-color: #b9a100 transparent transparent transparent;
}

.single-questionnaire--equipment .single-questionnaire__head {
  border: 2px solid #175192;
  color: #175192;
}

.single-questionnaire--equipment .single-questionnaire__head::before {
  border-color: #175192 transparent transparent transparent;
}

.single-questionnaire--equipment .single-questionnaire__fig {
  max-width: 512px;
}

.single-questionnaire--equipment .single-questionnaire__fig::before {
  background: url(../img/field/equipment/img_field_equipment_questionnaire_01_pc.png) center/cover no-repeat;
  padding-top: 54.6875%;
}

.single-questionnaire--engineering .single-questionnaire__head {
  border: 2px solid #ca7000;
  color: #ca7000;
}

.single-questionnaire--engineering .single-questionnaire__head::before {
  border-color: #ca7000 transparent transparent transparent;
}

.single-questionnaire--engineering .single-questionnaire__fig {
  max-width: 598px;
}

.single-questionnaire--engineering .single-questionnaire__fig::before {
  background: url(../img/field/engineering/img_field_engineering_questionnaire_01_pc.png) center/cover no-repeat;
  padding-top: 60.20067%;
}

.single-questionnaire--mechanical .single-questionnaire__head {
  border: 2px solid #458838;
  color: #458838;
}

.single-questionnaire--mechanical .single-questionnaire__head::before {
  border-color: #458838 transparent transparent transparent;
}

.single-questionnaire--mechanical .single-questionnaire__fig {
  max-width: 584px;
}

.single-questionnaire--mechanical .single-questionnaire__fig::before {
  background: url(../img/field/mechanical/img_field_mechanical_questionnaire_01_pc.png) center/cover no-repeat;
  padding-top: 41.09589%;
}

.single-questionnaire--office .single-questionnaire__head {
  border: 2px solid #884270;
  color: #884270;
}

.single-questionnaire--office .single-questionnaire__head::before {
  border-color: #884270 transparent transparent transparent;
}

.single-questionnaire--office .single-questionnaire__fig {
  max-width: 641px;
}

.single-questionnaire--office .single-questionnaire__fig::before {
  background: url(../img/field/office/img_field_office_questionnaire_01_pc.png) center/cover no-repeat;
  padding-top: 43.68175%;
}

.single-questionnaire__item:not(:last-child) {
  margin-bottom: 40px;
}

.single-questionnaire__item:nth-last-child(2) {
  margin-bottom: 30px;
}

.single-questionnaire__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 55px;
  margin-bottom: 30px;
  border-radius: 5px;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
}

.single-questionnaire__head::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-width: 10px 5px 0 5px;
  border-style: solid;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.single-questionnaire__head--small {
  width: 200px;
  height: 35px;
  margin: 0 auto 30px;
}

.single-questionnaire__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.single-questionnaire__fig::before {
  content: "";
  display: block;
}

.single-questionnaire__note {
  font-size: 1.1rem;
  color: #6c6c6c;
  text-align: center;
}

.single-questionnaire-cont {
  padding: 25px 0;
}

.single-questionnaire-cont--architecture {
  background: rgba(194, 27, 89, 0.05);
}

.single-questionnaire-cont--architecture .single-questionnaire-cont__item::before {
  background: #c21b59;
}

.single-questionnaire-cont--design {
  background: rgba(188, 33, 33, 0.05);
}

.single-questionnaire-cont--design .single-questionnaire-cont__item::before {
  background: #bc2121;
}

.single-questionnaire-cont--information {
  background: rgba(32, 130, 129, 0.05);
}

.single-questionnaire-cont--information .single-questionnaire-cont__item::before {
  background: #208281;
}

.single-questionnaire-cont--civilengineering {
  background: rgba(185, 161, 0, 0.05);
}

.single-questionnaire-cont--civilengineering .single-questionnaire-cont__item::before {
  background: #b9a100;
}

.single-questionnaire-cont--equipment {
  background: rgba(23, 81, 146, 0.05);
}

.single-questionnaire-cont--equipment .single-questionnaire-cont__item::before {
  background: #175192;
}

.single-questionnaire-cont--engineering {
  background: rgba(202, 112, 0, 0.05);
}

.single-questionnaire-cont--engineering .single-questionnaire-cont__item::before {
  background: #ca7000;
}

.single-questionnaire-cont--mechanical {
  background: rgba(69, 136, 56, 0.05);
}

.single-questionnaire-cont--mechanical .single-questionnaire-cont__item::before {
  background: #458838;
}

.single-questionnaire-cont--office {
  background: rgba(136, 66, 112, 0.05);
}

.single-questionnaire-cont--office .single-questionnaire-cont__item::before {
  background: #884270;
}

.single-questionnaire-cont__sec:not(:last-child) {
  margin-bottom: 20px;
}

.single-questionnaire-cont__item {
  position: relative;
  padding: 0 25px;
  line-height: 1.75;
}

.single-questionnaire-cont__item:not(:last-child) {
  margin-bottom: 20px;
}

.single-questionnaire-cont__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.single-questionnaire-cont__main {
  font-size: 1.2rem;
  font-weight: 500;
}

.single-questionnaire-cont__sub {
  font-size: 1.1rem;
}

.single-message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.single-message--architecture .single-message__fig {
  background: #c21b59;
}

.single-message--architecture .single-message__fig::before {
  border-color: transparent transparent transparent #c21b59;
}

.single-message--architecture .single-message__ttl {
  color: #c21b59;
}

.single-message--design .single-message__fig {
  background: #bc2121;
}

.single-message--design .single-message__fig::before {
  border-color: transparent transparent transparent #bc2121;
}

.single-message--design .single-message__ttl {
  color: #bc2121;
}

.single-message--information .single-message__fig {
  background: #208281;
}

.single-message--information .single-message__fig::before {
  border-color: transparent transparent transparent #208281;
}

.single-message--information .single-message__ttl {
  color: #208281;
}

.single-message--civilengineering .single-message__fig {
  background: #b9a100;
}

.single-message--civilengineering .single-message__fig::before {
  border-color: transparent transparent transparent #b9a100;
}

.single-message--civilengineering .single-message__fig .single-message__ttl {
  color: #b9a100;
}

.single-message--equipment .single-message__fig {
  background: #175192;
}

.single-message--equipment .single-message__fig::before {
  border-color: transparent transparent transparent #175192;
}

.single-message--equipment .single-message__ttl {
  color: #175192;
}

.single-message--engineering .single-message__fig {
  background: #ca7000;
}

.single-message--engineering .single-message__fig::before {
  border-color: transparent transparent transparent #ca7000;
}

.single-message--engineering .single-message__ttl {
  color: #ca7000;
}

.single-message--mechanical .single-message__fig {
  background: #458838;
}

.single-message--mechanical .single-message__fig::before {
  border-color: transparent transparent transparent #458838;
}

.single-message--mechanical .single-message__ttl {
  color: #458838;
}

.single-message--office .single-message__fig {
  background: #884270;
}

.single-message--office .single-message__fig::before {
  border-color: transparent transparent transparent #884270;
}

.single-message--office .single-message__ttl {
  color: #884270;
}

.single-message__fig {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  width: 75px;
  height: 75px;
  margin-right: 30px;
  border-radius: 50%;
}

.single-message__fig::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 0;
  height: 0;
  border-width: 4px 0 4px 10px;
  border-style: solid;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.single-message__icon {
  background: url(../img/field/img_field_single_message_01_pc.png) center/cover no-repeat;
  width: 33px;
  height: 33px;
}

.single-message__item:not(:last-child) {
  margin-bottom: 15px;
}

.single-message__ttl {
  margin-bottom: 5px;
  font-size: 1.4rem;
  font-weight: bold;
}

.single-message__txt {
  font-size: 1.2rem;
  line-height: 2;
}

.single-topics {
  margin-bottom: 75px;
  padding: 70px 25px 0;
}

.single-topics--architecture .single-topic__ttl::before {
  background: #c21b59;
}

.single-topics--design .single-topic__ttl::before {
  background: #bc2121;
}

.single-topics--information .single-topic__ttl::before {
  background: #208281;
}

.single-topics--civilengineering .single-topic__ttl::before {
  background: #b9a100;
}

.single-topics--equipment .single-topic__ttl::before {
  background: #175192;
}

.single-topics--engineering .single-topic__ttl::before {
  background: #ca7000;
}

.single-topics--mechanical .single-topic__ttl::before {
  background: #458838;
}

.single-topics--office .single-topic__ttl::before {
  background: #884270;
}

.single-topics__item:not(:last-child) {
  margin-bottom: 40px;
}

.single-topic {
  opacity: 0;
}

.single-topic.is-show {
  -webkit-transition: opacity 1s cubic-bezier(0.5, 0.25, 0, 1);
  transition: opacity 1s cubic-bezier(0.5, 0.25, 0, 1);
  opacity: 1;
}

.single-topic.is-show .single-topic__fig::before {
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}

.single-topic__link--architecture {
  border-bottom: 1px solid #c21b59;
  color: #c21b59;
}

.single-topic__link--design {
  border-bottom: 1px solid #bc2121;
  color: #bc2121;
}

.single-topic__link--information {
  border-bottom: 1px solid #208281;
  color: #208281;
}

.single-topic__link--civilengineering {
  border-bottom: 1px solid #b9a100;
  color: #b9a100;
}

.single-topic__link--equipment {
  border-bottom: 1px solid #175192;
  color: #175192;
}

.single-topic__link--engineering {
  border-bottom: 1px solid #ca7000;
  color: #ca7000;
}

.single-topic__link--mechanical {
  border-bottom: 1px solid #458838;
  color: #458838;
}

.single-topic__link--office {
  border-bottom: 1px solid #884270;
  color: #884270;
}

.single-topic--architecture-01 .single-topic__fig {
  background: url(../img/field/architecture/img_field_architecture_topics_01_pc.jpg) center/cover no-repeat;
}

.single-topic--architecture-02 .single-topic__fig {
  background: url(../img/field/architecture/img_field_architecture_topics_02_pc.jpg) center/cover no-repeat;
}

.single-topic--architecture-03 .single-topic__fig {
  background: url(../img/field/architecture/img_field_architecture_topics_03_pc.jpg) center/cover no-repeat;
}

.single-topic--architecture-04 .single-topic__fig {
  background: url(../img/field/architecture/img_field_architecture_topics_04_pc.jpg) center/cover no-repeat;
}

.single-topic--architecture-05 .single-topic__fig {
  background: url(../img/field/architecture/img_field_architecture_topics_05_pc.jpg) center/cover no-repeat;
}

.single-topic--architecture-06 .single-topic__fig {
  background: url(../img/field/architecture/img_field_architecture_topics_06_pc.jpg) center/cover no-repeat;
}

.single-topic--design-01 .single-topic__fig {
  background: url(../img/field/design/img_field_design_topics_01_pc.jpg) center/cover no-repeat;
}

.single-topic--design-02 .single-topic__fig {
  background: url(../img/field/design/img_field_design_topics_02_pc.jpg) center/cover no-repeat;
}

.single-topic--design-03 .single-topic__fig {
  background: url(../img/field/design/img_field_design_topics_03_pc.jpg) center/cover no-repeat;
}

.single-topic--information-01 .single-topic__fig {
  background: url(../img/field/information/img_field_information_topics_01_pc.jpg) center/cover no-repeat;
}

.single-topic--information-02 .single-topic__fig {
  background: url(../img/field/information/img_field_information_topics_02_pc.jpg) center/cover no-repeat;
}

.single-topic--information-03 .single-topic__fig {
  background: url(../img/field/information/img_field_information_topics_03_pc.jpg) center/cover no-repeat;
}

.single-topic--civilengineering-01 .single-topic__fig {
  background: url(../img/field/civilengineering/img_field_civilengineering_topics_01_pc.jpg) center/cover no-repeat;
}

.single-topic--civilengineering-02 .single-topic__fig {
  background: url(../img/field/civilengineering/img_field_civilengineering_topics_02_pc.jpg) center/cover no-repeat;
}

.single-topic--equipment-01 .single-topic__fig {
  background: url(../img/field/equipment/img_field_equipment_topics_01_pc.jpg) center/cover no-repeat;
}

.single-topic--equipment-02 .single-topic__fig {
  background: url(../img/field/equipment/img_field_equipment_topics_02_pc.jpg) center/cover no-repeat;
}

.single-topic--engineering-01 .single-topic__fig {
  background: url(../img/field/engineering/img_field_engineering_topics_01_pc.jpg) center/cover no-repeat;
}

.single-topic--engineering-02 .single-topic__fig {
  background: url(../img/field/engineering/img_field_engineering_topics_02_pc.jpg) center/cover no-repeat;
}

.single-topic--engineering-03 .single-topic__fig {
  background: url(../img/field/engineering/img_field_engineering_topics_03_pc.jpg) center/cover no-repeat;
}

.single-topic--mechanical-01 .single-topic__fig {
  background: url(../img/field/mechanical/img_field_mechanical_topics_01_pc.jpg) center/cover no-repeat;
}

.single-topic--mechanical-02 .single-topic__fig {
  background: url(../img/field/mechanical/img_field_mechanical_topics_02_pc.jpg) center/cover no-repeat;
}

.single-topic--mechanical-03 .single-topic__fig {
  background: url(../img/field/mechanical/img_field_mechanical_topics_03_pc.jpg) center/cover no-repeat;
}

.single-topic__head {
  margin-bottom: 15px;
}

.single-topic__fig {
  position: relative;
  margin-bottom: 20px;
  padding-top: 66.60617%;
}

.single-topic__fig::before {
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100.1%;
  height: 100.1%;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: scale(1);
          transform: scale(1);
  content: "";
  background: #1a1a1a;
  z-index: 1;
}

.single-topic__note {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 20px;
  padding: 5px 10px;
  font-size: 1rem;
  letter-spacing: 0.025em;
  color: #fff;
}

.single-topic__note--architecture {
  background: rgba(194, 27, 89, 0.6);
}

.single-topic__note--design {
  background: rgba(188, 33, 33, 0.6);
}

.single-topic__note--information {
  background: rgba(32, 130, 129, 0.6);
}

.single-topic__note--civilengineering {
  background: rgba(185, 161, 0, 0.6);
}

.single-topic__note--equipment {
  background: rgba(23, 81, 146, 0.6);
}

.single-topic__note--engineering {
  background: rgba(202, 112, 0, 0.6);
}

.single-topic__note--mechanical {
  background: rgba(69, 136, 56, 0.6);
}

.single-topic__note--office {
  background: rgba(136, 66, 112, 0.6);
}

.single-topic__ttl {
  position: relative;
  padding-left: 30px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}

.single-topic__ttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 15px;
  width: 2px;
  height: calc(100% + 35px);
}

.single-topic__body {
  font-size: 1.4rem;
  line-height: 2;
}

.single-office-topic {
  opacity: 0;
}

.single-office-topic.is-show {
  -webkit-transition: opacity 1s cubic-bezier(0.5, 0.25, 0, 1);
  transition: opacity 1s cubic-bezier(0.5, 0.25, 0, 1);
  opacity: 1;
}

.single-office-topic.is-show .single-office-topic__fig::before {
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}

.single-office-topic__fig {
  background: url(../img/field/office/img_field_office_topics_01_pc.jpg) center/cover no-repeat;
  position: relative;
  margin-bottom: 20px;
  padding-top: 66.60617%;
}

.single-office-topic__fig::before {
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100.1%;
  height: 100.1%;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: scale(1);
          transform: scale(1);
  content: "";
  background: #1a1a1a;
  z-index: 1;
}

.single-office-topic__ttl {
  position: relative;
  margin-bottom: 15px;
  padding-left: 30px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}

.single-office-topic__ttl::before {
  content: "";
  background: #884270;
  position: absolute;
  bottom: 0;
  left: 15px;
  width: 2px;
  height: calc(100% + 35px);
}

.single-office-topic__body {
  font-size: 1.4rem;
  line-height: 2;
}

.information-common-heading-01__ttl {
  position: relative;
  padding-left: 25px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6;
}

.information-common-heading-01__icon {
  background: #008ae2;
  position: absolute;
  top: 50%;
  left: 6px;
  width: 12px;
  height: 12px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.information-common-heading-01__icon::before, .information-common-heading-01__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
}

.information-common-heading-01__icon::before {
  background: #008ae2;
  width: 12px;
  height: 1px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.information-common-heading-01__icon::after {
  background: #fff;
  width: 6px;
  height: 1px;
  z-index: 1;
}

.information-common-heading-01__txt {
  margin-top: 20px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2;
}

.schedule-cont {
  margin-top: 40px;
}

.schedule-cont__item:not(:last-child) {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #aaa;
}

.schedule-cont__main {
  margin-top: 40px;
}

.schedule-matrix {
  width: 93.33333vw;
  height: 86vw;
  margin: 30px calc((700vw - 750vw) * 0.5 / 750 * 100) 0;
}

.schedule-matrix::before {
  content: "";
  display: block;
  background: url(../img/field/img_field_matrix_01_sp.png) center/contain no-repeat;
  width: 100%;
  height: 100%;
}

.schedule-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  margin: 20px 0 0 -20px;
}

.schedule-nav__item {
  position: relative;
  margin: 20px 0 0 20px;
  padding-left: 20px;
}

.schedule-nav__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  -webkit-transform: translateY(-75%) rotate(45deg);
          transform: translateY(-75%) rotate(45deg);
}

.schedule-nav__item--architecture {
  border-bottom: 1px solid #c21b59;
}

.schedule-nav__item--architecture::before {
  border-color: #c21b59;
}

.schedule-nav__item--information {
  border-bottom: 1px solid #208281;
}

.schedule-nav__item--information::before {
  border-color: #208281;
}

.schedule-nav__item--civilengineering {
  border-bottom: 1px solid #b9a100;
}

.schedule-nav__item--civilengineering::before {
  border-color: #b9a100;
}

.schedule-nav__item--equipment {
  border-bottom: 1px solid #175192;
}

.schedule-nav__item--equipment::before {
  border-color: #175192;
}

.schedule-nav__item--engineering {
  border-bottom: 1px solid #ca7000;
}

.schedule-nav__item--engineering::before {
  border-color: #ca7000;
}

.schedule-nav__item--mechanical {
  border-bottom: 1px solid #458838;
}

.schedule-nav__item--mechanical::before {
  border-color: #458838;
}

.schedule-nav__item--office {
  border-bottom: 1px solid #884270;
}

.schedule-nav__item--office::before {
  border-color: #884270;
}

.schedule-nav__txt {
  font-size: 1.2rem;
  font-weight: 600;
}

.schedule-item {
  margin: 0 calc(50% - 50vw);
  padding: 40px calc(50vw - 50%);
}

.schedule-item--architecture {
  background-color: rgba(194, 27, 89, 0.05);
}

.schedule-item--architecture .schedule-table, .schedule-item--architecture .schedule-table__body, .schedule-item--architecture .schedule-table__item:last-child .schedule-table__head {
  border-color: #c21b59;
}

.schedule-item--architecture .schedule-table__head {
  background-color: #c21b59;
}

.schedule-item--architecture .schedule-item__fig::before {
  background: url(../img/schedule/img_schedule_architecture_01_sp.png) center/cover no-repeat;
  padding-top: 161.69231%;
}

.schedule-item--architecture .schedule-item__ttl {
  color: #c21b59;
}

.schedule-item--information {
  background-color: rgba(32, 130, 129, 0.05);
}

.schedule-item--information .schedule-table, .schedule-item--information .schedule-table__body, .schedule-item--information .schedule-table__item:last-child .schedule-table__head {
  border-color: #208281;
}

.schedule-item--information .schedule-table__head {
  background-color: #208281;
}

.schedule-item--information .schedule-item__fig::before {
  background: url(../img/schedule/img_schedule_information_01_sp.png) center/cover no-repeat;
  padding-top: 162%;
}

.schedule-item--information .schedule-item__ttl {
  color: #208281;
}

.schedule-item--civilengineering {
  background-color: rgba(185, 161, 0, 0.05);
}

.schedule-item--civilengineering .schedule-table, .schedule-item--civilengineering .schedule-table__body, .schedule-item--civilengineering .schedule-table__item:last-child .schedule-table__head {
  border-color: #b9a100;
}

.schedule-item--civilengineering .schedule-table__head {
  background-color: #b9a100;
}

.schedule-item--civilengineering .schedule-item__fig::before {
  background: url(../img/schedule/img_schedule_civilengineering_01_sp.png) center/cover no-repeat;
  padding-top: 130.76923%;
}

.schedule-item--civilengineering .schedule-item__ttl {
  color: #b9a100;
}

.schedule-item--equipment {
  background-color: rgba(23, 81, 146, 0.05);
}

.schedule-item--equipment .schedule-table, .schedule-item--equipment .schedule-table__body, .schedule-item--equipment .schedule-table__item:last-child .schedule-table__head {
  border-color: #175192;
}

.schedule-item--equipment .schedule-table__head {
  background-color: #175192;
}

.schedule-item--equipment .schedule-item__fig::before {
  background: url(../img/schedule/img_schedule_equipment_01_sp.png) center/cover no-repeat;
  padding-top: 161.69231%;
}

.schedule-item--equipment .schedule-item__ttl {
  color: #175192;
}

.schedule-item--engineering {
  background-color: rgba(202, 112, 0, 0.05);
}

.schedule-item--engineering .schedule-table, .schedule-item--engineering .schedule-table__body, .schedule-item--engineering .schedule-table__item:last-child .schedule-table__head {
  border-color: #ca7000;
}

.schedule-item--engineering .schedule-table__head {
  background-color: #ca7000;
}

.schedule-item--engineering .schedule-item__fig::before {
  background: url(../img/schedule/img_schedule_engineering_01_sp.png) center/cover no-repeat;
  padding-top: 161.69231%;
}

.schedule-item--engineering .schedule-item__ttl {
  color: #ca7000;
}

.schedule-item--mechanical {
  background-color: rgba(69, 136, 56, 0.05);
}

.schedule-item--mechanical .schedule-table, .schedule-item--mechanical .schedule-table__body, .schedule-item--mechanical .schedule-table__item:last-child .schedule-table__head {
  border-color: #458838;
}

.schedule-item--mechanical .schedule-table__head {
  background-color: #458838;
}

.schedule-item--mechanical .schedule-item__fig::before {
  background: url(../img/schedule/img_schedule_mechanical_01_sp.png) center/cover no-repeat;
  padding-top: 161.69231%;
}

.schedule-item--mechanical .schedule-item__ttl {
  color: #458838;
}

.schedule-item--office {
  background-color: rgba(136, 66, 112, 0.05);
}

.schedule-item--office .schedule-table, .schedule-item--office .schedule-table__body, .schedule-item--office .schedule-table__item:last-child .schedule-table__head {
  border-color: #884270;
}

.schedule-item--office .schedule-table__head {
  background-color: #884270;
}

.schedule-item--office .schedule-item__fig::before {
  background: url(../img/schedule/img_schedule_office_01_sp.png) center/cover no-repeat;
  padding-top: 144.61538%;
}

.schedule-item--office .schedule-item__ttl {
  color: #884270;
}

.schedule-item__ttl {
  font-size: 1.6rem;
  font-weight: 600;
}

.schedule-item__desc {
  margin-top: 20px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2;
}

.schedule-item__fig {
  margin: 50px auto 0;
}

.schedule-item__fig::before {
  content: "";
  display: block;
}

.schedule-table {
  margin-top: 30px;
  border-top: 1px solid;
  font-size: 1.1rem;
  line-height: 1.6;
}

.schedule-table__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.schedule-table__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  border-bottom: 1px solid #fff;
  color: #fff;
}

.schedule-table__body {
  background: #fff;
  width: calc(100% - 80px);
  padding: 10px 20px;
  border-bottom: 1px solid;
  border-right: 1px solid;
}

.schedule-table__note {
  font-size: 1rem;
}

.construction {
  padding: 90px 0 60px;
}

.construction-kv {
  margin-bottom: 50px;
  position: relative;
}

.construction-kv::before {
  background: #f3f3f3;
  content: "";
  height: calc(100% + (60px + 30px));
  position: absolute;
  right: calc(50% - 50vw);
  top: -90px;
  width: 33.33333vw;
  z-index: -1;
}

.construction-kv__head {
  margin-bottom: 35px;
}

.construction-kv__ttl {
  margin-bottom: 20px;
}

.construction-kv__txt {
  border-left: 1px solid #aaa;
  color: #6c6c6c;
  font-size: 1.2rem;
  line-height: 2;
  opacity: 0;
  padding-left: 20px;
  -webkit-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.construction-kv__body {
  background: url(../img/construction/img_construction_kv_01_sp.jpg) center/contain no-repeat;
  height: 60vw;
  margin: 0 calc(50% - 50vw) 0 0;
  position: relative;
}

.construction-kv__cover {
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100.1%;
  height: 100.1%;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: scale(1);
          transform: scale(1);
  background: #1a1a1a;
}

.construction-kv.is-active .construction-ttl-01__main {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.construction-kv.is-active .construction-ttl-01__sub {
  opacity: 1;
}

.construction-kv.is-active .construction-kv__txt {
  opacity: 1;
}

.construction-kv.is-active .construction-kv__cover {
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}

.construction-ttl-01__main-wrapper {
  margin-bottom: 15px;
  overflow: hidden;
}

.construction-ttl-01__main {
  background: url(../img/construction/txt_construction_jobs_01.svg) center/contain no-repeat;
  height: 42px;
  -webkit-transform: translate3d(0, 150%, 0);
          transform: translate3d(0, 150%, 0);
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 211px;
}

.construction-ttl-01__sub {
  font-size: 1.6rem;
  line-height: 1;
  opacity: 0;
  -webkit-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.construction-ttl {
  position: relative;
  margin-bottom: 50px;
  padding: 32px 0 0 25px;
}

.construction-ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 25px;
  width: 90px;
  height: 2px;
  background: #1a1a1a;
}

.construction-ttl__main {
  font-size: 1.8rem;
  font-weight: 500;
}

.construction-ttl__sub {
  font-family: "Hind", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1a1a1a;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.2rem;
  line-height: 1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.construction-subttl {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.63;
  padding-left: 33px;
  margin-bottom: 20px;
  letter-spacing: 0.8px;
  position: relative;
}

.construction-subttl::before {
  content: '';
  display: block;
  width: 18px;
  height: 12px;
  background: url(../img/construction/icon_construction_ttl.png) no-repeat center/100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.construction-sec {
  margin-bottom: 30px;
}

.construction-sec__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-left: 25px;
}

.construction-figure {
  width: 100%;
  background-size: cover;
}

.construction-figure img {
  display: none;
}

.construction-figure--01 {
  padding-top: 131.95084%;
  background-image: url(../img/construction/img_construction_figure_01_sp.png);
}

.construction-whats-icon {
  margin-bottom: 30px;
}

.construction-whats-icon__item {
  width: 47.22222%;
  text-align: center;
  margin-bottom: 20px;
}

.construction-whats-icon__fig {
  width: 80%;
  height: 100px;
  margin: 0 auto 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.construction-whats-icon__eng {
  font-family: "Hind", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 4px;
}

.construction-whats-icon__ttl {
  font-size: 1.3rem;
  font-weight: bold;
  padding: 10px 0 8px;
  background: #f3f3f3;
  position: relative;
  line-height: 1;
}

.construction-whats-icon__ttl::before {
  content: '';
  display: block;
  width: 10px;
  height: 2px;
  background: #4b8eab;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.construction-sec-textbox {
  padding: 0 25px;
  margin-bottom: 60px;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.construction-sec-textbox.is-show {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.construction-sec-textbox__txt {
  line-height: 2;
  font-size: 1.2rem;
  text-align: justify;
}

.construction-whats-figure {
  margin-bottom: 60px;
}

.construction-whats-figure__item {
  width: 100%;
}

.construction-charm-figure__item {
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
}

.construction-charm-figure__item.is-show {
  opacity: 1;
  -webkit-transition: opacity 1s cubic-bezier(0.5, 0.25, 0, 1);
  transition: opacity 1s cubic-bezier(0.5, 0.25, 0, 1);
}

.construction-charm-figure__item.is-show .construction-charm-figure__cover {
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}

.construction-charm-figure__fig {
  position: relative;
}

.construction-charm-figure__cover {
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100.1%;
  height: 100.1%;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: scale(1);
          transform: scale(1);
  background: #1a1a1a;
}

.construction-charm-figure__ttl {
  font-size: 1.2rem;
  margin-top: 13px;
}

.construction-sec-figurebox__fig {
  margin-bottom: 60px;
}

.construction-sec-business {
  color: #ffffff;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 50px 40px;
  margin-bottom: 20px;
  position: relative;
}

.construction-sec-business.is-show {
  opacity: 1;
  -webkit-transition: opacity 1s cubic-bezier(0.5, 0.25, 0, 1);
  transition: opacity 1s cubic-bezier(0.5, 0.25, 0, 1);
}

.construction-sec-business.is-show .construction-sec-business__cover {
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}

.construction-sec-business__cover {
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100.1%;
  height: 100.1%;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: scale(1);
          transform: scale(1);
  background: #1a1a1a;
  z-index: 2;
}

.construction-sec-business--01 {
  background-image: url(../img/construction/bg_construction_business_01.jpg);
  background-size: cover;
  background-position: top center;
}

.construction-sec-business--02 {
  background-image: url(../img/construction/bg_construction_business_02.jpg);
  background-size: cover;
  background-position: top center;
}

.construction-sec-business--03 {
  background-image: url(../img/construction/bg_construction_business_03.jpg);
  background-size: cover;
  background-position: top center;
}

.construction-sec-business--04 {
  background-image: url(../img/construction/bg_construction_business_04.jpg);
  background-size: cover;
  background-position: top center;
}

.construction-sec-business__ttl {
  font-size: 1.6rem;
  margin-bottom: 20px;
}

.construction-sec-business__cont {
  font-size: 1.2rem;
  line-height: 2;
}

.construction-next {
  background-image: url(../img/construction/bg_construction_next.png);
  background-size: cover;
  background-position: top center;
  padding: 50px 0 50px 25px;
}

.construction-next__inner {
  width: 86.7%;
  margin: 0 auto;
}

.construction-next__eng {
  color: #4b8eab;
  margin-bottom: 10px;
}

.construction-next__ttl {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.63;
  margin-bottom: 35px;
}

.construction-next__img {
  display: block;
  padding-top: 48.33333%;
  position: relative;
}

.construction-next__img:hover .construction-next__img--line::before {
  width: 100%;
}

.construction-next__img:hover .construction-next__img--line::after {
  width: 0;
}

.construction-next__img:hover .construction-next__img--cont::before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.construction-next__img--cont {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

.construction-next__img--cont::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/construction/img_construction_next_01.png) no-repeat center/cover;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.construction-next__img--line {
  position: absolute;
  width: 50px;
  height: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 50%;
  left: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

.construction-next__img--line::before, .construction-next__img--line:after {
  content: '';
  display: block;
  width: 50%;
  height: 1px;
}

.construction-next__img--line::before {
  background: #008ae2;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.construction-next__img--line::after {
  background: #ffffff;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.information__inner {
  padding: 83.7px 0 50px;
}

.information-head__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.information-head__ttl--en {
  width: 174px;
  height: 42.5px;
  margin-bottom: 15px;
  background: url(../img/information/txt_recruit_ttl.svg) bottom left/contain no-repeat;
}

.information-head__ttl--ja {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: .05em;
}

.information-head__nav {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 40px;
}

.information-head__nav .information-nav__link:before {
  bottom: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.information-main__inner {
  margin: 50px 0;
}

.information__sub-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: .05em;
}

.information-bottom .information-nav__link:before {
  bottom: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.information-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.information-nav__item {
  width: 33.33%;
}

.information-nav__item:nth-of-type(-n + 3) {
  margin-bottom: 11px;
}

.information-nav__link {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 0;
  color: rgba(0, 138, 226, 0.5);
  font-size: 1.2rem;
  letter-spacing: .05em;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.information-nav__link:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 138, 226, 0.5);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.information-nav__link.current, .information-nav__link:hover {
  color: #008ae2;
}

.information-nav__link.current:before, .information-nav__link:hover:before {
  background: #008ae2;
}

.information-nav__link.current {
  cursor: default;
}

.information-nav__link.current:before {
  height: 3px;
}

.event-schedule {
  margin-top: 30px;
}

.event-schedule__ttl {
  margin-bottom: 20px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #009e41;
}

.event-schedule-table {
  font-size: 1.1rem;
}

.event-schedule-table__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.event-schedule-table__item--head {
  background: #009e41;
  font-weight: 500;
  text-align: center;
}

.event-schedule-table__item--head .event-schedule-table__cell {
  height: 25px;
  padding: 0;
  color: #fff;
}

.event-schedule-table__item--head .event-schedule-table__cell:not(:first-child) {
  border-left: 1px solid #fff;
}

.event-schedule-table__item--head .event-schedule-table__cell--ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.event-schedule-table__cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  border-bottom: 1px solid #009e41;
  border-left: 1px solid #009e41;
  line-height: 2;
}

.event-schedule-table__cell:last-child {
  border-right: 1px solid #009e41;
}

.event-schedule-table__cell--date {
  background: rgba(0, 158, 65, 0.05);
  width: 18.46154%;
  color: #009e41;
  text-align: center;
}

.event-schedule-table__cell--ttl {
  width: 38.46154%;
}

.event-schedule-table__cell--place {
  width: 21.53846%;
}

.event-schedule-table__cell--detail {
  width: 21.53846%;
}

.event-schedule-table__link {
  color: #008ae2;
  text-decoration: underline;
}

.faq .information__sub-ttl {
  margin-bottom: 42.5px;
}

.faq__blc:not(:last-of-type) {
  margin-bottom: 15px;
}

.faq-question__inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 50px;
  border-radius: 25px;
  border: 1px solid #00a633;
  cursor: pointer;
}

.faq-question__inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  border: 2px solid #00a633;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

.faq-question__inner:hover:before {
  opacity: 1;
}

.faq-question__number {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  background: #00a633;
  border-radius: 50%;
  color: #fff;
}

.faq-question__fig {
  width: 21px;
  height: 11.5px;
  background: center / contain no-repeat;
}

.faq-question__fig--01 {
  background-image: url(../img/information/faq/txt_recruit_question_01.svg);
}

.faq-question__fig--02 {
  background-image: url(../img/information/faq/txt_recruit_question_02.svg);
}

.faq-question__fig--03 {
  background-image: url(../img/information/faq/txt_recruit_question_03.svg);
}

.faq-question__fig--04 {
  background-image: url(../img/information/faq/txt_recruit_question_04.svg);
}

.faq-question__fig--05 {
  background-image: url(../img/information/faq/txt_recruit_question_05.svg);
}

.faq-question__fig--06 {
  background-image: url(../img/information/faq/txt_recruit_question_06.svg);
}

.faq-question__fig--07 {
  background-image: url(../img/information/faq/txt_recruit_question_07.svg);
}

.faq-question__fig--08 {
  background-image: url(../img/information/faq/txt_recruit_question_08.svg);
}

.faq-question__txt {
  width: 100%;
  color: #00a633;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: .025em;
  line-height: 1.38462;
  text-align: center;
}

.faq-question__btn {
  position: absolute;
  top: 50%;
  right: 17.5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 15px;
}

.faq-question__btn:before, .faq-question__btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background: #00a633;
}

.faq-question__btn:before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.faq-question__btn:after {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.faq-question.is-active-trigger .faq-question__btn:after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.faq-answer {
  max-height: 0px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.faq-answer.is-active {
  max-height: 1000px;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.faq-answer.is-active .faq-answer__inner {
  margin-top: 15px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.faq-answer__inner {
  position: relative;
  width: 84.61538%;
  margin: 0 auto;
  padding: 20px;
  background: rgba(0, 166, 51, 0.05);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.faq-answer__ttl {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 9.5px;
  height: 47px;
  background: url(../img/information/faq/txt_recruit_answer.svg) center/contain no-repeat;
}

.faq-answer__txt {
  font-size: 1.2rem;
  letter-spacing: .025em;
  line-height: 2;
}

.faq-answer__link {
  color: #008ae2;
}

.guideline-sec {
  font-size: 1.1rem;
  line-height: 1.9;
}

.guideline-sec table {
  word-break: break-all;
  word-wrap: break-all;
}

.guideline-sec td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.guideline-sec a {
  color: #008ae2;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.guideline-sec a:hover {
  opacity: 0.5;
}

.guideline-sec br.sp-only {
  display: block;
}

.guideline-sec br.pc-only {
  display: none;
}

.guideline-section {
  margin-top: 55px;
}

.guideline-section.first-child {
  margin-top: 40px;
}

.guideline-data {
  margin-top: 25px;
}

.information-table > thead > tr > th,
.information-table > tbody > tr > th {
  background-color: #11a84e;
  color: #ffffff;
  text-align: center;
  font-size: 1rem;
}

.information-table > thead > tr > th {
  border-left: 1px solid #ffffff;
  text-align: center;
}

.information-table > thead > tr > th:first-child {
  border-left: none;
}

.information-table > tbody > tr > th {
  border-top: 1px solid #ffffff;
}

.information-table > tbody > tr:first-child > th {
  border-top: none;
}

.information-table > tbody > tr > td {
  border: 1px solid #11a84e;
  padding: 5px;
}

.information-table {
  border: 1px solid #11a84e;
}

.information-table .job-ttl {
  padding: 15px;
}

.information-table .guideline-ttl {
  width: 100px;
  padding: 0 10px;
}

.information-table th {
  border: none;
}

.information-table .item-container-wrap {
  padding: 1px;
}

.information-table .item-container {
  overflow: hidden;
  padding: 0;
}

.information-table .item-container-inner {
  padding: 10px;
}

.information-table .item-container-scroll {
  border-bottom: 1px solid #11a84e;
  padding: 10px;
}

.information-table .item-container-scroll .scroll-arw {
  width: 91px;
  height: 9px;
  background: url(../img/information/guideline/icon_scroll_sp.png) no-repeat center/cover;
}

.information-table2 {
  width: 100%;
}

.information-table2 thead th {
  background-color: #f2faf5;
  color: #009e41;
  border-left: 1px solid #11a84e;
  text-align: center;
  line-height: 1.2;
}

.information-table2 td {
  border-top: 1px solid #11a84e;
  border-left: 1px solid #11a84e;
  padding: 5px;
}

.information-table2 td.item-year-value {
  width: 20%;
}

.job-description-data thead th:first-child {
  border-left: none;
}

.job-description-data td:first-child {
  border-left: none;
}

.job-description-data th:last-child {
  width: 15%;
}

.job-description-data td:last-child {
  width: 15%;
}

.job-description-data .item-job {
  padding: 5px;
}

.job-description-data .item-job-value {
  color: #000000;
  width: 1%;
  text-align: center;
}

.job-description-data .item-job-cont {
  width: 30%;
}

.job-description-data .item-job-no-border {
  border-top: none;
}

.adopted-history-data {
  border-bottom: 1px solid #11a84e;
  text-align: center;
}

.adopted-history-data thead th:first-child {
  border-left: none;
}

.adopted-history-data thead th {
  padding: 15px 5px;
}

.adopted-history-data td {
  text-align: center;
}

.adopted-history-data .item-class {
  border-left: none;
  font-weight: bold;
}

.adopted-history-data .item-total {
  border-left: none;
  background: #f6f9fb;
}

.adopted-history-data .item-total-value {
  background: #f6f9fb;
}

.adopted-history-data .item-subtotal,
.adopted-history-data .item-total {
  color: #4b8eab;
}

.adopted-history-data .item-subtotal-value,
.adopted-history-data .item-total-value {
  color: #4b8eab;
}

.item-container {
  overflow: hidden;
  max-width: 250px;
}

.table-scroll {
  overflow-x: scroll;
  max-width: 250px;
}

.table-scroll::-webkit-scrollbar {
  height: 5px;
}

.table-scroll::-webkit-scrollbar-track {
  margin: 0 2px;
  background: #F1F1F1;
  border-radius: 5px;
}

.table-scroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #BCBCBC;
}

.table-scroll th,
.table-scroll td {
  white-space: nowrap;
}

.starting-salary {
  border-top: 1px solid #11a84e;
  border-bottom: 1px solid #11a84e;
}

.starting-salary thead tr:first-child th:first-child,
.starting-salary tbody td:first-child {
  border-left: none;
  text-align: center;
}

.starting-salary thead th {
  padding: 15px 5px;
}

.starting-salary thead tr:nth-child(2) {
  border-top: 1px solid #11a84e;
}

.starting-salary tbody td:nth-child(n+2) {
  text-align: center;
}

.information-table3-title {
  margin: 15px 0 5px 0;
  font-weight: bold;
}

.information-table3-title:first-child {
  margin-top: 0;
}

.information-table3 {
  border: 1px solid #11a84e;
}

.information-table3 thead th,
.information-table3 tbody th {
  background-color: #11a84e;
  color: #ffffff;
  font-weight: bold;
}

.information-table3 thead th {
  border-left: 1px solid #ffffff;
  text-align: center;
}

.information-table3 thead th:first-child {
  border-left: none;
}

.information-table3 tbody th {
  border-top: 1px solid #ffffff;
}

.information-table3 tbody tr:first-child th {
  border-top: none;
}

.information-table3 td {
  border: 1px solid #11a84e;
}

.information-table3 .item {
  background-color: #f0f0f0;
  color: #444;
}

.information-table3 .item-welfare {
  border-color: #11a84e;
  font-weight: normal;
}

.information-table3 .item-numeric-value {
  text-align: right;
}

.information-table3 .item-event-date-value {
  text-align: center;
}

.information-table3 .item-event-detail-value {
  text-align: center;
}

.information-table3 .event-link {
  padding-left: 20px;
  background: url(../img/arrow01.png) no-repeat left center;
  color: #11a84e;
  text-decoration: none;
}

.information-table3 .event-link:hover {
  text-decoration: underline;
}

.welfare .information__sub-ttl {
  margin-bottom: 30px;
}

.welfare__txt {
  font-size: 1.2rem;
  letter-spacing: .025em;
  line-height: 2;
}

.welfare-cont__inner {
  margin: 50px 0 60px;
}

.welfare-cont__sec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.welfare-cont__sec:not(:last-of-type) {
  margin-bottom: 50px;
}

.welfare-cont__sec:first-of-type .welfare-cont__fig {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.welfare-cont__blc {
  width: 100%;
}

.welfare-cont__ttl {
  position: relative;
  margin-bottom: 24px;
  padding-left: 33px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: .025em;
  line-height: 1.625;
}

.welfare-cont__ttl:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 12px;
  background: url(../img/information/icon_information_ttl.png) center/contain no-repeat;
}

.welfare-cont__fig {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 30px;
}

.welfare-cont__item--01 {
  width: 58.76923%;
}

.welfare-cont__item--02 {
  width: 33.23077%;
}

.welfare-cont__item--03 {
  width: 46.15385%;
}

.welfare-cont__item--04 {
  width: 46.15385%;
}

.welfare-cont__img {
  margin-bottom: 10px;
  height: 37.33333vw;
  background: center / cover no-repeat;
}

.welfare-cont__img--01 {
  background-image: url(../img/information/welfare/img_welfare_01.jpg);
}

.welfare-cont__img--02 {
  background-image: url(../img/information/welfare/img_welfare_02.jpg);
}

.welfare-cont__img--03 {
  background-image: url(../img/information/welfare/img_welfare_03.jpg);
}

.welfare-cont__img--04 {
  background-image: url(../img/information/welfare/img_welfare_04.jpg);
}

.welfare-cont__caption {
  font-size: 1.1rem;
  letter-spacing: .025em;
  line-height: 1.63636;
}

.welfare-cont__graph-ttl {
  margin-bottom: 15px;
  color: #00a633;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: .025em;
  line-height: 1.16667;
}

.welfare-cont__graph {
  width: 100%;
  margin-bottom: 30px;
}

.welfare-cont__graph:last-of-type {
  margin-bottom: 0px;
}

.welfare-cont__th {
  background: rgba(0, 166, 51, 0.05);
  width: 21.33333%;
  padding: 15px 0;
  border: 1px solid #00a633;
  background: #00a633;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: .025em;
  line-height: 1.27273;
  text-align: center;
}

.welfare-cont__td {
  padding: 15px 0;
  border: 1px solid #00a633;
  font-size: 1.1rem;
  letter-spacing: .025em;
  text-align: center;
}

.welfare-cont__td--01 {
  background: rgba(0, 166, 51, 0.05);
  width: 37.33333%;
}

.welfare-cont__td--02 {
  width: 28%;
}

.kubun-lead {
  font-size: 1.2rem;
  line-height: 1.8;
  margin-top: 20px;
}

.kubun-table {
  margin-top: 20px;
}

.kubun-table__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.1rem;
}

.kubun-table__wrap:nth-of-type(1) .kubun-table__ttl {
  border-bottom: 1px solid #ffffff;
}

.kubun-table__wrap:nth-of-type(1) .kubun-table__cont {
  border-bottom: none;
}

.kubun-table__ttl {
  width: 20%;
  font-size: 1.1rem;
  font-weight: 500;
  background: #009e41;
  color: #ffffff;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.kubun-table__cont {
  width: 80%;
  border: 1px solid #009e41;
  padding: 10px;
  line-height: 2;
}

.kubun-table__cont a {
  color: #008ae2;
  text-decoration: underline;
}

.kubun-notice {
  margin-top: 20px;
  font-size: 1rem;
}

.kubun-notice ul {
  padding-left: 1.5em;
  line-height: 1.8;
}

.kubun-notice ul li {
  position: relative;
}

.kubun-notice ul li::before {
  content: "※";
  position: absolute;
  left: -1.5em;
}

.kubun-place {
  margin-top: 40px;
}

.kubun-place__map {
  width: 100%;
  padding-top: 116.52755%;
  background: url(../img/information/kubun/img_map_sp.png) no-repeat center/cover;
}

.kubun-place__ttl {
  position: relative;
  margin-bottom: 24px;
  padding-left: 33px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: .025em;
  line-height: 1.625;
}

.kubun-place__ttl:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 12px;
  background: url(../img/information/icon_information_ttl.png) center/contain no-repeat;
}

.kubun-place-table {
  font-size: 1.1rem;
  line-height: 2;
  margin-top: 20px;
}

.kubun-place-table__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.kubun-place-table__ttl {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  width: 25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
}

.kubun-place-table__ttl--01 {
  background: #0085cb;
}

.kubun-place-table__ttl--02 {
  background: #00b4f1;
}

.kubun-place-table__ttl--03 {
  background: #b880ea;
}

.kubun-place-table__ttl--04 {
  background: #63c08f;
}

.kubun-place-table__ttl--05 {
  background: #a0d544;
}

.kubun-place-table__ttl--06 {
  background: #eeca2c;
}

.kubun-place-table__ttl--07 {
  background: #f2a83a;
}

.kubun-place-table__ttl--08 {
  background: #e96568;
}

.kubun-place-table__ttl--09 {
  background: #e64f8d;
}

.kubun-place-table__cont {
  width: 80%;
  padding: 10px;
  border-bottom: 1px solid #fff;
}

.kubun-place-table__cont--01 {
  background: rgba(0, 133, 203, 0.1);
}

.kubun-place-table__cont--02 {
  background: rgba(0, 180, 241, 0.1);
}

.kubun-place-table__cont--03 {
  background: rgba(184, 128, 234, 0.1);
}

.kubun-place-table__cont--04 {
  background: rgba(99, 192, 143, 0.1);
}

.kubun-place-table__cont--05 {
  background: rgba(160, 213, 68, 0.1);
}

.kubun-place-table__cont--06 {
  background: rgba(238, 202, 44, 0.1);
}

.kubun-place-table__cont--07 {
  background: rgba(242, 168, 58, 0.1);
}

.kubun-place-table__cont--08 {
  background: rgba(233, 101, 104, 0.1);
}

.kubun-place-table__cont--09 {
  background: rgba(230, 79, 141, 0.1);
}

body.noscroll {
  overflow-y: hidden;
}

.anim-scroll {
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.5, 0.25, 0, 1);
  transition: opacity 1s cubic-bezier(0.5, 0.25, 0, 1);
}

.anim-scroll:before {
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100.1%;
  height: 100.1%;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: scale(1);
          transform: scale(1);
  content: "";
  background: #1a1a1a;
  z-index: 1;
}

.anim-scroll.is-show {
  opacity: 1;
}

.anim-scroll.is-show::before {
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}

.anim-scroll--kv {
  position: relative;
}

.anim-scroll--kv .cover {
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100.1%;
  height: 100.1%;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: scale(1);
          transform: scale(1);
  background: #1a1a1a;
}

.anim-scroll--kv.is-active .cover {
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}

.anim-scroll--heading__wrapper {
  overflow: hidden;
}

.anim-scroll--heading__main {
  -webkit-transform: translate3d(0, 115%, 0);
          transform: translate3d(0, 115%, 0);
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.anim-scroll--heading__line::before {
  opacity: 0;
  -webkit-transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
}

.anim-scroll--heading__line::after {
  width: 0;
  -webkit-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
}

.anim-scroll--heading.is-active .anim-scroll--heading__main {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.anim-scroll--heading.is-active .anim-scroll--heading__line::before {
  opacity: 1;
}

.anim-scroll--heading.is-active .anim-scroll--heading__line::after {
  width: 100%;
}

.anim-fadein {
  opacity: 0;
}

.anim-fadein.is-show {
  opacity: 1;
  -webkit-transition: opacity 2.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 2.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.global, .challenge {
  padding: 90px 0 0;
}

.global-ttl-01__main-wrapper {
  margin-bottom: 15px;
  overflow: hidden;
}

.global-ttl-01__main {
  background: url(../img/about/global/txt_global_01.png) center/contain no-repeat;
  width: 175px;
  height: 45px;
  -webkit-transform: translate3d(0, 150%, 0);
          transform: translate3d(0, 150%, 0);
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.global-ttl-01__sub {
  font-size: 1.6rem;
  line-height: 1;
  -webkit-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
}

.global-kv {
  position: relative;
  margin-bottom: 50px;
}

.global-kv::before {
  content: "";
  background: #f3f3f3;
  position: absolute;
  top: -90px;
  right: calc(50% - 50vw);
  width: 33.33333vw;
  height: calc(100% + (60px + 30px));
  z-index: -1;
}

.global-kv__head {
  margin-bottom: 35px;
}

.global-kv__ttl {
  margin-bottom: 20px;
}

.global-kv__txt {
  padding-left: 20px;
  border-left: 1px solid #aaa;
  font-size: 1.2rem;
  line-height: 2;
  color: #6c6c6c;
  -webkit-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
}

.global-kv__body {
  background: url(../img/about/global/img_global_kv_01_sp.jpg) center/contain no-repeat;
  position: relative;
  height: 60vw;
  margin: 0 calc(50% - 50vw) 0 0;
}

.global-kv__cover {
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100.1%;
  height: 100.1%;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: scale(1);
          transform: scale(1);
  background: #1a1a1a;
}

.global-kv.is-active .global-ttl-01__main {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.global-kv.is-active .global-ttl-01__sub {
  opacity: 1;
}

.global-kv.is-active .global-kv__txt {
  opacity: 1;
}

.global-kv.is-active .global-kv__cover {
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}

.global-group {
  position: relative;
}

.global-group::before {
  content: "";
  width: 10px;
  height: 66px;
  background: url(../img/about/global/txt_global_02.png) center/cover no-repeat;
  position: absolute;
  left: -2px;
  top: 30px;
}

.global-group p, .global-group ul {
  font-size: 1.2rem;
  line-height: 2;
}

.global-group__head {
  padding: 40px 25px 25px 25px;
}

.global-group__head h2 {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 15px;
}

.global-group__head ul li {
  margin: 0 40px 0 0;
  padding: 0 0 0 24px;
  position: relative;
}

.global-group__head ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -5px 0 0;
}

.global-group__head ul li.g-point1::before {
  background-color: #4b8eab;
}

.global-group__head ul li.g-point2::before {
  background-color: #ffae00;
}

.global-group__head ul li.g-point3::before {
  background-color: #00a633;
}

.global-group__body {
  background: url(../img/about/global/bg1_sp.jpg) center top/contain no-repeat;
  position: relative;
  margin: 0 calc(50% - 50vw);
  padding: 62vw 0 0;
}

.global-group__body .global-graph {
  width: 86.7%;
  max-width: 1160px;
  margin: 0 auto;
}

.global-group__body .global-graph ul li {
  margin: 0 0 15px;
}

.global-tech p {
  font-size: 1.2rem;
  line-height: 2;
}

.global-tech__head {
  padding: 40px 25px 25px;
}

.global-tech__head.is-last {
  padding: 50px 25px;
}

.global-tech__head h3 {
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 0 35px;
  background: url(../img/about/global/icon1.png) left center/18px 12px no-repeat;
}

.global-tech__body ul li {
  margin: 0 0 25px;
  position: relative;
}

.global-tech__body ul li:last-child {
  margin: 0;
}

.global-tech__body ul li p {
  font-size: 1.3rem;
  text-align: center;
  position: absolute;
  left: 0;
  top: -12px;
  width: 100%;
}

.next-contents {
  margin: 0 calc(50% - 50vw);
  padding: 50px 0 50px 25px;
}

.next-contents__wrap {
  width: 86.7%;
  max-width: 1160px;
  margin: 0 auto;
}

.next-contents__head {
  padding: 0 0 30px 25px;
}

.next-contents__head p {
  font-family: "Hind", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  font-weight: bold;
  line-height: 2;
  color: #4b8eab;
  margin: 0 0 5px;
}

.next-contents__head h2 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.625;
}

.next-contents .next-contents__body__img {
  display: block;
  padding-top: 48.33333%;
  position: relative;
}

.next-contents .next-contents__body__img .next-contents__body__line {
  position: absolute;
  width: 50px;
  height: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 50%;
  left: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

.next-contents .next-contents__body__img .next-contents__body__line::before {
  content: '';
  display: block;
  height: 1px;
  width: 50%;
  background: #008ae2;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.next-contents .next-contents__body__img .next-contents__body__line::after {
  content: '';
  display: block;
  background: #ffffff;
  height: 1px;
  width: 50%;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.next-contents .next-contents__body__img .next-contents__body__cont {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

.next-contents .next-contents__body__img .next-contents__body__cont::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.next-contents.global-next-contents {
  background: url(../img/about/global/bg3_sp.jpg) center/cover no-repeat;
}

.next-contents.global-next-contents a .next-contents__body__cont::before {
  background: url(../img/about/global/img3.jpg) no-repeat center/cover;
}

.next-contents.challenge-next-contents {
  background: url(../img/about/challenge/next_bg_sp.jpg) center/cover no-repeat;
}

.next-contents.challenge-next-contents a .next-contents__body__cont::before {
  background: url(../img/about/challenge/next.jpg) no-repeat center/cover;
}

.people-modal {
  color: #fff;
  -webkit-transition: all 2.3s ease-out;
  transition: all 2.3s ease-out;
}

.people-modal#p1 {
  background: url(../img/about/global/map_sp.png) left top/100% auto no-repeat;
}

.people-modal#p2 {
  background: url(../img/about/global/map2_pc.png) left top no-repeat;
}

.people-modal#p3 {
  background: url(../img/about/global/map3_pc.png) right top no-repeat;
}

.people-modal#p4 {
  background: url(../img/about/global/map4_pc.png) left top no-repeat;
}

.people-modal#p5 {
  background: url(../img/about/global/map5_pc.png) left top no-repeat;
}

.people-modal p, .people-modal dd {
  font-size: 1.2rem;
  line-height: 2;
}

.people-modal-content {
  width: 86.7%;
  max-width: 780px;
  margin: 0 auto;
  padding: 60px 25px 25px;
}

.people-modal-content h3 {
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px;
}

.people-modal-content h3 span {
  display: inline-block;
  padding: 40px 0 0;
}

.people-modal-content h3 span.flag1 {
  background: url(../img/about/global/flag1.jpg) center top/40px 27px no-repeat;
}

.people-modal-content h3 span.flag2 {
  background: url(../img/about/global/flag2.jpg) center top/40px 27px no-repeat;
}

.people-modal-content h3 span.flag3 {
  background: url(../img/about/global/flag3.jpg) center top/40px 27px no-repeat;
}

.people-modal-content h3 span.flag4 {
  background: url(../img/about/global/flag4.jpg) center top/40px 27px no-repeat;
}

.people-modal-content h3 span.flag5 {
  background: url(../img/about/global/flag5.jpg) center top/40px 27px no-repeat;
}

.people-modal-content .profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 25px;
}

.people-modal-content .profile-img {
  width: 100px;
  margin: 0 20px 0 10px;
}

.people-modal-content .profile-img img {
  width: 100px;
  height: 100px;
}

.people-modal-content .profile-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.people-modal-content .profile-content h4 {
  font-size: 1.3rem;
  line-height: 1.38;
  margin: 0 0 5px;
}

.people-modal-content .profile-content p {
  font-size: 1.1rem;
  line-height: 1.45;
}

.people-modal-content .infomation {
  margin: 0 0 25px;
}

.people-modal-content .infomation dt {
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 0 0 10px;
  padding: 0 0 0 25px;
  position: relative;
}

.people-modal-content .infomation dt::before {
  content: "";
  width: 15px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -2px 0 0;
}

.people-modal-content .infomation dd {
  text-align: justify;
}

.people-modal-content .message-movide {
  margin: 0 0 30px;
}

.people-modal-content .message-movide h4 {
  font-family: "Hind", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2rem;
  line-height: 1;
  margin: 0 0 10px;
  text-align: center;
}

.people-modal-content .message-movide__iframe {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  cursor: pointer;
}

.people-modal-content .message-movide__iframe iframe, .people-modal-content .message-movide__iframe .youtube {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.people-modal-content .modal-close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
  font-weight: bold;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.mfp-container {
  padding: 0;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.mfp-container::-webkit-scrollbar {
  display: none;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.gray_bg {
  padding: 50px 0 40px;
}

.gray_bg.challenge-infrastructure {
  background: -webkit-linear-gradient(top, #fff 335px, #f3f3f3 335px);
  background: linear-gradient(to bottom, #fff 335px, #f3f3f3 335px);
}

.gray_bg.challenge-culture {
  background: -webkit-linear-gradient(top, #fff 335px, #f3f3f3 335px);
  background: linear-gradient(to bottom, #fff 335px, #f3f3f3 335px);
}

.gray_bg.challenge-security {
  background: -webkit-linear-gradient(top, #fff 310px, #f3f3f3 310px);
  background: linear-gradient(to bottom, #fff 310px, #f3f3f3 310px);
}

.gray_bg.challenge-technology {
  background: -webkit-linear-gradient(top, #fff 380px, #f3f3f3 380px);
  background: linear-gradient(to bottom, #fff 380px, #f3f3f3 380px);
}

.gray_bg.challenge-resource {
  background: -webkit-linear-gradient(top, #fff 405px, #f3f3f3 405px);
  background: linear-gradient(to bottom, #fff 405px, #f3f3f3 405px);
}

.gray_bg.challenge-future {
  background: -webkit-linear-gradient(top, #fff 335px, #f3f3f3 335px);
  background: linear-gradient(to bottom, #fff 335px, #f3f3f3 335px);
}

.challenge-ttl-01__main-wrapper {
  margin-bottom: 0;
  overflow-y: hidden;
}

.challenge-ttl-01__main {
  background: url(../img/about/challenge/txt_challenge_01_sp.png) left/contain no-repeat;
  width: 255px;
  height: 58px;
  -webkit-transform: translate3d(0, 150%, 0);
          transform: translate3d(0, 150%, 0);
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.challenge-ttl-01__sub {
  font-size: 1.6rem;
  line-height: 1.375;
  font-weight: bold;
  -webkit-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
}

.challenge-subttl {
  font-size: 1.6rem;
  line-height: 3.5rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}

.challenge-subttl span {
  color: #fff;
  background-color: #00a633;
  padding: 9px 13px;
  margin-right: 10px;
}

.challenge-container {
  padding: 0 25px;
  background-color: #fff;
}

.challenge-container__ttl {
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 2rem;
  padding: 23px 0 10px;
}

.challenge-txt {
  font-size: 1.2rem;
  line-height: 2;
}

.challenge-img {
  height: 53.3vw;
  margin: 15px auto 25px;
}

.challenge-img.img1 {
  background: url(../img/about/challenge/kv_bg_01_sp.png) center/cover no-repeat;
}

.challenge-img.img2 {
  background: url(../img/about/challenge/kv_bg_02_sp.png) center/cover no-repeat;
}

.challenge-img.img3 {
  background: url(../img/about/challenge/kv_bg_03_sp.png) center/cover no-repeat;
}

.challenge-img.img4 {
  background: url(../img/about/challenge/kv_bg_04_sp.png) center/cover no-repeat;
}

.challenge-img.img5 {
  background: url(../img/about/challenge/kv_bg_05_sp.png) center/cover no-repeat;
}

.challenge-img.img6 {
  background: url(../img/about/challenge/kv_bg_06_sp.png) center/cover no-repeat;
}

.challenge-img.img7 {
  background: url(../img/about/challenge/kv_bg_07_sp.png) center/cover no-repeat;
}

.challenge-see-detail {
  font-size: 1.1rem;
  color: #008ae2;
  display: block;
  text-align: center;
  padding: 10px 0 20px;
  font-weight: bold;
  position: relative;
}

.challenge-see-detail:before {
  content: '';
  display: inline-block;
  background: url(../img/about/challenge/link_icon.png) no-repeat top center;
  background-size: 100%;
  width: 7px;
  height: 7px;
  margin-right: 6px;
}

.challenge-kv {
  position: relative;
  margin-bottom: 50px;
}

.challenge-kv::before {
  content: "";
  background: #f3f3f3;
  position: absolute;
  top: -90px;
  right: calc(50% - 50vw);
  width: 33.33333vw;
  height: calc(100% + (60px + 30px));
  z-index: -1;
}

.challenge-kv__ttl {
  margin-bottom: 13px;
}

.challenge-kv__txt {
  padding-left: 20px;
  border-left: 1px solid #aaa;
  font-size: 1.2rem;
  line-height: 2;
  color: #6c6c6c;
  -webkit-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
}

.challenge-kv__body {
  margin: 0 calc(50% - 50vw) 0 0;
}

.challenge-kv__body .swiper-container .swiper-wrapper {
  margin-top: 38px;
}

.challenge-kv__body .swiper-container .single-kv-fig {
  padding-top: 64%;
}

.challenge-kv__body .swiper-container .single-kv-fig-01 {
  background: url(../img/about/challenge/kv_bg_01_sp.png) center/cover no-repeat;
}

.challenge-kv__body .swiper-container .single-kv-fig-02 {
  background: url(../img/about/challenge/kv_bg_02_sp.png) center/cover no-repeat;
}

.challenge-kv__body .swiper-container .single-kv-fig-03 {
  background: url(../img/about/challenge/kv_bg_03_sp.png) center/cover no-repeat;
}

.challenge-kv__body .swiper-container .single-kv-fig-04 {
  background: url(../img/about/challenge/kv_bg_04_sp.png) center/cover no-repeat;
}

.challenge-kv__body .swiper-container .single-kv-fig-05 {
  background: url(../img/about/challenge/kv_bg_05_sp.png) center/cover no-repeat;
}

.challenge-kv__body .swiper-container .single-kv-fig-06 {
  background: url(../img/about/challenge/kv_bg_06_sp.png) center/cover no-repeat;
}

.challenge-kv__body .swiper-container .single-kv-fig-07 {
  background: url(../img/about/challenge/kv_bg_07_sp.png) center/cover no-repeat;
}

.challenge-kv__body .swiper-container .swiper-pagination {
  position: absolute;
  top: 12px;
  right: 10px;
  width: auto !important;
  left: auto !important;
  margin: 0;
}

.challenge-kv__body .swiper-container .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background: #bfbfbf;
  opacity: 1;
}

.challenge-kv__body .swiper-container .swiper-pagination-bullet-active {
  background: #00a633;
}

.challenge-kv.is-active .challenge-ttl-01__main {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.challenge-kv.is-active .challenge-ttl-01__sub {
  opacity: 1;
}

.challenge-kv.is-active .challenge-kv__txt {
  opacity: 1;
}

.challenge-navi {
  margin-bottom: -15px;
}

.challenge-navi .challenge-ttl {
  position: relative;
  margin-bottom: 30px;
  border-top: 1px solid #f3f3f3;
}

.challenge-navi .challenge-ttl__sub {
  font-family: 'Hind', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1a1a1a;
  position: absolute;
  top: 30px;
  left: 9px;
  font-size: 1rem;
  line-height: 1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.challenge-navi .challenge-ttl::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 25px;
  height: 1px;
  background: #1a1a1a;
}

.challenge-navi ul {
  margin: 0 auto;
  max-width: 800px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  padding: 0 0 0 25px;
}

.challenge-navi ul li {
  width: calc((100% - 15px) / 2);
  height: 30px;
  margin-bottom: 15px;
  border: 1px solid #1a1a1a;
  font-weight: bold;
}

.challenge-navi ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.1rem;
  -webkit-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  text-align: center;
  line-height: 1.1;
  padding: 0 5px;
}

.challenge-navi ul li a:hover {
  color: #fff;
  background-color: #1a1a1a;
}

.flexbox {
  display: block;
}

.flexbox .flex-item + .flex-item {
  margin-top: 40px;
}

.challenge-future {
  margin-bottom: 60px;
}

.pioneer-kv {
  position: relative;
  margin: 0 calc(50% - 50vw);
  background: url(../img/about/pioneer/pio_kv_bg_sp.png) center/cover no-repeat;
}

.pioneer-kv__body {
  padding-top: 90px;
  color: #fff;
}

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

.pioneer-kv__ttl__main {
  margin: 0 auto 4px;
  width: 183px;
  height: 55.5px;
  background: url(../img/about/pioneer/pio_kv_ttl.svg) center/100% no-repeat;
  overflow: hidden;
}

.pioneer-kv__ttl__sub {
  font-size: 1.6rem;
  line-height: 1.375;
  font-weight: bold;
}

.pioneer-kv__txt {
  padding: 20px 25px 95px 50px;
  font-size: 1.2rem;
  line-height: 2;
}

.pioneer h2.pioneer-content__heading {
  font-size: 1.6rem;
  color: #1a1a1a;
  background: #fff;
  text-align: center;
  padding: 55px 0 0;
  margin: -50px auto 35px;
  z-index: 2;
  position: relative;
  font-weight: bold;
}

.pioneer h2.pioneer-content__heading:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 30px;
  top: -30px;
  left: 50%;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.pioneer h2.pioneer-content__heading:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 30px;
  top: 0;
  left: 50%;
  background-color: #1a1a1a;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.pioneer-since1892 {
  padding: 27px 0 70px 100px;
  position: relative;
}

.pioneer-since1892::before {
  content: '';
  position: absolute;
  background: url(../img/about/pioneer/pio_1982_sp.png) no-repeat top center;
  background-size: 100%;
  width: 112px;
  height: 207px;
  left: -24px;
  top: 30px;
}

.pioneer-since1892::after {
  content: '';
  position: absolute;
  background-color: #f2f9fe;
  width: 137.5px;
  height: 550px;
  left: 25px;
  top: 0;
  z-index: -1;
}

.pioneer-since1892 .pioneer-content__img {
  margin-left: -100px;
  margin-top: 23px;
}

.pioneer-since1892 .pioneer-content__ttl {
  font-size: 1.4rem;
  color: #1a1a1a;
  font-weight: bold;
  margin-bottom: 8px;
}

.pioneer-since1892 .pioneer-content__txt {
  font-size: 1.2rem;
  line-height: 2;
  color: #6c6c6c;
}

.pioneer-timeline {
  padding: 60px 0 80px 0;
  position: relative;
}

.pioneer-timeline .line {
  content: '';
  position: absolute;
  width: 1px;
  left: 5px;
  top: 0;
  bottom: 0;
  background: #bfe2f8;
}

.pioneer-timeline::before, .pioneer-timeline::after {
  content: '';
  position: absolute;
  background: #008ae2;
  z-index: 2;
  width: 11px;
  height: 11px;
  left: 0;
}

.pioneer-timeline::before {
  top: 0;
}

.pioneer-timeline::after {
  bottom: 0;
}

.pioneer-timeline__milestone {
  padding: 0 0 25px 55px;
}

.pioneer-timeline__milestone .pioneer-timeline__heading {
  font-family: "Hind", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #008ae2;
  margin-bottom: 3px;
  position: relative;
}

.pioneer-timeline__milestone .pioneer-timeline__heading__ttl {
  font-size: 2rem;
  line-height: 1;
}

.pioneer-timeline__milestone .pioneer-timeline__heading__number {
  font-size: 5rem;
  line-height: 1;
  font-weight: 300;
}

.pioneer-timeline__milestone .pioneer-timeline__heading__line {
  content: '';
  position: absolute;
  left: -50px;
  width: 33px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 1px;
}

.pioneer-timeline__milestone .pioneer-timeline__heading__line::after {
  content: '';
  display: block;
  background: #bfe2f8;
  height: 1px;
  z-index: 1;
  left: 0;
}

.pioneer-timeline__milestone .pioneer-timeline__heading__line::before {
  position: absolute;
  content: '';
  display: block;
  background: #008ae2;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
  height: 7px;
  left: -3px;
}

.pioneer-timeline__milestone .pioneer-timeline__ttl {
  font-size: 1.4rem;
  color: #1a1a1a;
  font-weight: bold;
  margin-bottom: 12px;
}

.pioneer-timeline__milestone .pioneer-timeline__view_detail {
  font-size: 1.1rem;
  color: #008ae2;
  display: block;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
  white-space: nowrap;
}

.pioneer-timeline__milestone .pioneer-timeline__view_detail:before {
  content: '';
  display: inline-block;
  background: url(../img/about/challenge/link_icon.png) no-repeat top center;
  background-size: 100%;
  width: 7px;
  height: 7px;
  margin-right: 6px;
}

.pioneer-timeline__milestone .pioneer-timeline__txt {
  color: #6c6c6c;
  font-size: 1.2rem;
  line-height: 2;
  position: relative;
}

.pioneer-timeline__milestone .pioneer-timeline__img {
  margin: 15px 0 30px;
}

.pioneer-timeline__milestone .pioneer-timeline__img.img_multi {
  max-width: 100%;
}

.pioneer-timeline__milestone .pioneer-timeline__img.img_verticle {
  width: 60%;
}

.pioneer-timeline__milestone .pioneer-timeline__events {
  padding: 30px 0 10px;
  position: relative;
}

.pioneer-timeline__milestone .pioneer-timeline__events::before, .pioneer-timeline__milestone .pioneer-timeline__events::after {
  content: '';
  position: absolute;
  background: #bfe2f8;
  left: -50px;
  height: 1px;
  right: 0;
}

.pioneer-timeline__milestone .pioneer-timeline__events::before {
  top: 0;
}

.pioneer-timeline__milestone .pioneer-timeline__events::after {
  bottom: 0;
}

.pioneer-timeline__milestone .pioneer-timeline__events li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 18px;
  position: relative;
}

.pioneer-timeline__milestone .pioneer-timeline__events li::before {
  content: '';
  position: absolute;
  background: #008ae2;
  z-index: 2;
  width: 4px;
  height: 4px;
  left: -52px;
  top: 5px;
  z-index: 2;
}

.pioneer-timeline__milestone .pioneer-timeline__events__year {
  font-family: "Hind", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  width: 50px;
}

.pioneer-timeline__milestone .pioneer-timeline__events__ttl {
  color: #6c6c6c;
  font-size: 1.1rem;
  width: calc(100% - 50px);
}

.pioneer-timeline__milestone .pioneer-timeline__events__ttl a {
  font-size: 1.1rem;
  color: #008ae2;
  display: block;
  font-weight: bold;
  position: relative;
  letter-spacing: .025em;
  text-decoration: underline;
}

.pioneer-timeline__milestone .pioneer-timeline__events__ttl a:before {
  content: '';
  display: inline-block;
  background: url(../img/about/challenge/link_icon.png) no-repeat top center;
  background-size: 100%;
  width: 7px;
  height: 7px;
  margin-right: 6px;
}

.pioneer-timeline__milestone .pioneer-timeline__events__ttl a.right:before {
  display: none;
}

.pioneer-timeline__milestone .pioneer-timeline__events__ttl a.right:after {
  content: '';
  display: inline-block;
  background: url(../img/about/challenge/link_icon.png) no-repeat top center;
  background-size: 100%;
  width: 7px;
  height: 7px;
  margin-left: 6px;
}

.pioneer-130th_anniversary {
  margin: 20px 0 50px;
}

.pioneer-130th_anniversary .pioneer-content__img {
  width: 73.8%;
}

.pioneer-130th_anniversary .pioneer-content__body {
  padding: 20px 30px 15px 10px;
  margin-left: 40px;
  position: relative;
}

.pioneer-130th_anniversary .pioneer-content__body::before {
  content: '';
  position: absolute;
  background-color: #f2f9fe;
  left: -15px;
  right: 0;
  top: -40px;
  bottom: 0;
  z-index: -1;
}

.pioneer-130th_anniversary .pioneer-content__heading {
  font-family: "Hind", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #008ae2;
  line-height: 1;
}

.pioneer-130th_anniversary .pioneer-content__heading--sub {
  font-weight: 800;
  font-size: 1.2rem;
}

.pioneer-130th_anniversary .pioneer-content__heading--ttl {
  font-weight: 300;
  font-size: 6rem;
}

.pioneer-130th_anniversary .pioneer-content__heading--ttl .fs_6rem {
  font-size: 3rem;
}

.pioneer-130th_anniversary .pioneer-content__ttl {
  font-size: 1.4rem;
  margin-bottom: 15px;
}

.pioneer-130th_anniversary .pioneer-content__txt {
  font-size: 1.1rem;
  line-height: 1.4rem;
  font-size: 1.1rem;
  color: #008ae2;
  display: block;
  font-weight: bold;
  position: relative;
}

.pioneer-130th_anniversary .pioneer-content__txt:before {
  content: '';
  display: inline-block;
  background: url(../img/about/challenge/link_icon.png) no-repeat top center;
  background-size: 100%;
  width: 7px;
  height: 7px;
  margin-right: 6px;
}

.pioneer-130th_anniversary .pioneer-content__txt:before {
  position: absolute;
  top: 50%;
  left: -10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.project {
  width: 100%;
  max-width: 100%;
  padding: 90px 0 60px;
}

.project-ttl-01__main-wrapper {
  margin-bottom: 3px;
  overflow: hidden;
}

.project-ttl-01__main {
  background: url(../img/project/txt_project_01.png) center/contain no-repeat;
  width: 325px;
  height: 55px;
  -webkit-transform: translate3d(0, 150%, 0);
          transform: translate3d(0, 150%, 0);
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.project-ttl-01__sub {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  -webkit-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
}

.project-kv {
  position: relative;
  width: 86.7%;
  margin: 0 auto 45px;
}

.project-kv::before {
  content: "";
  background: #f3f3f3;
  position: absolute;
  top: -90px;
  right: calc(50% - 50vw);
  width: 33.33333vw;
  height: calc(100% + 140px);
  z-index: -1;
}

.project-kv__ttl {
  margin-bottom: 25px;
}

.project-kv__txt {
  padding-left: 20px;
  border-left: 1px solid #aaa;
  font-size: 1.2rem;
  line-height: 2;
  color: #6c6c6c;
  -webkit-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
}

.project-kv.is-active .project-ttl-01__main {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.project-kv.is-active .project-ttl-01__sub {
  opacity: 1;
}

.project-kv.is-active .project-kv__txt {
  opacity: 1;
}

.project-kv.is-active .project-kv__cover {
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}

.project-story__content {
  width: 100%;
  margin: 0 calc(50% - var(--vw, 1vw) * 50);
}

.project-story__thumbnail {
  display: block;
  position: relative;
  width: 100%;
  min-height: 360px;
  overflow: hidden;
}

.project-story__thumbnail::after {
  content: "";
  display: block;
  background-image: url(../img/project/img_project_thumbnail_01.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 360px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.project-story__thumbnail:nth-of-type(n + 2) {
  margin-top: 10px;
}

.project-story__thumbnail:nth-of-type(2)::after {
  background-image: url(../img/project/img_project_thumbnail_02.jpg);
}

.project-story__thumbnail:nth-of-type(3)::after {
  background-image: url(../img/project/img_project_thumbnail_03.jpg);
}

.project-story__thumbnail:hover::after {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.project-story__number {
  font-family: "Hind", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 8px;
  left: 25px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  z-index: 10;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}

.project-story__title {
  background-color: #1a1a1a;
  position: absolute;
  top: 25px;
  left: 56px;
  padding: 0 6px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.025em;
  color: #fff;
  z-index: 10;
}

.project-story__text {
  position: absolute;
  bottom: 33px;
  left: 25px;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: 0.025em;
  color: #fff;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -webkit-transform: translateX(-20%);
          transform: translateX(-20%);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  z-index: 10;
}

.project-story__text.is-show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.project-story__arrow {
  background-color: rgba(75, 136, 162, 0.902);
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  z-index: 10;
}

.project-story__arrow::after {
  content: "";
  background: url(../img/common/img_arrow.png) center right/cover no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 10px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}

.project-story__bell {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.025em;
  color: #fff;
  z-index: 10;
}

.project-story__thumbnail:hover .project-story__arrow::after {
  -webkit-animation: hover-arrow3 0.8s cubic-bezier(0.5, 0.25, 0, 1) 0s 1 normal forwards;
          animation: hover-arrow3 0.8s cubic-bezier(0.5, 0.25, 0, 1) 0s 1 normal forwards;
}

.project-story__bottom {
  width: 86.7%;
  margin: 60px auto 0;
  text-align: center;
}

.project-story__button {
  display: table;
  position: relative;
  width: 100%;
  max-width: 880px;
  min-height: 120px;
  margin: 0 auto;
  overflow: hidden;
}

.project-story__button::after {
  content: "";
  display: block;
  background-image: url(../img/project/img_project_button.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.project-story__button:hover::after {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.project-story__word {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  z-index: 10;
}

.project-story__word span {
  font-size: 13px;
}

.project-story__square {
  background-color: #1a1a1a;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  z-index: 10;
}

.project-story__square::after {
  content: "";
  background: url(../img/project/icon.png) center right/cover no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.project-detal-kv {
  position: relative;
}

.project-detal-kv__inner {
  background-color: #4b8eab;
  position: relative;
  padding-bottom: 40px;
}

.project-detal-kv__content {
  position: relative;
  min-height: 520px;
}

.project-detal-kv__jr {
  position: absolute;
  top: 14px;
  left: 74px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.025em;
  color: #fff;
  z-index: 20;
}

.project-detal-kv__bgimg img {
  min-height: 520px;
  -o-object-fit: cover;
     object-fit: cover;
}

.project-detal-kv__band {
  position: absolute;
  bottom: 30px;
  left: 25px;
}

.project-detal-kv__leed {
  display: inline-block;
  background-color: #1a1a1a;
  padding: 0 7px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #fff;
}

.project-detal-kv__title {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #fff;
}

.project-detal-kv__bottom {
  position: relative;
}

.project-detal-kv__subinner {
  position: relative;
  padding: 0 25px;
}

.project-detal-kv__subinner::before {
  content: "";
  background-color: #5493af;
  position: absolute;
  top: 0;
  right: 0;
  width: 66.66667%;
  height: 100vh;
  max-height: 440px;
  z-index: 0;
}

.project-detal-kv__subimg {
  position: relative;
  z-index: 10;
  padding-top: 17vw;
  margin: 0 auto;
}

.project-detal-kv__number {
  position: absolute;
  top: 20px;
  left: -0.1em;
  z-index: 1;
  font-family: "Hind", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: calc( var(--vw, 1vw) * 100 / 750 * 100);
  font-weight: 600;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.078);
}

.project-detal-kv__text {
  position: relative;
  z-index: 1;
  margin-top: 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.025em;
  color: #fff;
}

.project-detal-kv__profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 142px;
  padding: 0 10px;
}

.project-detal-kv__item {
  background-color: #fff;
  position: relative;
  width: 48%;
  padding: 42px 15px 20px;
  -webkit-transform: translateY(15%);
          transform: translateY(15%);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}

.project-detal-kv__item:nth-of-type(n + 3) {
  margin-top: 95px;
}

.project-detal-kv__item.is-show {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}

.project-detal-kv__image {
  position: absolute;
  top: 30px;
  left: 50%;
  width: 60%;
  max-width: 100px;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}

.project-detal-kv__name {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.025em;
  text-align: center;
}

.project-detal-kv__type {
  font-size: 11px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.025em;
  color: #4b8eab;
  text-align: center;
}

.project-detal-kv__word {
  margin-top: 4px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.025em;
}

.project-detal-kv__bell {
  margin-top: 20px;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.025em;
  color: #fff;
}

.project-detal {
  padding-bottom: 75px;
}

.project-detal__content {
  padding-top: 70px;
}

.project-detal__chapter {
  padding: 0 calc( var(--vw, 1vw) * 50 / 750 * 100);
}

.project-detal__chapter:nth-of-type(n + 2) {
  margin-top: 71px;
}

.project-detal__number {
  font-family: "Hind", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-left: 35px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
}

.project-detal__number::before {
  content: "";
  background-color: #333;
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 1px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.project-detal__title {
  display: inline;
  background-color: #4b8eab;
  margin-top: 15px;
  padding: 0 5px;
  font-size: 16px;
  font-weight: 600;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.089em;
  color: #fff;
  text-align: center;
}

.project-detal__leed {
  margin-top: 22px;
  font-size: 12px;
  font-weight: 500;
  line-height: 2;
}

.project-detal__leed::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
}

.project-detal__leed::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}

.project-detal__subleed {
  margin-top: 22px;
  font-size: 12px;
  font-weight: 500;
  line-height: 2;
}

.project-detal__subleed::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
}

.project-detal__subleed::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}

.project-detal__paragraph {
  margin-top: 25px;
}

.project-detal__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.project-detal__box:nth-of-type(n + 2) {
  margin-top: 24px;
}

.project-detal__image {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 12.30769%;
}

.project-detal__text {
  position: relative;
  width: 100%;
  margin-left: 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 2;
  color: #000;
  z-index: 10;
}

.project-detal__text::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
}

.project-detal__text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}

.project-detal__text span {
  color: #4b8eab;
}

.project-detal__band {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-top: 50px;
}

.project-detal__center {
  width: 74%;
  margin: 0 auto;
}

.project-detal__left, .project-detal__right {
  position: relative;
  width: 47.69231%;
}

.project-detal__right {
  margin-top: calc( var(--vw, 1vw) * 80 / 750 * 100);
}

.project-detal__paragraph-img {
  margin-top: 75px;
}

.project-detal__button {
  position: relative;
  text-align: center;
  margin: 40px auto 0;
}

.project-detal__link {
  position: relative;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  border: solid 1px #4b8eab;
  padding: 15px 20px;
  width: 70%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.project-detal__link:hover {
  opacity: 0.6;
}

.project-detal__linkicon {
  position: absolute;
  top: 50%;
  right: 19px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: auto;
}

@-webkit-keyframes hover-arrow3 {
  0% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 1;
  }
  60% {
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
    opacity: 0;
  }
  70% {
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 1;
  }
}

@keyframes hover-arrow3 {
  0% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 1;
  }
  60% {
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
    opacity: 0;
  }
  70% {
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 1;
  }
}

.anim-load {
  position: relative;
  -webkit-transition: opacity 1s cubic-bezier(0.5, 0.25, 0, 1);
  transition: opacity 1s cubic-bezier(0.5, 0.25, 0, 1);
  opacity: 0;
}

.anim-load:before {
  content: "";
  background: #1a1a1a;
  position: absolute;
  top: 0;
  left: 0;
  width: 100.1%;
  height: 100.1%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 1;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.anim-load.is-show {
  opacity: 1;
}

.anim-load.is-show::before {
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}

.is-project {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.is-white {
  background: #fff;
}

.project-flow {
  margin-top: 75px;
}

.project-flow__content {
  padding-left: 25px;
}

.project-flow__thumbnail {
  display: block;
  position: relative;
  width: 100%;
  min-height: 200px;
  overflow: hidden;
}

.project-flow__thumbnail::after {
  content: "";
  display: block;
  background-image: url(../img/project/img_project_flow1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 200px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.project-flow__thumbnail:nth-of-type(n + 2) {
  margin-top: 2px;
}

.project-flow__thumbnail:nth-of-type(2)::after {
  background-image: url(../img/project/img_project_flow2.jpg);
}

.project-flow__thumbnail:nth-of-type(3)::after {
  background-image: url(../img/project/img_project_flow3.jpg);
}

.project-flow__thumbnail:hover::after {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.project-flow__number {
  font-family: "Hind", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  bottom: 8px;
  left: 14px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  z-index: 10;
}

.project-flow__title {
  display: inline;
  background-color: #1a1a1a;
  position: relative;
  top: 20px;
  left: 0;
  padding: 2px 6px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.025em;
  color: #fff;
  z-index: 10;
}

.project-flow__arrow {
  background-color: rgba(75, 136, 162, 0.902);
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  z-index: 10;
}

.project-flow__arrow::after {
  content: "";
  background: url(../img/common/img_arrow.png) center right/cover no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 10px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}

.project-flow__thumbnail:hover .project-flow__arrow::after {
  -webkit-animation: hover-arrow3 0.8s cubic-bezier(0.5, 0.25, 0, 1) 0s 1 normal forwards;
          animation: hover-arrow3 0.8s cubic-bezier(0.5, 0.25, 0, 1) 0s 1 normal forwards;
}

.individual-article iframe {
  width: 560px;
  height: 315px;
}

.individual-article__box {
  margin: 25px 0 35px;
}

.individual-article__box p {
  margin: 0;
  margin-bottom: 0 !important;
}

.individual-article__item {
  width: 100%;
  margin-top: 10px;
}

.individual-article__paragraph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 18px 0;
}

.individual-article__paragraph p {
  margin: 0;
  margin-bottom: 0 !important;
}

.individual-article__left {
  width: 14%;
}

.individual-article__right {
  width: 90%;
}

.individual-article__right p {
  margin-top: -4px;
}

/*************
 左:テキスト　右:画像
**************/

.individual-article__txtarea {
  margin-top: 20px;
}

.f-design {
  font-weight: 400;
  letter-spacing: 0;
  color: #404040;
  padding-bottom: 80px;
}

.f-design-kv {
  position: relative;
  width: 100%;
  height: 460px;
}

.f-design-kv__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.f-design-kv__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.f-design-kv__contents {
  position: absolute;
  bottom: 20px;
  left: 0px;
  z-index: 1;
  padding: 0 20px;
}

.f-design-kv__en {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 11px;
}

.f-design-kv__jp {
  margin-top: 5px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.f-design-kv__txt {
  margin-top: 5px;
  color: #fff;
  font-size: 11px;
  line-height: calc(40 / 22);
}

.f-design-head {
  margin-top: 40px;
}

.f-design-head__inner {
  padding: 0 20px;
}

.f-design-head__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border: solid 1px #dddddd;
}

.f-design-head__item {
  position: relative;
  width: 50%;
  padding: 10px 8px;
  border-left: solid 1px #dddddd;
}

.f-design-head__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #dddddd;
  width: 100%;
  height: 1px;
}

.f-design-head__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #212121;
  width: 12px;
  height: 1px;
}

.f-design-head__item:last-of-type {
  border-bottom: none;
}

.f-design-head__item:nth-of-type(2n + 1) {
  border-left: none;
}

.f-design-head__item:nth-last-of-type(2) {
  border-bottom: none;
}

.f-design-head__item:hover .f-design-head__txt {
  opacity: 0.7;
}

.f-design-head__txt {
  color: #212121;
  position: relative;
  font-size: 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.f-design-head__txt span {
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-weight: 500;
  margin-right: 15px;
}

.f-design-sec {
  margin-top: 40px;
}

.f-design-sec__inner {
  position: relative;
}

.f-design-sec__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 12px;
  border-top: solid 1px #212121;
  margin: 0 20px;
}

.f-design-sec__num {
  font-family: "Poppins", sans-serif;
  color: #212121;
  font-size: 11px;
}

.f-design-sec__label {
  color: #212121;
  font-size: 12px;
}

.f-design-sec__contents {
  margin-top: 28px;
}

.f-design-sec__line {
  margin-top: 18px;
  padding: 0 20px;
}

.f-design-sec__line--margin {
  margin-top: 28px;
}

.f-design-sec__box {
  margin-top: 18px;
}

.f-design-sec__box--margin {
  margin-top: 10px;
}

.f-design-sec__box--message {
  margin-top: 10px;
}

.f-design-sec__ttl {
  font-family: "Poppins", sans-serif;
  color: #212121;
  text-align: center;
  font-size: 26px;
}

.f-design-sec__ttl--message {
  text-align: left;
}

.f-design-sec__txt {
  font-size: 12px;
  line-height: calc(40 / 24);
}

.f-design-sec__paragraph {
  margin-top: 40px;
}

.f-design-sec__card {
  margin-top: 32px;
}

.f-design-sec__card:first-of-type {
  margin-top: 0;
}

.f-design-sec__img {
  position: relative;
}

.f-design-sec__card--reverse .f-design-sec__img {
  text-align: right;
  margin: 0 0 0 auto;
}

.f-design-sec__area {
  margin-top: 24px;
  padding: 0 20px;
}

.f-design-sec__subttl {
  font-size: 15px;
}

.f-design-sec__inbox {
  margin-top: 10px;
}

.f-design-sec__subbox {
  margin-top: 10px;
}

.f-design-sec__inbox--margin {
  margin-top: 20px;
  padding-right: 20px;
}

.f-design-sec__flex {
  padding: 0 20px;
}

.f-design-sec__item {
  margin-top: 30px;
}

.f-design-sec__item:first-of-type {
  margin-top: 0;
}

.f-design-sec__lead {
  margin-top: 20px;
  text-align: center;
  font-size: 15px;
  line-height: calc(48 / 30);
}

.f-design-sec__schedule {
  margin-top: 20px;
}

.f-design-sec__list {
  margin-top: 12px;
}

.f-design-sec__word {
  font-size: 12px;
  letter-spacing: 0.05em;
  border-left: solid 1px #404040;
  padding-left: 12px;
  margin-top: 9px;
}

.f-design-sec__word span {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-right: 15px;
}

.f-design-sec__word:first-of-type {
  margin-top: 0;
}

.f-design-sec__voice {
  position: relative;
  padding-left: 28px;
  margin-top: 12px;
}

.f-design-sec__voice:first-of-type {
  margin-top: 0;
}

.f-design-sec__name {
  position: relative;
  display: block;
  font-size: 12px;
  line-height: calc(40 / 24);
}

.f-design-sec__name::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -28px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #707070;
  width: 16px;
  height: 1px;
}

.f-design-sec__foot {
  margin-top: 20px;
  padding-left: 20px;
}

.f-design-sec__flowtxt {
  font-size: 15px;
  line-height: calc(40 / 15);
  letter-spacing: 0.03em;
}

.f-design-sec__icon {
  width: 105px;
}

.f-design-sec__scroll {
  margin-top: 15px;
  overflow-x: scroll;
}

.f-design-sec__figure {
  width: 827px;
  padding-right: 20px;
}

.f-design-sec__swiper {
  margin: 0 auto;
  text-align: center;
}

.swiper-slide-active {
  opacity: 1 !important;
}

.f-design-sec__slide {
  width: 100%;
  height: 100%;
}

.swiper {
  overflow: hidden;
}

.swiper-wrapper {
  padding-bottom: 26px;
}

.swiper-pagination__pagination {
  width: 100%;
  position: absolute;
  z-index: 100;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
  text-align: left !important;
  padding-left: 40px;
}

.swiper-pagination-bullet {
  background: #212121 !important;
  border-radius: 0 !important;
  margin-left: 10px;
  width: 6px !important;
  height: 6px !important;
}

.swiper-pagination-bullet:first-of-type {
  margin-left: 0;
}

.f-design-modal__item {
  cursor: pointer;
  margin-top: 32px;
  overflow: hidden;
}

.f-design-modal__item:first-of-type {
  margin-top: 0;
}

.f-design-modal__item:hover .f-design-modal__img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.f-design-modal__img {
  position: relative;
}

.f-design-modal__img img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.f-design-modal__sign {
  color: #ffffff;
  font-size: 13px;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.f-design-modal__icon {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  border: solid 1px #fff;
}

.f-design-modal__icon::before, .f-design-modal__icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
}

.f-design-modal__icon:before {
  width: 16px;
  height: 1px;
}

.f-design-modal__icon:after {
  width: 1px;
  height: 16px;
}

.f-design-modal__area {
  pointer-events: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.f-design-modal__area.is-active {
  pointer-events: all;
  opacity: 1;
  z-index: 999;
}

.f-design-modal__bg {
  position: relative;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.f-design-modal__box {
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 0%, 0% 0%);
          clip-path: polygon(0% 0%, 0% 0%, 0% 0%, 0% 0%);
  width: calc((670 / 750) * 100%);
  height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  overflow: hidden;
  overflow-y: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.f-design-modal__box::-webkit-scrollbar-thumb {
  display: none;
}

.f-design-modal__box::-webkit-scrollbar {
  display: none;
}

.f-design-modal__box::-webkit-scrollbar-track {
  display: none;
}

.f-design-modal__box.is-active {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  z-index: 10;
}

.f-design-modal__closebtn {
  cursor: pointer;
  content: "";
  position: absolute;
  top: 8px;
  right: 8px;
  width: 32px;
  height: 32px;
  background-color: #000000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.f-design-modal__closebtn::before, .f-design-modal__closebtn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  background-color: #fff;
}

.f-design-modal__closebtn:before {
  width: 16px;
  height: 1px;
}

.f-design-modal__closebtn:after {
  width: 1px;
  height: 16px;
}

.f-design-modal__closebtn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.f-design-modal__inner {
  padding: 60px 0 40px;
}

.f-design-modal__band {
  padding: 0 28px;
}

.f-design-modal__word {
  font-size: 12px;
  line-height: 1;
}

.f-design-modal__name {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  border-bottom: solid 1px #212121;
  margin-top: 12px;
  padding-bottom: 12px;
}

.f-design-modal__bigimg {
  margin-top: 28px;
  width: 100%;
  height: auto;
}

.f-design-modal__bigimg img {
  width: 100%;
  height: auto;
}

.f-design-modal__paragraph {
  padding: 0 28px;
  margin-top: 24px;
}

.f-design-modal__dialog {
  margin-top: 14px;
}

.f-design-modal__dialog:first-of-type {
  margin-top: 0;
}

.f-design-modal__subttl {
  position: relative;
  font-size: 12px;
  line-height: calc(40 / 24);
  padding-left: 28px;
}

.f-design-modal__subttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #707070;
  width: 16px;
  height: 1px;
}

.f-design-modal__txt {
  font-size: 12px;
  line-height: calc(40 / 24);
  white-space: pre-line;
  margin-top: 12px;
}

.f-design-modal__closeword {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  border-bottom: solid 1px #404040;
  margin: 20px 28px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.f-design-modal__closeword:hover {
  opacity: 0.7;
}

.year-round {
  background-color: #f0f0f0;
  position: relative;
}

.year-round-kv {
  position: relative;
}

.year-round-kv:before {
  content: "";
  background: #1a1a1a;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  z-index: 1;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.year-round-kv__ttl {
  position: absolute;
  top: 25%;
  left: 0;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  z-index: 1;
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.year-round-kv__ttl-main {
  display: inline-block;
  background-color: #212121;
  padding: 8px 12px 8px 20px;
  font-size: 3.4rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
}

.year-round-kv__ttl-sub {
  display: inline-block;
  background-color: #fff;
  padding: 8px 20px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.05em;
}

.is-load .year-round-kv::before {
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}

.is-load .year-round-kv__ttl {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.year-round-lead {
  margin-top: 60px;
}

.year-round-lead__inner {
  padding: 0 20px;
}

.year-round-lead__img {
  display: none;
}

.year-round-lead__band {
  padding-bottom: 40px;
  border-bottom: solid 1px #000;
}

.year-round-lead__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px #000;
}

.year-round-lead__ttl-jp {
  display: inline-block;
  background-color: #000;
  padding: 4px 12px;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
}

.year-round-lead__ttl-en {
  display: inline-block;
  width: 3.75rem;
}

.year-round-lead__paragraph {
  background-color: #fff;
  margin-top: 40px;
}

.year-round-lead__txt {
  font-size: 1.3rem;
  line-height: calc(48 / 26);
  letter-spacing: 0.05em;
}

.year-round-list {
  margin-top: 60px;
}

.year-round-list__inner {
  padding: 0 20px;
}

.year-round-list__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.year-round-list__head {
  width: calc((54 / 670) * 100%);
}

.year-round-list__ttl {
  background-color: #000;
  padding: 8px 4px;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.year-round-list__list {
  width: calc((552 / 670) * 100%);
}

.year-round-list__item {
  position: relative;
  padding: 20px 0;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}

.year-round-list__item:nth-of-type(n + 3) {
  margin-top: 27.5px;
}

.year-round-list__item:nth-of-type(n + 2) {
  margin-top: 27.5px;
}

.year-round-list__num {
  background-color: #f0f0f0;
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 10px;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.year-round-list__txt {
  background-color: #fff;
  margin-left: calc(10px + 1em);
  font-size: 1.4rem;
  line-height: calc(36 / 28);
  letter-spacing: 0.05em;
  color: #000;
}

.year-round-flow {
  margin-top: 60px;
}

.year-round-flow__inner {
  padding: 0 10px 60px;
}

.year-round-flow__head {
  text-align: center;
}

.year-round-flow__ttl {
  display: inline-block;
  background-color: #000;
  padding: 4px 12px;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
}

.year-round-flow__list {
  position: relative;
  margin-top: 20px;
}

.year-round-flow__list::after {
  content: "";
  background-color: #333;
  position: absolute;
  top: 50%;
  left: 30px;
  width: 2px;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.year-round-flow__item {
  background-color: #fff;
  position: relative;
  margin-top: 6px;
  padding: 20px 20px 20px 60px;
}

.year-round-flow__item:first-of-type::after {
  content: "";
  background-color: transparent;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50%;
  z-index: 2;
}

.year-round-flow__item:last-of-type::after {
  content: "";
  background-color: transparent;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 50%;
  z-index: 2;
}

.year-round-flow__deco::after {
  content: "";
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: 30px;
  width: 20px;
  height: 20px;
  border: solid 1px #000;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.1;
  z-index: 3;
}

.year-round-flow__deco::before {
  content: "";
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 30px;
  width: 8px;
  height: 8px;
  border: solid 2px #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 4;
}

.year-round-flow__left {
  position: relative;
  z-index: 10;
}

.year-round-flow__num {
  width: 4.15rem;
  font-weight: 600;
  text-transform: uppercase;
}

.year-round-flow__lead {
  margin-top: 8px;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.year-round-flow__box {
  position: relative;
  margin-top: 8px;
  z-index: 10;
}

.year-round-flow__txt {
  font-size: 1.2rem;
  line-height: calc(40 / 24);
  letter-spacing: 0.05em;
  white-space: pre-line;
}

.year-round-flow__txt strong {
  font-size: 1.6rem;
  font-weight: 600;
}

.year-round-faq {
  background-color: #fff;
  position: relative;
}

.year-round-faq__inner {
  padding: 60px 20px;
}

.year-round-faq__ttl-en {
  display: block;
  width: 9.2rem;
}

.year-round-faq__ttl-jp {
  display: block;
  margin-top: 8px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}

.year-round-faq__box {
  margin-top: 40px;
}

.year-round-faq__item {
  position: relative;
  margin-top: 27.5px;
  padding-top: 20px;
  border-top: solid 1px #000;
}

.year-round-faq__item:first-of-type {
  margin-top: 0;
}

.year-round-faq__num {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 10px;
  font-size: 1.2rem;
  font-weight: bold;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.year-round-faq__question {
  padding-left: 23px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: calc(36 / 28);
  letter-spacing: 0.05em;
}

.year-round-faq__answer {
  background-color: #f0f0f0;
  position: relative;
  margin-top: 20px;
  padding: 28px 23px;
}

.year-round-faq__word {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.9rem;
}

.year-round-faq__txt {
  font-size: 1.4rem;
  line-height: calc(36 / 28);
  letter-spacing: 0.05em;
  white-space: pre-line;
}

.year-round-nav {
  margin-top: 60px;
}

.year-round-nav__inner {
  padding-bottom: 60px;
}

.year-round-nav__box {
  padding: 0 20px;
}

.year-round-nav__btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 94.5px;
  padding-left: 20px;
}

.year-round-nav__btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 13px;
  background: url(../img/common/img_arrow.png) center right/cover no-repeat;
  opacity: 1;
}

.year-round-nav__btn:hover:after {
  -webkit-animation: hover-arrow 0.8s cubic-bezier(0.5, 0.25, 0, 1) 0s 1 normal forwards;
          animation: hover-arrow 0.8s cubic-bezier(0.5, 0.25, 0, 1) 0s 1 normal forwards;
}

.year-round-nav__btn:nth-of-type(n + 2) {
  margin-top: 8px;
}

.year-round-nav__btn--green {
  background-color: #00a633;
}

.year-round-nav__btn--blue {
  background-color: #008ae2;
}

.year-round-nav__btn-en {
  display: block;
  width: 5.3rem;
  margin-top: 12px;
}

.year-round-nav__btn-jp {
  display: block;
  margin-top: 6px;
  font-size: 1.2rem;
  line-height: calc(40 / 24);
  letter-spacing: 0.025em;
  color: #fff;
}

.year-round-nav__paragraph {
  margin-top: 60px;
}

.year-round-nav__ttl {
  font-size: 2rem;
  font-weight: 600;
  line-height: calc(64 / 40);
  letter-spacing: 0.05em;
  text-align: center;
}

.year-round-nav__area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 24px;
}

.year-round-nav__item {
  position: relative;
  width: calc(100% / 2);
  overflow: hidden;
}

.year-round-nav__item:hover .year-round-nav__img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.year-round-nav__line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.year-round-nav__txt {
  display: inline-block;
  background-color: #000;
  padding: 3px 6px;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
}

.sdgs {
  padding: 90px 0 0;
}

.sdgs-ttl-01__main-wrapper {
  overflow: hidden;
}

.sdgs-ttl-01__main {
  background: url(../img/about/sdgs/txt_about_sdgs_ttl.png) center/contain no-repeat;
  width: 100%;
  height: 20.53333vw;
  -webkit-transform: translate3d(0, 150%, 0);
          transform: translate3d(0, 150%, 0);
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.sdgs-ttl-01__sub {
  font-size: 1.6rem;
  line-height: 1;
  -webkit-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
}

.sdgs-kv {
  position: relative;
}

.sdgs-kv::before {
  content: "";
  background: #f3f3f3;
  position: absolute;
  top: -90px;
  right: calc(50% - 50vw);
  width: 33.33333vw;
  height: calc(100% + (60px + 30px));
  z-index: -1;
}

.sdgs-kv__head {
  margin-bottom: 35px;
}

.sdgs-kv__ttl {
  margin-bottom: 20px;
}

.sdgs-kv__txt {
  padding-left: 20px;
  border-left: 1px solid #aaa;
  font-size: 1.2rem;
  line-height: 2;
  color: #6c6c6c;
  -webkit-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
}

.sdgs-kv__body {
  background: url(../img/about/sdgs/img_about_sdgs_kv.jpg) center/contain no-repeat;
  position: relative;
  height: 60vw;
  margin: 0 calc(50% - 50vw) 0 0;
}

.sdgs-kv__cover {
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100.1%;
  height: 100.1%;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: scale(1);
          transform: scale(1);
  background: #1a1a1a;
}

.sdgs-kv.is-active .sdgs-ttl-01__main {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.sdgs-kv.is-active .sdgs-ttl-01__sub {
  opacity: 1;
}

.sdgs-kv.is-active .sdgs-kv__txt {
  opacity: 1;
}

.sdgs-kv.is-active .sdgs-kv__cover {
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}

.sdgs-sec-ttl {
  position: relative;
  padding-top: 21px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.sdgs-sec-ttl:before {
  content: "";
  background: #00a633;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 2px;
}

.sdgs-sec-txt {
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

.sdgs-vision__inner {
  margin-top: 40px;
}

.sdgs-vision__ttl {
  position: relative;
  padding-top: 24px;
}

.sdgs-vision__ttl:before {
  content: "";
  background: #00a633;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 2px;
}

.sdgs-vision__letter {
  font-family: "Poppins", sans-serif;
}

.sdgs-vision__letter--sub {
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1.33;
  color: #00a633;
}

.sdgs-vision__letter--main {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.23;
}

.sdgs-vision__lead {
  margin-top: 28px;
}

.sdgs-vision__main {
  margin-top: 25px;
}

.sdgs-vision-fig {
  background: #fff;
  position: relative;
  width: 100%;
  border-radius: 50%;
}

.sdgs-vision-fig__label {
  position: absolute;
  top: 14.47761%;
  left: 0;
  width: 100%;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: -0.025em;
  color: #008ae2;
  text-align: center;
  z-index: 3;
}

.sdgs-vision-fig__img {
  display: block;
  width: 100%;
  padding: 10px;
}

.sdgs-vision-fig__img img {
  display: block;
  width: 100%;
}

.sdgs-vision-goal {
  position: relative;
  width: 100%;
  padding: 27px 0 40px;
}

.sdgs-vision-goal:before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 166, 51, 0)), to(rgba(0, 166, 51, 0.25)));
  background: -webkit-linear-gradient(top, rgba(0, 166, 51, 0) 0%, rgba(0, 166, 51, 0.25) 100%);
  background: linear-gradient(180deg, rgba(0, 166, 51, 0) 0%, rgba(0, 166, 51, 0.25) 100%);
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 147.52475%;
}

.sdgs-vision-goal__ttl {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}

.sdgs-vision-goal__main {
  display: grid;
  max-width: 352.5px;
  margin: 18px auto 0;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
}

.sdgs-vision-goal__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  min-width: 142px;
  min-height: 142px;
  z-index: 2;
}

.sdgs-vision-goal__item:before {
  content: "";
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 37.86667vw;
  height: 37.86667vw;
  max-width: 142px;
  max-height: 142px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.sdgs-vision-goal__item:nth-of-type(3) {
  grid-column: 1 / 3;
  grid-row: 2 / 3;
}

.sdgs-vision-goal__sub-ttl {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.66;
  letter-spacing: 0;
  color: #00a633;
  text-align: center;
}

.sdgs-vision-goal__txt {
  margin-top: 9px;
  line-height: 1.66;
  text-align: center;
}

.sdgs-materiality__inner {
  margin-top: 60px;
}

.sdgs-materiality__lead {
  margin-top: 26px;
}

.sdgs-materiality__main {
  position: relative;
  margin-top: 29px;
}

.sdgs-materiality__fig {
  display: none;
}

.sdgs-materiality__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 36vw;
  max-height: 202.5px;
}

.sdgs-materiality__item--orange .sdgs-materiality__circle:before {
  background: rgba(226, 104, 0, 0.08);
}

.sdgs-materiality__item--orange .sdgs-materiality__en {
  color: #e26800;
  border-bottom-color: #e26800;
}

.sdgs-materiality__item--orange .sdgs-materiality__label {
  color: #e26800;
}

.sdgs-materiality__item--orange .sdgs-materiality__detail:before {
  background: #e26800;
}

.sdgs-materiality__item--green .sdgs-materiality__circle:before {
  background: rgba(0, 166, 51, 0.08);
}

.sdgs-materiality__item--green .sdgs-materiality__en {
  color: #00a633;
  border-bottom-color: #00a633;
}

.sdgs-materiality__item--green .sdgs-materiality__label {
  color: #00a633;
}

.sdgs-materiality__item--green .sdgs-materiality__detail:before {
  background: #00a633;
}

.sdgs-materiality__item--blue .sdgs-materiality__circle:before {
  background: rgba(0, 138, 226, 0.08);
}

.sdgs-materiality__item--blue .sdgs-materiality__en {
  color: #008ae2;
  border-bottom-color: #008ae2;
}

.sdgs-materiality__item--blue .sdgs-materiality__label {
  color: #008ae2;
}

.sdgs-materiality__item--blue .sdgs-materiality__detail:before {
  background: #008ae2;
}

.sdgs-materiality__circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 36vw;
  max-width: 217.5px;
  z-index: 2;
}

.sdgs-materiality__circle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 37.33333vw;
  height: 37.33333vw;
  max-width: 210px;
  max-height: 210px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.sdgs-materiality__en {
  position: absolute;
  top: 10%;
  left: 50%;
  border-bottom: 2px solid;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sdgs-materiality__label {
  margin-top: 5vw;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.53;
  text-align: center;
}

.sdgs-materiality__box {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 50%;
  margin: auto 0;
  padding: 16px 0;
}

.sdgs-materiality__detail {
  position: relative;
  padding-left: 14px;
  font-size: 1.1rem;
  line-height: 1.63;
}

.sdgs-materiality__detail:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
}

.sdgs-materiality__icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.sdgs-materiality__icon {
  display: block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 32px;
}

.sdgs-materiality__icon + .sdgs-materiality__icon {
  margin-left: 4px;
}

.sdgs-aim__inner {
  margin-top: 60px;
}

.sdgs-aim__lead {
  margin-top: 26px;
}

.sdgs-aim__main {
  position: relative;
  margin-top: 45px;
  z-index: 2;
}

.sdgs-aim__box + .sdgs-aim__box {
  margin-top: 40px;
}

.sdgs-aim__label {
  font-size: 1.6rem;
  font-weight: bold;
  color: #00a633;
}

.sdgs-aim__txt {
  margin-top: 20px;
}

.sdgs-aim__notice {
  position: relative;
  margin-top: 13px;
  padding-left: 1.05em;
  font-size: 1.1rem;
  line-height: 1.818;
  letter-spacing: 0.05em;
}

.sdgs-aim__notice:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.sdgs-aim__fig {
  position: relative;
  margin-top: 21px;
  padding-bottom: 6.65vw;
  z-index: 2;
}

.sdgs-aim__fig:before {
  content: "";
  background: #00a633;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100vw;
  height: 55.03876%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.sdgs-aim__img img {
  display: block;
  width: 100%;
}

.sdgs-example__inner {
  margin: 60px 0;
}

.sdgs-example__main {
  margin-top: 26px;
}

.sdgs-example-cont + .sdgs-example-cont .sdgs-example-cont__inner {
  margin-top: 39px;
}

.sdgs-example-cont__num {
  font-family: "Poppins", sans-serif;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
  color: #00a633;
}

.sdgs-example-cont__ttl {
  margin-top: 5px;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
}

.sdgs-example-cont__ttl--sub {
  font-size: 1.6rem;
}

.sdgs-example-cont__lead {
  margin-top: 26px;
}

.sdgs-example-cont__box {
  margin-top: 47px;
}

.sdgs-example-cont__sub-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0;
  color: #00a633;
}

.sdgs-example-cont__txt {
  margin-top: 20px;
}

.sdgs-example-cont__txt sub {
  bottom: 0;
}

.sdgs-example-cont__icons {
  display: grid;
  margin-top: 21px;
  gap: 4.66667vw;
  grid-template-columns: repeat(3, 26.66667vw);
}

.sdgs-example-cont__icon {
  display: block;
  width: 26.66667vw;
}

.sdgs-example-cont__fig {
  margin-top: 24px;
}

.sdgs-example-cont__wrap {
  position: relative;
}

.sdgs-example-cont__img {
  display: block;
}

.sdgs-example-cont__link {
  display: inline-block;
  margin-top: 19px;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  color: #008ae2;
}

.sdgs-example-cont__external {
  display: inline-block;
  position: relative;
  width: 9px;
  height: 9px;
  margin-left: 4px;
  z-index: -1;
}

.sdgs-example-cont__external:before, .sdgs-example-cont__external:after {
  content: "";
  background: rgba(0, 138, 226, 0.5);
  position: absolute;
  width: 6px;
  height: 6px;
}

.sdgs-example-cont__external:before {
  top: 0;
  left: 0;
}

.sdgs-example-cont__external:after {
  bottom: 0;
  right: 0;
}

.sdgs-example-cont__img img {
  display: block;
  width: 100%;
}

.top-btn-bottom {
  position: relative;
}

.top-btn-bottom__box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.top-btn-bottom__btn {
  position: relative;
  display: block;
  width: 69%;
  max-width: 300px;
  margin: 0 auto;
  padding: 18px 20px;
  border: solid 1px #fff;
  line-height: 1.2;
}

.top-btn-bottom__btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 9px;
  background: url(../img/common/img_arrow.png) center right/cover no-repeat;
  opacity: 1;
}

.top-btn-bottom__btn:hover:after {
  -webkit-animation: hover-arrow 0.8s cubic-bezier(0.5, 0.25, 0, 1) 0s 1 normal forwards;
          animation: hover-arrow 0.8s cubic-bezier(0.5, 0.25, 0, 1) 0s 1 normal forwards;
}

.top-btn-bottom__txt {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #fff;
}

@media screen and (min-width: 500px) {
  .top-kv-pattern--01 .top-kv-curve--02 {
    left: 60px;
    right: auto;
  }
  .top-kv-pattern--01 .top-kv-curve--02 .top-kv-curve__fig {
    background-position-x: left;
  }
  .construction-whats-icon__fig {
    height: 160px;
  }
  .challenge-kv__body .swiper-container .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .project-detal-kv__subinner::before {
    max-height: 520px;
    right: -110px;
  }
  .project-detal-kv__subimg {
    max-width: 550px;
    padding-top: 15vw;
  }
  .project-detal-kv__number {
    font-size: calc( var(--vw, 1vw) * 90 / 750 * 100);
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 768px) {
  .top-kv-pattern--01 .top-kv-curve--02 {
    -webkit-transform: translateX(-60%);
            transform: translateX(-60%);
  }
  .top-kv-pattern--01 .top-kv-person {
    -webkit-transform: translateX(75%);
            transform: translateX(75%);
  }
  .top-kv-pattern--02 .top-kv-person {
    -webkit-transform: translateX(60%);
            transform: translateX(60%);
  }
  .top-kv-pattern--03 .top-kv-curve--02 {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}

@media screen and (min-width: 768px) {
  .br-pc::before {
    content: "\A";
    white-space: pre;
  }
  .br-sp::before {
    content: "";
    white-space: normal;
  }
  .header {
    width: 120px;
    height: 120px;
  }
  .header-logo {
    width: 47px;
    height: 60px;
  }
  .footer__inner {
    max-width: 1160px;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .footer-top__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .footer-top__ttl {
    margin-bottom: 8px;
  }
  .footer-top__txt {
    font-size: 1.4rem;
  }
  .footer__middle {
    padding: 60px 0 70px;
  }
  .footer-list__line {
    width: 25%;
    margin-right: 30px;
  }
  .footer-list__line:not(:last-of-type) {
    margin-bottom: 0;
  }
  .footer-list__line:last-of-type {
    width: 26%;
  }
  .footer-list__recruit--01 {
    display: block;
    margin-bottom: 40px;
  }
  .footer-list__recruit--02 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 40px 0;
  }
  .footer-list__fig {
    width: 62px;
    height: 80px;
    margin-left: auto;
    background: url(../img/common/img_logo_color.png) center/contain no-repeat;
  }
  .footer-recruit__textlink {
    font-size: 1.3rem;
  }
  .footer__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .footer__environment {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 0;
  }
  .footer__environment .hidden-sp {
    display: inline-block;
  }
  .footer__copyright {
    font-size: 1.2rem;
  }
  .footer .external-link {
    padding-left: 15px;
  }
  .footer .external-link:before {
    width: 8px;
    height: 8px;
  }
  .environment__line {
    display: inline;
  }
  .footer-sub {
    text-align: left;
    margin-bottom: 0px;
  }
  .footer-sub .footer-recruit__textlink:before {
    top: 50%;
  }
  .side-nav__inner {
    position: fixed;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 120px;
    height: 100vh;
    background: #fff;
  }
  .side-nav-btn {
    width: 20px;
    height: 12px;
    margin-top: 54px;
  }
  .side-nav-btn.is-active-trigger .side-nav-btn-icon__line {
    background: #1a1a1a;
  }
  .side-nav__main {
    width: 100%;
    height: calc(100% - 66px);
  }
  .side-nav__txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: calc(100% - 240px);
    font-family: "Hind", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: .15em;
  }
  .side-nav__recruit {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 240px;
    opacity: 1;
  }
  .side-nav-recruit__btn-txt {
    font-size: 1.5rem;
    font-weight: 600;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .side-nav-recruit__btn--intern {
    position: relative;
    overflow: hidden;
  }
  .side-nav-recruit__btn--intern:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    z-index: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .side-nav-recruit__btn--intern:hover:after {
    width: 200%;
    height: 200%;
  }
  .side-nav-recruit__btn--intern:after {
    right: 0;
    width: 14px;
    height: 14px;
    background: -webkit-gradient(linear, left bottom, right top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #008ae2)) no-repeat top left/100% 100%;
    background: -webkit-linear-gradient(bottom left, rgba(255, 255, 255, 0) 50%, #008ae2 50.5%) no-repeat top left/100% 100%;
    background: linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, #008ae2 50.5%) no-repeat top left/100% 100%;
  }
  .side-nav-recruit__btn--intern:after {
    left: auto;
  }
  .side-nav-recruit__btn--entry {
    position: relative;
    overflow: hidden;
  }
  .side-nav-recruit__btn--entry:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    z-index: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .side-nav-recruit__btn--entry:hover:after {
    width: 200%;
    height: 200%;
  }
  .side-nav-recruit__btn--entry:after {
    right: 0;
    width: 14px;
    height: 14px;
    background: -webkit-gradient(linear, left bottom, right top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #00a633)) no-repeat top left/100% 100%;
    background: -webkit-linear-gradient(bottom left, rgba(255, 255, 255, 0) 50%, #00a633 50.5%) no-repeat top left/100% 100%;
    background: linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, #00a633 50.5%) no-repeat top left/100% 100%;
  }
  .side-nav-recruit__btn--entry:after {
    left: auto;
  }
  .side-nav-recruit__line {
    z-index: 2;
    width: 100%;
    height: 2px;
  }
  .side-nav__menu {
    width: calc(100% - 120px);
  }
  .side-nav-list {
    width: 660px;
    height: 100%;
    margin-left: auto;
    padding: 80px;
  }
  .side-nav-list__line {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .side-nav-list__parts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .side-nav-list__blc {
    display: inline-block;
    padding: 40px 0 15px;
    border-bottom: none;
  }
  .side-nav-list__blc:nth-of-type(odd) {
    margin-right: 80px;
  }
  .side-nav-list__blc--margin {
    margin-right: 70px;
  }
  .side-nav-list__blc--margin:nth-of-type(odd) {
    margin-right: 70px;
  }
  .side-nav-list__border {
    margin-top: 35px;
    height: 1px;
    background: none;
  }
  .side-nav-list__ttl {
    cursor: default;
    margin-bottom: 20px;
    padding: 0;
  }
  .side-nav-list__ul {
    max-height: none;
    opacity: 1;
    visibility: visible;
  }
  .side-nav-list__li {
    margin-bottom: 7px;
  }
  .side-nav-list__link {
    font-size: 1.4rem;
  }
  .side-nav__accordion {
    display: none;
  }
  .side-nav-bottom {
    width: 100%;
    margin-top: 0;
    padding-bottom: 80px;
  }
  .side-nav-bottom__blc:after {
    content: none;
  }
  .side-nav-bottom__textlink {
    padding-left: 15px;
    font-size: 1.4rem;
  }
  .side-nav-bottom__textlink--01:before {
    width: 8px;
    height: 13px;
  }
  .side-nav-bottom__textlink--02:before {
    width: 8px;
    height: 8px;
  }
  .side-nav-bottom__btn-wrapper {
    margin-top: 30px;
  }
  .side-nav-bottom__btn {
    width: 150px;
    height: 40px;
  }
  .side-nav-bottom__btn-txt {
    font-size: 1.6rem;
  }
  .side-nav .external-link {
    padding-left: 15px;
  }
  .side-nav .external-link:before {
    width: 8px;
    height: 8px;
  }
  .nav-ttl--margin {
    margin-bottom: 14px;
  }
  .nav-ttl--margin .nav-ttl__en {
    padding-bottom: 6px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  .nav-ttl--margin .nav-ttl__ja {
    padding-bottom: 4px;
  }
  .nav-ttl__en {
    height: 34px;
  }
  .nav-ttl__en--01 {
    width: 45px;
  }
  .nav-ttl__en--02 {
    width: 99px;
  }
  .nav-ttl__en--03 {
    width: 75px;
  }
  .nav-ttl__en--04 {
    width: 54.12px;
  }
  .nav-ttl__en--05 {
    width: 191.6px;
  }
  .nav-ttl__en--06 {
    width: 83.13px;
  }
  .nav-ttl__en--07 {
    width: 83.25px;
  }
  .nav-ttl__ja {
    font-size: 1.2rem;
  }
  main, footer {
    padding-right: 120px;
  }
  .container__inner {
    max-width: 1160px;
  }
  .load__fig {
    width: 92px;
    height: 118px;
  }
  .pace .pace-progress {
    height: 8px;
  }
  .ttl-01 {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .ttl-01--left {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .ttl-01__main {
    margin-bottom: 10px;
  }
  .ttl-01__main--field-matrix {
    width: 120px;
    height: 30px;
    margin-bottom: 20px;
  }
  .ttl-01__main--field-jobs {
    width: 82px;
    height: 32px;
  }
  .ttl-01__main--field-topics {
    width: 109px;
    height: 39px;
  }
  .ttl-01__sub {
    margin-bottom: 0;
    font-size: 1.4rem;
  }
  .footer-top__inner, .top-kv, .top-message__inner {
    margin-left: calc((100vw - 100% - 120px) / 2 * -1);
    margin-right: calc((100vw - 100% - 120px) / 2 * -1);
  }
  .hidden-pc {
    display: none;
  }
  .private {
    pointer-events: none;
  }
  .award-icon {
    left: 160px;
    width: 160px;
    height: 128px;
  }
  .top-kv-pattern--01 .top-kv-person__fig {
    background-image: url(../img/top/img_kv_01_person_01_pc.png);
  }
  .top-kv-pattern--01 .top-kv-curve--01 {
    top: 0;
  }
  .top-kv-pattern--01 .top-kv-curve--02 {
    left: 50%;
    height: 100vh;
    -webkit-transform: translateX(calc(-50% - 4.3vw));
            transform: translateX(calc(-50% - 4.3vw));
  }
  .top-kv-pattern--01 .top-kv-curve--02 .top-kv-curve__fig {
    background-position-x: center;
  }
  .top-kv-pattern--01 .top-kv-curve--03 {
    bottom: -2.5vh;
    left: -23.3vw;
    width: 108vw;
    -webkit-transform: translateX(-100%) scale(0.1);
            transform: translateX(-100%) scale(0.1);
  }
  .top-kv-pattern--01 .top-kv-curve__fig--01 {
    background-image: url(../img/top/img_kv_01_curve_01_pc.png);
  }
  .top-kv-pattern--01 .top-kv-curve__fig--02 {
    background-image: url(../img/top/img_kv_01_curve_02_pc.png);
  }
  .top-kv-pattern--01 .top-kv-curve__fig--03 {
    background-image: url(../img/top/img_kv_01_curve_03_pc.png);
  }
  .top-kv-pattern--01 .top-kv-person {
    right: 50%;
    height: 97.75vh;
    -webkit-transform: translateX(calc(50% + 15vw));
            transform: translateX(calc(50% + 15vw));
  }
  .top-kv-pattern--01 .top-kv-person .top-kv-person__fig {
    background-position-x: center;
  }
  .top-kv-pattern--02 .top-kv-person__fig {
    background-image: url(../img/top/img_kv_02_person_01_pc.png);
  }
  .top-kv-pattern--02 .top-kv-curve--01 .top-kv-curve__fig {
    background-size: cover;
  }
  .top-kv-pattern--02 .top-kv-curve--03 {
    bottom: 11vh;
    right: calc(-19.5vw - 120px);
    width: 95vw;
    -webkit-transform: translateX(100%) scale(0.1);
            transform: translateX(100%) scale(0.1);
  }
  .top-kv-pattern--02 .top-kv-curve__fig--01 {
    background-image: url(../img/top/img_kv_02_curve_01_pc.png);
  }
  .top-kv-pattern--02 .top-kv-curve__fig--02 {
    background-image: url(../img/top/img_kv_02_curve_02_pc.png);
  }
  .top-kv-pattern--02 .top-kv-curve__fig--03 {
    background-image: url(../img/top/img_kv_02_curve_03_pc.png);
  }
  .top-kv-pattern--02 .top-kv-person {
    background-position-x: center;
    background-size: contain;
    bottom: 0;
    right: 50%;
    height: 96.8vh;
    -webkit-transform: translateX(calc(50% + 14vw));
            transform: translateX(calc(50% + 14vw));
  }
  .top-kv-pattern--02 .top-kv-person .top-kv-person__fig {
    background-position-x: center;
    background-size: contain;
  }
  .top-kv-pattern--03 .top-kv-person__fig {
    background-image: url(../img/top/img_kv_03_person_01_pc.png);
  }
  .top-kv-pattern--03 .top-kv-curve--01 {
    top: 9vh;
  }
  .top-kv-pattern--03 .top-kv-curve--02 {
    right: 50%;
    -webkit-transform: translateX(calc(50% + 4vw));
            transform: translateX(calc(50% + 4vw));
  }
  .top-kv-pattern--03 .top-kv-curve--02 .top-kv-curve__fig {
    background-position-x: center;
  }
  .top-kv-pattern--03 .top-kv-curve--03 {
    top: 62.5vh;
    right: calc(-11.5vw - 120px);
    width: 103vw;
    -webkit-transform: translateX(100%) scale(0.1);
            transform: translateX(100%) scale(0.1);
  }
  .top-kv-pattern--03 .top-kv-curve__fig--01 {
    background-image: url(../img/top/img_kv_03_curve_01_pc.png);
  }
  .top-kv-pattern--03 .top-kv-curve__fig--02 {
    background-image: url(../img/top/img_kv_03_curve_02_pc.png);
  }
  .top-kv-pattern--03 .top-kv-curve__fig--03 {
    background-image: url(../img/top/img_kv_03_curve_03_pc.png);
  }
  .top-kv-pattern--03 .top-kv-person {
    bottom: 0;
    right: 0;
    height: 99vh;
  }
  .top-kv-pattern--03 .top-kv-person .top-kv-person__fig {
    background-position: bottom right;
    background-size: auto 100%;
  }
  .top-kv__inner.move .top-kv-ttl__fig,
  .top-kv__inner.move .top-kv-txt__item {
    -webkit-animation: kv-txt-pc 4.7s ease-out 0s 1 normal forwards;
            animation: kv-txt-pc 4.7s ease-out 0s 1 normal forwards;
  }
  .top-kv__inner.move .top-kv-curve--03 {
    -webkit-animation: slide-in-pc 4.5s linear 0s 1 normal forwards;
            animation: slide-in-pc 4.5s linear 0s 1 normal forwards;
  }
  .top-kv__inner.move .top-kv-curve--03 .top-kv-curve__fig {
    -webkit-animation: rotate 0.25s ease-out 0.25s 1 normal forwards;
            animation: rotate 0.25s ease-out 0.25s 1 normal forwards;
  }
  .top-kv__item {
    left: calc(8.5% + 20px);
    width: 83%;
  }
  .top-kv-ttl {
    width: 100%;
    height: 187px;
    margin-bottom: 30px;
  }
  .top-kv-ttl__fig {
    -webkit-transform: translate3d(0, 115%, 0);
            transform: translate3d(0, 115%, 0);
  }
  .top-kv-txt {
    height: 27px;
  }
  .top-kv-txt__item {
    font-size: 2.2rem;
  }
  .top-kv-order {
    margin-bottom: 50px;
  }
  .top-kv-order__txt {
    margin-right: 14px;
    font-size: 1.6rem;
  }
  .top-kv-order__integer {
    font-size: 1.4rem;
  }
  .top-kv-order__circle {
    stroke-width: 2;
  }
  .top-kv-order__circle.active {
    -webkit-animation-name: drawCircle-pc;
            animation-name: drawCircle-pc;
  }
  .top-kv-news__inner {
    bottom: 20px;
    right: 20px;
    width: 55vw;
    height: 70px;
    border-radius: 35px;
    -webkit-transform: none;
            transform: none;
  }
  .top-kv-news__article-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(100% - 120px);
    margin-left: 0;
  }
  .top-kv-news__article {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top-kv-news__ttl {
    width: 120px;
    border-radius: 35px 0 0 35px;
    font-size: 1.6rem;
  }
  .top-kv-news__date {
    padding: 0 30px 0 40px;
    font-size: 1.6rem;
  }
  .top-kv-news__txt {
    font-size: 1.3rem;
  }
  .top-kv-news__arrow-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 34px;
    margin-right: 60px;
  }
  .top-kv-news__arrow {
    width: 10px;
    height: 10px;
  }
  .top-kv-news__arrow--prev {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .top-kv-news__arrow--next {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .top-kv-pattern--01 .top-kv-ttl {
    margin-bottom: 15px;
  }
  .top-kv-pattern--01 .top-kv-txt {
    margin-bottom: 15px;
  }
  .top-message-ttl {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top-message__sentence {
    min-width: 320px;
  }
  .top-message__txt {
    font-size: 1.6rem;
    line-height: 2.25;
  }
  .top-message__img {
    width: calc(100% / 3 - 1.4vw);
  }
  .top-movie-ttl {
    margin-bottom: 40px;
  }
  .top-movie-ttl__main {
    width: 54px;
    height: 26px;
  }
  .top-movie-ttl__main--2 {
    width: 140px;
    height: 26px;
  }
  .top-movie__sub {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
  }
  .top-movie__inner {
    margin-left: calc((100vw - 100% - 120px) / 2 * -1);
    margin-right: calc((100vw - 100% - 120px) / 2 * -1);
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .top-movie__item {
    width: calc(100% - 160px);
    max-width: 1080px;
    margin: 48px auto 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .top-movie__item--2 {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top-movie__thumbnail {
    margin-top: 0px;
    margin-left: 24px;
    width: calc((100% - (24px * 2)) / 3);
  }
  .top-movie__thumbnail:first-of-type, .top-movie__thumbnail:nth-of-type(2) {
    margin-top: 0;
  }
  .top-movie__thumbnail:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .top-movie__thumbnail:nth-of-type(n + 4) {
    margin-top: 40px;
  }
  .top-movie__thumbnail--big {
    height: 264px;
    width: 54%;
    margin-bottom: 0;
  }
  .top-movie__thumbnail--big .top-movie__fig--00 {
    padding: 0;
    height: 264px;
    width: 100%;
  }
  .top-movie__thumbnail--big .top-movie__link {
    bottom: 14px;
    left: 24px;
  }
  .top-movie__thumbnail--big .top-movie-link__txt {
    font-size: 1.8rem;
    margin-right: 52px;
  }
  .top-movie__band {
    height: 264px;
    width: 44%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-movie__thumbnail--flex {
    width: 100%;
    margin-left: 0;
  }
  .top-movie__thumbnail--flex:first-of-type {
    margin-top: 0px;
  }
  .top-movie__thumbnail--flex:nth-of-type(2) {
    margin-top: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-movie__thumbnail--flex .top-movie__fig {
    margin-right: 10px;
    min-width: 200px;
    min-height: 120px;
  }
  .top-movie__thumbnail--flex .top-movie__fig:nth-of-type(odd) {
    margin-right: 10px;
  }
  .top-movie__thumbnail--flex .top-movie__link {
    width: 60%;
  }
  .top-movie__thumbnail--flex .top-movie-link__txt {
    line-height: calc(28 / 15);
  }
  .top-movie__txt {
    font-size: 1.3rem;
    line-height: 1.84615;
  }
  .top-movie__minute {
    font-size: 1.3rem;
    line-height: 2.15385;
    letter-spacing: 0.05em;
  }
  .top-movie__fig--00 {
    background-image: url(../img/top/img_movie_thumbnail_00_md.jpg);
  }
  .top-movie__arrow {
    width: 30px;
    height: 13px;
  }
  .top-movie-link__txt {
    font-size: 1.5rem;
  }
  .top-movie-btn {
    width: 350px;
    height: 60px;
    margin: 60px auto 0;
    border-width: 2px;
    font-size: 1.8rem;
  }
  .top-movie-btn__txt {
    margin-right: 25px;
  }
  .top-movie__block {
    margin-top: 96px;
  }
  div.modal-video-body {
    width: 100%;
    max-width: 640px;
  }
  button.modal-video-close-btn {
    top: 0;
    right: -40px;
    width: 60px;
    height: 60px;
    border-width: 1px;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  button.modal-video-close-btn:before, button.modal-video-close-btn:after {
    height: 2px;
  }
  .top-contents__inner {
    margin: 100px auto;
    padding-top: 80px;
  }
  .top-contents__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 145px;
    margin-bottom: 95px;
  }
  .top-contents-head__item--01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
  .top-contents-head__item--02 {
    width: 70%;
    padding-left: 30px;
  }
  .top-contents__sec--01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-contents-ttl__main {
    width: 156px;
    height: 46.3px;
  }
  .top-contents-tag__inner {
    margin-bottom: 10px;
  }
  .top-contents-tag__txt {
    margin: 0 26px 30px 0;
    padding-bottom: 6px;
    font-size: 1.3rem;
  }
  .top-contents-tag__all {
    width: 200px;
    height: 40px;
    border-width: 1px;
    font-size: 1.3rem;
  }
  .top-media__inner {
    padding: 80px 0 120px;
  }
  .top-media__ttl {
    width: 402px;
    height: 80px;
    margin-bottom: 60px;
  }
  .contents-article__inner {
    width: 103.4%;
  }
  .contents-article__item {
    width: calc(100% / 3 - 3.4% - 1px);
    margin-right: 3.4%;
  }
  .contents-article__item:nth-of-type(odd) {
    margin-bottom: 40px;
    margin-right: 3.4%;
  }
  .contents-article__fig {
    height: 260px;
    padding: 20px;
  }
  .contents-article-ttl {
    bottom: 20px;
    width: calc(100% - 40px);
    font-size: 1.4rem;
  }
  .contents-article-ttl__ja {
    position: relative;
    width: calc(100% - 30px);
  }
  .contents-article-ttl__ja:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 30px;
    height: 13px;
    background: url(../img/common/img_arrow.png) center right/cover no-repeat;
    opacity: 1;
  }
  .contents-article-ttl__ja:hover:after {
    -webkit-animation: hover-arrow 0.8s cubic-bezier(0.5, 0.25, 0, 1) 0s 1 normal forwards;
            animation: hover-arrow 0.8s cubic-bezier(0.5, 0.25, 0, 1) 0s 1 normal forwards;
  }
  .contents-article-tag__txt {
    font-size: 1.2rem;
  }
  .media-article__inner {
    width: 103.4%;
  }
  .media-article__item {
    width: calc(100% / 3 - 3.4% - 1px);
    margin-bottom: 40px;
    margin-right: 3.4%;
  }
  .media-article__item:nth-of-type(odd) {
    margin-right: 3.4%;
  }
  .media-article__fig {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 66.7%;
  }
  .media-article__top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
  }
  .media-article__category {
    margin-bottom: 0;
    padding: 6px 15px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
  .media-article__time {
    margin: 10px 0;
    padding-left: 25px;
    font-size: 1.4rem;
  }
  .media-article__time:after {
    width: 15px;
    height: 15px;
  }
  .media-article__ttl {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
  .media-article-tag__txt {
    margin-right: 15px;
    font-size: 1.2rem;
  }
  .media-article__btn {
    position: relative;
    width: 100%;
    height: 80px;
    max-width: 780px;
    margin: 40px auto 0;
    font-size: 1.8rem;
  }
  .media-article__btn:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 40px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 30px;
    height: 13px;
    background: url(../img/common/img_arrow.png) center right/cover no-repeat;
    opacity: 1;
  }
  .media-article__btn:hover:after {
    -webkit-animation: hover-arrow 0.8s cubic-bezier(0.5, 0.25, 0, 1) 0s 1 normal forwards;
            animation: hover-arrow 0.8s cubic-bezier(0.5, 0.25, 0, 1) 0s 1 normal forwards;
  }
  .border-decoration {
    border-top-width: 2px;
  }
  .border-decoration:after {
    top: -2px;
    width: 60px;
    height: 2px;
  }
  .top-btn {
    margin: 0 calc((100vw - 100% - 120px) / 2 * -1);
  }
  .top-btn__inner {
    padding: 56px 80px;
  }
  .top-btn__ttl {
    width: 318px;
  }
  .top-btn__content {
    margin-top: 33px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top-btn__item {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 48%;
    height: 160px;
    padding: 40px;
  }
  .top-btn__item:nth-of-type(n + 2) {
    margin-top: 0;
  }
  .top-btn__item--left {
    width: 54%;
  }
  .top-btn__item--right {
    width: 45%;
  }
  .top-btn__ttl {
    margin-bottom: 8px;
  }
  .top-btn__box {
    padding: 33px 24px;
    width: 72%;
    height: 80px;
    position: relative;
  }
  .top-btn__box:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 30px;
    height: 20px;
    background: url(../img/common/img_arrow.png) center right/cover no-repeat;
    opacity: 1;
  }
  .top-btn__box:hover:after {
    -webkit-animation: hover-arrow 0.8s cubic-bezier(0.5, 0.25, 0, 1) 0s 1 normal forwards;
            animation: hover-arrow 0.8s cubic-bezier(0.5, 0.25, 0, 1) 0s 1 normal forwards;
  }
  .top-btn__box::after {
    right: 16px;
  }
  .top-btn__box::before {
    width: 24px;
  }
  .top-btn__lead {
    padding-right: 30px;
    font-size: 1.8rem;
  }
  .top-btn__txt {
    font-size: 1.4rem;
  }
  .media-index-kv {
    background: url(../img/media/bg_media_index_pc.png) center top/cover;
    margin-bottom: 160px;
  }
  .media-index-kv-logo {
    position: absolute;
    top: 25%;
    left: 4vw;
    width: 48.26389%;
    padding: 0;
    text-align: left;
    z-index: 1;
  }
  .media-index-kv-logo__img {
    width: 100%;
    margin: 0;
  }
  .media-index-kv-logo__txt {
    font-size: 2vw;
  }
  .media-index-kv-slide .ms-skin-default .ms-nav-next, .media-index-kv-slide .ms-skin-default .ms-nav-prev {
    top: auto;
    bottom: 1.5%;
    width: 40px;
    height: 40px;
  }
  .media-index-kv-slide .ms-skin-default .ms-nav-prev {
    right: 120px;
  }
  .media-index-kv-slide .ms-skin-default .ms-nav-next {
    right: 40px;
  }
  .media-index-kv-slide .ms-slide-info.ms-dir-h {
    width: 50%;
  }
  .media-index-kv-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .media-index-kv-item__img {
    position: absolute;
    top: 12%;
    right: 0;
    width: 100%;
    width: 54.16667%;
    min-width: 650px;
  }
  .media-index-kv-item-txt {
    position: absolute !important;
    top: 0;
    left: 0;
  }
  .media-index-kv-item-txt::before {
    top: -25px;
    left: 3vw;
    width: 208px;
    height: 27px;
  }
  .media-index-kv-item-txt__ttl {
    margin: 0 0 20px;
    font-size: 1.94vw;
  }
  .media-index-kv-item-txt__upper {
    margin: 0 0 15px;
  }
  .media-index-kv-item-txt__category {
    margin-bottom: 0;
    padding: 2px 10px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
  .media-index-kv-item-txt__time {
    margin-left: 40px;
    padding-left: 25px;
    font-size: 1.4rem;
  }
  .media-index-kv-item-txt__time:after {
    width: 15px;
    height: 15px;
  }
  .media-index-kv-item-txt-tag__txt {
    font-size: 1.2rem;
  }
  .media-index-container {
    min-height: 100vh;
  }
  .media-index-container__main {
    width: calc(100% - 25vw);
    margin: 0 0;
    padding: 0 30px;
  }
  .media-index-category__inner {
    padding-top: 80px;
  }
  .media-index-category__head {
    display: block;
    margin-bottom: 0;
  }
  .media-index-category-head__item--01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
  .media-index-category-head__item--02 {
    width: 100%;
    padding-left: 0;
  }
  .media-index-category__sec--01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .media-index-category-ttl {
    margin-bottom: 50px;
  }
  .media-index-category-ttl__main {
    width: 156px;
    height: 46.3px;
  }
  .media-index-category-tag {
    margin-bottom: 50px;
  }
  .media-index-category-tag__txt {
    margin: 0 26px 20px 0;
    padding-bottom: 6px;
    font-size: 1.6rem;
  }
  .media-index-article {
    display: block;
  }
  .media-index-article__item {
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }
  .media-index-article__fig {
    width: 300px;
    height: 200px;
    padding-bottom: 0;
  }
  .media-index-article__top {
    display: block;
    position: relative;
    margin-bottom: 0;
  }
  .media-index-article__category {
    position: absolute;
    top: 10px;
    left: -15px;
    margin-bottom: 0;
    padding: 2px 10px;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    z-index: 1;
  }
  .media-index-article__time {
    margin: 10px 0;
    padding-left: 25px;
    font-size: 1.4rem;
  }
  .media-index-article__time:after {
    top: 3px;
    width: 15px;
    height: 15px;
  }
  .media-index-article__ttl {
    max-width: 400px;
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
  .media-index-article-tag__txt {
    margin-right: 15px;
    font-size: 1.2rem;
  }
  .media-index-article__btn {
    position: relative;
    width: 100%;
    height: 80px;
    max-width: 780px;
    margin: 40px auto 0;
    font-size: 1.8rem;
  }
  .media-index-article__btn:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 40px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 30px;
    height: 13px;
    background: url(../img/common/img_arrow.png) center right/cover no-repeat;
    opacity: 1;
  }
  .media-index-article__btn:hover:after {
    -webkit-animation: hover-arrow 0.8s cubic-bezier(0.5, 0.25, 0, 1) 0s 1 normal forwards;
            animation: hover-arrow 0.8s cubic-bezier(0.5, 0.25, 0, 1) 0s 1 normal forwards;
  }
  .media-side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    top: 50%;
    right: 120px;
    width: 25vw;
    height: 100vh;
    padding-top: 80px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 599;
  }
  .media-side.is-absolute {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  .media-side.is-footer {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  .media-side__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 145px;
    margin-bottom: 95px;
  }
  .media-side-head__item--01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
  .media-side-head__item--02 {
    width: 70%;
    padding-left: 30px;
  }
  .media-side__sec--01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .media-side-ttl {
    margin-bottom: 1.5vw;
  }
  .media-side-ttl__main--01 {
    width: 119px;
    height: 25px;
  }
  .media-side-ttl__main--02 {
    width: 83px;
    height: 26px;
  }
  .media-side-ttl__main--03 {
    width: 74px;
    height: 22px;
  }
  .media-side-link__inner {
    margin-bottom: 10px;
  }
  .media-side-link__txt {
    margin: 0 20px 1.2vw 0;
    font-size: 0.95vw;
  }
  .media-pagetop {
    display: none;
  }
  .media-pager {
    padding-right: 25vw;
  }
  .media-pager__inner {
    max-width: 380px;
  }
  .media-pager-item {
    width: 40px;
    height: 40px;
    font-size: 1.6rem;
  }
  .media-sub-kv {
    padding: 200px 40px 80px;
  }
  .media-sub-kv__logo {
    width: 465px;
    height: 86px;
  }
  .media-sub-kv__txt {
    font-size: 1.8rem;
  }
  .media-list-ttl {
    margin: 0 0 80px;
    font-size: 2.8rem;
  }
  .media-single-hedding {
    margin: 0 0 30px;
  }
  .media-single-hedding__upper {
    margin: 80px 0 30px;
  }
  .media-single-hedding__category {
    margin-bottom: 0;
    padding: 2px 10px;
    font-size: 1.4rem;
    letter-spacing: .05em;
  }
  .media-single-hedding__time {
    font-size: 1.4rem;
    padding-left: 25px;
    margin: 10px 0;
    margin-left: 40px;
  }
  .media-single-hedding__time:after {
    width: 15px;
    height: 15px;
  }
  .media-single-hedding__ttl {
    font-size: 2.8rem;
    margin: 0 0 15px;
  }
  .media-single-hedding-tag__txt {
    font-size: 1.2rem;
  }
  .media-single-article {
    font-size: 1.4rem;
  }
  .media-single-article-eyecatch {
    margin-bottom: 60px;
  }
  .media-single-article h1 {
    margin-bottom: 60px;
    font-size: 2.4rem;
    padding-left: 30px;
  }
  .media-single-article p {
    margin-bottom: 60px;
  }
  .media-single-article blockquote {
    margin-bottom: 60px;
    padding: 40px;
  }
  .media-single-article ol {
    padding-left: 2em;
  }
  .media-single-article ul {
    padding-left: 2em;
  }
  .media-single-article ul li::before {
    width: 15px;
    height: 2px;
  }
  .media-share {
    width: 100%;
    margin: 80px auto 100px;
  }
  .media-share__item {
    display: block;
    padding: 30px 0;
  }
  .media-share__txt {
    display: block;
    text-align: center;
    font-size: 0.97vw;
  }
  .media-share__logo {
    margin-bottom: 15px;
  }
  .media-share__logo img {
    height: 30px;
  }
  .media-other {
    padding: 0 30px;
  }
  .media-other__ttl {
    font-size: 2.4rem;
    margin: 80px 0 60px;
  }
  .media-other-article {
    margin-bottom: 120px;
  }
  .media-other-article__inner {
    margin-bottom: 80px;
  }
  .media-other-article__item:nth-of-type(odd) {
    margin-right: 0;
  }
  .media-other-article__item {
    width: calc(100% / 3 - 2.2vw);
    margin-bottom: 30px;
  }
  .media-other-article__fig {
    margin-bottom: 30px;
  }
  .media-other-article__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
  .media-other-article__category {
    margin-bottom: 0;
    padding: 2px 10px;
    font-size: 1.2rem;
    letter-spacing: .05em;
    z-index: 1;
  }
  .media-other-article__box {
    width: calc(100% - 300px);
    margin-left: 35px;
  }
  .media-other-article__time {
    font-size: 1.4rem;
    padding-left: 25px;
  }
  .media-other-article__time:after {
    top: 3px;
    width: 15px;
    height: 15px;
  }
  .media-other-article__ttl {
    margin-bottom: 20px;
    font-size: 1.8rem;
    max-width: 400px;
  }
  .media-other-article-tag__txt {
    font-size: 1.2rem;
    margin-right: 15px;
  }
  .media-other-article-more__link {
    font-size: 1.8rem;
    width: 54.16667%;
    padding: 30px 0;
  }
  .field {
    padding: 180px 0 120px;
  }
  .field-ttl-01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-bottom: 30px;
  }
  .field-ttl-01__main-wrapper {
    margin: 0 30px 0 0;
  }
  .field-ttl-01__main {
    width: 195px;
    height: 75px;
    -webkit-transform: translate3d(0, 115%, 0);
            transform: translate3d(0, 115%, 0);
  }
  .field-sec {
    padding-top: 80px;
  }
  .field-sec:not(:last-child) {
    margin-bottom: 100px;
  }
  .field-kv {
    margin-bottom: 100px;
  }
  .field-kv::before {
    top: -180px;
    right: calc((-100vw + (100% + 120px)) * 0.5);
    width: 480px;
    height: calc(100% + 180px);
  }
  .field-kv__head {
    margin-bottom: 80px;
    padding-left: 60px;
  }
  .field-kv__txt {
    max-width: 820px;
    padding-left: 30px;
    border-left: 2px solid #aaa;
    font-size: 1.4rem;
  }
  .field-kv__body {
    background: url(../img/field/img_field_kv_01_pc.jpg) top left/cover no-repeat;
    height: 500px;
    margin: 0 calc((-100vw + (100% + 120px)) * 0.5) 0 0;
  }
  .field-matrix__fig {
    width: 100%;
    height: auto;
    max-width: 879px;
    margin: -54px auto 0;
  }
  .field-matrix__fig::before {
    background: url(../img/field/img_field_matrix_01_pc.png) center/contain no-repeat;
    padding-top: 65.07395%;
  }
  .field-jobs__cont {
    max-width: 600px;
  }
  .field-jobs__fig {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 100%;
    height: 380px;
    max-width: 600px;
  }
  .field-jobs__ttl {
    margin-bottom: 30px;
    font-size: 2.4rem;
  }
  .field-jobs__txt {
    margin-bottom: 50px;
    font-size: 1.4rem;
  }
  .field-jobs__btn {
    width: 100%;
    height: 60px;
    max-width: 350px;
    font-size: 1.8rem;
  }
  .field-jobs__btn::before {
    right: 50px;
    width: 30px;
    height: 13px;
  }
  .field-jobs-nav {
    margin: 60px 0 80px;
  }
  .field-jobs-nav__item {
    width: calc((100% - 25px) / 2);
    height: 50px;
  }
  .field-jobs-nav__item:nth-child(n + 3) {
    margin-top: 25px;
  }
  .field-jobs-nav__link {
    font-size: 1.4rem;
  }
  .single-kv {
    margin: 0 calc(50% - 50vw + 120px * 0.5) 0 calc(50% - 50vw + 120px * 0.5);
  }
  .single-kv__load {
    bottom: 35px;
    left: 130px;
  }
  .single-kv-fig {
    height: 800px;
    padding: 0;
  }
  .single-kv-fig--architecture-01 {
    background: url(../img/field/architecture/img_field_architecture_kv_01_pc.jpg) center/cover no-repeat;
  }
  .single-kv-fig--architecture-02 {
    background: url(../img/field/architecture/img_field_architecture_kv_02_pc.jpg) center/cover no-repeat;
  }
  .single-kv-fig--design-01 {
    background: url(../img/field/design/img_field_design_kv_01_pc.jpg) center/cover no-repeat;
  }
  .single-kv-fig--design-02 {
    background: url(../img/field/design/img_field_design_kv_02_pc.jpg) center/cover no-repeat;
  }
  .single-kv-fig--information-01 {
    background: url(../img/field/information/img_field_information_kv_01_pc.jpg) center/cover no-repeat;
  }
  .single-kv-fig--information-02 {
    background: url(../img/field/information/img_field_information_kv_02_pc.jpg) center/cover no-repeat;
  }
  .single-kv-fig--civilengineering-01 {
    background: url(../img/field/civilengineering/img_field_civilengineering_kv_01_pc.jpg) center/cover no-repeat;
  }
  .single-kv-fig--civilengineering-02 {
    background: url(../img/field/civilengineering/img_field_civilengineering_kv_02_pc.jpg) center/cover no-repeat;
  }
  .single-kv-fig--equipment-01 {
    background: url(../img/field/equipment/img_field_equipment_kv_01_pc.jpg) center/cover no-repeat;
  }
  .single-kv-fig--equipment-02 {
    background: url(../img/field/equipment/img_field_equipment_kv_02_pc.jpg) center/cover no-repeat;
  }
  .single-kv-fig--engineering-01 {
    background: url(../img/field/engineering/img_field_engineering_kv_01_pc.jpg) center/cover no-repeat;
  }
  .single-kv-fig--engineering-02 {
    background: url(../img/field/engineering/img_field_engineering_kv_02_pc.jpg) center/cover no-repeat;
  }
  .single-kv-fig--mechanical-01 {
    background: url(../img/field/mechanical/img_field_mechanical_kv_01_pc.jpg) center/cover no-repeat;
  }
  .single-kv-fig--mechanical-02 {
    background: url(../img/field/mechanical/img_field_mechanical_kv_02_pc.jpg) center/cover no-repeat;
  }
  .single-kv-fig--office-01 {
    background: url(../img/field/office/img_field_office_kv_01_pc.jpg) center/cover no-repeat;
  }
  .single-kv-fig--office-02 {
    background: url(../img/field/office/img_field_office_kv_02_pc.jpg) center/cover no-repeat;
  }
  .single-kv-fig__note {
    top: 25px;
    left: auto;
    right: 40px;
    font-size: 1.4rem;
  }
  .single-kv-ttl {
    top: 160px;
    left: 150px;
  }
  .single-kv-ttl__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .single-kv-ttl__inner::before {
    content: "";
    position: absolute;
    bottom: 5px;
    left: -30px;
    width: calc(100% + 30px * 2);
    height: 20px;
    height: 30px;
    z-index: -1;
  }
  .single-kv-ttl__main {
    margin: 0;
  }
  .single-kv-ttl__main::before {
    content: none;
  }
  .single-kv-ttl__sub {
    margin: 0 0 10px 30px;
    font-size: 2rem;
    line-height: 1;
  }
  .single-kv-ttl__sub::before {
    content: none;
  }
  .single-kv-ttl-main {
    width: 195px;
    height: 75px;
  }
  .single-kv-ttl-main__inner {
    -webkit-transform: translate3d(0, 115%, 0);
            transform: translate3d(0, 115%, 0);
  }
  .single-kv-load__item:not(:last-child) {
    margin-right: 10px;
  }
  .single-kv-load__txt {
    font-size: 1.4rem;
  }
  .single-kv-load__cont {
    width: 90px;
  }
  .single-outline {
    margin: 0 calc(50% - 50vw + 120px * 0.5) 120px;
    padding: 60px calc(50vw - 50% - 120px * 0.5);
  }
  .single-outline__ttl {
    font-size: 1.6rem;
    text-align: left;
  }
  .single-outline__txt {
    font-size: 1.4rem;
  }
  .single-nav {
    bottom: 0;
    width: calc(100% - 120px);
    border: 0;
    opacity: 1;
  }
  .single-nav__link {
    font-size: 1.4rem;
  }
  .single-anchor::before {
    height: 100px;
    margin-top: -100px;
  }
  .single-sec:not(:last-child) {
    margin-bottom: 100px;
  }
  .single-sec__body:not(:last-child) {
    margin-bottom: 120px;
  }
  .single-ttl {
    margin-bottom: 60px;
    padding: 63px 0 0 40px;
  }
  .single-ttl::before {
    left: 40px;
    width: 100px;
    height: 3px;
  }
  .single-ttl__main {
    font-size: 2.8rem;
  }
  .single-ttl__sub {
    left: 0;
    font-size: 1.6rem;
    -webkit-transform: rotate(90deg) translateY(-100%);
            transform: rotate(90deg) translateY(-100%);
  }
  .single-special {
    padding: 0 40px;
  }
  .single-special--civilengineering .single-special__item {
    max-width: 340px;
  }
  .single-special__item:not(:last-child) {
    margin-right: 40px;
  }
  .single-special__fig {
    margin-bottom: 20px;
  }
  .single-special__fig::before {
    -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .single-special__fig--information-01::before {
    width: 190px;
    height: 270px;
  }
  .single-special__fig--architecture-01::before {
    width: 328px;
    height: 200px;
    padding-bottom: 0;
  }
  .single-special__btn {
    font-size: 1.6rem;
  }
  .single-special__btn::after {
    width: 30px;
    height: 13px;
    margin-left: 20px;
  }
  .single-point {
    padding: 0;
  }
  .single-point__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .single-point__item:not(:last-child) {
    margin-bottom: 30px;
  }
  .single-point__fig {
    width: calc((100% - 40px) / 2);
    height: 280px;
    margin: 0;
    padding: 0;
  }
  .single-point__cont {
    width: calc((100% - 40px) / 2);
  }
  .single-point__ttl {
    font-size: 1.8rem;
    text-align: left;
  }
  .single-point__txt {
    font-size: 1.4rem;
  }
  .single-point-figs {
    margin-right: calc(50% - 50vw + 120px * 0.5);
  }
  .single-point-figs__note {
    height: 30px;
    padding-left: 20px;
    font-size: 1.3rem;
  }
  .single-interview:not(:last-child) {
    margin-bottom: 100px;
  }
  .single-interview--architecture .single-interview__btn {
    border-bottom: 4px solid #c21b59;
  }
  .single-interview--architecture .single-interview__btn:hover {
    background: #c21b59;
  }
  .single-interview--architecture .single-interview__btn.is-active:hover {
    color: #c21b59;
  }
  .single-interview--design .single-interview__btn {
    border-bottom: 4px solid #bc2121;
  }
  .single-interview--design .single-interview__btn:hover {
    background: #bc2121;
  }
  .single-interview--design .single-interview__btn.is-active:hover {
    color: #bc2121;
  }
  .single-interview--information .single-interview__btn {
    border-bottom: 4px solid #208281;
  }
  .single-interview--information .single-interview__btn:hover {
    background: #208281;
  }
  .single-interview--information .single-interview__btn.is-active:hover {
    color: #208281;
  }
  .single-interview--civilengineering .single-interview__btn {
    border-bottom: 4px solid #b9a100;
  }
  .single-interview--civilengineering .single-interview__btn:hover {
    background: #b9a100;
  }
  .single-interview--civilengineering .single-interview__btn.is-active:hover {
    color: #b9a100;
  }
  .single-interview--equipment .single-interview__btn {
    border-bottom: 4px solid #175192;
  }
  .single-interview--equipment .single-interview__btn:hover {
    background: #175192;
  }
  .single-interview--equipment .single-interview__btn.is-active:hover {
    color: #175192;
  }
  .single-interview--engineering .single-interview__btn {
    border-bottom: 4px solid #ca7000;
  }
  .single-interview--engineering .single-interview__btn:hover {
    background: #ca7000;
  }
  .single-interview--engineering .single-interview__btn.is-active:hover {
    color: #ca7000;
  }
  .single-interview--mechanical .single-interview__btn {
    border-bottom: 4px solid #458838;
  }
  .single-interview--mechanical .single-interview__btn:hover {
    background: #458838;
  }
  .single-interview--mechanical .single-interview__btn.is-active:hover {
    color: #458838;
  }
  .single-interview--office .single-interview__btn {
    border-bottom: 4px solid #884270;
  }
  .single-interview--office .single-interview__btn:hover {
    background: #884270;
  }
  .single-interview--office .single-interview__btn.is-active:hover {
    color: #884270;
  }
  .single-interview__inner {
    margin-bottom: 80px;
  }
  .single-interview__item {
    padding: 0 40px;
  }
  .single-interview__item:not(:last-child) {
    margin-bottom: 60px;
  }
  .single-interview__head {
    margin-bottom: 25px;
    font-size: 1.8rem;
  }
  .single-interview__head::before {
    height: 4px;
  }
  .single-interview__txt {
    font-size: 1.4rem;
  }
  .single-interview__btn {
    height: 75px;
  }
  .single-interview__btn:hover {
    color: #fff;
  }
  .single-interview__btn.is-active:hover {
    background: transparent;
  }
  .single-interview-profile {
    margin-bottom: 60px;
    padding-top: 50%;
  }
  .single-interview-profile--architecture-01 {
    background: url(../img/field/architecture/img_field_architecture_interview_01_pc.jpg) center/cover no-repeat;
  }
  .single-interview-profile--architecture-02 {
    background: url(../img/field/architecture/img_field_architecture_interview_02_pc.jpg) center/cover no-repeat;
  }
  .single-interview-profile--design-01 {
    background: url(../img/field/design/img_field_design_interview_01_pc.jpg) center/cover no-repeat;
  }
  .single-interview-profile--design-02 {
    background: url(../img/field/design/img_field_design_interview_02_pc.jpg) center/cover no-repeat;
  }
  .single-interview-profile--information-01 {
    background: url(../img/field/information/img_field_information_interview_01_pc.jpg) center/cover no-repeat;
  }
  .single-interview-profile--information-02 {
    background: url(../img/field/information/img_field_information_interview_02_pc.jpg) center/cover no-repeat;
  }
  .single-interview-profile--civilengineering-01 {
    background: url(../img/field/civilengineering/img_field_civilengineering_interview_01_pc.jpg) center/cover no-repeat;
  }
  .single-interview-profile--civilengineering-02 {
    background: url(../img/field/civilengineering/img_field_civilengineering_interview_02_pc.jpg) center/cover no-repeat;
  }
  .single-interview-profile--equipment-01 {
    background: url(../img/field/equipment/img_field_equipment_interview_01_pc.jpg) center/cover no-repeat;
  }
  .single-interview-profile--equipment-02 {
    background: url(../img/field/equipment/img_field_equipment_interview_02_pc.jpg) center/cover no-repeat;
  }
  .single-interview-profile--engineering-01 {
    background: url(../img/field/engineering/img_field_engineering_interview_01_pc.jpg) center/cover no-repeat;
  }
  .single-interview-profile--engineering-02 {
    background: url(../img/field/engineering/img_field_engineering_interview_02_pc.jpg) center/cover no-repeat;
  }
  .single-interview-profile--mechanical-01 {
    background: url(../img/field/mechanical/img_field_mechanical_interview_01_pc.jpg) center/cover no-repeat;
  }
  .single-interview-profile--mechanical-02 {
    background: url(../img/field/mechanical/img_field_mechanical_interview_02_pc.jpg) center/cover no-repeat;
  }
  .single-interview-profile--office-01 {
    background: url(../img/field/office/img_field_office_interview_01_pc.jpg) center/cover no-repeat;
  }
  .single-interview-profile--office-02 {
    background: url(../img/field/office/img_field_office_interview_02_pc.jpg) center/cover no-repeat;
  }
  .single-interview-profile-caption {
    height: 50%;
    padding: 0 40px 30px;
  }
  .single-interview-profile-caption__inner {
    padding-top: 30px;
  }
  .single-interview-profile-caption__name {
    margin-right: 30px;
    font-size: 2.4rem;
  }
  .single-interview-profile-caption__position {
    font-size: 1.6rem;
  }
  .single-interview-figs {
    margin: 0;
    padding: 0;
  }
  .single-interview-figs__item {
    padding-top: 31.25%;
  }
  .single-interview-career--architecture .single-interview-career__item:not(:last-child) .single-interview-career__head::before {
    border-bottom: 4px solid #c21b59;
    border-left: 4px solid #c21b59;
  }
  .single-interview-career--design .single-interview-career__item:not(:last-child) .single-interview-career__head::before {
    border-bottom: 4px solid #bc2121;
    border-left: 4px solid #bc2121;
  }
  .single-interview-career--information .single-interview-career__item:not(:last-child) .single-interview-career__head::before {
    border-bottom: 4px solid #208281;
    border-left: 4px solid #208281;
  }
  .single-interview-career--civilengineering .single-interview-career__item:not(:last-child) .single-interview-career__head::before {
    border-bottom: 4px solid #b9a100;
    border-left: 4px solid #b9a100;
  }
  .single-interview-career--equipment .single-interview-career__item:not(:last-child) .single-interview-career__head::before {
    border-bottom: 4px solid #175192;
    border-left: 4px solid #175192;
  }
  .single-interview-career--engineering .single-interview-career__item:not(:last-child) .single-interview-career__head::before {
    border-bottom: 4px solid #ca7000;
    border-left: 4px solid #ca7000;
  }
  .single-interview-career--mechanical .single-interview-career__item:not(:last-child) .single-interview-career__head::before {
    border-bottom: 4px solid #458838;
    border-left: 4px solid #458838;
  }
  .single-interview-career--office .single-interview-career__item:not(:last-child) .single-interview-career__head::before {
    border-bottom: 4px solid #884270;
    border-left: 4px solid #884270;
  }
  .single-interview-career__item:first-child .single-interview-career__body {
    padding-top: 20px;
  }
  .single-interview-career__item:last-child .single-interview-career__body {
    padding-bottom: 20px;
  }
  .single-interview-career__item:not(:last-child) .single-interview-career__head {
    padding-bottom: 40px;
  }
  .single-interview-career__item:not(:last-child) .single-interview-career__body {
    padding-bottom: 40px;
  }
  .single-interview-career__head {
    width: 220px;
    margin-right: 50px;
  }
  .single-interview-career__head::before {
    width: 14px;
    height: 14px;
  }
  .single-interview-career__term {
    font-size: 1.6rem;
  }
  .single-interview-career__body {
    width: calc(100% - (220px + 50px));
  }
  .single-interview-career__ttl {
    font-size: 1.8rem;
  }
  .single-interview-career__ttl:not(:last-child) {
    margin-bottom: 20px;
  }
  .single-interview-career__txt {
    font-size: 1.4rem;
  }
  .single-interview-flow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .single-interview-flow--architecture .single-interview-flow__right .single-interview-flow__item:nth-child(2n - 1) {
    background: none;
  }
  .single-interview-flow--architecture .single-interview-flow__right .single-interview-flow__item:nth-child(2n) {
    background: rgba(194, 27, 89, 0.05);
  }
  .single-interview-flow--design .single-interview-flow__right .single-interview-flow__item:nth-child(2n - 1) {
    background: none;
  }
  .single-interview-flow--design .single-interview-flow__right .single-interview-flow__item:nth-child(2n) {
    background: rgba(188, 33, 33, 0.05);
  }
  .single-interview-flow--information .single-interview-flow__right .single-interview-flow__item:nth-child(2n - 1) {
    background: none;
  }
  .single-interview-flow--information .single-interview-flow__right .single-interview-flow__item:nth-child(2n) {
    background: rgba(32, 130, 129, 0.05);
  }
  .single-interview-flow--civilengineering .single-interview-flow__right .single-interview-flow__item:nth-child(2n - 1) {
    background: none;
  }
  .single-interview-flow--civilengineering .single-interview-flow__right .single-interview-flow__item:nth-child(2n) {
    background: rgba(185, 161, 0, 0.05);
  }
  .single-interview-flow--equipment .single-interview-flow__right .single-interview-flow__item:nth-child(2n - 1) {
    background: none;
  }
  .single-interview-flow--equipment .single-interview-flow__right .single-interview-flow__item:nth-child(2n) {
    background: rgba(23, 81, 146, 0.05);
  }
  .single-interview-flow--engineering .single-interview-flow__right .single-interview-flow__item:nth-child(2n - 1) {
    background: none;
  }
  .single-interview-flow--engineering .single-interview-flow__right .single-interview-flow__item:nth-child(2n) {
    background: rgba(202, 112, 0, 0.05);
  }
  .single-interview-flow--mechanical .single-interview-flow__right .single-interview-flow__item:nth-child(2n - 1) {
    background: none;
  }
  .single-interview-flow--mechanical .single-interview-flow__right .single-interview-flow__item:nth-child(2n) {
    background: rgba(69, 136, 56, 0.05);
  }
  .single-interview-flow--office .single-interview-flow__right .single-interview-flow__item:nth-child(2n - 1) {
    background: none;
  }
  .single-interview-flow--office .single-interview-flow__right .single-interview-flow__item:nth-child(2n) {
    background: rgba(136, 66, 112, 0.05);
  }
  .single-interview-flow__left {
    width: 50%;
  }
  .single-interview-flow__right {
    width: 50%;
  }
  .single-interview-flow__item {
    min-height: 60px;
    padding: 5px 30px;
  }
  .single-interview-flow__item--sp-dn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .single-interview-flow__ttl {
    width: 50px;
    padding-top: 2px;
    font-size: 1.6rem;
  }
  .single-interview-flow__txt {
    width: calc(100% - 50px);
    font-size: 1.4rem;
  }
  .single-career {
    padding: 0 40px;
  }
  .single-career__item:not(:last-child) {
    margin-bottom: 60px;
  }
  .single-career__txt {
    font-size: 1.4rem;
  }
  .single-career-ttl {
    margin-bottom: 40px;
    font-size: 1.8rem;
  }
  .single-career-ttl__note {
    font-size: 1.4rem;
  }
  .single-career-training {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
    margin-bottom: 80px;
  }
  .single-career-training--mechanical .single-career-training__item {
    width: 100%;
  }
  .single-career-training--mechanical .single-career-training__item:not(:last-child) {
    margin: 0 0 30px 0;
  }
  .single-career-training--mechanical .single-career-training__item:last-child {
    margin: 0;
  }
  .single-career-training__wrap {
    width: calc((100% - 30px) / 2);
  }
  .single-career-training__wrap:not(:last-child) {
    margin: 0 30px 0 0;
  }
  .single-career-training__item {
    width: calc((100% - 30px) / 2);
  }
  .single-career-training__item:not(:last-child) {
    margin: 0;
  }
  .single-career-training__item:nth-child(n + 3) {
    margin-top: 30px;
  }
  .single-career-training__item:nth-child(2n + 1) {
    margin-right: 29px;
  }
  .single-career-training__item--fill {
    height: calc((100% - 30px) / 2);
  }
  .single-career-training__ttl {
    font-size: 1.8rem;
  }
  .single-career-training__note {
    font-size: 1.4rem;
  }
  .single-career-training__txt {
    font-size: 1.4rem;
  }
  .single-information-career-rotation {
    width: 100%;
  }
  .single-information-career-rotation__item:not(:last-child) {
    margin-bottom: 40px;
  }
  .single-information-career-rotation__ttl {
    font-size: 1.6rem;
  }
  .single-information-career-rotation__txt {
    font-size: 1.4rem;
  }
  .single-career-fig--architecture .single-career-fig__head {
    width: 140px;
    height: 893px;
  }
  .single-career-fig--architecture .single-career-fig__fig {
    width: 1782px;
    height: 933px;
  }
  .single-career-fig--design .single-career-fig__head {
    width: 140px;
    height: 570px;
  }
  .single-career-fig--design .single-career-fig__fig {
    width: 1140px;
    height: 610px;
  }
  .single-career-fig--information .single-career-fig__head {
    width: 140px;
    height: 692px;
  }
  .single-career-fig--information .single-career-fig__fig {
    width: 1549px;
    height: 693px;
  }
  .single-career-fig--civilengineering .single-career-fig__head {
    width: 140px;
    height: 887px;
  }
  .single-career-fig--civilengineering .single-career-fig__fig {
    width: 1550px;
    height: 927px;
  }
  .single-career-fig--equipment .single-career-fig__head {
    width: 140px;
    height: 865px;
  }
  .single-career-fig--equipment .single-career-fig__fig {
    width: 2030px;
    height: 905px;
  }
  .single-career-fig--engineering .single-career-fig__head {
    width: 140px;
    height: 682px;
  }
  .single-career-fig--engineering .single-career-fig__fig {
    width: 1024px;
    height: 722px;
  }
  .single-career-fig--mechanical .single-career-fig__head {
    width: 140px;
    height: 775px;
  }
  .single-career-fig--mechanical .single-career-fig__fig {
    width: 1940px;
    height: 815px;
  }
  .single-career-fig--office .single-career-fig__head {
    width: 140px;
    height: 698px;
  }
  .single-career-fig--office .single-career-fig__fig {
    width: 1786px;
    height: 782px;
  }
  .single-career-fig__inner {
    margin-right: calc(50% - 50vw + 120px * 0.5 + 15px);
  }
  .single-career-fig__head {
    margin: 20px 0;
  }
  .single-career-fig__body {
    width: calc(100% - 140px);
    cursor: move;
  }
  .single-career-fig__scroll {
    display: block;
    width: 140px;
    margin-top: -16px;
    padding-right: 15px;
    font-size: 1.6rem;
    text-align: right;
  }
  .single-career-fig-scroll {
    margin: 0 0 20px 140px;
  }
  .single-career-fig-scroll__txt {
    font-size: 1.8rem;
  }
  .single-career-fig-scroll__icon {
    width: 80px;
    height: 10px;
    margin: 0 0 3px 15px;
  }
  .single-questionnaire {
    padding: 0 0 0 40px;
  }
  .single-questionnaire--architecture .single-questionnaire__head {
    border: 3px solid #c21b59;
  }
  .single-questionnaire--design .single-questionnaire__head {
    border: 3px solid #bc2121;
  }
  .single-questionnaire--information .single-questionnaire__head {
    border: 3px solid #208281;
  }
  .single-questionnaire--civilengineering .single-questionnaire__head {
    border: 3px solid #b9a100;
  }
  .single-questionnaire--equipment .single-questionnaire__head {
    border: 3px solid #175192;
  }
  .single-questionnaire--engineering .single-questionnaire__head {
    border: 3px solid #ca7000;
  }
  .single-questionnaire--mechanical .single-questionnaire__head {
    border: 3px solid #458838;
  }
  .single-questionnaire--office .single-questionnaire__head {
    border: 3px solid #884270;
  }
  .single-questionnaire__item:not(:last-child) {
    margin-bottom: 60px;
  }
  .single-questionnaire__item:nth-last-child(2) {
    margin-bottom: 40px;
  }
  .single-questionnaire__head {
    height: 60px;
    border-radius: 10px;
    font-size: 1.8rem;
  }
  .single-questionnaire__head--small {
    width: 230px;
    height: 60px;
    margin: 0 0 40px;
  }
  .single-questionnaire__ttl {
    display: block;
  }
  .single-questionnaire__note {
    font-size: 1.4rem;
    text-align: left;
  }
  .single-questionnaire-cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: none;
    padding: 0;
  }
  .single-questionnaire-cont--architecture .single-questionnaire-cont__sec {
    background: rgba(194, 27, 89, 0.05);
  }
  .single-questionnaire-cont--design .single-questionnaire-cont__sec {
    background: rgba(188, 33, 33, 0.05);
  }
  .single-questionnaire-cont--information .single-questionnaire-cont__sec {
    background: rgba(32, 130, 129, 0.05);
  }
  .single-questionnaire-cont--civilengineering .single-questionnaire-cont__sec {
    background: rgba(185, 161, 0, 0.05);
  }
  .single-questionnaire-cont--equipment .single-questionnaire-cont__sec {
    background: rgba(23, 81, 146, 0.05);
  }
  .single-questionnaire-cont--engineering .single-questionnaire-cont__sec {
    background: rgba(202, 112, 0, 0.05);
  }
  .single-questionnaire-cont--mechanical .single-questionnaire-cont__sec {
    background: rgba(69, 136, 56, 0.05);
  }
  .single-questionnaire-cont--office .single-questionnaire-cont__sec {
    background: rgba(136, 66, 112, 0.05);
  }
  .single-questionnaire-cont__sec {
    width: calc((100% - 30px) / 2);
    padding: 30px 0;
  }
  .single-questionnaire-cont__sec:not(:last-child) {
    margin: 0 30px 0 0;
  }
  .single-questionnaire-cont__item {
    padding: 0 30px;
  }
  .single-questionnaire-cont__item:not(:last-child) {
    margin-bottom: 30px;
  }
  .single-questionnaire-cont__item::before {
    height: 4px;
  }
  .single-questionnaire-cont__main {
    font-size: 1.4rem;
  }
  .single-questionnaire-cont__sub {
    font-size: 1.2rem;
  }
  .single-message__fig {
    width: 180px;
    height: 180px;
    margin-right: 60px;
  }
  .single-message__fig::before {
    left: calc(100% - 2px);
    border-width: 10px 0 10px 26px;
  }
  .single-message__icon {
    width: 67px;
    height: 67px;
  }
  .single-message__item:not(:last-child) {
    margin-bottom: 30px;
  }
  .single-message__ttl {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  .single-message__txt {
    font-size: 1.4rem;
  }
  .single-topics {
    margin-bottom: 120px;
    padding: 80px 0 0;
  }
  .single-topics--civilengineering .single-topics__inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .single-topics--equipment .single-topics__inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .single-topics__ttl {
    margin-bottom: 40px;
  }
  .single-topics__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
  }
  .single-topics__item {
    width: calc((100% - 40px * 2) / 3);
  }
  .single-topics__item:not(:last-child) {
    margin: 0;
  }
  .single-topics__item:not(:nth-child(3n - 2)) {
    margin-left: 39px;
  }
  .single-topics__item:nth-child(n + 4) {
    margin-top: 60px;
  }
  .single-topic__note {
    min-height: 30px;
    padding: 5px 20px;
    font-size: 1.3rem;
  }
  .single-topic__ttl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 56px;
    font-size: 1.8rem;
  }
  .single-office-topic {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .single-office-topic__fig {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 360px;
    height: 240px;
    padding: 0;
  }
  .single-office-topic__cont {
    margin-left: 120px;
  }
  .single-office-topic__ttl {
    margin-bottom: 20px;
    padding: 0;
    font-size: 1.8rem;
  }
  .single-office-topic__ttl::before {
    top: 50%;
    left: auto;
    right: calc(100% + 40px);
    width: 100px;
    height: 2px;
  }
  .information-common-heading-01__ttl {
    padding-left: 50px;
    font-size: 2.4rem;
  }
  .information-common-heading-01__icon {
    left: 9px;
  }
  .information-common-heading-01__icon {
    width: 18px;
    height: 18px;
  }
  .information-common-heading-01__icon::before {
    width: 18px;
  }
  .information-common-heading-01__icon::after {
    width: 9px;
  }
  .information-common-heading-01__txt {
    margin-top: 30px;
    font-size: 1.4rem;
  }
  .schedule-cont__item:not(:last-child) {
    margin-bottom: 80px;
    padding-bottom: 80px;
  }
  .schedule-matrix {
    width: 100%;
    height: auto;
    max-width: 879px;
    margin: 60px auto 0;
  }
  .schedule-matrix::before {
    background: url(../img/field/img_field_matrix_01_pc.png) center/contain no-repeat;
    padding-top: 65.07395%;
  }
  .schedule-nav {
    margin: 30px 0 0 -20px;
  }
  .schedule-nav__item {
    margin: 30px 0 0 20px;
    padding-left: 40px;
  }
  .schedule-nav__item::before {
    left: 10px;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid;
    border-right: 2px solid;
  }
  .schedule-nav__item--architecture {
    border-bottom: 2px solid #c21b59;
  }
  .schedule-nav__item--architecture::before {
    border-color: #c21b59;
  }
  .schedule-nav__item--information {
    border-bottom: 2px solid #208281;
  }
  .schedule-nav__item--information::before {
    border-color: #208281;
  }
  .schedule-nav__item--civilengineering {
    border-bottom: 2px solid #b9a100;
  }
  .schedule-nav__item--civilengineering::before {
    border-color: #b9a100;
  }
  .schedule-nav__item--equipment {
    border-bottom: 2px solid #175192;
  }
  .schedule-nav__item--equipment::before {
    border-color: #175192;
  }
  .schedule-nav__item--engineering {
    border-bottom: 2px solid #ca7000;
  }
  .schedule-nav__item--engineering::before {
    border-color: #ca7000;
  }
  .schedule-nav__item--mechanical {
    border-bottom: 2px solid #458838;
  }
  .schedule-nav__item--mechanical::before {
    border-color: #458838;
  }
  .schedule-nav__item--office {
    border-bottom: 2px solid #884270;
  }
  .schedule-nav__item--office::before {
    border-color: #884270;
  }
  .schedule-nav__txt {
    font-size: 1.6rem;
  }
  .schedule-item {
    padding: 80px calc(50vw - 50%);
  }
  .schedule-item:not(:first-child) {
    margin-top: 5px;
  }
  .schedule-item--architecture .schedule-item__fig {
    max-width: 950px;
  }
  .schedule-item--architecture .schedule-item__fig::before {
    background: url(../img/schedule/img_schedule_architecture_01_pc.png) center/cover no-repeat;
    padding-top: 37.89474%;
  }
  .schedule-item--information .schedule-item__fig {
    max-width: 950px;
  }
  .schedule-item--information .schedule-item__fig::before {
    background: url(../img/schedule/img_schedule_information_01_pc.png) center/cover no-repeat;
    padding-top: 37.89474%;
  }
  .schedule-item--civilengineering .schedule-item__fig {
    max-width: 880px;
  }
  .schedule-item--civilengineering .schedule-item__fig::before {
    background: url(../img/schedule/img_schedule_civilengineering_01_pc.png) center/cover no-repeat;
    padding-top: 40.90909%;
  }
  .schedule-item--equipment .schedule-item__fig {
    max-width: 950px;
  }
  .schedule-item--equipment .schedule-item__fig::before {
    background: url(../img/schedule/img_schedule_equipment_01_pc.png) center/cover no-repeat;
    padding-top: 37.89474%;
  }
  .schedule-item--engineering .schedule-item__fig {
    max-width: 950px;
  }
  .schedule-item--engineering .schedule-item__fig::before {
    background: url(../img/schedule/img_schedule_engineering_01_pc.png) center/cover no-repeat;
    padding-top: 37.89474%;
  }
  .schedule-item--mechanical .schedule-item__fig {
    max-width: 950px;
  }
  .schedule-item--mechanical .schedule-item__fig::before {
    background: url(../img/schedule/img_schedule_mechanical_01_pc.png) center/cover no-repeat;
    padding-top: 37.89474%;
  }
  .schedule-item--office .schedule-item__fig {
    max-width: 950px;
  }
  .schedule-item--office .schedule-item__fig::before {
    background: url(../img/schedule/img_schedule_office_01_pc.png) center/cover no-repeat;
    padding-top: 37.89474%;
  }
  .schedule-item__ttl {
    font-size: 2.4rem;
  }
  .schedule-item__desc {
    font-size: 1.4rem;
  }
  .schedule-item__fig {
    margin-top: 60px;
  }
  .schedule-table {
    margin-top: 40px;
    font-size: 1.4rem;
    line-height: 2;
  }
  .schedule-table__head {
    width: 160px;
  }
  .schedule-table__body {
    padding: 20px 40px;
  }
  .schedule-table__note {
    font-size: 1.2rem;
  }
  .construction {
    padding: 180px 0 120px;
  }
  .construction-kv {
    margin-bottom: 100px;
  }
  .construction-kv::before {
    height: calc(100% + 180px);
    right: calc((-100vw + (100% + 120px)) * 0.5);
    top: -180px;
    width: 480px;
  }
  .construction-kv__head {
    margin-bottom: 80px;
    padding-left: 60px;
  }
  .construction-kv__txt {
    border-left: 2px solid #aaa;
    font-size: 1.4rem;
    max-width: 820px;
    padding-left: 30px;
  }
  .construction-kv__body {
    background: url(../img/construction/img_construction_kv_01_pc.jpg) top left/cover no-repeat;
    height: 500px;
    margin: 0 calc((-100vw + (100% + 120px)) * 0.5) 0 0;
  }
  .construction-ttl-01 {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
  }
  .construction-ttl-01__main-wrapper {
    margin: 0 30px 0 0;
  }
  .construction-ttl-01__main {
    height: 70px;
    -webkit-transform: translate3d(0, 115%, 0);
            transform: translate3d(0, 115%, 0);
    width: 353px;
    max-width: 100%;
  }
  .construction-ttl {
    margin-bottom: 60px;
    padding: 63px 0 0 40px;
  }
  .construction-ttl::before {
    left: 40px;
    width: 100px;
    height: 3px;
  }
  .construction-ttl__main {
    font-size: 2.8rem;
  }
  .construction-ttl__sub {
    left: 0;
    font-size: 1.6rem;
    -webkit-transform: rotate(90deg) translateY(-100%);
            transform: rotate(90deg) translateY(-100%);
  }
  .construction-subttl {
    font-size: 2.4rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 60px;
  }
  .construction-subttl::before {
    width: 27px;
    height: 18px;
  }
  .construction-figure img {
    display: block;
    margin: 0 auto;
  }
  .construction-figure--01 {
    background-image: none;
    padding-top: 0;
  }
  .construction-whats-icon {
    margin-bottom: 80px;
  }
  .construction-whats-icon__item {
    width: 21.55172%;
  }
  .construction-whats-icon__fig {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .construction-whats-icon__eng {
    font-size: 1.2rem;
  }
  .construction-whats-icon__ttl {
    width: 80%;
    margin: 0 auto;
    font-size: 1.4rem;
    padding: 15px;
  }
  .construction-whats-icon__ttl::before {
    width: 14px;
    height: 3px;
  }
  .construction-sec-textbox {
    max-width: 1000px;
    margin: 0 auto 100px;
  }
  .construction-sec-textbox__txt {
    font-size: 1.4rem;
    letter-spacing: .08rem;
  }
  .construction-whats-figure {
    margin-bottom: 120px;
  }
  .construction-charm-figure {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    max-width: 1000px;
    margin: 0 auto 100px;
  }
  .construction-charm-figure__item {
    width: 30%;
  }
  .construction-charm-figure__ttl {
    text-align: left;
  }
  .construction-sec-figurebox__fig {
    margin-bottom: 120px;
  }
  .construction-sec--business {
    margin-right: calc((100vw - 100%) / 2 * -1 + 60px);
  }
  .construction-sec-business {
    width: 100%;
    margin: 0 auto 10px;
  }
  .construction-sec-business__ttl {
    width: 20%;
    font-size: 2.4rem;
  }
  .construction-sec-business__cont {
    font-size: 1.4rem;
  }
  .construction-next {
    padding: 80px 0 80px 25px;
  }
  .construction-next__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1160px;
  }
  .construction-next__eng {
    font-size: 1.6rem;
    font-family: "Hind", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .construction-next__ttl {
    font-size: 2.4rem;
    padding-right: 80px;
  }
  .construction-next__img {
    padding-top: 0;
    width: 540px;
    height: 260px;
  }
  .construction-next__img--line {
    width: 160px;
  }
  .information__inner {
    padding: 184px 0 120px;
  }
  .information-head__ttl {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .information-head__ttl--en {
    width: 290px;
    height: 71px;
    margin-bottom: 0;
    margin-right: 30px;
  }
  .information-head__ttl--ja {
    font-size: 2.2rem;
  }
  .information-head__nav {
    margin-top: 80px;
  }
  .information-main__inner {
    margin: 100px 0;
  }
  .information__sub-ttl {
    font-size: 3.2rem;
    letter-spacing: .025em;
  }
  .information-bottom__nav {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .information-bottom .information-nav__link:before {
    top: 0;
    bottom: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .information-nav {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .information-nav__item {
    width: 16.66%;
  }
  .information-nav__item:nth-of-type(-n + 3) {
    margin-bottom: 0;
  }
  .information-nav__link {
    padding: 20px 0;
    font-size: 1.4rem;
    line-height: 1.55556;
  }
  .event-schedule {
    margin-top: 60px;
  }
  .event-schedule__ttl {
    font-size: 1.8rem;
  }
  .event-schedule-table {
    font-size: 1.4rem;
  }
  .event-schedule-table__item--head .event-schedule-table__cell {
    height: 60px;
  }
  .event-schedule-table__cell {
    padding: 30px;
  }
  .event-schedule-table__cell--date {
    width: 13.88889%;
  }
  .event-schedule-table__cell--ttl {
    display: block;
    width: 46.2963%;
  }
  .event-schedule-table__cell--place {
    width: 23.14815%;
    text-align: center;
  }
  .event-schedule-table__cell--detail {
    width: 16.66667%;
    text-align: center;
  }
  .faq .information__sub-ttl {
    margin-bottom: 60px;
  }
  .faq__blc:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .faq-question__inner {
    height: 80px;
    border-radius: 40px;
  }
  .faq-question__inner:before {
    border-radius: 40px;
  }
  .faq-question__number {
    width: 80px;
    height: 80px;
  }
  .faq-question__fig {
    width: 30px;
    height: 20px;
  }
  .faq-question__txt {
    font-size: 1.8rem;
    line-height: 1.75;
  }
  .faq-question__txt .br-sp::before {
    content: "\A";
    white-space: pre;
  }
  .faq-question__btn {
    right: 30px;
    width: 30px;
    height: 30px;
  }
  .faq-question__btn:before, .faq-question__btn:after {
    height: 2px;
  }
  .faq-answer.is-active .faq-answer__inner {
    margin-top: 30px;
  }
  .faq-answer__inner {
    width: 88.88889%;
    padding: 40px 60px;
  }
  .faq-answer__ttl {
    width: 16px;
    height: 82px;
  }
  .faq-answer__txt {
    font-size: 1.4rem;
  }
  .guideline-sec {
    font-size: 1.4rem;
  }
  .guideline-sec br.sp-only {
    display: none;
  }
  .guideline-sec br.pc-only {
    display: block;
  }
  .information-table > thead > tr > th,
  .information-table > tbody > tr > th {
    font-size: 1.4rem;
  }
  .information-table > tbody > tr > td {
    padding: 20px 35px;
  }
  .information-table .item-container-inner {
    padding: 20px 35px;
  }
  .information-table .item-container-scroll {
    display: none;
  }
  .information-table2 td {
    padding: 20px 35px;
  }
  .job-description-data td:last-child {
    text-align: center;
  }
  .job-description-data .item-job {
    padding: 10px;
  }
  .job-description-data .item-job-value {
    width: 10%;
  }
  .job-description-data .item-job-cont {
    width: 33%;
    padding: 20px 15px;
  }
  .job-description-data .item-job-no-border {
    padding: 0;
  }
  .item-container {
    max-width: 100%;
    overflow: visible;
  }
  .table-scroll {
    max-width: 100%;
    overflow: visible;
  }
  .welfare .information__sub-ttl {
    margin-bottom: 28px;
  }
  .welfare__txt {
    font-size: 1.4rem;
  }
  .welfare__txt--notice {
    font-size: 1.2rem;
    line-height: 2.33333;
  }
  .welfare-cont__inner {
    margin: 80px 0 100px;
  }
  .welfare-cont__sec {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .welfare-cont__sec:not(:last-of-type) {
    margin-bottom: 80px;
  }
  .welfare-cont__blc {
    width: 50%;
  }
  .welfare-cont__ttl {
    margin-bottom: 40px;
    padding-left: 55px;
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .welfare-cont__ttl:before {
    width: 27px;
    height: 18px;
  }
  .welfare-cont__fig {
    width: 50%;
    margin-top: 0;
    padding-left: 3.47222vw;
  }
  .welfare-cont__item--01 {
    max-width: 300px;
    width: 61.22449%;
  }
  .welfare-cont__item--02 {
    max-width: 170px;
    width: 34.69388%;
  }
  .welfare-cont__item--03 {
    max-width: 235px;
    width: 47.95918%;
  }
  .welfare-cont__item--04 {
    max-width: 235px;
    width: 47.95918%;
  }
  .welfare-cont__img {
    margin-bottom: 14px;
    max-height: 220px;
    height: 15.27778vw;
  }
  .welfare-cont__caption {
    font-size: 1.3rem;
    line-height: 2;
  }
  .welfare-cont__graph-ttl {
    font-size: 1.6rem;
    line-height: 2.25;
  }
  .welfare-cont__th {
    width: 36.73469%;
    padding: 18px 0;
    font-size: 1.4rem;
    line-height: 1.78571;
  }
  .welfare-cont__td {
    padding: 10px 0;
    font-size: 1.2rem;
  }
  .welfare-cont__td--01 {
    width: 35.71429%;
  }
  .welfare-cont__td--02 {
    width: 27.55102%;
  }
  .kubun-lead {
    font-size: 1.4rem;
    margin-top: 40px;
    width: 80%;
  }
  .kubun-table {
    margin-top: 40px;
  }
  .kubun-table__wrap {
    font-size: 1.4rem;
  }
  .kubun-table__ttl {
    font-size: 1.4rem;
  }
  .kubun-table__cont {
    padding: 30px;
  }
  .kubun-notice {
    margin-top: 40px;
    font-size: 1.2rem;
  }
  .kubun-place {
    margin-top: 40px;
  }
  .kubun-place__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .kubun-place__map {
    width: 540px;
    padding-top: 685px;
    background: url(../img/information/kubun/img_map_pc.png) no-repeat center/100%;
    margin-right: 20px;
  }
  .kubun-place__ttl {
    margin-bottom: 40px;
    padding-left: 55px;
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .kubun-place__ttl:before {
    width: 27px;
    height: 18px;
  }
  .kubun-place-table {
    width: 480px;
    font-size: 1.4rem;
    margin-top: 20px;
  }
  .kubun-place-table__ttl {
    width: 30%;
  }
  .kubun-place-table__cont {
    padding: 20px;
  }
  .flex_pc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .global, .challenge {
    padding: 180px 0 0;
  }
  .global-ttl-01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-bottom: 30px;
  }
  .global-ttl-01__main-wrapper {
    margin: 0 30px 0 0;
  }
  .global-ttl-01__main {
    width: 291px;
    height: 75px;
    -webkit-transform: translate3d(0, 115%, 0);
            transform: translate3d(0, 115%, 0);
  }
  .global-kv {
    margin-bottom: 100px;
  }
  .global-kv::before {
    top: -180px;
    right: calc((-100vw + (100% + 120px)) * 0.5);
    width: 480px;
    height: calc(100% + 180px);
  }
  .global-kv__head {
    margin-bottom: 80px;
    padding-left: 60px;
  }
  .global-kv__txt {
    max-width: 820px;
    padding-left: 30px;
    border-left: 2px solid #aaa;
    font-size: 1.4rem;
  }
  .global-kv__body {
    background: url(../img/about/global/img_global_kv_01_pc.jpg) top left/cover no-repeat;
    height: 500px;
    margin: 0 calc((-100vw + (100% + 120px)) * 0.5) 0 0;
  }
  .global-group::before {
    width: 15px;
    height: 107px;
    background: url(../img/about/global/txt_global_02_pc.png) center/cover no-repeat;
    left: 0;
    top: 60px;
  }
  .global-group p, .global-group ul {
    font-size: 1.4rem;
  }
  .global-group__head {
    padding: 70px 0 25px 40px;
  }
  .global-group__head h2 {
    font-size: 3.2rem;
    margin: 0 0 30px;
  }
  .global-group__head p {
    margin: 0 0 50px;
  }
  .global-group__head ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .global-tech p {
    font-size: 1.4rem;
  }
  .global-tech__head {
    padding: 110px 0 60px;
  }
  .global-tech__head.is-last {
    padding: 90px 0 110px;
  }
  .global-tech__head h3 {
    background: url(../img/about/global/icon1_pc.png) left center/27px 18px no-repeat;
    font-size: 2.4rem;
    padding: 0 0 0 55px;
    margin: 0 0 30px;
  }
  .global-tech__body ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .global-tech__body ul li {
    margin: 0;
    width: 48.2%;
  }
  .global-tech__body ul li p {
    font-size: 1.8rem;
    top: -18px;
  }
  .next-contents {
    margin: 0 calc((-100vw + (100% + 120px)) * 0.5);
  }
  .next-contents__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    padding: 0;
  }
  .next-contents__head {
    width: 50%;
    padding: 0;
  }
  .next-contents__head p {
    font-size: 1.6rem;
    margin: 0 0 10px;
  }
  .next-contents__head h2 {
    font-size: 2.4rem;
  }
  .next-contents .next-contents__body__img .next-contents__body__line {
    width: 160px;
  }
  .next-contents .next-contents__body__img {
    padding-top: 0;
    width: 540px;
    height: 260px;
  }
  .next-contents .next-contents__body__img:hover {
    background-size: auto 110%;
  }
  .next-contents .next-contents__body__img:hover .next-contents__body__line::before {
    width: 100%;
  }
  .next-contents .next-contents__body__img:hover .next-contents__body__line::after {
    width: 0;
  }
  .next-contents .next-contents__body__img:hover .next-contents__body__cont::before {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .next-contents.global-next-contents {
    background: url(../img/about/global/bg3.jpg) center/cover no-repeat;
  }
  .next-contents.challenge-next-contents {
    background: url(../img/about/challenge/next_bg_pc.jpg) center/cover no-repeat;
  }
  .people-modal#p1 {
    background: url(../img/about/global/map_pc.png) left top no-repeat;
  }
  .people-modal p, .people-modal dd {
    font-size: 1.4rem;
  }
  .people-modal-content {
    padding: 110px 0;
  }
  .people-modal-content h3 {
    font-size: 2.4rem;
    margin: 0 0 50px;
  }
  .people-modal-content h3 span {
    padding: 0 95px 0 0;
  }
  .people-modal-content h3 span.flag1 {
    background-size: 60px auto;
    background-position: right center;
  }
  .people-modal-content h3 span.flag2 {
    background-size: 60px auto;
    background-position: right center;
  }
  .people-modal-content h3 span.flag3 {
    background-size: 60px auto;
    background-position: right center;
  }
  .people-modal-content h3 span.flag4 {
    background-size: 60px auto;
    background-position: right center;
  }
  .people-modal-content h3 span.flag5 {
    background-size: 60px auto;
    background-position: right center;
  }
  .people-modal-content .profile {
    margin: 0 0 50px;
  }
  .people-modal-content .profile-img {
    width: 50%;
    margin: 0;
    padding: 0 30px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .people-modal-content .profile-img img {
    width: 200px;
    height: 200px;
  }
  .people-modal-content .profile-content h4 {
    font-size: 1.8rem;
    margin: 0 0 10px;
  }
  .people-modal-content .profile-content p {
    font-size: 1.4rem;
  }
  .people-modal-content .infomation {
    margin: 0 0 45px;
  }
  .people-modal-content .infomation dt {
    font-size: 1.8rem;
    margin: 0 0 20px;
    padding: 0 0 0 30px;
  }
  .people-modal-content .infomation dt::before {
    height: 4px;
  }
  .people-modal-content .message-movide {
    margin: 0 0 80px;
  }
  .people-modal-content .message-movide h4 {
    font-size: 2.8rem;
    margin: 0 0 25px;
  }
  .people-modal-content .modal-close {
    border: 2px solid rgba(255, 255, 255, 0.5);
    height: 76px;
    font-size: 1.7rem;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .people-modal-content .modal-close:hover {
    background: #fff;
    color: #000;
  }
  .gray_bg {
    padding: 100px 0 60px;
  }
  .gray_bg.challenge-infrastructure {
    background: -webkit-linear-gradient(top, #fff 510px, #f3f3f3 510px);
    background: linear-gradient(to bottom, #fff 510px, #f3f3f3 510px);
  }
  .gray_bg.challenge-culture {
    background: -webkit-linear-gradient(top, #fff 480px, #f3f3f3 480px);
    background: linear-gradient(to bottom, #fff 480px, #f3f3f3 480px);
  }
  .gray_bg.challenge-security {
    background: -webkit-linear-gradient(top, #fff 480px, #f3f3f3 480px);
    background: linear-gradient(to bottom, #fff 480px, #f3f3f3 480px);
  }
  .gray_bg.challenge-technology {
    background: -webkit-linear-gradient(top, #fff 510px, #f3f3f3 510px);
    background: linear-gradient(to bottom, #fff 510px, #f3f3f3 510px);
  }
  .gray_bg.challenge-resource {
    background: -webkit-linear-gradient(top, #fff 535px, #f3f3f3 535px);
    background: linear-gradient(to bottom, #fff 535px, #f3f3f3 535px);
  }
  .gray_bg.challenge-future {
    background: -webkit-linear-gradient(top, #fff 480px, #f3f3f3 480px);
    background: linear-gradient(to bottom, #fff 480px, #f3f3f3 480px);
  }
  .challenge-ttl-01__main-wrapper {
    margin: 0 30px 0 0;
  }
  .challenge-subttl {
    font-size: 2.8rem;
    line-height: 6rem;
    margin-bottom: 30px;
  }
  .challenge-subttl span {
    padding: 15px 30px;
    margin-right: 20px;
  }
  .challenge-container {
    max-width: 840px;
    margin: 0 auto;
    padding: 0 60px;
  }
  .challenge-container__ttl {
    font-size: 1.8rem;
    padding: 55px 0 20px;
  }
  .challenge-txt {
    font-size: 1.4rem;
  }
  .challenge-img {
    height: 410px;
    margin: 30px auto 40px;
  }
  .challenge-img.img1 {
    background: url(../img/about/challenge/kv_bg_01_pc.png) center/cover no-repeat;
  }
  .challenge-img.img2 {
    background: url(../img/about/challenge/kv_bg_02_pc.png) center/cover no-repeat;
  }
  .challenge-img.img3 {
    background: url(../img/about/challenge/kv_bg_03_pc.png) center/cover no-repeat;
  }
  .challenge-img.img4 {
    background: url(../img/about/challenge/kv_bg_04_pc.png) center/cover no-repeat;
  }
  .challenge-img.img7 {
    background: url(../img/about/challenge/kv_bg_07_pc.png) center bottom/cover no-repeat;
  }
  .challenge-see-detail {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .challenge-see-detail:hover {
    opacity: 0.7;
  }
  .challenge-see-detail {
    text-align: right;
    font-size: 1.4rem;
    padding: 20px 0 35px;
  }
  .challenge-see-detail:before {
    width: 7.5px;
    height: 7.5px;
    margin-right: 8px;
  }
  .challenge-kv {
    margin-bottom: 100px;
  }
  .challenge-kv::before {
    top: -180px;
    right: calc((-100vw + (100% + 120px)) * 0.5);
    width: 480px;
    height: calc(100% + 180px);
  }
  .challenge-kv__head {
    padding-left: 60px;
  }
  .challenge-kv__ttl {
    margin-bottom: 7px;
  }
  .challenge-kv__txt {
    max-width: 820px;
    padding-left: 30px;
    border-left: 2px solid #aaa;
    font-size: 1.4rem;
  }
  .challenge-kv__body {
    margin: 0 calc((-100vw + (100% + 120px)) * 0.5) 0 0;
  }
  .challenge-kv__body .swiper-container .swiper-wrapper {
    margin-top: 55px;
  }
  .challenge-kv__body .swiper-container .single-kv-fig {
    padding-top: 0;
    height: 500px;
  }
  .challenge-kv__body .swiper-container .single-kv-fig-01 {
    background: url(../img/about/challenge/kv_bg_01_pc.png) center/cover no-repeat;
  }
  .challenge-kv__body .swiper-container .single-kv-fig-02 {
    background: url(../img/about/challenge/kv_bg_02_pc.png) center/cover no-repeat;
  }
  .challenge-kv__body .swiper-container .single-kv-fig-03 {
    background: url(../img/about/challenge/kv_bg_03_pc.png) center/cover no-repeat;
  }
  .challenge-kv__body .swiper-container .single-kv-fig-04 {
    background: url(../img/about/challenge/kv_bg_04_pc.png) center/cover no-repeat;
  }
  .challenge-kv__body .swiper-container .single-kv-fig-05 {
    background: url(../img/about/challenge/kv_bg_05_pc.png) center/cover no-repeat;
  }
  .challenge-kv__body .swiper-container .single-kv-fig-06 {
    background: url(../img/about/challenge/kv_bg_06_pc.png) center/cover no-repeat;
  }
  .challenge-kv__body .swiper-container .single-kv-fig-07 {
    background: url(../img/about/challenge/kv_bg_07_pc.png) center/cover no-repeat;
  }
  .challenge-kv__body .swiper-container .swiper-pagination {
    right: 80px;
  }
  .challenge-future {
    margin-bottom: 100px;
  }
  .pioneer-kv {
    margin: 0 calc(50% - 50vw + 120px * 0.5) 0 calc(50% - 50vw + 120px * 0.5);
    margin-bottom: 100px;
    background: url(../img/about/pioneer/pio_kv_bg_pc.png) center/cover no-repeat;
    padding-top: 0;
    min-height: 600px;
  }
  .pioneer-kv__body {
    padding-top: 150px;
    width: 62.7%;
    margin: 0 auto;
  }
  .pioneer-kv__ttl__main {
    margin: 0 auto 15px;
    width: 305px;
    height: 92px;
  }
  .pioneer-kv__ttl__sub {
    font-size: 2.2rem;
  }
  .pioneer-kv__txt {
    font-size: 1.4rem;
    padding: 0 0 160px 0;
    margin-top: 40px;
  }
  .pioneer h2.pioneer-content__heading {
    margin: -173px auto 35px;
    font-size: 2.8rem;
    padding: 95px 0 0;
  }
  .pioneer h2.pioneer-content__heading:before {
    width: 2px;
    height: 60px;
    top: -60px;
  }
  .pioneer h2.pioneer-content__heading:after {
    width: 2px;
    height: 60px;
  }
  .pioneer-since1892 {
    max-width: 840px;
    margin: 0 auto 95px;
    padding: 0 0 0 260px;
  }
  .pioneer-since1892::before {
    width: 224px;
    height: 414px;
  }
  .pioneer-since1892::after {
    width: 300px;
    height: 535px;
    left: 60px;
  }
  .pioneer-since1892 .pioneer-content__img {
    margin: 30px 0 0 0;
    width: 75%;
  }
  .pioneer-since1892 .pioneer-content__ttl {
    font-size: 1.8rem;
    line-height: 3.2rem;
    padding: 40px 0 5px;
    line-height: 3.2rem;
  }
  .pioneer-since1892 .pioneer-content__txt {
    font-size: 1.4rem;
  }
  .pioneer-timeline {
    padding: 45px 0 75px 0;
  }
  .pioneer-timeline .line {
    left: 50%;
  }
  .pioneer-timeline::before, .pioneer-timeline::after {
    width: 13px;
    height: 13px;
    left: calc(50% - 6px);
  }
  .pioneer-timeline__milestone__col {
    width: calc((100% - 90px) / 2);
  }
  .pioneer-timeline__milestone .pioneer-timeline__heading__ttl {
    font-size: 2.4rem;
    margin-bottom: -5px;
  }
  .pioneer-timeline__milestone .pioneer-timeline__heading__ttl.alg_l {
    padding-left: 70px;
  }
  .pioneer-timeline__milestone .pioneer-timeline__heading__ttl.alg_r {
    padding-right: 70px;
  }
  .pioneer-timeline__milestone .pioneer-timeline__heading__number {
    font-size: 8rem;
    margin-bottom: 15px;
  }
  .pioneer-timeline__milestone .pioneer-timeline__heading__line {
    left: 180px;
    right: -45px;
    width: auto;
  }
  .pioneer-timeline__milestone .pioneer-timeline__heading__line::before {
    left: auto;
    right: -4px;
    width: 9px;
    height: 9px;
  }
  .pioneer-timeline__milestone .pioneer-timeline__ttl {
    margin: 0;
    font-size: 1.8rem;
    margin-right: 40px;
  }
  .pioneer-timeline__milestone .pioneer-timeline__view_detail {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .pioneer-timeline__milestone .pioneer-timeline__view_detail:hover {
    opacity: 0.7;
  }
  .pioneer-timeline__milestone .pioneer-timeline__view_detail {
    font-size: 1.4rem;
  }
  .pioneer-timeline__milestone .pioneer-timeline__view_detail:before {
    width: 7.5px;
    height: 7.5px;
    margin-right: 8px;
  }
  .pioneer-timeline__milestone .pioneer-timeline__view_detail {
    margin: 0;
    font-size: 1.3rem;
  }
  .pioneer-timeline__milestone .pioneer-timeline__txt {
    font-size: 1.4rem;
    margin-top: 5px;
  }
  .pioneer-timeline__milestone .pioneer-timeline__img {
    position: absolute;
    left: 0;
    margin: 22px 0 30px;
    max-width: 450px;
  }
  .pioneer-timeline__milestone .pioneer-timeline__events {
    padding: 37px 0 11px;
    position: relative;
    margin: 95px 0 0;
  }
  .pioneer-timeline__milestone .pioneer-timeline__events::before, .pioneer-timeline__milestone .pioneer-timeline__events::after {
    left: -45px;
  }
  .pioneer-timeline__milestone .pioneer-timeline__events li {
    margin-bottom: 26px;
  }
  .pioneer-timeline__milestone .pioneer-timeline__events li::before {
    width: 5px;
    height: 5px;
    left: -47px;
    top: calc( .5em + 5px);
  }
  .pioneer-timeline__milestone .pioneer-timeline__events__year {
    font-size: 2rem;
    width: 80px;
  }
  .pioneer-timeline__milestone .pioneer-timeline__events__ttl {
    font-size: 1.4rem;
    line-height: 2.5rem;
    width: calc(100% - 80px);
  }
  .pioneer-timeline__milestone .pioneer-timeline__events__ttl a {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .pioneer-timeline__milestone .pioneer-timeline__events__ttl a:hover {
    opacity: 0.7;
  }
  .pioneer-timeline__milestone .pioneer-timeline__events__ttl a {
    font-size: 1.4rem;
  }
  .pioneer-timeline__milestone .pioneer-timeline__events__ttl a:before {
    width: 7.5px;
    height: 7.5px;
    margin-right: 8px;
  }
  .pioneer-timeline__milestone .pioneer-timeline__events__ttl a.right:after {
    width: 7.5px;
    height: 7.5px;
    margin-left: 8px;
  }
  .pioneer-timeline__milestone.rtl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .pioneer-timeline__milestone.rtl .pioneer-timeline__heading {
    text-align: right;
  }
  .pioneer-timeline__milestone.rtl .pioneer-timeline__heading__line {
    left: -45px;
    right: 160px;
  }
  .pioneer-timeline__milestone.rtl .pioneer-timeline__heading__line::before {
    left: -4px;
  }
  .pioneer-timeline__milestone.rtl .pioneer-timeline__events::before, .pioneer-timeline__milestone.rtl .pioneer-timeline__events::after {
    right: -45px;
    left: 0;
  }
  .pioneer-timeline__milestone.rtl .pioneer-timeline__events li::before {
    right: -48px;
    left: auto;
  }
  .pioneer-timeline__milestone:not(:first-of-type) .pioneer-timeline__milestone__col:last-child {
    padding-top: 40px;
  }
  .pioneer-timeline__milestone.timeline--1914 .pioneer-timeline__milestone__col:last-child {
    padding-top: 140px;
  }
  .pioneer-timeline__milestone.timeline--1970 .pioneer-timeline__milestone__col:last-child {
    padding-top: 70px;
  }
  .pioneer-timeline__milestone.timeline--2012 .pioneer-timeline__milestone__col:last-child {
    padding-top: 120px;
  }
  .pioneer-timeline__milestone.timeline--2014 .pioneer-timeline__milestone__col:last-child {
    padding-top: 320px;
  }
  .pioneer-timeline__milestone.timeline--2019 .pioneer-timeline__milestone__col:last-child {
    padding-top: 180px;
  }
  .pioneer-130th_anniversary .pioneer-content__txt {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .pioneer-130th_anniversary .pioneer-content__txt:hover {
    opacity: 0.7;
  }
  .pioneer-130th_anniversary .pioneer-content__txt {
    font-size: 1.4rem;
  }
  .pioneer-130th_anniversary .pioneer-content__txt:before {
    width: 7.5px;
    height: 7.5px;
    margin-right: 8px;
  }
  .project {
    width: 100%;
    max-width: 100%;
    padding: 180px 0 120px;
  }
  .project-ttl-01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }
  .project-ttl-01__main-wrapper {
    margin: 0 30px 0 0;
  }
  .project-ttl-01__main {
    background: url(../img/project/txt_project_01_md.png) center/contain no-repeat;
    width: 541px;
    max-width: 100%;
    height: 92px;
    -webkit-transform: translate3d(0, 115%, 0);
            transform: translate3d(0, 115%, 0);
  }
  .project-ttl-01__sub {
    margin-top: 24px;
    font-size: 22px;
  }
  .project-kv {
    margin: 0 auto 80px;
  }
  .project-kv::before {
    top: -180px;
    right: calc((-100vw + (100% + 120px)) * 0.5);
    width: 480px;
    height: calc(100% + 260px);
  }
  .project-kv__head {
    margin-bottom: 80px;
    padding-left: 60px;
  }
  .project-kv__txt {
    max-width: 890px;
    padding-left: 30px;
    border-left: 2px solid #aaa;
    font-size: 1.4rem;
  }
  .project-story__content {
    margin: 0;
    padding: 0 0 0 9%;
  }
  .project-story__thumbnail {
    min-height: 520px;
  }
  .project-story__thumbnail::after {
    background-image: url(../img/project/img_project_thumbnail_01_md.jpg);
  }
  .project-story__thumbnail:nth-of-type(2)::after {
    background-image: url(../img/project/img_project_thumbnail_02_md.jpg);
  }
  .project-story__thumbnail:nth-of-type(3)::after {
    background-image: url(../img/project/img_project_thumbnail_03_md.jpg);
  }
  .project-story__number {
    top: 0;
    left: 25px;
    font-size: 28px;
  }
  .project-story__title {
    top: 30px;
    left: 80px;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 400;
  }
  .project-story__text {
    bottom: 40px;
    left: 50px;
    font-size: 28px;
    font-weight: 400;
  }
  .project-story__arrow {
    width: 80px;
    height: 80px;
  }
  .project-story__arrow::after {
    width: 30px;
    height: 13px;
  }
  .project-story__bell {
    top: 30px;
    right: 30px;
    font-size: 16px;
  }
  .project-story__bottom {
    margin: 120px auto 0;
  }
  .project-story__button {
    min-height: 220px;
  }
  .project-story__button::after {
    background-image: url(../img/project/img_project_button_md.jpg);
  }
  .project-story__word {
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0.02em;
    padding-top: 15px;
  }
  .project-story__word span {
    font-size: 18px;
  }
  .project-story__square {
    width: 60px;
    height: 60px;
  }
  .project-story__square::after {
    background: url(../img/project/img_project_icon.png) center right/cover no-repeat;
    width: 13px;
    height: 13px;
  }
  .project-detal-kv {
    padding-top: 200px;
  }
  .project-detal-kv__inner {
    padding-bottom: 80px;
  }
  .project-detal-kv__content {
    min-height: 620px;
  }
  .project-detal-kv__jr {
    top: -165px;
    left: auto;
    right: 40px;
    font-size: 16px;
  }
  .project-detal-kv__bgimg {
    position: absolute;
    top: -200px;
    right: 0;
    width: 80%;
    max-width: 960px;
    text-align: right;
  }
  .project-detal-kv__bgimg img {
    height: 820px;
  }
  .project-detal-kv__band {
    bottom: 124px;
    left: 80px;
    z-index: 20;
  }
  .project-detal-kv__leed {
    font-size: 16px;
    font-weight: 400;
  }
  .project-detal-kv__title {
    margin-top: 25px;
    font-size: 32px;
    font-weight: 400;
  }
  .project-detal-kv__bottom {
    padding: 0 110px;
  }
  .project-detal-kv__subinner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1100px;
    padding: 0;
    margin: 120px auto 0;
  }
  .project-detal-kv__subinner::before {
    width: calc(60% + 110px);
    height: calc(100% + 240px);
    max-height: 600px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .project-detal-kv__subimg {
    max-width: auto;
    padding-top: 0;
    margin: 0;
    width: 51%;
  }
  .project-detal-kv__subimg img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .project-detal-kv__number {
    top: -100px;
    left: -15px;
    font-size: 100px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
  .project-detal-kv__text {
    width: 44%;
    margin-top: 0;
    font-size: 14px;
    font-weight: 400;
  }
  .project-detal-kv__profile {
    margin-top: 27.08333vw;
    padding: 0;
  }
  .project-detal-kv__item {
    padding: 65px 30px 55px;
    -webkit-transform: translateY(12%);
            transform: translateY(12%);
  }
  .project-detal-kv__item:nth-of-type(3n) {
    margin-right: 0;
  }
  .project-detal-kv__item:nth-of-type(n + 3) {
    margin-top: 200px;
  }
  .project-detal-kv__image {
    top: 40px;
    width: 50%;
    max-width: 120px;
  }
  .project-detal-kv__name {
    font-size: 20px;
  }
  .project-detal-kv__type {
    margin-top: 10px;
    font-size: 14px;
  }
  .project-detal-kv__word {
    margin-top: 12px;
    font-size: 14px;
    line-height: 2;
  }
  .project-detal-kv__bell {
    margin-top: 50px;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
  }
  .project-detal {
    padding-bottom: 150px;
  }
  .project-detal__content {
    max-width: 1500px;
    margin: 0 auto;
    padding-top: 180px;
  }
  .project-detal__chapter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 0 0 80px;
  }
  .project-detal__chapter--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 0 80px 0 0;
  }
  .project-detal__chapter:nth-of-type(n + 2) {
    margin-top: 180px;
  }
  .project-detal__main {
    width: 49%;
  }
  .project-detal__number {
    padding-left: 50px;
    font-size: 18px;
  }
  .project-detal__number::before {
    width: 40px;
  }
  .project-detal__title {
    margin-top: 20px;
    padding: 0 10px;
    font-size: 28px;
    font-weight: 400;
  }
  .project-detal__leed {
    margin-top: 38px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.025em;
  }
  .project-detal__subleed {
    margin-top: 58px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.025em;
  }
  .project-detal__paragraph {
    margin-top: 58px;
  }
  .project-detal__box:nth-of-type(n + 2) {
    margin-top: 38px;
  }
  .project-detal__image {
    width: 80px;
  }
  .project-detal__text {
    margin-left: 30px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.025em;
  }
  .project-detal__band {
    display: block;
    width: 45%;
    margin-top: 0;
    text-align: right;
  }
  .project-detal__center {
    width: 100%;
    max-width: 560px;
    margin: 0 0 0 auto;
  }
  .project-detal__center--reverse {
    margin: 0 auto 0 0;
  }
  .project-detal__left, .project-detal__right {
    width: 100%;
    max-width: 440px;
    margin: 0 0 0 auto;
  }
  .project-detal__right {
    top: 42px;
    margin-top: 0;
  }
  .project-detal__paragraph-img {
    margin-top: 180px;
    text-align: right;
  }
  .project-detal__paragraph-img--last {
    max-width: 1080px;
    margin: 145px auto 0;
    text-align: center;
  }
  .project-detal__chapter--reverse .project-detal__band {
    text-align: left;
  }
  .project-detal__chapter--reverse .project-detal__left {
    margin: 0 auto 0 0;
  }
  .project-detal__chapter--reverse .project-detal__right {
    margin: 0 auto 0 0;
  }
  .project-detal__button {
    margin: 60px auto 0;
  }
  .project-detal__link {
    border: solid 2px #4b8eab;
    padding: 20px;
    width: 40%;
    max-width: 400px;
    font-size: 16px;
    font-weight: 400;
  }
  .project-detal__linkicon {
    width: 12px;
    right: 26px;
  }
  .is-white {
    background: #1a1a1a;
  }
  .project-flow {
    margin-top: 120px;
  }
  .project-flow__content {
    padding-left: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .project-flow__thumbnail {
    min-height: 520px;
    width: 33.2%;
  }
  .project-flow__thumbnail::after {
    min-height: 520px;
    background-image: url(../img/project/img_project_flow1_md.jpg);
  }
  .project-flow__thumbnail:nth-of-type(n + 2) {
    margin-top: 0;
  }
  .project-flow__thumbnail:nth-of-type(2)::after {
    background-image: url(../img/project/img_project_flow2_md.jpg);
  }
  .project-flow__thumbnail:nth-of-type(3)::after {
    background-image: url(../img/project/img_project_flow3_md.jpg);
  }
  .project-flow__number {
    bottom: 22px;
    left: 28px;
    font-size: 28px;
    width: 50%;
  }
  .project-flow__title {
    top: 49px;
    padding: 3px 10px;
    line-height: 1.8;
    font-size: 18px;
    font-weight: 400;
  }
  .project-flow__arrow {
    width: 30%;
    height: 30%;
    max-width: 60px;
    max-height: 60px;
  }
  .project-flow__arrow::after {
    width: 30px;
    height: 13px;
  }
  .individual-article__box {
    margin: 50px 0 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .individual-article__item {
    width: calc((97% - 560px));
    margin-top: 0px;
  }
  .individual-article__paragraph {
    margin: 30px 0;
  }
  .individual-article__left {
    max-width: 50px;
  }
  .individual-article__area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .individual-article__txtarea {
    margin-top: 0;
  }
  .individual-article__imgarea {
    margin-left: 30px;
  }
  .f-design {
    padding-bottom: 80px;
  }
  .f-design-kv {
    min-height: 620px;
    height: 60vh;
  }
  .f-design-kv__img img {
    -o-object-position: center right;
       object-position: center right;
  }
  .f-design-kv__contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 40px;
    bottom: 33px;
  }
  .f-design-kv__box {
    margin-left: 40px;
  }
  .f-design-kv__en {
    font-size: 14px;
    margin-top: 10px;
  }
  .f-design-kv__jp {
    margin-top: 0;
    font-size: 28px;
  }
  .f-design-kv__txt {
    margin-top: 10px;
    font-size: 14px;
    line-height: calc(28 / 14);
  }
  .f-design-head {
    margin-top: 56px;
  }
  .f-design-head__inner {
    padding: 0 60px;
    max-width: 1200px;
    margin: 0 auto;
  }
  .f-design-head__item {
    padding: 18px 25px;
    width: calc(100% / 3);
  }
  .f-design-head__item::after {
    width: 16px;
  }
  .f-design-head__item:nth-of-type(2n + 1) {
    border-left: solid 1px #dddddd;
  }
  .f-design-head__item:nth-of-type(3n + 1) {
    border-left: none;
  }
  .f-design-head__item:nth-last-of-type(3) {
    border-bottom: none;
  }
  .f-design-head__txt {
    text-align: center;
    font-size: 14px;
  }
  .f-design-head__txt span {
    font-size: 12px;
    margin-right: 0;
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .f-design-sec {
    margin-top: 96px;
  }
  .f-design-sec--margin {
    margin-top: 50px;
  }
  .f-design-sec__inner {
    padding: 0 40px;
    max-width: 1400px;
    margin: 0 auto;
  }
  .f-design-sec__head {
    padding-top: 15px;
    margin: 0;
  }
  .f-design-sec__num {
    font-size: 12px;
  }
  .f-design-sec__label {
    font-size: 14px;
  }
  .f-design-sec__contents {
    margin-top: 56px;
  }
  .f-design-sec__line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 54px;
    padding: 0 40px;
  }
  .f-design-sec__line--margin {
    margin-top: 44px;
  }
  .f-design-sec__box {
    margin-top: 0;
  }
  .f-design-sec__box--width {
    width: 59%;
  }
  .f-design-sec__box--margin {
    margin-top: 0;
  }
  .f-design-sec__box--message {
    width: 72%;
  }
  .f-design-sec__ttl {
    text-align: left;
    font-size: 40px;
    width: 40%;
  }
  .f-design-sec__ttl--message {
    text-align: center;
    width: 25%;
  }
  .f-design-sec__txt {
    font-size: 14px;
    line-height: calc(28 / 14);
  }
  .f-design-sec__paragraph {
    margin-top: 70px;
  }
  .f-design-sec__card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 56px;
    padding-right: 40px;
  }
  .f-design-sec__img {
    width: 50%;
  }
  .f-design-sec__img--width {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .f-design-sec__card--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-left: 40px;
    padding-right: 0;
  }
  .f-design-sec__card--schedule {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .f-design-sec__area {
    width: 50%;
    margin-top: 0;
    padding: 0;
  }
  .f-design-sec__area--padding {
    padding-top: 10px;
  }
  .f-design-sec__subttl {
    font-size: 18px;
  }
  .f-design-sec__inbox {
    margin-top: 12px;
  }
  .f-design-sec__subbox {
    margin-top: 0;
  }
  .f-design-sec__inbox--margin {
    margin-top: 25px;
    padding-left: 40px;
    padding-right: 0;
  }
  .f-design-sec__flex {
    padding: 0 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .f-design-sec__item {
    width: 31%;
    margin-top: 0;
  }
  .f-design-sec__lead {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 14px;
    font-size: 18px;
    line-height: calc(28 / 18);
    min-height: 84px;
  }
  .f-design-sec__schedule {
    margin-top: 20px;
  }
  .f-design-sec__list {
    margin-top: 10px;
  }
  .f-design-sec__word {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin-top: 11px;
    padding-left: 15px;
  }
  .f-design-sec__word span {
    margin-right: 25px;
  }
  .f-design-sec__voice {
    margin-top: 22px;
  }
  .f-design-sec__name {
    font-size: 14px;
    line-height: calc(28 / 14);
  }
  .f-design-sec__foot {
    margin-top: 50px;
    padding-left: 0;
  }
  .f-design-sec__flowtxt {
    font-size: 18px;
    line-height: calc(28 / 18);
    letter-spacing: 0;
  }
  .f-design-sec__icon {
    display: none;
  }
  .f-design-sec__scroll {
    margin-top: 22px;
    overflow-x: hidden;
    padding-left: 8px;
  }
  .f-design-sec__figure {
    text-align: center;
    width: 100%;
    padding-right: 0;
  }
  .f-design-sec__figure img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .f-design-sec__card--big .f-design-sec__img {
    width: calc((680 / 1120) * 100%);
  }
  .f-design-sec__card--big .f-design-sec__area {
    width: calc((400 / 1120) * 100%);
  }
  .f-design-sec__card--medium .f-design-sec__img {
    width: 52%;
  }
  .f-design-sec__card--medium .f-design-sec__area {
    width: 45%;
  }
  .f-design-sec__card--small .f-design-sec__img {
    width: calc((376 / 1120) * 100%);
  }
  .f-design-sec__card--small .f-design-sec__area {
    width: calc((704 / 1120) * 100%);
  }
  .f-design-sec__card--voice {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 64px;
  }
  .f-design-sec__card--voice .f-design-sec__img {
    width: 52%;
  }
  .f-design-sec__card--voice .f-design-sec__area {
    width: 44%;
  }
  .f-design-sec__swiper {
    width: 100%;
  }
  .f-design-sec__swiper--right {
    text-align: right;
  }
  .f-design-sec__swiper--width {
    width: 68%;
  }
  .f-design-sec__swiper--width .f-design-sec__slide--max img {
    margin: 0 0 0 auto;
    height: 413px;
    width: 100%;
  }
  .f-design-sec__slide--max {
    padding-left: 40px;
  }
  .f-design-sec__slide--max img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .swiper-wrapper {
    padding-bottom: 30px;
  }
  .swiper-pagination__pagination {
    padding-left: 80px;
  }
  .swiper-pagination__pagination--width {
    left: auto;
    right: 0;
    -webkit-transform: translateX(0%) !important;
            transform: translateX(0%) !important;
    text-align: right !important;
  }
  .swiper-pagination-bullet {
    margin-left: 12px;
  }
  .swiper-pagination-bullet:first-of-type {
    margin-left: 0;
  }
  .f-design-modal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .f-design-modal__item {
    margin-top: 0;
    width: 49.2%;
  }
  .f-design-modal__sign {
    font-size: 14px;
    bottom: 21px;
    left: 24px;
  }
  .f-design-modal__icon {
    bottom: 8px;
    right: 8px;
    width: 40px;
    height: 40px;
  }
  .f-design-modal__box {
    width: calc((1040 / 1360) * 100%);
    max-width: 1200px;
  }
  .f-design-modal__closebtn {
    width: 40px;
    height: 40px;
  }
  .f-design-modal__inner {
    padding: 80px;
  }
  .f-design-modal__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .f-design-modal__band {
    width: calc((270 / 880) * 100%);
    padding: 0;
    text-align: right;
  }
  .f-design-modal__word {
    font-size: 14px;
  }
  .f-design-modal__name {
    font-size: 18px;
    margin-top: 24px;
    padding-bottom: 16px;
    padding-left: 32px;
  }
  .f-design-modal__bigimg {
    margin-top: 0;
    width: calc((590 / 880) * 100%);
    max-width: 600px;
  }
  .f-design-modal__paragraph {
    padding: 0;
    margin-top: 56px;
  }
  .f-design-modal__dialog {
    margin-top: 30px;
  }
  .f-design-modal__subttl {
    font-size: 18px;
    line-height: calc(28 / 18);
    padding-left: 48px;
  }
  .f-design-modal__subttl::before {
    width: 32px;
  }
  .f-design-modal__txt {
    font-size: 14px;
    line-height: calc(28 / 14);
    margin-top: 14px;
  }
  .f-design-modal__closeword {
    font-size: 18px;
    margin: 40px 0 0;
  }
  .year-round-kv__ttl {
    top: 43%;
  }
  .year-round-kv__ttl-main {
    padding: 10px 40px 10px 80px;
    font-size: 60px;
  }
  .year-round-kv__ttl-sub {
    padding: 10px 24px 10px 80px;
    font-size: 20px;
  }
  .year-round-lead {
    margin-top: 0;
  }
  .year-round-lead__inner {
    padding: 0;
  }
  .year-round-lead__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .year-round-lead__img {
    display: block;
    width: calc((380 / 1240) * 100%);
  }
  .year-round-lead__band {
    width: calc((780 / 1240) * 100%);
    padding-bottom: 80px;
  }
  .year-round-lead__ttl {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-right: 80px;
  }
  .year-round-lead__ttl-jp {
    padding: 8px 24px;
    font-size: 32px;
  }
  .year-round-lead__ttl-en {
    width: 64px;
  }
  .year-round-lead__paragraph {
    margin-top: 80px;
    margin-right: 80px;
  }
  .year-round-lead__txt {
    font-size: 18px;
    line-height: calc(36 / 18);
  }
  .year-round-list {
    margin-top: 120px;
  }
  .year-round-list__inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 80px 0 120px;
  }
  .year-round-list__head {
    width: calc((48 / 1040) * 100%);
  }
  .year-round-list__ttl {
    padding: 16px 8px;
    font-size: 32px;
  }
  .year-round-list__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: calc((930 / 1040) * 100%);
    margin-top: 6px;
  }
  .year-round-list__item {
    width: calc((100% / 2) - 8px);
    padding: 30px 0;
  }
  .year-round-list__item:nth-of-type(n + 3) {
    margin-top: 32px;
  }
  .year-round-list__item:nth-of-type(2) {
    margin-top: 0;
  }
  .year-round-list__num {
    padding-right: 15px;
    font-size: 15px;
  }
  .year-round-list__txt {
    margin-left: calc(15px + 1em);
    font-size: 18px;
  }
  .year-round-flow {
    margin-top: 128px;
  }
  .year-round-flow__inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 120px 120px 120px;
  }
  .year-round-flow__ttl {
    padding: 8px 24px;
    font-size: 32px;
  }
  .year-round-flow__list {
    margin-top: 40px;
  }
  .year-round-flow__list::after {
    left: 52px;
  }
  .year-round-flow__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 160px;
    margin-top: 8px;
    padding: 30px 56px 30px 93px;
  }
  .year-round-flow__item:first-of-type {
    margin-top: 0;
  }
  .year-round-flow__item:first-of-type::after {
    width: 100px;
  }
  .year-round-flow__item:last-of-type .year-round-flow__num {
    position: relative;
    top: 0;
    left: 0;
  }
  .year-round-flow__item:last-of-type::after {
    width: 80px;
  }
  .year-round-flow__deco {
    position: absolute;
    left: 0;
  }
  .year-round-flow__deco::after {
    left: 52px;
    width: 24px;
    height: 24px;
  }
  .year-round-flow__deco::before {
    left: 52px;
    width: 12px;
    height: 12px;
    border: solid 3px #fff;
  }
  .year-round-flow__left {
    width: calc((210 / 851) * 100%);
  }
  .year-round-flow__num {
    position: absolute;
    top: -24px;
    left: 0;
    width: 48px;
    font-size: 16px;
  }
  .year-round-flow__lead {
    margin-top: 0;
    font-size: 20px;
  }
  .year-round-flow__box {
    width: calc((640 / 851) * 100%);
    margin-top: 0;
  }
  .year-round-flow__txt {
    font-size: 14px;
    line-height: calc(28 / 14);
  }
  .year-round-flow__txt strong {
    font-size: 20px;
  }
  .year-round-faq__inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 80px 120px 120px 80px;
  }
  .year-round-faq__contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .year-round-faq__ttl {
    width: calc((190 / 1040) * 100%);
  }
  .year-round-faq__ttl-en {
    width: 180px;
  }
  .year-round-faq__ttl-jp {
    margin-top: 10px;
    font-size: 20px;
  }
  .year-round-faq__box {
    width: calc((725 / 1040) * 100%);
    margin-top: 0;
  }
  .year-round-faq__item {
    margin-top: 32px;
    padding-top: 32px;
  }
  .year-round-faq__item:first-of-type {
    margin-top: 15px;
  }
  .year-round-faq__num {
    top: -10px;
    padding-top: 10px;
    padding-right: 25px;
    font-size: 15px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .year-round-faq__question {
    padding-left: 72px;
    font-size: 16px;
  }
  .year-round-faq__answer {
    margin-top: 32px;
    padding: 32px 40px 32px 72px;
  }
  .year-round-faq__word {
    width: 50px;
  }
  .year-round-faq__txt {
    font-size: 14px;
    line-height: calc(28 / 14);
  }
  .year-round-nav {
    margin-top: 120px;
  }
  .year-round-nav__inner {
    padding-bottom: 100px;
  }
  .year-round-nav__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 10px;
  }
  .year-round-nav__btn {
    position: relative;
    width: calc((100% / 2) - 16px);
    height: auto;
    min-height: 104px;
    padding: 20px 80px 20px 42px;
  }
  .year-round-nav__btn:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 3vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 30px;
    height: 13px;
    background: url(../img/common/img_arrow.png) center right/cover no-repeat;
    opacity: 1;
  }
  .year-round-nav__btn:hover:after {
    -webkit-animation: hover-arrow 0.8s cubic-bezier(0.5, 0.25, 0, 1) 0s 1 normal forwards;
            animation: hover-arrow 0.8s cubic-bezier(0.5, 0.25, 0, 1) 0s 1 normal forwards;
  }
  .year-round-nav__btn:nth-of-type(n + 2) {
    margin-top: 0;
  }
  .year-round-nav__btn-txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .year-round-nav__btn-en {
    display: inline-block;
    width: 70px;
    margin-top: 0;
  }
  .year-round-nav__btn-jp {
    display: inline-block;
    margin-top: 0;
    margin-left: 45px;
    font-size: 14px;
    line-height: calc(28 / 14);
  }
  .year-round-nav__paragraph {
    margin-top: 96px;
  }
  .year-round-nav__ttl {
    font-size: 24px;
  }
  .year-round-nav__area {
    margin-top: 30px;
  }
  .year-round-nav__item {
    width: calc(100% / 4);
  }
  .year-round-nav__img {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .year-round-nav__txt {
    padding: 6px 12px;
    font-size: 16px;
  }
  .sdgs {
    padding: 180px 0 0;
  }
  .sdgs-ttl-01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 8px;
  }
  .sdgs-ttl-01__main-wrapper {
    margin: 0 30px 0 0;
  }
  .sdgs-ttl-01__main {
    width: 41.10294vw;
    height: 9.04412vw;
    max-width: 559px;
    max-height: 123px;
    -webkit-transform: translate3d(0, 115%, 0);
            transform: translate3d(0, 115%, 0);
  }
  .sdgs-ttl-01__sub {
    padding-bottom: 2.20588vw;
  }
  .sdgs-kv::before {
    top: -180px;
    right: calc((-100vw + (100% + 120px)) * 0.5);
    width: 480px;
    height: calc(100% + 180px);
  }
  .sdgs-kv__head {
    margin-bottom: 80px;
    padding-left: 60px;
  }
  .sdgs-kv__txt {
    max-width: 820px;
    padding-left: 30px;
    border-left: 2px solid #aaa;
    font-size: 1.4rem;
  }
  .sdgs-kv__body {
    background: url(../img/about/sdgs/img_about_sdgs_kv_md.jpg) top left/cover no-repeat;
    height: 500px;
    margin: 0 calc((-100vw + (100% + 120px)) * 0.5) 0 0;
  }
  .sdgs-sec-ttl {
    padding-top: 36px;
    font-size: 2.4rem;
  }
  .sdgs-sec-ttl:before {
    width: 40px;
    height: 4px;
  }
  .sdgs-sec-txt {
    font-size: 1.4rem;
    line-height: 2.285;
  }
  .sdgs-vision__inner {
    margin-top: 96px;
  }
  .sdgs-vision__ttl {
    padding-top: 40px;
  }
  .sdgs-vision__ttl:before {
    width: 40px;
    height: 4px;
  }
  .sdgs-vision__letter--sub {
    font-size: 3.2rem;
    line-height: 1.75;
  }
  .sdgs-vision__letter--main {
    font-size: 4.0rem;
    line-height: 1.4;
  }
  .sdgs-vision__lead {
    margin-top: 40px;
  }
  .sdgs-vision-fig__label {
    top: 16.16541%;
    font-size: 1.5rem;
    line-height: 1.86;
  }
  .sdgs-vision-fig__img {
    padding: 16px;
  }
  .sdgs-vision-goal__ttl {
    font-size: 1.8rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sdgs-vision-goal__main {
    width: 40.03676vw;
    max-width: 363px;
    margin-top: 0;
  }
  .sdgs-vision-goal__item {
    min-width: 160px;
    min-height: 160px;
  }
  .sdgs-vision-goal__item:before {
    width: 17.64706vw;
    height: 17.64706vw;
    max-width: 160px;
    max-height: 160px;
  }
  .sdgs-vision-goal__sub-ttl {
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .sdgs-vision-goal__txt {
    margin-top: 12px;
    line-height: 1.7;
  }
  .sdgs-materiality__inner {
    margin-top: 120px;
  }
  .sdgs-materiality__lead {
    margin-top: 36px;
  }
  .sdgs-materiality__main {
    margin-top: 156px;
  }
  .sdgs-materiality__en {
    font-size: 2.0rem;
  }
  .sdgs-materiality__detail {
    padding-left: 20px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .sdgs-materiality__detail:before {
    width: 4px;
  }
  .sdgs-materiality__icons {
    margin-top: 20px;
  }
  .sdgs-materiality__icon {
    width: 2.94118vw;
    max-width: 40px;
  }
  .sdgs-materiality__icon + .sdgs-materiality__icon {
    margin-left: 8px;
  }
  .sdgs-aim__inner {
    margin-top: 120px;
  }
  .sdgs-aim__lead {
    margin-top: 36px;
  }
  .sdgs-aim__main {
    margin-top: 32px;
    padding: 80px 0;
  }
  .sdgs-aim__box + .sdgs-aim__box {
    margin-top: 62px;
  }
  .sdgs-aim__label {
    font-size: 1.8rem;
  }
  .sdgs-aim__txt {
    margin-top: 30px;
  }
  .sdgs-aim__notice {
    margin-top: 20px;
    font-size: 1.2rem;
    line-height: 2.66;
  }
  .sdgs-example__inner {
    margin: 120px 0 136px;
  }
  .sdgs-example__main {
    margin-top: 74px;
  }
  .sdgs-example-cont + .sdgs-example-cont .sdgs-example-cont__inner {
    margin-top: 140px;
  }
  .sdgs-example-cont__num {
    font-size: 8.0rem;
  }
  .sdgs-example-cont__ttl {
    margin-top: 10px;
    margin-left: 18px;
    font-size: 3.2rem;
  }
  .sdgs-example-cont__ttl--sub {
    font-size: 1.8rem;
  }
  .sdgs-example-cont__box {
    margin-top: 78px;
  }
  .sdgs-example-cont__sub-ttl {
    font-size: 1.8rem;
    line-height: 1.77;
  }
  .sdgs-example-cont__txt {
    margin-top: 30px;
  }
  .sdgs-example-cont__icons {
    margin-top: 30px;
    gap: 0 16px;
    grid-template-columns: repeat(6, 64px);
  }
  .sdgs-example-cont__icon {
    width: 64px;
  }
  .sdgs-example-cont__link {
    margin-top: 30px;
    font-size: 1.4rem;
  }
  .sdgs-example-cont__external {
    width: 12px;
    height: 12px;
    margin-left: 4px;
  }
  .sdgs-example-cont__external:before, .sdgs-example-cont__external:after {
    width: 8px;
    height: 8px;
  }
  .top-btn-bottom__btn {
    position: relative;
    width: 42%;
    max-width: 550px;
    padding: 24px 40px;
    border: solid 2px #fff;
  }
  .top-btn-bottom__btn:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 40px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 40px;
    height: 18px;
    background: url(../img/common/img_arrow.png) center right/cover no-repeat;
    opacity: 1;
  }
  .top-btn-bottom__btn:hover:after {
    -webkit-animation: hover-arrow 0.8s cubic-bezier(0.5, 0.25, 0, 1) 0s 1 normal forwards;
            animation: hover-arrow 0.8s cubic-bezier(0.5, 0.25, 0, 1) 0s 1 normal forwards;
  }
  .top-btn-bottom__txt {
    font-size: 24px;
  }
}

@media screen and (min-width: 768px) and (max-width: 949px) {
  .pioneer-timeline__milestone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 0 30px 0;
  }
}

@media screen and (min-width: 950px) {
  .footer-top__item {
    width: 50%;
    height: 180px;
    position: relative;
  }
  .footer-top__item:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 7vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 50px;
    height: 22px;
    background: url(../img/common/img_arrow.png) center right/cover no-repeat;
    opacity: 1;
  }
  .footer-top__item:hover:after {
    -webkit-animation: hover-arrow 0.8s cubic-bezier(0.5, 0.25, 0, 1) 0s 1 normal forwards;
            animation: hover-arrow 0.8s cubic-bezier(0.5, 0.25, 0, 1) 0s 1 normal forwards;
  }
  .footer-top__ttl--01 {
    width: 91px;
    height: 38px;
  }
  .footer-top__ttl--02 {
    width: 176px;
    height: 41px;
  }
  .single-kv-ttl__inner::before {
    height: 40px;
  }
  .single-kv-ttl__sub {
    margin: 0 0 8px 30px;
    font-size: 3.2rem;
  }
  .construction-whats-icon__eng {
    font-size: 1.4rem;
  }
  .construction-whats-icon__ttl {
    font-size: 1.8rem;
  }
  .construction-sec-business {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto 10px;
    padding: 80px 130px 80px 80px;
  }
  .construction-sec-business__cont {
    width: 60%;
  }
  .information-nav__link {
    font-size: 1.8rem;
  }
  .faq-question__txt .br-sp::before {
    content: "";
    white-space: normal;
  }
  .welfare-cont__td {
    padding: 18px 0;
    font-size: 1.4rem;
    line-height: 1.78571;
  }
  .global-group::before {
    left: 22px;
  }
  .global-group__head {
    padding: 70px 120px 25px;
  }
  .global-group__body {
    background: url(../img/about/global/bg2.png) center top/1320px 550px no-repeat, url(../img/about/global/bg1.jpg) top left/cover no-repeat;
    height: 550px;
    margin: 0 calc((-100vw + (100% + 120px)) * 0.5);
    padding: 0;
  }
  .global-group__body .global-graph {
    height: 100%;
  }
  .global-group__body .global-graph ul li {
    margin: 0;
  }
  .global-group__body .global-graph ul li a {
    display: block;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
  }
  .global-group__body .global-graph ul li a.p1 {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    margin: 65px 0 0 -150px;
  }
  .global-group__body .global-graph ul li a.p2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    margin: -24px 0 0 -172px;
  }
  .global-group__body .global-graph ul li a.p3 {
    margin: -25px 0 0 162px;
  }
  .global-group__body .global-graph ul li a.p4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-transform: translate(-100%, -100%);
            transform: translate(-100%, -100%);
    margin: 5px 0 0 -115px;
  }
  .global-group__body .global-graph ul li a.p5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 35px 0 0 -145px;
  }
  .global-group__body .global-graph ul li a.p5 span {
    padding: 0 0 0 5px;
  }
  .global-group__body .global-graph ul li a span {
    display: block;
    font-size: 1.2rem;
  }
  .global-tech {
    padding: 0 40px;
  }
  .global-tech__head {
    padding: 110px 120px 60px;
  }
  .global-tech__head.is-last {
    padding: 90px 120px 110px;
  }
  .next-contents__wrap {
    padding: 0 40px;
  }
  .next-contents__head {
    padding: 0 0 0 60px;
  }
  .challenge-ttl-01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-bottom: 30px;
  }
  .challenge-ttl-01__main {
    background: url(../img/about/challenge/txt_challenge_01_pc.png) 10px/contain no-repeat;
    width: 435px;
    height: 96px;
    -webkit-transform: translate3d(0, 115%, 0);
            transform: translate3d(0, 115%, 0);
  }
  .challenge-ttl-01__sub {
    margin-bottom: 17px;
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    font-size: 1.6rem;
    width: calc(100% - 435px - 30px);
  }
  .challenge-navi {
    margin-bottom: -25px;
  }
  .challenge-navi .challenge-ttl {
    margin-bottom: 80px;
    border-top: 2px solid #f3f3f3;
  }
  .challenge-navi .challenge-ttl__sub {
    top: 35px;
    left: 25px;
    font-size: 1.6rem;
    -webkit-transform: rotate(90deg) translateY(-100%);
            transform: rotate(90deg) translateY(-100%);
  }
  .challenge-navi .challenge-ttl::before {
    top: -2px;
    left: 0;
    width: 60px;
    height: 2px;
  }
  .challenge-navi ul {
    padding: 0 60px;
  }
  .challenge-navi ul li {
    height: 50px;
    width: 31.25%;
    max-width: 250px;
    margin-bottom: 25px;
  }
  .challenge-navi ul li a {
    font-size: 1.4rem;
    padding: 0 5px;
  }
  .flexbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flexbox .flex-item {
    width: 50%;
  }
  .flexbox .flex-item .challenge-img {
    height: 27.8vw;
    margin: 30px auto 40px;
  }
  .flexbox .flex-item .challenge-container {
    width: auto;
    height: calc(100% - 27.8vw - 70px);
    margin: 0 2.7778vw 4.1667vw 2.7778vw;
    position: relative;
    padding: 3.8194vw 4.1667vw 4.3889vw;
  }
  .flexbox .flex-item .challenge-container .challenge-container__ttl {
    padding: 0 0 20px;
  }
  .flexbox .flex-item .challenge-container .challenge-see-detail {
    position: absolute;
    right: 60px;
    bottom: 40px;
    padding: 0;
  }
  .flexbox .flex-item + .flex-item {
    margin-top: 0;
  }
  .pioneer-timeline__milestone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 40px 30px 40px;
  }
  .pioneer-130th_anniversary {
    position: relative;
    margin: 60px 0 120px;
  }
  .pioneer-130th_anniversary .pioneer-content__img {
    position: absolute;
    right: 50%;
    width: auto;
    max-width: 480px;
  }
  .pioneer-130th_anniversary .pioneer-content__body {
    margin-left: 50%;
    padding: 0 30px 55px 50px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 480px;
  }
  .pioneer-130th_anniversary .pioneer-content__body::before {
    left: -300px;
    top: 50px;
    right: 0;
    bottom: 0;
  }
  .pioneer-130th_anniversary .pioneer-content__heading {
    margin-bottom: 30px;
  }
  .pioneer-130th_anniversary .pioneer-content__heading--sub {
    font-size: 2.4rem;
  }
  .pioneer-130th_anniversary .pioneer-content__heading--ttl {
    font-size: 12rem;
  }
  .pioneer-130th_anniversary .pioneer-content__heading--ttl .fs_6rem {
    font-size: 6rem;
  }
  .pioneer-130th_anniversary .pioneer-content__ttl {
    font-size: 1.8rem;
    margin-bottom: 28px;
  }
  .pioneer-130th_anniversary .pioneer-content__txt {
    font-size: 1.3rem;
  }
  .project-detal-kv__image {
    width: 59%;
    max-width: 200px;
  }
  .project-flow__arrow {
    max-width: 80px;
    max-height: 80px;
  }
  .sdgs-vision__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .sdgs-vision__lead {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 50%;
  }
  .sdgs-vision__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
    margin-left: calc(50% - 50vw);
    padding-left: calc(50vw - 50% - 2.9vw);
  }
  .sdgs-vision-fig {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 39.11765vw;
    max-width: 532px;
  }
  .sdgs-vision-goal {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .sdgs-vision-goal:before {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 166, 51, 0)), to(rgba(0, 166, 51, 0.25)));
    background: -webkit-linear-gradient(left, rgba(0, 166, 51, 0) 0%, rgba(0, 166, 51, 0.25) 100%);
    background: linear-gradient(90deg, rgba(0, 166, 51, 0) 0%, rgba(0, 166, 51, 0.25) 100%);
    width: 134.75177%;
    height: 100%;
  }
  .sdgs-materiality__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sdgs-materiality__lead {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 50%;
  }
  .sdgs-materiality__fig {
    display: block;
    margin-left: calc(50% - 50vw);
    padding-left: calc(50vw - 50% - 2.9vw);
  }
  .sdgs-materiality__cont {
    display: none;
  }
  .sdgs-aim__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sdgs-aim__lead {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 50%;
  }
  .sdgs-aim__main:before {
    content: "";
    background: #00a633;
    position: absolute;
    top: 0;
    left: 8.82353vw;
    width: 50vw;
    height: 100%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    z-index: -1;
  }
  .sdgs-aim__box {
    display: grid;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 4.41176vw;
    grid-template-columns: 1fr 50%;
    grid-template-rows: auto;
  }
  .sdgs-aim__article {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
  }
  .sdgs-aim__fig {
    margin-top: 0;
    padding-bottom: 0;
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }
  .sdgs-aim__fig:before {
    content: none;
  }
  .sdgs-example-cont__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .sdgs-example-cont__lead {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 50%;
    margin-top: 0;
    margin-left: auto;
  }
  .sdgs-example-cont__box {
    display: grid;
    gap: 0 4.41176vw;
    grid-template-columns: 1fr 50%;
    grid-template-rows: auto;
  }
  .sdgs-example-cont__article {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
  }
  .sdgs-example-cont__fig {
    margin-top: 0;
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }
}

@media screen and (min-width: 1024px) {
  .top-message__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .top-message__bg {
    background-image: url(../img/top/bg_message_pc.jpg);
    width: 28%;
  }
  .top-message__item {
    width: 50%;
    margin-bottom: 0;
    padding-left: 100px;
  }
  .top-message-ttl {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-bottom: 60px;
  }
  .top-message-ttl__main {
    width: 162px;
    height: 46.4px;
  }
  .top-message__paragraph {
    margin-bottom: 25px;
  }
  .top-message__txt {
    text-align: left;
  }
  .top-message__fig {
    width: 40.2vw;
    height: 24.3vw;
    max-width: 580px;
    max-height: 350px;
  }
  .top-message__img {
    background-size: auto 120%;
    width: calc(100% / 3 - 20px);
  }
  .top-message__img--02 {
    background-position: top -78px center;
    margin-top: 78px;
  }
  .top-movie-ttl {
    margin-bottom: 0;
  }
  .top-movie__fig {
    margin-bottom: 20px;
  }
  .top-movie__fig:nth-of-type(odd) {
    margin-right: 40px;
  }
  .top-movie-btn {
    margin: 60px 0 0;
  }
  .media-index-kv-logo__img {
    margin: 0;
  }
  .media-index-kv-logo__txt {
    font-size: 2.4rem;
  }
  .media-index-article__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .media-index-article__box {
    width: calc(100% - 300px);
    margin-left: 35px;
  }
  .field-jobs-nav__item {
    width: calc((100% - 25px * 3) / 4);
  }
  .field-jobs-nav__item:nth-child(n + 3) {
    margin-top: 0;
  }
  .field-jobs-nav__item:nth-child(n + 5) {
    margin-top: 25px;
  }
  .welfare-cont__fig {
    padding-left: 50px;
  }
  .project-detal-kv__profile {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .project-detal-kv__item {
    margin-right: 2%;
    width: 32%;
  }
  .project-detal-kv__item:nth-of-type(n + 3) {
    margin-top: 0;
  }
  .project-detal-kv__item:nth-of-type(n + 4) {
    margin-top: 200px;
  }
  .project-flow__number {
    width: 60%;
  }
}

@media screen and (min-width: 1280px) {
  .media-side-link__txt {
    font-size: 1.3rem;
  }
  .field-jobs__cont {
    max-width: none;
  }
  .field-jobs__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .field-jobs__fig {
    margin: 0;
  }
  .field-jobs__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(100% - (600px + 60px));
    margin-left: 60px;
  }
  .field-jobs__ttl {
    text-align: left;
  }
  .field-jobs__btn {
    margin: 0;
  }
  .single-outline {
    margin: -150px calc(50% - 50vw + 120px * 0.5) 120px 260px;
    padding: 60px calc(50vw - 50% - 120px * 0.5) 60px 80px;
  }
  .single-cont {
    position: relative;
    margin-bottom: 140px;
    padding-left: 260px;
  }
  .single-nav {
    display: block;
    background: none;
    position: absolute;
    top: 0;
    bottom: auto;
    left: auto;
    width: auto;
    height: auto;
    -webkit-transform: translateX(-260px);
            transform: translateX(-260px);
  }
  .single-nav--architecture .single-nav__drawer {
    background: none;
  }
  .single-nav--architecture .single-nav__link:hover {
    color: #c21b59;
  }
  .single-nav--architecture .single-nav__link.is-active {
    color: #c21b59;
  }
  .single-nav--design .single-nav__drawer {
    background: none;
  }
  .single-nav--design .single-nav__link:hover {
    color: #bc2121;
  }
  .single-nav--design .single-nav__link.is-active {
    color: #bc2121;
  }
  .single-nav--information .single-nav__drawer {
    background: none;
  }
  .single-nav--information .single-nav__link:hover {
    color: #208281;
  }
  .single-nav--information .single-nav__link.is-active {
    color: #208281;
  }
  .single-nav--civilengineering .single-nav__drawer {
    background: none;
  }
  .single-nav--civilengineering .single-nav__link:hover {
    color: #b9a100;
  }
  .single-nav--civilengineering .single-nav__link.is-active {
    color: #b9a100;
  }
  .single-nav--equipment .single-nav__drawer {
    background: none;
  }
  .single-nav--equipment .single-nav__link:hover {
    color: #175192;
  }
  .single-nav--equipment .single-nav__link.is-active {
    color: #175192;
  }
  .single-nav--engineering .single-nav__drawer {
    background: none;
  }
  .single-nav--engineering .single-nav__link:hover {
    color: #ca7000;
  }
  .single-nav--engineering .single-nav__link.is-active {
    color: #ca7000;
  }
  .single-nav--mechanical .single-nav__drawer {
    background: none;
  }
  .single-nav--mechanical .single-nav__link:hover {
    color: #458838;
  }
  .single-nav--mechanical .single-nav__link.is-active {
    color: #458838;
  }
  .single-nav--office .single-nav__drawer {
    background: none;
  }
  .single-nav--office .single-nav__link:hover {
    color: #884270;
  }
  .single-nav--office .single-nav__link.is-active {
    color: #884270;
  }
  .single-nav__inner {
    display: none;
  }
  .single-nav__drawer {
    display: block;
    position: static;
    padding: 0;
    text-align: left;
  }
  .single-nav__link {
    color: #6c6c6c;
  }
  .single-nav__link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -40px;
    width: 4px;
    height: 4px;
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
  }
  .single-nav.is-fixed {
    position: fixed;
    top: 240px;
  }
  .single-nav.is-footer {
    position: absolute;
    top: auto;
    bottom: 0;
    opacity: 1;
  }
  .single-sec__bg {
    background: #f3f3f3;
    position: absolute;
    top: -120px;
    left: calc(100% - 200px);
    width: calc(50vw - 50% - 120px + 200px);
    height: calc(100% + 120px);
    z-index: -1;
  }
  .single-point-figs {
    margin-right: calc(50% - 50vw + 120px * 2);
  }
  .single-career-fig__inner {
    margin-right: calc(50% - 50vw + 120px * 0.5 + 15px + 260px * 0.5);
  }
  .project-detal__right {
    right: 90px;
  }
  .project-detal__chapter--reverse .project-detal__right {
    right: -80px;
  }
  .project-flow__number {
    font-size: 36px;
    width: 80%;
  }
  .sdgs-ttl-01__sub {
    padding-bottom: 30px;
  }
  .sdgs-aim__main:before {
    left: 120px;
  }
  .sdgs-aim__box {
    gap: 0 60px;
  }
  .sdgs-example-cont__box {
    gap: 0 60px;
  }
}

@media screen and (min-width: 1440px) {
  .media-index-kv-item-txt__ttl {
    font-size: 2.8rem;
  }
}

@media screen and (min-width: 1500px) {
  .project-detal-kv__subinner::before {
    right: -30px;
  }
}

@media screen and (max-width: 950px) {
  .global-group__body .global-graph ul {
    width: 86.7%;
    max-width: 560px;
    margin: 0 auto;
  }
  .global-group__body .global-graph ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50px;
    background-color: #4b8eab;
    color: #fff;
    border-radius: 25px;
    font-size: 1.3rem;
    position: relative;
  }
  .global-group__body .global-graph ul li a::after {
    content: "";
    background: url(../img/common/img_arrow.png) center right/cover no-repeat;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 21px;
    height: 9px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .global-group__body .global-graph ul li a img {
    width: 50px;
    height: 50px;
  }
  .global-group__body .global-graph ul li a span {
    display: inline-block;
    padding: 0 0 0 15px;
  }
}

@media screen and (max-width: 768px) {
  .top-kv-pattern--01 .top-kv-curve--03.move {
    -webkit-animation: slide-in-sp1 4.5s linear 0s 1 normal forwards;
            animation: slide-in-sp1 4.5s linear 0s 1 normal forwards;
  }
  .top-kv-pattern--02 .top-kv-curve--03.move {
    -webkit-animation: slide-in-sp2 4.5s linear 0s 1 normal forwards;
            animation: slide-in-sp2 4.5s linear 0s 1 normal forwards;
  }
  .top-kv-pattern--03 .top-kv-curve--03.move {
    -webkit-animation: slide-in-sp2 4.5s linear 0s 1 normal forwards;
            animation: slide-in-sp2 4.5s linear 0s 1 normal forwards;
  }
  .top-kv__inner.move .top-kv-curve--03 .top-kv-curve__fig {
    -webkit-animation: rotate 0.2s ease-out 0.1s 1 normal forwards;
            animation: rotate 0.2s ease-out 0.1s 1 normal forwards;
  }
  body.mfp-active {
    overflow: hidden;
    -webkit-overflow-scrolling: auto;
  }
  .people-modal {
    max-height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .people-modal#p2 {
    background-size: 36% auto;
  }
  .people-modal#p3 {
    background-size: 50% auto;
  }
  .people-modal#p4 {
    background-size: 36% auto;
  }
  .people-modal#p5 {
    background-size: 36% auto;
  }
}

@media screen and (max-width: 767px) {
  .side-nav-list__ul.is-active {
    max-height: 500px;
    visibility: visible;
    opacity: 1;
    padding-bottom: 22.5px;
    -webkit-transition: padding-bottom 0.2s linear 0s;
    transition: padding-bottom 0.2s linear 0s;
  }
  .side-nav-list__ul.is-active .side-nav-list__li {
    margin-bottom: 15px;
  }
  .hidden-sp {
    display: none;
  }
}

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