@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 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 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  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: inherit; /* 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 */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * 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] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

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

/**
 * 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 outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

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

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

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

html {
  width: 100%;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  color: #333333;
  text-align: justify;
  font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  animation: bugfix infinite 1s;
  -webkit-animation: bugfix infinite 1s;
}

body#recruit {
  color: #002c64;
}

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

strong {
  font-weight: bold;
}

p {
  line-height: 1.8em;
}

li {
  list-style: none;
}

.img100 {
  width: 100%;
}

.container {
  max-width: 1120px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

@media screen and (max-width: 769px) {
  .order1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media screen and (max-width: 768px) {
  .pc_br {
    display: none;
  }
  p {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .sp_br {
    display: none;
  }
}
a {
  text-decoration: none;
  color: #333333;
  outline: none;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  cursor: pointer;
}

.opa:hover {
  opacity: 0.7;
}

.bton_right {
  direction: rtl;
}

.bton_center .bton__normal {
  margin-right: auto;
  margin-left: auto;
}

.bton__normal {
  margin-top: 50px;
  position: relative;
  z-index: 0;
  color: #fff;
  max-width: 350px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.bton__normal::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  background: rgb(0, 119, 255);
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(30, 170, 255)), to(rgb(0, 63, 152)));
  background-image: -webkit-linear-gradient(left, rgb(30, 170, 255) 0%, rgb(0, 63, 152) 100%);
  background-image: linear-gradient(90deg, rgb(30, 170, 255) 0%, rgb(0, 63, 152) 100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.bton__normal::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  left: 0;
  background: rgb(255, 0, 0);
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(0, 63, 152)), to(rgb(30, 170, 255)));
  background-image: -webkit-linear-gradient(left, rgb(0, 63, 152) 0%, rgb(30, 170, 255) 100%);
  background-image: linear-gradient(90deg, rgb(0, 63, 152) 0%, rgb(30, 170, 255) 100%);
}

.bton__normal:hover:before {
  opacity: 0;
}

.bton__contact {
  margin: auto;
  position: relative;
  z-index: 0;
  color: #fff;
  max-width: 420px;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.bton__contact::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  background: rgb(0, 119, 255);
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(0, 209, 218)), to(rgb(0, 132, 163)));
  background-image: -webkit-linear-gradient(left, rgb(0, 209, 218) 0%, rgb(0, 132, 163) 100%);
  background-image: linear-gradient(90deg, rgb(0, 209, 218) 0%, rgb(0, 132, 163) 100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.bton__contact::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  left: 0;
  background: rgb(255, 0, 0);
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(0, 132, 163)), to(rgb(0, 209, 218)));
  background-image: -webkit-linear-gradient(left, rgb(0, 132, 163) 0%, rgb(0, 209, 218) 100%);
  background-image: linear-gradient(90deg, rgb(0, 132, 163) 0%, rgb(0, 209, 218) 100%);
}

.bton__contact:hover:before {
  opacity: 0;
}

.row, .row30, .row15, .row10, .row5, .flex, .old_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row {
  gap: 40px;
}

.row30 {
  gap: 60px;
}

.row15 {
  gap: 30px;
}

.row10 {
  gap: 20px;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.row5 {
  gap: 10px;
}

.old_row {
  margin-left: -20px;
  margin-right: -20px;
}

.col-2, .col-3 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 770px) {
  .row .col-2 {
    width: calc(50% - 20px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .row .col-3 {
    width: calc(33.3% - 26.6px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .row10 .col-2 {
    width: calc(50% - 10px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .row10 .col-3 {
    width: calc(33.3% - 13.3px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .row10 .flex .col-2 {
    width: 50%;
  }
}
/* -------------------------------- 

Main components 

-------------------------------- */
.cd-main-content, .cd-main-header {
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

@media only screen and (max-width: 1169px) {
  .cd-main-content.nav-is-visible, .cd-main-header.nav-is-visible {
    -webkit-transform: translateX(-260px);
    transform: translateX(-260px);
  }
  .nav-on-left .cd-main-content.nav-is-visible, .nav-on-left .cd-main-header.nav-is-visible {
    -webkit-transform: translateX(260px);
    transform: translateX(260px);
  }
}
.cd-main-content {
  background: #fff;
  min-height: 100vh;
  z-index: 2;
  padding-top: 60px;
}

.cd-main-header {
  height: 60px;
  background-image: url(/img/common/header_back.jpg);
  background-size: cover;
  z-index: 3;
  position: fixed;
  width: 100%;
}

.nav-is-fixed .cd-main-header {
  /* add .nav-is-fixed class to body if you want a fixed navigation on > 1170px */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

@media only screen and (min-width: 1170px) {
  .cd-main-header {
    height: 130px;
  }
  .cd-main-header::after {
    clear: both;
    content: "";
    display: table;
  }
  .cd-main-content {
    padding-top: 129px;
  }
}
.cd-logo {
  position: absolute;
  top: 12px;
  left: 5%;
}

.cd-logo img {
  display: block;
  max-height: 35px;
}

@media only screen and (max-width: 1169px) {
  .nav-on-left .cd-logo {
    left: auto;
    right: 5%;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-logo {
    top: 26px;
    left: 40px;
  }
  .cd-logo img {
    display: block;
    max-height: 70px;
  }
}
.cd-header-buttons {
  position: absolute;
  display: inline-block;
  top: 3px;
  right: 5%;
}

.cd-header-buttons li {
  display: inline-block;
}

@media only screen and (max-width: 1169px) {
  .nav-on-left .cd-header-buttons {
    right: auto;
    left: 5%;
  }
  .nav-on-left .cd-header-buttons li {
    float: right;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-header-buttons {
    top: 18px;
    right: 4em;
  }
}
.cd-search-trigger, .cd-nav-trigger {
  position: relative;
  display: block;
  width: 54px;
  height: 54px;
  overflow: hidden;
  white-space: nowrap;
  /* hide text */
  color: transparent;
  z-index: 3;
}

.cd-search-trigger::before, .cd-search-trigger::after {
  /* search icon */
  content: "";
  position: absolute;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cd-search-trigger::before {
  /* lens */
  top: 11px;
  left: 11px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 3px solid #fff;
}

.cd-search-trigger::after {
  /* handle */
  height: 3px;
  width: 8px;
  background: #fff;
  bottom: 14px;
  right: 11px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cd-search-trigger span {
  /* container for the X icon */
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.cd-search-trigger span::before, .cd-search-trigger span::after {
  /* close icon */
  content: "";
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 22px;
  top: 50%;
  margin-top: -2px;
  left: 50%;
  margin-left: -11px;
  background: #fff;
  opacity: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.cd-search-trigger span::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cd-search-trigger span::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cd-search-trigger.search-is-visible::before, .cd-search-trigger.search-is-visible::after {
  /* hide search icon */
  opacity: 0;
}

.cd-search-trigger.search-is-visible span::before, .cd-search-trigger.search-is-visible span::after {
  /* show close icon */
  opacity: 1;
}

.cd-search-trigger.search-is-visible span::before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.cd-search-trigger.search-is-visible span::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cd-nav-trigger span, .cd-nav-trigger span::before, .cd-nav-trigger span::after {
  /* hamburger icon in CSS */
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 24px;
  background: #fff;
}

.cd-nav-trigger span {
  /* line in the center */
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -2px;
  -webkit-transition: background 0.3s 0.3s;
  transition: background 0.3s 0.3s;
}

.cd-nav-trigger span::before, .cd-nav-trigger span::after {
  /* other 2 lines */
  content: "";
  right: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  transition: -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}

.cd-nav-trigger span::before {
  /* menu icon top line */
  top: -6px;
}

.cd-nav-trigger span::after {
  /* menu icon bottom line */
  top: 6px;
}

.cd-nav-trigger.nav-is-visible span {
  /* hide line in the center */
  background: rgba(46, 50, 51, 0);
}

.cd-nav-trigger.nav-is-visible span::before, .cd-nav-trigger.nav-is-visible span::after {
  /* keep visible other 2 lines */
  background: #fff;
}

.cd-nav-trigger.nav-is-visible span::before {
  -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
  transform: translateX(4px) translateY(-3px) rotate(45deg);
}

.cd-nav-trigger.nav-is-visible span::after {
  -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
  transform: translateX(4px) translateY(2px) rotate(-45deg);
}

@media only screen and (min-width: 1170px) {
  .cd-nav-trigger {
    display: none;
  }
}
.cd-primary-nav, .cd-primary-nav ul {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 260px;
  background: #ecf7ff;
  padding: 0 10px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.cd-primary-nav a, .cd-primary-nav ul a {
  display: block;
  height: 58px;
  line-height: 58px;
  margin: 10px 20px 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.cd-primary-nav.is-hidden, .cd-primary-nav ul.is-hidden {
  /* secondary navigations hidden by default */
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.cd-primary-nav.moves-out > li > a, .cd-primary-nav ul.moves-out > li > a {
  /* push the navigation items to the left - and lower down opacity - when secondary nav slides in */
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}

@media only screen and (max-width: 1169px) {
  .nav-on-left .cd-primary-nav, .nav-on-left .cd-primary-nav ul {
    right: auto;
    left: 0;
  }
}
.cd-primary-nav .see-all a {
  /* different style for the See all button on mobile and tablet */
  color: #69aa6f;
}

.cd-primary-nav .cd-nav-gallery .cd-nav-item, .cd-primary-nav .cd-nav-icons .cd-nav-item {
  /* items with picture (or icon) and title */
  height: auto;
  line-height: 40px;
}

.cd-primary-nav .cd-nav-gallery .cd-nav-item h3, .cd-primary-nav .cd-nav-icons .cd-nav-item h3 {
  overflow: hidden;
  text-overflow: ellipsis;
}

.cd-primary-nav .cd-nav-gallery .cd-nav-item img {
  display: block;
}

.cd-primary-nav .cd-nav-icons .cd-nav-item p {
  color: #2e3233;
  font-size: 1.3rem;
  /* hide description on small devices */
  display: none;
}

@media only screen and (max-width: 1169px) {
  .cd-primary-nav {
    /* by default .cd-primary-nav is hidden - trick for iOS devices where you can see the navigation if you pull down */
    visibility: hidden;
    -webkit-transition: visibility 0s 0.3s;
    transition: visibility 0s 0.3s;
  }
  .cd-primary-nav.nav-is-visible {
    visibility: visible;
    -webkit-transition: visibility 0s 0s;
    transition: visibility 0s 0s;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-primary-nav {
    position: static;
    height: auto;
    overflow: visible;
    background: transparent;
    width: 890px;
    gap: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 10px;
    font-size: 18px;
  }
  .cd-primary-nav::after {
    clear: both;
    content: "";
    display: table;
  }
  .cd-primary-nav.moves-out > li > a {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .cd-primary-nav ul {
    position: static;
    height: auto;
    width: auto;
    background: transparent;
    overflow: visible;
    z-index: 3;
  }
  .cd-primary-nav ul.is-hidden {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-primary-nav ul.moves-out > li > a {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .cd-primary-nav > li {
    float: left;
  }
  .cd-primary-nav > li > a {
    /* main navigation buttons style */
    position: relative;
    display: inline-block;
    color: #fff;
    margin: 0;
    overflow: visible;
    border-bottom: none;
    -webkit-transition: color 0.3s, box-shadow 0.3s;
    -webkit-transition: color 0.3s, -webkit-box-shadow 0.3s;
    transition: color 0.3s, -webkit-box-shadow 0.3s;
    transition: color 0.3s, box-shadow 0.3s;
    transition: color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  }
  .cd-primary-nav > li > a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 13px;
    width: 100%;
    height: 3px;
    background: #fff;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .cd-primary-nav > li > a:hover {
    font-weight: bold;
  }
  .cd-primary-nav > li > a:hover:before {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .cd-primary-nav > li > a.selected {
    font-weight: bold;
  }
  .cd-primary-nav > li > a.selected:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 13px;
    width: 100%;
    height: 3px;
    background: #fff;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .cd-primary-nav .go-back, .cd-primary-nav .see-all {
    display: none;
  }
  .cd-primary-nav .cd-secondary-nav, .cd-primary-nav .cd-nav-gallery, .cd-primary-nav .cd-nav-icons {
    /* dropdown menu style */
    position: absolute;
    top: 58px;
    width: 100vw;
    background: #ffffff;
    padding: 30px 25% 30px;
    -webkit-box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
            box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    border-bottom: solid 2px #002c64;
  }
  .cd-primary-nav .cd-secondary-nav::after, .cd-primary-nav .cd-nav-gallery::after, .cd-primary-nav .cd-nav-icons::after {
    clear: both;
    content: "";
    display: table;
  }
  .cd-primary-nav .cd-secondary-nav.is-hidden, .cd-primary-nav .cd-nav-gallery.is-hidden, .cd-primary-nav .cd-nav-icons.is-hidden {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
  }
  .cd-primary-nav .cd-secondary-nav > .see-all, .cd-primary-nav .cd-nav-gallery > .see-all, .cd-primary-nav .cd-nav-icons > .see-all {
    /* this is the BIG See all button at the bottom of the dropdown menu */
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 80px;
    width: 100%;
    overflow: hidden;
    /* reset some inherited style */
    margin: 0;
    padding: 0;
  }
  .cd-primary-nav .cd-secondary-nav > .see-all a, .cd-primary-nav .cd-nav-gallery > .see-all a, .cd-primary-nav .cd-nav-icons > .see-all a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    line-height: 80px;
    border-top: 1px solid #e2e3df;
    /* reset some inherited style */
    border-bottom: none;
    margin: 0;
    padding: 0;
    -webkit-transition: color 0.2s, background 0.2s, border 0.2s;
    transition: color 0.2s, background 0.2s, border 0.2s;
  }
  .cd-primary-nav .cd-secondary-nav > .see-all a:hover, .cd-primary-nav .cd-nav-gallery > .see-all a:hover, .cd-primary-nav .cd-nav-icons > .see-all a:hover {
    background: #fff;
    border-color: #2e3233;
    color: #ffffff;
  }
  .cd-primary-nav .cd-secondary-nav > li {
    /* change the height according to your needs - you can even set height: auto */
    height: 340px;
    /* here you set the number of columns - use width percentage */
    width: 23%;
    float: left;
    margin-right: 2.66%;
    border-right: 1px solid #e2e3df;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .cd-primary-nav .cd-secondary-nav > li:nth-child(4n+2) {
    /* +2 because we have 2 list items with display:none */
    margin-right: 0;
    border-right: none;
  }
  .cd-primary-nav .cd-secondary-nav > li > a {
    /* secondary nav title */
    color: #69aa6f;
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 0.6em;
  }
  .cd-primary-nav .cd-secondary-nav a {
    height: 30px;
    line-height: 30px;
    padding: 0 18% 0 0;
    color: #2e3233;
    border-bottom: none;
    font-size: 1.4rem;
  }
  .cd-primary-nav .cd-secondary-nav a:hover {
    color: #69aa6f;
  }
  .cd-primary-nav .cd-secondary-nav ul {
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .cd-primary-nav .cd-secondary-nav ul ul {
    /* tertiary navigation */
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .cd-primary-nav .cd-secondary-nav ul ul.is-hidden {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  .cd-primary-nav .cd-secondary-nav ul ul .go-back {
    display: block;
  }
  .cd-primary-nav .cd-secondary-nav ul ul .go-back a {
    color: transparent;
  }
  .cd-primary-nav .cd-secondary-nav ul ul .see-all {
    display: block;
  }
  .cd-primary-nav .cd-secondary-nav .moves-out > li > a {
    /* push the navigation items to the left - and lower down opacity - when tertiary nav slides in */
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .cd-primary-nav .cd-nav-gallery li {
    /* set here number of columns - use width percentage */
  }
  .cd-primary-nav .cd-nav-gallery li:nth-child(4n+2) {
    /* +2 because we have two additional list items with display:none */
    margin-right: 0;
  }
  .cd-primary-nav .cd-nav-gallery .cd-nav-item {
    border-bottom: none;
    padding: 0;
    height: auto;
    line-height: 1.2;
    text-align: center;
  }
  .cd-primary-nav .cd-nav-gallery .cd-nav-item img {
    position: static;
    margin-top: 0;
    height: auto;
    margin-bottom: 0.6em;
  }
  .cd-primary-nav .cd-nav-gallery .cd-nav-item h3 {
    padding: 0 0.4em;
    color: #333333;
  }
  .cd-primary-nav .cd-nav-icons li {
    /* set here number of columns - use width percentage */
    width: 32%;
    float: left;
  }
  .cd-primary-nav .cd-nav-icons li:nth-child(3n+2) {
    /* +2 because we have two additional list items with display:none */
    margin-right: 0;
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item {
    border-bottom: none;
    border-bottom: solid 1px #002c64;
    padding: 0;
    position: relative;
    margin: 0px 20px;
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #002c64;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item:hover {
    font-weight: bold;
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item h3 {
    color: #333333;
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item p {
    display: block;
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item::before {
    left: 25px;
  }
}
.has-children > a, .go-back a {
  position: relative;
}

.go-back a {
  color: #002c64;
  font-weight: bold;
  padding-left: 20px;
}

.go-back a::before, .go-back a::after {
  /* arrow icon in CSS - for element with nested unordered lists */
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1px;
  display: inline-block;
  height: 2px;
  width: 10px;
  background: #002c64;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.has-children > a::before, .go-back a::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.has-children > a::after, .go-back a::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (min-width: 1170px) {
  .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
    background: #fff;
  }
  .has-children > a:hover::before, .has-children > a:hover::after, .go-back a:hover::before, .go-back a:hover::after {
    background: #fff;
  }
}
.cd-primary-nav .go-back a::before, .cd-primary-nav .go-back a::after {
  /* arrow goes on the left side - go back button */
  left: 0;
  -webkit-transform-origin: 1px 50%;
  transform-origin: 1px 50%;
}

@media only screen and (min-width: 1170px) {
  .cd-primary-nav > .has-children > a.selected::after {
    width: 14px;
  }
  .cd-secondary-nav > .has-children > a::before, .cd-secondary-nav > .has-children > a::after {
    /* remove arrows on secondary nav titles */
    display: none;
  }
  .cd-primary-nav .go-back a {
    padding-left: 20px;
  }
  .cd-primary-nav .go-back a::before, .cd-primary-nav .go-back a::after {
    left: 1px;
  }
}
.cd-search {
  position: absolute;
  height: 50px;
  width: 100%;
  top: 50px;
  left: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.cd-search form {
  height: 100%;
  width: 100%;
}

.cd-search input {
  border-radius: 0;
  border: none;
  background: #ffffff;
  height: 100%;
  width: 100%;
  padding: 0 5%;
  -webkit-box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.cd-search input::-webkit-input-placeholder {
  color: #c9cbc4;
}

.cd-search input::-moz-placeholder {
  color: #c9cbc4;
}

.cd-search input:-moz-placeholder {
  color: #c9cbc4;
}

.cd-search input:-ms-input-placeholder {
  color: #c9cbc4;
}

.cd-search input:focus {
  outline: none;
}

.cd-search.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.nav-is-fixed .cd-search {
  position: fixed;
}

@media only screen and (min-width: 1170px) {
  .cd-search {
    height: 120px;
    top: 80px;
  }
  .cd-search input {
    padding: 0 2em;
    font-size: 3.2rem;
    font-weight: 300;
  }
}
.cd-overlay {
  /* shadow layer visible when navigation is active */
  position: fixed;
  z-index: 2;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0);
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s, -webkit-transform 0.3s 0s;
}

.cd-overlay.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s, -webkit-transform 0.3s 0s;
}

@media only screen and (max-width: 1169px) {
  .cd-overlay.is-visible {
    -webkit-transform: translateX(-260px);
    transform: translateX(-260px);
  }
  .nav-on-left .cd-overlay.is-visible {
    -webkit-transform: translateX(260px);
    transform: translateX(260px);
  }
  .cd-overlay.is-visible.search-is-visible, .nav-on-left .cd-overlay.is-visible.search-is-visible {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/* -------------------------------- 

support for no js 

-------------------------------- */
.no-js .cd-primary-nav {
  position: relative;
  height: auto;
  width: 100%;
  overflow: visible;
  visibility: visible;
  z-index: 2;
}

.no-js .cd-search {
  position: relative;
  top: 0;
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 1170px) {
  .no-js .cd-primary-nav {
    position: absolute;
    z-index: 3;
    display: inline-block;
    width: auto;
    top: 0;
    right: 150px;
    padding: 0;
  }
  .no-js .nav-is-fixed .cd-primary-nav {
    position: fixed;
  }
}
.top_bton__recruit {
  position: relative;
  z-index: 0;
  color: #fff;
  width: 115px;
  height: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.top_bton__recruit::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  background: rgb(0, 119, 255);
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(255, 229, 86)), to(rgb(255, 174, 0)));
  background-image: -webkit-linear-gradient(left, rgb(255, 229, 86) 0%, rgb(255, 174, 0) 100%);
  background-image: linear-gradient(90deg, rgb(255, 229, 86) 0%, rgb(255, 174, 0) 100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.top_bton__recruit::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  left: 0;
  background: rgb(255, 0, 0);
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(255, 174, 0)), to(rgb(255, 229, 86)));
  background-image: -webkit-linear-gradient(left, rgb(255, 174, 0) 0%, rgb(255, 229, 86) 100%);
  background-image: linear-gradient(90deg, rgb(255, 174, 0) 0%, rgb(255, 229, 86) 100%);
}

.top_bton__recruit:hover:before {
  opacity: 0;
}

.top_bton__con {
  position: relative;
  z-index: 0;
  color: #fff;
  width: 115px;
  height: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.top_bton__con::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  background: rgb(0, 119, 255);
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(0, 209, 218)), to(rgb(0, 132, 163)));
  background-image: -webkit-linear-gradient(left, rgb(0, 209, 218) 0%, rgb(0, 132, 163) 100%);
  background-image: linear-gradient(90deg, rgb(0, 209, 218) 0%, rgb(0, 132, 163) 100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.top_bton__con::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  left: 0;
  background: rgb(255, 0, 0);
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(0, 132, 163)), to(rgb(0, 209, 218)));
  background-image: -webkit-linear-gradient(left, rgb(0, 132, 163) 0%, rgb(0, 209, 218) 100%);
  background-image: linear-gradient(90deg, rgb(0, 132, 163) 0%, rgb(0, 209, 218) 100%);
}

.top_bton__con:hover:before {
  opacity: 0;
}

.top_bton__en {
  position: relative;
  z-index: 0;
  color: #fff;
  width: 115px;
  height: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.top_bton__en::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  background: rgb(0, 119, 255);
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(0, 162, 255)), to(rgb(0, 88, 215)));
  background-image: -webkit-linear-gradient(left, rgb(0, 162, 255) 0%, rgb(0, 88, 215) 100%);
  background-image: linear-gradient(90deg, rgb(0, 162, 255) 0%, rgb(0, 88, 215) 100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.top_bton__en::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  left: 0;
  background: rgb(255, 0, 0);
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(0, 88, 215)), to(rgb(0, 162, 255)));
  background-image: -webkit-linear-gradient(left, rgb(0, 88, 215) 0%, rgb(0, 162, 255) 100%);
  background-image: linear-gradient(90deg, rgb(0, 88, 215) 0%, rgb(0, 162, 255) 100%);
}

.top_bton__en:hover:before {
  opacity: 0;
}

.top_bton__pdf {
  border: solid 1px #fff;
}

.top_bton__pdf:hover {
  background: rgba(255, 255, 255, 0.3);
}

.top_menu_company {
  color: #fff;
  padding: 10px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5em;
}
.top_menu_company small {
  margin-left: 10px;
  font-weight: normal;
}

.cd-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.top_bton {
  float: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 890px;
  padding-top: 20px;
  font-size: 15px;
}

.p-nav__list_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 40px;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-nav__item a {
  font-weight: bold;
  padding: 5px 10px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-nav__item a.top_bton__recruit {
  color: #002c64;
}

.sp-head_btn .top_bton__recruit {
  width: 200px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(255, 229, 86)), to(rgb(255, 174, 0)));
  background-image: -webkit-linear-gradient(left, rgb(255, 229, 86) 0%, rgb(255, 174, 0) 100%);
  background-image: linear-gradient(90deg, rgb(255, 229, 86) 0%, rgb(255, 174, 0) 100%);
}
.sp-head_btn .top_bton__recruit::before {
  display: none;
}
.sp-head_btn .top_bton__recruit::after {
  display: none;
}
.sp-head_btn .top_bton__con {
  width: 200px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(0, 209, 218)), to(rgb(0, 132, 163)));
  background-image: -webkit-linear-gradient(left, rgb(0, 209, 218) 0%, rgb(0, 132, 163) 100%);
  background-image: linear-gradient(90deg, rgb(0, 209, 218) 0%, rgb(0, 132, 163) 100%);
}
.sp-head_btn .top_bton__con::before {
  display: none;
}
.sp-head_btn .top_bton__con::after {
  display: none;
}
.sp-head_btn .top_bton__en {
  width: 200px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(0, 162, 255)), to(rgb(0, 88, 215)));
  background-image: -webkit-linear-gradient(left, rgb(0, 162, 255) 0%, rgb(0, 88, 215) 100%);
  background-image: linear-gradient(90deg, rgb(0, 162, 255) 0%, rgb(0, 88, 215) 100%);
}
.sp-head_btn .top_bton__en::before {
  display: none;
}
.sp-head_btn .top_bton__en::after {
  display: none;
}
.sp-head_btn .top_bton__pdf {
  width: 50px;
  background: #002c64;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 1169px) {
  .top_bton {
    display: none;
  }
}
@media only screen and (min-width: 1170px) {
  .sp-head_btn {
    display: none;
  }
}
.ft__recruit {
  position: relative;
  background-image: url(/img/common/recruit_back.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 150px 80px 100px 30px;
  -webkit-filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.1)); /* SafariなどのWebkitブラウザ用 */
  filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.1));
}
.ft__recruit figure {
  margin-top: -20px;
  width: calc(57% - 15px);
}

.ft__recruit::before {
  content: "";
  background: url(/img/common/recruit_01.svg);
  position: absolute;
  width: 110px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  bottom: 100px;
  left: 30px;
}

.ft__recruit::after {
  content: "";
  background: url(/img/common/recruit_02.svg);
  position: absolute;
  width: 110px;
  height: 95px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  top: 150px;
  right: 30px;
}

.ft__recruit.flex {
  gap: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ft__recruit_inner {
  margin-top: 110px;
  color: #002c64;
  width: calc(43% - 15px);
}
.ft__recruit_inner h4 {
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 10px;
}
.ft__recruit_inner small {
  color: #c1272d;
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
  display: block;
}

.ft__btn_recruit {
  background: #002c64;
  color: #fff;
  font-weight: bold;
  display: block;
  font-size: 20px;
  padding: 10px 20px;
  margin-top: 20px;
  border-radius: 20px;
}

.ft__btn_recruit:hover {
  background: #fff;
  color: #002c64;
}

.center {
  text-align: center;
}

#footer__box {
  position: relative;
  /* 背景画像 */
}
#footer__box .parallax::before {
  background-image: url(/img/common/ft_parallax.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}
#footer__box .parallax___inner {
  padding: 0;
  max-width: none;
}

#ft-menu {
  background-image: url(/img/common/footer_back.jpg);
  background-size: cover;
  padding: 40px 40px 30px;
}

.ft__logo {
  width: calc(45% - 20px);
}
.ft__logo .ftLogo {
  display: block;
}

.ftNaviWrap {
  width: calc(55% - 20px);
  font-weight: bold;
  line-height: 1.8em;
}
.ftNaviWrap a {
  color: #fff;
}
.ftNaviWrap a:hover {
  text-decoration: underline;
}

.ftNaviWrap > ul > li > ul > li {
  padding-top: 10px;
  padding-bottom: 10px;
}

.ft__subnav {
  font-size: 14px;
  font-weight: normal;
}

#footer__box .parallax___inner .row10 {
  padding-top: 0;
}

#footer__box .parallax___inner .iso__box {
  background: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  color: #333333;
  font-size: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#footer__box .parallax___inner .iso__box ul {
  font-size: 10px;
}

.ft__copyright {
  gap: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.ft__access p {
  font-weight: bold;
  font-size: 20px;
}
.ft__access small {
  font-size: 10px;
  margin-top: 10px;
}

.ft__map {
  display: inline-block;
  color: #fff;
  font-size: 15px;
}

.ft__map::before {
  content: "";
  background: url(/img/common/ico_map.svg);
  background-size: 16px;
  width: 16px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  position: relative;
  top: 1px;
  margin-right: 5px;
}

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

.ft__contact {
  color: #002c64;
  background: rgba(255, 255, 255, 0.4901960784);
  -webkit-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 40px;
  margin: 0 0 60px;
}
.ft__contact .old_row, .ft__contact .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ft__contact .row {
  padding: 0 30px;
}
.ft__contact .row .top_bton__con {
  height: 55px;
  width: 140px;
}
.ft__contact .row .top_bton__en {
  height: 55px;
  width: 140px;
}
.ft__contact .tit__con {
  border-right: solid 1px #002c64;
  padding: 0 30px;
}
.ft__contact .tit__con h3 {
  font-family: "Inter", serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.2em;
}
.ft__contact .tel_link {
  font-family: "Inter", serif;
  font-size: 40px;
  color: #002c64;
  font-weight: 500;
  line-height: 1em;
}
.ft__contact .tel_link span {
  font-size: 35px;
}

.tel_link a {
  color: #002c64;
}

@media screen and (max-width: 1093px) {
  .ft__recruit_inner .pc_br {
    display: none;
  }
  .ft__recruit_inner h4 {
    font-size: 25px;
  }
}
@media screen and (max-width: 1069px) {
  .ft__contact .tit__con {
    border-right: none;
    border-bottom: solid 1px #002c64;
    padding: 0 0 20px;
    width: 100%;
    text-align: center;
  }
  .ft__contact .tit__con p {
    text-align: center;
  }
  .ft__contact .row {
    padding: 20px 0 0;
  }
}
@media screen and (max-width: 988px) {
  .ft__recruit {
    background-image: url(/img/common/recruit_back-sp.svg);
    padding: 150px 30px 100px;
  }
  .ft__recruit figure {
    width: 100%;
    text-align: center;
  }
  .ft__recruit_inner {
    margin-top: 0;
    max-width: 370px;
    width: 100%;
  }
  .ft__recruit_inner h4 {
    font-size: 20px;
    text-align: center;
  }
  .ft__contact {
    margin-top: 40px;
  }
}
@media screen and (max-width: 849px) {
  .ft__recruit figure {
    margin-top: -50px;
    max-width: 370px;
  }
  .ft__recruit::before {
    bottom: 20px;
    left: 14%;
  }
  .ft__recruit::after {
    top: 10px;
    right: 14%;
  }
  .ft__recruit.flex {
    gap: 10px;
  }
  footer .parallax___inner p {
    margin-right: 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 660px) {
  .ft__logo {
    width: 100%;
  }
  .ftNaviWrap {
    width: 100%;
  }
  .ftNaviWrap .row {
    gap: 30px;
  }
  .ft__contact .tel_link {
    font-size: 35px;
  }
  .ft_tel_box p {
    text-align: center;
  }
}
@media screen and (max-width: 530px) {
  .ft__recruit::before {
    left: 3%;
  }
  .ft__recruit::after {
    right: 3%;
  }
}
.swiper-slide a {
  display: block;
}

.top_swiper .swiper-slide {
  position: relative;
}
.top_swiper .swiper-slide .btn_slider {
  position: absolute;
  right: 35px;
  bottom: 35px;
}
.top_swiper .swiper-slide .btn_slider::after {
  /* 擬似要素で三角アイコンをつくる */
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #fff;
  display: inline-block;
  width: 0;
  height: 0;
  /* 矢印アイコンの位置を設定 */
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); /* translateYのみ */
}
.top_swiper .swiper-slide a {
  position: relative;
  z-index: 0;
  color: #fff;
  padding: 5px 30px 5px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.top_swiper .swiper-slide a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  background: rgb(0, 119, 255);
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(30, 170, 255)), to(rgb(0, 63, 152)));
  background-image: -webkit-linear-gradient(left, rgb(30, 170, 255) 0%, rgb(0, 63, 152) 100%);
  background-image: linear-gradient(90deg, rgb(30, 170, 255) 0%, rgb(0, 63, 152) 100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.top_swiper .swiper-slide a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  left: 0;
  background: rgb(255, 0, 0);
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(0, 63, 152)), to(rgb(30, 170, 255)));
  background-image: -webkit-linear-gradient(left, rgb(0, 63, 152) 0%, rgb(30, 170, 255) 100%);
  background-image: linear-gradient(90deg, rgb(0, 63, 152) 0%, rgb(30, 170, 255) 100%);
}

