.company__wrap {
  padding-top: 40px;
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
}

.company__lists {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .company__lists {
    display: block;
  }
}

.company__lists dl {
  width: 48%;
}

@media screen and (max-width: 768px) {
  .company__lists dl {
    width: 100%;
  }
}

.company__lists dl dt {
  margin-bottom: 14px;
  padding: 15px;
  font-size: 2rem;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .company__lists dl dt {
    padding: 10px;
    font-size: 1.6rem;
  }
}

.company__lists dl dd .hide {
  display: none;
}

.company__lists dl dd ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.company__lists dl dd ul li {
  margin-bottom: 9px;
  width: calc((100% - 5px) / 2);
}

.company__lists dl dd ul li a {
  display: block;
  padding: 7px 20px;
  color: #898989;
  border: 1px solid #707070;
  font-size: 1.8rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media screen and (max-width: 1140px) {
  .company__lists dl dd ul li a {
    padding: 7px 10px;
    font-size: 1.4rem;
  }
}

.company__lists dl dd ul li a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.company__lists p a {
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 7px 10px;
  background-color: #333333;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  border-radius: 50px;
  transition: opacity 0.2s ease-out;
}

.company__lists p a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.company__industry dt {
  background-color: #758089;
}

.company__industry dd li a {
  background-color: #f0f2f4;
}

.company__pref dt {
  background-color: #c6b28d;
}

.company__pref dd li a {
  background-color: #f7f7f5;
}

.arrival__wrap {
  margin: 0 auto;
  margin-bottom: 50px;
  padding-top: 40px;
  width: 90%;
  max-width: 1024px;
}

@media screen and (max-width: 768px) {
  .arrival__wrap {
    margin-bottom: 25px;
    padding-top: 20px;
  }
}

.arrival__wrap p {
  margin-bottom: 1em;
  font-size: 2.5rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .arrival__wrap p {
    padding-left: 0;
  }
}

.arrival__lists ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .arrival__lists ul {
    justify-content: space-between;
  }
}

.arrival__lists ul li {
  margin: 0 20px 10px;
  width: 100%;
  max-width: 40%;
  border-bottom: 1px solid #707070;
}

@media screen and (max-width: 768px) {
  .arrival__lists ul li {
    margin: 0 0 1px;
    max-width: 100%;
    width: calc((100% - 2px) / 2);
    border: 1px solid #707070;
    padding: 2px;
  }
}

.arrival__lists ul li a {
  color: #747474;
}

.arrival__lists ul li a:hover {
  text-decoration: none;
}

.arrival__lists ul li dl {
  display: flex;
  align-items: flex-end;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .arrival__lists ul li dl {
    flex-wrap: wrap;
    padding-bottom: 0;
  }
}

.arrival__lists ul li dl dt {
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .arrival__lists ul li dl dt {
    width: 100%;
  }
}

.arrival__lists ul li dl dt span {
  display: block;
  margin-right: 10px;
  padding: 3px 5px;
  border-radius: 30px;
  width: 134px;
  font-size: 1rem;
  background-color: #767676;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .arrival__lists ul li dl dt span {
    margin-bottom: 2px;
    display: inline-block;
    margin-right: 0;
    padding: 3px 7px;
    width: auto;
    font-size: 0.8rem;
  }
}

.arrival__lists ul li dl dd.arrival__logo {
  width: 52px;
  height: 48px;
}

@media screen and (max-width: 768px) {
  .arrival__lists ul li dl dd.arrival__logo {
    width: 31px;
    height: 26px;
  }
}

