.subHeader section {
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
}

a.visit::before {
  width: 100%;
}

.subMv {
  background: url(../img/subTitleBg.png) no-repeat center right;
  background-size: cover;
}

.subMv h1 {
  padding: 45px 5%;
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .subMv h1 {
    padding: 6% 5%;
    font-size: 2.4rem;
  }
}

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

.breadcrumb {
  display: flex;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    margin-top: 10px;
  }
}

.breadcrumb li,
.breadcrumb a {
  color: #333;
  font-size: 1.2rem;
}

.breadcrumb li {
  margin-right: 10px;
}

.cap {
  text-align: center;
}

.cap h3 {
  color: #0e7deb;
  font-size: 2.8rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .cap h3 {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 414px) {
  .cap h3 {
    font-size: 2rem;
  }
}

.caoLine {
  width: 160px;
  height: 2px;
  margin: 15px auto;
  background: #4992ee;
}

@media screen and (max-width: 768px) {
  .caoLine {
    margin: 10px auto;
  }
}

.capSankaku {
  width: 0;
  height: 0;
  margin: 20px auto;
  border-style: solid;
  border-width: 7px 4.5px 0 4.5px;
  border-color: #0e7ceb transparent transparent transparent;
}

@media screen and (max-width: 768px) {
  .capSankaku {
    margin: 10px auto 20px;
  }
}

.company01 dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  border-top: 2px solid #ebebeb;
}

.company01 dt,
.company01 dd {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #ebebeb;
}

@media screen and (max-width: 768px) {
  .company01 dt,
  .company01 dd {
    padding-top: 3%;
    padding-bottom: 3%;
  }
}

@media screen and (max-width: 414px) {
  .company01 dt,
  .company01 dd {
    font-size: 1.3rem;
  }
}

.company01 dt {
  width: 240px;
  color: #0e7deb;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .company01 dt {
    width: 180px;
  }
}

@media screen and (max-width: 414px) {
  .company01 dt {
    width: 150px;
  }
}

.company01 dd {
  width: calc(100% - 240px);
  font-weight: 500;
}

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

@media screen and (max-width: 414px) {
  .company01 dd {
    width: calc(100% - 150px);
  }
}

.company01 dd p {
  font-weight: 500;
}

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

.company02 dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.company02 dt,
.company02 dd {
  margin-top: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 1.6rem;
}

@media screen and (max-width: 414px) {
  .company02 dt,
  .company02 dd {
    margin-top: 15px;
    font-size: 1.3rem;
  }
}

.company02 dt {
  width: 170px;
  color: #0e7deb;
  font-weight: 700;
  text-align: center;
  border: 1px solid #0e7deb;
}

@media screen and (max-width: 414px) {
  .company02 dt {
    width: 100px;
  }
}

.company02 dd {
  width: calc(100% - 170px);
  padding-left: 20px;
  font-weight: 500;
  border-bottom: 1px solid #0e7deb;
}

@media screen and (max-width: 768px) {
  .company02 dd {
    padding-left: 15px;
  }
}

@media screen and (max-width: 414px) {
  .company02 dd {
    width: calc(100% - 100px);
  }
}

.company03 dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.company03 dt,
.company03 dd {
  margin-top: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .company03 dt,
  .company03 dd {
    margin-top: 5px;
  }
}

@media screen and (max-width: 414px) {
  .company03 dt,
  .company03 dd {
    font-size: 1.3rem;
  }
}

.company03 dt {
  width: 170px;
  font-weight: 700;
  text-align: center;
  border-bottom: 2px solid #0e7deb;
}

@media screen and (max-width: 414px) {
  .company03 dt {
    width: 100px;
  }
}

.company03 dd {
  width: calc(100% - 170px);
  padding-left: 25px;
  font-weight: 500;
  border-bottom: 1px solid #d3d3d3;
}

@media screen and (max-width: 768px) {
  .company03 dd {
    padding-left: 15px;
  }
}

@media screen and (max-width: 414px) {
  .company03 dd {
    width: calc(100% - 100px);
  }
}

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

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

.company04 iframe {
  display: block;
  width: 50%;
  height: 350px;
}

