@charset "UTF-8";
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  30% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  30% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* =====================
  お問い合わせ
 ======================= */
.hero {
  background-image: url(../img/contact/hero.jpg);
  height: 26.35vw;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      position: relative;
}

.hero:before {
  display: none;
}
.hero_end {
  background-image: url(../img/contact/hero_end.jpg) no-repeat center/cover;
}

.hero_end:before {
  display: none;
}

/* .form_box {
  margin-top: 3.0rem;
}

.form_box dl {
  display: flex;
  margin-bottom: 1em;
}

.form_box dl dt {
  flex-shrink: 0;
  width: 20%;
  font-weight: 700;
  padding-top: 0.625em;
  margin-right: 5em;
}

.form_box dl dd {
  flex-grow: 1;
}

.form_box .must {
  display: inline-block;
  background: #d63638;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.0;
  padding: 5px 10px;
  margin-left: 0.5rem;
}

.form_box .notice {
  display: block;
  margin-top: 0.5em;
  color: #666666;
  font-size: 1.3rem;
}
 */
.mw_wp_form_confirm .notice, .mw_wp_form_confirm .must {
  display: none;
}

  ------------------------ */
/* contact_home
  ------------------------ */
.inner{
    max-width: 1000px!important;
}
ul li {
  list-style-type: none;
}

