@charset "UTF-8";
/*! このcssはsass（sass/同名の.scssファイル）からコンパイルされています。修正時はこのcssを直接いじらないようにお願いします  */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@400;600&display=swap");
/*! このcssはsass（sass/同名の.scssファイル）からコンパイルされています。修正時はこのcssを直接いじらないようにお願いします  */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@400;600&display=swap");
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  text-align: center;
  color: #333333;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  font-size: 1.6rem;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  vertical-align: bottom;
  width: 100%;
  max-width: 100%;
  height: auto;
}

a {
  color: #333333;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  opacity: 0.7;
}
a img {
  border: none;
}

i {
  padding: 0 5px;
}

ul {
  letter-spacing: -1em;
}
ul li {
  letter-spacing: 0;
  list-style: none;
}

.pc {
  display: block;
}
@media only screen and (max-width: 960px) {
  .pc {
    display: none;
  }
}

.tablet {
  display: none;
}
@media only screen and (max-width: 960px) {
  .tablet {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .tablet {
    display: none;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 960px) {
  .sp {
    display: block;
  }
}

.ssp {
  display: none;
}
@media only screen and (max-width: 480px) {
  .ssp {
    display: block;
  }
}

/*PC改行加える*/
.br-pc {
  display: inherit;
}
@media only screen and (max-width: 960px) {
  .br-pc {
    display: none;
  }
}

/*PC改行無効*/
.br_sp {
  display: none;
}
@media only screen and (max-width: 960px) {
  .br_sp {
    display: block;
  }
}

.br_ssp {
  display: none;
}
@media only screen and (max-width: 480px) {
  .br_ssp {
    display: block;
  }
}

/************************************

wrapper

************************************/
.wrapper {
  width: 960px;
  margin: 0 auto;
}
.wrapper::after {
  content: "";
  display: block;
  clear: both;
}

/************************************

.list(flexbox)

************************************/
.list {
  display: block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list::after {
  content: "";
  display: block;
  clear: both;
}
.list article {
  width: auto;
}

/************************************

header

************************************/
header {
  position: fixed;
  z-index: 100;
  background-color: #fff;
  background-image: url(../images/head_sen.png);
  background-repeat: repeat-x;
  background-position: center top;
  height: 100px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  /* 横方向　下方向　ぼかし　色＆透過 */
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
}
header .wrapper {
  margin: 0 auto;
  width: 1046px;
  display: block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header #h_logo {
  width: 250px;
  margin: 25px 0 0;
}
header #h_logo a {
  text-decoration: none;
  background-image: url(../images/head_logo.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  width: 100%;
  height: 0;
  padding-top: 20%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
header ul {
  width: 400px;
  margin: 20px 0 0 146px;
  display: block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header ul li {
  width: 46%;
  margin: 0 2%;
  text-align: center;
  border: 2px solid #004986;
  border-radius: 5px;
}
header ul li a {
  display: block;
}
header ul li h3 {
  color: #fff;
  font-size: 1.3rem;
  padding: 3px 0;
  background-color: #004986;
  letter-spacing: 0.1em;
}
header ul li h4 {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  padding: 5px 0;
}
header ul li:nth-child(2) {
  border: 2px solid #004986;
}
header ul li:nth-child(2) h3 {
  background-color: #004986;
}
header .cpro {
  width: 210px;
  margin: 25px 0 0 40px;
}
header .cpro a {
  text-decoration: none;
  background-image: url("../images/head_cpro@2x.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  width: 100%;
  height: 0;
  padding-top: 20.27%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

/************************************

footer

************************************/
footer {
  background-image: url(../images/foot_ill.png);
  background-repeat: repeat-x;
  background-position: center top;
  padding-top: 40px;
  background-color: #badb3f;
  min-width: 1046px;
}
footer #pageup a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none;
  background-image: url(../images/pageup.svg);
  background-repeat: no-repeat;
  background-position: left top;
  display: block;
  height: 68px;
  width: 68px;
  margin: 0 auto;
}
footer #footer_container {
  text-align: left;
  width: 940px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 40px;
  display: block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer #footer_container::after {
  content: "";
  display: block;
  clear: both;
}
footer h2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 180px;
}
footer h2 a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none;
  background-image: url(../images/head_logo.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  display: block;
  height: 40px;
  width: 180px;
}
footer #foot_info {
  display: block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer #foot_info h3 {
  font-size: 1.6rem;
  line-height: 1.5;
  width: 400px;
}
footer #foot_info h3 .small {
  font-size: 1.3rem;
  font-weight: normal;
}
footer #foot_info ul {
  font-size: 1.5rem;
  line-height: 1.8;
  float: left;
  padding-top: 5px;
}

/************************************

main

************************************/
main {
  display: block;
  padding-top: 100px;
  width: 100%;
}

main section .white,
main section .beige {
  padding: 80px 0;
}
@media only screen and (max-width: 960px) {
  main section .white,
main section .beige {
    padding: 50px 0;
  }
}
main section .white {
  background-color: #fff;
}
main section .beige {
  background-color: #f6f5f3;
}

/*移動＋フェードイン表示*/
.list-mv07:not(:target) {
  opacity: 1\9 ;
  /*IE9対策*/
}

#mainimage {
  background-color: #f2f2f2;
  clear: both;
  margin-bottom: 40px;
}

