@charset "UTF-8";
/* CSS Document */
/*---------------------------------

  ページ名

---------------------------------*/
section:nth-of-type(even) .section_wrapper {
  /*background: #f6f6f6;
    padding: 70px 0;*/
}
.wrap__flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
/*
  ごあいさつ
---------------------------------*/
section#greeting .wrap__txt .txt {
  font-size: .9em;
  line-height: 2.2;
  width: 46%;
}
section#greeting .wrap__txt .txt p + p {
  margin-top: .5em;
}
section#greeting .wrap__txt .txt p.name {
  text-align: right;
  line-height: 1.6;
  margin-top: 1em;
}
section#greeting .wrap__txt .txt p.name strong {
  display: block;
  font-size: 1.4em;
}
@media screen and (max-width: 896px) {
  section#greeting .wrap__txt .txt {
    width: 100%;
  }
  section#greeting .wrap__txt .txt + .txt {
    margin-top: .5em;
  }
}
@media screen and (max-width: 480px) {}
/*
  概要
---------------------------------*/
section#outline table {
  width: 100%;
}
section#outline table th, section#outline table td {
  padding: 20px;
  font-weight: 400;
  line-height: 1.8;
  text-align: justify;
  vertical-align: middle;
}
section#outline table tr:nth-child(odd) th, section#outline table tr:nth-child(odd) td {
  background: #f6f6f6;
}
section#outline table th {
  padding: 20px 0 20px 60px;
}
section#outline table td a {
  color: #2E4FB5;
  text-decoration: underline;
}
/* 主要取引先 */
section#outline .inner__wrap {
  margin-top: 70px;
}
section#outline .inner__wrap ul {
  background: #f6f6f6;
  text-align: left;
  padding: 40px;
  list-style: none;
}
section#outline .inner__wrap ul li {
  display: inline-block;
  padding: 0;
  margin: .3em 0;
}
section#outline .inner__wrap ul li::after {
  content: '/';
  color: #bbb;
  margin: 0 1em;
}
section#outline .inner__wrap ul li::before {
  content: none;
}
@media screen and (max-width: 896px) {
  section#outline table th, section#outline table td {
    display: block;
  }
  section#outline table th {
    padding: 20px 0 0 20px;
  }
  section#outline .inner__wrap ul {
    padding: 20px;
  }
}
@media screen and (max-width: 480px) {}
/*
  沿革
---------------------------------*/
section#history table {
  width: 100%;
}
section#history table th, section#history table td {
  border-bottom: 1px solid #C9D0E7;
  padding: 20px;
  font-weight: 400;
  line-height: 1.5;
  text-align: justify;
  vertical-align: middle;
}
section#history table th {
  color: #2E4FB5;
}
section#history table th strong {
  color: #A1AED6;
  display: block;
  font-family: "Courier New", Courier, "monospace";
  font-size: 2em;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  section#history table th, section#history table td {
    display: block;
    padding: 20px 0;
  }
  section#history table th {
    border-bottom: none;
    padding: 20px 0 0;
  }
  section#history table tr:first-child th {
    padding: 0;
  }
}
/*---------------------------------

  組織図

---------------------------------*/
#organization .txt {
  color: #666;
  font-size: 14px;
  text-align: right;
  margin-top: 10px;
}
@media screen and (max-width: 896px) {
  #organization figure {
    overflow-x: scroll;
  }
  #organization figure img {
    display: block;
    width: 700px;
  }
}
/*---------------------------------

  所在地

---------------------------------*/
#access section .link_list {
  border: 1px solid #eee;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.05);
  padding: 40px;
}
#access section .link_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
}
#access section .link_list ul li {
  width: 30%;
  padding: 0;
  margin: 0;
}
#access section .link_list ul li a {
  border-radius: 5px;
  color: #333;
  font-weight: 500;
  display: block;
  padding: 10px;
  position: relative;
}
#access section .link_list ul li::before {
  content: none;
}
#access section .link_list ul li a::after {
  content: '';
  background: url("../images/ac_child.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 10px;
}
#access section .link_list ul li a:hover {
  background: #eee;
}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  #access section .about_block figure {
    overflow: scroll;
    margin-bottom: 20px;
  }
  #access section .about_block figure img {
    width: 700px;
  }
  #access section .about_block figure::after {
    content: 'スクロールしてご覧ください';
    color: #aaa;
    font-size: 12px;
  }
  #access section .link_list {
    padding: 20px;
  }
  #access section .link_list ul li {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
