@charset "UTF-8";
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*==================================================================================================
	TOP
==================================================================================================*/
.mainvisual {
  position: relative;
  height: 660px;
  margin-bottom: 25px;
}
@media screen and (max-width: 800px) {
  .mainvisual {
    height: 410px;
    margin-bottom: 75px;
  }
}
.mainvisual .mainvisual-1:before {
  background: url("../../images/slide_pc01.jpg") 0 100% no-repeat;
}
.mainvisual .mainvisual-2:before {
  background: url("../../images/slide_pc02.jpg") 0 100% no-repeat;
}
.mainvisual .mainvisual-3:before {
  background: url("../../images/slide_pc03.jpg") 0 100% no-repeat;
}
.mainvisual .mainvisual-4:before {
  background: url("../../images/slide_pc04.jpg") 0 100% no-repeat;
}
.mainvisual .mainvisual-5:before {
  background: url("../../images/slide_pc05.jpg") 0 100% no-repeat;
}
@media screen and (max-width: 800px) {
  .mainvisual .mainvisual-1:before {
    background: url("../../images/slide_sp01.jpg") 0 100% no-repeat;
  }
  .mainvisual .mainvisual-2:before {
    background: url("../../images/slide_sp02.jpg") 0 100% no-repeat;
  }
  .mainvisual .mainvisual-3:before {
    background: url("../../images/slide_sp03.jpg") 0 100% no-repeat;
  }
  .mainvisual .mainvisual-4:before {
    background: url("../../images/slide_sp04.jpg") 0 100% no-repeat;
  }
}
.mainvisual .mainvisual__slide {
  position: relative;
  overflow: hidden;
}
.mainvisual .mainvisual__slide::before {
  content: "";
  display: block;
  background-size: cover;
  width: 100%;
  height: 660px;
  z-index: -1;
}
@media screen and (max-width: 800px) {
  .mainvisual .mainvisual__slide::before {
    background-size: cover;
    height: 410px;
  }
}
.mainvisual .mainvisual__slide a {
  display: block;
}
.mainvisual .mainvisual__slide .mainvisual__copy {
  font-family: 'Noto Sans', 游明朝, 'Yu Mincho', YuMincho, 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 2.4rem;
  text-shadow: 2px 2px 3px #000;
  padding: 285px 0 0 6%;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 800px) {
  .mainvisual .mainvisual__slide .mainvisual__copy {
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 20% 10% 0;
    text-align: center;
    width: 100%;
  }
}
.mainvisual .ticker {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  background: rgba(0, 0, 0, 0.8);
  padding: 1.5em 2em;
  color: #FFF;
  width: 100%;
  font-size: 1.4rem;
}
@media screen and (max-width: 800px) {
  .mainvisual .ticker {
    position: static;
  }
}
.mainvisual .ticker .ticker__title {
  margin: 0 2.5em 0.25em 0;
}

