@charset "UTF-8";
@import "./print.css"print;
/************************************
 * WP
 ***********************************/
/************************************
 * Font
 ***********************************/
/************************************
 * Contents 領域・余白
 ***********************************/
/************************************
 * tag の基本設定
 *  C: color, P : parts
 ***********************************/
/************************************
 * flex-col　余白(%)
 ***********************************/
/************************************
 * Icon font
 ***********************************/
/************************************
 * Using plugin
 ***********************************/
/************************************
 * Reset
 ***********************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}
html {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
}
q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
}
*::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/************************************
 * clear
 ***********************************/
.cf::after {
  content: "";
  display: block;
  clear: both;
}
.clr {
  clear: both;
}
/************************************
 * List
 ***********************************/
ul {
  list-style: none;
}
ul li {
  list-style: none;
}
ol {
  list-style: decimal;
}
ol li {
  margin-left: 1.5em;
}
.ul_reset {
  list-style: none;
}
.ul_reset li {
  padding-left: 0;
  text-indent: 0;
  list-style: none;
}
.ul_reset li::before {
  content: none;
}
/************************************
* img
***********************************/
img {
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: auto;
  display: inline-block;
  max-width: 100%;
  width: auto;
  height: auto;
}
table {
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-word;
}
/************************************
 * String   
 * b,i はHTML5での役割が微妙なので設定してない
 * Italic はmeiryoでは効かないので設定してない
 ***********************************/
