<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ==========================================================================
リセット
========================================================================== */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

/* HTML5 display definitions
----------------------------------------------------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

/* Links
----------------------------------------------------------------- */
a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
----------------------------------------------------------------- */
abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 1rem;
  line-height: 1;
  margin: 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
----------------------------------------------------------------- */
img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
----------------------------------------------------------------- */
figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
----------------------------------------------------------------- */
button,
input,
optgroup,
select,
textarea {
  outline: none;
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  border: none;
  padding: 0;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/* ==========================================================================
汎用CSS
========================================================================== */
/* サイト全体のフォントサイズや色に関する設定
----------------------------------------------------------------- */
html {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
  vertical-align: baseline;
}
@media screen and (max-width: 896px) {
  html {
    font-size: 14px;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

.osw {
  font-family: "Oswald", sans-serif;
}

.int {
  font-family: "Inter", sans-serif;
}

::-moz-selection {
  color: #fff;
  background-color: #7e7e7e;
}

::selection {
  color: #fff;
  background-color: #7e7e7e;
}

::-moz-selection {
  color: #fff;
  background-color: #7e7e7e;
}

.dp_wrap {
  overflow: hidden;
}

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

p {
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

hr {
  overflow: visible;
  border: 0;
  border-top: 1px solid #e9e9e9;
  text-align: inherit;
  margin: 0 0 0 0;
}

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

table {
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  text-align: left;
  width: 100%;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0;
}

.btn {
  display: block;
  background-color: #0a8ce3;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 10px;
  margin-top: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  font-size: 14px;
  max-width: 200px;
}
@media screen and (max-width: 480px) {
  .btn {
    max-width: none;
  }
}
.btn:before {
  content: "";
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  /*色や形状*/
  background: #0f67b8;
  /*背景色*/
  width: 100%;
  height: 100%;
  /*アニメーション*/
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.btn:hover:before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.btn:hover .arrow2 {
  width: 18px;
}
.btn .text {
  position: relative;
  z-index: 3;
  /*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color: #fff;
}
.btn .arrow1,
.btn .arrow2 {
  position: absolute;
  z-index: 3;
}
.btn .arrow1 {
  right: 20px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  top: 50%;
}
.btn .arrow2 {
  width: 23px;
  height: 2px;
  background-color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%) translateY(1px);
          transform: translateY(-50%) translateY(1px);
  right: 19px;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}
.btn .arrow2:after {
  content: "";
  width: 10px;
  position: absolute;
  height: 2px;
  background-color: #fcbb2a;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.btn.btn_yellow {
  background-color: #fcbb2a;
}
.btn.btn_yellow:before {
  background-color: #e8ab12;
}
.btn.btn_yellow .arrow2:after {
  background-color: #0a8ce3;
}

/* ブレイクポイント
----------------------------------------------------------------- */
.dp_visible_pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  .dp_visible_pc {
    display: none !important;
  }
}

.dp_visible_pctb {
  display: block;
}
@media screen and (max-width: 896px) {
  .dp_visible_pctb {
    display: none !important;
  }
}

.dp_visible_tb {
  display: none !important;
}
@media screen and (max-width: 896px) {
  .dp_visible_tb {
    display: block !important;
  }
}

.dp_visible_sp {
  display: none !important;
}
@media screen and (max-width: 480px) {
  .dp_visible_sp {
    display: block !important;
  }
}

.dp_visible_tbonly {
  display: none !important;
}
@media screen and (max-width: 896px) {
  .dp_visible_tbonly {
    display: block !important;
  }
}
@media screen and (max-width: 480px) {
  .dp_visible_tbonly {
    display: none !important;
  }
}

/* ページタイトル
----------------------------------------------------------------- */
.dp_page_title {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 543px;
  position: relative;
}
@media screen and (max-width: 896px) {
  .dp_page_title {
    margin-top: 0;
    height: 270px;
  }
}
.dp_page_title .dp_page_title_inner {
  position: absolute;
  left: 130px;
  bottom: 100px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 896px) {
  .dp_page_title .dp_page_title_inner {
    margin-top: 30px;
    left: 80px;
  }
}
@media screen and (max-width: 480px) {
  .dp_page_title .dp_page_title_inner {
    left: 40px;
  }
}
.dp_page_title .dp_page_title_inner .dp_page_title_jp {
  color: #fff;
  font-size: 16px;
}
.dp_page_title .dp_page_title_inner .dp_page_title_en {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 66px;
  line-height: 1;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .dp_page_title .dp_page_title_inner .dp_page_title_en {
    font-size: 36px;
  }
}
.dp_page_title .bar {
  width: 32px;
  height: 137px;
  background-color: #0a8ce3;
  position: absolute;
  bottom: 80px;
  left: 0;
}
@media screen and (max-width: 480px) {
  .dp_page_title .bar {
    width: 14px;
  }
}

/* パンくずリスト
----------------------------------------------------------------- */
.dp_breadcrumb,
.dp_breadcrumb_ft {
  background-color: #292929;
  font-size: 12px;
  line-height: 43px;
  padding-left: 50px;
}
@media screen and (max-width: 896px) {
  .dp_breadcrumb,
  .dp_breadcrumb_ft {
    font-size: 10px;
  }
}
@media screen and (max-width: 480px) {
  .dp_breadcrumb,
  .dp_breadcrumb_ft {
    padding-left: 10px;
  }
}
.dp_breadcrumb ul,
.dp_breadcrumb_ft ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 896px) {
  .dp_breadcrumb ul,
  .dp_breadcrumb_ft ul {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
.dp_breadcrumb ul li,
.dp_breadcrumb_ft ul li {
  color: #c6c6c6;
  white-space: nowrap;
}
.dp_breadcrumb ul li a,
.dp_breadcrumb_ft ul li a {
  color: #c6c6c6;
}
.dp_breadcrumb ul li:first-child img,
.dp_breadcrumb_ft ul li:first-child img {
  width: 18px;
  vertical-align: text-top;
}
@media screen and (max-width: 896px) {
  .dp_breadcrumb ul li:first-child img,
  .dp_breadcrumb_ft ul li:first-child img {
    width: 9px;
    vertical-align: middle;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
.dp_breadcrumb ul li:nth-child(n+2),
.dp_breadcrumb_ft ul li:nth-child(n+2) {
  padding-left: 16px;
  position: relative;
}
.dp_breadcrumb ul li:nth-child(n+2):before,
.dp_breadcrumb_ft ul li:nth-child(n+2):before {
  content: "";
  width: 3px;
  height: 3px;
  border: 0px;
  border-top: solid 1px #7e7e7e;
  border-right: solid 1px #7e7e7e;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 5px;
  bottom: 0;
  margin: auto;
}

.dp_breadcrumb_ft ul {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* セクション
----------------------------------------------------------------- */
.dp_sec_small {
  padding: 1rem 0;
}

.dp_sec_medium {
  padding: 2.5rem 0;
}

.dp_sec_large {
  padding: 3.75rem 0;
}
@media screen and (max-width: 480px) {
  .dp_sec_large {
    padding: 2.5rem 0;
  }
}

.dp_sec_xlarge {
  padding: 5rem 0;
}
@media screen and (max-width: 480px) {
  .dp_sec_xlarge {
    padding: 3.75rem 0;
  }
}

.dp_sec_xxlarge_remove_top {
  padding: 0 0 6.25rem;
}
@media screen and (max-width: 480px) {
  .dp_sec_xxlarge_remove_top {
    padding: 0 0 3.75rem;
  }
}

/* ナビ
----------------------------------------------------------------- */
.dp_page_nav {
  margin-top: 2rem;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
@media screen and (max-width: 896px) {
  .dp_page_nav {
    border-top: none;
    border-bottom: none;
    margin-top: 0;
  }
}
.dp_page_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (max-width: 896px) {
  .dp_page_nav ul {
    display: block;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 480px) {
  .dp_page_nav ul {
    width: 98%;
    padding-bottom: 0;
  }
}
.dp_page_nav ul li {
  margin: 0 0.6rem;
}
@media screen and (max-width: 896px) {
  .dp_page_nav ul li {
    text-align: left;
    padding-left: 1rem;
    border-bottom: 1px solid #e9e9e9;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.dp_page_nav ul li a {
  display: block;
  color: #000;
  line-height: 3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.dp_page_nav ul li a:before {
  content: "";
  width: 8px;
  height: 2px;
  background-color: #fcbb2a;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.7rem;
}
.dp_page_nav ul li a:hover {
  color: #0a8ce3;
}

.dp_page_nav_tag {
  margin: auto;
}
.dp_page_nav_tag ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  text-align: center;
}
.dp_page_nav_tag ul li {
  display: inline-block;
  background-color: #fcbb2a;
  margin: 2px;
}
.dp_page_nav_tag ul li a {
  display: block;
  color: #fff;
  line-height: 3;
  padding: 0 3rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.dp_page_nav_tag ul li a:hover {
  opacity: 0.7;
}

.dp_related_nav {
  background-color: #f6f6f6;
  padding: 3.75rem 0;
}
@media screen and (max-width: 480px) {
  .dp_related_nav {
    padding: 2.5rem 0;
  }
}
.dp_related_nav h4 {
  color: #0a8ce3;
  border-left: 4px solid #0a8ce3;
  line-height: 1.5;
  padding-left: 0.75rem;
}
.dp_related_nav .dp_related_tmb {
  position: relative;
}
.dp_related_nav .dp_related_tmb p {
  text-align: center;
  color: #0a8ce3;
  background-color: #fff;
  background-image: url(/resource/images/ico_arrow_right_main.svg);
  background-size: 10px auto;
  background-position: center right 1.375rem;
  background-repeat: no-repeat;
  font-size: 14px;
  font-weight: 700;
  line-height: 3.375;
}
.dp_related_nav .dp_related_tmb a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.dp_related_nav .dp_related_tmb a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

/* コンテナーボックス
----------------------------------------------------------------- */
.dp_container,
.dp_container_small,
.dp_container_large,
.dp_container_xlarge,
.dp_container_xxlarge {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}
@media screen and (max-width: 480px) {
  .dp_container,
  .dp_container_small,
  .dp_container_large,
  .dp_container_xlarge,
  .dp_container_xxlarge {
    padding-left: 8%;
    padding-right: 8%;
  }
}

.dp_container {
  max-width: 960px;
}

.dp_container_small {
  max-width: 720px;
}

.dp_container_large {
  max-width: 1120px;
}

.dp_container_xlarge {
  max-width: 1224px;
}

.dp_container_xxlarge {
  max-width: 1320px;
}

/* メールフォーム
----------------------------------------------------------------- */
.dp_form_wrap table {
  font-size: 16px;
}
.dp_form_wrap table tr {
  border-bottom: 1px solid #e9e9e9;
}
.dp_form_wrap table tr:first-child {
  border-top: 1px solid #e9e9e9;
}
.dp_form_wrap table tr:last-child th {
  border-bottom: 1px solid #003366;
}
.dp_form_wrap table tr th, .dp_form_wrap table tr td {
  padding: 1.25rem 0;
}
@media screen and (max-width: 896px) {
  .dp_form_wrap table tr th, .dp_form_wrap table tr td {
    display: block;
  }
}
.dp_form_wrap table tr th {
  font-weight: 700;
  text-align: left;
  vertical-align: top;
  position: relative;
  width: 33.3333333334%;
}
@media screen and (max-width: 896px) {
  .dp_form_wrap table tr th {
    padding: 1.25rem 0 0;
    width: 100%;
  }
}
.dp_form_wrap table tr th.dp_form_required:after {
  content: "必須";
  display: inline-block;
  background-color: #003366;
  border-radius: 10px;
  color: #fff;
  font-size: 10px;
  line-height: 2;
  padding: 0 1rem;
  position: absolute;
  top: 2rem;
  right: 2rem;
}
@media screen and (max-width: 896px) {
  .dp_form_wrap table tr th.dp_form_required:after {
    right: 0;
  }
}
.dp_form_wrap table tr td {
  padding-left: 1rem;
}
@media screen and (max-width: 896px) {
  .dp_form_wrap table tr td {
    padding: 0.5rem 0 1.25rem 0;
  }
}
.dp_form_wrap table tr td label {
  cursor: pointer;
}

.dp_radio,
.dp_checkbox {
  display: inline-block;
  border: 3px solid #d4d4d4;
  margin: -0.25rem 0.5rem 0 0;
  height: 1.5rem;
  width: 1.5rem;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.dp_radio:not(:disabled),
.dp_checkbox:not(:disabled) {
  cursor: pointer;
}

.dp_radio {
  border-radius: 50%;
}
.dp_radio:checked {
  border: 7px solid #fcbb2a;
}

.dp_checkbox {
  background-color: #fff;
}
.dp_checkbox:checked:before {
  content: "✔";
  color: #fcbb2a;
  font-size: 2rem;
  line-height: 0;
}

.dp_input,
.dp_textarea {
  display: inline-block;
  background-color: #edf1f4;
  border: none;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  vertical-align: middle;
  padding: 0.25rem 0.5rem;
  max-width: 480px;
  width: 100%;
}
@media screen and (max-width: 896px) {
  .dp_input,
  .dp_textarea {
    max-width: 100%;
  }
}

.dp_input {
  height: 40px;
}

.dp_form_privacy {
  background-color: #edf1f4;
  margin-top: 2.5rem;
  padding: 2.5rem;
}
@media screen and (max-width: 480px) {
  .dp_form_privacy {
    padding: 2rem 5%;
  }
}
.dp_form_privacy h4 {
  background-color: transparent !important;
}
.dp_form_privacy .dp_form_privacy_panel {
  background-color: #fff;
  border: 1px solid #d4d4d4;
  font-size: 14px;
  max-width: 850px;
  height: 180px;
  margin-top: 1rem;
  padding: 1.5rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  resize: both;
}
.dp_form_privacy dt {
  font-weight: normal;
}
.dp_form_privacy .req {
  display: inline-block;
  background-color: #003366;
  border-radius: 10px;
  color: #fff;
  font-size: 10px;
  line-height: 2;
  padding: 0 1rem;
  font-weight: bold;
  vertical-align: middle;
  margin-left: 5px;
}

/* グリッド
----------------------------------------------------------------- */
.dp_grid_small,
.dp_grid_medium,
.dp_grid_large,
.dp_grid_collapse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.dp_grid_small &gt; * {
  margin-left: 1.4%;
}
.dp_grid_small &gt; *:first-child {
  margin-left: 0;
}
.dp_grid_small .dp_grid_5_clm, .dp_grid_small .dp_grid_5_clm_sp {
  width: 19.2%;
}
.dp_grid_small .dp_grid_4_clm {
  width: 24.25%;
}
.dp_grid_small .dp_grid_3_clm {
  width: 32.4%;
}
.dp_grid_small .dp_grid_2_clm {
  width: 49%;
}
@media screen and (max-width: 480px) {
  .dp_grid_small &gt; * {
    margin-top: 1rem;
    margin-left: 0;
  }
  .dp_grid_small &gt; *:first-child {
    margin-top: 0;
  }
  .dp_grid_small .dp_grid_5_clm, .dp_grid_small .dp_grid_4_clm, .dp_grid_small .dp_grid_3_clm, .dp_grid_small .dp_grid_2_clm {
    width: 100%;
  }
  .dp_grid_small .dp_grid_5_clm_sp {
    width: 48%;
    margin-top: 0;
  }
  .dp_grid_small .dp_grid_5_clm_sp:nth-child(n+3) {
    margin-top: 1rem;
  }
  .dp_grid_small .dp_grid_5_clm_sp:nth-child(odd) {
    margin-right: 4%;
  }
}

.dp_grid_medium &gt; * {
  margin-left: 4%;
}
.dp_grid_medium &gt; *:first-child {
  margin-left: 0;
}
.dp_grid_medium .dp_grid_3_clm {
  width: 30.6666666667%;
}
.dp_grid_medium .dp_grid_2_clm {
  width: 48%;
}
@media screen and (max-width: 480px) {
  .dp_grid_medium &gt; * {
    margin-top: 2rem;
    margin-left: 0;
  }
  .dp_grid_medium &gt; *:first-child {
    margin-top: 0;
  }
  .dp_grid_medium .dp_grid_3_clm, .dp_grid_medium .dp_grid_2_clm {
    width: 100%;
  }
}

.dp_grid_large &gt; * {
  margin-left: 6%;
}
.dp_grid_large &gt; *:first-child {
  margin-left: 0;
}
.dp_grid_large .dp_grid_3_clm {
  width: 29.3333333333%;
}
.dp_grid_large .dp_grid_2_clm {
  width: 47%;
}
@media screen and (max-width: 480px) {
  .dp_grid_large &gt; * {
    margin-top: 3rem;
    margin-left: 0;
  }
  .dp_grid_large &gt; *:first-child {
    margin-top: 0;
  }
  .dp_grid_large .dp_grid_3_clm, .dp_grid_large .dp_grid_2_clm {
    width: 100%;
  }
}

.dp_grid_collapse .dp_grid_5_clm {
  width: 20%;
}
.dp_grid_collapse .dp_grid_4_clm {
  width: 25%;
}
.dp_grid_collapse .dp_grid_3_clm {
  width: 33.3333333334%;
}
.dp_grid_collapse .dp_grid_2_clm {
  width: 50%;
}
@media screen and (max-width: 480px) {
  .dp_grid_collapse .dp_grid_5_clm, .dp_grid_collapse .dp_grid_4_clm, .dp_grid_collapse .dp_grid_3_clm, .dp_grid_collapse .dp_grid_2_clm {
    width: 100%;
  }
}

.dp_grid_pdf:nth-child(n+6) {
  margin-top: 30px;
}
.dp_grid_pdf:nth-of-type(6n) {
  margin-left: 0 !important;
}

.row_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.row_reverse.dp_grid_large &gt; * {
  margin-right: 6%;
  margin-left: 0;
}
.row_reverse.dp_grid_large &gt; *:first-child {
  margin-right: 0;
}

/* フレックスボックス
----------------------------------------------------------------- */
.dp_flex_small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -1%;
}
@media screen and (max-width: 480px) {
  .dp_flex_small {
    display: block;
  }
}

.dp_flex_small_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -1%;
}

.dp_flex_small &gt; *,
.dp_flex_small_flex &gt; * {
  margin: 1%;
}
.dp_flex_small .dp_flex_2_clm,
.dp_flex_small_flex .dp_flex_2_clm {
  width: 48%;
}
@media screen and (max-width: 480px) {
  .dp_flex_small .dp_flex_2_clm,
  .dp_flex_small_flex .dp_flex_2_clm {
    width: 98%;
  }
}
.dp_flex_small .dp_flex_3_clm,
.dp_flex_small_flex .dp_flex_3_clm {
  width: 31.3333333334%;
}
@media screen and (max-width: 480px) {
  .dp_flex_small .dp_flex_3_clm,
  .dp_flex_small_flex .dp_flex_3_clm {
    width: 48%;
  }
}

/* リスト
----------------------------------------------------------------- */
.dp_list_number {
  counter-reset: number;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.dp_list_number li {
  position: relative;
  padding-left: 1.5rem;
}
.dp_list_number li:before {
  content: counter(number) ".";
  counter-increment: number;
  position: absolute;
  display: inline-block;
  margin-left: -1.5rem;
}

.dp_list_number_divider {
  counter-reset: number;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.dp_list_number_divider li {
  border-bottom: 1px solid #e9e9e9;
  position: relative;
  padding-left: 2.5rem;
  padding-bottom: 1rem;
  margin-top: 1rem;
}
.dp_list_number_divider li:before {
  content: counter(number);
  counter-increment: number;
  position: absolute;
  display: inline-block;
  color: #0a8ce3;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-weight: 700;
  margin-left: -2rem;
}

.dp_list_dot li {
  text-indent: -1em;
  margin-left: 1em;
}
.dp_list_dot li:before {
  content: "・";
  color: #fcbb2a;
  font-weight: 700;
}

/* テーブル
----------------------------------------------------------------- */
.dp_tb_pattern1 tr {
  border-bottom: 1px solid #e9e9e9;
}
.dp_tb_pattern1 tr:first-child {
  border-top: 1px solid #e9e9e9;
}
.dp_tb_pattern1 tr th, .dp_tb_pattern1 tr td {
  padding: 1rem;
}
@media screen and (max-width: 480px) {
  .dp_tb_pattern1 tr th, .dp_tb_pattern1 tr td {
    line-height: 1.7;
  }
}
.dp_tb_pattern1 tr th {
  font-weight: 700;
  text-align: center;
  vertical-align: top;
  width: 30%;
}
@media screen and (max-width: 480px) {
  .dp_tb_pattern1 tr th {
    text-align: left;
  }
}

.dp_tb_pattern2 {
  border: 1px solid #e9e9e9;
}
@media screen and (max-width: 480px) {
  .dp_tb_pattern2 tr {
    border-top: 1px solid #e9e9e9;
  }
  .dp_tb_pattern2 tr:first-child {
    border: none;
  }
}
.dp_tb_pattern2 tr th, .dp_tb_pattern2 tr td {
  border: 1px solid #e9e9e9;
  padding: 1rem 1.5rem;
}
@media screen and (max-width: 480px) {
  .dp_tb_pattern2 tr th, .dp_tb_pattern2 tr td {
    display: block;
    border: none;
    line-height: 1.7;
  }
}
.dp_tb_pattern2 tr th {
  color: #0a8ce3;
  background-color: #f6f6f6;
  font-weight: 700;
  text-align: center;
  vertical-align: top;
  width: 30%;
}
@media screen and (max-width: 480px) {
  .dp_tb_pattern2 tr th {
    width: 100%;
    padding: 1rem 0;
  }
}
.dp_tb_pattern2 tr td dl {
  margin: 0;
}
.dp_tb_pattern2 tr td dl dt {
  color: #fcbb2a;
  font-weight: 700;
  float: left;
  width: 50px;
  min-width: 50px;
}
.dp_tb_pattern2 tr td dl dd {
  margin-left: 50px;
}

.dp_tb_pattern3 {
  overflow: auto;
}
@media screen and (max-width: 480px) {
  .dp_tb_pattern3 {
    max-height: 445px;
  }
}
.dp_tb_pattern3::-webkit-scrollbar {
  width: 8px;
  background: #e9e9e9;
}
.dp_tb_pattern3::-webkit-scrollbar:horizontal {
  height: 8px;
  background: #e9e9e9;
}
.dp_tb_pattern3::-webkit-scrollbar-thumb {
  background: #0a8ce3;
  border-radius: 4px;
}
.dp_tb_pattern3::-webkit-scrollbar-thumb:horizontal {
  background: #0a8ce3;
  border-radius: 4px;
}
.dp_tb_pattern3 table {
  width: 100%;
  min-width: 720px;
}
.dp_tb_pattern3 table th, .dp_tb_pattern3 table td {
  border: solid 1px #d4d4d4;
  padding: 1rem 1.5rem;
  text-align: center;
  font-weight: 700;
}
.dp_tb_pattern3 table th {
  color: #0a8ce3;
  background-color: #e9e9e9;
}
.dp_tb_pattern3 table td {
  font-weight: 400;
  padding: 0.5rem 1.5rem;
}
.dp_tb_pattern3 table .first {
  background-color: #f6f6f6;
  font-weight: 700;
}

/* スクロール
----------------------------------------------------------------- */
.dp_scroll_anchor {
  display: block;
  -webkit-transform: translateY(-90px);
          transform: translateY(-90px);
}
@media screen and (max-width: 896px) {
  .dp_scroll_anchor {
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
  }
}
/* モーダルウィンドウ
----------------------------------------------------------------- */
.dp_modal {
  display: none;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

.dp_modal_bg {
  background: rgba(0, 0, 0, 0.7);
  height: 100vh;
  width: 100%;
}

.dp_modal_content {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 80%;
  max-width: 720px;
}
@media screen and (max-width: 1024px) {
  .dp_modal_content {
    width: 90%;
  }
}

.dp_modal_content_inner {
  position: relative;
}
.dp_modal_content_inner .dp_modal_close {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 0;
  position: absolute;
  top: -1.5rem;
  right: 0;
}

.dp_modal_open {
  display: block;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.dp_modal_open:hover {
  opacity: 0.7;
}
.dp_modal_open:before {
  content: "+";
  display: block;
  color: #0a8ce3;
  background-color: #fff;
  width: 1rem;
  height: 1rem;
  text-align: center;
  line-height: 0.8;
  padding: 0.25rem;
  position: absolute;
  top: 2px;
  left: 2px;
}

/* 背景
----------------------------------------------------------------- */
.dp_bg_white {
  background-color: #fff !important;
}

.dp_bg_whitesmoke {
  background-color: #f6f6f6 !important;
}

.dp_bg_lightgray {
  background-color: #e9e9e9 !important;
}

.dp_bg_silver {
  background-color: #d4d4d4 !important;
}

.dp_bg_gray {
  background-color: #7e7e7e !important;
}

.dp_bg_black {
  background-color: #000 !important;
}

.dp_bg_main {
  background-color: #0a8ce3 !important;
}

.dp_bg_sub {
  background-color: #fcbb2a !important;
}

.dp_bg_hover {
  background-color: #11172d !important;
}

.dp_bg_darkblue {
  background-color: #0f67b8 !important;
}

/* ボタン
----------------------------------------------------------------- */
.dp_btn_main,
.dp_btn_main_white {
  text-align: center;
  max-width: 290px;
}
.dp_btn_main a, .dp_btn_main button,
.dp_btn_main_white a,
.dp_btn_main_white button {
  display: block;
  color: #fff;
  background-color: #0a8ce3;
  background-image: url(/resource/images/ico_arrow_white.svg);
  background-size: 6px auto;
  background-position: center right 1.375rem;
  background-repeat: no-repeat;
  font-size: 14px;
  font-weight: 700;
  line-height: 4.5;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.dp_btn_main a:hover, .dp_btn_main button:hover,
.dp_btn_main_white a:hover,
.dp_btn_main_white button:hover {
  background-color: #11172d;
}

.dp_btn_main_white a, .dp_btn_main_white button {
  color: #0a8ce3;
  background-color: #fff;
  background-image: url(/resource/images/ico_arrow_main.svg);
}
.dp_btn_main_white a:hover, .dp_btn_main_white button:hover {
  color: #fff;
  background-image: url(/resource/images/ico_arrow_white.svg);
}

.dp_btn_card,
.dp_btn_card_tmb {
  border: 4px solid #e9e9e9;
  padding: 2rem 2.5rem;
  position: relative;
}
@media screen and (max-width: 896px) {
  .dp_btn_card,
  .dp_btn_card_tmb {
    padding: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .dp_btn_card,
  .dp_btn_card_tmb {
    padding: 1.5rem;
  }
}
.dp_btn_card h5,
.dp_btn_card_tmb h5 {
  margin-bottom: 0.5rem;
}
.dp_btn_card p,
.dp_btn_card_tmb p {
  color: #7e7e7e;
}
.dp_btn_card p span,
.dp_btn_card_tmb p span {
  color: #fcbb2a;
}
.dp_btn_card a,
.dp_btn_card_tmb a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.dp_btn_card a:hover,
.dp_btn_card_tmb a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.dp_btn_card_tmb {
  border: 1px solid #e9e9e9;
  padding: 0;
}
.dp_btn_card_tmb p {
  font-size: 14px;
}
.dp_btn_card_tmb p span {
  color: #fcbb2a;
}

.dp_btn_pdf {
  text-align: left;
  line-height: 1;
  text-indent: -2.2em;
  padding-left: 2.2em;
}
.dp_btn_pdf a::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 35px;
  vertical-align: middle;
  background: url(/resource/images/ico_pdf.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: 0.45em;
}
.dp_btn_pdf a span {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.2;
  position: relative;
  top: -0.5rem;
}
.dp_btn_pdf:hover {
  opacity: 0.6;
}

/* カード
----------------------------------------------------------------- */
.dp_card_small,
.dp_card_medium {
  border: 1px solid #e9e9e9;
}

.dp_card_small {
  padding: 1rem;
}

.dp_card_medium {
  padding: 2.5rem;
}

.dp_card_pattern1 {
  border: 1px solid rgba(10, 140, 227, 0.2);
}
.dp_card_pattern1 .dp_card_head {
  background-color: rgba(10, 140, 227, 0.2);
  text-align: center;
  padding: 2rem 1rem;
}
.dp_card_pattern1 .dp_card_head h4 {
  color: #0a8ce3;
}
.dp_card_pattern1 .dp_card_txt {
  padding: 2.5rem;
}
.dp_card_pattern1 .dp_card_txt_small {
  padding: 1.5rem;
}

.dp_card_pattern2 {
  border: 4px solid #fcbb2a;
  padding: 1.5rem;
  text-align: center;
}
.dp_card_pattern2 h4 {
  color: #fcbb2a;
  font-size: 30px;
}
.dp_card_pattern2 h4 span {
  display: block;
  font-size: 16px;
  margin-bottom: 0.5rem;
}
.dp_card_pattern2 h5 {
  font-size: 20px;
  margin-top: 1.5rem;
}
.dp_card_pattern2 p {
  text-align: left;
  margin-top: 1rem;
}

/* テキスト
----------------------------------------------------------------- */
.dp_txt_english {
  font-family: "Oswald", sans-serif;
}

.dp_txt_bold {
  font-weight: 700;
}

.dp_txt_small {
  font-size: 14px;
}

.dp_txt_large {
  font-size: 20px;
}

.dp_txt_link {
  color: #0a8ce3;
  text-decoration: underline;
}
.dp_txt_link:hover {
  color: #11172d;
  text-decoration: none;
}

.dp_txt_center {
  text-align: center !important;
}

.dp_txt_left {
  text-align: left !important;
}

.dp_txt_right {
  text-align: right !important;
}

.dp_txt_white {
  color: #fff !important;
}

.dp_txt_whitesmoke {
  color: #f6f6f6 !important;
}

.dp_txt_lightgray {
  color: #e9e9e9 !important;
}

.dp_txt_silver {
  color: #d4d4d4 !important;
}

.dp_txt_gray {
  color: #7e7e7e !important;
}

.dp_txt_black {
  color: #000 !important;
}

.dp_txt_main {
  color: #0a8ce3 !important;
}

.dp_txt_sub {
  color: #fcbb2a !important;
}

.dp_txt_hover {
  color: #11172d !important;
}

.dp_txt_darkblue {
  color: #0f67b8 !important;
}

h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

.dp_ttl_main_bg {
  background-color: #0a8ce3;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3.75rem 5%;
}
@media screen and (max-width: 480px) {
  .dp_ttl_main_bg {
    padding: 2.5rem 5%;
  }
}

.dp_ttl_main {
  border-left: 5px solid #003366;
  font-weight: bold;
  padding: 0.8rem 0 0.8rem 2.5rem;
}
@media screen and (max-width: 896px) {
  .dp_ttl_main {
    padding: 0.5rem 0 0.5rem 1.5rem;
  }
}
.dp_ttl_main .en {
  font-size: 50px;
  line-height: 1.2;
  text-align: left;
}
.dp_ttl_main .ja {
  margin-top: 0.5em;
  font-size: 18px;
  font-weight: normal;
}
.dp_ttl_main span {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.dp_ttl_sub {
  color: #003366;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 0.5rem;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1rem;
}
@media screen and (max-width: 480px) {
  .dp_ttl_sub {
    font-size: 18px;
  }
}

.dp_txt_tel {
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 896px) {
  .dp_txt_tel {
    font-size: 30px;
  }
}
.dp_txt_tel img {
  margin-right: 0.25rem;
  width: 21px;
  vertical-align: baseline;
}
@media screen and (max-width: 896px) {
  .dp_txt_tel img {
    width: 14px;
  }
}
.dp_txt_tel a[href^="tel:"] {
  color: #263364;
  display: inline-block;
  pointer-events: none;
}
@media screen and (max-width: 480px) {
  .dp_txt_tel a[href^="tel:"] {
    pointer-events: auto;
  }
  .dp_txt_tel a[href^="tel:"]:hover {
    color: #11172d;
  }
}
.dp_txt_tel .fax {
  font-size: 24px;
  color: #263364;
  margin-left: 2rem;
}
@media screen and (max-width: 480px) {
  .dp_txt_tel .fax {
    display: block;
    margin-top: 10px;
    margin-left: 0;
  }
}

/* マージン
----------------------------------------------------------------- */
.dp_margin_auto {
  margin: auto;
}

.dp_margin_remove {
  margin: 0 !important;
}

.dp_margin_remove_top {
  margin-top: 0 !important;
}

.dp_margin_xsmall_top {
  margin-top: 10px;
}

.dp_margin_small_top {
  margin-top: 1rem;
}

.dp_margin_medium_top {
  margin-top: 2.5rem;
}
@media screen and (max-width: 480px) {
  .dp_margin_medium_top {
    margin-top: 2rem;
  }
}

.dp_margin_large_top {
  margin-top: 3.75rem;
}
@media screen and (max-width: 480px) {
  .dp_margin_large_top {
    margin-top: 3rem;
  }
}

.dp_margin_xlarge_top {
  margin-top: 5rem;
}
@media screen and (max-width: 480px) {
  .dp_margin_xlarge_top {
    margin-top: 3.75rem;
  }
}

.dp_margin_xxlarge_top {
  margin-top: 8rem;
}
@media screen and (max-width: 480px) {
  .dp_margin_xxlarge_top {
    margin-top: 5.75rem;
  }
}

/* パディング
----------------------------------------------------------------- */
.dp_padding_remove {
  padding: 0 !important;
}

.dp_padding_small {
  padding: 1rem;
}

.dp_padding_medium {
  padding: 2.5rem;
}

.dp_padding_large {
  padding: 3.75rem;
}
@media screen and (max-width: 480px) {
  .dp_padding_large {
    padding: 2.5rem;
  }
}

/* ==========================================================================
ヘッダー
========================================================================== */
header {
  position: fixed;
  height: 90px;
  width: 100%;
  z-index: 100;
  top: 0;
  left: 0;
}

.dp_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: white;
}
@media screen and (max-width: 896px) {
  .dp_header {
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .dp_header {
    height: 65px;
  }
}

.dp_header_logo {
  position: relative;
  max-width: 360px;
  width: 100%;
}
@media screen and (max-width: 1300px) {
  .dp_header_logo {
    max-width: 270px;
  }
}
@media screen and (max-width: 896px) {
  .dp_header_logo {
    max-width: 300px;
    width: 43vw;
  }
}
@media screen and (max-width: 550px) {
  .dp_header_logo {
    width: 175px;
  }
}
@media screen and (max-width: 480px) {
  .dp_header_logo {
    width: 122px;
  }
}
.dp_header_logo h1 {
  position: relative;
  height: 100%;
  width: 100%;
}
.dp_header_logo h1 a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  padding: 5px 5% 5px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.dp_header_logo h1 a:hover {
  opacity: 0.75;
}
.dp_header_logo h1 a img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 480px) {
  .dp_header_logo h1 a .pconly {
    display: none;
  }
}

/* PC版メニュー
----------------------------------------------------------------- */
.dp_header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 70%;
  text-align: center;
  font-size: 0.875rem;
}
@media screen and (max-width: 1024px) {
  .dp_header_nav {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 896px) {
  .dp_header_nav {
    min-width: auto;
  }
}
@media screen and (max-width: 480px) {
  .dp_header_nav {
    min-width: 144px;
  }
}
.dp_header_nav .dp_header_nav_global {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.dp_header_nav .dp_header_nav_global ul.dp_header_nav_pattern2_main,
.dp_header_nav .dp_header_nav_global ul.dp_header_nav_pattern2_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  line-height: 1;
}
.dp_header_nav .dp_header_nav_global ul.dp_header_nav_pattern2_main li a,
.dp_header_nav .dp_header_nav_global ul.dp_header_nav_pattern2_sub li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.dp_header_nav .dp_header_nav_global ul.dp_header_nav_pattern2_main li a:hover,
.dp_header_nav .dp_header_nav_global ul.dp_header_nav_pattern2_sub li a:hover {
  color: #0a8ce3;
}
.dp_header_nav .dp_header_nav_global ul.dp_header_nav_pattern2_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-right: 10px;
}
.dp_header_nav .dp_header_nav_global ul.dp_header_nav_pattern2_main li {
  cursor: pointer;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 15px;
}
@media screen and (max-width: 1300px) {
  .dp_header_nav .dp_header_nav_global ul.dp_header_nav_pattern2_main li {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.dp_header_nav .dp_header_nav_global ul.dp_header_nav_pattern2_main li:hover {
  color: #0a8ce3;
}
.dp_header_nav .dp_header_nav_global ul.dp_header_nav_pattern2_main li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
@media screen and (max-width: 1300px) {
  .dp_header_nav .dp_header_nav_global ul.dp_header_nav_pattern2_main li a {
    font-size: 13px;
  }
}
@media screen and (max-width: 1024px) {
  .dp_header_nav .dp_header_nav_global ul.dp_header_nav_pattern2_main li:last-child a {
    padding-right: 20px;
  }
}
.dp_header_nav .dp_header_nav_global ul.dp_header_nav_pattern2_main .sub {
  position: absolute;
  left: 0;
  top: -185px;
  width: 100%;
  background-color: #e5eaef;
  padding-top: 54px;
  padding-bottom: 53px;
  z-index: -1;
  cursor: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.dp_header_nav .dp_header_nav_global ul.dp_header_nav_pattern2_main .sub.show {
  top: 100%;
}
.dp_header_nav .dp_header_nav_global ul.dp_header_nav_pattern2_main .sub .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dp_header_nav .dp_header_nav_global ul.dp_header_nav_pattern2_main .sub .title {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  text-align: left;
  color: #000 !important;
}
.dp_header_nav .dp_header_nav_global ul.dp_header_nav_pattern2_main .sub .title .en {
  font-size: 44px;
  font-weight: bold;
}
.dp_header_nav .dp_header_nav_global ul.dp_header_nav_pattern2_main .sub .title .ja {
  font-size: 16px;
}
.dp_header_nav .dp_header_nav_global ul.dp_header_nav_pattern2_main .sub .title .ja:after {
  content: "";
  width: 37px;
  height: 3px;
  background-color: #0a8ce3;
  display: block;
  margin-top: 15px;
}
.dp_header_nav .dp_header_nav_global ul.dp_header_nav_pattern2_main .sub nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  width: 100%;
}
.dp_header_nav .dp_header_nav_global ul.dp_header_nav_pattern2_main .sub ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.dp_header_nav .dp_header_nav_global ul.dp_header_nav_pattern2_main .sub ul li {
  -ms-flex-preferred-size: calc(31.75% - 20px);
      flex-basis: calc(31.75% - 20px);
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #d1d9e0;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 10px;
  line-height: 3;
}
.dp_header_nav .dp_header_nav_global ul.dp_header_nav_pattern2_main .sub ul li:not(:nth-child(3n)) {
  margin-right: 20px;
}
.dp_header_nav .dp_header_nav_global ul.dp_header_nav_pattern2_main .sub ul li:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  background-image: url(../images/arrow_nav.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 4px;
  height: 8px;
}
.dp_header_nav .dp_header_nav_global ul.dp_header_nav_pattern2_main .sub ul li a {
  display: block;
  width: 100%;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
}
.dp_header_nav .dp_header_nav_global ul.dp_header_nav_pattern2_main .sub ul li a:hover {
  background-color: #fff;
}
.dp_header_nav .dp_header_nav_global ul.dp_header_nav_pattern2_main .sub ul li.nowrap {
  white-space: nowrap;
}
.dp_header_nav .dp_header_nav_global ul.dp_header_nav_pattern2_main .sub ul li.nowrap a {
  padding-right: 45px;
}
.dp_header_nav .dp_header_nav_global ul.dp_header_nav_pattern2_sub {
  font-size: 10px;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .dp_header_nav .dp_header_nav_global ul.dp_header_nav_pattern2_sub {
    margin-top: 15px;
  }
}
.dp_header_nav .dp_header_nav_global ul.dp_header_nav_pattern2_sub li:after {
  content: "｜";
  margin: 0 15px;
}
@media screen and (max-width: 1024px) {
  .dp_header_nav .dp_header_nav_global ul.dp_header_nav_pattern2_sub li:after {
    margin: 0 10px;
  }
}
.dp_header_nav .dp_header_nav_global ul.dp_header_nav_pattern2_sub li:last-child {
  margin-right: 30px;
}
@media screen and (max-width: 1024px) {
  .dp_header_nav .dp_header_nav_global ul.dp_header_nav_pattern2_sub li:last-child {
    margin-right: 20px;
  }
}
.dp_header_nav .dp_header_nav_global ul.dp_header_nav_pattern2_sub li:last-child:after {
  content: "";
  display: none;
}
.dp_header_nav .dp_header_nav_global ul.dp_header_nav_pattern2_sub li a {
  color: #7e7e7e;
}
.dp_header_nav .dp_header_nav_global .dp_dropdown {
  position: relative;
}
@media (orientation: landscape) and (max-device-width: 1024px) {
  .dp_header_nav .dp_header_nav_global .dp_dropdown &gt; a {
    pointer-events: none;
  }
}
.dp_header_nav .dp_header_nav_global .dp_dropdown ul.dp_dropdown_nav {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  transform: translate(-50%, 100%) scale(1, 0);
  -webkit-transform: translate(-50%, 100%) scale(1, 0);
  -ms-transform: translate(-50%, 100%) scale(1, 0);
  overflow: hidden;
  -webkit-transition: 0.5s 0.1s;
  transition: 0.5s 0.1s;
}
.dp_header_nav .dp_header_nav_global .dp_dropdown ul.dp_dropdown_nav li {
  width: 100%;
  background-color: #fff;
  line-height: 1.6;
  font-size: 13px;
}
.dp_header_nav .dp_header_nav_global .dp_dropdown ul.dp_dropdown_nav li a {
  padding: 10px 20px;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.dp_header_nav .dp_header_nav_global .dp_dropdown ul.dp_dropdown_nav.dp_dropdown_open {
  overflow: visible;
  transform: translate(-50%, 100%) scale(1, 1);
  -webkit-transform: translate(-50%, 100%) scale(1, 1);
  -ms-transform: translate(-50%, 100%) scale(1, 1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.dp_header_nav .dp_header_nav_global .dp_dropdown ul.dp_dropdown_nav.dp_dropdown_open a {
  opacity: 1;
  -webkit-transition: 0.3s 0.2s;
  transition: 0.3s 0.2s;
}
.dp_header_nav .dp_header_nav_global .dp_dropdown .dp_dropdown_arrow::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #0a8ce3;
  border-right: 1px solid #0a8ce3;
  transform: rotate(135deg) translateY(50%);
  -webkit-transform: rotate(135deg) translateY(50%);
  margin-left: 0.6125em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.dp_header_nav .dp_header_nav_global .dp_dropdown:hover .dp_dropdown_arrow::after {
  border-top: 1px solid #fcbb2a;
  border-right: 1px solid #fcbb2a;
}
.dp_header_nav .dp_header_nav_contact {
  width: 27%;
  max-width: 320px;
  line-height: 90px;
}
@media screen and (max-width: 1300px) {
  .dp_header_nav .dp_header_nav_contact {
    width: 22%;
  }
}
@media screen and (max-width: 896px) {
  .dp_header_nav .dp_header_nav_contact {
    margin-right: 96px;
    max-width: none;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .dp_header_nav .dp_header_nav_contact {
    line-height: 65px;
    margin-right: 65px;
  }
}
.dp_header_nav .dp_header_nav_contact ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.dp_header_nav .dp_header_nav_contact ul li:nth-child(1) {
  width: 60%;
}
@media screen and (max-width: 896px) {
  .dp_header_nav .dp_header_nav_contact ul li:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-flex-preferred-size: 146px;
        flex-basis: 146px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .dp_header_nav .dp_header_nav_contact ul li:nth-child(1) {
    display: none;
  }
}
.dp_header_nav .dp_header_nav_contact ul li:nth-child(2) {
  width: 40%;
}
@media screen and (max-width: 896px) {
  .dp_header_nav .dp_header_nav_contact ul li:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: auto;
  }
}
@media screen and (max-width: 896px) and (max-width: 480px) {
  .dp_header_nav .dp_header_nav_contact ul li:nth-child(2) {
    padding-right: 0;
  }
}
@media screen and (max-width: 896px) {
  .dp_header_nav .dp_header_nav_contact ul li:nth-child(2) a {
    background-color: transparent !important;
    color: #000;
  }
}
@media screen and (max-width: 480px) {
  .dp_header_nav .dp_header_nav_contact ul li:nth-child(2) a {
    color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.dp_header_nav .dp_header_nav_contact ul li a {
  display: block;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 15px;
  width: 100%;
}
.dp_header_nav .dp_header_nav_contact ul li a.contact:before {
  content: "";
  width: 20px;
  height: 15px;
  background-image: url(../images/icon_contact.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.dp_header_nav .dp_header_nav_contact ul li:first-child a {
  background-color: #fcbb2a;
}
.dp_header_nav .dp_header_nav_contact ul li:first-child a:hover {
  background-color: #11172d;
}
.dp_header_nav .dp_header_nav_contact ul li:last-child {
  color: #fff;
  height: 90px;
  overflow: hidden;
}
@media screen and (max-width: 896px) {
  .dp_header_nav .dp_header_nav_contact ul li:last-child {
    color: #000 !important;
    margin-right: 20px;
  }
}
@media screen and (max-width: 480px) {
  .dp_header_nav .dp_header_nav_contact ul li:last-child {
    margin-right: 0;
  }
}
.dp_header_nav .dp_header_nav_contact ul li:last-child a {
  display: inline;
  color: #fff;
}
@media screen and (max-width: 896px) {
  .dp_header_nav .dp_header_nav_contact ul li:last-child a {
    color: #000 !important;
  }
}
@media screen and (max-width: 480px) {
  .dp_header_nav .dp_header_nav_contact ul li:last-child a {
    color: #fff !important;
  }
}
.dp_header_nav .dp_header_nav_contact ul li:last-child .wrap {
  background-color: #0a8ce3;
  display: block;
  font-size: 15px;
}
@media screen and (max-width: 896px) {
  .dp_header_nav .dp_header_nav_contact ul li:last-child .wrap {
    background-color: transparent;
  }
}
@media screen and (max-width: 480px) {
  .dp_header_nav .dp_header_nav_contact ul li:last-child .wrap {
    background-color: #fcbb2a !important;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 480px) {
  .dp_header_nav .dp_header_nav_contact ul li:last-child .wrap span {
    display: inline-block;
    background-color: #fcbb2a !important;
    color: #fff;
  }
}
.dp_header_nav .dp_header_nav_contact ul li:last-child .wrap .current {
  opacity: 0.5;
}
/* ドロワーメニュー
----------------------------------------------------------------- */
.dp_toggle {
  display: block;
  width: 96px;
  height: 90px;
  background-image: url(../images/menu_open.svg);
  -webkit-transition: background-image 0.1s linear;
  transition: background-image 0.1s linear;
  background-size: contain;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
}
@media screen and (max-width: 480px) {
  .dp_toggle {
    width: 65px;
    height: 65px;
    background-size: cover;
  }
}

body.open {
  overflow: hidden;
}
body.open .dp_toggle {
  background-image: url(../images/menu_close.svg);
}

.dp_drawer {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
}
.dp_drawer .dp_drawer_body {
  position: absolute;
  height: calc(100% - 90px);
  margin-top: 90px;
  background-color: #e5eaef;
  width: 80vw;
  right: 0;
  padding: 80px 10%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
}
@media screen and (max-width: 480px) {
  .dp_drawer .dp_drawer_body {
    height: calc(100% - 65px);
    margin-top: 65px;
  }
}
.dp_drawer .dp_drawer_body ul.dp_drawer_nav_main {
  position: relative;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 50px;
}
.dp_drawer .dp_drawer_body ul.dp_drawer_nav_main &gt; li {
  border-bottom: 1px solid #dbdbdb;
}
.dp_drawer .dp_drawer_body ul.dp_drawer_nav_main li {
  font-size: 1.14rem;
  line-height: 1.6;
}
.dp_drawer .dp_drawer_body ul.dp_drawer_nav_main li a {
  color: #000;
  padding: 1.875em 10%;
  display: block;
  position: relative;
}
@media screen and (max-width: 480px) {
  .dp_drawer .dp_drawer_body ul.dp_drawer_nav_main li a {
    padding: 1.375em 10%;
  }
}
.dp_drawer .dp_drawer_body ul.dp_drawer_nav_main li a:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 45%;
  right: 5%;
}
.dp_drawer .dp_drawer_body ul.dp_drawer_nav_main li .dp_drawer_accordion {
  width: 100%;
}
.dp_drawer .dp_drawer_body ul.dp_drawer_nav_main li .dp_drawer_accordion .dp_drawer_accordion_btn {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 1.875em 10%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 480px) {
  .dp_drawer .dp_drawer_body ul.dp_drawer_nav_main li .dp_drawer_accordion .dp_drawer_accordion_btn {
    padding: 1.375em 10%;
  }
}
.dp_drawer .dp_drawer_body ul.dp_drawer_nav_main li .dp_drawer_accordion .dp_drawer_accordion_btn::before, .dp_drawer .dp_drawer_body ul.dp_drawer_nav_main li .dp_drawer_accordion .dp_drawer_accordion_btn::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background-color: #0a8ce3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.dp_drawer .dp_drawer_body ul.dp_drawer_nav_main li .dp_drawer_accordion .dp_drawer_accordion_btn::before {
  top: 48%;
  right: 4.5%;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.dp_drawer .dp_drawer_body ul.dp_drawer_nav_main li .dp_drawer_accordion .dp_drawer_accordion_btn::after {
  top: 48%;
  right: 4.5%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.dp_drawer .dp_drawer_body ul.dp_drawer_nav_main li .dp_drawer_accordion .dp_drawer_accordion_btn.close::before {
  -webkit-transform: rotate(0deg) translateX(5px);
          transform: rotate(0deg) translateX(5px);
  opacity: 0;
}
.dp_drawer .dp_drawer_body ul.dp_drawer_nav_main li .dp_drawer_accordion .dp_drawer_accordion_btn.close::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.dp_drawer .dp_drawer_body ul.dp_drawer_nav_main li .dp_drawer_accordion .dp_drawer_accordion_content {
  display: none;
  padding-bottom: 1em;
}
.dp_drawer .dp_drawer_body ul.dp_drawer_nav_main li .dp_drawer_accordion .dp_drawer_accordion_content li {
  margin: 0;
  border-bottom: none;
}
.dp_drawer .dp_drawer_body ul.dp_drawer_nav_main li .dp_drawer_accordion .dp_drawer_accordion_content li a {
  font-size: 0.8125rem;
  line-height: 1.4;
  padding-top: 1em;
  padding-right: 10%;
  padding-bottom: 1em;
  padding-left: calc(10% + 1.25em);
}
.dp_drawer .dp_drawer_body ul.dp_drawer_nav_main li .dp_drawer_accordion .dp_drawer_accordion_content li a:after {
  content: "";
  width: 4px;
  height: 4px;
  border: 0px;
  border-top: solid 1px #0a8ce3;
  border-right: solid 1px #0a8ce3;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 45%;
  right: 5%;
}
.dp_drawer .dp_drawer_body ul.dp_drawer_nav_sub li {
  margin-bottom: 20px;
}
.dp_drawer .dp_drawer_body ul.dp_drawer_nav_sub li a {
  color: #979797;
  padding: 1.875em 10%;
  font-size: 12px;
}
.dp_drawer .dp_drawer_body .switch {
  padding: 1.375em 10%;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.overlay.show {
  opacity: 1;
  visibility: visible;
}

/* ==========================================================================
フッター
========================================================================== */
footer {
  background-color: #000;
  padding-top: 5rem;
}

.dp_footer {
  border-bottom: 1px solid #333333;
  padding-bottom: 60px;
}
@media screen and (max-width: 896px) {
  .dp_footer &gt; .dp_grid_medium {
    display: block;
  }
}

.footer_l {
  color: #fff;
  -ms-flex-preferred-size: 230px;
      flex-basis: 230px;
  margin-right: 3%;
}
@media screen and (max-width: 896px) {
  .footer_l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 60px;
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .footer_l {
    display: block;
  }
}
@media screen and (max-width: 896px) {
  .footer_l &gt; div {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media screen and (max-width: 480px) {
  .footer_l &gt; div {
    text-align: center;
  }
}
@media screen and (max-width: 896px) {
  .footer_l &gt; div:nth-child(1) {
    padding-right: 30px;
  }
}
@media screen and (max-width: 480px) {
  .footer_l &gt; div:nth-child(1) {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.footer_l ul li {
  font-size: 12px;
}
.footer_l .logo {
  width: 206px;
}
@media screen and (max-width: 896px) {
  .footer_l .btn {
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .footer_l .btn {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 896px) {
  .footer_l .btn_yellow {
    margin-top: 10px;
  }
}

/* メニュー
----------------------------------------------------------------- */
.footer_nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 0;
}
.footer_nav a {
  color: #fff;
}
.footer_nav nav {
  width: 100%;
}
.footer_nav nav .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 480px) {
  .footer_nav nav .flex {
    display: block;
  }
}
.footer_nav .footer_nav_main .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .footer_nav .footer_nav_main .flex &gt; li {
    border-bottom: 1px solid #6b6b6b;
  }
}
.footer_nav .footer_nav_main .flex &gt; li &gt; a {
  font-size: 14px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .footer_nav .footer_nav_main .flex &gt; li &gt; a {
    font-size: 16px;
    padding: 15px 25px;
    display: block;
    color: #aeaeae;
    pointer-events: none;
  }
}
.footer_nav .footer_nav_main .flex &gt; li span {
  display: none;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 480px) {
  .footer_nav .footer_nav_main .flex &gt; li span {
    display: block;
  }
}
.footer_nav .footer_nav_main .flex &gt; li span:before, .footer_nav .footer_nav_main .flex &gt; li span:after {
  position: absolute;
  content: "";
  background-color: #0a8ce3;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.footer_nav .footer_nav_main .flex &gt; li span:before {
  width: 1px;
  height: 12px;
}
.footer_nav .footer_nav_main .flex &gt; li span:after {
  width: 12px;
  height: 1px;
}
.footer_nav .footer_nav_main .flex &gt; li.open &gt; a span:before {
  opacity: 0;
}
.footer_nav .footer_nav_main .flex &gt; li .sub {
  margin-top: 10px;
}
@media screen and (max-width: 480px) {
  .footer_nav .footer_nav_main .flex &gt; li .sub {
    display: none;
    border-top: 1px solid #6b6b6b;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.footer_nav .footer_nav_main .flex &gt; li .sub li a {
  font-size: 13px;
  color: #999999;
}
@media screen and (max-width: 480px) {
  .footer_nav .footer_nav_main .flex &gt; li .sub li a {
    padding: 10px 25px;
    display: block;
  }
}
.footer_nav .footer_nav_sub .flex {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 480px) {
  .footer_nav .footer_nav_sub .flex {
    border-bottom: 1px solid #6b6b6b;
    padding-bottom: 30px;
  }
}
.footer_nav .footer_nav_sub .flex li {
  margin-right: 10%;
}
@media screen and (max-width: 480px) {
  .footer_nav .footer_nav_sub .flex li a {
    padding: 10px 25px;
    display: block;
    font-size: 11px;
    color: #999999;
  }
}

/* コピーライト
----------------------------------------------------------------- */
.dp_copyright {
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  text-align: right;
  padding: 0.85rem 0;
  color: #999999;
}

/* ページトップに戻るボタン
----------------------------------------------------------------- */
a#pagetop {
  line-height: 0;
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 100;
}
a#pagetop img {
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
  width: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a#pagetop:hover img {
  opacity: 0.7;
}

/* ==========================================================================
トップページ
========================================================================== */
/* スライドショー
----------------------------------------------------------------- */
.dp_idx_slide_wrap {
  margin-top: 90px;
  width: 100%;
  height: calc(80vh - 20px);
  height: calc(var(--vh) * 80 - 20px);
  max-height: 920px;
  min-height: 480px;
  position: relative;
  border-bottom: 20px solid #292929;
  /*=== 9-1-2 丸が動いてスクロールを促す ====*/
  /*スクロールダウン全体の場所*/
  /*下からの距離が変化して丸の全体が上から下に動く*/
  /*上から下にかけて丸が透過→不透明→透過する*/
}
@media screen and (max-width: 896px) {
  .dp_idx_slide_wrap {
    height: calc(100vh - 90px - 20px);
    height: calc(var(--vh) * 100 - 90px - 20px);
    max-height: 934px;
  }
}
@media screen and (max-width: 480px) {
  .dp_idx_slide_wrap {
    height: calc(100vh - 65px - 20px);
    height: calc(var(--vh) * 100 - 65px - 20px);
    max-height: 602px;
    margin-top: 65px;
  }
}
@media screen and (max-width: 480px) {
  .dp_idx_slide_wrap .dp_idx_slide_items {
    display: none;
  }
}
.dp_idx_slide_wrap ul {
  position: relative;
  height: 100%;
}
.dp_idx_slide_wrap ul &gt; div {
  height: 100%;
}
.dp_idx_slide_wrap ul &gt; div &gt; div {
  height: 100%;
}
.dp_idx_slide_wrap .dp_idx_slide_catch {
  z-index: 1;
  position: absolute;
  left: 65px;
  bottom: 45%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  max-width: 693px;
}
@media screen and (max-width: 896px) {
  .dp_idx_slide_wrap .dp_idx_slide_catch {
    left: 55px;
    bottom: 35%;
  }
}
@media screen and (max-width: 480px) {
  .dp_idx_slide_wrap .dp_idx_slide_catch {
    width: 80%;
    top: auto;
    bottom: 20%;
    -webkit-transform: none;
            transform: none;
    left: 25px;
  }
}
.dp_idx_slide_wrap .dp_idx_slide_catch img {
  max-width: 100%;
}
.dp_idx_slide_wrap .scrolldown2 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  bottom: 0px;
  right: 50px;
  /*Scrollテキストの描写*/
  /* 丸の描写 */
  /* 線の描写 */
}
@media screen and (max-width: 480px) {
  .dp_idx_slide_wrap .scrolldown2 {
    right: 15px;
  }
}
.dp_idx_slide_wrap .scrolldown2 span {
  /*描画位置*/
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-46%);
          transform: translateX(-46%);
  bottom: 56px;
  /*テキストの形状*/
  color: #eee;
  font-size: 14px;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.dp_idx_slide_wrap .scrolldown2 span a {
  color: #fff;
}
.dp_idx_slide_wrap .scrolldown2:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: -4px;
  /*丸の形状*/
  width: 9px;
  height: 9px;
  background: #eee;
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
  -webkit-animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
          animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
.dp_idx_slide_wrap .scrolldown2:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: 0;
  /*線の形状*/
  width: 1px;
  height: 50px;
  background: #eee;
}
@-webkit-keyframes circlemove {
  0% {
    bottom: 45px;
  }
  100% {
    bottom: -5px;
  }
}
@keyframes circlemove {
  0% {
    bottom: 45px;
  }
  100% {
    bottom: -5px;
  }
}
@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.dp_idx_slide_wrap .bar {
  position: absolute;
  left: -32px;
  bottom: 45%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  background-color: #0a8ce3;
  width: 32px;
  height: 350px;
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
}
@media screen and (max-width: 896px) {
  .dp_idx_slide_wrap .bar {
    width: 19px;
    left: -19px;
    bottom: 35%;
    height: 274px;
  }
}
@media screen and (max-width: 480px) {
  .dp_idx_slide_wrap .bar {
    width: 13px;
    height: 146px;
    top: auto;
    -webkit-transform: none;
            transform: none;
    bottom: 20%;
  }
}
.dp_idx_slide_wrap .bar.show {
  left: 0;
}
.dp_idx_slide_wrap .matrix .bg-wrap,
.dp_idx_slide_wrap .matrix .bg-wrap .inn {
  display: block;
}
.dp_idx_slide_wrap .matrix .bg-wrap {
  overflow: hidden;
  opacity: 0;
}
.dp_idx_slide_wrap .matrix .bg-wrap + .bg-wrap {
  margin-top: 10px;
}
.dp_idx_slide_wrap .matrix .bg-wrap .inn {
  color: #fff;
  line-height: 1;
  text-align: left;
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 100);
          transform: matrix(1, 0, 0, 1, 0, 100);
  -webkit-transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.dp_idx_slide_wrap .matrix .bg-wrap .inn.large {
  font-size: 36px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .dp_idx_slide_wrap .matrix .bg-wrap .inn.large {
    font-size: 4vw;
  }
}
.dp_idx_slide_wrap .matrix .bg-wrap .inn.xlarge {
  font-size: 88px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .dp_idx_slide_wrap .matrix .bg-wrap .inn.xlarge {
    font-size: 10vw;
    margin-bottom: 20px;
  }
}
.dp_idx_slide_wrap .matrix .bg-wrap .inn.xsmall {
  font-size: 13px;
}
@media screen and (max-width: 480px) {
  .dp_idx_slide_wrap .matrix .bg-wrap .inn.xsmall {
    font-size: 2vw;
  }
}
.dp_idx_slide_wrap .matrix .bg-wrap .inn.small {
  font-size: 15px;
}
@media screen and (max-width: 480px) {
  .dp_idx_slide_wrap .matrix .bg-wrap .inn.small {
    font-size: 2vw;
  }
}
.dp_idx_slide_wrap .matrix.is-animated .bg-wrap {
  opacity: 1;
}
.dp_idx_slide_wrap .matrix.is-animated .bg-wrap .inn {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
          transform: matrix(1, 0, 0, 1, 0, 0);
}

.slick-dotted.slick-slider {
  margin: 0 auto !important;
}

/* お知らせ2（リストタイプ）
----------------------------------------------------------------- */
.dp_idx_news_list_wrap {
  padding-top: 5rem;
}
@media screen and (max-width: 480px) {
  .dp_idx_news_list_wrap {
    line-height: 1.5;
    display: block;
    padding-top: 4.125rem;
  }
}
@media screen and (max-width: 480px) {
  .dp_idx_news_list_wrap .dp_container {
    padding: 0;
  }
}
@media screen and (max-width: 896px) {
  .dp_idx_news_list_wrap .dp_grid_medium {
    display: block;
  }
}
.dp_idx_news_list_wrap .dp_idx_news_list_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 10%;
}
@media screen and (max-width: 896px) {
  .dp_idx_news_list_wrap .dp_idx_news_list_ttl {
    margin-right: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 480px) {
  .dp_idx_news_list_wrap .dp_idx_news_list_ttl {
    display: block;
    padding-top: 0 !important;
  }
}
.dp_idx_news_list_wrap .dp_idx_news_list_ttl .dp_ttl_main {
  font-size: 22px;
}
.dp_idx_news_list_wrap .dp_idx_news_list_ttl .dp_ttl_main span {
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .dp_idx_news_list_wrap .dp_idx_news_list_ttl {
    padding: 2rem 0;
  }
}
.dp_idx_news_list_wrap .dp_idx_news_list_ttl h2 {
  font-size: 56px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .dp_idx_news_list_wrap .dp_idx_news_list_ttl h2 {
    text-align: left;
  }
}
.dp_idx_news_list_wrap .dp_idx_news_list_ttl h2 span {
  font-size: 16px;
  display: block;
}
@media screen and (max-width: 480px) {
  .dp_idx_news_list_wrap .dp_idx_news_list_ttl h2 span {
    display: inline-block;
    margin-left: 10px;
  }
}
@media screen and (max-width: 480px) {
  .dp_idx_news_list_wrap .dp_idx_news_list_ttl .btn {
    margin-top: 20px;
    max-width: 180px;
  }
}
.dp_idx_news_list_wrap .dp_idx_news_list_items {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  padding: 0.8125rem 0;
  margin-left: 0;
}
@media screen and (max-width: 480px) {
  .dp_idx_news_list_wrap .dp_idx_news_list_items {
    padding: 0 0.75rem;
  }
}
.dp_idx_news_list_wrap .dp_idx_news_list_items ul {
  border-top: 1px solid #f0f0f0;
}
@media screen and (max-width: 480px) {
  .dp_idx_news_list_wrap .dp_idx_news_list_items ul {
    padding-top: 0;
  }
}
.dp_idx_news_list_wrap .dp_idx_news_list_items ul li {
  border-bottom: 1px solid #f0f0f0;
}
.dp_idx_news_list_wrap .dp_idx_news_list_items ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 0.75rem 1rem 0.75rem 2rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 480px) {
  .dp_idx_news_list_wrap .dp_idx_news_list_items ul li a {
    display: block;
    text-align: left;
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}
.dp_idx_news_list_wrap .dp_idx_news_list_items ul li a *,
.dp_idx_news_list_wrap .dp_idx_news_list_items ul li a ::before,
.dp_idx_news_list_wrap .dp_idx_news_list_items ul li a ::after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 480px) {
  .dp_idx_news_list_wrap .dp_idx_news_list_items ul li a {
    padding: 0.8125rem 0.5rem;
  }
}
.dp_idx_news_list_wrap .dp_idx_news_list_items ul li a .dp_idx_news_list_article_data {
  font-size: 13px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .dp_idx_news_list_wrap .dp_idx_news_list_items ul li a .dp_idx_news_list_article_data {
    margin-bottom: 10px;
    display: inline-block;
  }
}
.dp_idx_news_list_wrap .dp_idx_news_list_items ul li a .dp_idx_news_list_article_category {
  font-size: 13px;
  font-weight: bold;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  width: 78px;
  padding: 4px 3px;
  color: #fff;
  line-height: 1;
  margin-left: 20px;
  font-size: 12px;
}
.dp_idx_news_list_wrap .dp_idx_news_list_items ul li a .dp_idx_news_list_article_category.info {
  background-color: #0a8ce3;
}
.dp_idx_news_list_wrap .dp_idx_news_list_items ul li a .dp_idx_news_list_article_category.technology {
  background-color: #7e7e7e;
}
.dp_idx_news_list_wrap .dp_idx_news_list_items ul li a .dp_idx_news_list_article_category.event {
  background-color: #2b7caf;
}
.dp_idx_news_list_wrap .dp_idx_news_list_items ul li a .dp_idx_news_list_article_category.recruit {
  background-color: #fcbb2a;
}
.dp_idx_news_list_wrap .dp_idx_news_list_items ul li a .dp_idx_news_list_article_ttl {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-left: 1.25rem;
  font-size: 16px;
  vertical-align: middle;
}
@media screen and (max-width: 480px) {
  .dp_idx_news_list_wrap .dp_idx_news_list_items ul li a .dp_idx_news_list_article_ttl {
    margin-left: 0;
  }
}
.dp_idx_news_list_wrap .dp_idx_news_list_items ul li a .dp_idx_news_list_article_ttl::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0.25rem;
  width: 5px;
  height: 5px;
  opacity: 0.7;
  font-size: 0;
  border-top: 1px solid #0a8ce3;
  border-right: 1px solid #0a8ce3;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
@media screen and (max-width: 480px) {
  .dp_idx_news_list_wrap .dp_idx_news_list_items ul li a .dp_idx_news_list_article_ttl::after {
    top: 10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
.dp_idx_news_list_wrap .dp_idx_news_list_items ul li a:hover {
  color: #fcbb2a;
}
.dp_idx_news_list_wrap .dp_idx_news_list_items ul li a:hover .dp_idx_news_list_article_ttl::after {
  right: 0;
}
.dp_idx_news_list_wrap .dp_idx_news_list_items .dp_idx_news_list_btn {
  margin-top: 0.25rem;
  margin-right: 0.25rem;
  display: block;
  text-align: right;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .dp_idx_news_list_wrap .dp_idx_news_list_items .dp_idx_news_list_btn {
    text-align: left;
    margin-top: 1.5rem;
  }
}
.dp_idx_news_list_wrap .dp_idx_news_list_items .dp_idx_news_list_btn a {
  font-size: 0.75rem;
  display: inline-block;
  padding: 0.25rem 0.75rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.dp_idx_news_list_wrap .dp_idx_news_list_items .dp_idx_news_list_btn a:hover {
  color: #fcbb2a;
}

/* 第一セクション
----------------------------------------------------------------- */
.idx_sec_company {
  margin-top: 137px;
}
@media screen and (max-width: 480px) {
  .idx_sec_company {
    margin-top: 80px;
  }
}
.idx_sec_company .dp_grid_medium {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.idx_sec_company .image {
  position: relative;
}
.idx_sec_company .image img {
  width: 70%;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 896px) {
  .idx_sec_company .image img {
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  .idx_sec_company .image img {
    margin-top: 3rem;
    width: 100%;
  }
}
.idx_sec_company .image &gt; div {
  position: absolute;
}
.idx_sec_company .image .blue {
  background-color: #0a8ce3;
  width: 360px;
  height: 287px;
  left: -180px;
  top: 24%;
}
@media screen and (max-width: 896px) {
  .idx_sec_company .image .blue {
    width: 132px;
    height: 219px;
    left: -5vw;
    top: 20%;
  }
}
@media screen and (max-width: 480px) {
  .idx_sec_company .image .blue {
    left: -10%;
  }
}
.idx_sec_company .image .gray {
  background-color: #e5eaef;
  width: 93px;
  height: 93px;
  left: -130px;
  top: 88%;
}
@media screen and (max-width: 896px) {
  .idx_sec_company .image .gray {
    width: 71px;
    height: 70px;
    left: -5vw;
    bottom: -6%;
    top: auto;
  }
}
@media screen and (max-width: 480px) {
  .idx_sec_company .image .gray {
    left: 0;
    bottom: -70px;
  }
}
.idx_sec_company .image .yellow {
  background-color: #fcbb2a;
  width: 136px;
  height: 123px;
  right: 100px;
  top: 90%;
}
@media screen and (max-width: 896px) {
  .idx_sec_company .image .yellow {
    width: 104px;
    height: 94px;
    bottom: 5%;
    top: auto;
    right: 60px;
  }
}
@media screen and (max-width: 480px) {
  .idx_sec_company .image .yellow {
    bottom: -80px;
    right: -10%;
  }
}
@media screen and (max-width: 896px) {
  .idx_sec_company .text {
    margin-left: 0;
  }
}
.idx_sec_company .text h2 .en {
  font-size: 56px;
}
.idx_sec_company .text h2 .ja {
  font-size: 16px;
  font-weight: normal;
}
.idx_sec_company .text .lg {
  font-size: 26px;
  font-weight: bold;
}
.idx_sec_company .text .lg span {
  color: #0a8ce3;
}
.idx_sec_company .text p {
  max-width: 320px;
}
@media screen and (max-width: 480px) {
  .idx_sec_company .text p {
    max-width: none;
  }
}
@media screen and (max-width: 480px) {
  .idx_sec_company .btn {
    margin-left: auto;
    margin-right: auto;
  }
}

/* 第二セクション
----------------------------------------------------------------- */
.idx_product {
  padding: 0 0 4.0625rem;
  margin-top: 174px;
  background-color: #131c36;
}
.idx_product .dp_idx_secondary_ttl {
  padding: 3.75rem 0 16rem;
  background-image: url(../images/home/bg_idx_product.jpg);
  background-size: cover;
  background-position: center;
  text-align: center;
}
.idx_product .dp_idx_secondary_ttl .dp_ttl_main {
  font-size: 56px;
  color: #fff;
  padding-left: 0;
  padding-bottom: 0;
  border-left: none;
}
.idx_product .dp_idx_secondary_ttl .dp_ttl_main span {
  font-size: 13px;
}
.idx_product .dp_idx_secondary_box {
  margin-top: -9.4rem;
  background-color: #fff;
  padding: 53px 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100vw - 10%);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 896px) {
  .idx_product .dp_idx_secondary_box {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 480px) {
  .idx_product .dp_idx_secondary_box {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    width: calc(100vw - 16%);
  }
}
.idx_product .dp_idx_secondary_box .dp_idx_secondary_card {
  background-color: #fff;
  position: relative;
}
.idx_product .dp_idx_secondary_box .dp_idx_secondary_card a {
  display: block;
  width: 100%;
  height: 100%;
}
.idx_product .dp_idx_secondary_box .dp_idx_secondary_card a:hover {
  opacity: 0.8;
}
.idx_product .dp_idx_secondary_box .dp_idx_secondary_card .dp_idx_secondary_txt {
  padding: 1.5rem 1.875rem;
}
.idx_product .dp_idx_secondary_box .dp_idx_secondary_card .dp_idx_secondary_txt h4 {
  text-align: center;
  margin-bottom: 1rem;
  color: #000 !important;
  font-size: 16px;
}
.idx_product .dp_idx_secondary_box .dp_idx_secondary_card .dp_idx_secondary_txt h4:before {
  content: "";
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #fcbb2a;
  display: inline-block;
  margin-right: 10px;
}
.idx_product .dp_btn_main {
  margin-top: 2.5rem;
}

/* 第三セクション
----------------------------------------------------------------- */
.idx_technology {
  background-color: #e5eaef;
  padding-top: 76px;
}
.idx_technology h2 {
  color: #000;
  font-size: 56px;
  border-left: none;
  padding-left: 0;
}
.idx_technology h2 span {
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .idx_technology h2 {
    text-align: left;
    padding-left: 0;
  }
}
.idx_technology .lg {
  margin-top: 30px;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .idx_technology .lg {
    text-align: left;
    line-height: 1.4;
  }
}
.idx_technology .lg span {
  color: #0a8ce3;
}
.idx_technology p {
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .idx_technology p {
    text-align: left;
    margin-top: 30px;
  }
}

.dp_idx_info_wrap .dp_idx_info_box {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12.6rem 5%;
}
@media screen and (max-width: 896px) {
  .dp_idx_info_wrap .dp_idx_info_box {
    padding-top: 29%;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .dp_idx_info_wrap .dp_idx_info_box {
    padding-top: 57.3%;
  }
}
.dp_idx_info_wrap .dp_idx_info_box .dp_btn_main_white {
  margin-top: 2.5rem;
}
.dp_idx_info_wrap .dp_idx_info_box:nth-child(1) {
  background-image: url(../images/home/img_idx_technology2.jpg);
}
.dp_idx_info_wrap .dp_idx_info_box:nth-child(2) {
  background-image: url(../images/home/img_idx_technology1.jpg);
}
@media screen and (max-width: 480px) {
  .dp_idx_info_wrap .dp_idx_info_box h2 {
    line-height: 1.2;
  }
}
.dp_idx_info_wrap .dp_idx_info_box h2 span {
  padding-top: 1rem;
}

/* CSR/環境対策
----------------------------------------------------------------- */
.idx_csr {
  padding-top: 80px;
}
.idx_csr h2 {
  color: #000;
  font-size: 56px;
  padding-left: 0;
  border-left: none;
  word-break: break-all;
  margin-bottom: 50px;
}
.idx_csr h2 .ja {
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .idx_csr h2 {
    font-size: 43px;
    text-align: left;
    line-height: 1.2;
  }
}
@media screen and (max-width: 480px) {
  .idx_csr h2 span {
    margin-top: 20px;
  }
}
.idx_csr .dp_grid_medium {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 480px) {
  .idx_csr .dp_grid_medium {
    display: block;
  }
}
.idx_csr .text {
  padding-left: 10%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .idx_csr .text {
    padding-left: 0;
    margin-bottom: 60px;
  }
}
.idx_csr .text .lg {
  font-size: 24px;
  text-align: left;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 20px;
}
.idx_csr .text .lg span {
  color: #0a8ce3;
}
.idx_csr .text p {
  max-width: 342px;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .idx_csr .text p {
    max-width: none;
  }
}
.idx_csr .text .btn {
  max-width: 260px;
  text-align: left;
  margin-top: 60px;
  padding-right: 54px;
}
@media screen and (max-width: 480px) {
  .idx_csr .text .btn {
    margin-left: auto;
    margin-right: auto;
    max-width: none;
  }
}
.idx_csr .text .btn .text {
  padding-left: 0;
  word-break: break-all;
}
.idx_csr .image .dp_grid_medium {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 480px) {
  .idx_csr .image .dp_grid_medium {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 480px) {
  .idx_csr .image .dp_grid_medium .dp_grid_2_clm {
    width: 48% !important;
    margin-top: 0 !important;
  }
}

/* 採用情報
----------------------------------------------------------------- */
.idx_recruit {
  margin-top: 200px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .idx_recruit {
    margin-top: 80px;
  }
}
.idx_recruit h2.dp_ttl_main {
  color: #000;
  text-align: left;
  font-size: 56px;
  padding-left: 0;
  border-left: none;
  margin-bottom: 30px;
}
.idx_recruit h2.dp_ttl_main .ja {
  font-size: 16px;
}
.idx_recruit &gt; .text {
  width: 71.4vw;
  text-align: left;
  background-image: url(../images/home/bg_idx_recruit.jpg);
  background-size: cover;
  background-position: center;
  padding-top: 20px;
  padding-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .idx_recruit &gt; .text {
    width: 100%;
    padding-bottom: 135px;
  }
}
.idx_recruit &gt; .text .wrap {
  padding-left: calc((100vw - 1120px) / 2);
  max-width: 280px;
}
@media screen and (max-width: 1240px) {
  .idx_recruit &gt; .text .wrap {
    padding-left: 5%;
  }
}
@media screen and (max-width: 480px) {
  .idx_recruit &gt; .text .wrap {
    max-width: none;
    padding-right: 8%;
    padding-left: 8%;
  }
}
@media screen and (max-width: 480px) {
  .idx_recruit &gt; .text .btn {
    margin-left: auto;
    margin-right: auto;
  }
}
.idx_recruit .image {
  position: absolute;
  width: 50.25%;
  right: 5%;
  top: -24%;
  -webkit-box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 1400px) {
  .idx_recruit .image {
    width: 705px;
    right: calc((100vw - 1240px) / 2);
  }
}
@media screen and (max-width: 896px) {
  .idx_recruit .image {
    bottom: 10%;
    top: auto;
    width: calc(100vw - 340px);
    right: 0;
  }
}
@media screen and (max-width: 480px) {
  .idx_recruit .image {
    position: static;
    width: calc(100vw - 16%);
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: -80px;
  }
}

/* お問い合わせエリア
----------------------------------------------------------------- */
.idx_contact {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(../images/home/bg_idx_contact.jpg);
  padding: 6.25rem 0 4.8rem 0;
  margin-top: 5rem;
}
@media screen and (max-width: 480px) {
  .idx_contact {
    padding: 5rem 0;
    margin-top: 7rem;
  }
}
.idx_contact .dp_idx_contact_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .idx_contact .dp_idx_contact_flex {
    display: block;
  }
}
.idx_contact .dp_idx_contact_flex &gt; div {
  -ms-flex-preferred-size: 47.5%;
      flex-basis: 47.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 480px) {
  .idx_contact .dp_idx_contact_flex &gt; div + div {
    margin-top: 40px;
  }
}
.idx_contact .dp_idx_contact_box {
  background-color: #fff;
  padding: 3.575rem 0 0 0;
}
@media screen and (max-width: 480px) {
  .idx_contact .dp_idx_contact_box {
    text-align: left !important;
    font-size: 16px;
  }
}
.idx_contact .dp_idx_contact_box h2 {
  font-size: 56px;
}
.idx_contact .dp_idx_contact_box h2 span {
  font-size: 16px;
  font-weight: normal;
  display: block;
}
@media screen and (max-width: 896px) {
  .idx_contact .dp_idx_contact_box h2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 480px) {
  .idx_contact .dp_idx_contact_box h2 {
    text-align: center;
  }
}
.idx_contact .dp_idx_contact_box h2,
.idx_contact .dp_idx_contact_box p {
  padding-left: 20px;
  padding-right: 20px;
}
.idx_contact .dp_idx_contact_box p {
  margin-bottom: 2em;
}
.idx_contact .dp_idx_contact_box .tel {
  color: #0a8ce3;
  pointer-events: none;
}
@media screen and (max-width: 480px) {
  .idx_contact .dp_idx_contact_box .tel {
    pointer-events: auto;
  }
}
.idx_contact .dp_idx_contact_box .btn {
  width: 100%;
  max-width: none;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: auto;
}
@media screen and (max-width: 480px) {
  .idx_contact .dp_idx_contact_box .btn {
    width: 100%;
  }
}
.idx_contact .dp_container {
  max-width: 1120px;
}

/* ==========================================================================
親ページ
========================================================================== */
.page h4 {
  background-color: #e5eaef;
  font-size: 24px;
  padding: 10px 12px;
  margin-bottom: 1rem;
}
.page .lg {
  font-size: 24px;
  color: #003366;
  font-weight: bold;
  margin-bottom: 1.6rem;
}
.page footer {
  margin-top: 6.25rem;
}
.page .bnr_lg a {
  display: block;
  padding: 34px 130px;
  text-align: center;
  background-color: #0a8ce3;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}
.page .bnr_lg a:hover {
  background-color: #0f67b8;
}
@media screen and (max-width: 480px) {
  .page .bnr_lg a {
    text-align: left;
    padding-right: 1.5rem;
  }
}
.page .bnr_lg a .en {
  font-size: 44px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .page .bnr_lg a .en {
    line-height: 1.2;
  }
}
.page .bnr_lg a .ja {
  font-size: 16px;
}
.page .bnr_lg a:before, .page .bnr_lg a:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  content: "";
}
@media screen and (max-width: 896px) {
  .page .bnr_lg a:before, .page .bnr_lg a:after {
    top: auto;
    bottom: 3rem;
  }
}
.page .bnr_lg a:before {
  background-color: #fff;
  width: 28px;
  right: 30px;
}
.page .bnr_lg a:after {
  background-color: #fcbb2a;
  width: 8px;
  right: 58px;
}
.page .bnr_lg a span {
  display: block;
  position: absolute;
  right: 5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 896px) {
  .page .bnr_lg a span {
    top: auto;
    bottom: 1.2rem;
  }
}

.page-en .dp_page_title_jp {
  opacity: 0;
}
.page-en .dp_header_nav .sub .title .ja {
  display: none;
}

/* ==========================================================================
親ページ
========================================================================== */
.page-parent .dp_page_title {
  height: 543px;
}
@media screen and (max-width: 896px) {
  .page-parent .dp_page_title {
    height: 380px;
  }
}
.page-parent #lead .lg {
  font-size: 24px;
  color: #003366;
  font-weight: bold;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 10px;
  margin-bottom: 10px;
  line-height: 1.7;
}

/* ==========================================================================
子ページ全般
========================================================================== */
.page-child .dp_page_title {
  height: 343px;
}
.page-child .dp_page_title .dp_page_title_inner {
  bottom: 70px;
}
.page-child .dp_page_title .dp_page_title_inner .dp_page_title_en:after {
  content: "";
  display: inline-block;
  width: 162px;
  height: 2px;
  background-color: #fff;
  vertical-align: middle;
  margin-left: 10px;
}
@media screen and (max-width: 480px) {
  .page-child .dp_page_title .dp_page_title_inner .dp_page_title_en:after {
    width: 80px;
  }
}

/* ==========================================================================
製品情報
========================================================================== */
.page-products .dp_page_title {
  background-image: url(../images/products/mv.jpg);
}
.page-products .dp_page_nav ul {
  max-width: 942px;
  margin-left: auto;
  margin-right: auto;
}
.page-products #sec01 {
  background-color: #e5eaef;
  padding-top: 7.1rem;
  padding-bottom: 7.1rem;
}
.page-products #sec01 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .page-products #sec01 .flex {
    display: block;
  }
}
.page-products #sec01 .dp_grid_2_clm {
  background-color: #fff;
  width: 49%;
  padding: 40px 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .page-products #sec01 .dp_grid_2_clm {
    width: 100%;
  }
}
.page-products #sec01 .dp_grid_2_clm h3 {
  text-align: center;
  font-size: 18px;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 10px;
}
.page-products #sec01 .dp_grid_2_clm h3:before {
  content: "";
  width: 123px;
  height: 54px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
.page-products #sec01 .dp_grid_2_clm p {
  font-size: 15px;
}
.page-products #sec01 .dp_grid_2_clm ul {
  font-size: 14px;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-products #sec01 .dp_grid_2_clm ul li {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.page-products #sec01 .car h3:before {
  background-image: url(../images/products/ico_car.svg);
}
.page-products #sec01 .seat h3:before {
  background-image: url(../images/products/ico_seat.svg);
}
.page-products #sec02 {
  margin-top: 6.375rem;
}
.page-products #sec02 h3 {
  font-size: 24px;
  background-color: #e5eaef;
  padding: 10px 15px;
}
.page-products #sec02 .box {
  border: 1px solid #e9e9e9;
  padding: 30px;
}
.page-products #sec02 .box h4 {
  color: #003366;
  font-size: 24px;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.page-products #sec02 .box .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .page-products #sec02 .box .flex {
    display: block;
  }
}
.page-products #sec02 .box .flex .text {
  -ms-flex-preferred-size: 43.9%;
      flex-basis: 43.9%;
}
.page-products #sec02 .box .flex .text a {
  text-align: right;
  display: block;
  color: #003366;
  font-size: 14px;
}
.page-products #sec02 .box .flex .image {
  -ms-flex-preferred-size: 52.7%;
      flex-basis: 52.7%;
}

/* ==========================================================================
製品情報 子ページ
========================================================================== */
.page-child-products .lead .lg,
.single-post_products .lead .lg {
  font-size: 22px;
  color: #003366;
  font-weight: bold;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 10px;
  margin-bottom: 10px;
  line-height: 1.7;
}
@media screen and (max-width: 480px) {
  .page-child-products .lead .lg,
  .single-post_products .lead .lg {
    font-size: 18px;
  }
}
.page-child-products #sec01,
.single-post_products #sec01 {
  background-color: #e5eaef;
  padding-top: 7.375rem;
  padding-bottom: 7.375rem;
}
.page-child-products #sec01 .wrap,
.single-post_products #sec01 .wrap {
  padding: 20px;
  background-color: #fff;
  overflow: hidden;
}
.page-child-products #sec01 .wrap .image_wrap,
.single-post_products #sec01 .wrap .image_wrap {
  position: relative;
  height: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.page-child-products #sec01 .wrap .image,
.single-post_products #sec01 .wrap .image {
  background-color: #003366;
  padding: 20px 20px 60px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 896px) {
  .page-child-products #sec01 .wrap .image,
  .single-post_products #sec01 .wrap .image {
    padding: 30px 20px 70px 20px;
  }
}
@media screen and (max-width: 480px) {
  .page-child-products #sec01 .wrap .image,
  .single-post_products #sec01 .wrap .image {
    padding: 5px 5px 87px 5px;
  }
}
.page-child-products #sec01 .wrap .maps,
.single-post_products #sec01 .wrap .maps {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page-child-products #sec01 .wrap .map,
.single-post_products #sec01 .wrap .map {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(134, 255, 253, 0.15);
  -webkit-transition: 0.15s;
  transition: 0.15s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 1;
}
@media screen and (max-width: 896px) {
  .page-child-products #sec01 .wrap .map,
  .single-post_products #sec01 .wrap .map {
    width: calc(10px + 4.45vw);
    height: calc(10px + 4.45vw);
  }
}
.page-child-products #sec01 .wrap .map::before,
.single-post_products #sec01 .wrap .map::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  border-radius: 50%;
  background-color: rgba(134, 255, 253, 0.25);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  z-index: 2;
}
@-webkit-keyframes color {
  from {
    background-color: rgba(134, 255, 253, 0.25);
  }
  to {
    background-color: rgba(134, 255, 253, 0.55);
  }
}
@keyframes color {
  from {
    background-color: rgba(134, 255, 253, 0.25);
  }
  to {
    background-color: rgba(134, 255, 253, 0.55);
  }
}
.page-child-products #sec01 .wrap .map::after,
.single-post_products #sec01 .wrap .map::after {
  content: "";
  position: absolute;
  width: 10%;
  height: 10%;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 3;
}
.page-child-products #sec01 .wrap .map &gt; span,
.single-post_products #sec01 .wrap .map &gt; span {
  display: block;
  position: absolute;
  font-size: 14px;
  color: #fff;
  padding: 0.5em 0.75em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
  cursor: pointer;
  z-index: 5;
}
.page-child-products #sec01 .wrap .map &gt; span::before,
.single-post_products #sec01 .wrap .map &gt; span::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: calc(100% + 0.25em);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page-child-products #sec01 .wrap .map &gt; span::after,
.single-post_products #sec01 .wrap .map &gt; span::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0.55em;
  left: 1em;
  height: 1px;
  width: 0%;
  background-color: #fff;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
@media screen and (max-width: 896px) {
  .page-child-products #sec01 .wrap .map &gt; span,
  .single-post_products #sec01 .wrap .map &gt; span {
    display: none;
  }
}
.page-child-products #sec01 .wrap .map:hover,
.single-post_products #sec01 .wrap .map:hover {
  background-color: rgba(252, 186, 44, 0.3);
}
.page-child-products #sec01 .wrap .map:hover::before,
.single-post_products #sec01 .wrap .map:hover::before {
  width: 70%;
  height: 70%;
  background-color: rgba(252, 186, 44, 0.7);
}
.page-child-products #sec01 .wrap .map:hover::after,
.single-post_products #sec01 .wrap .map:hover::after {
  width: 12%;
  height: 12%;
}
.page-child-products #sec01 .wrap .map:hover &gt; span::before,
.single-post_products #sec01 .wrap .map:hover &gt; span::before {
  width: 12px;
  height: 12px;
  background-color: rgb(252, 186, 44);
}
.page-child-products #sec01 .wrap .map:hover &gt; span::after,
.single-post_products #sec01 .wrap .map:hover &gt; span::after {
  width: calc(100% - 2em);
}
.page-child-products .slider_products,
.single-post_products .slider_products {
  padding-bottom: 22px;
  position: relative;
  z-index: 1;
  margin-top: 23px;
}
@media screen and (max-width: 480px) {
  .page-child-products .slider_products,
  .single-post_products .slider_products {
    margin-top: -80px;
  }
}
.page-child-products .slider_products .slick-list,
.single-post_products .slider_products .slick-list {
  overflow: visible;
}
.page-child-products .slider_products .slick-slide,
.single-post_products .slider_products .slick-slide {
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  margin: 0 50px;
  max-width: 760px;
  width: 100%;
  border: 1px solid #E3E3E3;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
@media screen and (max-width: 896px) {
  .page-child-products .slider_products .slick-slide,
  .single-post_products .slider_products .slick-slide {
    max-width: none;
    margin: 0 40px;
    margin-top: -50px;
  }
}
@media screen and (max-width: 480px) {
  .page-child-products .slider_products .slick-slide,
  .single-post_products .slider_products .slick-slide {
    margin: 0 2.5vw;
  }
}
.page-child-products .slider_products .slick-slide.slick-active,
.single-post_products .slider_products .slick-slide.slick-active {
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
}
@media screen and (max-width: 896px) {
  .page-child-products .slider_products .slick-slide.slick-active,
  .single-post_products .slider_products .slick-slide.slick-active {
    -webkit-transform: none;
            transform: none;
  }
}
.page-child-products .slider_products .flex,
.single-post_products .slider_products .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 480px) {
  .page-child-products .slider_products .flex,
  .single-post_products .slider_products .flex {
    display: block;
  }
}
.page-child-products .slider_products .flex .thum,
.single-post_products .slider_products .flex .thum {
  -ms-flex-preferred-size: 43.7%;
      flex-basis: 43.7%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 896px) {
  .page-child-products .slider_products .flex .thum,
  .single-post_products .slider_products .flex .thum {
    padding-left: 1.8vw;
    padding-right: 1.8vw;
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
  }
}
@media screen and (max-width: 480px) {
  .page-child-products .slider_products .flex .thum,
  .single-post_products .slider_products .flex .thum {
    padding-left: 7vw;
    padding-right: 7vw;
    padding-top: 3vw;
    padding-bottom: 0;
  }
}
.page-child-products .slider_products .flex .thum img,
.single-post_products .slider_products .flex .thum img {
  width: 100%;
}
.page-child-products .slider_products .flex .text,
.single-post_products .slider_products .flex .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 896px) {
  .page-child-products .slider_products .flex .text,
  .single-post_products .slider_products .flex .text {
    padding: 1vw 2.5vw;
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
  }
}
.page-child-products .slider_products .flex .text h4,
.single-post_products .slider_products .flex .text h4 {
  position: relative;
  font-size: 20px;
  padding: 10px 0;
  font-weight: 600;
  margin-bottom: 10px;
  color: #003366;
  background-color: transparent;
}
.page-child-products .slider_products .flex .text h4::before,
.single-post_products .slider_products .flex .text h4::before {
  content: "";
  display: inline-block;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background-color: rgb(252, 186, 44);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 0.5em;
}
@media screen and (max-width: 480px) {
  .page-child-products .slider_products .flex .text h4::before,
  .single-post_products .slider_products .flex .text h4::before {
    display: inline-block;
    margin-right: 0.5em;
  }
}
@media screen and (max-width: 896px) {
  .page-child-products .slider_products .flex .text h4,
  .single-post_products .slider_products .flex .text h4 {
    font-size: 18px;
    margin-bottom: 1.3vw;
  }
}
@media screen and (max-width: 480px) {
  .page-child-products .slider_products .flex .text h4,
  .single-post_products .slider_products .flex .text h4 {
    font-size: 3.4vw;
    text-align: center;
    margin-bottom: 0;
  }
}
.page-child-products .slider_products .flex .text p,
.single-post_products .slider_products .flex .text p {
  font-size: 14px;
  margin-top: 0;
  line-height: 1.7;
}
@media screen and (max-width: 896px) {
  .page-child-products .slider_products .flex .text p,
  .single-post_products .slider_products .flex .text p {
    margin-bottom: 1.3vw;
  }
}
@media screen and (max-width: 480px) {
  .page-child-products .slider_products .flex .text p,
  .single-post_products .slider_products .flex .text p {
    font-size: 2.93vw;
  }
}
.page-child-products .slider_products .slick-next,
.page-child-products .slider_products .slick-prev,
.single-post_products .slider_products .slick-next,
.single-post_products .slider_products .slick-prev {
  width: 26px;
  height: 52px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 50%;
}
@media screen and (max-width: 896px) {
  .page-child-products .slider_products .slick-next,
  .page-child-products .slider_products .slick-prev,
  .single-post_products .slider_products .slick-next,
  .single-post_products .slider_products .slick-prev {
    width: 3.3vw;
    height: 6.7vw;
  }
}
.page-child-products .slider_products .slick-next:before,
.page-child-products .slider_products .slick-prev:before,
.single-post_products .slider_products .slick-next:before,
.single-post_products .slider_products .slick-prev:before {
  display: none;
}
.page-child-products .slider_products .slick-prev,
.single-post_products .slider_products .slick-prev {
  -webkit-transform: translateX(-430px) translateY(-50%) translateY(-22px);
          transform: translateX(-430px) translateY(-50%) translateY(-22px);
  background-image: url(../images/products/arrow_prev.svg);
}
@media screen and (max-width: 896px) {
  .page-child-products .slider_products .slick-prev,
  .single-post_products .slider_products .slick-prev {
    left: -2px;
    -webkit-transform: translateX(0px) translateY(-50%) translateY(-74px);
            transform: translateX(0px) translateY(-50%) translateY(-74px);
    right: auto;
  }
}
@media screen and (max-width: 480px) {
  .page-child-products .slider_products .slick-prev,
  .single-post_products .slider_products .slick-prev {
    left: -7px;
  }
}
.page-child-products .slider_products .slick-next,
.single-post_products .slider_products .slick-next {
  -webkit-transform: translateX(430px) translateY(-50%) translateY(-22px);
          transform: translateX(430px) translateY(-50%) translateY(-22px);
  background-image: url(../images/products/arrow_next.svg);
}
@media screen and (max-width: 896px) {
  .page-child-products .slider_products .slick-next,
  .single-post_products .slider_products .slick-next {
    right: -2px;
    left: auto;
    -webkit-transform: translateX(0px) translateY(-50%) translateY(-74px);
            transform: translateX(0px) translateY(-50%) translateY(-74px);
  }
}
@media screen and (max-width: 480px) {
  .page-child-products .slider_products .slick-next,
  .single-post_products .slider_products .slick-next {
    right: -7px;
  }
}

