@import "./normalize.css";
body {
  padding-top: 4%;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", YuGothic, "Yu Gothic Medium", Meiryo, sans-serif;
  font-size: 16px;
  color: #46434e;
  -webkit-font-smoothing: antialiased;
}

@keyframes AnimationName {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
h1, h2, h3, section, div, p, ul, ol, li {
  margin: 0;
  padding: 0;
}

a {
  color: #ff3967;
  text-decoration: underline;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input::placeholder, textarea::placeholder {
  color: #cccccc;
}

.main {
  position: relative;
  width: 92%;
  height: 80vh;
  border: solid 1px #46434e;
  margin: 0 auto;
  background: linear-gradient(45deg, #ffff00 0%, #ff3967 45%, #ff3967 55%, #26a9d9 100%);
  background-size: 800% 600%;
  text-align: center;
  animation: AnimationName 10s ease -1s infinite;
}
.main .crossline {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.main .company_name_container {
  position: absolute;
  width: 100%;
  height: 41px;
  bottom: 10vh;
  left: 0;
}
.main .company_name {
  height: 41px;
}

.logo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 217px;
  height: 300px;
  margin: auto;
  background: url("../images/logo.svg") no-repeat;
  background-size: contain;
  font-size: 0;
}

.title {
  margin-bottom: 44px;
  font-size: 24px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.lead {
  position: relative;
  padding: 190px 0 120px;
  margin-top: calc(-10vh - 2px);
  margin-bottom: 120px;
  text-align: center;
  background-image: url("../images/bgarrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.lead_text {
  background-color: #ffffff;
  font-size: 18px;
  line-height: 2.2;
  letter-spacing: 0.04em;
  padding: 3em 0;
}

.company {
  padding: 120px 0;
  background-color: #dfe3e6;
}

.company_inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 38px;
}

.company_detail {
  border-top: solid 1px #85838a;
  margin-bottom: 8px;
  font-size: 14px;
}

.company_detail_list {
  border-bottom: solid 1px #85838a;
  padding: 16px 0;
  display: flex;
}

.company_detail_title, .company_detail_text {
  display: inline-block;
  vertical-align: middle;
  line-height: 3;
  letter-spacing: 0.05em;
}

.company_detail_text p {
  display: inline-block;
  margin: 0 1em 0 0;
}

.carrer_text p {
  padding: 10px 0;
}

.company_detail_title {
  width: 80px;
  flex-shrink: 0;
}

.sns_link {
  margin: 0 0.25em;
}
.sns_link img {
  height: 12px;
  line-height: 12px;
}

.career_link {
  display: inline-block;
  color: #D7DDE0;
  background-color: #050210;
  background-image: url("../images/external.svg");
  background-size: 11px 11px;
  background-repeat: no-repeat;
  background-position: right 12px center;
  text-decoration: none;
  padding: 0 30px 0 10px;
}

.contact {
  padding: 120px 0;
}

.contact_box {
  box-sizing: border-box;
  position: relative;
  width: calc(100% - 24px);
  max-width: 788px;
  border: solid 1px #85838a;
  margin: 0 auto;
  padding: 60px 15px 70px;
}
.contact_box::before {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  background-image: url("../images/frameedge.svg");
  background-repeat: no-repeat;
  top: -6px;
  left: -6px;
}
.contact_box::after {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  background-image: url("../images/frameedge.svg");
  background-repeat: no-repeat;
  bottom: -6px;
  right: -6px;
}

.formrun {
  position: relative;
  width: 700px;
  margin: 0 auto;
  text-align: center;
}

.form_text_container {
  width: 100%;
  margin-bottom: 10px;
  background-color: #ffffff;
  text-align: left;
}

.form_textarea_container {
  width: 100%;
  max-width: 800px;
  height: 200px;
  margin-bottom: 10px;
  background-color: #ffffff;
  text-align: left;
}

.form_text_label {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 20%;
  margin-right: 32px;
  text-align: left;
  font-size: 14px;
  color: #46434e;
  line-height: 50px;
  letter-spacing: 0.03em;
}

.form_text_input_container {
  display: inline-block;
  vertical-align: middle;
  width: 70%;
}

.form_text_input {
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  border: solid 1px #85838a;
  padding: 0 12px;
  background-color: #ffffff;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: #46434e;
}

.form_text_textarea {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 200px;
  border: solid 1px #85838a;
  padding: 16px 12px;
  background-color: #ffffff;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  resize: none;
  color: #46434e;
}

.contact_btn {
  width: 200px;
  height: 48px;
  border-radius: 3px;
  margin: 40px auto 0 auto;
  background-color: #46434e;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0.05em;
  cursor: pointer;
}

.form_error {
  box-sizing: border-box;
  margin: 8px 0;
  text-align: left;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #e65753;
}

.footer {
  padding-bottom: 80px;
  text-align: center;
}

.copyright {
  margin: 0 auto;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.05em;
}

.contact_thanks {
  padding-bottom: 100px;
  text-align: center;
}

.contact_thanks_text {
  line-height: 1.8;
}

.contact_thanks_link {
  margin-top: 24px;
}

.contact_logo {
  width: 217px;
  height: 300px;
  margin: auto;
  background: url("../images/logo.svg") no-repeat;
  background-size: contain;
  font-size: 0;
}

@media screen and (max-width: 767px) {
  .lead_text {
    font-size: 16px;
  }

  .company_inner {
    width: 90%;
    padding: 0;
  }

  .company_detail {
    font-size: 12px;
  }

  .company_detail_title {
    width: 64px;
  }

  .formrun {
    width: 100%;
  }

  .form_text_container {
    height: auto;
  }

  .form_text_label {
    display: block;
    width: 100%;
    margin: 16px 0 4px 0;
    line-height: 1.5;
  }

  .form_text_input_container {
    width: 100%;
  }

  .form_text_input {
    display: block;
    width: 100%;
    font-size: 16px;
  }

  .form_textarea_container {
    height: auto;
  }

  .form_text_textarea {
    display: block;
    width: 100%;
    height: 120px;
    font-size: 16px;
  }

  .contact_btn {
    width: 100%;
  }

  .contact_thanks {
    width: 76%;
    margin: 0 auto;
  }

  .contact_thanks_text {
    text-align: left;
    font-size: 14px;
  }
  .contact_thanks_text br {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  .lead_text {
    font-size: 14px;
  }
}

/*# sourceMappingURL=style.css.map */
