@charset "utf-8";

.section-title-en {
  border: 1px solid #001E6E;
  color: #001E6E;
  font-size: 1.0rem;
  letter-spacing: .2rem;
  padding: 2px 3px 2px 5px;
  margin: 10px 0;
  font-family: 'Oswald', sans-serif;
  font-weight: 200;
  position: relative;
  display: inline-block;
}

.section-title {
  font-family: Lustria, 游明朝体, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-size: 3.0rem;
  letter-spacing: .3rem;
  position: relative;
}

#aside-recruit .section-title {
  font-size: 4.0rem;
  font-style: italic;
  margin-top: 40px;
}
#aside-recruit .section-title span {
  font-size: 1.4rem;
  font-style: normal;
}
/*------------------------------------*/
.page-section-wrap {
  background-image: url(../img/contact/contact_bg.jpg);
}
.page-section-wrap:before,
.page-section-wrap:after {
  content: none;
}
.page-section-wrap header {
   padding:0 0 10px 0;
}
.page-section {
  padding: 95px 0 110px;
}
.page-section .page-title {
  color: #fff;
}
.page-section .page-title span {
  color: #fff;
}
#contact .lead {
  font-weight: bold;
  font-size: 1.5rem;
}
#contact h3 {
  font-size: 1.5rem;
  margin-bottom: ５px;
}

@media only screen and (max-width: 767px) {
  .page-section {
      padding: 85px 0 30px;
  }
}


/*======================================
contact
=======================================*/


#contact {
  text-align: center;

  padding: 120px 0;
}

.section-text {
  font-size: 2.1rem;
  line-height: 1.7em;
}

.form-group hr.form-hr {
  border-bottom: 1px solid #e6e6e6;
}

.form-inline label {
  -ms-flex-align: left;
  align-items: left;
  -ms-flex-pack: left;
  justify-content: left;
}
.c-input-text {
  width: 100% !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  line-height: 1.75;
  border: 0;
  background-color: #f5f5f5;
  border-radius: 5px;
  padding: 20px 20px 23px 20px;
 }

.c-input-select {
  background-image: url(../img/common/select.svg);
  background-repeat: no-repeat;
  background-size: 12px 7px;
  background-position: right 20px top 50%;
  padding: 12px 20px !important;
  width: 100% !important;
  height: auto !important;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	box-shadow: none;
	-webkit-appearance: none;
  appearance: none;
  background-color: #f5f5f5;
}
.c-input-select::-ms-expand {
    display: none;
}



.c-input-multi-text {
  width: 100% !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  line-height: 1.75;
  border: 0;
  background-color: #f5f5f5;
  height: 130px;
  padding: 12px 20px;
  border-radius: 5px;
}

.policy-title {
  text-align: left;
  padding: 20px 0 0;
}

.policy-content {
  height: 165px;
  overflow-y: scroll;
  background-color: #f5f5f5;
  padding: 20px 40px;
  margin: 10px 0;
  border-radius: 5px;
  text-align: left;
}

.policy-content h2 {
  font-size: 13px;
  font-size: 1.3rem;
  text-align: left !important;
  line-height: 1.75;
  padding: 0 !important;
  font-weight: 700;
}