.arrival__lists ul li dl dd.arrival__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.arrival__lists ul li dl dd.arrival__name {
  overflow: hidden;
  flex: 1;
  padding-left: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media screen and (max-width: 768px) {
  .arrival__lists ul li dl dd.arrival__name {
    font-size: 1.4rem;
  }
}

.footer__lists {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .footer__lists {
    display: block;
  }
}

.footer__lists-item {
  max-width: 49%;
}

@media screen and (max-width: 768px) {
  .footer__lists-item {
    margin-bottom: 30px;
    max-width: 100%;
  }
}

.footer__lists dl {
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
  width: auto !important;
}

@media screen and (max-width: 768px) {
  .footer__lists dl {
    padding: 0;
    border: 0;
  }
}

.footer__lists dl dt {
  all: initial !important;
}

.footer__lists dl dd {
  all: initial !important;
}

.footer__lists ul {
  display: flex;
  flex-wrap: wrap;
}

.footer__lists ul li {
  margin-top: 1em;
  width: calc((100% - 30px) / 4);
  font-size: 1.2rem;
}

.footer__lists ul li a {
  color: #777;
}

.footer__lists-item2 ul:after {
  content: "";
  display: block;
  width: calc((100% - 20px) / 3);
}

.footer__lists-item2 ul li {
  width: calc((100% - 20px) / 3);
}

.footer__lists-item2 ul li.large {
  flex-basis: 60%;
}

.companydetail__link {
  padding-top: 30px;
  word-break: break-all;
}

.companydetail__link-lists {
  margin-bottom: 30px;
}

.companydetail__link h3 {
  margin-bottom: 1em;
  color: #3e3e3e;
  font-size: 2rem;
}

.companydetail__link h4 {
  margin-bottom: 2px;
  padding: 10px 15px;
  background-color: #333;
  color: #fff;
  font-size: 1.4rem;
}

.companydetail__link p {
  text-align: center;
}

.companydetail__link p .more {
  margin-top: 30px;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
  max-width: 300px;
  background-color: red;
  color: #fff;
  font-size: 1.6rem;
  padding: 15px 20px;
  border-radius: 54px;
}

.companydetail__link p .more:hover {
  text-decoration: none;
}

.companydetail__link .hide {
  display: none;
}

.companydetail__link ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .companydetail__link ul {
    display: block;
  }
}

.companydetail__link ul li {
  margin-bottom: 2px;
  width: calc((100% - 2px) / 2);
  border: 1px solid #707070;
}

@media screen and (max-width: 768px) {
  .companydetail__link ul li {
    width: 100%;
  }
}

.companydetail__link ul li a {
  display: flex;
  align-items: center;
  padding: 10px;
  color: #3e3e3e;
}

.companydetail__link ul li a:hover {
  text-decoration: none;
}

.companydetail__link ul li a .image {
  width: 45px;
}

.companydetail__link ul li a figure {
  flex-shrink: 0;
  overflow: hidden;
  border: 1px solid #707070;
  width: 45px;
  height: 40px;
}

.companydetail__link ul li a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.companydetail__link ul li a dl {
  flex: 1;
  padding-left: 10px;
}

.companydetail__link ul li a dl dd {
  font-size: 1.2rem;
}

.find__area {
  padding-top: 50px;
  width: 100%;
  max-width: 930px;
}

.find__area-ttl {
  margin-bottom: 1.5em;
  padding: 15px 15px;
  background-color: #333;
  color: #fff;
  font-size: 2rem;
}