strong, em {
  font-weight: bold;
}
p {
  line-height: 1.8;
}
th, td, li, small {
  line-height: 1.375;
}
small {
  font-size: 80%;
}
p, th, td, li, dt, dd {
  font-size: 16px;
  font-size: 1rem;
  font-family: "YuGothic", "游ゴシック", "roboto", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
@media screen and (max-width: 320px) {
  p, th, td, li, dt, dd {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
th, td {
  display: block;
}
/************************************
 * a
 ***********************************/
a:focus, *:focus {
  outline: none;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  color: #231815;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a.hover:hover {
  color: #002D7B;
}
a img, a:before, a:after, a.hover:hover, a span, button, .menu, .menu span::before, .menu span::after, #gnav, #go-top, .image, .inner-list, span.arrow::before, span.arrow::after, .nav_text::after {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  /*追加*/ text-decoration: none;
}
.btn {
  display: inline-block;
  max-width: 100%;
  background: #BE0016;
  border: 2px solid #BE0016;
  padding: 0.4em 0.75em;
  text-align: center;
  color: #FFF;
  cursor: pointer;
}
@media only screen and (min-width: 1681px) {
  .btn.hover:hover {
    background: #FFF;
    color: #BE0016;
  }
}
@media screen and (max-width: pc0px) {
  .btn.hover:hover {
    background: #FFF;
    color: #BE0016;
  }
}
@media print {
  body {
    -webkit-print-color-adjust: exact;
    min-width: 1680px;
  }
  .pagetop {
    display: none;
  }
}
.pc {
  display: inherit !important;
}
.sp {
  display: none !important;
}
@media only screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: inherit !important;
  }
}
/*テキストリンク*/
a.text-link.hover {
  font-size: 16px;
  font-size: 1rem;
  text-decoration: none;
}
@media only screen and (max-width: 750px) {
  a.text-link.hover {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
a.text-link.hover:hover {
  -webkit-text-decoration-color: #002D7B;
  text-decoration-color: #002D7B;
  text-decoration: underline;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
}
.row.col-02 {
  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;
  list-style: none !important;
}
.row.col-02 > * {
  margin: 0;
  padding-left: 0 !important;
  list-style: none !important;
}
.row.col-02 > *::before {
  content: none !important;
}
.row.col-02 > * > *:first-child {
  margin-top: 0;
}
.row.col-02 > * {
  width: 47%;
}
@media only screen and (max-width: 1080px) {
  .row.col-02 > * {
    width: 47%;
  }
}
@media only screen and (max-width: 750px) {
  .row.col-02 > * {
    width: 100%;
  }
}
.row.col-03 {
  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;
  list-style: none !important;
}
.row.col-03 > * {
  margin: 0;
  padding-left: 0 !important;
  list-style: none !important;
}
.row.col-03 > *::before {
  content: none !important;
}
.row.col-03 > * > *:first-child {
  margin-top: 0;
}
.row.col-03 > * {
  width: 30%;
}
.row.col-03::after {
  content: "";
  display: block;
  width: 30%;
}
@media only screen and (max-width: 1080px) {
  .row.col-03 > * {
    width: 47.5%;
  }
}
@media only screen and (max-width: 750px) {
  .row.col-03 > * {
    width: 100%;
  }
  .row.col-03::after {
    content: none;
  }
}
.row.col-04 {
  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;
  list-style: none !important;
}
.row.col-04 > * {
  margin: 0;
  padding-left: 0 !important;
  list-style: none !important;
}
.row.col-04 > *::before {
  content: none !important;
}
.row.col-04 > * > *:first-child {
  margin-top: 0;
}
.row.col-04 > * {
  width: 22%;
}
.row.col-04::after, .row.col-04::before {
  content: "";
  display: block;
  width: 22%;
}
.row.col-04::before {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media only screen and (max-width: 1080px) {
  .row.col-04 > * {
    width: 48%;
  }
  .row.col-04::before {
    content: none;
  }
}
@media only screen and (max-width: 750px) {
  .row.col-04 > * {
    width: 48%;
  }
  .row.col-04::after {
    content: none;
  }
}
.box-row {
  display: block;
}
.box-row .image {
  position: relative;
  width: 100%;
  padding-top: 50%;
}
.box-row .image > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: cover;
}
.box-row .text {
  padding: 10px 0;
}
.box-row .text p {
  text-align: left;
  line-height: 1.5;
}
.flex-cross {
  margin-top: 1.5em;
  list-style: none !important;
}
.flex-cross > * {
  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: 0;
  padding-left: 0 !important;
  list-style: none !important;
}
.flex-cross > * > div {
  width: 50%;
}
@media only screen and (max-width: 750px) {
  .flex-cross > * > div {
    width: 100%;
  }
}
.flex-cross > *::before {
  content: none !important;
}
.flex-cross > *:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 750px) {
  .flex-cross > *:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.box-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.box-col .image, .box-col .text {
  width: 48%;
}
.box-col .image {
  position: relative;
  padding-top: 50%;
}
.box-col .image > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: cover;
}
.box-col .image.gallery {
  padding-top: 75%;
}
.box-col .text p {
  text-align: left;
  line-height: 1.5;
}
.notes {
  margin-top: 15px;
  font-size: 12px;
  font-size: 0.75rem;
}
ul.notes li {
  padding-left: 0 !important;
  text-indent: 0;
}
ul.notes li::before {
  content: none !important;
}
.box_area, .notes {
  background: #F3F3F3;
  padding: 1.5em;
}
.box_area strong, .notes strong {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}
.box_area > *:first-child, .notes > *:first-child {
  margin-top: 0 !important;
}
.box_area > *:last-child, .notes > *:last-child {
  margin-bottom: 0 !important;
}
.inb {
  display: inline-block !important;
}
h2 {
  font-size: 40px;
  font-size: 2.5rem;
  color: #231815;
  font-family: "Noto Sans JP", "YuGothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.02em;
  text-align: left;
}
@media only screen and (max-width: 750px) {
  h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
h2 span {
  font-size: 20px;
  font-size: 1.25rem;
  color: #BE0016;
  display: block;
  margin-top: 0.5em;
}
@media only screen and (max-width: 750px) {
  h2 span {
    font-size: 16px;
    font-size: 1rem;
  }
}
h2 span.lead {
  color: #231815;
  margin-top: 0;
  margin-bottom: 0.25em;
}
h3 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #231815;
  font-family: "Noto Sans JP", "YuGothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 750px) {
  h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
h3 span {
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  display: block;
}
@media only screen and (max-width: 750px) {
  h3 span {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 0.5em;
  }
}
h3 span.kakko {
  font-weight: bold;
  display: inline-block;
  margin-bottom: 0;
  padding-left: 0.2em;
}
h4 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #231815;
  font-family: "Noto Sans JP", "YuGothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
  margin-left: 1.1em;
  position: relative;
}
h4::before {
  display: block;
  content: '';
  position: absolute;
  top: .35em;
  left: -1em;
  width: 16px;
  height: 16px;
  background-color: #b30000;
  border-radius: 100%;
}
@media only screen and (max-width: 750px) {
  h4 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  h4::before {
    width: 14px;
    height: 14px;
  }
}
h5 {
  font-size: 20px;
  font-size: 1.25rem;
  color: #231815;
  font-family: "Noto Sans JP", "YuGothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 0.02em;
  padding: 10px 8px;
  border-bottom: 2px solid #991d1d;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  h5 {
    font-size: 18px;
    font-size: 1.1rem;
  }
}
a.hover:hover .image {
  background-size: auto 125%;
}
.image {
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}
svg {
  display: block;
}
svg.book, svg.mail {
  stroke-width: 0.5;
}
.label {
  font-size: 12px;
  font-size: 0.75rem;
  max-width: 60px;
  width: 60px;
  height: 1.67em;
  font-weight: bold;
  text-align: center;
  margin-right: 1.4em;
  position: absolute;
  top: 0.2em;
  left: 0;
  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;
}
@media only screen and (max-width: 750px) {
  .label {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.label.type-info {
  color: #fff;
  background: #005299;
}
.label.type-product {
  color: #fff;
  background: #990000;
}
.label.type-support {
  color: #fff;
  background: #E25300;
}
.label.type-green {
  color: #fff;
  background: #008000;
}
.label.type-archi {
  color: #990000;
  background: #fff;
  border: 1px solid #990000;
}
.label.type-work {
  color: #008000;
  background: #fff;
  border: 1px solid #008000;
}
.label.type-ict {
  color: #1D51AA;
  background: #fff;
  border: 1px solid #1D51AA;
}
span.arrow {
  display: block;
  /*width: 90px;*/
  width: 100px;
  height: 15px;
  position: relative;
}
span.arrow::before, span.arrow::after {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
}
span.arrow::before {
  width: 100%;
  height: 1px;
  right: 3px;
  bottom: 0;
}
span.arrow::after {
  width: 30px;
  height: 1px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  right: 0;
  bottom: 7px;
}
.more-btn {
  display: block;
  color: #231815;
  font-family: "Noto Sans JP", "YuGothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-weight: bold;
  width: 12.5em;
  height: 3.75em;
  background: #fff;
  border: 1px solid #231815;
  text-align: center;
  line-height: 3.75em;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .more-btn {
    width: 100%;
  }
}
.more-btn span.arrow {
  opacity: 0;
  position: absolute;
  top: 45%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.more-btn span.arrow::before, .more-btn span.arrow::after {
  background: #BE0016;
}
.more-btn.hover:hover {
  color: #fff;
  background: #231815;
}
.more-btn.hover:hover span.arrow {
  opacity: 1;
  right: -40px;
}
.more-icon {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  color: #231815;
  font-family: "Noto Sans JP", "YuGothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-weight: bold;
}
.more-icon span.arrow {
  right: 0;
}
.more-icon span.arrow::before, .more-icon span.arrow::after {
  background: #231815;
}
.hover:hover .more-icon {
  color: #BE0016;
}
.hover:hover .more-icon span.arrow {
  right: -20px;
}
.hover:hover .more-icon span.arrow::before, .hover:hover .more-icon span.arrow::after {
  background: #BE0016;
}
.office-detail .tel-area {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
@media only screen and (max-width: 750px) {
  .office-detail .tel-area {
    margin-top: 0.625em;
    margin-bottom: 0.625em;
  }
}
.office-detail .tel-area ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.office-detail .tel-area ul li span.label-tel {
  font-size: 14px;
  font-size: 0.875rem;
  background: #787878;
  color: #fff;
  font-weight: bold;
  width: 4.2857em;
  height: 1.4285em;
  padding-top: 0.0625em;
  margin-right: 1.4285em;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .office-detail .tel-area ul li span.label-tel {
    margin-right: calc(100% - 4.2857em);
    margin-bottom: 0.5em;
  }
}
.office-detail .tel-area ul li > div:not(:first-of-type) {
  margin-left: 1.25em;
}
.office-detail .tel-area ul li > div span.bold {
  font-weight: bold;
}
.office-detail .tel-area ul li:not(:last-child) {
  margin-bottom: 0.625em;
}
.office-detail .map-link, .map-link {
  display: block;
  font-weight: bold;
  text-decoration: underline;
  position: relative;
  margin-top: 1.25em;
  padding-left: 1.75em;
}
.office-detail .map-link::before, .map-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 1.13em;
  height: 2.5em;
  background: url(../../com/img/com/map_pin.svg) center/contain no-repeat;
}
.office-detail .map-link.hover:hover, .map-link.hover:hover {
  -webkit-text-decoration-color: #002D7B;
  text-decoration-color: #002D7B;
  color: #002D7B;
}
table.info tr td .office-detail .tel-area ul li span.label-tel {
  width: 6.2857em;
}
@media only screen and (max-width: 750px) {
  table.info tr td .office-detail .tel-area ul li span.label-tel {
    margin-right: calc(100% - 6.2857em);
  }
}
ul.text-list li {
  position: relative;
  padding-left: 1em;
}
@media only screen and (max-width: 750px) {
  ul.text-list li {
    padding-left: 0.625em;
  }
}
ul.text-list li a {
  text-decoration: underline;
}
ul.text-list li a.hover:hover {
  -webkit-text-decoration-color: #002D7B;
  text-decoration-color: #002D7B;
  color: #002D7B;
}
ul.text-list li::before {
  content: "";
  display: block;
  position: absolute;
  background: #BE0016;
  width: 3px;
  height: 3px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
ul.text-list li:not(:last-child) {
  margin-bottom: 0.625em;
}
/*追加*/
ul.text-list li i {
  padding-left: 0.5em;
  color: #231815;
}
ul.text-list li a i:hover {
  color: #002D7B;
}
table.info {
  width: 100%;
}
table.info tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
table.info tr th {
  border-bottom: 2px solid #231815;
  font-weight: bold;
  width: 20%;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
@media only screen and (max-width: 750px) {
  table.info tr th {
    border-bottom: none;
    width: 100%;
    padding-bottom: 0.625em;
  }
}
table.info tr td {
  border-bottom: 1px solid #231815;
  width: 80%;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  padding-left: 1.25em;
}
@media only screen and (max-width: 750px) {
  table.info tr td {
    border-bottom: 2px solid #231815;
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }
}
table.info tr:first-of-type th {
  padding-top: 0;
}
table.info tr:first-of-type td {
  padding-top: 0;
}
html {
  width: 100%;
}
html.fixed {
  position: fixed;
}
body {
  font-family: "YuGothic", "游ゴシック", "roboto", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 16px;
  color: #231815;
  width: 100%;
  position: relative;
  line-height: 1;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  z-index: 1;
}
main {
  position: relative;
  z-index: -999;
}
body.active {
  position: fixed;
  height: 100%;
  overflow-y: scroll;
}
#noscript {
  width: 100%;
  padding: 10px 20px;
  background: #BE0016;
  color: #fff;
  text-align: center;
  z-index: 100;
  line-height: 1.2;
}
#loading {
  width: 100%;
  height: 100vh;
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 9999;
}
#loading .load_func {
  width: 6.25em;
  height: 6.25em;
  border-top: 0.625em solid rgba(0, 0, 0, 0.2);
  border-right: 0.625em solid rgba(0, 0, 0, 0.2);
  border-bottom: 0.625em solid rgba(0, 0, 0, 0.2);
  border-left: 0.625em solid #be0016;
  -webkit-animation: load_animetion 1s infinite linear;
  animation: load_animetion 1s infinite linear;
  border-radius: 50%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}
@media only screen and (max-width: 750px) {
  #loading .load_func {
    width: 5em;
    height: 5em;
  }
}
@-webkit-keyframes load_animetion {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load_animetion {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* コンテンツエリアの設定 **************************/
.common-inner {
  padding-left: 184px;
  padding-right: 184px;
  max-width: 1600px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 auto;
}
@media screen and (max-width: 1366px) {
  .common-inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 1080px) {
  .common-inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 750px) {
  .common-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 320px) {
  .common-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1366px) {
  .common-inner {
    max-width: 62.5em;
  }
}
/* SP時 common-inner内でフル画面表示する例外対応 */
@media only screen and (max-width: 1080px) {
  .sp-full {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (max-width: 750px) {
  .sp-full {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 320px) {
  .sp-full {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
section {
  padding-top: 35px;
  padding-bottom: 35px;
}
@media only screen and (max-width: 1080px) {
  section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 750px) {
  section {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
section:first-child {
  padding-top: 0;
}
header {
  background: #fff;
  width: 100%;
  height: 6.25em;
  position: fixed;
  top: 0;
  z-index: 100;
}
@media only screen and (max-width: 1080px) {
  header {
    height: 5em;
  }
}
@media only screen and (max-width: 750px) {
  header {
    height: 3.75em;
  }
}
header.shadow_on {
  -webkit-box-shadow: 0 1px 5px rgba(204, 204, 204, 0.8);
  box-shadow: 0 1px 5px rgba(204, 204, 204, 0.8);
}
header .header-inner {
  background: #fff;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .header-inner h1 {
  width: 8.75em;
  height: 2.1875em;
  margin-left: 2.5em;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1080px) {
  header .header-inner h1 {
    width: 7.5em;
    height: 1.875em;
  }
}
@media only screen and (max-width: 750px) {
  header .header-inner h1 {
    width: 6.25em;
    height: 1.5625em;
    margin-left: 1.25em;
  }
}
header .header-inner h1 a {
  display: block;
}
header .header-inner h1 a img {
  width: 100%;
}
header .header-inner .menu {
  display: none;
  background: #BE0016;
  width: 6.25em;
  height: 6.25em;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
header#header_cad .header-inner .menu {
  background: #990239;
}
@media only screen and (max-width: 1080px) {
  header .header-inner .menu {
    display: block;
    width: 5em;
    height: 5em;
  }
}
@media only screen and (max-width: 750px) {
  header .header-inner .menu {
    width: 3.75em;
    height: 3.75em;
  }
}
header .header-inner .menu span {
  position: absolute;
  background: #fff;
  width: 40%;
  height: 2px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
header .header-inner .menu span::before, header .header-inner .menu span::after {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  width: 100%;
  height: 2px;
}
header .header-inner .menu span::before {
  bottom: 0.75em;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
header .header-inner .menu span::after {
  top: 0.75em;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
header .header-inner .menu.menu-on span {
  background: none;
}
header .header-inner .menu.menu-on span::before {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header .header-inner .menu.menu-on span::after {
  top: 0em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (max-width: 1080px) {
  header .header-inner #gnav {
    border-left: 1px solid #eee;
    background: rgba(255, 255, 255, 0.9);
    width: 50%;
    height: calc(100% - 5em);
    position: fixed;
    top: 5em;
    left: auto;
    right: -100%;
    padding: 2.5em 2.5em 0;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
@media only screen and (max-width: 750px) {
  header .header-inner #gnav {
    border-left: none;
    width: 100%;
    height: calc(100% - 3.75em);
    top: 3.75em;
    padding: 1.25em 1.25em 0;
  }
}
@media only screen and (max-width: 1080px) {
  header .header-inner #gnav.gnav_on {
    right: 0;
  }
}
@media only screen and (max-width: 1080px) {
  header .header-inner #gnav .gnav-inner {
    position: relative;
    top: 0;
  }
}
@media only screen and (max-width: 1080px) {
  header .header-inner #gnav .gnav-inner > ul {
    padding-bottom: 2.5em;
  }
}
@media only screen and (max-width: 750px) {
  header .header-inner #gnav .gnav-inner > ul {
    padding-bottom: 1.25em;
  }
}
header .header-inner #gnav .gnav-inner > ul > li > a {
  white-space: nowrap;
}
header .header-inner #gnav .gnav-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1080px) {
  header .header-inner #gnav .gnav-inner ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
header .header-inner #gnav .gnav-inner ul li {
  font-family: "Noto Sans JP", "YuGothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-weight: bold;
  padding-left: 2.5em;
  height: 6.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1080px) {
  header .header-inner #gnav .gnav-inner ul li {
    padding-left: 0;
    width: 100%;
    height: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  header .header-inner #gnav .gnav-inner ul li:not(:last-child) {
    margin-bottom: 1.25em;
  }
}
header .header-inner #gnav .gnav-inner ul li a {
  position: relative;
}
@media only screen and (max-width: 1080px) {
  header .header-inner #gnav .gnav-inner ul li a {
    border-bottom: 1px solid #BE0016;
    color: #BE0016;
    display: block;
    width: 100%;
    padding-bottom: 0.625em;
    margin-bottom: 0.9375em;
    position: relative;
  }
}
@media only screen and (max-width: 750px) {
  header .header-inner #gnav .gnav-inner ul li a {
    border-bottom: none;
    margin-bottom: 0.625em;
  }
}
header .header-inner #gnav .gnav-inner ul li a::before {
  content: "";
  position: absolute;
  top: 2em;
  display: block;
  background: #BE0016;
  width: 0;
  height: 2px;
}
header .header-inner #gnav .gnav-inner ul li a.current, header .header-inner #gnav .gnav-inner ul li a.current_on {
  color: #BE0016;
}
header .header-inner #gnav .gnav-inner ul li a.current::before, header .header-inner #gnav .gnav-inner ul li a.current_on::before {
  width: 100%;
}
@media only screen and (max-width: 1080px) {
  header .header-inner #gnav .gnav-inner ul li a.current::before, header .header-inner #gnav .gnav-inner ul li a.current_on::before {
    width: 0;
  }
}
header .header-inner #gnav .gnav-inner ul li a span.arrow {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 1080px) {
  header .header-inner #gnav .gnav-inner ul li a span.arrow {
    display: block;
  }
}
header .header-inner #gnav .gnav-inner ul li a span.arrow::before, header .header-inner #gnav .gnav-inner ul li a span.arrow::after {
  background: #BE0016;
}
header .header-inner #gnav .gnav-inner ul li a.hover:hover {
  color: #BE0016;
}
@media only screen and (max-width: 1080px) {
  header .header-inner #gnav .gnav-inner ul li a.hover:hover {
    border-bottom: 1px solid #231815;
    color: #231815;
  }
}
@media only screen and (max-width: 750px) {
  header .header-inner #gnav .gnav-inner ul li a.hover:hover {
    border-bottom: none;
  }
}
header .header-inner #gnav .gnav-inner ul li a.hover:hover::before {
  width: 100%;
}
@media only screen and (max-width: 1080px) {
  header .header-inner #gnav .gnav-inner ul li a.hover:hover::before {
    width: 0;
  }
}
header .header-inner #gnav .gnav-inner ul li a.hover:hover span.arrow::before, header .header-inner #gnav .gnav-inner ul li a.hover:hover span.arrow::after {
  background: #231815;
}
header .header-inner #gnav .gnav-inner ul li.nav-box {
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  font-weight: normal;
  width: 100px;
  height: 100px;
  padding-left: 0;
}
@media only screen and (max-width: 1080px) {
  header .header-inner #gnav .gnav-inner ul li.nav-box {
    width: 100%;
    height: auto;
  }
}
header .header-inner #gnav .gnav-inner ul li.nav-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1080px) {
  header .header-inner #gnav .gnav-inner ul li.nav-box a {
    border-bottom: none;
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    margin-bottom: 0;
  }
}
header .header-inner #gnav .gnav-inner ul li.nav-box a.hover:hover {
  color: #fff;
  background-color: #231815;
}
header .header-inner #gnav .gnav-inner ul li.nav-box a.hover:hover::before {
  display: none;
}
header .header-inner #gnav .gnav-inner ul li.nav-box a svg {
  margin: 0 auto;
}
header .header-inner #gnav .gnav-inner ul li.nav-box.red-01 {
  margin-left: 3.3333em;
}
@media only screen and (max-width: 1080px) {
  header .header-inner #gnav .gnav-inner ul li.nav-box.red-01 {
    margin-left: 0;
  }
}
header .header-inner #gnav .gnav-inner ul li.nav-box.red-01 a {
  background-color: #E6001A;
}
header .header-inner #gnav .gnav-inner ul li.nav-box.red-01 svg {
  margin-bottom: 0.2em;
}
header .header-inner #gnav .gnav-inner ul li.nav-box.red-02 a {
  background-color: #BE0016;
}
header .header-inner #gnav .gnav-inner ul li.nav-box.red-02 svg {
  margin-bottom: 0.5em;
  /*追加*/ margin-top: 0.1em;
}
header .header-inner #gnav .gnav-inner ul li.nav-box.red-03 a {
  background-color: #9D0012;
}
header .header-inner #gnav .gnav-inner ul li.nav-box.red-03 svg {
  margin-bottom: 0.6em;
  /*追加*/ margin-top: 0.2em;
}
/*red-04 追加*/
header .header-inner #gnav .gnav-inner ul li.nav-box.red-04 a {
  background-color: #231815;
}
header .header-inner #gnav .gnav-inner ul li.nav-box.red-04 svg {
  margin-bottom: 0.6em;
}
header .header-inner #gnav .gnav-inner ul li.nav-box.enji-01 {
  margin-left: 3.3333em;
}
@media only screen and (max-width: 1080px) {
  header .header-inner #gnav .gnav-inner ul li.nav-box.enji-01 {
    margin-left: 0;
  }
}
header .header-inner #gnav .gnav-inner ul li.nav-box.enji-01 a {
  background-color: #cc024c;
}
header .header-inner #gnav .gnav-inner ul li.nav-box.enji-01 svg {
  margin-bottom: 0.2em;
}
header .header-inner #gnav .gnav-inner ul li.nav-box.enji-02 a {
  background-color: #990239;
}
header .header-inner #gnav .gnav-inner ul li.nav-box.enji-02 svg {
  margin-bottom: 0.5em;
  margin-top: 0.1em;
}
header .header-inner #gnav .gnav-inner ul li.nav-box.enji-03 a {
  background-color: #660126;
}
header .header-inner #gnav .gnav-inner ul li.nav-box.enji-03 svg {
  margin-bottom: 0.6em;
  margin-top: 0.2em;
}
header .header-inner #gnav .gnav-inner ul li.nav-box.enji-04 a {
  background-color: #231815;
}
header .header-inner #gnav .gnav-inner ul li.nav-box.enji-04 svg {
  margin-bottom: 0.6em;
}
header .header-inner #gnav .gnav-inner ul li .inner-list {
  background: rgba(35, 24, 21, 0.8);
  position: absolute;
  width: 100%;
  top: -999px;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 1080px) {
  header .header-inner #gnav .gnav-inner ul li .inner-list {
    background: none;
    position: relative;
    top: 0;
    z-index: 0;
    display: none;
  }
}
header .header-inner #gnav .gnav-inner ul li .inner-list ul.common-inner {
  margin: 2.5em auto 1.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 1080px) {
  header .header-inner #gnav .gnav-inner ul li .inner-list ul.common-inner {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
}
header .header-inner #gnav .gnav-inner ul li .inner-list ul.common-inner li {
  width: 25%;
  height: 100%;
  padding-left: 1em;
  margin-bottom: 1.25em;
}
@media only screen and (max-width: 1080px) {
  header .header-inner #gnav .gnav-inner ul li .inner-list ul.common-inner li {
    width: 100%;
    height: auto;
    padding-left: 0;
    margin-bottom: 0.625em;
  }
}
header .header-inner #gnav .gnav-inner ul li .inner-list ul.common-inner li a {
  display: block;
  width: 100%;
  color: #fff;
}
@media only screen and (max-width: 1080px) {
  header .header-inner #gnav .gnav-inner ul li .inner-list ul.common-inner li a {
    border-bottom: none;
    color: #231815;
    padding-bottom: 0;
    padding-left: 1.25em;
    margin-bottom: 0.625em;
  }
  header .header-inner #gnav .gnav-inner ul li .inner-list ul.common-inner li a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    background: #231815;
    width: 0.625em;
    height: 1px;
  }
}
header .header-inner #gnav .gnav-inner ul li .inner-list ul.common-inner li a .image {
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 65.82%;
  margin-bottom: 0.65em;
}
@media only screen and (max-width: 1080px) {
  header .header-inner #gnav .gnav-inner ul li .inner-list ul.common-inner li a .image {
    display: none;
  }
}
header .header-inner #gnav .gnav-inner ul li .inner-list ul.common-inner li a .nav_text {
  position: relative;
  padding-left: 1.25em;
}
@media only screen and (max-width: 1080px) {
  header .header-inner #gnav .gnav-inner ul li .inner-list ul.common-inner li a .nav_text {
    padding-left: 0;
  }
}
header .header-inner #gnav .gnav-inner ul li .inner-list ul.common-inner li a .nav_text::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0.5em;
  left: 0;
}
@media only screen and (max-width: 1080px) {
  header .header-inner #gnav .gnav-inner ul li .inner-list ul.common-inner li a .nav_text::after {
    display: none;
  }
}
header .header-inner #gnav .gnav-inner ul li .inner-list ul.common-inner li a .nav_text span.nav_lead, header .header-inner #gnav .gnav-inner ul li .inner-list ul.common-inner li a .nav_text span.inb {
  font-size: 12px;
  font-size: 0.75rem;
  display: inline-block;
  width: 100%;
  font-weight: normal;
  -webkit-transition: none;
  transition: none;
}
header .header-inner #gnav .gnav-inner ul li .inner-list ul.common-inner li a .nav_text span.inb {
  width: auto;
}
header .header-inner #gnav .gnav-inner ul li .inner-list ul.common-inner li a.hover:hover {
  color: #aaa;
}
@media only screen and (max-width: 1080px) {
  header .header-inner #gnav .gnav-inner ul li .inner-list ul.common-inner li a.hover:hover {
    color: #BE0016;
  }
}
header .header-inner #gnav .gnav-inner ul li .inner-list ul.common-inner li a.hover:hover::before {
  display: none;
}
@media only screen and (max-width: 1080px) {
  header .header-inner #gnav .gnav-inner ul li .inner-list ul.common-inner li a.hover:hover::before {
    display: block;
    background: #BE0016;
  }
}
header .header-inner #gnav .gnav-inner ul li .inner-list ul.common-inner li a.hover:hover .image {
  background-size: auto 125%;
}
header .header-inner #gnav .gnav-inner ul li .inner-list ul.common-inner li a.hover:hover .nav_text::after {
  border-top: solid 1px #aaa;
  border-right: solid 1px #aaa;
}
header .header-inner #gnav .gnav-inner ul li .inner-list ul.common-inner li:nth-child(4n-3) {
  width: calc(25% - 1em);
  padding-left: 0;
}
@media only screen and (max-width: 1080px) {
  header .header-inner #gnav .gnav-inner ul li .inner-list ul.common-inner li:nth-child(4n-3) {
    width: 100%;
  }
}
header .header-inner #gnav .gnav-inner ul li .inner-list.on {
  top: 6.25em;
}
header .header-inner #gnav .gnav-inner ul li.product .inner-list ul.common-inner li a .nav_text, header .header-inner #gnav .gnav-inner ul li.about .inner-list ul.common-inner li a .nav_text {
  padding-left: 0;
}
header .header-inner #gnav .gnav-inner ul li.product .inner-list ul.common-inner li a .nav_text::after, header .header-inner #gnav .gnav-inner ul li.about .inner-list ul.common-inner li a .nav_text::after {
  display: none;
}
header .header-inner #gnav .gnav-inner .sns-side-box {
  position: absolute;
  top: 60vh;
  right: 0;
  background: #fff;
  width: 60px;
  padding: 15px;
  box-sizing: border-box;
  box-shadow: 0 0 5px #aaa;
  border-radius: 1em 0 0 1em;
}
header .header-inner #gnav .gnav-inner .sns-side-box dd {
  margin-bottom: 10px
}
header .header-inner #gnav .gnav-inner .sns-side-box dd:last-child {
  margin-bottom: 0
}
@media only screen and (max-width: 1080px) {
  header .header-inner #gnav .gnav-inner .sns-side-box {
    display: flex;
    position: inherit;
    top: 0;
    background: inherit;
    width: 150px;
    padding: 0;
    margin: 1.25em auto;
    box-shadow: inherit;
  }
  header .header-inner #gnav .gnav-inner .sns-side-box dd {
    margin-bottom: 0;
    margin-right: 10px;
  }
  header .header-inner #gnav .gnav-inner .sns-side-box dd:last-child {
    margin-right: 0
  }
}
footer {
  background: #F5F5F5;
}
footer .footer-inner {
  padding-top: 5em;
  padding-bottom: 5em;
}
@media screen and (max-width: 900px) {
  footer .footer-inner {
    /*padding-bottom: 19em;*/
    padding-bottom: 25em;
  }
}
@media screen and (max-width: 320px) {
  footer .footer-inner {
    padding-bottom: 16em;
  }
}
footer .footer-inner .footer-logo {
  width: 8.75em;
  height: 2.1875em;
  margin: 0 auto 2.5em;
}
footer .footer-inner .footer-logo img {
  width: 100%;
}
footer .footer-inner dl.address {
  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;
  padding-bottom: 1.25em;
}
@media only screen and (max-width: 750px) {
  footer .footer-inner dl.address {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    line-height: 1.5;
  }
}
footer .footer-inner dl.address dt {
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  footer .footer-inner dl.address dt {
    margin-bottom: 0.3125em;
  }
}
footer .footer-inner dl.address dd {
  padding-left: 2.5em;
}
@media only screen and (max-width: 750px) {
  footer .footer-inner dl.address dd {
    padding-left: 0;
  }
}
footer .footer-inner ul.con-info {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 49.0625em;
  margin: 0 auto;
  padding-left: 1.25em;
  padding-right: 1.25em;
  padding-bottom: 2.1875em;
}
@media only screen and (max-width: 750px) {
  footer .footer-inner ul.con-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 17em;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer-inner ul.con-info li:not(:last-child) {
    margin-bottom: 0.3125em;
  }
}
footer .footer-inner ul.con-info li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer .footer-inner ul.con-info li dl dt {
  font-weight: inherit;
}
@media only screen and (max-width: 750px) {
  footer .footer-inner ul.con-info li dl dt {
    width: 3em;
    text-align: right;
  }
}
footer .footer-inner ul.con-info li dl dd {
  margin-left: 1em;
}
footer .footer-inner ul.con-info li dl dd.fb {
  width: 1.875em;
  height: 1.875em;
}
footer .footer-inner ul.con-info li dl dd.youtube {
  width: 1.875em;
  height: 1.875em;
}
footer .footer-inner ul.con-info li dl dd.fb a, footer .footer-inner ul.con-info li dl dd.youtube a {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
}
footer .footer-inner ul.con-info li dl dd.fb a.hover:hover, footer .footer-inner ul.con-info li dl dd.youtube a.hover:hover {
  opacity: 0.75;
}
footer .footer-inner .footer-content-box {
  background: #BE0016;
  width: 100%;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  margin-bottom: 1.875em;
}
footer .footer-inner.footer-cad .footer-content-box {
  background: #990239;
}
footer .footer-inner .footer-content-box .common-inner {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  max-width: 66.875em;
}
@media only screen and (max-width: 750px) {
  footer .footer-inner .footer-content-box .common-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
footer .footer-inner .footer-content-box .common-inner a.footer-btn, footer .footer-inner .footer-content-box .common-inner a.footer-btn-doboku {
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto Sans JP", "YuGothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-weight: bold;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: calc(50% - 1.75em);
  min-width: 20em;
  width: 100%;
  height: 3.5em;
  border: 1px solid #fff;
  background: #BE0016;
  padding-left: 2em;
  padding-right: 2em;
  position: relative;
}
footer .footer-inner.footer-cad .footer-content-box .common-inner a.footer-btn {
  background: #990239;
}
footer .footer-inner .footer-content-box .common-inner a.footer-btn-doboku {
  background: #006D40;
}
@media only screen and (max-width: 1080px) {
  footer .footer-inner .footer-content-box .common-inner a.footer-btn, footer .footer-inner .footer-content-box .common-inner a.footer-btn-doboku {
    min-width: auto;
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer-inner .footer-content-box .common-inner a.footer-btn, footer .footer-inner .footer-content-box .common-inner a.footer-btn-doboku {
    font-size: 16px;
    font-size: 1rem;
    max-width: 25em;
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer-inner .footer-content-box .common-inner a.footer-btn:not(:first-of-type), footer .footer-inner .footer-content-box .common-inner a.footer-btn-doboku:not(:first-of-type) {
    margin-top: 1em;
  }
}
footer .footer-inner .footer-content-box .common-inner a.footer-btn svg, footer .footer-inner .footer-content-box .common-inner a.footer-btn-doboku svg {
  margin-right: 1em;
}
footer .footer-inner .footer-content-box .common-inner a.footer-btn svg .a, footer .footer-inner .footer-content-box .common-inner a.footer-btn-doboku svg .a {
  fill: #fff;
}
@media only screen and (max-width: 750px) {
  footer .footer-inner .footer-content-box .common-inner a.footer-btn svg, footer .footer-inner .footer-content-box .common-inner a.footer-btn-doboku svg {
    margin-right: 0.5em;
  }
}
footer .footer-inner .footer-content-box .common-inner a.footer-btn span.arrow, footer .footer-inner .footer-content-box .common-inner a.footer-btn-doboku span.arrow {
  position: absolute;
  right: 2.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 1080px) {
  footer .footer-inner .footer-content-box .common-inner a.footer-btn span.arrow, footer .footer-inner .footer-content-box .common-inner a.footer-btn-doboku span.arrow {
    right: 1em;
  }
}
footer .footer-inner .footer-content-box .common-inner a.footer-btn span.arrow::before, footer .footer-inner .footer-content-box .common-inner a.footer-btn-doboku span.arrow::before {
  width: 3.75em;
}
footer .footer-inner .footer-content-box .common-inner a.footer-btn.hover:hover, footer .footer-inner .footer-content-box .common-inner a.footer-btn-doboku.hover:hover {
  border: 1px solid #231815;
  background: #231815;
}
footer .footer-inner .footer-content-box .common-inner a.footer-btn.hover:hover span.arrow, footer .footer-inner .footer-content-box .common-inner a.footer-btn-doboku.hover:hover span.arrow {
  right: -1em;
}
footer .footer-inner .footer-nav-area {
  margin: 0 auto;
}
footer .footer-inner .footer-nav-area ul {
  clear: both;
  font-family: "Noto Sans JP", "YuGothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  width: 100%;
  height: 23em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  word-wrap: break-word;
}
@media screen and (max-width: 1550px) {
  footer .footer-inner .footer-nav-area ul {
    height: 29em;
  }
}
@media screen and (max-width: 970px) {
  footer .footer-inner .footer-nav-area ul {
    height: 32em;
  }
}
@media screen and (max-width: 900px) {
  footer .footer-inner .footer-nav-area ul {
    position: relative;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer-inner .footer-nav-area ul {
    height: 46em;
  }
}
@media screen and (max-width: 390px) {
  footer .footer-inner .footer-nav-area ul {
    /* height: 42em;*/
    height: 46em;
  }
}
@media screen and (max-width: 370px) {
  footer .footer-inner .footer-nav-area ul {
    /*height: 44em;*/
    height: 46em;
  }
}
@media screen and (max-width: 320px) {
  footer .footer-inner .footer-nav-area ul {
    /*height: 38em;*/
    height: 56em;
  }
}
footer .footer-inner .footer-nav-area ul li {
  margin-left: 0.625em;
  padding-top: 1.875em;
  word-wrap: break-word;
}
footer .footer-inner .footer-nav-area ul li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 1550px) {
  footer .footer-inner .footer-nav-area ul li {
    padding-top: 1.25em;
  }
  footer .footer-inner .footer-nav-area ul li:nth-child(2) {
    margin-left: 0;
  }
}
@media screen and (max-width: 1080px) {
  footer .footer-inner .footer-nav-area ul li {
    width: calc(20% - 1.2em);
  }
}
@media screen and (max-width: 900px) {
  footer .footer-inner .footer-nav-area ul li {
    width: calc(33.3333% - 1.2em);
  }
}
@media only screen and (max-width: 750px) {
  footer .footer-inner .footer-nav-area ul li {
    width: calc(50% - 0.625em);
  }
  footer .footer-inner .footer-nav-area ul li:nth-child(3) {
    margin-left: 0;
  }
}
footer .footer-inner .footer-nav-area ul li a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #231815;
  font-weight: inherit;
}
footer .footer-inner .footer-nav-area ul li a.hover:hover {
  color: #002D7B;
}
footer .footer-inner .footer-nav-area ul li:not(:last-child) {
  padding-bottom: 0.5em;
}
footer .footer-inner .footer-nav-area ul li:nth-last-child(3) {
  padding-top: 0;
}
footer .footer-inner .footer-nav-area ul li.primary {
  padding-bottom: 0;
}
footer .footer-inner .footer-nav-area ul li.primary a {
  color: #BE0016;
  font-weight: bold;
  position: relative;
  padding-left: 1.4em;
}
@media only screen and (max-width: 750px) {
  footer .footer-inner .footer-nav-area ul li.primary a {
    padding-left: 0.625em;
  }
}
footer .footer-inner .footer-nav-area ul li.primary a::before {
  content: "";
  display: block;
  position: absolute;
  background: #BE0016;
  width: 0.625em;
  height: 1px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 750px) {
  footer .footer-inner .footer-nav-area ul li.primary a::before {
    width: 0.3125em;
  }
}
footer .footer-inner .footer-nav-area ul li.primary a.hover:hover::before {
  background: #002D7B;
}
footer .footer-inner .footer-nav-area ul li.primary:first-child {
  padding-bottom: 10em;
}
@media screen and (max-width: 1550px) {
  footer .footer-inner .footer-nav-area ul li.primary:first-child {
    padding-bottom: 0;
  }
}
footer .footer-inner .footer-nav-area ul li.no-change a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #231815;
  font-weight: inherit;
}
footer .footer-inner .footer-nav-area ul li.note-box {
  border: 1px solid #ccc;
  padding: 0;
  margin-bottom: 0.9375em;
  width: 17.8125em;
  height: 5.3125em;
}
@media screen and (max-width: 900px) {
  footer .footer-inner .footer-nav-area ul li.note-box {
    position: absolute;
    left: 0;
    margin-left: 0;
    width: 100%;
  }
}
footer .footer-inner .footer-nav-area ul li.note-box.exeo {
  margin-top: 1.875em;
}
@media screen and (max-width: 1550px) {
  footer .footer-inner .footer-nav-area ul li.note-box.exeo {
    margin-top: 1.25em;
  }
}
@media screen and (max-width: 900px) {
  footer .footer-inner .footer-nav-area ul li.note-box.privacymark {
    margin-top: 0;
    bottom: -8em;
  }
}
footer .footer-inner .footer-nav-area ul li.note-box.exeo {
  bottom: -14em;
}
footer .footer-inner .footer-nav-area ul li.note-box.tsuegen {
  bottom: -20em;
}
footer .footer-inner .footer-nav-area ul li.note-box a {
  font-size: 12px;
  font-size: 0.75rem;
  background: #f5f5f5;
  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;
  color: #231815;
  font-weight: inherit;
  width: 100%;
  height: 100%;
}
footer .footer-inner .footer-nav-area ul li.note-box a.hover:hover {
  background: rgba(0, 0, 0, 0.1);
}
footer .footer-inner .footer-nav-area ul li.note-box a > div {
  height: 3.3333em;
}
footer .footer-inner .footer-nav-area ul li.note-box a > div img {
  width: auto;
  height: 100%;
}
footer .footer-inner .footer-nav-area ul li.note-box a > div.privacymark-logo {
  height: 5.666em;
  margin-right: 1.6666em;
}
footer .footer-inner .footer-nav-area ul li.note-box a > div.exeo-logo {
  margin-right: 1.6666em;
}
footer .footer-inner .footer-nav-area ul li.note-box a > div.tsuegen-logo {
  margin-right: 0.8333em;
}
footer .footer-inner .footer-nav-area ul li ul.inner-list {
  height: auto;
  padding-top: 0.5em;
  padding-bottom: 0;
}
@media screen and (max-width: 900px) {
  footer .footer-inner .footer-nav-area ul li ul.inner-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
footer .footer-inner .footer-nav-area ul li ul.inner-list li {
  width: 100%;
  margin-left: 0;
  padding-top: 0;
  padding-left: 1.2em;
  text-indent: 0;
}
@media only screen and (max-width: 750px) {
  footer .footer-inner .footer-nav-area ul li ul.inner-list li {
    padding-left: 0.625em;
  }
}
footer .footer-inner .footer-nav-area ul li ul.inner-list li a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #231815;
  font-weight: inherit;
  position: inherit;
  padding-left: 0;
}
@media screen and (max-width: 320px) {
  footer .footer-inner .footer-nav-area ul li ul.inner-list li a {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
footer .footer-inner .footer-nav-area ul li ul.inner-list li a::before {
  display: none;
}
footer .footer-inner .footer-nav-area ul li ul.inner-list li a.hover:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #002D7B;
  text-decoration-color: #002D7B;
}
footer .footer-inner .footer-nav-area ul li ul.inner-list li:not(:last-child) {
  padding-bottom: 0.5em;
}
footer .copy-right {
  width: 100%;
  height: 6.25em;
  background: #231815;
  text-align: center;
}
footer .copy-right small {
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  font-family: Verdana, 'YuGothic', '游ゴシック', 'roboto', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', sans-serif;
  line-height: 8.3333em;
}
#go-top {
  position: fixed;
  bottom: -4.6875em;
  right: 0.625em;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  letter-spacing: 1px;
  z-index: 100;
}
@media only screen and (max-width: 750px) {
  #go-top {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    right: 1.25em;
  }
}
#go-top.on {
  /*bottom: 4.6875em; */
  bottom: 3.5em;
}
@media only screen and (max-width: 750px) {
  #go-top.on {
    bottom: 1.25em;
  }
}
#go-top.on:hover {
  bottom: 5.6875em;
}
@media only screen and (max-width: 750px) {
  #go-top.on:hover {
    bottom: 1.25em;
  }
}
#go-top a {
  font-size: 12px;
  font-size: 0.75rem;
  color: #BE0016;
  font-family: "Noto Sans JP", "YuGothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-weight: bold;
  display: block;
}
@media only screen and (max-width: 750px) {
  #go-top a {
    width: 51px;
    height: 22px;
    text-indent: -9999px;
  }
}
@media screen and (max-width: 320px) {
  #go-top a {
    width: 41px;
  }
}
@media only screen and (max-width: 750px) {
  #go-top a span.arrow {
    position: absolute;
    width: 100%;
    height: auto;
  }
}
#go-top a span.arrow::before, #go-top a span.arrow::after {
  background: #BE0016;
}
@media only screen and (max-width: 750px) {
  #go-top a span.arrow::before, #go-top a span.arrow::after {
    width: 30px;
  }
}
@media screen and (max-width: 320px) {
  #go-top a span.arrow::before, #go-top a span.arrow::after {
    width: 24px;
  }
}
@media only screen and (max-width: 750px) {
  #go-top a span.arrow::before {
    right: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media only screen and (max-width: 750px) {
  #go-top a span.arrow::after {
    bottom: 0;
    left: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
#go-top a.hover:hover {
  color: #231815;
}
#go-top a.hover:hover span.arrow::before, #go-top a.hover:hover span.arrow::after {
  background: #231815;
}
/* about-top,（追加）support_faq, catalog */
#about-top main #main-image, #support_faq main #main-image {
  background-position: center 25%;
}
#about-top main #contents, #support_faq main #contents {
  padding-bottom: calc(5em - 2.75em);
}
#about-top main #contents .contents-inner .about-content-box, #support_faq main #contents .contents-inner .about-content-box, #recruit_company main #contents .contents-inner .about-content-box {
  /*margin-bottom: 2.75em;*/
  margin-bottom: 5em;
  position: relative;
}
#about-top main #contents .contents-inner .about-content-box a.hover:hover p, #support_faq main #contents .contents-inner .about-content-box a.hover:hover p, #recruit_company main #contents .contents-inner .about-content-box a.hover:hover p {
  color: #231815;
}
#about-top main #contents .contents-inner .about-content-box .image, #support_faq main #contents .contents-inner .about-content-box .image, #recruit_company main #contents .contents-inner .about-content-box .image {
  position: relative;
  width: 100%;
  padding-top: 66.6666%;
}
#about-top main #contents .contents-inner .about-content-box .image h3, #support_faq main #contents .contents-inner .about-content-box .image h3, #recruit_company main #contents .contents-inner .about-content-box .image h3 {
  background: #fff;
  position: absolute;
  bottom: -1em;
  width: 80%;
  padding-top: 1em;
  padding-left: 20px;
}
#about-top main #contents .contents-inner .about-content-box .image h3 span, #support_faq main #contents .contents-inner .about-content-box .image h3 span, #recruit_company main #contents .contents-inner .about-content-box .image h3 span {
  color: #BE0016;
  font-weight: bold;
}
#about-top main #contents .contents-inner .about-content-box p, #support_faq main #contents .contents-inner .about-content-box p, #recruit_company main #contents .contents-inner .about-content-box p {
  margin: 3.25em 20px;
}
@media only screen and (max-width: 750px) {
  #about-top main #contents .contents-inner .about-content-box p, #support_faq main #contents .contents-inner .about-content-box p, #recruit_company main #contents .contents-inner .about-content-box p {
    margin-top: 2.5em;
  }
}
#about-top main #contents .contents-inner .about-content-box .more-icon, #support_faq main #contents .contents-inner .about-content-box .more-icon, #recruit_company main #contents .contents-inner .about-content-box .more-icon {
  position: absolute;
  right: 0;
  bottom: 0;
}
/* message,（追加）recruit_company */
#message #main-image {
  background-position: center -4em;
}
@media only screen and (max-width: 1080px) {
  #message #main-image {
    background-position: center;
  }
}
#message section h3, #recruit_company section .top-message h3 {
  text-align: center;
}
#message #top-message, #recruit_company #top-message {
  padding-top: 9.75em;
}
@media only screen and (max-width: 1080px) {
  #message #top-message, #recruit_company #top-message {
    padding-top: 6.25em;
  }
}
@media only screen and (max-width: 750px) {
  #message #top-message, #recruit_company #top-message {
    padding-top: 3.75em;
  }
}
#message #top-message .top-message h3, #recruit_company #top-message .top-message h3 {
  font-size: 35px;
  font-size: 2.1875rem;
  max-width: 25.2857em;
  line-height: 1.6;
  margin-left: auto;
  margin-right: auto;
  padding: 0.75em 0 0.75em 0.5em;
  position: relative;
}
@media only screen and (max-width: 1080px) {
  #message #top-message .top-message h3, #recruit_company #top-message .top-message h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 750px) {
  #message #top-message .top-message h3, #recruit_company #top-message .top-message h3 {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 1.25em;
  }
}
#message #top-message .top-message h3::before, #message #top-message .top-message h3::after, #recruit_company #top-message .top-message h3::before, #recruit_company #top-message .top-message h3::after {
  content: "";
  position: absolute;
  display: block;
  width: 1.2857em;
  height: 1.2em;
}
#message #top-message .top-message h3::before, #recruit_company #top-message .top-message h3::before {
  top: 0;
  left: 0;
  background: url(../../com/img/com/about_us/dqm_01.svg) center/cover no-repeat;
}
#message #top-message .top-message h3::after, #recruit_company #top-message .top-message h3::after {
  bottom: 0;
  right: 0;
  background: url(../../com/img/com/about_us/dqm_02.svg) center/cover no-repeat;
}
#message #top-message .top-message .top_text, #recruit_company #top-message .top-message .top_text {
  clear: both;
}
@media only screen and (max-width: 750px) {
  #message #top-message .top-message .top_text, #recruit_company #top-message .top-message .top_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
#message #top-message .top-message .top_text::after, #recruit_company #top-message .top-message .top_text::after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#message #top-message .top-message .top_text p, #recruit_company #top-message .top-message .top_text p {
  margin-bottom: 1.25em;
}
@media only screen and (max-width: 750px) {
  #message #top-message .top-message .top_text p.one, #recruit_company #top-message .top-message .top_text p.one {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  #message #top-message .top-message .top_text p.two, #recruit_company #top-message .top-message .top_text p.two {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  #message #top-message .top-message .top_text p.three, #recruit_company #top-message .top-message .top_text p.three {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  #message #top-message .top-message .top_text p.four, #recruit_company #top-message .top-message .top_text p.four {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  #message #top-message .top-message .top_text p.five, #recruit_company #top-message .top-message .top_text p.five {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
}
#message #top-message .top-message .top_text span.float_space, #recruit_company #top-message .top-message .top_text span.float_space {
  display: none;
  float: right;
}
@media screen and (max-width: 1700px) {
  #message #top-message .top-message .top_text span.float_space, #recruit_company #top-message .top-message .top_text span.float_space {
    display: block;
    padding-top: 6%;
  }
}
@media screen and (max-width: 1600px) {
  #message #top-message .top-message .top_text span.float_space, #recruit_company #top-message .top-message .top_text span.float_space {
    padding-top: 12%;
  }
}
@media screen and (max-width: 1500px) {
  #message #top-message .top-message .top_text span.float_space, #recruit_company #top-message .top-message .top_text span.float_space {
    padding-top: 16%;
  }
}
@media screen and (max-width: 1400px) {
  #message #top-message .top-message .top_text span.float_space, #recruit_company #top-message .top-message .top_text span.float_space {
    padding-top: 18%;
  }
}
@media screen and (max-width: 1020px) {
  #message #top-message .top-message .top_text span.float_space, #recruit_company #top-message .top-message .top_text span.float_space {
    padding-top: 22%;
  }
}
@media screen and (max-width: 950px) {
  #message #top-message .top-message .top_text span.float_space, #recruit_company #top-message .top-message .top_text span.float_space {
    padding-top: 31%;
  }
}
@media screen and (max-width: 930px) {
  #message #top-message .top-message .top_text span.float_space, #recruit_company #top-message .top-message .top_text span.float_space {
    padding-top: 35%;
  }
}
@media screen and (max-width: 900px) {
  #message #top-message .top-message .top_text span.float_space, #recruit_company #top-message .top-message .top_text span.float_space {
    padding-top: 36%;
  }
}
@media screen and (max-width: 870px) {
  #message #top-message .top-message .top_text span.float_space, #recruit_company #top-message .top-message .top_text span.float_space {
    padding-top: 40%;
  }
}
@media screen and (max-width: 840px) {
  #message #top-message .top-message .top_text span.float_space, #recruit_company #top-message .top-message .top_text span.float_space {
    padding-top: 44%;
  }
}
@media screen and (max-width: 810px) {
  #message #top-message .top-message .top_text span.float_space, #recruit_company #top-message .top-message .top_text span.float_space {
    padding-top: 52%;
  }
}
@media screen and (max-width: 760px) {
  #message #top-message .top-message .top_text span.float_space, #recruit_company #top-message .top-message .top_text span.float_space {
    padding-top: 56%;
  }
}
@media only screen and (max-width: 750px) {
  #message #top-message .top-message .top_text span.float_space, #recruit_company #top-message .top-message .top_text span.float_space {
    display: none;
  }
}
#message #top-message .top-message .top_text .top_image, #recruit_company #top-message .top-message .top_text .top_image {
  width: 30%;
  margin-bottom: 2.5em;
  margin-left: 2.5em;
  float: right;
  clear: both;
}
@media screen and (max-width: 1700px) {
  #message #top-message .top-message .top_text .top_image, #recruit_company #top-message .top-message .top_text .top_image {
    margin-top: 2.5em;
  }
}
@media only screen and (max-width: 1080px) {
  #message #top-message .top-message .top_text .top_image, #recruit_company #top-message .top-message .top_text .top_image {
    width: 40%;
  }
}
@media only screen and (max-width: 750px) {
  #message #top-message .top-message .top_text .top_image, #recruit_company #top-message .top-message .top_text .top_image {
    width: 80%;
    float: none;
    margin: 0 auto;
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
}
#message #top-message .top-message .top_text .top_image .top_name, #recruit_company #top-message .top-message .top_text .top_image .top_name {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Noto Sans JP", "YuGothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  text-align: right;
  margin-top: 2.2222em;
}
#message #top-message .top-message .top_text .top_image .top_name span, #recruit_company #top-message .top-message .top_text .top_image .top_name span {
  font-size: 24px;
  font-size: 1.5rem;
  padding-left: 0.75em;
}
#message #reform {
  background: #fff;
}
#message #reform .reform-inner h3 {
  color: #BE0016;
}
#message #reform .reform-inner h3 span {
  font-weight: bold;
}
#message #reform .reform-inner p {
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #message #reform .reform-inner p {
    text-align: left;
  }
}
#message #philosophy {
  width: 100%;
  position: relative;
  background-color: #f6f6f6;
  background-image: url(../../com/img/com/about_us/philosophy_bg.jpg);
  background-position: top center, 0;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