/************************************

.bt_secondpage

************************************/
.bt_secondpage {
  margin: 50px auto;
  display: block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bt_secondpage a {
  display: block;
  width: 340px;
  margin: 0 10px;
}
.bt_secondpage a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 1;
}
.bt_secondpage .chu {
  width: 100%;
  font-size: 1.3rem;
  margin: 20px 0 0;
  text-align: center;
}

/************************************

.raf

************************************/
.raf {
  width: 1280px;
  margin: 0 auto;
}
.raf img {
  width: 100%;
}
.raf a:hover {
  opacity: 1;
}

/*! このcssはsass（sass/同名の.scssファイル）からコンパイルされています。修正時はこのcssを直接いじらないようにお願いします */
/************************************

#slide

************************************/
#slide {
  width: 1046px;
  height: 450px;
  margin: 0 auto;
  position: relative;
}

#slide img {
  position: absolute;
  left: 0;
  top: 0;
}

/************************************

#section1

************************************/
#section1 {
  margin: 0 0 80px;
}
#section1 h2 {
  margin-bottom: 30px;
}
#section1 p {
  line-height: 1.8;
}
#section1 p strong {
  color: #96040d;
  font-size: 120%;
}
#section1 .image {
  margin: 30px 0 0;
}

/************************************

section2

************************************/
#section2 {
  margin: 0 0 80px;
  text-align: left;
}
#section2 h2 {
  margin: 0 0 30px;
  width: 690px;
}
#section2 article {
  margin: 50px 0 0;
}
#section2 h3 {
  margin: 0 0 20px;
}
#section2 p {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 20px;
}
#section2 ul {
  margin-bottom: 20px;
}
#section2 ul li {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 7px;
  padding-left: 25px;
  list-style-type: none;
  position: relative;
}
#section2 ul li::before {
  position: absolute;
  top: 0;
  left: 0px;
  color: #ee9d00;
  content: "●";
}
#section2 ul li ul {
  padding-top: 15px;
}
#section2 ul li ul li {
  margin: 0px;
}
#section2 ul li ul li::before {
  position: absolute;
  top: 0;
  left: 0px;
  color: #ccc;
}

/************************************

#section3

************************************/
#section3 {
  border: 1px solid #b3b3b3;
  padding-top: 25px;
  padding-right: 50px;
  padding-bottom: 25px;
  padding-left: 50px;
  text-align: left;
  margin: 0 0 50px;
}
#section3 h2 {
  font-size: 1.8rem;
  color: #97040d;
  margin-bottom: 15px;
}
#section3 .container {
  display: block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#section3 #iin {
  width: 60%;
}
#section3 #cordinator {
  width: 35%;
  margin: 0 0 0 5%;
}
#section3 h3 {
  font-size: 1.6rem;
  margin-bottom: 12px;
  padding-bottom: 5px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #b3b3b3;
}
#section3 ul {
  display: block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#section3 ul li {
  font-size: 1.4rem;
  line-height: 1.8;
}
#section3 #iin ul li {
  width: 49%;
  margin: 0 1% 0 0;
}