/* ==========================================================================
自動車内装部品
========================================================================== */
.page-interior .dp_page_title {
  background-image: url(../images/products/interior/mv.jpg);
}
.page-interior .image .image_wrap {
  max-width: 646px;
}
.page-interior .image .map_ip {
  top: 47%;
  left: 38.5%;
}
.page-interior .image .map_ip &gt; span {
  top: 91%;
  left: -620%;
}
.page-interior .image .map_sv {
  top: 29.5%;
  left: 43%;
}
.page-interior .image .map_sv &gt; span {
  top: 37%;
  left: -409%;
}
.page-interior .image .map_dt {
  top: 25%;
  left: 55.1%;
}
.page-interior .image .map_dt &gt; span {
  top: -130%;
  left: -170%;
}
.page-interior .image .map_cb {
  top: 45%;
  left: 47.4%;
}
.page-interior .image .map_cb &gt; span {
  top: 344%;
  left: 461%;
}
.page-interior .image .map_cb &gt; span::before {
  left: -0.25em !important;
}
.page-interior .image .map_ra {
  top: 31.5%;
  left: 91%;
}
.page-interior .image .map_ra &gt; span {
  top: 224%;
  left: 251%;
}
.page-interior .image .map_ra &gt; span::before {
  left: -0.25em !important;
}
.page-interior .image .map_rt {
  top: 18%;
  left: 64%;
}
.page-interior .image .map_rt &gt; span {
  top: -110%;
  left: 160%;
}
.page-interior .image .map_rt &gt; span::before {
  left: -0.25em !important;
}
.page-interior .image .map_pt {
  top: 19.8%;
  left: 47.6%;
}
.page-interior .image .map_pt &gt; span {
  top: 10%;
  left: -279%;
}
.page-interior .image .map_rg {
  top: 20.5%;
  left: 79.5%;
}
.page-interior .image .map_rg &gt; span {
  top: -40%;
  left: 280%;
}
.page-interior .image .map_rg &gt; span::before {
  left: -0.25em !important;
}
.page-interior #sec01 .wrap .image img {
  max-width: 815px;
}