#message #philosophy::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../../com/img/com/about_us/philosophy_bg.jpg) 0 0/contain no-repeat;
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
  z-index: -1;
}
#message #philosophy .philosophy-inner h3.philosophy-graph {
  max-width: 18em;
  width: 50%;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  #message #philosophy .philosophy-inner h3.philosophy-graph {
    width: 75%;
  }
}
#message #philosophy .philosophy-inner h3.philosophy-graph img {
  width: 100%;
}
#message #philosophy .philosophy-inner .philosophy-box {
  padding: 2.5em;
  background: rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 750px) {
  #message #philosophy .philosophy-inner .philosophy-box {
    padding: 1.25em 1.25em 2.5em;
  }
}
#message #philosophy .philosophy-inner .philosophy-box:not(:first-of-type) {
  margin-top: 2.5em;
}
#message #philosophy .philosophy-inner .philosophy-box .philosophy-copy p {
  font-size: 24px;
  font-size: 1.5rem;
  color: #BE0016;
  font-family: "Noto Sans JP", "YuGothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-weight: bold;
  text-align: center;
  margin-top: 0;
}
#message #philosophy .philosophy-inner .philosophy-box .philosophy-copy p span {
  font-size: 16px;
  font-size: 1rem;
  color: #231815;
  display: block;
  margin-top: 0.4166em;
}
#message #philosophy .philosophy-inner .philosophy-box p {
  text-align: center;
  margin-top: 1.875em;
}
@media only screen and (max-width: 750px) {
  #message #philosophy .philosophy-inner .philosophy-box p {
    text-align: left;
  }
}
#message #philosophy .philosophy-inner .philosophy-box p.philosophy-lead {
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}
#message #philosophy .philosophy-inner .philosophy-box.vision p {
  margin-top: 0.625em;
}
#message #philosophy .philosophy-inner .philosophy-box.vision p.vision-lead {
  font-size: 18px;
  font-size: 1.125rem;
  color: #BE0016;
  font-weight: bold;
  font-family: "Noto Sans JP", "YuGothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  text-align: center;
  line-height: 1.6;
  margin-top: 1.875em;
}
@media screen and (max-width: 320px) {
  #message #philosophy .philosophy-inner .philosophy-box.vision p.vision-lead {
    font-size: 16px;
    font-size: 1rem;
  }
}
#message #philosophy .philosophy-inner .philosophy-box.vision .medium-term-box {
  max-width: 56.25em;
  margin: 1.25em auto 0;
}
#message #philosophy .philosophy-inner .philosophy-box.vision .medium-term-box ul.medium-term-list {
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  #message #philosophy .philosophy-inner .philosophy-box.vision .medium-term-box ul.medium-term-list {
    max-width: 25em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
#message #philosophy .philosophy-inner .philosophy-box.vision .medium-term-box ul.medium-term-list > li {
  border: 1px solid #BE0016;
  padding: 1.25em;
  width: 32%;
}
@media only screen and (max-width: 750px) {
  #message #philosophy .philosophy-inner .philosophy-box.vision .medium-term-box ul.medium-term-list > li {
    width: 100%;
  }
  #message #philosophy .philosophy-inner .philosophy-box.vision .medium-term-box ul.medium-term-list > li:not(:first-child) {
    margin-top: 1.25em;
  }
}
#message #philosophy .philosophy-inner .philosophy-box.vision .medium-term-box ul.medium-term-list > li p {
  font-weight: bold;
  text-align: center;
  margin-top: 0;
}
#message #philosophy .philosophy-inner .philosophy-box.vision .medium-term-box ul.medium-term-list > li ul {
  margin-top: 0.625em;
}
#message #philosophy .philosophy-inner .philosophy-box.vision .medium-term-box ul.medium-term-list > li ul li:not(:first-child) {
  margin-top: 0.625em;
}
/* company_info,（追加）recruit_company */
#company_info #information .information-inner > .image-inner, #recruit_company #information .information-inner > .image-inner {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 900px) {
  #company_info #information .information-inner > .image-inner, #recruit_company #information .information-inner > .image-inner {
    display: none;
  }
}
#company_info #information .information-inner > .image-inner .image {
  width: 21.5%;
  border-left: 1.875em solid #f6f6f6;
  border-bottom: 1.25em solid #f6f6f6;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
@media only screen and (max-width: 1080px) {
  #company_info #information .information-inner > .image-inner .image {
    width: 25%;
    border-left: 1.25em solid #f6f6f6;
  }
}
#recruit_company #information .information-inner > .image-inner .image {
  width: 21.5%;
  border-left: 1.875em solid #ffffff;
  border-bottom: 1.25em solid #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
