@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,500,700);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:200,400,700,900);
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&family=Roboto:wght@500;700&display=swap);
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
@charset "UTF-8";
@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }

  .header .header_logo {
    display: inline-block;
  }
}
.pc_none {
  display: none;
}

.inner .footer_top .footerNav {
  width: 400px;
  max-width: 400px;
}

@media screen and (max-width: 768px) {
  .inner .footer_top .footerNav {
    max-width: 100%;
  }
}
/*特別なニュース*/
.single_content .content_box .content {
  padding-right: 0;
}

.single_content .content_box .content .h2_title {
  margin: 150px 0;
  font-size: 34px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  padding: 26px 0 26px 123px;
  position: relative;
}

.single_content .content_box .content .h2_title::before {
  background: url(../img/lower_title_border01.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 70px;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .single_content .content_box .content .h2_title {
    margin: 75px 0;
    font-size: 16px;
    padding: 10px 0 10px 45px;
    position: relative;
  }

  .single_content .content_box .content .h2_title::before {
    width: 25%;
  }
}
/*popup内の文字*/
main_popup .txt_box h3 {
  margin-top: 60px;
  margin-bottom: 120px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
}

.main_popup .txt_box p {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  main_popup .txt_box h3 {
    margin: 0 0 18px;
  }
}
/*プロダクト詳細*/
.page_content .content_box .content .disimal li {
  list-style-type: decimal;
  font-weight: bold;
  font-size: 16px;
  margin-left: 20px;
}

.page_content .content_box .content .square li {
  list-style-type: square;
  margin-left: 1.2em;
  font-weight: normal;
  font-size: 16px;
}

.font_small {
  font-size: 13px;
}

.page_content .content .p_small {
  font-size: 16px;
  font-weight: bold;
}

.page_content .content h4 {
  margin: 35px 0;
}

.page_content .content_box .content .note {
  font-size: 13px;
  margin: 0 10px 0 0;
  text-align: justify;
  /* 両端揃え */
  text-justify: inter-ideograph;
  /* 両端揃えの種類 */
}

.page_content .content_box .content .orange_top {
  margin-top: 35px;
}

.page_content .content_box .content .orange_bottom {
  margin-bottom: 35px;
}

.page_content .content_box .content .green_top {
  margin-top: 119px;
}

.page_content .content_box .content .green_bottom {
  margin-bottom: 119px;
}

.wrapper .content .nonemargin_top {
  margin-top: 0;
}

.content .nonemargin_bottom {
  margin-bottom: 0;
}

.page_content .content_box .image_line {
  border-top: solid 2px;
  margin-top: -10px;
  padding-top: 20px;
}

.page_content .content_box .content .margin_top_small {
  margin-top: -20px;
}

.page_content .content_box .content .margin_top_none,
.single_content .content_box .content .margin_top_none {
  margin-top: 0;
}

.page_content .content_box .content .margin_bottom_none {
  margin-bottom: 0;
}

.page_content .text_orange a {
  color: #ea6000;
  text-decoration: none;
}

.page_content .text_orange a:hover {
  text-decoration: underline;
}

.page_content .text_blue a {
  color: #1e90ff;
  text-decoration: none;
}

.page_content .text_blue a:hover {
  text-decoration: underline;
}

.table_left0 {
  margin-left: 0 !important;
}

.h3_mt_35 {
  margin-top: 35px !important;
}

.page_content .recruit_top_list {
  margin-top: 120px;
}

 .page_content .content .recruit_box h5 {
  font-size: 20px;
}

/* table枠あり 黒とライトグレーの2パターン 20220204追記 */
.wp-block-table.is-style-border,
.wp-block-table.is-style-border-lightgray {
  border-collapse: collapse;
}

.wp-block-table.is-style-border th,
.wp-block-table.is-style-border td {
  border: solid 1px #000000;
  padding: 12px;
}

.wp-block-table.is-style-border-lightgray th,
.wp-block-table.is-style-border-lightgray td {
  border: solid 1px lightgray;
  padding: 12px;
}

.wp-block-table.table-m0 {
  margin: 0;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .page_content .content_box .content .note {
    font-size: 11px;
  }

  .page_content .content_box .content .wp-block-column {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }

  .page_content .content_box .content .image_line {
    border-top: solid 1px;
    margin-top: -5px;
    padding-top: 10px;
  }

  .page_content .content_box .content .orange_top {
    margin-bottom: 70px;
  }

  .page_content .content_box .content .orange_bottom {
    margin-bottom: 70px;
  }

  .page_content .content_box .content .green_top {
    margin-top: 120px;
  }

  .page_content .content_box .content .green_bottom {
    margin-bottom: 120px;
  }

  .page_content .content_box .content .font_small {
    font-size: 10px;
  }

  .page_content .content h4 {
    margin: 15px 0;
  }

  .page_content .content_box .content .disimal li {
    font-size: 12px;
  }

  .page_content .content_box .content .square li {
    font-size: 12px;
  }

  .page_content .content_box .content .marign_top_small {
    margin-top: -10px;
  }

  .content .recruit_page h5 {
    font-size: 20px;
  }

  .page_content .recruit_top_list {
    margin-top: 10px;
  }

  .page_content .content .p_middle {
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
  }

  .page_content .content .p_small {
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    *display: block;
  }
}
.page_content .content .person_box .txt_box {
  max-width: 448px;
}

.page_content .content .person_box .img_box {
  max-width: 415px;
  margin-top: 70px;
}

.page_content .content .person_box .btn {
  display: block;
  margin: 35px 0 0 0;
  max-width: 440px;
}

.page_content .content .recruit_box .lead {
  font-size: 18px;
  margin-bottom: 24px;
}

/* -------------------------------------------------------- */
/* 親ページ : business-domain : 下部リンクパネル
/* -------------------------------------------------------- */
.ctgr_box {
  position: relative;
  display: block;
  width: 100%;
}

.ctgr_box .ctgr_area {
  width: 100%;
  overflow: hidden;
  padding-top: 5px;
}

.ctgr_box .ctgr_area .panel_box {
  position: relative;
  float: left;
  width: 30%;
  height: auto;
  margin: 0 1.5% 3% 1.5%;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
  /*
      width: 32%;
      margin: 0px 2% 2% 0%
  */
}

.ctgr_box .ctgr_area .panel_box:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.ctgr_box .ctgr_area .panel_box a {
  opacity: 1;
}

.ctgr_box .ctgr_area .panel_box .panel_area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ctgr_box .ctgr_area .panel_box .panel_area .panel_ttl {
  display: none;
  width: 100%;
  font-size: 10px;
  text-align: center;
  border-bottom: 1px solid #000;
}

.ctgr_box .ctgr_area .panel_box .panel_area .panel_img {
  padding: 5%;
}

.ctgr_box .ctgr_area .panel_box .panel_area .panel_img img {
  width: 100%;
  height: auto;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.ctgr_box .ctgr_area .panel_box .panel_area .panel_img img:hover {
  -webkit-transform: scale(1.11);
          transform: scale(1.11);
}

@media screen and (min-width: 769px) {
  .page_content .content .recruit_box .btn {
    width: 470px;
    margin-left: -5px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .ctgr_box .ctgr_area .panel_box {
    width: 47%;
    height: auto;
    margin: 0 1.5% 3% 1.5%;
    -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
            box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
    /*
            width: 49%;
            margin: 0 2% 2% 0;
    */
  }

  /*
      .ctgr_box .ctgr_area .panel_box:nth-of-type(2n) {
          margin-right: 0;
      }
  */
  .ctgr_box .ctgr_area .panel_box .panel_area {
    padding: 0px;
  }

  .ctgr_box .ctgr_area .panel_box .panel_area .panel_ttl {
    display: none;
  }

  .ctgr_box .ctgr_area .panel_box .panel_area .panel_img {
    padding: 0;
  }
}
/* -------------------------------------------------------- */
/* Contactページ共通
/* -------------------------------------------------------- */
.contact_form {
  font-size: 14px;
}

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

span.ca {
  color: #f44646;
}

.contact_form .form_ttl {
  margin: 0px 0 10px !important;
  font-size: 20px !important;
}

.contact_form .post_box {
  margin-bottom: 30px;
}

.contact_form .input_box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact_form .input_box span input {
  width: 100%;
  border-radius: 8px;
  border: 2px solid #000;
  padding: 15px;
}

.contact_form .input_box.one span {
  width: 100%;
}

.contact_form .input_box.two span {
  width: 49%;
}

.contact_form .input_box span.mwform-tel-field input {
  width: 29%;
}

.contact_form .input_box span .mwform-radio-field {
  margin-right: 20px;
}

.contact_form .input_box span .mwform-radio-field input {
  width: 20px;
  line-height: 40px;
}

.contact_form .input_box span .mwform-radio-field span {
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
}

.contact_form .input_box select {
  width: 20em;
  padding: 15px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#111), to(#484848));
  background: linear-gradient(90deg, #111, #484848);
  background: #484848;
  border-radius: 5px;
}

.contact_form .input_box textarea {
  width: 100%;
  height: calc(134px + 7.5em);
  line-height: 1.5;
  border-radius: 8px;
  border: 2px solid #000;
  padding: 15px 15px;
  resize: vertical;
  /* 縦のみリサイズ可：不可にする場合はnone指定 */
}

.contact_form .agree_box {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}

.contact_form .agree_box a {
  text-decoration: underline;
}

.contact_form .send_box {
  position: relative;
  text-align: center;
}

.contact_form .send_box input.form_btn {
  position: absolute;
  left: calc(50% - 200px);
  width: 400px;
  font-size: 20px;
  line-height: 45px;
  color: #fff;
  border: none;
  background: -webkit-gradient(linear, left top, right top, from(#55a438), to(#61ae42));
  background: linear-gradient(90deg, #55a438, #61ae42);
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 768px) {
  .contact_form .send_box input.form_btn {
    width: 200px;
    left: calc(50% - 100px);
    font-size: 16px;
  }

  .contact_form .form_ttl {
    margin: 0px 0 10px !important;
    font-size: 16px !important;
  }

  .contact_form .agree_box a {
    display: block;
  }
}
/* 確認画面用調整 */
.mw_wp_form_confirm .contact_form .post_box {
  padding: 5px;
}

.mw_wp_form_confirm .contact_form .post_box:nth-of-type(2n) {
  background-color: #d9d9d9;
}

.mw_wp_form_confirm .contact_form .form_ttl {
  margin: 0px 0 10px !important;
  font-size: 14px !important;
}

.mw_wp_form_confirm .contact_form .input_box {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.mw_wp_form_confirm .contact_form .input_box,
.mw_wp_form_confirm .contact_form .input_box span {
  width: auto;
  margin-right: 1em;
  font-size: 16px;
  font-weight: bold;
}

.mw_wp_form_confirm .contact_form .agree_box {
  display: none;
}

/* 完了画面用調整 */
.mw_wp_form_complete .end_box {
  position: relative;
}

.mw_wp_form_complete .end_box .end_btn {
  position: absolute;
  left: calc(50% - 127px);
  width: 254px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#000), to(#888));
  background: linear-gradient(90deg, #000, #888);
  border-radius: 8px;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.mw_wp_form_complete .end_box .end_btn:after {
  content: "→";
  position: absolute;
  right: 14px;
}

/* 外部連携用 */
.contact_form .send_box input.form_btn2 {
  width: 200px;
  font-size: 20px;
  line-height: 45px;
  color: #fff;
  border: none;
  background: -webkit-gradient(linear, left top, right top, from(#55a438), to(#61ae42));
  background: linear-gradient(90deg, #55a438, #61ae42);
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.4);
}

/* -------------------------------------------------------- */
/* Other Case
/* -------------------------------------------------------- */
.other_case_box .other_case_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.other_case_box .other_case_list li {
  position: relative;
  width: calc(33.3% - 15px);
  margin: 0 15px 15px 0;
  border-radius: 14px;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.other_case_box .other_case_list li:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}

.other_case_box .other_case_list li a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 9px 10px;
  text-align: left;
  color: #fff;
  background: #3ebeef;
  border-radius: 10px;
}

.other_case_box .other_case_list li.color_it a {
  background: #eb6100;
}

.other_case_box .other_case_list li h3 {
  height: 2.4em;
  margin: 0 0 10px;
  padding: 0;
  font-size: 1.2em;
  line-height: 1.2;
}

.other_case_box .other_case_list li h3:before {
  background: none;
}

.other_case_box .other_case_list li a .detail {
  margin: 0;
  font-size: 12px;
}

.other_case_box .other_case_list li a .ico_box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: auto;
}

.other_case_box .other_case_list li a .ico_box img {
  display: block;
  margin: auto;
  max-height: 80px;
}

.other_case_box .other_case_list li.nolink img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .molded-tbl .molded-cell .txt_box .txt_head {
    margin-top: 10px;
  }

  .other_case_box .other_case_list li {
    position: relative;
    width: calc(50% - 15px);
  }

  .other_case_box .other_case_list li h3 {
    font-size: 12px;
  }

  .other_case_box .other_case_list li a .detail {
    display: none;
  }

  .other_case_box .other_case_list li a .ico_box img {
    max-height: 14vw;
    margin-bottom: 0px;
  }

  .other_case_box .other_case_list li.sp_none {
    display: none;
  }

  .other_case_box .other_case_list li a {
    padding: 0 10px;
  }
}
/* -------------------------------------------------------- */
/* 3点リーダー
/* -------------------------------------------------------- */
.molded-tbl .molded-cell .txt_box .txt_main {
  font-weight: normal;
}

.molded-tbl .molded-cell .txt_box .txt_head,
.molded-tbl .molded-cell .txt_box .txt_main {
  position: relative;
}

.molded-tbl .molded-cell .txt_box .txt_head span,
.molded-tbl .molded-cell .txt_box .txt_main span {
  position: absolute;
  top: 6px;
  left: 0;
}

.molded-tbl .molded-cell .txt_box .txt_head span:nth-of-type(1),
.molded-tbl .molded-cell .txt_box .txt_main span:nth-of-type(1) {
  opacity: 0;
}

/* TOPページ NEWS用3点リーダー適用調整 */
.home_product .product_list li img {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.home_news .article_list .detail {
  height: 3.6em;
}

.page_content .nlx_list li.article .title {
  height: 3.28em;
}

.page_content .nlx_list li.article .detail {
  height: 3.6em;
}

@media screen and (max-width: 768px) {
  .page_content .nlx_list li.article .title {
    height: 2.76em;
  }
}
/* -------------------------------------------------------- */
/* ALL NEWS 20190429*/
#news_contents p.news_sig {
  margin-top: 90px;
  margin-right: 10px;
}

#news_contents p.news_space {
  margin-top: 40px;
  margin-right: 10px;
}

.content_box #news_contents p {
  font-weight: normal;
  margin: 20px 10px 20px 0;
  text-align: justify;
  /* 両端揃え */
  text-justify: inter-ideograph;
  /* 両端揃えの種類 */
}

#news_contents ul {
  padding-left: 1em;
}

#news_contents ul li {
  padding-left: 2em;
  text-indent: -2.3em;
}

#news_contents table {
  table-layout: auto !important;
}

#news_contents table td:first-child {
  word-break: keep-all;
}

/* -------------------------------------------------------- */
/* IR 20190419-------------------------------------------------------- */
div.ir_message_column div:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 170px;
          flex: 0 0 170px;
}

div.ir_message_column div:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 80%;
          flex: 0 1 80%;
}

div.ir_publicnotice_column div:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 158px;
          flex: 0 0 158px;
}

div.ir_publicnotice_column div:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 80%;
          flex: 0 1 80%;
  margin-left: 0;
}

div.ir_schdule_column {
  border-bottom: dotted 1px;
}

div.ir_schdule_column div:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

div.ir_schdule_column div:nth-child(2) {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}

div.ir_stock_column {
  border-bottom: dotted 1px;
}

div.ir_stock_column div:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

div.ir_stock_column div:nth-child(2) {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}

p.first-p {
  margin-top: 0 !important;
}

span.title-jp {
  font-size: 24px;
}

ul.irbtn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}

ul.irbtn_list li {
  background: #01348b;
  border: solid 1px #fff;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 220px;
          flex: 0 0 220px;
  margin: 5px;
  padding: 5px;
  height: 65px;
}

@media screen and (max-width: 768px) {
  ul.irbtn_list li {
    margin: 5px auto;
  }
}
ul.irbtn_list li.active {
  height: 75px;
}

ul.irbtn_list li a {
  width: 100%;
  height: 100%;
  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;
}

.bottom-space {
  margin-bottom: 60px !important;
}

.pdf-link a {
  font-size: 28px;
  border-bottom: dotted 1px #01348b;
  color: #01348b;
}

/*IRアイコン*/
.page_content .five_column_list li a img:nth-child(2) {
  opacity: 1;
}

/*IR下層タブ切り替えボタン*/
ul.irbtn_list li {
  position: relative;
}

ul.irbtn_list li .svg-inline--fa.fa-w-16 {
  position: absolute;
  right: 1em;
  width: 1.2em;
  height: 1.2em;
}

/*2019/05/03 16:00 追加 */
.home_news .article_list .txt_box {
  padding: 0 !important;
}

.home_news .article_list .title {
  font-size: 22px;
  margin: 5px;
  line-height: 1.4;
  height: 2.32em;
}

/*2019/10/15 16:00 追加 */
ul.irbtn_list li.ir_btn_gray {
  background: #666;
  *margin-top: 10px;
}

.ir_tab {
  margin-top: 120px;
  width: 80%;
}

@media screen and (max-width: 768px) {
  .ir_tab {
    margin-top: 60px;
    width: 100%;
  }
}
/*2019/10/28 16:00 追加*/
.column1st .wp-block-column:first-child {
  -ms-flex-preferred-size: 15%;
      flex-basis: 15%;
}

.column1st .wp-block-column:not(first-child) {
  -ms-flex-preferred-size: 85%;
      flex-basis: 85%;
}

/*
.home_news .article_list .ico_box{
    position: relative;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 200%;
    margin: 100px auto 0;
    display: block;
}*/
.home_news .article_list .detail {
  font-size: 13px;
  line-height: 1.6;
  margin: 15px 5px 5px 5px;
  height: 2.8em;
}

.page_content .nlx_list li.article {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
  margin-bottom: 14px;
  padding: 4px;
  overflow: hidden;
}

.page_content .nlx_list li.article .title {
  border-top: solid 1px #ccc;
  font-size: 17px;
  margin: 0px 5px 0 5px;
  padding: 0 !important;
  line-height: 1.4;
}

.page_content .nlx_top_list li.article .ico_box {
  /*bottom: -25px;*/
}

.page_content .nlx_list li.article .detail {
  font-size: 11px;
  line-height: 1.8;
  margin: 0 5px;
}

.page_content .nlx_top_list li.article:nth-child(4) .title {
  border-top: 0;
  padding: 0 0 0 0;
  margin: -15px 0 0 0;
}

.page_content .nlx_top_list li.article:nth-child(4) .txt_box {
  border-bottom: solid 1px #ccc;
  padding: 0 5px;
  margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .home_news .article_list .title {
    font-size: 13px;
    line-height: 1.38;
    margin: 5px;
    height: 2.76em;
    margin-top: 0 !important;
  }

  .home_news .article_list .detail {
    font-size: 0.5em;
    line-height: 1.6;
    margin: 0px 5px 5px 5px;
    height: 2.8em;
  }

  .home_news .article_list li {
    padding: 4px;
    margin-bottom: 20px;
    width: 48%;
    min-height: 91.36vw;
    position: relative;
  }

  .home_news .article_list .thumb {
    height: 43.749vw;
  }

  .lower_news .top_image {
    width: 78.5%;
    height: auto;
  }

  .page_content .nlx_list li.article .detail {
    font-size: 10px;
    line-height: 1.3;
    margin: 0 5px;
  }

  .page_content .nlx_list li.article .title {
    border-top: solid 1px #ccc;
    font-size: 13px;
    line-height: 1.4;
    margin: 9px 5px 5px 6px;
  }

  .page_content .nlx_list li.article .thumb {
    height: 44.7vw;
  }

  .page_content .nlx_top_list li.article:nth-child(4) .title {
    border-top: 0;
    padding: 0 0 0 0;
    margin: -15px 5px 0 5px;
  }

  .page_content .nlx_top_list li.article:nth-child(4) .txt_box {
    border-bottom: solid 1px #ccc;
    padding: 24px 0px;
    margin-bottom: 12px;
    min-height: 46.4vw;
  }

  .page_content .nlx_middle_list03 li.article:nth-child(2) .ico_box,
.page_content .nlx_middle_list02 li.article:nth-child(3) .ico_box,
.page_content .nlx_top_list li.article:nth-child(4) .ico_box {
    bottom: 0;
    padding-bottom: 5px;
  }

  .page_content .nlx_middle_list02 li.article:nth-child(3) .txt_box,
.page_content .nlx_middle_list03 li.article:nth-child(2) .txt_box {
    border-bottom: solid 1px #ccc;
    padding: 8px 0 12px;
    margin-bottom: 12px;
  }

  .page_content .top_ttl_image.nlx_top {
    width: 49%;
  }

  .page_content .top_ttl_image.nlx_top img {
    border-radius: 10px;
  }

  .page_content .nlx_middle_list02 li.article:nth-child(1) .txt_box {
    margin-left: 9px;
    min-height: 42vw;
    padding-left: 6px;
    width: 100%;
  }

  .page_content .recruit_top_list {
    padding: 0;
  }

  .page_content .recruit_top_list li.list01 {
    width: 95%;
    margin-left: 5%;
  }

  .page_content .recruit_top_list li.list04 {
    width: 95%;
    margin-left: 5% !important;
  }

  .page_content .content .person_box {
    margin-top: 0;
  }

  .page_content .content .person_box .img_box {
    margin-top: 125px;
  }

  .page_content .recruit_page .tab02 .p_middle,
.page_content .recruit_page .tab03 .p_middle {
    font-size: 0.8rem;
    line-height: 1.6;
  }

  .page_content .recruit_page .tab02 .p_small,
.page_content .recruit_page .tab03 .p_small {
    font-size: 0.5rem;
    line-height: 1.6;
  }

  .home_news .article_list .ico_box img {
    max-height: 45px;
  }

  .page_content .recruit_top_list li.list02 {
    max-width: 100%;
    width: 46%;
    margin-left: 3% !important;
  }

  .page_content .recruit_top_list li.list03 {
    max-width: 100%;
    width: 46%;
    margin-right: 3% !important;
  }

  /*
  .page_content .content .table_image img{
  	max-width:98%;
  	max-height:98%;
  	padding:1%;
  }
  */
  .footer {
    z-index: 2;
  }
}
/*EdgeとIE11のh3タイトル段落ち対応*/
@supports (-ms-ime-align: auto) {
  .wrapper .page_content .content h3 {
    font-size: 31px;
  }
}
@media all and (-ms-high-contrast: none) {
  .wrapper .page_content .content h3 {
    font-size: 31px;
  }

  .keyword_search input {
    width: calc(96% - 1px);
  }
}
@media screen and (max-width: 768px) {
  /*スクロールバーを可視化*/
  .scroll_view {
    overflow: auto;
  }

  .scroll_view::-webkit-scrollbar {
    /* スクロールバー本体 */
    width: 5px;
    height: 5px;
    background: #eee;
    border-radius: 50px;
  }

  .scroll_view::-webkit-scrollbar-thumb {
    /* スクロールバーの動く部分 */
    background: #aaa;
    border-radius: 50px;
  }

  .scroll_view::-webkit-scrollbar-track-piece:start {
    /* スクロールバーの動く部分の前 */
    background: #eee;
    border-radius: 50px;
  }

  .scroll_view::-webkit-scrollbar-track-piece:end {
    /* スクロールバーの動く部分の後ろ */
    background: #eee;
    border-radius: 50px;
  }

  .scroll_view > img {
    padding: 2px;
  }
}
/* ProdctNavi hotword */
.hot_word {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
  position: relative;
  padding: 20px 35px 20px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}

/*
.hot_word::before{
	background: rgba(255,255,255,0.1);
    border-radius: 10px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
}*/
.hot_word .hotword {
  background: transparent;
  border: 0;
  font-size: 12px;
  outline: 0;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .hot_word {
    display: block;
    padding: 0;
  }
}
/*閉じるボタンが押せないパターンに対して*/
.main_popup .btn span {
  pointer-events: none;
}

/*404ページ*/
.page404 {
  padding-bottom: 20px;
}

.kanban_404 {
  position: absolute;
  color: #fff;
  bottom: 150px;
  right: 22.5em;
  z-index: 2;
}

/*recruit 追加*/
.page_content .content .tab_ttl2 {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  margin: 55px 0 0 0;
}

.page_content .content .tab_ttl2::before {
  background: #000;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 3px;
}

.tab_ttl2 span {
  background: #fff;
  display: inline-block;
  padding-right: 18px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .tab_ttl2 {
    font-size: 12px;
    margin: 40px 0;
  }

  .tab_ttl2 span {
    padding-right: 2px;
  }
}
/*Facebookシェアボタン*/
#fb-root {
  display: block;
  margin-top: 20px;
}

/*グリッド写真色味調整*/
.home_news .article_list .thumb img,
.page_content .nlx_list li.article .thumb img,
.page_content .four_column_list li a img {
  -webkit-filter: saturate(150%);
          filter: saturate(150%);
}

.home_news .article_list a:hover {
  -webkit-filter: saturate(80%);
          filter: saturate(80%);
}

.home_product .product_list li img,
.maincat > div img,
.page_content .nit_top_list01 li a img,
.page_content .recruit_top_list li.list02 a img, .page_content .recruit_top_list li.list03 a img {
  -webkit-filter: saturate(150%) brightness(1.5);
          filter: saturate(150%) brightness(1.5);
}

/*iPad対応-担当者-*/
.ipad .wrapper .page_content .content_box .img_box img {
  max-width: 348px;
}

.ipad .wrapper .page_content .content .person_box .img_box {
  max-width: 400px;
}

.ipad .wrapper .page_content .content .person_box .txt_box {
  max-width: 457px;
}

.ipad .wrapper .page_content .content {
  max-width: 805px;
}

.ipad .wrapper .page_content .content_box {
  max-width: 98%;
}

/*iPad safari*/
_::-webkit-full-page-media, _:future, :root .wp-block-image img {
  width: 100%;
}

_::-webkit-full-page-media, _:future, :root .lower_news .news_box .article_list li .date {
  font-size: 14px;
  margin-right: 15px;
}

_::-webkit-full-page-media, _:future, :root .wrapper-ios {
  overflow: hidden;
}

/*NEW-ITページ8月変更*/
.nit_top_left_plus {
  width: 24.2%;
}

.page_content .nit_top_left_plus .nit_top_left {
  width: 100%;
}

.process_h4 {
  font-size: 28px;
  margin: 20px 0 5px 0;
}

.process_h4:first-of-type {
  margin-top: 40px;
}

.process_h4:nth-of-type(2),
.process_h4:nth-of-type(3) {
  margin-top: 60px;
}

.process_h4 span {
  font-size: 20px;
  margin-left: 1em;
}

.arrow_down {
  display: block;
  border: 60px solid transparent;
  border-top: 40px solid #000;
  position: absolute;
  margin-top: 15px;
}

.arrow_down:before {
  content: "";
  border: 60px solid transparent;
  border-top: 40px solid #fff;
  position: absolute;
  top: -41px;
  left: -60px;
}