/* ==========================================================================
自動車外装部品
========================================================================== */
.page-exterior .dp_page_title {
  background-image: url(../images/products/exterior/mv.jpg);
}
.page-exterior .image .image_wrap {
  max-width: 646px;
}
.page-exterior .image .map_ci {
  top: 78.5%;
  left: 7.8%;
}
.page-exterior .image .map_ci &gt; span {
  top: -341%;
  left: -91%;
}
.page-exterior .image .map_gr {
  top: 19%;
  left: 92.7%;
}
.page-exterior .image .map_gr &gt; span {
  top: 449%;
  left: 219%;
}
.page-exterior .image .map_gr &gt; span::before {
  left: -0.25em !important;
}
.page-exterior .image .map_cf {
  top: 95%;
  left: 28%;
}
.page-exterior .image .map_cf &gt; span {
  top: 50%;
  left: 490%;
}
.page-exterior .image .map_cf &gt; span::before {
  left: -0.25em !important;
}
.page-exterior .image .map_uc {
  top: 61%;
  left: 26.1%;
}
.page-exterior .image .map_uc &gt; span {
  top: -302%;
  left: -218%;
}
.page-exterior .image .map_dg {
  top: 69.4%;
  left: 68%;
}
.page-exterior .image .map_dg &gt; span {
  top: 103.5%;
  left: 347%;
}
.page-exterior .image .map_dg &gt; span::before {
  left: -0.25em !important;
}
.page-exterior .image .map_cp {
  top: 48%;
  left: 33.5%;
}
.page-exterior .image .map_cp &gt; span {
  top: -275%;
  left: -188%;
}
.page-exterior .image .map_mg {
  top: 74.4%;
  left: 50%;
}
.page-exterior .image .map_mg &gt; span {
  top: 152.5%;
  left: 399%;
}
.page-exterior .image .map_mg &gt; span::before {
  left: -0.25em !important;
}
.page-exterior .image .map_rs {
  top: 10.4%;
  left: 81.13%;
}
.page-exterior .image .map_rs &gt; span {
  top: -12.5%;
  left: 199%;
}
.page-exterior .image .map_rs &gt; span::before {
  left: -0.25em !important;
}
.page-exterior #sec01 .wrap .image img {
  max-width: 973px;
}