@media only screen and (max-width: 1080px) {
  #recruit_company #information .information-inner > .image-inner .image {
    width: 25%;
    border-left: 1.25em solid #ffffff;
  }
}
#company_info #information .information-inner > .image-inner .image img, #recruit_company #information .information-inner > .image-inner .image img {
  width: 100%;
}
/* company_history */
#company_history .his_link_wrap {
  display: none;
  margin-top: 3.75em;
  height: 3.125em;
  position: relative;
}
@media only screen and (max-width: 750px) {
  #company_history .his_link_wrap {
    display: block;
  }
}
#company_history .his_link_wrap .his_link_area {
  background: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  top: auto;
  bottom: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
}
#company_history .his_link_wrap .his_link_area a {
  border: none;
  background-color: #BE0016;
  color: #fff;
  font-family: "Noto Sans JP", "YuGothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-weight: bold;
  padding: 1em;
  width: 48%;
  text-align: left;
  position: relative;
}
#company_history .his_link_wrap .his_link_area.fixed {
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #ccc;
  padding-top: 0.625em;
  padding-bottom: 0.625em;
  top: 3.75em;
  bottom: auto;
  position: fixed;
  z-index: 100;
}
#company_history .his_link_wrap .his_link_area.fixed a {
  background: none;
  color: #777777;
  padding-top: 0.625em;
  padding-bottom: 0.625em;
  padding-right: 0;
}
#company_history .his_link_wrap .his_link_area.fixed a::before {
  content: "";
  display: block;
  position: absolute;
  background: #777777;
  width: 0.625em;
  height: 1px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#company_history .his_link_wrap .his_link_area.fixed a.pos {
  color: #BE0016;
}
#company_history .his_link_wrap .his_link_area.fixed a.pos::before {
  background: #BE0016;
}
@media only screen and (max-width: 750px) {
  #company_history #history {
    padding-top: 0;
  }
}
#company_history #history table.history {
  width: 100%;
}
#company_history #history table.history tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
#company_history #history table.history tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#company_history #history table.history tr:nth-of-type(2n - 1) {
  width: calc(50% + 2.8125em);
}
#company_history #history table.history tr:nth-of-type(2n - 1) th {
  margin-left: 5em;
  border-left: none;
}
@media only screen and (max-width: 1080px) {
  #company_history #history table.history tr:nth-of-type(2n - 1) th {
    margin-left: 3.5555em;
  }
}
@media only screen and (max-width: 750px) {
  #company_history #history table.history tr:nth-of-type(2n - 1) th {
    margin-left: 0;
  }
}
@media only screen and (max-width: 750px) {
  #company_history #history table.history tr:nth-of-type(2n - 1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
}
#company_history #history table.history tr:nth-of-type(2n - 1) td:last-of-type {
  padding-right: 1.25em;
}
@media only screen and (max-width: 750px) {
  #company_history #history table.history tr:nth-of-type(2n - 1) td:last-of-type {
    padding-right: 0;
  }
}
#company_history #history table.history tr:nth-of-type(2n) {
  width: calc(50% - 2.8125em);
}
@media only screen and (max-width: 750px) {
  #company_history #history table.history tr:nth-of-type(2n) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }
}
#company_history #history table.history tr:nth-of-type(2n) td {
  border-left: 1px solid #ccc;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  #company_history #history table.history tr:nth-of-type(2n) td {
    border-left: none;
  }
}
#company_history #history table.history tr:nth-of-type(2n) td:first-of-type {
  display: none;
}
@media only screen and (max-width: 750px) {
  #company_history #history table.history tr:nth-of-type(2n) td:first-of-type {
    display: block;
  }
}
#company_history #history table.history tr:nth-of-type(2n) td ul li .detail {
  margin-left: 0;
  width: 100%;
}
#company_history #history table.history tr th {
  font-size: 18px;
  font-size: 1.125rem;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  color: #231815;
  font-family: "Noto Sans JP", "YuGothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-weight: bold;
  position: relative;
  padding: 1em;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  #company_history #history table.history tr th {
    border-left: none;
    margin-top: 5em;
    padding-left: 0;
    padding-right: 0;
  }
}
#company_history #history table.history tr td {
  border-top: 1px solid #ccc;
  padding-top: 1.25em;
  padding-bottom: 2.5em;
  padding-left: 1.25em;
  width: calc(100% - 5.625em);
}
@media only screen and (max-width: 1080px) {
  #company_history #history table.history tr td {
    padding-bottom: 1.5em;
    padding-left: 1em;
    width: calc(100% - 4em);
  }
}
@media only screen and (max-width: 750px) {
  #company_history #history table.history tr td {
    border-color: #e8e8e8;
    width: 100%;
    padding-top: 1em;
    padding-left: 0;
  }
}
#company_history #history table.history tr td:first-of-type {
  font-size: 18px;
  font-size: 1.125rem;
  border-top: 2px solid #BE0016;
  font-weight: bold;
  color: #BE0016;
  width: 5em;
  padding-top: calc(1.25em - 1px);
  padding-bottom: 2.5em;
  padding-left: 0;
  line-height: 1;
}
@media only screen and (max-width: 1080px) {
  #company_history #history table.history tr td:first-of-type {
    font-size: 16px;
    font-size: 1rem;
    padding-bottom: 1.5em;
    width: 4em;
    text-align: center;
  }
}
@media only screen and (max-width: 750px) {
  #company_history #history table.history tr td:first-of-type {
    border-width: 1px;
    width: 100%;
    padding-bottom: 1em;
    text-align: left;
  }
}
@media only screen and (max-width: 750px) {
  #company_history #history table.history tr td ul {
    width: 100%;
  }
}
#company_history #history table.history tr td ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
#company_history #history table.history tr td ul li:not(:last-child) {
  margin-bottom: 1em;
}
#company_history #history table.history tr td ul li .month {
  font-weight: bold;
  position: absolute;
  left: 0;
}
#company_history #history table.history tr td ul li .detail {
  margin-left: 3em;
  width: calc(100% - 3em);
}
#company_history #history table.history tr td ul li .detail ul li {
  display: inline-block;
  margin-bottom: 0;
  width: 100%;
  word-break: break-all;
}
#company_history #history table.history tr td ul li .detail ul li:not(:first-child) {
  padding-top: 0.625em;
}
#company_history #history table.history tr td ul li .detail span.award {
  font-size: 14px;
  font-size: 0.875rem;
  color: #BF8C00;
  font-weight: bold;
  display: block;
  padding-left: 0.7142em;
  position: relative;
}
#company_history #history table.history tr td ul li .detail span.award::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #BF8C00;
  width: 1px;
  height: 1em;
}
/* company_branch */
#company_branch #main-office {
  background-color: #f6f6f6;
  padding-bottom: 0;
}
#company_branch #sub-offices {
  padding-top: 2.5em;
}
#company_branch #sub-offices .sub-offices-inner {
  position: relative;
}
#company_branch #sub-offices .sub-offices-inner::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 100%;
  height: 100%;
  background: url(../../com/img/com/about_us/map_japan.jpg) top center/90% no-repeat;
  z-index: -1;
}
@media only screen and (max-width: 750px) {
  #company_branch #sub-offices .sub-offices-inner::before {
    position: fixed;
    background-size: 125%;
    background-position: center;
    top: 55%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
/* company_plan */
#company_plan #lead .data-right {
  text-align: right;
  margin-bottom: 2.5em;
}
#company_plan #plan-content .plan-content-inner .num-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#company_plan #plan-content .plan-content-inner .num-box:not(:last-of-type) {
  margin-bottom: 3.75em;
}
#company_plan #plan-content .plan-content-inner .num-box .image {
  width: 50%;
  padding-top: 27%;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  #company_plan #plan-content .plan-content-inner .num-box .image {
    width: 100%;
    padding-top: 50%;
  }
}
#company_plan #plan-content .plan-content-inner .num-box .num-text {
  width: 50%;
  padding-left: 2.5em;
}
@media only screen and (max-width: 1080px) {
  #company_plan #plan-content .plan-content-inner .num-box .num-text {
    padding-left: 1.25em;
  }
}
@media only screen and (max-width: 750px) {
  #company_plan #plan-content .plan-content-inner .num-box .num-text {
    width: 100%;
    padding-top: 1.25em;
    padding-left: 0;
  }
}
#company_plan #plan-content .plan-content-inner .num-box .num-text h4, .voice .num-box .num-text h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.8333em;
  margin-left: 0;
  font-weight: bold;
  line-height: 1.0;
}
#company_plan #plan-content .plan-content-inner .num-box .num-text h4::before, .voice .num-box .num-text h4::before {
  display: none;
}
#company_plan #plan-content .plan-content-inner .num-box .num-text h4 span, .voice .num-box .num-text h4 span {
  font-size: 60px;
  font-size: 3.75rem;
  color: #BE0016;
  font-weight: normal;
  padding-right: 0.3333em;
}
@media only screen and (max-width: 750px) {
  #company_plan #plan-content .plan-content-inner .num-box .num-text h4 span, .voice .num-box .num-text h4 span {
    font-size: 48px;
    font-size: 3rem;
  }
}
#company_plan #plan-content .plan-content-inner .num-box .num-text p {
  font-weight: bold;
  margin-bottom: 2.5em;
}
@media only screen and (max-width: 1080px) {
  #company_plan #plan-content .plan-content-inner .num-box .num-text p {
    margin-bottom: 1.25em;
  }
}
#company_plan #plan-content .plan-content-inner .num-box .num-text dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.25;
}
#company_plan #plan-content .plan-content-inner .num-box .num-text dl dt {
  font-weight: bold;
  width: 8em;
}
@media only screen and (max-width: 1080px) {
  #company_plan #plan-content .plan-content-inner .num-box .num-text dl dt {
    width: 100%;
    margin-bottom: 0.625em !important;
  }
}
#company_plan #plan-content .plan-content-inner .num-box .num-text dl dt:not(:last-of-type) {
  margin-bottom: 1.25em;
}
#company_plan #plan-content .plan-content-inner .num-box .num-text dl dd {
  width: calc(100% - 8em);
}
@media only screen and (max-width: 1080px) {
  #company_plan #plan-content .plan-content-inner .num-box .num-text dl dd {
    width: 100%;
  }
}
#company_plan #plan-content .plan-content-inner .num-box .num-text dl dd:not(:last-of-type) {
  margin-bottom: 1.25em;
}
/* sdgs */
#sdgs #measure .measure-inner .measure-box {
  padding-top: 3.75em;
  padding-bottom: 3.75em;
  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;
}
#sdgs #measure .measure-inner .measure-box:not(:last-of-type) {
  border-bottom: 1px solid #BE0016;
}
#sdgs #measure .measure-inner .measure-box:first-of-type {
  padding-top: 0;
}
#sdgs #measure .measure-inner .measure-box:last-of-type {
  padding-bottom: 0;
}
#sdgs #measure .measure-inner .measure-box > div:first-of-type {
  width: 45%;
}
@media only screen and (max-width: 750px) {
  #sdgs #measure .measure-inner .measure-box > div:first-of-type {
    width: 100%;
  }
}
#sdgs #measure .measure-inner .measure-box > div:last-of-type {
  width: 55%;
}
@media only screen and (max-width: 750px) {
  #sdgs #measure .measure-inner .measure-box > div:last-of-type {
    width: 100%;
  }
}
#sdgs #measure .measure-inner .measure-box h3 {
  margin-bottom: 1.6666em;
}
#sdgs #measure .measure-inner .measure-box ul.sdgs_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -0.6888em;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  #sdgs #measure .measure-inner .measure-box ul.sdgs_list {
    margin-top: 2em;
    margin-left: 0;
    margin-right: 0;
  }
}
#sdgs #measure .measure-inner .measure-box ul.sdgs_list li {
  width: 25%;
  padding: 0.6888em;
}
@media only screen and (max-width: 750px) {
  #sdgs #measure .measure-inner .measure-box ul.sdgs_list li {
    padding: 0.25em;
    width: calc(25% + 0.125em);
  }
  #sdgs #measure .measure-inner .measure-box ul.sdgs_list li:nth-child(4n-3) {
    width: calc(25% - 0.125em);
    padding-left: 0;
  }
  #sdgs #measure .measure-inner .measure-box ul.sdgs_list li:nth-child(4n) {
    width: calc(25% - 0.125em);
    padding-right: 0;
  }
}
#sdgs #measure .measure-inner .measure-box ul.sdgs_list li img {
  display: block;
  width: 100%;
}
.contents-body:first-child {
  margin-top: 0 !important;
}
.contents-body h2 {
  margin-top: 3em;
  margin-bottom: 2.5em;
}
@media only screen and (max-width: 750px) {
  .contents-body h2 {
    margin-bottom: 1.5em;
  }
}
.contents-body h3 {
  margin-top: 3em;
  margin-bottom: 2.5em;
}
@media only screen and (max-width: 750px) {
  .contents-body h3 {
    margin-bottom: 1.5em;
  }
}
.contents-body h4 {
  margin-top: 3em;
  margin-bottom: 2em;
}
.contents-body p, .contents-body table, .contents-body ul, .contents-body ol, .contents-body img {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.contents-body > *:first-child {
  margin-top: 0;
}
.contents-body p img:first-child {
  margin-top: 0;
}
.contents-body div, .contents-body p, .contents-body table, .contents-body ul, .contents-body ol {
  line-height: 1.8;
}
.contents-body table:not(.acf-table) tr th, .contents-body .wp-block-table tr th {
  width: 25%;
}
.contents-body table:not(.acf-table).w100, .contents-body table:not(.acf-table).wp-block-table, .contents-body .wp-block-table.w100, .contents-body .wp-block-table.wp-block-table {
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .contents-body table:not(.acf-table).w100 tr, .contents-body table:not(.acf-table).w100 th, .contents-body table:not(.acf-table).w100 td, .contents-body table:not(.acf-table).wp-block-table tr, .contents-body table:not(.acf-table).wp-block-table th, .contents-body table:not(.acf-table).wp-block-table td, .contents-body .wp-block-table.w100 tr, .contents-body .wp-block-table.w100 th, .contents-body .wp-block-table.w100 td, .contents-body .wp-block-table.wp-block-table tr, .contents-body .wp-block-table.wp-block-table th, .contents-body .wp-block-table.wp-block-table td {
    display: block;
    float: none;
    width: 100%;
    border: none;
  }
  .contents-body table:not(.acf-table).w100 th, .contents-body table:not(.acf-table).w100 td, .contents-body table:not(.acf-table).wp-block-table th, .contents-body table:not(.acf-table).wp-block-table td, .contents-body .wp-block-table.w100 th, .contents-body .wp-block-table.w100 td, .contents-body .wp-block-table.wp-block-table th, .contents-body .wp-block-table.wp-block-table td {
    padding-top: 0.25em;
    padding-bottom: 0.25em;
  }
  .contents-body table:not(.acf-table).w100 th, .contents-body table:not(.acf-table).wp-block-table th, .contents-body .wp-block-table.w100 th, .contents-body .wp-block-table.wp-block-table th {
    font-weight: bold;
    border-bottom: 1px solid #BE0016;
  }
  .contents-body table:not(.acf-table).w100 td, .contents-body table:not(.acf-table).wp-block-table td, .contents-body .wp-block-table.w100 td, .contents-body .wp-block-table.wp-block-table td {
    padding-bottom: 1.5em;
  }
}
.page-top main .common-inner h2 {
  color: #fff;
}
.page-top main .common-inner h2 span {
  color: #fff;
}
.page-top main #main-image, .page main #main-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 25%;
  width: 100%;
  padding-top: 17.8662%;
  margin-top: 6.25em;
  position: relative;
}
@media screen and (max-width: 1366px) {
  .page-top main #main-image, .page main #main-image {
    padding-top: calc(17.5em - 40px);
  }
}
@media only screen and (max-width: 1080px) {
  .page-top main #main-image, .page main #main-image {
    margin-top: 5em;
  }
}
@media only screen and (max-width: 750px) {
  .page-top main #main-image, .page main #main-image {
    margin-top: 3.75em;
    padding-top: 12.5em;
  }
  .page-top main #main-image.sp-bg-right, .page main #main-image.sp-bg-right {
    background-position-x: right -100px;
  }
}
.page-top main #main-image .common-inner h2, .page main #main-image .common-inner h2 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 750px) {
  .page-top main #main-image .common-inner h2, .page main #main-image .common-inner h2 {
    top: 45%;
  }
}
.page-top main #main-image .common-inner .topic-path, .page main #main-image .common-inner .topic-path {
  background: #231815;
  position: relative;
  padding-left: 2.5em;
  padding-right: 2.5em;
  width: 100%;
  height: 2.5em;
  bottom: -1.25em;
}
@media only screen and (max-width: 750px) {
  .page-top main #main-image .common-inner .topic-path, .page main #main-image .common-inner .topic-path {
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    padding-left: 1.25em;
    padding-right: 1.25em;
    left: 0;
    bottom: 0;
  }
}
.page-top main #main-image .common-inner .topic-path ul, .page main #main-image .common-inner .topic-path ul {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-top main #main-image .common-inner .topic-path ul li, .page main #main-image .common-inner .topic-path ul li {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  font-weight: bold;
  padding-right: 1.4285em;
  padding-left: 1.4285em;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .page-top main #main-image .common-inner .topic-path ul li, .page main #main-image .common-inner .topic-path ul li {
    font-size: 12px;
    font-size: 0.75rem;
    color: #231815;
  }
}
.page-top main #main-image .common-inner .topic-path ul li:first-child, .page main #main-image .common-inner .topic-path ul li:first-child {
  padding-left: 0;
}
.page-top main #main-image .common-inner .topic-path ul li:not(:last-child)::after, .page main #main-image .common-inner .topic-path ul li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 0.4285em;
  height: 1.4285em;
  background: url(../../com/img/com/topicpath_arrow.svg) center/100% no-repeat;
}
@media only screen and (max-width: 750px) {
  .page-top main #main-image .common-inner .topic-path ul li:not(:last-child)::after, .page main #main-image .common-inner .topic-path ul li:not(:last-child)::after {
    background: url(../../com/img/com/topicpath_arrow_sp.svg) center/100% no-repeat;
  }
}
.page-top main #main-image .common-inner .topic-path ul li a, .page main #main-image .common-inner .topic-path ul li a {
  color: #fff;
  font-weight: normal;
  text-decoration: underline;
}
@media only screen and (max-width: 750px) {
  .page-top main #main-image .common-inner .topic-path ul li a, .page main #main-image .common-inner .topic-path ul li a {
    color: #231815;
  }
}
.page-top main #main-image .common-inner .topic-path ul li a:hover, .page main #main-image .common-inner .topic-path ul li a:hover {
  color: #BE0016;
  -webkit-text-decoration-color: #BE0016;
  text-decoration-color: #BE0016;
}
.page-top main section, .page main section {
  padding-top: 6.25em;
  padding-bottom: 6.25em;
}
@media only screen and (max-width: 750px) {
  .page-top main section, .page main section {
    padding-top: 3.75em;
    padding-bottom: 3.75em;
  }
}
.page section:nth-of-type(odd) {
  background: #f6f6f6;
}
.page section h3 {
  margin-bottom: 2.5em;
}
.top main {
  position: relative;
  bottom: 6.25em;
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.top main.move {
  bottom: 0;
  opacity: 1;
}
.top main .firstview-contents {
  position: relative;
  width: 100%;
}
.top main .firstview-contents .obi {
  position: absolute;
  top: 6.25em;
  left: 0;
  width: 30%;
  height: calc(100% - 6.25em);
  background: #BE0016;
  z-index: -1;
}
.top main .firstview-contents .obi.enji {
  background: #990239;
}
@media screen and (min-width: 1081px) and (max-width: 1366px) {
  .top main .firstview-contents .obi {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
    width: 500px;
  }
  .top main .firstview-contents .obi.enji {
    background: #fff;
  }
  .top main .firstview-contents .obi::before {
    content: "";
    position: absolute;
    display: block;
    background: #BE0016;
    left: -300%;
    width: 300%;
    height: 100%;
  }
  .top main .firstview-contents .obi.enji::before {
    background: #990239;
  }
}
@media only screen and (max-width: 1080px) {
  .top main .firstview-contents .obi {
    top: 5em;
    height: calc(100% - 5em);
  }
}
@media only screen and (max-width: 750px) {
  .top main .firstview-contents .obi, .top main .firstview-contents .obi.enji {
    top: 3.75em;
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    background: #fff;
    width: 100%;
    height: calc(100% - 3.75em);
  }
  .top main .firstview-contents .obi::before {
    content: "";
    position: absolute;
    display: block;
    background: #BE0016;
    left: 0;
    width: 50%;
    height: 100%;
  }
  .top main .firstview-contents .obi.enji::before {
    background: #990239;
  }
}
.top main .firstview-contents #firstview {
  width: 100%;
  min-height: 25em;
  position: relative;
  top: 6.25em;
  margin-bottom: 6.25em;
  overflow: hidden;
}
.top main .firstview-contents #firstview.style-cad {
  margin-bottom: 1em;
}
@media only screen and (max-width: 1080px) {
  .top main .firstview-contents #firstview {
    top: 5em;
    margin-bottom: 5em;
  }
}
@media only screen and (max-width: 750px) {
  .top main .firstview-contents #firstview {
    top: 3.75em;
    margin-bottom: 3.75em;
  }
}
.top main .firstview-contents #firstview .common-inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 75%;
}
.top main .firstview-contents #firstview .common-inner .catch {
  position: absolute;
  top: 75%;
  left: 184px;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
