@charset "utf-8";
/* **************************************************
	デフォルトCSSの再定義
************************************************** */
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}
body {
  width: 100%;
  height: 100%;
  color: #333;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-break: break-all;
  -webkit-text-size-adjust: none;
  background-color: #FFF;
}
#all_wrapper {
  margin: 0 auto;
}
a {
  color: #333;
  text-decoration: none;
}
figure {
  text-align: center;
}
img {
  max-width: 100%;
  vertical-align: bottom;
  margin: 0 auto;
}
table {
  width: 100%;
}
input, button, select, textarea {
  border: none;
  appearance: none !important;
  -webkit-appearance: none !important;
  border-radius: 0;
  /* macOS/iOSのSafariで角丸になるのを修正 */
  line-height: normal;
  /* macOS/iOSのSafariでplaceholderが上にずれるのを修正 */
}
a:hover, input[type="button"]:hover, input[type="submit"]:hover, button:hover, .hover_effect:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.hover_effect {
  position: relative;
}
.hover_effect > a {
  height: 100%;
  display: block;
  position: absolute;
  width: 100%;
  content: '';
  top: 0;
  left: 0;
  z-index: 10;
}
a:hover, a:visited, a:active, a:focus {
  text-decoration: none;
  color: #333;
}
@media (min-width: 768px) {
  body {
    min-width: 1280px;
    margin: 0 auto;
  }
}
video:focus {
  border: none;
  border-image-width: 0 !important;
  outline-width: 0;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
/* **************************************************
	レイアウト
************************************************** */
.is-hide {
  display: none;
}
/*.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}*/
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  height: auto;
  overflow: hidden;
}
.aligncenter {
  display: block;
  margin: 10px auto;
}
.alignright {
  float: right;
  margin: 5px 0 5px 10px;
}
.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
}
.inline_block {
  display: inline-block !important;
}
.disp_line_sp {
  display: inline !important;
}
.disp_lineb_sp {
  display: inline-block !important;
}
.disp_line_pc {
  display: none !important;
}
.disp_lineb_pc {
  display: none !important;
}
#wrapper {
  display: block;
  width: 100%;
  overflow: hidden;
}
#wrapper::before {
  /* 固定ヘッダー分 */
  display: block;
  content: "";
  width: 100%;
  height: 60px;
}
@media (min-width: 768px) {
  .disp_line_sp {
    display: none !important;
  }
  .disp_lineb_sp {
    display: none !important;
  }
  .disp_line_pc {
    display: inline !important;
  }
  .disp_lineb_pc {
    display: inline-block !important;
  }
  #wrapper {
    margin: 0 auto;
    padding: 0;
  }
  #wrapper::before {
    height: 120px;
  }
}
/* **************************************************
	header
************************************************** */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFF;
  z-index: 100;
}
header .h_inner {
  display: flex;
  align-items: center;
  height: 60px;
}
header .h_inner .h_logo {
  width: 100%;
  max-width: 296px;
  max-height: 60px;
  margin-right: 60px;
}
header .h_inner .h_logo a {
  display: block;
}
header .h_inner .h_logo a .logo_small {
  display: block;
}
header .h_inner .h_logo a .logo_large {
  display: none;
}
@media (min-width: 768px) {
  header {
    position: absolute;
    background-color: transparent;
  }
  header .h_inner {
    height: 120px;
    align-items: flex-start;
  }
  header .h_inner .h_logo {
    padding: 0;
  }
  header .h_inner .h_logo a {
    padding-top: 25px;
  }
  header .h_inner .h_right_wrap {
    position: fixed;
    top: 35px;
    right: 120px;
    width: 290px;
    z-index: 100;
  }
  header .h_inner .h_right_wrap .btn_wrap {
    gap: initial;
    justify-content: space-between;
  }
  header .h_inner .h_right_wrap .btn_wrap .btn {
    width: 140px;
    min-height: 40px;
    padding-top: 8px;
  }
}
@media (min-width: 920px) {
  header .h_inner .h_logo {
    max-width: 500px;
  }
  header .h_inner .h_logo a {
    padding-top: 20px;
  }
  header .h_inner .h_logo a .logo_small {
    display: none;
  }
  header .h_inner .h_logo a .logo_large {
    display: block;
  }
}
@media (min-width: 1195px) {
  header .h_inner .h_logo {
    max-width: 767px;
  }
  header .h_inner .h_logo a {
    padding: 0;
  }
}
/* メニュー開閉ボタン */
.toggle {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  z-index: 998;
  background-color: #000;
  border-radius: 999px;
}
.toggle .menu_trigger {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.toggle .menu_trigger span {
  position: absolute;
  background: #FFF;
  top: 12px;
  left: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 16px;
  height: 2px;
  -webkit-tap-highlight-color: transparent;
  transform: translateX(-50%);
}
.toggle .menu_trigger span:nth-of-type(2) {
  top: 19px;
}
.toggle .menu_trigger span:nth-of-type(2):after {
  position: absolute;
  top: 0;
  content: "";
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #FFF;
}
.toggle .menu_trigger span:nth-of-type(3) {
  top: 26px;
}
.toggle .menu_trigger.active span:nth-of-type(1) {
  transform: translateY(8px) scale(0);
}
.toggle .menu_trigger.active span:nth-of-type(2) {
  width: 24px;
  transform: translateX(-50%) rotate(-45deg);
  top: 19px;
}
.toggle .menu_trigger.active span:nth-of-type(2):after {
  width: 24px;
  transform: rotate(90deg);
}
.toggle .menu_trigger.active span:nth-of-type(3) {
  transform: translateY(-8px) scale(0);
}
.toggle .menu_trigger:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
@media (min-width: 768px) {
  .toggle {
    top: 35px;
    right: 30px;
    width: 70px;
    border-radius: 40px;
  }
}
/* **************************************************
	グローバルナビゲーション
************************************************** */
/* グロナビを開いている間背景を固定するクラス */
.bg_fixed {
  overflow: hidden;
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}
/* グロナビ */
#sp_menu_wrap {
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 30px;
  overflow-y: auto;
  z-index: -1;
  background-color: transparent;
  padding: 0;
  flex-wrap: nowrap;
  align-self: stretch;
  /* １階層目 */
  /* サブメニュー */
}
#sp_menu_wrap.active {
  display: block;
  z-index: 997;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
