@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap");


@font-face {
	font-family: 'Lato-Black';
	src: url(../fonts/Lato-Black.ttf) format('truetype');
}
.font_late_black{
   font-family: Lato-Black;
}




html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */




body {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

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

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

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

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

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

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

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

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

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

/**
 * Add the correct display in IE 10.
 */
/* HTML要素に直接指定するもののみ */
html {
  /* font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; */
  font-size: 16px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

body {
  position: relative;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

*:lang(x)::-ms-backdrop, .selector {
  font-family: "Segoe UI", Meiryo, sans-serif;
}

*:focus {
  outline: none;
}

a {
  text-decoration: none;
}

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

ul {
  margin: 0;
  padding: 0;
}

ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

ol {
  margin: 0;
  padding: 0;
}

ol li {
  margin: 0;
  padding: 0;
}

pre {
  width: 100%;
}

pre code {
  width: 100%;
  word-wrap: break-word;
}

pre code span {
  font-size: 0.8235rem;
}

iframe {
  width: 100%;
}

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

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

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

.sp-br {
  display: none;
}

main {
  position: relative;
  overflow: hidden;
}

video {
  -o-object-fit: cover;
     object-fit: cover;
  height: 90vh;
  width: 90%;
}

video::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.w-full {
  width: 100%;
}

.pt-top {
  padding-top: 50px;
}

@media screen and (max-width: 768px) {
  .pt-top {
    padding-top: 20px;
  }
}

.pt-h2 {
  padding-top: 120px;
}

@media screen and (max-width: 768px) {
  .pt-h2 {
    padding-top: 64px;
  }
}

.pt-100 {
  padding-top: 100px;
}

@media screen and (max-width: 768px) {
  .pt-100 {
    padding-top: 0;
  }
}

.pb-50 {
  padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .pb-50 {
    padding-bottom: 24px;
  }
}

.pt-text {
  padding-top: 2em;
}

.pb-text {
  padding-bottom: 2em;
}

.pt-sm {
  padding-top: 1em;
}

.pb-sm {
  padding-bottom: 1em;
}

.link-text {
  text-decoration: underline;
  color: #c7000a;
  position: relative;
}

.link-text span {
  position: absolute;
  top: -1px;
}

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

.flex-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.text-red {
  color: #c7000a;
}

.font-bold {
  font-weight: 700;
}

.text-notes {
  font-size: 14px;
  text-indent: -.7em;
  padding-left: 1em;
  display: block;
}

@media screen and (max-width: 768px) {
  .text-notes {
    font-size: 12px;
  }
}

.cursor-default {
  cursor: default !important;
}

.btn__more {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  border: 2px solid #c7000a;
  display: table;
  position: relative;
  padding: 30px 40px;
  min-width: 15em;
  color: #c7000a;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn__more-white {
  border: 2px solid #fff;
  color: #fff;
}

.btn__more-gray {
  border: 2px solid #777777;
  color: #777777;
}

.btn__more::after {
  position: absolute;
  top: 50%;
  right: 2em;
  width: 0.5em;
  height: 0.5em;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
}

.btn__more:hover {
  border: 2px solid #c7000a;
  background-color: #c7000a;
  color: #fff;
}

.btn__more-white:hover {
  border: 2px solid #fff;
  background-color: #fff;
  color: #c7000a;
}

.btn__more:hover::after {
  right: 1.5em;
}

.btn__more-sp {
  display: none;
}

.btn__menu {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  border: 2px solid #fff;
  display: table;
  position: relative;
  padding: 30px 40px;
  min-width: 15em;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn__menu::after {
  position: absolute;
  top: 50%;
  right: 2em;
  width: 0.5em;
  height: 0.5em;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
  -webkit-transition: all .2s;
  transition: all .2s;
}

.btn__menu-white:hover {
  border: 2px solid #fff;
  background-color: #fff;
  color: #c7000a;
}

.btn__menu:hover::after {
  right: 1.5em;
}

.links__arrow a {
  display: block;
}

.btn__home:before {
  content: '\e88a';
  font-family: 'Material Icons';
  position: absolute;
  left: 0;
}

.btn__home {
  position: relative;
  padding-left: 20px;
}

.btn__menu {
  margin-left: 64px;
}

.main__contents {
  max-width: 1140px;
  margin: auto;
}

@media screen and (max-width: 1200px) {
  .main__contents {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media screen and (max-width: 425px) {
  .main__contents {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.kv__sub-a {
  background-image: url("../../business/img/kv-a.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  background-position: center top;
}

.kv__sub-b {
  background-image: url("../../company/img/kv-b.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  background-position: center top;
}

.kv__sub-ir {
  background-image: url("../../ir/img/kv-ir.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  background-position: center top;
}

.kv__sub-strengths {
  background-image: url("../../strengths/img/kv_strengths.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  background-position: center top;
}

.kv__sub-archive {
  background-image: url("../../gallery/img/kv_archive.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  background-position: center top;
}

.kv__sub-news {
  background-image: url("/en/news/img/kv_news.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  background-position: center top;
}

.kv__sub-ttl {
  margin: 0;
  font-family: 'Oswald', sans-serif;
  font-size: 70px;
  font-weight: bold;
  line-height: 400px;
  color: #fff;
  padding-top: 30px;
  text-align: center;
}

.kv__sub-ttl-third {
  margin: 0;
  font-family: 'Oswald', sans-serif;
  font-size: 64px;
  font-weight: bold;
  color: #fff;
  padding-top: 184px;
  text-align: center;
}

.kv__sub-ttl-third-h2 {
  font-family: 'Oswald', sans-serif;
  color: #fff;
  padding-top: 8px;
  text-align: center;
  font-weight: 400;
}

.breadcrumbs {
  max-width: 1140px;
  margin: auto;
}

.breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 66px;
  font-size: 14px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.breadcrumbs .first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumbs .second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumbs__home {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
}

.breadcrumbs .material-icons-outlined {
  color: #c7000a;
}

.breadcrumbs span {
  width: 35px;
  display: inline-block;
  text-align: center;
}

.breadcrumbs a:hover {
  color: #c7000a;
}

.btn__contents-more {
  position: relative;
  line-height: 0.5em;
  color: #c7000a;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  width: 115px;
}

.btn__contents-more:after {
  position: absolute;
  top: .3em;
  left: 6em;
  width: 0.5em;
  height: 0.5em;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
}

.btn__contents-more:hover {
  border-bottom: 1px solid #c7000a;
}

.btn__contents-more:hover::after {
  left: 6.5em;
}

.sub__table {
  border-collapse: collapse;
}

.sub__table tbody tr {
  text-align: left;
  vertical-align: top;
}

.sub__table tbody tr th {
  padding: 40px;
  width: 28%;
  font-size: 18px;
}

.sub__table tbody tr td {
  padding: 40px 40px 40px 0;
  line-height: 28px;
}

.sub__table tbody tr th, .sub__table tbody tr td {
  border-top: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
}

.sub__accordion .accordion-single-item {
  border: 2px solid #dddddd;
  padding: 40px;
  margin-bottom: 24px;
}

.sub__accordion .accordion-single-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.sub__accordion .q-mark {
  padding-right: 3px;
}

.sub__accordion .q-txt {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sub__accordion .q-txt:before {
  border-top: 2px solid #c7000a;
  content: "";
  width: 0.7em;
  margin-top: 16px;
  margin-right: 16px;
}

.sub__accordion .accordion-single-content {
  display: none;
  background-color: #fff !important;
}

.sub__accordion .icon-wrap {
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  width: 30px;
  height: 30px;
}

.sub__accordion .icon {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.sub__accordion .icon:before,
.sub__accordion .icon:after {
  position: absolute;
  content: "";
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #c7000a;
  left: 35%;
  top: 50%;
  width: 50%;
  height: 2px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.sub__accordion .icon:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.sub__accordion .icon.open:before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.sub__accordion-table {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 30px;
}

.sub__accordion-table tbody tr {
  text-align: left;
  vertical-align: top;
}

.sub__accordion-table tbody tr th {
  padding: 24px 0 0 40px;
  width: 25%;
  font-size: 18px;
}

.sub__accordion-table tbody tr td {
  padding: 22px 40px 0 0;
  line-height: 28px;
}

.company_info .sub__table {
  border-collapse: collapse;
}

.company_info .sub__table tbody tr th {
  padding: 32px;
}

.company_info .sub__table tbody tr td {
  padding: 32px 40px 32px 0;
}

.company_info .sub__accordion .accordion-single-item {
  padding: 32px 40px;
}

.footerLinks {
  margin-top: 200px;
  padding-top: 80px;
  padding-bottom: 120px;
  background-color: #092b65;
}

.footerLinks__box {
  max-width: 1140px;
  margin: auto;
}

.footerLinks__box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footerLinks__box-ttl {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  padding-bottom: 48px;
}

.footerLinks__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 31%;
  line-height: 1.5;
  border-bottom: 1px solid #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: bold;
}

.footerLinks__arrow:after {
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0.5em;
  height: 0.5em;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  content: "";
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
}

.footerLinks__arrow a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 54px;
  padding: 12px 3em 12px 0;
  font-size: 16px;
    flex-grow: 1;
}

.footerLinks__arrow:hover::after {
  right: 0.5em;
}

.current {
  color: #c7000a !important;
}

@media screen and (max-width: 1200px) {
  .breadcrumbs {
    padding: 0 40px;
  }
  .footerLinks__box {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media screen and (max-width: 1100px) {
  .kv__pop {
    width: 300px;
  }
}

@media screen and (max-width: 1024px) {
  .kv__sub-a {
    height: 320px;
  }
  .kv__sub-b {
    height: 320px;
  }
  .kv__sub-ir {
    height: 320px;
  }
  .kv__sub-strengths {
    height: 320px;
  }
  .kv__sub-archive {
    height: 320px;
  }
  .kv__sub-news {
    height: 320px;
  }
  .kv__sub-ttl {
    line-height: 300px;
  }
  .kv__sub-ttl-third {
    padding-top: 130px;
  }
  .sub__table {
    width: 100%;
  }
  .sub__table tbody tr:last-child td {
    border-bottom: 1px solid #bbbbbb;
  }
  .sub__table tbody tr th {
    display: block;
    width: 100% !important;
    padding: 24px 0 8px 0;
    border-top: 1px solid #bbbbbb;
    border-bottom: none;
  }
  .sub__table tbody tr td {
    padding: 8px 0 24px 0;
    line-height: 28px;
    display: block;
    border-bottom: none;
    border-top: none;
  }
  .sub__accordion .accordion-single-item {
    padding: 24px 0;
    margin-bottom: 16px;
  }
  .sub__accordion .q-mark {
    padding-right: 3px;
  }
  .sub__accordion .q-txt {
    font-size: 18px;
    line-height: 27px;
  }
  .sub__accordion .q-txt:before {
    width: 0.5em;
    margin-top: 12px;
    margin-right: 10px;
  }
  .sub__accordion-table {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 0;
  }
  .sub__accordion-table tbody tr {
    text-align: left;
    vertical-align: top;
  }
  .sub__accordion-table tbody tr th {
    display: block;
    padding: 0 0 0 32px;
    width: 100%;
    font-size: 16px;
  }
  .sub__accordion-table tbody tr td {
    display: block;
    padding: 16px 5px 16px 32px;
    font-size: 14px;
    line-height: 24.5px;
  }
  .company_info .sub__table {
    border-collapse: collapse;
  }
  .company_info .sub__table tbody tr th {
    padding: 16px 0 8px;
  }
  .company_info .sub__table tbody tr td {
    padding: 0 0 16px 0;
  }
  .company_info .sub__accordion .accordion-single-item {
    padding: 16px 0;
  }
}

@media screen and (max-width: 425px) {
  .sub__table tbody tr th {
    font-size: 16px;
  }
  .sub__table tbody tr td {
    font-size: 14px;
  }
}

.header {
  position: fixed;
  top: 20px;
  width: 100%;
  padding: 0 40px;
  z-index: 99;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

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

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 80px;
  background-color: #fff;
  padding-left: 40px;
  -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.2);
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20%;
}

.header__li {
  padding-right: 48px;
  font-weight: bold;
  line-height: 80px;
}

.header__li a {
  color: #000;
}

.header__li-inner {
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  background-color: #fff;
  width: 100%;
  padding: 22px 100px 62px 100px;
  -webkit-box-shadow: 0px 18px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 18px 20px 0px rgba(0, 0, 0, 0.2);
}

.header__li-inner > ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
    
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.header__li-inner > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;  
  width: 100%;
  
  line-height: 1.4;
}

.header__li-inner .category_3rd > li{
    height: auto;
}
.header__li-inner .category_3rd > li p{
    height: 60px;
    display: flex;
    align-items: center;
    font-size: 17px;
    font-family: Lato-Black;
}
.header__li-inner .category_3rd .links__arrow{
    height: 50px;
    line-height: 1.4;
}
.header__li-inner .category_3rd .links__arrow a{
    align-items: flex-start;
}
.header__li-inner .category_3rd .links__arrow a:after{
    top: 45%;
}


.header__li-inner > ul > li.underline {
    padding-bottom: 26px;
/*    border-bottom: solid 1px #000;*/
}

.header__li-inner > ul > li ul{
    padding: 0 20px;
}

.header__li-inner ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 64px;
  padding: 10px 3em 10px 0;
}

.header__li:hover .header__li-a {
  color: #c7000a;
}

.header__li:hover .header__li-inner {
  display: block;
}

.header__li:hover .header__li-inner ul {
/*
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
*/
}

.header__li-inner .links__arrow{
    border: none;
}

.header__menu {
  height: 100%;
  width: 112px;
  cursor: pointer;
}

.header__menu:hover {
  background-color: #c7000a;
}

.header__menu:hover .menu-btn span {
  background: #fff;
}

.header__menu:hover .btn-txt {
  color: #fff;
}

.header.active {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  padding: 0;
}

.header.active .header__inner {
  background-color: #777777;
}

.header.active .header__nav, .header.active .header__logo {
  display: none;
}

.header__menu.active {
  z-index: 99;
  position: absolute;
  text-align: center;
  right: 2px;
  top: 5px;
}

.header__menu.active:hover {
  background-color: transparent;
}

.header__menu.active .menu-btn {
  top: 40px;
  right: 92px;
}

.header__menu::after {
  z-index: 99;
  border: 1px solid white;
  text-align: center;
  border-radius: 50%;
  height: 75px;
  width: 75px;
}

.header.is-hide {
  -webkit-transform: translateY(-155%);
          transform: translateY(-155%);
}

.menu-btn {
  height: 20px;
  position: absolute;
  right: 42px;
  top: 22px;
  width: 30px;
  z-index: 99;
}

.menu-btn span {
  background: #c7000a;
  display: block;
  height: 2px;
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 100%;
}

.menu-top {
  top: 0;
}

.menu-middle {
  top: 9px;
}

.menu-bottom {
  bottom: 0;
}

.menu-top.active1 {
  background-color: #fff;
  top: 4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.menu-bottom.active3 {
  background-color: #fff;
  top: 4px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.menu-middle.active2 {
  opacity: 0;
}

.btn-txt.active {
  display: none;
}

#menu {
  display: none;
  overflow: scroll;
  position: absolute;
  top: 100px;
  height: 100vh;
  width: 100%;
  background-color: #777777;
  width: calc(100% + 80px);
  height: calc(100vh + 20px);
  -webkit-transform: translateX(-80px) translateY(-20px);
          transform: translateX(-80px) translateY(-20px);
  color: #fff;
  padding: 38px 120px 55px 120px;
}

#menu.open {
  display: block;
}

.menu-sp {
  display: none !important;
}

.menu-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1440px;
  margin: auto;
  padding-bottom: 30px;
}

.menu-ttl > .menu-ttl-left{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-ttl > .links__arrow{
    color: #fff;
}
.menu-ttl > .links__arrow a{
    padding-right: 268px;
    color: #fff;
}
.menu-ttl > .links__arrow a:after{
    color: #fff;
}
.menu-ttl > .links__arrow .btn__jp:hover{
    color: #fff;
}


.menu-ttl a {
  color: #fff;
  font-weight: bold;
  font-size: 17px;
}

.menu__inner {
  max-width: 1440px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.menu__inner-box {
  width: 30%;
}

.menu__inner-box p {
  font-size: 36px;
  font-weight: bold;
  padding-bottom: 20px;
}

.menu__inner-item {
  padding-bottom: 60px;
}

.menu__inner-item.menu__inner-item--underlayer {
  border-bottom: none;
}

.menu__inner-item li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 55px;
  padding: 12px 3em 12px 0;
  color: #fff;
  position: relative;
}

.menu__inner-item li a:hover {
  color: inherit;
}

.menu__inner-item .links__arrow {
  border-bottom: 1px solid #fff;
  line-height: 1.5;
}

.menu__inner-item .links__arrow a:after {
  color: #fff;
}

.menu__inner .links__arrow__underlayer__parent__list {
  border-bottom: none;
}

.menu__inner .links__arrow__underlayer__parent {
  border-bottom: 1px solid #fff;
}

.menu__inner .links__arrow__underlayer__parent.nolink:after {
    display: none;
}

.menu__inner .links__arrow__underlayer__child {
  padding-left: 1.25em;
}

.menu__inner .links__arrow__lists__link {
  border-bottom: 1px solid #fff;
}

.acc_2nd{
    padding-left: 20px !important;
    background: #858585;
}

.btn-txt {
  color: #c7000a;
  letter-spacing: 2px;
  font-size: 10px;
  position: absolute;
  top: 28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: 700;
  line-height: inherit;
}

.menu-circle {
  display: none;
}

.menu-circle.active {
  display: block;
  border: 2px solid white;
  border-radius: 50%;
  height: 55px;
  width: 55px;
  -webkit-transform: translate(-41%, 33%);
          transform: translate(-41%, 33%);
}

.kv__wrap {
  position: relative;
}

.kv__wrap-title {
  position: absolute;
  top: 50%;
  color: #fff;
  padding-left: 80px;
}

.kv__wrap h1 {
  font-size: 80px;
  letter-spacing: 0.12em;
  line-height: 1.25em;
  margin: 0;
  padding-bottom: 45px;
}

.kv__wrap p {
  font-size: 24px;
}

.kv__bg-pc {
  position: absolute;
  z-index: -1;
  height: 107%;
  width: 45%;
}

.kv__video {
  text-align: right;
}

.kv__pop {
  position: absolute;
  bottom: -5%;
  right: 7%;
  -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
          box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

.kv__pop img:hover {
  opacity: 0.4;
}

.kv__pop-sp {
  display: none;
}

.scroll {
  position: absolute;
  top: 8%;
  right: 1%;
  width: 3em;
  height: 1em;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
}

.scroll span {
  font-size: 16px;
  color: #fff;
  text-align: center;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.arrow {
  position: absolute;
  top: 3.25em;
  left: 0.4em;
  -webkit-animation: 2s arrow-animation ease-in-out infinite;
          animation: 2s arrow-animation ease-in-out infinite;
  width: 0;
  height: 8em;
  border: 0.5px solid #fff;
}

.arrow::after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: -2px;
  width: 1px;
  height: 10px;
  border-top: 10px solid #fff;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
}

@-webkit-keyframes arrow-animation {
  0% {
    height: 1em;
  }
  66% {
    height: 8em;
  }
}

@keyframes arrow-animation {
  0% {
    height: 1em;
  }
  66% {
    height: 8em;
  }
}

.news {
  padding-top: 100px;
}

.news .container {
  max-width: 1200px;
  margin: auto;
  padding-right: 40px;
  padding-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news__title {
  padding-right: 69px;
  width: 40%;
}

.news__title-ttl {
  font-size: 70px;
  padding-bottom: 38px;
}

.news__list {
  padding: 32px 0;
  border-bottom: 1px solid #dddddd;
}

.news__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news__list-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news__date {
  color: #777777;
  font-weight: 700;
}

.news__tag {
  padding: 0 32px;
}

.news__tag-red span {
  display: block;
  width: 116px;
  height: 31px;
  line-height: 31px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #c7000a;
}

.news__tag-blue span {
  display: block;
  width: 116px;
  height: 31px;
  line-height: 31px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #092b65;
}

.news__text {
  color: #000;
  line-height: 28px;
}

.news__text span:hover {
  color: #c7000a;
  border-bottom: solid 1px #c7000a;
}

.content {
  position: relative;
}

.content__title-left {
  font-family: 'Oswald', sans-serif;
  font-size: 14em;
  font-weight: bold;
  position: absolute;
  top: 2%;
  left: 1%;
  color: #f3f3f3;
  z-index: -1;
}

.content__title-right {
  font-family: 'Oswald', sans-serif;
  font-size: 14em;
  font-weight: bold;
  position: absolute;
  top: 7%;
  right: 1%;
  left: unset;
  color: #f3f3f3;
  white-space: nowrap;
  z-index: -1;
}

.content__title-right2 {
  top: -2%;
  left: unset;
}

.content__ttl {
  font-family: 'Oswald', sans-serif;
  font-size: 88px;
  text-align: center;
  padding-bottom: 80px;
}

.content__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content__text {
  width: 40%;
  min-width: 560px;
  padding-right: 80px;
}

.content__text-strength {
  padding-left: 80px;
  padding-right: 0;
}

.content__text h4 {
  font-size: 36px;
  font-weight: 700;
  line-height: 54px;
  padding-bottom: 40px;
}

.content__text-strength h4 {
  font-size: 30px;
  line-height: 43px;
}

.content__text p {
  font-size: 16px;
  line-height: 32px;
  padding-bottom: 64px;
}

.content__img {
  width: 60%;
  position: relative;
}

.content__img-main {
  width: 80%;
}

.content__img-add {
  position: absolute;
  top: 31%;
  right: 0;
  width: 40%;
}

.content__img-red {
  position: absolute;
  top: 14%;
  left: -10%;
  z-index: -1;
}

.company {
  padding-top: 200px;
}

.company .container {
  max-width: 1440px;
  margin: auto;
  padding: 0 40px;
}

.strength {
  padding-top: 250px;
  padding-bottom: 100px;
}

.strength .container {
  max-width: 1440px;
  margin: auto;
  padding: 0 40px;
}

.business {
  padding-top: 150px;
}

.business .container {
  max-width: 1440px;
  margin: auto;
  padding: 0 40px;
}

.links {
  padding-bottom: 190px;
}

.links .container {
  max-width: 1440px;
  margin: auto;
  padding-top: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  padding-right: 10px;
}

.links__box {
  width: calc(100%/3);
  margin: 0 30px;
}

.links__box-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 20px;
  letter-spacing: 0.32px;
  line-height: 28px;
}

.links__box-ttl:before {
  border-top: 4px solid #c7000a;
  content: "";
  width: .5em;
  margin-right: 8px;
}

.links__arrow {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  line-height: 54px;
  border-bottom: 1px solid #dddddd;
}

.links__arrow a {
  color: #000;
}

.links__arrow a::after {
  position: absolute;
  top: 50%;
  right: 2em;
  width: 0.5em;
  height: 0.5em;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
  color: #c7000a;
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
}

.links__arrow a:hover {
  color: #c7000a;
}

.links__arrow a:hover::after {
  right: 1.5em;
}

.who {
  margin-top: 140px;
}

.who .container {
  max-width: 1200px;
  margin: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.who__box {
  max-width: 869px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.who__box-img {
  width: 45%;
}

.who__box-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.who__box-in {
  background: transparent linear-gradient(53deg, #E0314C 0%, #FFF2A8 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  padding: 38px 48px 48px;
  width: 55%;
}

.who__box-txt {
  letter-spacing: 0.32px;
  line-height: 32px;
  max-width: 480px;
  padding-bottom: 32px;
}

.who__ttl-main {
  font-size: 40px;
  padding-bottom: 20px;
}

.who__ttl-sub {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 30px;
}

.investor .container {
  max-width: 1440px;
  margin: auto;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 200px;
}

.investor__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 60px;
}

.investor__title h2 {
  font-size: 70px;
  line-height: 150px;
  letter-spacing: 0.7px;
  padding-right: 104px;
}

.investor__blocks {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 50% 50%;
      grid-template-rows: 50% 50%;
  -ms-grid-columns: 32% 32% 32%;
      grid-template-columns: 32% 32% 32%;
  -webkit-column-gap: 17px;
          column-gap: 17px;
  row-gap: 17px;
}

.investor__blocks-sp {
  display: none;
}

.investor__block {
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 8px 8px 10px #bbbbbb;
          box-shadow: 8px 8px 10px #bbbbbb;
}

.investor__block-inner {
  height: 100%;
}

.investor__block p {
  font-weight: bold;
  font-size: 32px;
  position: absolute;
  left: 40px;
  bottom: 40px;
  color: #fff;
}

.investor__block img {
  -webkit-box-shadow: 8px 8px 10px #bbbbbb;
          box-shadow: 8px 8px 10px #bbbbbb;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}

.investor__block-1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / 3;
  -ms-grid-column: 1;
  grid-column: 1;
}

.investor__block-1 img {
  height: 100%;
}

.investor__block-2 {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 2;
  grid-column: 2;
}

.investor__block-3 {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 3;
  grid-column: 3;
}

.investor__block-4 {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2 / 4;
}

.investor__block img:hover {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}

.footer {
  max-width: 1440px;
  margin: auto;
  padding: 0 40px;
}

.footer .container {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer__middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__nav ul li {
  font-weight: bold;
  padding-right: 50px;
}

.footer__nav ul li a {
  color: #777777;
}

.footer__nav ul li a:hover {
  color: #c7000a;
}

.footer .copyright {
  max-width: 1440px;
  margin: auto;
  padding: 30px 40px;
  font-size: 12px;
  text-align: right;
  color: #777777;
}

@media screen and (min-width: 1640px) {
  .kv__wrap-title {
    position: absolute;
    top: 50%;
  }
  .kv__wrap h1 {
    font-size: 80px;
  }
  .kv__wrap p {
    font-size: 32px;
  }
  .content__title-left {
    font-size: 15em;
    top: -1%;
    left: 80px;
  }
  .content__title-right {
    font-size: 15em;
    top: 10%;
    right: 1%;
    left: unset;
  }
  .content__title-right2 {
    top: 7%;
  }
  .content__img-main {
    width: 100%;
  }
  .content__img-add {
    top: 20%;
    right: -25%;
    width: 50%;
  }
  .business {
    padding-top: 250px;
  }
  .strength {
    padding-top: 300px;
  }
}

@media screen and (min-width: 1500px) {
  .content__img-red {
    top: 22%;
    left: -37%;
  }
}

@media screen and (max-width: 1600px) {
  .kv__wrap h1 {
    font-size: 70px;
  }
}

@media screen and (max-width: 1366px) {
  .kv__wrap h1 {
    font-size: 60px;
  }
  .kv__wrap-title {
    top: 50%;
  }
  .company {
    padding-top: 100px;
  }
  .strength {
    padding-top: 150px;
  }
  .business {
    padding-top: 50px;
  }
  .content__title-left {
    font-size: 7em;
    top: 4%;
    left: 12%;
  }
  .content__title-right {
    font-size: 7rem;
    top: 9%;
    left: unset;
    right: 4%;
  }
  .content__title-right2 {
    top: -2%;
    left: unset;
  }
}

@media screen and (max-width: 1439px) {
  .header__li {
    padding-right: 24px;
  }
}

@media screen and (max-width: 1024px) {
  .header__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 60px;
  }
  .header__nav {
    display: none;
  }
  .header__logo {
    width: 30%;
  }
  .header.active .header__inner {
    height: 90px;
  }
  .menu-circle.active {
    -webkit-transform: translate(90%, 33%);
            transform: translate(90%, 33%);
  }
  .header__menu.active .menu-btn {
    right: 20px;
  }
  .header__menu.active {
    top: 0;
  }
  #menu.open {
    display: block;
    overflow: scroll;
    position: absolute;
    top: 89px;
    left: 0;
    height: 100vh;
    width: 100%;
    -webkit-transform: inherit;
            transform: inherit;
    padding: 0 0 200px 0;
  }
  .menu-sp {
    display: block !important;
  }
  .menu-pc {
    display: none;
  }
  .menu-ttl > .menu-ttl-left{
    display: block;
  }
  .menu-ttl > .links__arrow{
    display: none;
  }
  .menu-ttl .btn__menu {
    margin-top: 25px;
  }
  .menu-ttl .btn__menu, .menu-ttl .btn__home {
    margin-left: 16px;
  }
  .menu-btn {
    top: 14px;
  }
  .accordion-single-title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .q-mark {
    padding-right: 3px;
  }
  .q-txt {
    font-size: 16px;
    font-weight: 700;
    line-height: 54px;
    border-bottom: 1px solid #fff;
    width: 100%;
    padding-left: 16px;
  }
  .accordion-single-content {
    display: none;
    background-color: #999999;
  }
  .accordion-single-content .menu__inner-item {
    padding-bottom: 0;
  }
  .accordion-single-content .menu__inner-item li a {
    padding-left: 24px;
  }
  .accordion-single-content .links__arrow__underlayer__child {
    border-bottom: 1px solid #fff;
  }
  .accordion-single-content .links__arrow__lists__link {
    border-bottom: none;
  }
  .single-content .menu__inner-item {
    padding-bottom: 0;
  }
  .single-content .menu__inner-item li a {
    padding-left: 24px;
  }
  .icon-wrap {
    position: absolute;
    right: 14px;
    top: 50%;
    -webkit-transform: translatey(-50%);
            transform: translatey(-50%);
    width: 30px;
    height: 30px;
  }
  .icon {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  .icon:before,
  .icon:after {
    position: absolute;
    content: "";
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #fff;
    left: 35%;
    top: 50%;
    width: 50%;
    height: 2px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .icon:before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
  .icon.open:before {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  .scroll {
    top: 6%;
  }
  .kv__pop {
    width: 220px;
  }
  .kv__wrap-title {
    top: 50%;
    padding-left: 6%;
  }
  .kv__wrap h1 {
    padding-bottom: 18px;
    font-size: 70px;
  }
  .kv__wrap p {
    font-size: 18px;
  }
  .kv__bg-pc {
    width: 55%;
  }
  .btn__more-sp {
    display: block;
    width: 50%;
    margin: auto;
  }
  .btn__more-pc {
    display: none;
  }
  .news {
    padding-top: 100px;
  }
  .news .container {
    display: block;
  }
  .news__list a {
    display: block;
  }
  .news__list-top {
    padding-bottom: 16px;
  }
  .news__title h2 {
    padding-bottom: 18px;
  }
  .news__contents ul {
    padding-bottom: 48px;
  }
  .investor .container {
    padding-bottom: 80px;
  }
  .investor__block {
    -webkit-box-shadow: inherit;
            box-shadow: inherit;
  }
  .investor__block img:hover {
    -webkit-transform: inherit;
            transform: inherit;
  }
  .investor__title {
    padding-bottom: 32px;
  }
  .investor__blocks {
    display: none;
  }
  .investor__blocks-sp {
    display: block;
    padding-bottom: 32px;
  }
  .investor__block {
    overflow: visible;
    padding-bottom: 16px;
  }
  .investor__block p {
    font-size: 26px;
    left: 20px;
    bottom: 30px;
  }
  .investor__block img {
    width: 100%;
  }
  .investor__title h2 {
    padding-right: 0;
    font-size: 43px;
    line-height: inherit;
  }
  .footer .container img {
    padding-bottom: 24px;
  }
  .footer__middle {
    display: block;
  }
  .footer__nav ul {
    display: block;
  }
  .footer__nav li {
    padding-bottom: 24px;
  }
  .footerLinks__arrow {
    width: 48%;
  }
}

@media screen and (max-width: 768px) {
  .sp-br {
    display: block;
  }
  .btn__more {
    padding: 28px 20px 28px 10px;
  }
  .scroll {
    top: 3%;
    right: 0;
  }
  .kv__pop {
    display: none;
  }
  .kv__pop-sp {
    display: block;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 80px;
  }
  .kv__video video {
    height: 70vh;
  }
  .kv__wrap h1 {
    font-size: 32px;
    white-space: nowrap;
  }
  .kv__wrap-title {
    top: 75%;
    padding-left: 6%;
    line-height: 28px;
  }
  .kv__bg-pc {
    width: 75%;
  }
  .content {
    padding-top: 100px;
  }
  .content__title-left {
    font-size: 9em;
    top: 5%;
    left: 15%;
  }
  .content__title-left {
    white-space: nowrap;
    font-size: 3.75em;
    top: 7.5%;
  }
  .content__title-right {
    white-space: nowrap;
    font-size: 3.75em;
    top: 6.5%;
    left: 15%;
  }
  .content__title-right2 {
    white-space: nowrap;
    font-size: 3.75em;
    top: 6.5%;
  }
  .content__ttl {
    text-align: left;
    padding-bottom: 32px;
    font-size: 36px;
  }
  .content__box {
    display: block;
  }
  .content__text {
    width: 100%;
    min-width: inherit;
    padding-right: 0;
  }
  .content__text h4 {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 24px;
  }
  .content__text p {
    font-size: 14px;
    line-height: 24.5px;
    padding-bottom: 48px;
  }
  .content__text-strength {
    padding-left: 0;
  }
  .content__img {
    width: 100%;
  }
  .content__img-main {
    width: 90%;
  }
  .content__img-add {
    top: 25%;
    right: -7%;
  }
  .content__img-red {
    top: 8%;
  }
  .company__img {
    padding-bottom: 60px;
  }
  .strength {
    padding-bottom: 0;
  }
  .strength__img {
    padding-bottom: 68px;
  }
  .business__img {
    padding-bottom: 24px;
  }
  .links {
    padding-bottom: 32px;
  }
  .links .container {
    padding-top: 80px;
    display: block;
    padding-left: 40px;
    padding-right: 40px;
  }
  .links__box {
    width: 100%;
    margin: 0;
    padding-bottom: 48px;
  }
  .who {
    display: none;
  }
  .investor__title h2 {
    font-size: 36px;
  }
  .kv__sub-a {
    height: 230px;
  }
  .kv__sub-b {
    height: 230px;
  }
  .kv__sub-ir {
    height: 230px;
  }
  .kv__sub-strengths {
    height: 230px;
  }
  .kv__sub-archive {
    height: 230px;
  }
  .kv__sub-news {
    height: 230px;
  }
  .kv__sub-ttl {
    line-height: 200px;
    font-size: 28px;
  }
  .kv__sub-ttl-third {
    padding-top: 111px;
    font-size: 28px;
  }
  .kv__sub-ttl-third-h2 {
    font-size: 11px;
    padding-bottom: 40px;
  }
  .footerLinks {
    margin-top: 70px;
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .footerLinks__box-ttl {
    font-size: 20px;
    padding-bottom: 32px;
  }
  .footerLinks__arrow {
    width: 100%;
    padding: 0;
  }
  .footerLinks__arrow a {
    font-size: 14px;
  }
}

@media screen and (max-width: 425px) {
  .scroll {
    display: none;
  }
  .btn__more {
    width: 100%;
    padding: 22px 20px 22px 10px;
  }
  .btn__more:after {
    right: 6em;
  }
  .btn__menu {
    padding: 20px 30px;
  }
  @-webkit-keyframes anime_arrow {
    0% {
      right: 6em;
    }
    50% {
      right: 5.5em;
    }
    100% {
      right: 5.5em;
    }
  }
  @keyframes anime_arrow {
    0% {
      right: 6em;
    }
    50% {
      right: 5.5em;
    }
    100% {
      right: 5.5em;
    }
  }
  .links__arrow a:hover::after {
    -webkit-animation: anime_arrow-sp 1s ease 0s;
            animation: anime_arrow-sp 1s ease 0s;
  }
  @-webkit-keyframes anime_arrow-sp {
    0% {
      right: 2em;
    }
    50% {
      right: 1.5em;
    }
    100% {
      right: 1.5em;
    }
  }
  @keyframes anime_arrow-sp {
    0% {
      right: 2em;
    }
    50% {
      right: 1.5em;
    }
    100% {
      right: 1.5em;
    }
  }
  .q-txt {
    font-size: 14px;
  }
  .breadcrumbs {
    padding: 0 16px;
  }
  .breadcrumbs ul {
    font-size: 12px;
    height: 50px;
  }
  .breadcrumbs span {
    font-size: 18px;
  }
  .footerLinks__box {
    padding-right: 16px;
    padding-left: 16px;
  }
  .header {
    padding: 0 16px;
  }
  .header__inner {
    padding-left: 13px;
  }
  .header__menu {
    width: 60px;
  }
  .header__logo {
    width: 50%;
  }
  .header__menu.active .menu-btn {
    right: 38px;
  }
  .menu-btn {
    right: 13px;
  }
  .menu-ttl a {
    font-size: 12px;
  }
  .menu-ttl .btn__home:before {
    top: 1px;
  }
  .header__menu.active .menu-btn {
    width: 20px;
    top: 25px;
    right: 26px;
  }
  .menu-circle.active {
    height: 32px;
    width: 32px;
    -webkit-transform: translate(27%, 46%);
            transform: translate(27%, 46%);
  }
  .kv__sub-b {
    background-position: right 42% top;
  }
  .kv__pop-sp {
    padding-left: 16px;
    padding-right: 16px;
    -webkit-filter: drop-shadow(0 5px 6px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(0 5px 6px rgba(0, 0, 0, 0.2));
  }
  .kv__wrap-title {
    top: 65%;
  }
  .kv__wrap h1 {
    font-size: 28px;
  }
  .scroll {
    top: 5%;
  }
  .news {
    padding-top: 56px;
  }
  .news .container {
    padding-right: 16px;
    padding-left: 16px;
  }
  .news__title h2 {
    font-size: 36px;
  }
  .news__list {
    padding: 24px 0;
  }
  .content .container {
    padding-right: 16px;
    padding-left: 16px;
  }
  .content__ttl {
    font-size: 36px;
  }
  .content__title-left {
    font-size: 3.75em;
    top: 8%;
  }
  .content__title-right {
    font-size: 3.75em;
    top: 7%;
    right: unset;
    left: 5%;
  }
  .content__title-right2 {
    top: 8%;
  }
  .links .container {
    padding-right: 16px;
    padding-left: 16px;
  }
  .links__box-ttl {
    font-size: 20px;
  }
  .links__box-ttl.links__box-ttl--our-business {
    padding-bottom: 0;
  }
  .links__arrow {
    font-size: 14px;
  }
  .who__box-in {
    padding: 48px 32px;
  }
  .investor .container {
    padding-right: 16px;
    padding-left: 16px;
  }
  .investor__block p {
    font-size: 20px;
    bottom: 30px;
  }
  .footer {
    padding-right: 16px;
    padding-left: 16px;
  }
  .footer .container img {
    padding-bottom: 40px;
  }
  .footer__nav ul {
    padding-bottom: 14px;
  }
  .footer__nav ul li {
    font-size: 14px;
  }
  .footer .btn__more {
    width: 50%;
  }
  .footer .btn__more:after {
    right: 3em;
    top: 52%;
  }
  .footer .btn__more:hover::after {
    -webkit-animation: anime_arrow_footer 1s ease 0s;
            animation: anime_arrow_footer 1s ease 0s;
  }
  @-webkit-keyframes anime_arrow_footer {
    0% {
      right: 3em;
    }
    50% {
      right: 2.5em;
    }
    100% {
      right: 2.5em;
    }
  }
  @keyframes anime_arrow_footer {
    0% {
      right: 3em;
    }
    50% {
      right: 2.5em;
    }
    100% {
      right: 2.5em;
    }
  }
  .footer .copyright {
    font-size: 11px;
    text-align: center;
    padding: 30px 0;
  }
}

@media screen and (max-width: 375px) {
  /* .kv__wrap-title {
    // padding-top: 42%;
  } */
}

@media screen and (max-width: 320px) {
  .kv__video video {
    height: 75vh;
  }
  .kv__wrap-title {
    padding-top: 40%;
  }
}

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

.zoom-images__modal {
  display: none;
}

.zoom-images__txt {
  display: none;
}

@media screen and (max-width: 768px) {
  .zoom-images {
    display: block;
    pointer-events: initial;
    position: relative;
  }
  .zoom-images__txt {
    display: block;
    position: absolute;
    right: -4px;
    bottom: 20px;
    -webkit-transform: translate(0, 50%);
            transform: translate(0, 50%);
    padding: 15px 15px 15px 40px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.4);
            box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    cursor: pointer;
    background: #c7000a;
    text-decoration: none !important;
    -webkit-transition: .2s;
    transition: .2s;
  }
  .zoom-images__txt:hover {
    background: #ee000c !important;
  }
  .zoom-images__txt::before {
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    content: '';
    width: 21px;
    height: 21px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    background: url(../../assets/img/ic_zoom.svg) no-repeat 50% 50%;
    background-size: 21px 21px;
  }
  .zoom-images__modal {
    display: none;
    width: 100%;
    height: 100vh;
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }
  .zoom-images__dialog {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    right: 0;
  }
  .zoom-images__dialog img {
    background-color: #fff;
  }
  .zoom-images__closed {
    position: absolute;
    top: 15px;
    right: 10px;
  }
}

.cmn_pagetop {
  position: fixed;
  right: 15px;
  bottom: 5px;
  z-index: 99;
  display: none;
}

.cmn_pagetop a {
  display: block;
  width: 50px;
  height: 50px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.cmn_pagetop a:hover .hover1 {
  fill: #555;
  stroke: #444;
}

.cmn_pagetop a:hover .hover2 {
  fill: #ccc;
  stroke: #666;
}

.cmn_pagetop a:hover .hover3 {
  fill: #eee;
  stroke: #fff;
}

.cmn_pagetop a:hover .hover4 {
  fill: #222;
}

@media print, screen and (min-width: 769px) {
  .cmn_pagetop a, .cmn_pagetop .cmn_pagetop svg {
    width: 60px;
    height: 60px;
  }
}

body {
  font-family: 'Lato', sans-serif;
}

picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

picture > img {
  height: 100%;
}

.font-oswald {
  font-family: 'Oswald', sans-serif;
}

.font-oswald-semi {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
}

.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

.sub__accordion .accordion-single-title {
  padding-right: 4em;
}

.sub__accordion-table {
  word-break: break-word;
}

@media screen and (max-width: 425px) {
  .breadcrumbs .material-icons-outlined {
    width: 100%;
    padding-right: 8px;
  }
  .main__contents .contents__title:after {
    width: 36%;
  }
}
/*# sourceMappingURL=common.css.map */