/* ==========================================================================
自動車外装部品
========================================================================== */
.page-seat .dp_page_title {
  background-image: url(../images/products/seat/mv.jpg);
}
.page-seat #sec01 .wrap .image img {
  max-width: 973px;
}
.page-seat #sec_massage .dp_page_title_sub {
  background-image: url(../images/products/seat/bg_title_massage.jpg);
  padding: 5.375rem 10px 5.375rem 100px;
  color: #fff;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 480px) {
  .page-seat #sec_massage .dp_page_title_sub {
    background-image: url(../images/products/seat/bg_title_massage_sp.jpg);
    padding-left: 2rem;
  }
}
.page-seat #sec_massage .dp_page_title_sub .dp_page_title_en {
  font-size: 66px;
  font-weight: bold;
  line-height: 1;
}
.page-seat #sec_massage .dp_page_title_sub .dp_page_title_jp {
  font-size: 16px;
}

/* ==========================================================================
技術情報
========================================================================== */
.page-technology .dp_page_nav ul,
.page-child-technology .dp_page_nav ul {
  max-width: 525px;
  margin-left: auto;
  margin-right: auto;
}

.page-technology .dp_page_title {
  background-image: url(../images/technology/mv.jpg);
}
.page-technology .dp_page_title .bar {
  background-color: #fcbb2a;
}
.page-technology .lead .lg {
  font-size: 24px;
  font-weight: bold;
}
.page-technology #sec01 {
  padding-top: 4.1rem;
  padding-bottom: 7.1rem;
}
.page-technology #sec01 .bg {
  background-color: #e5eaef;
  padding-top: 5.125rem;
  padding-bottom: 5.125rem;
}
.page-technology #sec01 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .page-technology #sec01 .flex {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .page-technology #sec01 .dp_grid_small {
    display: block;
  }
}
.page-technology #sec01 .dp_grid_2_clm {
  background-color: #fff;
  width: 49%;
  padding: 40px 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .page-technology #sec01 .dp_grid_2_clm {
    width: 100%;
  }
}
.page-technology #sec01 .dp_grid_2_clm h3 {
  text-align: center;
  font-size: 24px;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 10px;
}
.page-technology #sec01 .dp_grid_2_clm h3:before {
  content: "";
  width: 123px;
  height: 54px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
.page-technology #sec01 .dp_grid_2_clm ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-technology #sec01 .dp_grid_2_clm ul li {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.page-technology #sec01 .develope h3:before {
  background-image: url(../images/technology/ico_develope.svg);
}
.page-technology #sec01 .produce h3:before {
  background-image: url(../images/technology/ico_produce.svg);
}
.page-technology #sec01 .bnr_lg {
  background-color: #e5eaef;
}

/* ==========================================================================
私たちの技術職
========================================================================== */
.page-technology_business .dp_page_title {
  background-image: url(../images/technology/technology_business/mv.jpg);
}
.page-technology_business #sec01 {
  padding-top: 4.1rem;
}
.page-technology_business #sec01 .bnr_lg {
  background-color: #e5eaef;
}
@media screen and (max-width: 480px) {
  .page-technology_business #sec01 .dp_container_large .dp_container {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-technology_business .box_sub {
  border: 1px solid #e9e9e9;
  padding: 2rem 4.3rem;
}
@media screen and (max-width: 480px) {
  .page-technology_business .box_sub {
    padding: 20px;
  }
}
.page-technology_business .box_sub .lg {
  color: #000;
}
.page-technology_business .box_sub img {
  float: right;
  width: 37.8%;
  margin-bottom: 1rem;
  margin-left: 3rem;
}
@media screen and (max-width: 480px) {
  .page-technology_business .box_sub img {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
  }
}
.page-technology_business .box_sub p:not(:last-of-type) {
  margin-bottom: 2rem;
}

/* ==========================================================================
品質保証
========================================================================== */
.page-technology_quality .dp_page_title {
  background-image: url(../images/technology/technology_quality/mv.jpg);
}
.page-technology_quality .bnr_lg {
  background-color: #e5eaef;
  padding-top: 3.5625em;
  padding-bottom: 3.5625em;
}
.page-technology_quality .bnr_lg a .en {
  font-size: 31px;
}
.page-technology_quality .bnr_lg a .en .en_only {
  display: none;
}
@media screen and (max-width: 480px) {
  .page-technology_quality .bnr_lg a .ja {
    font-size: 14px;
  }
}
.page-technology_quality footer {
  margin-top: 0;
}
@media screen and (max-width: 480px) {
  .page-technology_quality #sec01 .dp_container_large .dp_container {
    padding-left: 0;
    padding-right: 0;
  }
}

/* ==========================================================================
会社情報
========================================================================== */
.page-company .dp_page_nav ul,
.page-child-company .dp_page_nav ul {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}
.page-company .md,
.page-child-company .md {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.page-company footer {
  margin-top: 0;
}
.page-company .dp_page_title {
  background-image: url(../images/company/mv.jpg);
}
.page-company .dp_page_title .bar {
  background-color: #fcbb2a;
}
.page-company p.philosophy {
  line-height: 2.6;
}
.page-company .img_motto {
  max-width: 533px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.page-company #sec_mission .lg {
  font-size: 32px;
  font-weight: bold;
  color: #292929;
}
.page-company #sec01 {
  padding-top: 4.1rem;
  padding-bottom: 4.56rem;
}
.page-company #sec01 .dp_grid_2_clm {
  background-color: #fff;
  width: 49%;
  padding: 40px 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-company #sec01 .dp_grid_2_clm h3 {
  text-align: center;
  font-size: 24px;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 10px;
}
.page-company #sec01 .dp_grid_2_clm h3:before {
  content: "";
  width: 123px;
  height: 54px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
.page-company #sec01 h4 {
  padding-left: 40px;
}
@media screen and (max-width: 480px) {
  .page-company #sec01 h4 {
    font-size: 18px;
    padding-left: 10px;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .page-company #sec01 table tr th,
  .page-company #sec01 table tr td {
    display: block;
  }
}
.page-company #sec01 table tr td {
  font-size: 16px;
  padding: 10px 10px 10px 40px;
}
@media screen and (max-width: 480px) {
  .page-company #sec01 table tr td {
    font-size: 14px;
    line-height: 1.2;
    padding: 15px 20px;
  }
}
.page-company #sec01 table tr td div {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .page-company #sec01 table tr td div {
    font-size: 18px;
    margin-bottom: 0.3em;
  }
}
.page-company #sec02 {
  background-color: #e5eaef;
  padding-top: 4.725rem;
  padding-bottom: 2.68rem;
}
.page-company #sec02 .bnr_message {
  background-image: url(../images/company/bg_bnr_message.jpg);
  background-size: cover;
  background-position: center;
  text-align: center;
  color: #fff;
  padding-top: 4.56rem;
  padding-bottom: 4.125rem;
  position: relative;
}
.page-company #sec02 .bnr_message h3 {
  font-size: 44px;
}
.page-company #sec02 .bnr_message h3 .ja {
  font-size: 16px;
}
.page-company #sec02 .bnr_message .btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
}
@media screen and (max-width: 480px) {
  .page-company #sec02 .bnr_message .btn {
    max-width: 180px;
  }
}
.page-company #sec02 .bnr_message:after {
  content: "";
  width: 29.1%;
  padding-top: 93%;
  background-image: url(../images/company/img_president.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: absolute;
  bottom: 0;
  left: 3%;
}
.page-company .dp_idx_info_wrap {
  background-color: #e5eaef;
}
.page-company .dp_idx_info_wrap .dp_grid_2_clm {
  padding-top: 4.2rem;
  padding-bottom: 4.2rem;
}
.page-company .dp_idx_info_wrap .dp_grid_2_clm .btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
}
.page-company .dp_idx_info_wrap h2 {
  color: #fff;
  text-align: center;
  font-size: 44px;
}
.page-company .dp_idx_info_wrap h2 span {
  font-size: 16px;
  display: block;
  margin-top: 10px;
}
.page-company .dp_idx_info_wrap .outline {
  background-image: url(../images/company/bg_outline.jpg);
}
.page-company .dp_idx_info_wrap .dx {
  background-image: url(../images/company/bg_dx.jpg);
}

.page-child-company .dp_page_title {
  background-image: url(../images/company/company_message/mv.jpg);
}

/* 動画ギャラリー */
.dp_company_movie {
  background-color: #003366;
  color: #fff;
  padding: 80px 0;
}
.dp_company_movie h2 {
  font-size: 44px;
  text-align: center;
  margin-bottom: 2em;
}

.dp_company_movie_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .dp_company_movie_flex {
    display: block;
  }
}

.dp_company_movie_box {
  -ms-flex-preferred-size: 48.43%;
      flex-basis: 48.43%;
}
.dp_company_movie_box a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.dp_company_movie_box a:hover {
  opacity: 0.8;
}
.dp_company_movie_box h3 {
  font-size: 24px;
  margin-bottom: 0.5em;
}
.dp_company_movie_box .duration {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 1em;
}
.dp_company_movie_box .thum {
  padding-top: 55.91%;
  background-position: center;
  background-size: cover;
  position: relative;
}
.dp_company_movie_box .thum::after {
  content: "";
  width: 100px;
  height: 100px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/company/ico_arrow_movie.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.dp_company_movie_box .button {
  text-align: center;
  color: #fff;
  font-size: 14px;
  background-color: #0a8ce3;
  padding: 22px 10px;
  background-image: url(../images/company/ico_arrow_youtube.svg);
  background-repeat: no-repeat;
  background-position: center right 30px;
  background-size: 31px 15px;
  font-weight: 600;
}
.dp_company_movie_box h4 {
  background: none;
  padding: 0;
  margin-top: 1.5em;
  font-size: 24px;
}
.dp_company_movie_box ul li::before {
  content: "-";
  margin-right: 5px;
}
@media screen and (max-width: 480px) {
  .dp_company_movie_box + .dp_company_movie_box {
    margin-top: 40px;
  }
}

/* ==========================================================================
トップメッセージ
========================================================================== */
.page-company_message .bnr_lg {
  background-color: #e5eaef;
  padding-top: 3.5625em;
  padding-bottom: 3.5625em;
}
.page-company_message #sec01 {
  padding-bottom: 23%;
  background-image: url(../images/company/company_message/bg_message.png);
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
}
.page-company_message #sec01 .dp_grid_2_clm p:not(:last-of-type) {
  margin-bottom: 80px;
}
.page-company_message footer {
  margin-top: 0;
}

/* ==========================================================================
会社情報
========================================================================== */
@media screen and (max-width: 480px) {
  .page-company_outline table th, .page-company_outline table td {
    display: block;
    text-align: left !important;
    padding-left: 0;
  }
}
.page-company_outline table th {
  border-top: 1px solid #003366;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
  padding: 10px 3rem;
  width: 1px;
}
@media screen and (max-width: 480px) {
  .page-company_outline table th {
    border-top: none;
    width: 100%;
    padding-left: 0;
  }
}
.page-company_outline table td {
  border-top: 1px solid #e9e9e9;
  padding: 10px 2rem;
}
@media screen and (max-width: 480px) {
  .page-company_outline table td {
    padding-left: 0;
  }
}
.page-company_outline table td img {
  display: block;
  max-width: 200px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.page-company_outline .sec_history .caption {
  margin: 0;
  padding: 0;
  font-size: 13;
}

/* ==========================================================================
CSR/環境対策
========================================================================== */
.page-company_csr .dp_page_title .dp_page_title_inner {
  bottom: 30px;
}
@media screen and (max-width: 896px) {
  .page-company_csr .dp_page_title .dp_page_title_inner {
    bottom: 14%;
  }
}
@media screen and (max-width: 896px) {
  .page-company_csr .dp_page_title .dp_page_title_inner .dp_page_title_en {
    font-size: 6vw;
  }
}
@media screen and (max-width: 896px) {
  .page-company_csr .dp_page_title .dp_page_title_inner .dp_page_title_en:after {
    width: 21vw;
  }
}
.page-company_csr .sec_csr_top h3 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 480px) {
  .page-company_csr .sec_csr_top h3 .flex {
    display: block;
  }
}
.page-company_csr .sec_csr_top h3 .flex .label {
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
  color: #003366;
  font-weight: bold;
  text-align: center;
  border-right: 5px solid #003366;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 480px) {
  .page-company_csr .sec_csr_top h3 .flex .label {
    border-right: none;
    border-bottom: 3px solid #003366;
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 20px;
  }
}
.page-company_csr .sec_csr_top h3 .flex .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 480px) {
  .page-company_csr .sec_csr_top h3 .flex .text {
    font-size: 17px;
  }
}
@media screen and (max-width: 896px) {
  .page-company_csr .sec_csr_table .scroll_table {
    overflow: auto; /*スクロールさせる*/
    white-space: nowrap;
  }
}
.page-company_csr .sec_csr_table tr th, .page-company_csr .sec_csr_table tr td {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
}
.page-company_csr .sec_csr_table tr th:first-child, .page-company_csr .sec_csr_table tr th:nth-child(2), .page-company_csr .sec_csr_table tr td:first-child, .page-company_csr .sec_csr_table tr td:nth-child(2) {
  border-right: 33px solid #fff;
}
.page-company_csr .sec_csr_table tr td {
  border-bottom: 1px solid #c9caca;
}
.page-company_csr .sec_csr_table tr td .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 896px) {
  .page-company_csr .sec_csr_table tr td .flex {
    width: 250px;
  }
}
.page-company_csr .sec_csr_table tr td .flex li {
  -ms-flex-preferred-size: 23.2%;
      flex-basis: 23.2%;
}
.page-company_csr .sec_csr_table tr td .flex li:not(:nth-child(4)) {
  margin-right: 6px;
}
.page-company_csr .sec_csr_table tr td span {
  font-size: 16px;
  color: #898989;
  display: block;
  margin-top: 5px;
}
.page-company_csr .sec_csr_table thead th {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.page-company_csr .sec_csr_table thead th:nth-child(1) {
  white-space: nowrap;
  width: 18.5%;
}
.page-company_csr .sec_csr_table thead th:nth-child(2) {
  width: 48%;
}
.page-company_csr .sec_csr_table thead th:nth-child(3) {
  width: 25.4%;
}
.page-company_csr footer {
  margin-top: 0;
}
@media screen and (max-width: 480px) {
  .page-company_csr .dp_ttl_main .en {
    font-size: 9vw;
  }
}
.page-company_csr .dp_ttl_sub {
  position: relative;
  padding-right: 120px;
}
@media screen and (max-width: 480px) {
  .page-company_csr .dp_ttl_sub {
    padding-right: 100px;
  }
}
.page-company_csr .dp_ttl_sub .icons {
  position: absolute;
  top: calc(50% - 10px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 110px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.page-company_csr .dp_ttl_sub .icons &gt; div {
  -ms-flex-preferred-size: 50px;
      flex-basis: 50px;
  margin-left: 5px;
}
@media screen and (max-width: 480px) {
  .page-company_csr .dp_ttl_sub .icons &gt; div {
    -ms-flex-preferred-size: 40px;
        flex-basis: 40px;
  }
}
.page-company_csr .wrapper {
  background-color: #e5eaef;
  padding-top: 4rem;
  padding-bottom: 7.5rem;
}
.page-company_csr .wrapper .dp_container {
  background-color: #fff;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.page-company_csr .wrapper .dp_container:nth-of-type(1) {
  margin-bottom: 5.375rem;
}

/* ==========================================================================
DXの取り組み
========================================================================== */
.page-company_dx h4 {
  text-align: left;
}
@media screen and (max-width: 480px) {
  .page-company_dx h4 {
    font-size: 18px;
  }
}
.page-company_dx #sec01 .box {
  border: 1px solid #e8e8e8;
  padding: 20px 30px;
  margin-top: 40px;
}
.page-company_dx #sec01 .box h5 {
  border-bottom: 1px solid #e8e8e8;
  font-size: 24px;
  color: #003267;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.page-company_dx #sec01 .flex_result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 896px) {
  .page-company_dx #sec01 .flex_result {
    display: block;
  }
}
@media screen and (max-width: 896px) {
  .page-company_dx #sec01 .flex_result &gt; div table {
    margin-bottom: 10px;
  }
}
.page-company_dx #sec01 .flex_result &gt; div table tr {
  border-bottom: 1px solid #e8e8e8;
}
.page-company_dx #sec01 .flex_result &gt; div table th,
.page-company_dx #sec01 .flex_result &gt; div table td {
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .page-company_dx #sec01 .flex_result &gt; div table th,
  .page-company_dx #sec01 .flex_result &gt; div table td {
    display: block;
    font-size: 14px;
  }
}
.page-company_dx #sec01 .flex_result &gt; div table th {
  font-weight: normal;
  padding-right: 30px;
}
@media screen and (max-width: 480px) {
  .page-company_dx #sec01 .flex_result &gt; div table th {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .page-company_dx #sec01 .flex_result &gt; div table td {
    padding-top: 5px;
  }
}
.page-company_dx #sec01 .flex_result .table {
  -ms-flex-preferred-size: 800px;
      flex-basis: 800px;
}
.page-company_dx #sec01 .flex_result .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.page-company_dx #sec01 .flex_structure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .page-company_dx #sec01 .flex_structure {
    display: block;
  }
}
.page-company_dx #sec01 .flex_structure .image {
  -ms-flex-preferred-size: 38.22%;
      flex-basis: 38.22%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 480px) {
  .page-company_dx #sec01 .flex_structure .image {
    margin-bottom: 40px;
  }
}
.page-company_dx #sec01 .flex_structure .text {
  -ms-flex-preferred-size: 55.5%;
      flex-basis: 55.5%;
}
.page-company_dx #sec01 .flex_structure .text dl {
  padding-left: 20px;
}
.page-company_dx #sec01 .flex_structure .text dl:not(:last-child) {
  margin-bottom: 40px;
}
.page-company_dx #sec01 .flex_structure .text dl dt {
  font-size: 24px;
  color: #003267;
  letter-spacing: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 480px) {
  .page-company_dx #sec01 .flex_structure .text dl dt {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .page-company_dx #sec01 .flex_structure .text dl dd {
    font-size: 14px;
  }
}
.page-company_dx #sec01 .flex_structure .text .box_dt {
  border-left: 6px solid #deebf8;
}
.page-company_dx #sec01 .flex_structure .text .box_nw {
  border-left: 6px solid #82b2e5;
}
.page-company_dx #sec01 .flex_structure .text .box_dw {
  border-left: 6px solid #003267;
}
.page-company_dx #sec01 .flex_system {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 896px) {
  .page-company_dx #sec01 .flex_system {
    display: block;
  }
}
.page-company_dx #sec01 .flex_system &gt; div {
  -ms-flex-preferred-size: 30.625%;
      flex-basis: 30.625%;
  position: relative;
}
@media screen and (max-width: 896px) {
  .page-company_dx #sec01 .flex_system &gt; div {
    margin-bottom: 40px;
  }
}
.page-company_dx #sec01 .flex_system &gt; div .title {
  background-color: #003267;
  color: #fff;
  font-size: 24px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
}
.page-company_dx #sec01 .flex_system &gt; div table th {
  font-weight: 400;
  width: 57px;
  padding-right: 13px;
  vertical-align: top;
}
.page-company_dx #sec01 .flex_system &gt; div table th span {
  position: relative;
  display: inline-block;
  width: 100%;
}
.page-company_dx #sec01 .flex_system &gt; div:not(:last-child):after {
  content: "";
  width: 18px;
  height: 21px;
  background-image: url(../images/company/company_dx/icon_triangle.svg);
  position: absolute;
  top: 13px;
  right: -30px;
}
@media screen and (max-width: 896px) {
  .page-company_dx #sec01 .flex_system &gt; div:not(:last-child):after {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: -30px;
    top: auto;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@media screen and (max-width: 480px) {
  .page-company_dx #sec01 .scroll {
    overflow: scroll;
  }
  .page-company_dx #sec01 .scroll img {
    width: 541px;
    max-width: none;
  }
}

/* ==========================================================================
事業所紹介/グループ企業
========================================================================== */
.page-factory_group .dp_page_title {
  background-image: url(../images/factory_group/mv.jpg);
}
.page-factory_group .dp_page_nav ul {
  max-width: 285px;
  margin-left: auto;
  margin-right: auto;
}
.page-factory_group #sec01 .dp_ttl_sub {
  border-bottom: none;
  margin-bottom: 0.5rem;
  padding-bottom: 0;
}
.page-factory_group #sec01 .data {
  border-top: 1px solid #e9e9e9;
  margin-top: 2rem;
  padding-top: 1rem;
}
.page-factory_group #sec01 .data .map {
  margin-top: 1rem;
  height: 0;
  overflow: hidden;
  padding-bottom: 38.54%;
  position: relative;
}
.page-factory_group #sec01 .data .map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.page-factory_group #sec02 h3 {
  font-size: 24px;
  background-color: #e5eaef;
  padding: 10px 15px;
}
.page-factory_group #sec02 .address span {
  display: inline-block;
}
.page-factory_group #sec02 table th, .page-factory_group #sec02 table td {
  font-size: 16px;
}
.page-factory_group #sec02 table th {
  font-weight: normal;
  padding-right: 1.5rem;
  white-space: nowrap;
  vertical-align: top;
  width: 1px;
  white-space: nowrap;
}
.page-factory_group #sec02 table th.address {
  white-space: normal;
  padding-right: 0;
}
.page-factory_group #sec02 table td a {
  text-decoration: underline;
}
.page-factory_group #sec02 table td a:hover {
  background-color: #f3f6fb;
}
.page-factory_group #sec02 h5 {
  font-weight: normal;
  font-size: 16px;
}
.page-factory_group #sec02 h5:before {
  content: "■";
  display: inline;
  color: #003366;
}

/* ==========================================================================
動画ギャラリー
========================================================================== */
.page-movie footer {
  margin-top: 0;
}
.page-movie .dp_page_title {
  background-image: url(../images/company/mv.jpg);
}
.page-movie .dp_page_title .bar {
  background-color: #fcbb2a;
}

#sec_gallery {
  padding-bottom: 80px;
}

.dp_movie_flex h3 {
  color: #003366;
}
.dp_movie_flex .duration {
  color: #003366;
}
.dp_movie_flex .dp_company_movie_box {
  margin-top: 100px;
}
@media screen and (max-width: 480px) {
  .dp_movie_flex .dp_company_movie_box {
    margin-top: 40px;
  }
}

/* ==========================================================================
サスティナビリティ
========================================================================== */
.page-sustainability .dp_page_nav ul,
.page-child-sustainability .dp_page_nav ul {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.page-sustainability footer {
  margin-top: 0;
}
.page-sustainability .dp_page_title {
  background-image: url(../images/sustainability/mv.jpg);
}
.page-sustainability .dp_page_title .bar {
  background-color: #fcbb2a;
}
.page-sustainability .sec_sustainability_nav {
  background-color: #e3e8ed;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 120px;
}

.page-child-sustainability .dp_page_title {
  background-image: url(../images/sustainability/sustainability_group/mv.jpg);
}

/* ==========================================================================
しげるグループのサスティナビリティ
========================================================================== */
.page-sustainability_group footer {
  margin-top: 0;
}
.page-sustainability_group #sec01 {
  padding-bottom: 60px;
}
.page-sustainability_group .group_vision table {
  margin-top: 60px;
}
.page-sustainability_group .group_vision table tr:not(:last-child) {
  border-bottom: 60px solid #fff;
}
.page-sustainability_group .group_vision table th,
.page-sustainability_group .group_vision table td {
  font-size: 24px;
  line-height: 1.4;
}
@media screen and (max-width: 480px) {
  .page-sustainability_group .group_vision table th,
  .page-sustainability_group .group_vision table td {
    display: block;
  }
}
.page-sustainability_group .group_vision table th {
  font-size: 24px;
  color: #003169;
  border-right: 5px solid #003169;
}
@media screen and (max-width: 480px) {
  .page-sustainability_group .group_vision table th {
    border-bottom: 5px solid #003169;
    border-right: none;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
.page-sustainability_group .group_vision table td {
  font-weight: 600;
  padding-left: 20px;
}
@media screen and (max-width: 480px) {
  .page-sustainability_group .group_vision table td {
    padding-left: 0;
  }
}
.page-sustainability_group #sec02 {
  background-color: #e3e8ed;
  padding-top: 60px;
  padding-bottom: 100px;
}
.page-sustainability_group #sec02 .wrapper {
  background-color: #fff;
  padding: 65px 70px;
}
@media screen and (max-width: 480px) {
  .page-sustainability_group #sec02 .wrapper {
    padding: 30px;
  }
}
.page-sustainability_group #sec02 .process {
  margin-top: 40px;
}
.page-sustainability_group #sec02 .process_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-sustainability_group #sec02 .process_box:not(:last-child) {
  margin-bottom: 20px;
}
.page-sustainability_group #sec02 .process_box .step {
  -ms-flex-preferred-size: 124px;
      flex-basis: 124px;
}
@media screen and (max-width: 480px) {
  .page-sustainability_group #sec02 .process_box .step {
    -ms-flex-preferred-size: 70px;
        flex-basis: 70px;
  }
}
.page-sustainability_group #sec02 .process_box .step .bg {
  background-color: #003169;
  color: #fff;
  text-align: center;
  height: calc(100% - 68px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .page-sustainability_group #sec02 .process_box .step .bg {
    font-size: 14px;
  }
}
.page-sustainability_group #sec02 .process_box .step .bg:after {
  content: "";
  border-top: 68px solid #003169;
  border-right: 62px solid transparent;
  border-left: 62px solid transparent;
  position: absolute;
  bottom: -68px;
  left: 0;
}
@media screen and (max-width: 480px) {
  .page-sustainability_group #sec02 .process_box .step .bg:after {
    border-right-width: 35px;
    border-left-width: 35px;
    border-top-width: 35px;
    bottom: -35px;
  }
}
.page-sustainability_group #sec02 .process_box .cont {
  margin-left: 36px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 480px) {
  .page-sustainability_group #sec02 .process_box .cont {
    padding-left: 10px;
    margin-left: 10px;
  }
}
.page-sustainability_group #sec02 .process_box .cont h5 {
  color: #003169;
  font-size: 18px;
}
.page-sustainability_group #sec02 .process_box .cont dd {
  padding-left: 15px;
}
.page-sustainability_group #sec02 .process_box .cont dd:not(:last-of-type) {
  margin-bottom: 30px;
}
.page-sustainability_group #sec02 .note {
  margin-left: 182px;
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  .page-sustainability_group #sec02 .note {
    margin-left: 0;
  }
}
@media screen and (max-width: 896px) {
  .page-sustainability_group .sec_csr_table .scroll_table {
    overflow: auto;
    /*スクロールさせる*/
    white-space: nowrap;
  }
}
.page-sustainability_group .sec_csr_table tr th,
.page-sustainability_group .sec_csr_table tr td {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
}
.page-sustainability_group .sec_csr_table tr th:first-child, .page-sustainability_group .sec_csr_table tr th:nth-child(2),
.page-sustainability_group .sec_csr_table tr td:first-child,
.page-sustainability_group .sec_csr_table tr td:nth-child(2) {
  border-right: 33px solid #fff;
}
.page-sustainability_group .sec_csr_table tr td {
  border-bottom: 1px solid #c9caca;
}
.page-sustainability_group .sec_csr_table tr td .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 896px) {
  .page-sustainability_group .sec_csr_table tr td .flex {
    width: 250px;
  }
}
.page-sustainability_group .sec_csr_table tr td .flex li {
  -ms-flex-preferred-size: 23.2%;
      flex-basis: 23.2%;
}
.page-sustainability_group .sec_csr_table tr td .flex li:not(:nth-child(4)) {
  margin-right: 6px;
}
.page-sustainability_group .sec_csr_table tr td span {
  font-size: 16px;
  color: #898989;
  display: block;
  margin-top: 5px;
}
.page-sustainability_group .sec_csr_table thead th {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.page-sustainability_group .sec_csr_table thead th:nth-child(1) {
  white-space: nowrap;
  width: 18.5%;
}
.page-sustainability_group .sec_csr_table thead th:nth-child(2) {
  width: 48%;
}
.page-sustainability_group .sec_csr_table thead th:nth-child(3) {
  width: 25.4%;
}
@media screen and (max-width: 896px) {
  .page-sustainability_group .sec_csr_table .scroll_table {
    overflow: auto;
    /*スクロールさせる*/
    white-space: nowrap;
  }
}
.page-sustainability_group .sec_csr_table tr th,
.page-sustainability_group .sec_csr_table tr td {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
}
.page-sustainability_group .sec_csr_table tr th:first-child, .page-sustainability_group .sec_csr_table tr th:nth-child(2),
.page-sustainability_group .sec_csr_table tr td:first-child,
.page-sustainability_group .sec_csr_table tr td:nth-child(2) {
  border-right: 33px solid #fff;
}
.page-sustainability_group .sec_csr_table tr td {
  border-bottom: 1px solid #c9caca;
  width: 22%;
}
.page-sustainability_group .sec_csr_table tr td .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 896px) {
  .page-sustainability_group .sec_csr_table tr td .flex {
    width: 250px;
  }
}
.page-sustainability_group .sec_csr_table tr td .flex li {
  -ms-flex-preferred-size: 23.2%;
      flex-basis: 23.2%;
}
.page-sustainability_group .sec_csr_table tr td .flex li:not(:nth-child(4)) {
  margin-right: 6px;
}
.page-sustainability_group .sec_csr_table tr td:nth-child(2) {
  text-align: left;
}
.page-sustainability_group .sec_csr_table tr td span {
  font-size: 16px;
  color: #898989;
  display: block;
  margin-top: 5px;
}
.page-sustainability_group .sec_csr_table thead th {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.page-sustainability_group .sec_csr_table thead th:nth-child(1) {
  white-space: nowrap;
  width: 18.5%;
}
.page-sustainability_group .sec_csr_table thead th:nth-child(2) {
  width: 48%;
}
.page-sustainability_group .sec_csr_table thead th:nth-child(3) {
  width: 25.4%;
}

/* ==========================================================================
サスティナビリティ基本⽅針
========================================================================== */
.page-sustainability_policy footer {
  margin-top: 0;
}
.page-sustainability_policy .sec_policy_top h3 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 480px) {
  .page-sustainability_policy .sec_policy_top h3 .flex {
    display: block;
  }
}
.page-sustainability_policy .sec_policy_top h3 .flex .label {
  -ms-flex-preferred-size: 320px;
      flex-basis: 320px;
  color: #003366;
  font-weight: bold;
  border-right: 5px solid #003366;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
}
@media screen and (max-width: 480px) {
  .page-sustainability_policy .sec_policy_top h3 .flex .label {
    border-right: none;
    border-bottom: 3px solid #003366;
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 20px;
  }
}
.page-sustainability_policy .sec_policy_top h3 .flex .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 24px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 480px) {
  .page-sustainability_policy .sec_policy_top h3 .flex .text {
    font-size: 17px;
  }
}
.page-sustainability_policy .sec_view {
  padding-bottom: 150px;
}
@media screen and (max-width: 480px) {
  .page-sustainability_policy .sec_view {
    padding-bottom: 60px;
  }
}
.page-sustainability_policy .img_graph1 {
  display: block;
  max-width: 623px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* ==========================================================================
環境/社会
========================================================================== */
.page-sustainability_environment footer {
  margin-top: 0;
}
.page-sustainability_environment .box_environment {
  padding-bottom: 60px;
}
.page-sustainability_environment .box_environment h4 {
  margin-bottom: 60px;
}
.page-sustainability_environment .box_environment .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 480px) {
  .page-sustainability_environment .box_environment .flex {
    display: block;
  }
}
.page-sustainability_environment .box_environment .flex .img {
  -ms-flex-preferred-size: 42.79%;
      flex-basis: 42.79%;
}
@media screen and (max-width: 480px) {
  .page-sustainability_environment .box_environment .flex .img {
    margin-bottom: 30px;
  }
}
.page-sustainability_environment .box_environment .flex .img img {
  max-width: 376px;
  width: 100%;
}
.page-sustainability_environment .box_environment .flex .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 20px;
}
@media screen and (max-width: 480px) {
  .page-sustainability_environment .box_environment .flex .text {
    padding-left: 0;
  }
}
.page-sustainability_environment .box_environment .flex .text a {
  text-decoration: underline;
}
.page-sustainability_environment .el_exBtn {
  display: block;
  width: 100%;
  text-align: center;
  max-width: 256px;
  border: 1px solid #003169;
  padding: 10px 20px;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 600;
  color: #003169;
  margin-top: 50px;
  background-image: url(../images/sustainability/sustainability_environment/icon_ex.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center right 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-sustainability_environment #sec02 {
  background-color: #e5eaef;
}
.page-sustainability_environment #sec02 .dp_ttl_sub {
  position: relative;
  padding-right: 120px;
}
@media screen and (max-width: 480px) {
  .page-sustainability_environment #sec02 .dp_ttl_sub {
    padding-right: 100px;
  }
}
.page-sustainability_environment #sec02 .dp_ttl_sub .icons {
  position: absolute;
  top: calc(50% - 10px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 110px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.page-sustainability_environment #sec02 .dp_ttl_sub .icons &gt; div {
  -ms-flex-preferred-size: 50px;
      flex-basis: 50px;
  margin-left: 5px;
}
@media screen and (max-width: 480px) {
  .page-sustainability_environment #sec02 .dp_ttl_sub .icons &gt; div {
    -ms-flex-preferred-size: 40px;
        flex-basis: 40px;
  }
}
.page-sustainability_environment #sec02 .wrapper {
  padding-top: 4rem;
  padding-bottom: 7.5rem;
}
.page-sustainability_environment #sec02 .wrapper .dp_container {
  background-color: #fff;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.page-sustainability_environment #sec02 .wrapper .dp_container:nth-of-type(1) {
  margin-bottom: 5.375rem;
}

