.sub_header {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}

.sub_header section {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.sub_title {
  position: relative;
  padding-top: 75px;
  padding-bottom: 75px;
  background: #ca0d0d;
  background: linear-gradient(63deg, #ca0d0d 0%, #960909 100%);
}

@media screen and (max-width: 768px) {
  .sub_title {
    padding-top: 9%;
    padding-bottom: 9%;
  }
}

.sub_title::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 25vw;
  max-width: 500px;
  height: 2px;
  background: #fff;
}

@media screen and (max-width: 414px) {
  .profile_title_img {
    width: 200px;
  }
}

@media screen and (max-width: 414px) {
  .business_title_img {
    width: 240px;
  }
}

@media screen and (max-width: 414px) {
  .equipment_title_img {
    width: 275px;
  }
}

@media screen and (max-width: 414px) {
  .case_title_img {
    width: 125px;
  }
}

@media screen and (max-width: 414px) {
  .recruit_title_img {
    width: 215px;
  }
}

@media screen and (max-width: 414px) {
  .contact_title_img {
    width: 220px;
  }
}

#access {
  margin-top: -30px;
  padding-top: 130px;
}

@media screen and (max-width: 768px) {
  #access {
    margin-top: -4%;
    padding-top: 14%;
  }
}

@media screen and (max-width: 414px) {
  #access {
    margin-top: -2%;
    padding-top: 19%;
  }
}

.sub_cap {
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  .sub_cap {
    font-size: 3rem;
  }
}

@media screen and (max-width: 414px) {
  .sub_cap {
    font-size: 2.2rem;
  }
}

.sub_cap::first-letter {
  color: #ca0d0d;
}

.sub_cap br {
  display: none;
}

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

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

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

.profile_sec01__txt {
  width: calc(100% - 575px);
}

@media screen and (max-width: 1000px) {
  .profile_sec01__txt {
    width: 100%;
  }
}

.profile_sec01__txt p {
  color: #333;
}

.profile_sec01__img {
  width: 549px;
}

@media screen and (max-width: 1000px) {
  .profile_sec01__img {
    width: 100%;
    margin-top: 5%;
    text-align: center;
  }
}

.profile_sec01__director {
  text-align: right;
}

@media screen and (max-width: 414px) {
  .profile_director_img {
    width: 200px;
  }
}

.profile_sec02 dl {
  display: flex;
  flex-wrap: wrap;
}