/*--------------------------------
  about
--------------------------------*/
.about .about-list {
  display: flex;
}
@media screen and (max-width: 800px) {
  .about .about-list {
    display: block;
    margin: 0 1.5625%;
  }
}
.about .about-list li {
  width: 31.5789473684%;
  margin: 0 1.3157894737%;
}
@media screen and (max-width: 800px) {
  .about .about-list li {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 800px) {
  .about .about-list li .about-list__img img {
    width: 100%;
  }
}
.about .about-list li h3 {
  font-size: 1.6rem;
  margin: 0.8em 0;
}
@media screen and (max-width: 800px) {
  .about .about-list li h3 {
    text-align: center;
  }
}
@media screen and (max-width: 800px) {
  .about .about-list li p {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 800px) {
  .about .about-list li:last-child p {
    margin-bottom: 0;
  }
}
.about .section-body {
  max-width: 1160px;
  margin: 0 auto;
  padding: 30px 0;
}

/*--------------------------------
  news
--------------------------------*/
.news {
  position: relative;
}
.news .news-list {
  clear: both;
  margin: 20px 10px 0;
}
.news .news-list__list {
  clear: both;
  padding: 15px 0;
  border-top: 1px solid #E6E6E6;
  /*font-size: 1.2rem;*/
  line-height: 1.6;
}
.news .news-list__list:first-child {
  border: none;
}
.news .news-list__list:first-child .news-list__ttl, .news .news-list__list:first-child .news-date {
  font-size: 1.4rem;
}
.news .news-list__list:last-child {
  border-bottom: 1px solid #E6E6E6;
}
.news .news-list__meta {
  float: left;
}
.news .news-list__meta:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 800px) {
  .news .news-list__meta {
    float: none;
  }
}
.news .news-list__meta .news-date {
  float: left;
  margin: 0 10px 0 0;
  padding: 0 10px;
  background:#1f1f1f;
  color:#fff;
}
@media screen and (max-width: 800px) {
  .news .news-list__meta .news-date {
    float: none;
    display: block;
    margin: 4px 0 0 0;
  }
}
.news .news-list__meta .news-category {
  background-color: #EEE;
  float: left;
  text-align: center;
  font-weight: bold;
  border-radius: 2px;
  padding: 2px 5px;
}
@media screen and (max-width: 800px) {
  .news .news-list__meta .news-category {
    float: none;
    display: inline-block;
  }
}
.news .news-list__ttl {
  padding: 0 0 0 146px;
  display: block;
  font-weight: normal;
}
@media screen and (max-width: 800px) {
  .news .news-list__ttl {
    padding: 0;
  }
}
.news .news-list__ttl a {
  color: #595757;
  text-decoration: none;
}
.news .news-list__ttl a:hover {
  text-decoration: underline;
}
.news .news-btn {
  position: absolute;
  top: 38px;
  right: 10px;
}
@media screen and (max-width: 800px) {
  .news .news-btn {
    position: static;
    margin: 10px;
  }
}
.news .news-btn a {
  color: #595757;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: bold;
}
.news .news-btn a:hover {
  text-decoration: underline;
}
.news .news-btn a::before {
  display: inline-block;
  content: "";
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.5em;
  color: #D2D2D2;
  font-weight: normal;
}
@media screen and (max-width: 800px) {
  .news .news-btn a {
    background-color: #EEE;
    display: block;
    padding: 1em 0;
    border-radius: 6px;
    font-size: 1.6rem;
    color: #595757;
    font-weight: bold;
    text-align: center;
    width: 100%;
  }
}
.news .section-body {
  max-width: 1160px;
  margin: 0 auto;
  padding: 30px;
  position: relative;
  background:#fff;
  border-top:8px solid #ED1B2E;
}

/*--------------------------------
  product
--------------------------------*/
.product .product__list {
  overflow: hidden;
  margin-top: 30px;
}
@media screen and (max-width: 800px) {
  .product .product__list {
    margin: 30px 0.78125% 0;
  }
}
.product .product__list li {
  float: left;
  border: #A0A0A0 1px solid;
  width: 24.0350877193%;
  margin: 0 0.4385964912% 10px;
  padding: 20px 0.8771929825%;
}
@media screen and (max-width: 800px) {
  .product .product__list li {
    width: 48.3870967742%;
    margin: 0 0.8064516129% 10px;
    padding: 20px 1.6129032258%;
  }
}
.product .product__list li.detail-btn {
  float: none;
  border: none;
  width: auto;
  margin: 2em 0;
  text-align: center;
  clear: both;
}
@media screen and (max-width: 800px) {
  .product .product__list li.detail-btn {
    float: left;
    width: 48.3870967742%;
    margin: 0 0.8064516129% 10px;
    padding: 0;
    clear: none;
  }
}
.product .product__list li.detail-btn a {
  background-color: #EEE;
  display: inline-block;
  padding: 1em 7em;
  border-radius: 6px;
  font-size: 1.6rem;
  color: #595757;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .product .product__list li.detail-btn a {
    display: block;
    padding: 0;
    height: 100%;
    padding: 40% 0;
  }
}
.product .product__list li.detail-btn a:hover {
  background-color: #595757;
  color: #fff;
}
.product .product__list li .product__img {
  text-align: center;
}
.product .product__list li h3 {
  font-size: 1.6rem;
  margin: 0.8em 0 0.5em;
  text-align: center;
}
.product .product__list li p {
  font-size: 1.2rem;
}
.product .product__list li:nth-child(5) {
  margin: 0 0.8771929825% 0 12.2807017544%;
}
@media screen and (max-width: 800px) {
  .product .product__list li:nth-child(5) {
    margin: 0 0.8064516129% 10px;
  }
}
.product .product__list li:nth-child(7) {
  margin: 0 12.2807017544% 0 0.8771929825%;
}
@media screen and (max-width: 800px) {
  .product .product__list li:nth-child(7) {
    margin: 0 0.8064516129% 10px;
  }
}
.product .section-body {
  max-width: 1160px;
  margin: 0 auto;
  padding: 30px 0;
}