.top_swiper .swiper-slide a:hover:before {
  opacity: 0;
}

.swiper-slide a img {
  width: 100%;
}

.video-wrapper {
  position: relative;
  height: 650px;
  width: 100%;
}

.video-wrapper video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -o-object-position: bottom;
     object-position: bottom;
}

.video-wrapper .catch-copy {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  text-align: center;
  padding: 100px 20px;
}

.catch-copy h2 {
  font-size: 50px;
  color: #002c64;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

.catch-copy p {
  line-height: 3em;
  padding-top: 10px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .video-wrapper {
    height: 90vh;
  }
  .catch-copy p {
    line-height: 2em;
  }
  .video-wrapper .catch-copy {
    padding: 50px 20px;
  }
  .catch-copy h2 {
    font-size: 40px;
  }
}
.white_box {
  background: #fff;
  -webkit-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

#top-reason {
  position: relative;
  padding: 0 20px 190px;
}
#top-reason h2 {
  font-size: 130px;
  z-index: 1;
  font-weight: 700;
  line-height: 0.8;
  font-family: "Inter", serif;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(30, 170, 255)), to(rgb(0, 63, 152)));
  background-image: -webkit-linear-gradient(left, rgb(30, 170, 255) 0%, rgb(0, 63, 152) 100%);
  background-image: linear-gradient(90deg, rgb(30, 170, 255) 0%, rgb(0, 63, 152) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  right: 0;
  top: -90px;
  opacity: 0.2;
}
#top-reason .white_box {
  padding: 30px;
}
#top-reason .white_box::before {
  content: "";
  position: absolute;
  left: 0;
  top: -50px;
  width: calc(100% - 60px);
  height: 400px;
  background-size: cover;
  background-image: url(/img/top/top-reason.jpg);
  background-position: left;
  -webkit-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.reason_right {
  width: 100%;
  margin-top: 350px;
}
.reason_right h3 {
  font-size: 24px;
  color: #002c64;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  margin-bottom: 20px;
}

