<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/* common */
abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,html,i,iframe,img,ins,kbd,label,legend,li,mark,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video {
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
  margin: 0;
  padding: 0;
}

article,aside,details,figcaption,figure,footer,header,nav,section {
  display:block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img, svg {
  vertical-align: middle;
}

a {
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
  color: #000;
  /*text-decoration: none;*/
  -webkit-transition:all .5s ease 0;
  transition:all .5s ease 0;
  margin: 0;
  padding: 0;
}

/*------------------------
          PC
------------------------*/

html {
  font-size: 62.5%;
}

body {
  color: #000;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  letter-spacing: .075em;
  line-height: 1.9;
  text-size-adjust: 100%;
  overflow-x: hidden;
}

/*----- base.twig -----*/

#recruit {
  margin: 0 auto;
  padding: 0;
}

#recruit section {
  padding-top: 7.5rem;
  padding-bottom: 4.5rem;
}

#recruit ul li {
  list-style-type: none;
}

#recruit .col {
  float: left;
}
#recruit a:hover,
#recruit a:visited,
#recruit a:link,
#recruit a:active {
  color: #000;
  text-decoration: none;
}

#recruit a.border:hover,
#recruit a.border:visited,
#recruit a.border:link,
#recruit a.border:active {
  color: #369;
  text-decoration: underline;
}

#recruit .small {
  font-size: 1.2rem;
  line-height: 1.5;
}

.sp {
  display: none;
}

.mb-30 {
  margin-bottom: 30px;
}
.mb-15 {
  margin-bottom: 15px;
}

.hover:hover {
  opacity: .7;
  transition: .2s;
}

/* ヘッダー */

#recruit .nav {
  position: fixed;
  height: 75px;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
  line-height: 1;
  width: 100%;
  z-index: 10000;
  margin-top: -2px;
  padding: 0 1rem;
}

#recruit .logo img {
  height: 100%;
}

#recruit .nav-container {
  max-width: 1140px;
  min-width: 650px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 auto;
}
#recruit .nav-nav {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 0 0 auto;
}
#recruit .nav-btn {
  font-size: 1.5rem;
  margin: 0 0 0 10px;
}
#recruit .nav-btn a {
  display: block;
  color: #fff;
  font-weight: 500;
  padding: 2rem 1.5rem;
  text-decoration: none;
}
#recruit li.bg-blue a {
  background: #09c;
}
#recruit li.bg-green a {
  background: #090;
}

@media screen and (max-width: 649px) {
  #recruit .nav {
    height: 50px;
  }
  #recruit .logo img {
    height: 42px;
  }
  #recruit .nav-container {
    max-width: 100%;
    min-width: 100%;
    padding-top: 5px;
  }
  #recruit .nav-btn {
    font-size: 1rem;
    margin: 0 0 0 1.2vw;
  }
  #recruit .nav-btn a {
    padding: 1rem;
  }
}

/*----- 見出し -----*/

.midashi-1 {
  font-size: 3.8rem;
  font-weight: bold;
  margin-bottom: 2em;
  text-align: center;
}
.midashi-1 span {
  border-bottom: 2px solid #000;
  border-top: 2px solid #000;
  padding: 1rem 3rem;
}
.midashi-2 {
  border-bottom: 2px dotted #000;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1em;
  padding-bottom: .5rem;
}
.midashi-3 {
  border-left: 10px solid #09c;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1.4em;
  padding: 0 0 0 1rem;
}

/*----- スライドショー -----*/

.bg-slider {
  /*margin-top: 75px;*/
  width: 100vw;
  height: 90vh;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.topccp {
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .bg-slider {
    /*margin-top: 50px;*/
    height: 50vh;
  }
}

/*----- #intro_イントロ -----*/

#intro {
  background-color: #c4e5ef;
}
#intro p {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 2;
}

/*----- #job_募集職種 -----*/

.btn-box {
  padding-top: 4rem;
  padding-bottom: 4rem;  
  background-color: #e6f2f5;
}

.btn-recruit {
  display: block;
  width: 720px;
  margin: 0 auto;
  padding: 2.8rem;
  background-color: #f60; 
  border-radius: 8px;
  color: #fff!important;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.btn-recruit::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f101";
  transition: transform ease .3s;
  margin-left: 1rem;
}


@media screen and (max-width:800px) {
  .btn-recruit {
    width: 100%;
    padding: 2.4rem;
    font-size: 2rem;  
  }
}

.job-btn {
  border: 2px solid #000;
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 1rem;
  padding: 1rem;
  text-align: center;
}

.job-btn::after, .entry-btn::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f101";
  transition: transform ease .3s;
  margin-left: 1rem;
}