.page_content .nlx_middle_list03 li.article:nth-child(4) {
  padding: 0;
  position: relative;
}

.page_content .nlx_middle_list03 li.article:nth-child(4) .thumb {
  height: 239px;
  max-height: 239px;
}

@media screen and (max-width: 768px) {
  .process_h4 {
    font-size: 15px;
    margin: 20px 0 5px 0;
  }

  .page_content .nit_top_left_plus {
    width: 49%;
  }

  .arrow_down {
    border: 40px solid transparent;
    border-top: 25px solid #000;
  }

  .arrow_down:before {
    border: 40px solid transparent;
    border-top: 25px solid #fff;
    top: -26px;
    left: -40px;
  }

  .process_h4 span {
    font-size: 15px;
  }

  .page_content .nlx_middle_list03 li.article:nth-child(4) .thumb {
    height: 45vw;
  }
}
/*プロダクトナビレイアウト*/
#NEW-ITnavi #new-it-service-g2 > div {
  width: 49.5%;
}

/*indexページ8月変更*/
.home_news {
  position: relative;
}

.home_news .btn2:first-of-type {
  margin-top: 20px;
  margin-bottom: 40px;
}

/*アーカイブページ*/
.topics_archive .page_content .nlx_middle_list02 {
  width: 100%;
}

.topics_archive .page_content .nlx_list li.article {
  max-width: 24.5%;
}

.topics_archive .page_content .nlx_middle_list02 li.article {
  max-height: none;
}

.topics_archive .page_content .nlx_middle_list02 li.article a {
  display: block;
}

.topics_archive .page_content .nlx_middle_list02 li.article:nth-child(1) .txt_box {
  border-left: none;
  padding-top: 12px;
  padding-left: 0;
  margin-left: 0;
  height: auto;
}

.topics_archive .page_content .nlx_middle_list02 li.article:nth-child(3) .txt_box {
  border: 0;
}

.topics_archive .page_content .nlx_list li.article .ico_box {
  bottom: 0;
}

.topics_archive .page_content .nlx_middle_list02 li.article:nth-child(1) .ico_box,
.topics_archive .page_content .nlx_middle_list02 li.article:nth-child(2) .ico_box,
.topics_archive .page_content .nlx_middle_list02 li.article:nth-child(3) .ico_box,
.topics_archive .page_content .nlx_middle_list02 li.article:nth-child(4) .ico_box {
  bottom: -9px;
}

.topics_archive .page_content .nlx_list li.article .txt_box {
  width: 100%;
  padding: 12px 0 0;
  position: relative;
  z-index: 1;
}

.topics_archive .page_content .nlx_middle_list02 li.article:nth-child(1) .thumb {
  max-width: none;
}

.topics_archive .page_content .nlx_middle_list02 li.article:nth-child(1) .title,
.topics_archive .page_content .nlx_middle_list02 li.article:nth-child(3) .title {
  border-top: solid 1px #ccc;
}

.topics_archive .page_content .nlx_list {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.topics_archive .page_content .nlx_middle_list02 li.article:nth-child(4n+1) {
  left: 0;
}

.topics_archive .page_content .nlx_middle_list02 li.article:nth-child(4n+2) {
  left: 6px;
}

.topics_archive .page_content .nlx_middle_list02 li.article:nth-child(4n+3) {
  left: 12px;
}

.topics_archive .page_content .nlx_middle_list02 li.article:nth-child(4n) {
  left: 18px;
}

.topics_archive .page_content .nlx_list_box {
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .topics_archive .page_content .nlx_list li.article {
    max-width: none;
    max-width: 49%;
  }

  .topics_archive .page_content .nlx_list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .topics_archive .page_content .nlx_middle_list02 li.article:nth-child(4n),
.topics_archive .page_content .nlx_middle_list02 li.article:nth-child(4n+1),
.topics_archive .page_content .nlx_middle_list02 li.article:nth-child(4n+2),
.topics_archive .page_content .nlx_middle_list02 li.article:nth-child(4n+3) {
    left: 0;
  }

  .topics_archive .page_content .nlx_list li.article .title {
    margin-top: 0;
  }

  .topics_archive .page_content .nlx_middle_list02 li.article:nth-child(1) .ico_box {
    bottom: -15px;
  }

  .topics_archive .page_content .nlx_middle_list02 li.article:nth-child(2) .ico_box {
    bottom: 0;
  }

  .topics_archive .page_content .nlx_middle_list02 li.article:nth-child(3) .ico_box {
    bottom: -14px;
  }

  .topics_archive .page_content .nlx_middle_list02 li.article:nth-child(3) .txt_head span {
    top: 6px;
  }
}
/*SP時ニュースページ左を開ける*/
@media screen and (max-width: 768px) {
  #casestudy .lower_news .news_box .news_box_inner {
    max-width: 865px;
  }

  .lower_news .news_box .article_list {
    width: 78%;
    margin-right: 0;
    margin-left: auto;
  }

  .lower_news .news_box .archive_box {
    margin: 0 8px 60px auto;
    width: 78%;
  }
}
/*FireFox一部改行が中途となるための対応*/
@-moz-document url-prefix() {
  .page_content .content h3 {
    font-size: 30px;
  }

  .home_news .news_list_box .news_list li .title {
    font-size: 13px;
  }
}
@media print {
  body {
    background: #fff;
    color: #000;
    -webkit-text-size-adjust: 100%;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: normal;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .wrapper {
    background-image: url(../img/bg_top_gradation.png), url(../img/bg_gradation01.png);
    background-repeat: no-repeat, repeat-y;
    background-size: 100% auto;
    max-width: 100%;
    padding-top: 20px;
  }

  .inner {
    max-width: 98%;
  }

  .header .header_logo .pc {
    display: none;
  }

  .sp {
    display: none;
  }

  .home_mv .home_slider {
    display: none;
  }

  .print_img {
    max-width: 98%;
    display: block;
    margin: 0 auto;
    text-align: center;
  }

  .home_news .article_list li {
    width: 32%;
  }

  .home_news .article_list li.molded-cell:nth-child(4),
.home_news .article_list li.molded-cell:nth-child(5),
.home_news .article_list li.molded-cell:nth-child(6) {
    margin-top: 50px;
  }

  .home_news .article_list .thumb {
    height: 29vw;
  }

  .home_news .article_list .title {
    font-size: 16px;
    margin: 5px;
    line-height: 1.4;
    height: 2.32em;
  }

  .home_news .article_list .detail {
    font-size: 14px;
    line-height: 1.6;
    margin: 15px 5px 5px 5px;
    height: 2.8em;
  }

  .home_product .product_list {
    width: 90%;
    margin: 0 auto;
  }

  .home_product .product_list li {
    max-width: 233px;
    height: 233px;
    overflow: hidden;
    padding: 0;
    margin: 0 auto;
    display: block;
    text-align: center;
  }

  .home_product .product_list > li img {
    margin: 0;
  }

  .home_product .product_list li:nth-child(5),
.home_product .product_list li:nth-child(6),
.home_product .product_list li:nth-child(7),
.home_product .product_list li:nth-child(8) {
    margin: 120px auto 30px;
  }

  .maincat > div {
    background: #000;
    border-radius: 10px;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
    position: relative;
    margin-bottom: 18px;
    max-width: 233px;
    width: 24%;
    height: 200px;
    overflow: hidden;
    display: block;
  }

  .maincat > div img {
    margin: 0;
  }

  .page_content .nlx_top_list li {
    max-height: 450px;
    width: 24%;
  }

  .page_content .nlx_top_list li.article {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
    margin-bottom: 14px;
    padding: 6px 6px;
    overflow: hidden;
  }

  .page_content .nlx_list li.article .thumb {
    background: #000;
    border-radius: 10px;
    width: 100%;
    height: 210px;
    overflow: hidden;
    position: relative;
    top: 0;
    vertical-align: top;
  }

  .page_content .nlx_top_list li.article .title {
    border-top: solid 1px #ccc;
    font-size: 14px;
    padding-top: 16px;
    line-height: 1.3;
  }

  .page_content .nlx_list li.article .title {
    border-top: solid 1px #ccc;
    font-size: 14px;
    padding-top: 6px;
    line-height: 1.3;
  }

  .page_content .nlx_top_list li.article:nth-child(4) .title {
    margin: 10px 0 0px;
  }

  .page_content .nlx_top_list li.article .txt_box {
    border-bottom: solid 1px #ccc;
    padding: 4px 0px 0;
    margin: 5px 0 2px;
    min-height: 200px;
  }

  .page_content .nlx_middle_list02 li.article:nth-child(1) {
    height: 220px;
  }

  .page_content .nlx_middle_list02 li.article:nth-child(2),
.page_content .nlx_middle_list02 li.article:nth-child(3) {
    max-height: 450px;
    margin-top: -20px;
  }

  .page_content .nlx_middle_list03 li.article:nth-child(1),
.page_content .nlx_middle_list03 li.article:nth-child(2) {
    max-height: 450px;
  }

  .page_content .nlx_middle_list02 li.article:nth-child(2) {
    padding-top: 30px;
  }

  .page_content .nlx_middle_list02 li.article:nth-child(2) .thumb {
    margin-top: -60px;
  }

  .page_content .nlx_middle_list03 li.article:nth-child(2) .thumb {
    margin-top: 0;
  }

  .page_content .nlx_list li.article .ico_box {
    margin-top: -50px;
  }

  .page_content .nlx_middle_list02 li.article:nth-child(1) .ico_box {
    margin-top: -400px;
  }

  .page_content .nlx_list li.article .detail {
    font-size: 11px;
    line-height: 1.3;
    margin: 3px 0 0;
  }
}
/*==========================================
  CASE STUDY追加
==========================================*/
#casestudy ul#cs_select_button li a {
  background-color: #000;
  color: #fff;
  font-size: 14px;
  float: left;
  padding: 15px 0;
  text-align: center;
  width: 33.333%;
}

#casestudy ul#cs_select_button li a:hover {
  opacity: 1;
  background-color: #717171;
}

#casestudy ul#cs_select_button li a.cs_active {
  background-color: #717171;
}

.cs_archive_box {
  border-top: solid 2px #000;
  padding-top: 40px;
  height: 120px;
}

#casestudy ul#cs_select_button li.cs_nlx a {
  color: #3fbff0;
  border-left: solid 2px #fff;
  border-right: solid 2px #fff;
  width: calc(33.333% - 4px);
}

#casestudy ul#cs_select_button li.cs_newit a {
  color: #eb6100;
}

.lower_news .news_box .cs_list li a {
  display: block;
}

/*==========================================
  OTHER CASE用の調整
==========================================*/
/*打消し系*/
#casestudy .page_content .content #othercase h3,
#casestudy .content #othercase h3 {
  margin: 0;
  font-size: 18px;
  padding: 0;
  position: relative;
}

#casestudy .page_content .content #othercase h3::before {
  content: none;
}

#casestudy #othercase .cs_archive_box {
  border: none;
  padding-top: 0;
}

#casestudy .lower_news .news_box .article_list li {
  padding: 0;
}

#casestudy .lower_news .news_box .article_list li {
  border: none;
}

#casestudy .lower_news .news_box .article_list li + li {
  margin-top: 0;
}

#casestudy .cs_box {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  background-color: #F6F6F6;
}

#casestudy .cs_refine1 {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

#casestudy .cs_refine2 {
  border: 0;
}

#casestudy .cs_refine3 {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

#casestudy #othercase .molded-tbl .molded-cell .txt_box p {
  margin: 0;
}

@media screen and (max-width: 768px) {
  #casestudy .lower_news .news_box .article_list {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
/*スタイルを当てる系*/
#casestudy #othercase .article_list li {
  margin-bottom: 10px;
  position: relative;
}

#casestudy #othercase .article_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  width: 100%;
  height: 100%;
}

#casestudy #othercase .article_list li:nth-child(2n+1) {
  background: #f4f4f4;
}

.cs_leftbox, .cs_rightbox {
  margin: 0;
}

.cs_leftbox {
  width: 30%;
}

.cs_rightbox {
  width: calc(70% - 100px);
  padding: 30px 25px;
}

#casestudy .cs_list .cs_icon {
  width: 80px;
  position: absolute;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: 50%;
  right: 10px;
}

#casestudy .lower_news .news_box .article_list li .cs_title {
  width: 100%;
  font-size: 18px;
  font-weight: 700;
}

.cs_detail {
  font-size: 16px;
  font-weight: normal;
  text-align: justify;
  margin: 20px 10px 20px 0;
}

#casestudy .cs_flex img {
  width: 59%;
  margin: 0;
  border-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

#casestudy .cs_index_right {
  width: 41%;
  margin: 0;
  padding: 25px 30px 25px 35px;
  position: relative;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

#casestudy .cs_index_right h3 {
  font-size: 28px;
}

#casestudy .cs_box .cs_index_right .icon_black {
  margin: auto;
  width: 120px;
}

.cs_page {
  margin-bottom: 150px;
}

#casestudy .molded-tbl .molded-cell .txt_box .txt_main span {
  position: absolute;
  display: block;
}

#casestudy .molded-tbl .molded-cell .txt_box .cs_detail {
  top: 20px;
}

#casestudy .molded-tbl .molded-cell .txt_box .txt_head.title {
  width: 100%;
  height: 0;
}

#casestudy .cs_box h3 {
  height: 100%;
}

#casestudy .txt_box {
  height: 100%;
}

#casestudy .molded-cell {
  height: 100%;
}

#casestudy .molded-tbl .molded-cell .txt_box .txt_head span,
#casestudy .molded-tbl .molded-cell .txt_box .txt_main span {
  top: 0;
}

#othercase .cs_detail {
  margin: 0;
}

#casestudy #othercase .molded-tbl .molded-cell .txt_box .txt_head.title {
  font-size: 20px;
  font-weight: bold;
}

#casestudy #othercase .molded-tbl .molded-cell .txt_box .txt_main span {
  margin-top: 10px;
}

#casestudy ul#cs_select_button li a {
  -webkit-box-shadow: 0px 4px 3px #00000036;
          box-shadow: 0px 4px 3px #00000036;
}

#othercase {
  margin-top: 150px;
}

@media screen and (max-width: 768px) {
  #casestudy .cs_index_right h3 {
    font-size: 5.5vw;
  }

  #casestudy .cs_box .molded-tbl .molded-cell .txt_box .txt_main {
    margin-top: 0;
  }

  #casestudy .cs_index_right {
    padding: 15px 10px;
  }

  #casestudy .cs_box .cs_index_right .icon_black {
    width: 25%;
  }

  #casestudy .lower_news .news_box .casestudy_inner {
    width: 78%;
    margin-left: auto;
    margin-right: 0;
  }

  .cs_page {
    margin-bottom: 70px;
  }

  #casestudy .cs_list .cs_icon {
    width: 25px;
    margin: 0;
    right: 5px;
  }

  #casestudy .cs_leftbox img {
    margin: 0;
    width: 100%;
  }

  #casestudy .cs_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  #casestudy .cs_flex img {
    width: 100%;
  }

  #casestudy .cs_index_right {
    width: 100%;
    height: 200px;
  }

  #casestudy .molded-tbl .molded-cell .txt_box .txt_main span {
    margin: 10px 0;
  }

  #casestudy ul#cs_select_button li a {
    font-size: 75%;
  }

  .cs_rightbox {
    padding: 0;
    width: 100%;
    margin-right: 45px;
  }

  #casestudy #othercase .molded-tbl .molded-cell .txt_box .txt_head.title {
    font-size: 10px;
    margin: 2px 6px;
  }

  #casestudy #othercase .molded-tbl .molded-cell .txt_box .txt_main span {
    font-size: 10px;
    margin: 2px 6px;
  }

  .cs_leftbox {
    width: 70%;
  }

  .molded-tbl .molded-cell .txt_box .txt_main {
    margin: 0;
  }

  .cs_archive_box {
    height: 75px;
  }

  #casestudy ul#cs_select_button li a {
    -webkit-box-shadow: 0px 4px 3px #00000036;
            box-shadow: 0px 4px 3px #00000036;
  }

  #casestudy ul#cs_select_button li.cs_nlx a {
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
  }

  #othercase {
    margin-top: 60px;
  }
}
@media screen and (max-width: 321px) {
  #casestudy #othercase .molded-tbl .molded-cell .txt_box .txt_head.title,
#casestudy #othercase .molded-tbl .molded-cell .txt_box .txt_main span {
    margin: 0 6px;
  }
}
/*トップページCaseStudy周り*/
.cs_box {
  border-radius: 10px;
  -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.6);
          box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.6);
  margin-top: 60px;
  background-color: #fff;
  display: block;
  height: 100%;
}

.cs_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  overflow: hidden;
}

.cs_flex img {
  width: calc(56% - 20px);
  margin: 10px;
  border-radius: 10px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.cs_index_right {
  margin: 10px;
  width: calc(44% - 20px);
  position: relative;
}

.home .cs_box h3 {
  font-size: 36px;
  height: 3em;
}

.cs_box .molded-tbl .molded-cell .txt_box .txt_main {
  font-size: 18px;
}

.cs_box .cs_index_right .icon_black {
  width: 40%;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
}

.home_news .news_list_box .news_list li .date {
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .cs_box {
    margin-top: 30px;
  }

  .home .cs_box h3 {
    font-size: 13px;
  }

  .cs_box .molded-tbl .molded-cell .txt_box .txt_main {
    font-size: 11px;
  }

  .cs_flex img {
    margin: 5px;
    width: calc(53% - 10px);
  }

  .cs_index_right {
    margin: 5px;
    width: calc(47% - 10px);
  }

  .cs_box .cs_index_right .icon_black {
    width: 32%;
    bottom: 0;
  }

  .cs_flex .molded-tbl .molded-cell .txt_box .txt_head {
    margin-top: 0;
  }
}
/*CaseStudy大枠のサイズ調整*/
#casestudy .lower_news .news_box {
  max-width: 1050px;
}

#casestudy .lower_news .news_box .news_box_inner {
  max-width: 865px;
}

#casestudy .lower .wrapper .lower_ttl::before {
  width: 70px;
}

.block {
  display: block;
}
@charset "UTF-8";
.wrapper .page_content .content .person_box {
  display: block;
}

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

.person_box h1 {
  margin-bottom: 40px;
  font-size: 36px;
}

#news_contents a {
  color: #1e90ff;
  text-decoration: none;
}

#news_contents a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .person_box h1 {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .person_box .person_boxs .txt_box img:nth-child(1) {
    display: none;
  }
}
.keyword_search button {
  background-color: transparent;
}

.iphone .keyword_search button {
  right: 10px;
}

.footer_top .footerNav .list .fot_company {
  font-size: 18px;
  font-weight: bold;
  border: none;
  margin-left: 0;
  padding-left: 0;
  visibility: hidden;
}

.footer_top .footerNav .list .ma_r {
  margin-right: 5em;
}

@media screen and (max-width: 768px) {
  .footer_top .footerNav .list .fot_company {
    display: none;
  }

  .footer_top .footerNav .list .fot_team {
    margin-left: 0;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.page_content .content_box .content h5 {
  margin-top: 60px;
}

.page_content .content_box .content .ttl_line {
  border-top: solid 2px;
  margin-top: -40px;
}

.page_content .content_box .content .ttl_line02 {
  border-top: solid 2px;
  margin-top: -20px;
}

@media screen and (max-width: 768px) {
  .page_content .content_box .content h5 {
    margin-top: 35px;
  }

  .page_content .top_image,
.wrapper .single_content .top_image {
    width: 80.4%;
    border-radius: 5px;
    overflow: hidden;
  }

  .page_content .content_box .content .ttl_line {
    margin-top: -15px;
  }

  .page_content .content_box .content .ttl_line02 {
    margin-top: -17px;
  }
}
#popup_wrapper {
  z-index: 100;
}

/*プロダクトナビ*/
.elementor-element-41614e3d {
  display: none;
}

.elementor-element-5dc3be1b {
  height: auto !important;
}

.elementor-element-5669662e {
  height: auto !important;
}

#nlx-service > div {
  color: #3fbff0;
}

#NEW-ITnavi a,
#NLXnavi a {
  display: block;
}

.hot_word button:hover {
  background-color: #000;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}

.hot_word button a:hover {
  color: #fff;
  opacity: 1;
}

.search_zero {
  height: 235px;
  width: 980px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.15);
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -20px;
}

#new-it-job-head,
#nlx-skill-head,
#nlx-service-head {
  margin-top: 15px;
}

.wrapper .page_content #NLXnavi a:hover,
.wrapper .page_content #NEW-ITnavi a:hover {
  -webkit-box-shadow: 15px 15px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 15px 15px 10px rgba(0, 0, 0, 0.5);
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#nlx-hierarchy .pro_active > div > div > a,
#nlx-skill .pro_active > div > div > a,
#nlx-service .pro_active > div > div > a {
  -webkit-box-shadow: 15px 15px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 15px 15px 10px rgba(0, 0, 0, 0.5);
  opacity: 1;
  color: #3fbff0;
}

#nlx-hierarchy > div > div > div > a,
#nlx-skill > div > div > div > a,
#nlx-service > div > div > div > a {
  color: #4488a2;
}

#nlx-hierarchy > div > div > div > a:hover,
#nlx-skill > div > div > div > a:hover,
#nlx-service > div > div > div > a:hover {
  color: #3fbff0;
}

#new-it-service-g1 .pro_active > div > div > a,
#new-it-service-g2 .pro_active > div > div > a,
#new-it-job .pro_active > div > div > a {
  -webkit-box-shadow: 15px 15px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 15px 15px 10px rgba(0, 0, 0, 0.5);
  opacity: 1;
  color: #eb6100;
}

#new-it-service-g1 > div > div > div > a,
#new-it-service-g2 > div > div > div > a,
#new-it-job > div > div > div > a {
  color: #a26032;
}

#new-it-service-g1 > div > div > div > a:hover,
#new-it-service-g2 > div > div > div > a:hover,
#new-it-job > div > div > div > a:hover {
  color: #eb6100;
}

.wrapper .page_content #search-detail {
  margin-top: 20px;
  padding-top: 50px;
}

@media screen and (max-width: 768px) {
  .search_zero {
    width: auto;
    height: 160px;
    max-width: 980px;
    margin: 0 10px;
  }

  .search_zero {
    font-size: 13px;
  }

  .page_top #search-detail {
    margin-top: 30px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  #new-it-service3,
#new-it-service6,
#new-it-service7,
#nlx-hiera3,
#nlx-hiera4,
#nlx-hiera5,
#nlx-service33,
#nlx-service4 {
    margin-top: 5px;
  }
}
/*Open Courseアロー*/
#nlx-service33 > div {
  position: relative;
}

#nlx-service33 svg {
  position: absolute;
  right: 10px;
  margin-top: 4px;
}

/*プロダクトナビ開発サービスの特別対応*/
#new-it-service8 {
  display: none;
}

@media screen and (max-width: 768px) {
  #new-it-service8 {
    display: block;
    margin-top: 5px;
  }

  #new-it-service4 {
    display: none;
  }

  #new-it-service6 {
    margin-top: 0px;
  }

  #NEW-ITnavi #new-it-service-g2 > div + div {
    margin-left: 1%;
    width: 49.5%;
  }

  #new-it-service-g1 > div {
    width: 49.5%;
  }

  #NEW-ITnavi #new-it-service-g2 > #new-it-service6 {
    margin-left: 1%;
  }

  .page_top #NEW-ITnavi #new-it-service-g2 {
    margin-top: -40px;
  }
}
#NEW-ITnavi #new-it-service-g2 {
  margin-top: -10px;
}

/*hotword*/
/*三本線よりモーダルを優先*/
.popup_wrapper {
  z-index: 999;
}

/*アイコン調整*/
.wrapper .page_content .nlx_list li .thumb_over_ico {
  max-height: 160px;
}

/*フッター微調整*/
.footerNav .list li a.left_margin {
  margin-left: calc(6em + 11px);
}

_::-webkit-full-page-media, _:future, :root　.list li a.left_margin {
  margin-left: 5.9rem !important;
}

@media screen and (max-width: 768px) {
  .footerNav .list li a.left_margin {
    margin-left: 0;
  }

  .footer_bottom .footer_bottom_nav {
    margin-bottom: 50px;
  }
}
/*看板パラメータCSS*/
.top_image,
.panel_relative {
  position: relative;
}

.kanban_parameter {
  position: absolute;
  top: 20px;
  right: 25px;
  text-align: right;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .kanban_parameter {
    font-size: 10px;
    top: 10px;
    right: 12px;
  }
}
.page_content .nlx_bottom_list .nav_list .item.empty {
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  /*リクルートのボタン調整*/
  .page_content .tab_list {
    margin-right: 15px;
  }

  /*recruit下部*/
}
/*LPページ*/
.wrapper_lp {
  background-image: url(../img/bg_top_gradation.png), url(../img/bg_gradation01.png);
  background-repeat: no-repeat, repeat-y;
  background-size: 100% auto;
  max-width: 1124px;
}

.page_content .content_lp {
  background: #FFF;
  padding: 0 !important;
}

.page_content .content_lp .lpc-role {
  padding: 65px 10px 10px 10px;
}

.page_content .content_lp .lpc-content__wrap {
  max-width: 864px;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
}

.page_content .content_lp .lpc-content__wrap .lpc-content__header {
  margin-bottom: 110px;
}

.page_content .content_lp .lpc-content__wrap .lpc-content__header h2 {
  display: block;
  margin-bottom: 40px;
}

.page_content .content_lp .lpc-content__wrap .lpc-content__header h2 img {
  width: 100%;
}

.page_content .content_lp .lpc-content__wrap .lpc-content__header nav.lpc-page-nav {
  display: block;
}

.page_content .content_lp .lpc-content__wrap .lpc-content__header nav.lpc-page-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page_content .content_lp .lpc-content__wrap .lpc-content__header nav.lpc-page-nav ul li {
  display: block;
  width: 30%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page_content .content_lp .lpc-content__wrap .lpc-content__header nav.lpc-page-nav ul li {
    width: 100%;
    margin-bottom: 2%;
    /*&:nth-of-type(odd){
      margin-right: 2%;
    }*/
  }
}
.page_content .content_lp .lpc-content__wrap .lpc-content__header nav.lpc-page-nav ul li a {
  display: block;
  position: relative;
  padding: 10px 35px 10px 10px;
  border: 4px solid #0058af;
  border-radius: 4px;
  color: #0058af;
  font-weight: 900;
  font-size: 16px;
}

@media screen and (max-width: 999px) {
  .page_content .content_lp .lpc-content__wrap .lpc-content__header nav.lpc-page-nav ul li a {
    font-size: 12px;
    padding: 10px 25px 10px 5px;
  }
}
.page_content .content_lp .lpc-content__wrap .lpc-content__header nav.lpc-page-nav ul li a span.icon-new {
  font-size: 14px;
  padding: 2px 5px;
  background: #eb6100;
  color: #fefefe;
  border-radius: 3px;
  font-weight: bold;
  margin-right: 5px;
}

@media screen and (max-width: 999px) {
  .page_content .content_lp .lpc-content__wrap .lpc-content__header nav.lpc-page-nav ul li a span.icon-new {
    font-size: 10px;
  }
}
.page_content .content_lp .lpc-content__wrap .lpc-content__header nav.lpc-page-nav ul li a::after {
  content: url("../../../uploads/2019/12/nav_arrow.png");
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -9px;
}

