.c2col {
	display: grid;
  	grid-template-columns: auto;
  	gap: 0.6em 0.6em;
  	text-align: center;
}
.statistic2col {
	display: grid;
  	grid-template-columns: auto;
  	text-align: center;
}
.c3coltocol2 {
	display: grid;
	grid-template-columns: auto;
	gap: 0.6em 0.6em;
	text-align: center;
  width: 100%;
  grid-template-columns: 1fr 1fr;
}
.c3coltocol1 {
	display: grid;
	grid-template-columns: auto;
	text-align: center;
  width: 100%;
  grid-template-columns: 1fr;
	gap: 0.6em 0.6em;

}

.cmn-txt {
  color: var(--color-white);
  font-weight: 200;
  line-height: 1.5;
  text-align: center;
}
.cmn-ttl21-blk {
  font-size: var(--font-size17);
  color: #000;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.stb-head-list-3col {
  display: grid;
  grid-template-columns: auto;
  gap: 0.6em 0.6em;
  width: 80%;
  background-color: var(--color-blue03);
  padding: 0.6em 0.6em;
  border-radius: 2.1em;
  margin: 0 auto;
}
.stb-head-list-4col {
  display: grid;
  grid-template-columns: auto;
  gap: 0.6em 0.6em;
  width: 80%;
  background-color: var(--color-blue03);
  padding: 0.6em 0.6em;
  border-radius: 2.1em;
  margin: 0 auto;
}

.cmn-ttl21-sub-center-text {
  text-align: center;
}
.cmn-ttl-blue {
  color:#669BCA;
}
.cmn-ttl-blue-2 {
  color:#1A6AAF;
}
.cmn-ttl-text {
  margin-left:0.5em;
}
.bnft-ttl {
  font-size:16px !important;
  font-weight:bold;
}
.bnft-bg {
  background-color:#edeeed;
}
.bnft-bg section{
	background-color:#fff;
	margin:8px;
	padding:8px;
}

.f-right {
  float:right;
}

/*table*/
.recruitment-section__table {
  margin:10px;
  border:1px solid #669BCA;
}
.recruitment-section__table thead tr th {
  background-color:#669BCA;
  border-bottom:1px solid #669BCA;
  border-right:1px solid #669BCA;
  color:#fff;
  line-height:18px;
  font-size:14px;
  padding:5px 15px;
  text-align:center
}
.recruitment-section__table thead tr th:first-line {
  font-size:16px
}
.recruitment-section__table thead tr th:last-child {
  border-right:none
}
.recruitment-section__table tbody tr td {
  border-bottom:1px solid #669BCA;
  border-right:1px solid #669BCA;
  padding:6px 15px;
  text-align:center
}

.recruitment-section__table tbody tr td:first-child {
  background-color:#f9f9f9
}
.recruitment-section__table tbody tr td:last-child {
  border-right:none
}
.gdl-h3 {
  font-size:16px;
}

.q-head {
  background-color: #007BFF; /* �{�^���̔w�i�F */
  color: white;
  border: none;
  text-align: center;
  border-radius: 5px;
  margin-right:20px;
  font-size:14px;
  height:30px;
  width:40px;
  font-weight:bold;
  float:left;
  padding-left: 8px;
  padding-right: 8px;
}
.q-text {
  margin-right: 10px; /* �e�L�X�g�ƃ{�^���̊Ԃ̃}�[�W�� */
  font-weight:bold;
  font-size:14px;
  float:left;
  width:90%;
}
.a-head {
  background-color: #E57800; /* �{�^���̔w�i�F */
  color: white;
  border: none;
  text-align: center;
  border-radius: 5px;
  margin-right:20px;
  font-weight:bold;
  font-size:14px;
  height:30px;
  width:40px;
  padding-left: 8px;
  padding-right: 8px;
}
.a-icon {
  float:left;
}
.q-section {
  margin-top: 20px!important;
  margin-bottom: 20px!important;
}
.a-text {
  float:left;
  width:90%;
}
.pdng0 {
  padding:0px !important;
}
.pdng10 {
  padding:10px !important;
}
.pdng20 {
  padding:20px !important;
}
.pdng30 {
  padding:30px !important;
}

.company-benefits-icon {
  position: unset!important;
  width: 30px!important;
  display: inline-block!important;
}