/*--------------------------------
  maps
--------------------------------*/
.maps .section-body {
  max-width: 1160px;
  margin: 0 auto;
  padding: 30px 0;
}

/*--------------------------------
  contactbtｍ（サブのみ表示）
--------------------------------*/
.contactbtm {
  background: #EEE;
  margin-top: 20px;
}
.contactbtm .contactbtm-ttl {
  font-size: 1.2rem;
  line-height: 2.2;
}
.contactbtm .contactbtm-ttl strong {
  font-size: 1.6rem;
}
.contactbtm .contactbtm-tel {
  font-size: 1.6rem;
  padding: 1.6em 0 0 0.4em;
}
.contactbtm .contactbtm-tel br {
  display: none;
}
@media screen and (max-width: 800px) {
  .contactbtm .contactbtm-tel br {
    display: inline;
  }
}
.contactbtm .contactbtm-tel a {
  color: #333;
  text-decoration: none;
}
@media screen and (max-width: 800px) {
  .contactbtm .contactbtm-tel {
    padding: 0.4em 10px 0.8em;
  }
}
.contactbtm .contactbtm-tel .tel,
.contactbtm .contactbtm-tel .fax {
  font-size: 2.2rem;
  margin-right: 0.4em;
}
.contactbtm .contactbtm-btn {
  margin-left: 10px;
}
@media screen and (max-width: 800px) {
  .contactbtm .contactbtm-btn {
    margin-right: 10px;
    margin-top: 10px;
  }
}
.contactbtm .contactbtm-btn a {
  text-decoration: none;
  background-color: #ED1B2E;
  display: block;
  padding: 1.4em 7.8em;
  border-radius: 6px;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
}
.contactbtm .contactbtm-btn a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.contactbtm .contactbtm-btn.list a:before {
  display: inline-block;
  content: "";
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.5em;
  font-weight: normal;
}
.contactbtm .contactbtm-btn.mail a:before {
  display: inline-block;
  content: "";
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.5em;
  font-weight: normal;
}
.contactbtm .section-body {
  max-width: 980px;
  margin: 0 auto;
  padding: 30px 0;
  display: flex;
}
@media screen and (max-width: 800px) {
  .contactbtm .section-body {
    display: block;
    text-align: center;
  }
}

/*--------------------------------
  links
--------------------------------*/
.links .section-bnr {
  text-align: center;
  margin-top: 30px;
}
.links .section-bnr li {
  display: inline-block;
  margin: 0 1.0526315789%;
}
@media screen and (max-width: 800px) {
  .links .section-bnr li {
    margin: 25px 3.90625% 0;
    width: 32.8125%;
  }
}
.links .section-body {
  max-width: 1160px;
  margin: 0 auto;
  padding: 30px 0;
}