.contact-columns {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.column {
  /* border: 2px solid #001446; */
  width: 100%;
  box-sizing: border-box;
  margin: 20px auto;
  border-radius: 16px;
  /* box-shadow: 2px 2px 5px rgb(54 167 191 / 38%); */
}

.company {
  color: white;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.jobseeker {
  color: white;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.document {
  box-shadow: none;
  color: black;
  display: flex;
  border: 2px solid #ffffff;
  display: flex;
  justify-content: space-between;
}

.description {
  color: black;
  padding-left: 20px;
  width: 38%;
  font-size: 1.5rem;
  padding: 15px 20px;
}

.jobseeker .description {
  border-color: green;
}

.info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.info button {
  background-color: #F18A22;
  border-radius: 6px;
  width: 460px;
  height: 64px;
  border: none;
  cursor: pointer;
}

.info button:hover {
  border-color: #f1f1f1;
}

.info p {
  margin: 5px auto;
}

.company:hover {
  background-color: #eee;
  color: #001446;
  border-color: #001446;
}

.company:hover .description {
  border-color: white;
}

.jobseeker:hover {
  /* color: #00A26A; */
  /* border-color: #00A26A; */
}

.jobseeker:hover .description {
  border-color: white;
}

.icon-text h2,
.icon-green h2 {
  margin-left: 40px;
  font-size: 3rem;
  line-height: 1.1;
}

.icon-text h2 span,
.icon-green h2 span {
  font-size: 1.8rem;
}

.icon-text,
.icon-green,
.icon-white {
  color: #fff;
  display: flex;
  align-items: center;
  width: 60%;
  text-align: left;
  padding: 10px 20px;
  border-radius: 12px;
  justify-content: space-between;
}

.icon-text h2:hover,
.icon-green h2:hover,
.icon-white h2:hover {
  text-decoration: underline;
}
.icon-text {
  background-color: #011446;
  padding: 0px 20px;
}

.icon-green {
  background-color: #2ca26a;
}

.icon-white {
  color: #000;
  background-color: #fff;
}

.ducoment_b {
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}

.docoment_d {
  margin-left: 30px;
}
.arrow {
  margin-left: 30px;
  right: 0px;
}


.contact-columns {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.column {
  /* border: 2px solid #001446; */
  width: 100%;
  box-sizing: border-box;
  margin: 20px auto;
  border-radius: 16px;
  /* box-shadow: 2px 2px 5px rgb(54 167 191 / 38%); */
}

.company {
  color: white;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.jobseeker {
  color: white;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.document {
  box-shadow: none;
  color: black;
  display: flex;
  border: 2px solid #ffffff;
  display: flex;
  justify-content: space-between;
}

.description {
  color: black;
  padding-left: 20px;
  width: 38%;
  font-size: 1.5rem;
  padding: 15px 20px;
}

.jobseeker .description {
  border-color: green;
}

.info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.info button {
  background-color: #F18A22;
  border-radius: 6px;
  width: 460px;
  height: 64px;
  border: none;
  cursor: pointer;
}

.info button:hover {
  border-color: #f1f1f1;
}

.info p {
  margin: 5px auto;
}

.company:hover {
  background-color: #eee;
  color: #001446;
  border-color: #001446;
}

.company:hover .description {
  border-color: white;
}

.jobseeker:hover {
  /* color: #00A26A; */
  /* border-color: #00A26A; */
}

.jobseeker:hover .description {
  border-color: white;
}

.icon-text h2,
.icon-green h2 {
  margin-left: 40px;
  font-size: 3rem;
  line-height: 1.1;
}

.icon-text h2 span,
.icon-green h2 span {
  font-size: 1.8rem;
}

.icon-text,
.icon-green {
  color: #fff;
  display: flex;
  align-items: center;
  width:100%;
  text-align: left;
  padding: 10px 20px;
  border-radius: 12px;
  justify-content: space-between;
}
.icon-white {
  color: #fff;
  display: flex;
  align-items: center;
  width:100%;
  text-align: left;
  padding: 10px 1px;
  border-radius: 12px;
  justify-content: space-between;
}

.icon-text h2:hover,
.icon-green h2:hover,
.icon-white h2:hover {
  text-decoration: underline;
}
.icon-text {
  /* background-color: #011446; */
  padding: 0px 20px;
}

.icon-green {
  /* background-color: #2ca26a; */
}

.icon-white {
  color: #000;
  background-color: #fff;
}

.ducoment_b {
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}

.docoment_d {
  margin-left: 30px;
  font-weight: bold;
  font-size: 2rem;
  padding: 20px 200px 0 5px;
}
.arrow {
  margin-left: 30px;
  right: 0px;
}
	
.grecaptcha-badge { visibility:visible; }
@media (max-width: 992px){

.column,.contact-columns,.ducoment_b ,.icon-text, .icon-green, .icon-white{
    flex-direction: column;
    width: 100%!important;
  }
.document{
flex-direction: column;
width:100%;
}
.description,.icon-text, .icon-green, .icon-white,.info button{
text-align: center;
width:100%;
}
ul, ol {
    list-style: none;
    margin-left: 20px;
    text-align: left;
    padding-left: 20pxpx;
}
.icon-text img, .icon-green img, .icon-white img{
width:50%!important;
}
  .hero {
    background-image: url(../img/contact/hero_sp.jpg) no-repeat center/cover;
  }
 .hero_end {
    background-image: url(../img/contact/hero_sp_end.jpg) no-repeat center/cover;
  }
  .form_box dl {
    flex-wrap: wrap;
  }
  .form_box dl dt {
    width: 100%;
    padding-top: 0;
    margin-bottom: 1em;
    margin-right: 0;
  }
  .mwform-tel-field input[type="text"], .mwform-zip-field input[type="text"] {
    width: 30%;
  }
  .column,.contact-columns,.ducoment_b ,.icon-text, .icon-green, .icon-white{
      flex-direction: column;
      width: 100%!important;
    }
  .document{
  flex-direction: column;
  width:100%;
  }
  .description,.icon-text, .icon-green, .icon-white,.info button{
    text-align: center;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
  }
  .icon-white{
    padding: 5px 20px;
  }
  #contact ul,  #contact ol {
      list-style: none;
      margin-left: 20px;
      text-align: left;
      padding-left: 20px;
  }
  .icon-text img, .icon-green img, .icon-white img{
  width:15%!important;
  }
  .info {
    flex-direction: column;
    align-items: stretch;
  }
  .info p{
	  margin:0;
    font-size: large;
  }
  .docoment_d{
	  margin-left:10px;
    text-align: left;
    font-size: 1.5em;
    padding: 0;
  }
  .info button {
    font-size: x-large;
    font-weight: bold;
  }
  p{
    margin-bottom: 0;
  }
}
@media (max-width: 768px){
  .docoment_d{
    font-size: 1em;
  }
  .icon-white{
    padding: 5px 0;
  }
  .info button {
    font-size: large;
  }
}