#sp_menu_wrap.active .gns_wrap .gns_inner {
  transform: translateX(0);
}
#sp_menu_wrap li.disable > a {
  opacity: 0.6;
  pointer-events: none;
}
#sp_menu_wrap .gns_wrap {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: stretch;
}
#sp_menu_wrap .gns_wrap .menu_closer {
  flex: 0 1 auto;
  width: 100%;
  position: relative;
  display: block;
}
#sp_menu_wrap .gns_wrap .gns_inner {
  flex: 0 0 auto;
  background-color: #FFF;
  width: 100%;
  height: 100%;
  max-width: 390px;
  overflow-y: auto;
  margin: 0 0 0 auto;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transform: translateX(50px);
  padding: 70px 0 80px;
  position: relative;
}
#sp_menu_wrap #sp_menu > ul {
  padding: 0;
}
#sp_menu_wrap #sp_menu > ul > li {
  border-bottom: solid 1px #CCC;
  position: relative;
}
#sp_menu_wrap #sp_menu > ul > li > a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 3px 20px 0;
  color: #333;
  font-size: 1.8rem;
  line-height: 4.8rem;
  font-weight: bold;
}
#sp_menu_wrap #sp_menu > ul > li.menu-item-has-children > button {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  display: block;
  background: transparent;
  width: 55px;
  height: 51px;
  z-index: 10;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
