@charset "UTF-8";
                
.contents_inner {
    display: block;
    padding-top: 120px;
    margin-top: -120px;
}
.overimg:hover{opacity: 0.5;}
.spnone{display: block;}
.sponly{display: none;}
.f-left{float: left;}
.f-right{float: right;}
.img100{width: 100%;}
.normal{font-weight: normal;}
.justify{text-align: justify;}
.w48per{width: 48%;}
.w46per,.w46per_02{width: 44%;margin: 3%}
.w46per_02_left{float: left;}
.w46per_02_right{float: right;}
.w30per{width: 30%;}
.w48per img,.w46per img,.w46per_02 img{width: 100%;}
.w66per{width: 66%;position: relative;}
.w80per{width: 80%;margin: 0 auto;}
.w90per{width: 90%;margin: 0 auto;}
.white{color:#ffffff;}
.navy{color:#003894;}
.shadow{filter: drop-shadow(4px 4px 5px  rgba(0, 0, 0, 0.32));}
.sec_ttl_center{font-size: 3em;text-align: center;font-weight: normal;}
.sec_ttl_center img{height: 60px;margin-bottom: 0.2em;}
.sec_ttl_center span{font-size: 0.5em;display: block;font-weight: normal;}

.page_h3{font-size: 1.6em;}
.page_h4{font-size: 1.3em;}
.sec_p{line-height: 1.8;}
.tbonly{display: none;}
.black{color:#000000;}
.center{text-align: center;}

#page_header,#page_header_career{position: relative; margin-top: 138px;height: 260px;background-repeat: no-repeat;background-position: center; background-size: cover;background-color: aliceblue;}
#page_header .sec_ttl_left,#page_header_career .sec_ttl_left{font-size: 2.2em;}
#page_header .sec_ttl_left span,#page_header_career .sec_ttl_left span{font-size: 0.5em;font-weight: normal;display: flex;
  align-items: center;
  justify-content: left;}
#page_header .sec_ttl_left span::after,#page_header_career .sec_ttl_left span::after {
  content: '';
  display: block;
  width: 120px;
  height: 2px;
  background: #ffffff;
	margin-left: 0.5em;
}

.page_ttl_h2{font-size: 2em;text-align: center;}
.page_ttl_h2 span{display: block;font-size: 0.6em;font-weight: normal;color:#226db6;}

/* パンくずリストcss *************************************************************** */
.bg_breadcrumb{}
.breadcrumb {
	text-align: left;
width: 1000px;
  padding: 0.2em 0em 0.2em;
  list-style: none;
  overflow: hidden;
  margin: 0 auto;
}

.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
  font-weight: normal;/*太字*/
}
.breadcrumb li:after {/* >を表示*/
  content: '>';
  padding: 0 0.2em;
  color: #666666;
}
.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb li a {
  text-decoration: none;
  color: #666666;
	font-size: 0.8em;
}
.breadcrumb li a:hover {text-decoration: underline;}
/* パンくずリストcss *************************************************************** */



/* ******* ページネーション ******* */

  /* コンテナ */
  nav.pagination{
    display:inline-flex;
    gap:12px;
    align-items:center;
	margin-bottom: 5em;
  }

  /* 共通ボタン */
  .page{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border:1.5px solid #898989;
    color:#898989;
    text-decoration:none;
    padding:3px 7px;
    border-radius:2px;
    line-height:1;
    min-width:44px;           /* タップしやすさ確保 */
    min-height:40px;
    font-weight:500;
	font-size: 1.4em;
    letter-spacing:.02em;
    background:#f7fafc;
    box-shadow:0 0 0 1px rgba(34,78,134,.08) inset;
  }

  /* 数字ボタンは等幅気味に */
  .page.is-number{
    font-variant-numeric: tabular-nums;
  }

  /* NEXTは大文字（画像の雰囲気） */
  .page.is-next{
    text-transform:uppercase;
    min-width:84px;           /* 見た目を画像に近づける */
  }

  /* hover / focus */
  .page:hover{ box-shadow:0 0 0 3px rgba(34,78,134,.12) inset; }
  .page:focus-visible{
    outline:none;
    box-shadow:0 0 0 3px rgba(34,78,134,.3);
  }
  .page:active{ transform:translateY(1px); }

  /* 現在ページ（塗りはせず、太字＋反転はしない＝画像準拠） */
  .page[aria-current="page"]{
    background:#f7fafc;
    box-shadow:0 0 0 1px rgba(34,78,134,.08) inset;
  }

  /* 無効状態（例：前へがない時など） */
  .page[aria-disabled="true"]{
    opacity:.45;
    pointer-events:none;
  }

.seo_h2_center{font-weight: normal;font-size: 1;text-align: center;line-height: 1.7em;}
.seo_h2{font-weight: normal;font-size: 1;line-height: 1.7em;}
/*
===================================================
 tb タブレット解像度
===================================================
*/
@media screen and (max-width:1000px) {
.spnone{display: block;}
.tbonly{display: block;}
.sponly{display: none;}
/* section_01 */
.tb_container{width: 90%;}
}
/*
===================================================
 sp スマホ解像度
===================================================
*/
@media screen and (max-width:640px) {
.spnone{display: none;}
.sponly{display: block;}
.tbonly{display: none;}
.f-left{float: none;}
.f-right{float: none;}
.w90per{width: 100%;margin:0 auto;}
.w80per{width: 100%;margin:0 auto;}
.w48per{width: 100%;margin-bottom: 3%;}
.w66per{width: 100%;position: relative;}	
.pccenter {
        text-align:left !important;
    }
.lh_l {
	line-height:1.8 !important;
}
.sec_ttl_center img{height: 50px;margin-bottom: 0.2em;}
.sec_ttl_center span{font-size: 0.4em;display: block;font-weight: normal;}
.page_h3{font-size: 1.3em;}

#page_header,#page_header_career{position: relative; margin-top: 100px;height: 200px;background-repeat: no-repeat;background-size: cover;}
#page_header h2{position: absolute; top:50%;left: -1%;}
#page_header_career h2{position: absolute; top:70%;left: -1%;}
#page_header .sec_ttl_left{font-size: 1.8em;}
#page_header_career .sec_ttl_left{font-size: 1.8em;line-height: 1.14em;}
	


	
	

/* パンくずリストcss *************************************************************** */
.breadcrumb {
	width: 98%;
	padding-left: 2%;}	
.breadcrumb li a {
  font-size: 0.84em;
}	
/* パンくずリストcss *************************************************************** */
.seo_h2_center{font-weight: normal;font-size: 1;text-align: justify;line-height: 1.7em;}
	
}

