@charset "UTF-8";
/*PC・タブレット・スマホ共通設定
 ---------------------------------------------------------------------------*/
/* mobile first*/
/* For Bootstrap4 Breakpoints  */
/* For Bootstrap4 Breakpoints  End */
/* ----
// * ex) @include text-stroke(2, #fff);
---- */
/* Corplist Style
-------------------------------------------------- */
/* Corplist base class */
.Listbox {
  position: relative;
  border: #ddd thin solid;
  border-radius: 10px;
  padding: 20px 15px 35px;
  margin: 0 0 10px 0;
  height: 100%;
  cursor: pointer; }
  @media (min-width: 992px) {
    .Listbox {
      padding: 20px 15px 0px; } }

.Listbox__icon01 {
  /*
    position: absolute;
    left: 1rem;
    top: 0.5rem;
     */
  margin-bottom: 0.5rem;
  display: inline-block;
  padding-bottom: 5px; }
  @media (min-width: 1440px) {
    .Listbox__icon01 {
      margin-bottom: 0; } }

.Listbox__icon01 .-text {
  font-size: 0.8rem;
  line-height: normal;
  vertical-align: middle;
  background-color: #3467a2;
  color: #fff;
  border-radius: 30px;
  padding: 4px 8px 3px; }
  @media (min-width: 320px) {
    .Listbox__icon01 .-text {
      font-size: 0.9rem; } }
  @media (min-width: 480px) {
    .Listbox__icon01 .-text {
      font-size: 1rem; } }

.Listbox__icon02 {
  /*
    position: absolute;
    right: 1rem;
    top: 0.5rem;
     */
  display: inline-block; }

.Listbox__icon02 .-text {
  line-height: normal;
  vertical-align: middle;
  font-size: 0.89rem;
  color: #db096a;
  border: #db096a thin solid;
  border-radius: 30px;
  padding: 3px 7px; }
  @media (min-width: 320px) {
    .Listbox__icon02 .-text {
      font-size: 0.9rem; } }
  @media (min-width: 480px) {
    .Listbox__icon02 .-text {
      font-size: 1rem; } }

.Listbox__photo {
  margin: 0 0 20px;
  width: 100%;
  text-align: center; }
  @media (min-width: 768px) {
    .Listbox__photo {
      padding: 0px; } }

.Listbox__photo .-img {
  aspect-ratio: 300 / 200;
  width: 100%;
  /*
    max-width: 250px;

     */
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  /*   
    border-radius: 10px;
    border:#eee thin solid;
*/ }

@media (min-width: 992px) {
  .Lbboxwrap {
    display: flex;
    justify-content: flex-end; } }

.Listbox__link {
  position: absolute;
  bottom: -1rem;
  right: 0.5rem;
  text-align: center;
  background-color: #405081;
  border-radius: 50% 50%;
  width: 60px;
  height: 60px;
  padding: 0.4rem 0.8rem;
  line-height: 0.8; }
  @media (min-width: 768px) {
    .Listbox__link {
      bottom: -15px; } }
  @media (min-width: 992px) {
    .Listbox__link {
      position: relative;
      bottom: unset;
      right: unset; } }

.Listbox__link a {
  color: #fff;
  text-decoration: none; }

.Corp__photo {
  margin: 1rem; }

/*
.Corp__photo .-img{
    aspect-ratio: 300 / 200;
    width: 100%;
    max-width: 250px;
    object-fit: cover;
    height: auto;
    padding:10px;
    border-radius: 15px;
    @include screen-mq(md) {
        max-width: 250px;
    }
}
 */
@media (min-width: 1200px) {
  .Catchblock {
    height: 145px;
    overflow: hidden; } }

.Corpinfo {
  margin: 2rem 1rem 1rem; }
  @media (min-width: 768px) {
    .Corpinfo {
      margin: 2rem; } }
  @media (min-width: 992px) {
    .Corpinfo {
      margin: 2rem 6rem 4rem; } }

.BackImage {
  position: relative;
  overflow: visible;
  margin-bottom: 2rem;
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url(../../img/back_corp02.png), url(../../img/back_corp03.png);
  /*
    background-image:url(../../img/back_corp04.png),
    url(../../img/back_corp05.png);
     */
  background-repeat: no-repeat,no-repeat;
  background-position: top,bottom;
  background-size: 250%; }
  @media (min-width: 768px) {
    .BackImage {
      background-size: 200%; } }
  @media (min-width: 992px) {
    .BackImage {
      background-size: contain; } }

.Corpinfo__detail .-part02 {
  margin: 1rem; }
  @media (min-width: 768px) {
    .Corpinfo__detail .-part02 {
      margin: 2rem; } }
  @media (min-width: 992px) {
    .Corpinfo__detail .-part02 {
      margin: 2rem 6rem 4rem; } }

.Joboffers__detail {
  margin: 2rem 1rem 1rem; }
  @media (min-width: 768px) {
    .Joboffers__detail {
      margin: 2rem; } }
  @media (min-width: 992px) {
    .Joboffers__detail {
      margin: 2rem 6rem 4rem; } }

.Corpinfo__detail .-part02 > div {
  padding-top: 1rem; }

