@charset "UTF-8";
.html,
.body {
  min-width: 320px;
  margin: 0 auto;
}

.w1510 {
  padding: 0;
}

.w1700, .w1200 {
  padding: 0 0.3rem;
  box-sizing: border-box;
}

.indexSectionMain {
  font-family: "Meiryo UI";
  background-color: #f6f6f6;
  overflow-x: hidden;
}

.indexNavMain {
  position: fixed;
  left: 0;
  top: 0;
  height: 1rem;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  z-index: 9999;
}
.indexNavMain .indexNavBox {
  height: 1rem;
}
.indexNavMain .indexNavBox > a {
  float: left;
  line-height: 1rem;
  margin-left: 0.1rem;
}
.indexNavMain .indexNavBox > a img {
  display: inline-block;
  vertical-align: middle;
  height: 0.7rem;
}
.indexNavMain .indexNavBox ul {
  display: none;
}
.indexNavMain .indexNavBox .phoneNavBtn {
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 0;
  top: 0;
  background: #005bac url("../images/navIcon.png") no-repeat center center;
  background-size: 0.54rem 0.4rem;
}

.indexBannerBox {
  position: relative;
  margin-top: 1.2rem;
}
.indexBannerBox .bg {
  display: block;
  width: 100%;
  height: auto;
}
.indexBannerBox .txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 70%;
}