@media screen and (max-width: 999px) {
  .page_content .content_lp .lpc-content__wrap .lpc-content__header nav.lpc-page-nav ul li a::after {
    right: 3px;
  }
}
.page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc-contents__repeat {
  position: relative;
  border: 10px solid #0058af;
  border-radius: 10px;
  margin-bottom: 155px;
}

.page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc-contents__repeat::after {
  position: absolute;
  content: url("../../../uploads/2019/12/contents_vl.png");
  left: 50%;
  bottom: -130px;
}

.page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc-contents__repeat h3 {
  position: absolute;
  display: inline-block;
  width: 352px;
  text-align: center;
  border: 10px solid #0058af;
  border-radius: 25px;
  padding: 20px 10px;
  font-size: 24px;
  font-weight: 900;
  color: #0058af;
  background: #ffffff;
  top: -40px;
  left: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: -176px;
}

@media screen and (max-width: 768px) {
  .page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc-contents__repeat h3 {
    font-size: 18px;
    width: 240px;
    padding: 20px 5px;
    margin-left: -120px;
  }
}
.page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc-contents__repeat .contents-catch {
  background: #0058af;
  padding: 82px 20px 45px 20px;
  text-align: center;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc-contents__repeat .contents-catch {
    padding: 82px 10px 45px 10px;
  }
}
.page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc-contents__repeat .contents-catch h4 {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc-contents__repeat .contents-catch h4 {
    font-size: 20px;
  }
}
.page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc-contents__repeat .contents-catch h4 span {
  border-bottom: 5px solid #eb6100;
}

@media screen and (max-width: 768px) {
  .page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc-contents__repeat .contents-catch h4 span {
    border-bottom: 2px solid #eb6100;
  }
}
.page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc-contents__repeat .contents-catch p {
  font-size: 16px;
  font-weight: 900;
}

@media screen and (max-width: 768px) {
  .page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc-contents__repeat .contents-catch p {
    font-size: 12px;
  }
}
.page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc01-block .lpc-content__inner {
  padding: 20px 50px 50px 50px;
  background: #b2cde7;
  background: -webkit-gradient(linear, left top, left bottom, from(#b2cde7), color-stop(17%, #ffffff));
  background: linear-gradient(to bottom, #b2cde7 0%, #ffffff 17%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b2cde7", endColorstr="#ffffff",GradientType=0 );
}

@media screen and (max-width: 768px) {
  .page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc01-block .lpc-content__inner {
    padding: 20px 20px 50px 20px;
  }
}
.page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc01-block .lpc-content__inner .lpc01-text {
  position: relative;
  padding: 70px 20px;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc01-block .lpc-content__inner .lpc01-text {
    padding: 70px 0px;
  }
}
.page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc01-block .lpc-content__inner .lpc01-text::before {
  position: absolute;
  content: url("../../../uploads/2019/12/lpc01_vl.png");
  top: 0;
  left: 50%;
  margin-left: -5px;
}

.page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc01-block .lpc-content__inner .lpc01-text::after {
  position: absolute;
  content: url("../../../uploads/2019/12/lpc01_vl.png");
  bottom: 0;
  left: 50%;
  margin-left: -5px;
}

.page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc01-block .lpc-content__inner .lpc01-text .inner-c {
  position: relative;
  padding-left: 55px;
}

@media screen and (max-width: 768px) {
  .page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc01-block .lpc-content__inner .lpc01-text .inner-c {
    margin-left: 0;
  }
}
.page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc01-block .lpc-content__inner .lpc01-text .inner-c .icon {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -55px;
}

@media screen and (max-width: 768px) {
  .page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc01-block .lpc-content__inner .lpc01-text .inner-c .icon {
    width: 60px;
    margin-top: -30px;
    left: 0px;
  }

  .page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc01-block .lpc-content__inner .lpc01-text .inner-c .icon img {
    width: 100%;
  }
}
.page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc01-block .lpc-content__inner .lpc01-text .inner-c .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px 5px 85px;
  min-height: 110px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  background: #ffffff;
}

@media screen and (max-width: 768px) {
  .page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc01-block .lpc-content__inner .lpc01-text .inner-c .text {
    padding: 5px 10px 5px 20px;
    min-height: auto;
  }
}
.page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc01-block .lpc-content__inner .lpc01-text .inner-c .text p {
  font-size: 26px;
  font-weight: 900;
}

@media screen and (max-width: 768px) {
  .page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc01-block .lpc-content__inner .lpc01-text .inner-c .text p {
    font-size: 18px;
  }
}
.page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc01-block .lpc-content__inner .lpc01-text .inner-c .text p span {
  border-bottom: 5px solid #eb6100;
}

@media screen and (max-width: 768px) {
  .page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc01-block .lpc-content__inner .lpc01-text .inner-c .text p span {
    border-bottom: 2px solid #eb6100;
  }
}
.page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc01-block .lpc-content__inner .lpc01-logo {
  margin-bottom: 60px;
}

.page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc01-block .lpc-content__inner .lpc01-logo h4 {
  margin-bottom: 30px;
}

.page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc01-block .lpc-content__inner .lpc01-logo h4 img {
  width: 100%;
}

.page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc01-block .lpc-content__inner .lpc01-logo p {
  display: block;
  font-size: 56px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  color: #ffffff;
  background: #eb6100;
  border-radius: 18px;
  -webkit-box-shadow: 0px 9px 4px -3px #b2b2b2;
          box-shadow: 0px 9px 4px -3px #b2b2b2;
}

@media screen and (max-width: 768px) {
  .page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc01-block .lpc-content__inner .lpc01-logo p {
    font-size: 22px;
  }
}
.page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc01-block .lpc01-check__wrap {
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc01-block .lpc01-check__wrap {
    padding: 0;
  }
}
.page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc01-block .lpc01-check__wrap .c-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 680px;
  margin: 0 auto 30px auto;
}

.page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc01-block .lpc01-check__wrap .c-title .icon {
  width: 111px;
}

@media screen and (max-width: 768px) {
  .page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc01-block .lpc01-check__wrap .c-title .icon {
    width: 30px;
  }
}
.page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc01-block .lpc01-check__wrap .c-title .icon img {
  width: 100%;
}

.page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc01-block .lpc01-check__wrap .c-title h5 {
  display: block;
  width: calc(100% - 111px);
  padding: 0 0 0 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 32px;
  font-weight: 900;
}

@media screen and (max-width: 768px) {
  .page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc01-block .lpc01-check__wrap .c-title h5 {
    width: calc(100% - 30px);
    padding: 0 0 0 10px;
    font-size: 16px;
  }
}
.page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc01-block .lpc01-check__wrap .c-title h5 span {
  font-size: 48px;
  color: #eb6100;
}

@media screen and (max-width: 768px) {
  .page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc01-block .lpc01-check__wrap .c-title h5 span {
    font-size: 20px;
  }
}
.page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc01-block .lpc01-check__wrap .check-list {
  margin-bottom: 45px;
}

.page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc01-block .lpc01-check__wrap .check-list ul li {
  display: block;
  padding: 15px;
  background: #e9e9e9;
  border-radius: 5px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc01-block .lpc01-check__wrap .check-list ul li {
    padding: 10px;
  }
}
.page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc01-block .lpc01-check__wrap .check-list ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc01-block .lpc01-check__wrap .check-list ul li dl dt {
  display: block;
  width: 30px;
}

@media screen and (max-width: 768px) {
  .page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc01-block .lpc01-check__wrap .check-list ul li dl dt {
    width: 15px;
  }
}
.page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc01-block .lpc01-check__wrap .check-list ul li dl dt img {
  width: 100%;
}

.page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc01-block .lpc01-check__wrap .check-list ul li dl dd {
  display: block;
  width: calc(100% - 30px);
  padding-left: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc01-block .lpc01-check__wrap .check-list ul li dl dd {
    width: calc(100% - 15px);
    font-size: 12px;
  }
}
.page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc01-block .lpc01-check__wrap .check-list ul li dl dd span {
  font-weight: 900;
  border-bottom: 4px solid #eb6100;
}

@media screen and (max-width: 768px) {
  .page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc01-block .lpc01-check__wrap .check-list ul li dl dd span {
    border-bottom: 2px solid #eb6100;
  }
}
.page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc01-block .lpc01-check__wrap .lpc01-link {
  text-align: center;
}

.page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc01-block .lpc01-check__wrap .lpc01-link a {
  display: inline-block;
  color: #0058af;
  font-weight: 900;
}

.page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc01-block .lpc01-check__wrap .lpc01-link a > span {
  display: block;
}

.page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc01-block .lpc01-check__wrap .lpc01-link a > span > span {
  border-bottom: 1px solid #0058af;
}

.page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc01-block .lpc01-check__wrap .lpc01-link a > span:nth-of-type(1) {
  font-size: 12px;
}

.page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc01-block .lpc01-check__wrap .lpc01-link a > span:nth-of-type(2) {
  font-size: 18px;
}

.page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc01-block .lpc01-check__wrap .lpc01-link a > span:nth-of-type(2)::after {
  content: url("../../../uploads/2019/12/icon_r_arrow.png");
  margin-left: 5px;
}

.page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc02-block {
  margin-bottom: 125px;
}

.page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc02-block .lpc-content__inner {
  padding: 40px 50px 50px 50px;
}

@media screen and (max-width: 768px) {
  .page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc02-block .lpc-content__inner {
    padding: 40px 20px 50px 20px;
  }
}
.page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc02-block .lpc-content__inner .lpc02-check__wrap {
  padding-bottom: 60px;
}

.page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc02-block .lpc-content__inner .lpc02-check__wrap .c-title__set {
  margin: 0 auto 30px auto;
}

.page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc02-block .lpc-content__inner .lpc02-check__wrap .c-title__set > p {
  font-size: 20px;
  font-weight: 900;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc02-block .lpc-content__inner .lpc02-check__wrap .c-title__set > p {
    font-size: 14px;
  }
}
.page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc02-block .lpc-content__inner .lpc02-check__wrap .c-title__set .c-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc02-block .lpc-content__inner .lpc02-check__wrap .c-title__set .c-title .icon {
  width: 111px;
}

@media screen and (max-width: 768px) {
  .page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc02-block .lpc-content__inner .lpc02-check__wrap .c-title__set .c-title .icon {
    width: 30px;
  }
}
.page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc02-block .lpc-content__inner .lpc02-check__wrap .c-title__set .c-title .icon img {
  width: 100%;
}

.page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc02-block .lpc-content__inner .lpc02-check__wrap .c-title__set .c-title h5 {
  display: block;
  width: calc(100% - 111px);
  padding: 0 0 0 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 32px;
  font-weight: 900;
}

@media screen and (max-width: 768px) {
  .page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc02-block .lpc-content__inner .lpc02-check__wrap .c-title__set .c-title h5 {
    width: calc(100% - 30px);
    padding: 0 0 0 10px;
    font-size: 16px;
  }
}
.page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc02-block .lpc-content__inner .lpc02-check__wrap .c-title__set .c-title h5 span {
  font-size: 46px;
  color: #eb6100;
}

@media screen and (max-width: 768px) {
  .page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc02-block .lpc-content__inner .lpc02-check__wrap .c-title__set .c-title h5 span {
    font-size: 20px;
  }
}
.page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc02-block .lpc-content__inner .lpc02-check__wrap .check-list {
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc02-block .lpc-content__inner .lpc02-check__wrap .check-list {
    padding: 0;
  }
}
.page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc02-block .lpc-content__inner .lpc02-check__wrap .check-list ul li {
  display: block;
  padding: 15px;
  background: #e9e9e9;
  border-radius: 5px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc02-block .lpc-content__inner .lpc02-check__wrap .check-list ul li {
    padding: 10px;
  }
}
.page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc02-block .lpc-content__inner .lpc02-check__wrap .check-list ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc02-block .lpc-content__inner .lpc02-check__wrap .check-list ul li dl dt {
  display: block;
  width: 30px;
}

@media screen and (max-width: 768px) {
  .page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc02-block .lpc-content__inner .lpc02-check__wrap .check-list ul li dl dt {
    width: 15px;
  }
}
.page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc02-block .lpc-content__inner .lpc02-check__wrap .check-list ul li dl dt img {
  width: 100%;
}

.page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc02-block .lpc-content__inner .lpc02-check__wrap .check-list ul li dl dd {
  display: block;
  width: calc(100% - 30px);
  padding-left: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc02-block .lpc-content__inner .lpc02-check__wrap .check-list ul li dl dd {
    width: calc(100% - 15px);
    font-size: 12px;
  }
}
.page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc02-block .lpc-content__inner .lpc02-check__wrap .check-list ul li dl dd span {
  font-weight: 900;
  border-bottom: 4px solid #eb6100;
}

@media screen and (max-width: 768px) {
  .page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc02-block .lpc-content__inner .lpc02-check__wrap .check-list ul li dl dd span {
    border-bottom: 2px solid #eb6100;
  }
}
.page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc02-block .lpc-content__inner .lpc02-boxinfo h4 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 32px;
  line-height: 1;
  font-weight: 900;
}

@media screen and (max-width: 768px) {
  .page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc02-block .lpc-content__inner .lpc02-boxinfo h4 {
    font-size: 18px;
  }

  .page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc02-block .lpc-content__inner .lpc02-boxinfo h4 span img {
    width: 50px;
  }
}
.page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc02-block .lpc-content__inner .lpc02-boxinfo h4 span {
  margin-right: 5px;
}

.page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc02-block .lpc-content__inner .lpc02-boxinfo .c-text p:nth-of-type(1) {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 65px;
}

@media screen and (max-width: 768px) {
  .page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc02-block .lpc-content__inner .lpc02-boxinfo .c-text p:nth-of-type(1) {
    font-size: 12px;
  }
}
.page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc02-block .lpc-content__inner .lpc02-boxinfo .c-text p:nth-of-type(2) {
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 65px;
}

@media screen and (max-width: 768px) {
  .page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc02-block .lpc-content__inner .lpc02-boxinfo .c-text p:nth-of-type(2) {
    font-size: 14px;
  }
}
.page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc02-block .lpc-content__inner .lpc02-boxinfo .c-text p:nth-of-type(2) span {
  font-size: 30px;
  border-bottom: 4px solid #eb6100;
  margin: 0 3px;
}

@media screen and (max-width: 768px) {
  .page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc02-block .lpc-content__inner .lpc02-boxinfo .c-text p:nth-of-type(2) span {
    font-size: 16px;
    border-bottom: 2px solid #eb6100;
  }
}
.page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc02-block .lpc-content__inner .lpc02-boxinfo .c-btn {
  text-align: center;
}

.page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc02-block .lpc-content__inner .lpc02-boxinfo .c-btn a {
  display: inline-block;
  position: relative;
  min-width: 350px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 50px;
  color: #0058af;
  border: 4px solid #0058af;
  font-size: 24px;
  font-weight: 900;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc02-block .lpc-content__inner .lpc02-boxinfo .c-btn a {
    display: block;
    min-width: auto;
    width: 100%;
    padding: 10px 20px;
    font-size: 14px;
  }
}
.page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc02-block .lpc-content__inner .lpc02-boxinfo .c-btn a::after {
  content: url("../../../uploads/2019/12/icon_r_arrow2.png");
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -9px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .page_content .content_lp .lpc-content__wrap .lpc-content__single .lpc02-block .lpc-content__inner .lpc02-boxinfo .c-btn a::after {
    right: 5px;
  }
}
.page_content .content_lp .lpc-content__wrap-gray {
  background: #e9e9e9;
  padding: 50px 10px;
  font-family: "Noto Sans JP", sans-serif;
}

.page_content .content_lp .lpc-content__wrap-gray .p-contents-inner {
  max-width: 864px;
  margin: 0 auto;
  border-radius: 18px;
  background: #ffffff;
  overflow: hidden;
}

.page_content .content_lp .lpc-content__wrap-gray .p-contents-inner h3 {
  display: block;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  color: #ffffff;
  background: #0058af;
  padding: 25px 10px;
}

@media screen and (max-width: 768px) {
  .page_content .content_lp .lpc-content__wrap-gray .p-contents-inner h3 {
    font-size: 16px;
  }
}
.page_content .content_lp .lpc-content__wrap-gray .p-contents-inner .single-content {
  padding: 35px 30px 30px 30px;
}

@media screen and (max-width: 768px) {
  .page_content .content_lp .lpc-content__wrap-gray .p-contents-inner .single-content {
    padding: 35px 20px 30px 20px;
  }
}
.page_content .content_lp .lpc-content__wrap-gray .p-contents-inner .single-content .content-tp {
  margin-bottom: 70px;
}

.page_content .content_lp .lpc-content__wrap-gray .p-contents-inner .single-content .content-tp h4 {
  display: block;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
  .page_content .content_lp .lpc-content__wrap-gray .p-contents-inner .single-content .content-tp h4 {
    font-size: 18px;
  }
}
.page_content .content_lp .lpc-content__wrap-gray .p-contents-inner .single-content .content-tp h4 span {
  position: relative;
  display: inline-block;
  padding: 5px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  background: #eb6100;
  border-radius: 3px;
  margin-right: 10px;
  top: -6px;
}

@media screen and (max-width: 768px) {
  .page_content .content_lp .lpc-content__wrap-gray .p-contents-inner .single-content .content-tp h4 span {
    font-size: 11px;
  }
}
.page_content .content_lp .lpc-content__wrap-gray .p-contents-inner .single-content .content-tp .qr-block {
  text-align: center;
  margin-bottom: 50px;
}

.page_content .content_lp .lpc-content__wrap-gray .p-contents-inner .single-content .content-tp .qr-block img {
  max-width: 100%;
}

.page_content .content_lp .lpc-content__wrap-gray .p-contents-inner .single-content .content-tp .tool-linklist {
  margin-bottom: 50px;
}

.page_content .content_lp .lpc-content__wrap-gray .p-contents-inner .single-content .content-tp .tool-linklist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .page_content .content_lp .lpc-content__wrap-gray .p-contents-inner .single-content .content-tp .tool-linklist ul {
    display: block;
  }
}
.page_content .content_lp .lpc-content__wrap-gray .p-contents-inner .single-content .content-tp .tool-linklist ul li {
  display: block;
  margin: 0 15px;
}

@media screen and (max-width: 768px) {
  .page_content .content_lp .lpc-content__wrap-gray .p-contents-inner .single-content .content-tp .tool-linklist ul li {
    margin: 0 0 10px 0;
  }
}
.page_content .content_lp .lpc-content__wrap-gray .p-contents-inner .single-content .content-tp .tool-linklist ul li a {
  display: inline-block;
  position: relative;
  text-align: center;
  min-width: 270px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 40px;
  color: #0058af;
  border: 4px solid #0058af;
  font-size: 16px;
  font-weight: 900;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .page_content .content_lp .lpc-content__wrap-gray .p-contents-inner .single-content .content-tp .tool-linklist ul li a {
    display: block;
    min-width: auto;
    width: 100%;
    padding: 10px 20px;
    font-size: 14px;
  }
}
.page_content .content_lp .lpc-content__wrap-gray .p-contents-inner .single-content .content-tp .tool-linklist ul li a::after {
  content: url("../../../uploads/2019/12/icon_r_arrow2.png");
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -9px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .page_content .content_lp .lpc-content__wrap-gray .p-contents-inner .single-content .content-tp .tool-linklist ul li a::after {
    right: 5px;
  }
}
.page_content .content_lp .lpc-content__wrap-gray .p-contents-inner .single-content .content-tp .expo-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 550px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .page_content .content_lp .lpc-content__wrap-gray .p-contents-inner .single-content .content-tp .expo-info {
    display: block;
    max-width: auto;
    width: 100%;
  }
}
.page_content .content_lp .lpc-content__wrap-gray .p-contents-inner .single-content .content-tp .expo-info .c-dates {
  width: 140px;
  padding: 18px 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  color: #ffffff;
  background: #0058af;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
}

@media screen and (max-width: 768px) {
  .page_content .content_lp .lpc-content__wrap-gray .p-contents-inner .single-content .content-tp .expo-info .c-dates {
    width: 100%;
    padding: 5px;
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.page_content .content_lp .lpc-content__wrap-gray .p-contents-inner .single-content .content-tp .expo-info .c-text {
  width: calc(100% - 140px);
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .page_content .content_lp .lpc-content__wrap-gray .p-contents-inner .single-content .content-tp .expo-info .c-text {
    width: 100%;
    padding: 0;
  }
}
.page_content .content_lp .lpc-content__wrap-gray .p-contents-inner .single-content .content-tp .expo-info .c-text p:nth-of-type(1) {
  margin-bottom: 10px;
}

.page_content .content_lp .lpc-content__wrap-gray .p-contents-inner .single-content .content-tp .expo-info .c-text p:nth-of-type(1)::after {
  position: relative;
  top: -13px;
  margin-left: 5px;
  content: url("../../../uploads/2019/12/icon_blank.png");
}

@media screen and (max-width: 768px) {
  .page_content .content_lp .lpc-content__wrap-gray .p-contents-inner .single-content .content-tp .expo-info .c-text p:nth-of-type(1)::after {
    top: -5px;
    margin-left: 3px;
  }
}
.page_content .content_lp .lpc-content__wrap-gray .p-contents-inner .single-content .content-tp .expo-info .c-text p:nth-of-type(1) a {
  font-size: 24px;
  font-weight: 900;
  color: #0058af;
  border-bottom: 1px solid #0058af;
}

@media screen and (max-width: 768px) {
  .page_content .content_lp .lpc-content__wrap-gray .p-contents-inner .single-content .content-tp .expo-info .c-text p:nth-of-type(1) a {
    font-size: 16px;
  }
}
.page_content .content_lp .lpc-content__wrap-gray .p-contents-inner .single-content .content-tp .expo-info .c-text p:nth-of-type(2) {
  font-size: 14px;
  font-weight: 900;
}

@media screen and (max-width: 768px) {
  .page_content .content_lp .lpc-content__wrap-gray .p-contents-inner .single-content .content-tp .expo-info .c-text p:nth-of-type(2) {
    font-size: 11px;
  }
}
.page_content .content_lp .lpc-content__wrap-gray .p-contents-inner .single-content .content-tp .expo-info .c-text p:nth-of-type(2) span {
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .page_content .content_lp .lpc-content__wrap-gray .p-contents-inner .single-content .content-tp .expo-info .c-text p:nth-of-type(2) span {
    margin-right: 5px;
  }
}
.page_content .content_lp .lpc-content__wrap-gray .p-contents-inner .single-content .content-btm {
  border: 2px solid #eb6100;
  border-radius: 5px;
  overflow: hidden;
}

.page_content .content_lp .lpc-content__wrap-gray .p-contents-inner .single-content .content-btm h4 {
  display: block;
  text-align: center;
  padding: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  background: #eb6100;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .page_content .content_lp .lpc-content__wrap-gray .p-contents-inner .single-content .content-btm h4 {
    font-size: 16px;
  }
}
.page_content .content_lp .lpc-content__wrap-gray .p-contents-inner .single-content .content-btm .app-list {
  padding: 38px 0;
}

@media screen and (max-width: 768px) {
  .page_content .content_lp .lpc-content__wrap-gray .p-contents-inner .single-content .content-btm .app-list {
    padding: 10px;
  }
}
.page_content .content_lp .lpc-content__wrap-gray .p-contents-inner .single-content .content-btm .app-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .page_content .content_lp .lpc-content__wrap-gray .p-contents-inner .single-content .content-btm .app-list ul {
    display: block;
  }
}
.page_content .content_lp .lpc-content__wrap-gray .p-contents-inner .single-content .content-btm .app-list ul li {
  display: block;
  width: 50%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page_content .content_lp .lpc-content__wrap-gray .p-contents-inner .single-content .content-btm .app-list ul li {
    width: 100%;
    padding: 10px 0;
  }
}
.page_content .content_lp .lpc-content__wrap-gray .p-contents-inner .single-content .content-btm .app-list > ul > li:nth-of-type(1) {
  border-right: 1px solid #e9e9e9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .page_content .content_lp .lpc-content__wrap-gray .p-contents-inner .single-content .content-btm .app-list > ul > li:nth-of-type(1) {
    border: none;
  }
}
.page_content .content_lp .lpc-content__wrap-gray .p-contents-inner .single-content .content-btm .app-list ul li a img {
  max-width: 100%;
}

.page_content .content_lp .lpc-content__wrap-contact {
  padding: 60px 10px;
  font-family: "Noto Sans JP", sans-serif;
}

.page_content .content_lp .lpc-content__wrap-contact .p-contents-inner {
  max-width: 864px;
  margin: 0 auto;
}

.page_content .content_lp .lpc-content__wrap-contact .p-contents-inner .btn-set {
  text-align: center;
}

.page_content .content_lp .lpc-content__wrap-contact .p-contents-inner .btn-set .c-text {
  margin-bottom: 35px;
}

.page_content .content_lp .lpc-content__wrap-contact .p-contents-inner .btn-set .c-text p {
  font-size: 26px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .page_content .content_lp .lpc-content__wrap-contact .p-contents-inner .btn-set .c-text p {
    font-size: 16px;
  }
}
.page_content .content_lp .lpc-content__wrap-contact .p-contents-inner .btn-set .c-text p span {
  color: #eb6100;
  font-weight: 900;
  font-size: 32px;
}

@media screen and (max-width: 768px) {
  .page_content .content_lp .lpc-content__wrap-contact .p-contents-inner .btn-set .c-text p span {
    font-size: 20px;
  }
}
.page_content .content_lp .lpc-content__wrap-contact .p-contents-inner .btn-set .c-btn {
  text-align: center;
}

.page_content .content_lp .lpc-content__wrap-contact .p-contents-inner .btn-set .c-btn a {
  display: inline-block;
  position: relative;
  min-width: 350px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 50px;
  color: #0058af;
  border: 4px solid #0058af;
  font-size: 24px;
  font-weight: 900;
  border-radius: 8px;
}

@media screen and (max-width: 768px) {
  .page_content .content_lp .lpc-content__wrap-contact .p-contents-inner .btn-set .c-btn a {
    display: block;
    min-width: auto;
    width: 100%;
    padding: 10px 20px;
    font-size: 14px;
  }
}
.page_content .content_lp .lpc-content__wrap-contact .p-contents-inner .btn-set .c-btn a::after {
  content: url("../../../uploads/2019/12/icon_r_arrow2.png");
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -9px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .page_content .content_lp .lpc-content__wrap-contact .p-contents-inner .btn-set .c-btn a::after {
    right: 5px;
  }
}
@media screen and (max-width: 768px) {
  #lp .header .header_logo .sp {
    display: none !important;
  }
}
/*# sourceMappingURL=style_lp.css.map */
@media screen and (max-width: 768px) {
  #lp .header .header_logo .sp {
    display: none !important;
  }
}
#bnr_btn {
  position: fixed;
  top: 50%;
  left: 0;
  width: 400px;
  z-index: 100;
}

#bnr_btn a:hover {
  opacity: 0.85;
}

@media screen and (max-width: 768px) {
  #bnr_btn {
    width: 50%;
    z-index: 10;
  }
}
/**/
@media screen and (max-width: 768px) {
  .page_content .content {
    overflow-y: hidden;
  }
}
.print_img {
  max-width: 98%;
  display: none;
}

/*通常ページでのLPモジュール使用のための打消し*/
.page_content .content .content_lp .lpc-content__wrap-gray {
  background: none;
  padding: 0;
}

