#index .content {
  padding: 140px 0 0;
}
@media screen and (max-width: 767px) {
  #index .content {
    padding: 120px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #index #first {
    padding: 0 3%;
  }
}
#index #first h2 {
  text-align: center;
  font-size: clamp(2.8rem, 1.9741935484rem + 1.0752688172vw, 3.2rem);
  color: #CC0033;
  font-weight: 500;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #index #first h2 {
    font-size: 3.2rem;
  }
}
#index #first h2 b {
  border-bottom: 6px solid #CC0033;
}
@media screen and (max-width: 767px) {
  #index #first h2 {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
}
#index #first p {
  max-width: 716px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 767px) {
  #index #first p {
    font-size: 1.5rem;
    margin-bottom: 50px;
  }
}
#index #service h2 {
  text-align: center;
  margin-bottom: 40px;
}
#index #service .first-lead {
  text-align: center;
  font-size: clamp(2.8rem, 1.9741935484rem + 1.0752688172vw, 3.2rem);
  color: #CC0033;
  font-weight: 500;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #index #service .first-lead {
    font-size: 3.2rem;
  }
}
#index #service .first-lead b {
  border-bottom: 6px solid #CC0033;
}
@media screen and (max-width: 767px) {
  #index #service .first-lead {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}
#index #service #service-nav {
  display: flex;
  overflow-y: hidden;
  border-bottom: 10px solid #CC0033;
}
#index #service #service-nav.fixed {
  position: fixed;
  top: 102px;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #index #service #service-nav.fixed {
    top: 80px;
  }
}
#index #service #service-nav li {
  width: 33.333%;
}
#index #service #service-nav li a {
  display: block;
  height: 100px;
  position: relative;
  display: block;
  background-color: #A5A5A5;
  color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  #index #service #service-nav li a {
    height: 80px;
  }
}
#index #service #service-nav li a .en {
  display: block;
  text-align: center;
}
#index #service #service-nav li a .en img {
  height: 12px;
}
@media screen and (max-width: 767px) {
  #index #service #service-nav li a .en {
    line-height: 1;
  }
}
#index #service #service-nav li a .jp {
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #index #service #service-nav li a .jp {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
#index #service #service-nav li.active a {
  background-color: #CC0033;
}
#index #service .service-section {
  margin-bottom: 75px;
  display: none;
}
#index #service .service-section.active {
  display: block;
}
#index #service .service-section.fixed {
  padding-top: 100px;
}
#index #service .service-section h3 {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 120px 0 120px;
}
@media screen and (max-width: 767px) {
  #index #service .service-section h3 {
    padding: 60px 0;
  }
}
#index #service .service-section h3 .en {
  margin-bottom: 20px;
}
#index #service .service-section h3 .jp {
  color: #fff;
  font-size: clamp(2rem, 1.1741935484rem + 1.0752688172vw, 2.4rem);
}
@media screen and (max-width: 767px) {
  #index #service .service-section h3 .jp {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  #index #service .service-section h3 .jp {
    font-size: 2rem;
  }
}
#index #service .service-section .in-box {
  position: relative;
  z-index: 1;
  background-color: #F5F5F5;
  padding: 60px 5%;
}
@media screen and (max-width: 767px) {
  #index #service .service-section .in-box {
    padding: 40px 5%;
  }
}
#index #service .service-section .in-box .box-inner {
  margin: auto;
  max-width: calc(980px + 6%);
}
#index #service .service-section .in-box .in-point {
  padding-bottom: 60px;
  border-bottom: 2px dotted #CC0033;
}
@media screen and (max-width: 767px) {
  #index #service .service-section .in-box .in-point {
    padding-bottom: 40px;
  }
}
#index #service .service-section .in-box .in-point .icon {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #index #service .service-section .in-box .in-point .icon {
    margin-bottom: 20px;
  }
}
#index #service .service-section .in-box .in-point h4 {
  background-color: #fff;
  font-size: clamp(2.6rem, 1.7741935484rem + 1.0752688172vw, 3rem);
  border: 4px solid #CC0033;
  text-align: center;
  color: #CC0033;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #index #service .service-section .in-box .in-point h4 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  #index #service .service-section .in-box .in-point h4 {
    font-size: 1.8rem;
    line-height: 1.8;
    margin-bottom: 20px;
    padding: 10px 10px;
  }
}
#index #service .service-section .in-box .in-point p {
  padding: 0 3%;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #index #service .service-section .in-box .in-point p {
    padding: 0;
    margin-bottom: 30px;
  }
}
#index #service .service-section .in-box .in-point .image {
  text-align: center;
}
#index #service .service-section .in-box .in-service {
  padding-top: 60px;
}
#index #service .service-section .in-box .in-service .icon {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #index #service .service-section .in-box .in-service .icon {
    margin-bottom: 20px;
  }
}
#index #service .service-section .in-box .in-service .exp {
  text-align: center;
  font-size: clamp(1.5rem, 0.8806451613rem + 0.8064516129vw, 1.8rem);
  color: #CC0033;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #index #service .service-section .in-box .in-service .exp {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  #index #service .service-section .in-box .in-service .exp {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
}
#index #service .service-section .in-box .in-service .layout {
  display: flex;
  gap: 45px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #index #service .service-section .in-box .in-service .layout {
    display: block;
    margin-bottom: 40px;
  }
}
#index #service .service-section .in-box .in-service .layout .image {
  width: 40%;
}
@media screen and (max-width: 767px) {
  #index #service .service-section .in-box .in-service .layout .image {
    width: 100%;
  }
}
#index #service .service-section .in-box .in-service .layout .text {
  width: 60%;
}
@media screen and (max-width: 767px) {
  #index #service .service-section .in-box .in-service .layout .text {
    width: 100%;
  }
}
#index #service .service-section .in-box .in-service .layout .text h5 {
  font-size: clamp(1.4rem, 0.7806451613rem + 0.8064516129vw, 1.7rem);
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #index #service .service-section .in-box .in-service .layout .text h5 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  #index #service .service-section .in-box .in-service .layout .text h5 {
    font-size: 1.6rem;
  }
}
#index #service .service-section .in-box .in-service .layout .text p {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #index #service .service-section .in-box .in-service .layout .text p {
    font-size: 1.5rem;
  }
}
#index #service .service-section .in-box .in-service .layout .text .annotation {
  font-size: clamp(1rem, 0.5870967742rem + 0.5376344086vw, 1.2rem);
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #index #service .service-section .in-box .in-service .layout .text .annotation {
    font-size: 1.2rem;
  }
}
#index #service .service-section .in-box .in-service .layout .text a {
  display: block;
  width: 100%;
  font-size: clamp(1rem, 0.5870967742rem + 0.5376344086vw, 1.2rem);
  color: #CC0033;
  border: 1px solid #CC0033;
  background-color: #fff;
  border-radius: 20px;
  line-height: 1;
  text-align: center;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  #index #service .service-section .in-box .in-service .layout .text a {
    font-size: 1.2rem;
  }
}
#index #service .service-section .in-box .in-service .layout .text a .blank {
  padding-left: 10px;
}
#index #service .service-section .in-box .in-service .layout .text a .blank img {
  width: 11px;
}
#index #service .service-section#service1 h3 {
  background: url(/corporate/recruit/business/image/header01.jpg) no-repeat center center;
  background-size: cover;
}
#index #service .service-section#service1 .in-point .image {
  width: 75%;
  margin: auto;
}
#index #service .service-section#service2 h3 {
  background: url(/corporate/recruit/business/image/header02.jpg) no-repeat center center;
  background-size: cover;
}
#index #service .service-section#service2 .in-box .in-point .image {
  max-width: 430px;
  margin: auto;
}
#index #service .service-section#service3 h3 {
  background: url(/corporate/recruit/business/image/header03.jpg) no-repeat center center;
  background-size: cover;
}
#index #other {
  border: 2px solid #CC0033;
  padding: 50px 5%;
  width: 90%;
  max-width: 968px;
  margin: auto;
  border-radius: 20px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #index #other {
    padding: 30px 5%;
  }
}
#index #other p.lead {
  text-align: center;
  color: #CC0033;
  font-size: clamp(1.7rem, 1.0806451613rem + 0.8064516129vw, 2rem);
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #index #other p.lead {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #index #other p.lead {
    font-size: 1.7rem;
    margin-bottom: 40px;
  }
}
#index #other .layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #index #other .layout {
    display: block;
  }
}
#index #other .layout .col {
  width: 48%;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #index #other .layout .col {
    width: 100%;
    margin-bottom: 30px;
  }
}
#index #other .layout .col h3 {
  text-align: center;
  font-weight: bold;
  font-size: clamp(1.4rem, 0.7806451613rem + 0.8064516129vw, 1.7rem);
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #index #other .layout .col h3 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  #index #other .layout .col h3 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
#index #other .layout .col h3 span {
  font-size: clamp(1.1rem, 0.6870967742rem + 0.5376344086vw, 1.3rem);
}
@media screen and (max-width: 767px) {
  #index #other .layout .col h3 span {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  #index #other .layout .col p {
    font-size: 1.5rem;
  }
}