.profile_sec02 dt,
.profile_sec02 dd {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #333;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .profile_sec02 dt,
  .profile_sec02 dd {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 414px) {
  .profile_sec02 dt,
  .profile_sec02 dd {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.profile_sec02 dt {
  width: 240px;
  padding-left: 30px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .profile_sec02 dt {
    width: 120px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 414px) {
  .profile_sec02 dt {
    padding-left: 10px;
  }
}

.profile_sec02 dd {
  width: calc(100% - 240px);
  padding-left: 30px;
  padding-right: 40px;
}

@media screen and (max-width: 768px) {
  .profile_sec02 dd {
    width: calc(100% - 120px);
    padding-left: 20px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 414px) {
  .profile_sec02 dd {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.profile_sec02__bg_red {
  background: #fbf0f0;
}

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

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

.profile_sec03__box ul {
  width: 49.5%;
  max-width: 550px;
}

@media screen and (max-width: 1000px) {
  .profile_sec03__box ul {
    width: 90%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

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

.profile_sec03__box li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 12px 40px 12px 30px;
}

@media screen and (max-width: 768px) {
  .profile_sec03__box li {
    padding: 10px;
  }
}

.profile_sec03__box li:nth-child(even) {
  background: #fbf0f0;
}

.profile_sec03__box p,
.profile_sec03__box span {
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .profile_sec03__box p,
  .profile_sec03__box span {
    font-size: 1.4rem;
  }
}

.profile_sec03__box p {
  font-weight: bold;
}

.profile_sec03__box__cap {
  display: block !important;
  padding: 11px !important;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  background: #ca0d0d;
}

@media screen and (max-width: 414px) {
  .profile_sec03__box__cap {
    font-size: 1.6rem;
  }
}

.profile_sec03__box__cap span {
  color: #fff;
  font-weight: 500;
}

.profile_sec04 p {
  color: #333;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 414px) {
  .profile_sec04 p {
    font-size: 1.1rem;
  }
}

.profile_sec04 a {
  display: block;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 20px;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  background: #ca0d0d;
}

@media screen and (max-width: 768px) {
  .profile_sec04 a {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 414px) {
  .profile_sec04 a {
    width: 280px;
    font-size: 1.4rem;
  }
}

.profile_sec05__flex {
  display: flex;
  flex-wrap: wrap;
}

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

.profile_sec05__img {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .profile_sec05__img {
    width: 100%;
    text-align: center;
  }
}

.profile_sec05__txt {
  width: 50%;
  padding-left: 15px;
}

@media screen and (max-width: 768px) {
  .profile_sec05__txt {
    width: 100%;
    margin-top: 5%;
    padding-left: 0;
  }
}

.profile_sec05__txt p {
  color: #333;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .profile_sec05__txt p {
    font-size: 1.4rem;
  }
}

.map {
  margin-top: 30px;
}

.map iframe {
  display: block;
  width: 100%;
  height: 300px;
}

@media screen and (max-width: 768px) {
  .map iframe {
    height: 250px;
  }
}

@media screen and (max-width: 414px) {
  .map iframe {
    height: 200px;
  }
}

.business_sec01__txt p {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .business_sec01__txt p {
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .business_sec01__txt p br {
    display: none;
  }
}

.business_box__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 35px;
}

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

@media screen and (max-width: 768px) {
  .business_box__flex {
    margin-top: 5%;
  }
}

.business_box__left {
  width: calc(100% - 570px);
}

@media screen and (max-width: 1000px) {
  .business_box__left {
    width: 100%;
  }
}

.business_box__right {
  width: 550px;
}

@media screen and (max-width: 1000px) {
  .business_box__right {
    width: 100%;
    margin-top: 5%;
    text-align: center;
  }
}

.business_box__cap {
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .business_box__cap {
    font-size: 2rem;
  }
}

@media screen and (max-width: 414px) {
  .business_box__cap {
    font-size: 1.8rem;
  }
}

.business_box__red_box {
  padding: 10px 15px 14px;
  background: #fff;
  border: 1px solid #ca0d0d;
}

.business_box p {
  color: #333;
}

.business_box_red {
  padding-top: 70px;
  padding-bottom: 80px;
  background: #fae6e6;
}

@media screen and (max-width: 768px) {
  .business_box_red {
    padding-top: 8%;
    padding-bottom: 9%;
  }
}

@media screen and (max-width: 768px) {
  #equipment h4 {
    margin-bottom: 5%;
  }
}

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

.equipment_sec01 ul li {
  width: 49.5%;
  max-width: 550px;
  margin-bottom: 2%;
}

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

.equipment_flex ul {
  width: 49.5%;
  max-width: 550px;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .equipment_flex ul {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
  }
}

.equipment_flex li {
  padding: 13px 30px;
  color: #333;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .equipment_flex li {
    padding: 10px 15px;
    font-size: 1.4rem;
  }
}

.equipment_flex li:nth-child(odd) {
  background: #fbf0f0;
}

@media screen and (max-width: 768px) {
  .equipment_flex__re li:nth-child(even) {
    background: #fbf0f0;
  }
  .equipment_flex__re li:nth-child(odd) {
    background: #fff;
  }
}

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

.case_flex figure {
  width: 32.3%;
  max-width: 360px;
  margin-bottom: 3%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .case_flex figure {
    width: 49%;
    text-align: left;
  }
}

.case_flex figcaption {
  margin-top: 15px;
  color: #333;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .case_flex figcaption {
    margin-top: 2%;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 414px) {
  .case_flex figcaption {
    font-size: 1.3rem;
  }
}

#recruit {
  overflow: hidden;
}

.recruit_wrap {
  overflow-x: auto;
}

.recruit_sec01 {
  overflow-x: scroll;
}

.recruit_sec01 dl {
  display: flex;
  flex-wrap: wrap;
  width: 1120px;
  border: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  .recruit_sec01 dl {
    width: 1000px;
  }
}

.recruit_sec01 dt,
.recruit_sec01 dd {
  font-size: 1.6rem;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  .recruit_sec01 dt,
  .recruit_sec01 dd {
    font-size: 1.4rem;
  }
}

.recruit_sec01 dt:last-of-type,
.recruit_sec01 dd:last-of-type {
  border-bottom: none;
}

.recruit_sec01 dt {
  width: 200px;
  padding: 15px 30px;
  padding-right: 10px;
  font-weight: bold;
  background: #fbf0f0;
}

@media screen and (max-width: 768px) {
  .recruit_sec01 dt {
    width: 120px;
    padding-left: 15px;
  }
}

.recruit_sec01 dd {
  width: calc(100% - 200px);
  border-left: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  .recruit_sec01 dd {
    width: calc(100% - 120px);
  }
}

.recruit_sec01 dd p {
  padding: 15px 15px;
  padding-right: 0;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .recruit_sec01 dd p {
    font-size: 1.4rem;
  }
}

.recruit_sec01__flex {
  display: flex;
  flex-wrap: wrap;
}

.recruit_sec01__flex p {
  width: 33.333%;
  border-right: 1px solid #ccc;
}

.recruit_sec01__flex p:last-of-type {
  border-right: none;
}

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

.recruit_sec02__flex p {
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .recruit_sec02__flex p {
    font-size: 1.4rem;
  }
}

.recruit_sec02__left {
  width: calc(100% - 570px);
}

@media screen and (max-width: 1000px) {
  .recruit_sec02__left {
    width: 100%;
  }
}

.recruit_sec02__right {
  width: 550px;
}

@media screen and (max-width: 1000px) {
  .recruit_sec02__right {
    width: 100%;
    margin-top: 5%;
    text-align: center;
  }
}

.contact_sec01 p,
.contact_sec01 a {
  color: #333;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .contact_sec01 p,
  .contact_sec01 a {
    font-size: 1.4rem;
  }
}

.contact_sec01 a {
  border-bottom: 1px solid #797979;
}

.contact_sec01 .red {
  color: #f00;
}

.contact_form dl {
  display: flex;
  flex-wrap: wrap;
}

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

.contact_form dt,
.contact_form dd {
  padding-top: 12px;
  padding-bottom: 12px;
  color: #333;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .contact_form dt,
  .contact_form dd {
    font-size: 1.4rem;
  }
}

.contact_form dt {
  width: 200px;
  padding-left: 30px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .contact_form dt {
    width: 100%;
    padding-left: 3%;
    padding-bottom: 0;
  }
}

.contact_form dd {
  width: calc(100% - 200px);
  padding-right: 10px;
}

@media screen and (max-width: 768px) {
  .contact_form dd {
    width: 100%;
    margin-bottom: 2%;
    padding-left: 3%;
  }
}

.contact_form input,
.contact_form textarea {
  display: block;
  padding: 2px 5px;
  background: #fff;
  border: 1px solid #ccc;
}

.contact_form input {
  width: 80%;
  max-width: 500px;
}

.contact_form textarea {
  width: 100%;
  height: 200px;
}

.contact_form .bg_red {
  background: #fae6e6;
}

.contact_sec02 {
  margin-top: 50px;
  padding-top: 100px;
}

@media screen and (max-width: 768px) {
  .contact_sec02 {
    margin-top: 1%;
    padding-top: 15%;
  }
}

.contact_sec02__box p {
  color: #333;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .contact_sec02__box p {
    font-size: 1.4rem;
  }
}

.contact_sec02__cap {
  font-weight: bold;
}
/*# sourceMappingURL=sub.css.map */