@media screen and (max-width: 768px) {
  .company04 iframe {
    width: 100%;
    height: 300px;
  }
}

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

.company04 .txt {
  font-size: 1.6rem;
  font-weight: 500;
}

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

.works01 ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1000px) {
  .works01 ul {
    max-width: 1000px;
  }
}

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

.works01 ul li {
  position: relative;
  width: 28.333%;
  max-width: 300px;
  margin-left: 2.5%;
  margin-right: 2.5%;
  margin-bottom: 10px;
  padding: 29px 10px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background: #0e7deb;
}

@media screen and (max-width: 1000px) {
  .works01 ul li {
    width: 31.333%;
    margin-left: 1%;
    margin-right: 1%;
  }
}

@media screen and (max-width: 768px) {
  .works01 ul li {
    width: 48%;
    max-width: 400px;
    margin-left: 1%;
    margin-right: 1%;
    padding: 20px 6px;
  }
}

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

.works01 ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 10px;
  width: 7px;
  height: 100%;
  background: #faff00;
}

@media screen and (max-width: 768px) {
  .works01 ul li::before {
    width: 5px;
    left: 7px;
  }
}

@media screen and (max-width: 414px) {
  .works01 ul li::before {
    width: 3px;
    left: 3px;
  }
}

.works02 ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 1176px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1000px) {
  .works02 ul {
    max-width: 1000px;
  }
}

.works02 li {
  width: 23.3564%;
  max-width: 270px;
  margin-left: 0.59523%;
  margin-right: 0.59523%;
  margin-bottom: 10px;
}

@media screen and (max-width: 1000px) {
  .works02 li {
    width: 31.3333%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 1.5%;
  }
}

.recruit01 .txt01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .recruit01 .txt01 {
    display: block;
    margin-top: 4%;
  }
}

.recruit01 .txt01 .txt01_txt {
  width: calc(100% - 380px);
}

@media screen and (max-width: 768px) {
  .recruit01 .txt01 .txt01_txt {
    width: 100%;
  }
}

.recruit01 .txt01 .txt01_txt p {
  font-size: 1.6rem;
}

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

@media screen and (max-width: 414px) {
  .recruit01 .txt01 .txt01_txt p {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .recruit01 .txt01 .txt01_txt br {
    display: none;
  }
}

.recruit01 .txt01 .txt01_img {
  width: 350px;
}

@media screen and (max-width: 768px) {
  .recruit01 .txt01 .txt01_img {
    width: 100%;
    margin-top: 3%;
    text-align: center;
  }
}

.recruit01 dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 1px solid #ccc;
}

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

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

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

@media screen and (max-width: 768px) {
  .recruit01 dt,
  .recruit01 dd {
    padding: 10px;
  }
}

@media screen and (max-width: 414px) {
  .recruit01 dt,
  .recruit01 dd {
    font-size: 1.3rem;
  }
}

.recruit01 dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  font-weight: bold;
  text-align: center;
  background: #f6f6f6;
  border-right: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  .recruit01 dt {
    width: 150px;
  }
}

@media screen and (max-width: 414px) {
  .recruit01 dt {
    width: 100px;
  }
}

.recruit01 dd {
  width: calc(100% - 220px);
  padding-left: 35px;
}

@media screen and (max-width: 768px) {
  .recruit01 dd {
    width: calc(100% - 150px);
    padding-left: 20px;
  }
}

@media screen and (max-width: 414px) {
  .recruit01 dd {
    width: calc(100% - 100px);
    padding-left: 10px;
  }
}

.recruit02 .txt01 {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}

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

.recruit02 .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 50px 50px 70px;
  background: #0e7deb;
}

@media screen and (max-width: 768px) {
  .recruit02 .box {
    display: block;
    padding: 8% 6%;
  }
}

.recruit02 .box p {
  width: 49%;
}

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

@media screen and (max-width: 768px) {
  .recruit02 .box .recruitBtn {
    display: block;
    margin-top: 4%;
  }
}