@media only screen and (min-width: 770px) {
  #top-reason .white_box::before {
    width: calc(45% - 20px);
  }
  #top-reason h2 {
    top: -50px;
  }
  .reason_right {
    width: calc(55% - 20px);
    margin-left: calc(45% + 20px);
    margin-top: 0;
  }
  #top-reason .white_box {
    padding: 110px 60px 60px;
  }
}
#top-product {
  position: relative;
  /* 背景画像 */
}
#top-product h2 {
  font-size: 130px;
  font-weight: 700;
  line-height: 0.8;
  font-family: "Inter", serif;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(30, 170, 255)), to(rgb(0, 63, 152)));
  background-image: -webkit-linear-gradient(left, rgb(30, 170, 255) 0%, rgb(0, 63, 152) 100%);
  background-image: linear-gradient(90deg, rgb(30, 170, 255) 0%, rgb(0, 63, 152) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  left: 0;
  top: -100px;
  opacity: 0.1;
}
#top-product h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  padding-bottom: 10px;
  font-weight: 600;
}
#top-product .parallax::before {
  background-image: url(/img/top/top-product.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bk_gradation {
  position: absolute;
  width: calc(100% - 30px);
  height: 100%;
  top: -50px;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: -webkit-gradient(linear, right top, left top, from(#1eaaff), to(#003f98));
  background: -webkit-linear-gradient(right, #1eaaff, #003f98);
  background: linear-gradient(270deg, #1eaaff, #003f98);
  background-size: 200% 200%;
  -webkit-animation: Grad 5s ease infinite;
          animation: Grad 5s ease infinite;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0.9;
}

@-webkit-keyframes Grad {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes Grad {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.sectionInner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 500px;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

.parallax___inner {
  position: relative;
  z-index: 1;
  color: #fff;
  padding-left: 30px;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 100px;
}
.parallax___inner p {
  margin-right: 50px;
}
.parallax___inner .row10 {
  padding-top: 30px;
}
.parallax___inner .row10 .col-2 {
  text-align: center;
}
.parallax___inner .row10 .col-2 img {
  -webkit-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1);
  width: 100%;
}
.parallax___inner .row10 .col-2 p {
  margin-top: 5px;
  color: #fff;
  font-size: 18px;
}

@media only screen and (min-width: 770px) {
  .parallax___inner {
    padding-left: 60px;
  }
  .parallax___inner p {
    margin-right: 0;
  }
  .bk_gradation {
    width: calc(100% - 60px);
  }
}
#top-casestudy {
  padding-top: 100px;
  padding-bottom: 200px;
  position: relative;
}
#top-casestudy h2 {
  font-size: 130px;
  font-weight: 700;
  line-height: 0.8;
  font-family: "Inter", serif;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(30, 170, 255)), to(rgb(0, 63, 152)));
  background-image: -webkit-linear-gradient(left, rgb(30, 170, 255) 0%, rgb(0, 63, 152) 100%);
  background-image: linear-gradient(90deg, rgb(30, 170, 255) 0%, rgb(0, 63, 152) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  right: 0;
  top: 140px;
  opacity: 0.1;
}
#top-casestudy h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  padding-bottom: 10px;
  color: #002c64;
  font-weight: 600;
}

.casestudy_swiper {
  width: 100%;
  height: auto;
}
.casestudy_swiper .swiper-slide {
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  cursor: pointer;
  width: calc(33% - 13px);
  text-align: center;
}
.casestudy_swiper .swiper-slide img {
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}
.casestudy_swiper .swiper-wrapper {
  padding-top: 40px;
  height: auto;
}

.swiper-area .swiper-button-next::after {
  content: ">";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 38px;
  width: 38px;
  line-height: 28px;
  font-size: 12px;
  color: #002c64;
  border: 1px solid #002c64;
}

.swiper-area .swiper-button-next {
  top: -10px;
  right: 0;
  left: auto;
  height: 38px;
  width: 38px;
}

.swiper-area .swiper-button-prev::after {
  content: "<";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 38px;
  width: 38px;
  line-height: 28px;
  font-size: 12px;
  color: #002c64;
  border: 1px solid #002c64;
}

.swiper-area .swiper-button-prev {
  top: -10px;
  right: 50px;
  left: auto;
  height: 38px;
  width: 38px;
}

.swiper-area {
  position: relative;
}

@media only screen and (max-width: 770px) {
  .casestudy_swiper .col_swiper .swiper-slide {
    width: 100%;
  }
  .swiper-area .swiper-button-prev {
    top: 0;
  }
  .swiper-area .swiper-button-next {
    top: 0;
  }
}
#top-about {
  position: relative;
  /* 背景画像の見えている高さ */
  /* 背景画像 */
}
#top-about h2 {
  font-size: 130px;
  font-weight: 700;
  line-height: 0.8;
  font-family: "Inter", serif;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(30, 170, 255)), to(rgb(0, 63, 152)));
  background-image: -webkit-linear-gradient(left, rgb(30, 170, 255) 0%, rgb(0, 63, 152) 100%);
  background-image: linear-gradient(90deg, rgb(30, 170, 255) 0%, rgb(0, 63, 152) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  left: 0;
  top: -100px;
  opacity: 0.2;
}
#top-about h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  padding-bottom: 10px;
  font-weight: 600;
}
#top-about .parallax {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
#top-about .parallax::before {
  background-image: url(/img/top/top-about.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}