@media screen and (max-width: 1366px) {
  .top main .firstview-contents #firstview .common-inner .catch {
    left: 2.5em;
  }
}
@media only screen and (max-width: 750px) {
  .top main .firstview-contents #firstview .common-inner .catch {
    left: 1.25em;
  }
}
.top main .firstview-contents #firstview .common-inner .catch.move {
  top: 50%;
  opacity: 1;
}
@media only screen and (max-width: 750px) {
  .top main .firstview-contents #firstview .common-inner .catch.move {
    top: 60%;
  }
}
.top main .firstview-contents #firstview .common-inner .catch h2 {
  font-size: 1.2vw;
  color: #fff;
  font-family: "Noto Sans JP", "YuGothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-weight: normal;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8);
  line-height: 2.5;
}
.top main .firstview-contents #firstview .common-inner .catch h2.midashi {
  font-size: 4vw;
  font-weight: 500;
  margin-bottom: 40px;
  line-height: 1;
  white-space: nowrap;
}
.top main .firstview-contents #firstview.style-cad .common-inner .catch h2.midashi {
  font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "ＭＳ 明朝", serif;
  line-height: 1.5;
  font-style: italic;
  font-weight: bold;
}
@media screen and (max-width: 1800px) {
  .top main .firstview-contents #firstview .common-inner .catch h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .top main .firstview-contents #firstview .common-inner .catch h2.midashi {
    font-size: 74px;
    font-size: 4.625rem;
  }
}
@media only screen and (max-width: 750px) {
  .top main .firstview-contents #firstview .common-inner .catch h2 {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
  }
  .top main .firstview-contents #firstview .common-inner .catch h2.midashi {
    font-size: 52px;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 320px) {
  .top main .firstview-contents #firstview .common-inner .catch h2.midashi {
    font-size: 48px;
    font-size: 3rem;
  }
}
.top main .firstview-contents #firstview .common-inner.scroll {
  width: auto;
  height: 25%;
}
.top main .firstview-contents #firstview .common-inner.scroll .scroll-icon {
  position: absolute;
  right: 184px;
  bottom: 18px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.top main .firstview-contents #firstview.style-cad .common-inner.scroll .scroll-icon {
  right: 80px;
}
@media screen and (max-width: 1366px) {
  .top main .firstview-contents #firstview .common-inner.scroll .scroll-icon {
    right: 2.5em;
  }
}
.top main .firstview-contents #firstview .common-inner.scroll .scroll-icon a {
  font-size: 16px;
  font-size: 1rem;
  color: #BE0016;
  font-family: "Noto Sans JP", "YuGothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-weight: bold;
  display: block;
  position: relative;
  padding-left: 15px;
  padding-bottom: 10px;
}
.top main .firstview-contents #firstview .common-inner.scroll .scroll-icon a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  height: 1px;
  width: 8.125em;
  background: #BE0016;
}
.top main .firstview-contents #firstview .common-inner.scroll .scroll-icon a.hover:hover {
  color: #231815;
}
.top main .firstview-contents #firstview .common-inner.scroll .scroll-icon a.hover:hover::after {
  width: 9.375em;
  background: #231815;
}
.top main .firstview-contents #firstview .bg-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 75%;
  background: url(../../com/img/com/firstview_cad-top.jpg) center left/cover no-repeat;
  z-index: -1;
}
.top main .firstview-contents #firstview.style-cad .bg-image {
  background: url(../../com/img/com/firstview_cad-top.jpg) center left/cover no-repeat;
  z-index: -1;
}
@media screen and (min-width: 1081px) and (max-width: 1366px) {
  .top main .firstview-contents #firstview .bg-image {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 500px;
    margin: 0 auto;
    background: #fff;
  }
  .top main .firstview-contents #firstview .bg-image::after {
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: -300%;
    width: 300%;
    height: 100%;
    background: url(../../com/img/com/firstview_cad-top.jpg) center left/cover no-repeat;
  }
}
@media only screen and (max-width: 750px) {
  .top main .firstview-contents #firstview .bg-image {
    left: auto;
    right: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: 75%;
    height: 75%;
  }
  .top main .firstview-contents #firstview .bg-image::after {
    right: 0;
    width: 100%;
  }
}
.top main .firstview-contents #news, .top main .firstview-contents #topics {
  padding-top: 6.875em;
  padding-bottom: 2.40625em;
}
.top main .firstview-contents #news-s {
  padding-top: 2.40625em;
  padding-bottom: 2.40625em;
}
.top main .firstview-contents #event {
  padding-top: 2.40625em;
  padding-bottom: 6.875em;
}
@media only screen and (max-width: 750px) {
  .top main .firstview-contents #event {
    padding-top: 6.25em;
    padding-bottom: 12.5em;
  }
}
.top main .firstview-contents #news .ne-inner, .top main .firstview-contents #event .ne-inner, .top main .firstview-contents #topics .ne-inner, .top main .firstview-contents #news-s .ne-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1080px) {
  .top main .firstview-contents #news .ne-inner, .top main .firstview-contents #event .ne-inner, .top main .firstview-contents #topics .ne-inner, .top main .firstview-contents #news-s .ne-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.top main .firstview-contents #news .ne-inner h2, .top main .firstview-contents #event .ne-inner h2, .top main .firstview-contents #topics .ne-inner h2, .top main .firstview-contents #news-s .ne-inner h2 {
  font-size: 2vw;
  color: #fff;
  margin-right: 40px;
  width: 12%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.top main .firstview-contents #news .ne-inner h2 span, .top main .firstview-contents #event .ne-inner h2 span, .top main .firstview-contents #topics .ne-inner h2 span, .top main .firstview-contents #news-s .ne-inner h2 span {
  font-size: 1vw;
  color: #fff;
  font-weight: normal;
}
@media screen and (max-width: 1366px) {
  .top main .firstview-contents #news .ne-inner h2, .top main .firstview-contents #event .ne-inner h2, .top main .firstview-contents #topics .ne-inner h2, .top main .firstview-contents #news-s .ne-inner h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .top main .firstview-contents #news .ne-inner h2 span, .top main .firstview-contents #event .ne-inner h2 span, .top main .firstview-contents #topics .ne-inner h2 span, .top main .firstview-contents #news-s .ne-inner h2 span {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 1080px) {
  .top main .firstview-contents #news .ne-inner h2, .top main .firstview-contents #event .ne-inner h2, .top main .firstview-contents #topics .ne-inner h2, .top main .firstview-contents #news-s .ne-inner h2 {
    width: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.top main .firstview-contents #news .ne-inner .content-box, .top main .firstview-contents #event .ne-inner .content-box, .top main .firstview-contents #topics .ne-inner .content-box, .top main .firstview-contents #news-s .ne-inner .content-box {
  width: calc(88% - 40px);
  padding: 2.5em;
  background: #fff 0% 0% no-repeat;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  position: relative;
}
@media only screen and (max-width: 1080px) {
  .top main .firstview-contents #news .ne-inner .content-box, .top main .firstview-contents #event .ne-inner .content-box, .top main .firstview-contents #topics .ne-inner .content-box, .top main .firstview-contents #news-s .ne-inner .content-box {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .top main .firstview-contents #news .ne-inner .content-box, .top main .firstview-contents #event .ne-inner .content-box, .top main .firstview-contents #topics .ne-inner .content-box, .top main .firstview-contents #news-s .ne-inner .content-box {
    padding: 2.5em 1.25em;
  }
}
.top main .firstview-contents #news .ne-inner .content-box ul, .top main .firstview-contents #event .ne-inner .content-box ul, .top main .firstview-contents #topics .ne-inner .content-box ul, .top main .firstview-contents #news-s .ne-inner .content-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}
.top main .firstview-contents #news .ne-inner .content-box ul li, .top main .firstview-contents #event .ne-inner .content-box ul li, .top main .firstview-contents #topics .ne-inner .content-box ul li, .top main .firstview-contents #news-s .ne-inner .content-box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "YuGothic", "游ゴシック", "roboto", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .top main .firstview-contents #news .ne-inner .content-box ul li, .top main .firstview-contents #event .ne-inner .content-box ul li, .top main .firstview-contents #topics .ne-inner .content-box ul li, .top main .firstview-contents #news-s .ne-inner .content-box ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
.top main .firstview-contents #news .ne-inner .content-box ul li .data, .top main .firstview-contents #event .ne-inner .content-box ul li .data, .top main .firstview-contents #topics .ne-inner .content-box ul li .data, .top main .firstview-contents #news-s .ne-inner .content-box ul li .data {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  margin-right: 1.4em;
}
@media only screen and (max-width: 750px) {
  .top main .firstview-contents #news .ne-inner .content-box ul li .data, .top main .firstview-contents #event .ne-inner .content-box ul li .data, .top main .firstview-contents #topics .ne-inner .content-box ul li .data, .top main .firstview-contents #news-s .ne-inner .content-box ul li .data {
    font-size: 16px;
    font-size: 1rem;
    margin-right: 0;
    margin-bottom: 0.3125em;
  }
}
.top main .firstview-contents #news .ne-inner .content-box ul li .data span, .top main .firstview-contents #event .ne-inner .content-box ul li .data span, .top main .firstview-contents #topics .ne-inner .content-box ul li .data span, .top main .firstview-contents #news-s .ne-inner .content-box ul li .data span {
  padding-left: 0.8em;
}
.top main .firstview-contents #news .ne-inner .content-box ul li ul, .top main .firstview-contents #event .ne-inner .content-box ul li ul, .top main .firstview-contents #topics .ne-inner .content-box ul li ul, .top main .firstview-contents #news-s .ne-inner .content-box ul li ul {
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .top main .firstview-contents #news .ne-inner .content-box ul li ul li, .top main .firstview-contents #event .ne-inner .content-box ul li ul li, .top main .firstview-contents #topics .ne-inner .content-box ul li ul li, .top main .firstview-contents #news-s .ne-inner .content-box ul li ul li {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.top main .firstview-contents #news .ne-inner .content-box ul li ul li:not(:last-child), .top main .firstview-contents #event .ne-inner .content-box ul li ul li:not(:last-child), .top main .firstview-contents #topics .ne-inner .content-box ul li ul li:not(:last-child), .top main .firstview-contents #news-s .ne-inner .content-box ul li ul li:not(:last-child) {
  margin-bottom: 0.625em;
}
.top main .firstview-contents #news .ne-inner .content-box ul li ul li a, .top main .firstview-contents #event .ne-inner .content-box ul li ul li a, .top main .firstview-contents #topics .ne-inner .content-box ul li ul li a, .top main .firstview-contents #news-s .ne-inner .content-box ul li ul li a, .top main .firstview-contents #news .ne-inner .content-box ul li ul li p, .top main .firstview-contents #news-s .ne-inner .content-box ul li ul li p {
  margin-left: 5em;
  word-break: break-all;
}
.top main .firstview-contents #news .ne-inner .content-box ul li dl, .top main .firstview-contents #event .ne-inner .content-box ul li dl, .top main .firstview-contents #topics .ne-inner .content-box ul li dl, .top main .firstview-contents #news-s .ne-inner .content-box ul li dl {
  margin-left: 5em;
}
@media only screen and (max-width: 750px) {
  .top main .firstview-contents #news .ne-inner .content-box ul li dl dd, .top main .firstview-contents #event .ne-inner .content-box ul li dl dd, .top main .firstview-contents #topics .ne-inner .content-box ul li dl dd, .top main .firstview-contents #news-s .ne-inner .content-box ul li dl dd {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.top main .firstview-contents #news .ne-inner .content-box ul li:not(:last-child), .top main .firstview-contents #event .ne-inner .content-box ul li:not(:last-child), .top main .firstview-contents #topics .ne-inner .content-box ul li:not(:last-child), .top main .firstview-contents #news-s .ne-inner .content-box ul li:not(:last-child) {
  margin-bottom: 1.25em;
}
.top main .firstview-contents #news .ne-inner .content-box .more-btn, .top main .firstview-contents #event .ne-inner .content-box .more-btn, .top main .firstview-contents #topics .ne-inner .content-box .more-btn, .top main .firstview-contents #news-s .ne-inner .content-box .more-btn {
  position: absolute;
  right: 2.5em;
  bottom: -1.875em;
}
@media only screen and (max-width: 750px) {
  .top main .firstview-contents #news .ne-inner .content-box .more-btn, .top main .firstview-contents #event .ne-inner .content-box .more-btn, .top main .firstview-contents #topics .ne-inner .content-box .more-btn, .top main .firstview-contents #news-s .ne-inner .content-box .more-btn {
    right: 0;
    bottom: -4.75em;
  }
}
.top main #product {
  padding-top: 5em;
  padding-bottom: 5em;
}
.top main #product .product-inner > div {
  margin-top: 2.5em;
}
.top main #product .product-inner > div .product-box, .top main #product .product-inner > div .product-box-d {
  position: relative;
  padding-bottom: 3.125em;
}
.top main #product .product-inner > div .product-box a.hover:hover p, .top main #product .product-inner > div .product-box-d a.hover:hover p {
  color: #231815;
}
.top main #product .product-inner > div .product-box .image, .top main #product .product-inner > div .product-box-d .image {
  padding-top: 63.52%;
  position: relative;
}
.top main #product .product-inner > div .product-box .image::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -25px;
  width: 3.125em;
  height: 3.125em;
  background: #BE0016;
}
.top main #product.style-cad .product-inner > div .product-box .image::after {
  background: #990239;
}
.top main #product .product-inner > div .product-box-d .image::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -25px;
  width: 3.125em;
  height: 3.125em;
  background: #de961d;
}
.top main #product .product-inner > div .product-box h3 {
  margin-top: 1.9444em;
  margin-left: 50px;
}
@media only screen and (max-width: 750px) {
  .top main #product .product-inner > div .product-box h3 {
    margin-top: 2.7777em;
    margin-left: 0;
  }
}
.top main #product .product-inner > div .product-box p {
  margin-top: 1em;
  margin-left: 50px;
  margin-right: 50px;
  line-height: 1.5;
}
@media only screen and (max-width: 750px) {
  .top main #product .product-inner > div .product-box p {
    margin-left: 0;
    margin-right: 0;
  }
}
/*土木用 product-box-d 　ここから*/
.top main #product .product-inner > div .product-box-d {
  position: relative;
  padding-bottom: 3.125em;
}
@media only screen and (max-width: 750px) {
  .top main #product .product-inner > div .product-box-d {
    position: relative;
    padding-bottom: 5em;
  }
}
.top main #product .product-inner > div .product-box-d h3 {
  font-size: 3rem;
  letter-spacing: 10px;
  margin-top: 0.3em;
  margin-left: 50px;
  color: #af4425;
}
.top main #product .product-inner > div .product-box-d h3 span {
  font-size: 1.25rem;
  letter-spacing: 5px;
  margin-top: 0.3em;
  color: #231815;
  font-weight: normal;
}
@media only screen and (max-width: 750px) {
  .top main #product .product-inner > div .product-box-d h3 {
    margin-top: 0.5em;
    margin-left: 0;
  }
}
.top main #product .product-inner > div .product-box-d p {
  font-size: 1.25rem;
  margin-top: 0.5em;
  margin-left: 50px;
  margin-right: 50px;
  line-height: 1.5;
}
@media only screen and (max-width: 750px) {
  .top main #product .product-inner > div .product-box-d p {
    margin-left: 0;
    margin-right: 0;
  }
}
.product-box-d .hover:hover .more-icon {
  color: #af4425;
}
.product-box-d .hover:hover .more-icon span.arrow {
  right: -20px;
}
.product-box-d .hover:hover .more-icon span.arrow::before, .product-box-d .hover:hover .more-icon span.arrow::after {
  background: #af4425;
}
/*土木用　ここまで*/
.top main #product .product-inner > div .product-box .more-icon, .top main #product .product-inner > div .product-box-d .more-icon {
  position: absolute;
  right: 0;
  margin-top: 1.25em;
}
@media only screen and (max-width: 750px) {
  .top main #product .product-inner > div .product-box .more-icon, .top main #product .product-inner > div .product-box-d .more-icon {
    margin-top: 1.875em;
  }
}
@media only screen and (max-width: 750px) {
  .top main #product .product-inner > div .product-box:not(:first-child), .top main #product .product-inner > div .product-box-d:not(:first-child) {
    padding-top: 3.125em;
  }
}
/* 編集「nth-of-type(2n)」→「nth-of-type(n)」*/
.top main #product .product-inner > div .product-box:nth-of-type(n) {
  padding-top: 3.125em;
}
.top main #product.style-cad .product-inner > div .product-box:nth-of-type(n) {
  padding-bottom: 5em;
}
/* 上の編集に伴う追加 ここから */
@media only screen and (max-width: 750px) {
  .top main #product .product-inner > div .product-box:nth-of-type(n) {
    padding-top: 0em;
  }
}
.top main #product .product-inner > div .product-box:nth-of-type(2n) {
  padding-top: 0em;
}
@media only screen and (max-width: 750px) {
  .top main #product .product-inner > div .product-box:nth-of-type(n) {
    padding-top: 3.125em;
  }
}
/* 上の編集に伴う追加 ここまで */
.top main #product .product-inner .more-btn {
  margin: 5em auto 0;
}
.top main #contact {
  padding-top: 5em;
  padding-bottom: 5em;
  background: #f6f6f6;
  width: 100%;
  z-index: -2;
}
.top main #contact .contact-inner {
  margin-top: 2.5em;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .top main #contact .contact-inner {
    padding-top: 10em;
    padding-bottom: 0;
  }
}
.top main #contact .contact-inner .btn-area {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.top main #contact .contact-inner .btn-area .cn-btn {
  max-width: 31.25em;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .top main #contact .contact-inner .btn-area .cn-btn {
    max-width: 100%;
  }
}
.top main #contact .contact-inner .btn-area .cn-btn a {
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  font-family: "Noto Sans JP", "YuGothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-weight: bold;
  display: block;
  width: 100%;
  padding: 1.25em 2em;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .top main #contact .contact-inner .btn-area .cn-btn a {
    font-size: 16px;
    font-size: 1rem;
    padding-right: 9em;
    line-height: 1.25;
  }
}
@media screen and (max-width: 320px) {
  .top main #contact .contact-inner .btn-area .cn-btn a {
    padding-left: 1.25em;
    padding-right: 7.25em;
  }
}
.top main #contact .contact-inner .btn-area .cn-btn a span.cn-btn_kakko {
  -webkit-transition: none;
  transition: none;
}
@media only screen and (max-width: 750px) {
  .top main #contact .contact-inner .btn-area .cn-btn a span.cn-btn_kakko {
    font-size: 14px;
    font-size: 0.875rem;
    display: inline-block;
    text-indent: -0.25em;
  }
}
.top main #contact .contact-inner .btn-area .cn-btn a span.arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2em;
}
@media screen and (max-width: 320px) {
  .top main #contact .contact-inner .btn-area .cn-btn a span.arrow {
    width: 80px;
    right: 1.25em;
  }
}
.top main #contact .contact-inner .btn-area .cn-btn a.hover:hover {
  background: #f6f6f6;
}
.top main #contact .contact-inner .btn-area .cn-btn a.hover:hover span.arrow {
  right: -2em;
}
.top main #contact .contact-inner .btn-area .cn-btn.user a, .top main #contact .contact-inner .btn-area .cn-btn.consultation a {
  background: #BE0016;
}
.top main #contact .contact-inner .btn-area .cn-btn.enji a {
  background: #990239;
}
.top main #contact .contact-inner .btn-area .cn-btn.user a.hover:hover, .top main #contact .contact-inner .btn-area .cn-btn.consultation a.hover:hover {
  border: 1px solid #BE0016;
  color: #BE0016;
}
.top main #contact .contact-inner .btn-area .cn-btn.enji a.hover:hover {
  border: 1px solid#990239;
  color: #990239;
}
.top main #contact .contact-inner .btn-area .cn-btn.enji a.hover:hover span.arrow::before, .top main #contact .contact-inner .btn-area .cn-btn.enji a.hover:hover span.arrow::after {
  background: #990239;
}
.top main #contact .contact-inner .btn-area .cn-btn.user a.hover:hover span.arrow::before, .top main #contact .contact-inner .btn-area .cn-btn.user a.hover:hover span.arrow::after, .top main #contact .contact-inner .btn-area .cn-btn.consultation a.hover:hover span.arrow::before, .top main #contact .contact-inner .btn-area .cn-btn.consultation a.hover:hover span.arrow::after {
  background: #BE0016;
}
.top main #contact .contact-inner .btn-area .cn-btn.agency a {
  background: #231815;
}
.top main #contact .contact-inner .btn-area .cn-btn.agency a.hover:hover.hover:hover {
  border: 1px solid #231815;
  color: #231815;
}
.top main #contact .contact-inner .btn-area .cn-btn.agency a.hover:hover.hover:hover span.arrow::before, .top main #contact .contact-inner .btn-area .cn-btn.agency a.hover:hover.hover:hover span.arrow::after {
  background: #231815;
}
.top main #contact .contact-inner .btn-area .cn-btn:not(:first-child) {
  margin-top: 2.5em;
}
.top main #contact .contact-inner::before {
  content: "";
  display: block;
  position: absolute;
  width: 75%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../../com/img/com/contact/use_contact.jpg) center/cover no-repeat;
}
.top main #contact.style-cad .contact-inner::before {
  background: url(../../com/img/cad/system_requirements.jpg) center/cover no-repeat;
}
@media only screen and (max-width: 750px) {
  .top main #contact .contact-inner::before {
    width: 100%;
    height: 45%;
  }
}
.top main .company {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 750px) {
  .top main .company {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
.top main .company #about, .top main .company #recruit {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 50%;
  height: 34.375em;
  margin-top: 5em;
  margin-bottom: 8.75em;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
@media screen and (max-width: 1920px) {
  .top main .company #about, .top main .company #recruit {
    height: 29.375em;
  }
}
@media screen and (max-width: 1600px) {
  .top main .company #about, .top main .company #recruit {
    height: 24.375em;
  }
}
@media screen and (max-width: 1460px) {
  .top main .company #about, .top main .company #recruit {
    margin-bottom: 8.125em;
  }
}
@media only screen and (max-width: 1080px) {
  .top main .company #about, .top main .company #recruit {
    width: 100%;
    height: 27.375em;
    margin-bottom: 6.25em;
  }
}
@media only screen and (max-width: 750px) {
  .top main .company #about, .top main .company #recruit {
    background-position: center -70px;
  }
}
.top main .company #about .white-box, .top main .company #recruit .white-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  position: absolute;
  padding-top: 2.5em;
  padding-left: 3.75em;
  padding-right: 3.75em;
  width: 50%;
  right: 0;
  bottom: -2.5em;
  z-index: 1;
}
@media screen and (max-width: 2100px) {
  .top main .company #about .white-box, .top main .company #recruit .white-box {
    width: 60%;
  }
}
@media screen and (max-width: 1695px) {
  .top main .company #about .white-box, .top main .company #recruit .white-box {
    width: 70%;
  }
}
@media screen and (max-width: 1460px) {
  .top main .company #about .white-box, .top main .company #recruit .white-box {
    padding-top: 1.875em;
    padding-left: 2.5em;
    padding-right: 2.5em;
    width: 80%;
    bottom: -1.875em;
  }
}
@media screen and (max-width: 1180px) {
  .top main .company #about .white-box, .top main .company #recruit .white-box {
    width: 90%;
  }
}
@media only screen and (max-width: 1080px) {
  .top main .company #about .white-box, .top main .company #recruit .white-box {
    padding-bottom: 1.875em;
    width: 50%;
    bottom: 0;
  }
}
@media screen and (max-width: 950px) {
  .top main .company #about .white-box, .top main .company #recruit .white-box {
    width: 60%;
  }
}
@media screen and (max-width: 800px) {
  .top main .company #about .white-box, .top main .company #recruit .white-box {
    width: 70%;
  }
}
@media only screen and (max-width: 750px) {
  .top main .company #about .white-box, .top main .company #recruit .white-box {
    padding: 1.875em 1.875em 3.75em;
    width: 100%;
  }
}
.top main .company #about .white-box h2, .top main .company #recruit .white-box h2 {
  margin-right: 0.5em;
}
@media only screen and (max-width: 750px) {
  .top main .company #about .white-box h2, .top main .company #recruit .white-box h2 {
    margin-bottom: 0.5em;
  }
}
.top main .company #about {
  background-image: url(../../com/img/com/about_us/top_about_us.jpg);
}
@media only screen and (max-width: 1080px) {
  .top main .company #about {
    margin-bottom: 0;
  }
}
.top main .company #about::after {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.05);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.top main .company #recruit {
  background-image: url(../../com/img/com/recruit/top_recruit.jpg);
}
@media only screen and (max-width: 1080px) {
  .top main .company #recruit {
    margin-top: 0;
  }
}
@media only screen and (max-width: 750px) {
  .top main .company #recruit .white-box {
    padding-bottom: 0;
  }
}
.ef_top, .ef_bottom {
  position: relative;
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.ef_top.move, .ef_bottom.move {
  opacity: 1;
}
.ef_top {
  margin-top: 3.125em;
  top: 3.125em;
}
.ef_top.move {
  margin-top: 0;
  top: 0;
}
.ef_bottom {
  margin-bottom: 3.125em;
  bottom: 3.125em;
}
.ef_bottom.move {
  margin-bottom: 0;
  bottom: 0;
}
/*****************************************************************
 *
 * Hacks
 *
 ****************************************************************/
/*****************************************************************
 *
 * 共通
 *
 ****************************************************************/
/*h1 ロゴサイズ調整*/
header .logo h1 {
  width: 15em;
  height: 3em;
  margin-left: 2.5em;
}
@media only screen and (max-width: 1080px) {
  header .logo h1 {
    width: 12em;
    height: 2.5em;
  }
}
@media only screen and (max-width: 750px) {
  header .logo h1 {
    width: 10em;
    height: 2em;
    margin-left: 1.25em;
  }
}
/*col-12 余白調整*/
@media only screen and (max-width: 750px) {
  .col-12 {
    padding-left: 0;
    padding-right: 0;
  }
}
/*余白*/
.space_5em {
  height: 5em;
  display: block;
  clear: both;
}
.space_10em {
  height: 10em;
  display: block;
  clear: both;
}
/*フォント　編集*/
.font-nomal {
  font-weight: normal;
}
.font-110 {
  font-size: 1.1em;
}
.font-bold-150 {
  font-weight: bold;
  font-size: 1.5em;
  margin: 1em 0;
  color: #BE0016;
  line-height: 150%;
}
@media only screen and (max-width: 750px) {
  .font-bold-150 {
    font-weight: bold;
    font-size: 1.3em;
    margin: 1em 0;
    color: #BE0016;
    line-height: 150%;
  }
  .font-bold-125 {
    font-weight: bold;
    font-size: 1.15em;
    margin: 1em 0;
    color: #BE0016;
  }
}
@media only screen and (max-width: 750px) {
  .font-bold-125 br {
    display: none;
  }
}
.caption-center {
  text-align: center;
  font-size: 1.3em;
  color: #BF8C00;
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: 0.2em;
}
.caption-center span {
  font-size: 0.8em;
  font-weight: normal;
}
.caption-left {
  padding-left: 80px;
  line-height: 100px;
  background: url(../../com/img/yui-net/icon_addmin.png) no-repeat;
  font-size: 1.1em;
  color: #BF8C00;
  font-weight: 700;
  white-space: nowrap;
}
.caption-left i {
  padding-left: 1.25em;
  font-size: 1.2em;
}
/*フォントアイコン　編集*/
.webfont-icon i, .webfont-icon p i {
  margin-right: 0.3em;
  color: #BE0016;
}
/* 新着情報内のボタン */
.cn-btn-news {
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .cn-btn-news {
    max-width: 100%;
  }
}
.cn-btn-news a {
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  font-family: "Noto Sans JP", "YuGothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-weight: bold;
  display: block;
  width: 100%;
  padding: 1.25em 2em;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .cn-btn-news a {
    font-size: 16px;
    font-size: 1rem;
    padding-right: 9em;
    line-height: 1.25;
  }
}
@media screen and (max-width: 320px) {
  .cn-btn-news a {
    padding-left: 1.25em;
    padding-right: 7.25em;
  }
}
.cn-btn-news a span.arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2em;
}
@media screen and (max-width: 320px) {
  .cn-btn-news a span.arrow {
    width: 80px;
    right: 1.25em;
  }
}
.cn-btn-news a:hover {
  background: #f6f6f6;
}
.cn-btn-news a:hover span.arrow {
  right: -2em;
}
.cn-btn-news a {
  background: #BE0016;
}
.cn-btn-news a:hover {
  border: 1px solid #BE0016;
  color: #BE0016;
}
.cn-btn-news a:hover span.arrow::after, .cn-btn-news a:hover span.arrow::before {
  background: #BE0016;
}
/* Topics リスト */
ul.list-topics li {
  margin-left: 1.1em;
  position: relative;
  margin-bottom: 5px;
}
ul.list-topics li span {
  color: #BE0016;
}
ul.list-topics li a:hover {
  text-decoration: underline;
}
ul.list-topics li::before {
  display: block;
  content: '';
  position: absolute;
  top: .45em;
  left: -1em;
  width: 8px;
  height: 8px;
  background-color: #231815;
  border-radius: 100%;
}
/* ボタン(白、赤枠)*/
.cn-btn-news2 {
  width: 100%;
  margin-top: 2em;
}
@media only screen and (max-width: 750px) {
  .cn-btn-news2 {
    max-width: 100%;
  }
}
.cn-btn-news2 a {
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  font-family: "Noto Sans JP", "YuGothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-weight: bold;
  display: block;
  width: 100%;
  padding: 1.25em 2em;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .cn-btn-news2 a {
    font-size: 16px;
    font-size: 1rem;
    padding-right: 9em;
    line-height: 1.25;
  }
}
@media screen and (max-width: 320px) {
  .cn-btn-news2 a {
    padding-left: 1.25em;
    padding-right: 7.25em;
  }
}
.cn-btn-news2 a span.arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2em;
}
@media screen and (max-width: 320px) {
  .cn-btn-news2 a span.arrow {
    width: 80px;
    right: 1.25em;
  }
}
.cn-btn-news2 a span.arrow::before, .cn-btn-news2 a span.arrow::after {
  content: "";
  display: block;
  position: absolute;
  background: #BE0016;
}
.cn-btn-news2 a:hover {
  background: #231815;
}
.cn-btn-news2 a:hover span.arrow {
  right: -2em;
}
.cn-btn-news2 a {
  border: 1px solid #231815;
  background: #ffffff;
  color: #BE0016;
}
.cn-btn-news2 a:hover {
  color: #ffffff;
}
.cn-btn-news2 a:hover span.arrow::after, .cn-btn-news2 a:hover span.arrow::before {
  background: #BE0016;
}
/* 先頭文字大きい赤・先頭以外黒色　*/
.news-box .num-text h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.8333em;
  margin-left: 0;
  font-weight: bold;
  line-height: 1.0;
}
.news-box .num-text h4::before {
  display: none;
}
.news-box .num-text h4 span {
  font-size: 60px;
  font-size: 3.75rem;
  color: #BE0016;
  font-weight: normal;
  padding-right: 0.3333em;
}
@media only screen and (max-width: 750px) {
  .news-box .num-text h4 span {
    font-size: 48px;
    font-size: 3rem;
  }
}
.news-box .num-text p {
  font-weight: bold;
  margin-bottom: 2.5em;
}
@media only screen and (max-width: 1080px) {
  .news-box .num-text p {
    margin-bottom: 1.25em;
  }
}
.news-box .num-text dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.25;
}
.news-box .num-text dl dt {
  font-weight: bold;
  width: 8em;
}
@media only screen and (max-width: 1080px) {
  .news-box .num-text dl dt {
    width: 100%;
    margin-bottom: 0.625em !important;
  }
}
.news-box .num-text dl dt:not(:last-of-type) {
  margin-bottom: 1.25em;
}
.news-box .num-text dl dd {
  width: calc(100% - 8em);
}
@media only screen and (max-width: 1080px) {
  .news-box .num-text dl dd {
    width: 100%;
  }
}
.news-box .num-text dl dd:not(:last-of-type) {
  margin-bottom: 1.25em;
}
.news-box .arrow-bottom {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 30px 50% 0 50%;
  border-bottom: 5px solid #BE0016;
  border-right: 5px solid #BE0016;
  transform: rotate(45deg);
}
.news-box .image {
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
/* 左・上 見出しあり　テーブル　*/
.news-table {
  width: 100%;
  margin: 0 0 5em 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-spacing: 0;
  table-layout: auto;
}
.news-table tr th, .news-table tr td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 1em;
  display: table-cell;
  vertical-align: middle;
}
.news-table tr th {
  background-color: #eee;
  text-align: center;
}
.news-table tr td {
  background-color: #fff;
  text-align: center;
}
.news-table td:first-child {
  background: #eee;
  font-weight: 600;
}
.news-table .w-30 {
  width: 30%;
}
.news-table .w-70 {
  width: 70%;
}
@media only screen and (max-width: 750px) {
  .news-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0px;
    padding: 0;
    margin: 0;
  }
  .news-table .thead {
    display: none;
  }
  .news-table tr {
    width: 100%;
    margin-bottom: 10px;
    display: block;
    border: 1px solid #ddd;
    border-bottom: 2px solid #ddd;
    padding: 5px;
  }
  .news-table td:first-child {
    background: #eee;
    font-weight: bold;
    text-align: center;
  }
  .news-table td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
    width: 6em;
  }
  .news-table tr th, .news-table tr td {
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px;
    border-bottom: 1px dotted #ccc;
  }
  .news-table tr td:last-child {
    border-bottom: 0;
  }
  .news-table tr td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 0.5em;
  }
  .news-table .w-30, .news-table .w-70 {
    width: 100%;
  }
  .news-table .sp-pl {
    padding-left: 4.5em;
  }
}
/* liタグ赤色　複数行対応用　*/
ul.text-list2 li {
  padding-left: 1em;
  text-indent: -1em;
  padding-top: 0.3em;
}
@media only screen and (max-width: 750px) {
  ul.text-list2 li {
    margin-left: 0.625em;
  }
}
ul.text-list2 li::before {
  content: "・";
  color: #BE0016;
}
/*ツールチップ*/
.tooltip1 {
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.tooltip1 i {
  margin: 0;
  padding: 0 0 0 0.3em;
  color: #BE0016;
}
.description1 {
  display: none;
  position: absolute;
  padding: 15px;
  font-size: 1em;
  line-height: 1.6em;
  color: #fff;
  border-radius: 5px;
  background: #990012;
  width: 40em;
  text-align: left
}
.description1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 43px;
  border: 15px solid transparent;
  border-top: 15px solid #990012;
  margin-left: -15px;
}
.tooltip1:hover .description1 {
  display: inline-block;
  top: -100px;
  left: -30px;
}
/*リンク色*/
.bule-link-underlinenone a {
  color: #007bff;
}
/*FAQ QA*/
.page section .faq-qa h3 {
  margin-bottom: 0em;
}
.page section .faq-qa h3 span {
  color: #BE0016;
  display: inline-block;
  padding-right: 1em;
}
dl.qa {
  overflow: hidden;
  _zoom: 1;
  margin: 1em 0 2em 0;
}
dl.qa dd {
  text-indent: -45px;
  padding: 15px 20px 15px 52px;
  line-height: 1.5em;
}
dl.qa dt {
  text-indent: -60px;
  padding: 15px 20px 15px 55px;
  line-height: 1.5em;
  margin: 20px 0 0 0;
  font-size: 1.25em;
  background-color: #eee7e0;
}
dl.qa dt:first-letter {
  font-size: 26px;
  font-weight: bold;
  margin-right: 5px;
  padding: 0px 15px 0 20px;
  color: #696969;
}
dl.qa dd:first-letter {
  font-size: 26px;
  font-weight: bold;
  margin-right: 8px;
  padding: 0px 10px 0 10px;
  color: #BE0016;
}
dl.qa dd {
  margin: 30px 0 2em 0;
  padding-bottom: 20px;
}
.faq-qa {
  margin-bottom: 2em;
  position: relative;
}
.faq-qa .more-icon {
  position: absolute;
  right: 0;
  bottom: 0;
}
/* ykkap ヘッダーロゴ */
header .header-inner h1 .ykk {
  width: 8.75em;
  height: 0em;
  margin-left: 2.5em;
}
/* ykkap ヘッダーWEBカタログ */
header .header-inner #gnav .gnav-inner ul li.nav-box.ykk-01 {
  margin-left: 3.3333em;
}
@media only screen and (max-width: 1080px) {
  header .header-inner #gnav .gnav-inner ul li.nav-box.ykk-01 {
    margin-left: 0;
  }
}
header .header-inner #gnav .gnav-inner ul li.nav-box.ykk-01 a {
  background-color: #00a0de;
}
header .header-inner #gnav .gnav-inner ul li.nav-box.ykk-01 svg {
  margin-bottom: 0.2em;
}
/* ykkap ヘッダーWEBサイト */
header .header-inner #gnav .gnav-inner ul li.nav-box.ykk-02 a {
  background-color: #333333;
}
header .header-inner #gnav .gnav-inner ul li.nav-box.ykk-02 svg {
  margin-bottom: 0.6em;
  /*追加*/ margin-top: 0.2em;
}
/* ykkapボタン */
.cn-btn-ykkap {
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .cn-btn-ykkap {
    max-width: 100%;
  }
}
.cn-btn-ykkap a {
  font-size: 20px;
  font-size: 1.8rem;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  font-family: "Noto Sans JP", "YuGothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-weight: bold;
  display: block;
  width: 100%;
  padding: 1.25em 2em;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .cn-btn-ykkap a {
    font-size: 16px;
    font-size: 1rem;
    padding-right: 9em;
    line-height: 1.25;
  }
}
@media screen and (max-width: 320px) {
  .cn-btn-ykkap a {
    padding-left: 1.25em;
    padding-right: 7.25em;
  }
}
.cn-btn-ykkap a span.arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2em;
}
@media screen and (max-width: 320px) {
  .cn-btn-ykkap a span.arrow {
    width: 80px;
    right: 1.25em;
  }
}
.cn-btn-ykkap a:hover {
  background: #f6f6f6;
}
.cn-btn-ykkap a:hover span.arrow {
  right: -2em;
}
.cn-btn-ykkap a {
  background: #1882B4;
}
.cn-btn-ykkap a:hover {
  border: 1px solid #1882B4;
  color: #1882B4;
}
.cn-btn-ykkap a:hover span.arrow::after, .cn-btn-ykkap a:hover span.arrow::before {
  background: #1882B4;
}
/*****************************************************************
 *
 * Support
 *
 ****************************************************************/
