/* CSS Document */

body {
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 170%;
}

.pc {
  display: initial !important;
}

.sp {
  display: none !important;
}

@media only screen and (max-width:768px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: initial !important;
  }
}

a:link,
a:visited,
a:hover,
a:active {
  color: #0066cb;
}

.anchor {
  padding-top: 115px;
  margin-top: -115px;
  display: block;
}

@media only screen and (max-width:768px) {
  .anchor {
    padding-top: 76px;
    margin-top: -76px;
  }
}

/*--------------------------------------
  モーダル用
--------------------------------------*/
.course-item img {
  cursor: pointer;
}

#grayDisplay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* コンテンツ全てに対して固定的に 1160pxとか指定されているときの対応として!importantつける */
  max-width: 100% !important;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

#grayDisplay img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 90%;
  max-height: 90%;
  height: 90%;
  object-fit: contain;
}

/*--------------------------------------
  ヘッダー
--------------------------------------*/
.header-box {
  height: 110px;
}

header {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 110px;
  z-index: 100;
}

@media only screen and (max-width:768px) {
  .header-box {
    height: 76px;
  }

  header {
    height: 76px;
  }
}

/*--------------------------------------
  ヘッダーアコーディオンボックス [acordionBox]
--------------------------------------*/
.acordionBox {
  margin: 5px 5px;
}

.acordionBox .trigger {
  font-size: 100%;
  font-weight: bold;
  margin: 0;
  padding: 20px 10px 20px 15px;
  background: url(../image/acArr_op.png) no-repeat right 10px top 50%;
  background-size: 20px;
  background-color: #fdfdfd;
  color: #333333;
  border-radius: 5px;
}

.acordionBox .trigger:hover {
  cursor: pointer;
  background-color: #fdfdfd;
}


/*--------------------------------------
  フッター
--------------------------------------*/
footer {
  margin-top: 30px;
}

.footer_text {
  color: #ffffff;
  padding-bottom: 5px;
  font-size: 90%;
}

.footer_text a {
  color: #ffffff;
}

.footer_tcopyright {
  background-color: #428823;
}

.footer_tcopyright_text {
  color: #ffffff;
  text-align: center;
}

/*--------------------------------------
  メニュー
--------------------------------------*/
.menu_icon {
  padding-top: 3px;
  padding-bottom: 4px;
}

.menu_table {
  width: 100%;
}

.menu_table td {
  border-left: 1px solid #ffffff;
  text-align: center;
}

.menu_table td:last-child {
  border-right: 1px solid #ffffff;
}

.menu_table a {
  display: block;
  padding: 8px 0px;
  color: #ffffff;
  transition: all .4s;
  background-color: #2eb0e8;
}

.menu_table a:hover {
  text-decoration: none;
  color: #13a4e2;
  background-color: #ffffff;
}

.menu_table .main_icon a {
  color: #ffffff;
  transition: all .4s;
  background-color: #2eb0e8;
}

.menu_table .main_icon a:hover {
  color: #ffffff;
  background-color: #0082b9;
}

.sub-menu {
  position: absolute;
  width: 233px;
  top: 110px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}

.sub_memu_mgin37 {
  margin-left: -39px;
}

.sub_memu_mgin32 {
  margin-left: -32px;
}

.menu-item-has-children:hover div {
  opacity: 1;
  visibility: visible;
}

.balloon-top {
  position: relative;
  display: block;
  margin-top: 16px;
  padding: 7px 10px;
  max-width: 100%;
  font-size: 16px;
  background: #2eb0e8;
  color: #ffffff;
  border-radius: 7px;
}

.balloon-top .text85 {
  font-size: 85%;
}

.balloon-top .lh120 {
  line-height: 120%;
}

.balloon-top:before {
  content: "";
  position: absolute;
  top: -29px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #2eb0e8;
}