#top-news {
  padding-top: 100px;
  padding-bottom: 60px;
  position: relative;
}
#top-news h2 {
  font-size: 130px;
  font-weight: 700;
  line-height: 0.8;
  font-family: "Inter", serif;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(30, 170, 255)), to(rgb(0, 63, 152)));
  background-image: -webkit-linear-gradient(left, rgb(30, 170, 255) 0%, rgb(0, 63, 152) 100%);
  background-image: linear-gradient(90deg, rgb(30, 170, 255) 0%, rgb(0, 63, 152) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  right: 0;
  top: 100px;
  opacity: 0.1;
}
#top-news h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  padding-bottom: 10px;
  color: #002c64;
  font-weight: 600;
}

.top_newsbox .tit_news {
  padding-left: 20px;
  padding-right: 20px;
  width: 220px;
}
.top_newsbox ul {
  margin-top: 30px;
}
.top_newsbox ul li {
  padding: 20px 0;
  border-bottom: solid 1px #cccccc;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.top_newsbox ul li time {
  margin-right: 1em;
}
.top_newsbox ul li span {
  display: inline-block;
  min-width: 90px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding: 0px 5px;
  margin-right: 1em;
}
.top_newsbox ul li:first-child {
  border-top: solid 1px #cccccc;
}

.top_newsbox ul li a:hover {
  text-decoration: underline;
}

.cl-news {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(126, 189, 109)), to(rgb(0, 161, 119)));
  background-image: -webkit-linear-gradient(left, rgb(126, 189, 109) 0%, rgb(0, 161, 119) 100%);
  background-image: linear-gradient(90deg, rgb(126, 189, 109) 0%, rgb(0, 161, 119) 100%);
}

.cl-topics {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(251, 176, 59)), to(rgb(241, 90, 36)));
  background-image: -webkit-linear-gradient(left, rgb(251, 176, 59) 0%, rgb(241, 90, 36) 100%);
  background-image: linear-gradient(90deg, rgb(251, 176, 59) 0%, rgb(241, 90, 36) 100%);
}

.cl-disaster {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(225, 121, 121)), to(rgb(209, 0, 54)));
  background-image: -webkit-linear-gradient(left, rgb(225, 121, 121) 0%, rgb(209, 0, 54) 100%);
  background-image: linear-gradient(90deg, rgb(225, 121, 121) 0%, rgb(209, 0, 54) 100%);
}

@media screen and (max-width: 820px) {
  .top_newsbox .tit_news {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .top_newsbox ul {
    width: 100%;
  }
  .top_newsbox ul li {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
.blog .page_main, .category .page_main, .single .page_main, .error404 .page_main {
  background-position: bottom;
  background-size: cover;
}

.home #footer__box::before, #contact #footer__box::before, .blog #footer__box::before, .single #footer__box::before, .error404 #footer__box::before, .category #footer__box::before {
  content: "";
  background: url(/img/top/w_gradation.png);
  position: absolute;
  width: 100%;
  height: 110px;
  background-repeat: repeat-x;
  background-position: center;
  display: inline-block;
  top: -1px;
  z-index: 1;
}

#top-sns {
  padding-bottom: 30px;
}

@media screen and (max-width: 820px) {
  #top-reason h2 {
    font-size: 70px;
  }
  #top-product h2 {
    font-size: 70px;
  }
  #top-casestudy h2 {
    font-size: 60px;
  }
  #top-about h2 {
    font-size: 70px;
  }
  #top-news h2 {
    font-size: 55px;
  }
}
.imgHead {
  height: 150px;
  background-size: cover;
  background-image: url(/img/common/top_img.jpg);
  background-position: center;
}

.txtHead {
  line-height: 2.4em;
  font-family: "Noto Serif JP", serif;
  position: relative;
  font-weight: 600;
  width: 100%;
  color: #002c64;
  font-size: 30px;
  text-align: center;
  border-bottom: solid 1px #002c64;
  max-width: 900px;
  margin: auto;
}
.txtHead span {
  width: 100%;
  font-weight: 700;
  font-family: "Inter", serif;
  display: block;
  font-size: 55px;
  text-transform: uppercase;
  opacity: 0.1;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(30, 170, 255)), to(rgb(0, 63, 152)));
  background-image: -webkit-linear-gradient(left, rgb(30, 170, 255) 0%, rgb(0, 63, 152) 100%);
  background-image: linear-gradient(90deg, rgb(30, 170, 255) 0%, rgb(0, 63, 152) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.page_main {
  overflow: hidden;
  background-image: url(/img/common/back_movie.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top;
  z-index: -2;
  position: relative;
}

.w_page_inner {
  padding-bottom: 100px;
}

.pick_upBox {
  background: #002c64;
  color: #fff;
  text-align: center;
  padding: 40px 0;
}
.pick_upBox h3 {
  font-size: 25px;
  font-family: "Inter", serif;
  font-weight: 700;
  margin-bottom: 20px;
}
.pick_upBox a {
  color: #fff;
  display: block;
}
.pick_upBox a span {
  overflow: hidden;
  display: block;
}
.pick_upBox a span img {
  -webkit-transition: 1s all;
  transition: 1s all;
}
.pick_upBox a span img:hover {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
  -webkit-transition: 1s all;
  transition: 1s all;
}
.pick_upBox a p {
  text-align: center;
}
.pick_upBox .pick_up {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page_copy {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 70px;
}

@media only screen and (min-width: 768px) {
  .txtHead {
    font-size: 40px;
  }
  .txtHead span {
    font-size: 129px;
  }
}
@media only screen and (min-width: 960px) {
  .imgHead {
    height: 200px;
    margin-top: 0;
  }
}
#reasons .imgHead {
  background-size: cover;
  background-image: url(/img/reasons/top_img.jpg);
  background-position: center;
}

.reasonItem {
  gap: 60px;
  padding-top: 110px;
}
.reasonItem .txtBox {
  width: 100%;
}
.reasonItem .txtBox h4 {
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  position: relative;
  padding-left: 2.5em;
  margin-bottom: 30px;
}
.reasonItem .txtBox h4 span {
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Inter", serif;
  font-size: 85px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(30, 170, 255)), to(rgb(0, 63, 152)));
  background-image: -webkit-linear-gradient(left, rgb(30, 170, 255) 0%, rgb(0, 63, 152) 100%);
  background-image: linear-gradient(90deg, rgb(30, 170, 255) 0%, rgb(0, 63, 152) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.3;
}
.reasonItem figure {
  width: 100%;
  position: relative;
  -webkit-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
.reasonItem figure::after {
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(#1eaaff), to(#003f98));
  background: -webkit-linear-gradient(left, #1eaaff 0%, #003f98 100%);
  background: linear-gradient(90deg, #1eaaff 0%, #003f98 100%);
  width: 100%;
  height: 100%;
  content: "";
  right: -50px;
  top: -8%;
  z-index: -1;
}

.reasonItem:nth-of-type(even) figure::after {
  left: -50px;
  right: auto;
}

@media only screen and (min-width: 770px) {
  .reasonItem .txtBox {
    width: calc(50% - 30px);
  }
  .reasonItem figure {
    width: calc(50% - 30px);
  }
}
#products .imgHead {
  background-size: cover;
  background-image: url(/img/products/top_img.jpg);
  background-position: center;
}
#products .bton__normal {
  margin-top: 20px;
}

.product_box {
  text-align: center;
}
.product_box img {
  -webkit-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
.product_box h3 {
  font-size: 28px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 15px;
}

.gradation_box {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(30, 170, 255)), to(rgb(0, 63, 152)));
  background-image: -webkit-linear-gradient(left, rgb(30, 170, 255) 0%, rgb(0, 63, 152) 100%);
  background-image: linear-gradient(90deg, rgb(30, 170, 255) 0%, rgb(0, 63, 152) 100%);
  padding: 30px 0;
}
.gradation_box h3 {
  font-size: 30px;
  font-family: "Noto Serif JP", serif;
  color: #002c64;
  font-weight: 500;
}
.gradation_box .white_box {
  text-align: center;
  padding: 30px;
}
.gradation_box .white_box ul {
  padding-top: 20px;
}
.gradation_box .white_box li {
  background: #f2f2f2;
  padding: 20px 30px 30px;
}
.gradation_box .white_box li h4 {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  color: #002c64;
  font-weight: 600;
  margin-bottom: 10px;
}
.gradation_box .white_box li p {
  text-align: justify;
}

@media only screen and (min-width: 770px) {
  .gradation_box .white_box {
    padding: 30px 40px;
  }
}
#sintered .imgHead {
  background-size: cover;
  background-image: url(/img/products/top_img_sintered.jpg);
  background-position: center;
}

#hermetic .imgHead {
  background-size: cover;
  background-image: url(/img/products/top_img_hermetic.jpg);
  background-position: center;
}

