@charset "UTF-8";
/*
	Theme Name: kiyomine
	Author: em.inc
	Version:
*/
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
@import url("//fonts.googleapis.com/css?family=Roboto:300,400,500,700");
@import url("//fonts.googleapis.com/earlyaccess/notosansjp.css");
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

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

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* default setting */
body {
  background-color: #fff;
  color: #000;
  font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #148df0;
  text-decoration: none;
}

@media print, screen and (min-width: 768px) {
  a {
    transition: 200ms;
  }
}

ul {
  list-style: none;
}

p {
  font-size: 14px;
  line-height: 2;
}

@media print, screen and (min-width: 768px) {
  p {
    font-size: 16px;
  }
}

input:-ms-input-placeholder {
  color: #a3a3a3;
}

@media print, screen and (max-width: 767px) {
  body:not(.home) {
    padding-top: 70px;
  }
  img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
  .pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) {
  body:not(.home) {
    padding-top: 70px;
  }
  img {
    vertical-align: top;
  }
  .sp {
    display: none !important;
  }
  select {
    padding: 6px 18px;
  }
}

/* blocks */
.Access {
  padding-bottom: 40px;
}

.Access .Access__item {
  margin-bottom: 22px;
}

.Access .Access__map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 57%;
}

.Access .Access__map iframe {
  vertical-align: top;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.Access .Access__textArea {
  background-color: #fff;
  padding: 20px 25px;
}

.Access .Access__branch {
  font-size: 21px;
  padding-bottom: 5px;
}

.Access .Access__addressList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.Access .Access__title {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  font-size: 12px;
  color: #000;
  font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 600;
  letter-spacing: 0.07em;
  line-height: 1.3;
  padding-bottom: 13px;
}

.Access .Access__data {
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
  font-size: 12px;
  color: #111;
  font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 400;
  line-height: 1.3;
  padding-bottom: 13px;
}

.Access .Access__data span{display: inline-block;width: 20%;}

@media print, screen and (min-width: 768px) {
  .Access {
    padding-bottom: 60px;
  }
  .Access .Access__item {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 43px;
  }
  .Access .Access__map {
    -ms-flex: 0 0 56.5%;
    flex: 0 0 56.5%;
    max-width: 56.5%;
    padding-top: 34%;
  }
  .Access .Access__textArea {
    -ms-flex: 0 0 43.5%;
    flex: 0 0 43.5%;
    max-width: 43.5%;
    padding: 20px 40px;
  }
  .Access .Access__branch {
    font-size: 34px;
    padding-bottom: 15px;
  }
  .Access .Access__title {
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    max-width: 22%;
    font-size: 14px;
    line-height: 1.75;
  }
  .Access .Access__data {
    -ms-flex: 0 0 78%;
    flex: 0 0 78%;
    max-width: 78%;
    font-size: 14px;
    line-height: 1.75;
  }
}

.Anchorlink {
  padding: 30px 0 18px;
}

.Anchorlink .Anchorlink__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.Anchorlink .Anchorlink__item {
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  max-width: 48%;
  margin-bottom: 17px;
}

.Anchorlink .Anchorlink__link {
  font-size: 12px;
  color: #000;
  font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 400;
  display: block;
  padding-bottom: 7px;
  border-bottom: 1px solid #000;
  padding-right: 15px;
  position: relative;
  display: flex;
  align-items: center;
}

.Anchorlink .Anchorlink__link:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background-image: url(../../common/images/company/arrow.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  position: absolute;
  top: 25%;
  right: 0;
}

.Anchorlink .Anchorlink__text {
  font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 400;
}

.Anchorlink.-csr .Anchorlink__item.-row1, .Anchorlink.-recruit .Anchorlink__item.-row1 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media print, screen and (min-width: 768px) {
  .Anchorlink {
    padding: 55px 0 62px;
  }
  .Anchorlink .Anchorlink__item {
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 23%;
    margin-bottom: 0px;
  }
  .Anchorlink .Anchorlink__item.-recruit {
    -ms-flex: 0 0 31.54%;
    flex: 0 0 31.54%;
    max-width: 31.54%;
  }
  .Anchorlink .Anchorlink__item.-business {
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
    max-width: 18%;
  }
  .Anchorlink .Anchorlink__link {
    font-size: 18px;
    padding-bottom: 13px;
    border-bottom: 2px solid #000;
    padding-right: 30px;
    height: 100%;
  }
  .Anchorlink .Anchorlink__link:after {
    width: 14px;
    height: 14px;
    right: 4%;
    top: auto;
    bottom: 20px;
  }
  .Anchorlink .Anchorlink__link:hover {
    color: #0095d9;
    border-bottom: 2px solid #0095d9;
  }
  .Anchorlink .Anchorlink__link:hover:after {
    background-image: url(../../common/images/company/arrow_bl.svg);
  }
  .Anchorlink.-csr .Anchorlink__item {
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
  }/* 250521_d-hack */
  .Anchorlink.-csr .Anchorlink__item.-row1 {
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
  }/* 250521_d-hack */
  .Anchorlink.-product {
    padding-top: 30px;
    padding-bottom: 100px;
  }
  .Anchorlink.-product .Anchorlink__item {
    -ms-flex: 0 0 calc( 195/1100 * 100%);
    flex: 0 0 calc( 195/1100 * 100%);
    max-width: calc( 195/1100 * 100%);
  }
  .Anchorlink.-business {
    padding-top: 30px;
    padding-bottom: 96px;
  }
}

.BreadcrumbList {
  color: #666;
  font-size: 10px;
}

.BreadcrumbList.-history {
  position: relative;
  z-index: 98;
  color: #fff;
}

.BreadcrumbList .BreadcrumbList__inner {
  padding-left: 15px;
  padding-right: 15px;
}

.BreadcrumbList .BreadcrumbList__text {
  display: inline-block;
  padding-right: 20px;
  position: relative;
  font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 400;
}

.BreadcrumbList .BreadcrumbList__text:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 68%;
  width: 4px;
  height: 4px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  -webkit-transform: translate(50%, -50%) rotate(45deg);
  -ms-transform: translate(50%, -50%) rotate(45deg);
  transform: translate(50%, -50%) rotate(45deg);
}

.BreadcrumbList .BreadcrumbList__text:last-child:after {
  content: none;
}

.BreadcrumbList .BreadcrumbList__text a {
  color: #666;
}

.BreadcrumbList .BreadcrumbList__text.-history a {
  color: #fff;
}

.BreadcrumbList .BreadcrumbList__text.-history::after {
  border-color: #fff;
}

@media print, screen and (min-width: 768px) {
  .BreadcrumbList {
    font-size: 12px;
    padding-top: 64px;
  }
  .BreadcrumbList .BreadcrumbList__inner {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
  .BreadcrumbList .BreadcrumbList__item {
    font-size: 0;
  }
  .BreadcrumbList .BreadcrumbList__text {
    font-size: 12px;
    padding-right: 23px;
  }
}

.Btn1.-recruit {
  margin-top: 20px;
}

.Btn1.-recruit.-recruitment {
  margin-top: 43px;
}

.Btn1 .Btn1__link {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background-color: #0095d9;
  border-radius: 0;
  height: 55px;
  outline: none;
}

.Btn1 .Btn1__link.-recruitment {
  background-color: #ffb000;
}

.Btn1 .Btn1__text {
  color: #fff;
  font-size: 13px;
  line-height: 1;
  font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 500;
  letter-spacing: 0.07em;
}

.Btn1 .Btn1__link:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 13px;
  width: 10px;
  height: 2px;
  background: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.Btn1 .Btn1__link:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 13px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.Btn1.-small .Btn1__link {
  height: 30px;
}

.Btn1.-small .Btn1__text {
  font-size: 10px;
}

.Btn1.-small .Btn1__link:before {
  width: 8px;
}

.Btn1.-small .Btn1__link:after {
  width: 6px;
  height: 6px;
}

.Btn1.-left .Btn1__link {
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 12px;
}

.Btn1.-white .Btn1__link {
  background-color: #fff;
}

.Btn1.-white .Btn1__text {
  color: #000;
}

.Btn1.-white .Btn1__link:before {
  background: #000;
}

.Btn1.-white .Btn1__link:after {
  border-color: #000;
}

@media print, screen and (min-width: 768px) {
  .Btn1 {
    width: 248px;
    height: 58px;
    display: block;
    margin: 0 auto;
  }
  .Btn1.-recruit {
    width: 418px;
    margin-top: 20px;
  }
  .Btn1.-recruit.-recruitment {
    width: 413px;
    margin-top: 72px;
  }
  .Btn1 .Btn1__link.-recruitment {
    height: 70px;
  }
  .Btn1 .Btn1__link.-recruitment::before {
    width: 16px;
    right: 16px;
  }
  .Btn1 .Btn1__link.-recruitment::after {
    width: 10px;
    height: 10px;
    right: 17px;
  }
  .Btn1 .Btn1__link:hover {
    opacity: 0.8;
  }
  .Btn1 .Btn1__text {
    font-size: 14px;
  }
  .Btn1 .Btn1__text.-recruitment {
    font-size: 20px;
  }
  .Btn1 .Btn1__link:before {
    transition: 100ms;
  }
  .Btn1 .Btn1__link:after {
    transition: 100ms;
  }
  .Btn1.-small .Btn1__link {
    height: 40px;
  }
  .Btn1.-small .Btn1__text {
    font-size: 13px;
  }
}

.Burger {
  display: block;
  cursor: pointer;
}

.Burger .Burger__border {
  fill: white;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: translate(0, 0) rotate(0);
  -ms-transform: translate(0, 0) rotate(0);
  transform: translate(0, 0) rotate(0);
  opacity: 1;
}

.Burger.-open .Burger__border.-border1 {
  -webkit-transform: translate(5px, -5px) rotate(45deg);
  -ms-transform: translate(5px, -5px) rotate(45deg);
  transform: translate(5px, -5px) rotate(45deg);
}

.Burger.-open .Burger__border.-border2 {
  opacity: 0;
}

.Burger.-open .Burger__border.-border3 {
  -webkit-transform: translate(5px, 5px) rotate(-45deg);
  -ms-transform: translate(5px, 5px) rotate(-45deg);
  transform: translate(5px, 5px) rotate(-45deg);
}

.Contact .Contact__title {
  font-size: 29px;
  font-weight: normal;
  line-height: 1;
  position: relative;
}

.Contact .Contact__title:before {
  content: '';
  position: absolute;
  top: 50%;
  right: calc(50% - 25px);
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  background-image: url(../images/contact/contact_text_sp.svg);
  background-size: 309px auto;
  width: 309px;
  height: 48px;
}

.Contact .Contact__text {
  font-size: 14px;
  color: #111;
  margin-top: 19px;
}

@media print, screen and (min-width: 768px) {
  .Contact .Contact__itemTitle {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 1110px;
    margin-right: auto;
    margin-left: auto;
  }
  .Contact .Contact__itemTitle:before {
    content: '';
    position: absolute;
    top: 50%;
    right: -10%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../images/contact/contact_text_pc.svg);
    background-size: 743px auto;
    width: 743px;
    height: 115px;
  }
  .Contact .Contact__title {
    font-size: 58px;
    min-width: 400px;
  }
  .Contact .Contact__title:before {
    content: none;
  }
  .Contact .Contact__text {
    min-width: 412px;
    font-size: 18px;
    line-height: 1.6;
    margin-top: 0;
    margin-left: 0;
  }
  .Contact .Contact__itemForm {
    width: 768px;
    margin-left: auto;
    margin-right: auto;
  }
}

.ContactComplete {
  margin: 25px 0 160px;
  padding-top: 16px;
  overflow: hidden;
}