/* ==========================================================================
健康経営
========================================================================== */
.page-sustainability_health .dp_page_title .dp_page_title_inner .dp_page_title_en {
  font-size: 50px;
}
.page-sustainability_health .box_message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 480px) {
  .page-sustainability_health .box_message {
    display: block;
  }
}
.page-sustainability_health .box_message .img {
  -ms-flex-preferred-size: 37.5%;
      flex-basis: 37.5%;
}
.page-sustainability_health .box_message .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 30px;
}
@media screen and (max-width: 480px) {
  .page-sustainability_health .box_message .text {
    padding-left: 0;
    margin-top: 40px;
  }
}
.page-sustainability_health .box_message .text .message_signature_en {
  display: none;
}
@media screen and (max-width: 480px) {
  .page-sustainability_health .scroll_area {
    overflow: scroll;
    white-space: nowrap;
  }
}
.page-sustainability_health .img_health3 {
  max-width: 846px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 480px) {
  .page-sustainability_health .img_health3 {
    max-width: none;
    width: 600px;
  }
}
@media screen and (max-width: 480px) {
  .page-sustainability_health .img_health_map {
    max-width: none;
    width: 600px;
  }
}
.page-sustainability_health .box_environment_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 480px) {
  .page-sustainability_health .box_environment_flex {
    display: block;
  }
}
.page-sustainability_health .box_environment_flex .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 30px;
}
@media screen and (max-width: 480px) {
  .page-sustainability_health .box_environment_flex .text {
    margin-right: 0;
  }
}
.page-sustainability_health .box_environment_flex .logo {
  -ms-flex-preferred-size: 270px;
      flex-basis: 270px;
}
.page-sustainability_health .box_environment_flex .logo img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.tb_indicator {
  margin-bottom: 10px;
}
.tb_indicator th,
.tb_indicator td {
  border: 1px solid #fff;
  background-color: #d9e2f3;
  padding: 7px 20px;
  font-size: 16px;
}
.tb_indicator th {
  font-weight: 400;
}
.tb_indicator td {
  text-align: center;
}
.tb_indicator td.td_yellow {
  background-color: #fff2cb;
}
.tb_indicator thead th {
  text-align: center;
}
.tb_indicator thead th:last-child {
  background-color: #c7deb6;
}
.tb_indicator tbody td:last-child {
  background-color: #e2efda;
}

.ul_indicator {
  font-size: 13px;
  text-indent: -14px;
  padding-left: 14px;
  margin-bottom: 30px;
  text-align: left;
}

.title_lv2 {
  border-left: 10px solid #c5e0b4;
  padding-left: 20px;
  font-size: 22px;
  margin-top: 30px;
}

.dl_initiative {
  margin-top: 30px;
}
.dl_initiative dt {
  font-size: 18px;
}
.dl_initiative dt::before {
  content: "・";
}
.dl_initiative dd + dt {
  margin-top: 30px;
}

/* ==========================================================================
お問い合わせ
========================================================================== */
.page-contact .dp_page_title {
  background-image: url(../images/contact/mv.jpg);
}
.page-contact table tr th, .page-contact table tr td {
  padding-top: 25px;
  padding-bottom: 25px;
}
.page-contact table tr th {
  border-top: 1px solid #003366;
}
.page-contact table tr td .flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 480px) {
  .page-contact table tr td .flex {
    display: block;
  }
}
.page-contact table tr td .flex label {
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
}
@media screen and (max-width: 480px) {
  .page-contact table tr td .flex label {
    display: block;
  }
}
.page-contact .btn {
  max-width: 290px;
  font-size: 16px;
  line-height: 3;
  background-image: none;
}