.find__area-lists {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.find__area-lists:after {
  content: "";
  display: block;
  width: calc((100% - 40px) / 3);
}

.find__area-item {
  margin-bottom: 20px;
  width: calc((100% - 40px) / 3);
}

@media screen and (max-width: 768px) {
  .find__area-item {
    width: 100%;
  }
}

.find__area-item a {
  transition: opacity 0.2s ease-out;
}

.find__area-item a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.find__area-item dl {
  border: 1px solid #d44c45;
  padding: 10px 15px;
}

.find__area-item dt {
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 1px solid #c3b391;
  background-image: url(/images/common/icon_bullet_1.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 20px auto;
}

.find__area-item dt a {
  color: #d44c45;
}

.find__area-item dd {
  position: relative;
  font-size: 1.1rem;
}

.find__area-item dd a {
  color: #5f5f5f;
}

.find__area-item p a {
  display: block;
  background-image: url(/images/common/icon_bullet_2.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 12px auto;
}

.find__area-item ul {
  display: none;
  padding-top: 5px;
}

.find__area-item ul li {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #c3b391;
  background-image: url(/images/common/icon_bullet_3.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 8px auto;
}

.find__area-item ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.footer__lists {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .footer__lists {
    display: block;
  }
}

.footer__lists-item {
  max-width: 49%;
}

@media screen and (max-width: 768px) {
  .footer__lists-item {
    margin-bottom: 30px;
    max-width: 100%;
  }
}

.footer__lists dl {
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .footer__lists dl {
    padding: 0;
    border: 0;
  }
}

.footer__lists ul {
  display: flex;
  flex-wrap: wrap;
}

.footer__lists ul li {
  margin-top: 1em;
  width: calc((100% - 30px) / 4);
  font-size: 1.2rem;
}

.footer__lists ul li a {
  color: #777;
}

.footer__lists-item2 ul:after {
  content: "";
  display: block;
  width: calc((100% - 20px) / 3);
}

.footer__lists-item2 ul li {
  width: calc((100% - 20px) / 3);
}

.footer__lists-item2 ul li.large {
  flex-basis: 60%;
}

.companydetail__link {
  padding-top: 30px;
  word-break: break-all;
}

.companydetail__link-lists {
  margin-bottom: 30px;
}

.companydetail__link h3 {
  margin-bottom: 1em;
  color: #3e3e3e;
  font-size: 2rem;
}

.companydetail__link h4 {
  margin-bottom: 2px;
  padding: 10px 15px;
  background-color: #333;
  color: #fff;
  font-size: 1.4rem;
}

.companydetail__link p {
  text-align: center;
}

.companydetail__link p .more {
  margin-top: 30px;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
  max-width: 300px;
  background-color: red;
  color: #fff;
  font-size: 1.6rem;
  padding: 15px 20px;
  border-radius: 54px;
}

.companydetail__link p .more:hover {
  text-decoration: none;
}

.companydetail__link .hide {
  display: none;
}

.companydetail__link ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .companydetail__link ul {
    display: block;
  }
}

.companydetail__link ul li {
  margin-bottom: 2px;
  width: calc((100% - 2px) / 2);
  border: 1px solid #707070;
}

@media screen and (max-width: 768px) {
  .companydetail__link ul li {
    width: 100%;
  }
}

.companydetail__link ul li a {
  display: flex;
  align-items: center;
  padding: 10px;
  color: #3e3e3e;
}

.companydetail__link ul li a:hover {
  text-decoration: none;
}

.companydetail__link ul li a .image {
  width: 45px;
}

.companydetail__link ul li a figure {
  flex-shrink: 0;
  overflow: hidden;
  border: 1px solid #707070;
  width: 45px;
  height: 40px;
}

.companydetail__link ul li a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.companydetail__link ul li a dl {
  flex: 1;
  padding-left: 10px;
}

.companydetail__link ul li a dl dd {
  font-size: 1.2rem;
}

.find__area {
  padding-top: 50px;
  width: 100%;
  max-width: 930px;
}

.find__area-ttl {
  margin-bottom: 1.5em;
  padding: 15px 15px;
  background-color: #333;
  color: #fff;
  font-size: 2rem;
}

.find__area-lists {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.find__area-lists:after {
  content: "";
  display: block;
  width: calc((100% - 40px) / 3);
}

.find__area-item {
  margin-bottom: 20px;
  width: calc((100% - 40px) / 3);
}

@media screen and (max-width: 768px) {
  .find__area-item {
    width: 100%;
  }
}

.find__area-item a {
  transition: opacity 0.2s ease-out;
}

.find__area-item a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.find__area-item dl {
  border: 1px solid #d44c45;
  padding: 10px 15px;
}

.find__area-item dt {
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 1px solid #c3b391;
  background-image: url(/images/common/icon_bullet_1.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 20px auto;
}

.find__area-item dt a {
  color: #d44c45;
}

.find__area-item dd {
  position: relative;
  font-size: 1.1rem;
}

.find__area-item dd a {
  color: #5f5f5f;
}

.find__area-item p a {
  display: block;
  background-image: url(/images/common/icon_bullet_2.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 12px auto;
}

.find__area-item ul {
  display: none;
  padding-top: 5px;
}

.find__area-item ul li {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #c3b391;
  background-image: url(/images/common/icon_bullet_3.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 8px auto;
}

.find__area-item ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