.ContactComplete .ContactComplete__title {
  font-size: 29px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.ContactComplete .ContactComplete__content {
  text-align: center;
  margin-top: 45px;
  padding-bottom: 39px;
  border-bottom: 1px solid #e8e8e8;
}

.ContactComplete .ContactComplete__intro {
  font-size: 12px;
  font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 400;
}

.ContactComplete .ContactComplete__intro:last-child {
  margin-top: 38px;
}

.ContactComplete .ContactComplete__button {
  margin-top: 50px;
}

@media print, screen and (min-width: 768px) {
  .ContactComplete {
    margin-top: 43px;
    padding-top: 40px;
  }
  .ContactComplete .ContactComplete__title {
    font-size: 52px;
  }
  .ContactComplete .ContactComplete__content {
    margin-top: 86px;
    padding-bottom: 60px;
  }
  .ContactComplete .ContactComplete__intro {
    font-size: 16px;
  }
  .ContactComplete .ContactComplete__intro:last-child {
    margin-top: 30px;
  }
  .ContactComplete .ContactComplete__button {
    margin-top: 74px;
  }
}

.Department {
  padding-bottom: 8px;
}

.Department .Department__item {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 25px;
}

.Department .Department__item:last-child {
  border-bottom: none;
}

.Department .Department__image {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 40%;
}

.Department .Department__image.-manufacture {
  background-image: url(../../common/images/company/department_sp_1.jpg);
}

.Department .Department__image.-quality {
  background-image: url(../../common/images/company/department_sp_2.jpg);
}

.Department .Department__image.-business {
  background-image: url(../../common/images/company/department_sp_3.jpg);
}

.Department .Department__image.-management {
  background-image: url(../../common/images/company/department_sp_4.jpg);
}

.Department .Department__image.-production {
  background-image: url(../../common/images/company/department_sp_5.jpg);
}

.Department .Department__image.-engineering {
  background-image: url(../../common/images/company/department_sp_6.jpg);
}

.Department .Department__textArea {
  padding-top: 12px;
  padding-bottom: 21px;
}

.Department .Department__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.Department .Department__jpTitle {
  font-size: 21px;
  color: #000;
}

.Department .Department__enTitle {
  font-size: 9px;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
}

.Department .Department__text {
  font-size: 12px;
  font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 400;
  color: #222;
}

@media print, screen and (min-width: 768px) {
  .Department {
    padding-bottom: 50px;
  }
  .Department .Department__item {
    border-bottom: none;
    margin-bottom: 50px;
    position: relative;
  }
  .Department .Department__image {
    padding-top: 22.9%;
  }
  .Department .Department__image.-manufacture {
    background-image: url(../../common/images/company/department_pc_1.jpg);
  }
  .Department .Department__image.-quality {
    background-image: url(../../common/images/company/department_pc_2.jpg);
  }
  .Department .Department__image.-business {
    background-image: url(../../common/images/company/department_pc_3.jpg);
  }
  .Department .Department__image.-management {
    background-image: url(../../common/images/company/department_pc_4.jpg);
  }
  .Department .Department__image.-production {
    background-image: url(../../common/images/company/department_pc_5.jpg);
  }
  .Department .Department__image.-engineering {
    background-image: url(../../common/images/company/department_pc_6.jpg);
  }
  .Department .Department__textArea {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 5px 5px 15px 30px;
    width: 48%;
  }
  .Department .Department__title {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .Department .Department__jpTitle {
    font-size: 28px;
    margin-right: 0;
      line-height: 2;
  }
  .Department .Department__enTitle {
    font-size: 11px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    padding-top: 5px;
  }
  .Department .Department__text {
    font-size: 13px;
    line-height: 1.6;
  }
}

.Development {
  padding-bottom: 35px;
}

.Development .Development__list {
  margin-top: 30px;
}

.Development .Development__item {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 25px;
  padding-bottom: 20px;
}

.Development .Development__item:last-child {
  border-bottom: none;
  margin-bottom: 17px;
}

.Development .Development__image {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: calc( 252/630 * 100%);
}

.Development .Development__image.-s1 {
  background-image: url(../../common/images/product/development_sp_1.jpg);
}

.Development .Development__image.-s2 {
  background-image: url(../../common/images/product/development_sp_2.jpg);
}

.Development .Development__image.-s3 {
  background-image: url(../../common/images/product/development_sp_3.jpg);
}

.Development .Development__image.-s4 {
  background-image: url(../../common/images/product/development_sp_4.jpg);
}

.Development .Development__textArea {
  margin-top: 19px;
}

.Development .Development__title {
  font-size: 21px;
  line-height: 1;
  position: relative;
  overflow: hidden;
}

.Development .Development__title::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #e0e0e0;
  margin-left: 80%;
}

.Development .Development__titleProduct {
  font-size: 14px;
  line-height: 1;
  position: relative;
  padding-left: 13px;
  font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 400;
}

.Development .Development__titleProduct::before {
  content: '';
  display: block;
  width: 7px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #000;
}

.Development .Development__text {
  font-size: 12px;
  color: #222;
  margin-top: 9px;
  line-height: 1.9;
  font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 400;
}

.Development .Development__listFacility {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.Development .Development__itemFacility {
  width: calc(305 / 634 * 100%);
  margin-bottom: 26px;
}

.Development .Development__nameFacility {
  font-size: 14px;
  line-height: 1;
  margin-top: 10px;
  font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 400;
  position: relative;
  padding-left: 13px;
}

.Development .Development__nameFacility::before {
  content: '';
  display: block;
  width: 7px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #000;
}

@media print, screen and (min-width: 768px) {
  .Development {
    padding-bottom: 50px;
  }
  .Development .Development__list {
    margin-top: 53px;
  }
  .Development .Development__item {
    border-bottom: none;
    margin-bottom: 47px;
    position: relative;
    padding-bottom: 0;
  }
  .Development .Development__image {
    padding-top: calc( 252/1100 * 100%);
  }
  .Development .Development__image.-s1 {
    background-image: url(../../common/images/product/development_pc_1.jpg);
  }
  .Development .Development__image.-s2 {
    background-image: url(../../common/images/product/development_pc_2.jpg);
  }
  .Development .Development__image.-s3 {
    background-image: url(../../common/images/product/development_pc_3.jpg);
  }
  .Development .Development__image.-s4 {
    background-image: url(../../common/images/product/development_pc_4.jpg);
  }
  .Development .Development__title {
    font-size: 34px;
  }
  .Development .Development__title.-facility {
    margin-top: 54px;
  }
  .Development .Development__title::after {
    margin-left: 450px;
  }
  .Development .Development__titleProduct {
    font-size: 22px;
  }
  .Development .Development__textArea {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 20px 20px 15px;
    width: calc( 525/1100 * 100%);
    margin-top: 0;
  }
  .Development .Development__text {
    font-size: 15px;
    margin-top: 16px;
    line-height: 1.7;
    letter-spacing: -0.015em;
  }
  .Development .Development__listFacility {
    margin-top: 51px;
    padding-bottom: 8px;
  }
  .Development .Development__itemFacility {
    width: calc(335 / 1100 * 100%);
    margin-bottom: 47px;
  }
  .Development .Development__nameFacility {
    font-size: 22px;
    margin-top: 16px;
  }
}

.Document {
  padding-bottom: 58px;
}

.Document .Document__title {
  font-size: 21px;
  line-height: 1;
}

.Document .Document__title.-i2, .Document .Document__title.-rohs, .Document .Document__title.-msds {
  line-height: 1.5;
  margin-top: 22px;
}

.Document .Document__title.-plus {
  margin-top: 26px;
}

.Document .Document__msds {
  margin-left: -15px;
}

.Document .Document__type {
  line-height: 20px;
  font-size: 11px;
  margin-top: 13px;
  color: #666;
  position: relative;
  overflow: hidden;
  height: 23px;
  line-height: 23px;
}

.Document .Document__type.-msds {
  margin-top: 8px;
}

.Document .Document__type::after {
  content: '';
  width: 15px;
  height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 136px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}

.Document .Document__type.-pdf::after {
  background-image: url(../../common/images/product/icon_pdf.svg);
}

.Document .Document__type.-xml::after {
  background-image: url(../../common/images/product/icon_xml.svg);
}

.Document .Document__type::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 55%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #e0e0e0;
  margin-left: 166px;
}

.Document .Document__date {
  font-size: 12px;
  line-height: 1;
  margin-top: 18px;
  color: #222;
  font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 500;
  letter-spacing: 0.07em;
}

.Document .Document__date.-d2 {
  margin-top: 16px;
}

.Document .Document__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 17px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.Document .Document__item {
  border: 1px solid #c6c6c6;
  width: 100%;
  margin-bottom: 10px;
}

.Document .Document__item:nth-child(odd) {
  margin-right: 3.1%;
}

.Document .Document__link {
  display: block;
  font-size: 12px;
  height: 37px;
  line-height: 37px;
  color: #666;
  padding: 0 11px;
  position: relative;
}

.Document .Document__link::after {
  content: '';
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  top: 48.5%;
  right: 7%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #666;
  border-right: 1px solid #666;
}

.Document .Document__note {
  margin-top: 22px;
  border-top: 1px solid #e0e0e0;
  padding-top: 22px;
  font-size: 11px;
  line-height: 1.7;
  color: #666;
}

.Document .Document__plugin {
  margin-top: 15px;
  font-size: 11px;
  line-height: 1.7;
  color: #666;
}

.Document .Document__linkExternal {
  text-decoration: underline;
  color: #666;
}

.Document .Document__strong {
  font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 500;
  letter-spacing: 0.07em;
}

@media print, screen and (min-width: 768px) {
  .Document {
    padding-bottom: 95px;
  }
  .Document .Document__items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 18px;
  }
  .Document .Document__items.-i2, .Document .Document__items.-rohs, .Document .Document__items.-msds, .Document .Document__items.-plus {
    margin-top: 56px;
  }
  .Document .Document__item {
    margin-bottom: 50px;
    position: relative;
    width: 480px;
    min-width: 450px;
    margin-right: 2.13%;
    margin-bottom: 26px;
  }
  .Document .Document__item:nth-child(odd) {
    margin-right: 2.13%;
  }
  .Document .Document__item:nth-child(3n) {
    margin-right: 0;
  }
  .Document .Document__title {
    font-size: 34px;
  }
  .Document .Document__title.-i1, .Document .Document__title.-i2, .Document .Document__title.-rohs, .Document .Document__title.-msds {
    line-height: 1;
    margin-top: 0;
  }
  .Document .Document__title.-plus {
    margin-top: 0;
  }
  .Document .Document__title.-i1, .Document .Document__title.-i2 {
    margin-right: 0.65em;
  }
  .Document .Document__type {
    font-size: 14px;
    margin-top: 0;
    -ms-flex-positive: 2;
    flex-grow: 2;
    height: 33px;
    line-height: 33px;
  }
  .Document .Document__type.-msds {
    margin-top: 0;
  }
  .Document .Document__type::after {
    width: 25px;
    height: 33px;
    margin-left: 179px;
  }
  .Document .Document__type::before {
    margin-left: 223px;
  }
  .Document .Document__date {
    font-size: 16px;
    margin-top: 54px;
  }
  .Document .Document__list {
    margin-top: 21px;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .Document .Document__link {
    font-size: 17px;
    height: 58px;
    line-height: 58px;
    padding: 0 28px;
  }
  .Document .Document__link::after {
    width: 9px;
    height: 9px;
    top: 50%;
    right: 8%;
  }
  .Document .Document__text {
    font-size: 15px;
  }
  .Document .Document__note {
    margin-top: 31px;
  }
  .Document .Document__note {
    font-size: 14px;
    padding-top: 44px;
  }
  .Document .Document__plugin {
    font-size: 14px;
    margin-top: 11px;
    line-height: 1.9;
  }
}

.Environment .Environment__textArea {
  margin-bottom: 23px;
}

.Environment .Environment__title {
  font-size: 14px;
  font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 500;
  letter-spacing: 0.07em;
  margin-bottom: 7px;
  color: #222;
}

.Environment .Environment__text {
  font-size: 13px;
  margin-bottom: 20px;
  font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 400;
}

.Environment .Environment__flowArea {
  background-image: url("../images/csr/environment_bg_sp.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  border: 1px solid #ededed;
  margin-top: 35px;
}

.Environment .Environment__flowImage {
  padding-top: 8%;
  padding-bottom: 8%;
  text-align: center;
}

.Environment .Environment__image {
  width: 83%;
}

@media print, screen and (min-width: 768px) {
  .Environment .Environment__wrapper {
    background-image: url("../images/csr/environment_bg_pc.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    border: 1px solid #ededed;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 60px;
    padding-bottom: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .Environment .Environment__textArea {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-top: 75px;
  }
  .Environment .Environment__title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .Environment .Environment__text {
    font-size: 15px;
    margin-bottom: 30px;
  }
  .Environment .Environment__flowArea {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    border: none;
    background-image: none;
    margin-top: 0px;
  }
  .Environment .Environment__flowImage {
    text-align: right;
    padding-top: 0;
    padding-bottom: 0;
  }
  .Environment .Environment__image {
    width: 90%;
  }
}

.Footer {
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/common/footer_bg.jpg");
  color: #fff;
  width: 100%;
}

.Footer .Footer__pageTop {
  display: none;
}

.Footer .Footer__pageTop.-outTitle {
  display: block;
}

@media print, screen and (max-width: 767px) {
  .Footer {
    position: relative;
  }
  .Footer:not(.-top):not(.-compnay):not(.-product):not(.-history) {margin-top: 0;}
  .Footer .Footer__pageTop {
    position: fixed;
    bottom: 14px;
    right: 14px;
    width: 16px;
    height: auto;
  }
  .Footer .Footer__inner {
    padding-top: 35px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 120px;
    position: relative;
  }
  .Footer .Footer__logo {
    width: 122px;
  }
  .Footer .Footer__logoLink {
    display: block;
  }
  .Footer .Footer__logoImage {
    width: 122px;
    height: auto;
  }
  .Footer .Footer__logoImage .logoGrounp {
    fill: #fff;
  }
  .Footer .Footer__certification {
    position: absolute;
    left: 30px;
    bottom: 30px;
    width: 90px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
  }
  .Footer .Footer__certificationItem {
    -ms-flex: 0 0 38px;
    flex: 0 0 38px;
  }
  .Footer .Footer__certificationLink {
    display: block;
  }
  .Footer .Footer__certificationImage {
    width: 100%;
    height: auto;
  }
  .Footer .Footer__sns {
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 115px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
  }
  .Footer .Footer__snsItem.-title {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 1;
  }
  .Footer .Footer__snsLink {
    display: block;
  }
  .Footer .Footer__snsImage {
    width: auto;
    height: 25px;
  }
  .Footer .Footer__copyright {
    display: block;
    border-top: 1px solid #bababa;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 200;
    font-size: 10px;
    line-height: 1.3;
    text-align: center;
    padding: 20px 0 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .Footer {
    position: relative;
  }

  .Footer.-recruit {
    margin-top: 110px;
  }
  .Footer .Footer__pageTop {
    position: fixed;
    top: 168px;
    right: 27px;
    width: auto;
    height: auto;
  }
  .Footer .Footer__pageTop.-inFooter {
    position: absolute;
  }
  .Footer .Footer__inner {
    width: 100%;
    max-width: 1110px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 120px;
    padding-bottom: 200px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
  }
  .Footer .Footer__logo {
    -ms-flex: 0 0 220px;
    flex: 0 0 220px;
    max-width: 220px;
  }
  .Footer .Footer__logoLink {
    display: block;
  }
  .Footer .Footer__logoLink:hover {
    opacity: 0.7;
  }
  .Footer .Footer__logoImage {
    width: 220px;
    height: 45px;
  }
  .Footer .Footer__logoImage .logoGrounp {
    fill: #fff;
  }
  .Footer .Footer__certification {
    position: absolute;
    top: 265px;
    left: 0;
    width: 220px;
    border-top: 1px solid #bababa;
    padding-top: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .Footer .Footer__certificationItem {
    -ms-flex: 0 0 69px;
    flex: 0 0 69px;
    max-width: 60px;
    margin: 0 10px;
  }
  .Footer .Footer__certificationLink {
    display: block;
  }
  .Footer .Footer__certificationLink:hover {
    opacity: 0.7;
  }
  .Footer .Footer__sns {
    position: absolute;
    bottom: 100px;
    right: 678px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    width: 150px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  .Footer .Footer__snsItem.-title {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
  }
  .Footer .Footer__snsLink:hover {
    opacity: 0.7;
  }
  .Footer .Footer__snsImage {
    width: 30px;
    height: auto;
  }
  .Footer .Footer__snsImage.-facebook {
    width: 12px;
  }
  .Footer .Footer__copyright {
    display: block;
    border-top: 1px solid #bababa;
    text-align: center;
    padding: 50px 0;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 200;
    line-height: 1;
    font-size: 10px;
  }
}

.FooterNavigation .FooterNavigation__text {
  font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 500;
  letter-spacing: 0.07em;
}

@media print, screen and (max-width: 767px) {
  .FooterNavigation {
    padding-top: 15px;
  }
  .FooterNavigation .FooterNavigation__item {
    border-bottom: 1px solid #d8d8d8;
  }
  .FooterNavigation .FooterNavigation__link {
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
  }
  .FooterNavigation .FooterNavigation__link:after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url("../images/common/header_arrow_wht.svg");
  }
  .FooterNavigation .FooterNavigation__text {
    color: #fff;
    font-size: 12px;
    line-height: 1;
    padding-left: 1em;
  }
  .FooterNavigation .FooterNavigation__subList {
    display: none;
  }
  .FooterNavigation .FooterNavigation__btnList {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 30px;
  }
  .FooterNavigation .FooterNavigation__btnListItem {
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
  }
  .FooterNavigation .FooterNavigation__btnListLink {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background-color: #fff;
    border-radius: 0;
    height: 40px;
    outline: none;
  }
  .FooterNavigation .FooterNavigation__btnListText {
    color: #000;
    font-size: 10px;
    line-height: 1;
  }
  .FooterNavigation .FooterNavigation__btnListLink:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 8px;
    height: 2px;
    background: #000;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .FooterNavigation .FooterNavigation__btnListLink:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
}

@media print, screen and (min-width: 768px) {
  .FooterNavigation {
    -ms-flex: 0 1 678px;
    flex: 0 1 678px;
    max-width: 678px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .FooterNavigation .FooterNavigation__list,
  .FooterNavigation .FooterNavigation__btnList {
    -ms-flex: 0 1 156px;
    flex: 0 1 156px;
    min-width: 156px;
  }
  .FooterNavigation .FooterNavigation__item,
  .FooterNavigation .FooterNavigation__btnListItem {
    border-top: 1px solid #bababa;
    padding-top: 10px;
    height: 180px;
  }
  .FooterNavigation .FooterNavigation__item.-csr, .FooterNavigation .FooterNavigation__item.-news, .FooterNavigation .FooterNavigation__item.-contact,
  .FooterNavigation .FooterNavigation__btnListItem.-csr,
  .FooterNavigation .FooterNavigation__btnListItem.-news,
  .FooterNavigation .FooterNavigation__btnListItem.-contact,
  .FooterNavigation__list .FooterNavigation__item.-mvv{
    height: 58px;
  }
  .FooterNavigation .FooterNavigation__link,
  .FooterNavigation .FooterNavigation__btnListLink {
    color: #fff;
  }
  .FooterNavigation .FooterNavigation__link:hover,
  .FooterNavigation .FooterNavigation__btnListLink:hover {
    text-decoration: underline;
  }
  .FooterNavigation .FooterNavigation__text,
  .FooterNavigation .FooterNavigation__btnListText {
    font-size: 14px;
    line-height: 1;
  }
  .FooterNavigation .FooterNavigation__subList {
    margin-top: 10px;
  }
  .FooterNavigation .FooterNavigation__subItem {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .FooterNavigation .FooterNavigation__subLink {
    color: #fff;
  }
  .FooterNavigation .FooterNavigation__subLink:hover {
    text-decoration: underline;
  }
}

.Form {
  padding-top: 35px;
}

.Form .Form__content {
  padding-bottom: 33px;
  border-bottom: 1px solid #e8e8e8;
}

.Form .Form__button {
  margin-top: 43px;
}

.Form .Form__button .Btn1__link {
  background: #ffb000;
}

.Form .Form__submit {
  color: #fff;
  width: 100%;
  height: 100%;
  font-size: 15px;
  line-height: 1;
  font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 500;
  letter-spacing: 0.07em;
}

@media print, screen and (min-width: 768px) {
  .Form {
    padding-top: 68px;
  }
  .Form .Form__content {
    padding-top: 0;
    padding-bottom: 66px;
  }
  .Form .Form__button {
    margin-top: 70px;
  }
  .Form .Form__button .Btn1 {
    width: 413px;
    height: 70px;
  }
  .Form .Form__button .Btn1 .Btn1__link {
    height: 100%;
  }
  .Form .Form__button .Btn1 .Btn1__link:after {
    width: 15px;
    height: 15px;
    right: 16px;
  }
  .Form .Form__button .Btn1 .Btn1__link:before {
    width: 17px;
    right: 16px;
  }
  .Form .Form__submit {
    font-size: 20px;
  }
}

.FormItem.-privacy {
  margin-top: 33px;
}

.FormItem.-privacy .FormItem__content {
  padding: 12px 15px 12px 30px;
  border: 1px solid #e9e9e9;
  height: 134px;
  overflow-y: scroll;
}

.FormItem.-agree {
  margin-top: 33px;
}

.FormItem .FormItem__intro {
  font-size: 10px;
}

.FormItem .FormItem__contact {
  font-size: 10px;
  margin-top: 1em;
}

.FormItem .FormItem__textRequired {
  color: #e52323;
  font-size: 11px;
  line-height: 1.0;
}

.FormItem .FormItem__title {
  font-size: 14px;
  line-height: 1;
  margin-top: 17px;
  font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 500;
  letter-spacing: 0.07em;
}

.FormItem .FormItem__signRequird {
  color: #e52323;
  font-size: 11px;
  vertical-align: text-top;
  line-height: 1.0;
}

.FormItem .FormItem__content {
  font-size: 14px;
  margin-top: 10px;
  font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 400;
}

.FormItem .FormItem__content.-name {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.FormItem .FormItem__content.-select {
  position: relative;
}

.FormItem .FormItem__content.-select::before {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-145%, -70%) rotate(-45deg);
  -ms-transform: translate(-145%, -70%) rotate(-45deg);
  transform: translate(-145%, -70%) rotate(-45deg);
  content: '';
  width: 11px;
  height: 11px;
  border-left: 2px solid #444;
  border-bottom: 2px solid #444;
  z-index: 1;
  pointer-events: none;
}

.FormItem .FormItem__content.-select.-error::before {
  top: 35%;
}

.FormItem .FormItem__content.-required {
  margin-top: 0;
}

.FormItem .FormItem__content.-error input.FormItem__radio + span:before {
  border-color: #ffb0b0;
  background: #fcf0f0;
}

.FormItem .FormItem__content.-error .FormItem__textarea,
.FormItem .FormItem__content.-error .FormItem__text,
.FormItem .FormItem__content.-error .FormItem__select {
  border: 1px solid #ffb0b0;
  background: #fcf0f0;
}

.FormItem .FormItem__content .error {
  color: #e52323;
  font-size: 11px;
}

.FormItem .FormItem__box.-sei, .FormItem .FormItem__box.-mei {
  width: 50%;
}

.FormItem .FormItem__box.-sei {
  margin-left: 2%;
}

.FormItem .FormItem__box.-mei {
  margin-right: 2%;
}

.FormItem .FormItem__box.-error .FormItem__textarea,
.FormItem .FormItem__box.-error .FormItem__text,
.FormItem .FormItem__box.-error .FormItem__select {
  border: 1px solid #ffb0b0;
  background: #fcf0f0;
}

.FormItem .FormItem__textarea,
.FormItem .FormItem__select {
  padding-left: 15px;
  padding-right: 15px;
  height: 55px;
  line-height: 55px;
  width: 100%;
  background: #f4f4f4;
  border: 1px solid #e9e9e9;
}

.FormItem .FormItem__text {
  padding-left: 15px;
  padding-right: 15px;
  height: 55px;
  line-height: 55px;
  width: 100%;
  background: #f4f4f4;
  border: 1px solid #e9e9e9;
}

.FormItem .FormItem__text.-tel {
  width: 60%;
}

.FormItem .FormItem__textarea.-content {
  height: 134px;
  line-height: 1.5;
  padding: 1em;
}

.FormItem .FormItem__note {
  color: #a3a3a3;
  font-size: 11px;
  margin-top: 10px;
  font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 400;
}

.FormItem input.FormItem__radio,
.FormItem input.FormItem__checkbox {
  display: none;
}

.FormItem input.FormItem__radio + span,
.FormItem input.FormItem__checkbox + span {
  position: relative;
}

.FormItem input.FormItem__radio + span {
  padding-left: 30px;
}

.FormItem input.FormItem__radio + span:before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  width: 24px;
  height: 24px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background: #f4f4f4;
}

.FormItem input.FormItem__radio:checked + span:after {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(150%, -50%);
  -ms-transform: translate(150%, -50%);
  transform: translate(150%, -50%);
  content: '';
  width: 6px;
  height: 6px;
  border: 1px solid #000;
  border-radius: 50%;
  background: #000;
}

.FormItem input.FormItem__checkbox + span {
  padding-left: 30px;
}

.FormItem input.FormItem__checkbox + span:before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  width: 22px;
  height: 22px;
  border: 1px solid #ccc;
  background: #f4f4f4;
}

.FormItem input.FormItem__checkbox:checked + span:after {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(50%, -80%) rotate(-55deg);
  -ms-transform: translate(50%, -80%) rotate(-55deg);
  transform: translate(50%, -80%) rotate(-55deg);
  content: '';
  width: 12px;
  height: 7px;
  border-left: 2px solid #0095d9;
  border-bottom: 2px solid #0095d9;
}

.FormItem .mwform-tel-field {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.FormItem .FormItem__introItem {
  margin-top: 1em;
}

@media print, screen and (min-width: 768px) {
  .FormItem {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 26px;
  }
  .FormItem.-required {
    margin-left: 155px;
    margin-top: 0;
  }
  .FormItem.-about {
    margin-top: 20px;
  }
  .FormItem.-about .FormItem__content {
    width: 260px;
  }
  .FormItem.-address .FormItem__content, .FormItem.-mail .FormItem__content, .FormItem.-mailcheck .FormItem__content, .FormItem.-content .FormItem__content, .FormItem.-company .FormItem__content, .FormItem.-department .FormItem__content {
    width: 583px;
  }
  .FormItem.-name .FormItem__box, .FormItem.-furigana .FormItem__box {
    width: 220px;
  }
  .FormItem.-prefecture .FormItem__content {
    width: 180px;
  }
  .FormItem.-tel .FormItem__content {
    width: 460px;
  }
  .FormItem.-privacy {
    display: block;
  }
  .FormItem.-agree .FormItem__content {
    margin-left: 0;
  }
  .FormItem .FormItem__title {
    font-size: 15px;
    margin-top: 13px;
    width: 155px;
    text-align: right;
  }
  .FormItem .FormItem__title.-radio {
    margin-top: 3px;
  }
  .FormItem .FormItem__title.-company, .FormItem .FormItem__title.-department {
    padding-right: 12px;
  }
  .FormItem .FormItem__title.-textarea {
    margin-top: 0;
  }
  .FormItem .FormItem__title.-privacy {
    width: auto;
    text-align: left;
  }
  .FormItem .FormItem__content {
    margin-left: 30px;
    margin-top: 0;
  }
  .FormItem .FormItem__content.-select {
    position: relative;
  }
  .FormItem .FormItem__content.-select::before {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(-145%, -70%) rotate(-45deg);
    -ms-transform: translate(-145%, -70%) rotate(-45deg);
    transform: translate(-145%, -70%) rotate(-45deg);
    content: '';
    width: 11px;
    height: 11px;
    border-left: 2px solid #444;
    border-bottom: 2px solid #444;
    z-index: 1;
    pointer-events: none;
  }
  .FormItem .FormItem__content.-radio {
    margin-top: 5px;
  }
  .FormItem .FormItem__content.-textarea {
    margin-top: 5px;
  }
  .FormItem .FormItem__content.-privacy {
    margin-left: 0;
    margin-top: 16px;
  }
  .FormItem .FormItem__textRequired {
    font-size: 14px;
  }
  .FormItem .FormItem__text,
  .FormItem .FormItem__select {
    height: 48px;
    line-height: 1.0;
    font-size: 15px;
    padding-left: 18px;
    padding-right: 18px;
  }
  .FormItem .FormItem__text {
    font-size: 15px;
  }
  .FormItem .FormItem__text[name="zip[data][0]"], .FormItem .FormItem__text[name="tel[data][0]"], .FormItem .FormItem__text[name="tel[data][1]"] {
    width: 124px;
  }
  .FormItem .FormItem__text[name="zip[data][1]"], .FormItem .FormItem__text[name="tel[data][2]"] {
    width: 168px;
  }
  .FormItem .FormItem__intro,
  .FormItem .FormItem__contact,
  .FormItem .FormItem__note {
    font-size: 14px;
  }
  .FormItem .mwform-radio-field-text {
    font-size: 15px;
  }
  .FormItem .mwform-checkbox-field-text {
    font-size: 16px;
  }
  .FormItem .horizontal-item + .horizontal-item {
    margin-left: 35px !important;
  }
  .FormItem input.FormItem__radio + span {
    padding-left: 37px;
  }
  .FormItem input.FormItem__checkbox + span {
    padding-left: 34px;
  }
  .FormItem input.FormItem__checkbox + span:before {
    width: 27px;
    height: 27px;
  }
  .FormItem input.FormItem__checkbox:checked + span:after {
    -webkit-transform: translate(50%, -80%) rotate(-55deg);
    -ms-transform: translate(50%, -80%) rotate(-55deg);
    transform: translate(50%, -80%) rotate(-55deg);
    width: 14px;
    height: 8px;
  }
  .FormItem.-privacy .FormItem__content {
    padding: 23px 26px 23px 53px;
    height: 200px;
    overflow-y: scroll;
  }
}

.Future {
  padding-bottom: 70px;
}

.Future .Future__textArea {
  margin-bottom: 15px;
}

.Future .Future__lead {
  font-size: 20px;
  line-height: 1.6;
  padding-bottom: 20px;
}

.Future .Future__text {
  font-size: 13px;
}

@media print, screen and (min-width: 768px) {
  .Future {
    padding-bottom: 100px;
  }
  .Future .Future__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
  }
  .Future .Future__textArea {
    margin-bottom: 0;
    -ms-flex: 0 0 37%;
    flex: 0 0 37%;
    margin-right: 8%;
    padding-top: 30px;
  }
  .Future .Future__lead {
    font-size: 30px;
    line-height: 1.65;
    padding-bottom: 38px;
  }
  .Future .Future__text {
    font-size: 15px;
    margin-bottom: 30px;
  }
  .Future .Future__figure {
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
  }
  .Future .Future__image {
    width: 100%;
  }
}

.Header {
  border-bottom: 1px solid #e8e8e8;
}

.Header.-top {
  border-bottom: none;
}

@media print, screen and (max-width: 767px) {
  .Header {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    transition: background-color 200ms;
    height: 65px;
  }
  .Header::before {
    content: '';
    width: 100%;
    height: 10px;
    display: block;
    background-image: url("../images/common/header_border-top.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .Header.-top {
    height: auto;
    background-color: transparent;
  }
  .Header.-top::before {
    display: none;
  }
  .Header.-top .Header__inner {
    height: 60px;
  }
  .Header.-top .Burger__border {
    fill: white;
    transition: fill 200ms ease;
  }
  .Header.-top .Header__logoImage .logoColor {
    transition: 200ms ease;
    background-image: url("../images/common/logo_white.svg");
  }
  .Header.-top.-open, .Header.-top.-scrolled {
    background-color: #fff;
  }
  .Header.-top.-open .Burger__border, .Header.-top.-scrolled .Burger__border {
    fill: black;
  }
  .Header.-top.-open .logoColor, .Header.-top.-scrolled .logoColor {
    background-image: url("../images/common/logo_black.svg");
  }
  .Header .Burger__border {
    fill: black;
  }
}

.Header .Header__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  height: 55px;
  width: 100%;
}

.Header .Header__logo {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding-left: 15px;
  line-height: 1;
}

.Header .Header__logoLink {
  display: block;
}

.Header .Header__logoImage {
  width: 123px;
  height: 25px;
}

.Header .Header__logoImage .logoColor {
  height: auto;
  transition: 200ms ease;
  height: 100%;
  background-image: url("../images/common/logo_black.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.Header .Header__BurgerBtn {
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  height: 50px;
  background-color: transparent;
}

@media print, screen and (min-width: 768px) {
  .Header {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    transition: background-color 200ms ease;
    height: 125px;
  }
  .Header::before {
    content: '';
    width: 100%;
    height: 20px;
    display: block;
    margin-bottom: 20px;
    background-image: url("../images/common/header_border-top.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .Header.-top {
    height: auto;
    background-color: transparent;
  }
  .Header.-top::before {
    display: none;
  }
  .Header.-top .Header__logoImage .logoColor {
    transition: 200ms ease;
    background-image: url("../images/common/logo_white.svg");
  }
  .Header.-top.-open, .Header.-top.-scrolled {
    background-color: #fff;
  }
  .Header.-top.-open::before, .Header.-top.-scrolled::before {
    background: #e2e1e4;
  }
  .Header.-top.-open .logoColor, .Header.-top.-scrolled .logoColor {
    background-image: url("../images/common/logo_black.svg");
  }
  .Header .Header__inner {
    height: 70px;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
  }
  .Header .Header__text {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-left: 20px;
    font-size: 12px;
    line-height: 1.2;
    color: #3a271d;
  }
  .Header .Header__logo {
    -ms-flex: 0 0 213px;
    flex: 0 0 213px;
    padding: 0;
    line-height: 1;
  }
  .Header .Header__logoLink:hover {
    opacity: 0.7;
  }
  .Header .Header__logoImage {
    width: 213px;
    height: 43px;
  }
  .Header .Header__logoImage .logoColor {
    height: 100%;
    background-image: url("../images/common/logo_black.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
}

.HeaderNavigation .HeaderNavigation__text {
  font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 400;
}

@media print, screen and (max-width: 767px) {
  .HeaderNavigation {
    width: 100%;
    height: calc(100vh - 60px);
    position: fixed;
    z-index: 100;
    top: 60px;
    left: 0;
    display: none;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .HeaderNavigation:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    position: fixed;
    z-index: 101;
    top: 60px;
    left: 100%;
    transition: left 0;
    transition: background-color 200ms;
  }
  .HeaderNavigation.-open:before {
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .HeaderNavigation .HeaderNavigation__list {
    background-color: #fff;
    position: relative;
    z-index: 102;
    padding: 15px 30px 0;
  }
  .HeaderNavigation .HeaderNavigation__item {
    border-bottom: 1px solid #d8d8d8;
  }
  .HeaderNavigation .HeaderNavigation__link {
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
  }
  .HeaderNavigation .HeaderNavigation__link:after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url("../images/common/header_arrow.svg");
  }
  .HeaderNavigation .HeaderNavigation__text {
    font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-weight: 600;
    letter-spacing: 0.07em;
    color: #000;
    font-size: 12px;
    line-height: 1;
    padding-left: 1em;
  }
  .HeaderNavigation .HeaderNavigation__btnList {
    background-color: #fff;
    position: relative;
    z-index: 102;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 30px 60px;
  }
  .HeaderNavigation .HeaderNavigation__btnListItem {
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
  }
}

@media print, screen and (min-width: 768px) {
  .HeaderNavigation {
    display: block !important;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
  }
  .HeaderNavigation .HeaderNavigation__list {
    width: 100%;
    max-width: 1180px;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
  }
  .HeaderNavigation .HeaderNavigation__item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-left: 20px;
  }
  .HeaderNavigation .HeaderNavigation__link {
    display: block;
    height: 32px;
    text-align: center;
    position: relative;
  }
  .HeaderNavigation .HeaderNavigation__link:after {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    border-bottom: 1px solid #000;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
    transition: 200ms;
  }
  .HeaderNavigation .HeaderNavigation__link:hover:after {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  .HeaderNavigation .HeaderNavigation__link.-current:after {
    border-bottom-color: #ffb000;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  .HeaderNavigation .HeaderNavigation__text {
    color: #000;
    font-size: 14px;
    line-height: 1;
    transition: 200ms;
  }
  .HeaderNavigation.-top .HeaderNavigation__link:after {
    border-color: #fff;
  }
  .HeaderNavigation.-top .HeaderNavigation__text {
    color: #fff;
  }
  .HeaderNavigation.-top.-scrolled .HeaderNavigation__link:after {
    border-color: #000;
  }
  .HeaderNavigation.-top.-scrolled .HeaderNavigation__text {
    color: #000;
  }
}

.History {
  padding-top: 44px;
}

.History.-h1, .History.-h2, .History.-h3, .History.-h4 {
  color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.History.-h1 {
  background-image: url(../../common/images/history/bg1_sp.png);
}

.History.-h2 {
  background-image: url(../../common/images/history/bg2_sp.png);
}

.History.-h3 {
  background-image: url(../../common/images/history/bg3_sp.png);
}

.History.-h4 {
  background-image: url(../../common/images/history/bg4_sp.png);
}

.History .History__wrapTitle {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 23px;
}

.History .History__titleYear {
  width: 91px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 21px;
  font-size: 15px;
  text-align: center;
  line-height: 1;
}

.History .History__title {
  margin-top: 22px;
  font-size: 24px;
  line-height: 1;
  text-align: center;
}

.History .History__titleIntro {
  font-size: 11px;
  text-align: center;
  width: 87%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 21px;
  line-height: 2;
}

.History .History__titleHistory {
  margin-left: 18px;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  background-repeat: no-repeat;
  background-position: left bottom, right bottom;
  background-image: url(../../common/images/history/kagikakko_left.svg), url(../../common/images/history/kagikakko_right.svg);
  background-size: auto 100%, auto 100%;
  padding: 0 10px;
  display: inline-block;
  letter-spacing: 0.21em;
}

.History .History__titleHistory.-white {
  background-image: url(../../common/images/history/kagikakko_left_white.svg), url(../../common/images/history/kagikakko_right_white.svg);
}

@media print, screen and (max-width: 767px) {
  .History .History__titleHistory.-from1898 {
    margin-top: 9px;
  }
}

@media print, screen and (max-width: 767px) {
  .History .History__wrapContent.-kiyomine {
    margin-top: 24px;
  }
}

.History .History__titleWithBorder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 13px;
  border-left: 2px solid #ffb000;
  padding-left: 15px;
  margin-top: 17px;
}

.History .History__titleWithBorder.-withArrow {
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 500;
  letter-spacing: 0.07em;
}

@media print, screen and (max-width: 767px) {
  .History .History__titleWithBorder.-withArrow {
    height: 40px;
  }
}

.History .History__titleWithBorder.-withArrow::before {
  content: '';
  width: 37px;
  height: 8px;
  background-repeat: no-repeat;
  background-image: url(../../common/images/history/title_head_style.png);
  background-size: 37px 8px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.History .History__titleWithBorder.-from1898 {
  font-size: 20px;
}

.History .History__introKiyomine {
  background-image: url(../../common/images/history/bg_intro.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: 15px;
  font-size: 12px;
  padding-left: 43px;
  padding-right: 24px;
  padding-top: 9px;
  padding-bottom: 10px;
  letter-spacing: -0.03em;
}

@media print, screen and (max-width: 767px) {
  .History .History__introKiyomine {
    margin-left: -25px;
    margin-right: -25px;
  }
}

.History .History__imageKiyomine2 {
  margin-top: 13px;
  position: relative;
}

.History .History__imageKiyomine2.-i1 {
  width: 75.2%;
  margin-left: 6%;
}

.History .History__imageKiyomine2.-i2 {
  margin-top: -31.3%;
  margin-left: 70.6%;
  width: 30.1%;
}

.History .History__imageKiyomine {
  position: relative;
  margin-top: 25px;
  margin-left: 18px;
  margin-bottom: 43px;
}

.History .History__images {
  margin-top: 25px;
  margin-bottom: 18px;
}

.History .History__figCaption {
  position: absolute;
  bottom: -23px;
  left: 0;
  font-size: 10px;
  font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 400;
  white-space: nowrap;
}

.History .History__wrapEvents {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 28px;
}

.History .History__events {
  margin-left: 18px;
}

.History .History__event {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 21px;
}

.History .History__event::before {
  content: '';
  width: 9px;
  height: 9px;
  display: block;
  margin-right: 6px;
  background-image: url(../../common/images/history/title_head_style_circle_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.History .History__eventYear {
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  line-height: 1;
  font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 400;
}

.History .History__eventName {
  line-height: 1;
  font-size: 13px;
  padding-left: 12px;
  position: relative;
  margin-left: 6px;
  font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 400;
}

.History .History__eventName::before {
  content: '';
  width: 8px;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
}

.History .History__eventImage {
  width: calc( 170/650 * 100%);
}

.History .History__Contents {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

@media print, screen and (max-width: 767px) {
  .History .History__Contents.-withBorder::after {
    content: '';
    position: absolute;
    width: 94%;
    bottom: 0;
    left: 6%;
    display: block;
    height: 1px;
    border-bottom: 1px dotted #fff;
  }
}

.History .History__withHyphen {
  position: relative;
  padding-left: 25px;
  font-size: 20px;
  line-height: 1.5;
  font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 500;
  letter-spacing: 0.07em;
}

.History .History__withHyphen::before {
  content: '';
  width: 11px;
  height: 1px;
  display: block;
  position: absolute;
  top: 16px;
  left: 8px;
  background: #fff;
}

@media print, screen and (max-width: 767px) {
  .History .History__withHyphen.-nowrap {
    white-space: nowrap;
    letter-spacing: -0.01em;
  }
}

.History .History__withArrow {
  font-size: 21px;
  line-height: 1.5;
  min-width: 4.44em;
}

.History .History__withArrow::before {
  content: '';
  width: 37px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: 37px 10px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  background-image: url(../../common/images/history/title_head_style_white.png);
}

@media print, screen and (max-width: 767px) {
  .History {
    background: lightgreen;
  }
}

@media print, screen and (min-width: 768px) {
  .History {
    padding-top: 90px;
  }
  .History.-h1 {
    background-image: url(../../common/images/history/bg1_pc.png);
  }
  .History.-h2 {
    background-image: url(../../common/images/history/bg2_pc.png);
  }
  .History.-h3 {
    background-image: url(../../common/images/history/bg3_pc.png);
  }
  .History.-h4 {
    background-image: url(../../common/images/history/bg4_pc.png);
  }
  .History .History__wrapTitle {
    padding-bottom: 53px;
  }
  .History .History__titleYear {
    width: 180px;
    margin-top: 48px;
  }
  .History .History__titleYear img {
    width: 100%;
  }
  .History .History__title {
    font-size: 58px;
    margin-top: 37px;
  }
  .History .History__titleIntro {
    font-size: 15px;
    margin-top: 41px;
  }
  .History .History__titleHistory {
    font-size: 20px;
    line-height: 31px;
    height: 31px;
    margin-left: 61px;
  }
  .History .History__titleHistory.-japan {
    font-size: 14px;
    margin-left: 32px;
  }
  .History .History__titleWithBorder {
    margin-top: 28px;
    border-left: 3px solid #ffb000;
    padding: 14px 15px;
  }
  .History .History__titleWithBorder.-withArrow {
    font-size: 24px;
    margin-top: 6px;
  }
  .History .History__titleWithBorder.-withArrow::before {
    width: 64px;
    height: 15px;
    margin-right: 17px;
    background-size: 64px 15px;
  }
  .History .History__titleWithBorder.-from1962 {
    margin-top: 15px;
  }
  .History .History__withArrow {
    font-size: 42px;
    margin-top: 3px;
  }
  .History .History__withArrow::before {
    content: '';
    width: 64px;
    height: 15px;
    margin-top: -6px;
    background-size: 64px 15px;
  }
  .History .History__withHyphen {
    font-size: 48px;
    padding-left: 36px;
  }
  .History .History__withHyphen::before {
    content: '';
    width: 20px;
    top: 36px;
    left: -2px;
  }
  .History .History__wrapEvents {
    display: block;
  }
  .History .History__events {
    margin-top: 94px;
    margin-left: 32px;
  }
  .History .History__events.-from1938 {
    margin-top: 67px;
  }
  .History .History__events.-from1961 {
    margin-top: 34px;
  }
  .History .History__events.-from1962 {
    margin-top: 56px;
  }
  .History .History__events.-from1999 {
    margin-top: 0;
  }
  .History .History__events.-from2000 {
    margin-top: 46px;
  }
  .History .History__events.-from2018 {
    margin-top: 65px;
  }
  .History .History__events.-from1937 {
    margin-top: -61px;
  }
  .History .History__event {
    margin-bottom: 27px;
  }
  .History .History__event::before {
    width: 15px;
    height: 15px;
    margin-right: 13px;
  }
  .History .History__event.-from1938 {
    margin-bottom: 37px;
  }
  .History .History__event.-from1961 {
    margin-bottom: 37px;
  }
  .History .History__event.-from1962 {
    margin-bottom: 37px;
  }
  .History .History__event.-from1999 {
    margin-bottom: 37px;
  }
  .History .History__event.-from2000 {
    margin-bottom: 37px;
  }
  .History .History__event.-from2018 {
    margin-bottom: 37px;
  }
  .History .History__event.-e1939 {
    padding-bottom: 333px;
    position: relative;
    margin-bottom: 58px;
  }
  .History .History__event.-e1958 {
    padding-bottom: 333px;
    position: relative;
    margin-bottom: 61px;
  }
  .History .History__event.-e1964 {
    padding-bottom: 333px;
    position: relative;
    margin-bottom: 57px;
  }
  .History .History__event.-e1998 {
    padding-bottom: 333px;
    position: relative;
    margin-bottom: 57px;
  }
  .History .History__event.-e2002 {
    padding-bottom: 333px;
    position: relative;
    margin-bottom: 57px;
  }
  .History .History__event.-e2018 {
    padding-bottom: 333px;
    position: relative;
    margin-bottom: 57px;
  }
  .History .History__eventYear {
    font-size: 16px;
  }
  .History .History__eventName {
    font-size: 22px;
    padding-left: 20px;
    margin-left: 9px;
  }
  .History .History__eventName::before {
    width: 13px;
  }
  .History .History__eventImage {
    margin-top: 47px;
    margin-left: 107px;
  }
  .History .History__eventImage.-e1939 {
    margin-left: 0;
    position: absolute;
    bottom: 0;
    left: 76px;
  }
  .History .History__eventImage.-e1958 {
    margin-left: 0;
    position: absolute;
    bottom: 0;
    left: 76px;
  }
  .History .History__eventImage.-e1964 {
    margin-left: 0;
    position: absolute;
    bottom: 0;
    left: 76px;
  }
  .History .History__eventImage.-e1998 {
    margin-left: 0;
    position: absolute;
    bottom: 0;
    left: 42px;
  }
  .History .History__eventImage.-e2002 {
    margin-left: 0;
    position: absolute;
    bottom: 0;
    left: 76px;
  }
  .History .History__eventImage.-e2018 {
    margin-left: 0;
    position: absolute;
    bottom: 0;
    left: 41px;
  }
  .History .History__Contents {
    padding-top: 29px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .History .History__Contents.-from1937 {
    padding-bottom: 151px;
  }
  .History .History__Contents.-from1961 {
    padding-bottom: 151px;
  }
  .History .History__Contents.-from1999 {
    padding-bottom: 149px;
  }
  .History .History__Contents.-from2000 {
    padding-top: 78px;
  }
  .History .History__Contents.-from2018 {
    padding-bottom: 0;
  }
  .History .History__wrapContent.-japan {
    width: 32.4%;
    position: relative;
  }
  .History .History__wrapContent.-japan.-border_start:before {
    content: '';
    width: 1px;
    height: 600%;
    border-left: 1px dotted rgba(234, 234, 234, 0.4);
    position: absolute;
    top: 0;
    left: 0;
  }
  .History .History__wrapContent.-japan.-border_end:before {
    content: '';
    width: 1px;
    height: 600%;
    border-left: 1px dotted rgba(234, 234, 234, 0.4);
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .History .History__wrapContent.-kiyomine {
    width: 67.6%;
  }
  .History .History__wrapContent.-kiyomine.-from2018 {
    padding-bottom: 126px;
  }
  .History .History__introKiyomine {
    font-size: 18px;
    line-height: 1.8;
    padding: 21px 60px 21px 60px;
    margin-top: 41px;
  }
  .History .History__imageKiyomine {
    width: 85.41%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
  }
  .History .History__imageKiyomine img {
    width: 100%;
  }
  .History .History__imageKiyomine2 {
    position: relative;
  }
  .History .History__imageKiyomine2.-i1 {
    max-width: 486px;
    width: 57.17%;
    margin-left: 63px;
  }
  .History .History__imageKiyomine2.-i2 {
    margin-top: -27%;
    margin-left: 59.5%;
    max-width: 252px;
    width: 29.64%;
  }
  .History .History__imageKiyomine2 img {
    width: 100%;
  }
  .History .History__images {
    margin-top: 50px;
  }
  .History .History__figCaption {
    position: absolute;
    bottom: -33px;
    left: 3px;
    font-size: 11px;
    font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-weight: 400;
  }
}

.ImageNavi .ImageNavi__anchorlink {
  display: -ms-flexbox;
  display: flex;
  background: #575b5e;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ImageNavi .ImageNavi__item {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
}

.ImageNavi .ImageNavi__link {
  display: block;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: calc( 300/375 * 100%);
}

.ImageNavi .ImageNavi__link.-i1 {
  background-image: url(../../common/images/history/nav1_sp.jpg);
}

.ImageNavi .ImageNavi__link.-i2 {
  background-image: url(../../common/images/history/nav2_sp.jpg);
}

.ImageNavi .ImageNavi__link.-i3 {
  background-image: url(../../common/images/history/nav3_sp.jpg);
}

.ImageNavi .ImageNavi__link.-i4 {
  background-image: url(../../common/images/history/nav4_sp.jpg);
}

.ImageNavi .ImageNavi__textArea {
  position: absolute;
  top: 32%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
  width: 100%;
}

.ImageNavi .ImageNavi__enTitle {
  width: 68px;
  margin: 0 auto;
}

.ImageNavi .ImageNavi__jpTitle {
  font-size: 15px;
  text-align: center;
  line-height: 1;
  letter-spacing: -0.05px;
}

@media print, screen and (min-width: 768px) {
  .ImageNavi .ImageNavi__item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
  }
  .ImageNavi .ImageNavi__link {
    padding-top: calc( 430/335 * 100%);
  }
  .ImageNavi .ImageNavi__link.-i1 {
    background-image: url(../../common/images/history/nav1_pc.jpg);
  }
  .ImageNavi .ImageNavi__link.-i2 {
    background-image: url(../../common/images/history/nav2_pc.jpg);
  }
  .ImageNavi .ImageNavi__link.-i3 {
    background-image: url(../../common/images/history/nav3_pc.jpg);
  }
  .ImageNavi .ImageNavi__link.-i4 {
    background-image: url(../../common/images/history/nav4_pc.jpg);
  }
  .ImageNavi .ImageNavi__link:hover {
    opacity: 0.7;
    transition: 200ms ease;
  }
  .ImageNavi .ImageNavi__textArea {
    top: 42%;
  }
  .ImageNavi .ImageNavi__enTitle {
    width: 122px;
    margin-bottom: 15px;
  }
  .ImageNavi .ImageNavi__enTitle img {
    width: 100%;
  }
  .ImageNavi .ImageNavi__jpTitle {
    font-size: 30px;
    line-height: 1.4;
  }
}

.Interview {
  padding-bottom: 15px;
  border-top: 1px solid #e8e8e8;
}

.Interview .Interview__lead {
  font-size: 13px;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 32px;
  font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 400;
}

.Interview .Interview__anchorlink {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}

.Interview .Interview__item {
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
  margin-right: 5%;
  margin-bottom: 30px;
}

.Interview .Interview__item.-mr0 {
  margin-right: 0;
}

.Interview .Interview__link {
  display: block;
}

.Interview .Interview__image {
  margin-bottom: 8px;
}

.Interview .Interview__textArea {
  position: relative;
}

.Interview .Interview__textArea:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background-image: url(../../common/images/company/arrow.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  position: absolute;
  bottom: 50%;
  right: 0;
}

.Interview .Interview__department {
  font-size: 9px;
  color: #111;
  line-height: 1.3;
  font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 400;
}

.Interview .Interview__name {
  font-size: 15px;
  color: #000;
  padding-bottom: 5px;
  border-bottom: 1px solid #e8e8e8;
}

@media print, screen and (min-width: 768px) {
  .Interview {
    padding-bottom: 125px;
  }
  .Interview .Interview__lead {
    font-size: 15px;
    line-height: 2;
    margin-bottom: 52px;
  }
  .Interview .Interview__anchorlink {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .Interview .Interview__item {
    -ms-flex: 0 0 17%;
    flex: 0 0 17%;
    max-width: 17%;
    margin-right: 0;
    margin-bottom: 0;
  }
  .Interview .Interview__link:hover .Interview__department {
    color: #0095d9;
  }
  .Interview .Interview__link:hover .Interview__name {
    color: #0095d9;
    border-bottom: 1px solid #0095d9;
  }
  .Interview .Interview__link:hover .Interview__textArea:after {
    background-image: url(../../common/images/company/arrow_bl.svg);
  }
  .Interview .Interview__image {
    width: 100%;
    margin-bottom: 18px;
  }
  .Interview .Interview__textArea:after {
    width: 14px;
    height: 14px;
    right: 2%;
  }
  .Interview .Interview__department {
    font-size: 12px;
  }
  .Interview .Interview__name {
    font-size: 26px;
    line-height: 1.6;
    padding-bottom: 17px;
  }
}

.JobCategory {
  padding-bottom: 60px;
}

.JobCategory .JobCategory__item {
  margin-bottom: 25px;
}

.JobCategory .JobCategory__image {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 60%;
  margin-left: -30px;
  margin-right: -30px;
}

.JobCategory .JobCategory__image.-enginner {
  background-image: url(../../common/images/recruit/jobcategory_sp_enginner.jpg);
}

.JobCategory .JobCategory__image.-quality {
  background-image: url(../../common/images/recruit/jobcategory_sp_quality.jpg);
}

.JobCategory .JobCategory__image.-manufacture {
  background-image: url(../../common/images/recruit/jobcategory_sp_manifacture.jpg);
}

.JobCategory .JobCategory__image.-sales {
  background-image: url(../../common/images/recruit/jobcategory_sp_sales.jpg);
}

.JobCategory .JobCategory__textArea {
  padding-top: 12px;
  padding-bottom: 21px;
}

@media print, screen and (max-width: 767px) {
  .JobCategory .JobCategory__textArea.-single:last-child {
    border-top: 1px solid #e8e8e8;
  }
}

.JobCategory .JobCategory__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.JobCategory .JobCategory__jpTitle {
  font-size: 21px;
  color: #000;
  letter-spacing: -0.045em;
}

@media print, screen and (max-width: 767px) {
  .JobCategory .JobCategory__jpSubtitle {
    display: block;
    font-size: 12px;
    line-height: 1;
    margin-top: -7px;
    margin-left: -0.6em;
    margin-bottom: 20px;
  }
}

.JobCategory .JobCategory__enTitle {
  font-size: 9px;
  color: #000;
  letter-spacing: -0.045em;
}

.JobCategory .JobCategory__subCategory {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 14px;
}

.JobCategory .JobCategory__text {
  font-size: 12px;
  color: #222;
}

@media print, screen and (max-width: 767px) {
  .JobCategory .JobCategory__text.-sales:last-child {
    margin-top: 33px;
    padding-top: 33px;
    border-top: 1px solid #e8e8e8;
  }
}

.JobCategory .JobCategory__button {
  padding-top: 42px;
  position: relative;
}

.JobCategory .JobCategory__button::before {
  position: absolute;
  top: 0;
  right: 50%;
  width: calc(100% + 60px);
  height: 1px;
  content: '';
  background: #e8e8e8;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

.JobCategory .JobCategory__buttonIntro {
  text-align: center;
  color: #666;
  font-size: 11px;
}

@media print, screen and (min-width: 768px) {
  .JobCategory {
    padding-bottom: 100px;
  }
  .JobCategory .JobCategory__item {
    border-bottom: none;
    margin-bottom: 0;
    position: relative;
  }
  .JobCategory .JobCategory__item:nth-child(3) {
    margin-bottom: 45px;
  }
  .JobCategory .JobCategory__item:last-child {
    margin-bottom: 25px;
  }
  .JobCategory .JobCategory__image {
    padding-top: 38.18%;
    margin-left: auto;
    margin-right: auto;
  }
  .JobCategory .JobCategory__image.-enginner {
    background-image: url(../../common/images/recruit/jobcategory_pc_enginner.jpg);
  }
  .JobCategory .JobCategory__image.-quality {
    background-image: url(../../common/images/recruit/jobcategory_pc_quality.jpg);
  }
  .JobCategory .JobCategory__image.-manufacture {
    background-image: url(../../common/images/recruit/jobcategory_pc_manifacture.jpg);
  }
  .JobCategory .JobCategory__image.-sales {
    background-image: url(../../common/images/recruit/jobcategory_pc_sales.jpg);
  }
  .JobCategory .JobCategory__textAreas {
    display: -ms-flexbox;
    display: flex;
    margin-top: -6.7%;
    padding: 3.2% 5.5% 5%;
    width: 92.5%;
    margin-right: auto;
    margin-left: auto;
    background-color: #f7f7f7;
  }
  .JobCategory .JobCategory__textArea {
    background-color: #f7f7f7;
    padding: 3.2% 5.5% 8%;
    margin-right: auto;
    margin-left: auto;
    width: 93%;
    margin-top: -6.7%;
  }
  .JobCategory .JobCategory__textArea.-single {
    width: 100%;
    margin-top: 0;
    padding: 0;
  }
  .JobCategory .JobCategory__textArea.-single:first-child {
    padding-right: 40px;
  }
  .JobCategory .JobCategory__textArea.-single:last-child {
    padding-left: 40px;
    border-left: 1px solid #e8e8e8;
  }
  .JobCategory .JobCategory__title {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .JobCategory .JobCategory__jpTitle {
    font-size: 34px;
    margin-right: 22px;
  }
  .JobCategory .JobCategory__enTitle {
    font-size: 11px;
    letter-spacing: 0.05em;
  }
  .JobCategory .JobCategory__intro {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
  }
  .JobCategory .JobCategory__subCategory {
    margin-bottom: 1em;
  }
  .JobCategory .JobCategory__text {
    font-size: 15px;
    letter-spacing: -0.06em;
    line-height: 1.7;
  }
  .JobCategory .JobCategory__text:first-child {
    padding-right: 40px;
    width: 50%;
  }
  .JobCategory .JobCategory__text:last-child {
    border-left: 1px solid #e8e8e8;
    padding-left: 40px;
    width: 50%;
  }
  .JobCategory .JobCategory__text.-single {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    border-left: none;
  }
  .JobCategory .JobCategory__button {
    padding-top: 50px;
  }
  .JobCategory .JobCategory__button::before {
    width: 100%;
  }
  .JobCategory .JobCategory__buttonIntro {
    font-size: 14px;
  }
}

@media print, screen and (max-width: 767px) {
  .LayoutFull .LayoutFull__inner {
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media print, screen and (min-width: 768px) {
  .LayoutFull .LayoutFull__inner {
    width: 100%;
    max-width: 1110px;
    margin-right: auto;
    margin-left: auto;
  }
}

.LayoutContent {
  background-color: #fff;
}

.LayoutContent.-gray {
  background-color: #f7f7f7;
}

.LayoutContent .LayoutContent__wrapInner {
  background-image: url(../../common/images/history/bg_title.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.LayoutContent .LayoutContent__inner.-contact {
  border-top: 1px solid #e8e8e8;
    padding-bottom: 160px;
}

@media print, screen and (max-width: 767px) {
  .LayoutContent.-history {
    margin-top: -23px;
  }
  .LayoutContent .LayoutContent__inner {
    padding-right: 30px;
    padding-left: 30px;
  }
  .LayoutContent .LayoutContent__inner.-history {
    padding-right: 25px;
    padding-left: 25px;
    position: relative;
  }
  .LayoutContent .LayoutContent__inner.-history::before {
    content: '';
    width: 1px;
    height: calc(100% + 44px);
    background: #eaeaea;
    position: absolute;
    left: 25px;
    top: -44px;
    display: block;
  }
}

@media print, screen and (min-width: 768px) {
  .LayoutContent.-history {
    margin-top: -30px;
  }
  .LayoutContent .LayoutContent__inner {
    width: 100%;
    max-width: 1110px;
    margin-right: auto;
    margin-left: auto;
  }
  .LayoutContent .LayoutContent__inner.-business, .LayoutContent .LayoutContent__inner.-product, .LayoutContent .LayoutContent__inner.-company, .LayoutContent .LayoutContent__inner.-recruit {
    max-width: 1100px;
  }
  .LayoutContent .LayoutContent__inner.-contact {
    max-width: 100%;
  }
  .LayoutContent .LayoutContent__inner.-history {
    max-width: 1340px;
    padding-left: 80px;
    position: relative;
  }
  .LayoutContent .LayoutContent__inner.-history::before {
    content: '';
    width: 1px;
    height: calc(100% + 90px);
    background: #eaeaea;
    position: absolute;
    left: 80px;
    top: -90px;
    display: block;
  }
  .LayoutContent .LayoutContent__inner.-history.-future::before {
    height: calc(100% + 106px);
    top: -106px;
  }
  .LayoutContent .LayoutContent__inner.-history.-title {
    padding-right: 80px;
  }
  .LayoutContent .LayoutContent__inner.-history.-h4 {
    padding-bottom: 0;
  }
}

.LayoutArticle {
  background-color: #fff;
}

@media print, screen and (max-width: 767px) {
  .LayoutArticle .LayoutArticle__inner {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .LayoutArticle .LayoutArticle__inner {
    background-color: #fff;
    width: 100%;
    max-width: 768px;
    margin-right: auto;
    margin-left: auto;
  }
}

.MainVisual {
  position: relative;
}

.MainVisual.-top:after {
  content: '';
  width: 24px;
  height: 110px;
  display: block;
  position: absolute;
  bottom: 0;
  right: calc(50% - 22px);
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  z-index: 999;
  background-image: url("../images/top/down_arrow.svg");
  background-size: cotain;
  background-repeat: no-repeat;
  background-position: center center;
}

@media print, screen and (max-width: 767px) {
  .MainVisual {
    width: 100%;
    height: 134.66vw;
  }
  .MainVisual:after {
    display: none;
  }
  .MainVisual .MainVisual__list {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  .MainVisual .MainVisual__slide.-mv1 .MainVisual__image {
    background-image: url("../images/top/mv1_sp.jpg");
    -webkit-animation-delay: -4.5s;
    animation-delay: -4.5s;
  }
  .MainVisual .MainVisual__slide.-mv1 .MainVisual__title {
    -webkit-animation-delay: -4.5s;
    animation-delay: -4.5s;
  }
  .MainVisual .MainVisual__slide.-mv1 .MainVisual__text {
    -webkit-animation-delay: -4.5s;
    animation-delay: -4.5s;
  }
  .MainVisual .MainVisual__slide.-mv2 .MainVisual__image {
    background-image: url("../images/top/mv2_sp.jpg");
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
  }
  .MainVisual .MainVisual__slide.-mv2 .MainVisual__title {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
  }
  .MainVisual .MainVisual__slide.-mv2 .MainVisual__text {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
  }
  .MainVisual .MainVisual__slide.-mv3 .MainVisual__image {
    background-image: url("../images/top/mv3_sp.jpg");
    -webkit-animation-delay: 7.5s;
    animation-delay: 7.5s;
  }
  .MainVisual .MainVisual__slide.-mv3 .MainVisual__title {
    -webkit-animation-delay: 7.5s;
    animation-delay: 7.5s;
  }
  .MainVisual .MainVisual__slide.-mv3 .MainVisual__text {
    -webkit-animation-delay: 7.5s;
    animation-delay: 7.5s;
  }
  .MainVisual .MainVisual__slide.-mv1 .MainVisual__image,
  .MainVisual .MainVisual__slide.-mv1 .MainVisual__title,
  .MainVisual .MainVisual__slide.-mv1 .MainVisual__text {
    opacity: 1;
  }
  .MainVisual .MainVisual__slide.-mv1 .MainVisual__title {
    bottom: 45vw;
    left: 20px;
    text-align: left;
  }
  .MainVisual .MainVisual__slide.-mv1 .MainVisual__text {
    bottom: 20vw;
    left: 20px;
    text-align: left;
  }
  .MainVisual .MainVisual__slide.-mv2 .MainVisual__title {
    bottom: 45vw;
    right: 20px;
    text-align: right;
  }
  .MainVisual .MainVisual__slide.-mv2 .MainVisual__text {
    bottom: 20vw;
    right: 20px;
    text-align: right;
  }
  .MainVisual .MainVisual__slide.-mv3 .MainVisual__title {
    width: 100%;
    bottom: 40vw;
    left: 0;
    text-align: center;
  }
  .MainVisual .MainVisual__slide.-mv3 .MainVisual__text {
    width: 100%;
    bottom: 45vw;
    left: 0;
    text-align: center;
  }
  .MainVisual .MainVisual__image {
    position: absolute;
    opacity: 0;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 18s;
    animation-duration: 18s;
    -webkit-animation-name: slider-zoomin;
    animation-name: slider-zoomin;
  }
  .MainVisual .MainVisual__title {
    font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-weight: 100;
    font-size: 36px;
    line-height: 1.2;
    color: #fff;
    position: absolute;
    opacity: 0;
    z-index: 2;
    white-space: nowrap;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 18s;
    animation-duration: 18s;
    -webkit-animation-name: slider-text;
    animation-name: slider-text;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  }
  .MainVisual .MainVisual__text {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    position: absolute;
    opacity: 0;
    z-index: 2;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 18s;
    animation-duration: 18s;
    -webkit-animation-name: slider-text;
    animation-name: slider-text;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  }
  .MainVisual.-company .MainVisual__slide {
    z-index: 1;
  }
  .MainVisual.-company .MainVisual__slide.-mv1 .MainVisual__image {
    background-image: url("../images/company/mv1_sp.jpg");
  }
  .MainVisual.-company .MainVisual__slide.-mv2 .MainVisual__image {
    background-image: url("../images/company/mv2_sp.jpg");
  }
  .MainVisual.-company .MainVisual__slide.-mv3 .MainVisual__image {
    background-image: url("../images/company/mv3_sp.jpg");
  }
  .MainVisual.-company .MainVisual__title1 {
    z-index: 10;
    position: relative;
    text-align: center;
    top: 33vw;
  }
  .MainVisual.-company .MainVisual__textImage {
    width: 70%;
  }
  .MainVisual.-csr .MainVisual__slide {
    z-index: 1;
  }
  .MainVisual.-csr .MainVisual__slide.-mv1 .MainVisual__image {
    background-image: url("../images/csr/mv1_sp.jpg");
  }
  .MainVisual.-csr .MainVisual__slide.-mv2 .MainVisual__image {
    background-image: url("../images/csr/mv2_sp.jpg");
  }
  .MainVisual.-csr .MainVisual__title1 {
    z-index: 10;
    position: relative;
    text-align: center;
    top: 33vw;
  }
  .MainVisual.-csr .MainVisual__textImage {
    width: 70%;
  }
  .MainVisual.-csr .MainVisual__image {
    -webkit-animation-duration: 12s;
    animation-duration: 12s;
    -webkit-animation-name: slider-zoomin-x2;
    animation-name: slider-zoomin-x2;
  }
}

@media print, screen and (min-width: 768px) {
  .MainVisual {
    width: 100%;
    height: 100vh;
  }
  .MainVisual .MainVisual__list {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  .MainVisual .MainVisual__slide.-mv1 .MainVisual__image {
    background-image: url("../images/top/mv1_pc.jpg");
    -webkit-animation-delay: -4.5s;
    animation-delay: -4.5s;
  }
  .MainVisual .MainVisual__slide.-mv1 .MainVisual__title {
    -webkit-animation-delay: -4.5s;
    animation-delay: -4.5s;
  }
  .MainVisual .MainVisual__slide.-mv1 .MainVisual__text {
    -webkit-animation-delay: -4.5s;
    animation-delay: -4.5s;
  }
  .MainVisual .MainVisual__slide.-mv2 .MainVisual__image {
    background-image: url("../images/top/mv2_pc.jpg");
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
  }
  .MainVisual .MainVisual__slide.-mv2 .MainVisual__title {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
  }
  .MainVisual .MainVisual__slide.-mv2 .MainVisual__text {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
  }
  .MainVisual .MainVisual__slide.-mv3 .MainVisual__image {
    background-image: url("../images/top/mv3_pc.jpg");
    -webkit-animation-delay: 7.5s;
    animation-delay: 7.5s;
  }
  .MainVisual .MainVisual__slide.-mv3 .MainVisual__title {
    -webkit-animation-delay: 7.5s;
    animation-delay: 7.5s;
  }
  .MainVisual .MainVisual__slide.-mv3 .MainVisual__text {
    -webkit-animation-delay: 7.5s;
    animation-delay: 7.5s;
  }
  .MainVisual .MainVisual__slide.-mv1 .MainVisual__image,
  .MainVisual .MainVisual__slide.-mv1 .MainVisual__title,
  .MainVisual .MainVisual__slide.-mv1 .MainVisual__text {
    opacity: 1;
  }
  .MainVisual .MainVisual__slide.-mv1 .MainVisual__title {
    bottom: 22vh;
    left: 110px;
    text-align: left;
  }
  .MainVisual .MainVisual__slide.-mv1 .MainVisual__text {
    bottom: calc(30vh - 50px);
    left: 110px;
    text-align: left;
  }
  .MainVisual .MainVisual__slide.-mv2 .MainVisual__title {
    bottom: 22vh;
    right: 110px;
    text-align: right;
  }
  .MainVisual .MainVisual__slide.-mv2 .MainVisual__text {
    bottom: calc(30vh - 50px);
    right: 110px;
    text-align: right;
  }
  .MainVisual .MainVisual__slide.-mv3 .MainVisual__title {
    width: 100%;
    bottom: calc(37vh - 130px);
    left: 0;
    text-align: center;
  }
  .MainVisual .MainVisual__slide.-mv3 .MainVisual__text {
    width: 100%;
    bottom: calc(50vh - 100px);
    left: 0;
    text-align: center;
  }
  .MainVisual .MainVisual__image {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    background-size: cover;
    background-position: center;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 18s;
    animation-duration: 18s;
    -webkit-animation-name: slider-zoomin;
    animation-name: slider-zoomin;
  }
  .MainVisual .MainVisual__title {
    font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-weight: 100;
    font-size: 60px;
    line-height: 1.2;
    color: #fff;
    position: absolute;
    opacity: 0;
    z-index: 2;
    white-space: nowrap;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 18s;
    animation-duration: 18s;
    -webkit-animation-name: slider-text;
    animation-name: slider-text;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  }
  .MainVisual .MainVisual__text {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    position: absolute;
    opacity: 0;
    z-index: 2;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 18s;
    animation-duration: 18s;
    -webkit-animation-name: slider-text;
    animation-name: slider-text;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  }
  .MainVisual.-company {
    height: 754px;
  }
  .MainVisual.-company .MainVisual__slide {
    z-index: 1;
  }
  .MainVisual.-company .MainVisual__slide.-mv1 .MainVisual__image {
    background-image: url("../images/company/mv1_pc.jpg");
  }
  .MainVisual.-company .MainVisual__slide.-mv2 .MainVisual__image {
    background-image: url("../images/company/mv2_pc.jpg");
  }
  .MainVisual.-company .MainVisual__slide.-mv3 .MainVisual__image {
    background-image: url("../images/company/mv3_pc.jpg");
  }
  .MainVisual.-company .MainVisual__title1 {
    z-index: 10;
    position: relative;
    right: calc(-100% + 541px);
    top: 30vh;
  }
  .MainVisual.-company .MainVisual__title1 img {
      width: 489px;
  }
  .MainVisual.-csr {
    height: calc(100vh - 124px);
  }
  .MainVisual.-csr .MainVisual__slide {
    z-index: 1;
  }
  .MainVisual.-csr .MainVisual__slide.-mv1 .MainVisual__image {
    background-image: url("../images/csr/mv1_pc.jpg");
  }
  .MainVisual.-csr .MainVisual__slide.-mv2 .MainVisual__image {
    background-image: url("../images/csr/mv2_pc.jpg");
  }
  .MainVisual.-csr .MainVisual__title1 {
    z-index: 10;
    position: relative;
    right: calc(-50% + 361.5px);
    top: 23vh;
  }
  .MainVisual.-csr .MainVisual__image {
    -webkit-animation-duration: 12s;
    animation-duration: 12s;
    -webkit-animation-name: slider-zoomin-x2;
    animation-name: slider-zoomin-x2;
  }
}

@-webkit-keyframes slider-zoomin {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes slider-zoomin {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@-webkit-keyframes slider-zoomin-x2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  55% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes slider-zoomin-x2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  55% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@-webkit-keyframes slider-text {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes slider-text {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.MainVisual2 {
  position: relative;
}

@media print, screen and (max-width: 767px) {
  .MainVisual2 {
    width: 100%;
    height: 134.66vw;
  }
  .MainVisual2 .MainVisual2__list {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  .MainVisual2 .MainVisual2__title1 {
    z-index: 10;
    position: relative;
  }
  .MainVisual2 .MainVisual2__title1.-recruit {
    text-align: center;
    top: 20vw;
  }
  .MainVisual2 .MainVisual2__textImage.-recruit {
    width: 84%;
  }
  .MainVisual2 .MainVisual2__image {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
  }
  .MainVisual2 .MainVisual2__image.-business1 {
    background-image: url("../images/business/plate_mv_sp.jpg");
  }
  .MainVisual2 .MainVisual2__image.-business2 {
    background-image: url("../images/business/linebar_mv_sp.jpg");
  }
  .MainVisual2 .MainVisual2__image.-business3 {
    background-image: url("../images/business/plating_mv_sp.jpg");
  }
  .MainVisual2 .MainVisual2__image.-german {
    background-image: url("../images/product/product_german_sp.jpg");
  }
  .MainVisual2 .MainVisual2__image.-phosphor {
    background-image: url("../images/product/product_phosphor_sp.jpg");
  }
  .MainVisual2 .MainVisual2__image.-special {
    background-image: url("../images/product/product_special_sp.jpg");
  }
  .MainVisual2 .MainVisual2__image.-history {
    background-image: url("../images/history/mv_sp.jpg");
  }
  .MainVisual2.-business1, .MainVisual2.-business2, .MainVisual2.-business3 {
    height: 100vw;
  }
  .MainVisual2.-business1 .MainVisual2__title1, .MainVisual2.-business2 .MainVisual2__title1, .MainVisual2.-business3 .MainVisual2__title1 {
    text-align: center;
    top: 20vw;
  }
  .MainVisual2.-business1 .MainVisual2__textImage, .MainVisual2.-business2 .MainVisual2__textImage, .MainVisual2.-business3 .MainVisual2__textImage {
    width: 70%;
  }
  .MainVisual2.-recruit .MainVisual2__image {
    background-image: url("../images/recruit/mv1_sp.jpg");
  }
  .MainVisual2.-product {
    height: 94.66vw;
  }
  .MainVisual2.-product .MainVisual2__title1 {
    text-align: center;
    top: 13vw;
  }
  .MainVisual2.-product .MainVisual2__textImage {
    width: 70%;
  }
  .MainVisual2.-history {
    height: 505px;
  }
  .MainVisual2.-history .MainVisual2__title1 {
    text-align: center;
    top: 154px;
  }
  .MainVisual2.-history .MainVisual2__textImage {
    width: 86%;
  }
}

@media print, screen and (min-width: 768px) {
  .MainVisual2 {
    width: 100%;
    height: 100vh;
  }
  .MainVisual2 .MainVisual2__list {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  .MainVisual2 .MainVisual2__title1 {
    z-index: 10;
    position: relative;
  }
  .MainVisual2 .MainVisual2__title1.-recruit {
    text-align: center;
    top: 16vw;
  }
  .MainVisual2 .MainVisual2__textImage {
    width: 45%;height: auto;max-width: 530px;min-width: 500px;
  }

    
  .MainVisual2 .MainVisual2__image {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
  }
  .MainVisual2 .MainVisual2__image.-business1 {
    background-image: url("../images/business/plate_mv_pc.jpg");
  }
  .MainVisual2 .MainVisual2__image.-business2 {
    background-image: url("../images/business/linebar_mv_pc.jpg");
  }
  .MainVisual2 .MainVisual2__image.-business3 {
    background-image: url("../images/business/plating_mv_pc.jpg");
  }
  .MainVisual2 .MainVisual2__image.-german {
    background-image: url("../images/product/product_german_pc.jpg");
  }
  .MainVisual2 .MainVisual2__image.-phosphor {
    background-image: url("../images/product/product_phosphor_pc.jpg");
  }
  .MainVisual2 .MainVisual2__image.-special {
    background-image: url("../images/product/product_special_pc.jpg");
  }
  .MainVisual2 .MainVisual2__image.-history {
    background-image: url("../images/history/mv_pc.jpg");
  }
  .MainVisual2.-business1, .MainVisual2.-business2, .MainVisual2.-business3 {
    height: 570px;
  }
  .MainVisual2.-business1 .MainVisual2__title1, .MainVisual2.-business2 .MainVisual2__title1, .MainVisual2.-business3 .MainVisual2__title1 {
    top: calc(50% - 50px);
    width: 100%;
    max-width: 1110px;
    margin: 0 auto;
    text-align: right;
  }
  .MainVisual2.-business2 .MainVisual2__title1 {
    text-align: left;
  }
  .MainVisual2.-recruit {
    height: calc(100vh - 124px);
  }
  .MainVisual2.-recruit .MainVisual2__image {
    background-image: url("../images/recruit/mv1_pc.jpg");
  }
  .MainVisual2.-special, .MainVisual2.-german {
    height: 570px;
  }
  .MainVisual2.-german .MainVisual2__title1 {
    top: 14%;
    left: 9%;
  }
  .MainVisual2.-phosphor {
    height: 570px;
  }
  .MainVisual2.-phosphor .MainVisual2__title1 {
    top: 18%;
    left: 56%;
  }
    
  .MainVisual2.-special .MainVisual2__title1 {
    top: 20%;
    left: 9%;
  }
    
  .MainVisual2.-history .MainVisual2__title1 {
    top: 36%;
    text-align: center;
  }
}

.MemberContents {
  margin-top: 60px;
}

.MemberContents .MemberContents__parallel {
  margin-bottom: 45px;
}

.MemberContents .MemberContents__textArea {
  padding-left: 30px;
  padding-right: 30px;
}

.MemberContents .MemberContents__title {
  font-size: 13px;
  color: #0095d9;
  padding-top: 25px;
  padding-bottom: 5px;
  font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 400;
}

.MemberContents .MemberContents__lead {
  font-size: 22px;
  line-height: 1.65;
}

.MemberContents .MemberContents__text {
  font-size: 13px;
  padding-top: 15px;
}

.MemberContents .MemberContents__imageArea {
  padding-right: 30px;
}

.MemberContents .MemberContents__image {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .MemberContents {
    margin-top: 130px;
    margin-bottom: 130px;
  }
  .MemberContents .MemberContents__inner {
    width: 100%;
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
  }
  .MemberContents .MemberContents__parallel {
    margin-bottom: 30px;
  }
  .MemberContents .MemberContents__wrap01 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .MemberContents .MemberContents__wrap01.-noReverse {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .MemberContents .MemberContents__textArea {
    padding-left: 40px;
    padding-right: 45px;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .MemberContents .MemberContents__textArea.-noReverse {
    padding-right: 0px;
  }
  .MemberContents .MemberContents__title {
    font-size: 16px;
    color: #0095d9;
    padding-top: 40px;
    padding-bottom: 5px;
    font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-weight: 400;
  }
  .MemberContents .MemberContents__title.-noReverse {
    padding-top: 0px;
    line-height: 1;
    padding-bottom: 13px;
  }
  .MemberContents .MemberContents__lead {
    font-size: 32px;
  }
  .MemberContents .MemberContents__text {
    font-size: 15px;
    width: 150%;
    padding-top: 43px;
    padding-right: 30px;
    background: #fff;
    padding-bottom: 55px;
  }
  .MemberContents .MemberContents__text.-noReverse {
    width: auto;
    padding-right: 0px;
  }
  .MemberContents .MemberContents__imageArea {
    padding-right: 0px;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
  .MemberContents .MemberContents__image {
    width: 100%;
  }
}

.MemberVisual {
  position: relative;
}

.MemberVisual .MemberVisual__image {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 85.33%;
}

.MemberVisual .MemberVisual__image.-member01 {
  background-image: url(../../common/images/members/member_kv01_sp.jpg);
}

.MemberVisual .MemberVisual__image.-member02 {
  background-image: url(../../common/images/members/member_kv02_sp.jpg);
}

.MemberVisual .MemberVisual__image.-member03 {
  background-image: url(../../common/images/members/member_kv03_sp.jpg);
}

.MemberVisual .MemberVisual__image.-member04 {
  background-image: url(../../common/images/members/member_kv04_sp.jpg);
}

.MemberVisual .MemberVisual__image.-member05 {
  background-image: url(../../common/images/members/member_kv05_sp.jpg);
}

.MemberVisual .MemberVisual__image.-members {
  background-image: url(../../common/images/members/message_sp.jpg);
  padding-top: 82.13%;
}

@media print, screen and (max-width: 767px) {
  .MemberVisual .MemberVisual__textArea {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    min-width: 184px;
  }
  .MemberVisual .MemberVisual__textArea.-member02, .MemberVisual .MemberVisual__textArea.-member04 {
    left: 0;
  }
  .MemberVisual .MemberVisual__textInner {
    color: #fff;
    background-color: #0095d9;
    padding: 24px 25px;
    z-index: 10;
    position: relative;
  }
  .MemberVisual .MemberVisual__number {
    position: relative;
  }
  .MemberVisual .MemberVisual__number:before {
    content: '';
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    position: absolute;
    top: -50px;
    display: block;
  }
  .MemberVisual .MemberVisual__number.-n01:before {
    background-image: url("../images/members/number01.svg");
    right: -10px;
    width: 43px;
    height: 46px;
  }
  .MemberVisual .MemberVisual__number.-n02:before {
    background-image: url("../images/members/number02.svg");
    right: -15px;
    width: 50.5px;
    height: 46.5px;
  }
  .MemberVisual .MemberVisual__number.-n03:before {
    background-image: url("../images/members/number03.svg");
    right: -10px;
    width: 50.5px;
    height: 44.5px;
  }
  .MemberVisual .MemberVisual__number.-n04:before {
    background-image: url("../images/members/number04.svg");
    right: -15px;
    width: 50.5px;
    height: 46.5px;
  }
  .MemberVisual .MemberVisual__number.-n05:before {
    background-image: url("../images/members/number05.svg");
    right: -15px;
    width: 50.5px;
    height: 44.5px;
  }
  .MemberVisual .MemberVisual__department {
    font-size: 9px;
    line-height: 1;
    padding-bottom: 6px;
  }
  .MemberVisual .MemberVisual__name {
    font-size: 24px;
    line-height: 1;
    padding-bottom: 12px;
  }
  .MemberVisual .MemberVisual__description {
    font-size: 9px;
    line-height: 1.3;
  }
}

@media print, screen and (min-width: 768px) {
  .MemberVisual .MemberVisual__image {
    padding-top: 35.82%;
  }
  .MemberVisual .MemberVisual__image.-member01 {
    background-image: url(../../common/images/members/member_kv01_pc.jpg);
  }
  .MemberVisual .MemberVisual__image.-member02 {
    background-image: url(../../common/images/members/member_kv02_pc.jpg);
  }
  .MemberVisual .MemberVisual__image.-member03 {
    background-image: url(../../common/images/members/member_kv03_pc.jpg);
  }
  .MemberVisual .MemberVisual__image.-member04 {
    background-image: url(../../common/images/members/member_kv04_pc.jpg);
  }
  .MemberVisual .MemberVisual__image.-member05 {
    background-image: url(../../common/images/members/member_kv05_pc.jpg);
  }
  .MemberVisual .MemberVisual__image.-members {
    padding-top: 33.88%;
    background-image: url(../../common/images/members/message_pc.jpg);
  }
  .MemberVisual .MemberVisual__inner {
    width: 100%;
    max-width: 1110px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .MemberVisual .MemberVisual__inner.-member01, .MemberVisual .MemberVisual__inner.-member03, .MemberVisual .MemberVisual__inner.-member05 {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .MemberVisual .MemberVisual__textArea {
    width: 339px;
    margin-top: -219px;
  }
  .MemberVisual .MemberVisual__textInner {
    color: #fff;
    background-color: #0095d9;
    padding: 50px 42px 45px;
    z-index: 10;
    position: relative;
  }
  .MemberVisual .MemberVisual__number {
    position: relative;
  }
  .MemberVisual .MemberVisual__number:before {
    content: '';
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    position: absolute;
    top: -95px;
    right: 0px;
    display: block;
  }
  .MemberVisual .MemberVisual__number.-n01:before {
    background-image: url("../images/members/number01.svg");
    width: 80px;
    height: 80px;
    top: -100px;
  }
  .MemberVisual .MemberVisual__number.-n02:before {
    background-image: url("../images/members/number02.svg");
    width: 91px;
    height: 75px;
  }
  .MemberVisual .MemberVisual__number.-n03:before {
    background-image: url("../images/members/number03.svg");
    width: 83px;
    height: 78px;
  }
  .MemberVisual .MemberVisual__number.-n04:before {
    background-image: url("../images/members/number04.svg");
    width: 84px;
    height: 75px;
  }
  .MemberVisual .MemberVisual__number.-n05:before {
    background-image: url("../images/members/number05.svg");
    width: 90px;
    height: 78px;
  }
  .MemberVisual .MemberVisual__department {
    font-size: 14px;
    line-height: 1;
    padding-bottom: 12px;
  }
  .MemberVisual .MemberVisual__name {
    font-size: 42px;
    line-height: 1;
    padding-bottom: 20px;
  }
  .MemberVisual .MemberVisual__description {
    font-size: 14px;
    line-height: 1.3;
  }
}

.Message .Message__image {
  background-image: url(../../common/images/company/message_sp.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 85.33%;
}

.Message .Message__image.-recruit {
  background-image: url(../../common/images/recruit/message_sp.jpg);
  padding-top: 70.93%;
}

.Message .Message__textArea {
  background-color: #fff;
  margin: 0 30px;
  padding: 25px 20px 55px;
  margin-top: -10%;
}

.Message .Message__textArea.-recruit {
  margin-top: 0;
  padding: 38px 0 60px;
}

.Message .Message__lead {
  font-size: 19px;
  line-height: 1.58;
  padding-bottom: 25px;
}

.Message .Message__text {
  font-size: 13px;
  padding-bottom: 15px;
}

.Message .Message__signature {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 8px;
}

.Message .Message__signText {
  width: 200px;
  font-size: 11px;
  margin-right: 10px;
  text-align: right;
}

.Message .Message__imageAnother {
  margin-top: 30px;
}

@media print, screen and (min-width: 768px) {
  .Message.-recruit {
    margin-bottom: 43px;
  }
  .Message .Message__image {
    background-image: url(../../common/images/company/message_pc.jpg);
    padding-top: 42.53%;
  }
  .Message .Message__image.-recruit {
    padding-top: 39.70%;
    background-image: url(../../common/images/recruit/message_pc.jpg);
  }
  .Message .Message__textArea {
    width: 100%;
    max-width: 1110px;
    margin-right: auto;
    margin-left: auto;
    padding: 50px 60px 110px;
    margin-top: -9.5%;
    display: -ms-flexbox;
    display: flex;
  }
  .Message .Message__textArea.-recruit {
    padding-top: 67px;
    padding-bottom: 32px;
    padding-left: 5px;
  }
  .Message .Message__lead{
    font-size: 30px;
    line-height: 1.66;
    margin-right: 3%;
    -ms-flex: 0 0 44%;
    flex: 0 0 44%;
    max-width: 44%;
    letter-spacing: -1px;
  }
    
  .Message .Message__lead br{
margin-bottom: 10px;
  }
    
  .Message .Message__lead.-recruit {
    -ms-flex: 0 0 43.7%;
    flex: 0 0 43.7%;
    max-width: 43.7%;
    margin-right: 0;
    letter-spacing: 0.01em;
  }
  .Message .Message__textWrap {
    -ms-flex: 0 0 53%;
    flex: 0 0 53%;
    max-width: 53%;
  }
  .Message .Message__text {
    font-size: 15px;
    padding-bottom: 25px;
  }
  .Message .Message__text.-recruit {
    line-height: 2.16;
    padding-bottom: 16px;
    letter-spacing: 0.001em;
  }
  .Message .Message__signText {
    font-size: 12px;
    margin-right: 25px;
    width: 250px;
  }
}

.News {
  position: relative;
}

.News:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #bcbcbc;
  border-right: 2px solid #bcbcbc;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.News.-new .News__date {
  position: relative;
}

.News.-new .News__date:after {
  content: 'NEW';
  display: inline-block;
  padding: 5px 7px;
  background: #ffb000;
  -webkit-transform: scale(0.7) translateY(5px);
  -ms-transform: scale(0.7) translateY(5px);
  transform: scale(0.7) translateY(5px);
  margin-left: 5px;
  color: #fff;
  position: absolute;
  bottom: 0;
  font-family:'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 500;
  letter-spacing: 0.07em;
}

.News:first-child .News__link {
  padding-top: 0;
}

.News .News__link {
  display: block;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-right: 23px;
  border-bottom: 1px solid #e8e8e8;
}

.News .News__date {
  color: #999;
  font-size: 11px;
  line-height: 1;
}

.News .News__title {
  color: #111;
  font-size: 12px;
  margin-top: 6px;
  line-height: 1.4;
}

@media print, screen and (min-width: 768px) {
  .News {
    width: calc(1080px / 4);
    height: 168px;
    border: 1px solid transparent;
    border-right-color: #e8e8e8;
    border-bottom-color: #e8e8e8;
  }
  .News:first-child, .News:nth-child(5) {
    border-left-color: #e8e8e8;
  }
  .News:nth-child(-n + 4) {
    border-top-color: #e8e8e8;
  }
  .News:nth-child(n + 5) {
    border-bottom-color: #e8e8e8;
  }
  .News:first-child .News__link {
    padding-top: 43px;
  }
  .News:after {
    content: none;
  }
  .News.-new .News__date:after {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-left: 10px;
    color: #fff;
    position: absolute;
    bottom: 0;
    font-size: 11px;
    padding: 5px 11px;
  }
  .News .News__link {
    padding: 43px 36px;
    height: 100%;
    border-bottom: 0;
  }
  .News .News__link:hover {
    background: #f7f7f7;
  }
  .News .News__link:hover .News__title {
    text-decoration: underline;
    color: #0095d9;
  }
  .News .News__date {
    font-size: 15px;
  }
  .News .News__title {
    font-size: 16px;
  }
}

.NewsDetail {
  margin-top: 40px;
  padding-bottom: 85px;
}

.NewsDetail.-hasThumb .NewsDetail__content {
  border-top: none;
}

.NewsDetail .NewsDetail__title {
  font-size: 29px;
  line-height: 1;
}

.NewsDetail .NewsDetail__date {
  font-size: 12px;
  color: #666;
  margin-top: 25px;
  line-height: 1;
  margin-bottom: 23px;
}

.NewsDetail .NewsDetail__thumb {
  width: calc(100% + 50px);
  height: auto;
  margin-left: -25px;
  margin-right: -25px;
  margin-bottom: 25px;
}

.NewsDetail .NewsDetail__content {
  margin-bottom: 25px;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  padding-top: 30px;
}

.NewsDetail .NewsDetail__content h2 {
  font-size: 17px;
  line-height: 1;
  font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 500;
  letter-spacing: 0.07em;
}

.NewsDetail .NewsDetail__content h3 {
  font-size: 13px;
  font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 500;
  letter-spacing: 0.07em;
}

.NewsDetail .NewsDetail__content p {
  font-size: 13px;
}

.NewsDetail .NewsDetail__content ul {
  font-size: 13px;
  padding-left: 14px;
}

.NewsDetail .NewsDetail__content ul li {
  position: relative;
  font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 400;
}

.NewsDetail .NewsDetail__content ul li:before {
  position: absolute;
  top: 10px;
  left: -13px;
  content: '';
  width: 4px;
  height: 4px;
  background: #000;
}

.NewsDetail .NewsDetail__itemInfoList {
  margin-top: 48px;
}

@media print, screen and (min-width: 768px) {
  .NewsDetail {
    width: 768px;
    margin-top: 93px;
    padding-bottom: 163px;
    margin-left: auto;
    margin-right: auto;
  }
  .NewsDetail .NewsDetail__title {
    font-size: 52px;
    line-height: 1;
  }
  .NewsDetail .NewsDetail__date {
    font-size: 15px;
    color: #666;
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .NewsDetail .NewsDetail__thumb {
    text-align: center;
    margin-bottom: 80px;
  }
  .NewsDetail .NewsDetail__content {
    margin-bottom: 70px;
    padding-top: 54px;
  }
  .NewsDetail .NewsDetail__content h2 {
    font-size: 28px;
  }
  .NewsDetail .NewsDetail__content h3 {
    font-size: 18px;
  }
  .NewsDetail .NewsDetail__content p {
    font-size: 18px;
  }
  .NewsDetail .NewsDetail__content ul {
    font-size: 16px;
    padding-left: 14px;
  }
  .NewsDetail .NewsDetail__content ul li {
    position: relative;
  }
  .NewsDetail .NewsDetail__content ul li:before {
    position: absolute;
    top: 13px;
    left: -13px;
    content: '';
    width: 5px;
    height: 5px;
    background: #000;
  }
  .NewsDetail .NewsDetail__content img {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .NewsDetail .NewsDetail__content a {
    text-decoration: underline;
  }
  .NewsDetail .NewsDetail__itemInfoList {
    margin-top: 48px;
  }
}

.NewsInfo .NewsInfo__title {
  font-size: 29px;
  font-weight: normal;
  line-height: 1;
  position: relative;
}

.NewsInfo .NewsInfo__title:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  background-image: url(../images/news/news_text_sp.svg);
  background-size: 367px auto;
  width: calc(100% + 40px);
  height: 48px;
}

.NewsInfo .NewsInfo__text {
  font-size: 14px;
  color: #111;
  margin-top: 19px;
}

.NewsInfo .NewsInfo__itemInfoList {
  margin-top: 48px;
}

@media print, screen and (min-width: 768px) {
  .NewsInfo .NewsInfo__itemTitle {
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .NewsInfo .NewsInfo__itemTitle:before {
    content: '';
    position: absolute;
    top: 50%;
    right: -10%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../images/news/news_text_pc.svg);
    background-size: 882px auto;
    width: 882px;
    height: 115px;
  }
  .NewsInfo .NewsInfo__title {
    font-size: 58px;
    min-width: 400px;
  }
  .NewsInfo .NewsInfo__title:before {
    content: none;
  }
  .NewsInfo .NewsInfo__text {
    min-width: 412px;
    font-size: 18px;
    line-height: 1.6;
    margin-top: 0;
    margin-left: 0;
  }
  .NewsInfo .NewsInfo__itemInfoList {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-width: 1080px;
  }
}

.Overview {
  padding-bottom: 60px;
}

.Overview.-recruit {
  padding-bottom: 0;
}

.Overview .Overview__list {
  display: -ms-flexbox;
  display: flex;
  padding: 12px 10px 10px;
  border-bottom: 1px solid #e0e0e0;
}

.Overview .Overview__list:first-child {
  border-top: 1px solid #e0e0e0;
}

.Overview .Overview__title {
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
  font-size: 12px;
  color: #000;
  font-weight: bold;
}

.Overview .Overview__data {
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
  font-size: 12px;
  color: 111;
  font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 400;
}

@media print, screen and (min-width: 768px) {
  .Overview {
    padding-bottom: 100px;
  }
  .Overview .Overview__list {
    padding: 25px 35px 25px;
  }
  .Overview .Overview__title {
    -ms-flex: 0 0 21%;
    flex: 0 0 21%;
    max-width: 21%;
    font-size: 15px;
  }
  .Overview .Overview__data {
    -ms-flex: 0 0 79%;
    flex: 0 0 79%;
    max-width: 79%;
    font-size: 16px;
    color: 222;
  }
}

.Pager {
  margin-top: 40px;
  text-align: center;
}

.Pager .screen-reader-text {
  display: none;
}

.Pager .page-numbers {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  position: relative;
  border: 1px solid #e2e2e2;
  box-sizing: border-box;
  font-size: 10px;
  color: #999;
}

.Pager .page-numbers.current {
  background: #000;
  color: #fff;
}

.Pager .prev,
.Pager .next {
  display: inline-block;
  background: transparent;
  border: 1px solid transparent;
}

.Pager .prev:before {
  content: '';
  width: 8px;
  height: 2px;
  display: inline-block;
  background: #000;
  position: absolute;
  top: 48%;
  left: 13px;
}

.Pager .next:before {
  content: '';
  width: 8px;
  height: 2px;
  display: inline-block;
  background: #000;
  position: absolute;
  top: 48%;
  left: 10px;
}

.Pager .prev:after {
  content: '';
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  -webkit-transform: translate(0, -35%) rotate(-45deg);
  -ms-transform: translate(0, -35%) rotate(-45deg);
  transform: translate(0, -35%) rotate(-45deg);
  display: inline-block;
}

.Pager .next:after {
  content: '';
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: translate(50%, -35%) rotate(45deg);
  -ms-transform: translate(50%, -35%) rotate(45deg);
  transform: translate(50%, -35%) rotate(45deg);
  top: 50%;
  left: 50%;
  display: inline-block;
}

@media print, screen and (min-width: 768px) {
  .Pager .page-numbers {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .Pager .next:before,
  .Pager .prev:before {
    width: 19px;
    height: 2px;
  }
  .Pager .prev:after {
    width: 12px;
    height: 12px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    -webkit-transform: translate(-10%, 0) rotate(-45deg);
    -ms-transform: translate(-10%, 0) rotate(-45deg);
    transform: translate(-10%, 0) rotate(-45deg);
  }
  .Pager .next:after {
    width: 12px;
    height: 12px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: translate(20%, 0) rotate(45deg);
    -ms-transform: translate(20%, 0) rotate(45deg);
    transform: translate(20%, 0) rotate(45deg);
  }
}

.PageTitle {
  width: 100%;
  position: relative;
}

.PageTitle .PageTitle__subtitle {
  font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 500;
  letter-spacing: 0.07em;
}

.PageTitle.-company:before {
  content: "ABOUT US";
}

.PageTitle.-csr:before {
  content: "CSR";
}

.PageTitle.-contact:before {
  content: "CONTACT";
}

.PageTitle.-news:before {
  content: "NEWS INFO";
}

.PageTitle.-business:before {
  content: "BUSINESS";
}

.PageTitle.-recruit:before {
  content: "RECRUIT";
}

.PageTitle.-members:before {
  content: "MEMBERS";
}

.PageTitle.-product:before {
  content: "PRODUCT";
}

.PageTitle.-top:before {
  content: '';
  width: 100%;
  height: 100%;
}

@media print, screen and (max-width: 767px) {
  .PageTitle:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    color: #f6f6f6;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 64px;
    -webkit-transform: translateY(-7%);
    -ms-transform: translateY(-7%);
    transform: translateY(-7%);
    pointer-events: none;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto;
  }
  .PageTitle.-topMembers:before {
    background-image: url("../images/top/member_text_sp.svg");
    background-size: 313px auto;
  }
  .PageTitle .PageTitle__inner {
    padding: 30px 30px 45px 30px;
    width: 100%;
    position: relative;
  }
  .PageTitle .PageTitle__title {
    font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-weight: 300;
    font-size: 38px;
    line-height: 1;
    margin-right: 1em;
    margin-bottom: 15px;
  }
  .PageTitle .PageTitle__title.-csr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .PageTitle .PageTitle__text {
    font-size: 15px;
    line-height: 1.6;
  }
  .PageTitle .PageTitle__subtitle {
    font-size: 11px;
    margin-left: 15px;
  }
}

@media print, screen and (min-width: 768px) {
  .PageTitle {
    padding-bottom: 48px;
  }
  .PageTitle.-business, .PageTitle.-product, .PageTitle.-top {
    padding-bottom: 0px;
  }
  .PageTitle.-company {
    padding-bottom: 34px;
  }
  .PageTitle:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    color: #f6f6f6;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 150px;
    -webkit-transform: translateY(-16%);
    -ms-transform: translateY(-16%);
    transform: translateY(-16%);
    pointer-events: none;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto;
  }
  .PageTitle.-company:before {
    -webkit-transform: translateY(-8%);
    -ms-transform: translateY(-8%);
    transform: translateY(-8%);
  }
  .PageTitle.-product:before {
    -webkit-transform: translateY(-13%);
    -ms-transform: translateY(-13%);
    transform: translateY(-13%);
  }
  .PageTitle.-members:before {
    -webkit-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  .PageTitle.-business:before {
    -webkit-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  .PageTitle.-topMembers:before {
    background-image: url("../images/top/member_text_pc.svg");
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .PageTitle .PageTitle__inner {
    min-height: 190px;
    height: 190px;
    width: 100%;
    max-width: 1110px;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }
  .PageTitle .PageTitle__inner.-company {
    min-height: 216px;
    height: 216px;
  }
  .PageTitle .PageTitle__inner.-product {
    max-width: 1100px;
    margin-top: 11px;
  }
  .PageTitle .PageTitle__inner.-recruit {
    margin-top: 13px;
  }
  .PageTitle .PageTitle__title {
    font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-weight: 300;
    font-size: 64px;
    line-height: 1.1;
    margin-right: 1em;
  }
  .PageTitle .PageTitle__title.-top {
    font-size: 58px;
  }
  .PageTitle .PageTitle__title.-news, .PageTitle .PageTitle__title.-contact {
    min-width: 6.3em;
    margin-right: 50px;
  }
  .PageTitle .PageTitle__title.-business {
    min-width: 4.2em;
    margin-top: 23px;
    margin-right: 54px;
  }
  .PageTitle .PageTitle__title.-members {
    min-width: 4.2em;
    margin-top: 23px;
    margin-right: 54px;
  }
  .PageTitle .PageTitle__title.-recruit {
    min-width: 4.2em;
    margin-right: 53px;
  }
  .PageTitle .PageTitle__title.-product {
    min-width: 4.2em;
    margin-right: 49px;
  }
  .PageTitle .PageTitle__title.-csr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .PageTitle .PageTitle__subtitle {
    font-size: 15px;
    margin-left: 20px;
  }
  .PageTitle .PageTitle__text {
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: -0.045em;
  }
  .PageTitle .PageTitle__text.-top {
    font-size: 20px;
  }
  .PageTitle .PageTitle__text.-company {
    line-height: 1.7;
    padding-top: 5px;
  }
  .PageTitle .PageTitle__text.-product {
    line-height: 1.7;
    padding-top: 10px;
  }
  .PageTitle .PageTitle__text.-members {
    line-height: 1.7;
    padding-top: 26px;
  }
  .PageTitle .PageTitle__text.-business {
    line-height: 1.7;
    padding-top: 26px;
    letter-spacing: 0.02em;
  }
}

.Parallel {
  padding-top: 45px;
  padding-bottom: 35px;
}

.Parallel .Parallel__figre {
  margin-bottom: 25px;
}

.Parallel .Parallel__category {
  font-size: 13px;
  color: #222;
  font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 500;
  letter-spacing: 0.07em;
  padding-top: 20px;
}

.Parallel .Parallel__category:first-child {
  padding-top: 0;
}

.Parallel .Parallel__explanation {
  font-size: 12px;
  color: #222;
  padding-bottom: 20px;
  border-bottom: 1px solid #e8e8e8;
  font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 400;
}

.Parallel .Parallel__explanation:last-child {
  border-bottom: none;
}

@media print, screen and (min-width: 768px) {
  .Parallel {
    padding-top: 62px;
    padding-bottom: 145px;
  }
  .Parallel .Parallel__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .Parallel .Parallel__wrap.-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .Parallel .Parallel__figre {
    margin-bottom: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
  }
  .Parallel .Parallel__image {
    width: 100%;
  }
  .Parallel .Parallel__textArea {
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
  }
  .Parallel .Parallel__category {
    font-size: 16px;
    color: #000;
    font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-weight: 600;
    letter-spacing: 0.07em;
    padding-top: 0;
    line-height: 1;
    padding-bottom: 12px;
  }
  .Parallel .Parallel__explanation {
    font-size: 16px;
    color: #000;
    padding-bottom: 32px;
    border-bottom: none;
  }
  .Parallel .Parallel__explanation:last-child {
    padding-bottom: 0;
  }
}

.ParallelContents {
  margin-top: 7px;
}

.ParallelContents .ParallelContents__parallel {
  padding-bottom: 60px;
}

.ParallelContents .ParallelContents__textArea {
  padding-left: 45px;
  padding-right: 12px;
}

.ParallelContents .ParallelContents__title {
  font-size: 13px;
  color: #0095d9;
  padding-top: 25px;
  padding-bottom: 5px;
  font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 400;
}

.ParallelContents .ParallelContents__lead {
  font-size: 29px;
  line-height: 1.3;
  font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 300;
}

.ParallelContents .ParallelContents__text {
  font-size: 12px;
  padding-top: 19px;
  margin-top: 19px;
  letter-spacing: -0.02em;
  position: relative;
}

.ParallelContents .ParallelContents__text::before {
  content: '';
  width: 21px;
  height: 1px;
  background: #000;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ParallelContents .ParallelContents__imageArea {
  padding-left: 45px;
  margin-right: -25px;
  margin-top: 32px;
}

.ParallelContents .ParallelContents__image {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .ParallelContents {
    margin-top: 17px;
  }
  .ParallelContents .ParallelContents__parallel {
    padding-bottom: 92px;
  }
  .ParallelContents .ParallelContents__wrap01 {
    display: -ms-flexbox;
    display: flex;
  }
  .ParallelContents .ParallelContents__wrap01.-noReverse {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .ParallelContents .ParallelContents__items {
    -ms-flex: 0 0 52.8%;
    flex: 0 0 52.8%;
    max-width: 52.8%;
  }
  .ParallelContents .ParallelContents__textArea {
    padding-left: 57px;
    padding-right: 45px;
    margin-top: 19px;
  }
  .ParallelContents .ParallelContents__title {
    font-size: 16px;
    color: #0095d9;
    padding-top: 40px;
    padding-bottom: 5px;
    font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-weight: 400;
  }
  .ParallelContents .ParallelContents__lead {
    font-size: 58px;
    font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-weight: 300;
    line-height: 1.25;
  }
  .ParallelContents .ParallelContents__text {
    font-size: 15px;
    width: 100%;
    padding-top: 39px;
    margin-top: 43px;
    padding-right: 30px;
    background: #fff;
    padding-bottom: 55px;
    position: relative;
  }
  .ParallelContents .ParallelContents__text::before {
    content: '';
    width: 43px;
    height: 1px;
    display: block;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
  }
  .ParallelContents .ParallelContents__imageArea {
    padding-right: 0px;
    -ms-flex: 0 0 47.2%;
    flex: 0 0 47.2%;
    max-width: 47.2%;
    margin-top: 0;
    margin-right: 0;
    padding-left: 0;
  }
  .ParallelContents .ParallelContents__image {
    width: 100%;
  }
}

.Plate {
  padding-top: 45px;
  padding-bottom: 55px;
}

.Plate .Plate__imageArea {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 63.49%;
}

.Plate .Plate__imageArea.-image1 {
  background-image: url(../../common/images/business/plate1_sp.jpg);
}

.Plate .Plate__imageArea.-image2 {
  background-image: url(../../common/images/business/plate2_sp.jpg);
}

.Plate .Plate__imageArea.-image3 {
  background-image: url(../../common/images/business/plate3_sp.jpg);
}

.Plate .Plate__category {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 5px;
}

.Plate .Plate__jpTitle {
  font-size: 21px;
}

.Plate .Plate__enTitle {
  font-size: 9px;
}

.Plate .Plate__text {
  padding-top: 25px;
  padding-bottom: 45px;
}

.Plate .Plate__text:first-child {
  padding-top: 0px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e8e8e8;
}

.Plate .Plate__subTitle {
  font-size: 13px;
  color: #222;
  font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 500;
  letter-spacing: 0.07em;
}

.Plate .Plate__explanation {
  font-size: 12px;
  color: #222;
  font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 400;
}

@media print, screen and (min-width: 768px) {
  .Plate {
    padding-top: 130px;
  }
  .Plate .Plate__imageArea {
    padding-top: 38.18%;
  }
  .Plate .Plate__imageArea.-image1 {
    background-image: url(../../common/images/business/plate1_pc.jpg);
  }
  .Plate .Plate__imageArea.-image2 {
    background-image: url(../../common/images/business/plate2_pc.jpg);
  }
  .Plate .Plate__imageArea.-image3 {
    background-image: url(../../common/images/business/plate3_pc.jpg);
  }
  .Plate .Plate__textArea {
    background-color: #fff;
    width: 93%;
    margin-top: -6.5%;
    margin-right: auto;
    margin-left: auto;
    padding: 2.5% 5.5% 8%;
  }
  .Plate .Plate__category {
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .Plate .Plate__jpTitle {
    font-size: 34px;
    margin-right: 15px;
  }
  .Plate .Plate__enTitle {
    font-size: 11px;
    letter-spacing: 0.04em;
    margin-top: 8px;
  }
  .Plate .Plate__textWrap {
    display: -ms-flexbox;
    display: flex;
  }
  .Plate .Plate__text {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 40px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .Plate .Plate__text:first-child {
    padding-bottom: 0;
    border-bottom: none;
    padding-right: 35px;
    padding-left: 0px;
    border-right: 1px solid #e8e8e8;
  }
  .Plate .Plate__subTitle {
    font-size: 16px;
  }
  .Plate .Plate__explanation {
    font-size: 15px;
  }
}

.Policy .Policy__item {
  padding-bottom: 30px;
}

.Policy .Policy__item:last-child {
  padding-bottom: 0;
}

.Policy .Policy__imageArea {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 63.49%;
}

.Policy .Policy__imageArea.-image1 {
  background-image: url(../../common/images/business/policy1_sp.jpg);
}

.Policy .Policy__imageArea.-image2 {
  background-image: url(../../common/images/business/policy2_sp.jpg);
}

.Policy .Policy__category {
  font-size: 13px;
  color: #0095d9;
  font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 600;
  letter-spacing: 0.07em;
  margin-top: 23px;
}

.Policy .Policy__title {
  font-size: 20px;
  font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 400;
  line-height: 1.65;
  padding-bottom: 10px;
}

.Policy .Policy__explanation {
  font-size: 12px;
  color: #222;
  font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 400;
}

@media print, screen and (min-width: 768px) {
  .Policy {
    padding-top: 55px;
    padding-bottom: 0;
  }
  .Policy .Policy__item {
    padding-bottom: 0;
  }
  .Policy .Policy__item:nth-child(n + 2) {
    margin-top: 24px;
    margin-bottom: 28px;
  }
  .Policy .Policy__imageArea {
    padding-top: 38.18%;
  }
  .Policy .Policy__imageArea.-image1 {
    background-image: url(../../common/images/business/policy1_pc.jpg);
  }
  .Policy .Policy__imageArea.-image2 {
    background-image: url(../../common/images/business/policy2_pc.jpg);
  }
  .Policy .Policy__textArea {
    background-color: #fff;
    width: 93%;
    margin-top: -6.5%;
    margin-right: auto;
    margin-left: auto;
    padding: 4.5% 9.5% 6.2% 5.5%;
  }
  .Policy .Policy__category {
    font-size: 16px;
    font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .Policy .Policy__category.-p2 {
    margin-bottom: 6px;
  }
  .Policy .Policy__textWrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .Policy .Policy__title {
    font-size: 30px;
    padding-bottom: 0;
    line-height: 1.75;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
  }
  .Policy .Policy__explanation {
    font-size: 15px;
    color: 000;
    -ms-flex: 0 0 47.5%;
    flex: 0 0 47.5%;
    max-width: 47.5%;
    letter-spacing: -0.06em;
    line-height: 2.14;
  }
}

.Product {
  padding-bottom: 56px;
}

.Product .Product__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: 30px;
  margin-left: 30px;
  margin-top: -17%;
  position: relative;
  z-index: 2;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.Product .Product__item {
  width: calc( 310/634 * 100%);
}

.Product .Product__linkWork {
  margin-top: 1em;
}

@media print, screen and (min-width: 768px) {
  .Product {
    padding-bottom: 100px;
  }
  .Product .Product__items {
    margin-top: -8.7%;
    margin-left: 9%;
    width: calc( 850/1340 * 100%);
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 850px;
  }
  .Product .Product__item {
    width: calc( 410/850 * 100%);
    padding-bottom: 0;
  }
  .Product .Product__image {
    width: 100%;
    height: auto;
  }
  .Product .Product__title {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .Product .Product__jpTitle {
    font-size: 34px;
    margin-right: 22px;
  }
  .Product .Product__enTitle {
    font-size: 11px;
    letter-spacing: 0.05em;
  }
  .Product .Product__intro {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
  }
  .Product .Product__subCategory {
    margin-bottom: 1em;
  }
  .Product .Product__text {
    font-size: 15px;
    letter-spacing: -0.06em;
    line-height: 1.7;
  }
  .Product .Product__text:first-child {
    padding-right: 40px;
    width: 50%;
  }
  .Product .Product__text:last-child {
    border-left: 1px solid #e8e8e8;
    padding-left: 40px;
    width: 50%;
  }
  .Product .Product__text.-single {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    border-left: none;
  }
  .Product .Product__button {
    padding-top: 50px;
  }
  .Product .Product__button::before {
    width: 100%;
  }
  .Product .Product__buttonIntro {
    font-size: 14px;
  }
}

.Progressbar {
  position: absolute;
  z-index: 3;
}

@media print, screen and (max-width: 767px) {
  .Progressbar {
    bottom: 50px;
    left: 30px;
    width: calc(100% - 60px);
  }
}

@media print, screen and (min-width: 768px) {
  .Progressbar {
    bottom: 90px;
    left: 0;
    left: 40px;
    width: calc(100% - 80px);
  }
}

.Progressbar .Progressbar__base {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #555;
  opacity: 0.3;
}

.Progressbar .Progressbar__line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-delay: -3s;
  animation-delay: -3s;
  -webkit-animation-name: progressbar-loop;
  animation-name: progressbar-loop;
}

.Progressbar .Progressbar__page {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 10px;
  line-height: 1;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.Progressbar .Progressbar__pageDenom,
.Progressbar .Progressbar__pageNumer {
  display: block;
  -ms-flex: 0 0 10px;
  flex: 0 0 10px;
  max-width: 10px;
  height: 12px;
  font-size: 12px;
  text-align: center;
}

.Progressbar .Progressbar__pageVinculum {
  display: block;
  font-size: 10px;
  margin: 0 3px;
  -ms-flex: 0 0 10px;
  flex: 0 0 10px;
  max-width: 10px;
  text-align: center;
}

.Progressbar .Progressbar__pageNumer {
  position: relative;
}

.Progressbar .Progressbar__pageNumber1,
.Progressbar .Progressbar__pageNumber2,
.Progressbar .Progressbar__pageNumber3 {
  position: absolute;
  display: block;
  width: 10px;
  height: 12px;
  top: 0;
  left: 0;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 18s;
  animation-duration: 18s;
  -webkit-animation-name: slider-number;
  animation-name: slider-number;
  opacity: 0;
}

.Progressbar .Progressbar__pageNumber1 {
  opacity: 1;
}

.Progressbar .Progressbar__pageNumber1 {
  -webkit-animation-delay: -4s;
  animation-delay: -4s;
}

.Progressbar .Progressbar__pageNumber2 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.Progressbar .Progressbar__pageNumber3 {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}

@-webkit-keyframes slider-number {
  0% {
    opacity: 0;
  }
  4.5% {
    opacity: 0;
  }
  5.5% {
    opacity: 1;
  }
  37.0% {
    opacity: 1;
  }
  38.0% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes slider-number {
  0% {
    opacity: 0;
  }
  4.5% {
    opacity: 0;
  }
  5.5% {
    opacity: 1;
  }
  37.0% {
    opacity: 1;
  }
  38.0% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes progressbar-loop {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes progressbar-loop {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.ScrBanner {
  margin: 30px 30px;
}

.ScrBanner .ScrBanner__link {
  height: auto;
  display: block;
  background-color: #005ca8;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  background-image: url("../images/common/scr_bg2.svg");
  min-height: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 30px 10px 10px;
  position: relative;
}

.ScrBanner .ScrBanner__link:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 2px;
  background: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ScrBanner .ScrBanner__link:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.ScrBanner .ScrBanner__title {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 20px;
  line-height: 1;
  color: #fff;
}

.ScrBanner .ScrBanner__textWrap {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0 10px;
  padding-right: 10px;
  border-right: 1px solid #fff;
  color: #fff;
}

.ScrBanner .ScrBanner__text1 {
  font-size: 11px;
  line-height: 1;
}

.ScrBanner .ScrBanner__text1:before {
  content: '\2015';
  margin-right: 3px;
}

.ScrBanner .ScrBanner__text2 {
  font-size: 10px;
  line-height: 1;
  margin-top: 3px;
}

.ScrBanner .ScrBanner__logo {
  -ms-flex: 0 0 15.87%;
  flex: 0 0 15.87%;
}

.ScrBanner .ScrBanner__logoImage {
  width: 100%;
  height: auto;
}

@media print, screen and (min-width: 768px) {
  .ScrBanner {
    max-width: 960px;
    margin: 140px auto;
  }
  .ScrBanner .ScrBanner__link {
    height: 188px;
    min-height: 188px;
    padding: 10px 55px;
    background-position: center;
    background-size: cover;
    background-image: url("../images/common/scr_bg.svg");
  }
  .ScrBanner .ScrBanner__link:before {
    right: 46px;
    width: 23px;
    top: 51%;
    height: 3px;
  }
  .ScrBanner .ScrBanner__link:after {
    right: 46px;
    width: 14px;
    height: 14px;
    top: 51%;
    border-top-width: 3px;
    border-right-width: 3px;
  }
  .ScrBanner .ScrBanner__link:hover {
    opacity: 0.7;
  }
  .ScrBanner .ScrBanner__title {
    font-size: 58px;
  }
  .ScrBanner .ScrBanner__textWrap {
    margin: 0px 47px 0px 24px;
    padding-right: 43px;
  }
  .ScrBanner .ScrBanner__text1 {
    font-size: 20px;
  }
  .ScrBanner .ScrBanner__text2 {
    font-size: 14px;
    margin-top: 20px;
    line-height: 1.6;
  }
  .ScrBanner .ScrBanner__logo {
    -ms-flex: 0 0 33.2%;
    flex: 0 0 33.2%;
  }
  .ScrBanner .ScrBanner__logo img {
    width: auto;
  }
}

.Sport {
  padding-bottom: 60px;
  border-bottom: 1px solid #eaeaea;
}

.Sport .Sport__textArea {
  padding-left: 30px;
  padding-right: 30px;
}

.Sport .Sport__title {
  font-size: 14px;
  font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 500;
  letter-spacing: 0.07em;
  margin-bottom: 7px;
  color: #222;
}

.Sport .Sport__text {
  font-size: 13px;
  margin-bottom: 20px;
  font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 400;
}

.Sport .Sport__logoArea {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 28px;
  margin-bottom: 45px;
  position: relative;
}

.Sport .Sport__logoArea:before {
  content: '';
  background-image: url("../images/csr/suport_left_bg.svg");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  width: 5px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.Sport .Sport__logoArea:after {
  content: '';
  background-image: url("../images/csr/suport_right_bg.svg");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  width: 5px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.Sport .Sport__logo1 {
  margin-right: 15px;
}

.Sport .Sport__team {
  font-size: 10px;
  font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 500;
  letter-spacing: 0.07em;
}

.Sport .Sport__textTeam {
  font-size: 11px;
  line-height: 1.5;
  font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 400;
}

.Sport .Sport__image2 {
  width: 113px;
}

.Sport .Sport__imageArea {
  padding-right: 30px;
  padding-left: 30px;
}

@media print, screen and (min-width: 768px) {
  .Sport {
    padding-bottom: 50px;
    width: 100%;
  }
  .Sport .Sport__wrapper {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .Sport .Sport__textArea {
    padding-left: 90px;
    padding-right: 70px;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: auto;
  }
  .Sport .Sport__wrapper2 {
    margin-right: 0px;
    margin-left: auto;
  }
  .Sport .Sport__title {
    font-size: 15px;
    font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-weight: 600;
    letter-spacing: 0.07em;
    margin-bottom: 12px;
  }
  .Sport .Sport__text {
    font-size: 15px;
    margin-bottom: 28px;
  }
  .Sport .Sport__logoArea {
    padding-top: 4%;
    padding-bottom: 4.5%;
    padding-left: 9%;
    padding-right: 9%;
    margin-top: 48px;
    margin-bottom: 45px;
  }
  .Sport .Sport__logoArea:before {
    width: 7px;
  }
  .Sport .Sport__logoArea:after {
    width: 7px;
  }
  .Sport .Sport__logo1 {
    margin-right: 20px;
  }
  .Sport .Sport__team {
    font-size: 14px;
  }
  .Sport .Sport__textTeam {
    font-size: 14px;
    line-height: 2;
  }
  .Sport .Sport__imageArea {
    padding-right: 0;
    padding-left: 0px;
    border-bottom: none;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
  }
  .Sport .Sport__image {
    width: 100%;
  }
}

.Statue {
  padding-bottom: 60px;
  border-bottom: 1px solid #eaeaea;
}

.Statue .Statue__textArea {
  padding-left: 30px;
  padding-right: 30px;
  font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 400;
}

.Statue .Statue__title {
  font-size: 14px;
  font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 500;
  letter-spacing: 0.07em;
  margin-bottom: 7px;
  color: #222;
}

.Statue .Statue__text {
  font-size: 13px;
  margin-bottom: 20px;
  font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 400;
}

.Statue .Statue__logoArea {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.Statue .Statue__logo1 {
  -ms-flex: 0 0 53%;
  flex: 0 0 53%;
  max-width: 53%;
  text-align: right;
}

.Statue .Statue__logo2 {
  -ms-flex: 0 0 41%;
  flex: 0 0 41%;
  max-width: 41%;
  text-align: left;
}

.Statue .Statue__image1 {
  width: 90px;
}

.Statue .Statue__image2 {
  width: 49px;
}

.Statue .Statue__imageArea {
  padding-right: 30px;
  padding-left: 30px;
}

@media print, screen and (min-width: 768px) {
  .Statue {
    padding-bottom: 100px;
    width: 100%;
  }
  .Statue .Statue__wrapper {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .Statue .Statue__textArea {
    padding-left: 70px;
    padding-right: 90px;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: auto;
  }
  .Statue .Statue__wrapper2 {
    margin-right: 0px;
    margin-left: auto;
  }
  .Statue .Statue__title {
    font-size: 15px;
    font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-weight: 600;
    letter-spacing: 0.07em;
    margin-bottom: 12px;
  }
  .Statue .Statue__text {
    font-size: 15px;
    margin-bottom: 28px;
  }
  .Statue .Statue__imageArea {
    padding-right: 0;
    padding-left: 0px;
    border-bottom: none;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
  }
  .Statue .Statue__image {
    width: 100%;
  }
}

.Title1 {
  text-align: center;
}

.Title1 .Title1__text {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  color: #0095d9;
}

.Title1 .Title1__text:after {
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  border-top: 2px solid #0095d9;
}

@media print, screen and (min-width: 768px) {
  .Title1 .Title1__text {
    font-size: 20px;
  }
  .Title1 .Title1__text:after {
    margin-top: 11px;
    height: 3px;
    border-top: 3px solid #0095d9;
  }
}

.Title2 .Title2__inner {
  padding: 50px 0 48px;
}

.Title2 .Title2__inner.-development, .Title2 .Title2__inner.-document, .Title2 .Title2__inner.-work {
  padding-bottom: 35px;
  padding-top: 44px;
}

.Title2 .Title2__text {
  font-size: 33px;
  text-align: center;
  font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 300;position: relative;
}

.Title2 .Title2__text:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -17px;
  /*線の上下位置*/
  display: inline-block;
  width: 40px;
  /*線の長さ*/
  height: 1px;
  /*線の太さ*/
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  /*位置調整*/
  background-color: #000;
  /*線の色*/
}

.Title2 .Title2__enText.-development, .Title2 .Title2__enText.-work {
  padding-bottom: 17px;
}

.Title2 .Title2__enText.-development:before, .Title2 .Title2__enText.-work:before {
  bottom: 0;
}

.Title2 .Title2__intro {
  padding-top: 24px;
  text-align: center;
  font-size: 13px;
  line-height: 1.8;
  font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 400;
}

@media print, screen and (min-width: 768px) {
  .Title2 .Title2__inner {
    padding: 75px 0 97px;
  }
  .Title2 .Title2__inner.-interview {
    padding-top: 86px;
    padding-bottom: 69px;
  }
  .Title2 .Title2__inner.-training {
    padding-top: 106px;
    padding-bottom: 69px;
  }
  .Title2 .Title2__inner.-policy {
    padding-top: 20px;
  }
  .Title2 .Title2__inner.-development {
    padding-top: 75px;
    padding-bottom: 50px;
  }
  .Title2 .Title2__inner.-work {
    padding-top: 71px;
  }
  .Title2 .Title2__text {
    font-size: 52px;
  }
  .Title2 .Title2__enText {
    font-size: 13px;
  }
  .Title2 .Title2__enText:before {
    bottom: -37px;
    /*線の上下位置*/
    width: 40px;
    /*線の長さ*/
  }
  .Title2 .Title2__enText.-development {
    padding-bottom: 46px;
    line-height: 1;
  }
  .Title2 .Title2__enText.-work {
    margin-top: -3px;
    padding-bottom: 36px;
  }
  .Title2 .Title2__intro {
    font-size: 15px;
    padding-top: 35px;
    line-height: 1.95;
  }
}

.TopFuture__ {
  background-color: #f7f7f7;
  height: 125vw;
  padding-top: 105px;
  margin-bottom: 155px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/top/future_sp.jpg");
  position: relative;
}

.TopFuture__:before {
  content: '';
  width: 246px;
  height: 108px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/top/future_text_sp.svg");
  background-size: 246px auto;
  position: absolute;
  top: 28vw;
  left: 0;
  pointer-events: none;
}

.TopFuture__ .TopFuture__title {
  color: #000;
  margin-left: 50px;
}

.TopFuture__ .TopFuture__titleJp {
  font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 300;
  font-size: 33px;
  line-height: 1;
  margin-bottom: 20px;
}

.TopFuture__ .TopFuture__titleEn {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.TopFuture__ .TopFuture__text {
  font-size: 15px;
  line-height: 1.6;
  color: #000;
  margin-bottom: 50px;
  margin-left: 50px;
}

.TopFuture__ .TopFuture__text:before {
  content: '';
  display: block;
  width: 21px;
  height: 1px;
  border-top: 1px solid #000;
  margin: 0 auto 20px 0;
}

@media print, screen and (max-width: 767px) {
  .TopFuture__ .TopFuture__btn {
    position: absolute;
    bottom: -85px;
    left: 0;
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .TopFuture__ {
    height: 780px;
    padding-top: 230px;
    margin-bottom: 140px;
    background-image: url("../images/top/future_pc.jpg");
    background-size: contain;
  }
  .TopFuture__:before {
    width: 550px;
    height: 241px;
    background-image: url("../images/top/future_text_pc.svg");
    background-size: auto;
    position: absolute;
    top: 250px;
    left: 150px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .TopFuture__ .TopFuture__title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    margin-left: 216px;
  }
  .TopFuture__ .TopFuture__titleJp {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    font-size: 58px;
    margin-right: 10px;
  }
  .TopFuture__ .TopFuture__titleEn {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 24px;
    line-height: 1.2;
  }
  .TopFuture__ .TopFuture__text {
    font-size: 20px;
    margin-left: 216px;
  }
  .TopFuture__ .TopFuture__text:before {
    width: 42px;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .TopFuture__ .TopFuture__btn {
    width: 248px;
    margin-right: auto;
    margin-left: 216px;
  }
}

@media print, screen and (max-width: 767px) {
  .TopFuture {
    width: 100%;
    height: 0;
    padding-top: 125.6%;
    padding-bottom: 85px;
    overflow: hidden;
    position: relative;
    margin-bottom: 70px;
  }
  .TopFuture .TopFuture__intro {
    width: 300%;
    height: 0;
    padding-top: 125.6%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("../images/top/future_bg1_sp.jpg");
    position: absolute;
    top: 0;
    left: 0;
    transition: -webkit-transform 3000ms linear;
    transition: transform 3000ms linear;
    transition: transform 3000ms linear, -webkit-transform 3000ms linear;
  }
  .TopFuture.-view .TopFuture__intro {
    -webkit-transform: translateX(-66.66%);
    -ms-transform: translateX(-66.66%);
    transform: translateX(-66.66%);
  }
  .TopFuture .TopFuture__product {
    position: absolute;
    top: 0;
    left: 0;
  }
  .TopFuture .TopFuture__contents {
    width: 100%;
    height: 0;
    padding-top: 125.6%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("../images/top/future_bg2_sp.jpg");
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    transition: opacity 500ms ease 3100ms, -webkit-transform  800ms ease-in-out 3100ms;
    transition: transform  800ms ease-in-out 3100ms, opacity 500ms ease 3100ms;
    transition: transform  800ms ease-in-out 3100ms, opacity 500ms ease 3100ms, -webkit-transform  800ms ease-in-out 3100ms;
  }
  .TopFuture.-view .TopFuture__contents {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .TopFuture .TopFuture__btn2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
  }
  .TopFuture .TopFuture__textWrapper {
    position: absolute;
    top: 50%;
    left: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .TopFuture .TopFuture__titleJp {
    font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-weight: 300;
    font-size: 33px;
    line-height: 1;
    margin-bottom: 20px;
    color: #fff;
  }
  .TopFuture .TopFuture__text {
    font-size: 15px;
    line-height: 1.6;
    color: #fff;
  }
  .TopFuture .TopFuture__text:before {
    content: '';
    display: block;
    width: 21px;
    height: 1px;
    border-top: 1px solid #fff;
    margin: 0 auto 20px 0;
  }
}

@media print, screen and (min-width: 768px) {
  .TopFuture {
    width: 100%;
    height: 780px;
    overflow: hidden;
    position: relative;
    margin-bottom: 140px;
  }
  .TopFuture .TopFuture__intro {
    width: 3000px;
    height: 780px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("../images/top/future_bg1_pc.jpg");
    position: absolute;
    top: 0;
    left: 0;
    transition: -webkit-transform 5000ms linear;
    transition: transform 5000ms linear;
    transition: transform 5000ms linear, -webkit-transform 5000ms linear;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .TopFuture.-view .TopFuture__intro {
    -webkit-transform: translateX(-3000px) translateX(100vw);
    -ms-transform: translateX(-3000px) translateX(100vw);
    transform: translateX(-3000px) translateX(100vw);
  }
  .TopFuture .TopFuture__product {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .TopFuture .TopFuture__contents {
    width: 100%;
    height: 780px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("../images/top/future_bg2_pc.jpg");
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    transition: opacity 500ms ease 4600ms, -webkit-transform  1200ms ease-in-out 4600ms;
    transition: transform  1200ms ease-in-out 4600ms, opacity 500ms ease 4600ms;
    transition: transform  1200ms ease-in-out 4600ms, opacity 500ms ease 4600ms, -webkit-transform  1200ms ease-in-out 4600ms;
  }
  .TopFuture.-view .TopFuture__contents {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .TopFuture .TopFuture__textWrapper {
    position: absolute;
    top: 50%;
    left: 29%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .TopFuture .TopFuture__titleJp {
    font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-weight: 300;
    font-size: 58px;
    line-height: 1;
    margin-bottom: 20px;
    color: #fff;
  }
  .TopFuture .TopFuture__text {
    font-size: 20px;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 40px;
  }
  .TopFuture .TopFuture__text:before {
    content: '';
    display: block;
    width: 42px;
    height: 1px;
    border-top: 1px solid #fff;
    margin: 0 auto 20px 0;
  }
  .TopFuture .TopFuture__btn {
    width: 248px;
    margin-right: auto;
    margin-left: 0;
  }
}

.TopHistory {
  margin-bottom: 70px;
  position: relative;
}

.TopHistory .TopHistory__list {
  width: 100%;
  height: 0;
  padding-top: 125%;
  overflow: hidden;
  position: relative;
}

.TopHistory .TopHistory__slide {
  position: absolute;
  opacity: 0;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 8000ms;
  animation-duration: 8000ms;
  -webkit-animation-name: history-slider-zoomin;
  animation-name: history-slider-zoomin;
}

.TopHistory .TopHistory__slide.-image1 {
  background-image: url("../images/top/history_bg1_sp.jpg");
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
  opacity: 0.3;
}

.TopHistory .TopHistory__slide.-image2 {
  background-image: url("../images/top/history_bg2_sp.jpg");
  -webkit-animation-delay: -4000ms;
  animation-delay: -4000ms;
  opacity: 1;
}

.TopHistory .TopHistory__inner {
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  z-index: 3;
}

.TopHistory .TopHistory__title {
  color: #fff;
  text-align: center;
}

.TopHistory .TopHistory__titleJp {
  font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 300;
  font-size: 33px;
  line-height: 1;
  margin-bottom: 20px;
}

.TopHistory .TopHistory__titleEn {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.TopHistory .TopHistory__text {
  font-size: 15px;
  line-height: 1.6;
  color: #fff;
  text-align: center;
}

.TopHistory .TopHistory__text:before {
  content: '';
  display: block;
  width: 21px;
  height: 1px;
  border-top: 1px solid #fff;
  margin: 0 auto 20px;
}

.TopHistory .TopHistory__years {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.TopHistory .TopHistory__years:after {
  display: block;
  content: '';
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-order: 2;
  order: 2;
  margin: 0 5px;
  height: 1px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.TopHistory .TopHistory__year {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.2em;
  font-size: 33px;
  color: #fff;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 8000ms;
  animation-duration: 8000ms;
  -webkit-animation-name: history-slider-fade;
  animation-name: history-slider-fade;
}

.TopHistory .TopHistory__year.-item1 {
  -ms-flex-order: 1;
  order: 1;
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}

.TopHistory .TopHistory__year.-item2 {
  -ms-flex-order: 3;
  order: 3;
  -webkit-animation-delay: -4000ms;
  animation-delay: -4000ms;
}

@media print, screen and (min-width: 768px) {
  .TopHistory {
    margin-bottom: 140px;
  }
  .TopHistory .TopHistory__list {
    width: 100%;
    height: 720px;
    padding-top: 0;
  }
  .TopHistory .TopHistory__slide.-image1 {
    background-image: url("../images/top/history_bg1_pc.jpg");
  }
  .TopHistory .TopHistory__slide.-image2 {
    background-image: url("../images/top/history_bg2_pc.jpg");
  }
  .TopHistory .TopHistory__inner {
    top: 200px;
    width: 100%;
    max-width: none;
  }
  .TopHistory .TopHistory__title {
    margin-bottom: 10px;
  }
  .TopHistory .TopHistory__titleJp {
    font-size: 58px;
  }
  .TopHistory .TopHistory__titleEn {
    font-size: 24px;
  }
  .TopHistory .TopHistory__years {
    margin-top: 35px;
  }
  .TopHistory .TopHistory__years:before, .TopHistory .TopHistory__years:after {
    display: block;
    content: '';
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 1px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  .TopHistory .TopHistory__years:before {
    -ms-flex-order: 1;
    order: 1;
    margin: 0 10px 0 0;
  }
  .TopHistory .TopHistory__years:after {
    -ms-flex-order: 7;
    order: 7;
    margin: 0 0 0 10px;
  }
  .TopHistory .TopHistory__year {
    letter-spacing: 0.2em;
    font-size: 60px;
  }
  .TopHistory .TopHistory__year.-item1 {
    -ms-flex-order: 2;
    order: 2;
  }
  .TopHistory .TopHistory__year.-item2 {
    -ms-flex-order: 6;
    order: 6;
  }
  .TopHistory .TopHistory__yearText {
    line-height: 1;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 20px;
    color: #fff;
    -ms-flex-order: 4;
    order: 4;
    margin: 0 10px;
    text-align: center;
  }
  .TopHistory .TopHistory__yearLine {
    display: block;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0 10px;
    height: 1px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  .TopHistory .TopHistory__yearLine.-line1 {
    -ms-flex-order: 3;
    order: 3;
  }
  .TopHistory .TopHistory__yearLine.-line2 {
    -ms-flex-order: 5;
    order: 5;
  }
}

@-webkit-keyframes history-slider-zoomin {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes history-slider-zoomin {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@-webkit-keyframes history-slider-fade {
  0% {
    opacity: 0.3;
  }
  10% {
    opacity: 1;
  }
  55% {
    opacity: 1;
  }
  65% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.3;
  }
}

@keyframes history-slider-fade {
  0% {
    opacity: 0.3;
  }
  10% {
    opacity: 1;
  }
  55% {
    opacity: 1;
  }
  65% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.3;
  }
}

.TopJoin {
  padding-top: 105px;
  padding-bottom: 105px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/top/join_sp.jpg");
  position: relative;
}

.TopJoin:before {
  content: '';
  width: 245px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/top/join_text_sp.svg");
  background-size: 245px auto;
  position: absolute;
  top: 31vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
}

.TopJoin .TopJoin__title {
  color: #fff;
  text-align: center;
}

.TopJoin .TopJoin__titleJp {
  font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 300;
  font-size: 33px;
  line-height: 1;
  margin-bottom: 20px;
}

.TopJoin .TopJoin__titleEn {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.TopJoin .TopJoin__text {
  font-size: 15px;
  line-height: 1.6;
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}

.TopJoin .TopJoin__text:before {
  content: '';
  display: block;
  width: 21px;
  height: 1px;
  border-top: 1px solid #fff;
  margin: 0 auto 20px;
}

@media print, screen and (min-width: 768px) {
  .TopJoin {
    padding-top: 135px;
    padding-bottom: 135px;
    margin-bottom: 140px;
    background-image: url("../images/top/join_pc.jpg");
  }
  .TopJoin:before {
    width: 705px;
    height: 128px;
    background-image: url("../images/top/join_text_pc.svg");
    background-size: auto;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .TopJoin .TopJoin__title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    text-align: left;
  }
  .TopJoin .TopJoin__titleJp {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    font-size: 58px;
    margin-right: 10px;
  }
  .TopJoin .TopJoin__titleEn {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 24px;
    line-height: 1.2;
  }
  .TopJoin .TopJoin__text {
    font-size: 16px;
    text-align: left;
  }
  .TopJoin .TopJoin__text:before {
    width: 42px;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .TopJoin .TopJoin__btn {
    width: 248px;
    margin-right: auto;
  }
}

@media print, screen and (max-width: 767px) {
  .TopMember {
    overflow: hidden;
    padding-bottom: 70px;
  }
  .TopMember .TopMember__imageWrap {
    width: 200vh;
    height: 0;
    padding-top: 40.68%;
    background-position: 0% 0%;
    background-repeat: repeat-x;
    background-size: auto 100%;
    background-image: url("../images/top/member_sp.jpg");
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: TopMemberSlide;
    animation-name: TopMemberSlide;
  }
  .TopMember .TopMember__image {
    display: none;
  }
  .TopMember .TopMember__btn {
    margin-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

@-webkit-keyframes TopMemberSlide {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes TopMemberSlide {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}

@media print, screen and (min-width: 768px) {
  .TopMember {
    padding-bottom: 110px;
  }
  .TopMember .TopMember__image {
    width: 100%;
    height: auto;
  }
  .TopMember .TopMember__btn {
    margin-top: 50px;
  }
}

.TopNews {
  background-color: #f7f7f7;
  padding-top: 30px;
  padding-bottom: 30px;
}

.TopNews .TopNews__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.TopNews .TopNews__titleJp {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 1;
  margin-right: 6px;
}

.TopNews .TopNews__titleEn {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 1;
}

.TopNews .TopNews__btn {
  -ms-flex: 0 1 120px;
  flex: 0 1 120px;
}

.TopNews .TopNews__itemLink {
  display: block;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
}

.TopNews .TopNews__itemLink:last-of-type {
  border-bottom: none;
}

.TopNews .TopNews__itemLink:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #bcbcbc;
  border-right: 2px solid #bcbcbc;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.TopNews .TopNews__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 60px;
  padding: 10px 40px 10px 0;
}

.TopNews .TopNews__itemDate {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #000;
  font-size: 10px;
  line-height: 1;
}

.TopNews .TopNews__itemTitle {
  color: #000;
  font-size: 12px;
  line-height: 1.4;
}

.TopNews .TopNews__itemTitle.-new {
  position: relative;
}

.TopNews .TopNews__itemTitle.-new:after {
  content: 'NEW';
  display: inline-block;
  padding: 5px 7px;
  background: #ffb000;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  margin-left: 5px;
  color: #fff;
  text-decoration: none;
}

@media print, screen and (min-width: 768px) {
  .TopNews {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .TopNews .TopNews__titleJp {
    font-size: 40px;
    margin-right: 10px;
  }
  .TopNews .TopNews__titleEn {
    font-size: 13px;
  }
  .TopNews .TopNews__btn {
    -ms-flex: 0 0 166px;
    flex: 0 0 166px;
  }
  .TopNews .TopNews__itemLink:hover {
    opacity: 0.7;
  }
  .TopNews .TopNews__itemLink:hover .TopNews__itemTitle {
    text-decoration: underline;
  }
  .TopNews .TopNews__item {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
  }
  .TopNews .TopNews__itemDate {
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    font-size: 14px;
  }
  .TopNews .TopNews__itemTitle {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 15px;
  }
  .TopNews .TopNews__itemTitle.-news:after {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-left: 10px;
    color: #fff;
    position: absolute;
    bottom: 0;
    font-size: 11px;
    padding: 5px 11px;
  }
}

@media print, screen and (min-width: 768px) {
  .TopOurMembers {
    padding-top: 100px;
  }
}

.Training .Training__lead {
  font-size: 10px;
  text-align: center;
  margin-bottom: 35px;
  font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 400;
}

.Training .Training__anchorlink {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  background: #575b5e;
}

.Training .Training__item {
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  position: relative;
}

.Training .Training__link {
  display: block;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 94.4%;
}

.Training .Training__link.-safety {
  background-image: url(../../common/images/members/training_anchor1_sp.jpg);
}

.Training .Training__link.-education {
  background-image: url(../../common/images/members/training_anchor2_sp.jpg);
}

.Training .Training__link.-growth {
  background-image: url(../../common/images/members/training_anchor3_sp.jpg);
}

.Training .Training__textArea {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}

.Training .Training__enTitle {
  font-size: 8px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  line-height: 1;
  position: relative;
  margin-bottom: 12px;
}

.Training .Training__enTitle:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -3px;
  /*線の上下位置*/
  display: inline-block;
  height: 1px;
  /*線の太さ*/
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  /*位置調整*/
  background-color: #fff;
  /*線の色*/
}

.Training .Training__enTitle.-safety:before {
  width: 40px;
  /*線の長さ*/
}

.Training .Training__enTitle.-education:before {
  width: 59px;
  /*線の長さ*/
}

.Training .Training__enTitle.-growth:before {
  width: 46px;
  /*線の長さ*/
}

.Training .Training__jpTitle {
  font-size: 12px;
  text-align: center;
  line-height: 1;
  letter-spacing: -0.05px;
}

.Training .Training__item1 {
  position: relative;
}

.Training .Training__image1 {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 85.33%;
}

.Training .Training__image1.-safety {
  background-image: url(../../common/images/members/training_safety_sp.jpg);
}

.Training .Training__image1.-education {
  background-image: url(../../common/images/members/training_education_sp.jpg);
}

.Training .Training__image1.-growth {
  background-image: url(../../common/images/members/training_growth_sp.jpg);
}

.Training .Training__textArea1 {
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 8px 22px 8px 22px;
  width: 229px;
}

.Training .Training__title1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.Training .Training__enTitle1 {
  font-size: 9px;
  color: #000;
  padding-top: 6px;
  letter-spacing: 0.04em;
}

.Training .Training__jpTitle1 {
  font-size: 24px;
  color: #000;
  padding-right: 5px;
  white-space: nowrap;
}

.Training .Training__content1 {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 65px;
}

.Training .Training__text1 {
  font-size: 12px;
  padding-top: 22px;
  text-align: center;
}

.Training .Training__text2 {
  letter-spacing: -0.03em;
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 2px 18px;
  font-size: 12px;
  text-align: center;
  position: relative;
}

.Training .Training__text2:before {
  content: '';
  width: 4px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
}

.Training .Training__text2:after {
  content: '';
  width: 4px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
}

.Training .Training__text2.-safety {
  margin-bottom: 10px;
}

.Training .Training__growthSystem {
  border: 1px solid #e5e5e5;
  padding: 20px 22px 16px;
  display: -ms-flexbox;
  display: flex;
}

.Training .Training__systemItem:first-child {
  border-right: 1px solid #e8e8e8;
  padding-right: 18px;
}

.Training .Training__systemItem:last-child {
  padding-left: 22px;
}

.Training .Training__systemTitle {
  font-size: 14px;
  color: #0095d9;
  line-height: 1;
  margin-bottom: 10px;
  font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 600;
  letter-spacing: 0.07em;
}

.Training .Training__systemText {
  font-size: 11px;
  line-height: 1.65;
  font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 500;
  letter-spacing: 0.07em;
}

.Training .Training__growthArrow {
  background-image: url(../images/members/training_arrow.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 50px;
  height: 40px;
  margin: 15px auto;
}

.Training .training__growthItem {
  border: 1px solid #e5e5e5;
  padding: 20px 22px 16px;
  margin-bottom: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.Training .Training__icon {
  -ms-flex: 0 0 13%;
  flex: 0 0 13%;
  max-width: 13%;
}

.Training .Training__iconImage.-icon1 {
  width: 20.25px;
}

.Training .Training__iconImage.-icon2 {
  width: 23.17px;
}

.Training .Training__iconImage.-icon3 {
  width: 19.70px;
}

.Training .Training__iconImage.-icon4 {
  width: 22px;
}

.Training .Training__growthTextArea {
  -ms-flex: 0 0 87%;
  flex: 0 0 87%;
  max-width: 87%;
}

.Training .training__itemTitle {
  font-size: 14px;
  color: #0095d9;
  line-height: 1;
  margin-bottom: 8px;
  font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 600;
  letter-spacing: 0.07em;
}

.Training .training__itemText {
  font-size: 11px;
  line-height: 1.65;
  font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 500;
  letter-spacing: 0.07em;
}

@media print, screen and (min-width: 768px) {
  .Training .Training__lead {
    font-size: 15px;
    margin-bottom: 60px;
  }
  .Training .Training__anchorlink {
    margin-bottom: 100px;
  }
  .Training .Training__image {
    padding-top: 73.15%;
  }
  .Training .Training__image.-safety {
    background-image: url(../../common/images/members/training_anchor1_pc.jpg);
  }
  .Training .Training__image.-education {
    background-image: url(../../common/images/members/training_anchor2_pc.jpg);
  }
  .Training .Training__image.-growth {
    background-image: url(../../common/images/members/training_anchor3_pc.jpg);
  }
  .Training .Training__enTitle {
    font-size: 14px;
    margin-bottom: 28px;
  }
  .Training .Training__enTitle:before {
    bottom: -8px;
    /*線の上下位置*/
  }
  .Training .Training__enTitle.-safety:before {
    width: 55px;
    /*線の長さ*/
  }
  .Training .Training__enTitle.-education:before {
    width: 82px;
    /*線の長さ*/
  }
  .Training .Training__enTitle.-growth:before {
    width: 62px;
    /*線の長さ*/
  }
  .Training .Training__jpTitle {
    font-size: 30px;
  }
  .Training .Training__wrap1 {
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  .Training .Training__image1 {
    padding-top: 43.63%;
  }
  .Training .Training__image1.-safety {
    background-image: url(../../common/images/members/training_safety_pc.jpg);
  }
  .Training .Training__image1.-education {
    background-image: url(../../common/images/members/training_education_pc.jpg);
  }
  .Training .Training__image1.-growth {
    background-image: url(../../common/images/members/training_growth_pc.jpg);
  }
  .Training .Training__textArea1 {
    padding: 20px 10px 25px 0px;
    width: 44%;
  }
  .Training .Training__enTitle1 {
    font-size: 13px;
    padding-top: 9px;
  }
  .Training .Training__jpTitle1 {
    font-size: 48px;
    padding-right: 14px;
  }
  .Training .Training__content1 {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 100px;
  }
  .Training .Training__content1.-education {
    margin-bottom: 110px;
  }
  .Training .Training__text1 {
    font-size: 14px;
    padding-top: 2px;
    text-align: left;
    line-height: 1.6;
  }
  .Training .Training__text2 {
    margin-top: 75px;
    margin-bottom: 60px;
    padding: 5px 0px 0;
    font-size: 24px;
    line-height: 1.75;
  }
  .Training .Training__text2.-safety {
    margin-bottom: 60px;
  }
  .Training .Training__figure1.-education {
    padding-left: 60px;
    padding-right: 60px;
  }
  .Training .Training__contentImage1 {
    width: 100%;
  }
  .Training .Training__growthSystem {
    margin-left: 60px;
    margin-right: 60px;
    padding: 50px 80px 35px;
  }
  .Training .Training__systemItem:first-child {
    padding-right: 75px;
  }
  .Training .Training__systemItem:last-child {
    padding-left: 75px;
  }
  .Training .Training__systemTitle {
    font-size: 26px;
    margin-bottom: 24px;
    font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-weight: 500;
    letter-spacing: 0.07em;
    text-align: center;
  }
  .Training .Training__systemText {
    font-size: 14px;
    line-height: 1.75;
    text-align: center;
  }
  .Training .Training__growthArrow {
    width: 100.36px;
    height: 80.5px;
    margin: 30px auto 60px;
  }
  .Training .training__growthList {
    margin-left: 60px;
    margin-right: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .Training .training__growthItem {
    padding: 55px 22px 25px;
    margin-bottom: 0;
    display: block;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    position: relative;
  }
  .Training .Training__icon {
    max-width: initial;
    border: 1px solid #e5e5e5;
    width: 71px;
    height: 71px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    position: absolute;
    top: -35px;
    left: calc( 50% - 35.5px);
  }
  .Training .Training__iconImage {
    padding-top: 16.5px;
  }
  .Training .Training__iconImage.-icon1 {
    width: 25px;
  }
  .Training .Training__iconImage.-icon2 {
    width: 30.719px;
  }
  .Training .Training__iconImage.-icon3 {
    width: 26.52px;
  }
  .Training .Training__iconImage.-icon4 {
    width: 30.22px;
  }
  .Training .Training__growthTextArea {
    max-width: initial;
  }
  .Training .training__itemTitle {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .Training .training__itemText {
    font-size: 14px;
  }
}

.Work {
  padding-bottom: 27px;
}

.Work .Work__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 26px;
  -ms-flex-align: end;
  align-items: flex-end;
}

.Work .Work__list.-logo {
  margin-bottom: 21px;
}

.Work .Work__item {
  width: 45%;
  border-bottom: 1px solid #000;
}

.Work .Work__item:nth-child(2) {
  padding-bottom: 1px;
}

.Work .Work__item:nth-child(3) {
  margin-top: 21px;
}

.Work .Work__textArea {
  padding-top: 12px;
  padding-bottom: 21px;
}

.Work .Work__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.Work .Work__text {
  font-size: 12px;
  color: #000;
  line-height: 1;
  text-align: center;
  margin-top: 17px;
}

.Work .Work__textYear {
  font-family: 'Roboto','Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 500;
  letter-spacing: 0.07em;
}

.Work .Work__intro {
  font-size: 12px;
  margin-top: 10px;
  line-height: 1.9;
}

.Work .Work__listFacility {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.Work .Work__itemFacility {
  width: calc(305 / 634 * 100%);
}

@media print, screen and (min-width: 768px) {
  .Work {
    padding-bottom: 25px;
  }
  .Work .Work__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 23px;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 978px;
    margin-left: auto;
    margin-right: auto;
  }
  .Work .Work__list.-logo {
    width: 640px;
  }
  .Work .Work__item {
    border-bottom: 1px solid #000;
    margin-bottom: 50px;
    position: relative;
    width: 306px;
  }
  .Work .Work__image {
    width: auto;
    padding-bottom: 17px;
    line-height: 0;
  }
  .Work .Work__image img {
    width: 100%;
  }
  .Work .Work__text {
    font-size: 14px;
    text-align: left;
    margin-top: 25px;
  }
  .Work .Work__intro {
    font-size: 14px;
    margin-top: 8px;
    line-height: 1.7;
    letter-spacing: -0.025em;
  }
section.wrap_content {width: 1100px;margin: 0 auto 160px;}
}

span.form_privacy_name{width: 13%;display: inline-block;}

@media print, screen and (max-width: 767px) {
ul.HeaderNavigation__list li:nth-child(5){display: none;}
.wrap_btn_aly,.wrap_btn_brz,.wrap_btn_ncl{width:100%!important;}
.LayoutContent .LayoutContent__inner.-contact {padding-bottom: 80px;}
.pd_lastcontent{padding-bottom:80px!important;}
.list_clients{margin-bottom: 30px;}

span.form_privacy_name{width: 22%;display: inline-block;}
}

@media print, screen and (min-width: 768px) {
ul.HeaderNavigation__list li:nth-child(6) span{background: #000000;font-size: 13px;padding: 2px 5px;color: #FFFFFF!important;}
.wrap_btn_aly,.wrap_btn_brz,.wrap_btn_ncl {width:45%;min-width: 360px;}
.pd_lastcontent .JobCategory__button{margin-bottom: 160px;}
.list_clients{margin-bottom: 60px;}
.Product .Product__linkWork {width: 100%;}
}