.page_content .content .content_lp h3 {
  margin: 0;
}

.page_content .content .content_lp h3::before {
  content: none;
}

.page_content .content .content_lp h4 {
  margin-top: 0;
}

/*その他製品の詳細・カタログリンクの追加*/
.page_content .content .content_lp .lpc-content__wrap-gray .p-contents-inner .single-content .content-btm .app-list > ul > li > ul > li {
  position: relative;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 15px;
  color: #0058af;
  border: 4px solid #0058af;
  font-size: 12px;
  font-weight: 900;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.page_content .content .content_lp .lpc-content__wrap-gray .p-contents-inner .single-content .content-btm .app-list > ul > li > ul > li:hover {
  opacity: 0.6;
}

.page_content .content .content_lp .lpc-content__wrap-gray .p-contents-inner .single-content .content-btm .app-list > ul > li > ul > li:first-child {
  margin-right: 5px;
}

.page_content .content .content_lp .lpc-content__wrap-gray .p-contents-inner .single-content .content-btm .app-list > ul > li > ul > li a {
  display: block;
  padding: 15px 0;
}

.page_content .content .content_lp .lpc-content__wrap-gray .p-contents-inner .single-content .content-btm .app-list > ul > li > ul > li a:hover {
  opacity: 1;
}

.page_content .content .content_lp .lpc-content__wrap-gray .p-contents-inner .single-content .content-btm .app-list > ul > li > ul > li > a::after {
  content: url(../../../uploads/2019/12/icon_r_arrow2.png);
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -9px;
  line-height: 1;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.page_content .content .content_lp .lpc-content__wrap-gray .p-contents-inner .single-content .new_product::before {
  content: "新登場";
  background-color: #eb6100;
  color: #fff;
  font-size: 18px;
  padding: 4px 10px;
  margin-right: 20px;
  display: inline-block;
  position: relative;
  top: -4px;
  border-radius: 5px;
}

.page_content .content .content_lp .lpc-content__wrap-gray .p-contents-inner .single-content {
  border: solid 5px #e9e9e9;
  border-radius: 18px;
  margin-top: -18px;
}

.page_content .content .content_lp .lpc-content__wrap-gray .p-contents-inner .single-content .content-tp {
  margin-top: 13px;
}

/*スマホ対応用*/
@media screen and (max-width: 768px) {
  .page_content .content .content_lp .lpc-content__wrap-gray .p-contents-inner .single-content .new_product::before {
    font-size: 5px;
    margin-right: 5px;
  }

  .page_content .content .content_lp .lpc-content__wrap-gray .p-contents-inner .single-content .content-btm .app-list > ul > li > ul > li a {
    padding: 0;
  }

  .page_content .content .content_lp .lpc-content__wrap-gray .p-contents-inner .single-content .content-btm h4 {
    margin-bottom: 5px;
  }

  .page_content .content .content_lp .lpc-content__wrap-gray .p-contents-inner .single-content .content-btm .app-list > ul > li:nth-of-type(1) {
    margin-bottom: 10px;
  }

  .page_content .content .content_lp .lpc-content__wrap-gray .p-contents-inner .single-content {
    padding-bottom: 0;
  }
}
/*========================================
============================IRの読み込み対応
==========================================*/
/* RSS ---------------------------- */
.irRSS {
  margin-bottom: 3px;
  margin-top: 5px;
}

.irRSS img {
  margin-right: 1em;
  width: 24px;
  height: auto;
}

/* 全般 ---------------------------- */
.irLibrary * {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.irLibrary h3 {
  font-size: 120%;
  font-weight: bold;
}

.irLibrary .irGroup {
  margin-bottom: 30px;
}

/* IRトップ -------------------------- */
.irLibrary.irtop {
  margin-bottom: 20px;
}

.irLibrary.irtop .irRSS {
  margin-bottom: 10px;
}

.irLibrary.irtop .irRSS h4 {
  text-align: left;
  margin-bottom: 0;
  display: inline-block;
}

.irLibrary.irtop .irRSS .rss_box {
  display: inline-block;
  margin-top: 10px;
  float: right;
}

.irLibrary.irtop #dataList {
  clear: both;
  border-top: 1px solid #ccc;
}

.link_content .content_box.library_box #eirNewRelease {
  text-align: center;
}

.link_content .content_box.library_box li.eirZip a {
  display: inline-block;
  background: #34a6d8;
  border: 2px solid #34a6d8;
  color: #fff !important;
  text-decoration: none !important;
  padding: 15px;
}

.link_content .content_box.library_box li.eirZip a:hover {
  background: #fff;
  color: #34a6d8 !important;
  opacity: 1 !important;
}

/* コーポレート・ガバナンス ---------- */
.irLibrary.management dl {
  border: none;
  text-align: right;
}

.irLibrary.management dd {
  padding: 0;
}

/* IRニュース ------------------------ */
.irLibrary.news .irRSS {
  float: right;
  margin-top: 10px;
}

.irLibrary.news #yearList {
  float: left;
}

.irLibrary.news #tabList {
  clear: both;
}

/* リスト ---------------------------- */
.irLibrary dl {
  display: table;
  margin: 0;
  width: 100%;
  border-bottom: 1px dotted #cccccc;
}

.irLibrary dt,
.irLibrary dd {
  display: table-cell;
  vertical-align: top;
  padding: 1em 0;
  margin: 0;
}

.irLibrary dt {
  padding-right: 1em;
  width: 1px;
  white-space: nowrap;
}

.irLibrary .teiseiDt {
  visibility: hidden;
}

.irLibrary img {
  vertical-align: middle;
}

.irLibrary dt img {
  margin-left: 0.5em;
}

.irLibrary dd img {
  margin: 0 0.5em;
  width: 16px;
}

.irLibrary .comment {
  font-size: 80%;
}

/* カテゴリアイコン ---------------------------- */
.cat-text {
  display: inline-block;
  width: 100px;
  margin-left: 1em;
  padding: 0.25em 0;
  color: #FFF;
  font-size: 80%;
  text-align: center;
}

.cat-tanshin,
.cat-ir_material_for_fiscal_ym4 {
  background-color: #7759A5;
}

.cat-yuho {
  background-color: #A065AA;
}

.cat-pr {
  background-color: #221E1F;
}

.cat-press {
  background-color: #494EA1;
}

.cat-announcement {
  background-color: #000A47;
}

.cat-ir_material {
  background-color: #369db3;
}

.cat-ir_material2 {
  background-color: #000A47;
}

.cat-ir_material_for_fiscal_ym,
.cat-ir_material_for_fiscal_ym1,
.cat-ir_material_for_fiscal_ym2 {
  background-color: #083E88;
}

/* ファイルアイコン ---------------------------- */
.pdfIcon {
  width: 16px;
  height: auto;
}

/* NEWアイコン ---------------------------- */
.newIcon {
  display: inline-block;
  background-color: #F90;
  margin-left: 0.5em;
  padding: 0px 5px;
  color: #FFF;
  font-size: 90%;
  text-align: center;
}

/* アンカーリンク ---------------------------- */
div#ancDiv ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

div#ancDiv li {
  background: url("../img/arw.gif") no-repeat left center;
  display: inline-block;
  padding-left: 20px;
  padding-right: 10px;
  white-space: nowrap;
}

/* IRカレンダー ---------------------------- */
#irCalendar img {
  width: ●px;
  height: ●px;
  border: 1px solid #ccc;
}

/* サムネイル ---------------------------- */
.irLibrary .thumbnail {
  width: ●px;
  height: auto;
  margin: 0;
  border: 1px solid #ccc;
}

/* 最新資料 ---------------------------- */
#eirNewRelease ul {
  padding-left: 0;
}

#eirNewRelease li {
  list-style-type: none;
  list-style-position: inside;
  padding: 0;
}

#eirNewRelease li .nrHead {
  font-weight: bold;
}

#eirNewRelease li img {
  margin: 0 0.5em;
  vertical-align: middle;
}

.link_content .content_box.library_box #eirNewRelease li {
  margin-right: 0;
}

/* タブ ---------------------------- */
#tab {
  width: 100%;
  min-height: 30px;
  /*border-bottom:1px solid #333333;*/
  margin: 1em 0;
  padding: 0;
  list-style: none;
}

#tab li {
  margin: 0 10px 0 0;
  padding: 0;
  display: inline-block;
}

/*#tab li a{
	width:100px;
	display:block;
	text-indent:-9999px;
	height:30px;
	background-image: url(../img/top_nav.gif);
	background-repeat:no-repeat;
	outline: none;
}*/
#tab li a {
  width: 200px;
  display: block;
  position: relative;
  background-color: #fff;
  padding: 15px;
  color: #01348b !important;
  text-align: center;
  text-decoration: none !important;
  border: 1px solid #01348b;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

#tab li a.selected,
#tab li a:hover {
  color: #fff !important;
  background-color: #01348b;
  text-decoration: none;
  opacity: 1 !important;
}

#tab #nav1 a {
  background-position: -110px 0;
}

#tab #nav2 a {
  background-position: -220px 0;
}

#tab #nav3 a {
  background-position: -330px 0;
}

#tab #nav4 a {
  background-position: -440px 0;
}

#tab #nav5 a {
  background-position: -550px 0;
}

#tab #nav0 a:hover {
  background-position: 0 -30px;
}

#tab #nav1 a:hover {
  background-position: -110px -30px;
}

#tab #nav2 a:hover {
  background-position: -220px -30px;
}

#tab #nav3 a:hover {
  background-position: -330px -30px;
}

#tab #nav4 a:hover {
  background-position: -440px -30px;
}

#tab #nav5 a:hover {
  background-position: -550px -30px;
}

#tab #nav0 a.selected {
  background-position: 0 -30px !important;
}

#tab #nav1 a.selected {
  background-position: -110px -30px !important;
}

#tab #nav2 a.selected {
  background-position: -220px -30px !important;
}

#tab #nav3 a.selected {
  background-position: -330px -30px !important;
}

#tab #nav4 a.selected {
  background-position: -440px -30px !important;
}

#tab #nav5 a.selected {
  background-position: -550px -30px !important;
}

/* プルダウン */
#yearList {
  margin-bottom: 30px;
}

#yearList select {
  padding: 10px 20px;
}

/* 新規公開目論見書 --------------*/
#irMkr {
  margin-bottom: 30px;
}

/* 財務データ --------------------*/
#irCSV {
  margin-bottom: 30px;
}

/* 財務データDLボタン -----------*/
#irCSV a {
  width: 240px;
  display: block;
  position: relative;
  background-color: #34a6d8;
  padding: 15px;
  color: #fff !important;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
  border: 2px solid #34a6d8;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

#irCSV a:hover {
  color: #34a6d8 !important;
  background-color: #fff;
  text-decoration: none;
  opacity: 1 !important;
}

/* フッター ---------------------------- */
div#download {
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 14px;
}

div#download img {
  max-width: 100%;
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
}

div#pnex {
  margin-top: 15px;
  margin-bottom: 15px;
  clear: both;
  border-top: #CCCCCC solid 1px;
  padding-top: 10px;
  font-size: 14px;
}

div#pnex img {
  max-width: 100%;
  float: right;
}

/* For responsive */
@media screen and (max-width: 800px) {
  .irLibrary dt,
.irLibrary dd {
    display: block;
    padding: 0.5em;
  }

  .irLibrary dt {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 520px) {
  /* タブ */
  #tab li,
#tab li a {
    width: 100%;
  }

  #tab li a {
    border-bottom: none;
  }

  #tab li:last-child a {
    border: 1px solid #34a6d8;
  }
}
/* For print */
@charset "UTF-8";
/* IRトップ -------------------------- */
.ir_news_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 15px 0 10px;
}

.page_content .content h4.ir_news_ttl {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.ir_news_rss {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0;
}

.ir_news_rss * + * {
  margin-left: 15px;
}

@media screen and (max-width: 768px) {
  .ir_news_head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
/* IRニュース -------------------------- */
.irNews_content {
  position: relative;
}

.irNews_rss {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 10px;
  right: 0;
}

.irNews_rss * + * {
  margin-left: 15px;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}
@charset "UTF-8";
/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

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

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

/*============================================================================================================
	base
============================================================================================================*/
html {
  scroll-behavior: smooth;
}

body {
  background: #000;
  color: #000;
  -webkit-text-size-adjust: 100%;
  line-height: 1.64;
}

div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, th, td, section, article, header, footer, main, nav, span, a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

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

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
  font-weight: normal;
  margin: 0;
  word-wrap: break-word;
}

p, li, td, th, dt, dd {
  font-size: 16px;
  margin: 0;
  word-wrap: break-word;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}

ul, ol, dl {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
/*------------------------------------------
	font
------------------------------------------*/
body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}

.f-mincho {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
}

.f-gothic {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}

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

/*------------------------------------------
	frame
------------------------------------------*/
@media screen and (min-width: 768px) {
  body {
    min-width: 1000px;
  }
}

/*------------------------------------------
	hover
------------------------------------------*/
@media screen and (min-width: 768px) {
  a {
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  a:hover {
    opacity: 0.7;
  }
}
/* imgFitBox imgLinkBox */
.imgFitBox {
  overflow: hidden;
}
.imgFitBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover; object-position: center;";
}
.imgFitBox.contain {
  /* fit = contain */
}
.imgFitBox.contain img {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain; object-position: center;";
}

.imgLinkBox .imgLink-target {
  overflow: hidden;
}
.imgLinkBox .imgLink-target img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover; object-position: center;";
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.imgLinkBox:hover {
  opacity: 1;
}
.imgLinkBox:hover .imgLink-target {
  overflow: hidden;
}
.imgLinkBox:hover .imgLink-target img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

/*============================================================================================================
	.header
============================================================================================================*/
.header {
  background: #fff;
  height: 108px;
}
@media screen and (max-width: 767px) {
  .header {
    width: 100%;
    height: 75px;
  }
}

.is_lower .header {
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(#7B7979));
  background: linear-gradient(90deg, #fff, #7B7979);
}
@media screen and (max-width: 767px) {
  .is_lower .header {
    background: transparent;
  }
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
  max-width: 1006px;
  width: 100%;
}
.nav__logo {
  margin-left: -34px;
  width: 68px;
}
.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 920px;
  width: 100%;
}
.nav__list__item {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.nav__list__item a {
  border-radius: 3px;
  display: block;
  padding: 0 13px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.nav__list__item a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 1;
}
.nav__list__item a span {
  display: block;
}
.nav__list__item a span.is_second {
  font-size: 14px;
  font-weight: normal;
  margin-top: -2px;
}
.nav__list__item + .nav__list__item {
  border-left: solid 2px #000;
}
@media screen and (max-width: 767px) {
  .nav__logo {
    margin-left: 20px;
    width: auto;
  }
  .nav__logo img {
    width: auto;
    height: 75px;
  }
  .nav__list {
    background: #fff;
    display: block;
    position: fixed;
    right: -100%;
    top: 60px;
    width: 100%;
    padding: 109px 0 57px 60px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 250px;
    z-index: 10;
  }
  .nav__list.is_open {
    right: 15px;
  }
  .nav__list::before {
    background: url(../img/logo/logo01.png) no-repeat;
    background-size: 100% 100%;
    content: "";
    position: absolute;
    left: 60px;
    top: 0;
    width: auto;
    width: 48px;
    height: 75px;
  }
  .nav__list__item {
    border-bottom: 1px solid #000;
    font-size: 16px;
    padding-bottom: 5px;
    position: relative;
  }
  .nav__list__item a {
    color: #000 !important;
    display: block;
    padding: 5px 0 0;
    text-align: left;
  }
  .nav__list__item + .nav__list__item {
    border-left: 0;
    padding-left: 0;
  }
}

.is_lower .nav__list__item a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.navBtn {
  cursor: pointer;
  position: fixed;
  z-index: 9992;
  background: #000;
  border-radius: 4px;
  top: 15px;
  right: 15px;
  width: 45px;
  height: 45px;
  text-align: center;
}
.navBtn span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 28px;
  height: 2px;
  margin: auto;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.navBtn span:nth-of-type(1) {
  top: 12px;
}
.navBtn span:nth-of-type(2) {
  top: 0;
  bottom: 0;
}
.navBtn span:nth-of-type(3) {
  bottom: 11px;
}
.navBtn.is-close span:nth-of-type(1) {
  -webkit-transform: translate(0, 10px) rotate(225deg);
          transform: translate(0, 10px) rotate(225deg);
}
.navBtn.is-close span:nth-of-type(2) {
  opacity: 0;
}
.navBtn.is-close span:nth-of-type(3) {
  -webkit-transform: translate(0, -10px) rotate(315deg);
          transform: translate(0, -10px) rotate(315deg);
}

.footer {
  background: #fff;
  position: relative;
  padding-bottom: 96px;
}
.footer::before {
  background: url(../img/bg/bg_footer01.jpg) no-repeat center bottom;
  background-size: 100% 100%;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1158px;
  height: 96px;
}
.footer__inner {
  position: relative;
}
.footer__logo {
  position: absolute;
  left: 15px;
  top: -40px;
  width: 68px;
}
.footer__logo2 {
  margin-right: 10px;
  max-width: 390px;
}
.footer__topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 96px;
  padding-bottom: 41px;
}
.footer__topList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  margin-bottom: 5px;
}
.footer__topList__item span {
  font-size: 14px;
}
.footer__snsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 14px;
}
.footer__snsList__item {
  width: 48px;
}
.footer__snsList__item + .footer__snsList__item {
  margin-left: 12px;
}
.footer__bottomBox {
  border-top: solid 3px #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 6px;
  padding-bottom: 60px;
}
.footer__bottomList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__bottomList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  line-height: 1.1;
}
.footer__bottomList__item + .footer__bottomList__item {
  border-left: solid 1px #000;
  padding-left: 16px;
  margin-left: 16px;
}
.footer__copyright {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 48px;
  }
  .footer::before {
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 100%;
    height: 48px;
  }
  .footer__logo {
    position: absolute;
    left: 15px;
    top: -20px;
    width: 34px;
  }
  .footer__logo2 {
    margin: 60px auto 0;
    max-width: 390px;
    width: 70%;
  }
  .footer__topBox {
    display: block;
    padding-top: 48px;
    padding-bottom: 20px;
  }
  .footer__topList {
    margin-bottom: 20px;
  }
  .footer__topList__item {
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
    margin-bottom: 5px;
  }
  .footer__topList__item span {
    font-size: 14px;
  }
  .footer__topList__item .is_children {
    display: block;
  }
  .footer__bottomBox {
    display: block;
    padding-top: 15px;
    padding-bottom: 30px;
  }
  .footer__bottomList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__bottomList__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 13px;
    line-height: 1.1;
  }
  .footer__bottomList__item + .footer__bottomList__item {
    border-left: solid 1px #000;
    padding-left: 16px;
    margin-left: 16px;
  }
  .footer__copyright {
    margin-top: 15px;
    text-align: center;
  }
}