.img_shadow img {
  -webkit-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.product_list_box {
  padding: 60px 0;
}
.product_list_box h4 {
  border-top: solid 1px #002c64;
  border-bottom: solid 1px #002c64;
  font-family: "Noto Serif JP", serif;
  color: #002c64;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}

.product_list li {
  background: url(/img/products/ico_check.svg) no-repeat left top 4px;
  background-size: 23px 19px;
  padding-left: 30px;
  font-size: 17px;
  margin-top: 0.4em;
}

.upgrade {
  border: solid 1px #002c64;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.upgrade span {
  width: 145px;
  height: 145px;
  border-radius: 50%;
  background: #f7931e;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3em;
}
.upgrade .col-upgrade_01 {
  width: 100%;
}
.upgrade .col-upgrade_01 h4 {
  font-family: "Noto Serif JP", serif;
  color: #002c64;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 10px;
}
.upgrade .col-upgrade_02 {
  width: 100%;
  text-align: center;
}

.gray_box {
  background: #f2f2f2;
  padding: 30px;
  margin-top: 50px;
  text-align: center;
}
.gray_box h4 {
  font-family: "Noto Serif JP", serif;
  color: #002c64;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
}
.gray_box p {
  margin-top: 5px;
}

.product_contact {
  text-align: center;
  margin-top: 60px;
}
.product_contact h5 {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 600;
}
.product_contact .bton__contact {
  margin-top: 20px;
}

.bk__gradation {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgb(255, 255, 255)), to(rgb(236, 244, 255)));
  background-image: -webkit-linear-gradient(bottom, rgb(255, 255, 255) 50%, rgb(236, 244, 255));
  background-image: linear-gradient(0deg, rgb(255, 255, 255) 50%, rgb(236, 244, 255));
}

.product_flow {
  padding: 100px 0;
}
.product_flow h2 {
  font-family: "Noto Serif JP", serif;
  color: #002c64;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}
.product_flow small {
  font-size: 14px;
}

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

.mt50 {
  margin-top: 50px;
}

.flow_product {
  padding-left: 0;
  width: 100%;
}
.flow_product div.flex {
  width: 100%;
}
.flow_product figure {
  width: 100%;
  text-align: center;
}

.flow_product > li {
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
}

.flow_product > li dl dt {
  font-family: "Noto Serif JP", serif;
  color: #002c64;
  font-size: 28px;
  font-weight: 600;
  line-height: 2;
  margin-bottom: 10px;
}

.flow_product > li .icon_product {
  line-height: 1;
  text-align: center;
  width: 120px;
  position: relative;
  margin-top: 0;
  font-weight: 700;
  font-family: "Inter", serif;
  font-size: 60px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(30, 170, 255)), to(rgb(0, 63, 152)));
  background-image: -webkit-linear-gradient(left, rgb(30, 170, 255) 0%, rgb(0, 63, 152) 100%);
  background-image: linear-gradient(90deg, rgb(30, 170, 255) 0%, rgb(0, 63, 152) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.3;
}

.flow_product > li .icon_product::after {
  content: "";
  display: block;
  width: 2px;
  height: calc(100% - 60px);
  background-color: #8095b1;
  position: absolute;
  left: 0;
  right: 0;
  top: 70px;
  margin: auto;
}

.flow_product.flow_last > li:last-child .icon_product::after {
  display: none;
}

.flow_product > li dl dd {
  margin: 0;
  line-height: 2em;
}

.flow_product > li dl {
  width: calc(100% - 120px);
  margin-top: 1em;
}

.box_flow {
  border: solid 1px #002c64;
  padding: 20px 20px 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.box_flow ul {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.box_flow li {
  text-align: center;
  position: relative;
}
.box_flow li p {
  line-height: 1.4em;
  text-align: center;
}
.box_flow li::after {
  content: "";
  position: absolute;
  border-left: 20px solid #808080;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  right: -40px;
  top: 50%;
}
.box_flow li:last-child::after {
  display: none;
}

.ban {
  color: #fff;
  -webkit-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
.ban .ban_inner {
  padding: 20px 20px 50px 20px;
  width: 100%;
  position: relative;
}
.ban .ban_inner h5 {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 10px;
}
.ban .ban_inner p {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}
.ban .ban_inner span {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.ban .image_mouseover {
  overflow: hidden;
  width: 100%;
  height: 100px;
  background: #fff;
}
.ban .image_mouseover img {
  width: 100%;
  display: block;
  -webkit-transition: 1s all;
  transition: 1s all;
}
.ban:hover img {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
  -webkit-transition: 1s all;
  transition: 1s all;
}

.ban_hermetic {
  margin-top: 80px;
}
.ban_hermetic .ban {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(126, 189, 109)), to(rgb(62, 175, 114)));
  background-image: -webkit-linear-gradient(left, rgb(126, 189, 109) 0%, rgb(62, 175, 114) 100%);
  background-image: linear-gradient(90deg, rgb(126, 189, 109) 0%, rgb(62, 175, 114) 100%);
}

.ban_sintered {
  margin-top: 80px;
}
.ban_sintered .ban {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(251, 176, 59)), to(rgb(246, 132, 47)));
  background-image: -webkit-linear-gradient(left, rgb(251, 176, 59) 0%, rgb(246, 132, 47) 100%);
  background-image: linear-gradient(90deg, rgb(251, 176, 59) 0%, rgb(246, 132, 47) 100%);
}

@media only screen and (min-width: 770px) {
  .upgrade .col-upgrade_01 {
    width: calc(55% - 102.5px);
  }
  .upgrade .col-upgrade_02 {
    width: calc(45% - 102.5px);
  }
  .flow_product div.flex {
    width: calc(67% - 20px);
  }
  .flow_product figure {
    width: calc(33% - 20px);
    margin-left: 0;
  }
  .ban .ban_inner {
    width: 45%;
    padding: 25px 20px 20px 40px;
  }
  .ban .image_mouseover {
    width: 55%;
    height: 200px;
  }
}
@media only screen and (max-width: 1073px) {
  .box_flow li::after {
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 20px solid #808080;
    border-bottom: 0;
    right: auto;
    left: 50%;
    bottom: -40px;
    top: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .box_flow li {
    width: 100%;
  }
}
#about .imgHead {
  background-size: cover;
  background-image: url(/img/about/top_img.jpg);
  background-position: center;
}

#message .row30 {
  padding-top: 90px;
}
#message .row30 figure {
  width: 100%;
}
#message .row30 figure img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  -webkit-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
#message .cl-text {
  width: 100%;
}
#message .cl-text h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  color: #002c64;
  font-weight: 600;
  margin-bottom: 25px;
}
#message .cl-text h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  font-weight: 600;
}
#message .cl-text p {
  margin-top: 1em;
}
#message .cl-text .name {
  text-align: right;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 600;
}
#message .gray_box {
  text-align: justify;
  -webkit-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
#message .gray_box .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#message .gray_box .row .col-2 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#message .gray_box .logo {
  max-height: 85px;
  margin-bottom: 10px;
}
#message .gray_box h4 {
  margin-bottom: 0;
}

#philosophy {
  padding: 30px;
}
#philosophy h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}
#philosophy .philosophy_list {
  counter-reset: number;
  display: inline-block;
}
#philosophy .philosophy_list li {
  background-size: 23px 19px;
  padding-left: 50px;
  margin-top: 30px;
  position: relative;
  text-align: left;
}
#philosophy .philosophy_list li:before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  border: solid 1px #fff;
  color: #fff;
  font-family: "Inter", serif;
  font-size: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-weight: 600;
  text-align: center;
}

.bk_blue {
  background: #002c64;
  color: #fff;
  padding: 80px 0;
}

#future {
  text-align: center;
  padding: 80px 0;
}
#future h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: 600;
  color: #002c64;
  margin-bottom: 30px;
}
#future h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
}

#mission {
  padding-bottom: 100px;
}
#mission h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: 600;
  color: #002c64;
  margin-bottom: 30px;
  text-align: center;
}
#mission .mission_01 {
  padding: 50px 0;
  color: #fff;
  position: relative;
}
#mission .mission_01 .mission_width {
  margin-left: 20px;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}