/*--------------------------------------
  サブタイトル
--------------------------------------*/
.sub_title {
  background-color: #5cbb46;
  text-align: center;
  font-size: 140%;
  color: #ffffff;
  border-radius: 3px;
  padding: 10px 5px 10px 5px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.square_title {
  background: url(../image/title_icon.svg) no-repeat left 1px top 12px;
  background-size: 50px 48px;
  padding-left: 62px;
  padding-top: 21px;
  padding-bottom: 20px;
  font-size: 130%;
  font-weight: bold;
  margin-bottom: 5px;
}

.line_title_gijutsu {
  border-left: 10px solid #a7d1e8;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 5px;
}

.line_title_youchi {
  border-left: 10px solid #c3eac8;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 5px;
}

/*--------------------------------------
  テーブル関連
--------------------------------------*/
/*-- 汎用テーブル --*/
.common_table {
  width: 100%;
  border-top: 1px solid #555555;
  border-left: 1px solid #555555;
}

.common_table th,
.common_table td {
  border-bottom: 1px solid #555555;
  border-right: 1px solid #555555;
  padding: 7px 10px;
  vertical-align: middle;
}

.common_table th {
  font-weight: normal;
  background-color: #cce7d4;
}

/*-- 会社概要テーブル --*/
.kaisha_gaiyo_table {
  margin-top: 10px;
  width: 100%;
}

.kaisha_gaiyo_table th,
.kaisha_gaiyo_table td {
  border-bottom: 1px solid #cccccc;
  padding: 20px 10px;
  vertical-align: middle;
}

.kaisha_gaiyo_table th {
  font-weight: normal;
  text-align: center;
  padding: 20px 25px;
}

.kaisha_gaiyo_table .colspanarea_th {
  border-bottom: none;
}

.kaisha_gaiyo_table .colspanarea_td {
  border-bottom: none;
}

@media only screen and (max-width:768px) {

  .kaisha_gaiyo_table th,
  .kaisha_gaiyo_table td {
    display: block;
    width: 100%;
    padding: 10px 10px;
  }

  .kaisha_gaiyo_table th {
    text-align: center;
    background-color: #daf4ff;
  }

  .kaisha_gaiyo_table .colspanarea_th {
    border-bottom: 1px solid #cccccc;
  }
}

/*-- 所在地テーブル --*/
.shozaichi_table {
  margin-top: 10px;
}

.shozaichi_table th {
  width: 15%;
}

@media only screen and (max-width:768px) {

  .shozaichi_table th,
  .shozaichi_table td {
    display: block;
    width: 100%;
  }

  .shozaichi_table th {
    text-align: center;
  }
}

/*-- 採用情報テーブル --*/
.recruit_table {
  margin-top: 15px;
}

.recruit_table th,
.recruit_table td {
  vertical-align: top;
}

@media only screen and (max-width:768px) {

  .recruit_table th,
  .recruit_table td {
    display: block;
    width: 100%;
  }

  .recruit_table th {
    text-align: center;
  }
}

/*-- 問い合わせテーブル --*/
.information_table {
  margin-top: 15px;
}

@media only screen and (max-width:768px) {

  .information_table th,
  .information_table td {
    display: block;
    width: 100%;
  }

  .information_table th {
    text-align: center;
  }
}

/*-- 業務実績テーブル --*/
.jisseki_table {
  margin-top: 15px;
}

.jisseki_table th {
  text-align: center;
}

.jisseki_table .yaers {
  width: 11%;
  text-align: center;
}

.jisseki_table .kikan {
  width: 19%;
  text-align: center;
}

@media only screen and (max-width:768px) {

  .jisseki_table th,
  .jisseki_table td {
    font-size: 80%;
    width: auto;
  }
}

/*-- 表彰実績テーブル --*/
.hyosho_table {
  margin-top: 15px;
}

.hyosho_table th {
  text-align: center;
}

.hyosho_table .yaers {
  width: 11%;
  text-align: center;
}

.hyosho_table .kikan {
  width: 22%;
  text-align: center;
}

.hyosho_table .naiyo {
  width: 20%;
  text-align: center;
}

@media only screen and (max-width:768px) {

  .hyosho_table th,
  .hyosho_table td {
    font-size: 80%;
    width: auto;
  }
}


/*--------------------------------------
  各種ボタンデザイン
--------------------------------------*/
.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-flat_01 {
  overflow: hidden;
  padding: 1em 2em;
  color: #333333;
  border-radius: 0;
  background: #b7e1f8;
}

a.btn-flat_01 span {
  position: relative;
}

a.btn-flat_01:before {
  box-sizing: inherit;
  position: absolute;
  top: 0;
  left: 30px;
  width: 150%;
  height: 500%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-70%) rotate(135deg);
  transform: translateX(-98%) translateY(-70%) rotate(135deg);
  background: #a7d1e8;
}

