@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@900&family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;600&display=swap");
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  scroll-behavior: smooth;
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

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

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

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

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

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

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

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

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

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

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

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

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

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

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

/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit;
}

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

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

/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0;
}

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

/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * Remove the default vertical scrollbar in IE.
 */
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;
}

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
}

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* CSS Document */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: #000;
}

body.fixed {
  height: 100vh;
  overflow: hidden;
}

/*----------------------------common----------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
label {
  padding: 0px;
  margin: 0px;
  vertical-align: middle;
}

a {
  display: inline-block;
}

ul,
ol {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

a,
button,
input[type=submit] {
  -webkit-transition: 0.7s opacity;
  transition: 0.7s opacity;
  text-decoration: none;
}

a:hover,
button:hover,
input[type=submit] {
  cursor: pointer;
  opacity: 0.8;
  text-decoration: none;
}

button {
  border: none;
}

input[type=submit] {
  border: none;
}

input[type=submit]:focus {
  border: none;
  outline: none;
}

input {
  outline: none;
}

figure {
  padding: 0;
  margin: 0;
}

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

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

.fixed-container {
  width: 90%;
  max-width: 1000px;
  margin: auto;
}

.header-container {
  padding: 24px 0 15px;
}
@media screen and (max-width: 768px) {
  .header-container {
    padding: 14px 0;
  }
}

.header-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-top .-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 9px;
}
.header-top h1 {
  font-size: 0;
}
.header-top h1 a {
  font-size: 28px;
  font-weight: 900;
  color: #000;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .header-top h1 a {
    font-size: 25px;
  }
}
.header-top h2 {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .header-top h2 {
    font-size: 12px;
  }
}
.header-top .-right .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 14px;
}
.header-top .-right .inner span {
  font-size: 0;
}
.header-top .-right .lang {
  font-size: 18px;
  font-weight: bold;
}
.header-top .-right .lang a,
.header-top .-right .lang span {
  font-size: 18px !important;
}
.header-top .-right .lang a {
  color: #be0000;
  text-decoration: underline;
}
.header-top .-right span {
  font-size: 0;
}
.header-top .btn-hamburger {
  display: none;
}
@media screen and (max-width: 768px) {
  .header-top .btn-hamburger {
    display: inline-block;
    width: 35px;
    height: 35px;
    position: absolute;
    right: 0;
    top: calc(50% - 17.5px);
    width: 35px;
    height: 35px;
    padding: 7.5px;
    background-color: #fff000;
    z-index: 400;
  }
  .header-top .btn-hamburger span {
    position: relative;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 999px;
    background-color: #000000;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .header-top .btn-hamburger span:not(:first-child) {
    margin-top: 7px;
  }
  .header-top .btn-hamburger.btn-hamburger.active span:nth-child(1) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin-top: 9px;
  }
  .header-top .btn-hamburger.btn-hamburger.active span:nth-child(2) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-top: -2px;
  }
  .header-top .btn-hamburger.btn-hamburger.active span:nth-child(3) {
    opacity: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

.btn-contact-header {
  position: relative;
  font-size: 18px;
  color: #fff;
  line-height: 28px;
  font-weight: bold;
  padding: 0 42px 0 18px;
  background-color: #be0000;
}
.btn-contact-header:after {
  content: "";
  position: absolute;
  width: 13px;
  height: 17px;
  top: calc(50% - 8.5px);
  right: 10px;
  background: url(../images/icon02.png) no-repeat;
}

.header-bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 15px;
}
.header-bot a {
  -webkit-box-flex: 16.6666666667%;
      -ms-flex: 16.6666666667%;
          flex: 16.6666666667%;
  max-width: 16.6666666667%;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #000;
  line-height: 30px;
  background-color: #e6e6e6;
  border-right: 1px solid #231815;
}
.header-bot a:first-child {
  border-left: 1px solid #231815;
}
@media screen and (max-width: 768px) {
  .header-bot {
    margin-top: 0;
  }
}

.fv {
  padding: 60px 0 70px;
  background: url(../images/fv.jpg) no-repeat center;
  background-size: cover;
}
.fv h2 {
  font-size: 70px;
  font-weight: 300;
  color: #fff;
  line-height: 1;
  margin-bottom: 60px;
}
.fv h2 span {
  font-size: 60px;
}
@media screen and (max-width: 768px) {
  .fv h2 {
    font-size: 36px;
  }
  .fv h2 span {
    font-size: 32px;
  }
}
.fv h3 {
  font-size: 27px;
  font-weight: 900;
  margin: 12px 0 20px 0;
}
.fv h3 span {
  display: inline-block;
  color: #be0000;
  line-height: 40px;
  padding: 0 70px 0 12px;
  background-color: #fff;
}
.fv p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .fv {
    padding: 85px 0 70px;
    background: url(../images/fv_sp.jpg) no-repeat center;
    background-size: cover;
  }
}

.sec01 {
  padding: 70px 0 90px;
}
.sec01 h2 {
  font-size: 34px;
  text-align: center;
  color: #be0000;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .sec01 h2 {
    font-size: 28px;
  }
}
.sec01 .inner {
  max-width: 750px;
  margin: auto;
}
.sec01 .text-center {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .sec01 .text-center {
    margin-top: 35px;
  }
}

.bg-img1 {
  background: url(../images/bg01.jpg) no-repeat center;
  background-size: cover;
}

.sec02 {
  padding: 145px 0 110px;
}
@media screen and (max-width: 768px) {
  .sec02 {
    padding: 75px 0 85px;
  }
}

.list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 90px;
}
@media screen and (max-width: 768px) {
  .list01 {
    gap: 50px;
  }
}

.list01-item .point {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}
.list01-item .point span:nth-child(1) {
  font-size: 20px;
  color: #5d5d5d;
  margin-right: 10px;
}
.list01-item .point span:nth-child(2) {
  font-size: 65px;
  color: #be0000;
}
.list01-item .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list01-item .body > div {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  max-width: 50%;
}
.list01-item .body > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.list01-item .body > div.-content {
  color: #fff;
  padding: 25px;
  background-color: #5d5d5d;
}
.list01-item .body > div.-content h2 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .list01-item .body > div.-content h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .list01-item .body > div {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
  }
  .list01-item .body > div.-content {
    padding: 30px 20px;
  }
}
.list01-item:nth-child(even) .body {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .list01-item:nth-child(even) .body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.txt01 {
  font-size: 14px;
  line-height: 25px;
  padding: 25px 40px;
  margin-top: 75px;
  background-color: #fff;
}
.txt01 span {
  background-color: #fff000;
}
@media screen and (max-width: 768px) {
  .txt01 {
    padding: 24px 20px;
    margin-top: 40px;
  }
}

.banner-contact {
  padding: 30px 0;
  background-color: #be0000;
}
.banner-contact .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  row-gap: 12px;
}
.banner-contact .inner span {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .banner-contact {
    padding: 32px 0 40px;
  }
}

.btn-contact {
  position: relative;
  width: 260px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  text-align: center;
  padding: 3px 0;
  background-color: #fff000;
  border-bottom: 3px solid #a59208;
  -webkit-box-shadow: 0 7px 3px rgba(0, 0, 0, 0.75);
          box-shadow: 0 7px 3px rgba(0, 0, 0, 0.75);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-contact:after {
  content: "";
  position: absolute;
  right: 7px;
  top: calc(50% - 5.5px);
  width: 9px;
  height: 11px;
  background: url(../images/icon01.png) no-repeat center;
  background-size: contain;
}
.btn-contact:hover {
  border-bottom: 1px solid #a59208;
}

.sec03 {
  padding: 130px 0 60px;
}
@media screen and (max-width: 768px) {
  .sec03 {
    padding: 75px 0 70px;
  }
}

.sec-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  line-height: 1;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 12px;
  margin-bottom: 60px;
}
.sec-ttl span:nth-child(1) {
  font-size: 55px;
  color: #be0000;
  letter-spacing: 6px;
}
@media screen and (max-width: 768px) {
  .sec-ttl span:nth-child(1) {
    font-size: 20px;
    letter-spacing: 2px;
  }
}
.sec-ttl span:nth-child(2),
.sec-ttl h2 {
  font-size: 20px;
  margin: 0 !important;
}
@media screen and (max-width: 768px) {
  .sec-ttl span:nth-child(2),
  .sec-ttl h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .sec-ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 40px;
  }
}

.lineup-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  row-gap: 40px;
}
.lineup-box h3 {
  font-size: 25px;
  font-weight: bold;
  padding-bottom: 4px;
  margin-bottom: 25px;
  border-bottom: 1px solid #be0000;
}
@media screen and (max-width: 768px) {
  .lineup-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.lineup-spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 26px;
  margin: 20px 0 30px;
}
@media screen and (max-width: 768px) {
  .lineup-spec {
    gap: 16px;
  }
}

.lineup-spec-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.lineup-spec-item span {
  display: inline-block;
  width: 125px;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background-color: #be0000;
}

.red {
  color: #be0000;
}

.tbl-lineup {
  margin-top: 20px;
}
.tbl-lineup tr:nth-child(2) td,
.tbl-lineup tr:nth-child(3) td,
.tbl-lineup tr:nth-child(4) td {
  border-bottom: 1px solid #808080;
}
.tbl-lineup tr:nth-child(3) td:first-child,
.tbl-lineup tr:nth-child(4) td:first-child,
.tbl-lineup tr:nth-child(5) td:first-child {
  border-left: 1px solid #808080;
}
.tbl-lineup tr:nth-child(2) td:first-child,
.tbl-lineup tr:last-child td:first-child {
  border-left: 2px solid #808080;
}
.tbl-lineup tr:last-child td {
  border-bottom: 2px solid #808080;
}

.tbl-data {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
.tbl-data td,
.tbl-data th {
  font-size: 14px;
  padding: 5px;
}
.tbl-data th {
  color: #fff;
  background-color: #be0000;
}
.tbl-data th:not(:last-child) {
  border-right: 1px solid #fff;
}
.tbl-data th:first-child {
  border-left: 2px solid #be0000;
}
.tbl-data th:last-child {
  border-right: 2px solid #be0000;
}
.tbl-data td {
  background-color: #fff;
  border-bottom: 1px solid #808080;
}
.tbl-data td:not(:last-child) {
  border-right: 1px solid #808080;
}
.tbl-data td:first-child {
  border-left: 2px solid #808080;
}
.tbl-data td:last-child {
  border-right: 2px solid #808080;
}
.tbl-data tr:last-child td {
  border-bottom: 2px solid #808080;
}

.lineup-block {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .lineup-block {
    margin-bottom: 75px;
  }
}

.test-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.test-item {
  padding: 35px 35px 45px;
  background-color: #e2e2e2;
}
@media screen and (max-width: 768px) {
  .test-item {
    padding: 32px 16px 25px;
  }
}

.test-header {
  margin-bottom: 22px;
}
.test-header span:nth-child(1) {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 28px;
  padding: 0 18px;
  margin-right: 28px;
  background-color: #be0000;
}
.test-header span:nth-child(2) {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .test-header span:nth-child(2) {
    display: block;
    margin-top: 12px;
  }
}

.txt02 {
  font-size: 14px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .txt02 {
    font-size: 12px;
  }
}

.text-graphs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.txt03 {
  text-align: center;
  margin-top: 12px;
}
.txt03 p:nth-child(1) {
  font-size: 20px;
  font-weight: bold;
  color: #e5001e;
}
.txt03 p:nth-child(2) {
  font-size: 24px;
  font-weight: bold;
}

.test-spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 42px;
     -moz-column-gap: 42px;
          column-gap: 42px;
  row-gap: 30px;
}
.test-spec .-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .test-spec {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .test-spec .-left,
  .test-spec .-right {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
  }
  .test-spec .-right {
    text-align: center;
  }
}

.tbl-test-box {
  padding: 24px;
  background-color: #fff;
  margin-bottom: 8px;
}

.tbl-test {
  width: 100%;
  border-collapse: collapse;
}
.tbl-test th,
.tbl-test td {
  padding: 8px 12px;
  border-bottom: 1px solid #707070;
}
.tbl-test th {
  width: 85px;
  font-size: 16px;
  font-weight: bold;
  color: #be0000;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tbl-test th {
    width: 72px;
  }
}
.tbl-test td {
  font-weight: 500;
}

.sec04,
.sec05 {
  margin-top: 170px;
}
@media screen and (max-width: 768px) {
  .sec04,
  .sec05 {
    margin-top: 185px;
  }
}

.sec04 .inner,
.sec05 .inner,
.sec07 .inner {
  display: inline-block;
  width: 100%;
  margin-top: -38px;
}
@media screen and (max-width: 768px) {
  .sec04 .inner,
  .sec05 .inner,
  .sec07 .inner {
    margin-top: -70px;
  }
}

.sec04 {
  position: relative;
  padding-bottom: 100px;
}
.sec04 #development {
  position: absolute;
  top: -70px;
}
@media screen and (max-width: 768px) {
  .sec04 {
    padding-bottom: 70px;
  }
}

.sec05 {
  padding-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .sec05 {
    padding-bottom: 100px;
  }
}

.sec04 .sec-ttl {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .sec04 .sec-ttl {
    margin-bottom: 60px;
  }
}

.sec05 .sec-ttl {
  margin-bottom: 85px;
}
@media screen and (max-width: 768px) {
  .sec05 .sec-ttl {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 768px) {
  .sec07 .sec-ttl {
    margin-bottom: 60px;
  }
}
.result-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  row-gap: 24px;
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .result-header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 50px;
  }
}

.txt04 {
  text-align: center;
}

.result-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 40px;
}

.result-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 30px;
}
.result-row > div {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  max-width: 50%;
}
@media screen and (max-width: 768px) {
  .result-row > div {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .result-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

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

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

.recruit-header {
  max-width: 800px;
  padding: 30px 20px;
  margin: 0 auto 100px;
  background-color: #fff;
}
.recruit-header h3 {
  display: inline-block;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 30px;
  border-bottom: 1px solid #be0000;
}

.recruit-list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 70px;
     -moz-column-gap: 70px;
          column-gap: 70px;
  row-gap: 10px;
}
.recruit-list-box > div p {
  position: relative;
  padding-left: 20px;
}
.recruit-list-box > div p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background-color: #be0000;
}
.recruit-list-box > div p:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .recruit-list-box {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.recruit-img-ttl {
  display: inline-block;
  width: 256px;
  font-size: 26px;
  font-weight: bold;
  line-height: 42px;
  color: #fff;
  margin-bottom: 24px;
  background-color: #be0000;
}

.txt05 {
  max-width: 630px;
  margin: 0 auto 35px;
}

.recruit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 55px;
     -moz-column-gap: 55px;
          column-gap: 55px;
  row-gap: 55px;
}
.recruit-list p {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.recruit-list figure + figure {
  margin-top: 15px;
}
.recruit-list figure + p {
  margin-top: 16px;
}
.recruit-list .recruit-item img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .recruit-list .recruit-item {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .recruit-list {
    row-gap: 30px;
  }
}

.sec06 {
  padding: 190px 0 150px;
}
@media screen and (max-width: 768px) {
  .sec06 {
    padding: 110px 0 150px;
  }
}

.flow-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 78px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px;
  margin-bottom: 72px;
  background-color: #e2e2e2;
}
.flow-item .-ttl {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
.flow-item .-ttl + * {
  margin-top: 8px;
}
.flow-item:after {
  content: "";
  position: absolute;
  top: calc(100% + 25px);
  left: calc(50% - 16px);
  width: 32px;
  height: 22px;
  background: url(../images/icon03.png) no-repeat center;
  background-size: cover;
}
.flow-item.last {
  margin-bottom: 0;
}
.flow-item.last:after {
  display: none;
}
@media screen and (max-width: 768px) {
  .flow-item {
    padding: 24px 8px;
  }
}

.flow-item-2:before, .flow-item-2:after {
  content: "";
  position: absolute;
  top: calc(100% + 25px);
  width: 32px;
  height: 22px;
  background: url(../images/icon03.png) no-repeat center;
  background-size: cover;
}
.flow-item-2:before {
  left: calc(25% - 16px);
}
.flow-item-2:after {
  left: calc(75% - 16px);
}

.txt06 {
  max-width: 700px;
  margin: auto;
}

.flow-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
.flow-row > div {
  -webkit-box-flex: calc(50% - 16px);
      -ms-flex: calc(50% - 16px);
          flex: calc(50% - 16px);
  max-width: calc(50% - 16px);
}
@media screen and (max-width: 768px) {
  .flow-row {
    gap: 14px;
  }
  .flow-row > div {
    -webkit-box-flex: calc(50% - 7px);
        -ms-flex: calc(50% - 7px);
            flex: calc(50% - 7px);
    max-width: calc(50% - 7px);
  }
}

.bg-white {
  background-color: #fff;
}

.flow-empty-wrapper {
  padding: 3px 0;
  background-color: #fff;
}

.flow-empty {
  width: 100%;
  height: 100%;
  background: url(../images/icon04.png) repeat-y center;
  background-position: top;
}

.sec07 {
  padding-bottom: 110px;
}
.sec07 h3 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 24px;
}

.other-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  row-gap: 35px;
}
@media screen and (max-width: 768px) {
  .other-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.other-left {
  padding: 50px 15px;
  background-color: #fff;
}

.other-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .other-right {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
  }
  .other-right img {
    width: 100%;
  }
}

.other-item h4 {
  margin-bottom: 6px;
}

.other-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin: 15px 0 50px;
}
.other-images .-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.other-images figcaption {
  font-size: 14px;
  text-align: center;
  margin-top: 12px;
}

.other-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  row-gap: 30px;
}
.other-about h4 {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 4px;
  margin-bottom: 12px;
  border-bottom: 1px solid #be0000;
}
.other-about > div {
  min-width: 195px;
}
@media screen and (max-width: 768px) {
  .other-about {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .other-about > div {
    min-width: 100%;
  }
}

.sec08 {
  padding: 160px 0 170px;
}
.sec08 .sec-ttl {
  margin-bottom: 95px;
}
@media screen and (max-width: 768px) {
  .sec08 {
    padding: 90px 0;
  }
  .sec08 .sec-ttl {
    margin-bottom: 70px;
  }
}

.txt09 {
  text-align: center;
  margin-bottom: 65px;
}
.txt09 h3 {
  font-size: 23px;
  font-weight: 400;
  margin-top: 10px;
}

.profile-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 840px;
  margin: auto;
  margin-bottom: 60px;
}
.profile-top .-left {
  -webkit-box-flex: 60%;
      -ms-flex: 60%;
          flex: 60%;
  max-width: 60%;
}
.profile-top .-left h3 {
  font-size: 28px;
  font-weight: bold;
  color: #be0000;
  margin-bottom: 30px;
}
.profile-top .-right {
  -webkit-box-flex: 40%;
      -ms-flex: 40%;
          flex: 40%;
  max-width: 40%;
  text-align: center;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .profile-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 40px;
  }
  .profile-top .-left,
  .profile-top .-right {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
  }
}

.company-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .company-info {
    margin-bottom: 60px;
  }
}

.company-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 22px;
  background-color: #e2e2e2;
}
.company-row label {
  -webkit-box-flex: 150px;
      -ms-flex: 150px;
          flex: 150px;
  max-width: 150px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .company-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 12px 22px;
  }
}

.btn-round {
  position: relative;
  width: 214px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 32px;
  padding: 0 20px;
  background-color: #be0000;
  border-radius: 999px;
}
.btn-round.outline {
  border: 1px solid #be0000;
  color: #be0000;
  background-color: #fff;
}
.btn-round.__press-release {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.btn-link {
  padding: 0 50px 0 20px;
}
.btn-link:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 14px;
  top: calc(50% - 7px);
  right: 17px;
  background: url(../images/icon05.png) no-repeat;
  background-size: contain;
}

.sec-contact {
  padding: 110px 0 120px;
  background-color: #f2cccc;
}

footer .inner {
  text-align: center;
  padding: 40px 0 65px;
}
footer .inner h3 {
  font-size: 26px;
  margin: 4px 0 30px;
}
footer .copyright {
  font-size: 12px;
  text-align: center;
  color: #fff;
  padding: 16px 0 10px;
  background-color: #be0000;
}
@media screen and (max-width: 768px) {
  footer .copyright {
    text-align: left;
  }
}

.contact-form {
  max-width: 720px;
  margin: auto;
}
.contact-form .contact-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 6px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .contact-form .contact-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 24px;
  }
}
.contact-form .contact-label {
  position: relative;
  -webkit-box-flex: 200px;
      -ms-flex: 200px;
          flex: 200px;
  max-width: 200px;
  font-size: 0;
  padding-top: 5px;
}
.contact-form .contact-label label {
  font-size: 16px;
  font-weight: bold;
}
.contact-form .contact-label.required:after {
  content: "必須";
  position: absolute;
  right: 0;
  width: 48px;
  font-size: 16px;
  line-height: 23px;
  color: #fff;
  text-align: center;
  background-color: #be0000;
}
@media screen and (max-width: 768px) {
  .contact-form .contact-label {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    padding-right: 65px;
  }
}

.contact-control {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.contact-control input[type=text],
.contact-control input[type=email],
.contact-control textarea {
  width: 100%;
  padding: 2px 10px;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .contact-control {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
  }
}

.txt-privacy {
  font-size: 14px;
  margin-bottom: 40px;
}

.text-decoration {
  text-decoration: underline;
}

.privacy-check {
  text-align: center;
  margin-bottom: 26px;
}
.privacy-check label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.privacy-check input[type=checkbox] {
  width: 19px;
  height: 19px;
  margin-right: 15px;
  border: 1px solid #707070;
}

@media screen and (max-width: 768px) {
  .menu-wrapper {
    position: fixed;
    right: 0;
    top: 80px;
    width: 280px;
    height: calc(100vh - 80px);
    padding: 35px 55px;
    background-color: #e6e6e6;
    z-index: 100;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    -webkit-transform: translateX(280px);
            transform: translateX(280px);
  }
  .menu-wrapper .header-bot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 25px;
  }
  .menu-wrapper .header-bot a {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
    text-align: right;
    border: none;
  }
  .menu-wrapper .btn-contact-header {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 20px;
  }
  .menu-wrapper .menu-bot {
    text-align: right;
    margin-top: 45px;
  }
  .menu-wrapper .lang {
    font-size: 18px;
    font-weight: bold;
  }
  .menu-wrapper .lang a,
  .menu-wrapper .lang span {
    font-size: 18px !important;
  }
  .menu-wrapper .lang a {
    color: #be0000;
    text-decoration: underline;
  }
  .menu-wrapper.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.test-block {
  position: relative;
}
.test-block #evaluation {
  position: absolute;
  top: -50px;
}

.txt10 {
  margin-bottom: 60px;
  line-height: 1.8;
}

.contact-form-confirm .contact-label {
  padding-top: 2px;
}

.multiline {
  white-space: pre-line;
}

.d-none {
  display: none !important;
}

.contact-confirm-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  margin-top: 55px;
}
.contact-confirm-btns button {
  width: 125px;
}

.contact-thanks {
  max-width: 720px;
  margin: auto;
}
.contact-thanks h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.contact-thanks a {
  margin-top: 40px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
}

.fill-top {
  height: 112px;
}
@media screen and (max-width: 768px) {
  .fill-top {
    height: 80px;
  }
}

.fill-sub {
  height: 67px;
}
@media screen and (max-width: 768px) {
  .fill-sub {
    height: 80px;
  }
}