/*==================================================================================================
  サブページ
==================================================================================================*/
.pagevisual {
  color: #333333;
  width: 100%;
  padding-top: 13em;
}
@media screen and (max-width: 800px) {
  .pagevisual {
    text-align: center;
    padding-top: 5em;
  }
}
.pagevisual .pagevisual__inner {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  /* page visual */
    /*.pagevisual__ttl {
      font-weight: bold;
      margin-left: auto;
      margin-right: auto;
      max-width: 980px;
      padding: 68px 0;

      .pagevisual__ttl__jp {
        display: block;
        font-size: 3.0rem;
      }
      .pagevisual__ttl__en__rctop {
        display: block;
        font-size: 1.2rem;
        font-weight: normal;
      }
    }*/
}
.pagevisual .pagevisual__inner.bg-corporate {
  background-image: url(../../corporate/images/header_bg.jpg);
}
.pagevisual .pagevisual__inner.bg-corporate-2 {
  background-image: url(../../corporate/corporate/images/header_bg.jpg);
}
.pagevisual .pagevisual__inner.bg-corporate-top_message {
  background-image: url(../../corporate/top_message/images/header_bg.jpg);
}
.pagevisual .pagevisual__inner.bg-corporate-history {
  background-image: url(../../corporate/history/images/header_bg.jpg);
}
.pagevisual .pagevisual__inner.bg-corporate-philosophy {
  background-image: url(../../corporate/philosophy/images/header_bg.jpg);
}
.pagevisual .pagevisual__inner.bg-corporate-branches {
  background-image: url(../../corporate/branches/images/header_bg.jpg);
}
.pagevisual .pagevisual__inner.bg-corporate-service {
  background-image: url(../../corporate/service/images/header_bg.jpg);
}
.pagevisual .pagevisual__inner.bg-csr {
  background-image: url(../../csr/images/header_bg.jpg);
}
.pagevisual .pagevisual__inner.bg-csr-declaration {
  background-image: url(../../csr/declaration/images/header_bg.jpg);
}
.pagevisual .pagevisual__inner.bg-csr-guideline {
  background-image: url(../../csr/guideline/images/header_bg.jpg);
}
.pagevisual .pagevisual__inner.bg-csr-privacy {
  background-image: url(../../csr/privacy/images/header_bg.jpg);
}
.pagevisual .pagevisual__inner.bg-recruit {
  background-image: url(../../recruit/images/header_bg.jpg);
}
.pagevisual .pagevisual__inner.bg-recruit-message {
  background-image: url(../../recruit/message/images/header_bg.jpg);
}
.pagevisual .pagevisual__inner.bg-recruit-message2 {
  background-image: url(../../recruit/message2/images/header_bg.jpg);
}
.pagevisual .pagevisual__inner.bg-recruit-qa {
  background-image: url(../../recruit/qa/images/header_bg.jpg);
}
.pagevisual .pagevisual__inner.bg-recruit-talk {
  background-image: url(../../recruit/talk/images/header_bg.jpg);
}
.pagevisual .pagevisual__inner.bg-recruit-skill {
  background-image: url(../../recruit/skill/images/header_bg.jpg);
}
.pagevisual .pagevisual__inner.bg-recruit-new {
  background-image: url(../../recruit/new/images/header_bg.jpg);
}
.pagevisual .pagevisual__inner.bg-recruit-career {
  background-image: url(../../recruit/career/images/header_bg.jpg);
}
.pagevisual .pagevisual__inner.bg-information {
  background-image: url(../../information/images/header_bg.jpg);
}
.pagevisual .pagevisual__inner.bg-information-news {
  background-image: url(../../information/news/images/header_bg.jpg);
}
.pagevisual .pagevisual__inner.bg-information-corp {
  background-image: url(../../information/corp/images/header_bg.jpg);
}
.pagevisual .pagevisual__inner.bg-information-social_contribution {
  background-image: url(../../information/social_contribution/images/header_bg.jpg);
}
.pagevisual .pagevisual__inner.bg-browser {
  background-image: url(../../browser/images/header_bg.jpg);
}
.pagevisual .pagevisual__inner.bg-sitemap {
  background-image: url(../../sitemap/images/header_bg.jpg);
}
.pagevisual .pagevisual__inner.bg-faq {
  background-image: url(../../faq/images/header_bg.jpg);
}
.pagevisual .recruit-visual {
  padding: 50px 0 !important;
  position: relative;
  font-size: 32px;
  font-weight: normal;
}
.pagevisual .recruit-visual span.pagevisual__ttl__jp {
  color: #000;
  text-align: center;
  font-size: 18px;
  padding: 5px 0;
}

.pagevisual__ttl {
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
  padding: 0 0 30px 0;
  text-align: center;
}
.pagevisual__ttl .pagevisual__ttl__jp {
  display: block;
  font-size: 3.0rem;
}
.pagevisual__ttl .pagevisual__ttl__en {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
}

.pagevisual__ttl__rctop {
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
  padding: 200px 0;
  text-align: center;
}
.pagevisual__ttl__rctop .pagevisual__ttl__jp__rctop {
  display: block;
  font-size: 3.0rem;
  color: #FFF;
  font-weight: normal;
}