a.btn-flat_01:hover:before {
  box-sizing: inherit;
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(135deg);
  transform: translateX(-9%) translateY(-25%) rotate(135deg);
}


/*--------------------------------------
  事業概要調整ボタンデザイン
--------------------------------------*/
a.btn-flat_gaiyo01 {
  overflow: hidden;
  padding: 1em 2em;
  color: #333333;
  border-radius: 0;
  background: #b7e1f8;
  width: 100%;
}

a.btn-flat_gaiyo01 span {
  position: relative;
  font-size: 130%;
}

a.btn-flat_gaiyo01:before {
  box-sizing: inherit;
  position: absolute;
  top: 0;
  left: 25px;
  width: calc(100% + 30px);
  height: 500%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-70%) rotate(135deg);
  transform: translateX(-85%) translateY(-70%) rotate(135deg);
  background: #a7d1e8;
}

a.btn-flat_gaiyo01:hover:before {
  box-sizing: inherit;
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(135deg);
  transform: translateX(-9%) translateY(-25%) rotate(135deg);
}

a.btn-flat_gaiyo02 {
  overflow: hidden;
  padding: 1em 2em;
  color: #333333;
  border-radius: 0;
  background: #c3eac8;
  width: 100%;
}

a.btn-flat_gaiyo02 span {
  position: relative;
  font-size: 130%;
}

a.btn-flat_gaiyo02:before {
  box-sizing: inherit;
  position: absolute;
  top: 0;
  left: 25px;
  width: calc(100% + 30px);
  height: 500%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-70%) rotate(135deg);
  transform: translateX(-85%) translateY(-70%) rotate(135deg);
  background: #b3dab8;
}

a.btn-flat_gaiyo02:hover:before {
  box-sizing: inherit;
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(135deg);
  transform: translateX(-9%) translateY(-25%) rotate(135deg);
}

a.btn-flat_gaiyo03 {
  overflow: hidden;
  padding: 1em 2em;
  color: #333333;
  border-radius: 0;
  background: #f9cf90;
  width: 100%;
}

a.btn-flat_gaiyo03 span {
  position: relative;
  font-size: 130%;
}

a.btn-flat_gaiyo03:before {
  box-sizing: inherit;
  position: absolute;
  top: 0;
  left: 25px;
  width: calc(100% + 30px);
  height: 500%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-70%) rotate(135deg);
  transform: translateX(-85%) translateY(-70%) rotate(135deg);
  background: #e9bf80;
}

a.btn-flat_gaiyo03:hover:before {
  box-sizing: inherit;
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(135deg);
  transform: translateX(-9%) translateY(-25%) rotate(135deg);
}



/*--------------------------------------
bootstrap オリジナル CSS
--------------------------------------*/
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5,
.col-xs-2-5,
.col-sm-2-5,
.col-md-2-5,
.col-lg-2-5,
.col-xs-3-5,
.col-sm-3-5,
.col-md-3-5,
.col-lg-3-5,
.col-xs-4-5,
.col-sm-4-5,
.col-md-4-5,
.col-lg-4-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1-5 {
  width: 20%;
  float: left;
}

.col-xs-2-5 {
  width: 40%;
  float: left;
}

.col-xs-3-5 {
  width: 60%;
  float: left;
}

.col-xs-4-5 {
  width: 80%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
    float: left;
  }

  .col-sm-2-5 {
    width: 40%;
    float: left;
  }

  .col-sm-3-5 {
    width: 60%;
    float: left;
  }

  .col-sm-4-5 {
    width: 80%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }

  .col-md-2-5 {
    width: 40%;
    float: left;
  }

  .col-md-3-5 {
    width: 60%;
    float: left;
  }

  .col-md-4-5 {
    width: 80%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }

  .col-lg-2-5 {
    width: 40%;
    float: left;
  }

  .col-lg-3-5 {
    width: 60%;
    float: left;
  }

  .col-lg-4-5 {
    width: 80%;
    float: left;
  }
}

.col-xs-1-2,
.col-sm-1-2,
.col-md-1-2,
.col-lg-1-2 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1-2 {
  width: 50%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-1-2 {
    width: 50%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-1-2 {
    width: 50%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-1-2 {
    width: 50%;
    float: left;
  }
}