@charset "utf-8";
/* CSS Document */
/*--------------------------
 entry_共通
--------------------------*/
/* --- text --- */
.entry-text {
  margin: 0;
  color: #000
}
.entry-lead, .recruit-heading__title {
  margin: 0;
  color: #000;
  line-height: 1.5
}
.entry-note {
  margin: 0;
  color: #666
}
.entry-bold {
  display: block;
  color: #000
}
/* --- heading --- */
.entry-heading2__inner {
  border-bottom: 1px solid #ddd;
  background-color: #f4f4f4;
  text-align: center
}
.entry-heading2__title {
  margin: 0;
  color: #000;
  line-height: 1.4
}
/* --- button --- */
.entry-button-wrap {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center
}
.entry-button {
  display: flex
}
.entry-button__type {
  display: flex;
  position: relative;
  flex: 1 1;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
  line-height: 1.5;
  text-align: center
}
.entry-button__type:after {
  -webkit-transform: rotate(135deg);
  -webkit-backface-visibility: hidden;
  display: inline-block;
  position: absolute;
  transform: rotate(135deg);
  border-top: 2px solid #d70c1e;
  border-left: 2px solid #d70c1e;
  vertical-align: middle;
  content: ""
}
.entry-button__label {
  color: #000
}
/* --- description-list --- */
.entry-description-list {
  display: flex;
  flex-flow: row nowrap;
  margin: 0;
  border-bottom: 1px solid #ddd;
  color: #000;
  list-style: none
}
.entry-description-list > dt {
  line-height: 1.5
}
.entry-description-list > dt >:first-child,
.entry-description-list > dt > [class^=list-wrap] >:first-child,
.entry-description-list > dt > section:first-child >:first-child {
  margin-top: 0!important
}
.entry-description-list > dd {
  margin: 0;
  line-height: 1.5
}
.entry-description-list > dd >:first-child,
.entry-description-list > dd > [class^=list-wrap] >:first-child,
.entry-description-list > dd > section:first-child >:first-child {
  margin-top: 0!important
}
/* --- google-map --- */
.entry-google-map__inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden
}
.entry-google-map__inner > iframe {
  position: absolute;
  border: none
}
/*--------------------------
 entry_PC
--------------------------*/
@media (min-width: 768px){
/* --- entry-modal-card --- */
.modaal-container {
  max-width: 820px!important;
}
.entry-modal-card:last-of-type > .entry-modal-card__type > .entry-modal-card__body {
  margin-top: 0!important;
}
.recruit-info__button.type-recruit {
  width: 270px
  }
.recruit-info__button__type.type-recruit {
  display: block;
  background-color: #d70c1e;
  color: #fff!important;
  font-weight: 700;
  text-align: center;
  width: 80%;
  margin-top: 5px;
  padding: 5px 25px;
  border-radius: 10px;
  box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
  font-size: 2.5rem
  }
.entry-modal-card__type:hover .recruit-info__button__type.type-recruit {
  background-color: red;
  transition: all .25s cubic-bezier(.4, 0, .2, 1) 0s
  }
.entry-lead {
  margin-top: 2.1em;
  font-size: 2rem;
  font-weight: 700;
  text-align: center
  }
.recruit-heading__title.type-entry {
  font-size: 2.4rem;
  }
.entry-note {
  margin-top: .6em;
  font-size: 1.6rem;
  text-align: center
  }
.entry-button-wrap {
  margin: 2em 0 0
  }
.entry-button {
  width: 320px
  }
.entry-button+.entry-button {
  margin-left: 20px
  }
.entry-button__type {
  padding: 1em 1.6em;
  border-radius: 50px;
  font-size: 1.6rem;
  font-weight: 700
  }
.entry-button__type:hover { 
  box-shadow: 0 5px 14px 0 rgba(0, 0, 0, .3)
  }
.entry-button__type:after {
  right: 22px;
  width: 10px;
  height: 10px
  }
.entry-heading2 {
  margin-top: 3.2em
  }
.entry-heading2.mt2 {
  margin-top: 5em
  }
.entry-heading2__inner {
  padding: 14px
  }
.entry-heading2__title {
  font-size: 2.4rem;
  font-weight: 700
  }
.entry-list-wrap {
  margin-top: 1.5em
  }
.entry-description-list {
  padding-bottom: 1.7em
  }
.entry-description-list+.entry-description-list {
  margin-top: 1.5em
  }
.entry-description-list>dt {
  flex-shrink: 0;
  width: 17%;
  margin-right: 2.4em;
  font-size: 1.6rem
  }
.entry-description-list>dd {
  width: 100%;
  font-size: 1.6rem
  }
.entry-text {
  font-size: 1.6rem
  }
.entry-text+.entry-text {
  margin-top: .9em
  }
.entry-bold {
  font-weight: 700
  }
.entry-google-map {
  margin-top: 3.9em
  }
.entry-google-map__inner {
  padding-top: 30.5%
  }
.entry-google-map__inner>iframe {
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%
  }
.mt-2em {
  margin-top: 2em;
  }
  
.footer-entry__button__type.type-recruit {
  display: block;
  background-color: #d70c1e;
  color: #fff!important;
  font-weight: 700;
  text-align: center;
  width: 80%;
  padding: 10px 25px;
  border-radius: 10px;
  box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
  font-size: 1.3em;
  }
  .footer-entry-card-wrap {
    justify-content: center;
  }
  .footer-entry-card__type:hover .footer-entry__button__type.type-recruit {
  background-color: red;
  transition: all .25s cubic-bezier(.4, 0, .2, 1) 0s
  }
.tablet-hidden {
  display: block;
  }
}
@media (min-width:768px) and (max-width:1500px) {
  .tablet-hidden {
    display: none;
    }
  .footer-entry-card__title {
    font-size: 1.3rem;
    }
  .footer-entry__button__type.type-recruit {
    display: block;
    background-color: #d70c1e;
    color: #fff!important;
    font-weight: 700;
    text-align: center;
    width: 95%;
    padding: 10px 10px;
    border-radius: 10px;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 880px) {
  .modaal-container {
    height: calc(428vw / 7.60);
  }
}
/*--------------------------
 entry_SP
--------------------------*/
@media (max-width: 767.98px){
.recruit-info__button__type.type-recruit {
  display: block;
  width: 70%;
  background-color: #d70c1e;
  color: #fff!important;
  font-weight: 700;
  text-align: center;
  margin-left: 15%;
  padding: 11px 25px 10px;
  border-radius: 10px;
  font-size: 1.5rem;
}
.entry-modal-card-wrap.type-recruit .entry-modal-card .entry-modal-card__body {
  display: flex;
  align-items: center;
  justify-content: inherit;
  }
.entry-modal-card-wrap.type-recruit .entry-modal-card .entry-modal-card__body.type-mynavi img {
  width: 70%;
  margin-left: 20px;
  }
.modaal-container {
  max-width: 825px!important;
}
.entry-lead {
  margin-top: 1.5em;
  font-size: 1.4rem;
  font-weight: 700
  }
.recruit-heading__title.type-entry {
  font-size: 1.5rem;
  }
.entry-note {
  margin-top: .6em;
  font-size: 1rem
  }
.entry-button-wrap {
  margin: 1em 0 0
  }
.entry-button {
  width: calc((100% - 15px)/2 - .1px)
  }
.entry-button+.entry-button {
  margin-left: 15px
  }
.entry-button__type {
  padding: .9em 2em .9em 1.4em;
  border-radius: 25px;
  font-size: 1.3rem;
  font-weight: 700
  }
.entry-button__type:after {
  top: 38%;
  right: 16px;
  width: 8px;
  height: 8px
  }
.entry-heading2, .entry-heading2.mt2 {
  margin-top: 2em
  }
.entry-heading2__inner {
  padding: 14px
  }
.entry-heading2__title {
  font-size: 1.5rem;
  font-weight: 700
  }
.entry-list-wrap {
  margin-top: 1em
  }
.entry-description-list {
  padding-bottom: 1em
  }
.entry-description-list+.entry-description-list {
  margin-top: 1em
  }
.entry-description-list>dt {
  flex-shrink: 0;
  width: 18%;
  margin-right: .8em;
  font-size: 1.3rem
  }
.entry-description-list>dd {
  width: 100%;
  font-size: 1.3rem
  }
.entry-text {
  font-size: 1.3rem
  }
.entry-text+.entry-text {
  margin-top: .9em
  }
.entry-bold {
  font-weight: 700
  }
.entry-google-map {
  margin-top: 2.2em
  }
.entry-google-map__inner {
  padding-top: 72.5%
  }
.entry-google-map__inner>iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
  }
.footer-entry__button__type.type-recruit {
  display: block;
  background-color: #d70c1e;
  color: #fff!important;
  font-weight: 700;
  text-align: center;
  width: 100%;
  padding: 5px 25px;
  border-radius: 5px;
  box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
  font-size: 1.2rem;
  }
.footer-entry-card__body.type-recruit {
  margin-top: 0;
  }
.tablet-hidden {
  display: block;
  }
}

/*--------------------------
 Firefox・Safari
--------------------------*/
.browser-show{
  display: none;
}
::-webkit-full-page-media, :future, :root .browser-show {
  display: block;
}
::-webkit-full-page-media, :future, :root .browser-hidden {
  display: none;
}
@-moz-document url-prefix(){
    .browser-show{
      display: block;
    }
    .browser-hidden{
      display: none;
    }
}
/*--------------------------
 トップページ
--------------------------*/
.traffic-access__card__title {
  margin: .5em 0;
}
.traffic-access__card__title__label.traffic-small {
  font-size: 3.6rem;
}