@charset "UTF-8";
/*==========================================
変数 inc.scss
===========================================*/
.format-area .format-txt {
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  line-height: 2;
}
.format-area .format-txt a {
  color: #000;
  text-decoration: underline !important;
}
.format-area .format-txt a img {
  transition: 0.3s;
}
.format-area .format-txt a:hover {
  text-decoration: none !important;
}
.format-area .format-txt a:hover img {
  opacity: 0.8;
}
.format-area .format-txt p:not(:last-child) {
  margin-bottom: 1em;
}
.format-area .format-txt strong {
  font-weight: bold;
}
.format-area .format-txt em {
  font-style: italic;
}
.format-area .format-txt img {
  height: auto;
}
.format-area .format-txt ul {
  margin: 1em 0;
}
.format-area .format-txt ul li {
  position: relative;
  padding: 0 0 0 1em;
}
.format-area .format-txt ul li:not(:last-child) {
  margin-bottom: 0.7em;
}
.format-area .format-txt ul li::before {
  top: 0.6em;
  left: 0;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000;
  position: absolute;
}
.format-area .format-txt ol {
  list-style-type: decimal;
  margin: 1em 0 1em 1em;
}
.format-area .format-txt ol li {
  padding: 0;
}
.format-area .format-txt ol li:not(:last-child) {
  margin-bottom: 0.7em;
}
.format-area .format-img {
  font-size: 0;
  text-align: center;
}
.format-area .img-caption {
  font-size: 1.6rem;
  margin-top: 10px;
  text-align: left;
}
.format-area .format-row {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .format-area .format-rowPC {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .format-area .format-rowPC .head, .format-area .format-rowPC .body {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .format-area .format-rowPC .head {
    margin-bottom: 25px;
  }
}
.format-area .format01 {
  margin: 60px auto;
}
@media screen and (max-width: 576px) {
  .format-area .format01 {
    margin: 40px auto;
  }
}
.format-area .format02 {
  margin: 60px auto;
}
@media screen and (max-width: 576px) {
  .format-area .format02 {
    margin: 40px auto;
  }
}
.format-area .format03 {
  margin: 60px auto;
}
@media screen and (max-width: 576px) {
  .format-area .format03 {
    margin: 40px auto;
  }
}
.format-area .format04 {
  margin: 60px auto;
}
@media screen and (max-width: 576px) {
  .format-area .format04 {
    margin: 40px auto;
  }
}
.format-area .format05 {
  margin: 60px auto;
}
@media screen and (max-width: 576px) {
  .format-area .format05 {
    margin: 40px auto;
  }
}
.format-area .format06 {
  margin: 60px auto;
}
@media screen and (max-width: 576px) {
  .format-area .format06 {
    margin: 40px auto;
  }
}
.format-area .format07 {
  margin: 60px auto;
}
@media screen and (max-width: 576px) {
  .format-area .format07 {
    margin: 40px auto;
  }
}
.format-area .format08 {
  margin: 60px auto;
}
@media screen and (max-width: 576px) {
  .format-area .format08 {
    margin: 40px auto;
  }
}
.format-area .format09 {
  margin: 60px auto;
}
@media screen and (max-width: 576px) {
  .format-area .format09 {
    margin: 40px auto;
  }
}
.format-area .format010 {
  margin: 60px auto;
}
@media screen and (max-width: 576px) {
  .format-area .format010 {
    margin: 40px auto;
  }
}
.format-area .ttl-lrg {
  font-size: clamp(2.2rem, 2.8vw, 2.8rem);
  font-style: italic;
  font-weight: bold;
  color: #9b0000;
}
.format-area .ttl-mid {
  font-size: clamp(1.8rem, 2vw, 2rem);
  font-weight: bold;
  color: #3e3a39;
}
.format-area .ttl-sml {
  font-size: clamp(1.8rem, 2vw, 2rem);
  font-weight: bold;
  color: #3e3a39;
}
.format-area .ttl-sml::before {
  content: "ー";
}
.format-area .format05 .ttl-lrg, .format-area .format05 .ttl-mid, .format-area .format05 .ttl-sml, .format-area .format06 .ttl-lrg, .format-area .format06 .ttl-mid, .format-area .format06 .ttl-sml {
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .format-area .format06 .format-rowPC {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 767px) {
  .format-area .format08 .format-row {
    display: block;
  }
}
.format-area .format08 .format-img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .format-area .format08 .format-img {
    width: 48%;
  }
  .format-area .format08 .format-img-wrap {
    position: relative;
    overflow: hidden;
    padding-top: 68.78%;
  }
  .format-area .format08 .format-img-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
    max-width: inherit;
  }
}
@media screen and (max-width: 767px) {
  .format-area .format08 .format-img:first-child {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .format-area .format09 .format-row {
    display: block;
  }
}
.format-area .format09 .format-row .format-img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .format-area .format09 .format-row .format-img {
    width: 32%;
  }
  .format-area .format09 .format-row .format-img-wrap {
    position: relative;
    overflow: hidden;
    padding-top: 68.78%;
  }
  .format-area .format09 .format-row .format-img-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
    max-width: inherit;
  }
}
@media screen and (max-width: 767px) {
  .format-area .format09 .format-row .format-img:first-child {
    margin-bottom: 40px;
  }
}
.format-area .format10 .format-youtube {
  max-width: 1042px;
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 1042/696;
}
.format-area .format10 .format-youtube iframe {
  width: 100%;
  height: 100%;
}