#job-det {
  position: relative;
  padding: 102px 0 0 0;
}
#job-det #visual {
  position: relative;
  padding: 90px 3% 144px 3%;
}
@media screen and (max-width: 767px) {
  #job-det #visual {
    padding: 20px 3% 30px 3%;
  }
}
#job-det #visual::after {
  content: "";
  display: block;
  position: absolute;
  width: 75%;
  height: 100%;
  background-color: #F5F5F5;
  top: 0;
  left: 0;
  z-index: -1;
}
#job-det #visual .visual-inner {
  position: relative;
  margin: auto;
}
#job-det #visual .image {
  position: relative;
  margin: auto;
  padding: 0 5%;
}
#job-det #visual .title {
  position: absolute;
  bottom: -51px;
  left: 0%;
}
#job-det #visual .title h1 {
  display: inline-block;
  color: #fff;
  background-color: #CC0033;
  font-size: clamp(3rem, 2.1741935484rem + 1.0752688172vw, 3.4rem);
  line-height: 1;
  padding: 10px 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #job-det #visual .title h1 {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 767px) {
  #job-det #visual .title h1 {
    font-size: 2.3rem;
    margin-bottom: 0;
  }
}
#job-det #visual .title p {
  font-size: clamp(1.7rem, 1.0806451613rem + 0.8064516129vw, 2rem);
  color: #CC0033;
}
@media screen and (max-width: 767px) {
  #job-det #visual .title p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #job-det #visual .title p {
    font-size: 1.6rem;
    padding-left: 20px;
  }
}
#job-det #visual .subtitle {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#job-det #mission {
  padding: 90px 0;
}
@media screen and (max-width: 767px) {
  #job-det #mission {
    padding: 60px 3%;
  }
}
#job-det #mission .title h2 {
  text-align: center;
  margin-bottom: 60px;
  font-size: clamp(1.9rem, 1.2806451613rem + 0.8064516129vw, 2.2rem);
}
@media screen and (max-width: 767px) {
  #job-det #mission .title h2 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  #job-det #mission .title h2 {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}
#job-det #mission .title .todo {
  background-color: #CC0033;
  color: #fff;
  text-align: center;
  padding: 20px 3%;
  margin-bottom: 100px;
  font-size: clamp(2.4rem, 1.5741935484rem + 1.0752688172vw, 2.8rem);
}
@media screen and (max-width: 767px) {
  #job-det #mission .title .todo {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  #job-det #mission .title .todo {
    font-size: 2rem;
    margin-bottom: 50px;
  }
}
#job-det #mission .value {
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  #job-det #mission .value {
    margin-bottom: 50px;
  }
}
#job-det #mission .value h3 {
  text-align: center;
  margin-bottom: 40px;
  font-size: clamp(1.9rem, 1.2806451613rem + 0.8064516129vw, 2.2rem);
}
@media screen and (max-width: 767px) {
  #job-det #mission .value h3 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  #job-det #mission .value h3 {
    font-size: 1.8rem;
  }
}
#job-det #mission .value .layout {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  #job-det #mission .value .layout {
    display: block;
  }
}
#job-det #mission .value .layout .box {
  width: 33.333%;
  border: 1px solid #CC0033;
  border-radius: 6px;
  text-align: center;
  padding: 30px 20px;
}
@media screen and (max-width: 767px) {
  #job-det #mission .value .layout .box {
    width: 100%;
    margin-bottom: 20px;
  }
}
#job-det #mission .value .layout .box .num {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #job-det #mission .value .layout .box .num {
    margin-bottom: 0;
  }
}
#job-det #mission .value .layout .box p {
  color: #CC0033;
  font-size: clamp(1.5rem, 0.8806451613rem + 0.8064516129vw, 1.8rem);
}
@media screen and (max-width: 767px) {
  #job-det #mission .value .layout .box p {
    font-size: 1.8rem;
  }
}
#job-det #mission .message {
  position: relative;
  max-width: 940px;
  margin: auto;
}
#job-det #mission .message::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 100px;
  background-color: #fff;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #job-det #mission .message::before {
    border-radius: 20px;
  }
}
#job-det #mission .message::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 20px;
  top: 20px;
  border-radius: 100px;
  background-color: #CC0033;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  #job-det #mission .message::after {
    border-radius: 20px;
  }
}
#job-det #mission .message p {
  font-size: clamp(1.3rem, 0.8870967742rem + 0.5376344086vw, 1.5rem);
  width: calc(100% - 268px);
  padding: 30px 0 30px 90px;
}
@media screen and (max-width: 767px) {
  #job-det #mission .message p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #job-det #mission .message p {
    width: 100%;
    padding: 30px 20px 30px;
  }
}
#job-det #mission .message .prof {
  position: absolute;
  right: 75px;
  bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #job-det #mission .message .prof {
    position: static;
  }
}
#job-det #mission .message .prof .image {
  display: block;
  width: 136px;
  height: 136px;
  overflow: hidden;
  border-radius: 50%;
  margin: auto;
  background-size: cover;
  background-position: center center;
  transition: opacity 0.3s ease;
}
#job-det #mission .message .prof .title {
  font-size: clamp(1.3rem, 0.8870967742rem + 0.5376344086vw, 1.5rem);
}
@media screen and (max-width: 767px) {
  #job-det #mission .message .prof .title {
    font-size: 1.5rem;
  }
}
#job-det #mission .message .prof .name {
  font-size: clamp(1.5rem, 0.8806451613rem + 0.8064516129vw, 1.8rem);
}
@media screen and (max-width: 767px) {
  #job-det #mission .message .prof .name {
    font-size: 1.8rem;
  }
}
#job-det #job-image {
  background-color: #F5F5F5;
  padding: 80px 8% 0;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #job-det #job-image {
    padding: 30px 3% 0;
    margin-bottom: 50px;
  }
}
#job-det #job-image h2 {
  text-align: center;
  margin-bottom: 50px;
  font-size: clamp(1.9rem, 1.2806451613rem + 0.8064516129vw, 2.2rem);
}
@media screen and (max-width: 767px) {
  #job-det #job-image h2 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  #job-det #job-image h2 {
    margin-bottom: 20px;
  }
}
#job-det #job-image .layout {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#job-det #job-image .layout .box {
  width: 48%;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  #job-det #job-image .layout .box {
    width: 100%;
    margin-bottom: 30px;
  }
}
#job-det #job-image .layout .box h3 {
  text-align: center;
  color: #CC0033;
  margin-bottom: 20px;
  font-size: clamp(1.5rem, 0.8806451613rem + 0.8064516129vw, 1.8rem);
}
@media screen and (max-width: 767px) {
  #job-det #job-image .layout .box h3 {
    font-size: 1.8rem;
  }
}
#job-det #job-image .layout .box .image {
  margin-bottom: 30px;
}
#job-det #job-image .layout .box .title {
  font-weight: 500;
  margin-bottom: 30px;
  font-size: clamp(1.5rem, 0.8806451613rem + 0.8064516129vw, 1.8rem);
}
@media screen and (max-width: 767px) {
  #job-det #job-image .layout .box .title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  #job-det #job-image .layout .box .title {
    margin-bottom: 10px;
  }
}
#job-det #job-image .layout .box p {
  font-weight: 400;
  font-size: clamp(1.3rem, 0.8870967742rem + 0.5376344086vw, 1.5rem);
}
@media screen and (max-width: 767px) {
  #job-det #job-image .layout .box p {
    font-size: 1.5rem;
  }
}
#job-det #schedule {
  padding: 0 3%;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #job-det #schedule {
    margin-bottom: 50px;
  }
}
#job-det #schedule h2 {
  margin-bottom: 80px;
}
#job-det #schedule h2 .jp {
  display: block;
}
@media screen and (max-width: 767px) {
  #job-det #schedule h2 {
    margin-bottom: 30px;
  }
  #job-det #schedule h2 .en {
    display: block;
    width: 80%;
  }
}
#job-det #schedule dl {
  border-top: 1px solid #CC0033;
  padding: 13px 0 25px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #job-det #schedule dl {
    display: block;
  }
}
#job-det #schedule dl:last-child {
  border-bottom: 1px solid #CC0033;
}
#job-det #schedule dl dt {
  width: 156px;
  padding-right: 30px;
  padding-top: 12px;
}
@media screen and (max-width: 767px) {
  #job-det #schedule dl dt {
    padding: 0;
    margin: 0 auto 0px;
  }
}
#job-det #schedule dl dt span {
  display: block;
  background-color: #CC0033;
  color: #fff;
  text-align: center;
  font-size: clamp(1.9rem, 1.2806451613rem + 0.8064516129vw, 2.2rem);
  padding: 10px 15px 14px;
  border-radius: 25px;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #job-det #schedule dl dt span {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  #job-det #schedule dl dt span {
    font-size: 1.6rem;
  }
}
#job-det #schedule dl dd {
  flex: 1;
}
#job-det #schedule dl dd .do {
  color: #CC0033;
  font-size: clamp(1.7rem, 1.0806451613rem + 0.8064516129vw, 2rem);
}
@media screen and (max-width: 767px) {
  #job-det #schedule dl dd .do {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #job-det #schedule dl dd .do {
    text-align: center;
  }
}
#job-det #schedule dl dd p {
  font-size: clamp(1.3rem, 0.8870967742rem + 0.5376344086vw, 1.5rem);
}
@media screen and (max-width: 767px) {
  #job-det #schedule dl dd p {
    font-size: 1.5rem;
  }
}
#job-det #schedule dl dd.notxt {
  display: flex;
  align-items: center;
  padding-top: 12px;
}
@media screen and (max-width: 767px) {
  #job-det #schedule dl dd.notxt {
    display: block;
    text-align: center;
  }
}
#job-det #other {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #job-det #other {
    margin-bottom: 50px;
  }
}
#job-det #other h2 {
  text-align: center;
  font-size: clamp(1.9rem, 1.2806451613rem + 0.8064516129vw, 2.2rem);
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #job-det #other h2 {
    font-size: 2.2rem;
  }
}
#job-det #other .layout {
  display: flex;
  gap: 15px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #job-det #other .layout {
    flex-wrap: wrap;
    gap: 0;
    margin-bottom: 20px;
  }
}
#job-det #other .layout a {
  width: 20%;
}
@media screen and (max-width: 767px) {
  #job-det #other .layout a {
    width: 32%;
    margin-bottom: 20px;
    margin-right: 1%;
  }
  #job-det #other .layout a:nth-child(3n) {
    margin-right: 0;
  }
}
#job-det #other .layout a .image {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 93/70;
}
@media screen and (max-width: 767px) {
  #job-det #other .layout a .image {
    margin-bottom: 5px;
  }
}
#job-det #other .layout a span {
  font-size: clamp(1.2rem, 0.7870967742rem + 0.5376344086vw, 1.4rem);
}
@media screen and (max-width: 767px) {
  #job-det #other .layout a span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  #job-det #other .layout a span {
    display: block;
    font-size: 1.4rem;
    line-height: 1.1;
  }
}
#job-det #other .more {
  text-align: center;
}
#job-det #other .more a {
  background-color: #CC0033;
  color: #fff;
  text-align: center;
  font-size: clamp(1.4rem, 0.9870967742rem + 0.5376344086vw, 1.6rem);
  padding: 10px 55px 14px;
  border-radius: 25px;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #job-det #other .more a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  #job-det #other .more a {
    padding: 10px 20px 14px;
  }
}