/*! このcssはsass（sass/同名の.scssファイル）からコンパイルされています。修正時はこのcssを直接いじらないようにお願いします */
/************************************

.recruit

************************************/
.recruit {
  /************************************

  #rec_mainimage

  ************************************/
  /************************************

  レイアウト

  ************************************/
  /************************************

  .archive(singleページも一緒)

  ************************************/
  /************************************

  wp-pagenavi

  ************************************/
  /************************************

  .to_contact

  ************************************/
  /************************************

  nav_single

  ************************************/
  /************************************

  .subcolumn

  ************************************/
}
.recruit #rec_mainimage {
  width: 100%;
  height: 190px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 0 70px;
}
@media only screen and (max-width: 480px) {
  .recruit #rec_mainimage {
    height: 150px;
  }
}
.recruit #rec_mainimage .page_title {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  width: 400px;
  letter-spacing: 0.2em;
}
.recruit #rec_mainimage .page_title a {
  padding: 30px 50px;
  display: block;
}
.recruit #rec_mainimage .page_title h1 {
  font-size: 2.1rem;
  color: #fff;
  line-height: 1;
  background-color: #97040d;
  border-radius: 2em;
  padding: 7px 0;
  margin: 0 0 5px;
}
.recruit #rec_mainimage .page_title h2 {
  font-size: 2.9rem;
}
.recruit#recruitment #rec_mainimage {
  background-image: url("../images/mainimage_recruitment.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .recruit#recruitment #rec_mainimage {
    background-image: url("../images/mainimage_recruitment@2x.jpg");
  }
}
@media only screen and (max-width: 480px) {
  .recruit#recruitment #rec_mainimage {
    background-image: url("../images/mainimage_jobhunting-sp@2x.jpg");
  }
}
.recruit#jobhunting #rec_mainimage {
  background-image: url("../images/mainimage_jobhunting.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .recruit#jobhunting #rec_mainimage {
    background-image: url("../images/mainimage_jobhunting@2x.jpg");
  }
}
@media only screen and (max-width: 480px) {
  .recruit#jobhunting #rec_mainimage {
    background-image: url("../images/mainimage_jobhunting-sp@2x.jpg");
  }
}
.recruit#jobhunting #rec_mainimage .page_title h1 {
  background-color: #004986;
}
.recruit .container {
  display: block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
}
.recruit .container .maincolumn {
  width: 75%;
  margin: 0 0 30px;
}
.recruit .container .subcolumn {
  width: 20%;
  margin: 0 0 0 5%;
}
.recruit .archive .cat_title {
  margin: 0 0 40px;
}
.recruit .archive .cat_title h2 {
  font-size: 2.5rem;
  line-height: 1;
  border-left: 3px solid #97040d;
  padding: 5px 0 5px 20px;
}
.recruit .archive article {
  margin: 0 0 60px;
  width: 100%;
}
.recruit .archive .title {
  margin: 0 0 15px;
  display: block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.recruit .archive .title.sen {
  padding-bottom: 7px;
  border-bottom: 2px solid #333333;
}
.recruit .archive .title .pr {
  width: 80px;
  height: 32px;
  text-align: center;
  background-color: #004986;
  color: #fff;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1;
  padding: 5px 0px;
  position: relative;
  margin: 0 20px 0 0;
}
.recruit .archive .title .pr::before {
  position: absolute;
  top: 0;
  right: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 0 16px 10px;
  border-color: transparent transparent transparent #004986;
  content: "";
}
.recruit .archive .title h3 {
  width: calc(100% - 100px);
  font-size: 2.2rem;
  line-height: 1.5;
}
.recruit .archive .title h3 a {
  color: #026AAD;
  text-decoration: underline;
}
.recruit .archive table {
  width: 100%;
  border: 0;
  border-collapse: collapse;
  border: 1px solid #ccc;
  line-height: 1.7;
}
.recruit .archive table tr th, .recruit .archive table tr td {
  border-bottom: 1px solid #ccc;
  padding: 15px;
}
.recruit .archive table tr th {
  background-color: #eee;
  white-space: nowrap;
}
.recruit .archive table tr td {
  background-color: #fff;
}
.recruit .archive table tr:nth-child(even) th {
  background-color: #E3E3E3;
}
.recruit .archive table tr:nth-child(even) td {
  background-color: #F7F7F7;
}
.recruit .archive .bt {
  margin: 20px 0 0;
  text-align: center;
}
.recruit .archive .bt a {
  color: #fff;
  background-color: #97040d;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 15px 50px;
  border-radius: 10px;
  position: relative;
  display: inline-block;
  letter-spacing: 0.1em;
}
.recruit .archive .bt a::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  font-family: "FontAwesome";
  content: "\f105";
}
.recruit .archive .pdf {
  margin: 0 0 30px;
}
.recruit#jobhunting .archive .cat_title h2 {
  border-left: 3px solid #004986;
}
.recruit .navi {
  width: 100%;
  clear: both;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.recruit .navi:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.recruit .navi .list_top {
  display: none;
}
.recruit .wp-pagenavi {
  text-align: center;
  font-size: 75%;
  padding: 20px 0;
  width: 100%;
}
.recruit .navi a {
  padding: 10px;
  text-decoration: none;
}
.recruit .wp-pagenavi span {
  padding: 10px;
}
.recruit .current {
  font-weight: bold;
  font-size: 110%;
}
@media only screen and (max-width: 768px) {
  .recruit .navi {
    position: relative;
    margin: 0;
    width: 100%;
  }
  .recruit .wp-pagenavi {
    text-align: center;
    font-size: 75%;
    margin: 20px 0;
  }
  .recruit .wp-pagenavi a {
    position: absolute;
    font-size: 14px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 33%;
    display: inline-block;
  }
  .recruit .navi .list_top {
    display: block;
  }
  .recruit .navi .list_top a {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 33%;
    font-size: 14px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px;
  }
  .recruit .wp-pagenavi .previouspostslink {
    top: 0;
    left: 0;
  }
  .recruit .wp-pagenavi .nextpostslink {
    top: 0;
    right: 0;
  }
  .recruit .navi a:before {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0;
    margin: auto;
    font: 14px "FontAwesome";
  }
  .recruit .wp-pagenavi a.previouspostslink:before {
    content: "\f104";
  }
  .recruit .wp-pagenavi a.nextpostslink:before {
    content: "\f105";
  }
  .recruit .navi .list_top a:before {
    content: "\f106";
  }
  .recruit .wp-pagenavi .pages, .recruit .wp-pagenavi .extend, .recruit .wp-pagenavi .smaller, .recruit .wp-pagenavi .larger, .recruit .wp-pagenavi .first, .recruit .wp-pagenavi .last, .recruit .wp-pagenavi .current {
    display: none;
  }
}
.recruit .to_contact {
  margin: 50px 0;
  text-align: center;
}
.recruit .to_contact h2 {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  padding: 0 40px;
  position: relative;
  display: inline-block;
  margin: 0 0 20px;
}
.recruit .to_contact h2::before, .recruit .to_contact h2::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100px;
  height: 1px;
  background-color: #333333;
  content: "";
}
.recruit .to_contact h2::before {
  left: -100px;
}
.recruit .to_contact h2::after {
  right: -100px;
}
.recruit .to_contact h3 a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none;
  background-image: url("../images/head_cpro@2x.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  display: block;
  height: 60px;
  width: 300px;
  margin: 0 auto 20px;
}
.recruit .to_contact .list article {
  width: 44%;
  margin: 0 3%;
}
.recruit .to_contact .list article .no {
  font-size: 3rem;
  line-height: 1;
  padding: 11px 0;
  font-weight: 500;
}
.recruit .to_contact .list article .mail_bt a {
  background-color: #004986;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  padding: 18px 5px 18px 15px;
  border-radius: 5px;
  display: block;
  position: relative;
}
.recruit .to_contact .list article .mail_bt a::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
  color: #fff;
  font-family: "FontAwesome";
  content: "\f0e0";
}
.recruit .to_contact .list article .chu {
  font-size: 1.3rem;
  margin: 5px 0 0;
}
.recruit .nav_single {
  clear: both;
  text-align: center;
  font-size: 80%;
  padding: 20px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.recruit .nav_single a {
  padding: 20px;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .recruit .nav_single {
    margin: 0 8%;
    width: 84%;
  }
  .recruit .nav_single a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px 0px;
    width: 30%;
    display: inline-block;
    margin: 1%;
    /*全体角丸*/
    border-radius: 3px;
    /* CSS3草案 */
    -webkit-border-radius: 3px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 3px;
    /* Firefox用 */
  }
}
.recruit .subcolumn article {
  margin: 0 0 50px;
}
.recruit .subcolumn article h3 {
  font-size: 1.7rem;
  line-height: 1;
  padding: 3px 0 3px 10px;
  border-left: 3px solid #97040d;
  margin: 0 0 15px;
}
.recruit .subcolumn article.category li {
  margin: 0 0 5px;
  font-size: 1.5rem;
}
.recruit .subcolumn article.category li a {
  display: block;
  border: 1px solid #ccc;
  padding: 10px 15px;
  border-radius: 3px;
  position: relative;
}
.recruit .subcolumn article.category li a::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  font-family: "FontAwesome";
  content: "\f105";
}
.recruit .subcolumn article.category li a:hover {
  opacity: 1;
  background-color: #f6f5f3;
}
.recruit .subcolumn article.recent li {
  padding: 0 0 15px 20px;
  position: relative;
  font-size: 1.5rem;
}
.recruit .subcolumn article.recent li::before {
  position: absolute;
  top: 4px;
  left: 0px;
  font-family: "FontAwesome";
  content: "\f14a";
  color: #8A8A8A;
}
.recruit .subcolumn article.recent li .data {
  display: block;
  font-size: 1.2rem;
}

