.subpageTitleWrap {
  padding-top: 120px;
  padding-bottom: 30px;
  background: url(../images/subTitleBg.jpg) no-repeat center;
  background-position-x: left;
  background-size: cover;
}

@media screen and (max-width: 1600px) {
  .subpageTitleWrap {
    background-position-x: 15%;
  }
}

@media screen and (max-width: 768px) {
  .subpageTitleWrap {
    padding-top: 100px;
    padding-bottom: 20px;
    background-position-x: 20%;
  }
}

.subCap {
  text-align: center;
}

.subCap h3 {
  font-size: 3.2rem;
  font-weight: 900;
}

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

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

@media screen and (max-width: 414px) {
  .subCap p {
    margin-top: -5px;
  }
}

.subCap img {
  vertical-align: baseline;
}

@media screen and (max-width: 768px) {
  .subCap img {
    width: 34px;
  }
}

@media screen and (max-width: 414px) {
  .subCap img {
    width: 20px;
  }
}

.subWrap {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}

.bgBlue {
  background: #ecfbfd;
}

.listBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 20px;
}

@media screen and (max-width: 768px) {
  .listBox {
    display: block;
    padding: 4%;
  }
}

.listBox span {
  width: 168px;
  color: #4971f2;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .listBox span {
    width: 100%;
    margin-bottom: 5px;
  }
}

.listBox p, .listBox ul {
  width: calc(100% - 168px);
}

@media screen and (max-width: 768px) {
  .listBox p, .listBox ul {
    width: 100%;
    margin-top: 5px;
  }
}

.companySec01 {
  padding: 40px;
  background: url(../images/companySec01Bg.png) no-repeat right;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .companySec01 {
    padding: 4%;
  }
}

.companySec01 p {
  line-height: 2.5;
}

@media screen and (max-width: 768px) {
  .companySec01 p {
    line-height: 2;
  }
}

.companySec01 img {
  display: block;
}

@media screen and (max-width: 414px) {
  .companySec01 img {
    width: 185px;
  }
}

.mapArea div {
  width: 50%;
  height: 400px;
}

@media screen and (max-width: 768px) {
  .mapArea div {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}

.mapArea iframe {
  width: 100%;
  height: 100%;
}

.address {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.address h4 {
  color: #1169c4;
  font-size: 2.8rem;
  font-weight: 900;
}

@media screen and (max-width: 768px) {
  .address h4 {
    display: inline;
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 414px) {
  .address h4 {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 768px) {
  .address img {
    width: 50px;
  }
}

@media screen and (max-width: 414px) {
  .address img {
    width: 35px;
  }
}

.address p {
  margin-left: 20px;
}

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

.businessSecCap {
  position: relative;
  padding-left: 20px;
  color: #1169c4;
  font-size: 2.4rem;
  font-weight: 900;
}

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

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

.businessSecCap::before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border: 1px solid #1169c4;
  border-radius: 50%;
}

.businessSec01Box {
  margin-top: 20px;
  padding: 20px;
  background: url(../images/businessSec01BoxBg.jpg) no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 414px) {
  .businessSec01Box {
    padding: 3%;
  }
}

.businessSec01Box div {
  padding: 0 30px;
  background: #fff;
}

@media screen and (max-width: 414px) {
  .businessSec01Box div {
    padding: 0 4%;
  }
}

.businessSec01Box section {
  padding-bottom: 30px;
  border-bottom: 1.5px solid #ccc;
}

@media screen and (max-width: 414px) {
  .businessSec01Box section {
    padding-bottom: 6%;
    border-bottom: 1px solid #ccc;
  }
}

.businessSec01Box section:last-child {
  border: none;
}

.businessSec01Box h5 {
  display: inline-block;
  margin-top: 30px;
  padding: 4px 10px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 900;
  background: #131313;
}

@media screen and (max-width: 414px) {
  .businessSec01Box h5 {
    margin-top: 4%;
    font-size: 1.4rem;
  }
}

.businessSec01Box p {
  letter-spacing: 0;
}

.businessSec02Box {
  margin-top: 20px;
  padding: 30px;
  border: 2px solid #ccc;
}

@media screen and (max-width: 414px) {
  .businessSec02Box {
    padding: 4%;
    border: 1px solid #ccc;
  }
}

.recruitSec02 {
  padding: 30px;
  background: url(../images/recruitSec02bg.jpg) no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 414px) {
  .recruitSec02 {
    padding: 4%;
  }
}

.recruitSec02 h4 {
  color: #fff;
  font-size: 2.8rem;
  font-weight: 900;
}

@media screen and (max-width: 768px) {
  .recruitSec02 h4 {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 414px) {
  .recruitSec02 h4 {
    font-size: 1.7rem;
  }
}

.recruitSec02 h4 img {
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .recruitSec02 h4 img {
    width: 30px;
  }
}

@media screen and (max-width: 414px) {
  .recruitSec02 h4 img {
    width: 19px;
  }
}

.recruitSec02 div {
  padding: 40px 20px 30px;
  text-align: center;
  background: #fff;
}

.toContactBtn {
  position: relative;
  display: block;
  max-width: 425px;
  margin-left: auto;
  margin-right: auto;
  padding: 19px 22px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  background: #2e489a;
}

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

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

.toContactBtn img {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .toContactBtn img {
    right: 10px;
  }
}

.required {
  color: #db4d54;
}

.toPrivacy {
  padding-bottom: 3px;
  border-bottom: 1px solid #adadad;
}

.contactForm li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #ccc;
}

.contactForm p {
  width: 196px;
  color: #4971f2;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .contactForm p {
    width: 160px;
  }
}

.contactForm input, .contactForm textarea {
  padding: 5px;
  background: #ecfbfd;
  border: none;
}

@media screen and (max-width: 414px) {
  .contactForm input, .contactForm textarea {
    margin-top: 4%;
  }
}

.contactForm input {
  width: 200px;
}

@media screen and (max-width: 768px) {
  .contactForm input {
    width: calc(90% - 160px);
  }
}

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

.contactForm textarea {
  width: calc(100% - 196px);
  height: 150px;
}

@media screen and (max-width: 768px) {
  .contactForm textarea {
    width: calc(100% - 160px);
    height: 200px;
  }
}

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

.contactForm button {
  display: block;
  width: 120px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 3px 5px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
  background: #2e489a;
  border: none;
}

@media screen and (max-width: 768px) {
  .contactForm button {
    margin-top: 6%;
    font-size: 1.8rem;
  }
}

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

.privacyTitle {
  position: relative;
  z-index: 2;
  width: 96%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -30px;
  padding: 13px 20px;
  background: #1169c4;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .privacyTitle {
    width: 90%;
  }
}

.privacyBox {
  padding: 30px;
  padding-top: 60px;
  background: #edfbfd;
  border: 2px solid #1169c4;
}

@media screen and (max-width: 768px) {
  .privacyBox {
    padding: 4%;
    padding-top: 50px;
  }
}

.privacyBox h5 {
  font-size: 1.5rem;
  font-weight: bold;
}

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

.privacyBox h5 span {
  padding: 0 4px 5px;
  color: #4971f2;
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: solid 2px #4971f2;
}

@media screen and (max-width: 768px) {
  .privacyBox h5 span {
    padding: 0 2px 3px;
  }
}

@media screen and (max-width: 414px) {
  .privacyBox h5 span {
    padding: 0;
    font-size: 1.6rem;
  }
}

.privacyBox p {
  letter-spacing: 0;
}

.privacyBox li span {
  color: #4971f2;
  font-weight: bold;
}