#mission .mission_01 .cl-text {
  width: 100%;
}
#mission .mission_01 .cl-text h3 {
  padding-left: 0.6em;
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 600;
  position: relative;
  margin-bottom: 20px;
}
#mission .mission_01 .cl-text h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  height: 30px;
  width: 5px;
}
#mission .mission_01 .cl-text h4 {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
#mission .mission_01 .cl-iso {
  width: 100%;
  border: solid 1px #fff;
}
#mission .mission_01 .cl-iso .cl-iso_img {
  background: #fff;
  text-align: center;
  padding: 10px 20px;
}
#mission .mission_01 .cl-iso .cl-iso_text {
  padding: 20px;
}
#mission .mission_01 .cl-iso .cl-iso_text ul {
  font-size: 12px;
}
#mission .mission_01::after {
  position: absolute;
  content: "";
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(30, 170, 255)), to(rgb(0, 63, 152)));
  background-image: -webkit-linear-gradient(left, rgb(30, 170, 255) 0%, rgb(0, 63, 152) 100%);
  background-image: linear-gradient(90deg, rgb(30, 170, 255) 0%, rgb(0, 63, 152) 100%);
  right: 0;
  top: 0;
  width: calc(100% - 20px);
  height: 100%;
  z-index: -1;
}
#mission .mission_02 {
  margin-top: 80px;
  color: #fff;
  position: relative;
}
#mission .mission_02 .row {
  position: relative;
}
#mission .mission_02 .row figure {
  position: absolute;
  width: 100%;
  top: -30px;
  left: 0;
}
#mission .mission_02 .row figure img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
#mission .mission_02 .row .cl-text {
  width: 100%;
  margin-top: 320px;
  margin-right: 30px;
  padding: 30px;
}
#mission .mission_02 .row .cl-text h3 {
  padding-left: 0.6em;
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 600;
  position: relative;
  margin-bottom: 20px;
}
#mission .mission_02 .row .cl-text h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  height: 30px;
  width: 5px;
}
#mission .mission_02 .row .cl-text h4 {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
#mission .mission_02::after {
  position: absolute;
  content: "";
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(30, 170, 255)), to(rgb(0, 63, 152)));
  background-image: -webkit-linear-gradient(left, rgb(30, 170, 255) 0%, rgb(0, 63, 152) 100%);
  background-image: linear-gradient(90deg, rgb(30, 170, 255) 0%, rgb(0, 63, 152) 100%);
  left: 0;
  top: 0;
  width: calc(100% - 30px);
  height: 100%;
  z-index: -1;
}
#mission .mission_03 {
  margin-top: 80px;
  color: #fff;
  position: relative;
}
#mission .mission_03 .row {
  position: relative;
}
#mission .mission_03 .row figure {
  position: absolute;
  width: 100%;
  top: -30px;
  right: 0;
}
#mission .mission_03 .row figure span {
  position: relative;
  display: block;
}
#mission .mission_03 .row figure span::before {
  content: "";
  position: absolute;
  background: url(/img/about/ico_woman.png);
  width: 100px;
  height: 100px;
  bottom: 10px;
  left: 10px;
}
#mission .mission_03 .row figure img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
#mission .mission_03 .row .cl-text {
  width: 100%;
  margin-top: 320px;
  margin-left: 30px;
  padding: 30px;
  min-height: 380px;
}
#mission .mission_03 .row .cl-text h3 {
  padding-left: 0.6em;
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 600;
  position: relative;
  margin-bottom: 20px;
}
#mission .mission_03 .row .cl-text h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  height: 30px;
  width: 5px;
}
#mission .mission_03 .row .cl-text h4 {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
#mission .mission_03::after {
  position: absolute;
  content: "";
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(30, 170, 255)), to(rgb(0, 63, 152)));
  background-image: -webkit-linear-gradient(left, rgb(30, 170, 255) 0%, rgb(0, 63, 152) 100%);
  background-image: linear-gradient(90deg, rgb(30, 170, 255) 0%, rgb(0, 63, 152) 100%);
  right: 0;
  top: 0;
  width: calc(100% - 30px);
  height: 100%;
  z-index: -1;
  min-height: 380px;
}

.mission_white_box {
  background: #fff;
  padding: 20px 30px;
  margin-top: 40px;
}
.mission_white_box h4 {
  color: #002c64;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.mission_white_box ol {
  color: #333333;
  font-size: 15px;
  counter-reset: number;
  list-style-type: none !important;
}
.mission_white_box ol li {
  padding: 0.2em 0;
  position: relative;
  padding-left: 1em;
}
.mission_white_box ol li:before {
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  left: 0;
}

.example_box {
  border: solid 1px #fff;
  padding: 10px;
  margin-top: 20px;
}
.example_box dl dt {
  width: 5em;
  font-weight: normal;
}
.example_box dl dd {
  width: calc(100% - 5em);
}
.example_box dl dd span {
  display: block;
  font-size: 18px;
  font-weight: bold;
}
.example_box dl dd p {
  font-size: 15px;
}

#company {
  padding: 80px 0;
  background: #f2f2f2;
}
#company h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: 600;
  color: #002c64;
  margin-bottom: 30px;
  text-align: center;
}
#company .company_dl dt {
  font-weight: normal;
  width: 8em;
  border-bottom: 1px solid #002c64;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
  padding-right: 0;
  padding-left: 0;
}
#company .company_dl dd {
  width: calc(100% - 8em);
  padding-left: 1em;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
  border-bottom: 1px solid #b3b3b3;
  padding-right: 0;
}

.mt_50 {
  margin-top: 50px;
}

.tbl-machine {
  width: 100%;
}
.tbl-machine th {
  background: #002c64;
  border: solid 1px #002c64;
  border-right: solid 1px #fff;
  color: #fff;
  padding: 10px;
  font-weight: normal;
  text-align: center;
}
.tbl-machine .category-td {
  background: #dddddd;
  vertical-align: middle;
  text-align: center;
}
.tbl-machine td {
  border: solid 1px #002c64;
  padding: 10px;
}
.tbl-machine .thead th:last-child {
  border-right: solid 1px #002c64;
}

.equipment_box {
  background: #e1e8ef;
  padding: 30px;
  text-align: center;
  margin-top: 50px;
}

@media screen and (max-width: 640px) {
  .tbl-machine {
    margin-top: 60px;
  }
  .tbl-machine th {
    border: solid 1px #002c64;
  }
  .tbl-machine .thead {
    display: none;
  }
  .tbl-machine tr {
    margin-bottom: 40px;
  }
}
#access {
  padding: 80px 0;
}
#access h2 {
  font-family: "Noto Serif JP", serif;
  color: #002c64;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
#access .row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#access .cl-text h5 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
#access .cl-text h5 span {
  font-size: 14px;
}
#access .cl-text .tit_access {
  font-size: 15px;
  margin-top: 20px;
}
#access .cl-text ul li {
  font-size: 15px;
  line-height: 1.7em;
}
#access .cl-text ul li span {
  color: #002c64;
  font-weight: bold;
}
#access .cl-text ul li ul li {
  padding-left: 1em;
  position: relative;
}
#access .cl-text ul li ul li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.google_map {
  margin-top: 50px;
  text-align: center;
}

.google_map_link {
  display: inline-block;
  color: #002c64;
  font-size: 15px;
  font-weight: bold;
  margin-top: 20px;
}

.google_map_link::before {
  content: "";
  background: url(/img/about/ico_map.svg);
  background-size: 16px;
  width: 16px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  position: relative;
  top: 3px;
  margin-right: 5px;
}

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

@media only screen and (min-width: 770px) {
  #message .cl-text {
    width: calc(100% - 370px);
  }
  #message .row30 figure {
    width: auto;
  }
  #message .row30 figure img {
    width: 310px;
    height: 100%;
  }
  #philosophy {
    padding: 80px;
  }
  #mission .mission_01 .mission_width {
    margin-left: 60px;
    padding-left: 50px;
    padding-right: 50px;
  }
  #mission .mission_01::after {
    width: calc(100% - 60px);
  }
  #mission .mission_01 .cl-text {
    width: calc(55% - 20px);
  }
  #mission .mission_01 .cl-iso {
    width: calc(45% - 20px);
  }
  .mission_white_box {
    padding: 30px 50px;
  }
  #mission .mission_02 .row .cl-text {
    width: calc(53% - 20px);
    margin-left: calc(47% + 20px);
    margin-top: 0;
    margin-right: 60px;
    padding: 50px 50px 40px 0;
  }
  #mission .mission_02 .row figure {
    width: calc(47% - 20px);
  }
  #mission .mission_02::after {
    width: calc(100% - 60px);
  }
  #mission .mission_03 .row .cl-text {
    width: calc(53% - 20px);
    margin-right: calc(47% + 20px);
    margin-top: 0;
    margin-left: 60px;
    padding: 50px 0 40px 50px;
  }
  #mission .mission_03 .row figure {
    width: calc(47% - 20px);
  }
  #mission .mission_03::after {
    width: calc(100% - 60px);
  }
}
#casestudy .imgHead {
  background-size: cover;
  background-image: url(/img/casestudy/top_img.jpg);
  background-position: center;
}

.casestudy_box .cl-text {
  width: 100%;
}
.casestudy_box .cl-text h3 {
  font-size: 23px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 20px;
}
.casestudy_box .cl-text h5 {
  font-size: 18px;
  padding: 5px 10px;
  margin-bottom: 15px;
}
.casestudy_box figure {
  width: 100%;
}
.casestudy_box figure img {
  width: 100%;
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
}

.filter-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.filter-list li {
  width: calc(100% - 6.6666666667px);
  text-align: center;
  background: #fff;
  border-radius: 5px;
  padding: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.filter-list [data-filter=all] {
  border: solid 1px #002c64;
  color: #002c64;
}

.filter-list [data-filter=case_sintered] {
  border: solid 1px #f7931e;
  color: #f7931e;
}

.filter-list [data-filter=case_hermetic] {
  border: solid 1px #4ca63f;
  color: #4ca63f;
}

.filter-list [data-filter=all].is-active {
  background: #002c64;
  color: #fff;
  position: relative;
}
.filter-list [data-filter=all].is-active::before {
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 18px;
  height: 9px;
  background-color: #002c64;
  content: "";
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.filter-list [data-filter=case_sintered].is-active {
  background: #f7931e;
  color: #fff;
  position: relative;
}
.filter-list [data-filter=case_sintered].is-active::before {
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 18px;
  height: 9px;
  background-color: #f7931e;
  content: "";
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.filter-list [data-filter=case_hermetic].is-active {
  background: #4ca63f;
  color: #fff;
  position: relative;
}
.filter-list [data-filter=case_hermetic].is-active::before {
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 18px;
  height: 9px;
  background-color: #4ca63f;
  content: "";
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.filter-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.casestudy_box {
  margin-top: 60px;
  -webkit-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  position: relative;
}
.casestudy_box .row {
  padding: 70px 30px 30px;
}
.casestudy_box .case_hermetic {
  position: absolute;
  top: 30px;
  left: -3px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(126, 189, 109)), to(rgb(0, 161, 119)));
  background-image: -webkit-linear-gradient(left, rgb(126, 189, 109) 0%, rgb(0, 161, 119) 100%);
  background-image: linear-gradient(90deg, rgb(126, 189, 109) 0%, rgb(0, 161, 119) 100%);
  color: #fff;
  min-width: 230px;
  padding: 3px 20px;
}
.casestudy_box .case_sintered {
  position: absolute;
  top: 30px;
  left: -3px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(251, 176, 59)), to(rgb(241, 90, 36)));
  background-image: -webkit-linear-gradient(left, rgb(251, 176, 59) 0%, rgb(241, 90, 36) 100%);
  background-image: linear-gradient(90deg, rgb(251, 176, 59) 0%, rgb(241, 90, 36) 100%);
  color: #fff;
  min-width: 230px;
  padding: 3px 20px;
}
.casestudy_box .work {
  padding: 30px;
}
.casestudy_box .work li:nth-child(2) {
  margin-top: 20px;
}
.casestudy_box .work h5 {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}
.casestudy_box .work h5::before {
  content: "";
  height: 14px;
  width: 14px;
  left: 0;
  top: 9px;
  position: absolute;
}

.filter-item li[data-item=case_hermetic] {
  border: solid 1px #4ca63f;
}
.filter-item li[data-item=case_hermetic] .cl-text h5 {
  border-top: solid 1px #4ca63f;
  border-bottom: solid 1px #4ca63f;
}
.filter-item li[data-item=case_hermetic] .work {
  background: #eaf5e9;
}
.filter-item li[data-item=case_hermetic] .work h5::before {
  background: #4ca63f;
}

.filter-item li[data-item=case_sintered] {
  border: solid 1px #f7931e;
}
.filter-item li[data-item=case_sintered] .cl-text h5 {
  border-top: solid 1px #f7931e;
  border-bottom: solid 1px #f7931e;
}
.filter-item li[data-item=case_sintered] .work {
  background: #fef6ec;
}
.filter-item li[data-item=case_sintered] .work h5::before {
  background: #f7931e;
}

@media only screen and (min-width: 770px) {
  .casestudy_box .cl-text {
    width: calc(52% - 20px);
  }
  .casestudy_box figure {
    width: calc(48% - 20px);
  }
  .casestudy_box .cl-text h3 {
    font-size: 26px;
  }
}
#faq .imgHead {
  background-size: cover;
  background-image: url(/img/faq/top_img.jpg);
  background-position: center;
}
#faq .w_page_inner {
  padding-top: 100px;
}

