.section-common-keyvisual .keyvisual-title .text {
  letter-spacing: 0.1em;
}

.section-company .inner {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media only screen and (max-width: 999.98px) {
  .section-company .inner {
    gap: 40px;
  }
}

.block-company {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media only screen and (max-width: 999.98px) {
  .block-company {
    gap: 20px;
    flex-direction: column;
  }
}
.block-company .company-image {
  width: calc(50% - 20px);
  height: 340px;
}
@media only screen and (max-width: 999.98px) {
  .block-company .company-image {
    width: 100%;
    height: 160px;
  }
}
.block-company .company-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.block-company .company-information {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.block-company .company-information .title-primary .title-text {
  font-size: 0.32rem;
  line-height: 1.3;
}
.block-company .company-information p {
  font-size: 0.16rem;
  color: #666e82;
  line-height: 2;
}

.blcok-item-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media only screen and (max-width: 999.98px) {
  .blcok-item-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
.blcok-item-wrap .title-primary .title-text {
  font-size: 0.2rem;
}
.blcok-item-wrap .item-block a {
  border: 1px solid #dbe0ec;
  border-radius: 4px;
  flex: 1;
  display: flex;
  gap: 10px;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
  position: relative;
}
@media only screen and (max-width: 999.98px) {
  .blcok-item-wrap .item-block a {
    padding: 25px 30px;
  }
}
.blcok-item-wrap .item-block a::after {
  content: "";
  background: url(../img/common/icn_arrow_right.svg) right center/9px auto no-repeat;
  width: 10px;
  height: 20px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.blcok-item-wrap .item-block a:hover {
  border: 1px solid #1c2130;
}

.section-common-keyvisual.contact-head .inner {
  min-height: 400px;
  padding-top: 100px;
}
@media only screen and (max-width: 999.98px) {
  .section-common-keyvisual.contact-head .inner {
    padding-bottom: 60px;
    padding-top: 120px;
  }
}

.contact-body .bt {
  border: 1px solid #dbe0ec;
  padding: 24px 60px 24px 36px;
  border-radius: 4px;
  align-items: center;
  min-height: 130px;
  position: relative;
}
@media only screen and (max-width: 999.98px) {
  .contact-body .bt {
    padding: 24px 40px 24px 36px;
  }
}
.contact-body .bt:hover {
  border: 1px solid #0096d1;
}
.contact-body .bt::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
}
.contact-body .bt.blank::after {
  background: url(../img/common/icn_anchor.svg) right center/12px auto no-repeat;
  width: 12px;
  height: 12px;
}
.contact-body .bt.link::after {
  background: url(../img/common/icn_arrow_right.svg) right center/auto 15px no-repeat;
  width: 12px;
  height: 15px;
}
.contact-body h2 {
  text-align: center;
  margin-bottom: 40px;
}
.contact-body ul {
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 999.98px) {
  .contact-body ul {
    flex-direction: column;
  }
}
.contact-body ul li {
  width: calc(50% - 15px);
}
.contact-body ul li:not(:last-child) {
  margin: 0 0 30px 0;
}
.contact-body ul li.w100 {
  width: 100%;
}
.contact-body ul li.w100 a {
  justify-content: center;
}
@media only screen and (max-width: 999.98px) {
  .contact-body ul li {
    width: 100%;
  }
}
.contact-body ul li a h3 {
  display: block;
  color: #0096d1;
  font-size: 1.6em;
  margin: 0 0 6px 0;
}
.contact-body ul li a p {
  font-size: 1em;
  margin: 0;
  color: #1c2130;
}

.form-wrap {
  padding: 0 6vw;
}
@media only screen and (max-width: 999.98px) {
  .form-wrap {
    padding: 0;
  }
}
.form-wrap h2 {
  text-align: left;
  margin: 0 0 20px 0;
}
.form-wrap form input, .form-wrap form textarea, .form-wrap form .bt-radio label {
  border: 1px solid #dbe0ec;
  outline: none;
  padding: 12px 16px;
  font-size: 16px;
  color: #1c2130;
  border-radius: 3px;
  background: #fff;
  width: 100%;
}
.form-wrap form input.contact__form--half {
  width: 49%;
}
@media only screen and (max-width: 999.98px) {
  .form-wrap form input.contact__form--half {
    width: 100%;
  }
}
.form-wrap form textarea {
  height: 200px;
}
.form-wrap form button {
  cursor: pointer;
  background: #0096d1;
  color: #fff;
  padding: 20px 30px;
  min-width: 200px;
  border-radius: 4px;
  margin: 60px auto 0;
  display: block;
  letter-spacing: 0.1em;
  font-size: 1.2em;
  font-weight: 700;
  transition: 0.5s;
}
.form-wrap form button:hover {
  opacity: 0.7;
  transition: 0.5s;
}
.form-wrap form dt {
  margin-bottom: 10px;
}
.form-wrap form dt:not(:first-child) {
  margin-top: 40px;
}
.form-wrap form dt label {
  font-weight: 700;
  font-size: 1.1em;
}
.form-wrap form dt label span {
  background: #f0f4f9;
  padding: 4px 6px;
  border-radius: 2px;
  margin-left: 10px;
  vertical-align: 1px;
  color: #0096d1;
  font-size: 0.8em;
}
.form-wrap form input.formrun-has-error,
.form-wrap form textarea.formrun-has-error {
  border: 1px solid #FF416E;
  outline: none;
}
.form-wrap form .formrun-system-show {
  color: #FF416E;
  font-size: 0.9em;
  margin: 8px 0 0 0;
}
.form-wrap form .radio-wrap {
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 999.98px) {
  .form-wrap form .radio-wrap {
    flex-basis: column;
  }
}
.form-wrap form .radio-wrap .bt-radio {
  width: calc(50% - 6px);
}
.form-wrap form .radio-wrap .bt-radio:not(:last-child) {
  margin: 0 0 12px 0;
}
@media only screen and (max-width: 999.98px) {
  .form-wrap form .radio-wrap .bt-radio {
    width: 100%;
  }
}
.form-wrap form .radio-wrap .bt-radio input {
  display: none;
}
.form-wrap form .radio-wrap .bt-radio input:checked + label {
  background: #0096d1;
  border: 1px solid #0096d1;
  color: #fff;
}
.form-wrap form .privacypolicy {
  text-align: center;
  margin: 60px 0 0 0;
}
.form-wrap form .privacypolicy a {
  color: #0096d1;
  text-decoration: underline;
  margin: 0 4px;
}
.form-wrap form .privacypolicy a:hover {
  text-decoration: none;
}

.thanks .keyvisual-title {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.thanks .keyvisual-title h1 {
  margin: 10px 0 20px 0;
}
.thanks .contact-body .inner {
  flex-direction: column;
  align-items: center;
}
.thanks .contact-body .inner h2 {
  margin-bottom: 1em;
}
.thanks .contact-body .inner p {
  text-align: center;
  font-size: 1.2em;
  margin: 0 0 40px 0;
  color: #666e82;
}
.thanks .contact-body .inner a {
  background: #0096d1;
  color: #fff;
  font-size: 1.1em;
  min-width: 200px;
  padding: 24px 30px;
  border-radius: 4px;
  width: 30%;
  text-align: center;
  display: block;
}
.thanks .contact-body .inner a:hover {
  opacity: 0.7;
}
.thanks .contact-body .inner a span::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 14px;
  background: url(../img/common/icn_arrow_right_white.svg) center center/8px auto no-repeat;
  margin-left: 12px;
}
.thanks .contact-body .inner .note {
  background: #f0f4f9;
  text-align: center;
  padding: 3vw 4vw;
  margin-bottom: 3em;
}
.thanks .contact-body .inner .note h3 {
  font-size: 1.4em;
  color: #0096d1;
  margin: 0 0 10px 0;
}
.thanks .contact-body .inner .note p {
  color: #1c2130;
  font-size: 1.1em;
  line-height: 1.8;
  margin: 0;
}

.note-en {
  background: #f0f4f9;
  padding: 30px;
  color: #666e82;
  font-size: 0.15rem;
  margin-top: 40px;
  border-radius: 4px;
  line-height: 1.8;
}
.note-en a {
  color: #0096d1;
  text-decoration: underline;
}
.note-en a:hover {
  text-decoration: none;
}/*# sourceMappingURL=contact.css.map */