/*! このcssはsass（sass/同名の.scssファイル）からコンパイルされています。修正時はこのcssを直接いじらないようにお願いします */
/************************************

#company

************************************/
#company {
  /************************************

  #comp_mainimage

  ************************************/
  /************************************

  nav_cat

  ************************************/
  /************************************

  wp-pagenavi

  ************************************/
}
#company #comp_mainimage {
  width: 100%;
  height: 190px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 0 70px;
}
@media only screen and (max-width: 480px) {
  #company #comp_mainimage {
    height: 150px;
  }
}
#company #comp_mainimage .page_title {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  width: 400px;
  letter-spacing: 0.2em;
}
#company #comp_mainimage .page_title a {
  padding: 30px 50px;
  display: block;
}
#company #comp_mainimage .page_title h1 {
  font-size: 2.1rem;
  color: #fff;
  line-height: 1;
  background-color: #004986;
  border-radius: 2em;
  padding: 7px 0;
  margin: 0 0 5px;
}
#company #comp_mainimage .page_title h2 {
  font-size: 2.9rem;
}
#company #comp_mainimage .page_title h2 small {
  display: block;
  font-size: 14px;
  letter-spacing: 0.02em;
}
#company#company #comp_mainimage {
  background-image: url("../images/mainimage_company.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #company#company #comp_mainimage {
    background-image: url("../images/mainimage_company@2x.jpg");
  }
}
@media only screen and (max-width: 480px) {
  #company#company #comp_mainimage {
    background-image: url("../images/mainimage_company-sp@2x.jpg");
  }
}
#company .cat_t {
  margin: 0 0 40px;
}
#company .cat_t h2 {
  display: inline-block;
  position: relative;
  border-bottom: 3px solid #333333;
  padding-bottom: 10px;
}
#company .nav_cat {
  background-color: #f2f2f2;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 40px;
}
#company .nav_cat h3 {
  font-size: 16px;
  line-height: 1;
  padding: 7px 0 7px 40px;
  margin: 0 10px 0 0;
  position: relative;
  background-image: url("../images/icon_cat.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30px;
}
#company .nav_cat .selectstyle {
  position: relative;
  display: inline-block;
}
#company .nav_cat .selectstyle:after {
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 8px;
  height: 8px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