.preson-ttl-blue {
  font-weight:bold;
  font-size:18px;
  border-bottom:1px solid #dedede;
  color:#337AB8;
  margin-bottom:10px;
}
.interview-contents {
  text-align:left!important;
  padding-bottom:40px!important;
}
.interview-head {
  background-color: #337AB8; /* �{�^���̔w�i�F */
  color: white;
  border: none;
  padding: 5px 10px;
  text-align: center;
  border-radius: 5px;
  margin-right:10px;
  font-size:12px;
  font-weight:bold;
}
.interview-text {
  margin-right: 10px; /* �e�L�X�g�ƃ{�^���̊Ԃ̃}�[�W�� */
  margin-bottom: 10px;
  font-weight:bold;
  font-size:16px;
  color:#337AB8;
}
.interview-sub-text {
  line-height: 1.8;
}
.bg-entry-blue {
  background-color:#337AB8;
}
.bg-entry-blue p{
  color: #ffffff;
}

.entry-footer-link1 {
	position: relative;
	width: 280px;
	height: 80px;
	margin: 0 auto;
	display: block;
	border-radius: 12px;
	overflow: hidden;
	cursor: pointer;
}
.entry-footer-link1 img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
  display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.entry-footer-link1:hover img:nth-of-type(2) {
  -webkit-transform: translate(-50%, -50%) scale(1.15) !important;
	transform: translate(-50%, -50%) scale(1.15) !important;
  opacity: 0;
}
.entry-footer-link2 {
	position: relative;
	width: 280px;
	height: 80px;
	margin: 0 auto;
	display: block;
	border-radius: 12px;
	overflow: hidden;
	cursor: pointer;
}
.entry-footer-link2 img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
  display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.entry-footer-link2:hover img:nth-of-type(2) {
  -webkit-transform: translate(-50%, -50%) scale(1.15) !important;
	transform: translate(-50%, -50%) scale(1.15) !important;
  opacity: 0;
}

.dep img {
  border-radius: 15px;
}
.depttl {
  font-size:13px;
  display: inline-block;
  margin-bottom:12px;
}
.bluelist {
  padding-left:10px;
  text-align: left;
  list-style: disc;
  color: #669BCA;
}
.bold {
  font-weight:bold;
  font-size:14px!important;
}
.survey-bg {
  background-color:#fff;
  text-align:center;
  margin:auto;
}
.survey3img {
  width:100%;
  text-align:center;
  margin:auto;
}
.interview-image {
  margin:0;
  text-align:center;
  margin-bottom:20px;
}
.interview-ttl {
  margin-bottom:20px;
}

.benefits-top-cg-item-icon {
  display: block;
  margin: auto;
  margin-top:0px;
  margin-bottom:10px;
}
.bnft-contents {
  height:120px;
  overflow:hidden;
}
.top-nav-item-ja {
  font-size: 16px;
}

/* benefits�p�_�C�A���O�㏑��*/
.mfp-close {
   color:#fff!important;
   height:30px!important;
   width:30px!important;
   border-radius:50%!important;
   line-height:30px!important;
   text-align:center!important;
   background:#B3CDE4!important;
   font-size:20px!important;
   margin:4px;
}
.ccenter {
   text-align:center!important;
}
.cleft {
   text-align:left!important;
}
.custom-close {
   text-align:center!important;
}
.custom-close-btn {
  text-decoration: none;
  padding: 5px;
  color: #fff !important;
  height: 30px !important;
  width: 90px !important;
  border-radius: 30px !important;
  line-height: 20px !important;
  text-align: center !important;
  background: #B3CDE4 !important;
  font-size: 14px !important;
  margin: 3px;
  display: inline-block;
  margin-top:20px;
}
.bnft-popup-txt {
  font-size:12px;
}
.mfp-content {
  max-width: 85%!important;
}
.cmn-link-item:hover .cmn-icon-right {
  color: var(--color-blue);
  background-color: var(--color-blue02);
}
.cmn-icon-right {
  width: 2.5em;
  color: var(--color-white);
  line-height: 1;
  text-align: center;
  background-color: #337AB8;
  border-radius: 0.75em;
  border-style: solid;
  border-color: var(--color-blue);
  border-width: 1px;
}
.survey-img {
  margin:10px;
}
.news-link {
  color: var(--color-white);
  background-color: var(--color-blue);
  border-radius: 20px;
  text-decoration: none;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 12px;
  padding-right: 12px;
  font-size:12px;
}