.page-confirm .dp_btn_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 490px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 480px) {
  .page-confirm .dp_btn_main {
    display: block;
  }
}
.page-confirm .dp_btn_main .btn {
  margin: 0 10px;
}
@media screen and (max-width: 480px) {
  .page-confirm .dp_btn_main .btn {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
}
.page-confirm .dp_form_wrap table tr:last-of-type {
  display: none;
}

/* ==========================================================================
お知らせ
========================================================================== */
.page-news footer,
.single-post footer,
.category footer {
  margin-top: 0;
}
.page-news .dp_page_title,
.single-post .dp_page_title,
.category .dp_page_title {
  background-image: url(../images/news/mv.jpg);
}

/* 記事一覧
----------------------------------------------------------------- */
.page-news table tr:last-child th,
.category table tr:last-child th {
  border-bottom: 1px solid #003366;
}
.page-news table tr:last-child td,
.category table tr:last-child td {
  border-bottom: 1px solid #e9e9e9;
}
.page-news table th, .page-news table td,
.category table th,
.category table td {
  padding-top: 18px;
  padding-bottom: 18px;
}
@media screen and (max-width: 480px) {
  .page-news table th, .page-news table td,
  .category table th,
  .category table td {
    display: block;
  }
}
.page-news table th,
.category table th {
  border-top: 1px solid #003366;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 1px;
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  .page-news table th,
  .category table th {
    border-top: none;
    border-bottom: 1px solid #003366;
    width: 100%;
    text-align: left;
  }
}
.page-news table td,
.category table td {
  border-top: 1px solid #e9e9e9;
  padding-left: 2rem;
  padding-right: 60px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .page-news table td,
  .category table td {
    padding-left: 0;
  }
}
.page-news table td:after,
.category table td:after {
  content: "";
  width: 28px;
  height: 2px;
  background-image: url(../images/news/line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}
.page-news table td span,
.category table td span {
  font-size: 13px;
  font-weight: bold;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  width: 78px;
  padding: 4px 3px;
  color: #fff;
  line-height: 1;
  margin-right: 2rem;
  font-size: 12px;
}
.page-news table td span.info, .page-news table td span.info-en,
.category table td span.info,
.category table td span.info-en {
  background-color: #0a8ce3;
}
.page-news table td span.technology, .page-news table td span.technology-en,
.category table td span.technology,
.category table td span.technology-en {
  background-color: #7e7e7e;
}
.page-news table td span.event, .page-news table td span.event-en,
.category table td span.event,
.category table td span.event-en {
  background-color: #2b7caf;
}
.page-news table td span.recruit, .page-news table td span.recruit-en,
.category table td span.recruit,
.category table td span.recruit-en {
  background-color: #fcbb2a;
}
@media screen and (max-width: 480px) {
  .page-news table td span,
  .category table td span {
    margin-left: 0;
  }
}
.page-news .wp-pagenavi span, .page-news .wp-pagenavi a,
.category .wp-pagenavi span,
.category .wp-pagenavi a {
  background-color: transparent;
  color: #000;
  font-size: 14px;
}
.page-news .wp-pagenavi .current,
.category .wp-pagenavi .current {
  background-color: #000;
  color: #fff;
}

/* 記事個別
----------------------------------------------------------------- */
.single-post .dp_article_data {
  font-size: font-size(14px);
  color: #000;
  font-weight: normal;
}
.single-post .dp_ttl_sub {
  font-size: 22px;
  padding-bottom: 1rem;
}
.single-post .dp_article_contents * {
  margin-bottom: 2rem;
  max-width: 100%;
}
.single-post .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .single-post .links {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .single-post .links &gt; div {
    margin-bottom: 10px;
  }
}
.single-post .links &gt; div:nth-child(1), .single-post .links &gt; div:nth-child(3) {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}
.single-post .links &gt; div:nth-child(1) a, .single-post .links &gt; div:nth-child(3) a {
  background-color: #000;
  position: relative;
}
.single-post .links &gt; div:nth-child(1) a:hover, .single-post .links &gt; div:nth-child(3) a:hover {
  background-color: #666;
}
.single-post .links &gt; div:nth-child(1) a:before, .single-post .links &gt; div:nth-child(3) a:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 5px;
  height: 10px;
}
.single-post .links &gt; div:nth-child(1) a:before {
  left: 10px;
  background-image: url(../images/news/ico_prev.svg);
}
.single-post .links &gt; div:nth-child(2) {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  margin-left: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 480px) {
  .single-post .links &gt; div:nth-child(2) {
    margin-left: 0;
    margin-right: 0;
  }
}
.single-post .links &gt; div:nth-child(2) a {
  background-color: #0a8ce3;
}
.single-post .links &gt; div:nth-child(2) a:hover {
  background-color: #0f67b8;
}
.single-post .links &gt; div:nth-child(3) a:before {
  right: 10px;
  background-image: url(../images/news/ico_next.svg);
}
.single-post .links &gt; div a {
  display: block;
  text-align: center;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/* ページネーション
----------------------------------------------------------------- */
.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3.75rem;
  position: relative;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi .current {
  color: #fff;
  background-color: #0a8ce3;
}

.wp-pagenavi span,
.wp-pagenavi a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #0a8ce3;
  background-color: #e9e9e9;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  width: 2rem;
  height: 2rem;
  margin: 0 0.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wp-pagenavi a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.wp-pagenavi a:hover {
  color: #fff;
  background-color: #0a8ce3;
}
.wp-pagenavi a.first, .wp-pagenavi a.last {
  width: auto;
  font-size: 14px;
  padding: 0.5rem;
}

/* ==========================================================================
採用トップ
========================================================================== */
.page-recruit .h3_recruit .en,
.page-recruit_interview .h3_recruit .en,
.page-factorytour .h3_recruit .en,
.page-education_welfare .h3_recruit .en,
.page-requirements .h3_recruit .en {
  font-size: 96px;
  color: #2f5e98;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .page-recruit .h3_recruit .en,
  .page-recruit_interview .h3_recruit .en,
  .page-factorytour .h3_recruit .en,
  .page-education_welfare .h3_recruit .en,
  .page-requirements .h3_recruit .en {
    font-size: 16vw;
  }
}
.page-recruit .h3_recruit .ja span,
.page-recruit_interview .h3_recruit .ja span,
.page-factorytour .h3_recruit .ja span,
.page-education_welfare .h3_recruit .ja span,
.page-requirements .h3_recruit .ja span {
  font-size: 16px;
  display: inline-block;
  padding: 0 15px 0 40px;
  height: 25px;
  background-color: #2f5e98;
  position: relative;
  color: #fff;
  border-radius: 13px;
  line-height: 25px;
  font-weight: normal;
}
.page-recruit .h3_recruit .ja span:before,
.page-recruit_interview .h3_recruit .ja span:before,
.page-factorytour .h3_recruit .ja span:before,
.page-education_welfare .h3_recruit .ja span:before,
.page-requirements .h3_recruit .ja span:before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 13px;
  position: absolute;
  left: 0;
  top: 0;
}
.page-recruit .mainvisual,
.page-recruit_interview .mainvisual,
.page-factorytour .mainvisual,
.page-education_welfare .mainvisual,
.page-requirements .mainvisual {
  background-image: url(../images/recruit/bg1.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 896px) {
  .page-recruit .mainvisual,
  .page-recruit_interview .mainvisual,
  .page-factorytour .mainvisual,
  .page-education_welfare .mainvisual,
  .page-requirements .mainvisual {
    height: auto;
  }
}
.page-recruit .mainvisual .inner,
.page-recruit_interview .mainvisual .inner,
.page-factorytour .mainvisual .inner,
.page-education_welfare .mainvisual .inner,
.page-requirements .mainvisual .inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-top: 55.8%;
  margin-top: 90px;
}
@media screen and (max-width: 896px) {
  .page-recruit .mainvisual .inner,
  .page-recruit_interview .mainvisual .inner,
  .page-factorytour .mainvisual .inner,
  .page-education_welfare .mainvisual .inner,
  .page-requirements .mainvisual .inner {
    height: 97vw;
    padding-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .page-recruit .mainvisual .inner,
  .page-recruit_interview .mainvisual .inner,
  .page-factorytour .mainvisual .inner,
  .page-education_welfare .mainvisual .inner,
  .page-requirements .mainvisual .inner {
    height: auto;
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 65px;
  }
}
.page-recruit .mainvisual .matrix,
.page-recruit_interview .mainvisual .matrix,
.page-factorytour .mainvisual .matrix,
.page-education_welfare .mainvisual .matrix,
.page-requirements .mainvisual .matrix {
  position: absolute;
  top: 41%;
  left: 34.2%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media all and (-ms-high-contrast: none) {
  .page-recruit .mainvisual .matrix,
  .page-recruit_interview .mainvisual .matrix,
  .page-factorytour .mainvisual .matrix,
  .page-education_welfare .mainvisual .matrix,
  .page-requirements .mainvisual .matrix {
    left: 22%;
  }
}
@media screen and (max-width: 896px) {
  .page-recruit .mainvisual .matrix,
  .page-recruit_interview .mainvisual .matrix,
  .page-factorytour .mainvisual .matrix,
  .page-education_welfare .mainvisual .matrix,
  .page-requirements .mainvisual .matrix {
    top: 40%;
    left: 34%;
  }
}
@media screen and (max-width: 896px) and (-ms-high-contrast: none) {
  .page-recruit .mainvisual .matrix,
  .page-recruit_interview .mainvisual .matrix,
  .page-factorytour .mainvisual .matrix,
  .page-education_welfare .mainvisual .matrix,
  .page-requirements .mainvisual .matrix {
    left: 17%;
  }
}
@media screen and (max-width: 480px) {
  .page-recruit .mainvisual .matrix,
  .page-recruit_interview .mainvisual .matrix,
  .page-factorytour .mainvisual .matrix,
  .page-education_welfare .mainvisual .matrix,
  .page-requirements .mainvisual .matrix {
    position: relative;
    -webkit-transform: none;
            transform: none;
    top: auto;
    left: auto;
    padding-top: 10%;
  }
}
.page-recruit .mainvisual .matrix .txt_wrap,
.page-recruit_interview .mainvisual .matrix .txt_wrap,
.page-factorytour .mainvisual .matrix .txt_wrap,
.page-education_welfare .mainvisual .matrix .txt_wrap,
.page-requirements .mainvisual .matrix .txt_wrap {
  width: 100%;
  position: relative;
  font-size: 7.5vw;
}
@media all and (-ms-high-contrast: none) {
  .page-recruit .mainvisual .matrix .txt_wrap,
  .page-recruit_interview .mainvisual .matrix .txt_wrap,
  .page-factorytour .mainvisual .matrix .txt_wrap,
  .page-education_welfare .mainvisual .matrix .txt_wrap,
  .page-requirements .mainvisual .matrix .txt_wrap {
    width: 350%;
  }
}
@media screen and (max-width: 896px) {
  .page-recruit .mainvisual .matrix .txt_wrap,
  .page-recruit_interview .mainvisual .matrix .txt_wrap,
  .page-factorytour .mainvisual .matrix .txt_wrap,
  .page-education_welfare .mainvisual .matrix .txt_wrap,
  .page-requirements .mainvisual .matrix .txt_wrap {
    font-size: 10.7vw;
  }
}
@media screen and (max-width: 480px) {
  .page-recruit .mainvisual .matrix .txt_wrap,
  .page-recruit_interview .mainvisual .matrix .txt_wrap,
  .page-factorytour .mainvisual .matrix .txt_wrap,
  .page-education_welfare .mainvisual .matrix .txt_wrap,
  .page-requirements .mainvisual .matrix .txt_wrap {
    position: relative;
    top: auto;
    left: auto;
    font-size: 13vw;
    padding: 0 0.2em;
  }
}
.page-recruit .mainvisual .matrix .txt_wrap .bg-wrap,
.page-recruit_interview .mainvisual .matrix .txt_wrap .bg-wrap,
.page-factorytour .mainvisual .matrix .txt_wrap .bg-wrap,
.page-education_welfare .mainvisual .matrix .txt_wrap .bg-wrap,
.page-requirements .mainvisual .matrix .txt_wrap .bg-wrap {
  overflow: hidden;
  opacity: 0;
  display: block;
}
.page-recruit .mainvisual .matrix .txt_wrap .bg-wrap + .bg-wrap,
.page-recruit_interview .mainvisual .matrix .txt_wrap .bg-wrap + .bg-wrap,
.page-factorytour .mainvisual .matrix .txt_wrap .bg-wrap + .bg-wrap,
.page-education_welfare .mainvisual .matrix .txt_wrap .bg-wrap + .bg-wrap,
.page-requirements .mainvisual .matrix .txt_wrap .bg-wrap + .bg-wrap {
  margin-top: 0.125em;
}
.page-recruit .mainvisual .matrix .txt_wrap .bg-wrap + .bg-wrap.medium,
.page-recruit_interview .mainvisual .matrix .txt_wrap .bg-wrap + .bg-wrap.medium,
.page-factorytour .mainvisual .matrix .txt_wrap .bg-wrap + .bg-wrap.medium,
.page-education_welfare .mainvisual .matrix .txt_wrap .bg-wrap + .bg-wrap.medium,
.page-requirements .mainvisual .matrix .txt_wrap .bg-wrap + .bg-wrap.medium {
  margin-top: 0.2em;
}
.page-recruit .mainvisual .matrix .txt_wrap .bg-wrap .inn,
.page-recruit_interview .mainvisual .matrix .txt_wrap .bg-wrap .inn,
.page-factorytour .mainvisual .matrix .txt_wrap .bg-wrap .inn,
.page-education_welfare .mainvisual .matrix .txt_wrap .bg-wrap .inn,
.page-requirements .mainvisual .matrix .txt_wrap .bg-wrap .inn {
  display: block;
  color: #fff;
  line-height: 1;
  text-align: left;
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 100);
          transform: matrix(1, 0, 0, 1, 0, 100);
  -webkit-transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.page-recruit .mainvisual .matrix .txt_en,
.page-recruit_interview .mainvisual .matrix .txt_en,
.page-factorytour .mainvisual .matrix .txt_en,
.page-education_welfare .mainvisual .matrix .txt_en,
.page-requirements .mainvisual .matrix .txt_en {
  font-size: 1em;
}
.page-recruit .mainvisual .matrix .txt_en img,
.page-recruit_interview .mainvisual .matrix .txt_en img,
.page-factorytour .mainvisual .matrix .txt_en img,
.page-education_welfare .mainvisual .matrix .txt_en img,
.page-requirements .mainvisual .matrix .txt_en img {
  height: 1em;
  width: auto;
  max-width: none;
}
@media screen and (max-width: 480px) {
  .page-recruit .mainvisual .matrix .txt_en .large,
  .page-recruit_interview .mainvisual .matrix .txt_en .large,
  .page-factorytour .mainvisual .matrix .txt_en .large,
  .page-education_welfare .mainvisual .matrix .txt_en .large,
  .page-requirements .mainvisual .matrix .txt_en .large {
    display: none !important;
  }
}
.page-recruit .mainvisual .matrix .txt_en .large_sp,
.page-recruit_interview .mainvisual .matrix .txt_en .large_sp,
.page-factorytour .mainvisual .matrix .txt_en .large_sp,
.page-education_welfare .mainvisual .matrix .txt_en .large_sp,
.page-requirements .mainvisual .matrix .txt_en .large_sp {
  display: none !important;
}
@media screen and (max-width: 480px) {
  .page-recruit .mainvisual .matrix .txt_en .large_sp,
  .page-recruit_interview .mainvisual .matrix .txt_en .large_sp,
  .page-factorytour .mainvisual .matrix .txt_en .large_sp,
  .page-education_welfare .mainvisual .matrix .txt_en .large_sp,
  .page-requirements .mainvisual .matrix .txt_en .large_sp {
    display: block !important;
    margin-bottom: 0.2em;
  }
}
.page-recruit .mainvisual .matrix .txt_jp,
.page-recruit_interview .mainvisual .matrix .txt_jp,
.page-factorytour .mainvisual .matrix .txt_jp,
.page-education_welfare .mainvisual .matrix .txt_jp,
.page-requirements .mainvisual .matrix .txt_jp {
  font-size: 0.37em;
  margin-top: 0.7em;
  padding-left: 0.5em;
}
@media screen and (max-width: 896px) {
  .page-recruit .mainvisual .matrix .txt_jp,
  .page-recruit_interview .mainvisual .matrix .txt_jp,
  .page-factorytour .mainvisual .matrix .txt_jp,
  .page-education_welfare .mainvisual .matrix .txt_jp,
  .page-requirements .mainvisual .matrix .txt_jp {
    margin-top: 1.5em;
    font-size: 0.4em;
  }
}
@media screen and (max-width: 480px) {
  .page-recruit .mainvisual .matrix .txt_jp,
  .page-recruit_interview .mainvisual .matrix .txt_jp,
  .page-factorytour .mainvisual .matrix .txt_jp,
  .page-education_welfare .mainvisual .matrix .txt_jp,
  .page-requirements .mainvisual .matrix .txt_jp {
    margin-top: 0.5em;
  }
}
.page-recruit .mainvisual .matrix .txt_jp img,
.page-recruit_interview .mainvisual .matrix .txt_jp img,
.page-factorytour .mainvisual .matrix .txt_jp img,
.page-education_welfare .mainvisual .matrix .txt_jp img,
.page-requirements .mainvisual .matrix .txt_jp img {
  height: 1em;
  width: auto;
}
.page-recruit .mainvisual .matrix .txt_jp .medium,
.page-recruit_interview .mainvisual .matrix .txt_jp .medium,
.page-factorytour .mainvisual .matrix .txt_jp .medium,
.page-education_welfare .mainvisual .matrix .txt_jp .medium,
.page-requirements .mainvisual .matrix .txt_jp .medium {
  display: block !important;
}
@media screen and (max-width: 480px) {
  .page-recruit .mainvisual .matrix .txt_jp .medium,
  .page-recruit_interview .mainvisual .matrix .txt_jp .medium,
  .page-factorytour .mainvisual .matrix .txt_jp .medium,
  .page-education_welfare .mainvisual .matrix .txt_jp .medium,
  .page-requirements .mainvisual .matrix .txt_jp .medium {
    display: none !important;
  }
}
.page-recruit .mainvisual .matrix .txt_jp .medium_sp,
.page-recruit_interview .mainvisual .matrix .txt_jp .medium_sp,
.page-factorytour .mainvisual .matrix .txt_jp .medium_sp,
.page-education_welfare .mainvisual .matrix .txt_jp .medium_sp,
.page-requirements .mainvisual .matrix .txt_jp .medium_sp {
  display: none !important;
}
@media screen and (max-width: 480px) {
  .page-recruit .mainvisual .matrix .txt_jp .medium_sp,
  .page-recruit_interview .mainvisual .matrix .txt_jp .medium_sp,
  .page-factorytour .mainvisual .matrix .txt_jp .medium_sp,
  .page-education_welfare .mainvisual .matrix .txt_jp .medium_sp,
  .page-requirements .mainvisual .matrix .txt_jp .medium_sp {
    display: block !important;
  }
}
.page-recruit .mainvisual .matrix.is-animated .bg-wrap,
.page-recruit_interview .mainvisual .matrix.is-animated .bg-wrap,
.page-factorytour .mainvisual .matrix.is-animated .bg-wrap,
.page-education_welfare .mainvisual .matrix.is-animated .bg-wrap,
.page-requirements .mainvisual .matrix.is-animated .bg-wrap {
  opacity: 1;
}
.page-recruit .mainvisual .matrix.is-animated .bg-wrap .inn,
.page-recruit_interview .mainvisual .matrix.is-animated .bg-wrap .inn,
.page-factorytour .mainvisual .matrix.is-animated .bg-wrap .inn,
.page-education_welfare .mainvisual .matrix.is-animated .bg-wrap .inn,
.page-requirements .mainvisual .matrix.is-animated .bg-wrap .inn {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
          transform: matrix(1, 0, 0, 1, 0, 0);
}
.page-recruit .mainvisual .people_wrap,
.page-recruit_interview .mainvisual .people_wrap,
.page-factorytour .mainvisual .people_wrap,
.page-education_welfare .mainvisual .people_wrap,
.page-requirements .mainvisual .people_wrap {
  position: absolute;
  width: 46%;
  top: 51%;
  left: 65.3%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 896px) {
  .page-recruit .mainvisual .people_wrap,
  .page-recruit_interview .mainvisual .people_wrap,
  .page-factorytour .mainvisual .people_wrap,
  .page-education_welfare .mainvisual .people_wrap,
  .page-requirements .mainvisual .people_wrap {
    position: relative;
    width: 67%;
    top: 52%;
    left: 67.3%;
  }
}
@media screen and (max-width: 480px) {
  .page-recruit .mainvisual .people_wrap,
  .page-recruit_interview .mainvisual .people_wrap,
  .page-factorytour .mainvisual .people_wrap,
  .page-education_welfare .mainvisual .people_wrap,
  .page-requirements .mainvisual .people_wrap {
    position: relative;
    width: 100%;
    -webkit-transform: none;
            transform: none;
    top: auto;
    left: auto;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.page-recruit .mainvisual .people_wrap .people,
.page-recruit_interview .mainvisual .people_wrap .people,
.page-factorytour .mainvisual .people_wrap .people,
.page-education_welfare .mainvisual .people_wrap .people,
.page-requirements .mainvisual .people_wrap .people {
  position: relative;
  padding-top: 112.5%;
  width: 100%;
}
.page-recruit .mainvisual .people_wrap .people img,
.page-recruit_interview .mainvisual .people_wrap .people img,
.page-factorytour .mainvisual .people_wrap .people img,
.page-education_welfare .mainvisual .people_wrap .people img,
.page-requirements .mainvisual .people_wrap .people img {
  position: absolute;
  opacity: 0;
  -webkit-filter: blur(3px);
          filter: blur(3px);
  will-change: filter;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.page-recruit .mainvisual .people_wrap .people .img_people1,
.page-recruit_interview .mainvisual .people_wrap .people .img_people1,
.page-factorytour .mainvisual .people_wrap .people .img_people1,
.page-education_welfare .mainvisual .people_wrap .people .img_people1,
.page-requirements .mainvisual .people_wrap .people .img_people1 {
  width: 83.2%;
  right: 2.7%;
  bottom: -2.3%;
  z-index: 8;
}
.page-recruit .mainvisual .people_wrap .people .img_people1.anime,
.page-recruit_interview .mainvisual .people_wrap .people .img_people1.anime,
.page-factorytour .mainvisual .people_wrap .people .img_people1.anime,
.page-education_welfare .mainvisual .people_wrap .people .img_people1.anime,
.page-requirements .mainvisual .people_wrap .people .img_people1.anime {
  -webkit-animation: people_right 0.4s forwards ease-out;
          animation: people_right 0.4s forwards ease-out;
}
.page-recruit .mainvisual .people_wrap .people .img_people2,
.page-recruit_interview .mainvisual .people_wrap .people .img_people2,
.page-factorytour .mainvisual .people_wrap .people .img_people2,
.page-education_welfare .mainvisual .people_wrap .people .img_people2,
.page-requirements .mainvisual .people_wrap .people .img_people2 {
  width: 83.2%;
  left: -5.5%;
  bottom: 2%;
  z-index: 7;
}
.page-recruit .mainvisual .people_wrap .people .img_people2.anime,
.page-recruit_interview .mainvisual .people_wrap .people .img_people2.anime,
.page-factorytour .mainvisual .people_wrap .people .img_people2.anime,
.page-education_welfare .mainvisual .people_wrap .people .img_people2.anime,
.page-requirements .mainvisual .people_wrap .people .img_people2.anime {
  -webkit-animation: people_left 0.4s forwards ease-out;
          animation: people_left 0.4s forwards ease-out;
}
.page-recruit .mainvisual .people_wrap .people .img_people3,
.page-recruit_interview .mainvisual .people_wrap .people .img_people3,
.page-factorytour .mainvisual .people_wrap .people .img_people3,
.page-education_welfare .mainvisual .people_wrap .people .img_people3,
.page-requirements .mainvisual .people_wrap .people .img_people3 {
  width: 83.2%;
  right: -18.5%;
  top: 16.5%;
  z-index: 6;
}
.page-recruit .mainvisual .people_wrap .people .img_people3.anime,
.page-recruit_interview .mainvisual .people_wrap .people .img_people3.anime,
.page-factorytour .mainvisual .people_wrap .people .img_people3.anime,
.page-education_welfare .mainvisual .people_wrap .people .img_people3.anime,
.page-requirements .mainvisual .people_wrap .people .img_people3.anime {
  -webkit-animation: people_right 0.4s forwards ease-out;
          animation: people_right 0.4s forwards ease-out;
}
.page-recruit .mainvisual .people_wrap .people .img_people4,
.page-recruit_interview .mainvisual .people_wrap .people .img_people4,
.page-factorytour .mainvisual .people_wrap .people .img_people4,
.page-education_welfare .mainvisual .people_wrap .people .img_people4,
.page-requirements .mainvisual .people_wrap .people .img_people4 {
  width: 83.2%;
  right: -4%;
  top: 14%;
  z-index: 5;
}
.page-recruit .mainvisual .people_wrap .people .img_people4.anime,
.page-recruit_interview .mainvisual .people_wrap .people .img_people4.anime,
.page-factorytour .mainvisual .people_wrap .people .img_people4.anime,
.page-education_welfare .mainvisual .people_wrap .people .img_people4.anime,
.page-requirements .mainvisual .people_wrap .people .img_people4.anime {
  -webkit-animation: scale 0.4s forwards ease-out;
          animation: scale 0.4s forwards ease-out;
}
.page-recruit .mainvisual .people_wrap .people .img_people5,
.page-recruit_interview .mainvisual .people_wrap .people .img_people5,
.page-factorytour .mainvisual .people_wrap .people .img_people5,
.page-education_welfare .mainvisual .people_wrap .people .img_people5,
.page-requirements .mainvisual .people_wrap .people .img_people5 {
  width: 83.2%;
  left: 0.5%;
  top: 9.3%;
  z-index: 4;
}
.page-recruit .mainvisual .people_wrap .people .img_people5.anime,
.page-recruit_interview .mainvisual .people_wrap .people .img_people5.anime,
.page-factorytour .mainvisual .people_wrap .people .img_people5.anime,
.page-education_welfare .mainvisual .people_wrap .people .img_people5.anime,
.page-requirements .mainvisual .people_wrap .people .img_people5.anime {
  -webkit-animation: scale 0.4s forwards ease-out;
          animation: scale 0.4s forwards ease-out;
}
.page-recruit .mainvisual .people_wrap .people .img_people6,
.page-recruit_interview .mainvisual .people_wrap .people .img_people6,
.page-factorytour .mainvisual .people_wrap .people .img_people6,
.page-education_welfare .mainvisual .people_wrap .people .img_people6,
.page-requirements .mainvisual .people_wrap .people .img_people6 {
  width: 83.2%;
  left: -17.5%;
  top: 9.5%;
  z-index: 3;
}
.page-recruit .mainvisual .people_wrap .people .img_people6.anime,
.page-recruit_interview .mainvisual .people_wrap .people .img_people6.anime,
.page-factorytour .mainvisual .people_wrap .people .img_people6.anime,
.page-education_welfare .mainvisual .people_wrap .people .img_people6.anime,
.page-requirements .mainvisual .people_wrap .people .img_people6.anime {
  -webkit-animation: people_left 0.4s forwards ease-out;
          animation: people_left 0.4s forwards ease-out;
}
.page-recruit .mainvisual .people_wrap .people .img_people7,
.page-recruit_interview .mainvisual .people_wrap .people .img_people7,
.page-factorytour .mainvisual .people_wrap .people .img_people7,
.page-education_welfare .mainvisual .people_wrap .people .img_people7,
.page-requirements .mainvisual .people_wrap .people .img_people7 {
  width: 83.2%;
  top: -7.5%;
  left: 20.1%;
  z-index: 2;
}
.page-recruit .mainvisual .people_wrap .people .img_people7.anime,
.page-recruit_interview .mainvisual .people_wrap .people .img_people7.anime,
.page-factorytour .mainvisual .people_wrap .people .img_people7.anime,
.page-education_welfare .mainvisual .people_wrap .people .img_people7.anime,
.page-requirements .mainvisual .people_wrap .people .img_people7.anime {
  -webkit-animation: people_right 0.4s forwards ease-out;
          animation: people_right 0.4s forwards ease-out;
}
.page-recruit .mainvisual .people_wrap .people .img_people8,
.page-recruit_interview .mainvisual .people_wrap .people .img_people8,
.page-factorytour .mainvisual .people_wrap .people .img_people8,
.page-education_welfare .mainvisual .people_wrap .people .img_people8,
.page-requirements .mainvisual .people_wrap .people .img_people8 {
  width: 83.2%;
  top: -6%;
  left: 0.1%;
  z-index: 1;
}
.page-recruit .mainvisual .people_wrap .people .img_people8.anime,
.page-recruit_interview .mainvisual .people_wrap .people .img_people8.anime,
.page-factorytour .mainvisual .people_wrap .people .img_people8.anime,
.page-education_welfare .mainvisual .people_wrap .people .img_people8.anime,
.page-requirements .mainvisual .people_wrap .people .img_people8.anime {
  -webkit-animation: people_left 0.4s forwards ease-out;
          animation: people_left 0.4s forwards ease-out;
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
    -webkit-filter: blur(3px);
            filter: blur(3px);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
    -webkit-filter: blur(3px);
            filter: blur(3px);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes people_left {
  0% {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
    opacity: 0;
    -webkit-filter: blur(3px);
            filter: blur(3px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes people_left {
  0% {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
    opacity: 0;
    -webkit-filter: blur(3px);
            filter: blur(3px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes people_right {
  0% {
    -webkit-transform: translateX(20%);
            transform: translateX(20%);
    opacity: 0;
    -webkit-filter: blur(3px);
            filter: blur(3px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes people_right {
  0% {
    -webkit-transform: translateX(20%);
            transform: translateX(20%);
    opacity: 0;
    -webkit-filter: blur(3px);
            filter: blur(3px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
.page-recruit .mainvisual .sec_news,
.page-recruit_interview .mainvisual .sec_news,
.page-factorytour .mainvisual .sec_news,
.page-education_welfare .mainvisual .sec_news,
.page-requirements .mainvisual .sec_news {
  background-color: rgba(255, 185, 69, 0.2);
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 896px) {
  .page-recruit .mainvisual .sec_news,
  .page-recruit_interview .mainvisual .sec_news,
  .page-factorytour .mainvisual .sec_news,
  .page-education_welfare .mainvisual .sec_news,
  .page-requirements .mainvisual .sec_news {
    position: static;
  }
}
.page-recruit .mainvisual .sec_news h3,
.page-recruit_interview .mainvisual .sec_news h3,
.page-factorytour .mainvisual .sec_news h3,
.page-education_welfare .mainvisual .sec_news h3,
.page-requirements .mainvisual .sec_news h3 {
  color: #2f5e98;
  font-size: 28px;
  position: relative;
}
.page-recruit .mainvisual .sec_news h3 span,
.page-recruit_interview .mainvisual .sec_news h3 span,
.page-factorytour .mainvisual .sec_news h3 span,
.page-education_welfare .mainvisual .sec_news h3 span,
.page-requirements .mainvisual .sec_news h3 span {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 12px;
}
@media screen and (max-width: 480px) {
  .page-recruit .mainvisual .sec_news h3 span,
  .page-recruit_interview .mainvisual .sec_news h3 span,
  .page-factorytour .mainvisual .sec_news h3 span,
  .page-education_welfare .mainvisual .sec_news h3 span,
  .page-requirements .mainvisual .sec_news h3 span {
    position: static;
    display: block;
    margin-top: 10px;
  }
}
.page-recruit .mainvisual .sec_news h3 span a,
.page-recruit_interview .mainvisual .sec_news h3 span a,
.page-factorytour .mainvisual .sec_news h3 span a,
.page-education_welfare .mainvisual .sec_news h3 span a,
.page-requirements .mainvisual .sec_news h3 span a {
  color: #fff;
  background-color: #0a8ce3;
  display: block;
  width: 100%;
  height: 100%;
  font-weight: normal;
  padding: 2px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-recruit .mainvisual .sec_news h3 span a:hover,
.page-recruit_interview .mainvisual .sec_news h3 span a:hover,
.page-factorytour .mainvisual .sec_news h3 span a:hover,
.page-education_welfare .mainvisual .sec_news h3 span a:hover,
.page-requirements .mainvisual .sec_news h3 span a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 480px) {
  .page-recruit .mainvisual .sec_news h3 span a,
  .page-recruit_interview .mainvisual .sec_news h3 span a,
  .page-factorytour .mainvisual .sec_news h3 span a,
  .page-education_welfare .mainvisual .sec_news h3 span a,
  .page-requirements .mainvisual .sec_news h3 span a {
    display: inline-block;
    width: auto;
    margin-top: 20px;
  }
}
.page-recruit .mainvisual .sec_news table,
.page-recruit_interview .mainvisual .sec_news table,
.page-factorytour .mainvisual .sec_news table,
.page-education_welfare .mainvisual .sec_news table,
.page-requirements .mainvisual .sec_news table {
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  .page-recruit .mainvisual .sec_news table,
  .page-recruit_interview .mainvisual .sec_news table,
  .page-factorytour .mainvisual .sec_news table,
  .page-education_welfare .mainvisual .sec_news table,
  .page-requirements .mainvisual .sec_news table {
    margin-top: 0;
  }
}
.page-recruit .mainvisual .sec_news table tr,
.page-recruit_interview .mainvisual .sec_news table tr,
.page-factorytour .mainvisual .sec_news table tr,
.page-education_welfare .mainvisual .sec_news table tr,
.page-requirements .mainvisual .sec_news table tr {
  border-top: 1px solid #fff;
}
.page-recruit .mainvisual .sec_news table tr:last-child,
.page-recruit_interview .mainvisual .sec_news table tr:last-child,
.page-factorytour .mainvisual .sec_news table tr:last-child,
.page-education_welfare .mainvisual .sec_news table tr:last-child,
.page-requirements .mainvisual .sec_news table tr:last-child {
  border-bottom: 1px solid #fff;
}
.page-recruit .mainvisual .sec_news table tr th,
.page-recruit .mainvisual .sec_news table tr td,
.page-recruit_interview .mainvisual .sec_news table tr th,
.page-recruit_interview .mainvisual .sec_news table tr td,
.page-factorytour .mainvisual .sec_news table tr th,
.page-factorytour .mainvisual .sec_news table tr td,
.page-education_welfare .mainvisual .sec_news table tr th,
.page-education_welfare .mainvisual .sec_news table tr td,
.page-requirements .mainvisual .sec_news table tr th,
.page-requirements .mainvisual .sec_news table tr td {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 1.5rem;
}
@media screen and (max-width: 480px) {
  .page-recruit .mainvisual .sec_news table tr th,
  .page-recruit .mainvisual .sec_news table tr td,
  .page-recruit_interview .mainvisual .sec_news table tr th,
  .page-recruit_interview .mainvisual .sec_news table tr td,
  .page-factorytour .mainvisual .sec_news table tr th,
  .page-factorytour .mainvisual .sec_news table tr td,
  .page-education_welfare .mainvisual .sec_news table tr th,
  .page-education_welfare .mainvisual .sec_news table tr td,
  .page-requirements .mainvisual .sec_news table tr th,
  .page-requirements .mainvisual .sec_news table tr td {
    display: block;
    padding-left: 0;
    line-height: 1.7;
  }
}
.page-recruit .mainvisual .sec_news table tr th,
.page-recruit_interview .mainvisual .sec_news table tr th,
.page-factorytour .mainvisual .sec_news table tr th,
.page-education_welfare .mainvisual .sec_news table tr th,
.page-requirements .mainvisual .sec_news table tr th {
  color: #2f5e98;
}
@media screen and (max-width: 480px) {
  .page-recruit .mainvisual .sec_news table tr th,
  .page-recruit_interview .mainvisual .sec_news table tr th,
  .page-factorytour .mainvisual .sec_news table tr th,
  .page-education_welfare .mainvisual .sec_news table tr th,
  .page-requirements .mainvisual .sec_news table tr th {
    padding-bottom: 0;
  }
}
.page-recruit .mainvisual .sec_news table tr td,
.page-recruit_interview .mainvisual .sec_news table tr td,
.page-factorytour .mainvisual .sec_news table tr td,
.page-education_welfare .mainvisual .sec_news table tr td,
.page-requirements .mainvisual .sec_news table tr td {
  position: relative;
  padding-right: 30px;
}
.page-recruit .mainvisual .sec_news table tr td:after,
.page-recruit_interview .mainvisual .sec_news table tr td:after,
.page-factorytour .mainvisual .sec_news table tr td:after,
.page-education_welfare .mainvisual .sec_news table tr td:after,
.page-requirements .mainvisual .sec_news table tr td:after {
  content: "";
  width: 4px;
  height: 8px;
  background-image: url(../images/recruit/ico_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}
@media screen and (max-width: 480px) {
  .page-recruit .mainvisual .sec_news table tr td:after,
  .page-recruit_interview .mainvisual .sec_news table tr td:after,
  .page-factorytour .mainvisual .sec_news table tr td:after,
  .page-education_welfare .mainvisual .sec_news table tr td:after,
  .page-requirements .mainvisual .sec_news table tr td:after {
    -webkit-transform: none;
            transform: none;
    top: 10px;
  }
}
@media screen and (max-width: 480px) {
  .page-recruit .mainvisual .sec_news table tr td,
  .page-recruit_interview .mainvisual .sec_news table tr td,
  .page-factorytour .mainvisual .sec_news table tr td,
  .page-education_welfare .mainvisual .sec_news table tr td,
  .page-requirements .mainvisual .sec_news table tr td {
    padding-top: 0;
  }
}
.page-recruit .lead,
.page-recruit_interview .lead,
.page-factorytour .lead,
.page-education_welfare .lead,
.page-requirements .lead {
  padding-top: 5rem;
  position: relative;
  z-index: 0;
}
.page-recruit .lead:before, .page-recruit .lead:after,
.page-recruit_interview .lead:before,
.page-recruit_interview .lead:after,
.page-factorytour .lead:before,
.page-factorytour .lead:after,
.page-education_welfare .lead:before,
.page-education_welfare .lead:after,
.page-requirements .lead:before,
.page-requirements .lead:after {
  content: "";
  position: absolute;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
.page-recruit .lead:before,
.page-recruit_interview .lead:before,
.page-factorytour .lead:before,
.page-education_welfare .lead:before,
.page-requirements .lead:before {
  background-image: url(../images/recruit/bg_lead_l.png);
  width: 26.1vw;
  height: 62.2vw;
  left: 0;
  max-height: 872px;
  background-position: bottom left;
}
@media screen and (max-width: 896px) {
  .page-recruit .lead:before,
  .page-recruit_interview .lead:before,
  .page-factorytour .lead:before,
  .page-education_welfare .lead:before,
  .page-requirements .lead:before {
    background-image: url(../images/recruit/bg_lead_l_sp.png);
    bottom: 22%;
    width: 37.9vw;
    height: 72.5vw;
  }
}
@media screen and (max-width: 480px) {
  .page-recruit .lead:before,
  .page-recruit_interview .lead:before,
  .page-factorytour .lead:before,
  .page-education_welfare .lead:before,
  .page-requirements .lead:before {
    width: 56vw;
    height: 107.2vw;
    bottom: 30%;
  }
}
.page-recruit .lead:after,
.page-recruit_interview .lead:after,
.page-factorytour .lead:after,
.page-education_welfare .lead:after,
.page-requirements .lead:after {
  background-image: url(../images/recruit/bg_lead_r.png);
  width: 64.1vw;
  height: 59.4vw;
  right: 0;
  max-height: 832px;
  background-position: bottom right;
}
@media screen and (max-width: 896px) {
  .page-recruit .lead:after,
  .page-recruit_interview .lead:after,
  .page-factorytour .lead:after,
  .page-education_welfare .lead:after,
  .page-requirements .lead:after {
    background-image: url(../images/recruit/bg_lead_r_sp.png);
    bottom: 0%;
    width: 64vw;
    height: 83.8vw;
  }
}
@media screen and (max-width: 480px) {
  .page-recruit .lead:after,
  .page-recruit_interview .lead:after,
  .page-factorytour .lead:after,
  .page-education_welfare .lead:after,
  .page-requirements .lead:after {
    width: 78.6vw;
    height: 102.9vw;
  }
}
.page-recruit .lead .catch,
.page-recruit_interview .lead .catch,
.page-factorytour .lead .catch,
.page-education_welfare .lead .catch,
.page-requirements .lead .catch {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.3;
  color: #2f5e98;
}
@media screen and (max-width: 896px) {
  .page-recruit .lead .catch,
  .page-recruit_interview .lead .catch,
  .page-factorytour .lead .catch,
  .page-education_welfare .lead .catch,
  .page-requirements .lead .catch {
    line-height: 1.6;
  }
}
@media screen and (max-width: 480px) {
  .page-recruit .lead .catch,
  .page-recruit_interview .lead .catch,
  .page-factorytour .lead .catch,
  .page-education_welfare .lead .catch,
  .page-requirements .lead .catch {
    font-size: 28px;
  }
}
.page-recruit .lead .catch span,
.page-recruit_interview .lead .catch span,
.page-factorytour .lead .catch span,
.page-education_welfare .lead .catch span,
.page-requirements .lead .catch span {
  font-size: 46px;
}
@media screen and (max-width: 480px) {
  .page-recruit .lead .catch span,
  .page-recruit_interview .lead .catch span,
  .page-factorytour .lead .catch span,
  .page-education_welfare .lead .catch span,
  .page-requirements .lead .catch span {
    font-size: 32px;
  }
}
.page-recruit .lead .catch span:nth-of-type(1),
.page-recruit_interview .lead .catch span:nth-of-type(1),
.page-factorytour .lead .catch span:nth-of-type(1),
.page-education_welfare .lead .catch span:nth-of-type(1),
.page-requirements .lead .catch span:nth-of-type(1) {
  color: #32c4a8;
}
.page-recruit .lead .catch span:nth-of-type(2),
.page-recruit_interview .lead .catch span:nth-of-type(2),
.page-factorytour .lead .catch span:nth-of-type(2),
.page-education_welfare .lead .catch span:nth-of-type(2),
.page-requirements .lead .catch span:nth-of-type(2) {
  color: #2ebcf3;
}
.page-recruit .lead .catch span:nth-of-type(3),
.page-recruit_interview .lead .catch span:nth-of-type(3),
.page-factorytour .lead .catch span:nth-of-type(3),
.page-education_welfare .lead .catch span:nth-of-type(3),
.page-requirements .lead .catch span:nth-of-type(3) {
  color: #0082d1;
}
.page-recruit .lead .catch span:nth-of-type(4),
.page-recruit_interview .lead .catch span:nth-of-type(4),
.page-factorytour .lead .catch span:nth-of-type(4),
.page-education_welfare .lead .catch span:nth-of-type(4),
.page-requirements .lead .catch span:nth-of-type(4) {
  color: #f17fb9;
}
.page-recruit .lead .catch span:nth-of-type(5),
.page-recruit_interview .lead .catch span:nth-of-type(5),
.page-factorytour .lead .catch span:nth-of-type(5),
.page-education_welfare .lead .catch span:nth-of-type(5),
.page-requirements .lead .catch span:nth-of-type(5) {
  color: #ec6963;
}
.page-recruit .lead .catch span:nth-of-type(6),
.page-recruit_interview .lead .catch span:nth-of-type(6),
.page-factorytour .lead .catch span:nth-of-type(6),
.page-education_welfare .lead .catch span:nth-of-type(6),
.page-requirements .lead .catch span:nth-of-type(6) {
  color: #faac00;
}
.page-recruit .lead p,
.page-recruit_interview .lead p,
.page-factorytour .lead p,
.page-education_welfare .lead p,
.page-requirements .lead p {
  text-align: center;
}
@media screen and (max-width: 480px) {
  .page-recruit .lead p,
  .page-recruit_interview .lead p,
  .page-factorytour .lead p,
  .page-education_welfare .lead p,
  .page-requirements .lead p {
    text-align: left !important;
  }
}
@media screen and (max-width: 480px) {
  .page-recruit .lead img,
  .page-recruit_interview .lead img,
  .page-factorytour .lead img,
  .page-education_welfare .lead img,
  .page-requirements .lead img {
    width: 100vw;
    -webkit-transform: translateX(-8%);
            transform: translateX(-8%);
    max-width: none;
  }
}
.page-recruit .sec_interview,
.page-recruit_interview .sec_interview,
.page-factorytour .sec_interview,
.page-education_welfare .sec_interview,
.page-requirements .sec_interview {
  background-image: url(../images/recruit/bg1.jpg);
  background-size: cover;
  background-position: center;
  padding-top: 10rem;
  padding-bottom: 6rem;
}
.page-recruit .sec_interview h3,
.page-recruit_interview .sec_interview h3,
.page-factorytour .sec_interview h3,
.page-education_welfare .sec_interview h3,
.page-requirements .sec_interview h3 {
  font-size: 96px;
  color: #2f5e98;
  line-height: 0.4;
}
@media screen and (max-width: 480px) {
  .page-recruit .sec_interview h3,
  .page-recruit_interview .sec_interview h3,
  .page-factorytour .sec_interview h3,
  .page-education_welfare .sec_interview h3,
  .page-requirements .sec_interview h3 {
    font-size: 14vw;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .page-recruit .sec_interview h3 .ja,
  .page-recruit_interview .sec_interview h3 .ja,
  .page-factorytour .sec_interview h3 .ja,
  .page-education_welfare .sec_interview h3 .ja,
  .page-requirements .sec_interview h3 .ja {
    text-align: center;
    margin-top: 30px;
  }
}
.page-recruit .sec_interview h3 .ja span,
.page-recruit_interview .sec_interview h3 .ja span,
.page-factorytour .sec_interview h3 .ja span,
.page-education_welfare .sec_interview h3 .ja span,
.page-requirements .sec_interview h3 .ja span {
  font-size: 16px;
  display: inline-block;
  padding: 0 15px 0 40px;
  height: 25px;
  background-color: #2f5e98;
  position: relative;
  color: #fff;
  border-radius: 13px;
  line-height: 25px;
  font-weight: normal;
}
.page-recruit .sec_interview h3 .ja span:before,
.page-recruit_interview .sec_interview h3 .ja span:before,
.page-factorytour .sec_interview h3 .ja span:before,
.page-education_welfare .sec_interview h3 .ja span:before,
.page-requirements .sec_interview h3 .ja span:before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 13px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #b8cd00;
}
.page-recruit .sec_interview .box_wrap,
.page-recruit_interview .sec_interview .box_wrap,
.page-factorytour .sec_interview .box_wrap,
.page-education_welfare .sec_interview .box_wrap,
.page-requirements .sec_interview .box_wrap {
  max-width: 1085px;
  margin-left: auto;
  margin-right: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .page-recruit .sec_interview .box_wrap,
  .page-recruit_interview .sec_interview .box_wrap,
  .page-factorytour .sec_interview .box_wrap,
  .page-education_welfare .sec_interview .box_wrap,
  .page-requirements .sec_interview .box_wrap {
    width: 100vw;
    -webkit-transform: translateX(-8%);
            transform: translateX(-8%);
    display: block;
  }
}
.page-recruit .sec_interview .box_wrap .box,
.page-recruit_interview .sec_interview .box_wrap .box,
.page-factorytour .sec_interview .box_wrap .box,
.page-education_welfare .sec_interview .box_wrap .box,
.page-requirements .sec_interview .box_wrap .box {
  background-color: #fff;
  margin-right: 1.38%;
  margin-left: 0;
  border-top-width: 10px;
  border-top-style: solid;
  margin-bottom: 50px;
  -ms-flex-preferred-size: 23.96%;
      flex-basis: 23.96%;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 896px) {
  .page-recruit .sec_interview .box_wrap .box,
  .page-recruit_interview .sec_interview .box_wrap .box,
  .page-factorytour .sec_interview .box_wrap .box,
  .page-education_welfare .sec_interview .box_wrap .box,
  .page-requirements .sec_interview .box_wrap .box {
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 480px) {
  .page-recruit .sec_interview .box_wrap .box,
  .page-recruit_interview .sec_interview .box_wrap .box,
  .page-factorytour .sec_interview .box_wrap .box,
  .page-education_welfare .sec_interview .box_wrap .box,
  .page-requirements .sec_interview .box_wrap .box {
    margin: 0 20px;
  }
}
.page-recruit .sec_interview .box_wrap .box:nth-child(4n),
.page-recruit_interview .sec_interview .box_wrap .box:nth-child(4n),
.page-factorytour .sec_interview .box_wrap .box:nth-child(4n),
.page-education_welfare .sec_interview .box_wrap .box:nth-child(4n),
.page-requirements .sec_interview .box_wrap .box:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 896px) {
  .page-recruit .sec_interview .box_wrap .box:nth-child(4n),
  .page-recruit_interview .sec_interview .box_wrap .box:nth-child(4n),
  .page-factorytour .sec_interview .box_wrap .box:nth-child(4n),
  .page-education_welfare .sec_interview .box_wrap .box:nth-child(4n),
  .page-requirements .sec_interview .box_wrap .box:nth-child(4n) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 480px) {
  .page-recruit .sec_interview .box_wrap .box:nth-child(4n),
  .page-recruit_interview .sec_interview .box_wrap .box:nth-child(4n),
  .page-factorytour .sec_interview .box_wrap .box:nth-child(4n),
  .page-education_welfare .sec_interview .box_wrap .box:nth-child(4n),
  .page-requirements .sec_interview .box_wrap .box:nth-child(4n) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 896px) {
  .page-recruit .sec_interview .box_wrap .box:nth-child(3n),
  .page-recruit_interview .sec_interview .box_wrap .box:nth-child(3n),
  .page-factorytour .sec_interview .box_wrap .box:nth-child(3n),
  .page-education_welfare .sec_interview .box_wrap .box:nth-child(3n),
  .page-requirements .sec_interview .box_wrap .box:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .page-recruit .sec_interview .box_wrap .box:nth-child(3n),
  .page-recruit_interview .sec_interview .box_wrap .box:nth-child(3n),
  .page-factorytour .sec_interview .box_wrap .box:nth-child(3n),
  .page-education_welfare .sec_interview .box_wrap .box:nth-child(3n),
  .page-requirements .sec_interview .box_wrap .box:nth-child(3n) {
    margin-right: 20px;
  }
}
.page-recruit .sec_interview .box_wrap .box a,
.page-recruit_interview .sec_interview .box_wrap .box a,
.page-factorytour .sec_interview .box_wrap .box a,
.page-education_welfare .sec_interview .box_wrap .box a,
.page-requirements .sec_interview .box_wrap .box a {
  display: block;
  width: 100%;
  height: 100%;
}
.page-recruit .sec_interview .box_wrap .box a:hover,
.page-recruit_interview .sec_interview .box_wrap .box a:hover,
.page-factorytour .sec_interview .box_wrap .box a:hover,
.page-education_welfare .sec_interview .box_wrap .box a:hover,
.page-requirements .sec_interview .box_wrap .box a:hover {
  opacity: 0.8;
}
.page-recruit .sec_interview .box_wrap .box .thum,
.page-recruit_interview .sec_interview .box_wrap .box .thum,
.page-factorytour .sec_interview .box_wrap .box .thum,
.page-education_welfare .sec_interview .box_wrap .box .thum,
.page-requirements .sec_interview .box_wrap .box .thum {
  padding-top: 65.3%;
  background-size: cover;
  background-position: center;
  background-image: url(../images/recruit/thum_person1.jpg);
}
.page-recruit .sec_interview .box_wrap .box .text,
.page-recruit_interview .sec_interview .box_wrap .box .text,
.page-factorytour .sec_interview .box_wrap .box .text,
.page-education_welfare .sec_interview .box_wrap .box .text,
.page-requirements .sec_interview .box_wrap .box .text {
  padding: 20px 10px;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .page-recruit .sec_interview .box_wrap .box .text,
  .page-recruit_interview .sec_interview .box_wrap .box .text,
  .page-factorytour .sec_interview .box_wrap .box .text,
  .page-education_welfare .sec_interview .box_wrap .box .text,
  .page-requirements .sec_interview .box_wrap .box .text {
    padding-top: 30px;
  }
}
.page-recruit .sec_interview .box_wrap .box .text .lg,
.page-recruit_interview .sec_interview .box_wrap .box .text .lg,
.page-factorytour .sec_interview .box_wrap .box .text .lg,
.page-education_welfare .sec_interview .box_wrap .box .text .lg,
.page-requirements .sec_interview .box_wrap .box .text .lg {
  color: #2f5e98;
  font-size: 16px;
  letter-spacing: -0.05em;
  margin-bottom: 20px;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 896px) {
  .page-recruit .sec_interview .box_wrap .box .text .lg,
  .page-recruit_interview .sec_interview .box_wrap .box .text .lg,
  .page-factorytour .sec_interview .box_wrap .box .text .lg,
  .page-education_welfare .sec_interview .box_wrap .box .text .lg,
  .page-requirements .sec_interview .box_wrap .box .text .lg {
    font-size: 16px;
  }
}
.page-recruit .sec_interview .box_wrap .box .text .div,
.page-recruit .sec_interview .box_wrap .box .text .entry,
.page-recruit_interview .sec_interview .box_wrap .box .text .div,
.page-recruit_interview .sec_interview .box_wrap .box .text .entry,
.page-factorytour .sec_interview .box_wrap .box .text .div,
.page-factorytour .sec_interview .box_wrap .box .text .entry,
.page-education_welfare .sec_interview .box_wrap .box .text .div,
.page-education_welfare .sec_interview .box_wrap .box .text .entry,
.page-requirements .sec_interview .box_wrap .box .text .div,
.page-requirements .sec_interview .box_wrap .box .text .entry {
  font-size: 12px;
}
.page-recruit .sec_interview .box_wrap .box.box1,
.page-recruit_interview .sec_interview .box_wrap .box.box1,
.page-factorytour .sec_interview .box_wrap .box.box1,
.page-education_welfare .sec_interview .box_wrap .box.box1,
.page-requirements .sec_interview .box_wrap .box.box1 {
  border-top-color: #32c4a8;
}
.page-recruit .sec_interview .box_wrap .box.box2,
.page-recruit_interview .sec_interview .box_wrap .box.box2,
.page-factorytour .sec_interview .box_wrap .box.box2,
.page-education_welfare .sec_interview .box_wrap .box.box2,
.page-requirements .sec_interview .box_wrap .box.box2 {
  border-top-color: #80c200;
}
.page-recruit .sec_interview .box_wrap .box.box3,
.page-recruit_interview .sec_interview .box_wrap .box.box3,
.page-factorytour .sec_interview .box_wrap .box.box3,
.page-education_welfare .sec_interview .box_wrap .box.box3,
.page-requirements .sec_interview .box_wrap .box.box3 {
  border-top-color: #2ebcf3;
}
.page-recruit .sec_interview .box_wrap .box.box4,
.page-recruit_interview .sec_interview .box_wrap .box.box4,
.page-factorytour .sec_interview .box_wrap .box.box4,
.page-education_welfare .sec_interview .box_wrap .box.box4,
.page-requirements .sec_interview .box_wrap .box.box4 {
  border-top-color: #f17fb9;
}
.page-recruit .sec_interview .box_wrap .box.box5,
.page-recruit_interview .sec_interview .box_wrap .box.box5,
.page-factorytour .sec_interview .box_wrap .box.box5,
.page-education_welfare .sec_interview .box_wrap .box.box5,
.page-requirements .sec_interview .box_wrap .box.box5 {
  border-top-color: #0082d1;
}
.page-recruit .sec_interview .box_wrap .box.box6,
.page-recruit_interview .sec_interview .box_wrap .box.box6,
.page-factorytour .sec_interview .box_wrap .box.box6,
.page-education_welfare .sec_interview .box_wrap .box.box6,
.page-requirements .sec_interview .box_wrap .box.box6 {
  border-top-color: #ec6963;
}
.page-recruit .sec_interview .box_wrap .box.box7,
.page-recruit_interview .sec_interview .box_wrap .box.box7,
.page-factorytour .sec_interview .box_wrap .box.box7,
.page-education_welfare .sec_interview .box_wrap .box.box7,
.page-requirements .sec_interview .box_wrap .box.box7 {
  border-top-color: #b05ec1;
}
.page-recruit .sec_interview .box_wrap .box.box8,
.page-recruit_interview .sec_interview .box_wrap .box.box8,
.page-factorytour .sec_interview .box_wrap .box.box8,
.page-education_welfare .sec_interview .box_wrap .box.box8,
.page-requirements .sec_interview .box_wrap .box.box8 {
  border-top-color: #faac00;
}
.page-recruit .sec_interview .pager,
.page-recruit_interview .sec_interview .pager,
.page-factorytour .sec_interview .pager,
.page-education_welfare .sec_interview .pager,
.page-requirements .sec_interview .pager {
  display: none;
}
@media screen and (max-width: 480px) {
  .page-recruit .sec_interview .pager,
  .page-recruit_interview .sec_interview .pager,
  .page-factorytour .sec_interview .pager,
  .page-education_welfare .sec_interview .pager,
  .page-requirements .sec_interview .pager {
    display: block;
    margin-top: 30px;
  }
}
.page-recruit .sec_interview .pager .flex,
.page-recruit_interview .sec_interview .pager .flex,
.page-factorytour .sec_interview .pager .flex,
.page-education_welfare .sec_interview .pager .flex,
.page-requirements .sec_interview .pager .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-recruit .sec_interview .pager ul,
.page-recruit_interview .sec_interview .pager ul,
.page-factorytour .sec_interview .pager ul,
.page-education_welfare .sec_interview .pager ul,
.page-requirements .sec_interview .pager ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-recruit .sec_interview .pager ul li,
.page-recruit_interview .sec_interview .pager ul li,
.page-factorytour .sec_interview .pager ul li,
.page-education_welfare .sec_interview .pager ul li,
.page-requirements .sec_interview .pager ul li {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #fff;
  margin: 0 5px;
}
.page-recruit .sec_interview .pager ul li.current,
.page-recruit_interview .sec_interview .pager ul li.current,
.page-factorytour .sec_interview .pager ul li.current,
.page-education_welfare .sec_interview .pager ul li.current,
.page-requirements .sec_interview .pager ul li.current {
  background-color: #2f5e98;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}
.page-recruit .sec_interview .pager .prev,
.page-recruit .sec_interview .pager .next,
.page-recruit_interview .sec_interview .pager .prev,
.page-recruit_interview .sec_interview .pager .next,
.page-factorytour .sec_interview .pager .prev,
.page-factorytour .sec_interview .pager .next,
.page-education_welfare .sec_interview .pager .prev,
.page-education_welfare .sec_interview .pager .next,
.page-requirements .sec_interview .pager .prev,
.page-requirements .sec_interview .pager .next {
  background-size: contain;
  width: 46px;
  height: 46px;
  background-repeat: no-repeat;
}
.page-recruit .sec_interview .pager .prev,
.page-recruit_interview .sec_interview .pager .prev,
.page-factorytour .sec_interview .pager .prev,
.page-education_welfare .sec_interview .pager .prev,
.page-requirements .sec_interview .pager .prev {
  background-image: url(../images/recruit/btn_prev.svg);
  margin-right: 20px;
}
.page-recruit .sec_interview .pager .next,
.page-recruit_interview .sec_interview .pager .next,
.page-factorytour .sec_interview .pager .next,
.page-education_welfare .sec_interview .pager .next,
.page-requirements .sec_interview .pager .next {
  background-image: url(../images/recruit/btn_next.svg);
  margin-left: 20px;
}
.page-recruit .sec_banners,
.page-recruit_interview .sec_banners,
.page-factorytour .sec_banners,
.page-education_welfare .sec_banners,
.page-requirements .sec_banners {
  padding-top: 10rem;
}
.page-recruit .sec_banners .banner_top,
.page-recruit_interview .sec_banners .banner_top,
.page-factorytour .sec_banners .banner_top,
.page-education_welfare .sec_banners .banner_top,
.page-requirements .sec_banners .banner_top {
  margin-bottom: 20px;
}
@media screen and (max-width: 896px) {
  .page-recruit .sec_banners .banner_top,
  .page-recruit_interview .sec_banners .banner_top,
  .page-factorytour .sec_banners .banner_top,
  .page-education_welfare .sec_banners .banner_top,
  .page-requirements .sec_banners .banner_top {
    display: block;
  }
}
.page-recruit .sec_banners .banner_top &gt; div,
.page-recruit_interview .sec_banners .banner_top &gt; div,
.page-factorytour .sec_banners .banner_top &gt; div,
.page-education_welfare .sec_banners .banner_top &gt; div,
.page-requirements .sec_banners .banner_top &gt; div {
  margin-left: 2%;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 896px) {
  .page-recruit .sec_banners .banner_top &gt; div,
  .page-recruit_interview .sec_banners .banner_top &gt; div,
  .page-factorytour .sec_banners .banner_top &gt; div,
  .page-education_welfare .sec_banners .banner_top &gt; div,
  .page-requirements .sec_banners .banner_top &gt; div {
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .page-recruit .sec_banners .banner_top &gt; div,
  .page-recruit_interview .sec_banners .banner_top &gt; div,
  .page-factorytour .sec_banners .banner_top &gt; div,
  .page-education_welfare .sec_banners .banner_top &gt; div,
  .page-requirements .sec_banners .banner_top &gt; div {
    height: 324px;
  }
}
.page-recruit .sec_banners .banner_top &gt; div:first-child,
.page-recruit_interview .sec_banners .banner_top &gt; div:first-child,
.page-factorytour .sec_banners .banner_top &gt; div:first-child,
.page-education_welfare .sec_banners .banner_top &gt; div:first-child,
.page-requirements .sec_banners .banner_top &gt; div:first-child {
  margin-left: 0;
}
@media screen and (max-width: 896px) {
  .page-recruit .sec_banners .banner_top &gt; div:first-child,
  .page-recruit_interview .sec_banners .banner_top &gt; div:first-child,
  .page-factorytour .sec_banners .banner_top &gt; div:first-child,
  .page-education_welfare .sec_banners .banner_top &gt; div:first-child,
  .page-requirements .sec_banners .banner_top &gt; div:first-child {
    margin-bottom: 20px;
  }
}
.page-recruit .sec_banners .banner_top &gt; div a,
.page-recruit_interview .sec_banners .banner_top &gt; div a,
.page-factorytour .sec_banners .banner_top &gt; div a,
.page-education_welfare .sec_banners .banner_top &gt; div a,
.page-requirements .sec_banners .banner_top &gt; div a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  padding: 60px 20px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  text-align: center;
}
.page-recruit .sec_banners .banner_top &gt; div .en,
.page-recruit_interview .sec_banners .banner_top &gt; div .en,
.page-factorytour .sec_banners .banner_top &gt; div .en,
.page-education_welfare .sec_banners .banner_top &gt; div .en,
.page-requirements .sec_banners .banner_top &gt; div .en {
  font-size: 44px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.page-recruit .sec_banners .banner_top &gt; div .ja span,
.page-recruit_interview .sec_banners .banner_top &gt; div .ja span,
.page-factorytour .sec_banners .banner_top &gt; div .ja span,
.page-education_welfare .sec_banners .banner_top &gt; div .ja span,
.page-requirements .sec_banners .banner_top &gt; div .ja span {
  font-size: 16px;
  display: inline-block;
  padding: 0 15px 0 40px;
  height: 25px;
  position: relative;
  color: #fff;
  border-radius: 13px;
  line-height: 25px;
  font-weight: normal;
}
.page-recruit .sec_banners .banner_top &gt; div .ja span:before,
.page-recruit_interview .sec_banners .banner_top &gt; div .ja span:before,
.page-factorytour .sec_banners .banner_top &gt; div .ja span:before,
.page-education_welfare .sec_banners .banner_top &gt; div .ja span:before,
.page-requirements .sec_banners .banner_top &gt; div .ja span:before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 13px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #2ebcf3;
}
.page-recruit .sec_banners .banner_top &gt; div:after,
.page-recruit_interview .sec_banners .banner_top &gt; div:after,
.page-factorytour .sec_banners .banner_top &gt; div:after,
.page-education_welfare .sec_banners .banner_top &gt; div:after,
.page-requirements .sec_banners .banner_top &gt; div:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
  z-index: 1;
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-recruit .sec_banners .banner_top &gt; div:nth-child(1),
.page-recruit_interview .sec_banners .banner_top &gt; div:nth-child(1),
.page-factorytour .sec_banners .banner_top &gt; div:nth-child(1),
.page-education_welfare .sec_banners .banner_top &gt; div:nth-child(1),
.page-requirements .sec_banners .banner_top &gt; div:nth-child(1) {
  background-image: url(../images/recruit/bg_banner1.jpg);
}
.page-recruit .sec_banners .banner_top &gt; div:nth-child(1):after,
.page-recruit_interview .sec_banners .banner_top &gt; div:nth-child(1):after,
.page-factorytour .sec_banners .banner_top &gt; div:nth-child(1):after,
.page-education_welfare .sec_banners .banner_top &gt; div:nth-child(1):after,
.page-requirements .sec_banners .banner_top &gt; div:nth-child(1):after {
  border: 10px solid #faac00;
}
.page-recruit .sec_banners .banner_top &gt; div:nth-child(1) .ja span,
.page-recruit_interview .sec_banners .banner_top &gt; div:nth-child(1) .ja span,
.page-factorytour .sec_banners .banner_top &gt; div:nth-child(1) .ja span,
.page-education_welfare .sec_banners .banner_top &gt; div:nth-child(1) .ja span,
.page-requirements .sec_banners .banner_top &gt; div:nth-child(1) .ja span {
  background-color: #faac00;
}
.page-recruit .sec_banners .banner_top &gt; div:nth-child(1) .ja span:before,
.page-recruit_interview .sec_banners .banner_top &gt; div:nth-child(1) .ja span:before,
.page-factorytour .sec_banners .banner_top &gt; div:nth-child(1) .ja span:before,
.page-education_welfare .sec_banners .banner_top &gt; div:nth-child(1) .ja span:before,
.page-requirements .sec_banners .banner_top &gt; div:nth-child(1) .ja span:before {
  background-color: #e47b2f;
}
.page-recruit .sec_banners .banner_top &gt; div:nth-child(2),
.page-recruit_interview .sec_banners .banner_top &gt; div:nth-child(2),
.page-factorytour .sec_banners .banner_top &gt; div:nth-child(2),
.page-education_welfare .sec_banners .banner_top &gt; div:nth-child(2),
.page-requirements .sec_banners .banner_top &gt; div:nth-child(2) {
  background-image: url(../images/recruit/bg_banner2.jpg);
}
.page-recruit .sec_banners .banner_top &gt; div:nth-child(2):after,
.page-recruit_interview .sec_banners .banner_top &gt; div:nth-child(2):after,
.page-factorytour .sec_banners .banner_top &gt; div:nth-child(2):after,
.page-education_welfare .sec_banners .banner_top &gt; div:nth-child(2):after,
.page-requirements .sec_banners .banner_top &gt; div:nth-child(2):after {
  border: 10px solid #0082d1;
}
.page-recruit .sec_banners .banner_top &gt; div:nth-child(2) .en,
.page-recruit_interview .sec_banners .banner_top &gt; div:nth-child(2) .en,
.page-factorytour .sec_banners .banner_top &gt; div:nth-child(2) .en,
.page-education_welfare .sec_banners .banner_top &gt; div:nth-child(2) .en,
.page-requirements .sec_banners .banner_top &gt; div:nth-child(2) .en {
  line-height: 2.4;
}
@media screen and (max-width: 480px) {
  .page-recruit .sec_banners .banner_top &gt; div:nth-child(2) .en,
  .page-recruit_interview .sec_banners .banner_top &gt; div:nth-child(2) .en,
  .page-factorytour .sec_banners .banner_top &gt; div:nth-child(2) .en,
  .page-education_welfare .sec_banners .banner_top &gt; div:nth-child(2) .en,
  .page-requirements .sec_banners .banner_top &gt; div:nth-child(2) .en {
    line-height: 1.2;
    margin-top: 40px;
  }
}
.page-recruit .sec_banners .banner_top &gt; div:nth-child(2) .ja span,
.page-recruit_interview .sec_banners .banner_top &gt; div:nth-child(2) .ja span,
.page-factorytour .sec_banners .banner_top &gt; div:nth-child(2) .ja span,
.page-education_welfare .sec_banners .banner_top &gt; div:nth-child(2) .ja span,
.page-requirements .sec_banners .banner_top &gt; div:nth-child(2) .ja span {
  background-color: #2ebcf3;
}
.page-recruit .sec_banners .banner_top &gt; div:nth-child(2) .ja span:before,
.page-recruit_interview .sec_banners .banner_top &gt; div:nth-child(2) .ja span:before,
.page-factorytour .sec_banners .banner_top &gt; div:nth-child(2) .ja span:before,
.page-education_welfare .sec_banners .banner_top &gt; div:nth-child(2) .ja span:before,
.page-requirements .sec_banners .banner_top &gt; div:nth-child(2) .ja span:before {
  background-color: #3f8ae0;
}
.page-recruit .sec_banners .banner_middle,
.page-recruit_interview .sec_banners .banner_middle,
.page-factorytour .sec_banners .banner_middle,
.page-education_welfare .sec_banners .banner_middle,
.page-requirements .sec_banners .banner_middle {
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .page-recruit .sec_banners .banner_middle,
  .page-recruit_interview .sec_banners .banner_middle,
  .page-factorytour .sec_banners .banner_middle,
  .page-education_welfare .sec_banners .banner_middle,
  .page-requirements .sec_banners .banner_middle {
    height: 324px;
  }
}
.page-recruit .sec_banners .banner_middle &gt; div,
.page-recruit_interview .sec_banners .banner_middle &gt; div,
.page-factorytour .sec_banners .banner_middle &gt; div,
.page-education_welfare .sec_banners .banner_middle &gt; div,
.page-requirements .sec_banners .banner_middle &gt; div {
  background-image: url(../images/recruit/bg_banner_middle.jpg);
  position: relative;
  background-position: center left;
  background-size: cover;
  height: 100%;
}
@media screen and (max-width: 480px) {
  .page-recruit .sec_banners .banner_middle &gt; div,
  .page-recruit_interview .sec_banners .banner_middle &gt; div,
  .page-factorytour .sec_banners .banner_middle &gt; div,
  .page-education_welfare .sec_banners .banner_middle &gt; div,
  .page-requirements .sec_banners .banner_middle &gt; div {
    background-position: center left 20%;
  }
}
.page-recruit .sec_banners .banner_middle &gt; div:after,
.page-recruit_interview .sec_banners .banner_middle &gt; div:after,
.page-factorytour .sec_banners .banner_middle &gt; div:after,
.page-education_welfare .sec_banners .banner_middle &gt; div:after,
.page-requirements .sec_banners .banner_middle &gt; div:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
  z-index: 1;
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 10px solid #ec6963;
}
.page-recruit .sec_banners .banner_middle &gt; div p,
.page-recruit_interview .sec_banners .banner_middle &gt; div p,
.page-factorytour .sec_banners .banner_middle &gt; div p,
.page-education_welfare .sec_banners .banner_middle &gt; div p,
.page-requirements .sec_banners .banner_middle &gt; div p {
  margin-top: 1em;
}
.page-recruit .sec_banners .banner_middle a,
.page-recruit_interview .sec_banners .banner_middle a,
.page-factorytour .sec_banners .banner_middle a,
.page-education_welfare .sec_banners .banner_middle a,
.page-requirements .sec_banners .banner_middle a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  padding: 60px 20px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  text-align: center;
}
.page-recruit .sec_banners .banner_middle .en,
.page-recruit_interview .sec_banners .banner_middle .en,
.page-factorytour .sec_banners .banner_middle .en,
.page-education_welfare .sec_banners .banner_middle .en,
.page-requirements .sec_banners .banner_middle .en {
  font-size: 44px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.page-recruit .sec_banners .banner_middle .ja span,
.page-recruit_interview .sec_banners .banner_middle .ja span,
.page-factorytour .sec_banners .banner_middle .ja span,
.page-education_welfare .sec_banners .banner_middle .ja span,
.page-requirements .sec_banners .banner_middle .ja span {
  font-size: 16px;
  display: inline-block;
  padding: 0 15px 0 40px;
  height: 25px;
  position: relative;
  color: #fff;
  border-radius: 13px;
  line-height: 25px;
  font-weight: normal;
  background-color: #ec6963;
}
.page-recruit .sec_banners .banner_middle .ja span:before,
.page-recruit_interview .sec_banners .banner_middle .ja span:before,
.page-factorytour .sec_banners .banner_middle .ja span:before,
.page-education_welfare .sec_banners .banner_middle .ja span:before,
.page-requirements .sec_banners .banner_middle .ja span:before {
  background-color: #da2a25;
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 13px;
  position: absolute;
  left: 0;
  top: 0;
}
.page-recruit .sec_banners .banner_middle:after,
.page-recruit_interview .sec_banners .banner_middle:after,
.page-factorytour .sec_banners .banner_middle:after,
.page-education_welfare .sec_banners .banner_middle:after,
.page-requirements .sec_banners .banner_middle:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
  z-index: 1;
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-recruit .sec_banners .banner_bottom,
.page-recruit_interview .sec_banners .banner_bottom,
.page-factorytour .sec_banners .banner_bottom,
.page-education_welfare .sec_banners .banner_bottom,
.page-requirements .sec_banners .banner_bottom {
  position: relative;
  background-image: url(../images/recruit/bg_banner_bottom.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 480px) {
  .page-recruit .sec_banners .banner_bottom,
  .page-recruit_interview .sec_banners .banner_bottom,
  .page-factorytour .sec_banners .banner_bottom,
  .page-education_welfare .sec_banners .banner_bottom,
  .page-requirements .sec_banners .banner_bottom {
    background-image: url(../images/recruit/bg_banner_bottom_sp.png);
  }
}
.page-recruit .sec_banners .banner_bottom .inner,
.page-recruit_interview .sec_banners .banner_bottom .inner,
.page-factorytour .sec_banners .banner_bottom .inner,
.page-education_welfare .sec_banners .banner_bottom .inner,
.page-requirements .sec_banners .banner_bottom .inner {
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px 45px 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 480px) {
  .page-recruit .sec_banners .banner_bottom .inner,
  .page-recruit_interview .sec_banners .banner_bottom .inner,
  .page-factorytour .sec_banners .banner_bottom .inner,
  .page-education_welfare .sec_banners .banner_bottom .inner,
  .page-requirements .sec_banners .banner_bottom .inner {
    padding: 30px 20px 20px;
  }
}
.page-recruit .sec_banners .banner_bottom .inner .en,
.page-recruit_interview .sec_banners .banner_bottom .inner .en,
.page-factorytour .sec_banners .banner_bottom .inner .en,
.page-education_welfare .sec_banners .banner_bottom .inner .en,
.page-requirements .sec_banners .banner_bottom .inner .en {
  font-size: 71px;
  line-height: 1.3;
  color: #32c4a8;
}
@media screen and (max-width: 480px) {
  .page-recruit .sec_banners .banner_bottom .inner .en,
  .page-recruit_interview .sec_banners .banner_bottom .inner .en,
  .page-factorytour .sec_banners .banner_bottom .inner .en,
  .page-education_welfare .sec_banners .banner_bottom .inner .en,
  .page-requirements .sec_banners .banner_bottom .inner .en {
    margin-top: 30px;
  }
}
.page-recruit .sec_banners .banner_bottom .inner .ja span,
.page-recruit_interview .sec_banners .banner_bottom .inner .ja span,
.page-factorytour .sec_banners .banner_bottom .inner .ja span,
.page-education_welfare .sec_banners .banner_bottom .inner .ja span,
.page-requirements .sec_banners .banner_bottom .inner .ja span {
  font-size: 16px;
  display: inline-block;
  padding: 0 15px 0 40px;
  height: 25px;
  background-color: #32c4a8;
  position: relative;
  color: #fff;
  border-radius: 13px;
  line-height: 25px;
  font-weight: normal;
}
.page-recruit .sec_banners .banner_bottom .inner .ja span:before,
.page-recruit_interview .sec_banners .banner_bottom .inner .ja span:before,
.page-factorytour .sec_banners .banner_bottom .inner .ja span:before,
.page-education_welfare .sec_banners .banner_bottom .inner .ja span:before,
.page-requirements .sec_banners .banner_bottom .inner .ja span:before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 13px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #449572;
}
.page-recruit .sec_banners .banner_bottom .box_entry .dp_grid_2_clm,
.page-recruit_interview .sec_banners .banner_bottom .box_entry .dp_grid_2_clm,
.page-factorytour .sec_banners .banner_bottom .box_entry .dp_grid_2_clm,
.page-education_welfare .sec_banners .banner_bottom .box_entry .dp_grid_2_clm,
.page-requirements .sec_banners .banner_bottom .box_entry .dp_grid_2_clm {
  padding: 30px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 3px solid #32c4a8;
  background-color: #fff;
}
.page-recruit .sec_banners .banner_bottom .box_entry .dp_grid_2_clm .lg,
.page-recruit_interview .sec_banners .banner_bottom .box_entry .dp_grid_2_clm .lg,
.page-factorytour .sec_banners .banner_bottom .box_entry .dp_grid_2_clm .lg,
.page-education_welfare .sec_banners .banner_bottom .box_entry .dp_grid_2_clm .lg,
.page-requirements .sec_banners .banner_bottom .box_entry .dp_grid_2_clm .lg {
  color: #32c4a8;
  font-size: 20px;
  margin-bottom: 1.4rem;
}
.page-recruit .sec_banners .banner_bottom .box_entry .dp_grid_2_clm p,
.page-recruit_interview .sec_banners .banner_bottom .box_entry .dp_grid_2_clm p,
.page-factorytour .sec_banners .banner_bottom .box_entry .dp_grid_2_clm p,
.page-education_welfare .sec_banners .banner_bottom .box_entry .dp_grid_2_clm p,
.page-requirements .sec_banners .banner_bottom .box_entry .dp_grid_2_clm p {
  font-size: 14px;
  line-height: 1.4;
}
.page-recruit .sec_banners .banner_bottom .box_entry .dp_grid_2_clm .a_btn,
.page-recruit_interview .sec_banners .banner_bottom .box_entry .dp_grid_2_clm .a_btn,
.page-factorytour .sec_banners .banner_bottom .box_entry .dp_grid_2_clm .a_btn,
.page-education_welfare .sec_banners .banner_bottom .box_entry .dp_grid_2_clm .a_btn,
.page-requirements .sec_banners .banner_bottom .box_entry .dp_grid_2_clm .a_btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80%;
  max-width: 383px;
  min-height: 56px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 7px;
  padding: 12px 10px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
@media screen and (max-width: 480px) {
  .page-recruit .sec_banners .banner_bottom .box_entry .dp_grid_2_clm .a_btn,
  .page-recruit_interview .sec_banners .banner_bottom .box_entry .dp_grid_2_clm .a_btn,
  .page-factorytour .sec_banners .banner_bottom .box_entry .dp_grid_2_clm .a_btn,
  .page-education_welfare .sec_banners .banner_bottom .box_entry .dp_grid_2_clm .a_btn,
  .page-requirements .sec_banners .banner_bottom .box_entry .dp_grid_2_clm .a_btn {
    width: 100%;
  }
}
.page-recruit .sec_banners .banner_bottom .box_entry .dp_grid_2_clm .a_btn.navi,
.page-recruit_interview .sec_banners .banner_bottom .box_entry .dp_grid_2_clm .a_btn.navi,
.page-factorytour .sec_banners .banner_bottom .box_entry .dp_grid_2_clm .a_btn.navi,
.page-education_welfare .sec_banners .banner_bottom .box_entry .dp_grid_2_clm .a_btn.navi,
.page-requirements .sec_banners .banner_bottom .box_entry .dp_grid_2_clm .a_btn.navi {
  border: 1px solid #2ebcf3;
}
.page-recruit .sec_banners .banner_bottom .box_entry .dp_grid_2_clm .a_btn.navi:hover,
.page-recruit_interview .sec_banners .banner_bottom .box_entry .dp_grid_2_clm .a_btn.navi:hover,
.page-factorytour .sec_banners .banner_bottom .box_entry .dp_grid_2_clm .a_btn.navi:hover,
.page-education_welfare .sec_banners .banner_bottom .box_entry .dp_grid_2_clm .a_btn.navi:hover,
.page-requirements .sec_banners .banner_bottom .box_entry .dp_grid_2_clm .a_btn.navi:hover {
  opacity: 0.7;
}
.page-recruit .sec_banners .banner_bottom .box_entry .dp_grid_2_clm .a_btn.career,
.page-recruit_interview .sec_banners .banner_bottom .box_entry .dp_grid_2_clm .a_btn.career,
.page-factorytour .sec_banners .banner_bottom .box_entry .dp_grid_2_clm .a_btn.career,
.page-education_welfare .sec_banners .banner_bottom .box_entry .dp_grid_2_clm .a_btn.career,
.page-requirements .sec_banners .banner_bottom .box_entry .dp_grid_2_clm .a_btn.career {
  background-color: #faac00;
}
.page-recruit .sec_banners .banner_bottom .box_entry .dp_grid_2_clm .a_btn.career:hover,
.page-recruit_interview .sec_banners .banner_bottom .box_entry .dp_grid_2_clm .a_btn.career:hover,
.page-factorytour .sec_banners .banner_bottom .box_entry .dp_grid_2_clm .a_btn.career:hover,
.page-education_welfare .sec_banners .banner_bottom .box_entry .dp_grid_2_clm .a_btn.career:hover,
.page-requirements .sec_banners .banner_bottom .box_entry .dp_grid_2_clm .a_btn.career:hover {
  background-color: #ffd000;
}
.page-recruit .sec_banners .banner_bottom .box_entry .dp_grid_2_clm .a_btn img,
.page-recruit_interview .sec_banners .banner_bottom .box_entry .dp_grid_2_clm .a_btn img,
.page-factorytour .sec_banners .banner_bottom .box_entry .dp_grid_2_clm .a_btn img,
.page-education_welfare .sec_banners .banner_bottom .box_entry .dp_grid_2_clm .a_btn img,
.page-requirements .sec_banners .banner_bottom .box_entry .dp_grid_2_clm .a_btn img {
  display: inline-block;
  width: 70%;
}
.page-recruit .sec_banners .banner_bottom:after,
.page-recruit_interview .sec_banners .banner_bottom:after,
.page-factorytour .sec_banners .banner_bottom:after,
.page-education_welfare .sec_banners .banner_bottom:after,
.page-requirements .sec_banners .banner_bottom:after {
  width: 100%;
  height: 100%;
  border: 10px solid #32c4a8;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}
.page-recruit .page_navi,
.page-recruit_interview .page_navi,
.page-factorytour .page_navi,
.page-education_welfare .page_navi,
.page-requirements .page_navi {
  padding-top: 30px;
  padding-bottom: 30px;
}
.page-recruit .page_navi .dp_page_nav,
.page-recruit_interview .page_navi .dp_page_nav,
.page-factorytour .page_navi .dp_page_nav,
.page-education_welfare .page_navi .dp_page_nav,
.page-requirements .page_navi .dp_page_nav {
  border-top: none;
  border-bottom: none;
  margin-top: 0;
  max-width: 960px;
}
.page-recruit .page_navi .dp_page_nav ul li,
.page-recruit_interview .page_navi .dp_page_nav ul li,
.page-factorytour .page_navi .dp_page_nav ul li,
.page-education_welfare .page_navi .dp_page_nav ul li,
.page-requirements .page_navi .dp_page_nav ul li {
  width: 20%;
  border-left: 1px solid #d4d4d4;
}
@media screen and (max-width: 896px) {
  .page-recruit .page_navi .dp_page_nav ul li,
  .page-recruit_interview .page_navi .dp_page_nav ul li,
  .page-factorytour .page_navi .dp_page_nav ul li,
  .page-education_welfare .page_navi .dp_page_nav ul li,
  .page-requirements .page_navi .dp_page_nav ul li {
    width: 100%;
    border-left: none;
  }
}
.page-recruit .page_navi .dp_page_nav ul li:nth-child(1) a:before,
.page-recruit_interview .page_navi .dp_page_nav ul li:nth-child(1) a:before,
.page-factorytour .page_navi .dp_page_nav ul li:nth-child(1) a:before,
.page-education_welfare .page_navi .dp_page_nav ul li:nth-child(1) a:before,
.page-requirements .page_navi .dp_page_nav ul li:nth-child(1) a:before {
  background-color: #2f5e98;
}
.page-recruit .page_navi .dp_page_nav ul li:nth-child(2) a:before,
.page-recruit_interview .page_navi .dp_page_nav ul li:nth-child(2) a:before,
.page-factorytour .page_navi .dp_page_nav ul li:nth-child(2) a:before,
.page-education_welfare .page_navi .dp_page_nav ul li:nth-child(2) a:before,
.page-requirements .page_navi .dp_page_nav ul li:nth-child(2) a:before {
  background-color: #b8cd00;
}
.page-recruit .page_navi .dp_page_nav ul li:nth-child(3) a:before,
.page-recruit_interview .page_navi .dp_page_nav ul li:nth-child(3) a:before,
.page-factorytour .page_navi .dp_page_nav ul li:nth-child(3) a:before,
.page-education_welfare .page_navi .dp_page_nav ul li:nth-child(3) a:before,
.page-requirements .page_navi .dp_page_nav ul li:nth-child(3) a:before {
  background-color: #faac00;
}
.page-recruit .page_navi .dp_page_nav ul li:nth-child(4) a:before,
.page-recruit_interview .page_navi .dp_page_nav ul li:nth-child(4) a:before,
.page-factorytour .page_navi .dp_page_nav ul li:nth-child(4) a:before,
.page-education_welfare .page_navi .dp_page_nav ul li:nth-child(4) a:before,
.page-requirements .page_navi .dp_page_nav ul li:nth-child(4) a:before {
  background-color: #ec6963;
}
.page-recruit .page_navi .dp_page_nav ul li:last-child,
.page-recruit_interview .page_navi .dp_page_nav ul li:last-child,
.page-factorytour .page_navi .dp_page_nav ul li:last-child,
.page-education_welfare .page_navi .dp_page_nav ul li:last-child,
.page-requirements .page_navi .dp_page_nav ul li:last-child {
  border-right: 1px solid #d4d4d4;
}
@media screen and (max-width: 896px) {
  .page-recruit .page_navi .dp_page_nav ul li:last-child,
  .page-recruit_interview .page_navi .dp_page_nav ul li:last-child,
  .page-factorytour .page_navi .dp_page_nav ul li:last-child,
  .page-education_welfare .page_navi .dp_page_nav ul li:last-child,
  .page-requirements .page_navi .dp_page_nav ul li:last-child {
    border-right: none;
  }
}
.page-recruit .page_navi .dp_page_nav ul li:last-child a:before,
.page-recruit_interview .page_navi .dp_page_nav ul li:last-child a:before,
.page-factorytour .page_navi .dp_page_nav ul li:last-child a:before,
.page-education_welfare .page_navi .dp_page_nav ul li:last-child a:before,
.page-requirements .page_navi .dp_page_nav ul li:last-child a:before {
  background-color: #2ebcf3;
}

/* ==========================================================================
インタビュー
========================================================================== */
.single-interview footer,
.page-recruit_interview footer {
  margin-top: 0;
}
.single-interview .dp_page_title,
.page-recruit_interview .dp_page_title {
  background-image: url(../images/recruit/interview/mv.jpg?20220908);
}
@media screen and (max-width: 480px) {
  .single-interview .dp_page_title,
  .page-recruit_interview .dp_page_title {
    background-image: url(../images/recruit/interview/mv_sp.jpg?20220908);
  }
}
.single-interview .dp_page_title img,
.page-recruit_interview .dp_page_title img {
  width: 410px;
}
@media screen and (max-width: 480px) {
  .single-interview .dp_page_title img,
  .page-recruit_interview .dp_page_title img {
    display: none;
  }
}
.single-interview .dp_page_title .dp_page_title_inner,
.page-recruit_interview .dp_page_title .dp_page_title_inner {
  bottom: 30px;
}
.single-interview .dp_breadcrumb,
.page-recruit_interview .dp_breadcrumb {
  background-color: #2f5e98;
}
.single-interview .dp_breadcrumb ul li,
.page-recruit_interview .dp_breadcrumb ul li {
  color: #fff;
}
.single-interview .dp_breadcrumb ul li a,
.page-recruit_interview .dp_breadcrumb ul li a {
  color: #fff;
}
.single-interview .interview_top,
.page-recruit_interview .interview_top {
  padding-bottom: 5rem;
}
.single-interview .interview_top .main_img_wrap,
.page-recruit_interview .interview_top .main_img_wrap {
  display: block;
}
@media screen and (max-width: 480px) {
  .single-interview .interview_top .main_img_wrap,
  .page-recruit_interview .interview_top .main_img_wrap {
    height: 260px;
    overflow: hidden;
  }
}
@media screen and (max-width: 480px) {
  .single-interview .interview_top .main_img_wrap img,
  .page-recruit_interview .interview_top .main_img_wrap img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.single-interview .interview_top .catch,
.page-recruit_interview .interview_top .catch {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .single-interview .interview_top .catch,
  .page-recruit_interview .interview_top .catch {
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 1rem;
  }
}
.single-interview .interview_top .division,
.page-recruit_interview .interview_top .division {
  text-align: center;
}
.single-interview .interview_top .division span,
.page-recruit_interview .interview_top .division span {
  display: inline-block;
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 2px 30px;
}
.single-interview .interview_contents,
.page-recruit_interview .interview_contents {
  background-image: url(../images/recruit/interview/bg1.jpg);
  background-size: cover;
  background-position: bottom center;
  padding-bottom: 5rem;
}
.single-interview .interview_contents .lg,
.page-recruit_interview .interview_contents .lg {
  line-height: 1.6;
}
.single-interview .interview_contents .dp_grid_medium,
.page-recruit_interview .interview_contents .dp_grid_medium {
  padding-top: 5rem;
}
.single-interview .interview_contents .dp_grid_medium:nth-child(2),
.page-recruit_interview .interview_contents .dp_grid_medium:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.single-interview .interview_contents .dp_grid_medium:nth-child(2) .dp_grid_2_clm:nth-child(2),
.page-recruit_interview .interview_contents .dp_grid_medium:nth-child(2) .dp_grid_2_clm:nth-child(2) {
  margin-left: 0;
  margin-right: 4%;
}
.single-interview .interview_contents .dp_grid_medium:not(:last-child):after,
.page-recruit_interview .interview_contents .dp_grid_medium:not(:last-child):after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/recruit/interview/line.svg);
  margin-top: 5rem;
}
.single-interview .interview_message,
.page-recruit_interview .interview_message {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.single-interview .interview_message h3,
.page-recruit_interview .interview_message h3 {
  margin-bottom: 40px;
}
.single-interview .interview_message h3 .en,
.page-recruit_interview .interview_message h3 .en {
  font-size: 96px;
  color: #2f5e98;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .single-interview .interview_message h3 .en,
  .page-recruit_interview .interview_message h3 .en {
    font-size: 15vw;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .single-interview .interview_message h3 .ja,
  .page-recruit_interview .interview_message h3 .ja {
    text-align: center;
  }
}
.single-interview .interview_message h3 .ja span,
.page-recruit_interview .interview_message h3 .ja span {
  font-size: 16px;
  color: #fff;
  background-color: #2f5e98;
  font-weight: normal;
  padding: 0px 80px 0px 40px;
  height: 25px;
  line-height: 25px;
  position: relative;
  border-radius: 13px;
  display: inline-block;
}
.single-interview .interview_message h3 .ja span:before,
.page-recruit_interview .interview_message h3 .ja span:before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 13px;
  position: absolute;
  top: 0;
  left: 0;
}
.single-interview .interview_message .flex,
.page-recruit_interview .interview_message .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-width: 5px;
  border-style: solid;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .single-interview .interview_message .flex,
  .page-recruit_interview .interview_message .flex {
    display: block;
  }
}
.single-interview .interview_message .flex .thum,
.page-recruit_interview .interview_message .flex .thum {
  -ms-flex-preferred-size: 42%;
      flex-basis: 42%;
  padding: 30px 0 30px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .single-interview .interview_message .flex .thum,
  .page-recruit_interview .interview_message .flex .thum {
    padding: 20px;
  }
}
.single-interview .interview_message .flex .text,
.page-recruit_interview .interview_message .flex .text {
  -ms-flex-preferred-size: 54.5%;
      flex-basis: 54.5%;
  padding: 30px 30px 30px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .single-interview .interview_message .flex .text,
  .page-recruit_interview .interview_message .flex .text {
    padding: 0 20px 20px 20px;
  }
}
.single-interview .interview_message .flex .text .lg,
.page-recruit_interview .interview_message .flex .text .lg {
  font-size: 20px;
  margin-bottom: 10px;
}
.single-interview .interview_message .flex:before, .single-interview .interview_message .flex:after,
.page-recruit_interview .interview_message .flex:before,
.page-recruit_interview .interview_message .flex:after {
  content: "";
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.single-interview .interview_message .flex:before,
.page-recruit_interview .interview_message .flex:before {
  width: 144px;
  height: 95px;
  background-image: url(../images/recruit/interview/bg_message_l.jpg);
  top: 0;
  left: 0;
}
.single-interview .interview_message .flex:after,
.page-recruit_interview .interview_message .flex:after {
  width: 137px;
  height: 97px;
  background-image: url(../images/recruit/interview/bg_message_r.jpg);
  bottom: 0;
  right: 0;
}
.single-interview .interview_message .btn,
.page-recruit_interview .interview_message .btn {
  background-color: #2f5e98;
  margin-left: auto;
  margin-right: auto;
  max-width: 290px;
  margin-top: 70px;
  padding-top: 17px;
  padding-bottom: 17px;
}
.single-interview .interview_message .btn .arrow2:after,
.page-recruit_interview .interview_message .btn .arrow2:after {
  background-color: #b8cd00;
}

/* ページごと */
.interview1 .lg {
  color: #32c4a8;
}
.interview1 .division span {
  background-color: #32c4a8;
}
.interview1 .interview_message h3 .ja span:before {
  background-color: #32c4a8;
}
.interview1 .interview_message .flex {
  border-color: #32c4a8;
}

.interview2 .lg {
  color: #80c200;
}
.interview2 .division span {
  background-color: #80c200;
}
.interview2 .interview_message h3 .ja span:before {
  background-color: #80c200;
}
.interview2 .interview_message .flex {
  border-color: #80c200;
}

.interview3 .lg {
  color: #2ebcf3;
}
.interview3 .division span {
  background-color: #2ebcf3;
}
.interview3 .interview_message h3 .ja span:before {
  background-color: #2ebcf3;
}
.interview3 .interview_message .flex {
  border-color: #2ebcf3;
}

.interview4 .lg {
  color: #f17fb9;
}
.interview4 .division span {
  background-color: #f17fb9;
}
.interview4 .interview_message h3 .ja span:before {
  background-color: #f17fb9;
}
.interview4 .interview_message .flex {
  border-color: #f17fb9;
}

.interview5 .lg {
  color: #0082d1;
}
.interview5 .division span {
  background-color: #0082d1;
}
.interview5 .interview_message h3 .ja span:before {
  background-color: #0082d1;
}
.interview5 .interview_message .flex {
  border-color: #0082d1;
}

.interview6 .lg {
  color: #ec6963;
}
.interview6 .division span {
  background-color: #ec6963;
}
.interview6 .interview_message h3 .ja span:before {
  background-color: #ec6963;
}
.interview6 .interview_message .flex {
  border-color: #ec6963;
}

.interview7 .lg {
  color: #b05ec1;
}
.interview7 .division span {
  background-color: #b05ec1;
}
.interview7 .interview_message h3 .ja span:before {
  background-color: #b05ec1;
}
.interview7 .interview_message .flex {
  border-color: #b05ec1;
}

.interview8 .lg {
  color: #faac00;
}
.interview8 .division span {
  background-color: #faac00;
}
.interview8 .interview_message h3 .ja span:before {
  background-color: #faac00;
}
.interview8 .interview_message .flex {
  border-color: #faac00;
}

/* ==========================================================================
工場見学
========================================================================== */
.page-factorytour .dp_page_title {
  background-image: url(../images/recruit/factorytour/mv.jpg);
}
.page-factorytour #sec01 {
  background-image: url(../images/recruit/factorytour/bg.jpg);
  background-size: cover;
  background-position: bottom right;
  padding-top: 6rem;
  position: relative;
}
.page-factorytour #sec01 .h3_recruit .ja span:before {
  background-color: #faac00;
}
.page-factorytour #sec01 .catch {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (max-width: 480px) {
  .page-factorytour #sec01 .catch {
    font-size: 25px;
  }
}
.page-factorytour #sec01 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .page-factorytour #sec01 .flex {
    display: block;
  }
}
.page-factorytour #sec01 .flex .text {
  -ms-flex-preferred-size: 48.1%;
      flex-basis: 48.1%;
}
.page-factorytour #sec01 .flex .image {
  -ms-flex-preferred-size: 47.1%;
      flex-basis: 47.1%;
}
@media screen and (max-width: 480px) {
  .page-factorytour #sec01 .flex .image {
    margin-top: 50px;
  }
}
.page-factorytour #sec01 .flow {
  border-top: 10px solid #faac00;
  background-color: #fff;
  padding: 30px 50px;
}
@media screen and (max-width: 896px) {
  .page-factorytour #sec01 .flow {
    padding-top: 80px;
  }
}
@media screen and (max-width: 480px) {
  .page-factorytour #sec01 .flow {
    padding: 40px 10px;
  }
}
.page-factorytour #sec01 .flow h4 {
  background-color: transparent;
  text-align: center;
  margin-bottom: 1.8rem;
}
.page-factorytour #sec01 .flow .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 896px) {
  .page-factorytour #sec01 .flow .flex {
    display: block;
  }
}
.page-factorytour #sec01 .flow .flex ul {
  -ms-flex-preferred-size: 48.2%;
      flex-basis: 48.2%;
}
@media screen and (max-width: 896px) {
  .page-factorytour #sec01 .flow .flex ul {
    max-width: 407px;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-factorytour #sec01 .flow .flex ul li {
  border: 2px solid #2f5e98;
  border-radius: 7px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  padding: 10px 15px;
  position: relative;
  margin-bottom: 30px;
}
.page-factorytour #sec01 .flow .flex ul li span {
  color: #2f5e98;
  font-size: 46px;
  margin-right: 1.5rem;
}
@media screen and (max-width: 480px) {
  .page-factorytour #sec01 .flow .flex ul li span {
    font-size: 33px;
  }
}
.page-factorytour #sec01 .flow .flex ul li:after {
  position: absolute;
  bottom: -26px;
  left: 0;
  right: 0;
  content: "";
  border-top: 24px solid #faac00;
  border-right: 21px solid transparent;
  border-left: 21px solid transparent;
  margin-left: auto;
  margin-right: auto;
  width: 0;
}
.page-factorytour #sec01 .flow .flex ul:nth-child(2) li:last-child {
  color: #fff;
  background-color: #2f5e98;
  font-size: 20px;
}
.page-factorytour #sec01 .flow .flex ul:nth-child(2) li:last-child span {
  color: #fff;
}
.page-factorytour #sec01 .flow .flex ul:nth-child(2) li:last-child:after {
  display: none;
}
.page-factorytour #sec01 .bottom {
  padding-top: 4rem;
  text-align: center;
  font-size: 14px;
  padding-bottom: 120px;
  position: relative;
}
.page-factorytour #sec01 .bottom .lg {
  margin-bottom: 5px;
  font-size: 24px;
  color: #2f5e98;
}
.page-factorytour #sec01 .triangle {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
.page-factorytour .tour {
  padding-top: 140px;
}
.page-factorytour .tour .start {
  position: relative;
}
.page-factorytour .tour .start .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 480px) {
  .page-factorytour .tour .start .flex {
    display: block;
  }
}
.page-factorytour .tour .start .flex .bubble {
  -ms-flex-preferred-size: 41.6%;
      flex-basis: 41.6%;
}
@media screen and (max-width: 480px) {
  .page-factorytour .tour .start .flex .bubble {
    width: 177px;
    margin-top: 10px;
  }
}
.page-factorytour .tour .start h3 {
  color: #2f5e98;
  text-align: center;
  -ms-flex-preferred-size: 58.4%;
      flex-basis: 58.4%;
  padding-top: 20px;
}
.page-factorytour .tour .start h3 .ja {
  font-size: 32px;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .page-factorytour .tour .start h3 .ja {
    font-size: 22px;
  }
}
.page-factorytour .tour .start h3 .en {
  font-size: 96px;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .page-factorytour .tour .start h3 .en {
    font-size: 68px;
  }
}
.page-factorytour .tour .start h3 .en span {
  display: inline-block;
}
.page-factorytour .tour .start h3 .en span:after {
  background-color: #faac00;
  height: 9px;
  border-radius: 4px;
  content: "";
  display: block;
  width: 100%;
}
.page-factorytour .tour .start:before, .page-factorytour .tour .start:after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
.page-factorytour .tour .start:before {
  background-image: url(../images/recruit/factorytour/bg_start_l.jpg);
  width: 307px;
  height: 277px;
  left: 0;
  bottom: -30%;
}
@media screen and (max-width: 480px) {
  .page-factorytour .tour .start:before {
    width: 104px;
    bottom: -1%;
  }
}
.page-factorytour .tour .start:after {
  background-image: url(../images/recruit/factorytour/bg_start_r.jpg);
  width: 333px;
  height: 277px;
  right: 0;
  top: -60%;
}
@media screen and (max-width: 480px) {
  .page-factorytour .tour .start:after {
    width: 130px;
  }
}
.page-factorytour .tour .contents {
  margin-top: 170px;
}
@media screen and (max-width: 480px) {
  .page-factorytour .tour .contents {
    margin-top: 60px;
  }
}
.page-factorytour .tour .contents .box {
  margin-bottom: 60px;
}
@media screen and (max-width: 896px) {
  .page-factorytour .tour .contents .box {
    margin-bottom: 100px;
  }
}
.page-factorytour .tour .contents .box h3 {
  color: #2f5e98;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .page-factorytour .tour .contents .box h3 {
    font-size: 24px;
    display: block;
    padding-left: 60px;
  }
}
.page-factorytour .tour .contents .box h3 span {
  font-size: 60px;
  margin-right: 2rem;
}
@media screen and (max-width: 480px) {
  .page-factorytour .tour .contents .box h3 span {
    font-size: 33px;
    position: absolute;
    left: 0;
    top: -5px;
  }
}
.page-factorytour .tour .contents .box h3:after {
  position: absolute;
  bottom: 0px;
  left: 0;
  background-color: #faac00;
  height: 4px;
  border-radius: 4px;
  content: "";
  display: block;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .page-factorytour .tour .contents .box h3:after {
    bottom: -15px;
  }
}
.page-factorytour .tour .contents .box .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .page-factorytour .tour .contents .box .flex {
    display: block;
    padding-left: 80px;
  }
}
.page-factorytour .tour .contents .box .flex .image {
  -ms-flex-preferred-size: 46.875%;
      flex-basis: 46.875%;
  position: relative;
}
@media screen and (max-width: 896px) {
  .page-factorytour .tour .contents .box .flex .image {
    -ms-flex-preferred-size: 34.7%;
        flex-basis: 34.7%;
  }
}
@media screen and (max-width: 480px) {
  .page-factorytour .tour .contents .box .flex .image {
    margin-bottom: 30px;
  }
}
.page-factorytour .tour .contents .box .flex .image:after {
  content: "";
  width: 76px;
  height: 161px;
  background-image: url(../images/recruit/factorytour/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
@media screen and (max-width: 896px) {
  .page-factorytour .tour .contents .box .flex .image:after {
    margin-top: 100px;
  }
}
@media screen and (max-width: 480px) {
  .page-factorytour .tour .contents .box .flex .image:after {
    position: absolute;
    left: -80px;
    top: -20px;
    width: 46px;
    margin-top: 0;
  }
}
.page-factorytour .tour .contents .box .flex .text {
  -ms-flex-preferred-size: 42.7%;
      flex-basis: 42.7%;
}
@media screen and (max-width: 896px) {
  .page-factorytour .tour .contents .box .flex .text {
    -ms-flex-preferred-size: 60.6%;
        flex-basis: 60.6%;
  }
}
.page-factorytour .tour .contents .box .flex .text .thum {
  margin-top: 30px;
  position: relative;
}
.page-factorytour .tour .contents .box .flex .figure {
  position: absolute;
}
@media screen and (max-width: 480px) {
  .page-factorytour .tour .contents .box .flex .figure {
    display: none;
  }
}
.page-factorytour .tour .contents .box .flex .figure2 {
  width: 169px;
  right: -70px;
  bottom: -190px;
}
@media screen and (max-width: 896px) {
  .page-factorytour .tour .contents .box .flex .figure2 {
    right: -4%;
    width: 149px;
  }
}
.page-factorytour .tour .contents .box .flex .figure3 {
  width: 207px;
  left: -98px;
  bottom: -43px;
}
@media screen and (max-width: 896px) {
  .page-factorytour .tour .contents .box .flex .figure3 {
    left: -24%;
    width: 157px;
    bottom: 47px;
  }
}
.page-factorytour .tour .contents .box .flex .figure5 {
  width: 141px;
  right: -60px;
  bottom: -146px;
}
@media screen and (max-width: 896px) {
  .page-factorytour .tour .contents .box .flex .figure5 {
    right: -4%;
    width: 110px;
  }
}
.page-factorytour .tour .contents .flow08 {
  background-color: #2f5e98;
  color: #fff;
  text-align: center;
  font-size: 27px;
  font-weight: bold;
  border-radius: 10px;
  padding: 7px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 120px;
}
@media screen and (max-width: 480px) {
  .page-factorytour .tour .contents .flow08 {
    width: 84%;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-factorytour .tour .contents .flow08 h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-factorytour .tour .contents .flow08 span {
  font-size: 60px;
  margin-right: 1rem;
}
.page-factorytour .ichinokura {
  margin-top: 160px;
  background-image: url(../images/recruit/factorytour/bg.jpg);
  background-size: cover;
  background-position: bottom right;
  padding-bottom: 180px;
}
.page-factorytour .ichinokura .head {
  height: 414px;
  background-image: url(../images/recruit/factorytour/bg_ichinokura.jpg);
  background-size: cover;
  background-position: center;
}
.page-factorytour .ichinokura .wrap {
  background-color: #fff;
  margin-top: -73px;
  border-radius: 10px;
  padding: 60px 60px;
}
@media screen and (max-width: 480px) {
  .page-factorytour .ichinokura .wrap {
    padding: 30px;
  }
}
.page-factorytour .ichinokura .wrap h4 {
  text-align: center;
  background-color: transparent;
  color: #2f5e98;
  font-size: 32px;
}
.page-factorytour .ichinokura .wrap h4:after {
  display: block;
  bottom: 0px;
  left: 0;
  background-color: #faac00;
  height: 4px;
  border-radius: 4px;
  content: "";
  display: block;
  margin-top: 10px;
}
.page-factorytour .ichinokura .wrap .lg {
  text-align: center;
  color: #000;
  line-height: 1.5;
  margin-bottom: 40px;
}

/* ==========================================================================
教育体制/福利厚生
========================================================================== */
.page-education_welfare footer {
  margin-top: 0;
}
.page-education_welfare .dp_page_title {
  background-image: url(../images/recruit/education_welfare/mv.jpg);
}
@media screen and (max-width: 480px) {
  .page-education_welfare .h3_recruit .en {
    font-size: 14vw;
  }
}
.page-education_welfare .h3_recruit .ja span:before {
  background-color: #ec6963;
}
.page-education_welfare .sec_education {
  background-image: url(../images/recruit/education_welfare/bg.jpg);
  background-position: bottom right;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}
.page-education_welfare .sec_education .catch {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  color: #2f5e98;
  line-height: 1.6;
  margin-bottom: 30px;
}
.page-education_welfare .sec_education .box {
  background-color: #fff;
  padding: 40px 60px;
}
@media screen and (max-width: 480px) {
  .page-education_welfare .sec_education .box {
    padding: 30px 20px;
  }
}
.page-education_welfare .sec_education .box .lg {
  color: #2f5e98;
  font-size: 24px;
}
.page-education_welfare .sec_education .box .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-education_welfare .sec_education .box:nth-of-type(1) .image {
  -ms-flex-preferred-size: 49.1%;
      flex-basis: 49.1%;
}
.page-education_welfare .sec_education .box h4 {
  background-color: transparent;
  font-size: 16px;
  color: #2f5e98;
  padding: 0;
  margin-bottom: 10px;
}
.page-education_welfare .sec_education .box ul li {
  background-color: #2f5e98;
  color: #fff;
  text-align: center;
  max-width: 293px;
  margin-bottom: 25px;
  position: relative;
  padding: 7px 10px;
}
.page-education_welfare .sec_education .box ul li:not(:last-child):after {
  content: "";
  border-top: 20px solid #ec6963;
  border-right: 18px solid transparent;
  border-left: 18px solid transparent;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 0;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
}
.page-education_welfare .sec_welfare {
  padding-top: 100px;
  padding-bottom: 100px;
}
.page-education_welfare .sec_welfare .lg {
  color: #2f5e98;
}
.page-education_welfare .sec_data {
  background-color: #e0e7f0;
  padding-top: 40px;
  padding-bottom: 100px;
}
.page-education_welfare .sec_data .lg {
  color: #2f5e98;
}
@media screen and (max-width: 480px) {
  .page-education_welfare .sec_data .lg {
    text-align: center;
    font-size: 22px;
  }
}
.page-education_welfare .sec_data .grid {
  display: grid;
  display: -ms-grid;
  gap: 30px;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  -ms-grid-rows: auto 30px auto 30px auto 30px auto 30px;
}
@media screen and (max-width: 480px) {
  .page-education_welfare .sec_data .grid {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .page-education_welfare .sec_data .grid &gt; div {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 896px) {
  .page-education_welfare .sec_data .grid &gt; div .pc {
    display: none;
  }
}
.page-education_welfare .sec_data .grid &gt; div .sp {
  display: none;
}
@media screen and (max-width: 896px) {
  .page-education_welfare .sec_data .grid &gt; div .sp {
    display: block;
  }
}
.page-education_welfare .sec_data .data1 {
  grid-column: 1/2;
  -ms-grid-column: 1;
  grid-row: 1/2;
  -ms-grid-row: 1;
}
.page-education_welfare .sec_data .data2 {
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 3;
  -ms-grid-row: 1;
}
.page-education_welfare .sec_data .data3 {
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 5;
  -ms-grid-row: 1;
}
.page-education_welfare .sec_data .data4 {
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  grid-row: 2/4;
  -ms-grid-column: 1;
  -ms-grid-row: 3;
  -ms-grid-row-span: 3;
}
.page-education_welfare .sec_data .data5 {
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 3;
  -ms-grid-row: 3;
}
.page-education_welfare .sec_data .data6 {
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 5;
  -ms-grid-row: 3;
}
.page-education_welfare .sec_data .data7 {
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
  -ms-grid-column: 3;
  -ms-grid-row: 5;
}
.page-education_welfare .sec_data .data8 {
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  grid-row: 3/5;
  -ms-grid-column: 5;
  -ms-grid-row: 5;
  -ms-grid-row-span: 3;
}
.page-education_welfare .sec_data .data9 {
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row-span: 1;
  grid-row: 4/5;
  -ms-grid-column: 1;
  -ms-grid-row: 7;
}
.page-education_welfare .sec_data .data10 {
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row-span: 1;
  grid-row: 4/5;
  -ms-grid-column: 3;
  -ms-grid-row: 7;
}
.page-education_welfare .sec_data .data11 {
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row-span: 1;
  grid-row: 5/6;
  -ms-grid-column: 1;
  -ms-grid-row: 9;
}
.page-education_welfare .sec_data .data12 {
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row-span: 1;
  grid-row: 5/6;
  -ms-grid-column: 3;
  -ms-grid-row: 9;
}
.page-education_welfare .sec_data .data13 {
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  -ms-grid-row-span: 1;
  grid-row: 5/6;
  -ms-grid-column: 5;
  -ms-grid-row: 9;
}
@media screen and (max-width: 896px) {
  .page-education_welfare .sec_data .data1 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
  .page-education_welfare .sec_data .data2 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
  .page-education_welfare .sec_data .data3 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
  .page-education_welfare .sec_data .data4 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
  .page-education_welfare .sec_data .data5 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
  }
  .page-education_welfare .sec_data .data6 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
  }
  .page-education_welfare .sec_data .data7 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/5;
  }
  .page-education_welfare .sec_data .data8 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/5;
  }
  .page-education_welfare .sec_data .data9 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5/6;
  }
  .page-education_welfare .sec_data .data10 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5/6;
  }
  .page-education_welfare .sec_data .data11 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    grid-row: 6/7;
  }
  .page-education_welfare .sec_data .data12 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    grid-row: 6/7;
  }
  .page-education_welfare .sec_data .data13 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    grid-row: 7/8;
  }
}