@media screen and (max-width: 414px) {
  .recruit02 .box .recruitBtn {
    width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
}

.contact01 .txt01 p,
.contact01 .txt01 a {
  font-size: 1.6rem;
}

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

.contact01 .txt01 a {
  padding-bottom: 3px;
  border-bottom: 1px solid #797979;
}

.contact01 .red {
  display: inline-block;
  vertical-align: bottom;
  color: #f22522;
  font-size: 2.4rem;
  line-height: 1;
}

@media screen and (max-width: 414px) {
  .contact01 .red {
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .contact01 form {
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.contact01 dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 1px solid #ccc;
}

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

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

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

@media screen and (max-width: 768px) {
  .contact01 dt:last-of-type,
  .contact01 dd:last-of-type {
    border-bottom: 1px solid #ccc;
  }
}

.contact01 dt {
  width: 285px;
  text-align: center;
  background: #f1f3f5;
  border-right: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  .contact01 dt {
    width: 100%;
    border-right: none;
    padding: 8px;
  }
}

.contact01 dd {
  width: calc(100% - 285px);
}

@media screen and (max-width: 768px) {
  .contact01 dd {
    width: 100%;
    padding: 20px 10px;
  }
}

.contact01 dd:last-of-type {
  border-bottom: none;
}

.contact01 input,
.contact01 textarea {
  display: block;
  padding: 3px 5px;
  border: 1px solid #ccc;
}

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

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

.contact01 textarea {
  width: 90%;
  height: 190px;
  max-width: 760px;
}

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

.contact01 .contactBtn {
  padding: 40px 5%;
  text-align: center;
  background: #f1f3f5;
  border: 1px solid #ccc;
  border-top: none;
}

@media screen and (max-width: 768px) {
  .contact01 .contactBtn {
    padding: 5%;
  }
}

.contact01 .contactBtn button {
  width: 280px;
  padding: 17px 10px;
  font-size: 2rem;
  font-weight: bold;
  background: #faff00;
  transition: all 0.4s;
}

@media screen and (max-width: 768px) {
  .contact01 .contactBtn button {
    width: 230px;
    padding: 10px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 414px) {
  .contact01 .contactBtn button {
    padding: 6px;
    width: 200px;
    font-size: 1.6rem;
  }
}

.contact01 .contactBtn button:hover {
  opacity: 0.8;
}

.privacy01 p,
.privacy01 h4 {
  font-size: 1.6rem;
}

@media screen and (max-width: 414px) {
  .privacy01 p,
  .privacy01 h4 {
    font-size: 1.4rem;
  }
}

.privacy01 h4 {
  color: #333;
  font-weight: bold;
}

.privacy01 .txt {
  text-align: right;
}

.result01 h4 {
  color: #0e7deb;
  font-size: 1.8rem;
  font-weight: 500;
}

.result02 .box table {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  margin-right: 0;
}

.result02 .box table,
.result02 .box thead,
.result02 .box tbody {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .result02 .box table,
  .result02 .box thead,
  .result02 .box tbody {
    width: calc(100% - 4px);
  }
}

.result02 .box table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-collapse: collapse;
}

.result02 .box th {
  color: #0e7deb;
  font-weight: 500;
  background: #f2f6fd;
}

.result02 .box th,
.result02 .box td {
  padding: 15px 20px;
  font-size: 1.6rem;
  border-bottom: 1px solid #ccc;
  border-collapse: collapse;
}

@media screen and (max-width: 768px) {
  .result02 .box th,
  .result02 .box td {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 414px) {
  .result02 .box th,
  .result02 .box td {
    font-size: 1.4rem;
  }
}

.result02 .box td {
  color: #333;
}

.result02 .box th:first-child,
.result02 .box td:first-child,
.result02 .box th:nth-child(2),
.result02 .box td:nth-child(2) {
  border-right: 1px solid #ccc;
}

.result02 .box th:first-child,
.result02 .box td:first-child {
  width: 210px;
}

.result02 .box th:nth-child(2),
.result02 .box td:nth-child(2) {
  width: 500px;
}

.result02 .box th:nth-child(3),
.result02 .box td:nth-child(3) {
  width: 290px;
  border-right: 1px solid #ccc;
}

.scroll-hint-icon {
  height: 90px !important;
}

.scroll-hint-text {
  font-size: 1.1rem !important;
}
/*# sourceMappingURL=sub.css.map */