.mainContent .topVisual {
  background: url("../images/bg_index01.jpg") no-repeat center;
  background-size: cover;
}

.mainContent .topVisual h2 {
  text-align: center;
  margin: 0 auto;
  padding: 115px 0;
}

@media screen and (max-width: 1200px) {
  .mainContent .topVisual h2 {
    padding: 80px 0;
  }
}

@media screen and (max-width: 767px) {
  .mainContent .topVisual h2 {
    padding: 70px 0;
  }
}

@media screen and (max-width: 460px) {
  .mainContent .topVisual h2 {
    padding: 43px 0;
  }
}

.mainContent .topVisual h2 span {
  color: #f95d09;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  display: block;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .mainContent .topVisual h2 span {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 460px) {
  .mainContent .topVisual h2 span {
    margin-bottom: 7px;
  }
}

.mainContent .container02 {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .mainContent .container02 {
    width: 94%;
  }
}

.mainContent .menu {
  margin: 10px 0 55px;
}

@media screen and (max-width: 767px) {
  .mainContent .menu {
    margin-bottom: 25px;
  }
}

.mainContent .menu .text00 + .text00::before {
  content: "/";
  margin: 0 16px;
}

.contact .mainBtnArea {
  width: 100%;
  padding-bottom: 60px;
}

.contact .mainBtn {
  width: 48%;
}

@media screen and (max-width: 1000px) {
  .contact .mainBtn {
    width: 49%;
  }
}

@media screen and (max-width: 767px) {
  .contact .mainBtn {
    width: 100%;
  }
}

.contact .mainBtn a {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  height: 100px;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 1000px) {
  .contact .mainBtn a {
    font-size: 18px;
    text-align: left;
  }
}

@media screen and (max-width: 350px) {
  .contact .mainBtn a {
    font-size: 14px;
  }
}

.contact .mainBtn01 a {
  background: url("../images/ico_index01.png") no-repeat center right 20px, #f95d09;
  background-size: 32px, auto;
}

@media screen and (max-width: 1000px) {
  .contact .mainBtn01 a {
    background: url("../images/ico_index01.png") no-repeat center right 15px, #f95d09;
    background-size: 25px, auto;
  }
}

@media screen and (max-width: 767px) {
  .contact .mainBtn01 a {
    background-size: 18px auto;
  }
}

@media screen and (max-width: 767px) {
  .contact .mainBtn01 {
    margin-bottom: 20px;
  }
}

.contact .mainBtn02 a {
  background: url("../images/ico_index01.png") no-repeat center right 20px, #f4950c;
  background-size: 32px, auto;
}

@media screen and (max-width: 1000px) {
  .contact .mainBtn02 a {
    background: url("../images/ico_index01.png") no-repeat center right 15px, #f4950c;
    background-size: 25px, auto;
  }
}

@media screen and (max-width: 767px) {
  .contact .mainBtn02 a {
    background-size: 18px auto;
  }
}

.contact .recruitTit01 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  padding-left: 15px;
  border-left: 6px solid #f95d09;
}