.faq_box {
  background: #fff;
  -webkit-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
  padding: 40px;
}
.faq_box dt {
  color: #002c64;
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  position: relative;
  padding-left: 30px;
  padding-bottom: 15px;
  border-bottom: solid 1px #002c64;
}
.faq_box dt::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 3px;
  font-family: "Inter", serif;
  color: #0097ca;
  font-size: 25px;
  font-weight: 500;
  line-height: 1em;
}
.faq_box dd {
  position: relative;
  padding-left: 30px;
  margin-top: 15px;
}
.faq_box dd::before {
  content: "A";
  position: absolute;
  left: 0;
  top: 3px;
  font-family: "Inter", serif;
  color: #ee7800;
  font-size: 25px;
  font-weight: 500;
  line-height: 1em;
}

.mainColumn {
  width: calc(100% - 240px);
}
.mainColumn .wp-text-area p {
  margin-bottom: 10px;
}
.mainColumn .wp-text-area .wp-block-image {
  margin-top: 10px !important;
}

.sideColumn {
  width: 200px;
}

.Newstop {
  margin-top: 20px;
}
.Newstop li {
  padding: 20px 0;
  border-bottom: solid 1px #cccccc;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.Newstop li time {
  margin-right: 1em;
}
.Newstop li span {
  display: inline-block;
  min-width: 90px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding: 0px 5px;
  margin-right: 1em;
}
.Newstop li:first-child {
  border-top: solid 1px #cccccc;
}

.Newstop li a:hover {
  text-decoration: underline;
}

.catTopics {
  display: inline-block;
  min-width: 90px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding: 0px 5px;
  margin-right: 1em;
}

.news-inner {
  margin-left: 10px;
  width: calc(100% - 100px);
}

.W900 {
  max-width: 900px;
  margin: auto;
}

#info .newsItem {
  padding-top: 20px;
}
#info .W900 {
  padding: 60px 0 0;
}

.Center {
  font-size: 28px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #002c64;
}

.titSidebar {
  font-size: 20px;
  border-bottom: 1px solid #002c64;
  padding: 0.25em 0.7em;
  color: #002c64;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}

.sideNavi li {
  border-bottom: 1px solid #002c64;
  font-size: 14px;
}

.sideNavi a {
  display: block;
  padding: 1em;
}
.sideNavi a:hover {
  background: #cfe4f4;
}

.page_navi {
  text-align: center;
  margin-top: 50px;
}

.page_navi .page-numbers.current, .page_navi .page-numbers:hover {
  color: #fff;
  background: #002c64;
  border: 1px solid #002c64;
}

.page_navi .page-numbers {
  display: inline-block;
  margin: 3px;
  height: 30px;
  line-height: 28px;
  width: 30px;
  font-size: 12px;
  color: #002c64;
  border: 1px solid #002c64;
}

.titLarge {
  font-size: 25px;
  margin-bottom: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}

.pageNavi {
  border-top: 1px solid #002c64;
  border-bottom: 1px solid #002c64;
  padding: 15px 0;
  margin-top: 30px;
}

.pageNavi li {
  width: 33.33%;
}
.pageNavi li a:hover {
  color: #002c64;
}

.pageNavi li.to-prev {
  text-align: left;
}

.pageNavi li.to-archive {
  text-align: center;
}

.pageNavi li.to-next {
  text-align: right;
}

@media screen and (max-width: 769px) {
  .mainColumn {
    width: 100%;
  }
  .sideColumn {
    width: 100%;
  }
}
#contact .imgHead {
  background-size: cover;
  background-image: url(/img/contact/top_img.jpg);
  background-position: center;
}

.tbl-form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.icoMust {
  position: absolute;
  right: 10px;
  line-height: 1.3em;
  padding: 3px 10px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  background: -webkit-gradient(linear, left top, right top, from(#fbb03b), to(#f15a24));
  background: -webkit-linear-gradient(left, #fbb03b, #f15a24);
  background: linear-gradient(to right, #fbb03b, #f15a24);
}

div.wpcf7 .wpcf7-spinner {
  display: none !important;
}

/* iOSでのボタンのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

input, select, textarea {
  border-radius: 3px;
  border: 1px solid #969696;
  vertical-align: middle;
  cursor: pointer;
  background: transparent;
  margin: 0;
  padding: 0 8px;
  background-color: #fff;
  width: 100%;
  font-size: 15px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #ccc;
  font-size: 14px;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #ccc;
  font-size: 14px;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #ccc;
  font-size: 14px;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #ccc;
  font-size: 14px;
}

input::placeholder, textarea::placeholder {
  color: #ccc;
  font-size: 14px;
}

/* Edge */
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #ccc;
  font-size: 14px;
}

/* IE11 & IE10 */
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #ccc;
  font-size: 14px;
}

input[type=text], input[type=tel], input[type=email], input[type=password] {
  height: 40px;
}

input[type=radio], input[type=checkbox] {
  width: auto;
  margin-right: 0.5em;
  vertical-align: text-top;
}

select {
  z-index: 1;
  line-height: 40px;
  position: relative;
  height: 40px;
}

textarea {
  resize: vertical;
  overflow: hidden;
  -webkit-appearance: none;
}

div.wpcf7 input[type=file] {
  border: none;
  background-color: transparent;
}

.btnSubmit {
  position: relative;
  z-index: 0;
  width: 320px;
  margin: 30px auto;
  background: -webkit-gradient(linear, left top, right top, from(#1eaaff), to(#003f98));
  background: -webkit-linear-gradient(left, #1eaaff, #003f98);
  background: linear-gradient(to right, #1eaaff, #003f98);
}

.btnSubmit::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: -webkit-gradient(linear, left top, right top, from(#003f98), to(#1eaaff));
  background: -webkit-linear-gradient(left, #003f98, #1eaaff);
  background: linear-gradient(to right, #003f98, #1eaaff);
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.btnSubmit:hover::before {
  opacity: 1;
}

.btnSubmit input[type=submit] {
  width: 100%;
  padding: 15px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  background-color: transparent;
}

.tbl-form.tbl dt {
  width: 100%;
  border-bottom: none;
  color: #002c64;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-right: 1em;
  padding-left: 1em;
  position: relative;
  background: #f2f2f2;
}
.tbl-form.tbl dt p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.tbl-form.tbl dd {
  width: 100%;
  padding-top: 0.5em;
  padding-bottom: 1.5em;
  border-bottom: none;
  padding-right: 0;
  padding-left: 0;
}

.wpcf7 form .wpcf7-response-output {
  max-width: 1200px;
  margin: 20px auto 0;
}

@media only screen and (max-width: 1200px) {
  .wpcf7 form .wpcf7-response-output {
    margin: 20px 20px 0;
  }
}
@media only screen and (min-width: 560px) {
  .tbl-form.tbl dt {
    width: 12em;
    border-bottom: 1px solid #002c64;
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    padding-right: 0;
    padding-left: 0;
    background: transparent;
  }
  .tbl-form.tbl dd {
    width: calc(100% - 12em);
    padding-left: 1em;
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    border-bottom: 1px solid #002c64;
    padding-right: 0;
  }
}
#common-sns {
  padding-top: 50px;
  padding-bottom: 30px;
}

.text_link {
  color: #002c64;
  text-decoration: underline;
  cursor: auto;
}

.grecaptcha-badge {
  z-index: 2;
}

.normal_page_space {
  padding: 40px 0;
}
.normal_page_space h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 600;
}

.recruit_pdf {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 0;
  top: 60px;
  z-index: 300;
}
.recruit_pdf a {
  background: #0097ca;
  border-radius: 0 0 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn_entry_side {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 0 20px;
  z-index: 300;
}
.btn_entry_side a {
  background: #ee7800;
  color: #fff;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 10px 10px 0 0;
}

@media screen and (min-width: 770px) {
  .btn_entry_side {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    bottom: 30px;
    right: 0;
    width: 60px;
    padding: 0;
  }
  .btn_entry_side a {
    padding: 20px 10px;
    border-radius: 10px 0 0 10px;
  }
}
/* 
hamburger(ハンバーガーアイコン)
=================================== */
.hamburger {
  position: fixed;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 300;
  background: #002c64;
}

.hamburger__line {
  position: absolute;
  width: 30px;
  height: 2px;
  right: 15px;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.hamburger__line--1 {
  top: 20px;
}

.hamburger__line--2 {
  top: 30px;
}

.hamburger__line--3 {
  top: 40px;
}

/*ハンバーガーがクリックされたら*/
.open .hamburger__line--1 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 29px;
}

.open .hamburger__line--2 {
  opacity: 0;
}

.open .hamburger__line--3 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 29px;
}

/* 
sp-nav(ナビ)
=================================== */
.sp-nav {
  position: fixed;
  top: -100%; /*ハンバーガーがクリックされる前はWindow上部に隠す*/
  left: 0;
  width: 100%; /* 出てくるスライドメニューの幅 */
  height: 80vh;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 200;
  overflow-y: auto;
}
.sp-nav ul {
  font-size: 30px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}
.sp-nav ul li {
  margin: 15px 0;
}
.sp-nav ul a {
  color: #002c64;
}
.sp-nav ul a:hover {
  color: #0097ca;
}

/*ハンバーガーがクリックされたら上からスライド*/
.open .sp-nav {
  top: 0;
}

/* 
black-bg(ハンバーガーメニュー解除用bg)
=================================== */
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 100;
}

/*ハンバーガーメニューが開いたら表示*/
.open .black-bg {
  opacity: 0.3;
  visibility: visible;
}

@media screen and (max-width: 400px) {
  .sp-nav ul {
    font-size: 22px;
  }
}
#top_copy {
  padding-top: 60px;
  padding-bottom: 90px;
  background-image: url(/img/recruit/top_back.jpg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: top;
}

@media screen and (max-width: 1000px) {
  #top_copy {
    background-image: url(/img/recruit/top_back-sp.jpg);
  }
}
.top_visual {
  max-width: 1240px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.W1000 {
  max-width: 1000px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.youtubebox {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtubebox iframe {
  position: absolute;
  border-radius: 20px;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.bk_animation {
  padding: 140px 20px;
  background: url(/img/recruit/animation_back.jpg);
  background-position: 0 0;
  -webkit-animation: bgroop 40s linear infinite;
  animation: bgroop 40s linear infinite;
  position: relative;
}
.bk_animation::before {
  content: "";
  background: url(/img/recruit/wave_top.png);
  position: absolute;
  width: 100%;
  height: 42px;
  background-repeat: repeat-x;
  background-position: center;
  display: inline-block;
  left: 0;
  top: 0;
}
.bk_animation::after {
  content: "";
  background: url(/img/recruit/wave_bottom.png);
  position: absolute;
  width: 100%;
  height: 42px;
  background-repeat: repeat-x;
  background-position: center;
  display: inline-block;
  left: 0;
  bottom: 0;
}
.bk_animation section {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  -webkit-box-shadow: 4px 4px 10px 0px rgba(31, 40, 111, 0.4);
          box-shadow: 4px 4px 10px 0px rgba(31, 40, 111, 0.4);
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.bk_animation section h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 15px;
}

@-webkit-keyframes bgroop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1564px -1564px;
  }
}
@keyframes bgroop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1564px -1564px;
  }
}
#vision .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#vision .row figure {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#vision .row .cl-text {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 770px) {
  #vision .row figure {
    width: calc(32% - 20px);
  }
  #vision .row .cl-text {
    width: calc(68% - 20px);
  }
  .pc_center {
    text-align: center;
  }
}
@media only screen and (max-width: 769px) {
  #vision .row {
    gap: 20px;
  }
  .bk_animation section {
    padding: 30px;
  }
  .bk_animation section h2 {
    margin-bottom: 10px;
    text-align: center;
  }
}
#work {
  margin-top: 50px;
}

.recruit_list {
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.recruit_list li {
  width: calc(50% - 15px);
}
.recruit_list span {
  display: block;
  line-height: 1.2em;
  margin-top: 10px;
  font-size: 15px;
}
.recruit_list span small {
  display: block;
  font-size: 14px;
}

.mt30 {
  margin-top: 30px;
}

.work_category {
  margin-top: 30px;
}
.work_category h3 {
  text-align: center;
  font-size: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
}
.work_category h4 {
  text-align: center;
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}
.work_category .row .col-3 {
  text-align: center;
}
.work_category .row .col-3 p {
  text-align: left;
}

@media only screen and (min-width: 770px) {
  .recruit_list li {
    width: calc(20% - 24px);
  }
}
#benefits {
  margin-top: 50px;
}

#recruit_about {
  padding-top: 60px;
  padding-bottom: 80px;
}
#recruit_about h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 50px;
  text-align: center;
}