/*お知らせ一覧*/
.oshirase section:nth-of-type(odd) {
  background: #f6f6f6;
}
.list-news .common-inner h3 {
  padding-bottom: 0.5em;
}
.list-news .common-inner ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "YuGothic", "游ゴシック", "roboto", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .list-news .common-inner ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
.list-news .common-inner ul li .data {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  margin-right: 1.4em;
}
@media only screen and (max-width: 750px) {
  .list-news .common-inner ul li .data {
    font-size: 16px;
    font-size: 1rem;
    margin-right: 0;
    margin-bottom: 0.3125em;
  }
}
.list-news .common-inner ul li .data span {
  padding-left: 0.8em;
}
.list-news .common-inner ul li {
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .list-news .common-inner ul li {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.list-news .common-inner ul li:not(:last-child) {
  margin-bottom: 0.625em;
}
.list-news .common-inner ul li ul li a {
  margin-left: 5em;
  word-break: break-all;
}
.list-news .common-inner ul li dl {
  margin-left: 5em;
}
@media only screen and (max-width: 750px) {
  .list-news .common-inner ul li dl dd {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.list-news .common-inner ul li:not(:last-child) {
  margin-bottom: 1.25em;
}
.list-news .common-inner .more-btn {
  position: absolute;
  right: 2.5em;
  bottom: -1.875em;
}
@media only screen and (max-width: 750px) {
  .list-news .common-inner .more-btn {
    right: 0;
    bottom: -4.75em;
  }
}
.list-news .common-inner ul .more-icon {
  position: absolute;
  right: 0;
}
/* support-menu */
.oshirase main #main-image {
  background-position: center 25%;
}
.oshirase main #contents {
  padding-bottom: calc(5em - 2.75em);
}
.oshirase main #contents .contents-inner .support-content-box {
  margin-bottom: 2.75em;
  position: relative;
}
.oshirase main #contents .contents-inner .support-content-box a.hover:hover p {
  color: #231815;
}
.oshirase main #contents .contents-inner .support-content-box .no-image {
  position: relative;
  width: 100%;
  padding-top: 20%;
}
.oshirase main #contents .contents-inner .support-content-box .no-image h3 {
  background: #fff;
  position: absolute;
  bottom: -1em;
  width: 100%;
  padding: 10px 20px;
  border-left: 5px solid #BE0016;
}
.oshirase main #contents .contents-inner .support-content-box .no-image h3 span {
  color: #BE0016;
  font-weight: bold;
}
.oshirase main #contents .contents-inner .support-content-box p {
  margin: 2em 20px 3.25em 20px;
}
@media only screen and (max-width: 750px) {
  .oshirase main #contents .contents-inner .support-content-box p {
    margin-top: 2.5em;
  }
}
.oshirase main #contents .contents-inner .support-content-box .more-icon {
  position: absolute;
  right: 0;
  bottom: 0;
}
/* 注釈 */
.list-product ul {
  margin: 1em 0 3em 0;
}
.list-product li {
  margin: 0.5em 2em;
  margin-left: 2em;
  text-indent: -2em;
  font-size: 0.8em;
}
/* OSテーブル */
.os-table {
  width: 100%;
  margin: 2em 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-spacing: 0;
  table-layout: auto;
}
.os-table tr th, .os-table tr td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 1em;
  display: table-cell;
  vertical-align: middle;
}
.os-table thead tr th {
  background-color: #eee;
  text-align: center;
}
.os-table tbody tr th {
  background-color: #eee;
  text-align: left;
  font-weight: bold;
}
.os-table tr td {
  background-color: #fff;
  text-align: center;
}
.os-table .w-30 {
  width: 30%;
}
.os-table .w-70 {
  width: 70%;
}
.os-table ul li {
  list-style-type: disc;
  margin: 0 1em;
  padding: 0.3em 0;
  text-align: left;
}
.os-table .w-10em {
  width: 10em;
}
.font-120 {
  font-size: 1.2rem;
}
@media only screen and (max-width: 750px) {
  .os-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0px;
    padding: 0;
    margin: 0;
  }
  .os-table thead {
    display: none;
  }
  .os-table tr {
    margin-bottom: 10px;
    display: block;
    border: 1px solid #ddd;
    border-bottom: 2px solid #ddd;
    padding: 5px;
  }
  .os-table tr th, .os-table tr td {
    display: block;
    text-align: center;
    width: 100%;
    padding: 10px;
    border-bottom: 1px dotted #ccc;
  }
  .os-table tr td:last-child {
    border-bottom: 0;
  }
  .os-table tr td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 0.5em;
  }
  .os-table .w-30, .os-table .w-70, .os-table .w-10em {
    width: 100%;
  }
  .font-120 {
    font-size: 1rem;
  }
}
/* 手順 */
.list-process ol {
  margin: 2em 0;
}
.list-process ol li {
  margin: 2em 1.5em;
}
.list-process ol li p {
  margin: 1em 0;
}
.list-process ol li .row {
  margin: 1em 0;
}
/* エースサポートページ　テーブル */
.table-scroll {
  margin: 10px 0px 20px;
}
@media only screen and (max-width: 1410px) {
  .table-scroll {
    overflow-x: scroll;
  }
}
.manual-table {
  border: #a9a9a9 1px solid;
  width: 100%;
}
@media only screen and (max-width: 730px) {
  .manual-table {
    font-size: .75em;
  }
}
.manual-table tr {
  border-bottom: #a9a9a9 1px solid;
  margin-bottom: 0;
}
.manual-table tbody tr:last-child {
  border: none;
}
.manual-table thead tr th {
  padding: 5px 10px;
  display: table-cell;
  font-weight: bold;
  border-right: #a9a9a9 1px solid;
  text-align: center;
  background-color: #EDEDED;
  vertical-align: middle;
  box-sizing: border-box;
}
.manual-table tbody tr td {
  font-size: 1em;
  padding: 10px 10px;
  display: table-cell;
  border-right: #a9a9a9 1px solid;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
}
.manual-table.table-col-5 tbody tr td:first-child {
  font-size: 1.25em;
}
.manual-table.table-col-5 tbody tr td:nth-child(2) {
  text-align: left;
}
.manual-table.table-col-5 tbody tr td:nth-child(4), .manual-table.table-col-5 tbody tr td:nth-child(5) {
  font-size: 1.1em;
}
.manual-table.table-col-5 tbody tr td:nth-child(4) i, .manual-table.table-col-5 tbody tr td:nth-child(5) i {
  color: #A41E20;
}
.manual-table.table-col-4 tbody tr td:first-child {
  font-size: 1.25em;
}
.manual-table.table-col-4 tbody tr td:nth-child(3), .manual-table.table-col-4 tbody tr td:nth-child(4) {
  font-size: 1.1em;
}
.manual-table.table-col-4 tbody tr td:nth-child(3) i, .manual-table.table-col-4 tbody tr td:nth-child(4) i {
  color: #A41E20;
}
.manual-table.table-col-2 {
  max-width: 768px;
}
.manual-table.table-col-2 tbody tr td:first-child {
  font-size: 1.25em;
}
.manual-table.table-col-2 tbody tr td:nth-child(2) {
  font-size: 1.1em;
}
.manual-table.table-col-2 tbody tr td:nth-child(2) i {
  color: #A41E20;
}
.manual-table.table-update tbody tr td.table-update-title {
  font-size: 1.25em;
}
.manual-table.table-update tbody tr td.table-update-link {
  font-size: 1.1em;
}
.manual-table.table-update tbody tr td.table-update-link i {
  color: #A41E20;
}
.manual-table.update-page tbody tr td .caution {
  text-align: left;
  font-size: .9em;
  margin: 5px 0 5px 10px;
}
.manual-table.update-page tbody tr td ul > li {
  font-size: 1em;
  text-align: left;
  list-style-type: disc;
  margin-left: 2em;
  line-height: 1.5;
}
.manual-table.update-page tbody tr td ul > li > ul > li {
  font-size: 1em;
  text-align: left;
  list-style-type: circle;
  margin-left: 1.5em;
  line-height: 1.5;
}
.manual-table.update-page tbody tr td ul > li > ol > li {
  font-size: 1em;
  text-align: left;
  list-style-type: decimal;
  margin-left: 1.5em;
  line-height: 1.5;
}
.manual-table.update-page.table-another {
  max-width: 980px;
}
.manual-table.update-page.table-another tbody tr td:first-child {
  font-size: 1.25em;
  font-weight: bold;
}
.manual-table.update-page.table-another tbody tr td:last-child {
  font-size: 1.1em;
  line-height: 1.5;
}
.manual-table.update-page.table-another tbody tr td:last-child i {
  color: #A41E20;
}
.manual-table tbody tr td small {
  display: block;
  font-size: .75em;
  color: #A41E20;
  line-height: 1.5;
}
.manual-table tbody tr td .font-small {
  font-size: .75em;
  line-height: 1.5;
}
.manual-table a {
  color: #337ab7;
}
.manual-table .font-125 {
  font-size: 1.25rem;
}
.accordion-h5 {
  font-size: 1.5em;
  padding: 1em;
  transition: .3s;
}
.accordion-h5 i {
  color: #A41E20;
}
.accordion-h5:hover {
  color: #A41E20;
  background-color: #EFEFEF;
}
/*****************************************************************
 *
 * RECRUIT
 *
 ****************************************************************/
.recruit h3 {
  font-weight: bold;
  color: #BE0016;
  text-align: center;
  font-size: 2em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 750px) {
  .recruit h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.recruit p {
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .recruit p {
    text-align: left;
    line-height: 1.8;
  }
}
/* 採用に関するお問い合わせボタン */
.cn-btn-recruit, .cn-btn-recruit-entry {
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .cn-btn-recruit, .cn-btn-recruit-entry {
    max-width: 100%;
  }
}
.cn-btn-recruit a, .cn-btn-recruit-entry a {
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  font-family: "Noto Sans JP", "YuGothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-weight: bold;
  display: block;
  width: 100%;
  padding: 1.25em 2em;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .cn-btn-recruit a, .cn-btn-recruit-entry a {
    font-size: 16px;
    font-size: 1rem;
    padding-right: 9em;
    line-height: 1.25;
  }
}
@media screen and (max-width: 320px) {
  .cn-btn-recruit a, .cn-btn-recruit-entry a {
    padding-left: 1.25em;
    padding-right: 7.25em;
  }
}
.cn-btn-recruit a span.arrow, .cn-btn-recruit-entry a span.arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2em;
}
@media screen and (max-width: 320px) {
  .cn-btn-recruit a span.arrow, .cn-btn-recruit-entry a span.arrow {
    width: 80px;
    right: 1.25em;
  }
}
.cn-btn-recruit a:hover, .cn-btn-recruit-entry a:hover {
  background: #f6f6f6;
}
.cn-btn-recruit a:hover span.arrow, .cn-btn-recruit-entry a:hover span.arrow {
  right: -2em;
}
.cn-btn-recruit a {
  background: #BE0016;
}
.cn-btn-recruit a:hover {
  border: 1px solid #BE0016;
  color: #BE0016;
}
.cn-btn-recruit a:hover span.arrow::before, .cn-btn-recruit a:hover span.arrow::after {
  background: #BE0016;
}
.cn-btn-recruit-entry a {
  background: #be004f;
}
.cn-btn-recruit-entry a:hover {
  border: 1px solid #be004f;
  color: #be004f;
}
.cn-btn-recruit-entry a:hover span.arrow::before, .cn-btn-recruit-entry a:hover span.arrow::after {
  background: #be004f;
}
/* 業務内容 */
.job-box, .news-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.job-box:not(:last-of-type), .news-box:not(:last-of-type) {
  margin-bottom: 3.75em;
}
.job-box .image, .news-box .image {
  width: 50%;
  padding-top: 27%;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  .job-box .image, .news-box .image {
    width: 100%;
    padding-top: 50%;
  }
}
.job-box .num-text, .news-box .num-text {
  width: 50%;
  padding-left: 2.5em;
}
@media only screen and (max-width: 1080px) {
  .job-box .num-text, .news-box .num-text {
    padding-left: 1.25em;
  }
}
@media only screen and (max-width: 750px) {
  .job-box .num-text, .news-box .num-text {
    width: 100%;
    padding-top: 1.25em;
    padding-left: 0;
  }
}
.job-box .num-text h4 {
  margin: 0.5em 0 0.8333em 0;
  font-size: 1.5em;
  margin-left: 0;
  font-weight: bold;
  line-height: 1.5;
  color: #BE0016;
}
.job-box .num-text h4::before {
  display: none;
}
@media only screen and (max-width: 750px) {
  .job-box .num-text h4 br {
    display: none;
  }
}
/*****************************************************************
 *
 * PRODUCT
 *
 ****************************************************************/
/* カテゴリ見出し */
.product-catch h3 {
  font-weight: bold;
  color: #BE0016;
  font-size: 2em;
  margin-bottom: 0.5em;
}
.product-catch h3 span {
  font-weight: bold;
  color: #231815;
  font-size: 0.8em;
  margin-bottom: 0.5em;
}
.product-catch h3 span i {
  padding-right: 0.5em;
}
.product-catch p i {
  padding-left: 0.5em;
  color: #231815;
}
@media only screen and (max-width: 750px) {
  .product-catch h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
/* col マージン */
.col-padding .col-md-3, .col-padding .col-md-6 {
  padding: 0 30px;
}
@media only screen and (max-width: 750px) {
  .col-padding .col-12 {
    padding: 10px 20px 40px 20px;
  }
}
/* img枠 */
.boder-green {
  border: 3px solid #b8ccb8;
}
.boder-pink {
  border: 3px solid #dbafbe;
}
/* テーブル */
table.product-tabel {
  width: 100%;
}
table.product-tabel tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
table.product-tabel tr th {
  border-bottom: 2px solid #231815;
  font-weight: bold;
  width: 20%;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media only screen and (max-width: 750px) {
  table.product-tabel tr th {
    border-bottom: none;
    width: 100%;
    padding-bottom: 0.625em;
  }
}
table.product-tabel tr td {
  border-bottom: 1px solid #231815;
  width: 80%;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  padding-left: 1.25em;
}
@media only screen and (max-width: 750px) {
  table.product-tabel tr td {
    border-bottom: 2px solid #231815;
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }
}
table.product-tabel tr:first-of-type th {
  padding-top: 0;
}
table.product-tabel tr:first-of-type td {
  padding-top: 0;
}
/* 事例紹介imgキャプション */
.voice figure figcaption {
  margin: 0 0 1.5em 5px;
}
.voice figure figcaption i {
  padding-right: 0.5em;
  font-size: 1.1em;
  color: #BE0016;
}
.voice .col-md-6 {
  padding-left: 0;
  padding-right: 0px;
}
.voice .col-md-6 .num-text {
  padding-left: 2.5em;
}
@media only screen and (max-width: 1080px) {
  .voice .col-md-6 .num-text {
    padding-left: 1.25em;
  }
}
@media only screen and (max-width: 750px) {
  .voice .col-md-6 .num-text {
    width: 100%;
    padding-top: 1.25em;
    padding-left: 0;
  }
}
/* 補助金対象ツール、カタログ選択 */
#itsubsidy main #contents .contents-inner .about-content-box, #catalog main #contents .contents-inner .about-content-box {
  /*margin-bottom: 2.75em;*/
  margin-bottom: 5em;
  position: relative;
}
#itsubsidy main #contents .contents-inner .about-content-box a.hover:hover p, #catalog main #contents .contents-inner .about-content-box a.hover:hover p {
  color: #231815;
}
#itsubsidy main #contents .contents-inner .about-content-box .image, #catalog main #contents .contents-inner .about-content-box .image {
  position: relative;
  width: 100%;
  padding-top: 66.6666%;
}
#itsubsidy main #contents .contents-inner .about-content-box .image h3, #catalog main #contents .contents-inner .about-content-box .image h3 {
  background: #fff;
  position: absolute;
  bottom: -1em;
  width: 80%;
  padding-top: 1em;
  padding-left: 20px;
  margin-bottom: 0em;
}
#itsubsidy main #contents .contents-inner .about-content-box .image h3 span, #catalog main #contents .contents-inner .about-content-box .image h3 span {
  color: #BE0016;
  font-weight: bold;
}
#itsubsidy main #contents .contents-inner .about-content-box p, #catalog main #contents .contents-inner .about-content-box p {
  margin: 3.25em 20px;
}
@media only screen and (max-width: 750px) {
  #itsubsidy main #contents .contents-inner .about-content-box p, #catalog main #contents .contents-inner .about-content-box p {
    margin-top: 2.5em;
  }
}
#itsubsidy main #contents .contents-inner .about-content-box .more-icon, #catalog main #contents .contents-inner .about-content-box .more-icon {
  position: absolute;
  right: 0;
  bottom: 0;
}
/* 補助金テーブル */
.itsubsidy-table {
  width: 100%;
}
.itsubsidy-table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.itsubsidy-table tr th {
  border-bottom: 2px solid #231815;
  font-weight: bold;
  width: 30%;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media only screen and (max-width: 750px) {
  .itsubsidy-table tr th {
    border-bottom: none;
    width: 100%;
    padding-bottom: 0.625em;
  }
}
.itsubsidy-table tr td {
  border-bottom: 1px solid #231815;
  width: 70%;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  padding-left: 1.25em;
}
@media only screen and (max-width: 750px) {
  .itsubsidy-table tr td {
    border-bottom: 2px solid #231815;
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }
}
.itsubsidy-table tr:first-of-type th {
  padding-top: 0;
}
.itsubsidy-table tr:first-of-type td {
  padding-top: 0;
}
.itsubsidy .col-md-6 {
  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;
  list-style: none !important;
}
.itsubsidy .col-md-6 > * {
  margin: 0;
  padding-left: 0 !important;
  list-style: none !important;
}
.itsubsidy .col-md-6 > *::before {
  content: none !important;
}
.itsubsidy .col-md-6 > * > *:first-child {
  margin-top: 0;
}
.itsubsidy .col-md-6 > * {
  width: 47%;
}
@media only screen and (max-width: 1080px) {
  .itsubsidy .col-md-6 > * {
    width: 47%;
  }
}
@media only screen and (max-width: 750px) {
  .itsubsidy .col-md-6 > * {
    width: 100%;
  }
}
/* -----------------------------
  丸リスト
 ----------------------------- */
ul.disc {
  margin-bottom: 10px;
}
ul.disc > li {
  margin-left: 1.1em;
  position: relative;
  margin-bottom: 5px;
}
ul.disc > li::before {
  display: block;
  content: '';
  position: absolute;
  top: .45em;
  left: -1em;
  width: 8px;
  height: 8px;
  background-color: #231815;
  border-radius: 100%;
}
/* -----------------------------
  Contactフォーム
 ----------------------------- */
.contact-form {
  margin: 3em auto;
}
.contact-form dl.form-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  border-bottom: 1px solid #ccc;
}
.contact-form dl.form-group dt {
  width: 30%;
  padding: 40px 0 40px 20px;
}
.contact-form dl.form-group dd {
  width: 70%;
  padding: 40px 20px 40px 0;
}
.contact-form .form-group label {
  font-size: 1.1rem;
  vertical-align: middle;
  line-height: 1.5rem;
}
.contact-form .form-group small {
  display: block;
  color: #868686;
  margin-top: .5rem;
}
.contact-form .form-group .font08em {
  font-size: 0.8em;
}
.contact-form .form-group .form-check {
  margin-bottom: 1.25rem;
}
.contact-form .form-group .form-control {
  height: calc(2.5em + .75rem + 2px);
  font-size: 1.1rem;
}
.contact-form .form-group textarea.form-control {
  height: calc(5em + .75rem + 2px);
}
.contact-form .form-group .form-check label {
  margin-bottom: 0;
  vertical-align: baseline;
}
.contact-form .form-group .form-check .form-check-input {
  position: relative;
  vertical-align: baseline;
  height: 15px;
  line-height: 15px;
}
.contact-form .form-group .form-check .form-control-sm {
  display: inline-block;
  width: 300px;
  height: calc(1.5em + .75rem + 2px);
  margin-left: 5px;
}
.contact-form .form-group .privacy-check {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 1em 0;
}
.contact-form .button-form {
  width: 100%;
  background-color: #575757;
  color: #ffffff;
  display: block;
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 1em;
  margin: 2em auto;
  border-radius: 5px;
  transition: .3s;
  max-width: 1200px;
}
.contact-form .button-form:hover {
  background-color: #7C7C7C;
}
.contact-form .button-form.cad {
  background-color: #990239;
}
.contact-form .button-form.cad:hover {
  background-color: #C8024A;
}
.contact-form .required {
  font-size: .75rem;
  color: #fff;
  background-color: #e6001a;
  font-weight: bold;
  display: inline-block;
  margin-left: .5rem;
  vertical-align: middle;
  padding: .25rem;
  border-radius: 3px;
  line-height: 1.5;
}
.contact-form .form-group input::placeholder, .contact-form .form-group textarea::placeholder {
  color: #bcbcbc;
}
.contact-form .form-group input::-ms-input-placeholder, .contact-form .form-group textarea::-ms-input-placeholder {
  color: #bcbcbc;
}
.contact-form .form-group input:-ms-input-placeholder, .contact-form .form-group textarea:-ms-input-placeholder {
  color: #bcbcbc;
}
@media only screen and (max-width: 750px) {
  .contact-form .form-group .form-check .form-check-input {
    position: absolute;
    margin-top: 0.3rem;
  }
  .contact-form .form-group .form-check.privacy-check .form-check-input {
    margin-top: .4rem;
  }
  .contact-form .form-group .form-check .form-control-sm {
    width: 100%;
    display: block;
    margin-top: 5px;
    margin-left: 0;
  }
  .contact-form dl {
    padding: 1em 0;
  }
  .contact-form dl.form-group dt {
    width: 100%;
    padding: 0 0 10px 0;
  }
  .contact-form dl.form-group dd {
    width: 100%;
    padding: 0 0 0 20px;
    margin-top: 20px;
  }
}
/* -----------------------------
  イベントテーブル
 ----------------------------- */