/* ==========================================================================
募集要港
========================================================================== */
.page-requirements footer {
  margin-top: 0;
}
.page-requirements .dp_page_title {
  background-image: url(../images/recruit/education_welfare/mv.jpg);
}
@media screen and (max-width: 480px) {
  .page-requirements .h3_recruit .en {
    font-size: 10vw;
  }
}
.page-requirements .h3_recruit .ja span:before {
  background-color: #2ebcf3;
}
.page-requirements .head {
  background-image: url(../images/recruit/requirements/bg.jpg);
  background-position: top right;
  background-size: cover;
  padding-top: 100px;
}
.page-requirements .head .inner_navi {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  padding-bottom: 60px;
}
.page-requirements .head .inner_navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .page-requirements .head .inner_navi ul {
    display: block;
  }
}
.page-requirements .head .inner_navi ul li {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
}
@media screen and (max-width: 480px) {
  .page-requirements .head .inner_navi ul li {
    margin-bottom: 10px;
  }
}
.page-requirements .head .inner_navi ul li a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-requirements .head .inner_navi ul li a:before {
  content: "";
  width: 12px;
  height: 7px;
  background-image: url(../images/recruit/requirements/triangle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.page-requirements .head .inner_navi ul li a:hover {
  opacity: 0.8;
}
.page-requirements .head .inner_navi ul li:nth-child(1) a {
  background-color: #0082d1;
}
.page-requirements .head .inner_navi ul li:nth-child(2) a {
  background-color: #b8cd00;
}
.page-requirements .head .inner_navi ul li:nth-child(3) a {
  background-color: #faac00;
}
.page-requirements .sec_fresh,
.page-requirements .sec_around,
.page-requirements .sec_career {
  background-image: url(../images/recruit/requirements/bg.jpg);
  background-position: center right;
  background-size: cover;
  padding-bottom: 120px;
}
.page-requirements .sec_fresh h4,
.page-requirements .sec_around h4,
.page-requirements .sec_career h4 {
  text-align: center;
  font-size: 24px;
  color: #fff;
  padding: 30px 10px 90px;
  margin-bottom: 0;
}
.page-requirements .sec_fresh .wrap,
.page-requirements .sec_around .wrap,
.page-requirements .sec_career .wrap {
  background-color: #fff;
  border-top-width: 10px;
  border-top-style: solid;
  border-top-color: #2f5e98;
  margin-top: -55px;
  padding: 20px 30px;
}
.page-requirements table tr:not(:last-child) th {
  border-bottom: 1px solid #2f5e98;
}
.page-requirements table tr:not(:last-child) td {
  border-bottom: 1px solid #e9e9e9;
}
.page-requirements table th, .page-requirements table td {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .page-requirements table th, .page-requirements table td {
    display: block;
  }
}
.page-requirements table th {
  text-align: center;
  width: 21%;
  white-space: nowrap;
  vertical-align: top;
}
@media screen and (max-width: 480px) {
  .page-requirements table th {
    width: 100%;
    text-align: left;
  }
}
.page-requirements table td {
  padding-left: 40px;
}
@media screen and (max-width: 480px) {
  .page-requirements table td {
    padding-left: 0;
    border-bottom: none !important;
  }
}
.page-requirements .sec_fresh h4 {
  background-color: #0082d1;
}
.page-requirements .sec_fresh .entry {
  border-color: #2ebcf3;
}
.page-requirements .sec_fresh .entry .a_btn {
  border: 1px solid #2ebcf3;
  border-radius: 7px;
  display: block;
  max-width: 383px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 10px;
  text-align: center;
  margin-top: 20px;
  background-color: #fff;
}
.page-requirements .sec_fresh .entry .a_btn img {
  max-width: 268px;
}
.page-requirements .sec_around h4 {
  background-color: #b8cd00;
}
.page-requirements .sec_around .entry {
  border-color: #b8cd00;
}
.page-requirements .sec_around .entry .a_btn {
  background-color: #b8cd00;
  color: #fff;
  display: block;
  max-width: 383px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: bold;
  padding: 15px 10px;
  margin-top: 20px;
  border-radius: 7px;
}
.page-requirements .sec_career h4 {
  background-color: #faac00;
}
.page-requirements .sec_career .entry {
  border-color: #faac00;
}
.page-requirements .sec_career .entry .a_btn {
  background-color: #faac00;
  color: #fff;
  display: block;
  max-width: 383px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: bold;
  padding: 15px 10px;
  margin-top: 20px;
  border-radius: 7px;
}
.page-requirements .entry {
  background-color: #fff;
  border-width: 6px;
  border-style: solid;
  border-radius: 7px;
  text-align: center;
  padding: 20px 10px 30px 10px;
  position: relative;
  z-index: 0;
}
.page-requirements .entry .lg {
  color: #000;
  font-size: 29px;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .page-requirements .entry .lg {
    font-size: 20px;
  }
}
.page-requirements .entry p {
  font-size: 14px;
}
.page-requirements .entry:before {
  width: 147px;
  height: 96px;
  left: 0;
  top: 0;
  background-image: url(../images/recruit/requirements/bg_entry_l.jpg);
}
@media screen and (max-width: 480px) {
  .page-requirements .entry:before {
    width: 100px;
    height: 66px;
  }
}
.page-requirements .entry:after {
  width: 139px;
  height: 101px;
  right: 0;
  bottom: 0;
  background-image: url(../images/recruit/requirements/bg_entry_r.jpg);
}
@media screen and (max-width: 480px) {
  .page-requirements .entry:after {
    width: 100px;
    height: 66px;
  }
}
.page-requirements .entry:before, .page-requirements .entry:after {
  content: "";
  position: absolute;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.page-requirements .entry .a_btn:hover {
  opacity: 0.8;
}

/* ==========================================================================
トップページ
========================================================================== */
.page-en {
  text-align: left;
}
.page-en .jaonly {
  display: none !important;
}
@media screen and (max-width: 480px) {
  .page-en .bnr_lg a {
    padding-bottom: 70px;
  }
}
.page-en h1 img {
  max-width: 200px;
}
.page-en .dp_header_nav .nowrap {
  white-space: nowrap;
  padding-right: 30px;
}
.page-en.home .idx_csr .text .btn {
  max-width: 342px;
}
.page-en.home .idx_contact .dp_idx_contact_flex {
  display: block;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.page-en.page-interior .image .map_pt &gt; span {
  top: 7%;
  left: -268%;
}
.page-en.page-interior .image .map_sv &gt; span {
  top: 36%;
  left: -382%;
}
.page-en.page-interior .image .map_ip &gt; span {
  top: 94%;
  left: -587%;
}
.page-en.page-interior .image .map_dt &gt; span {
  left: -164%;
}
.page-en.page-interior .image .map_rt &gt; span {
  left: 138%;
}
.page-en.page-interior .image .map_rg &gt; span {
  left: 260%;
}
.page-en.page-interior .image .map_ra &gt; span {
  left: 239%;
}
.page-en.page-interior .image .map_cb &gt; span {
  top: 349%;
  left: 422%;
}
.page-en.page-exterior .image .map_ci &gt; span {
  left: -63%;
}
.page-en.page-exterior .image .map_cp &gt; span {
  left: -179%;
}
.page-en.page-exterior .image .map_gr &gt; span {
  left: 175%;
}
.page-en.page-exterior .image .map_cf &gt; span {
  top: 52%;
  left: 467%;
}
.page-en.page-exterior .image .map_uc &gt; span {
  left: -199%;
}
.page-en.page-exterior .image .map_dg &gt; span {
  left: 315%;
}
.page-en.page-exterior .image .map_mg &gt; span {
  left: 388%;
}
.page-en.page-exterior .image .map_rs &gt; span {
  left: 166%;
}
.page-en.page-products #sec01 .dp_grid_2_clm P {
  font-size: 14px;
}
.page-en.page-products #sec01 .dp_grid_2_clm ul {
  display: block;
}
.page-en .dp_form_wrap table tr th {
  width: 40%;
}
@media screen and (max-width: 896px) {
  .page-en .dp_form_wrap table tr th {
    width: 100%;
  }
}
.page-en .dp_form_wrap table tr th.dp_form_required:after {
  content: "Required";
}
.page-en.page-contact .btn,
.page-en.page-contact .dp_btn_main {
  max-width: 320px;
}
.page-en.page-confirm .dp_btn_main {
  max-width: 490px;
}
.page-en.page-child-company .dp_page_nav, .page-en.page-company .dp_page_nav {
  max-width: 1120px;
}
.page-en.page-child-company .dp_page_nav ul, .page-en.page-company .dp_page_nav ul {
  max-width: 1120px;
}
.page-en.page-company_csr .sec_csr_top h3 .flex .label {
  -ms-flex-preferred-size: 230px;
      flex-basis: 230px;
}
.page-en.page-company_csr .sec_csr_table tr td span {
  font-size: 13px;
}
.page-en.page-technology_quality .en_only {
  display: block !important;
}
@media screen and (max-width: 620px) {
  .page-en.page-technology_quality .bnr_lg a .en {
    font-size: 21px;
  }
}
.page-en.page-company_dx #sec01 .flex_result .table {
  -ms-flex-preferred-size: 800px;
      flex-basis: 800px;
}
.page-en.page-company_dx #sec01 .flex_system &gt; div .title {
  font-size: 22px;
}
.page-en.page-company_dx #sec01 .flex_system &gt; div:nth-child(1) {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}
.page-en.page-company_dx #sec01 .flex_system &gt; div:nth-child(2) {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
.page-en.page-company_dx #sec01 .flex_system &gt; div:nth-child(3) {
  -ms-flex-preferred-size: 31%;
      flex-basis: 31%;
}
.page-en.page-sustainability_group .group_vision table th {
  white-space: nowrap;
  padding-right: 20px;
}
@media screen and (max-width: 480px) {
  .page-en.page-sustainability_group .sec_csr_table tr td:first-child {
    text-align: left;
  }
}
.page-en.page-sustainability_environment .el_exBtn {
  max-width: 310px;
}
.page-en.page-sustainability_policy .img_graph1 {
  max-width: 900px;
}
.page-en.page-child-sustainability .dp_page_nav, .page-en.page-sustainability .dp_page_nav {
  max-width: 1120px;
}
.page-en.page-child-sustainability .dp_page_nav ul, .page-en.page-sustainability .dp_page_nav ul {
  max-width: 1120px;
}
@media screen and (max-width: 1186px) {
  .page-en.page-child-sustainability .dp_page_nav ul li a, .page-en.page-sustainability .dp_page_nav ul li a {
    line-height: 2;
  }
}
@media screen and (max-width: 896px) {
  .page-en.page-child-sustainability .dp_page_nav ul li a, .page-en.page-sustainability .dp_page_nav ul li a {
    line-height: 3;
  }
}
.page-en.page-child-sustainability .img_health2, .page-en.page-sustainability .img_health2 {
  display: none !important;
}
.page-en.page-child-sustainability .message_signature_en, .page-en.page-sustainability .message_signature_en {
  display: block !important;
  margin-top: 40px;
  font-family: serif;
  font-size: 20px;
  font-style: italic;
}
/*# sourceMappingURL=style.css.map */</pre></body></html>