.is_lower.footer {
  background: -webkit-gradient(linear, left top, right top, from(#c6c6c6), to(#fff));
  background: linear-gradient(90deg, #c6c6c6, #fff);
}

/*	TOPへ戻る
---------------------------*/
.retop {
  background: #323232;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
  display: none;
  position: fixed;
  right: 0px;
  bottom: 50px;
  width: 94px;
  height: 72px;
  color: #fff;
  font-size: 11px;
  text-align: center;
  line-height: 1.27;
  padding-top: 38px;
  z-index: 10;
}
.retop img {
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  z-index: 1;
  width: 21px;
  height: 16px;
  margin: auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.retop span {
  position: relative;
  z-index: 2;
}
.retop::after {
  background: -webkit-gradient(linear, left top, right top, from(#030000), to(#fff));
  background: linear-gradient(to right, #030000, #fff);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .retop {
    padding-top: 22px;
    font-size: 10px;
    width: 67px;
    height: 50px;
  }
  .retop img {
    top: 7px;
    width: 15px;
    height: 11px;
  }
}

.contents {
  background: #fff;
  margin: auto;
  max-width: 1158px;
  overflow: hidden;
}
/*==========================================
	.main
==========================================*/
.main {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#9D9D9D));
  background: linear-gradient(#fff, #9D9D9D);
  overflow: hidden;
}
.main.is_sustainability {
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(#7B7979));
  background: linear-gradient(90deg, #fff, #7B7979);
}
/*============================================================================================================
	js
============================================================================================================*/
/*------------------------------------------
	.js-objectfit-img
------------------------------------------*/
.js-objectfit-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover; object-position: center;";
}
.js-objectfit-img.is-contain {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain; object-position: center;";
}

/*------------------------------------------
	js-tab
------------------------------------------*/
.js-tab-btn {
  cursor: pointer;
}

.js-tab-content {
  display: none;
}
.js-tab-content.is-show {
  display: block;
}

/*============================================================================================================
	component
============================================================================================================*/
/*------------------------------------------
	inner
------------------------------------------*/
.c-inner01 {
  width: 100%;
  max-width: 1036px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .c-inner01 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*------------------------------------------
	ttl
------------------------------------------*/
.c-ttl01 {
  border-top: solid 7px #000;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 70px;
  font-weight: bold;
  padding-top: 15px;
  letter-spacing: -0.03em;
  line-height: 1;
}
.c-ttl01 span {
  font-size: 18px;
  font-weight: normal;
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .c-ttl01 {
    border-top: solid 4px #000;
    font-size: 35px;
    padding-top: 7px;
  }
  .c-ttl01 span {
    font-size: 14px;
    margin-left: 10px;
  }
}

.c-ttl02 {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 50px;
  font-weight: bold;
}
.c-ttl02 span {
  font-size: 18px;
  font-weight: normal;
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .c-ttl02 {
    font-size: 25px;
  }
  .c-ttl02 span {
    font-size: 14px;
  }
}

/*------------------------------------------
	btn
------------------------------------------*/
.c-btn01 a {
  background: -webkit-gradient(linear, left top, right top, from(#231815), to(#333333));
  background: linear-gradient(90deg, #231815, #333333);
  border-radius: 10px;
  -webkit-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.5);
          box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.5);
  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;
  margin: auto;
  width: 180px;
  height: 37px;
}
.c-btn02 a {
  background: #BD0017;
  border-radius: 29px;
  color: #fff;
  cursor: pointer;
  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;
  font-size: 16px;
  margin: auto;
  max-width: 340px;
  width: 100%;
  height: 58px;
}
.c-btn02.is_black a {
  background: #000;
}
.c-btn03 {
  max-width: 563px;
  width: 100%;
  margin: 0 auto;
  color: #BD0017;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
}
.c-btn03 a {
  background: url(../img/ico/ico_right03.svg) no-repeat right 32px center;
  background-size: 20px 32px;
  border: solid 1px #BD0017;
  border-radius: 48px;
  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;
  height: 96px;
}
.c-btn03.is-black a {
  background: #231816;
}
@media screen and (max-width: 767px) {
  .c-btn03 {
    font-size: 16px;
  }
  .c-btn03 a {
    background: url(../img/ico/ico_right03.svg) no-repeat right 20px center;
    background-size: 11px 12px;
    height: 66px;
  }
}

.contact-link__box {
  padding: 90px 15px 50px;
}
.contact-link__box__txt {
  color: #4D4D4D;
  font-size: 24px;
  text-align: center;
}
.contact-link__box__btn {
  margin: 60px auto 0;
}
.contact-link__box__btn .c-btn02 {
  max-width: 100%;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  line-height: 1.2;
}
.contact-link__box__btn .c-btn02 a, .contact-link__box__btn .c-btn02 button {
  position: relative;
  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;
  height: 30px;
  padding: 0 38px;
  background: linear-gradient(45deg, transparent 6px, #E60012 6px);
}
.contact-link__box__btn .c-btn02 a:before, .contact-link__box__btn .c-btn02 button:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  content: "";
  display: block;
  width: 30px;
  height: 10px;
  background: url("../img/common/ico_arrow01.png") no-repeat center;
  background-size: contain;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact-link__box__btn .c-btn02.is-big {
  width: 300px;
  font-weight: 700;
  font-size: 18px;
}
.contact-link__box__btn .c-btn02.is-big a {
  height: 42px;
}
@media screen and (min-width: 768px) {
  .contact-link__box__btn .c-btn02 a:hover:before, .contact-link__box__btn .c-btn02 button:hover:before {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@media screen and (max-width: 767px) {
  .contact-link__box {
    padding: 45px 15px 25px;
  }
  .contact-link__box__txt {
    font-size: 18px;
  }
  .contact-link__box__btn {
    margin: 25px auto 0;
  }
}

.c-btn04 {
  background: #1A1311;
  border-radius: 10px;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 80px;
  height: 80px;
  max-width: 460px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-btn04 a:hover:before, .c-btn04 button:hover:before {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}

.c-btn05 {
  background: #fff;
  border: solid 1px #A0522D;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #A0522D;
  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;
  font-size: 16px;
  font-weight: bold;
  height: 40px;
  margin: 0 auto;
  max-width: 200px;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-btn05 a:hover:before, .c-btn05 button:hover:before {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}

/*------------------------------------------
	bnr
------------------------------------------*/
.c-bnr01 {
  margin: 60px auto;
}
.c-bnr01 a {
  display: block;
}
@media screen and (max-width: 767px) {
  .c-bnr01 {
    margin: 40px auto;
  }
}

/*------------------------------------------
	table
------------------------------------------*/
.c-table01 tr:nth-of-type(odd) {
  background: #E9EDF3;
}
.c-table01 th, .c-table01 td {
  border-right: 1px solid #fff;
  font-size: 13px;
  text-align: center;
  line-height: 1.5;
  vertical-align: middle;
}
.c-table01 th {
  padding: 12px 10px;
  background: #E60012;
  color: #fff;
  text-align: center;
}
.c-table01 td {
  padding: 10px;
}
.c-table01 td:last-of-type {
  text-align: left;
}
.c-table01 td a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .c-table01 th, .c-table01 td {
    padding: 8px 5px;
  }
  .c-table01 td {
    font-size: 12px;
  }
  .c-table01.is-scroll {
    overflow: auto;
    padding-bottom: 10px;
  }
  .c-table01.is-scroll::-webkit-scrollbar {
    height: 7px;
  }
  .c-table01.is-scroll::-webkit-scrollbar-thumb {
    background: #ccc;
  }
  .c-table01.is-scroll::-webkit-scrollbar-track-piece {
    background: #F1F1F1;
  }
  .c-table01.is-scroll table {
    min-width: 700px;
  }
}

.c-table02 tr:nth-of-type(even) {
  background: #eee;
}
.c-table02 thead {
  background: #ccc;
}
.c-table02 thead th {
  font-weight: 700;
  font-size: 14px;
}
.c-table02 tfoot {
  background: #eee;
}
.c-table02 tfoot td {
  text-align: left;
  font-size: 10px;
}
.c-table02 tfoot td .f10 {
  font-size: 10px;
}
.c-table02 th, .c-table02 td {
  border: 1px solid #aaa;
  font-size: 13px;
  text-align: center;
  line-height: 1.5;
  vertical-align: middle;
}
.c-table02 th.left, .c-table02 td.left {
  text-align: left;
}
.c-table02 th {
  font-weight: 700;
  padding: 12px 10px;
}
.c-table02 td {
  padding: 10px;
}
.c-table02 td a {
  color: #003366;
}
.c-table02 td a img {
  width: auto;
}
.c-table02 td .pdf {
  width: 40px;
}
.c-table02 td sup {
  left: 0.2em;
}
.c-table02 td sub {
  bottom: -0.5em;
  left: -1em;
}
.c-table02 td .is_red {
  color: #E60012;
}
@media screen and (max-width: 767px) {
  .c-table02 {
    overflow-x: scroll;
  }
  .c-table02 h3 {
    font-size: 14px;
  }
  .c-table02 th, .c-table02 td {
    padding: 8px;
  }
  .c-table02 thead th {
    font-size: 13px;
  }
  .c-table02 th, .c-table02 td {
    padding: 8px 5px;
    font-size: 12px;
  }
}

.c-pager02 {
  margin-top: 100px;
}
.c-pager02 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-pager02 .list .item {
  font-size: 15px;
  text-align: center;
  margin: 0 15px;
}
.c-pager02 .list .item.is-center {
  border: solid 1px #643C14;
  max-width: 224px;
  width: 100%;
  height: 55px;
}
.c-pager02 .list .item 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;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .c-pager02 {
    margin-top: 50px;
  }
  .c-pager02 .list {
    display: block;
  }
  .c-pager02 .list .item {
    font-size: 13px;
    margin: 0 0 15px;
  }
  .c-pager02 .list .item.is-center {
    margin: 0 auto 15px;
    max-width: 175px;
    height: 42px;
  }
  .c-pager02 .list .item 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;
    width: 100%;
    height: 100%;
  }
}

.c-redBox01__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-redBox01__list__item {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 96px 15px;
  line-height: 2;
  text-align: center;
  width: 50%;
}
.c-redBox01__list__item:nth-child(1), .c-redBox01__list__item:nth-child(4) {
  background: #BD0017;
}
.c-redBox01__list__item:nth-child(2), .c-redBox01__list__item:nth-child(3) {
  background: #AA0015;
}
.c-redBox01__list__ttl {
  font-size: 24px;
  font-weight: bold;
}
.c-redBox01__list__txt {
  margin: 32px auto 0;
  max-width: 528px;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-redBox01__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 64px;
  }
  .c-redBox01__list__item {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
    padding: 64px 20px;
    width: 100%;
  }
  .c-redBox01__list__item:nth-child(1), .c-redBox01__list__item:nth-child(3) {
    background: #BD0017;
  }
  .c-redBox01__list__item:nth-child(2), .c-redBox01__list__item:nth-child(4) {
    background: #AA0015;
  }
  .c-redBox01__list__ttl {
    font-size: 19px;
    font-weight: bold;
    text-align: center;
  }
  .c-redBox01__list__txt {
    margin-top: 26px;
  }
}

.c-numberList01 {
  counter-reset: number 0;
}
.c-numberList01__item {
  border-bottom: solid 1px #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 8px;
  margin-bottom: 32px;
}
.c-numberList01__item::before {
  color: #BD0017;
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  margin-right: 24px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .c-numberList01__item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 16px;
  }
  .c-numberList01__item::before {
    font-size: 28px;
    margin-right: 10px;
  }
}

.c-pagetop {
  position: fixed;
  right: 64px;
  bottom: 64px;
  width: 107px;
  height: 107px;
}
@media screen and (max-width: 767px) {
  .c-pagetop {
    width: 60px;
    height: 60px;
    right: 15px;
  }
}

/*	js-fadeUp	*/
.js-fadeUp.js-order01 {
  -webkit-transform: translateY(70px);
          transform: translateY(70px);
  -webkit-transition: 1.2s ease;
  transition: 1.2s ease;
  opacity: 0;
}
.js-fadeUp.js-order02 {
  -webkit-transform: translateY(70px);
          transform: translateY(70px);
  -webkit-transition: 1.2s ease 0.2s;
  transition: 1.2s ease 0.2s;
  opacity: 0;
}
.js-fadeUp.js-order03 {
  -webkit-transform: translateY(70px);
          transform: translateY(70px);
  -webkit-transition: 1.2s ease 0.4s;
  transition: 1.2s ease 0.4s;
  opacity: 0;
}
.js-fadeUp.js-order04 {
  -webkit-transform: translateY(70px);
          transform: translateY(70px);
  -webkit-transition: 1.2s ease 0.6s;
  transition: 1.2s ease 0.6s;
  opacity: 0;
}
.js-fadeUp.scrollin.js-order01 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.js-fadeUp.scrollin.js-order02 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.js-fadeUp.scrollin.js-order03 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.js-fadeUp.scrollin.js-order04 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.u-animation__inner {
  display: block;
}

.is-anim .u-animation:before {
  -webkit-animation-name: obiStart, obiEnd;
  animation-name: obiStart, obiEnd;
  -webkit-animation-duration: 0.6s, 0.6s;
  animation-duration: 0.6s, 0.6s;
  -webkit-animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1), cubic-bezier(0.86, 0, 0.07, 1);
  animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1), cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-animation-delay: 0s, 0.6s;
  animation-delay: 0s, 0.6s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.is-anim .u-animation__inner {
  -webkit-animation-name: obiInner;
  animation-name: obiInner;
  -webkit-animation-duration: 0s;
  animation-duration: 0s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.is-anim .u-animation--1:before {
  -webkit-animation-delay: 0.1s, 0.7s;
  animation-delay: 0.1s, 0.7s;
}

.is-anim .u-animation--1 .u-animation__inner {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.is-anim .u-animation--2:before {
  -webkit-animation-delay: 0.2s, 0.8s;
  animation-delay: 0.2s, 0.8s;
}

.is-anim .u-animation--2 .u-animation__inner {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.is-anim .u-animation--3:before {
  -webkit-animation-delay: 0.3s, 0.9s;
  animation-delay: 0.3s, 0.9s;
}

.is-anim .u-animation--3 .u-animation__inner {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.is-anim .u-animation--4:before {
  -webkit-animation-delay: 0.4s, 1s;
  animation-delay: 0.4s, 1s;
}

.is-anim .u-animation--4 .u-animation__inner {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.is-anim .u-animation--5:before {
  -webkit-animation-delay: 0.5s, 1.1s;
  animation-delay: 0.5s, 1.1s;
}

.is-anim .u-animation--5 .u-animation__inner {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.is-anim .u-animation--6:before {
  -webkit-animation-delay: 0.6s, 1.2s;
  animation-delay: 0.6s, 1.2s;
}

.is-anim .u-animation--6 .u-animation__inner {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.is-anim .u-animation--7:before {
  -webkit-animation-delay: 0.7s, 1.3s;
  animation-delay: 0.7s, 1.3s;
}

.is-anim .u-animation--7 .u-animation__inner {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.is-anim .u-animation--8:before {
  -webkit-animation-delay: 0.8s, 1.4s;
  animation-delay: 0.8s, 1.4s;
}

.is-anim .u-animation--8 .u-animation__inner {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.is-anim .u-animation--9:before {
  -webkit-animation-delay: 0.9s, 1.5s;
  animation-delay: 0.9s, 1.5s;
}

.is-anim .u-animation--9 .u-animation__inner {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.is-anim .u-animation--10:before {
  -webkit-animation-delay: 1s, 1.6s;
  animation-delay: 1s, 1.6s;
}

.is-anim .u-animation--10 .u-animation__inner {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.u-animation {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: transparent !important;
  padding: 0 !important;
}

.u-animation:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1a1a1a;
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
  top: 0;
  left: 0;
  z-index: 1;
}

.u-animation--full {
  display: block !important;
}

@media (min-width: 1024px) {
  .u-animation--mdIb {
    display: inline-block !important;
  }
}
@media (min-width: 1024px) {
  .u-animation--mdfull {
    display: block !important;
  }
}
.u-animation__inner {
  opacity: 0;
  padding: 0 !important;
}

@-webkit-keyframes obiInner {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes obiInner {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes obiStart {
  0% {
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes obiStart {
  0% {
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes obiEnd {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
  }
}
@keyframes obiEnd {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
  }
}
.lowerMvTop.is_kyokko {
  background: #71AAD9;
}
.lowerMvTop__logoBox {
  margin: auto;
  max-width: 182px;
  padding: 1px 15px 13px;
}
.lowerMvTop__imgBox {
  height: 432px;
}
@media screen and (max-width: 767px) {
  .lowerMvTop__logoBox {
    max-width: 191px;
    padding: 1px 15px 10px;
  }
  .lowerMvTop__imgBox {
    width: 100%;
    height: auto;
  }
}

.lowerMv {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.lowerMv.is_glassrepair {
  background-image: url(../img/bg/bg_glassrepair01.jpg);
}
.lowerMv.is_glassrepair2 {
  background-image: url(../img/bg/bg_glassrepair02.jpg);
}
.lowerMv.is_glassrepair3 {
  background-image: url(../img/bg/bg_glassrepair03.jpg);
}
.lowerMv.is_carfilm {
  background-image: url(../img/bg/bg_carfilm01.jpg);
}
.lowerMv.is_bodycoating {
  background-image: url(../img/bg/bg_bodycoating01.jpg);
}
.lowerMv.is_glasscoating {
  background-image: url(../img/bg/bg_glasscoating01.jpg);
}
.lowerMv.is_rust {
  background-image: url(../img/bg/bg_rust01.jpg);
}
.lowerMv.is_contact {
  background-image: url(../img/bg/bg_contact01.jpg);
}
.lowerMv__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 280px;
}
.lowerMv__txtBox {
  max-width: 362px;
}
.lowerMv__ttl {
  color: #A0522D;
  font-size: 33px;
  font-weight: bold;
}
.lowerMv__txt {
  font-size: 14px;
  margin-top: 3px;
}
.lowerMv__imgBox {
  max-width: 280px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .lowerMv.is_glassrepair {
    background-image: url(../img/bg/bg_glassrepair01_sp.jpg);
  }
  .lowerMv.is_glassrepair2 {
    background-image: url(../img/bg/bg_glassrepair02_sp.jpg);
  }
  .lowerMv.is_glassrepair3 {
    background-image: url(../img/bg/bg_glassrepair03_sp.jpg);
  }
  .lowerMv.is_carfilm {
    background-image: url(../img/bg/bg_carfilm01_sp.jpg);
  }
  .lowerMv.is_bodycoating {
    background-image: url(../img/bg/bg_bodycoating01_sp.jpg);
  }
  .lowerMv.is_glasscoating {
    background-image: url(../img/bg/bg_glasscoating01_sp.jpg);
  }
  .lowerMv.is_rust {
    background-image: url(../img/bg/bg_rust01_sp.jpg);
  }
  .lowerMv.is_contact {
    background-image: url(../img/bg/bg_contact01_sp.jpg);
  }
  .lowerMv__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 400px;
    height: auto;
  }
  .lowerMv__txtBox {
    margin-top: 16px;
    max-width: 100%;
  }
  .lowerMv__ttl {
    font-size: 25px;
    text-align: center;
  }
  .lowerMv__txt {
    margin-top: 14px;
  }
  .lowerMv__imgBox {
    max-width: 240px;
  }
}

/*============================================================================================================
	breadcrumbs
============================================================================================================*/
.p-breadcrumbs {
  background: #F9F9F9;
  padding: 12px 0;
}
.p-breadcrumbs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-breadcrumbs-list__item {
  margin-right: 25px;
  font-size: 15px;
  word-break: break-all;
}
.p-breadcrumbs-list__item:last-of-type {
  margin-right: 0;
}
.p-breadcrumbs-list__item a {
  color: #888;
  position: relative;
  display: block;
  padding-right: 35px;
}
.p-breadcrumbs-list__item a:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #BD0017;
  border-right: 1px solid #BD0017;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-breadcrumbs-list__item {
    margin-right: 15px;
    font-size: 12px;
  }
  .p-breadcrumbs-list__item a {
    padding-right: 18px;
  }
  .p-breadcrumbs-list__item a:before {
    width: 6px;
    height: 6px;
    bottom: auto;
    top: 8px;
  }
}

.archiveContents {
  background: #fff;
  padding: 120px 50px;
}
.archiveContents__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 46px;
  font-weight: bold;
  min-height: 146px;
  padding-left: 140px;
  position: relative;
}
.archiveContents__ttl::before {
  background: url(../img/logo/logo03.png) no-repeat;
  background-size: 100% 100%;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 105px;
  height: 146px;
}
.archiveContents__ttl span {
  font-size: 22px;
}
.archiveContents__box {
  border-top: solid 2px #000;
  margin-top: 80px;
  padding-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.archiveContents__irbox {
  border-top: solid 2px #000;
  margin: 80px 0 40px;
  padding-top: 80px;
}
.archiveContents__selectBox {
  margin-left: 15px;
}
.archiveContents__list__item {
  border-left: solid 3px #000;
  padding: 20px;
}
.archiveContents__list__item:nth-child(2n+1) {
  background: #f4f4f4;
}
.archiveContents__list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.archiveContents__list__item + .archiveContents__list__item {
  margin-top: 20px;
}
.archiveContents__list__item.is_new {
  position: relative;
}
.archiveContents__list__item.is_new::before {
  background: #E60012;
  border-radius: 50%;
  content: "New";
  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;
  font-size: 20px;
  position: absolute;
  left: -40px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 44px;
  height: 33px;
}
.archiveContents__list__date {
  font-size: 16px;
}
.archiveContents__list__ttl {
  font-size: 16px;
  width: calc(100% - 280px);
}
.archiveContents__categoryList {
  border-left: solid 2px #000;
  border-right: solid 2px #000;
  padding: 10px 0;
  width: 130px;
}
.archiveContents__categoryList__item {
  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;
  font-size: 14px;
  margin: auto;
  width: 80px;
  height: 30px;
}
.archiveContents__categoryList__item.person {
  background: #FABE00;
}
.archiveContents__categoryList__item.private {
  background: #EE7839;
}
.archiveContents__categoryList__item.regional {
  background: #00936D;
}
.archiveContents__categoryList__item.public {
  background: #12B8D7;
}
.archiveContents__categoryList__item + .archiveContents__categoryList__item {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .archiveContents {
    padding: 60px 15px;
  }
  .archiveContents__ttl {
    font-size: 23px;
    min-height: 73px;
    padding-left: 73px;
  }
  .archiveContents__ttl::before {
    width: 52px;
    height: 73px;
  }
  .archiveContents__box {
    margin-top: 40px;
    padding-top: 40px;
    margin-bottom: 20px;
  }
  .archiveContents__list__item {
    padding: 15px;
  }
  .archiveContents__list__item a {
    display: block;
  }
  .archiveContents__list__item + .archiveContents__list__item {
    margin-top: 15px;
  }
  .archiveContents__list__item.is_new::before {
    font-size: 18px;
    left: -10px;
    top: -25px;
    bottom: auto;
    width: 40px;
    height: 30px;
  }
  .archiveContents__list__date {
    font-size: 14px;
  }
  .archiveContents__list__ttl {
    font-size: 14px;
    width: 100%;
  }
  .archiveContents__categoryList {
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    border-left: 0;
    border-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 10px 0;
    margin: 10px 0;
    width: 100%;
  }
  .archiveContents__categoryList__item {
    font-size: 12px;
    margin-right: 10px;
    margin-left: 0;
    width: 70px;
    height: 25px;
  }
  .archiveContents__categoryList__item + .archiveContents__categoryList__item {
    margin-top: 0;
  }
}

.singleContents {
  background: #fff;
  padding: 120px 50px;
}
.singleContents__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 32px;
  font-weight: bold;
  min-height: 146px;
  padding-left: 140px;
  position: relative;
}
.singleContents__ttl::before {
  background: url(../img/logo/logo03.png) no-repeat;
  background-size: 100% 100%;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 105px;
  height: 146px;
}
.singleContents__ttl span {
  font-size: 22px;
}
.singleContents__signature {
  margin-top: 20px;
}
.singleContents__time {
  display: block;
  margin-top: 120px;
}
.singleContents__contents {
  margin-top: 20px;
}
.singleContents__contents p {
  font-size: 16px;
}
.singleContents__facebook {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .singleContents {
    padding: 60px 15px;
  }
  .singleContents__ttl {
    font-size: 23px;
    min-height: 73px;
    padding-left: 73px;
  }
  .singleContents__ttl::before {
    width: 52px;
    height: 73px;
  }
  .singleContents__signature {
    margin-top: 15px;
  }
  .singleContents__time {
    margin-top: 60px;
  }
  .singleContents__contents {
    margin-top: 15px;
  }
  .singleContents__contents p {
    font-size: 16px;
  }
  .singleContents__facebook {
    margin-top: 15px;
  }
}

/*============================================================================================================
	list
============================================================================================================*/
.p-set01__item {
  padding: 30px 15px 20px;
  background: #fff;
}
.p-set01__item__tit {
  position: relative;
  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;
  margin-bottom: 15px;
  padding: 0 0 15px;
  min-height: 60px;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  line-height: 1.35;
  letter-spacing: 0;
}
.p-set01__item__tit:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: #E60012;
}
@media screen and (min-width: 768px) {
  .p-set01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-set01__item {
    width: 32%;
    margin-right: 2%;
  }
  .p-set01__item:nth-of-type(3n) {
    margin-right: 0;
  }
  .p-set01__item:nth-of-type(n + 4) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-set01__item {
    width: 100%;
    padding: 20px 15px;
    margin-bottom: 10px;
  }
  .p-set01__item:last-of-type {
    margin-bottom: 0;
  }
  .p-set01__item__tit {
    display: block;
    min-height: auto;
    font-size: 15px;
  }
  .p-set01__item__tit:before {
    width: 50px;
    border-radius: 5px;
  }
}

.p-set02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-set02__item-imgBox {
  height: 184px;
  padding: 10px;
}
.p-set02__item-txtBox {
  padding: 15px;
  background: #F1F1F1;
}
.p-set02__item__tit {
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.35;
}
.p-set02__item-btn {
  width: 160px;
  margin: 10px 0 0 auto;
  text-align: left;
}
.p-set02__item-btn a {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 12px;
}
@media screen and (min-width: 768px) {
  .p-set02__item {
    width: 32%;
    margin-right: 2%;
  }
  .p-set02__item:nth-of-type(3n) {
    margin-right: 0;
  }
  .p-set02__item:nth-of-type(n + 4) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-set02 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-set02__item {
    width: 47%;
  }
  .p-set02__item:nth-of-type(n + 3) {
    margin-top: 6%;
  }
  .p-set02__item-imgBox {
    height: 150px;
  }
  .p-set02__item-txtBox {
    height: auto;
  }
  .p-set02__item__tit {
    margin-bottom: 10px;
    font-size: 15px;
  }
  .p-set02__item__txt {
    font-size: 12px;
  }
  .p-set02__item-btn {
    font-size: 12px;
  }
  .p-set02__item-btn a {
    padding-right: 25px;
  }
  .p-set02__item-btn a:before {
    right: 5px;
    width: 20px;
  }
}

/*============================================================================================================
	tag
============================================================================================================*/
.p-tag01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-tag01__item {
  overflow: hidden;
  margin: 5px 10px;
  border-radius: 30px;
  border: 2px solid #E60012;
  color: #E60012;
  font-weight: 700;
  text-align: center;
}
.p-tag01__item a {
  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;
  background: #fff;
  padding: 1px 14px;
}
@media screen and (min-width: 768px) {
  .p-tag01__item a:hover {
    opacity: 1;
    background: #E60012;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .p-tag01.tag01-02 {
    margin-top: 35px;
  }
  .p-tag01__item {
    margin: 2px 3px;
    font-size: 12px;
  }
  .p-tag01__item a {
    padding: 0 9px;
  }
}

.p-tag02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-tag02__item {
  overflow: hidden;
  border-radius: 30px;
  border: 2px solid #231816;
  font-weight: 500;
  text-align: center;
}
.p-tag02__item a {
  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;
  height: 34px;
  background: #fff;
  padding: 1px 5px;
}
@media screen and (min-width: 768px) {
  .p-tag02__item {
    width: 15%;
    margin-right: 2%;
  }
  .p-tag02__item:nth-of-type(6n) {
    margin-right: 0;
  }
  .p-tag02__item:nth-of-type(n + 7) {
    margin-top: 15px;
  }
  .p-tag02__item a:hover {
    opacity: 1;
    background: #231816;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .p-tag02__item {
    margin: 2px 3px 2px 0;
    font-size: 12px;
  }
  .p-tag02__item a {
    height: 25px;
    padding: 0 9px;
  }
}

/*============================================================================================================
	search
============================================================================================================*/
.p-search01 {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.p-search01-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-search01-nav__item {
  position: relative;
  width: 49%;
  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;
  height: 50px;
  padding: 5px;
  background: #fff;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.p-search01-nav__item:before {
  position: absolute;
  top: -1px;
  left: -1px;
  content: "";
  display: block;
  width: calc(100% + 2px);
  height: 5px;
  background: #E60012;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.p-search01-nav__item.is-active {
  position: relative;
  z-index: 3;
}
.p-search01-nav__item.is-active:before {
  opacity: 1;
}
.p-search01-content {
  position: relative;
  z-index: 2;
  margin-top: -1px;
  padding: 35px 60px 20px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.p-search01-list {
  margin: 0 auto 20px;
}
.p-search01 .p-search01-button {
  width: 200px;
  height: 40px;
  border-radius: 0;
  font-size: 14px;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .p-search01-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-search01-list__item {
    width: 32%;
    margin-right: 2%;
  }
  .p-search01-list__item:nth-of-type(3n) {
    margin-right: 0;
  }
  .p-search01-list__item:nth-of-type(n + 4) {
    margin-top: 7px;
  }
}
@media screen and (max-width: 767px) {
  .p-search01-nav__item {
    width: 48%;
  }
  .p-search01-content {
    padding: 20px;
  }
  .p-search01-list {
    margin-bottom: 30px;
  }
  .p-search01-list__item {
    margin-bottom: 15px;
  }
  .p-search01-list__item:last-of-type {
    margin-bottom: 0;
  }
}

input[type=text],
input[type=tel],
input[type=email],
input.ga_input {
  border: solid 1px #000;
  border-radius: 4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 16px;
  font-family: inherit;
  padding: 6px 15px;
  width: 100%;
}
input[type=text].w282,
input[type=tel].w282,
input[type=email].w282,
input.ga_input.w282 {
  width: 282px;
}
input[type=text].w466,
input[type=tel].w466,
input[type=email].w466,
input.ga_input.w466 {
  width: 466px;
}
input[type=text].w100p,
input[type=tel].w100p,
input[type=email].w100p,
input.ga_input.w100p {
  width: 100%;
}
@media screen and (max-width: 767px) {
  input[type=text],
input[type=tel],
input[type=email],
input.ga_input {
    font-size: 16px;
    max-width: none;
    width: 100%;
  }
  input[type=text].w282,
input[type=tel].w282,
input[type=email].w282,
input.ga_input.w282 {
    width: 100%;
  }
  input[type=text].w466,
input[type=tel].w466,
input[type=email].w466,
input.ga_input.w466 {
    width: 100%;
  }
}

.input {
  width: calc(100% - 270px);
}
@media screen and (max-width: 767px) {
  .input {
    width: 100%;
  }
}

textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: solid 1px #C80032;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 16px;
  font-family: inherit;
  display: block;
  line-height: 1.625;
  margin-bottom: 0;
  padding: 15px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  textarea {
    font-size: 16px;
    max-width: none;
    width: 100%;
  }
}

select,
input[type=radio],
input[type=checkbox],
input[type=submit],
input[type=button],
button[type=submit] {
  cursor: pointer;
}

/* select */
select {
  border-radius: 3px;
  height: auto;
  padding: 3px 30px 3px 15px;
}
select::-ms-expand {
  display: none;
}
@media screen and (max-width: 767px) {
  select {
    max-width: none;
  }
}

input[type=checkbox], input[type=radio] {
  background: #fff;
  border: 0;
  border-radius: 0;
  vertical-align: -5px;
  width: 24px;
  height: 24px;
}

/* submit */
input[type=submit], input[type=button] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #A0522D;
  border: none;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 600;
  height: 60px;
  max-width: 372px;
  margin: auto;
  text-align: center;
  width: 100%;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
input[type=submit].is_back, input[type=button].is_back {
  background: #9A9A9A;
}
input[type=submit]:hover, input[type=button]:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  input[type=submit], input[type=button] {
    font-size: 16px;
    height: 58px;
    max-width: 270px;
  }
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0;
    margin-top: 18px;
  }
}

.mw_wp_form .horizontal-item {
  display: inline-block;
}

.mw_wp_form_complete .end_box {
  height: 40px;
}
.mw_wp_form_complete .end_box .is_margin {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .mw_wp_form_complete .end_box .is_margin {
    margin-bottom: 60px;
  }
}

/*------------------------------------------
	.p-pager01
------------------------------------------*/
.p-pager01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 100px auto 0;
  max-width: 478px;
  width: 100%;
  position: relative;
}
.p-pager01 .page-numbers {
  border-radius: 50%;
  color: #9A9A9A;
  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;
  font-size: 16px;
  font-weight: bold;
  width: 40px;
  height: 40px;
}
.p-pager01 .page-numbers.current, .p-pager01 .page-numbers:hover {
  background: #BD0017;
  color: #fff;
}
.p-pager01 .page-numbers.prev, .p-pager01 .page-numbers.next {
  position: absolute;
}
.p-pager01 .page-numbers.prev:hover, .p-pager01 .page-numbers.next:hover {
  background-color: #BD0017;
}
.p-pager01 .page-numbers.next {
  background: url(../img/ico/ico_right02.svg) no-repeat center center;
  background-size: 16px 17px;
  right: 0;
}
.p-pager01 .page-numbers.prev {
  background: url(../img/ico/ico_left02.svg) no-repeat center center;
  background-size: 16px 17px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-pager01 {
    margin: 35px auto;
    position: relative;
  }
  .p-pager01 .page-numbers.next, .p-pager01 .page-numbers.prev {
    position: absolute;
    bottom: -30px;
  }
}

.homeMv {
  padding: 65px 0 90px;
}
.homeMv__lead {
  margin: auto;
  max-width: 618px;
}
.homeMv__ttl {
  margin-top: 68px;
}
.homeMv__imgBox {
  margin-top: 62px;
}
.homeMv__txt {
  font-size: 27px;
  font-weight: bold;
  text-align: center;
  margin-top: 48px;
}
.homeMv__btn {
  margin-top: 42px;
}
@media screen and (max-width: 767px) {
  .homeMv {
    padding: 35px 0 45px;
  }
  .homeMv__ttl {
    margin-top: 34px;
  }
  .homeMv__imgBox {
    margin-top: 31px;
  }
  .homeMv__txt {
    font-size: 18px;
    margin-top: 24px;
  }
  .homeMv__btn {
    margin-top: 21px;
  }
}

.homeNews {
  padding-bottom: 114px;
}
.homeNews__newsBox {
  -webkit-box-shadow: 16px 16px 16px rgba(0, 0, 0, 0.5);
          box-shadow: 16px 16px 16px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  margin-top: 42px;
  position: relative;
}
.homeNews__newsBox + .homeNews__newsBox {
  margin-top: 60px;
}
.homeNews__newsBox__ttl {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-left: 30px;
}
.homeNews__newsBox__ttl.is_blue {
  background: -webkit-gradient(linear, left top, right top, from(#5976BA), to(#000149));
  background: linear-gradient(90deg, #5976BA, #000149);
}
.homeNews__newsBox__ttl.is_green {
  background: -webkit-gradient(linear, left top, right top, from(#5CB531), to(#00872E));
  background: linear-gradient(90deg, #5CB531, #00872E);
}
.homeNews__newsBox__btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
}
.homeNews__newsBox__link {
  margin-top: 40px;
  text-align: right;
}
.homeNews__list {
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 25px 36px 40px;
}
.homeNews__list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 10px;
}
.homeNews__list__item:nth-child(2n+1) {
  background: -webkit-gradient(linear, left top, right top, from(#EFEFEF), to(#DCDDDD));
  background: linear-gradient(90deg, #EFEFEF, #DCDDDD);
}
.homeNews__list__item.is_new {
  position: relative;
}
.homeNews__list__item.is_new::before {
  background: #E60012;
  border-radius: 50%;
  content: "New";
  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;
  font-size: 20px;
  position: absolute;
  left: -40px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 44px;
  height: 33px;
}
.homeNews__list__date {
  font-size: 14px;
  width: 110px;
}
.homeNews__list__ttl {
  border-left: solid 1px #000;
  font-size: 14px;
  margin-left: 10px;
  padding-left: 10px;
  width: calc(100% - 120px);
}
@media screen and (max-width: 767px) {
  .homeNews {
    padding-bottom: 60px;
  }
  .homeNews__newsBox {
    -webkit-box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.5);
            box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.5);
    margin-top: 21px;
  }
  .homeNews__newsBox + .homeNews__newsBox {
    margin-top: 45px;
  }
  .homeNews__newsBox__ttl {
    padding-left: 15px;
  }
  .homeNews__newsBox__btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: auto;
  }
  .homeNews__newsBox__link {
    font-size: 12px;
  }
  .homeNews__list {
    padding: 30px 15px 30px;
  }
  .homeNews__list__item a {
    display: block;
  }
  .homeNews__list__item.is_new::before {
    font-size: 18px;
    left: -10px;
    top: -25px;
    bottom: auto;
    width: 40px;
    height: 30px;
  }
  .homeNews__list__ttl {
    border-left: none;
    border-top: solid 1px #000;
    padding-top: 5px;
    margin-top: 5px;
    margin-left: 0;
    padding-left: 0;
    width: 100%;
  }
}

.homeGroup {
  padding-bottom: 130px;
}
.homeGroup__list {
  margin-top: 54px;
}
.homeGroup__list__item {
  -webkit-box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.5);
          box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.5);
}
.homeGroup__list__item + .homeGroup__list__item {
  margin-top: 46px;
}
@media screen and (max-width: 767px) {
  .homeGroup {
    padding-bottom: 65px;
  }
  .homeGroup__list {
    margin-top: 27px;
  }
  .homeGroup__list__item {
    -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
            box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
  }
  .homeGroup__list__item + .homeGroup__list__item {
    margin-top: 23px;
  }
}

.page404 {
  padding: 128px 0;
}
.page404__top {
  color: #868686;
  font-size: 92px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.page404__top span {
  display: block;
  font-size: 29px;
  line-height: 1;
}
.page404__ttl {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
}
.page404__txt {
  margin-top: 40px;
  text-align: center;
}
.page404__btn {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .page404 {
    padding: 64px 0;
  }
  .page404__top {
    font-size: 62px;
  }
  .page404__top span {
    font-size: 19px;
  }
  .page404__ttl {
    font-size: 21px;
  }
  .page404__txt {
    font-size: 14px;
  }
  .page404__btn {
    margin-top: 40px;
  }
}

.p-form01 {
  background: #AA0015;
  padding: 128px 0;
  position: relative;
}
.p-form01::before {
  background: url(../img/ico/ico_sankaku01.svg) no-repeat center top;
  background-size: 100% 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 420px;
  z-index: 0;
}
.p-form01 .be_form {
  position: relative;
  z-index: 1;
}
.p-form01 .form-area {
  margin-top: 120px;
}
.p-form01 .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  position: relative;
}
.p-form01 .form-group .btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: #fff;
  cursor: pointer;
  width: 100px;
  height: 40px;
  margin-right: 10px;
}
.p-form01 .form-group .btn:hover {
  background: #000;
  color: #fff;
}
.p-form01 .form-group .required {
  background: #000;
  border-radius: 12px;
  color: #fff;
  font-size: 12px;
  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: absolute;
  left: 180px;
  width: 40px;
  height: 24px;
}
.p-form01 .form-group .error_message {
  display: block;
  font-size: 12px;
  position: absolute;
  left: 0;
  bottom: -20px;
  text-align: left;
  width: 100%;
}
.p-form01 .error_message {
  color: #fff;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-form01 .control-label {
  color: #fff;
  position: relative;
  width: 232px;
}
.p-form01 .d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: calc(100% - 232px);
}
.p-form01 .d-flex.col-inquery_type_bussiness, .p-form01 .d-flex.col-inquery_type_personal, .p-form01 .d-flex.col-number_of_employees {
  position: relative;
  width: 372px;
}
.p-form01 .d-flex.col-inquery_type_bussiness::before, .p-form01 .d-flex.col-inquery_type_personal::before, .p-form01 .d-flex.col-number_of_employees::before {
  background: url(../img/ico/ico_down01.svg) no-repeat;
  background-size: 100% 100%;
  content: "";
  position: absolute;
  right: 22px;
  top: 19px;
  width: 15px;
  height: 13px;
  pointer-events: none;
}
.p-form01 .d-flex.col-name, .p-form01 .d-flex.col-name_kana {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-form01 .d-flex .form-col__item {
  width: 49%;
}
.p-form01 label {
  color: #fff;
}
.p-form01 label a {
  text-decoration: underline;
}
.p-form01 .form-group-agreement {
  margin-left: 232px;
}
.p-form01 #agreement, .p-form01 #mail_delivery_agreement {
  margin-right: 10px;
  vertical-align: middle;
}
.p-form01 #btn-inquery_submit, .p-form01 #btn-interview_submit {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #000;
  border: 0;
  border-radius: 45px;
  color: #fff;
  cursor: pointer;
  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;
  font-size: 21px;
  margin: 70px auto 0;
  max-width: 438px;
  width: 100%;
  height: 90px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-form01 #btn-inquery_submit:hover, .p-form01 #btn-interview_submit:hover {
  background: #fff;
  color: #000;
}
.p-form01__ttl {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 1;
}
.p-form01__txt {
  color: #fff;
  margin: 32px auto 0;
  position: relative;
  text-align: center;
  z-index: 1;
  width: 100%;
}
.p-form01__box {
  margin-top: 128px;
}
.p-form01__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}
.p-form01__content dt {
  color: #fff;
  width: 240px;
}
.p-form01__content dd {
  width: calc(100% - 240px);
}
.p-form01__content dd label {
  font-size: 18px;
}
.p-form01__content.is_bigmargin {
  margin-bottom: 40px;
}
.p-form01__content.is_checkboxBig input[type=checkbox], .p-form01__content.is_checkboxBig input[type=radio] {
  margin-right: 15px;
  width: 40px;
  height: 40px;
}
.p-form01__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-form01__list.is_checkbox {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.p-form01__list li {
  width: 49.5%;
}
.p-form01__selectBox {
  position: relative;
}
.p-form01__selectBox::before {
  background: url(../img/ico/ico_down01.svg) no-repeat;
  background-size: 100% 100%;
  content: "";
  position: absolute;
  right: 22px;
  top: 19px;
  width: 15px;
  height: 13px;
  pointer-events: none;
}
.p-form01__btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 64px;
}
.p-form01__btnBox input + .p-form01__btnBox input {
  margin-left: 48px;
}
.p-form01 .mwform-checkbox-field label, .p-form01 .mwform-radio-field label {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-form01 .error {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-form01 {
    padding: 64px 0;
  }
  .p-form01::before {
    height: 109px;
  }
  .p-form01 .form-area {
    margin-top: 60px;
  }
  .p-form01 .form-group {
    display: block;
    margin-bottom: 25px;
  }
  .p-form01 .form-group .btn {
    width: 100px;
    height: 40px;
    margin-right: 10px;
  }
  .p-form01 .form-group .required {
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    text-align: center;
    padding-top: 2px;
    height: 20px;
  }
  .p-form01 .control-label {
    font-size: 14px;
    width: 100%;
  }
  .p-form01 .d-flex {
    margin-top: 5px;
    width: 100%;
  }
  .p-form01 .d-flex.col-inquery_type_bussiness, .p-form01 .d-flex.col-inquery_type_personal, .p-form01 .d-flex.col-number_of_employees {
    width: 100%;
  }
  .p-form01 .d-flex.col-name, .p-form01 .d-flex.col-name_kana {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-form01 .form-group-agreement {
    margin-left: 0;
  }
  .p-form01 #btn-inquery_submit {
    font-size: 16px;
    margin: 50px auto 0;
    max-width: 270px;
    width: 100%;
    height: 58px;
  }
  .p-form01__ttl {
    font-size: 21px;
  }
  .p-form01__txt {
    font-size: 14px;
    text-align: left;
    margin: 40px auto 0;
  }
  .p-form01__box {
    margin-top: 88px;
  }
  .p-form01__content {
    display: block;
    margin-bottom: 32px;
  }
  .p-form01__content dt {
    width: 100%;
  }
  .p-form01__content dd {
    width: 100%;
  }
  .p-form01__content dd label {
    font-size: 14px;
  }
  .p-form01__content.is_checkboxBig {
    margin-bottom: 0;
  }
  .p-form01__content.is_checkboxBig input[type=checkbox] {
    margin-right: 15px;
    width: 24px;
    height: 24px;
  }
  .p-form01__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-form01__list li {
    width: 49%;
  }
  .p-form01__selectBox::before {
    right: 15px;
  }
  .p-form01__btnBox {
    display: block;
    margin-top: 56px;
  }
  .p-form01__btnBox input.is_back {
    margin-bottom: 16px;
  }
  .p-form01__btnBox input + .p-form01__btnBox input {
    margin-left: 0;
    margin-top: 16px;
  }
  .p-form01 .mwform-checkbox-field-text {
    width: 100%;
  }
}

.p-form02 {
  padding: 128px 0;
}
.p-form02__ttl {
  color: #BD0017;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
.p-form02__txt {
  text-align: center;
  margin-top: 40px;
}
.p-form02__ttl2 {
  color: #BD0017;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-top: 70px;
}
.p-form02__box {
  background: #F5F5F5;
  text-align: center;
  margin: 60px auto 0;
  max-width: 442px;
  padding: 32px 15px;
  width: 100%;
}
.p-form02__tel {
  font-size: 48px;
  line-height: 1.2;
}
.p-form02__time {
  font-size: 16px;
  font-weight: 300;
}
.p-form02__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}
.p-form02__content dt {
  width: 240px;
}
.p-form02__content dd {
  width: calc(100% - 240px);
}
.p-form02__content dd label {
  font-size: 18px;
}
.p-form02 .p-form01__content {
  margin: 0 auto 50px;
  max-width: 732px;
  width: 100%;
}
.p-form02 .p-form01__content dt {
  color: #000;
  font-weight: bold;
}
.p-form02 .p-form01__content.is_checkboxBig {
  height: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.p-form02 .p-form01__content.is_bigmargin {
  margin-bottom: 0;
}
.p-form02 .p-form01__selectBox::before {
  content: none;
}
.p-form02 .mw_wp_form.mw_wp_form_send_error {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-form02 {
    padding: 64px 0;
  }
  .p-form02__ttl {
    font-size: 21px;
  }
  .p-form02__txt {
    font-size: 14px;
  }
  .p-form02__ttl2 {
    font-size: 21px;
    margin-top: 80px;
  }
  .p-form02__box {
    padding: 16px;
  }
  .p-form02__tel {
    font-size: 30px;
  }
  .p-form02__time {
    font-size: 13px;
  }
  .p-form02__content {
    display: block;
  }
  .p-form02__content dt {
    width: 100%;
  }
  .p-form02__content dd {
    width: 100%;
  }
  .p-form02__content dd label {
    font-size: 14px;
  }
  .p-form02 .p-form01__content {
    margin: 0 auto 32px;
  }
  .p-form02 .p-form01__selectBox::before {
    content: none;
  }
  .p-form02 .mw_wp_form.mw_wp_form_send_error {
    margin-top: 20px;
  }
}

.pageNews01 {
  padding: 154px 0 171px;
}
.pageNews01__ttl {
  max-width: 84px;
}
.pageNews01__list {
  border-top: solid 1px #E2CBC0;
  margin-top: 22px;
}
.pageNews01__list__item {
  border-bottom: solid 1px #E2CBC0;
  padding: 57px 0 66px;
}
.pageNews01__list__date {
  color: #808080;
}
.pageNews01__list__ttl {
  font-size: 18px;
  font-weight: bold;
  margin-top: 36px;
}
.pageNews01__list__txt {
  margin-top: 33px;
}
@media screen and (max-width: 767px) {
  .pageNews01 {
    padding: 70px 0 140px;
  }
  .pageNews01__ttl {
    max-width: 92px;
  }
  .pageNews01__list {
    margin-top: 10px;
  }
  .pageNews01__list__item {
    padding: 33px 0 40px;
  }
  .pageNews01__list__date {
    font-size: 14px;
  }
  .pageNews01__list__ttl {
    margin-top: 25px;
  }
  .pageNews01__list__txt {
    font-size: 15px;
    margin-top: 25px;
  }
}

.pageTop {
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(#7B7979));
  background: linear-gradient(90deg, #fff, #7B7979);
  overflow: hidden;
  position: relative;
}
.pageTop__langList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 60px;
  right: 15px;
}
.pageTop__langList__item + .pageTop__langList__item {
  margin-left: 5px;
}
.pageTop__bnr {
  margin-left: auto;
  margin-right: -10px;
  margin-top: 96px;
  max-width: 810px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .pageTop {
    margin-left: -15px;
    width: calc(100% + 30px);
  }
  .pageTop__langList {
    top: 15px;
    right: 25px;
  }
  .pageTop__langList__item {
    font-size: 14px;
  }
  .pageTop__bnr {
    margin-right: 10px;
    margin-top: 48px;
    width: calc(100% - 80px);
  }
}

.pageMv {
  background: #fff;
  padding: 7px;
}
.pageMv img {
  border-radius: 10px;
}

.pageLink {
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(#7B7979));
  background: linear-gradient(90deg, #fff, #7B7979);
  padding-top: 25px;
}
.pageLink__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pageLink__list__item {
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
  width: 24%;
  height: 20vw;
}
.pageLink__list__item 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;
  width: 100%;
  height: 100%;
}
.pageLink__list__item a.bg_company01 {
  background: url(../img/bg/bg_company01.png) no-repeat center center;
  background-size: cover;
}
.pageLink__list__item a.bg_company02 {
  background: url(../img/bg/bg_company02.png) no-repeat center center;
  background-size: cover;
}
.pageLink__list__item a.bg_company03 {
  background: url(../img/bg/bg_company03.png) no-repeat center center;
  background-size: cover;
}
.pageLink__list__item a.bg_company04 {
  background: url(../img/bg/bg_company04.png) no-repeat center center;
  background-size: cover;
}
.pageLink__list__item .is_ico {
  width: auto;
  height: 177px;
}
@media screen and (max-width: 767px) {
  .pageLink {
    padding: 12px 15px 0;
  }
  .pageLink__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pageLink__list__item {
    width: 49%;
    height: 40vw;
    margin-bottom: 12px;
  }
  .pageLink__list__item .is_ico {
    height: 63%;
  }
}

.pageBnr {
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(#7B7979));
  background: linear-gradient(90deg, #fff, #7B7979);
  overflow: hidden;
  position: relative;
}
.pageBnr__bnr {
  margin-left: auto;
  margin-right: -10px;
  margin-top: 25px;
  max-width: 810px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .pageBnr__bnr {
    margin-top: 0;
    width: calc(100% - 80px);
  }
}

.pageContents {
  background: #fff;
  padding: 120px 50px;
}
.pageContents__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 32px;
  font-weight: bold;
  min-height: 146px;
  padding-left: 140px;
  position: relative;
}
.pageContents__ttl::before {
  background: url(../img/logo/logo03.png) no-repeat;
  background-size: 100% 100%;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 105px;
  height: 146px;
}
.pageContents__ttl span {
  font-size: 22px;
}
.pageContents__ttl2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  font-weight: bold;
  min-height: 91px;
  margin-top: 42px;
  padding-left: 87px;
  position: relative;
}
.pageContents__ttl2::before {
  background: url(../img/logo/logo03.png) no-repeat;
  background-size: 100% 100%;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 63px;
  height: 91px;
}
.pageContents__lead {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8;
  margin-top: 100px;
}
.pageContents__txt {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 25px;
}
.pageContents__imgBox {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .pageContents {
    padding: 60px 15px;
  }
  .pageContents__ttl {
    font-size: 22px;
    min-height: 73px;
    padding-left: 73px;
  }
  .pageContents__ttl::before {
    width: 52px;
    height: 73px;
  }
  .pageContents__ttl2 {
    font-size: 20px;
    margin-top: 50px;
  }
  .pageContents__lead {
    font-size: 18px;
    margin-top: 50px;
  }
  .pageContents__txt {
    font-size: 16px;
    margin-top: 12px;
  }
  .pageContents__imgBox {
    margin-top: 20px;
  }
}

.page-financial__top {
  margin-left: auto !important;
  max-width: 460px;
}
@media screen and (max-width: 767px) {
  .page-financial__top {
    max-width: 230px;
  }
}

.page-financialList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-financialList__item {
  margin-bottom: 50px;
  width: 48%;
}
@media screen and (max-width: 767px) {
  .page-financialList {
    display: block;
  }
  .page-financialList__item {
    margin-bottom: 50px;
    width: 100%;
  }
}

.pageCompany {
  background: #fff;
  padding: 120px 50px;
}
.pageCompany__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 46px;
  font-weight: bold;
  min-height: 146px;
  padding-left: 140px;
  position: relative;
}
.pageCompany__ttl::before {
  background: url(../img/logo/logo03.png) no-repeat;
  background-size: 100% 100%;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 105px;
  height: 146px;
}
.pageCompany__ttl span {
  font-size: 22px;
}
.pageCompany__lead {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  margin-top: 100px;
}
.pageCompany__ttl2 {
  border-bottom: solid 2px #000;
  font-size: 24px;
  font-weight: bold;
  margin-top: 100px;
}
.pageCompany__ttl3 {
  border-left: solid 4px #000;
  font-size: 24px;
  font-weight: bold;
  padding: 18px 0 18px 38px;
  margin: 120px 0 35px;
}
.pageCompany__ttl3 .is_lead {
  font-size: 16px;
  display: block;
  padding-bottom: 10px;
}
.pageCompany__ttl3 .is_english {
  font-size: 16px;
  padding-left: 34px;
}
.pageCompany__txt {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 25px;
}
.pageCompany__caution {
  margin-top: 15px;
}
.pageCompany__table {
  margin-top: 40px;
}
.pageCompany__table td {
  font-weight: bold;
}
.pageCompany__table.is_first_fix td:nth-child(1) {
  width: 60px;
}
.pageCompany__table.is_first_fix2 td:nth-child(1) {
  width: 120px;
}
.pageCompany__table.is_noborder td {
  border: 0;
}
.pageCompany__mapBox {
  margin-top: 40px;
}
.pageCompany__imgBox {
  margin-top: 24px;
}
.pageCompany__imgBox.is_small {
  max-width: 314px;
}
@media screen and (max-width: 767px) {
  .pageCompany {
    padding: 60px 15px;
  }
  .pageCompany__ttl {
    font-size: 23px;
    min-height: 73px;
    padding-left: 73px;
  }
  .pageCompany__ttl::before {
    width: 52px;
    height: 73px;
  }
  .pageCompany__ttl2 {
    font-size: 20px;
    margin-top: 50px;
  }
  .pageCompany__lead {
    font-size: 16px;
    margin-top: 50px;
  }
  .pageCompany__txt {
    font-size: 14px;
    margin-top: 12px;
  }
  .pageCompany__table {
    margin-top: 20px;
  }
  .pageCompany__table td {
    font-size: 14px;
  }
  .pageCompany__mapBox {
    margin-top: 20px;
  }
  .pageCompany__mapBox iframe {
    width: 100%;
  }
  .pageCompany__imgBox {
    margin-top: 20px;
  }
}

/*==========================================
  LOWER HEADER
==========================================*/
.lower .lower_ttl {
  font-size: 34px;
  padding: 15px 15px 15px 123px;
  position: relative;
}
.lower .lower_ttl::before {
  background: url(../img/lower_title_border01.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 80px;
  height: 100%;
}
@media screen and (max-width: 980px) {
  .lower::before {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  .lower .lower_ttl {
    font-size: 16px;
    padding: 10px 10px 10px 60px;
    margin-right: 0;
    margin-left: auto;
    width: 78%;
  }
  .lower .lower_ttl::before {
    width: 30px;
  }
}

/*==========================================
  LOWER NEWS
==========================================*/
.lower_news {
  padding-bottom: 60px;
}
.lower_news .top_title {
  background: url(../img/bg_news01.png) no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 80px;
  font-weight: 200;
  font-family: "ヒラギノ角ゴ Pro W2", "Hiragino Kaku Gothic Pro", sans-serif;
  max-width: 736px;
  height: 360px;
  margin-left: auto;
  line-height: 1;
  padding: 40px 35px;
}
.lower_news .top_title span {
  font-size: 14px;
  display: block;
  margin-top: 20px;
}
.lower_news .news_box {
  background: #fff;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 8px 8px 160px;
  max-width: 1080px;
  margin: 0 auto 0 0;
}
.lower_news .news_box .news_box_inner {
  margin: 0 0 0 auto;
  max-width: 873px;
}
.lower_news .news_box .lower_ttl {
  margin-top: 150px;
  margin-bottom: 150px;
}
.lower_news .news_box .archive_box {
  border-top: solid 2px #000;
  padding-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 40px;
}
.lower_news .news_box .archive_box .archive_name {
  margin-right: 10px;
}
.lower_news .news_box .article_list li {
  border-left: solid 3px #000;
  padding: 20px;
}
.lower_news .news_box .article_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lower_news .news_box .article_list li .date {
  font-size: 16px;
  margin-right: 20px;
}
.lower_news .news_box .article_list li h3 {
  font-size: 16px;
  font-weight: normal;
  width: calc(100% - 150px);
}
.lower_news .news_box .article_list li + li {
  margin-top: 20px;
}
.lower_news .news_box .article_list li:nth-child(2n+1) {
  background: #f4f4f4;
}
.lower_news .news_box .wp-pagenavi {
  margin-top: 100px;
  text-align: center;
}
.lower_news .pager {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  margin-top: 30px;
}
.lower_news .pager ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lower_news .pager li {
  border: solid 2px #1d804b;
  font-size: 14px;
  height: 35px;
}
.lower_news .pager li.current {
  background: #1d804b;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
}
.lower_news .pager li a {
  color: #1d804b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  width: 100%;
  height: 100%;
}
.lower_news .pager li a:hover {
  background: #1d804b;
  color: #fff;
  opacity: 1;
}
.lower_news .pager li + li {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .lower_news {
    padding-bottom: 30px;
  }
  .lower_news .top_title {
    font-size: 40px;
    width: 85%;
    height: auto;
    padding: 35px 17px 65px;
  }
  .lower_news .top_title span {
    font-size: 10px;
    margin-top: 10px;
  }
  .lower_news .news_box {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 4px 4px 80px;
    margin-right: 20px;
  }
  .lower_news .news_box .news_box_inner img {
    display: block;
    margin: 0 0 0 auto;
    width: 78%;
  }
  .lower_news .news_box .lower_ttl {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .lower_news .news_box .archive_box {
    font-size: 13px;
    padding-top: 15px;
    margin: 0 8px 60px 12px;
  }
  .lower_news .news_box .archive_box .archive_name {
    margin-right: 10px;
  }
  .lower_news .news_box .article_list {
    padding: 0 8px 0 12px;
  }
  .lower_news .news_box .article_list li {
    border-left: solid 2px #000;
    padding: 10px 12px;
  }
  .lower_news .news_box .article_list li a {
    display: block;
  }
  .lower_news .news_box .article_list li .date {
    font-size: 10px;
  }
  .lower_news .news_box .article_list li h3 {
    font-size: 10px;
    width: 100%;
  }
  .lower_news .news_box .article_list li + li {
    margin-top: 10px;
  }
  .lower_news .news_box .wp-pagenavi {
    margin-top: 50px;
  }
  .lower_news .pager {
    margin-top: 15px;
  }
  .lower_news .pager li {
    font-size: 12px;
  }
}

/*==========================================
  SINGLE CONTENT
==========================================*/
.single_content {
  padding-bottom: 60px;
}
.single_content .top_title {
  background: url(../img/bg_news01.png) no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 80px;
  font-weight: 200;
  font-family: "ヒラギノ角ゴ Pro W2", "Hiragino Kaku Gothic Pro", sans-serif;
  max-width: 736px;
  height: 360px;
  margin-left: auto;
  line-height: 1;
  padding: 40px 35px;
}
.single_content .top_title span {
  font-size: 14px;
  display: block;
  margin-top: 20px;
}
.single_content .content_box {
  background: #fff;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 8px 8px 120px;
  max-width: 1052px;
  margin: 0 auto 0 0;
}
.single_content .content_box .content {
  padding-right: 15px;
  margin: 0 0 0 auto;
  max-width: 865px;
}
.single_content .content_box .content .lower_ttl {
  margin-top: 150px;
  margin-bottom: 150px;
}
.single_content .content_box .content h1 {
  font-size: 32px;
  margin-top: 45px;
}
.single_content .content_box .content h2 {
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  margin-top: 30px;
}
.single_content .content_box .content p {
  font-size: 16px;
  margin-top: 16px;
}
.single_content .pager {
  margin-top: 120px;
}
.single_content .pager .inner {
  margin: auto;
  position: relative;
}
.single_content .pager ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single_content .pager li a {
  background: #fff;
  border: solid 2px #000;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  height: 35px;
  padding: 0 15px;
}
.single_content .pager li:nth-child(1), .single_content .pager li:nth-child(3) {
  position: absolute;
}
.single_content .pager li:nth-child(1) {
  left: 0;
}
.single_content .pager li:nth-child(3) {
  right: 0;
}
.single_content .pager li:hover a {
  background: #000;
  color: #fff;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .single_content {
    padding-bottom: 30px;
  }
  .single_content .top_title {
    font-size: 40px;
    width: 85%;
    height: auto;
    padding: 35px 17px 65px;
  }
  .single_content .top_title span {
    font-size: 10px;
    margin-top: 10px;
  }
  .single_content .content_box {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 4px 10px 60px;
    margin-right: 20px;
  }
  .single_content .content_box .content {
    padding-right: 0;
  }
  .single_content .content_box .content .lower_ttl {
    margin-top: 75px;
    margin-bottom: 75px;
    width: 95%;
  }
  .single_content .content_box .content h1 {
    font-size: 16px;
    margin-top: 24px;
  }
  .single_content .content_box .content h2 {
    font-size: 14px;
    margin-top: 15px;
  }
  .single_content .content_box .content p {
    font-size: 12px;
    margin-top: 12px;
  }
  .single_content .pager {
    margin-top: 60px;
  }
  .single_content .pager li a {
    font-size: 11px;
    height: 30px;
    padding: 0 10px;
  }
}

/*==========================================
  PAGE CONTENT
==========================================*/
.page_content {
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(#7B7979));
  background: linear-gradient(90deg, #fff, #7B7979);
}
.page_content .wp-block-image img {
  width: auto;
}
.page_content__langList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 50px 0 10px;
  margin: auto;
  max-width: 980px;
}
.page_content__langList.is_no_list {
  padding-top: 76px;
}
.page_content__langList__item + .page_content__langList__item {
  margin-left: 5px;
}
.page_content .page_top {
  max-width: 980px;
  margin: auto;
}
.page_content .top_ttl_image {
  margin: 0 0 0 auto;
  max-width: 732px;
  width: 75%;
}
.page_content .top_ttl_image.three_column {
  max-width: 654px;
  width: 66%;
}
.page_content .top_ttl_image.five_column {
  max-width: 780px;
  width: 80%;
}
.page_content .two_column_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page_content .two_column_list li {
  width: 50%;
}
.page_content .three_column_list {
  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;
  margin: 26px 0 35px;
}
.page_content .three_column_list li {
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
  position: relative;
  margin-bottom: 20px;
  width: 32%;
}
.page_content .three_column_list li.two_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  width: 66%;
}
.page_content .three_column_list li.two_column img {
  width: 49%;
}
.page_content .three_column_list li.two_column .photo_img {
  background: #000;
  border-radius: 10px;
}
.page_content .three_column_list li.two_column a .photo_img {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page_content .three_column_list li.two_column a:hover {
  opacity: 1;
}
.page_content .three_column_list li.two_column a:hover .photo_img {
  opacity: 1;
}
.page_content .three_column_list li.white {
  background: #fff;
}
.page_content .three_column_list li.brown {
  background: #41210f;
}
.page_content .three_column_list li a {
  display: block;
  width: 100%;
  height: 100%;
}
.page_content .three_column_list li .thumb_over_ico {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-height: 149px;
}
.page_content .four_column_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 100px;
}
.page_content .four_column_list.is_company {
  margin-top: 26px;
  padding-bottom: 100px;
}
.page_content .four_column_list li {
  background: #000;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
  position: relative;
  width: 24%;
}
.page_content .four_column_list li .thumb_over_ico {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  max-height: 149px;
}
.page_content .four_column_list li:nth-child(1) .thumb_over_ico {
  max-height: 145px;
}
.page_content .four_column_list li a img {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page_content .four_column_list li a:hover {
  opacity: 1;
}
.page_content .four_column_list li a:hover img {
  opacity: 1;
}
.page_content .five_column_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 100px;
}
.page_content .five_column_list.is_ir {
  margin: 26px 0 35px;
}
.page_content .five_column_list.is_contact {
  margin-top: 200px;
}
.page_content .five_column_list li {
  background: #000;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
  position: relative;
  margin-bottom: 15px;
  width: 19%;
}
.page_content .five_column_list li .thumb_over_ico {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  max-height: 129px;
}
.page_content .five_column_list li .thumb_over_ico.is_sustainability {
  max-height: 100px;
  bottom: 10px;
}
.page_content .five_column_list li a img {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page_content .five_column_list li a:hover {
  opacity: 1;
}
.page_content .five_column_list li a:hover img {
  opacity: 1;
}
.page_content .recruit_top_list {
  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;
  overflow: hidden;
  margin-top: 178px;
}
@media screen and (max-width: 980px) {
  .page_content .recruit_top_list {
    padding: 0 10px;
    margin-top: 0;
  }
  .page_content .recruit_top_list .page_top {
    padding: 0;
  }
  .page_content .recruit_top_list li.list02, .page_content .recruit_top_list li.list04 {
    margin-left: 1% !important;
  }
  .page_content .recruit_top_list li.list03 {
    margin-left: 0;
  }
}
.page_content .recruit_top_list li {
  position: relative;
}
.page_content .recruit_top_list li.list01, .page_content .recruit_top_list li.list02 {
  margin-bottom: 20px;
}
.page_content .recruit_top_list li.list03 {
  margin-left: auto;
}
.page_content .recruit_top_list li.list01, .page_content .recruit_top_list li.list04 {
  max-width: 647px;
  width: 66%;
}
.page_content .recruit_top_list li.list02, .page_content .recruit_top_list li.list04 {
  margin-left: 21px;
}
.page_content .recruit_top_list li.list02, .page_content .recruit_top_list li.list03 {
  background: #000;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
  max-width: 315px;
  width: 32.2%;
}
.page_content .recruit_top_list li.list02 a img, .page_content .recruit_top_list li.list03 a img {
  border-radius: 10px;
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page_content .recruit_top_list li.list02 a:hover, .page_content .recruit_top_list li.list03 a:hover {
  opacity: 1;
}
.page_content .recruit_top_list li.list02 a:hover img, .page_content .recruit_top_list li.list03 a:hover img {
  opacity: 1;
}
.page_content .recruit_top_list li .thumb_over_ico {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-height: 193px;
}
.page_content .top_image {
  margin: 0 0 0 auto;
  max-width: 736px;
}
.page_content .content_box {
  background: #fff;
  padding: 8px 8px 0;
}
.page_content .content_box.is_no_bg {
  background: transparent;
}
.page_content .tab_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page_content .tab_list li {
  list-style: none;
}
.page_content .tab_list li + li {
  margin-left: 10px;
}
.page_content .tab_list li.active a {
  background: #EA609E;
}
.page_content .tab_list li.active div {
  background: #01348b;
}
.page_content .tab_list a, .page_content .tab_list div {
  background: #000;
  border: solid 1px #fff;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 17px;
  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: auto;
  width: 238px;
  height: 55px;
}
.page_content .content {
  padding: 0 50px 120px;
}
.page_content .content.normal_page {
  padding-bottom: 148px;
}
.page_content .content.recruit_page {
  padding-bottom: 71px;
}
.page_content .content figure {
  margin: auto;
}
.page_content .content figcaption {
  color: #000;
  font-size: 15px;
  text-align: left;
  margin: 12px 0 10px;
}
.page_content .content figcaption strong {
  font-size: 26px;
  vertical-align: -5px;
}
.page_content .content h2 {
  margin: 120px 0;
  font-size: 34px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  padding: 26px 0 26px 123px;
  position: relative;
}
.page_content .content h2::before {
  background: url(../img/lower_title_border01.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 70px;
  height: 100%;
}
.page_content .content h3 {
  margin: 118px 0 35px;
  font-size: 26px;
  font-weight: bold;
  padding: 15px 0 15px 95px;
  position: relative;
}
.page_content .content h3::before {
  background: url(../img/lower_title_border01.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 60px;
  height: 100%;
}
.page_content .content h4 {
  font-size: 24px;
  font-weight: bold;
}
.page_content .content h5 {
  font-size: 20px;
  font-weight: bold;
  margin: 60px 0 16px;
}
.page_content .content p {
  font-size: 16px;
  margin: 20px 10px 20px 0;
}
.page_content .content p.has-small-font-size {
  font-size: 13px;
}
.page_content .content .btn {
  background: #232323;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
  color: #fff;
  display: block;
  font-size: 14px;
  letter-spacing: 0.1em;
  margin: auto;
  width: 254px;
  height: 40px;
  line-height: 40px;
  padding-left: 26px;
  position: relative;
}
.page_content .content .btn span {
  position: relative;
  z-index: 1;
}
.page_content .content .btn::before {
  background: -webkit-gradient(linear, left top, right top, from(#000), to(#fff));
  background: linear-gradient(to right, #000, #fff);
  border-radius: 10px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.page_content .content .btn::after {
  background: url(../img/ico_link01.png) no-repeat;
  background-size: 100%;
  border-radius: 10px;
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 5px;
}
.page_content .content .tab00 p {
  font-weight: bold;
}
.page_content .content .p_big {
  font-size: 24px;
}
.page_content .content .p_middle {
  font-size: 20px;
  font-weight: bold;
  line-height: 2.2;
}
.page_content .content .company_table {
  margin-top: 46px;
}
.page_content .content .company_table td:nth-child(1) {
  width: 120px;
}
.page_content .content .company_table th, .page_content .content .company_table td {
  border: 0;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 32px;
}
.page_content .content .normal_table {
  margin-top: 46px;
}
.page_content .content .normal_table td:nth-child(1) {
  width: 60px;
}
.page_content .content .normal_table th, .page_content .content .normal_table td {
  border: 0;
  font-size: 16px;
}
.page_content .content .team_member {
  border-left: solid 4px #000;
  padding: 18px 0 18px 38px;
  margin-top: 120px;
}
.page_content .content .team_member .lead {
  font-size: 16px;
  display: block;
  padding-bottom: 30px;
}
.page_content .content .team_member .english {
  font-size: 16px;
  padding-left: 34px;
}
.page_content .content .title_under {
  border-bottom: solid 1px #000;
  padding-bottom: 27px;
  margin: 75px 0 27px;
}
.page_content .content .person_photo {
  margin: 0 auto 0 0;
  max-width: 314px;
}
.page_content .content .link_btn {
  margin-top: 35px;
}
.page_content .content .person_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 90px;
}
.page_content .content .person_box .txt_box {
  max-width: 441px;
}
.page_content .content .person_box .txt_box h3 {
  margin: 0 0 47px;
}
.page_content .content .person_box .txt_box p {
  margin-bottom: 47px;
}
.page_content .content .person_box .img_box {
  max-width: 800px;
}
.page_content .content .person_box .btn {
  display: block;
  margin-top: 35px;
  max-width: 441px;
}
.page_content .content .tab_ttl {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  margin: 55px 0;
}
.page_content .content .tab_ttl span {
  background: #fff;
  display: inline-block;
  padding-right: 18px;
  position: relative;
  z-index: 1;
}
.page_content .content .tab_ttl::before {
  background: #000;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 3px;
}
.page_content .content .require_list {
  border-bottom: solid 3px #000;
}
.page_content .content .require_list li {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding-left: 140px;
  margin-bottom: 45px;
  min-height: 90px;
}
.page_content .content .require_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 90px;
  height: 90px;
}
.page_content .content .require_list li.mid::before {
  background: url(../img/ico_recruit_mid01.png) no-repeat;
  background-size: 100%;
}
.page_content .content .require_list li.new::before {
  background: url(../img/ico_recruit_new01.png) no-repeat;
  background-size: 100%;
}
.page_content .content .require_list li .require_ttl {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  line-height: 1.3;
}
.page_content .content .require_list li p {
  font-size: 14px;
  margin: 0;
}
.page_content .content .recruit_box {
  max-width: 510px;
  margin: 60px auto 0;
}
.page_content .content .recruit_box .lead {
  font-size: 20px;
  margin-bottom: 24px;
}
.page_content .content .recruit_box .img_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page_content .content .recruit_box .img_box .bnr_change {
  width: 382px;
  height: 48px;
}
.page_content .content .recruit_box .img_box .ico_facebook {
  margin-left: 48px;
  width: 48px;
  height: 48px;
}
.page_content .content .ir_news_box {
  border-top: solid 3px #000;
  border-bottom: solid 3px #000;
  padding: 80px 0 0;
}
.page_content .content .ir_news_box .btn {
  text-align: center;
  padding-left: 0;
  margin-top: 80px;
  margin-bottom: -20px;
}
.page_content .content .qirNote_title {
  font-weight: bold;
  font-size: 16px;
}
.page_content .content .qirNote_listWrapper:first-child {
  margin: 0 10px 20px 0;
}
.page_content .content .qirNote_list {
  list-style: none;
  text-indent: -1rem;
  padding-left: 1rem;
}
.page_content .content .pnexIcon {
  text-align: right;
}
.page_content .content .pnexIcon img {
  width: 105px;
  height: 13px;
}
@media screen and (max-width: 980px) {
  .page_content .page_top {
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .page_content__langList {
    margin-right: 10px;
  }
  .page_content__langList__item {
    font-size: 14px;
  }
  .page_content .top_ttl_image {
    width: 100%;
  }
  .page_content .top_ttl_image.three_column {
    width: 100%;
  }
  .page_content .top_ttl_image.five_column {
    width: 100%;
  }
  .page_content .top_image {
    width: 85%;
  }
  .page_content .two_column_list {
    display: block;
  }
  .page_content .two_column_list li {
    width: 100%;
  }
  .page_content .three_column_list {
    margin: 15px 0 3px;
  }
  .page_content .three_column_list li {
    margin-bottom: 12px;
    width: 49%;
  }
  .page_content .three_column_list li.two_column {
    display: block;
    padding: 8px;
    width: 49%;
  }
  .page_content .three_column_list li.two_column img {
    width: 100%;
  }
  .page_content .three_column_list li .thumb_over_ico {
    max-height: 96px;
  }
  .page_content .four_column_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 50px;
  }
  .page_content .four_column_list.is_company {
    margin-top: 15px;
  }
  .page_content .four_column_list li {
    margin-bottom: 12px;
    width: 49%;
  }
  .page_content .four_column_list li .thumb_over_ico {
    min-height: 96px;
    max-height: initial;
    height: 63%;
  }
  .page_content .four_column_list li:nth-child(1) .thumb_over_ico {
    min-height: 96px;
    max-height: initial;
    height: 63%;
  }
  .page_content .five_column_list {
    margin: 15px 0 3px;
  }
  .page_content .five_column_list li {
    margin-bottom: 12px;
    width: 49%;
  }
  .page_content .five_column_list li .thumb_over_ico {
    min-height: 96px;
    max-height: initial;
    height: 63%;
  }
  .page_content .recruit_top_list li.list01, .page_content .recruit_top_list li.list02, .page_content .recruit_top_list li.list03 {
    margin-bottom: 10px;
  }
  .page_content .recruit_top_list li.list01, .page_content .recruit_top_list li.list04 {
    max-width: 100%;
    width: 100%;
  }
  .page_content .recruit_top_list li.list02, .page_content .recruit_top_list li.list04 {
    margin-left: 0 !important;
  }
  .page_content .recruit_top_list li.list02, .page_content .recruit_top_list li.list03 {
    max-width: 100%;
    width: 49%;
  }
  .page_content .recruit_top_list li .thumb_over_ico {
    max-height: 63%;
  }
  .page_content .content_box {
    border-top-right-radius: 5px;
    padding: 4px 15px 1px;
  }
  .page_content .tab_list {
    display: block;
  }
  .page_content .tab_list li + li {
    margin-left: 0;
    margin-top: 10px;
  }
  .page_content .tab_list a {
    font-size: 12px;
    width: 100%;
    height: 33px;
  }
  .page_content .content {
    overflow-x: hidden;
    padding: 0 0 60px;
  }
  .page_content .content.normal_page {
    padding-bottom: 120px;
  }
  .page_content .content h2 {
    margin: 75px 0;
    font-size: 16px;
    padding: 10px 0 10px 45px;
    position: relative;
  }
  .page_content .content h2::before {
    width: 25px;
  }
  .page_content .content h3 {
    margin: 59px 0 18px;
    font-size: 15px;
    padding: 10px 0 10px 43px;
  }
  .page_content .content h3::before {
    width: 25px;
  }
  .page_content .content h4 {
    font-size: 14px;
  }
  .page_content .content h5 {
    font-size: 12px;
    line-height: 1.6;
  }
  .page_content .content p {
    font-size: 12px;
    margin: 17px 0;
  }
  .page_content .content p.has-small-font-size {
    font-size: 11px;
  }
  .page_content .content .tab00 p {
    font-size: 16px;
  }
  .page_content .content .p_big {
    font-size: 16px;
  }
  .page_content .content .p_middle {
    font-size: 16px;
    line-height: 2;
  }
  .page_content .content .table_image {
    overflow-x: scroll;
  }
  .page_content .content .table_image img {
    max-width: initial;
  }
  .page_content .content iframe {
    width: 100%;
    height: 287px;
  }
  .page_content .content .company_table {
    margin-top: 23px;
  }
  .page_content .content .company_table td:nth-child(1) {
    width: 75px;
  }
  .page_content .content .company_table th, .page_content .content .company_table td {
    font-size: 12px;
    padding-bottom: 24px;
  }
  .page_content .content .normal_table {
    margin-top: 13px;
  }
  .page_content .content .normal_table td:nth-child(1) {
    width: 60px;
  }
  .page_content .content .normal_table th, .page_content .content .normal_table td {
    font-size: 12px;
    padding-bottom: 12px;
  }
  .page_content .content .team_member {
    border-left: solid 2px #000;
    padding: 9px 0 9px 19px;
    margin-top: 60px;
  }
  .page_content .content .team_member .lead {
    font-size: 12px;
    padding-bottom: 15px;
  }
  .page_content .content .team_member .english {
    font-size: 12px;
    padding-left: 17px;
  }
  .page_content .content .title_under {
    padding-bottom: 13px;
    margin: 38px 0 13px;
  }
  .page_content .content .link_btn {
    margin-top: 18px;
  }
  .page_content .content .link_btn img {
    max-width: 100%;
  }
  .page_content .content .person_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 90px;
  }
  .page_content .content .person_box .txt_box {
    max-width: 441px;
  }
  .page_content .content .person_box .txt_box h3 {
    margin: 0 0 47px;
  }
  .page_content .content .person_box .txt_box p {
    margin-bottom: 47px;
  }
  .page_content .content .person_box .img_box {
    margin-left: -300px;
    max-width: 800px;
  }
  .page_content .content .person_box .btn {
    display: block;
    margin-top: 35px;
    max-width: 441px;
  }
  .page_content .content .tab_ttl {
    font-size: 12px;
    margin: 40px 0;
  }
  .page_content .content .tab_ttl span {
    padding-right: 2px;
  }
  .page_content .content .require_list li {
    padding-left: 61px;
    margin-bottom: 41px;
    min-height: 45px;
  }
  .page_content .content .require_list li::before {
    width: 45px;
    height: 45px;
  }
  .page_content .content .require_list li .require_ttl {
    font-size: 14px;
  }
  .page_content .content .require_list li p {
    font-size: 10px;
  }
  .page_content .content .recruit_box {
    margin: 46px auto 0;
  }
  .page_content .content .recruit_box .btn {
    width: 100%;
    max-width: 254px;
  }
  .page_content .content .recruit_box .lead {
    font-size: 20px;
    margin-bottom: 17px;
  }
  .page_content .content .recruit_box .img_box {
    display: block;
  }
  .page_content .content .recruit_box .img_box .bnr_change {
    display: block;
    margin: auto;
    width: 254px;
    height: auto;
  }
  .page_content .content .recruit_box .img_box .ico_facebook {
    display: block;
    margin: 12px auto 0;
    width: 30px;
    height: 30px;
  }
  .page_content .content .ir_news_box {
    padding: 40px 0 0;
  }
  .page_content .content .ir_news_box .btn {
    margin-top: 40px;
    max-width: 254px;
    width: 100%;
  }
  .page_content .content .qirNote_title {
    font-size: 12px;
  }
  .page_content .content .qirNote_listWrapper:first-child {
    margin: 0 0 17px 0;
  }
  .page_content .content .qirNote_list {
    font-size: 12px;
  }
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mt105 {
  margin-top: 105px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mt115 {
  margin-top: 115px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb105 {
  margin-bottom: 105px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.mb115 {
  margin-bottom: 115px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

@media screen and (max-width: 768px) {
  .mt5 {
    margin-top: 3px !important;
  }

  .mt10 {
    margin-top: 5px !important;
  }

  .mt15 {
    margin-top: 8px !important;
  }

  .mt20 {
    margin-top: 10px !important;
  }

  .mt25 {
    margin-top: 13px !important;
  }

  .mt30 {
    margin-top: 15px !important;
  }

  .mt35 {
    margin-top: 18px !important;
  }

  .mt40 {
    margin-top: 20px !important;
  }

  .mt45 {
    margin-top: 23px !important;
  }

  .mt50 {
    margin-top: 25px !important;
  }

  .mt55 {
    margin-top: 28px !important;
  }

  .mt60 {
    margin-top: 30px !important;
  }

  .mt65 {
    margin-top: 33px !important;
  }

  .mt70 {
    margin-top: 35px !important;
  }

  .mt75 {
    margin-top: 38px !important;
  }

  .mt80 {
    margin-top: 40px !important;
  }

  .mt85 {
    margin-top: 43px !important;
  }

  .mt90 {
    margin-top: 45px !important;
  }

  .mt95 {
    margin-top: 48px !important;
  }

  .mt100 {
    margin-top: 50px !important;
  }

  .mt105 {
    margin-top: 53px !important;
  }

  .mt110 {
    margin-top: 55px !important;
  }

  .mt115 {
    margin-top: 58px !important;
  }

  .mt120 {
    margin-top: 60px !important;
  }

  .mb5 {
    margin-bottom: 3px !important;
  }

  .mb10 {
    margin-bottom: 5px !important;
  }

  .mb15 {
    margin-bottom: 8px !important;
  }

  .mb20 {
    margin-bottom: 10px !important;
  }

  .mb25 {
    margin-bottom: 13px !important;
  }

  .mb30 {
    margin-bottom: 15px !important;
  }

  .mb35 {
    margin-bottom: 18px !important;
  }

  .mb40 {
    margin-bottom: 20px !important;
  }

  .mb45 {
    margin-bottom: 23px !important;
  }

  .mb50 {
    margin-bottom: 25px !important;
  }

  .mb55 {
    margin-bottom: 28px !important;
  }

  .mb60 {
    margin-bottom: 30px !important;
  }

  .mb65 {
    margin-bottom: 33px !important;
  }

  .mb70 {
    margin-bottom: 35px !important;
  }

  .mb75 {
    margin-bottom: 38px !important;
  }

  .mb80 {
    margin-bottom: 40px !important;
  }

  .mb85 {
    margin-bottom: 43px !important;
  }

  .mb90 {
    margin-bottom: 45px !important;
  }

  .mb95 {
    margin-bottom: 48px !important;
  }

  .mb100 {
    margin-bottom: 50px !important;
  }

  .mb105 {
    margin-bottom: 53px !important;
  }

  .mb110 {
    margin-bottom: 55px !important;
  }

  .mb115 {
    margin-bottom: 58px !important;
  }

  .mb120 {
    margin-bottom: 60px !important;
  }
}
/*==========================================
  下部問い合わせ
==========================================*/
.lower_contact {
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(#7B7979));
  background: linear-gradient(90deg, #fff, #7B7979);
  text-align: center;
  padding: 190px 0 200px;
}
.lower_contact .other_case {
  margin-top: -75px;
  max-width: 980px;
}
.lower_contact .tab_ttl {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  text-align: left;
}
.lower_contact .tab_ttl span {
  background: transparent;
  display: inline-block;
  padding-right: 18px;
  position: relative;
  z-index: 1;
}
.lower_contact .tab_ttl::before {
  background: #000;
  content: "";
  position: absolute;
  left: 130px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 3px;
}
.lower_contact .other_case_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 0 180px;
}
.lower_contact .other_case_list li {
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
  position: relative;
  width: 24%;
}
.lower_contact .contact_h2 {
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.lower_contact .lead {
  font-size: 30px;
  letter-spacing: 0.1em;
  margin-top: 15px;
}
.lower_contact .btn {
  display: block;
  margin: 30px auto 0;
  max-width: 441px;
  height: auto;
}
.lower_contact .btn img {
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
  border-radius: 15px;
}
@media screen and (max-width: 980px) {
  .lower_contact .other_case {
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .lower_contact {
    padding: 105px 0;
  }
  .lower_contact .other_case {
    margin-top: 0;
  }
  .lower_contact .tab_ttl {
    font-size: 15px;
  }
  .lower_contact .tab_ttl::before {
    left: 100px;
    width: calc(100% - 100px);
  }
  .lower_contact .other_case_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 15px 0 90px;
  }
  .lower_contact .other_case_list li {
    margin-bottom: 15px;
    width: 48%;
  }
  .lower_contact .contact_h2 {
    font-size: 24px;
    letter-spacing: normal;
  }
  .lower_contact .lead {
    font-size: 16px;
    letter-spacing: normal;
    margin-top: 15px;
  }
  .lower_contact .btn {
    display: block;
    margin: 30px auto 0;
    width: 70%;
  }
}

.change-s__wrap {
  padding: 0 6.6666vw 60px;
  margin: auto;
  max-width: 910px;
}
.change-s__wrap .tar {
  text-align: right;
}
.change-s__wrap .tac {
  text-align: center;
}
.change-s__wrap .nwp {
  white-space: nowrap;
}
@media screen and (min-width: 980px), print {
  .change-s__wrap {
    padding: 0 15px 120px;
  }
}
.change-s__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.change-s__nav__item {
  width: 25.3333vw;
  border-top-left-radius: 1.0666vw;
  border-top-right-radius: 1.0666vw;
  margin: 0 1.3333vw;
  -webkit-box-shadow: 2.1333vw 3.7333vw 4.2666vw rgba(0, 0, 0, 0.5);
          box-shadow: 2.1333vw 3.7333vw 4.2666vw rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 980px), print {
  .change-s__nav__item {
    width: 272px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin: 0 6px;
    -webkit-box-shadow: 16px 28px 32px rgba(0, 0, 0, 0.5);
            box-shadow: 16px 28px 32px rgba(0, 0, 0, 0.5);
  }
  .change-s__nav__item:hover {
    opacity: 0.6;
  }
}
.change-s__nav__item.env {
  background-color: #1bb9ee;
}
.change-s__nav__item.soc {
  background-color: #e60012;
}
.change-s__nav__item.gov {
  background-color: #fed900;
}
.change-s__nav__item__link {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 10.6666vw;
  padding: 0 2.6666vw;
}
@media screen and (min-width: 980px), print {
  .change-s__nav__item__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 40px;
    padding: 12px 0;
  }
  .change-s__nav__item__link:hover {
    opacity: 1;
  }
}
.change-s__nav__item .jp {
  display: block;
  font-size: 3.2vw;
  line-height: 1;
  font-weight: 900;
}
@media screen and (min-width: 980px), print {
  .change-s__nav__item .jp {
    display: inline-block;
    margin-top: 3px;
    font-size: 15px;
  }
}
.change-s__nav__item .en {
  display: block;
  height: 2.1333vw;
  line-height: 0;
  margin: 0.8vw 0 0 0;
}
@media screen and (min-width: 980px), print {
  .change-s__nav__item .en {
    display: inline-block;
    height: 16px;
    margin: 0 0 0 8px;
  }
}
.change-s__nav__item .en__tf {
  height: 2.1333vw;
  width: auto;
}
@media screen and (min-width: 980px), print {
  .change-s__nav__item .en__tf {
    height: 16px;
  }
}
.change-s__cont {
  padding: 6.6666vw 0 0 0;
}
@media screen and (min-width: 980px), print {
  .change-s__cont {
    padding: 50px 0 0 0;
  }
}
.change-s__cont__wrap {
  margin-top: 6.6666vw;
}
@media screen and (min-width: 980px), print {
  .change-s__cont__wrap {
    margin-top: 40px;
  }
}
.change-s__cont__wrap.top {
  margin-top: 0;
}
.change-s__cont__kv {
  background: white;
  border-radius: 2.1333vw;
  -webkit-box-shadow: 2.1333vw 3.7333vw 4.2666vw rgba(0, 0, 0, 0.5);
          box-shadow: 2.1333vw 3.7333vw 4.2666vw rgba(0, 0, 0, 0.5);
  overflow: hidden;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 980px), print {
  .change-s__cont__kv {
    border-radius: 10px;
    -webkit-box-shadow: 16px 28px 32px rgba(0, 0, 0, 0.5);
            box-shadow: 16px 28px 32px rgba(0, 0, 0, 0.5);
  }
}
.change-s__cont__kv a {
  display: block;
}
.change-s__cont__kv__s-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 28vw;
  height: 20vw;
  padding: 2.4vw 2.6666vw;
  line-height: 0;
}
@media screen and (min-width: 980px), print {
  .change-s__cont__kv__s-logo {
    width: 320px;
    height: 184px;
    padding: 15px 30px;
  }
}
.change-s__cont__kv__s-logo .mark {
  width: 32vw;
}
@media screen and (min-width: 980px), print {
  .change-s__cont__kv__s-logo .mark {
    width: 270px;
  }
}
.change-s__cont__kv__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 58.6666vw;
  height: 20vw;
  padding: 2.4vw 2.6666vw;
  font-size: 4vw;
  line-height: 1;
  font-weight: 900;
  background-size: 18.9333vw auto;
  background-position: right center;
  background-repeat: no-repeat;
  letter-spacing: 0;
}
@media screen and (min-width: 980px), print {
  .change-s__cont__kv__ttl {
    width: 560px;
    height: 184px;
    padding: 20px 20px;
    font-size: 37px;
    background-size: 212px auto;
  }
}
.change-s__cont__kv__ttl .en {
  margin: 1.8666vw 0 0 1.6vw;
  line-height: 0;
}
@media screen and (min-width: 980px), print {
  .change-s__cont__kv__ttl .en {
    margin: 14px 0 0 12px;
  }
}
.change-s__cont__kv__ttl .en__tf {
  width: auto;
  height: 1.6vw;
}
@media screen and (min-width: 980px), print {
  .change-s__cont__kv__ttl .en__tf {
    height: 18px;
  }
}
.change-s__cont__kv__ttl.env {
  background-color: #1bb9ee;
  background-image: url("../img/sustainability/img/deco_e.png");
}
.change-s__cont__kv__ttl.soc {
  background-color: #e60012;
  background-image: url("../img/sustainability/img/deco_s.png");
}
.change-s__cont__kv__ttl.gov {
  background-color: #fed900;
  background-image: url("../img/sustainability/img/deco_g.png");
}
.change-s__cont__kv__catch {
  -webkit-transition: none !important;
  transition: none !important;
  position: absolute;
  left: 20vw;
  top: 16vw;
  font-size: 2vw;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (min-width: 980px), print {
  .change-s__cont__kv__catch {
    left: 200px;
    top: 160px;
    font-size: 20px;
  }
}
.change-s__cont__kv.accord {
  background: white;
}
@media screen and (min-width: 980px), print {
  .change-s__cont__kv.accord {
    cursor: pointer;
  }
  .change-s__cont__kv.accord:hover {
    opacity: 1;
  }
  .change-s__cont__kv.accord:hover * {
    opacity: 0.6;
  }
}
.change-s__cont__kv.accord * {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.change-s__cont__kv.accord + .change-s__cont__main {
  display: none;
}
.change-s__cont__tp {
  padding: 9.3333vw 0 6.6666vw 0;
}
@media screen and (min-width: 980px), print {
  .change-s__cont__tp {
    padding: 80px 0 40px;
  }
}
.change-s__cont__tp__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.change-s__cont__tp__item {
  font-size: 2.6666vw;
  line-height: 1.5;
  margin-right: 0.5em;
}
@media screen and (min-width: 980px), print {
  .change-s__cont__tp__item {
    font-size: 20px;
  }
}
.change-s__cont__tp__item:before {
  content: "＞";
  margin: 0 0.5em 0 0;
}
.change-s__cont__tp__item:first-child:before {
  content: none;
}
.change-s__cont__main {
  background: white;
  border-radius: 6.6666vw;
  padding: 5.3333vw;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 980px), print {
  .change-s__cont__main {
    border-radius: 50px;
    padding: 50px;
  }
}
.change-s__cont__main > *:first-child {
  margin-top: 0;
}
.change-s__cont__main__head1 {
  margin: 5.3333vw 0 0;
}
@media screen and (min-width: 980px), print {
  .change-s__cont__main__head1 {
    margin: 50px 0 0 0;
  }
}
.change-s__cont__main__logo {
  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;
  padding: 5.3333vw 0;
}
@media screen and (min-width: 980px), print {
  .change-s__cont__main__logo {
    padding: 0;
    margin: 40px 0 0 0;
  }
}
.change-s__cont__main__logo .mark {
  width: 36vw;
}
@media screen and (min-width: 980px), print {
  .change-s__cont__main__logo .mark {
    width: 270px;
  }
}
.change-s__cont__main__ttl {
  font-size: 6.6666vw;
  font-weight: 700;
}
@media screen and (min-width: 980px), print {
  .change-s__cont__main__ttl {
    font-size: 36px;
  }
}
.change-s__cont__main__lnav {
  margin: 2.6666vw 0 0 0;
}
@media screen and (min-width: 980px), print {
  .change-s__cont__main__lnav {
    margin: 20px 0 70px 0;
  }
}
.change-s__cont__main__lnav__item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.2vw;
  line-height: 1.3571428571;
  font-weight: 700;
  padding: 2vw 0;
  color: #004098;
  text-decoration: underline;
}
@media screen and (min-width: 980px), print {
  .change-s__cont__main__lnav__item__link {
    font-size: 20px;
    padding: 10px 0;
  }
}
.change-s__cont__main__lnav__item__link i:before {
  content: "＞";
  color: #004098;
}
.change-s__cont__main__atcl section {
  margin-top: 4vw;
}
@media screen and (min-width: 980px), print {
  .change-s__cont__main__atcl section {
    margin-top: 30px;
  }
}
.change-s__cont__main__atcl a {
  color: #004098;
  text-decoration: underline;
}
@media screen and (min-width: 980px), print {
  .change-s__cont__main__atcl a:hover {
    text-decoration: none;
    opacity: 1;
  }
}
.change-s__cont__main__atcl h1 {
  font-size: 4.5333vw;
  font-weight: 700;
  line-height: 1.7647058824;
  border-bottom: 3px solid black;
}
@media screen and (min-width: 980px), print {
  .change-s__cont__main__atcl h1 {
    font-size: 30px;
  }
}
.change-s__cont__main__atcl h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 0.6666vw solid black;
  padding: 1.3333vw 1.3333vw 1.3333vw 2vw;
  margin: 3.3333vw 0 0 0;
  font-size: 3.7333vw;
  font-weight: 700;
}
@media screen and (min-width: 980px), print {
  .change-s__cont__main__atcl h2 {
    border-left: 5px solid black;
    padding: 10px 10px 10px 15px;
    margin: 25px 0 0 0;
    font-size: 24px;
  }
}
.change-s__cont__main__atcl h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 1.3333vw 0;
  margin: 4vw 0 0 0;
  font-size: 3.7333vw;
  font-weight: 700;
  border-bottom: 2px solid black;
}
@media screen and (min-width: 980px), print {
  .change-s__cont__main__atcl h3 {
    padding: 0 0 10px 0;
    margin: 30px 0 0 0;
    font-size: 24px;
  }
}
.change-s__cont__main__atcl h4 {
  margin: 2.6666vw 0 0 0;
  font-size: 3.7333vw;
  font-weight: 700;
}
@media screen and (min-width: 980px), print {
  .change-s__cont__main__atcl h4 {
    margin: 20px 0 0 0;
    font-size: 24px;
  }
}
.change-s__cont__main__atcl h5 {
  margin: 2.6666vw 0 0 0;
  font-size: 3.4666vw;
  font-weight: 700;
}
@media screen and (min-width: 980px), print {
  .change-s__cont__main__atcl h5 {
    margin: 20px 0 0 0;
    font-size: 22px;
  }
}
.change-s__cont__main__atcl h6 {
  margin: 2.6666vw 0 0 0;
  font-size: 3.4666vw;
  font-weight: 700;
}
@media screen and (min-width: 980px), print {
  .change-s__cont__main__atcl h6 {
    margin: 20px 0 0 0;
    font-size: 22px;
  }
}
.change-s__cont__main__atcl p {
  font-size: 3.4666vw;
  line-height: 1.9230769231;
  margin: 1.3333vw 0 0 0;
}
@media screen and (min-width: 980px), print {
  .change-s__cont__main__atcl p {
    font-size: 22px;
    margin: 12px 0 0 0;
  }
}
.change-s__cont__main__atcl p.small {
  font-size: 2.6666vw;
  line-height: 1.6;
}
@media screen and (min-width: 980px), print {
  .change-s__cont__main__atcl p.small {
    font-size: 16px;
  }
}
.change-s__cont__main__atcl ol,
.change-s__cont__main__atcl ul {
  font-size: 3.4666vw;
  margin: 1.3333vw 0 0 1.5em;
}
@media screen and (min-width: 980px), print {
  .change-s__cont__main__atcl ol,
.change-s__cont__main__atcl ul {
    font-size: 22px;
    margin-top: 12px;
  }
}
.change-s__cont__main__atcl ol li,
.change-s__cont__main__atcl ul li {
  font-size: 3.4666vw;
  line-height: 1.9230769231;
  margin-top: 1em;
}
@media screen and (min-width: 980px), print {
  .change-s__cont__main__atcl ol li,
.change-s__cont__main__atcl ul li {
    font-size: 22px;
  }
}
.change-s__cont__main__atcl ol li > *:first-child,
.change-s__cont__main__atcl ul li > *:first-child {
  margin-top: 0.5em;
}
.change-s__cont__main__atcl ol > *:first-child,
.change-s__cont__main__atcl ul > *:first-child {
  margin-top: 0;
}
.change-s__cont__main__atcl ol li {
  list-style: outside;
  list-style-type: decimal;
}
@media screen and (min-width: 980px), print {
  .change-s__cont__main__atcl ol li {
    font-size: 22px;
    margin: 12px 0 0 0;
  }
}
.change-s__cont__main__atcl ul li {
  list-style: outside;
  list-style-type: disc;
}
.change-s__cont__main__atcl small {
  font-size: 80%;
  line-height: 1.2;
}
.change-s__cont__main__atcl table {
  background-color: white;
  border-right: 1px solid #7e7e7e;
  border-bottom: 1px solid #7e7e7e;
}
.change-s__cont__main__atcl table.fix {
  table-layout: fixed;
}
.change-s__cont__main__atcl table.tac th,
.change-s__cont__main__atcl table.tac td {
  text-align: center !important;
}
.change-s__cont__main__atcl table tr th,
.change-s__cont__main__atcl table tr td {
  font-size: 2.9333vw;
  line-height: 1.9230769231;
  border-top: 1px solid #7e7e7e;
  border-left: 1px solid #7e7e7e;
  border-collapse: collapse;
  padding: 0.6666vw;
}
@media screen and (min-width: 980px), print {
  .change-s__cont__main__atcl table tr th,
.change-s__cont__main__atcl table tr td {
    font-size: 16px;
    padding: 5px;
  }
}
.change-s__cont__main__atcl table tr th.blg,
.change-s__cont__main__atcl table tr td.blg {
  border-left-color: #d0d0d0 !important;
}
.change-s__cont__main__atcl table tr th {
  white-space: nowrap;
  vertical-align: middle;
}
.change-s__cont__main__atcl table tr td {
  vertical-align: middle;
}
.change-s__cont__main__atcl table thead th {
  background-color: #d0d0d0;
  text-align: center;
}
.change-s__cont__main__atcl table tbody th {
  background-color: #f0f0f0;
}
.change-s__cont__main__atcl .table-wrap {
  margin: 1.3333vw 0 0 0;
  overflow: auto;
}
.change-s__cont__main__atcl blockquote {
  background: #e7e7e7;
  padding: 5.3333vw;
  margin: 4vw 0 0 0;
}
@media screen and (min-width: 980px), print {
  .change-s__cont__main__atcl blockquote {
    padding: 40px;
    margin: 30px 0 0 0;
  }
}
.change-s__cont__main__atcl blockquote > *:first-child {
  margin-top: 0;
}
.change-s__cont__main__atcl figcaption {
  font-size: 2.6666vw;
  margin: 1.3333vw 0 0 0;
}
@media screen and (min-width: 980px), print {
  .change-s__cont__main__atcl figcaption {
    font-size: 16px;
    margin: 10px 0 0 0;
  }
}
.change-s__cont__main__atcl figure {
  margin: 4vw 0 0 0;
}
@media screen and (min-width: 980px), print {
  .change-s__cont__main__atcl figure {
    margin: 25px 0 0 0;
  }
}
@media screen and (min-width: 980px), print {
  .change-s__cont__main__atcl figure.left {
    width: 300px;
    float: left;
    margin-right: 20px;
  }
}
@media screen and (min-width: 980px), print {
  .change-s__cont__main__atcl figure.right {
    width: 300px;
    float: right;
    margin-left: 20px;
  }
}
.change-s__cont__main__atcl__nav {
  margin: 5.3333vw 0 0 0;
}
@media screen and (min-width: 980px), print {
  .change-s__cont__main__atcl__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 40px 0 0 0;
  }
}
.change-s__cont__main__atcl__nav.env .change-s__cont__main__atcl__nav__ttl {
  background-color: #1bb9ee;
}
.change-s__cont__main__atcl__nav.env .change-s__cont__main__atcl__nav__item__link:hover,
.change-s__cont__main__atcl__nav.env .change-s__cont__main__atcl__nav__item__link.current {
  background-color: #1bb9ee;
}
.change-s__cont__main__atcl__nav.soc .change-s__cont__main__atcl__nav__ttl {
  background-color: #e60012;
}
.change-s__cont__main__atcl__nav.soc .change-s__cont__main__atcl__nav__item__link:hover,
.change-s__cont__main__atcl__nav.soc .change-s__cont__main__atcl__nav__item__link.current {
  background-color: #e60012;
}
.change-s__cont__main__atcl__nav.gov .change-s__cont__main__atcl__nav__ttl {
  background-color: #fed900;
}
.change-s__cont__main__atcl__nav.gov .change-s__cont__main__atcl__nav__item__link:hover,
.change-s__cont__main__atcl__nav.gov .change-s__cont__main__atcl__nav__item__link.current {
  background-color: #fed900;
}
.change-s__cont__main__atcl__nav__ttl {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 2.6666vw 2.9333vw;
  margin: 0;
  border-radius: 1.3333vw;
  -webkit-box-shadow: 0.6666vw 0.4vw 0.8vw rgba(0, 0, 0, 0.5);
          box-shadow: 0.6666vw 0.4vw 0.8vw rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 980px), print {
  .change-s__cont__main__atcl__nav__ttl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 184px;
    height: 65px;
    padding: 14px;
    border-radius: 10px;
    -webkit-box-shadow: 5px 3px 6px rgba(0, 0, 0, 0.5);
            box-shadow: 5px 3px 6px rgba(0, 0, 0, 0.5);
  }
}
.change-s__cont__main__atcl__nav__ttl .jp {
  display: block;
  font-size: 4vw;
  line-height: 1;
  font-weight: 900;
}
@media screen and (min-width: 980px), print {
  .change-s__cont__main__atcl__nav__ttl .jp {
    font-size: 13px;
  }
}
.change-s__cont__main__atcl__nav__ttl .en {
  display: block;
  height: 2.9333vw;
  line-height: 0;
  margin: 1.0666vw 0 0 2.1333vw;
}
@media screen and (min-width: 980px), print {
  .change-s__cont__main__atcl__nav__ttl .en {
    height: 11px;
    margin: 2px 0 0 8px;
  }
}
.change-s__cont__main__atcl__nav__ttl .en__tf {
  height: 2.6666vw;
  width: auto;
}
@media screen and (min-width: 980px), print {
  .change-s__cont__main__atcl__nav__ttl .en__tf {
    height: 11px;
  }
}
@media screen and (min-width: 980px), print {
  .change-s__cont__main__atcl__nav__list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.change-s__cont__main__atcl__nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2.6666vw 0 0 0;
  border-radius: 1.3333vw;
  -webkit-box-shadow: 0.6666vw 0.4vw 0.8vw rgba(0, 0, 0, 0.5);
          box-shadow: 0.6666vw 0.4vw 0.8vw rgba(0, 0, 0, 0.5);
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 980px), print {
  .change-s__cont__main__atcl__nav__item {
    margin: 0 0 0 8px;
    border-radius: 10px;
    -webkit-box-shadow: 5px 3px 6px rgba(0, 0, 0, 0.5);
            box-shadow: 5px 3px 6px rgba(0, 0, 0, 0.5);
    width: 184px;
  }
}
.change-s__cont__main__atcl__nav__item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 2.1333vw 3.3333vw;
  font-size: 3.4666vw;
  line-height: 1.6923076923;
  font-weight: 900;
  text-decoration: none !important;
  color: black !important;
  letter-spacing: 0 !important;
}
@media screen and (min-width: 980px), print {
  .change-s__cont__main__atcl__nav__item__link {
    height: 65px;
    font-size: 12px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
}
.change-s__cont__main__atcl__nav__item__link i {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.change-s__cont__main__atcl__nav__item__link i:before {
  content: "＞";
  color: black;
  margin-right: 0.2em;
}
.change-s__cont__index .change-s__cont__main {
  padding-top: 22.9333vw;
  margin: -13.3334vw -2.6667vw 0 2.6666vw;
}
@media screen and (min-width: 980px), print {
  .change-s__cont__index .change-s__cont__main {
    padding-top: 180px;
    margin: -110px -30px 0 30px;
  }
}
.change-s__cont__index .change-s__cont__main__head1 {
  position: relative;
  padding: 0 0 0 8vw;
  background: url("../img/sustainability/img/icon_bar.svg") 0 0 no-repeat;
  background-size: 5.6vw 8vw;
}
@media screen and (min-width: 980px), print {
  .change-s__cont__index .change-s__cont__main__head1 {
    padding: 0 0 0 60px;
    background-size: 42px 60px;
  }
}
.change-s__cont__index .change-s__cont__main__head1 .jp {
  display: block;
  font-size: 2.4vw;
  line-height: 1;
  font-weight: 700;
}
@media screen and (min-width: 980px), print {
  .change-s__cont__index .change-s__cont__main__head1 .jp {
    font-size: 18px;
  }
}
.change-s__cont__index .change-s__cont__main__head1 .en {
  display: block;
  font-size: 5.3333vw;
  line-height: 1;
  margin: 0.5333vw 0 0 0;
  font-weight: 700;
}
@media screen and (min-width: 980px), print {
  .change-s__cont__index .change-s__cont__main__head1 .en {
    font-size: 38px;
    margin: 2px 0 0 0;
  }
}
.change-s__cont__index .change-s__cont__main__head2 {
  margin: 2.6666vw 0 0 0;
  font-size: 3.4666vw;
  line-height: 1.5384615385;
  font-weight: 700;
}
@media screen and (min-width: 980px), print {
  .change-s__cont__index .change-s__cont__main__head2 {
    margin: 0;
    font-size: 18px;
  }
}
.change-s__cont__index .change-s__cont__main__lede.en {
  margin: 2.6666vw 0 0 0;
  font-size: 2.6666vw;
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (min-width: 980px), print {
  .change-s__cont__index .change-s__cont__main__lede.en {
    margin: 10px 0 0 0;
    font-size: 9px;
  }
}
.change-s__cont__index .change-s__cont__nav__list {
  margin: 0 0 0 4.8vw;
}
@media screen and (min-width: 980px), print {
  .change-s__cont__index .change-s__cont__nav__list {
    margin: 0 0 0 120px;
  }
}
.change-s__cont__index__bn {
  margin: 9.3333vw 0 0 0;
}
@media screen and (min-width: 980px), print {
  .change-s__cont__index__bn {
    margin: 40px 0 0 0;
  }
}
.change-s__cont__index__bn__item {
  position: relative;
  margin: 6.6666vw 0 0 0;
  -webkit-box-shadow: 2.1333vw 3.7333vw 4.2666vw rgba(0, 0, 0, 0.5);
          box-shadow: 2.1333vw 3.7333vw 4.2666vw rgba(0, 0, 0, 0.5);
  overflow: hidden;
  border-radius: 0.8vw;
}
@media screen and (min-width: 980px), print {
  .change-s__cont__index__bn__item {
    margin: 30px 0 0 0;
    -webkit-box-shadow: 16px 28px 32px rgba(0, 0, 0, 0.5);
            box-shadow: 16px 28px 32px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
  }
}
.change-s__cont__index__bn__item:first-child {
  margin: 0;
}
.change-s__cont__index__bn__item__txt {
  position: absolute;
  top: 18.6666vw;
  left: 2.6666vw;
  font-size: 4.8vw;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
}
@media screen and (min-width: 980px), print {
  .change-s__cont__index__bn__item__txt {
    top: 190px;
    left: 26px;
    font-size: 50px;
  }
}
.change-s__cont__index__ceo {
  margin: 3.2vw 0 0 0;
  position: relative;
}
@media screen and (min-width: 980px), print {
  .change-s__cont__index__ceo {
    margin: 10px 0 0 0;
    padding: 0 0 0 180px;
  }
}
.change-s__cont__index__ceo__linkbox {
  display: block;
}
.change-s__cont__index__ceo__photo {
  width: 40vw;
  margin: 0 auto 0 0;
}
@media screen and (min-width: 980px), print {
  .change-s__cont__index__ceo__photo {
    width: 164px;
    margin: 0;
    position: absolute;
    left: 0;
    top: 5px;
  }
}
.change-s__cont__nav {
  margin: 4vw 0 0 0;
}
@media screen and (min-width: 980px), print {
  .change-s__cont__nav {
    margin: 20px 0 30px 60px;
  }
}
.change-s__cont__nav__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (min-width: 980px), print {
  .change-s__cont__nav__label {
    margin: 0;
  }
}
.change-s__cont__nav__label__txt {
  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: 4.2666vw;
  width: auto;
  padding: 0 2em;
  border-radius: 2.1333vw;
  font-size: 2.9333vw;
  color: white;
  background: black;
  font-weight: 500;
}
@media screen and (min-width: 980px), print {
  .change-s__cont__nav__label__txt {
    height: 36px;
    border-radius: 18px;
    font-size: 16px;
  }
}
.change-s__cont__nav__ttl {
  font-size: 4.8vw;
  font-weight: 400;
  padding: 2vw 0;
  border-bottom: 1px solid black;
}
@media screen and (min-width: 980px), print {
  .change-s__cont__nav__ttl {
    font-size: 36px;
    padding: 0 0 10px;
  }
}
.change-s__cont__nav__list {
  margin: 4vw 0 0 0;
}
@media screen and (min-width: 980px), print {
  .change-s__cont__nav__list {
    margin: 20px 0 0 114px;
  }
}
.change-s__cont__nav__item__link {
  display: block;
  padding: 1.3333vw 0;
  font-size: 3.2vw;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (min-width: 980px), print {
  .change-s__cont__nav__item__link {
    font-size: 20px;
    padding: 10px 0;
  }
}
@media screen and (min-width: 980px), print {
  .change-s__cont__nav__item__link {
    height: 46px;
    font-size: 20px;
  }
  .change-s__cont__nav__item__link:hover {
    text-decoration: none;
  }
}
.change-s__cont__nav__item__link .more {
  font-size: 2.6666vw;
  color: #004098;
  text-decoration: underline;
  margin-left: 1em;
}
@media screen and (min-width: 980px), print {
  .change-s__cont__nav__item__link .more {
    font-size: 16px;
  }
}
.change-s__cont__nav__item__link .more.mg0 {
  margin: 0;
}
.change-s__cont__cat-index .change-s__cont__kv.top {
  margin: 0 0 5.3333vw 0;
}
@media screen and (min-width: 980px), print {
  .change-s__cont__cat-index .change-s__cont__kv.top {
    margin: 0 0 40px 0;
  }
}
.change-s__cont__cat-index .change-s__cont__kv + .change-s__cont__main {
  margin: -13.3334vw -2.6667vw 0 2.6666vw;
}
@media screen and (min-width: 980px), print {
  .change-s__cont__cat-index .change-s__cont__kv + .change-s__cont__main {
    margin: -80px -46px 0 46px;
  }
}
.change-s__cont__cat-index .change-s__cont__main {
  padding-top: 20.2666vw;
  margin: 0 -2.6667vw 0 2.6666vw;
}
@media screen and (min-width: 980px), print {
  .change-s__cont__cat-index .change-s__cont__main {
    padding-top: 146px;
    margin: 0 -30px 0 30px;
  }
}
.change-s__cont__cat-dtl .change-s__cont__main {
  margin-top: -8vw;
}
@media screen and (min-width: 980px), print {
  .change-s__cont__cat-dtl .change-s__cont__main {
    margin: -90px -30px 0 50px;
  }
}
.change-s__cont__page .change-s__cont__kv__s-logo {
  width: 27.4666vw;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media screen and (min-width: 980px), print {
  .change-s__cont__page .change-s__cont__kv__s-logo {
    width: 320px;
  }
}
.change-s__cont__page .change-s__cont__kv__ttl {
  background: #e9e9e9;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}
@media screen and (min-width: 980px), print {
  .change-s__cont__page .change-s__cont__kv__ttl {
    padding: 20px 0 20px 30px;
  }
}
.change-s__cont__page .change-s__cont__kv__ttl__txt {
  position: relative;
  margin: 0;
  padding: 0 0 0 7.4666vw;
  background: url("../img/sustainability/img/icon_bar.svg") 0 0 no-repeat;
  background-size: 5.6vw 8vw;
}
@media screen and (min-width: 980px), print {
  .change-s__cont__page .change-s__cont__kv__ttl__txt {
    padding: 0 0 0 56px;
    background-size: 42px 60px;
  }
}
.change-s__cont__page .change-s__cont__kv__ttl__txt .jp {
  display: block;
  font-size: 2vw;
  line-height: 1;
  font-weight: 700;
}
@media screen and (min-width: 980px), print {
  .change-s__cont__page .change-s__cont__kv__ttl__txt .jp {
    font-size: 18px;
  }
}
.change-s__cont__page .change-s__cont__kv__ttl__txt .en {
  display: block;
  font-size: 3.3333vw;
  line-height: 1;
  margin: 0.5333vw 0 0 0;
  font-weight: 700;
}
@media screen and (min-width: 980px), print {
  .change-s__cont__page .change-s__cont__kv__ttl__txt .en {
    font-size: 32px;
    margin: 2px 0 0 0;
  }
}
.change-s__cont__page .change-s__cont__main {
  margin-top: -8vw;
}
@media screen and (min-width: 980px), print {
  .change-s__cont__page .change-s__cont__main {
    margin: -90px -30px 0 50px;
  }
}
.change-s__footer {
  margin: 10.6666vw 0 0 0;
  padding: 5.3333vw 0 13.3333vw;
  border-top: 1px solid black;
  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;
}
@media screen and (min-width: 980px), print {
  .change-s__footer {
    border-top: 2px solid black;
    margin: 100px 0 0 0;
    padding: 40px 0 160px;
  }
}
.change-s__footer .mark {
  line-height: 0;
  width: 40vw;
}
@media screen and (min-width: 980px), print {
  .change-s__footer .mark {
    width: 300px;
  }
}

.change-s__cont__cat-index .change-s__cont__kv + .change-s__cont__main {
  margin: -13.3334vw -2.6667vw 0 2.6666vw;
}

@media screen and (min-width: 980px), print {
  .change-s__cont__cat-index .change-s__cont__kv + .change-s__cont__main {
    margin: -80px -46px 0 46px;
  }
}

/*# sourceMappingURL=style.css.map*/