.eventlist-pref {
  width: 160px;
}
.event-pref {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  width: 140px;
  background-color: #808080;
  font-size: .75em;
  color: #ffffff;
  font-weight: bold;
  padding: 5px 0;
  letter-spacing: 0.2em;
}
.event-status {
  width: 120px;
}
.fa-comment-dots {
  color: #990000;
  padding-left: 8px;
  transform: scale(-1, 1);
}
.eventlist-table {
  border-collapse: collapse;
  text-align: left;
  line-height: 1.5;
  width: 100%;
}
.eventlist-table tr {
  border-bottom: 1px solid #ccc;
}
.eventlist-table td {
  padding: 1em;
  vertical-align: top;
  font-size: 1.1em;
  display: table-cell;
}
.eventlist-table td a {
  color: #007bff;
}
.eventlist-table td a:hover {
  color: #002D7B;
}
.eventlist-day {
  text-align: center;
  width: 150px;
}
.eventlist-location {
  font-size: 0.9em;
}
.label-kenchiku {
  text-align: center;
  font-size: 1.25em;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #9f263d;
  border-radius: 3px;
  margin: 2em 0;
  color: #9f263d;
  font-weight: bold;
  padding: .5em 1em;
}
.label-doboku {
  text-align: center;
  font-size: 1.25em;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #008000;
  border-radius: 3px;
  margin: 2em 0;
  color: #008000;
  font-weight: bold;
  padding: .5em 1em;
}
.label-day {
  font-size: .85em;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  background-color: #990000;
  border-radius: 3px;
  margin-right: .5em;
  color: #ffffff;
  padding: 5px .5em;
}
@media only screen and (max-width: 750px) {
  .eventlist-table {
    font-size: .85em;
  }
  .eventlist-day {
    text-align: left;
    margin-top: .75em;
  }
  .eventlist-table td {
    padding: 0;
    margin-bottom: .75em;
    display: block;
    width: 100%;
  }
}
/* -----------------------------
  講習会テーブル
 ----------------------------- */
.event-table {
  width: 100%;
  border: #a9a9a9 1px solid;
  margin: 1em 0 3em;
}
.event-table tr:last-child {
  border: none;
}
.event-table th {
  width: 30%;
  padding: 1em;
  display: table-cell;
  border-right: #a9a9a9 1px solid;
  font-size: 1.1em;
  font-weight: bold;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background-color: #696969;
  box-sizing: border-box;
}
.event-table td {
  width: 70%;
  padding: 1em;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  background-color: #fff;
  box-sizing: border-box;
}
.event-table tr {
  border-bottom: #a9a9a9 1px solid;
}
.event-table tr:last-child {
  border: none;
}
.event-table p {
  margin-bottom: 0;
}
.button-event {
  width: 60%;
  max-width: 680px;
  background-color: #991d1d;
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  font-size: 1.5em;
  font-weight: 500;
  text-align: center;
  margin-top: 2em;
  margin-bottom: 3em;
  letter-spacing: 0.1em;
}
.button-event a {
  color: #ffffff;
  border-radius: 5px;
  text-decoration: none;
  display: block;
  padding: 1em 0;
  box-sizing: border-box;
}
.button-event a:hover {
  color: #fff;
  background-color: #cc2727;
}
.button-event i {
  color: #ffffff;
  padding: 0 15px 0 0;
}
@media only screen and (max-width: 750px) {
  .event-table th {
    width: 100%;
    display: block;
    font-size: 1em;
  }
  .event-table td {
    width: 100%;
    display: block;
  }
  .button-event {
    width: 100%;
    font-size: 1em;
  }
  .button-event a {
    color: #ffffff;
    border-radius: 5px;
    text-decoration: none;
    display: block;
    padding: 1em 0;
  }
}
/* -----------------------------
  フォームテーブル
 ----------------------------- */
.form-table {
  width: 100%;
  border: #a9a9a9 1px solid;
  margin: 1em 0 3em;
}
.form-table th {
  width: 30%;
  padding: 1em .5em;
  display: table-cell;
  border: #a9a9a9 1px solid;
  text-align: center;
  background-color: #f5f5f5;
  font-weight: bold;
  font-size: 1.1em;
  vertical-align: middle;
}
.form-table td {
  width: 70%;
  padding: 1em;
  display: table-cell;
  border: #a9a9a9 1px solid;
  text-align: left;
  vertical-align: middle;
}
.form-table p {
  margin-bottom: 0;
}
@media only screen and (max-width: 750px) {
  .form-table th {
    width: 100%;
    display: block;
  }
  .form-table td {
    width: 100%;
    display: block;
  }
}
/* -----------------------------
  動作環境テーブル
 ----------------------------- */
.dousa-table {
  width: 100%;
  margin: 2em 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-spacing: 0;
  table-layout: auto;
}
.dousa-table tr th, .dousa-table tr td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 1em;
  display: table-cell;
  vertical-align: middle;
}
.dousa-table tr th {
  background-color: #eee;
  text-align: center;
}
.dousa-table tr td {
  background-color: #fff;
}
.dousa-table .w-30 {
  width: 30%;
}
.dousa-table .w-70 {
  width: 70%;
}
@media only screen and (max-width: 750px) {
  .dousa-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0px;
    padding: 0;
    margin: 0;
  }
  .dousa-table thead {
    display: none;
  }
  .dousa-table tr {
    margin-bottom: 10px;
    display: block;
    border: 1px solid #ddd;
    border-bottom: 2px solid #ddd;
    padding: 5px;
  }
  .dousa-table tr th, .dousa-table tr td {
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px;
    border-bottom: 1px dotted #ccc;
  }
  .dousa-table tr td:last-child {
    border-bottom: 0;
  }
  .dousa-table tr td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 0.5em;
  }
  .dousa-table .w-30, .dousa-table .w-70 {
    width: 100%;
  }
}
/* ----------------------------- */
/* システム構成　テーブル　　　　*/
/* ----------------------------- */
.system-table {
  border: #a9a9a9 1px solid;
  width: 100%;
  background-color: #fff;
}
.system-table tbody tr:nth-child(2n + 1) {
  background-color: rgba(230, 235, 237, 0.25);
}
.system-table tr:last-child {
  border: none;
}
.system-table th {
  color: #3d4449;
  font-size: 0.9em;
  font-weight: 600;
  width: 20%;
  padding: 1em .5em;
  display: table-cell;
  border-right: #a9a9a9 1px solid;
  text-align: center;
  vertical-align: middle;
  background-color: #e3e3e3;
}
.system-table td {
  font-size: 1em;
  padding: 1em .5em;
  display: table-cell;
  border-right: #a9a9a9 1px solid;
  text-align: left;
  vertical-align: middle;
}
.system-table tr {
  border-bottom: #a9a9a9 1px solid;
  margin-bottom: 0;
}
@media only screen and (max-width: 750px) {
  .system-table {
    font-size: .8em;
  }
}
/* -----------------------------
  A's導入事例
 ----------------------------- */
.page section h3.h3-catch {
  font-size: 1.5em;
  font-weight: 500;
  margin-bottom: .5em
}
ul.actions {
  cursor: default;
  list-style: none;
  padding-left: 0;
}
ul.actions li {
  display: inline-block;
  padding: 0 1em 0 0;
  vertical-align: middle;
}
ul.actions li:last-child {
  padding-right: 0;
}
ul.actions.small li {
  padding: 0 0.5em 0 0;
}
ul.actions.vertical li {
  display: block;
  padding: 1em 0 0 0;
}
ul.actions.vertical li:first-child {
  padding-top: 0;
}
ul.actions.vertical li > * {
  margin-bottom: 0;
}
ul.actions.vertical.small li {
  padding: 0.5em 0 0 0;
}
ul.actions.vertical.small li:first-child {
  padding-top: 0;
}
ul.actions.fit {
  display: table;
  margin-left: -1em;
  padding: 0;
  table-layout: fixed;
  width: calc(100% + 1em);
}
ul.actions.fit li {
  display: table-cell;
  padding: 0 0 0 1em;
}
ul.actions.fit li > * {
  margin-bottom: 0;
}
ul.actions.fit.small {
  margin-left: -0.5em;
  width: calc(100% + 0.5em);
}
ul.actions.fit.small li {
  padding: 0 0 0 0.5em;
}
ul.actions li .button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  background-color: transparent;
  border-radius: 0.375em;
  border: 0;
  box-shadow: inset 0 0 0 2px #9f263d;
  color: #9f263d !important;
  cursor: pointer;
  display: inline-block;
  font-size: 0.8em;
  font-weight: 700;
  height: 3.5em;
  letter-spacing: 0.075em;
  line-height: 3.5em;
  padding: 0 2.25em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
ul.actions li .button:hover {
  background-color: rgba(245, 106, 106, 0.05);
}
.posts article a {
  display: block;
  overflow: hidden;
}
.posts article a:hover img {
  -moz-transform: scale(1.075);
  -webkit-transform: scale(1.075);
  -ms-transform: scale(1.075);
  transform: scale(1.075);
}
.user-name {
  font-size: 1.5em;
  padding-bottom: 0.2em;
  border-bottom: solid 2px #9f263d;
}
.user-outline {
  font-size: 1.3em;
  margin: 1em 0;
  line-height: 1.8em;
}
.user-h5 {
  font-size: 2em;
}
.user-read {
  font-size: 1.1em;
  text-indent: 1em;
  line-height: 1.8em;
  text-align: justify;
}
.large-button {
  font-size: 1.6em;
  display: block;
  width: 80%;
  margin: 2em auto;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  background-color: #fff;
  border-radius: 0.375em;
  border: 0;
  box-shadow: inset 0 0 0 2px #9f263d;
  color: #9f263d !important;
  cursor: pointer;
  font-weight: 700;
  height: 3.5em;
  letter-spacing: 0.075em;
  line-height: 3.5em;
  padding: 0 2.25em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
.large-button:hover {
  background-color: rgba(245, 106, 106, 0.05);
}
.interview-date {
  font-size: 0.9em;
  color: #808080;
  text-align: right;
}
/* -----------------------------
  矢印ボタン
 ----------------------------- */
.arrow-move-btn {
  max-width: 31.25em;
  width: 100%;
}
.arrow-move-btn a {
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  background: #BE0016;
  border: 1px solid rgba(0, 0, 0, 0);
  font-family: "Noto Sans JP", "YuGothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-weight: bold;
  display: block;
  width: 100%;
  padding: 1.25em 2em;
  position: relative;
}
.arrow-move-btn a.hover:hover {
  border: 1px solid #BE0016;
  color: #BE0016;
  background: #f6f6f6;
}
.arrow-move-btn a span.arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2em;
}
.arrow-move-btn a.hover:hover span.arrow {
  right: -2em;
}
.arrow-move-btn a.hover:hover span.arrow::before, .arrow-move-btn a.hover:hover span.arrow::after {
  background: #BE0016;
}
@media only screen and (max-width: 750px) {
  .arrow-move-btn a {
    font-size: 16px;
    font-size: 1rem;
    padding-right: 9em;
    line-height: 1.25;
  }
}
/* -----------------------------
  その他
 ----------------------------- */
a.blue-link {
  color: #007bff;
  text-decoration: underline;
}
.pdf-link a {
  font-size: 1.25em;
  color: #337ab7;
}
.form_tel {
  font-size: 150%;
  font-weight: bold;
  color: #991d1d;
  margin-right: 1em;
}
.form_tel a {
  color: #991d1d;
}
a.square_btn {
  display: block;
  font-size: 2em;
  letter-spacing: 0.2em;
  text-align: center;
  text-decoration: none;
  color: #9f263d;
  background-color: #fff;
  border: solid 3px #9f263d;
  border-radius: 5px;
  width: 100%;
  max-width: 1024px;
  padding: 1em 0;
  margin: 2em auto;
}
a.square_btn:hover {
  background-color: #9f263d;
  color: #fff;
}
.mw-xl {
  max-width: 1200px;
}
.mw-md {
  max-width: 768px;
}
.mw-sm {
  max-width: 576px;
}
@media only screen and (max-width: 750px) {
  .pdf-link a {
    font-size: 1em;
  }
  .form_tel {
    font-size: 125%;
    display: block;
    margin-right: 0;
  }
}
/*見出しGR追加 ここから*/
.top main .firstview-contents .obi-gr {
  position: absolute;
  top: 6.25em;
  left: 0;
  width: 30%;
  height: calc(100% - 6.25em);
  background: #2e1005;
  /*	background-image: linear-gradient(-45deg, #ca6f16, #2e1005 60% 100%);*/
  z-index: -1;
}
@media screen and (min-width: 1081px) and (max-width: 1366px) {
  .top main .firstview-contents .obi-gr {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
    width: 500px;
  }
  .top main .firstview-contents .obi-gr::before {
    content: "";
    position: absolute;
    display: block;
    background: #2e1005;
    left: -300%;
    width: 300%;
    height: 100%;
  }
}
@media only screen and (max-width: 1080px) {
  .top main .firstview-contents .obi-gr {
    top: 5em;
    height: calc(100% - 5em);
  }
}
@media only screen and (max-width: 750px) {
  .top main .firstview-contents .obi-gr {
    top: 3.75em;
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    background: #fff;
    width: 100%;
    height: calc(100% - 3.75em);
  }
  .top main .firstview-contents .obi-gr::before {
    content: "";
    position: absolute;
    display: block;
    background: #2e1005;
    left: 0;
    width: 50%;
    height: 100%;
  }
}
.top main .firstview-contents #firstview-gr .common-inner .catch h2.midashi-gr {
  font-size: 4vw;
  font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "ＭＳ 明朝", serif;
  font-weight: 500;
  margin-bottom: 40px;
  line-height: 1.5;
  white-space: nowrap;
  font-weight: 600;
  font-style: oblique;
}
@media screen and (max-width: 1800px) {
  .top main .firstview-contents #firstview-gr .common-inner .catch h2.midashi-gr {
    font-size: 74px;
    font-size: 4.625rem;
  }
}
@media only screen and (max-width: 750px) {
  .top main .firstview-contents #firstview-gr .common-inner .catch h2.midashi-gr {
    font-size: 52px;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 320px) {
  .top main .firstview-contents #firstview-gr .common-inner .catch h2.midashi-gr {
    font-size: 48px;
    font-size: 3rem;
  }
}
.top main .firstview-contents #firstview-gr {
  width: 100%;
  min-height: 25em;
  position: relative;
  top: 6.25em;
  margin-bottom: 1em;
  overflow: hidden;
}
@media only screen and (max-width: 1080px) {
  .top main .firstview-contents #firstview-gr {
    top: 5em;
    margin-bottom: 2em;
  }
}
@media only screen and (max-width: 750px) {
  .top main .firstview-contents #firstview-gr {
    top: 3.75em;
    margin-bottom: 2em;
  }
}
.top main .firstview-contents #firstview-gr .common-inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 75%;
}
.top main .firstview-contents #firstview-gr .common-inner .catch {
  position: absolute;
  top: 75%;
  left: 184px;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
@media screen and (max-width: 1366px) {
  .top main .firstview-contents #firstview-gr .common-inner .catch {
    left: 2.5em;
  }
}
@media only screen and (max-width: 750px) {
  .top main .firstview-contents #firstview-gr .common-inner .catch {
    left: 1.25em;
  }
}
.top main .firstview-contents #firstview-gr .common-inner .catch.move {
  top: 50%;
  opacity: 1;
}
@media only screen and (max-width: 750px) {
  .top main .firstview-contents #firstview-gr .common-inner .catch.move {
    top: 60%;
  }
}
.top main .firstview-contents #firstview-gr .common-inner .catch h2 {
  font-size: 1.2vw;
  color: #fff;
  font-family: "Noto Sans JP", "YuGothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-weight: normal;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8);
  line-height: 2.5;
}
.top main .firstview-contents #firstview-gr .common-inner .catch h2.midashi {
  font-size: 4vw;
  font-weight: 500;
  margin-bottom: 40px;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 1800px) {
  .top main .firstview-contents #firstview-gr .common-inner .catch h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .top main .firstview-contents #firstview-gr .common-inner .catch h2.midashi {
    font-size: 74px;
    font-size: 4.625rem;
  }
}
@media only screen and (max-width: 750px) {
  .top main .firstview-contents #firstview-gr .common-inner .catch h2 {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
  }
  .top main .firstview-contents #firstview-gr .common-inner .catch h2.midashi {
    font-size: 52px;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 320px) {
  .top main .firstview-contents #firstview-gr .common-inner .catch h2.midashi {
    font-size: 48px;
    font-size: 3rem;
  }
}
.top main .firstview-contents #firstview-gr .common-inner.scroll {
  width: auto;
  height: 25%;
}
.top main .firstview-contents #firstview-gr .common-inner.scroll .scroll-icon {
  position: absolute;
  right: 80px;
  bottom: 18px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media screen and (max-width: 1366px) {
  .top main .firstview-contents #firstview-gr .common-inner.scroll .scroll-icon {
    right: 2.5em;
  }
}
.top main .firstview-contents #firstview-gr .common-inner.scroll .scroll-icon a {
  font-size: 16px;
  font-size: 1rem;
  color: #BE0016;
  font-family: "Noto Sans JP", "YuGothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-weight: bold;
  display: block;
  position: relative;
  padding-left: 15px;
  padding-bottom: 10px;
}
.top main .firstview-contents #firstview-gr .common-inner.scroll .scroll-icon a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  height: 1px;
  width: 8.125em;
  background: #BE0016;
}
.top main .firstview-contents #firstview-gr .common-inner.scroll .scroll-icon a.hover:hover {
  color: #231815;
}
.top main .firstview-contents #firstview-gr .common-inner.scroll .scroll-icon a.hover:hover::after {
  width: 9.375em;
  background: #231815;
}
.top main .firstview-contents #firstview-gr .bg-image-gr {
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 75%;
  background: url(../../com/img/com/firstview_top-gr.jpg) center left/cover no-repeat;
  z-index: -1;
}
@media screen and (min-width: 1081px) and (max-width: 1366px) {
  .top main .firstview-contents #firstview-gr .bg-image-gr {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 500px;
    margin: 0 auto;
    background: #fff;
  }
  .top main .firstview-contents #firstview-gr .bg-image-gr::after {
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: -300%;
    width: 300%;
    height: 100%;
    background: url(../../com/img/com/firstview_top-gr.jpg) center left/cover no-repeat;
  }
}
@media only screen and (max-width: 750px) {
  .top main .firstview-contents #firstview-gr .bg-image-gr {
    left: auto;
    right: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: 75%;
    height: 75%;
  }
  .top main .firstview-contents #firstview-gr .bg-image-gr::after {
    right: 0;
    width: 100%;
  }
}
.top main .firstview-contents #top-info {
  padding-top: 1em;
  padding-bottom: 6.875em;
}
@media only screen and (max-width: 750px) {
  .top main .firstview-contents #top-info {
    /*padding-top: 6.25em;*/
    padding-bottom: 12.5em;
  }
}
.top main .firstview-contents #top-info .ne-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1080px) {
  .top main .firstview-contents #top-info .ne-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.top main .firstview-contents #top-info .ne-inner h2 {
  font-size: 1.6vw;
  color: #fff;
  margin-right: 40px;
  width: 15%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.top main .firstview-contents #top-info .ne-inner h2 span {
  font-size: 1vw;
  color: #fff;
  font-weight: normal;
}
@media screen and (max-width: 1366px) {
  .top main .firstview-contents #top-info .ne-inner h2 {
    font-size: 40px;
    font-size: 1.5rem;
  }
  .top main .firstview-contents #top-info .ne-inner h2 span {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 1080px) {
  .top main .firstview-contents #top-info .ne-inner h2 {
    width: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.top main .firstview-contents #top-info .ne-inner .content-box {
  width: calc(88% - 40px);
  padding: 2.5em;
  background: #fff 0% 0% no-repeat;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  position: relative;
}
@media only screen and (max-width: 1080px) {
  .top main .firstview-contents #top-info .ne-inner .content-box {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .top main .firstview-contents #top-info .ne-inner .content-box {
    padding: 2.5em 1.25em;
  }
}
.top main .firstview-contents #top-info .ne-inner .content-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}
.top main .firstview-contents #top-info .ne-inner .content-box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "YuGothic", "游ゴシック", "roboto", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .top main .firstview-contents #top-info .ne-inner .content-box ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
.top main .firstview-contents #top-info .ne-inner .content-box ul li .data {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  margin-right: 1.4em;
}
@media only screen and (max-width: 750px) {
  .top main .firstview-contents #top-info .ne-inner .content-box ul li .data {
    font-size: 16px;
    font-size: 1rem;
    margin-right: 0;
    margin-bottom: 0.3125em;
  }
}
.top main .firstview-contents #top-info .ne-inner .content-box ul li .data span {
  padding-left: 0.8em;
}
.top main .firstview-contents #top-info .ne-inner .content-box ul li ul {
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .top main .firstview-contents #top-info .ne-inner .content-box ul li ul li {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.top main .firstview-contents #top-info .ne-inner .content-box ul li ul li:not(:last-child) {
  margin-bottom: 0.625em;
}
.top main .firstview-contents #top-info .ne-inner .content-box ul li ul li a, .top main .firstview-contents #top-info .ne-inner .content-box ul li ul li p {
  margin-left: 5em;
  word-break: break-all;
}
.top main .firstview-contents #top-info .ne-inner .content-box ul li dl {
  margin-left: 5em;
}
@media only screen and (max-width: 750px) {
  .top main .firstview-contents #top-info .ne-inner .content-box ul li dl dd {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.top main .firstview-contents #top-info .ne-inner .content-box ul li:not(:last-child) {
  margin-bottom: 1.25em;
}
.top main .firstview-contents #top-info .ne-inner .content-box .more-btn {
  position: absolute;
  right: 2.5em;
  bottom: -1.875em;
}
@media only screen and (max-width: 750px) {
  .top main .firstview-contents #top-info .ne-inner .content-box .more-btn {
    right: 0;
    bottom: -4.75em;
  }
}
.doboku-box-midashi h3 {
  font-size: 5rem;
  letter-spacing: 5px;
}
.product-content-box {
  margin-bottom: 5em;
  position: relative;
}
.product-content-box a.hover:hover p {
  color: #231815;
}
.product-content-box .image {
  position: relative;
  width: 100%;
  padding-top: 66.6666%;
}
.product-content-box .image h3 {
  font-size: 1.25rem;
  background: #fff;
  position: absolute;
  bottom: -1em;
  width: 80%;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 12px;
  border-left: 8px solid #de961d;
}
@media only screen and (max-width: 750px) {
  .product-content-box .image h3 {
    font-size: 1.15rem;
    background: #fff;
    position: absolute;
    bottom: -1em;
    width: 100%;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 12px;
    border-left: 8px solid #de961d;
  }
}
.product-content-box .image h3 span {
  color: #BE0016;
  font-weight: bold;
}
.product-content-box p {
  margin: 2em 20px 3.725em 20px;
}
@media only screen and (max-width: 750px) {
  .product-content-box p {
    margin-top: 2.5em;
  }
}
.product-content-box .more-icon {
  position: absolute;
  right: 0;
  bottom: 0;
}
.btn-area-doboku {
  margin: 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.btn-area-doboku .cn-btn {
  max-width: 31.25em;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .btn-area-doboku .cn-btn {
    max-width: 100%;
  }
}
.btn-area-doboku .cn-btn a {
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  font-family: "Noto Sans JP", "YuGothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-weight: bold;
  display: block;
  width: 100%;
  padding: 1.25em 2em;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .btn-area-doboku .cn-btn a {
    font-size: 16px;
    font-size: 1rem;
    padding-right: 9em;
    line-height: 1.25;
  }
}
@media screen and (max-width: 320px) {
  .btn-area-doboku .cn-btn a {
    padding-left: 1.25em;
    padding-right: 7.25em;
  }
}
.btn-area-doboku .cn-btn a span.arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2em;
}
@media screen and (max-width: 320px) {
  .btn-area-doboku .cn-btn a span.arrow {
    width: 80px;
    right: 1.25em;
  }
}
.btn-area-doboku .cn-btn a.hover:hover {
  background: #f6f6f6;
}
.btn-area-doboku .cn-btn a.hover:hover span.arrow {
  right: -2em;
  color: #af4425;
}
.btn-area-doboku .cn-btn.user a, .btn-area-doboku .cn-btn.consultation a {
  background: #af4425;
}
.btn-area-doboku .cn-btn.user a.hover:hover, .btn-area-doboku .cn-btn.consultation a.hover:hover {
  border: 1px solid #af4425;
  color: #af4425;
}
.btn-area-doboku .cn-btn.user a.hover:hover span.arrow::before, .btn-area-doboku .cn-btn.user a.hover:hover span.arrow::after, .btn-area-doboku .cn-btn.consultation a.hover:hover span.arrow::before, .btn-area-doboku .cn-btn.consultation a.hover:hover span.arrow::after {
  background: #af4425;
}
.btn-area-doboku .cn-btn.agency a {
  background: #231815;
}
.btn-area-doboku .cn-btn.agency a.hover:hover.hover:hover {
  border: 1px solid #231815;
  color: #231815;
}
.btn-area-doboku .cn-btn.agency a.hover:hover.hover:hover span.arrow::before, .btn-area-doboku .cn-btn.agency a.hover:hover.hover:hover span.arrow::after {
  background: #231815;
}
.btn-area-doboku .cn-btn:not(:first-child) {
  margin-top: 2.5em;
}
header .header-inner #gnav .gnav-inner ul li.nav-box.green-01 {
  margin-left: 3.3333em;
}
@media only screen and (max-width: 1080px) {
  header .header-inner #gnav .gnav-inner ul li.nav-box.green-01 {
    margin-left: 0;
  }
}
header .header-inner #gnav .gnav-inner ul li.nav-box.green-01 a {
  background-color: #23ac38;
}
header .header-inner #gnav .gnav-inner ul li.nav-box.green-01 svg {
  margin-bottom: 0.2em;
}
header .header-inner #gnav .gnav-inner ul li.nav-box.green-02 a {
  background-color: #07913B;
}
header .header-inner #gnav .gnav-inner ul li.nav-box.green-02 svg {
  margin-bottom: 0.5em;
  margin-top: 0.1em;
}
header .header-inner #gnav .gnav-inner ul li.nav-box.green-03 a {
  background-color: #003907;
}
header .header-inner #gnav .gnav-inner ul li.nav-box.green-03 svg {
  margin-bottom: 0.6em;
  margin-top: 0.2em;
}
footer .footer-inner .footer-nav-area ul li.primary-doboku {
  padding-bottom: 0;
}
footer .footer-inner .footer-nav-area ul li.primary-doboku a {
  color: #af4425;
  font-weight: bold;
  position: relative;
  padding-left: 1.4em;
}
@media only screen and (max-width: 750px) {
  footer .footer-inner .footer-nav-area ul li.primary-doboku a {
    padding-left: 0.625em;
  }
}
footer .footer-inner .footer-nav-area ul li.primary-doboku a::before {
  content: "";
  display: block;
  position: absolute;
  background: #af4425;
  width: 0.625em;
  height: 1px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 750px) {
  footer .footer-inner .footer-nav-area ul li.primary-doboku a::before {
    width: 0.3125em;
  }
}
footer .footer-inner .footer-nav-area ul li.primary-doboku a.hover:hover::before {
  background: #002D7B;
}
footer .footer-inner .footer-nav-area ul li.primary-doboku:first-child {
  padding-bottom: 10em;
}
@media screen and (max-width: 1550px) {
  footer .footer-inner .footer-nav-area ul li.primary-doboku:first-child {
    padding-bottom: 0;
  }
}
/*見出しGR追加 ここまで*/
/* -----------------------------
  A's ページ
 ----------------------------- */