.indexIntroduceMain {
  width: 100%;
  padding: 0.3rem;
  background-color: #2f61be;
  box-sizing: border-box;
  position: relative;
}
.indexIntroduceMain > div {
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.indexIntroduceMain .title {
  text-align: center;
  padding-top: 0.4rem;
}
.indexIntroduceMain .title h2 {
  font-size: 0.4rem;
  line-height: 0.8rem;
  color: #404040;
  font-family: "sourcehansans";
  letter-spacing: 0.1rem;
}
.indexIntroduceMain .title span {
  font: normal 0.28rem/0.5rem "Jost";
  color: #404040;
  display: block;
  text-transform: uppercase;
}
.indexIntroduceMain p {
  padding: 0.6rem 0.3rem 1.7rem;
  font-size: 0.26rem;
  line-height: 0.4rem;
  color: #999;
  text-align: center;
}
.indexIntroduceMain .btn {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: -1.25rem;
  margin-bottom: -1.25rem;
}
.indexIntroduceMain .btn img {
  display: block;
  width: 100%;
}

.indexBusinessMain {
  margin-top: 1.5rem;
  position: relative;
}
.indexBusinessMain .title {
  display: none;
}
.indexBusinessMain .title-m {
  text-align: center;
  padding-top: 0.4rem;
}
.indexBusinessMain .title-m h2 {
  font-size: 0.4rem;
  line-height: 0.8rem;
  color: #404040;
  font-family: "sourcehansans";
  letter-spacing: 0.1rem;
}
.indexBusinessMain .title-m span {
  font: normal 0.28rem/0.5rem "Jost";
  color: #404040;
  display: block;
  text-transform: uppercase;
}
.indexBusinessMain .businessList {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.indexBusinessMain .businessList > li {
  width: 100%;
}
.indexBusinessMain .businessList > li h3 {
  padding-right: 0.3rem;
  font-size: 0.32rem;
  line-height: 0.8rem;
  color: #2f61be;
  font-family: "MeiryoUI";
  text-align: right;
}
.indexBusinessMain .businessList > li h3 span {
  display: inline-block;
  position: relative;
}
.indexBusinessMain .businessList > li h3 span::before {
  content: "";
  position: absolute;
  left: -0.7rem;
  top: 50%;
  width: 0.35rem;
  height: 2px;
  background-color: #2f61be;
}
.indexBusinessMain .businessList > li > ul {
  width: 84%;
  margin-left: 8%;
  margin-bottom: 0.4rem;
}
.indexBusinessMain .businessList > li > ul > li {
  margin-bottom: 0.6rem;
}
.indexBusinessMain .businessList > li > ul > li a {
  display: block;
  position: relative;
}
.indexBusinessMain .businessList > li > ul > li a div {
  width: 100%;
  overflow: hidden;
}
.indexBusinessMain .businessList > li > ul > li a .pic {
  display: block;
  width: 100%;
}
.indexBusinessMain .businessList > li > ul > li a .tag {
  position: absolute;
  right: 10%;
  top: 10%;
}
.indexBusinessMain .businessList > li > ul > li a h4 {
  position: absolute;
  left: 10%;
  width: 80%;
  bottom: -0.4rem;
  background-color: #fff;
  font-size: 0.26rem;
  line-height: 0.8rem;
  text-align: center;
  color: #202020;
  font-weight: normal;
}

.indexWrap .indexStaffing a {
  display: block;
  position: relative;
  text-align: right;
  overflow: hidden;
}
.indexWrap .indexStaffing a .bg {
  display: inline-block;
  max-width: 200%;
  transform: translateX(-30%);
}
.indexWrap .indexStaffing a h2 {
  position: absolute;
  top: 50%;
  left: 12.72%;
  transform: translateY(-50%);
}
.indexWrap .indexStaffing a h2 img {
  display: block;
  max-width: 90%;
}
.indexWrap .indexStaffing a .tag {
  position: absolute;
  left: 0.2rem;
  top: 0.2rem;
  width: 2rem;
}
.indexWrap .indexNewsMain {
  width: 100%;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
.indexWrap .indexNewsMain .title {
  text-align: center;
}
.indexWrap .indexNewsMain .title h2 {
  font: bold 0.28rem/0.8rem "MeiryoUI";
  color: #2f61be;
}
.indexWrap .indexNewsMain .title h2 span {
  display: block;
  font-size: 0.4rem;
  line-height: 0.4rem;
}
.indexWrap .indexNewsMain .title a {
  display: none;
}
.indexWrap .indexNewsMain .indexNewsList li {
  padding: 0.6rem 0.3rem 0.3rem;
  box-sizing: border-box;
}
.indexWrap .indexNewsMain .indexNewsList li a {
  display: block;
}
.indexWrap .indexNewsMain .indexNewsList li a .time {
  display: inline-block;
  font-size: 0.26rem;
  line-height: 0.4rem;
  color: #969696;
  vertical-align: middle;
}
.indexWrap .indexNewsMain .indexNewsList li a .tag {
  display: inline-block;
  font-size: 0.26rem;
  line-height: 0.4rem;
  color: #fff;
  background-color: #2f61be;
  padding: 0 0.2rem;
  border-radius: 0.4rem;
  margin-left: 0.2rem;
  vertical-align: middle;
}
.indexWrap .indexNewsMain .indexNewsList li a p {
  height: 0.6rem;
  font-size: 0.26rem;
  line-height: 0.6rem;
  color: #2f61be;
  overflow: hidden;
  position: relative;
}
.indexWrap .indexNewsMain .btn-m {
  display: block;
  width: 2rem;
  height: 0.6rem;
  margin: 0.4rem auto 0;
  border: 1px solid #2f61be;
  text-transform: uppercase;
  text-align: center;
  font: normal 0.26rem/0.6rem "Yu Gothic UI";
  color: #2f61be;
}

.footerBox {
  padding-top: 0.3rem;
  background: #fff;
  position: relative;
}
.footerBox .footerLogo {
  padding-left: 0.3rem;
  padding-bottom: 0.6rem;
}
.footerBox .footerLogo img {
  display: inline-block;
  max-width: 80%;
}
.footerBox .right {
  padding-left: 0.3rem;
  font-size: 0.26rem;
  line-height: 0.6rem;
  color: #000;
}
.footerBox .right .footerNav a {
  display: inline-block;
  color: #000;
}
.footerBox .right p {
  padding: 0.3rem 0;
}
.footerBox .copyRight {
  background-color: #2f61be;
  text-align: center;
}
.footerBox .copyRight p {
  font: normal 0.22rem/0.8rem "Arial";
  color: #fff;
}

.pageTop {
  position: absolute;
  right: 0.1rem;
  bottom: 0;
}
.pageTop .pageTopLink {
  line-height: 1;
  display: block;
  color: #8794A7;
  font-size: 14px;
  white-space: nowrap;
}
.pageTop .pageTopTxt {
  display: block;
  width: 11px;
  margin-bottom: 10px;
  letter-spacing: 2px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.pageTop .pageTopLine {
  position: relative;
  display: block;
  width: 1px;
  height: 120px;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.14);
}
.pageTop .pageTopLine::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 120px;
  background: #333;
  -webkit-animation: scroll-top-bar 3s cubic-bezier(1, 0, 0, 1) infinite;
  animation: scroll-top-bar 3s cubic-bezier(1, 0, 0, 1) infinite;
}

@-webkit-keyframes scroll-top-bar {
  0% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
@keyframes scroll-top-bar {
  0% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
.leftMenu_z, #leftMenu {
  display: none;
}

.leftMenu_z {
  position: fixed;
  top: 1rem;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1002;
}

#leftMenu {
  position: fixed;
  left: 0;
  top: 1rem;
  bottom: 0;
  z-index: 1200;
  width: 4rem;
  background: #fff;
  overflow: auto;
}

#leftMenu img {
  width: 80%;
  margin: 0.5rem auto 0.3rem;
  display: block;
}

#leftMenu > a {
  display: block;
  line-height: 0.5rem;
  font-size: 0.32rem;
  padding: 0.15rem 0.7rem 0.15rem 0.2rem;
  color: #666;
  position: relative;
  border-bottom: 0.02rem solid #f1f1f1;
}

