
/*-----------------------*/
/* ▼共通                  */
/*-----------------------*/

@charset "UTF-8";

/* google フォント */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap'); /* ゴシック */
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:wght@300;400;500&display=swap');	/* 明朝 */
/* bootsrap 5 アイコン */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.min.css");

html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
}

body {
  margin-top: 0;
	font-size: 18px;
  font-family: sans-serif;
  line-height: 1.5em;
}

/* ▼ナビゲーション バー */

.navbar {
/*	height: 150px;  */
	height: 80px;
  margin: 0px;
  padding-top: 24px;
/*  padding-bottom: 84px; */
  padding-bottom: 10px;
	background-color: #fff;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

/* ▼2022.06.27 */

.navbar-light .navbar-nav .nav-link {
  padding: 0.1rem 1rem;
	font-weight: 400;
	font-size: 1.0rem;
  letter-spacing: 0.05em;
  color: #333;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #1287cd;
}

.navbar-light .navbar-nav .nav-link.active {
  color: #333;
}

.navbar-light .navbar .nav-item {
	margin-top: 0;
	margin-left: 1rem;
}

	/* menu */
.menu_border {
	border-left:#333 solid 1px;
	border-bottom:none;
}

/* お問い合わせボタンのカラーリング */
.btn_inquiry {
  text-decoration: none;
  color: #fff;
  background-color: #009fe8;
  border-color: #009fe8;
}

.btn_inquiry:hover {
  color: #ffff00;
  background-color: #22b7ff;
  border-color: #009fe8;
}

/* ▲2022.06.27 */


/* 992px以下の場合、オフキャンバスメニューを表示
@media (max-width: 991.98px) { */

/* 1200px以下の場合、オフキャンバスメニューを表示 */
@media (max-width: 1199.98px) {

  .navbar .navbar-collapse {
    height: auto;
  }

.navbar-light .navbar-nav .nav-link {
  padding: 0.5rem 1rem;
}

  .offcanvas-collapse {
    position: fixed;
/*    top: 56px;  Height of navbar */
    top: 72px; /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #d2ecfb;
    z-index: 300;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    transform: translateX(-100%);
  }

	.menu_border {
		border-left: none;
		border-bottom:none;
	}

 	.navbar .nav-item {
    width: 100%;
    margin: 0;
		padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: #1287cd 1px solid;
	}

  .navbar-light .navbar-nav .nav-link {
    color: #002d44;
  }

  .navbar-light .navbar-nav .nav-link.active {
    color: #1287cd;
  }

  .navbar-nav .nav-item a:hover {
    background: #1287cd;
    color: #fff !important;
  }

  .icon-C-R-F::before {
    font-family: bootstrap-icons;
    content: '\F231'; /* Caret right full */
    margin-top: 4px;
    margin-right: 4px;
  }


}

/* ▲ナビゲーション バー */

/* ロゴのエリア */
.logo_area {
  position: relative;
  height: 90px;
  background-color: #fff;
}

/* ロゴの位置（表紙） */
.top_logo-image {
  position: absolute;
  width: 25%;
/* height: 25%; */
  top: 88px;
  left: 0px;
  z-index: 200;
}

/* ロゴの位置（表紙） */
.top_logo-image img {
  width: 100%;
	height: 100%;
/*  width: 304px;
	height: 278px;  */
}

/* ロゴの位置（中ページ） */
.logo-image img {
  position: absolute;
  top: 90px;
  left: 0px;
  z-index: 200;
  width: 186px;
	height: 112px;
}

.head_address {
  color: #009fe8;
}

/* フッター */
.footer_back {
  background-color: #d2ecfb;
  height: auto;
}

/* フッターメニュー */
.footer_address .nav .menu_border_footer {
	border-left:#333 solid 1px;
}

.footer_address .nav .menu_border_footer .nav-link:hover {
  color: #1287cd;
}

.footer_address .nav .nav-item {
  height: 32px;
}

.footer_address .nav .nav-link {
  color: #666;
	font-size: 1.0rem;
  margin: 0 0.25em;
  padding-top: 4px;
  padding-bottom: 4px;
}

.footer_address .nav .nav-item.active .nav-link,
.footer_address .nav .nav-item.active .nav-link:hover,
.footer_address .nav .nav-item.active .nav-link:focus,
.footer_address .nav .nav-item.show .nav-link,
.footer_address .nav .nav-item.show .nav-link:hover,
.footer_address .nav .nav-item.show .nav-link:focus {
  color: #66feef;
  background-color: #15b0bd;
}

/* タイトルの中央にライン（ロング） */
.head-border_L {
  display: flex;
  align-items: center;
  letter-spacing:0.2rem;
}
 
.head-border_L:before,
.head-border_L:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #666;
}
 
.head-border_L:before {
    margin-right: 1rem;
}
 
.head-border_L:after {
    margin-left: 1rem;
}

.head-border_L .h2_sub_top {
  margin-top: 0.2%;
  margin-left: 2%;
  letter-spacing:0.2rem;
  font-size: 46%;
  color: #009fe8;
  font-style: italic;
}

/* 576px以下なら消す */
@media screen and (max-width: 575.98px){
  .dsp-non-sm {display:none !important;}
}

/* 576px以上なら消す */
@media screen and (min-width: 575.99px){
  .dsp-non-md {display:none !important;}
}

/* 576px以上、1200px以下なら消す */
@media screen and (min-width: 575.98px) and (max-width: 1199.98px) {
  .dsp-non-md_lg {display:none !important;}
}