@media screen and (max-width: 800px) {
  .pagevisual .recruit-visual {
    padding: 68px 0 !important;
  }
}
.site-contents {
  /* テキストスタイル */
  /* 見出し */
  /* テーブル */
}
.site-contents .txt-center {
  text-align: center;
}
.site-contents .section-page-ttl2 {
  font-size: 2.4rem;
  margin-bottom: 20px;
}
.site-contents .section-page-ttl3 {
  font-size: 2.4rem;
  margin-bottom: 20px;
}
.site-contents .section-page-ttl4 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  color: #ED1B2E;
}
.site-contents .section-page-table {
  margin-bottom: 30px;
}
.site-contents .page-box {
  /* 段落 */
  /* リスト */
  /* ボックス（ボーダー赤） */
  /* ボックス（ボーダー黒） */
  /* ボックス（左右） */
  /* ボックス（ボーダーハーフ） */
}
.site-contents .page-box p {
  margin-bottom: 30px;
}
.site-contents .page-box ul {
  margin-left: 1.5em;
  margin-bottom: 30px;
}
.site-contents .page-box ul li {
  position: relative;
  margin-bottom: 1em;
}
.site-contents .page-box ul li::before {
  content: '';
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 100%;
  background: #ED1B2E;
  position: absolute;
  left: -1.25em;
  top: 0.5em;
}
.site-contents .page-box.brdred {
  /*border:#ED1B2E 2px solid;
  border-radius: 6px;
  margin: 0 0 40px;
  padding: 30px 90px 10px;*/
  font-size: 1.6rem;
}
@media screen and (max-width: 800px) {
  .site-contents .page-box.brdred {
    margin: 0 10px 20px;
    padding: 20px 20px 0px;
  }
}
.site-contents .page-box.brdbck {
  border: #434343 2px solid;
  border-radius: 6px;
  margin: 0 0 40px;
  padding: 40px 90px 20px;
  font-size: 1.6rem;
}
@media screen and (max-width: 800px) {
  .site-contents .page-box.brdbck {
    margin: 0 10px 20px;
    padding: 20px 20px 0px;
  }
}
.site-contents .page-box.imgbox .section-body {
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  .site-contents .page-box.imgbox .section-body {
    display: block;
  }
}
.site-contents .page-box.imgbox .section-page-imgbox_cnt {
  margin-right: 20px;
}
.site-contents .page-box.imgbox .section-page-imgbox_cnt:last-child {
  margin-right: 0;
}
.site-contents .page-box.imgbox .section-page-imgbox_cnt img {
  margin-bottom: 20px;
}
.site-contents .page-box.imgbox .section-page-imgbox_cnt img:last-of-type {
  margin-bottom: 0;
}
.site-contents .page-box.halfbox ul {
  overflow: hidden;
  margin-left: 0;
}
.site-contents .page-box.halfbox ul li {
  border: #ccc 1px solid;
  padding: 1em;
  width: 49%;
  float: left;
}
.site-contents .page-box.halfbox ul li:nth-child(2n) {
  float: right;
}
.site-contents .page-box.halfbox ul li::before {
  display: none;
}
.site-contents .page-box.halfbox ul li ul {
  margin-bottom: 0;
}
.site-contents .page-box.halfbox ul li ul li {
  border: none;
  float: none;
  width: auto;
  margin-left: 1.5em;
  padding: 0;
  list-style-type: disc;
  margin-bottom: 0.5em;
}
.site-contents .page-box.halfbox ul li ul li:nth-child(2n) {
  float: none;
}

/*==================================================================================================
  企業情報
==================================================================================================*/
.site-contents .page-nav01 {
  overflow: hidden;
}
.site-contents .page-nav01 ul li {
  float: left;
  width: 31.7567567568%;
  margin: 0 2.1621621622% 16px 0;
  position: relative;
}
.site-contents .page-nav01 ul li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 800px) {
  .site-contents .page-nav01 ul li {
    width: 48.3870967742%;
    margin: 0 0.8064516129% 10px;
  }
  .site-contents .page-nav01 ul li:nth-child(3n) {
    margin-right: 0.8064516129%;
  }
}
.site-contents .page-nav01 ul li img {
  width: 100%;
}
.site-contents .page-nav01 ul li p {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  padding: 0.5em 0 0.3em;
}
.site-contents .page-nav02 ul {
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
  .site-contents .page-nav02 ul {
    display: block;
    margin-bottom: 10px;
  }
}
.site-contents .page-nav02 ul li {
  width: 100%;
  margin-right: 30px;
}
@media screen and (max-width: 800px) {
  .site-contents .page-nav02 ul li {
    width: 95%;
    margin: 0 auto 10px auto;
  }
}
.site-contents .page-nav02 ul li .small {
  font-size: 75%;
  padding-bottom: 5px;
}
.site-contents .page-nav02 ul li a {
  display: block;
  padding: 1em 35px 1em 1em;
  border: 1px solid #000;
  border-radius: 5px;
  color: #000;
  text-decoration: none;
  background: url(../../corporate/images/sign.png) no-repeat center right 5%;
}
@media screen and (max-width: 800px) {
  .site-contents .page-nav02 ul li a {
    padding: 1em 25px 1em 1em;
  }
}
.site-contents .page-nav02 ul li a:hover {
  opacity: 0.8;
}
.site-contents .page-nav02 ul li.single-list {
  width: 48%;
}
.site-contents .news .news-list {
  clear: both;
  margin: 20px 0 0;
}
@media screen and (max-width: 800px) {
  .site-contents .news .news-list {
    margin: 20px 10px 0;
  }
}