#leftMenu > a::after {
  content: "";
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  border-right: 0.02rem solid #666;
  border-bottom: 0.02rem solid #666;
  transform: rotate(-45deg);
  position: absolute;
  right: 0.3rem;
  top: 50%;
  margin-top: -0.07rem;
}

#leftMenu .tel {
  font-size: 0.26rem;
  line-height: 0.4rem;
  text-align: center;
  margin-top: 0.4rem;
}

#leftMenu .tel a {
  display: block;
  color: #333;
  font-size: 0.28rem;
  line-height: 0.6rem;
}

.w1200, .w1000 {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  box-sizing: border-box;
}

.subBannerMain {
  padding: 0.6rem 0 0.5rem;
  margin-top: 1.3rem;
  margin-bottom: 0.3rem;
  background-image: linear-gradient(110deg, #2f61be 0, #2f61be 50%, #2f61be 50%);
  text-align: center;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.subBannerMain h1 {
  font-size: 0.5rem;
  line-height: 0.8rem;
  color: #fff;
  text-shadow: 0 3px 0 #171718;
}
.subBannerMain span {
  display: block;
  font-size: 0.6rem;
  line-height: 0.5rem;
  color: #fff;
  text-shadow: 0 3px 0 #171818;
  text-transform: uppercase;
}

.subTitle {
  padding: 0.4rem 0;
  text-align: center;
}
.subTitle span {
  display: inline-block;
  font-size: 0.34rem;
  line-height: 0.6rem;
  color: #222;
  border-bottom: 3px solid #005bac;
}

.subPart01 {
  width: 100%;
  padding: 0.1rem 0.3rem 0.6rem;
  margin: 0.4rem 0 0;
  background: url(../images/bg01.png) no-repeat center center;
  background-size: cover;
  box-sizing: border-box;
}

.subPart02 {
  background-image: url(../images/bg02.png);
}

.subTxt {
  padding: 0.5rem;
  margin-top: 0.2rem;
  margin-bottom: 0.3rem;
  box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.3);
  background: rgba(255, 255, 255, 0.7);
}
.subTxt h3 {
  font-size: 0.3rem;
  line-height: 0.6rem;
  color: #222;
}
.subTxt p {
  font-size: 0.26rem;
  line-height: 0.5rem;
  color: #222;
  text-align: justify;
}

.subTable {
  margin-top: 0.2rem;
}
.subTable table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
}
.subTable table td {
  border: 1px solid #ccc;
}
.subTable table td.firstTd {
  width: 30%;
  padding-left: 0.2rem;
  font-size: 0.26rem;
  font-weight: bold;
  color: #222;
  background-color: #f3f2ec;
}
.subTable table td.secondTd {
  width: 70%;
  padding: 0.14rem;
  font-size: 0.26rem;
  color: #222;
  line-height: 0.5rem;
  text-align: justify;
  background-color: #f5f5f5;
}

.titleBox h3 {
  padding-left: 0.15rem;
  font-size: 0.32rem;
  line-height: 0.32rem;
  border-left: 2px solid #005bac;
}
.titleBox p {
  margin-top: 0.15rem;
  font-size: 0.26rem;
  line-height: 0.4rem;
}

.subTxtList01 {
  padding-bottom: 0.4rem;
}
.subTxtList01 li {
  margin-bottom: 0.2rem;
}
.subTxtList01 li h3 {
  padding: 0.3rem 0;
  font-size: 0.32rem;
  line-height: 0.6rem;
  color: #222;
}
.subTxtList01 li h3 span {
  display: inline-block;
  margin-right: 0.15rem;
  font-size: 0.4rem;
  color: #005bac;
}
.subTxtList01 li p {
  font-size: 0.26rem;
  line-height: 0.4rem;
  color: #222;
}