#sp_menu_wrap #sp_menu > ul > li.menu-item-has-children > button:after {
  position: absolute;
  display: block;
  top: 18px;
  right: 16px;
  content: '';
  height: 9px;
  width: 9px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
}
#sp_menu_wrap #sp_menu > ul > li.menu-item-has-children.open > button:after {
  top: 22px;
  border-right: none;
  border-bottom: none;
  border-left: 2px solid #000;
  border-top: 2px solid #000;
}
#sp_menu_wrap ul.sub-menu {
  display: none;
  padding: 0;
}
#sp_menu_wrap ul.sub-menu li {
  border-top: solid 1px #CCC;
}
#sp_menu_wrap ul.sub-menu li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 7px 15px 7px 30px;
}
#sp_menu_wrap ul.sub-menu li.menu-item-has-children ul.sub-menu li a {
  padding-left: 42px;
}
#sp_menu_wrap ul.sub-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children ul.sub-menu li a {
  padding-left: 54px;
}
/* グロナビ PC */
@media (min-width: 768px) {
  .pc_menu_wrap .pc_menu {
    width: 1000px;
    margin: 0 auto;
    display: block;
    position: relative;
    overflow: visible;
    text-align: center;
    padding: 0;
  }
  .pc_menu_wrap .pc_menu li.disable > a {
    opacity: 0.6;
    pointer-events: none;
  }
  .pc_menu_wrap .pc_menu > ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .pc_menu_wrap .pc_menu > ul > li {
    flex: 1 1 auto;
    cursor: pointer;
    background-color: #FFF;
    /*
          &[class*="current-menu-item"] > a {
            background-color: #999;
          }
          */
    /* サブメニュー */
  }
  .pc_menu_wrap .pc_menu > ul > li > a {
    display: grid;
    place-items: center;
    width: 100%;
    height: 50px;
    color: #00489D;
    border-left: 1px solid #000;
    text-decoration: none;
    padding: 5px;
  }
  .pc_menu_wrap .pc_menu > ul > li > a > span .menu-image {
    width: 32px;
    height: 100%;
    padding: 0;
  }
  .pc_menu_wrap .pc_menu > ul > li > a > span .menu-image + .menu-image-title {
    padding-left: 8px;
  }
  .pc_menu_wrap .pc_menu > ul > li:last-of-type {
    border-right: 1px solid #000;
  }
  .pc_menu_wrap .pc_menu > ul > li.menu-item-has-children {
    position: relative;
  }
  .pc_menu_wrap .pc_menu > ul > li.menu-item-has-children > a > span {
    position: relative;
    left: -10px;
  }
  .pc_menu_wrap .pc_menu > ul > li.menu-item-has-children > a > span:after {
    position: absolute;
    content: '▼';
    font-size: 12px;
    display: block;
    top: 48%;
    right: -17px;
    transform: translate(0, -50%);
  }
  .pc_menu_wrap .pc_menu > ul > li ul.sub-menu {
    padding: 0;
    z-index: 1000;
    font-weight: normal;
    display: none;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: rgba(0, 0, 0, 0.5);
  }
  .pc_menu_wrap .pc_menu > ul > li ul.sub-menu li a {
    color: #333;
    display: block;
    min-width: 150px;
    padding: 15px;
    white-space: nowrap;
    text-decoration: none;
  }
}
/* **************************************************
	footer
************************************************** */
footer {
  position: relative;
  background: #333333;
  color: #fff;
  padding: 43px 20px 70px;
  font-weight: normal;
}
footer .f_col.col1 {
  margin-bottom: 17px;
}
footer .f_col.col2 {
  margin-left: 2px;
  margin-bottom: 32px;
}
footer .f_col.col3 {
  width: 100%;
  margin: 0 8px 120px;
}
@media (min-width: 768px) {
  footer {
    padding: 35px 0 58px;
  }
  footer .f_inner {
    width: 1120px;
    margin: 0 auto 39px;
    display: flex;
  }
  footer .f_inner .text_wrap {
    display: flex;
    flex-direction: column;
    width: 740px;
  }
  footer .f_inner .text_wrap .f_col.col1 {
    flex-grow: 0;
    flex-shrink: 0;
    width: 740px;
    margin-bottom: 23px;
  }
  footer .f_inner .text_wrap .f_col.col1 dl {
    display: flex;
    gap: 43px;
  }
  footer .f_inner .text_wrap .f_col.col2 {
    flex-grow: 0;
    flex-shrink: 0;
    margin-bottom: 27px;
  }
  footer .f_inner .f_col.col3 {
    flex-grow: 1;
    flex-shrink: 1;
    margin: 5px 0 0;
  }
}
/* ----------------------------------------
	ページの先頭へ
---------------------------------------- */
#page_top {
  position: fixed;
  bottom: 14px;
  right: 10px;
  width: 50px;
  height: 50px;
  background: url(../img/recruit/page_top_sp.png) no-repeat 0 0;
  background-size: contain;
  z-index: 901;
}
#page_top a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
#page_top:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 768px) {
  #page_top {
    width: 64px;
    height: 64px;
    background: url(../img/recruit/page_top_pc.png) no-repeat 0 0;
    background-size: contain;
    bottom: 20px;
    right: 40px;
  }
}
/* ----------------------------------------
	フッター（会社情報）
---------------------------------------- */
.f_col.col1 h3.company {
  padding: 0 0 6px 0;
  font-weight: bold;
  line-height: 26px;
}
.f_col.col1 dl.f_company_info > div {
  margin-bottom: 7px;
}
.f_col.col1 dl.f_company_info > div dt, .f_col.col1 dl.f_company_info > div dd {
  font-size: 12px;
  line-height: 20px;
}
.f_col.col1 dl.f_company_info > div dd span.tel.visible-xs {
  float: left;
}
.f_col.col1 dl.f_company_info > div dd span.tel.visible-xs a {
  color: #FFF;
}
@media (min-width: 768px) {
  .f_col.col1 h3.company {
    padding-bottom: 19px;
  }
  .f_col.col1 dl.f_company_info > div dt, .f_col.col1 dl.f_company_info > div dd {
    font-size: 14px;
    line-height: 24px;
  }
}
/* ----------------------------------------
	フッター（メニュー）
---------------------------------------- */
.f_col.col2 nav.f_nav {
  /* has child */
}
.f_col.col2 nav.f_nav > ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.f_col.col2 nav.f_nav > ul > li {
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  padding: 3px 15px;
  border-left: 2px solid #fff;
  height: 16px;
  margin: 8px 0;
}
.f_col.col2 nav.f_nav > ul > li a {
  display: inline-block;
  color: #fff;
}
.f_col.col2 nav.f_nav > ul > li:first-of-type {
  border-left: none;
  padding-left: 0;
}
.f_col.col2 nav.f_nav > ul > li.menu-item-has-children + li:not(.menu-item-has-children) {
  border-left: none;
  padding-left: 0;
}
.f_col.col2 nav.f_nav ul li.menu-item-has-children {
  width: 100%;
  border-left: none;
  padding: 0;
  display: flex;
  align-items: center;
}
.f_col.col2 nav.f_nav ul li.menu-item-has-children ul.sub-menu {
  display: flex;
  align-items: center;
}
.f_col.col2 nav.f_nav ul li.menu-item-has-children ul.sub-menu li {
  padding: 3px 0 3px 16px;
}
.f_col.col2 nav.f_nav ul li.menu-item-has-children ul.sub-menu li a {
  font-weight: normal;
}
@media (max-width: 767px) {
  .f_col.col2 nav.f_nav > ul > li:nth-of-type(5) > ul > li {
    padding-left: 12px !important;
  }
}
@media (min-width: 768px) {
  .f_col.col2 nav.f_nav > ul {
    width: 600px;
  }
  .f_col.col2 nav.f_nav > ul > li {
    font-size: 14px;
    padding: 3px 11px;
  }
  .f_col.col2 nav.f_nav > ul > li:nth-of-type(3) {
    margin-right: 100px;
  }
  .f_col.col2 nav.f_nav > ul > li.menu-item-has-children {
    width: auto;
    padding-right: 15px;
  }
  .f_col.col2 nav.f_nav > ul > li.menu-item-has-children ul.sub-menu li {
    padding: 3px 0 3px 14px;
  }
  .f_col.col2 nav.f_nav > ul > li.menu-item-has-children + li.menu-item-has-children {
    width: auto;
    padding-left: 15px;
    border-left: 2px solid #FFF;
  }
  .f_col.col2 ul.for_member {
    padding-bottom: 23px;
  }
}
/* ----------------------------------------
	コピーライト
---------------------------------------- */
.copy {
  font-size: 10px;
  line-height: 16px;
  padding: 0 0 26px;
}
@media (min-width: 768px) {
  .copy {
    padding: 0;
    margin-top: 18px;
    font-size: 12px;
    line-height: 20px;
  }
}
/* ----------------------------------------
	一番下のバナー
---------------------------------------- */
/*
#hover_f_banner {
	position: fixed;
	bottom: -70px;
	left: 0;
	width: 100%;
	height: 72px;
	color: #fff;
	border-top: 2px solid #4B4B4B;
	-webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
	background-color: #333333;
  z-index: 900;

	&._isSlide {
		bottom: 0;
	}
	.hfb_btn_wrap {
		padding: 16px 70px 14px 34px;
		display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;

		.hfb_btn {
      max-width: 120px;
		}

		.hfb_btn:hover{
			-webkit-transition: 0.3s;
			-moz-transition: 0.3s;
			-o-transition: 0.3s;
			transition: 0.3s;
			filter: alpha(opacity=70);
			-moz-opacity: 0.7;
			opacity: 0.7;
		}
	}
}



@media (min-width: $replaceWindow) {
	#hover_f_banner {
		height: 96px;
		bottom: -96px;

		.inner {
			width: 1280px;
			padding: 0;
			height: 100%;
			margin: 0 auto;
      .bnr_box {
        height: 100%;
        .hfb_btn_wrap {
          height: 100%;
          padding: 0;
          .hfb_btn {
            max-width: 140px;
            font-weight: normal;
          }
        }
      }
		}
	}
}
*/
/* **************************************************
	共通パーツ
************************************************** */
/* ----------------------------------------
	ページタイトル
---------------------------------------- */
.hl_page_wrap {
  padding: 34px 0 21px;
  border-bottom: 1px solid #CCC;
  margin: 0 20px 40px;
  /*  パンくずリスト  */
}
.hl_page_wrap .breadcrumb {
  position: relative;
  padding: 0;
  font-weight: normal;
}
.hl_page_wrap .breadcrumb ul {
  overflow-x: scroll;
  word-break: keep-all;
  white-space: nowrap;
  padding: 0 0 23px;
}
.hl_page_wrap .breadcrumb ul li {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.8rem;
  position: relative;
  /*
        &.single_title {
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          width: 50%;
          margin-bottom: -8px;
        }
        */
}
.hl_page_wrap .breadcrumb ul li:not(:last-of-type) {
  margin-right: 9px;
}
.hl_page_wrap .breadcrumb ul li:not(:last-of-type):after {
  position: absolute;
  content: ' > ';
  top: 50%;
  right: -11px;
  font-size: 1rem;
  transform: translateY(-50%);
}
.hl_page_wrap .breadcrumb .bc_scroll_grd {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}
.hl_page_wrap .breadcrumb .bc_scroll_grd.left:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 30px;
  height: 100%;
  background: linear-gradient(90deg, #FFF, rgba(255, 255, 255, 0));
  background-size: contain;
}
.hl_page_wrap .breadcrumb .bc_scroll_grd.right:after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  background: linear-gradient(-90deg, #FFF, rgba(255, 255, 255, 0));
  background-size: contain;
}
.hl_page_wrap .hl_page {
  font-weight: bold;
}
.hl_page_wrap .hl_page .en {
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: #00489D;
  padding-bottom: 10px;
  display: block;
}
.hl_page_wrap .hl_page .ja {
  font-size: 2.8rem;
  line-height: 4.3rem;
  display: block;
}
@media (min-width: 768px) {
  .hl_page_wrap {
    padding: 16px 0 29px;
    margin: 0 auto 50px;
    width: 1000px;
  }
  .hl_page_wrap .breadcrumb ul {
    padding-bottom: 13px;
    overflow-x: inherit;
    word-break: inherit;
    white-space: inherit;
  }
  .hl_page_wrap .breadcrumb ul li {
    font-size: 1.4rem;
    line-height: 1.9rem;
  }
  .hl_page_wrap .breadcrumb ul li:not(:last-of-type) {
    margin-right: 13px;
  }
  .hl_page_wrap .breadcrumb ul li:not(:last-of-type):after {
    font-size: 1.2rem;
    top: 49%;
    right: -14px;
  }
  .hl_page_wrap .hl_page .en {
    font-size: 1.6rem;
    line-height: 2.4rem;
    padding-bottom: 9px;
  }
  .hl_page_wrap .hl_page .ja {
    font-size: 3.6rem;
    line-height: 5.4rem;
  }
}
/* ----------------------------------------
	見出し
---------------------------------------- */
.hl_a {
  padding-bottom: 44px;
}
.hl_a .en {
  font-size: 1.4rem;
  color: #00489D;
  display: block;
  padding-bottom: 31px;
}
.hl_a .ja {
  font-size: 2.8rem;
  line-height: 3.8rem;
}
.hl_a .ja .back_blue {
  background-color: #00489D;
  color: #FFF;
  display: inline-block;
  line-height: 3.2rem;
}
@media (min-width: 768px) {
  .hl_a {
    padding-bottom: 48px;
  }
  .hl_a .en {
    font-size: 2rem;
    padding-bottom: 36px;
  }
  .hl_a .ja {
    font-size: 4.5rem;
    line-height: 4.8rem;
  }
  .hl_a .ja .back_blue {
    line-height: 4.7rem;
  }
}
/* ----------------------------------------
	ボタン
---------------------------------------- */
.btn_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin: 0;
  width: 100%;
}
.btn_wrap .btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 0;
  width: 100%;
  max-width: 230px;
  min-height: 40px;
  background-color: #00489D;
  color: #FFF;
  font-weight: bold;
  padding: 4px 15px;
  border-radius: 999px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.btn_wrap .btn.submit {
  background-color: #00489D;
  color: #fff;
}
.btn_wrap .btn > span {
  display: inline-block;
}
.btn_wrap .btn.arrow {
  padding: 4px 25px;
}
.btn_wrap .btn.arrow:after {
  /* くの字　*/
  position: absolute;
  display: block;
  top: 50%;
  right: 24px;
  content: '';
  height: 12px;
  width: 12px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg) translateY(-74%);
}
.btn_wrap .btn:disabled {
  opacity: 0.5;
  cursor: default;
}
.btn_wrap .btn.btn_white {
  background-color: #00489D;
  color: #00489D;
  border: 1px solid #00489D;
  background-color: transparent;
}
.btn_wrap .btn.btn_green {
  background-color: #50B197;
  color: #FFF;
  border: none;
}
@media (min-width: 768px) {
  .btn_wrap {
    flex-direction: row;
    justify-content: center;
  }
}
/* ----------------------------------------
	検索ボックス
---------------------------------------- */
form.searchform {
  padding: 0;
}
form.searchform .search {
  position: relative;
}
form.searchform .search input[type="text"]::placeholder {
  color: #333;
}
form.searchform .search input[type="text"]::-ms-input-placeholder {
  color: #333;
}
form.searchform .search input[type="text"]::-webkit-input-placeholder {
  color: #333;
}
form.searchform .search .searchsubmit {
  position: absolute;
  top: 1px;
  right: 1px;
  background: url(../img/recruit/btn_search.png) no-repeat center center;
  background-size: cover;
  width: 38px;
  height: 38px;
  border: none;
  display: inline-block;
  padding: 0;
}
/* ----------------------------------------
	区切り線
---------------------------------------- */
.spl {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border: 0;
  border-bottom: solid 1px #CCC;
}
/* ----------------------------------------
	リスト（ul, li）
---------------------------------------- */
.list_def_01 {
  padding: 0;
  margin: 0;
}
.list_def_01 li {
  position: relative;
  padding: 0 0 0 25px;
  list-style: none;
}
.list_def_01 li:before {
  position: absolute;
  content: '●';
  top: 0;
  left: 5px;
}
/* ----------------------------------------
	フォーム系の基本デザイン
---------------------------------------- */
input[type="text"], input[type="password"], input[type="email"], select, textarea {
  width: 100%;
  border: 1px solid #CCC;
  border-radius: 4px;
  padding: 5px 20px;
  background-color: #F9FBFD;
}
input[type="text"], input[type="password"], input[type="email"], select {
  height: 40px;
}
select {
  background: url('../img/recruit/select_icon.png') no-repeat right 5px center;
  background-size: 38px 38px;
  background-color: #F9FBFD;
  padding-right: 40px;
  cursor: pointer;
}
textarea {
  resize: vertical;
  height: 200px;
}
input::placeholder, textarea::placeholder {
  color: #969696;
}
input[type="text"]::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #969696;
}
input[type="text"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #969696;
}
label.l_cbox, label.l_radio {
  display: block;
  width: 100%;
}
label.l_cbox:not(:last-of-type), label.l_radio:not(:last-of-type) {
  margin: 0 0 13px;
}
input[type="checkbox"] + span {
  position: relative;
  display: inline-block;
  padding-left: 33px;
}
input[type="checkbox"] + span:before {
  position: absolute;
  content: "";
  top: 1px;
  left: 0;
  width: 24px;
  height: 24px;
  border: solid 1px #CCC;
  border-radius: 4px;
}
input[type="checkbox"] + span:after {
  position: absolute;
  content: "";
  top: 7px;
  left: 5px;
  width: 14px;
  height: 8px;
  border-left: 2px solid #CCC;
  border-bottom: 2px solid #CCC;
  transform: rotate(-45deg);
}
input[type="checkbox"]:checked + span:before {
  border: solid 1px #333;
  background-color: #333;
}
input[type="checkbox"]:checked + span:after {
  border-left: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
}
input[type="radio"] + span {
  position: relative;
  display: inline-block;
  padding-left: 33px;
}
input[type="radio"] + span:before {
  position: absolute;
  content: "";
  top: 1px;
  left: 0;
  width: 24px;
  height: 24px;
  border: solid 1px #CCC;
  border-radius: 12px;
}
input[type="radio"]:checked + span:before {
  border: solid 2px #333;
}
input[type="radio"]:checked + span:after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  top: 6px;
  left: 5px;
  background: #333;
  border-radius: 50%;
}
@media (min-width: 768px) {
  select {
    width: initial;
  }
  label.l_cbox, label.l_radio {
    display: inline-block;
    width: auto;
  }
  label.l_cbox:not(:last-of-type), label.l_radio:not(:last-of-type) {
    margin: 0 35px 0 0;
  }
}
/* ----------------------------------------
	文字の装飾
---------------------------------------- */
.txt_red {
  color: #00489D;
}
.txt_note {
  display: block;
  padding-left: 16px;
  position: relative;
}
.txt_note:before {
  position: absolute;
  display: block;
  content: '※';
  top: 0;
  left: 0;
}
.txt_under {
  text-decoration: underline;
}
.txt_inblock {
  display: inline-block;
}
.txt_block {
  display: block;
}
.senja_r {
  font-weight: normal;
}
/* ----------------------------------------
	ローディング
---------------------------------------- */
#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0px;
  background-color: #fff;
  z-index: 999;
}
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -16px;
  margin-top: -50px;
}
@media (min-width: 768px) {
  #loader-bg {
    /*top: 142px;*/
    top: 0;
  }
  #loader {
    /*margin-top: -142px;*/
    margin-top: 0;
  }
}
/* **************************************************
	背景
************************************************** */
.container {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
.container .main_content {
  padding: 0 20px 100px;
}
@media (min-width: 768px) {
  .container .main_content {
    padding: 0 0 100px;
    width: 1000px;
    margin: 0 auto;
  }
}
/* **************************************************
	ブログコンテンツ
************************************************** */
/* ----------------------------------------
	レイアウト
---------------------------------------- */
.blog_contents .main_column {
  border: 1px solid #CCC;
  background-color: #FFF;
  padding: 19px 14px 19px 13px;
  width: 100%;
  margin-bottom: 30px;
}
.blog_contents .side_column {
  border: 1px solid #CCC;
  background-color: #FFF;
  padding: 19px 19px 33px;
}
.blog_contents .side_column > div:last-of-type ul {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .blog_contents {
    width: 1000px;
    margin: 0 auto;
  }
  .blog_contents .main_column {
    margin-bottom: 0;
    float: left;
    width: 670px;
    padding: 39px;
  }
  .blog_contents .side_column {
    float: right;
    width: 300px;
  }
}
/* ----------------------------------------
	ニュース　記事一覧
---------------------------------------- */
/*body.news .plist_wrap {
  .plist {
    margin-bottom: 10px;
    .list_date {
      font-weight: bold;
      font-size: 2.0rem;
      line-height: 3.0rem;
    }
    > ul > li > img {
      vertical-align: initial;
    }
  }
}*/
.entry_panel_wrap {
  width: 100%;
  padding: 0 0 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0 auto;
}
.entry_panel_wrap .entry_panel {
  overflow: hidden;
  border: 1px solid #CCC;
  padding: 19px 16px 14px 17px;
  position: relative;
  background-color: #FFF;
  /*
    .tags_list {
      li {
        display: inline-block;
        &:not(:last-of-type) {
          margin-right: 10px;
        }
      }
    }
    */
}
.entry_panel_wrap .entry_panel.hover_effect:hover {
  opacity: 1;
}
.entry_panel_wrap .entry_panel.hover_effect:hover > * {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.entry_panel_wrap .entry_panel figure {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  /*&:after {
        position: absolute;
        display: block;
        content: '';
        border: 1px solid $common_border_color;
        border-radius: 10px;
        z-index: 10;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
      }*/
}
.entry_panel_wrap .entry_panel figure:before {
  content: "";
  display: block;
  padding-top: 100%;
  position: relative;
  z-index: 10;
}
.entry_panel_wrap .entry_panel figure img {
  position: absolute;
  max-width: none;
  max-height: none;
  height: auto;
  /* jQueryで再調整 */
  width: 100%;
  /* jQueryで再調整 */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.entry_panel_wrap .entry_panel .text_box .post_date {
  padding-bottom: 7px;
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #B7B7B7;
}
.entry_panel_wrap .entry_panel .text_box .hl {
  font-size: 2rem;
  line-height: 3.2rem;
  font-weight: bold;
  padding-bottom: 7px;
  /*
        // 以下、表示行数を制御する CSS
        // matchHeight.js を仕様する場合は動作しないためコメントアウト（function.php の get_the_custom_title で対応）
        text-overflow: ellipsis;
        word-wrap: break-word;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        -moz-box-orient: vertical;
        -moz-line-clamp: 3;
        display: -moz-box;
        -ms-box-orient: vertical;
        -ms-line-clamp: 3;
        -o-box-orient: vertical;
        -o-line-clamp: 3;
        display: -o-box;
        box-orient: vertical;
        line-clamp: 3;
        */
}
.entry_panel_wrap .entry_panel .text_box .t_disc {
  font-size: 1.4rem;
  line-height: 2.6rem;
  padding: 0;
  /*
        // 以下、表示行数を制御する CSS
        // matchHeight.js を仕様する場合は動作しないためコメントアウト（function.php の get_the_custom_XXX で対応）
        text-overflow: ellipsis;
        word-wrap: break-word;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        -moz-box-orient: vertical;
        -moz-line-clamp: 3;
        display: -moz-box;
        -ms-box-orient: vertical;
        -ms-line-clamp: 3;
        -o-box-orient: vertical;
        -o-line-clamp: 3;
        display: -o-box;
        box-orient: vertical;
        line-clamp: 3;
        */
}
.entry_panel_wrap .entry_panel .text_box .t_disc .more_link {
  padding: 0 0 0 8px;
  color: #ADADAD;
  text-decoration: none;
}
.entry_panel_wrap .entry_panel .cats_list {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-bottom: 11px;
}
.entry_panel_wrap .entry_panel .cats_list li {
  display: grid;
  place-items: center;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: bold;
  border: 1px solid #00489D;
  background-color: transparent;
  color: #00489D;
  border-radius: 999px;
  min-height: 26px;
  padding: 2px 14px;
  /*
        &:not(:last-of-type) {
          margin: 0 5px 5px 0;
        }
        */
}
@media (min-width: 768px) {
  .entry_panel_wrap {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0;
    padding: 0;
  }
  .entry_panel_wrap .entry_panel {
    display: inline-block;
    width: 300px;
    flex-shrink: 0;
    flex-grow: 0;
    padding: 19px 19px 14px;
    margin-bottom: 40px;
  }
  .entry_panel_wrap .entry_panel > figure {
    margin-bottom: 30px;
  }
  .entry_panel_wrap .entry_panel .text_box {
    padding: 0 10px 0;
  }
  .entry_panel_wrap:after {
    /* レイアウト崩れ防止 */
    content: '';
    display: block;
    width: 300px;
    /* .entory_panelと同じ幅にしてください */
    flex-shrink: 0;
    flex-grow: 0;
  }
}
/* ----------------------------------------
	記事
---------------------------------------- */
article.entry {
  padding: 0 0 20px;
  border-bottom: solid 1px #CCC;
}
article.entry .post_img_wrap {
  width: 100%;
  margin-bottom: 20px;
}
article.entry .post_img_wrap > ul {
  list-style: none;
  padding: 0;
}
article.entry .post_img_wrap > ul > li .trim_b {
  background-color: #e9e9e9;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
article.entry .post_img_wrap > ul > li .trim_b:before {
  content: '';
  display: block;
  padding-top: 68.9%;
}
article.entry .post_img_wrap > ul > li .trim_b img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
article.entry .post_img_wrap.left {
  float: left;
}
article.entry .post_head {
  padding-bottom: 9px;
}
article.entry .post_head .post_date {
  padding-bottom: 10px;
}
article.entry .post_head .post_cat {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-bottom: 13px;
}
article.entry .post_head .post_cat > span {
  display: grid;
  place-items: center;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: bold;
  border: 1px solid #00489D;
  background-color: transparent;
  color: #00489D;
  border-radius: 999px;
  min-height: 26px;
  padding: 2px 14px;
}
article.entry .post_head .hl {
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 3.5rem;
}
article.entry .post_body {
  line-height: 1.6;
  /*
    h1 {
      font-size: 3.2rem;
    }
    h2 {
      font-size: 2.4rem;
    }
    h3 {
      font-size: 1.87rem;
    }
    h4 {
      font-size: 1.6rem;
    }
    h5 {
      font-size: 1.33rem;
    }
    h6 {
      font-size: 1.07rem;
    }
    */
}
article.entry .post_body iframe {
  max-width: 100% !important;
}
article.entry .post_body h1, article.entry .post_body h2, article.entry .post_body h3, article.entry .post_body h4, article.entry .post_body h5, article.entry .post_body h6 {
  font-weight: bold;
  padding: 20px 0 10px;
}
article.entry .post_body p {
  padding-bottom: 10px;
}
article.entry .post_body img {
  margin-bottom: 10px;
  height: auto;
}
article.entry .post_body ul {
  list-style: inherit;
  padding-left: 20px;
  padding-bottom: 15px;
}
article.entry .post_body ol {
  list-style: decimal;
  padding-left: 20px;
  padding-bottom: 15px;
}
article.entry .post_body b, article.entry .post_body strong {
  font-weight: bold !important;
}
article.entry .post_body i, article.entry .post_body em {
  font-style: italic !important;
}
article.entry .post_body .movie {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 1.7777777778;
}
article.entry .post_body a {
  text-decoration: underline;
}
article.entry .post_body a.btn {
  text-decoration: none;
}
article.entry .post_body table {
  margin-bottom: 20px;
  border: 1px solid #BCBCBC;
  vertical-align: middle;
}
article.entry .post_body table tr:nth-child(odd) {
  background: #EFEFEF;
}
article.entry .post_body table tr th, article.entry .post_body table tr td {
  border: 1px solid #BCBCBC;
  vertical-align: middle;
}
article.entry .post_body table tr th {
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  padding: 5px 10px;
  background: #999;
  color: #FFF;
}
article.entry .post_body table tr td {
  line-height: 1.2;
  font-weight: bold;
  padding: 5px 10px;
}
article.entry .post_body .btn_wrap {
  padding: 10px;
}
article.entry .post_body .btn_wrap .btn {
  max-width: initial;
  font-size: 20px;
}
article.entry .clear_float {
  clear: both;
}
article.entry .post_foot {
  text-align: right;
}
article.entry .post_foot .more {
  width: 100px;
  height: 30px;
  margin: 10px 0 0 auto;
  border: solid 1px #9acfe5;
  line-height: 30px;
  text-align: center;
  border-radius: 15px;
}
article.entry .post_foot .more a {
  display: block;
  width: 100%;
  height: 100%;
}
.no_post {
  padding: 30px 0;
  text-align: center;
}
@media (min-width: 768px) {
  article.entry {
    padding: 0 0 50px;
  }
  article.entry .post_img_wrap {
    width: 484px;
    margin: 0 15px 10px 0;
  }
  article.entry .post_img_wrap > ul > li .trim_b:before {
    padding-top: 346px;
  }
  article.entry .post_head {
    padding-bottom: 22px;
  }
  article.entry .post_head .post_cat {
    padding-bottom: 19px;
  }
  article.entry .post_head .hl {
    font-size: 2.6rem;
  }
  article.entry .post_body {
    /* .movie {
        width: 560px;
      } */
  }
  article.entry .post_body .btn_wrap .btn {
    max-width: 250px;
    min-width: initial;
  }
  article.entry .post_foot .more {
    margin: 20px 0 0 auto;
  }
  .no_post {
    padding: 100px 0;
  }
}
/* 記事フッタ
---------------------------------------- */
.article_foot {
  margin: 0;
  padding: 15px 0;
}
.article_foot .paging {
  display: flex;
  justify-content: space-between;
  padding: 0 0 14px 0;
  margin-bottom: 6px;
  text-align: justify;
  text-justify: inter-character;
}
.article_foot .paging .next, .article_foot .paging .prev {
  position: relative;
  width: 50%;
  min-height: 90px;
  /* 削除すれば文字数連動になる */
}
.article_foot .paging .next a, .article_foot .paging .prev a {
  display: block;
  width: 100%;
  height: 100%;
}
.article_foot .paging .next a span.date, .article_foot .paging .prev a span.date {
  display: block;
  padding: 0;
  vertical-align: top;
}
.article_foot .paging .next:before {
  /* くの字　*/
  position: absolute;
  display: block;
  top: 7px;
  left: 2px;
  content: '';
  height: 15px;
  width: 15px;
  border-top: 2px solid #333;
  border-left: 2px solid #333;
  transform: rotate(-45deg);
}
.article_foot .paging .next a {
  padding: 6px 25px 10px 19px;
  border-right: solid 1px #CCC;
}
.article_foot .paging .prev {
  margin-left: auto;
}
.article_foot .paging .prev:after {
  /* くの字　*/
  position: absolute;
  display: block;
  top: 7px;
  right: 2px;
  content: '';
  height: 15px;
  width: 15px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
}
.article_foot .paging .prev a {
  padding: 6px 19px 10px 25px;
  border-left: solid 1px #CCC;
  text-align: right;
}
.article_foot .paging .next + .prev a {
  border-left: none;
}
.article_foot .btn_wrap .btn.back_to_list {
  font-feature-settings: "palt";
}
@media print, screen and (min-width: 768px) {
  .article_foot {
    padding: 30px 0 0;
  }
  .article_foot .paging {
    padding: 0 0 30px 0;
    margin-bottom: 0;
  }
}
/* ----------------------------------------
	ページネーション
---------------------------------------- */
.pagination_pc {
  display: none;
}
.pagination_sp {
  width: 100%;
  text-align: center;
  padding: 0 7px;
}
.pagination_sp .pagenum {
  width: 100%;
  margin-bottom: 15px;
  padding: 14px 0 13px;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
.pagination_sp .pager {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.pagination_sp .pager .prev, .pagination_sp .pager .next {
  width: 48%;
  width: -webkit-calc(( 100% - 15px ) / 2);
  width: calc(( 100% - 15px ) / 2);
  min-height: 40px;
  border-radius: 999px;
  background-color: #00489D;
}
.pagination_sp .pager .prev a, .pagination_sp .pager .next a {
  width: 100%;
  height: 100%;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  display: grid;
  place-items: center;
  position: relative;
  font-size: 1.4rem;
  line-height: 2rem;
}
.pagination_sp .pager .prev {
  margin-right: auto;
}
.pagination_sp .pager .prev a {
  padding: 5px 10px 5px 35px;
}
.pagination_sp .pager .prev a:after {
  /* くの字　*/
  position: absolute;
  display: block;
  top: 50%;
  left: 22px;
  content: '';
  height: 9px;
  width: 9px;
  border-bottom: 2px solid #FFF;
  border-left: 2px solid #FFF;
  transform: rotate(45deg) translateY(-74%);
}
.pagination_sp .pager .next {
  margin-left: auto;
}
.pagination_sp .pager .next a {
  padding: 5px 35px 5px 10px;
}
.pagination_sp .pager .next a:after {
  /* くの字　*/
  position: absolute;
  display: block;
  top: 50%;
  right: 22px;
  content: '';
  height: 9px;
  width: 9px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg) translateY(-74%);
}
@media (min-width: 768px) {
  .pagination_sp {
    display: none;
  }
  .pagination_pc {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .pagination_pc ul li {
    display: inline-block;
    padding: 0;
    vertical-align: top;
  }
  .pagination_pc ul li a {
    display: block;
    width: 40px;
    height: 30px;
    margin: 0 5px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    background: #FFF;
    border: solid 1px #CCC;
    border-radius: 4px;
    color: #333;
  }
  .pagination_pc ul li a.page-numbers.prev {
    position: relative;
    border: none;
    width: 30px;
    height: 30px;
    margin: 0;
  }
  .pagination_pc ul li a.page-numbers.prev:after {
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    right: 5px;
    transform: translate(0, -50%) rotate(45deg);
    height: 15px;
    width: 15px;
    border-bottom: 2px solid #00489D;
    border-left: 2px solid #00489D;
  }
  .pagination_pc ul li a.page-numbers.next {
    position: relative;
    border: none;
    width: 30px;
    height: 30px;
    margin: 0;
  }
  .pagination_pc ul li a.page-numbers.next:after {
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    left: 5px;
    transform: translate(0, -50%) rotate(45deg);
    height: 15px;
    width: 15px;
    border-top: 2px solid #00489D;
    border-right: 2px solid #00489D;
  }
  .pagination_pc ul li span.current {
    display: block;
    width: 40px;
    height: 30px;
    margin: 0 5px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    background: #00489D;
    border-radius: 4px;
    color: #FFF;
  }
  .pagination_pc ul li span.dots {
    display: block;
    width: 40px;
    height: 30px;
    margin: 0;
    padding: 0;
    line-height: 30px;
    text-align: center;
  }
}
/* ----------------------------------------
	ウィジェットエリア_お知らせ一覧
---------------------------------------- */
.widget-row-wrap {
  width: 100%;
  font-weight: bold;
  padding: 0 0 40px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.widget-row-wrap .wgarea_top_area {
  width: 100%;
}
.widget-row-wrap .wgarea_top_area h2, .widget-row-wrap .wgarea_top_area h3, .widget-row-wrap .wgarea_top_area h4, .widget-row-wrap .wgarea_top_area h5, .widget-row-wrap .wgarea_top_area h6, .widget-row-wrap .wgarea_top_area label {
  display: none;
}
@media (min-width: 768px) {
  .widget-row-wrap {
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 50px;
  }
  .widget-row-wrap .wgarea_top_area {
    width: 300px;
  }
  .widget-row-wrap .wgarea_top_area select, .widget-row-wrap .wgarea_top_area input:not(.searchsubmit) {
    width: 100%;
  }
}
/* ----------------------------------------
	ウィジェットエリア（お知らせ詳細_PC_サイドカラム）
---------------------------------------- */
div.wgarea_side_area:not(:last-of-type) {
  margin-bottom: 46px;
}
div.wgarea_side_area[id*="custom-post-type-search"] {
  font-weight: bold;
}
div.wgarea_side_area[id*="custom-post-type-search"] > h3 {
  display: none;
}
div.wgarea_side_area:has(form.searchform) {
  display: none;
}
div.wgarea_side_area > h3 {
  padding-bottom: 6px;
  border-bottom: solid 2px rgba(0, 0, 0, 0.5);
  font-weight: bold;
}
div.wgarea_side_area ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  line-height: 24px;
}
div.wgarea_side_area ul li.cat-item {
  line-height: 27px;
}
div.wgarea_side_area ul li a {
  display: inline-block;
  padding: 11px 10px 10px;
}
div.wgarea_side_area ul li .children {
  padding: 0 0 0 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
div.wgarea_side_area ul li .children > li {
  padding-left: 0;
  padding-right: 0;
}
div.wgarea_side_area ul li .children > li:last-of-type {
  border-bottom: 0;
}
@media (min-width: 768px) {
  div.wgarea_side_area:has(form.searchform) {
    display: block;
  }
}
/* **************************************************
	404
************************************************** */
.not_found {
  padding: 30px 20px;
}
.not_found > p {
  padding: 0 0 30px 0;
}
@media (min-width: 768px) {
  .not_found {
    width: 1000px;
    margin: 0 auto;
  }
  .not_found > p {
    text-align: center;
  }
}
/* **************************************************
	固定ページ
************************************************** */
/* **************************************************
	Light Box 対応
**********************************F**************** */
@media (min-width: 768px) {
  .figure_lightbox {
    position: relative;
  }
  .figure_lightbox:hover {
    position: relative;
    opacity: 0.7;
    transition: 0.3s;
  }
  .figure_lightbox > a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .figure_lightbox > a:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/common/icon_zoom.png) no-repeat right bottom;
    background-size: 40px 40px;
  }
}
/* **************************************************
	モーダルウィンドウ（共通）
************************************************** */
.js-modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.js-modal .modal_bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.js-modal .modal_content {
  position: absolute;
  width: calc(100vw - 30px);
  top: 50%;
  transform: translateY(-50%);
  background-color: #FFF;
  margin: 15px;
  padding: 20px;
}
.js-modal .js-modal-close {
  cursor: pointer;
}
.js-modal-open {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .js-modal .modal_content {
    margin: 0;
    width: 1000px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
/* 募集要項ブログ、ニューマネのすみっこブログ 共通 */
body.recruit_info .container, body.nms_corner .container {
  background: url('../img/recruit/recruit_info_bg_sp.png') no-repeat center top;
  background-size: 703px 1288px;
}
@media screen and (min-width: 768px) {
  body.recruit_info .container, body.nms_corner .container {
    background: url('../img/recruit/recruit_info_bg_pc.png') no-repeat center top;
    background-size: 1512px 883px;
  }
}
/* 募集要項ブログ関係 */
body.recruit_info .entry_panel_wrap .entry_panel {
  padding: 13px 14px 14px 12px;
}
body.recruit_info .entry_panel_wrap .entry_panel figure:before {
  padding-top: 63.5%;
}
@media screen and (min-width: 768px) {
  body.recruit_info .main_content .widget-row-wrap {
    justify-content: flex-start;
    gap: 10px;
  }
  body.recruit_info .main_content .entry_panel_wrap .entry_panel {
    width: 480px;
    padding: 19px 20px 25px 18px;
  }
  body.recruit_info .main_content .entry_panel_wrap .entry_panel > figure:before {
    padding-top: 280px;
  }
  body.recruit_info .main_content .blog_contents .main_column {
    width: 1000px;
    padding: 59px 59px 39px;
  }
}