.policy-content p,
.policy-content li {
  font-size: 14px;
  font-size: 1.4rem;
}
.wpcf7-submit {
  -webkit-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  font-size: 1.7rem;
position: relative;
  display: inline-block;
  padding: 8px 120px;
  border-radius: 5px;
  margin: 0 auto;
  text-decoration: none;

  color: #fff;
border: 1px solid #a4000b;
  background: #a4000b;
    background: -moz-linear-gradient(left, #a4000b 0%, #85020b 100%);
    background: -webkit-linear-gradient(left, #a4000b 0%,#85020b 100%);
    background: linear-gradient(to right, #a4000b 0%,#85020b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4000b', endColorstr='#85020b',GradientType=1 );
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.wpcf7-submit:hover {

  color: #fa4000bf;
  border: 1px solid #a4000b;

  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  color: #fff;
}
.wpcf7-submit:before {
  content: "";
  background-image: url(../img/common/arrow1.svg);
  width: 22px;
  height: 5px;
    margin-right: 10px;
    display: block;
    left: 0px;
    top: 8px;
    position: absolute;

}
span.wpcf7-not-valid-tip {
  text-align: left;
  margin-top: 10px;
}

@media only screen and (max-width: 991px) {
  .control-label {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #contact {
    padding: 50px 0 0;
  }
  .page-section {
    padding: 40px 0 30px;
}
  .policy-content {
    padding: 20px 20px;
  }
}
/*

.contact-other {
  text-align: center;
}

.contact-other-title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.contact-other-tel,
.contact-other-line {
  color: #fff;
  font-size: 3.6rem;
  display: inline-block;
  position: relative;
  padding: 0 75px;
  line-height: 1.5;
}

.contact-other-tel {
  padding: 0 55px;
}

.contact-other-tel:before {
  content: "";
  position: absolute;
  background-image: url(../img/contact/tel_icon.svg);
  background-repeat: no-repeat;
  width: 43px;
  height: 52px;
  top: 5px;
  left: 0;
}

.contact-other-line:before {
  content: "";
  position: absolute;
  background-image: url(../img/contact/line_icon.svg);
  background-repeat: no-repeat;
  width: 55px;
  height: 55px;
  top: 10px;
  left: 0;
}

.contact-other-text {
  color: #fff;
  font-size: 1.7rem;
  font-weight: 400;
}

.contact-other-left {
  background-color: #00be73;
}

.contact-other-right {
  background-color: #c4e271;
}

.contact-other-left a {
  padding: 130px 0;
  display: block;
}

.contact-other-right a {
  padding: 130px 0;
  display: block;
}



@media only screen and (max-width: 991px) {
  .contact-other-tel:before {
    top: -6px;
    left: 16px;
  }
  .contact-other-line:before {
    top: -3px;
    left: 8px;
  }
  .contact-other-tel,
  .contact-other-line {
    font-size: 2.8rem;
    padding: 0 35px 0 75px;
  }
}
@media only screen and (max-width: 767px) {

  .contact .page-section-bg {
    height: 255px;
  }
  #contact .container {
    width: auto;
  }
  .contact .section-title {
    margin: 0;
  }
  .contact .section-text {
    margin: -40px 0 20px;
    padding: 0;
  }
  #contact .contact-inner {
    padding: 0;
  }
  #contact .contact-inner table {
    font-size: 1.6rem;
  }
  .policy-content {
    padding: 20px 20px;
    margin: 15px 0 0;
  }
  .wpcf7-submit {
    margin: 20px auto 0;
  }

  .contact-other .col-2 {
    width: auto;
  }
  .contact-other-tel,
  .contact-other-line {
    font-size: 2.2rem;
  }
  .contact-other-text {
    padding: 0 35px 0 75px;
  }

  .contact-other-left a {
    padding: 40px 0 35px;
  }
  .contact-other-right a {
    padding: 40px 0 35px;
  }
  .u-ta-c {
    margin: 20px 0 0 0;
  }
  .c-input-checkbox span.wpcf7-list-item-label {
    padding-left: 40px;
  }
}

@media only screen and (max-width: 320px) {
  #life .life-box .figArea figcaption img {
    padding: 0 5%;
  }
}



.p-form-table tbody td,
.p-form-table tbody th {
  line-height: 1.75;
  padding-top: 30px;
  padding-bottom: 30px;
}

.c-input-checkbox {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2em;
  margin-top: 7px;
  margin-bottom: 7px;
}

.c-input-checkbox input {
  display: none;
}

.c-input-checkbox span.wpcf7-list-item-label {
  min-height: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  position: relative;
  padding-top: 0;
  padding-left: 30px;
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
}

.c-input-checkbox span.wpcf7-list-item-label:before {
  width: 20px;
  height: 20px;
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  margin-right: 10px;
  border: 1px solid #ab9e94;
}

.p-form-table__error {
  margin-top: 0.5em;
  color: #c22;
}

.p-form-table__confirm {
  white-space: pre-wrap;
}

.c-content-in-section p {
  margin-bottom: 0;
}

.c-input-checkbox input:checked + span:before {
  background-image: url(../img/common/check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
}

.c-button--wide {
  width: 100%;
}

.c-button {
  width: 410px;
  height: 90px;
}

.c-button:before {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform, -webkit-transform;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #747474;
}

.c-button__wrap {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-button__label {
  position: relative;
  z-index: 10;
  color: #fff;
} */