@media screen and (max-width: 767px) {
  .contact .recruitTit01 {
    font-size: 16px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
}

.contact .entryBtn01 {
  margin-bottom: 260px;
}

@media screen and (max-width: 1000px) {
  .contact .entryBtn01 {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .contact .entryBtn01 {
    margin-bottom: 80px;
  }
}

.contact .entryBtn01 a {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  width: 48%;
  padding: 35px 0;
  background: url("../images/btn_index01.png") no-repeat center center;
  background-size: cover;
  display: block;
}

@media screen and (max-width: 1000px) {
  .contact .entryBtn01 a {
    font-size: 18px;
    width: 49%;
    padding: 30px 0;
  }
}

@media screen and (max-width: 767px) {
  .contact .entryBtn01 a {
    padding: 25px 0;
    width: 100%;
  }
}

.contact .entryBtn01 a::after {
  content: "";
  width: 20px;
  height: 16px;
  margin-left: 10px;
  background: url("../images/ico_index02.png") no-repeat;
  background-size: contain;
  display: inline-block;
}

.contact .intro01 {
  margin-bottom: 30px;
}

.contact .intro01 .ex01, .contact .intro01 .ex02 {
  font-size: 14px;
  line-height: 1.8;
}

.contact .intro01 .ex01 {
  margin-bottom: 25px;
}

.contact .intro01 .ex02 {
  margin-top: 10px;
}

.contact h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 10px;
  border-left: 4px solid #f95d09;
}

.contact .formTable01 {
  width: 100%;
  border-top: 1px solid #eee;
  margin-bottom: 55px;
}

.contact .formTable01 tr {
  border-bottom: 1px solid #eee;
}

.contact .formTable01 th {
  width: 25%;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  padding: 20px 0 20px 20px;
  vertical-align: middle;
}

@media screen and (max-width: 1000px) {
  .contact .formTable01 th {
    font-size: 13px;
    width: 30%;
  }
}

@media screen and (max-width: 767px) {
  .contact .formTable01 th {
    width: 100%;
    padding: 20px 0 0;
    display: block;
  }
}

.contact .formTable01 th p {
  position: relative;
}

.contact .formTable01 th span {
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  width: 50px;
  height: 16px;
  margin: auto;
  background: #f95d09;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.contact .formTable01 td {
  padding: 20px;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .contact .formTable01 td {
    width: 100%;
    padding: 20px 0;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .contact .formTable01 td span {
    display: block;
    margin-top: 5px;
  }
}

.contact .formTable01 td .block {
  display: block;
}

.contact .formTable01 .long01 {
  padding-top: 25px;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .contact .formTable01 .long01 {
    padding-top: 20px;
  }
}

.contact .formTable01 .long02 {
  vertical-align: top;
}

.contact .nameTit01 {
  vertical-align: middle;
}

.contact .name01 {
  max-width: 175px;
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .contact .name01 {
    max-width: inherit;
    width: 48%;
    margin-right: 4%;
  }
}

.contact .name02 {
  max-width: 175px;
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .contact .name02 {
    max-width: inherit;
    width: 48%;
  }
}

.contact .contentTit01 {
  vertical-align: top;
}

@media screen and (max-width: 1100px) {
  .contact .englishTable01 th {
    padding: 20px 0 20px 5px;
  }
}

@media screen and (max-width: 767px) {
  .contact .englishTable01 th {
    padding: 20px 0 0;
  }
}

.contact .formSubTable01 {
  width: 100%;
  margin: 0 0 -20px 0;
}

.contact .formSubTable01 tr {
  border: none;
}

.contact .formSubTable01 th {
  font-weight: normal;
  width: 27%;
  padding: 0 0 20px 0;
}

@media screen and (max-width: 1000px) {
  .contact .formSubTable01 th {
    width: 35%;
  }
}

@media screen and (max-width: 767px) {
  .contact .formSubTable01 th {
    width: 100%;
    display: block;
  }
}

.contact .formSubTable01 td {
  padding: 0 0 20px 20px;
}

@media screen and (max-width: 767px) {
  .contact .formSubTable01 td {
    width: 100%;
    padding: 0 0 20px 0;
    display: block;
  }
}

.contact .post01 {
  max-width: 195px;
}

.contact .pulldown01 {
  max-width: 195px;
  overflow: hidden;
}

.contact .pulldown01 select {
  font-size: 14px;
  color: #333;
  width: 195px;
  height: 35px;
  padding: 0 1em;
  background: transparent;
  border: 1px solid #bfbfbf;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
}

@media screen and (max-width: 767px) {
  .contact .pulldown01 select {
    width: 100%;
  }
}

.contact .selectArrow01 {
  position: relative;
}

.contact .selectArrow01::before {
  content: '';
  width: 33px;
  height: 35px;
  background: url("../images/ico_form01.png"), #bfbfbf;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -100;
  position: absolute;
  right: 0;
}

.contact input[type="file"] {
  display: none;
}

.contact .fileWrap {
  position: relative;
  margin-bottom: 20px;
}

.contact .wrapLast01 {
  margin-bottom: 0;
}

.contact .fileLabel {
  color: #fff;
  background: #bfbfbf;
  padding: 8px 10px 0;
  height: 35px;
  border-radius: 2px;
  display: inline-block;
  position: relative;
  left: 390px;
}

@media screen and (max-width: 767px) {
  .contact .fileLabel {
    left: 200px;
  }
}

.contact .fileLabel::before {
  content: "No item selected";
  font-size: 14px;
  color: #bfbfbf;
  width: 365px;
  margin: auto;
  padding: 6px 0 0 10px;
  border: 1px solid #bfbfbf;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -390px;
}

@media screen and (max-width: 767px) {
  .contact .fileLabel::before {
    width: 180px;
    left: -200px;
  }
}

.contact .fileLabel.changed:before {
  content: "";
}

.contact .filename {
  font-size: 12px;
  position: absolute;
  left: 10px;
  top: calc(50% - 10px);
}

.contact .memo01 {
  line-height: 1.8;
  margin-bottom: 20px;
}

.contact .merit01 {
  background: #eff7fb;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .contact .merit01 {
    padding: 15px;
  }
}

.contact .merit01 .heading01 {
  padding-top: 10px;
  border-bottom: 1px dashed #68c7dd;
}

.contact .merit01 .heading01 .tit01 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 23px;
}