/*==================================================================================================
  企業理念
==================================================================================================*/
.site-contents .page-box-number {
  margin-bottom: 80px;
}
.site-contents .page-box-number ol li {
  position: relative;
  margin-bottom: 40px;
  padding-left: 90px;
  padding-top: 15px;
}
.site-contents .page-box-number ol li::before {
  position: absolute;
  background: #ED1B2E;
  color: #fff;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.8;
}
.site-contents .page-box-number ol li:nth-child(1):before {
  content: "1";
}
.site-contents .page-box-number ol li:nth-child(2):before {
  content: "2";
}
.site-contents .page-box-number ol li:nth-child(3):before {
  content: "3";
}
.site-contents .page-box-number ol li:nth-child(4):before {
  content: "4";
}
.site-contents .page-box-number ol li:nth-child(5):before {
  content: "5";
}
.site-contents .page-box-number ol li:nth-child(6):before {
  content: "6";
}
.site-contents .page-box-number ol li ul {
  margin-left: 1em;
}
.site-contents .page-box-number ol li ul li {
  list-style-type: disc;
  margin-bottom: 15px;
  padding-left: 0;
  padding-top: 0;
}
.site-contents .page-box-number ol li ul li::before {
  display: none;
}

/*==================================================================================================
	サブ共通
==================================================================================================*/
.site-header--sub .site-header__wrapper {
  background-color: rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 800px) {
  .site-header--sub .site-header__wrapper {
    background-color: #000;
  }
}

.article-header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 340px;
  overflow: hidden;
  z-index: -1;
}
.article-header::before {
  content: "";
  display: block;
  background: 50% 50% no-repeat;
  background-size: cover;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 55%;
  z-index: -1;
}
@media screen and (max-width: 800px) {
  .article-header {
    height: 216px;
  }
}

.page-title {
  margin-top: 2.4em;
  color: #FFF;
  font-size: 5rem;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 800px) {
  .page-title {
    margin-top: 1.6em;
    font-size: 3.2rem;
  }
}

.article-center-text {
  padding: 50px;
}
@media screen and (max-width: 800px) {
  .article-center-text {
    padding: 30px;
  }
}
.article-center-text p {
  font-size: 1.2em;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .article-center-text p {
    text-align: left;
  }
}
.article-center-text p + p {
  margin-top: 1em;
}

.article-read {
  padding: 50px;
  border-bottom: 1px solid #CCC;
}
@media screen and (max-width: 800px) {
  .article-read {
    padding: 30px;
  }
}
.article-read p {
  font-size: 1.2em;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .article-read p {
    text-align: left;
  }
}
.article-read p + p {
  margin-top: 1em;
}