footer .footer-inner .footer-nav-area ul li.primary-cad a {
  color: #990239;
  font-weight: bold;
  position: relative;
  padding-left: 1.4em;
}
footer .footer-inner .footer-nav-area ul li.primary-cad a::before {
  content: "";
  display: block;
  position: absolute;
  background: #990239;
  width: 0.625em;
  height: 1px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
footer .footer-inner .footer-nav-area ul li.primary-cad {
  padding-bottom: 0;
  margin-left: 0.625em;
  padding-top: 1.875em;
  word-wrap: break-word;
}
footer .footer-inner .footer-nav-area ul li.primary-cad:first-child {
  padding-bottom: 0;
}
footer .footer-inner .footer-nav-area ul li.primary-cad:last-child {
  padding-bottom: 0.5em;
}
#product.style-cad h2.midashi-enji {
  line-height: 1.5;
  font-weight: bold;
  color: #990239;
}
#contents.style-cad .product-content-box .image h3 {
  border-left: 8px solid #990239;
}
#about.style-cad .product-content-box .image h3 {
  color: #000;
  border-left: 8px solid #990239;
}
.top main .cad_more #trial, .top main .cad_more #case {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 50%;
  height: 34.375em;
  margin-top: 5em;
  margin-bottom: 8.75em;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
.arrow-move-btn a.enji {
  background-color: #990239;
}
.arrow-move-btn a.enji:hover span.arrow {
  right: -2em;
}
.arrow-move-btn a.enji:hover span.arrow::before, .arrow-move-btn a.enji:hover span.arrow::after {
  background: #BE0016;
}
.arrow-move-btn a.enji:hover {
  color: #990239;
  background-color: #fff;
  border: 1px solid #990239;
}
.arrow-move-btn a.enji:hover span.arrow::before, .arrow-move-btn a.enji:hover span.arrow::after {
  background: #990239;
}
p.indentback {
  text-indent: -1em;
  padding-left: 1em;
}
.page-top.list-page main .common-inner h2 {
  color: #231815;
}
.page-top.list-page main .common-inner h2 span {
  color: #BE0016;
}
.about main #contents .contents-inner .about-content-box .no-image h3 {
  background: #fff;
  width: 100%;
  padding: 10px 20px;
  border-left: 5px solid #BE0016;
  margin-bottom: -1em;
}
.about main #contents .contents-inner .about-content-box .no-image h3 span {
  color: #BE0016;
  font-weight: bold;
}
#support_program .support_member, #support_operation .support_member {
  display: flex;
  flex-wrap: wrap;
}
#support_program .support_member_icon, #support_operation .support_member_icon {
  width: 101px;
}
#support_program .support_member_text, #support_operation .support_member_text {
  width: calc(100% - 101px);
  padding-left: 1em;
}
#support_program .support_member_text .disc li b, #support_operation .support_member_text .disc li b {
  color: #9f263d;
  font-size: 1.25em;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  #support_program .support_member_icon, #support_operation .support_member_icon {
    margin-top: 2em;
  }
  #support_program .support_member_text, #support_operation .support_member_text {
    width: 100%;
    padding-left: 0;
  }
}
#sub-menu .sub-menu_button a {
  display: block;
  padding: 1em;
  color: #990239;
  width: 100%;
  font-weight: bold;
  font-size: 1.1em;
  border: 1px solid #990239;
}
#sub-menu .sub-menu_button a:hover, #sub-menu .sub-menu_button a.active {
  color: #fff;
  background-color: #990239;
}
@media only screen and (max-width: 750px) {
  #sub-menu .sub-menu_button a {
    font-size: .8em;
  }
  #sub-menu .sub-menu_button.font-sp-large a {
    font-size: 1em;
  }
}
@media screen and (max-width: 1920px) {
  .top main .cad_more #trial, .top main .cad_more #case {
    height: 29.375em;
  }
}
@media screen and (max-width: 1600px) {
  .top main .cad_more #trial, .top main .cad_more #case {
    height: 24.375em;
  }
}
@media screen and (max-width: 1460px) {
  .top main .cad_more #trial, .top main .cad_more #case {
    margin-bottom: 8.125em;
  }
}
@media only screen and (max-width: 1080px) {
  .top main .cad_more #trial, .top main .cad_more #case {
    width: 100%;
    height: 27.375em;
    margin-bottom: 6.25em;
  }
}
@media only screen and (max-width: 750px) {
  .top main .cad_more #trial, .top main .cad_more #case {
    background-position: center -70px;
  }
}
.top main .cad_more #trial .white-box, .top main .cad_more #case .white-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  position: absolute;
  padding-top: 2.5em;
  padding-left: 3.75em;
  padding-right: 3.75em;
  width: 50%;
  right: 0;
  bottom: -2.5em;
  z-index: 1;
}
@media screen and (max-width: 2100px) {
  .top main .cad_more #trial .white-box, .top main .cad_more #case .white-box {
    width: 60%;
  }
}
@media screen and (max-width: 1695px) {
  .top main .cad_more #trial .white-box, .top main .cad_more #case .white-box {
    width: 70%;
  }
}
@media screen and (max-width: 1460px) {
  .top main .cad_more #trial .white-box, .top main .cad_more #case .white-box {
    padding-top: 1.875em;
    padding-left: 2.5em;
    padding-right: 2.5em;
    width: 80%;
    bottom: -1.875em;
  }
}
@media screen and (max-width: 1180px) {
  .top main .cad_more #trial .white-box, .top main .cad_more #case .white-box {
    width: 90%;
  }
}
@media only screen and (max-width: 1080px) {
  .top main .cad_more #trial .white-box, .top main .cad_more #case .white-box {
    padding-bottom: 1.875em;
    width: 50%;
    bottom: 0;
  }
}
@media screen and (max-width: 950px) {
  .top main .cad_more #trial .white-box, .top main .cad_more #case .white-box {
    width: 60%;
  }
}
@media screen and (max-width: 800px) {
  .top main .cad_more #trial .white-box, .top main .cad_more #case .white-box {
    width: 70%;
  }
}
@media only screen and (max-width: 750px) {
  .top main .cad_more #trial .white-box, .top main .cad_more #case .white-box {
    padding: 1.875em 1.875em 3.75em;
    width: 100%;
  }
}
.top main .cad_more #trial .white-box h2, .top main .cad_more #case .white-box h2 {
  margin-right: 0.5em;
}
@media only screen and (max-width: 750px) {
  .top main .cad_more #trial .white-box h2, .top main .cad_more #case .white-box h2 {
    margin-bottom: 0.5em;
  }
}
.top main .cad_more #trial {
  background-image: url(../../com/img/cad/trial_thumb.jpg);
}
@media only screen and (max-width: 1080px) {
  .top main .cad_more #trial {
    margin-bottom: 0;
  }
}
.top main .cad_more #trial::after {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.05);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.top main .cad_more #case {
  background-image: url(../../com/img/com/demoweb_thum.jpg);
}
@media only screen and (max-width: 1080px) {
  .top main .cad_more #case {
    margin-top: 0;
  }
}
@media only screen and (max-width: 750px) {
  .top main .cad_more #case .white-box {
    padding-bottom: 0;
  }
}
/* -----------------------------
  A's VR
 ----------------------------- */
.vr-page #main-visual figure img {
  border-radius: 0em;
  display: block;
}
.vr-page #main-visual .main_title {
  color: #9f263d;
  font-size: 4em;
  position: absolute;
  left: 50%;
  top: 65%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: auto;
  padding: 0;
  white-space: nowrap;
  width: 100%;
}
.vr-page #main-visual .main_title img {
  display: block;
  margin: auto;
}
.vr-page .step .step_container {
  color: #fff;
  padding: 2em;
  margin-top: 1em;
}
.vr-page .step .text-pink {
  color: #af5667;
  font-weight: bold;
  text-align: center;
}
.vr-page .step .bg-pink {
  background-color: #af5667;
}
.vr-page .step .text-red {
  color: #9f263d;
  font-weight: bold;
  text-align: center;
}
.vr-page .step .bg-red {
  background-color: #9f263d;
}
.vr-page .text-enji {
  color: #9f263d;
}
.vr-page .step .pc-only {
  display: inherit !important;
}
.vr-page .step .sp-only {
  display: none !important;
}
.vr-page .icon-title .icon-image {
  width: 80px;
}
.vr-page .icon-title .icon-text {
  width: calc(100% - 90px);
  font-size: 1.1em;
  color: #9f263d;
}
@media only screen and (max-width: 991px) {
  .vr-page .step .pc-only {
    display: none !important;
  }
  .vr-page .step .sp-only {
    display: inherit !important;
  }
}
/* -----------------------------
  V-Ray GALLERY
 ----------------------------- */
ul#lightgallery > li a {
  display: block;
  overflow: hidden;
}
ul#lightgallery > li a:hover {
  transform: scale(1.05);
}
/* -----------------------------
  NEW VERSION PAGE
 ----------------------------- */
.concept_heading {
  color: #bd1a21;
  font-size: 2em;
  font-weight: bold;
}
.concept_heading .concept_lead {
  color: #484f64;
  font-size: .75em;
  font-weight: bold;
  padding-left: 2em;
  margin-top: -3px;
}
h3.concept_heading {
  color: #bd1a21;
}
h4.newversion_heading::before {
  top: .45em;
  background-color: #bd1a21;
}
.concept_heading.small {
  font-size: 1.5em;
  line-height: 1.5;
}
.concept_heading_sub {
  color: #a40b5d;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.5;
  border-left: 10px solid #a40b5d;
  padding-left: 10px;
}
.concept_heading .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.5;
  color: #bd1a21;
}
.concept_heading .title-note {
  width: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.concept_heading .title p {
  width: calc(100% - 100px);
  font-size: 1em;
  color: #bd1a21;
  line-height: 1.25;
  border-left: 10px solid;
  padding-left: 15px;
}
.concept_label {
  color: #fff;
  background-color: #484f64;
  font-size: .9em;
  display: inline-block;
  padding: 0 0 0 10px;
  border-radius: 4px;
  border: 3px solid #484f64;
}
.concept_label span {
  color: #231815;
  background-color: #fff;
  font-size: .9em;
  display: inline-block;
  padding: 5px 10px;
  margin-left: 10px;
  border-radius: 0 4px 4px 0;
}
ul.square {}
ul.square li {
  position: relative;
  font-size: 1.1em;
  padding-left: 1em;
  margin-bottom: 8px;
}
ul.square li::before {
  content: '';
  display: block;
  position: absolute;
  top: .6em;
  left: 5px;
  width: 10px;
  height: 10px;
  background-color: #a40b5d;
  transform: translateY(-50%) translateX(-50%);
}
ul.square li:last-child {
  margin-bottom: none;
}
.posts .function-label {
  font-size: .9em;
  background-color: #3fa8a4;
  border: 2px solid #3fa8a4;
  display: inline-block;
  border-radius: 4px;
  margin-bottom: 5px;
  line-height: 1.5;
}
.concept_heading .title .function-label .first, .posts .function-label .first {
  color: #fff;
  padding: 0 .5em;
}
.concept_heading .title .function-label .second, .posts .function-label .second {
  color: #5a6d39;
  background-color: #fff;
  padding: 0 .5em;
  border-radius: 3px;
  display: inline-block;
}
.posts .function-label .second {
  color: #3fa8a4;
}
.concept_heading .title .function-lead {
  font-size: 1.5em;
  font-weight: bold;
}
.concept_heading .title .function-lead .em {
  color: #5a6d39;
}
.function-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-top: solid 60px transparent;
  border-bottom: solid 60px transparent;
  border-left: solid 40px #f2aa23;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.function-container {
  padding: 1em;
  background-color: #fef4e3;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.function-container .normal li {
  line-height: 2.0;
  list-style-type: disc;
  margin-left: 1em;
}
.related_function li {
  font-size: 1.25em;
  line-height: 2.0;
  list-style-type: disc;
  margin-left: 1.25em;
}
.related_function li .new {
  font-weight: bold;
  color: #990239;
  font-size: .8em;
  margin-left: .5em;
}
.facemark {
  position: absolute;
  top: 0;
  right: -25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.table_heading {
  position: relative;
  font-size: 1.1em;
  font-weight: bold;
  color: #bd1a21;
  padding-left: 1em;
  margin-top: 2em;
  margin-bottom: 10px;
}
.table_heading::before {
  content: '';
  display: block;
  position: absolute;
  top: .5em;
  left: 5px;
  width: 10px;
  height: 10px;
  background-color: #bd1a21;
  transform: translateY(-50%) translateX(-50%);
}
.material_table {
  table-layout: auto;
  width: 100%;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-collapse: separate;
  background-color: #fafafa;
}
.material_table th, .material_table td {
  display: table-cell;
  padding: 10px;
  vertical-align: middle;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.material_table thead th {
  font-weight: bold;
  text-align: center;
  background-color: #c9caca;
}
.material_table tbody td small {
  margin-left: 10px;
}
.material_table .centering {
  vertical-align: middle;
}
@media only screen and (max-width: 991px) {
  .function-arrow {
    border-top: solid 20px #f2aa23;
    border-bottom: 0;
    border-left: solid 30px transparent;
    border-right: solid 30px transparent;
  }
  .concept_heading .title-note {
    width: 100%;
  }
  .concept_heading .title p {
    width: 100%;
    font-size: 0.7em;
    text-align: center;
    margin-top: .5em;
  }
  .concept_heading.small {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 750px) {
  .concept_heading {
    font-size: 1.2em;
  }
  .concept_heading .concept_lead {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.4;
    padding-left: 0;
    margin-top: 5px;
  }
  .concept_heading.small {
    font-size: 1.1em;
  }
  .concept_heading_sub {
    font-size: 1.1em;
  }
  .concept_heading .icon {
    margin-bottom: 1em;
  }
  .concept_heading .title {
    width: 100%;
    margin-left: 0;
  }
  .concept_heading .title .function-lead {
    font-size: 1.1em;
  }
  .concept_label {
    font-size: .7em;
  }
  ul.square li {
    font-size: .9em;
  }
  .posts .function-label {
    font-size: .7em;
  }
  .related_function li {
    font-size: 1em;
  }
  .function-container .normal li {
    font-size: .85em;
  }
  .facemark {
    right: -15px;
  }
  .facemark img {
    width: 30px;
  }
  .page #list .posts h3.h3-catch {
    font-size: 1.1em;
  }
  .material_table th, .material_table td {
    font-size: .8em;
    padding: 10px 5px;
  }
  .concept_heading .title {
    font-size: .9em;
  }
  .concept_heading .title p {
    font-size: .9em;
  }
}
/*新バージョン 機能紹介サムネイル 中央項目の余白調整*/
@media only screen and (min-width: 992px) {
  .pl-lg-og-center {
    padding: 0 1.93rem;
  }
}
@media only screen and (max-width: 991px) {
  .pl-lg-og-center {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 750px) {
  .pl-lg-og-center {
    padding: 0;
    margin-top: 3em;
  }
}
/*見出し*/
.catch-text {
  font-size: 1.3em;
  font-weight: 600;
}
@media only screen and (max-width: 750px) {
  .catch-text {
    font-size: normal;
    font-weight: 600;
    font-size: 1.1em;
  }
}
/*liタグ normal 余白調整*/
.normal.og-normal {
  padding: 0 2em;
  font-size: 1.2em;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 750px) {
  .normal.og-normal {
    padding: 0;
    font-size: 1em;
    letter-spacing: 0em;
  }
}
/*新バージョン 機能紹介サムネイル タイトル色変更*/
.posts h3.h3-catch {
  color: #231815;
  padding: 0.4em 0 0.5em 0;
}
/*新バージョン 機能紹介サムネイル moreアイコン　位置調整*/
.posts article .hover .more-icon {
  position: absolute;
  right: 3rem;
  bottom: auto;
}
.posts .pl-lg-og-center article .hover .more-icon {
  position: absolute;
  right: 1.93rem;
  bottom: auto;
}
.posts article .hover .more-icon {
  position: absolute;
  right: 1.5rem;
  bottom: auto;
}
@media only screen and (max-width: 750px) {
  .posts article .hover .more-icon, .posts .pl-lg-og-center article .hover .more-icon, .posts article .hover .more-icon {
    right: 0;
    bottom: -2rem;
  }
}
/*新バージョン 機能紹介 背景画像*/
#cad-index.page section#list {
  width: 100%;
  position: relative;
  background: #f6f6f6;
  background-image: url(../../com/img/com/about_us/philosophy_bg.jpg);
  background-position: top center, 0;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -99;
}
#cad-index.page section#list::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../../com/img/com/about_us/philosophy_bg.jpg) 0 0/contain no-repeat;
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
  z-index: -98;
}
/*新バージョン 部品サムネイル*/
.data-category h5 {
  border-bottom: 3px solid #d3d3d3;
}
#texture .thumbs-list .flex-item {
  width: calc(100% / 7);
}
#parts .thumbs-list .flex-item {
  width: calc(100% / 10);
}
#etc .thumbs-list .flex-item {
  width: calc(100% / 10);
}
#etc .thumbs-list #presen .flex-item {
  width: calc(100% / 3);
}
#etc .thumbs-list #web .flex-item {
  width: calc(100% / 5);
}
.thumbs-list .flex-item p {
  font-size: .8em;
  line-height: 1.5;
  text-align: center;
}
/*---------------------------------
アコーディオンボックス
--------------------------------*/
.acbox {
  width: auto;
  font-size: 0px;
}
.acbox label {
  background: #dadada;
  position: relative;
  display: block;
  cursor: pointer;
  padding: 15px 10px;
  margin-bottom: 15px;
}
.acbox label h4 {
  margin-bottom: 3px;
  margin-right: 30px;
}
.acbox label:hover {
  background: #dadada;
}
.acbox input {
  display: none;
}
.acbox label:after {
  color: #a40b5d;
  content: "▼"; /* ラベルのアイコン */
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -8px;
  font-size: 16px;
}
.acbox input:checked ~ label::after {
  content: "▲"; /* ラベルをクリックした後のアイコン */
}
.acbox div.acbox-under {
  height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: 0.15s; /* 開閉スピードの設定 */
}
.acbox input:checked ~ div.acbox-under {
  height: auto;
  opacity: 1;
}
.acbox input:checked ~ label {
  background: #d1d1d1; /* クリック後のラベルの背景色 */
}
@media only screen and (max-width: 992px) {
  #texture .thumbs-list .flex-item {
    width: calc(100% / 6);
  }
  #parts .thumbs-list .flex-item {
    width: calc(100% / 6);
  }
  #etc .thumbs-list #web .flex-item {
    width: calc(100% / 3);
  }
}
@media only screen and (max-width: 730px) {
  #texture .thumbs-list .flex-item {
    width: calc(100% / 4);
  }
  #parts .thumbs-list .flex-item {
    width: calc(100% / 4);
  }
  #etc .thumbs-list #presen .flex-item {
    width: calc(100% / 2);
  }
}
.thumbs-list figure img {
  display: block; /* 余計な余白が出ないようにする */
  margin: 0px 0px 3px 0px; /* 下側にだけ3pxの余白を追加 */
}
.thumbs-list figcaption {
  width: 100%;
  font-size: 0.9em; /* 文字サイズを90%に */
  text-align: center; /* 中身をセンタリング */
}
.thumbs-list figcaption i {
  padding-right: 0.3em;
}
div.imagearea:after {
  content: ""; /* ※Clearfix */
  clear: both;
  display: block;
}
/*物件管理クラウド詳細ページ*/
#plan .cpu-cloud-plan {
  width: 100%;
  max-width: 360px;
  margin: auto;
  box-shadow: 0 0 18px rgba(32, 55, 68, 0.13);
  border-radius: 6px;
  overflow: hidden;
}
#plan .cpu-cloud-plan .plan-title {
  color: #fff;
  background-color: #3c515e;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  padding: 1em;
}
#plan .cpu-cloud-plan .plan-detail {
  background-color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 2em 1em;
}
#plan .cpu-cloud-plan .plan-detail__img {
  max-width: 200px;
  margin: 1em auto;
}
#plan .cpu-cloud-plan .plan-detail__price {
  font-size: 1.5em;
  line-height: 1.5;
  padding-bottom: 1em;
}
#plan .cpu-cloud-plan .plan-detail__price .number {
  font-size: 2em;
  padding: 0 5px;
}
#plan .cpu-cloud-plan .plan-detail__caution {
  color: #6A6A6A;
  line-height: 2.0;
  padding-bottom: 2em;
}
#plan .cpu-cloud-plan .plan-detail__contact a {
  display: block;
  color: #fff;
  font-size: 1.25em;
  background-color: #990239;
  padding: 1em 10px;
  border-radius: 4px;
  transition: .3s;
  text-decoration: none;
}
#plan .cpu-cloud-plan .plan-detail__contact a:hover {
  opacity: .8;
}
.visible, .invisible {
  opacity: 0.0;
  transition: opacity 0.5s ease;
}
.visible {
  opacity: 1.0;
}
a.mouse-ex img {
  transition: .3s;
}
a.mouse-ex:hover img {
  transform: scale(1.05, 1.05);
}
@media only screen and (max-width: 992px) {
  #plan .cpu-cloud-plan .plan-detail__price {
    font-size: 1.25em
  }
}