@media screen and (max-width: 767px) {
  .contact .merit01 .heading01 .tit01 {
    font-size: 18px;
    margin-bottom: 18px;
  }
}

.contact .merit01 .heading01 .txt01 {
  font-size: 14px;
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .contact .merit01 .heading01 .txt01 {
    text-align: left;
  }
}

.contact .merit01 .meritList01 {
  padding: 30px 35px;
}

@media screen and (max-width: 1000px) {
  .contact .merit01 .meritList01 {
    padding: 20px 0 10px;
  }
}

.contact .merit01 .meritList01 li {
  width: 48%;
}

.contact .merit01 .meritList01 li:nth-child(2n+1) {
  clear: both;
}

.contact .merit01 .meritList01 li:nth-child(-n+2) {
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .contact .merit01 .meritList01 li {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
}

.contact .merit01 .meritList01 li .ico01 {
  width: 20%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .contact .merit01 .meritList01 li .ico01 {
    width: 15%;
  }
}

.contact .merit01 .meritList01 li .ico01 img {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

.contact .merit01 .meritList01 li .txtArea01 {
  width: 80%;
}

.contact .merit01 .meritList01 li .txtArea01 .tit02 {
  font-size: 16px;
  font-weight: bold;
  color: #008cb7;
  margin-bottom: 10px;
}



.contact .merit02 {
  background: #ffe4e1;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .contact .merit02 {
    padding: 15px;
  }
}

.contact .merit02 .heading01 {
  padding-top: 10px;
}

.contact .merit02 .heading01 .tit01 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 23px;
}

@media screen and (max-width: 767px) {
  .contact .merit02 .heading01 .tit01 {
    font-size: 18px;
    margin-bottom: 18px;
  }
}

.contact .merit02 .heading01 .txt01 {
  font-size: 14px;
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .contact .merit02 .heading01 .txt01 {
    text-align: left;
  }
}

.contact .merit02 .meritList01 {
  padding: 30px 35px;
}

@media screen and (max-width: 1000px) {
  .contact .merit02 .meritList01 {
    padding: 20px 0 10px;
  }
}

.contact .merit02 .meritList01 li {
  width: 48%;
}

.contact .merit02 .meritList01 li:nth-child(2n+1) {
  clear: both;
}