.about_li {
  margin-top: 40px;
}
.about_li li {
  position: relative;
  background-color: #f2f2f2;
  border-radius: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  padding-bottom: 40px;
  padding-top: 25px;
  font-family: "Noto Sans JP", sans-serif;
  padding-left: 20px;
  padding-right: 20px;
}
.about_li li i {
  position: relative;
  z-index: 3;
  height: 150px;
}
.about_li li i img {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  transition-property: transform, top;
  transition-property: transform, top, -webkit-transform;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.about_li li .about_li_tit {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
}
.about_li li .about_inner {
  font-weight: bold;
}
.about_li li .about_inner .number {
  line-height: 1em;
  font-size: 90px;
}
.about_li li .about_inner .number_span {
  font-size: 50px;
}
.about_li li .ratio_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #0097ca;
  font-weight: bold;
}
.about_li li .ratio_box span {
  display: block;
  line-height: 1em;
}
.about_li li .ratio_box .ratio_inner {
  position: relative;
  padding-top: 2rem;
}
.about_li li .ratio_box .ratio_inner .ratio_contents {
  position: absolute;
  color: #002c64;
  width: 100%;
  top: 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.about_li li .ratio_box .ratio_inner .number {
  font-size: 84px;
}
.about_li li .ratio_box .number_span {
  font-size: 39px;
}
.about_li li .ratio_box .number_span02 {
  font-size: 54px;
  margin-top: 15px;
  padding: 0 10px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.about_li li:nth-child(1) .about_inner, .about_li li:nth-child(4) .about_inner, .about_li li:nth-child(5) .about_inner, .about_li li:nth-child(7) .about_inner, .about_li li:nth-child(9) .about_inner {
  color: #ee7800;
}
.about_li li:nth-child(2) .about_inner, .about_li li:nth-child(3) .about_inner, .about_li li:nth-child(6) .about_inner, .about_li li:nth-child(8) .about_inner {
  color: #0097ca;
}
.about_li small {
  font-size: 14px;
}
.about_li .ico_click {
  font-weight: bold;
  padding-right: 23px;
  position: relative;
  margin-top: 10px;
}
.about_li .ico_click::after {
  content: "";
  background: url(/img/recruit/click.svg);
  position: absolute;
  right: 0;
  background-size: 20px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  top: 5px;
}
.about_li li:nth-child(1) .about_text, .about_li li:nth-child(4) .about_text, .about_li li:nth-child(5) .about_text, .about_li li:nth-child(7) .about_text, .about_li li:nth-child(9) .about_text {
  background-color: #ee7800;
}
.about_li li:nth-child(2) .about_text, .about_li li:nth-child(3) .about_text, .about_li li:nth-child(6) .about_text, .about_li li:nth-child(8) .about_text {
  background-color: #0097ca;
}
.about_li .about_text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  max-width: 100%;
  overflow: auto;
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 20px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
}
.about_li li:hover .about_text {
  opacity: 1;
}
.about_li li:hover i img {
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

#voice {
  background-image: url(/img/recruit/voice_back.jpg);
  padding-top: 70px;
  padding-bottom: 80px;
}
#voice h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 50px;
  text-align: center;
}

.voice_box .fukidasi .voice_name {
  font-size: 18px;
  font-weight: bold;
}
.voice_box .fukidasi h5 {
  font-size: 22px;
  font-weight: bold;
  color: #fdd000;
  margin-bottom: 5px;
}

.oneArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 1024px;
  margin: 50px auto;
  padding: 0 10px;
}

.oneArea .voice_box {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.oneArea .voice_box:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.oneArea .voice_box:nth-child(n+2) {
  margin-top: 60px;
}

.oneArea .voice_box .imgArea {
  width: 20%;
  position: relative;
}

.oneArea .voice_box .imgArea img {
  max-width: 150px;
  position: absolute;
  border-radius: 50%;
  border: solid 2px #002c64;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.oneArea .voice_box:nth-child(odd) .imgArea img {
  left: 0;
}

.oneArea .voice_box:nth-child(even) .imgArea img {
  right: 0;
}

.oneArea .voice_box .fukiArea {
  width: 80%;
}

.oneArea .voice_box .fukidasi {
  width: 100%;
  position: relative;
  padding: 25px;
  background-color: #002c64;
  color: #fff;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.oneArea .voice_box .fukidasi::before {
  content: "";
  position: absolute;
  display: block;
  top: 50px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 30px 15px 0;
  border-color: transparent #002c64 transparent transparent;
}

.oneArea .voice_box:nth-child(odd) .fukidasi::before {
  left: -20px;
}

.oneArea .voice_box:nth-child(even) .fukidasi::before {
  right: -20px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (max-width: 1024px) {
  .oneArea .voice_box .imgArea img {
    max-width: 70%;
  }
  .oneArea .voice_box .fukidasi {
    padding: 15px;
    font-size: 14px;
  }
  .oneArea .voice_box .fukidasi::before {
    top: 8px;
  }
}
@media screen and (max-width: 420px) {
  .oneArea {
    margin: 30px auto;
  }
  .oneArea .voice_box:nth-child(even) {
    margin-top: 15px;
  }
  .oneArea .voice_box .imgArea {
    width: 30%;
  }
  .oneArea .voice_box .fukiArea {
    width: 70%;
  }
  .oneArea .voice_box .fukidasi {
    padding: 10px 15px;
    font-size: 12px;
  }
}
#person {
  padding-top: 70px;
  padding-bottom: 80px;
}
#person h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 50px;
  text-align: center;
}
#person .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
#person .row figure {
  text-align: center;
}

.person_list {
  font-size: 20px;
  font-weight: bold;
  width: auto;
}
.person_list li {
  padding-left: 1em;
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
}
.person_list li::before {
  content: "";
  height: 13px;
  width: 13px;
  left: 0;
  top: 15px;
  border-radius: 50%;
  position: absolute;
  background: #fdd000;
}

.flow {
  margin-top: 40px;
}
.flow h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 35px;
  text-align: center;
}
.flow ol {
  font-family: "Noto Sans JP", sans-serif;
  counter-reset: number; /*数字をリセット*/
  list-style-type: none !important; /*数字を一旦消す*/
  font-weight: 500;
  gap: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
.flow ol li {
  position: relative;
  width: 100%;
  font-size: 25px;
  background: #f2f2f2;
  border-radius: 10px;
  padding: 30px 50px;
  text-align: center;
}
.flow ol li::before {
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display: inline-block;
  background: #002c64;
  color: #fff;
  font-size: 27px;
  border-radius: 50%;
  top: -20px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.flow ol li::after {
  content: "";
  position: absolute;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 20px solid #fdd000;
  left: 50%;
  bottom: -30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.flow ol li:last-child::after {
  display: none;
}
.flow ol li:nth-child(4) {
  background: #ee7800;
  color: #fff;
  font-size: 35px;
  padding: 30px 40px;
}

@media only screen and (min-width: 976px) {
  .flow h3 {
    font-size: 35px;
  }
  .flow ol li {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 25px;
    padding: 30px 50px;
    width: auto;
  }
  .flow ol li::before {
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .flow ol li::after {
    border-right: none;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 28px solid #fdd000;
    right: -50px;
    top: 50%;
    left: auto;
    bottom: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
#guideline {
  background-image: url(/img/recruit/guideline_back.jpg);
  padding-top: 70px;
  padding-bottom: 80px;
  position: relative;
}
#guideline h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 50px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
  position: relative;
}
#guideline h2::before {
  content: "";
  width: 13.5%;
  height: 239px;
  background-image: url(/img/recruit/guideline_01.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  position: absolute;
  bottom: -50px;
  left: 60px;
}
#guideline h2::after {
  content: "";
  width: 13%;
  height: 220px;
  background-image: url(/img/recruit/guideline_02.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  position: absolute;
  bottom: -40px;
  right: 60px;
}

.guideline_box {
  position: relative;
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  -webkit-box-shadow: 4px 4px 10px 0px rgba(31, 40, 111, 0.4);
          box-shadow: 4px 4px 10px 0px rgba(31, 40, 111, 0.4);
  margin-bottom: 50px;
}
.guideline_box h3 {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: bold;
}
.guideline_box h5 {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: bold;
}

.guideline_tbl dt {
  width: 100%;
  color: #0097ca;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-right: 1em;
  padding-left: 1em;
  position: relative;
  background: #dff7ff;
}
.guideline_tbl dd {
  width: 100%;
  padding-top: 0.5em;
  padding-bottom: 1.5em;
  padding-right: 0;
  padding-left: 0;
}

@media only screen and (min-width: 560px) {
  .guideline_tbl dt {
    width: 7em;
    border-bottom: 1px solid #0097ca;
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    padding-right: 1em;
    padding-left: 0;
    -moz-text-align-last: justify;
         text-align-last: justify;
    background: transparent;
  }
  .guideline_tbl dd {
    width: calc(100% - 7em);
    padding-left: 1em;
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    border-bottom: 1px solid #002c64;
    padding-right: 0;
  }
  .guideline_tbl dl:last-child dt, .guideline_tbl dl:last-child dd {
    border-bottom: none;
  }
}
#recruit footer {
  text-align: center;
}
#recruit .guideline_btn_on {
  padding: 80px 20px 30px;
}
#recruit .guideline_btn_no {
  padding: 40px 20px 30px;
}

.outbound_link {
  gap: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  margin-bottom: 10px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.outbound_link li {
  display: inline-block;
}
.outbound_link li a {
  color: #002c64;
}
.outbound_link li a:hover {
  text-decoration: underline;
}
.outbound_link li::before {
  content: "";
  background: url(/img/recruit/outbound.svg);
  width: 18px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  position: relative;
  top: 1px;
  margin-right: 5px;
}

.btn_entry {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: -50px;
  max-width: 600px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-left: 20px;
  padding-right: 20px;
}
.btn_entry a {
  background: #ee7800;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: bold;
  padding: 20px 30px;
  display: block;
  line-height: 1.4em;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.4);
}
.btn_entry a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

@media screen and (max-width: 768px) {
  #guideline h2::before {
    left: 10px;
  }
  #guideline h2::after {
    right: 10px;
  }
  #recruit_about h2 {
    font-size: 35px;
  }
  .about_li li .about_inner .number {
    font-size: 70px;
  }
  .about_li li .ratio_box .ratio_inner .number {
    font-size: 60px;
  }
  #voice h2 {
    font-size: 35px;
  }
  #person h2 {
    font-size: 35px;
  }
  .flow h3 {
    font-size: 30px;
  }
  #guideline h2 {
    font-size: 35px;
  }
  .outbound_link {
    gap: 10px;
  }
  #recruit .guideline_btn_on {
    padding: 80px 20px 70px;
  }
}
#recruit-sns {
  padding-top: 50px;
}