@media only screen and (max-width: 960px) {
  #company .nav_cat .selectstyle:after {
    right: 10px;
  }
}
#company .nav_cat .selectstyle select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #f7f8f8;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: #d4d5d6;
  -o-border-image: initial;
     border-image: initial;
  border-radius: 3px;
  padding: 11px 50px 11px 15px;
  font-size: 16px;
}
@media only screen and (max-width: 960px) {
  #company .nav_cat .selectstyle select {
    font-size: 15px;
  }
}
#company .company_list article {
  padding: 50px 0;
  border-bottom: 3px dotted #ccc;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#company .company_list article a {
  display: block;
}
#company .company_list article .text {
  width: 65%;
  padding-right: 5%;
  position: relative;
}
#company .company_list article .text .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#company .company_list article .text .title2 {
  width: calc(100% - 80px);
  padding-right: 5%;
}
#company .company_list article .text h3 {
  font-size: 22px;
  line-height: 1.3;
  display: inline-block;
}
#company .company_list article .text h3 a {
  display: block;
  padding-bottom: 4px;
  border-bottom: 2px solid #fff;
}
#company .company_list article .text h3 a:hover {
  opacity: 1;
  border-color: #004986;
}
#company .company_list article .text ul {
  margin: 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#company .company_list article .text ul li {
  font-size: 15px;
  background-color: #f2f2f2;
  line-height: 1;
  border-radius: 3px;
  margin: 0 5px 5px 0;
}
#company .company_list article .text ul li a {
  display: block;
  padding: 5px 10px;
}
#company .company_list article .text .qr {
  width: 80px;
  padding: 0 0;
}
#company .company_list article .text .qr img {
  border: 1px solid #ccc;
}
#company .company_list article .text .comment {
  margin: 15px 0 0;
  line-height: 1.7;
  padding: 20px;
  border-radius: 10px;
  background-color: #EEF5F9;
}
#company .company_list article .movie {
  width: 35%;
  padding: 0 0 0 0;
}
#company .company_list article .movie .youtube-area {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#company .company_list article .movie .youtube-area a {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#company .company_list article .movie .youtube-area iframe {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#company .navi {
  width: 100%;
  clear: both;
  background-color: #f6f5f3;
  margin: 50px 0;
}
#company .navi:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
#company .navi .list_top {
  display: none;
}
#company .wp-pagenavi {
  text-align: center;
  font-size: 15px;
  padding: 20px 0;
  width: 100%;
}
#company .navi a {
  padding: 10px;
  text-decoration: none;
}
#company .wp-pagenavi span {
  padding: 10px;
}
#company .current {
  font-weight: bold;
  font-size: 110%;
}
@media only screen and (max-width: 768px) {
  #company .navi {
    position: relative;
    margin: 0;
    width: 100%;
  }
  #company .wp-pagenavi {
    text-align: center;
    font-size: 75%;
    margin: 20px 0;
  }
  #company .wp-pagenavi a {
    position: absolute;
    font-size: 14px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 33%;
    display: inline-block;
  }
  #company .navi .list_top {
    display: block;
  }
  #company .navi .list_top a {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 33%;
    font-size: 14px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px;
  }
  #company .wp-pagenavi .previouspostslink {
    top: 0;
    left: 0;
  }
  #company .wp-pagenavi .nextpostslink {
    top: 0;
    right: 0;
  }
  #company .navi a:before {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0;
    margin: auto;
    font: 14px "FontAwesome";
  }
  #company .wp-pagenavi a.previouspostslink:before {
    content: "\f104";
  }
  #company .wp-pagenavi a.nextpostslink:before {
    content: "\f105";
  }
  #company .navi .list_top a:before {
    content: "\f106";
  }
  #company .wp-pagenavi .pages, #company .wp-pagenavi .extend, #company .wp-pagenavi .smaller, #company .wp-pagenavi .larger, #company .wp-pagenavi .first, #company .wp-pagenavi .last, #company .wp-pagenavi .current {
    display: none;
  }
}
/*# sourceMappingURL=maps/common.css.map */