.subList01 {
  padding-bottom: 0.4rem;
  margin-top: 0.4rem;
}
.subList01 li {
  margin-bottom: 0.3rem;
}
.subList01 li .img {
  float: left;
  width: 100%;
}
.subList01 li .img img {
  display: block;
  width: 100%;
}
.subList01 li .txt {
  float: right;
  width: 100%;
  padding-top: 0.2rem;
}
.subList01 li .txt h4 {
  padding-bottom: 0.15rem;
  font-size: 0.3rem;
  line-height: 0.6rem;
  color: #005bac;
}
.subList01 li .txt p {
  font-size: 0.26rem;
  line-height: 0.4rem;
  color: #222;
  text-align: justify;
}

.mapBox {
  padding-bottom: 0.5rem;
}
.mapBox p {
  font-size: 0.26rem;
  line-height: 0.4rem;
}
.mapBox .map {
  width: 100%;
  height: 6rem;
}
.mapBox .map iframe {
  width: 100% !important;
  height: 100% !important;
}

.subList02 {
  padding-bottom: 0.4rem;
  margin-top: 0.4rem;
}
.subList02 li {
  margin-bottom: 0.3rem;
}
.subList02 li .img {
  width: 100%;
  overflow: hidden;
}
.subList02 li .img img {
  display: block;
  width: 100%;
}
.subList02 li .txt {
  width: 100%;
  margin-top: 0.2rem;
}
.subList02 li .txt h3 {
  padding: 0.2rem 0;
  font-size: 0.32rem;
  line-height: 0.6rem;
  color: #005bac;
}
.subList02 li .txt p {
  font-size: 0.26rem;
  line-height: 0.4rem;
  color: #222;
  text-align: justify;
}

.subPart03 {
  padding-top: 0.2rem;
  padding-bottom: 0.4rem;
}
.subPart03 .subTitleLine {
  font-size: 0.3rem;
  line-height: 0.8rem;
  position: relative;
}
.subPart03 .subTitleLine span {
  display: inline-block;
  padding-right: 0.15rem;
  background-color: #f6f6f6;
  position: relative;
  z-index: 1;
}
.subPart03 .subTitleLine::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #005bac;
  z-index: 0;
}
.subPart03 .txt h3 {
  margin-top: 0.3rem;
  font-size: 0.26rem;
  line-height: 0.4rem;
  color: #005bac;
}
.subPart03 .txt p {
  font-size: 0.26rem;
  line-height: 0.4rem;
  color: #222;
  text-align: justify;
}
.subPart03 .txt .linkBtn {
  text-align: center;
  margin: 0.2rem auto;
}
.subPart03 .txt .linkBtn a {
  display: inline-block;
  padding: 0 0.3rem;
  background-color: #005bac;
  font-size: 0.28rem;
  line-height: 0.6rem;
  color: #fff;
}

.subTitle02 {
  margin-bottom: 0.4rem;
  padding-bottom: 0.2rem;
  font-size: 0.34rem;
  line-height: 0.6rem;
  color: #222;
  position: relative;
  border-bottom: 5px solid #ddd;
}

.subResult {
  margin-bottom: 0.4rem;
  padding: 0 0.2rem;
}
.subResult .img {
  width: 100%;
}
.subResult .img img {
  display: block;
  width: 100%;
}
.subResult .txt {
  width: 100%;
}
.subResult .txt h3 {
  padding: 0.3rem 0;
  font-size: 0.3rem;
  line-height: 0.6rem;
  color: #005bac;
}
.subResult .txt p {
  font-size: 0.26rem;
  line-height: 0.5rem;
  color: #222;
  text-align: justify;
}

.thanksPage .btn, .contactPage .btn {
  display: block;
  width: 3rem;
  height: 0.6rem;
  margin: 0 auto;
  background-color: #2b3339;
  border-radius: 0.6rem;
  font-size: 0.28rem;
  line-height: 0.6rem;
  color: #fff;
  text-align: center;
  font-weight: 500;
}

