@media only screen and (min-width:768px) {
  .detailsHeader-bg {
    display: block;
    width: 100%;
    height: 40rem;
    position: relative
  }
  .detailsHeader {
    margin-top: -25rem
  }
  .detailsHeader-head {
    min-height: 23rem;
    margin-right: 8rem;
    padding: 6rem 0 0 8rem;
    background: #fff
  }
}
@media only screen and (max-width:959px) {
  .detailsHeader-bg {
    height: 30rem
  }
  .detailsHeader-head {
    margin-right: 4rem;
    padding: 4rem 0 0 4rem
  }
}
@media only screen and (max-width:767px) {
  .detailsHeader-bg {
    display: none
  }
  .detailsHeader-head {
    margin-right: 0;
    padding: 0
  }
}
@media only screen and (min-width:768px) {
  .detailsHeader-head .l-container {
    max-width: 100rem;
    padding: 0
  }
}
.detailsHeader-head__ttl {
  color: #e20404;
  font-size: 1.8rem;
  font-weight: 600
}
.detailsHeader-head__name {
  font-size: 4.2rem;
  font-weight: 600;
  letter-spacing: 2px
}
.detailsHeader-head__kana {
  margin-top: 1rem;
  color: #989c9f
}
.detailsHeader-head-link {
  margin-right: 1.5rem;
  color: #3992e5;
  text-decoration: underline
}
.detailsHeader-info {
  margin-top: 4rem;
  padding: 1.5rem 0;
  background: #fff;
  border-top: 1px dashed #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
  font-size: 1.2rem
}
.detailsHeader-info__item {
  margin-right: 1.5rem;
  display: inline-block
}
.detailsHeader-info__ttl {
  font-weight: 700;
  display: inline-block;
  vertical-align: middle
}
.detailsHeader-info__txt {
  display: inline-block;
  vertical-align: middle
}
@media only screen and (max-width:767px) {
  .detailsHeader-head__ttl {
    font-size: unset
  }
  .detailsHeader-head__name {
    font-size: 2.8rem
  }
  .detailsHeader-info {
    margin-top: 2rem
  }
}
.detailsPhoto {
  width: 100%;
  display: flex;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #c1c1c1
}
.detailsPhoto__main {
  width: calc(100% - 250px);
  padding: 2rem 6rem 2rem 3rem
}
.slick-track {
  display: flex !important;
  align-items: center;
  justify-content: center
}
.detailsPhoto__main .slick-slide {
  max-height: 70rem;
  object-fit: cover;
  font-family: 'object-fit: cover;'
}
.detailsPhoto-prev, .detailsPhoto-next {
  width: 5rem;
  height: 5rem;
  margin-top: -2.5rem;
  background-color: #e2e2e2c9;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  top: 50%;
  cursor: pointer;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  z-index: 1
}
.detailsPhoto-prev {
  left: -2.5rem
}
.detailsPhoto-next {
  right: -2.5rem
}
.detailsPhoto-prev::after, .detailsPhoto-next::after {
  content: '';
  top: 2rem;
  width: 1rem;
  height: 1rem;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
.detailsPhoto-prev::after {
  left: 21px;
  border-bottom: 2px solid;
  border-left: 2px solid
}
.detailsPhoto-next::after {
  right: 21px;
  border-top: 2px solid;
  border-right: 2px solid
}
.detailsPhoto-prev:hover, .detailsPhoto-next:hover {
  background-color: #e2e2e2
}
.detailsPhoto-download {
  margin-top: 1.5rem;
  font-size: 1.2rem;
  text-align: right
}
.detailsPhoto-download a {
  color: #3992e5
}
.detailsPhoto-download::before {
  content: "";
  width: 2rem;
  height: 2rem;
  background: url(../images/icon-download.png) center center / 100% no-repeat;
  display: inline-block;
  position: relative;
  top: 5px;
  right: 5px
}
.detailsPhoto__thumb {
  width: 25rem;
  padding: 1rem;
  background: #101d3b
}
@media only screen and (min-width:768px) {
  .detailsPhoto__thumb-inner {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow: auto;
    white-space: nowrap;
    justify-content: safe;
    max-height: 74rem;
  }
  .panel-item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%
  }
}
@media only screen and (min-width:768px) {
  .panel-item:nth-child(2n) {
    margin-right: 0
  }
}
.panel-item img {
  height: 7.5rem;
  object-fit: cover;
  font-family: 'object-fit: cover;'
}
.panel-item img:hover {
  cursor: pointer;
  opacity: .85;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s
}
@media only screen and (max-width:959px) {
  .detailsPhoto__main {
    width: calc(100% - 200px);
    padding-top: 0;
    padding-bottom: 0
  }
  .detailsPhoto__main .slick-slide {
    max-height: 50rem
  }
  .detailsPhoto__thumb {
    width: 20rem
  }
  .panel-item img {
    height: 6rem
  }
}
@media only screen and (max-width:767px) {
  .detailsPhoto {
    padding-top: 1rem;
    padding-bottom: 1rem;
    flex-wrap: wrap
  }
  .detailsPhoto__main {
    width: 100%;
    padding: 0 1rem
  }
  .detailsPhoto-prev {
    left: -2rem
  }
  .detailsPhoto-next {
    right: -2rem
  }
  .detailsPhoto-download {
    margin-top: .5rem
  }
  .detailsPhoto__thumb {
    width: 100%;
    margin-top: 2rem
  }
  .detailsPhoto__thumb-inner {
    height: 7rem;
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow: auto;
    white-space: nowrap
  }
  .panel-item {
    width: 8rem;
    height: 7rem;
    display: inline;
    margin-right: .5rem
  }
  .panel-item img {
    width: 8rem;
    height: 7rem;
    display: inline
  }
}
@media only screen and (max-width:767px) {
  .detailsType__img img {
    min-width: 90rem
  }
}
@media only screen and (max-width:767px) {
  .detailsVacant-table {
    min-width: 60rem
  }
}
.detailsVacant__list-head th {
  padding: 1rem 0;
  background-color: #101d3b;
  border-right: 1px solid #c1c1c1;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  vertical-align: middle
}
.detailsVacant__list-head, .detailsVacant__list-content {
  border-bottom: 1px solid #c1c1c1
}
.detailsVacant__list-content td {
  padding: .6rem 0;
  border-right: 1px solid #c1c1c1;
  font-size: 1.4rem;
  text-align: center;
  vertical-align: middle
}
@media only screen and (max-width:959px) {
  .detailsVacant__list-head th {
    font-size: 1rem
  }
  .detailsVacant__list-content td {
    font-size: 1.2rem
  }
}
.detailsVacant__list-head th :last-child, .detailsVacant__list-content td:last-child {
  border-right: 0
}
.detailsVacant__list-imgType {
  width: 8rem;
  position: relative
}
.detailsVacant__list-imgType span {
  width: 1.8rem;
  height: 1.8rem;
  background: #535f79;
  border-radius: 4px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: .8rem;
  top: .8rem;
  z-index: 1
}
.detailsVacant__list-imgType img {
  width: auto;
  max-height: 5.5rem;
  margin: 0 1.5rem
}
.detailsVacant__list-content td.detailsVacant__list-download {
  padding-left: 1rem;
  padding-right: 1rem
}
.detailsVacant__list-download img {
  width: 3rem;
  height: 3rem;
  margin: 0 auto
}
.detailsSpec__img {
  background: #f9f9f9
}
.detailsOutline__list {
  margin-bottom: 4.5rem;
  font-size: 1.4rem;
  line-height: 1.8
}
.detailsOutline__list-content {
  border-bottom: 1px solid #c1c1c1
}
.detailsOutline__list-content:first-child {
  border-top: 1px solid #c1c1c1
}
.detailsOutline__list-content th {
  min-width: 23rem;
  padding: 1rem 1.5rem;
  background-color: #101d3b;
  border-right: 1px solid #c1c1c1;
  color: #fff;
  font-weight: 700;
  text-align: right
}
.detailsOutline__list-content td {
  width: 100%;
  padding: 1rem 0 1rem 3rem
}
.detailsOutline__list-mapLink {
  width: 5rem;
  height: 2.2rem;
  margin-left: auto;
  margin-top: .5rem;
  background: #ffeb00;
  border-radius: 4px;
  color: #101d3b;
  font-size: 1.2rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1
}
.detailsOutline embed, .detailsOutline iframe, .detailsOutline object {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%)
}
.detailsOutline embed:hover, .detailsOutline iframe:hover, .detailsOutline object:hover {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0)
}
@media screen and (max-width:767px) {
  .detailsOutline__list {
    font-size: 1.3rem
  }
  .detailsOutline__list-content th {
    min-width: 10rem;
    padding: 1.2rem 1rem 1.2rem 0
  }
  .detailsOutline__list-content td {
    padding: 1.2rem 0 1.2rem 1rem
  }
  .detailsOutline__list-content-environment {
      border-bottom: 1px solid #c1c1c1
  }
  .detailsOutline__list-content-environment__ttl {
    padding: 1.2rem 1rem;
    background-color: #101d3b;
    color: #fff;
    font-weight: 700;
  }
  .detailsOutline__list-content-environment__txt {
      padding: 1.2rem;
      background: #f9f9f9;
    }
  .detailsOutline__list-content-map {
    margin-top: 2rem
  }
  .detailsOutline__list-content-map__ttl {
    height: 3rem;
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
    font-weight: 700
  }
  .detailsOutline__list-mapLink {
    position: absolute;
    top: 0;
    right: 0
  }
}
.details-btn {
  width: 100%;
  margin: 4.5rem auto 0;
  max-width: 50rem;
  position: relative
}
.details-btn a {
  width: 100%;
  height: 8rem;
  padding: 0 .5rem;
  background: #ff6d00;
  border-radius: 90px;
  box-shadow: 0 0 1.5rem rgb(0 0 0 / 30%);
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1
}
.details-btn a:before {
  content: "";
  width: 4rem;
  height: 2.6rem;
  background: url(../images/icon-email.png) center center / 100% no-repeat;
  display: inline-block;
  position: relative;
  top: 0;
  right: 1rem
}
.btn-freeTxt {
  width: 5rem;
  height: 2.5rem;
  margin-left: 1rem;
  background: #ffeb00;
  border-radius: 4px;
  color: #101d3b;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: .2rem
}
@media only screen and (max-width:767px) {
  .details-btn {
    margin-top: 3.5rem
  }
  .details-btn a {
    height: 6rem;
    font-size: 1.6rem
  }
  .details-btn a:before {
    width: 3rem
  }
  .btn-freeTxt {
    width: 4rem;
    height: 2rem
  }
}
@media only screen and (max-width:320px) {
  .details-btn a {
    font-size: 1.4rem;
  }
  .details-btn a:before {
    width: 2.5rem;
    right: .4rem
  }
  .btn-freeTxt {
    margin-left: .4rem;
    font-size: 1rem;
  }
}
.describeBlock {
  border-top: 1px solid #c1c1c1;
  color: #989c9f
}
@media only screen and (max-width:767px) {
  .describeBlock {
    font-size: 1.2rem
  }
}