.scenery {
  background: url(../img/recruit/bg_fv.webp) top right no-repeat;
  min-height: 100vh;
}
@media screen and (max-width: 767px) {
  .scenery {
    background: none;
  }
}

.checkbox input {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #333;
  border-radius: 0px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.checkbox input:checked {
  background-color: #9b0000;
}

.checkbox input:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 4px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

@media screen and (min-width: 768px) {
  .info-rowBlock {
    display: flex;
    justify-content: space-between;
  }
}
.info-rowBlock .block-head {
  flex: 0 0 33.3333%;
  padding: clamp(40px, 10vw, 100px) 5vw;
  overflow-x: clip;
}
@media screen and (min-width: 768px) {
  .info-rowBlock .block-head {
    padding: clamp(40px, 10vw, 100px) 0;
    width: 17%;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .info-rowBlock .block-head {
    padding-top: 20px;
    background: url(../img/recruit/bg_fv.webp) top right no-repeat;
    background-size: cover;
  }
}
.info-rowBlock .block-body {
  flex: 0 0 66.6666%;
}
@media screen and (min-width: 768px) {
  .info-rowBlock .block-body {
    width: 83%;
  }
}

.info-ttl .ttl-lead {
  font-size: clamp(3.6rem, 6vw, 12rem);
  letter-spacing: 0.1em;
  font-weight: bold;
  display: flex;
  align-items: flex-end;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  flex-direction: column;
  position: relative;
}
@media screen and (min-width: 768px) {
  .info-ttl .ttl-lead {
    min-height: fit-content;
  }
}
@media screen and (max-width: 767px) {
  .info-ttl .ttl-lead {
    writing-mode: horizontal-tb;
    align-items: flex-start;
    padding-left: 40px;
  }
}
.info-ttl .ttl-lead .ttl-en {
  font-size: clamp(1.8rem, 6vw, 2rem);
  letter-spacing: 0.1em;
}
.info-ttl .ttl-lead:before {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  background: #9b0000;
  border-radius: 50%;
  top: 8%;
  left: -8%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .info-ttl .ttl-lead:before {
    width: 100px;
    height: 100px;
    top: 0;
  }
}
.info-ttl .ttl-main {
  position: relative;
}
.info-ttl .ttl-main::before {
  content: "";
  width: 6em;
  aspect-ratio: 1/1;
  display: block;
  border-radius: 100vmax;
  position: absolute;
  top: -3em;
  left: -3em;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .info-ttl .ttl-main {
    min-height: fit-content;
  }
  .info-ttl .ttl-main::before {
    left: calc(50% - 3em);
  }
}
.info-ttl .ttl-main .ttlM-ja {
  font-weight: bold;
  font-size: clamp(2rem, 4vw, 4rem);
  letter-spacing: 0.16em;
}
.info-ttl .ttl-main .ttlM-en {
  font-weight: bold;
  font-size: clamp(1.4rem, 2vw, 2rem);
  letter-spacing: 0.18em;
}

.info-txt {
  width: 72%;
  margin: clamp(30px, 6vw, 60px) auto 0;
}
@media screen and (max-width: 767px) {
  .info-txt {
    width: 100%;
  }
}
.info-txt .catch {
  font-weight: bold;
  font-size: clamp(2rem, 5vw, 2.8rem);
  text-align: center;
  padding-bottom: clamp(20px, 4vw, 40px);
}
.info-txt .info-txt_detail {
  font-size: clamp(1.6rem, 2vw, 2.1rem);
  line-height: 1.8;
  font-weight: bold;
}

.info-navBlock {
  position: relative;
}
.info-navBlock .info-navImg {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .info-navBlock .info-navImg {
    background-position: center left;
  }
}
.info-navBlock .info-inner {
  width: 75%;
  position: relative;
  padding: clamp(40px, 8vw, 80px) 0 clamp(40px, 8vw, 80px) clamp(15px, 4vw, 80px);
}
@media screen and (max-width: 767px) {
  .info-navBlock .info-inner {
    width: 100%;
    padding: clamp(40px, 8vw, 80px) clamp(15px, 4vw, 80px);
  }
}
.info-navBlock .info-nav .infoNav-item {
  position: relative;
  margin-bottom: clamp(25px, 4vw, 40px);
}
.info-navBlock .info-nav .infoNav-item_head {
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  font-weight: bold;
  letter-spacing: 0.2em;
  padding: 0 0 1em;
  border-bottom: 1px solid #000;
  cursor: pointer;
}
.info-navBlock .info-nav .infoNav-item_head.active .item-btn .arw::before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.info-navBlock .info-nav .infoNav-item_body {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  padding: 0 0 1em;
  display: none;
}
.info-navBlock .info-nav .infoNav-item .item-ttl::before {
  content: "●";
  display: inline-block;
  color: #9b0000;
  width: 1em;
  aspect-ratio: 1/1;
  border-radius: 100vmax;
  margin-right: 0.5em;
}
.info-navBlock .info-nav .infoNav-item .item-btn {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 5em;
}
.info-navBlock .info-nav .infoNav-item .item-btn .txt {
  letter-spacing: 0.2em;
  font-weight: bold;
  transition: 0.3s ease-in-out;
}
.info-navBlock .info-nav .infoNav-item .item-btn .txt--close {
  display: none;
}
.info-navBlock .info-nav .infoNav-item .item-btn .arw {
  width: 1em;
  aspect-ratio: 1/1;
  display: inline-block;
  position: relative;
  background: #9b0000;
  border-radius: 50%;
  padding: 20px;
}
.info-navBlock .info-nav .infoNav-item .item-btn .arw::before, .info-navBlock .info-nav .infoNav-item .item-btn .arw::after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #fff;
  left: 50%;
  top: 50%;
  width: 40%;
  height: 2px;
  transform: translate(-50%, -50%);
}
.info-navBlock .info-nav .infoNav-item .item-btn .arw::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
@media screen and (max-width: 767px) {
  .info-navBlock .info-nav .infoNav-item .item-btn .arw {
    padding: 15px;
  }
}
.info-navBlock .info-nav .infoNav-item .active .item-btn {
  top: 0;
}
.info-navBlock .info-nav .infoNav-item .active .txt--open {
  display: none;
}
.info-navBlock .info-nav .infoNav-item .active .txt--close {
  display: inline;
}
.info-navBlock .info-nav .infoNav-item .cat-list {
  display: flex;
  flex-wrap: wrap;
  padding: clamp(20px, 4vw, 40px) 0;
  gap: 5%;
}
@media screen and (max-width: 767px) {
  .info-navBlock .info-nav .infoNav-item .cat-list {
    margin-top: 0.5em;
  }
}
.info-navBlock .info-nav .infoNav-item .cat-list li {
  margin-bottom: clamp(10px, 2vw, 20px);
  font-size: clamp(1.4rem, 1.6vw, 1.8rem);
  font-weight: bold;
}
.info-navBlock .info-nav .infoNav-item .cat-list li:not(:last-child) {
  margin-right: 1em;
}
.info-navBlock .info-nav .infoNav-item .cat-list li:last-child {
  margin-right: 5em;
}
.info-navBlock .info-nav .infoNav-item .area-pref {
  display: inline-block;
  font-weight: bold;
  background: #9b0000;
  background-position: 0 50%;
  color: #ffffff;
  background-size: 200% auto;
  transition: background-position 0.5s ease-in-out;
  padding: 0.5em 1em;
  border-radius: 100vmax;
  text-align: center;
  min-width: 10em;
  transition: all 0.3s ease-in-out;
}
@media (hover: hover) {
  .info-navBlock .info-nav .infoNav-item .area-pref:hover {
    background: #333;
    color: #fff;
  }
}
.info-navBlock .info-nav .infoNav-item .area-pref.current {
  background: #333;
  color: #fff;
}
.info-navBlock .info-nav .infoNav-item .areaList .areaBlock {
  display: flex;
  flex-wrap: wrap;
  padding: clamp(20px, 4vw, 40px) 0;
  gap: 5%;
}
.info-navBlock .info-nav .infoNav-item .areaList .areaBlock:not(:last-child) {
  margin-bottom: 1em;
}
.info-navBlock .info-nav .infoNav-item .areaList .areaBlock dt {
  min-width: 20%;
  padding-bottom: clamp(10px, 2vw, 20px);
}
.info-navBlock .info-nav .infoNav-item .areaList .areaBlock dd {
  padding: 0 0 0 1em;
  flex-basis: 100%;
  margin-top: clamp(10px, 2vw, 20px);
}
.info-navBlock .info-nav .infoNav-item .areaList .areaBlock dd .cat-list {
  display: flex;
  flex-wrap: wrap;
}
.info-navBlock .info-nav .infoNav-item .areaList .areaBlock dd .cat-list li:not(:last-child) {
  margin-right: 1em;
}
.info-navBlock .info-navBtn {
  display: flex;
  margin: clamp(30px, 6vw, 60px) 0 0;
}
.info-navBlock .info-navBtn li {
  font-size: 1.6rem;
  font-weight: bold;
}
.info-navBlock .info-navBtn li:not(:last-child) {
  margin-right: 4em;
}
@media screen and (max-width: 576px) {
  .info-navBlock .info-navBtn li:not(:last-child) {
    margin-right: 2em;
  }
}
.info-navBlock .info-navBtn li a {
  display: flex;
  align-items: center;
  border: 1px solid #9b0000;
  color: #9b0000;
  padding: 0.8em 4em;
}
@media screen and (min-width: 768px) and (hover: hover) {
  .info-navBlock .info-navBtn li a:hover {
    background: #9b0000;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .info-navBlock .info-navBtn li a {
    padding: 0.8em 1em;
  }
}
.info-navBlock .info-navBtn li.reset a {
  background-color: #e8e8e8;
}
.info-navBlock .info-navBtn li.reset a:hover {
  background-color: #e8e8e8;
  color: #333;
}
.info-navBlock .info-navBtn .infoArwStyle {
  width: clamp(44px, 6vw, 64px);
  margin-left: 1em;
  transition: right 0.3s ease-in-out;
  right: 0;
}

.jobInfo-list {
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
  margin: clamp(50px, 10vw, 100px) auto;
}
.jobInfo-list::after {
  content: "";
  display: block;
  width: 33.3333333333%;
}
.jobInfo-list .jobInfo-item {
  width: 31%;
  border: 1px solid #e8e8e8;
  margin-bottom: clamp(30px, 6vw, 60px);
}
@media screen and (max-width: 576px) {
  .jobInfo-list .jobInfo-item {
    width: 100%;
  }
}
.jobInfo-list .jobInfo-item a {
  display: block;
  padding: clamp(30px, 6vw, 60px) clamp(15px, 3vw, 60px) clamp(60px, 8vw, 80px) clamp(15px, 3vw, 60px);
  position: relative;
}
@media (hover: hover) {
  .jobInfo-list .jobInfo-item a:hover {
    background: #fafafa;
  }
  .jobInfo-list .jobInfo-item a:hover .item-arw {
    right: 0.5em;
  }
  .jobInfo-list .jobInfo-item a:hover::after {
    transform: scale(2);
  }
}
.jobInfo-list .jobInfo-item a:after {
  content: "";
  position: absolute;
  right: 5%;
  bottom: 5%;
  width: 20px;
  height: 20px;
  background: #9b0000;
  border-radius: 50%;
  transition: transform 0.2s ease;
}
.jobInfo-list .jobInfo-item .item-img img {
  width: 100%;
  height: clamp(80px, 15vw, 150px);
  object-fit: scale-down;
  object-position: left;
}
.jobInfo-list .jobInfo-item .item-ttl {
  margin-top: 1em;
  font-size: clamp(1.8rem, 2.4vw, 2.4rem);
  font-weight: bold;
}
.jobInfo-list .jobInfo-item .item-data {
  margin-top: 1em;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  letter-spacing: 0.12em;
  font-weight: bold;
}
.jobInfo-list .jobInfo-item .item-data .data-box {
  display: flex;
  align-items: flex-start;
}
.jobInfo-list .jobInfo-item .item-data .data-box dt {
  min-width: 8em;
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 0.5em;
}
.jobInfo-list .jobInfo-item .item-data .data-box dt::before {
  content: "■";
  font-size: 6px;
  margin-right: 0.5em;
}
.jobInfo-list .jobInfo-item .item-data .data-box dt::after {
  content: "／";
  position: absolute;
  right: 0;
}
.jobInfo-list .jobInfo-item .item-data .data-box dd {
  margin-left: 1em;
}
.jobInfo-list .jobInfo-item .item-arw {
  position: absolute;
  bottom: 1em;
  right: 1em;
  transition: right 0.3s ease-in-out;
}

.infoBottomArea {
  padding: clamp(60px, 12vw, 120px) 0 0;
}
.infoBottomArea .pager {
  margin-top: 0;
}

/*==========================================
 MODAL
===========================================*/
html.open {
  overflow: hidden;
}

.modal-list .modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.43);
  padding: 40px 4%;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 100;
}
.modal-list .modal-container.active {
  opacity: 1;
  visibility: visible;
}
.modal-list .modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 984px;
  width: 98%;
  max-height: 100%;
  overflow-y: auto;
  overscroll-behavior-y: contain;
}
.modal-list .modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0.7em;
  right: 0.7em;
  width: 1.5em;
  font-size: clamp(2rem, 3vw, 3rem);
  aspect-ratio: 1/1;
  line-height: 1;
  border-radius: 100vmax;
  background: #b2b2b2;
  color: #fff;
  cursor: pointer;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-list .modal-close span {
  position: relative;
  top: -0.05em;
  right: -0.03em;
}
.modal-list .modal-content {
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.6);
  background: #fff;
  text-align: left;
  padding: clamp(30px, 4vw, 60px) clamp(15px, 6vw, 100px) clamp(40px, 7vw, 80px);
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  position: relative;
}
@media screen and (max-width: 576px) {
  .modal-list .modal-content {
    padding: clamp(30px, 4vw, 60px) clamp(15px, 4vw, 80px) clamp(40px, 7vw, 80px);
  }
}
.modal-list .modalCts-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #b8b8b8;
  padding: 0 0 clamp(20px, 4vw, 40px);
}
@media screen and (max-width: 767px) {
  .modal-list .modalCts-head {
    flex-direction: column;
  }
}
.modal-list .modalCts-logo {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .modal-list .modalCts-logo {
    width: 100%;
  }
}
.modal-list .modalCts-logo img {
  width: 100%;
  height: clamp(80px, 15vw, 150px);
  object-fit: scale-down;
  object-position: left;
}
.modal-list .modalCts-ttl {
  max-width: 500px;
  width: 64%;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .modal-list .modalCts-ttl {
    margin-top: 1em;
    width: 100%;
    max-width: none;
  }
}
.modal-list .modalCts-body {
  padding: clamp(20px, 4vw, 40px) 0 0;
}
.modal-list .modalCts-detailList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.modal-list .modalCts-detailList .detailItem {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 48%;
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
}
.modal-list .modalCts-detailList .detailItem:nth-of-type(n + 3) {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .modal-list .modalCts-detailList .detailItem {
    width: 100%;
  }
  .modal-list .modalCts-detailList .detailItem:nth-of-type(n + 2) {
    margin-top: 1em;
  }
}
@media screen and (max-width: 576px) {
  .modal-list .modalCts-detailList .detailItem {
    flex-direction: column;
  }
}
.modal-list .modalCts-detailList .detailItem.wide {
  width: 100%;
}
.modal-list .modalCts-detailList .detailItem dt {
  min-width: 6em;
  width: 6em;
  letter-spacing: 0.12em;
  background: #9b0000;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 576px) {
  .modal-list .modalCts-detailList .detailItem dt {
    min-width: inherit;
    width: 100%;
  }
}
.modal-list .modalCts-detailList .detailItem dd {
  width: 100%;
  padding: 0 0 0 1em;
  font-weight: bold;
}
@media screen and (max-width: 576px) {
  .modal-list .modalCts-detailList .detailItem dd {
    padding: 1em 0 0;
  }
}
.modal-list .btn-company {
  margin-top: clamp(20px, 6vw, 50px);
  text-align: center;
}
.modal-list .btn-company a {
  max-width: 310px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #9b0000;
  color: #9b0000;
  font-weight: bold;
  padding: 1.2em 4em;
  margin: auto;
}
@media screen and (min-width: 768px) and (hover: hover) {
  .modal-list .btn-company a:hover {
    background: #9b0000;
    color: #fff;
  }
}

/*# sourceMappingURL=recruit.css.map */