.contact .merit02 .meritList01 li:nth-child(-n+2) {
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .contact .merit02 .meritList01 li {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
}

.contact .merit02 .meritList01 li .ico01 {
  width: 20%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .contact .merit02 .meritList01 li .ico01 {
    width: 15%;
  }
}

.contact .merit02 .meritList01 li .ico01 img {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

.contact .merit02 .meritList01 li .txtArea01 {
  width: 80%;
}

.contact .merit02 .meritList01 li .txtArea01 .tit02 {
  font-size: 16px;
  font-weight: bold;
  color: #008cb7;
  margin-bottom: 10px;
}







@media screen and (max-width: 767px) {
  .contact .arrow01 {
    width: 70%;
    margin: auto;
  }
}

.contact .confirmBtn01 input {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  width: 250px;
  margin: 0 auto 100px;
  padding: 12px 0;
  background: url("../images/ico_index01.png") no-repeat center right 12px, #f95d09;
  background-size: 18px, auto;
  border-radius: 3px;
  display: block;
}

@media screen and (max-width: 1000px) {
  .contact .confirmBtn01 input {
    margin: 0 auto 100px;
  }
}

@media screen and (max-width: 767px) {
  .contact .confirmBtn01 input {
    width: 80%;
    margin: 0 auto 100px;
  }
}

.contact .confirmBtn01 input:disabled {
  background: url("../images/ico_index01.png") no-repeat center right 12px, #ccc;
  background-size: 18px, auto;
  cursor: default;
}

.contact .confirmBtn01 input:disabled:hover {
  opacity: 1;
}

.contact .btnWrap01 {
  width: 680px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .contact .btnWrap01 {
    width: 100%;
    margin: 0 auto 100px;
  }
}

@media screen and (max-width: 767px) {
  .contact .btnWrap01 .btnArea01 {
    width: 100%;
  }
}

.contact .btnWrap01 .al01 {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .contact .btnWrap01 .al01 {
    font-size: 12px;
    margin-top: 20px;
  }
}

.contact .confirmBtn02 input {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  width: 320px;
  margin: 0 auto 100px;
  padding: 12px 0;
  background: url("../images/ico_index01.png") no-repeat center right 12px, #f95d09;
  background-size: 18px, auto;
  border-radius: 3px;
  display: block;
}

@media screen and (max-width: 1000px) {
  .contact .confirmBtn02 input {
    margin: 0 auto 180px;
  }
}

@media screen and (max-width: 767px) {
  .contact .confirmBtn02 input {
    font-size: 14px;
    width: 100%;
    margin: 0 auto;
    white-space: normal;
  }
}

.contact .confirmBtn02 button {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  width: 320px;
  margin: 0 auto 100px;
  padding: 4px 0;
  line-height: 1.3;
  background: url("../images/ico_index01.png") no-repeat center right 12px, #f95d09;
  background-size: 18px, auto;
  border-radius: 3px;
  display: block;
}

@media screen and (max-width: 1000px) {
  .contact .confirmBtn02 button {
    margin: 0 auto 100px;
  }
}

@media screen and (max-width: 767px) {
  .contact .confirmBtn02 button {
    font-size: 14px;
    width: 100%;
    margin: 0 auto;
    white-space: normal;
  }
}

.contact .submitBtn01 input {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  width: 320px;
  margin: 0 auto 260px;
  padding: 12px 0;
  background: url("../images/ico_index01.png") no-repeat center right 12px, #f4950c;
  background-size: 18px, auto;
  border-radius: 3px;
  display: block;
}

@media screen and (max-width: 1000px) {
  .contact .submitBtn01 input {
    margin: 0 auto 180px;
  }
}

@media screen and (max-width: 767px) {
  .contact .submitBtn01 input {
    font-size: 14px;
    width: 100%;
    margin: 0 auto;
    white-space: normal;
  }
}

.contact .submitBtn02 input {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  width: 270px;
  margin: 0 auto 260px;
  padding: 12px 0;
  background: url("../images/ico_index01.png") no-repeat center right 12px, #f95d09;
  background-size: 18px, auto;
  border-radius: 3px;
  display: block;
}

@media screen and (max-width: 1000px) {
  .contact .submitBtn02 input {
    margin: 0 auto 180px;
  }
}

@media screen and (max-width: 767px) {
  .contact .submitBtn02 input {
    width: 80%;
    margin: 0 auto 100px;
  }
}

.contact .submitBtn11 input {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  width: 320px;
  margin: 0 auto 260px;
  padding: 12px 0;
  background: url("../images/ico_index11.png") no-repeat center left 12px, #f4950c;
  background-size: 18px, auto;
  border-radius: 3px;
  display: block;
}

@media screen and (max-width: 1000px) {
  .contact .submitBtn11 input {
    margin: 0 auto 180px;
  }
}

@media screen and (max-width: 767px) {
  .contact .submitBtn11 input {
    font-size: 14px;
    width: 100%;
    margin: 0 auto;
    white-space: normal;
  }
}


.contact .terms01 {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .contact .terms01 {
    margin-bottom: 15px;
  }
}

.contact .terms01 .termsLink01 {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .contact .terms01 .termsLink01 {
    margin-bottom: 15px;
  }
}

.contact .terms01 .termsLink01 a {
  font-size: 14px;
  font-weight: bold;
  color: #f95d09;
  text-decoration: underline;
}

.contact .thanks01 {
  margin-bottom: 260px;
}

@media screen and (max-width: 1000px) {
  .contact .thanks01 {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .contact .thanks01 {
    margin-bottom: 80px;
  }
}

.footer .pageTop {
  border-top: 1px solid #e5e5e5;
  position: relative;
}

.footer .pageTop:before {
  content: '';
  width: 2px;
  height: 35px;
  background-color: #f95d09;
  position: absolute;
  top: -17px;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .footer .pageTop:before {
    height: 20px;
    top: -11px;
  }
}

.footer .pageTop a {
  font-weight: bold;
}