/*
  所在地詳細
---------------------------------*/
#access section .add_block {
  padding-top: 100px;
  margin-top: -100px;
  margin-bottom: 70px;
}
#access section .add_block .add_wrap {
  border: 1px solid #eee;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.05);
}
/* 住所 */
#access section .add_block .add__details {
  padding: 40px 40px;
}
#access section .add_block .add__txt {
  padding-bottom: 40px;
}
#access section .add_block .add__txt dl dt {
  color: #2E4FB5;
  font-size: 1.15em;
  font-weight: 600;
  margin-bottom: 10px;
}
#access section .add_block .add__txt dl dd {}
/* 交通アクセス */
#access section .add_block dl.acc__txt {
  border-top: 1px solid #eee;
  padding: 20px 0 20px;
}
#access section .add_block dl.acc__txt dt {
  font-weight: 600;
  margin: 10px 0;
}
#access section .add_block dl.acc__txt dd {
  color: #6D7385;
  font-size: .85em;
  margin: 10px 0;
}
#access section .add_block dl.acc__txt.wrap__flex dt {
  width: 30%;
}
#access section .add_block dl.acc__txt.wrap__flex dd {
  width: 70%;
}
#access section .add_block iframe {
  height: 400px;
  vertical-align: bottom;
}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  #access section .add_block {
    padding-top: 50px;
    margin-top: -50px;
    margin-bottom: 30px;
  }
  #access section .add_block .add__details {
    padding: 20px 20px;
  }
  #access section .add_block dl.acc__txt.wrap__flex dt {
    margin: 10px 0 0;
    width: 100%;
  }
  #access section .add_block dl.acc__txt.wrap__flex dd {
    width: 100%;
  }
}
/*
  本社
---------------------------------*/
#access section .add_block figure {
  width: 100%;
  height: 400px;
}
#access section .add_block figure .img {
  background-color: #ccc;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
}
#access section .add_block .add__txt.wrap__flex dl {
  width: 48%;
}
#access section .add_block .add__txt.wrap__flex dl:nth-child(-n + 2) {
  margin-bottom: 40px;
}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  #access section .add_block .add__txt.wrap__flex dl {
    width: 100%;
  }
}
/*
  事務所 2カラム
---------------------------------*/
#access section.g_office .inner_r_w {
  flex-wrap: wrap;
}
#access section.g_office .inner_r_w h2 {
  width: 100%;
}
#access section.g_office .inner_r_w .add_block {
  width: 48%;
}
#access section.g_office .inner_r_w .add_block .add_wrap {
  padding: 40px;
  height: 100%;
}
#access section.g_office .inner_r_w .add_block .add_wrap .btn {
  font-size: .8em;
  max-width: 280px;
  margin: 0 auto;
}
#access section.g_office .inner_r_w .add_block .add_wrap .btn a {
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #333;
  display: block;
  padding: 15px 15px;
  position: relative;
}
#access section.g_office .inner_r_w .add_block .add_wrap .btn a::after {
  content: '';
  background: url("../images/new_window_icon.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 15px;
}
#access section.g_office .inner_r_w .add_block .add_wrap .btn a:hover {
  background: #ccc;
  opacity: 1;
}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  #access section.g_office .inner_r_w .add_block {
    width: 100%;
  }
  #access section.g_office .inner_r_w .add_block .add_wrap {
    padding: 20px;
  }
}
/*---------------------------------

  コンプライアンス & プライバシーポリシー

---------------------------------*/
section#policy .txt {
  /*color: #6D7385;*/
}
/* ol */
section#policy ol {
  counter-reset: list;
  list-style-type: none;
  position: relative;
  margin-top: 35px;
}
section#policy ol li {
  position: relative;
  padding: 0 0 0 40px;
}
section#policy ol li + li {
  margin-top: 35px;
}
section#policy ol li::before {
  color: #333;
  counter-increment: list;
  content: counter(list)'.';
  position: absolute;
  font-family: Verdana, Geneva, "sans-serif";
  font-size: 1.3em;
  left: 0;
  top: 0;
}
section#policy ol li strong {
  color: #333;
  display: block;
  font-size: 1.3em;
  font-weight: 500;
  letter-spacing: 4px;
  margin-bottom: 10px;
}
/* ul */
section#policy ul {
  list-style: none;
  margin-top: 30px;
}
section#policy ul li {
  padding: 0 0 0 30px;
  position: relative;
}
section#policy ul li + li {
  margin-top: 35px;
}
section#policy ul li::before {
  background: #6D7385;
  top: 22px;
}
/* 制定 */
section#policy .txt .seitei {
  text-align: right;
  margin-top: 2em;
}
section#policy .txt .seitei p + p {
  margin-top: 1em;
}
/*---------------------------------

  品質・情報セキュリティ活動

---------------------------------*/
.quality section:nth-of-type(even) .section_wrapper {
  background: #f6f6f6;
  padding: 70px 0;
}
.quality section .quality_txt_block {
  margin: 50px 0 70px;
}
.quality section .quality_txt_block .txt strong {
  display: block;
  font-family: 'Noto Serif JP';
  font-size: 1.5em;
  font-weight: 500;
  text-align: center;
  margin: 15px 0;
}
.quality section .quality_txt_block .day_name_txt {
  line-height: 1.8;
  margin-top: 30px;
  text-align: right;
}
.quality section .quality_txt_block .day_name_txt p:nth-child(3) {
  line-height: 1.5;
  margin-top: 15px;
}
.quality section .quality_txt_block .day_name_txt p strong {
  font-size: 1.5em;
  font-weight: 500;
  margin-left: .5em;
}
@media screen and (max-width: 896px) {
  .quality section:nth-of-type(even) .section_wrapper {
    padding: 50px 0;
  }
}
@media screen and (max-width: 480px) {}
/*
  ISO
---------------------------------*/
.quality section .iso_txt_block {
  background: #fff;
  padding: 40px;
}
.quality section .iso_txt_block dl {
  display: flex;
  align-items: center;
  padding: 20px;
}
.quality section .iso_txt_block dl:nth-of-type(odd) {
  background: #f6f6f6;
}
.quality section .iso_txt_block dl dt {
  width: 200px;
}
.quality section .iso_txt_block dl dd ul {
  margin: 0;
}
/*
  情報セキュリティ活動
---------------------------------*/
.quality section:nth-of-type(3) .iso_txt_block {
  background: #f6f6f6;
}
.quality section:nth-of-type(3) .iso_txt_block dl:nth-of-type(odd) {
  background: #fff;
}
@media screen and (max-width: 896px) {
  .quality section .iso_txt_block dl dt {
    width: 90px;
    min-width: 90px;
  }
}
@media screen and (max-width: 480px) {
  .quality section .iso_txt_block {
    padding: 20px;
  }
  .quality section .iso_txt_block dl {
    display: block;
    padding: 15px;
  }
  .quality section .iso_txt_block dl dt {
    font-weight: 500;
    width: 100%;
    margin-bottom: 10px;
  }
}
/*---------------------------------

  社会貢献活動

---------------------------------*/
.contribution section:nth-of-type(even) .section_wrapper {
  background: #f6f6f6;
  padding: 70px 0;
}
.contribution section h2.ttl {
  margin-top: 0;
}
.contribution section .txt p + p {
  margin-top: 1em;
}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  .contribution section:nth-of-type(even) .section_wrapper {
    padding: 50px 0;
  }
}
/*
  スポーツ支援
---------------------------------*/
.contribution section#content1 .btn {
  max-width: 250px;
  width: 90%;
  margin: 50px auto 0;
}
.contribution section#content1 .btn a {
  background: #2e4fb5;
  border: 3px solid #2e4fb5;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 500;
  padding: 20px 30px;
  position: relative;
  overflow: hidden;
}
.contribution section#content1 .btn a span {
  display: block;
  z-index: 4;
  position: relative;
}
.contribution section#content1 .btn a span::after {
  content: '';
  width: 7px;
  height: 14px;
  background: url("../images/arr.svg") no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.contribution section#content1 .btn a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 120%;
  height: 100%;
  background: #fff;
  transform-origin: right top;
  transform: skewX(-30deg) scale(0, 1);
  transition: transform .3s;
}
.contribution section#content1 .btn a:hover::before {
  transform-origin: left top;
  transform: skewX(-30deg) scale(1, 1);
}
.contribution section#content1 .btn a:hover {
  opacity: 1;
  color: #2e4fb5;
}
@media screen and (max-width: 480px) {}
/*
  教育貢献活動
---------------------------------*/
.contribution section#content2 .img_txt_outer figure {
  order: 1;
  margin: 0 0 0 50px;
}
.contribution section .curriculum dl:first-child {
  margin-top: 40px;
}
.contribution section .curriculum dl {
  display: flex;
  align-items: center;
  padding: 20px;
}
.contribution section .curriculum dl:nth-of-type(odd) {
  background: #f6f6f6;
}
.contribution section .curriculum dl dt {
  font-weight: 500;
  width: 200px;
}
.contribution section .curriculum dl dd {
  margin-left: 40px;
}
@media screen and (max-width: 480px) {
  .contribution section#content2 .img_txt_outer figure {
    margin: 0 0 20px 0;
  }
  .contribution section .curriculum dl {
    display: block;
    padding: 20px;
  }
  .contribution section .curriculum dl dd {
    margin-left: 0;
    margin-top: 10px;
  }
}
/*
  インターンシップ
---------------------------------*/
.contribution section#content3 {
  padding-bottom: 0;
  margin: 0;
}
.contribution section#content3 .section_wrapper {
  padding-bottom: 100px;
}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  .contribution section#content3 .section_wrapper {
    padding-bottom: 50px;
  }
}