@media (hover: hover) {
  .cmn-icon-right {
    transition: color 0.2s, background-color 0.2s;
    border-width: 0px;
  }
}
.page_top_btn {
  position: fixed;
  right: 2%;
  bottom: 3%;
  z-index: 99999;
  width: 80px;
  height: 80px;
  color: transparent;
  border: none;
  background: none;
  box-shadow: none;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: opacity .3s;
  text-decoration: none;
  background-image: url(/wp-content/plugins/vk-all-in-one-expansion-unit/assets/images/page-to-top.gif);
}
.top-dpt-item-name {
  padding-top:15px;
  padding-bottom:15px;
}
.header-menu-bar {
  width: 20px;
  height: 2px;
  background: var(--color-black02);
  margin: 5px 0 0;
  margin-top: 5px;
  transition: 0.2s;
}
.header-menu-bar:nth-child(1) {
  margin-top: 0;
}
.header-menu-bar:nth-child(1).fs-active {
  transform: translateY(9px) rotate(-45deg);
  width: 25px;
  height: 2px;
  margin: 7px 0 0;
}
.header-menu-bar:nth-child(2).fs-active {
  opacity: 0;
  width: 25px;
  height: 2px;
  margin: 7px 0 0;
}
.header-menu-bar:nth-child(3).fs-active {
  transform: translateY(-9px) rotate(45deg);
  width: 25px;
  height: 2px;
  margin: 7px 0 0;
}
.saiyo-top-cg-item-name {
  padding-top:2em!important;
}
.cmn-bg-gry-2 {
  background-color:#edeeed;
}
.cmn-bg-gry-2 section{
	background-color:#fff;
	margin:20px;
	padding:20px;
}
.intv-foot-ttl{
  margin-bottom:20px;
}
.top-news {
  padding: 20px;
}
.top-news .news-text a{
  text-decoration: none;
}
.news-img {
  display:inline-block;
  max-width:100px;
}
.top-news-p {
  float:left;
  padding-top: 8px;
  padding-right: 20px;
}
p.news-text {
  float: left;
}
.news-link-p {
  padding-top: 14px;
  float:right;
}
.sp-hide {
	display:none;
}
.sp-show {
	display:block;
}
.intv-ttl {
  padding-top:3em;
}
.intv_txt {
  padding-bottom:3em;
}
.top_news_inner .news_links {
  width: 120px !important;
}

@media print, screen and (min-width: 768px) {
  .sp-hide {
    display:block;
  }
  .sp-show {
    display:none;
  }

  .top-news-p {
    float:left;
    padding-top: 10px;
    padding-right: 20px;
  }

  .cmn-fig21 {
  	width: 515px;
  }
  .c2col {
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }
  .statistic2col {
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }
  
  .c3coltocol2 {
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .c3coltocol1 {
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
  }
  
  .cmn-bg-gry {
	  background-color:#edeeed;
  }
  .cmn-bg-gry section{
  	background-color:#fff;
  	margin:120px;
  	padding:90px;
  }
  .cmn-bg-gry-2 {
	  background-color:#edeeed;
  }
  .cmn-bg-gry-2 section{
  	background-color:#fff;
  	margin:90px;
  	padding:90px;
  }
  .cmn-bg-white {
	  background-color:#fff;
  }
  .cmn-bg-white section{
  	background-color:#fff;
  	margin:90px;
  	padding:90px;
  }
  .bnft-bg section{
  	background-color:#fff;
  	margin:40px !important;
  }

  .stb-head-list-3col {
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .stb-head-list-4col {
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .intv_l {
    margin-top:20px !important;
    margin-bottom:20px !important;
    text-align:left;
  }
  .prfl {
    margin-top:20px !important;
    margin-bottom:20px !important;
  }
  .prfl_pr {
    height: 240px;
  }
  .prfl_l {
    margin-top:20px !important;
    margin-right:20px !important;
    margin-bottom:20px !important;
  }
  .prfl_r {
    margin-top:20px !important;
    margin-left:20px !important;
    margin-bottom:20px !important;
  }
  
  .company-benefits {
    padding: 10px !important;
    margin:10px !important;
    margin-left:10px !important;
    margin-right:10px !important;
  }
  .pc_o1 {
    order:1!important;
  }
  .pc_o2 {
    order:2!important;
  }
  .pc_o3 {
    order:3!important;
  }
  .pc_o1 img{
    padding-left:20px;
    padding-right:20px;
  }
  .pc_o2 img{
    padding-left:20px;
    padding-right:20px;
  }
  .pc_o3 img{
    padding-left:20px;
    padding-right:20px;
  }
  
  .saiyo-top-cg-item {
    /*border-radius: 0px 25px !important;*/
    border-radius: 20px!important;
  }
  .survey3img {
    /*
    padding-left:55px !important;
    padding-right:55px !important;
    */
  }
  .bnft-ttl {
    font-size:20px !important;
    font-weight:bold;
  }
  .bnft-contents {
    height:140px;
    overflow:hidden;
  }
  .intv_txt {
    padding-bottom:0em;
  }
  

}


.lhead {
  border-bottom: 2px solid #0059a6;display: inline-block;
  font-size:18px;
  padding-top:1em;
}
@media print, screen and (max-width: 768px) {
  .lhead {
    border-bottom: 2px solid #0059a6;display: inline-block;
    font-size:18px;
    padding-top:1em;
    margin-bottom:1em;
  }
  .sp-mgt10 {
    margin-top:10px;
  }
}