/* 1200px以上なら消す */
@media screen and (min-width: 1199.98px){
  .dsp-non-xl {display:none !important;}
}


/* ページトップの表示 */
#page_top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 80%;
}

#page_top a {
    background: #029669;
    text-decoration: none;
    color: #fff;
    font-size: 300%;
    width: 100px;
    padding: 25px 0;
    text-align: center;
    display: block;
    border-radius: 10px;
}
#page_top a:hover {
    text-decoration: none;
    background: #02bd85;
}

.btm_blue {
  background-color: #009fe8;
  color: #fff;
}

.btm_blue:hover {
    text-decoration: none;
    background: #42c1ff;
    color: #fff;
}

.btm_W_blue {
  background-color: #fff;
  border: #009fe8 1px solid;
  color: #009fe8;
  padding-top: 10px;
}

.btm_W_blue:hover {
  text-decoration: none;
  background: #42c1ff;
  color: #fff;
  border: #009fe8 1px solid;
  padding-top: 10px;
}

/*-----------------------*/
/* ▲共通                  */
/*-----------------------*/

/*-----------------------*/
/* 表紙                  */
/*-----------------------*/

/* メインイメージ */
.p_k-maru img {
  width: auto;
  height: auto;
}

/* 発信のテキスト */
.follow_me {
  font-size: 1.4em;
  line-height: 1.8em;
  color: #666;
}

.follow_me_cnt {
  font-size: 1.4em;
  line-height: 1.3em;
  color: #666;
}  


/* 会社概要 ：イメージ */
.ab_img img {
  width: 100%;
/*  height: auto; */
  border-radius: 10px;
  margin: 0;
  padding: 0;
}

/* 会社概要 ：コンテンツ：タイトル */
.ttl_abt_const {
  font-size: 120%;
  margin-bottom: 0.8em;
  text-align: center;
}



/* 会社概要 ：コンテンツ：左ボーダー */

/* 720px以下なら */
@media screen and (max-width: 719.98px){

}

/* 720px以上なら */
@media screen and (min-width: 719.98px){

}


.const_about_BL {
  margin: 0;
  border-left: #666 1px solid;
  font-size: 90%;
}

/* 会社概要 ：コンテンツ：ボーダーなし */
.const_about_NB {
  margin: 0;
  font-size: 90%;
/*  border-left: #666 1px solid;  */
}

/* 採用イメージエリア */
 .saiyo_img_area {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0;
  padding: 0;
 }

.saiyo_btn_area {
  position: absolute;
  bottom: 0;
  right: 0;
}

/*-----------------------*/
/* 会社概要              */
/*-----------------------*/

#about {
  margin-top: 160px;
}

#about h2 {
  letter-spacing:1.3rem;
  font-weight: 500;
  line-height: 1.8em;
  border-bottom: #666 1px solid;
}

.about_h2_area {
  position: relative;
  height: 60px;
/*  width: 360px; */
}

.h2_sub {
  position: absolute;
  top: 0px;
  left: 76%;
  letter-spacing:0.2rem;
  font-size: 46%;
  color: #009fe8;
  font-style: italic;
}

#about h3 {
  letter-spacing:0.5rem;
  font-weight: 500;
  line-height: 1.8em;
  font-family: serif;
}

.aisatsu{
  font-family:serif;
  font-weight: 500;
  line-height: 2.0em;
}

.p_pres img {
  margin-left: auto;
/*  margin-right: auto; */
  display: block;
  width: 30%;
}

/* 企業データテーブル */
.data_tbl {
  border: #AAA;
}

.data_tbl th {
  width: 20%;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}

.data_tbl td {
  width: 80%;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}

/* 沿革テーブル */
.enkaku_tbl th {
  width: 20%;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  text-align: right;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}

.enkaku_tbl td {
  width: 80%;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}

/*-----------------------*/
/* 採用案内              */
/*-----------------------*/

/* 採用案内テーブル */

.saiyo_tbl {
  border: #AAA;
}

.saiyo_tbl th {
  width: 20%;
  background-color: #d2ecfb;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}

.saiyo_tbl td {
  width: 80%;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}


/*-----------------------*/
/* お問い合わせ           */
/*-----------------------*/

#cntt {
  margin-top: 160px;
}


#cntt h2 {
  letter-spacing:0.6rem;
  font-weight: 500;
  line-height: 1.8em;
  border-bottom: #666 1px solid;
}

.cntt_h2_area {
  position: relative;
  height: 60px;
/*  width: 360px; */
}

.cntt_h2_sub {
  position: absolute;
  top: 0px;
  left: 78%;
  letter-spacing:0.2rem;
  font-size: 46%;
  color: #009fe8;
  font-style: italic;
}

.cntt_ttl {
 font-size: 120%;
}
.cntt_tel {
  font-size: 200%;
  color: #009fe8;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: #333 1px solid;
}

.to_priv-poly {
  margin-top: 40px;
  margin-bottom: 60px;
}

.to_priv-poly a {
  font-style: none;
  text-decoration: none;
  color: #009fe8;
}

.to_priv-poly a:hover {
  text-decoration: none;
  color: #84d7ff;
}



/*-----------------------*/
/* 個人情報保護方針       */
/*-----------------------*/

.pp_h3 {
  font-size: 120%;
  font-weight: 400;
}

.pp_contt {
  line-height: 1.8em;
}

.pp_contt_01 {
  margin-left: 2%;
}

ol.roman {
    list-style-type: lower-roman;
}

ol.alph {
    list-style-type: lower-alpha;
}