.Corpinfo__detail .-profile {
  position: absolute;
  top: -1rem;
  left: 1rem; }
  @media (min-width: 320px) {
    .Corpinfo__detail .-profile {
      top: -4rem; } }
  @media (min-width: 768px) {
    .Corpinfo__detail .-profile {
      top: -4rem;
      left: 2rem; } }

.Corpinfo__detail .-contact {
  position: absolute;
  bottom: -1rem;
  right: 1rem;
  width: 50%; }
  @media (min-width: 320px) {
    .Corpinfo__detail .-contact {
      bottom: -1rem;
      right: 1rem;
      width: 70%;
      max-width: 130px; } }
  @media (min-width: 768px) {
    .Corpinfo__detail .-contact {
      bottom: -2rem;
      right: 1rem;
      width: 100%;
      max-width: 167px; } }

.Corpinfo__detail .-profile .positiion01 {
  display: none;
  /*
    width:50%;
    @include screen-mq(xss) {
        width:70%;
    }
      */ }
  @media (min-width: 992px) {
    .Corpinfo__detail .-profile .positiion01 {
      width: 100%;
      margin-top: 2rem;
      max-width: 168px;
      display: block; } }

.Corpinfo__detail .-contact .positiion02 {
  width: 100%; }

/*
.Corpinfo__detail .-contact .positiion02 {
    width:50%;
    @include screen-mq(xss) {
        width:70%;
    }
    @include screen-mq(md) {
        width:100%;
        max-width: 199px;
    }
}

 */
.Joboffers {
  position: relative;
  margin-bottom: 3rem; }

.Joboffers .each_recinf {
  border-top: #efebe9 70px solid; }

.Joboffers__Title {
  position: absolute;
  background-image: url(../../img/fukidashi01.png);
  background-repeat: no-repeat;
  top: -1rem;
  left: 1rem;
  z-index: 100; }

.Joboffers .-number {
  margin: 2rem 2rem 2rem 0.5rem;
  padding: 0.5rem 1rem;
  font-weight: bold;
  font-size: 1.3rem; }

.Joboffers__detail .-h2 {
  background: #cee4fd;
  border-radius: 10px;
  padding: 0.5rem 1rem 0;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  /*
    margin-left:0;
    margin-right:0;

     */
  color: #09468f;
  font-size: 1.2rem; }
  @media (min-width: 768px) {
    .Joboffers__detail .-h2 {
      font-size: 1.5rem;
      padding-left: 1rem;
      padding-right: 1rem;
      /*
        margin-left:1rem;
        margin-right:1rem;

         */ } }
  @media (min-width: 992px) {
    .Joboffers__detail .-h2 {
      padding: 0.5rem 5rem 0;
      /*
        margin-left:5rem;
        margin-right:5rem;

         */ } }

.Joboffers__detail .-positiion03 {
  max-width: 70px;
  vertical-align: middle;
  margin-right: 0.5rem; }
  @media (min-width: 768px) {
    .Joboffers__detail .-positiion03 {
      /*
        margin-left:1rem;

         */ } }

.Corpinfo__detail .row > div {
  /*
    margin-bottom: 0.5rem;
     */ }

.Joboffers__detail .row > div {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

.Corpinfo__detail .-title,
.Joboffers__detail .-title {
  font-weight: bold;
  margin-bottom: 0rem !important; }
  @media (min-width: 768px) {
    .Corpinfo__detail .-title,
    .Joboffers__detail .-title {
      margin-bottom: 0.5rem; } }

.Corpeach .nav-tabs {
  border-bottom: 1px solid #bfd2d9; }

.Corpeach .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #3e597e;
  background-color: #fff;
  border-color: #bfd2d9 #bfd2d9 #fff; }

.Corpeach .nav-link {
  color: #526bad; }

.business_info {
  background-color: rgba(130, 220, 228, 0.22);
  /*
    height:49px;
     */
  padding: 0 5px 0;
  margin: 10px 0;
  border-radius: 8px; }

.Business_title {
  background-image: url(../../img/back_corp03.png);
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.5);
  background-blend-mode: lighten;
  padding: 4rem 0 0;
  font-size: large;
  font-weight: bold; }

.Business__each {
  position: relative;
  overflow: visible; }

.Business__each .-icon {
  position: absolute;
  top: 0;
  left: 0; }

.Business__each .-image {
  width: 100%; }

.Business__photo {
  padding: 5px 5px 20px;
  width: 100%;
  text-align: center; }
  @media (min-width: 768px) {
    .Business__photo {
      padding: 5px; } }

.Business__photo .-img {
  aspect-ratio: 300 / 200;
  width: 100%;
  max-width: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  border-radius: 10px;
  border: #eee thin solid; }

.Business__photo .-zoomicon {
  margin-top: -40px;
  max-width: 35px; }

/*---求人特徴--*/
.Style__icon01 {
  display: inline-block;
  height: 25px;
  width: auto;
  border: #db096a thin solid;
  padding: 0 5px;
  border-radius: 30px;
  margin-right: 2px;
  margin-bottom: 0.3rem; }

.Style__icon01 .-text {
  display: inline-block;
  line-height: 25px;
  /*
    vertical-align: middle;

     */
  font-size: 1rem;
  color: #db5e97; }

li#TOPPAGE {
  display: none; }

div#whatismyfavorite {
  display: none; }