/*-----#interview_インタビュー-----*/

#interview {
  /*background-color: #e6f2f5;*/
}
.interview-name {
  background-color: #09c;
  color: #fff;
  line-height: 1.4em;
  padding: 5px 10px 8px;
}

/*-----#movie_紹介動画-----*/

#movie {
  background-color: #e6f2f5;
}

div.videowrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
div.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-----#message_社長メッセージ-----*/

#message {
  background-color: #c4e5ef;
}
#message .col-md-6 {
  float: right!important;
}

/*-----フッター-----*/

footer {
  background-color: #f2f2f2;
  color: #999;
  font-size: 1.3rem;
  margin-top: 3rem;
  padding: 0 0 2rem;
}
footer .link {
  background: #505050;
  /*padding-top: 20px;*/
  margin-bottom: 2rem;
}
footer a {
  color: #fff!important;
}
footer a:hover {
  color: #fff!important;
}
footer ul {
  list-style: none;
  margin-bottom: 1.8rem;
  padding: 0;
}
footer li {
  font-size: 1.2rem;
  line-height: 1.2;
  margin: 0 5px 8px 0;
  padding-right: 5px;
  white-space: nowrap;
}
footer .copyright {
  font-size: 10px;
}
footer h2 {
  border-bottom: 1px solid #ccc;
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 2rem;
  margin-bottom: 1rem;/*追記*/
  padding: 0 0 5px 0;
}

/*-----子ページ（/detail, /interview）-----*/

#detail {
  /*margin-top: 10rem;*/
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

#detail table tr {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
#detail table th {
  background-color: #09c;
  color: #fff;
  font-weight: 600;
  padding: 1rem;
  text-align: center;
  vertical-align: middle;
  width: 15rem;
}
#detail table td {
  background-color: #e6f2f5;
  padding: 1.5rem;
}
#detail ul.list li {
  list-style-type: square;
  margin-left: 2rem;
}

.entry-btn {
  border: 2px solid #000;
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 4.5rem;
  padding: 1.5rem;
  text-align: center;
}

/* タブメニュー */
#tab-menu {
  font-size: 1.4rem;
  list-style: none;
}
#tab-menu li {
  background: #ccc;
  border-radius: 5px 5px 0 0;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  padding: 5px 10px;
}
#tab-menu li.active {
  background: #000;
}
#tab-menu li:hover {
  cursor: pointer;
  opacity: .7;
}
/* タブの中身 */
#tab-box div {
  display: none;
}
#tab-box div.active {
  display: block;
}

#interview-detail p {
  margin-bottom: 2rem;
}
.interview-img {
  margin-bottom: 7px;
}

.interview-box {
  background-color: #e6f2f5;
  padding: 2.5rem;
  margin-top: 2rem;
}
.interview-box h4 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1rem;
}

/*------------------------
          sp
------------------------*/

@media screen and (max-width: 576px) {

  body {
    font-size: 1.4em;
  }

  #recruit section {
    padding-top: 4.5rem;
    padding-bottom: 3rem;
  }

  #recruit .small {
    font-size: 1rem;
  }

  .pc {
    display: none;
  }
  .sp {
    display: inline-block;
  }

/*-----　見出し　-----*/

  .midashi-1 {
    font-size: 2rem;
  }
  .midashi-2 {
    font-size: 1.7rem;
  }
  .midashi-3 {
    font-size: 1.6rem;
  }

/*----- スライドショー -----*/

  .bg-slider h1 {
    width: 80%;
  }

/*----- リード -----*/

  #intro p {
    font-size: 1.6rem;
  }

/*----- #job_募集職種 -----*/

  .job-btn {
    font-size: 1.4rem;
  }

/*-----子ページ（/detail, /interview）-----*/
/*
  #detail {
    margin-top: 75px;
  }
*/
  #detail table th {
    display: block;
    padding: 5px 10px;
    width: 100%;
    border-right: none;
  }
  #detail table td {
    display: block;
    padding: 10px 15px;
  }

  .entry-btn {
    font-size: 1.5rem;
    padding: 1rem;
  }

  .interview-name {
    line-height: 1.4em;
    padding: 4px 8px;
    font-size: 1.2rem;
  }

  .flex{
    display: flex;
    flex-wrap: wrap;
  }

/* タブメニュー */
  #tab-menu {
    margin-bottom: 1rem;
  }
  #tab-menu li {
    padding: 3px 10px;
    border-radius: 4px!important;
    margin-bottom: 5px;
    font-size: 1rem;
  }

  .interview-box h4 {
    font-size: 1.5rem;
  }

}




</pre></body></html>