.thank-you-message {
  padding-top: 2rem;
  text-align: center;
}
.thank-you-message h1 {
  font-size: 0.36rem;
  line-height: 1.6rem;
}
.thank-you-message p {
  font-size: 0.26rem;
  line-height: 0.6rem;
}
.thank-you-message .btn {
  background: #005bac;
  margin: 0.6rem auto;
  color: #fff;
}

body {
  background-color: #f6f6f6;
}

.contactPage .subContactMain {
  padding-bottom: 1rem;
}
.contactPage .txtbox {
  margin: 0.3rem 0;
  padding: 0.2rem;
  background: url(../images/subContactImg01.jpg) no-repeat center top;
  font: bold 0.26rem/0.6rem "Helvetica Neue";
  color: #fff;
  text-align: center;
}
.contactPage .form-row {
  margin-bottom: 0.4rem;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.contactPage .form-row .form-label {
  position: relative;
  width: 100%;
  font: bold 0.26rem/0.6rem "KOZGOPR6N-REGULAR";
  color: #2f2f2f;
}
.contactPage .form-row .form-label.required:after {
  content: "※";
  color: #e32;
}
.contactPage .form-row .form-label.requiredafter:after {
  content: none;
}
.contactPage .form-row .form-input {
  width: 100%;
  font: normal 0.26rem/0.6rem "KOZGOPR6N-REGULAR";
  color: #222;
}
.contactPage .form-row .form-input input, .contactPage .form-row .form-input textarea, .contactPage .form-row .form-input select, .contactPage .form-row .form-input option {
  display: block;
  width: 100%;
  height: 0.6rem;
  font: normal 0.26rem/0.6rem "KOZGOPR6N-REGULAR";
  padding-left: 0.2rem;
  background-color: #fff;
  border: none;
  box-sizing: border-box;
}
.contactPage .form-row .form-input textarea {
  width: 100%;
  height: 2.4rem;
  padding: 0.2rem;
  font: normal 0.26rem/0.6rem "KOZGOPR6N-REGULAR";
  color: #222;
  resize: none;
}
.contactPage .form-row input:focus, .contactPage .form-row textarea:focus, .contactPage .form-row select:focus {
  box-shadow: 0 0 10px rgba(0, 117, 159, 0.5);
}
.contactPage .toPrivacy {
  font: bold 0.26rem/0.6rem "KOZGOPR6N-REGULAR";
  color: #2f2f2f;
}
.contactPage .error-message {
  display: block;
  width: 100%;
  color: #e32;
  font-size: 0.24rem;
  line-height: 0.52rem;
  display: none;
}
.contactPage input:invalid:not(:focus):not(:placeholder-shown), .contactPage textarea:invalid:not(:focus):not(:placeholder-shown) {
  border-color: #e32;
}
.contactPage input:invalid:not(:focus):not(:placeholder-shown) + .error-message,
.contactPage textarea:invalid:not(:focus):not(:placeholder-shown) + .error-message {
  display: block;
}
.contactPage .checkbox-container {
  margin: 0.6rem 0;
  font-size: 0.26rem;
  line-height: 0.6rem;
}
.contactPage .checkbox-container a {
  color: #005bac;
  text-decoration: underline;
}
.contactPage .checkbox-container > div {
  margin-bottom: 0.15rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.contactPage .checkbox-container input[type=checkbox] {
  margin-right: 0.1rem;
  margin-top: 0.15rem;
}

.contactPage .submit-container {
  display: flex;
  justify-content: center;
  gap: 0.15rem;
  margin-top: 0.5rem;
}

.contactPage .submit-container .btn {
  border: none;
  cursor: pointer;
  transition: all 0.3s;
}

.contactPage .btn-edit {
  background-color: #888;
  color: white;
}

.contactPage .btn-edit:hover {
  background-color: #666;
}

.contactPage .btn-confirm {
  background-color: #2c5aa0;
  color: white;
}

.contactPage .btn-confirm:hover {
  background-color: #1e3d73;
}

.contactPage .btn-submit {
  background-color: #051277;
  color: white;
}

.contactPage .btn-submit:hover {
  background-color: #081579;
}

.contactPage .confirmation {
  display: none;
  background: #f8f9fa;
  padding: 0.2rem;
  border-radius: 0.1rem;
  margin-bottom: 0.3rem;
}

.contactPage .confirmation-item {
  margin-bottom: 0.2rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #eee;
}

.contactPage .confirmation-label {
  font-weight: bold;
  margin-bottom: 0.1rem;
  color: #555;
}/*# sourceMappingURL=style-phone.css.map */