.article-section .article-section__title {
  position: relative;
  background: 50% 50% no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 1em;
  text-align: center;
}
.article-section .article-section__title::before {
  display: block;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.article-section .article-section__title span {
  position: relative;
  color: #FFF;
  font-size: 2.9rem;
  z-index: 1;
}
@media screen and (min-width: 801px) {
  .article-section .article-section__title {
    font-size: 4em;
  }
}
@media screen and (max-width: 800px) {
  .article-section .article-section__title {
    font-size: 2em;
  }
}
@media screen and (min-width: 801px) {
  .article-section .article-section__body {
    padding: 0 50px;
  }
}
@media screen and (max-width: 800px) {
  .article-section .article-section__body {
    padding: 0 10px;
  }
}
@media screen and (min-width: 801px) {
  .article-section .article-section__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 70px 0;
    /*margin: 50px 0;*/
  }
  .article-section .article-section__wrapper.article-section__wrapper--lg {
    /*margin: 80px 0;*/
    padding: 80px 0;
  }
  .article-section .article-section__wrapper.article-section__wrapper--reverse .section-body {
    order: 2;
  }
}
@media screen and (max-width: 800px) {
  .article-section .article-section__wrapper {
    margin: 20px 0;
  }
  .article-section .article-section__wrapper.article-section__wrapper--lg {
    /*margin: 30px 0;*/
    padding: 30px 0;
  }
}
.article-section .section-slider {
  position: relative;
  max-width: 674px;
}
@media screen and (max-width: 800px) {
  .article-section .section-slider {
    width: 100%;
  }
}
.article-section .section-slider .caption {
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  padding: .6em .8em .8em;
  color: #FFF;
}
@media screen and (min-width: 801px) {
  .article-section .section-slider .caption {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 800px) {
  .article-section .section-slider .caption {
    font-size: 1.2rem;
  }
}
.article-section .section-slider img {
  width: 100%;
}
.article-section .section-slider .slick-dots {
  margin-top: 1em;
  text-align: center;
}
.article-section .section-slider .slick-dots li {
  display: inline-block;
}
.article-section .section-slider .slick-dots li:nth-child(n+2) {
  margin-left: 10px;
}
.article-section .section-slider .slick-dots li.slick-active button {
  background-color: #9CBE8C;
}
.article-section .section-slider .slick-dots li button {
  background-color: #599442;
  width: 16px;
  height: 16px;
  border: 4px solid #599442;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -999px;
}
@media screen and (min-width: 801px) {
  .article-section .section-body {
    padding: 0 40px;
  }
}
@media screen and (max-width: 800px) {
  .article-section .section-body {
    padding: 0;
  }
}

.section-table {
  margin: 50px 0;
}
@media screen and (max-width: 800px) {
  .section-table {
    display: none;
  }
}

.section-sp-table {
  display: none;
  margin: 30px 0;
  border-top: 1px solid #CCC;
}
.section-sp-table th, .section-sp-table td {
  display: block;
  width: 100%;
  border-width: 0 1px 1px;
}
@media screen and (max-width: 800px) {
  .section-sp-table {
    display: table;
    margin-top: 30px 0;
  }
}

.article-content-list {
  overflow: hidden;
  display: block;
  padding: 0 0 100px;
  max-width: 1350px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1370px) {
  .article-content-list {
    margin-right: 10px;
    margin-left: 10px;
  }
}
.article-content-list li {
  float: left;
  margin: 0 0 30px 0;
}
@media screen and (min-width: 1350px) {
  .article-content-list li {
    float: left;
    width: 23.8518518519%;
    margin-top: 1.5308641975%;
    margin-left: 1.5308641975%;
  }
  .article-content-list li:nth-child(4n+1) {
    margin-left: 0;
    clear: both;
  }
  .article-content-list li:nth-child(-n+4) {
    margin-top: 0;
  }
}
@media screen and (min-width: 481px) and (max-width: 1349px) {
  .article-content-list li {
    float: left;
    width: 32%;
    margin-top: 2%;
    margin-left: 2%;
  }
  .article-content-list li:nth-child(3n+1) {
    margin-left: 0;
    clear: both;
  }
  .article-content-list li:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .article-content-list li {
    float: left;
    width: 48.9583333333%;
    margin-top: 2.0833333333%;
    margin-left: 2.0833333333%;
  }
  .article-content-list li:nth-child(2n+1) {
    margin-left: 0;
    clear: both;
  }
  .article-content-list li:nth-child(-n+2) {
    margin-top: 0;
  }
}
.article-content-list li p {
  text-align: center;
  padding: 10px 0 0 0;
}
.article-content-list li img {
  width: 100%;
}


/*--------------------------------
  login
--------------------------------*/
.login {
  position: relative;
}
.login .section-body {
  max-width: 600px;
  margin: 0 auto;
  padding: 30px;
  position: relative;
  background:#fff;
  border-top:8px solid #ED1B2E;
}
.login .input_txt {
  width:100%;
  font-size:16px;
}
.login #errorMessage {
	box-sizing: border-box;
	width:100%;
	background:#FFF;
	border:3px solid #f00;
	padding:10px;
	margin:0 auto 10px auto;
	color:#F00;
}
.login .submit {
	padding:1.5em 30px;
	text-align:center;
	margin-top:15px;
}

.login .submit p {
	text-align:left;
	padding-bottom:1em;
}

.login .submit input {
	width:120px;
	float:none;
	display:inline;
	padding:1em;
}
