@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  width: 100%;
  min-width: 1200px;
  line-height: 1.6;
  color: #333;
  background: #fff;
  font-family: Roboto, "Noto Sans JP", "游ゴシック体", "Yu Gothic", Arial, sans-serif;
  font-size: 1.4rem;
  font-feature-settings: "pkna";
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::-moz-placeholder {
  color: #999999;
}

::placeholder {
  color: #999999;
}

* {
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  src: url(/fonts/Roboto/Roboto-Regular.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  src: url(/fonts/Roboto/Roboto-Bold.ttf) format("truetype");
  font-display: swap;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track::before, .slick-track::after {
  content: "";
  display: table;
}
.slick-track::after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body {
  background: #d8d8d8;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.sectionTitle {
  margin-bottom: 40px;
  color: #30b7c8;
  font-weight: bold;
  font-size: 3.2rem;
  text-align: center;
  letter-spacing: 0.03125em;
}

.subSectionTitle {
  line-height: 1.5;
  color: #252525;
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
  letter-spacing: 0.0416666667em;
}

.container {
  display: flex;
  width: 1200px;
  overflow: hidden;
  margin: 0 auto;
  background: #fff;
}
.container__contents {
  position: relative;
  width: 720px;
  background: #f5f5f5;
}
.container__EF {
  position: relative;
  width: 480px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
}

.header {
  display: flex;
  position: absolute;
  top: 16px;
  left: 16px;
  width: 688px;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  border-radius: 8px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.9);
}
.header__logo {
  width: 140px;
}

.headerNav {
  display: flex;
  flex: 1;
  align-items: center;
  margin-left: 32px;
}
.headerNav__item:not(:first-child) {
  height: 28px;
  line-height: 28px;
  margin-left: 24px;
  padding-left: 24px;
  border-left: 1px solid #999;
}
.headerNav__link {
  color: #252525 !important;
  font-size: 1.3rem;
  text-decoration: none;
}
.headerNav__link:hover {
  color: #252525;
}

.headerDownload {
  width: 150px;
}
.headerDownload__button {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #252525;
  border-radius: 25px;
  box-sizing: border-box;
  color: #252525 !important;
  font-weight: bold;
  font-size: 1.3rem;
  text-align: center;
  text-decoration: none;
  transition: 0.2s;
}
.headerDownload__button:hover {
  color: #fff !important;
  background: #252525;
}
.headerDownload__button:visited {
  color: #252525;
}

.mainVisual {
  height: 670px;
  padding: 200px 0 16px;
  box-sizing: border-box;
  background: url(/contact/img/pc/recruit/lt101/imgMainVisual.jpg) center center no-repeat;
  background-size: cover;
  text-align: center;
}
.mainVisual__note {
  margin-top: 72px;
  margin-right: 16px;
  color: #fff;
  font-size: 1rem;
  text-align: right;
}

.subCopy {
  display: inline-block;
  position: relative;
  height: 56px;
  line-height: 56px;
  padding: 0 34px;
  color: #fff;
  font-weight: bold;
  font-size: 2.8rem;
}
.subCopy__large {
  font-size: 5rem;
}
.subCopy__notes {
  position: absolute;
  top: -6px;
  right: 30px;
  font-size: 1.1rem;
}
.subCopy::before, .subCopy::after {
  display: block;
  position: absolute;
  top: 0;
  width: 26px;
  height: 56px;
  background: center center no-repeat;
  background-size: cover;
  content: "";
}
.subCopy::before {
  left: 0;
  background: url(/contact/img/pc/recruit/lt101/imgOrnamentLeft.svg) center center no-repeat;
  background-size: cover;
}
.subCopy::after {
  right: 0;
  background: url(/contact/img/pc/recruit/lt101/imgOrnamentRight.svg) center center no-repeat;
  background-size: cover;
}

.mainCopy {
  line-height: 1.7;
  margin-top: 24px;
  color: #fff;
  font-weight: bold;
  font-size: 4.8rem;
  text-align: center;
}
.mainCopy__small {
  font-weight: normal;
  font-size: 3.6rem;
}

.contact {
  margin-top: 44px;
  color: #fff;
}
.contact__text {
  font-size: 1.4rem;
  letter-spacing: 0.0357142857em;
}
.contact__number {
  display: inline-block;
  line-height: 1;
  margin-top: 8px;
  padding-left: 28px;
  background: url(/contact/img/pc/common/icon/filled/white/phone.svg) left center no-repeat;
  background-size: 20px 20px;
  font-weight: bold;
  font-size: 2.2rem;
  letter-spacing: 0.0227272727em;
}
.contact__note {
  margin-top: 8px;
  font-size: 1.2rem;
  letter-spacing: 0.0357142857em;
}

.fixedNav {
  display: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  padding: 16px;
  transition: all 0.2s ease-out;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .fixedNav .btn__close {
    display: block;
    position: absolute;
    top: 4px;
    right: 4px;
    width: 16px;
    height: 16px;
    background-color: rgba(0, 0, 0, 0.0784313725);
    border-radius: 50%;
    padding: unset;
  }
  .fixedNav .btn__close span {
    position: relative;
    display: unset;
  }
  .fixedNav .btn__close ::before,
  .fixedNav .btn__close ::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -5px;
    width: 10px;
    height: 1px;
    border-radius: 2px;
    background-color: #999;
    transform: rotate(-45deg);
  }
  .fixedNav .btn__close ::after {
    transform: rotate(45deg);
  }
  .fixedNav.is-close.is-appear {
    width: 48px;
    height: 48px;
    padding: 0;
  }
  .fixedNav.is-close.is-appear .btn__close {
    top: unset;
    right: unset;
    width: 100%;
    height: 100%;
    background-color: unset;
    border-radius: unset;
  }
  .fixedNav.is-close.is-appear .btn__close span {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 13px 4px;
    box-sizing: border-box;
  }
  .fixedNav.is-close.is-appear .btn__close ::before {
    left: 4px;
    content: "";
    display: block;
    width: 40px;
    height: 100%;
    background: url(/contact/img/pc/recruit/icon_hamburgerMenu.png) center/contain no-repeat;
    transform: unset;
  }
  .fixedNav.is-close.is-appear .btn__close ::after {
    content: unset;
  }
  .fixedNav.is-close.is-appear ul {
    display: none;
    opacity: 0;
  }
}
.fixedNav__linkItem {
  white-space: nowrap;
}
.fixedNav__linkItem + .fixedNav__linkItem {
  margin-top: 16px;
}
.fixedNav__linkItem a {
  line-height: 1.4285714286;
  color: #999;
  text-decoration: unset;
}
.fixedNav.is-appear {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  width: 158px;
  height: 268px;
  background: #fff;
  border-radius: 0 8px 8px 0;
  box-sizing: border-box;
  z-index: 1;
}
.fixedNav .is-active a {
  font-weight: bold;
  color: #000;
}

.about {
  padding: 80px 28px;
}
.about__text {
  line-height: 2;
  font-size: 1.6rem;
  text-align: center;
}
.about__text + .about__text {
  margin-top: 32px;
}

.serviceStrength {
  margin-top: 40px;
}
.serviceStrength__item {
  display: flex;
  justify-content: space-between;
}
.serviceStrength__item:not(:first-child) {
  margin-top: 48px;
}
.serviceStrength__image {
  width: 320px;
}
.serviceStrength__info {
  flex: 1;
  margin-left: 24px;
}
.serviceStrength__title {
  line-height: 1.6666666667;
  font-weight: bold;
  font-size: 1.8rem;
}
.serviceStrength__text {
  line-height: 1.8571428571;
  margin-top: 16px;
  font-size: 1.4rem;
}

.difference {
  padding: 80px 28px 86px;
  background: #dbf1f3;
}

.differenceTable {
  display: flex;
  width: 100%;
  align-items: flex-end;
  margin: 40px auto 0;
}
.differenceTable__catagory {
  flex: 1 0 120px;
  text-align: center;
}
.differenceTable__catagoryItem {
  line-height: 80px;
  color: #252525;
  background: #d8d8d8;
  font-weight: bold;
  font-size: 1.3rem;
}
.differenceTable__catagoryItem + .differenceTable__catagoryItem {
  margin-top: 2px;
}
.differenceTable__company {
  flex: 0 1 50%;
  margin-left: 2px;
  text-align: center;
}
.differenceTable__companyTitle {
  line-height: 71px;
  background: #d8d8d8;
  font-weight: bold;
  font-size: 1.6rem;
}
.differenceTable__companyItem {
  line-height: 80px;
  margin-top: 2px;
  background: #fff;
  font-size: 1.3rem;
}
.differenceTable__companyItem span {
  font-weight: bold;
}
.differenceTable__levtech {
  flex: 0 1 50%;
  margin: 0 0 -2px 2px;
  border: 2px solid #30b7c8;
  text-align: center;
}
.differenceTable__levtechTitle {
  line-height: 69px;
  color: #fff;
  background: #30b7c8;
  font-weight: bold;
  font-size: 1.6rem;
}
.differenceTable__levtechItem {
  margin-top: 2px;
  padding: 20px 0;
  background: #fff;
  font-size: 1.3rem;
}
.differenceTable__levtechItem span {
  color: #30b7c8;
  font-weight: bold;
}

.freelance {
  padding: 80px 28px;
}
.freelance__image {
  width: 480px;
  margin: 40px auto 0;
}
.freelance__text {
  line-height: 2;
  margin-top: 40px;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0.0625em;
}
.freelance__text span {
  color: #30b7c8;
  font-weight: bold;
}
.freelance__button {
  display: block;
  width: 356px;
  height: 64px;
  line-height: 64px;
  margin: 40px auto 0;
  border-radius: 8px;
  color: #fff !important;
  background: #30b7c8;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  text-decoration: none;
}

.attribute {
  padding: 80px 24px;
  background: #dbf1f3;
}

.userGraph {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
}
.userGraph__item {
  width: 208px;
}
.userGraph__item:not(:first-child) {
  margin-left: 24px;
}
.userGraph__item:nth-child(n+4) {
  margin-top: 40px;
}
.userGraph__title {
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
}
.userGraph__image {
  width: 154px;
  margin: 26px auto 0;
}
.userGraph__textBlock {
  height: 107px;
  padding: 16px;
  box-sizing: border-box;
  background: #fff;
}
.userGraph__text {
  line-height: 1.7142857143;
  font-size: 1.4rem;
  word-break: break-all;
}

.achievement {
  padding: 80px 56px 0;
}

.client__text {
  margin-top: 16px;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0.05em;
}
.client__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px auto 0;
}
.client__item {
  width: 152px;
  padding: 16px;
  box-sizing: border-box;
  background: #fff;
}
.client__note {
  vertical-align: super;
  font-size: 1rem;
}
.client__noteText {
  margin-top: 16px;
  font-size: 1rem;
  text-align: right;
}

.interview {
  padding: 120px 28px 0;
}
.interview__profile {
  width: 280px;
  margin: 40px auto 0;
  padding-bottom: 16px;
  background: #fff;
}
.interview__logo {
  width: 250px;
  margin: 0 auto;
}
.interview__name {
  line-height: 1.7857142857;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0.0357142857em;
}
.interview__question {
  margin-top: 48px;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0.025em;
}
.interview__answer {
  line-height: 2;
  margin-top: 8px;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0.0357142857em;
}
.interview__answer span {
  color: #30b7c8;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.035625em;
}

.caseStudy {
  padding: 120px 0 64px;
}
.caseStudy__expandBtn {
  position: relative;
  display: flex;
  justify-content: center;
  width: 120px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 2.3333333333;
  color: #2d2d2d;
  background: #fff;
  border: 2px solid #e1e1e1;
  border-radius: 16px;
  box-sizing: border-box;
  cursor: pointer;
  margin: 12px auto 16px;
}
.caseStudy__expandBtn::before {
  position: absolute;
  top: 41%;
  left: 18px;
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #2d2d2d;
  border-bottom: 1px solid #2d2d2d;
  transform: translateY(-50%) rotate(45deg);
}
.caseStudy__expandBtn span {
  position: relative;
  left: 13px;
}

.caseList {
  height: 470px;
  overflow-y: hidden;
  color: #2d2d2d;
  margin: 4px 40px 0;
  padding: 20px 0;
  transition: all 0.3s;
}
.caseList.is-open {
  height: 2000px;
}
.caseList.is-open + .caseStudy__expandBtn::before {
  top: 58%;
  transform: translateY(-50%) rotate(-135deg);
}
.caseList__item {
  width: 640px;
}
.caseList__item:not(:first-of-type) .caseList__link {
  margin-top: 40px;
}
.caseList__link {
  display: flex;
  height: 130px;
  color: #2d2d2d !important;
  text-decoration: none;
  transition: all 0.3s ease;
}
.caseList__link:hover {
  box-shadow: 0 0 20px rgba(8, 32, 35, 0.16);
  color: #26919f !important;
}
.caseList__link:visited {
  color: #26919f !important;
}
.caseList__image {
  width: 250px;
  flex-shrink: 0;
  background: #fff;
  margin: 0 auto;
}
.caseList__image img {
  height: 130px;
}
.caseList__info {
  padding-left: 24px;
}
.caseList__title {
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.0625em;
}
.caseList__text {
  line-height: 1.7142857143;
  font-size: 1.4rem;
  letter-spacing: 0.0714285714em;
  margin-top: 24px;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f5f5f5;
  font-size: 0;
  transform: translateY(-50%);
  transition: 0.2s;
}
.slick-arrow:hover {
  background: #f0f0f0;
}
.slick-arrow::before {
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  content: "";
}

.slick-disabled {
  opacity: 0.4;
  cursor: default;
}
.slick-disabled::before {
  opacity: 0.5;
}
.slick-disabled:hover {
  background: #f5f5f5;
}

.slick-next {
  right: 24px;
}
.slick-next::before {
  left: calc(50% - 2px);
  transform: translate(-50%, -50%) rotate(45deg);
}

.slick-prev {
  left: 24px;
}
.slick-prev::before {
  left: calc(50% + 2px);
  transform: translate(-50%, -50%) rotate(-135deg);
}

.cost {
  padding: 80px 0;
  background: #dbf1f3;
}
.cost__text {
  line-height: 2;
  margin-top: 32px;
  font-size: 1.6rem;
  text-align: center;
}
.cost__text span {
  font-weight: bold;
}

.flow {
  padding: 80px 28px;
}

.flowList {
  margin-top: 40px;
}
.flowList__item {
  display: flex;
  position: relative;
  align-items: center;
  border: 1px solid #30b7c8;
  border-radius: 2px;
  background: #fff;
}
.flowList__item:not(:first-child) {
  margin-top: 24px;
}
.flowList__item:not(:last-child)::after {
  position: absolute;
  bottom: -16px;
  left: 36px;
  border-top: 16px solid #30b7c8;
  border-right: 28px solid transparent;
  border-left: 28px solid transparent;
  content: "";
}
.flowList__title {
  display: flex;
  position: relative;
  height: 124px;
  line-height: 1.5555555556;
  flex: 0 0 188px;
  align-items: center;
  padding-left: 16px;
  color: #fff;
  background: #30b7c8;
  font-weight: bold;
  font-size: 1.8rem;
}
.flowList__title span {
  display: block;
  margin-right: 12px;
  font-family: Arial, sans-serif;
  font-size: 4rem;
}
.flowList__title::after {
  position: absolute;
  top: 0;
  right: -40px;
  border-bottom: 124px solid transparent;
  border-left: 40px solid #30b7c8;
  content: "";
}
.flowList__text {
  line-height: 1.7857142857;
  padding: 0 24px 0 56px;
  background: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.0357142857em;
}
.flowList__text span {
  color: #666666;
}

.contactArea {
  height: 305px;
  padding: 80px 0;
  box-sizing: border-box;
  color: #fff;
  background: url(/contact/img/pc/recruit/lt101/imgContactArea.jpg) center center no-repeat;
  background-size: cover;
}
.contactArea__title {
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
  letter-spacing: 0.0416666667em;
}

.contactInfo {
  width: 460px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 32px auto 0;
  text-align: center;
  font-size: 1.4rem;
}
.contactInfo__number {
  display: inline-block;
  line-height: 1;
  margin-top: 8px;
  padding-left: 28px;
  background: url(/contact/img/pc/common/icon/filled/white/phone.svg) left center no-repeat;
  background-size: 24px 24px;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.0227272727em;
}
.contactInfo__note {
  margin-top: 8px;
  font-size: 1.2rem;
  line-height: 1;
}
.contactInfo .cta__downloadBtnArea {
  line-height: 20px;
  text-align: center;
}
.contactInfo .cta__downloadBtnArea img {
  width: 184px;
  height: 40px;
  margin-top: 18px;
}
.contactInfo .cta__downloadBtnArea img:hover {
  opacity: 0.8;
}

.footer__upper {
  padding: 24px;
  background: #26919f;
}
.footer__under {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 28px;
  background: #fff;
}

.footerLink {
  display: flex;
  flex-wrap: wrap;
}
.footerLink__item {
  line-height: 1;
  margin-right: 24px;
  font-size: 1.4rem;
}
.footerLink__item:last-child {
  margin-right: 0;
}
.footerLink__item a {
  color: #fff;
  text-decoration: underline;
}
.footerLink__item a:hover {
  text-decoration: none;
}
.footerLink__item a:hover, .footerLink__item a:visited {
  color: #fff;
}
.footerLink__item--bottom {
  margin-top: 16px;
}
.footerLink + .footerLink {
  margin-top: 4px;
}

.privacyMark {
  width: 75px;
  padding: 8px 0;
}

.copyright {
  text-align: right;
}
.copyright__logo {
  width: 128px;
  margin-left: auto;
}
.copyright__text {
  display: block;
  margin-top: 4px;
  color: #999999;
}

.errorText {
  color: #f50b00;
}

[v-cloak] {
  display: none;
}

.formItem {
  margin: 24px 0;
}
.formItem__ttl {
  margin-bottom: 4px;
  font-weight: bold;
}
.formItem__ttl__must, .formItem__ttl__optional {
  margin-left: 6px;
  padding: 2px 4px;
  font-size: 1.2rem;
}
.formItem__ttl__must {
  color: #fff;
  background: #f57d00;
}
.formItem__ttl__optional {
  color: #666666;
  background: #e5e5e5;
}
.formItem__note {
  font-size: 1.2rem;
}

.textInputBlock {
  display: flex;
  justify-content: space-between;
}
.textInputBlock__item {
  display: flex;
  align-items: center;
}
.textInputBlock__item--2col {
  width: calc(50% - 8px);
}
.textInputBlock__item__label {
  margin-right: 4px;
}
.textInputBlock__item__label--kana {
  min-width: 28px;
}

.radioInputBlock,
.checkboxInputBlock {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.radioInputBlock__item,
.checkboxInputBlock__item {
  position: relative;
  width: calc(50% - 8px);
}
.radioInputBlock__item:nth-child(n+3),
.checkboxInputBlock__item:nth-child(n+3) {
  margin-top: 8px;
}

.selectBlock {
  display: flex;
  position: relative;
  width: 100%;
  align-items: center;
}
.selectBlock span {
  width: 100px;
}
.selectBlock::after {
  position: absolute;
  top: 50%;
  right: 20px;
  border-top: 6px solid #333;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  content: "";
  transform: translateY(-50%);
}
.selectBlock + .selectBlock {
  margin-top: 12px;
}

.inputText {
  width: 100%;
  min-height: 40px;
  padding: 0 8px;
  border: 2px solid #f2f2f2;
  border-radius: 4px;
  box-sizing: border-box;
  background: #f2f2f2;
  transition: 0.2s;
}
.inputText:hover {
  border: 2px solid #e5e5e5;
  background: #e5e5e5;
}
.inputText.is_error {
  border: 2px solid #f50b00;
  background: rgba(245, 11, 0, 0.05);
}
.inputText:focus {
  border: 2px solid #30b7c8;
  background: #fff;
  outline: none;
}

.textarea {
  width: 100%;
  height: 160px;
  padding: 8px;
  border: 2px solid #f2f2f2;
  border-radius: 4px;
  box-sizing: border-box;
  background: #f2f2f2;
  transition: 0.2s;
}
.textarea:hover {
  border: 2px solid #e5e5e5;
  background: #e5e5e5;
}
.textarea.is_error {
  border: 2px solid #f50b00;
  background: rgba(255, 50, 41, 0.05);
}
.textarea:focus {
  border: 2px solid #30b7c8;
  background: #fff;
  outline: none;
}

.select {
  width: 100%;
  min-height: 36px;
  padding: 0 8px;
  border: 2px solid #f2f2f2;
  border-radius: 4px;
  background: #f2f2f2;
  transition: all 0.2s;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.select:hover {
  border: 2px solid #e5e5e5;
  background: #e5e5e5;
}
.select.is_error {
  border: 2px solid #f50b00;
  background: rgba(245, 11, 0, 0.05);
}
.select:focus {
  border: 2px solid #30b7c8;
  background: #fff;
}
.select::-ms-expand {
  display: none;
}

.inputRadio,
.inputCheckbox {
  position: absolute;
  opacity: 0;
}
.inputRadio:checked + label,
.inputCheckbox:checked + label {
  border-color: #30b7c8;
  background: rgba(48, 183, 200, 0.05);
}
.inputRadio:checked + label::before,
.inputCheckbox:checked + label::before {
  border-color: #30b7c8;
}
.inputRadio:checked + label::after,
.inputCheckbox:checked + label::after {
  opacity: 1;
}

.inputRadio:checked + label::before {
  border: 2px solid #30b7c8;
}
.inputRadio:checked + label::after {
  background: #30b7c8;
}

.inputCheckbox:checked + label::before {
  background: #30b7c8;
}

.checkboxLabel, .radioLabel {
  display: flex;
  position: relative;
  height: 36px;
  align-items: center;
  padding-left: 8px;
  border: 2px solid #f2f2f2;
  border-radius: 4px;
  background: #f2f2f2;
  font-size: 1.4rem;
  transition: all 0.2s;
  cursor: pointer;
}
.checkboxLabel::before, .radioLabel::before {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 8px;
  border: 2px solid #fff;
  background: #fff;
  content: "";
  transition: all 0.2s;
}
.checkboxLabel::after, .radioLabel::after {
  opacity: 0;
}
.checkboxLabel:hover, .radioLabel:hover {
  border: 2px solid #e5e5e5;
  background: #e5e5e5;
}
.is_error.checkboxLabel, .is_error.radioLabel {
  border: 2px solid #f50b00;
  background: rgba(245, 11, 0, 0.05);
}
.is_error.checkboxLabel::before, .is_error.radioLabel::before {
  border-color: rgba(245, 11, 0, 0);
  background: rgba(245, 11, 0, 0.1);
}
.inactive.checkboxLabel, .inactive.radioLabel {
  color: #999999;
  cursor: not-allowed;
}
.inactive.checkboxLabel:hover, .inactive.radioLabel:hover {
  border: 2px solid #f2f2f2;
  background: #f2f2f2;
}

.radioLabel::before {
  border-radius: 100%;
}
.radioLabel::after {
  position: absolute;
  top: 50%;
  left: 12px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #fff;
  content: "";
  transform: translateY(-50%);
  transition: all 0.2s;
}

.checkboxLabel::before {
  border-radius: 2px;
}
.checkboxLabel::after {
  position: absolute;
  top: 11px;
  left: 14px;
  width: 4px;
  height: 9px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  content: "";
  transform: rotate(-135deg);
}

.contactForm {
  position: fixed;
  top: 80px;
  bottom: 0;
  width: 480px;
  overflow: hidden;
  overflow-y: scroll;
  padding: 48px 0 0;
  box-sizing: border-box;
}
.contactForm::after {
  display: block;
  padding-bottom: 48px;
  content: "";
}

.formTitle {
  margin-bottom: 32px;
  padding: 0 24px;
  font-weight: bold;
  font-size: 1.8rem;
}

.slideForm {
  display: flex;
  will-change: transform;
  transition: 0.2s ease-in-out;
}

.slideFormSection {
  width: 100%;
  flex: none;
  padding: 0 24px;
  box-sizing: border-box;
}

.slideFormSectionButton {
  display: flex;
  width: 349px;
  justify-content: center;
  margin: 40px auto 0;
}
.slideFormSectionButton--submit {
  margin-top: 16px;
}
.slideFormSectionButton__prev {
  flex: none;
  margin-right: 32px;
  padding-left: 21px;
  background: url(/contact/img/pc/recruit/lt101/icnArrowBlack.svg) left center/16px 5px no-repeat;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  transition: 0.2s;
}
.slideFormSectionButton__prev:hover {
  opacity: 0.75;
}
.slideFormSectionButton__next {
  display: block;
  width: 100%;
  max-width: 320px;
  height: 48px;
  line-height: 48px;
  margin: 0 auto;
  border-radius: 4px;
  color: #fff;
  background: #f57d00;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  transition: 0.2s;
}
.slideFormSectionButton__next:hover {
  background: #ff9629;
}
.slideFormSectionButton__next:disabled {
  background: #cccccc;
  pointer-events: none;
}
.slideFormSectionButton__submit {
  display: block;
  width: 260px;
  height: 48px;
  line-height: 48px;
  flex: 1;
  border: none;
  border-radius: 4px;
  color: #fff;
  background: #f57d00;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0.1em;
  transition: 0.2s;
  cursor: pointer;
}
.slideFormSectionButton__submit:hover {
  background: #ff9629;
}
.slideFormSectionButton__submit:disabled {
  background: #cccccc;
  pointer-events: none;
}

.formAgreement {
  line-height: 2;
  margin-top: 32px;
  font-size: 1rem;
  text-align: center;
}
.formAgreement a {
  color: #37789b;
  text-decoration: underline;
}
.formAgreement span {
  color: #ff6257;
}

.stepProgress {
  display: flex;
  position: absolute;
  top: 44px;
  right: 24px;
}
.stepProgress__step {
  position: relative;
}
.stepProgress__step:not(:first-child) {
  margin-left: 14px;
}
.stepProgress__step:not(:first-child)::before, .stepProgress__step:not(:first-child)::after {
  display: block;
  position: absolute;
  bottom: -3px;
  left: -30px;
  z-index: 1;
  height: 1px;
  content: "";
  transition: all 0.5s ease-out;
}
.stepProgress__step:not(:first-child)::before {
  width: 44px;
  background: #e1e1e1;
}
.stepProgress__step:not(:first-child)::after {
  width: 0;
  background: #30b7c8;
}
.stepProgress__step.is-active {
  color: #30b7c8;
}
.stepProgress__step.is-active::after {
  width: 44px;
}
.stepProgress__step.is-active .stepProgress__text {
  color: #30b7c8;
}
.stepProgress__step.is-active .stepProgress__text::after {
  background: #30b7c8;
}
.stepProgress__text {
  position: relative;
  color: #e1e1e1;
  font-weight: bold;
  font-size: 1rem;
}
.stepProgress__text::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  z-index: 2;
  width: 8px;
  height: 8px;
  margin: auto;
  border-radius: 50%;
  background: #e1e1e1;
  content: "";
  transition: all 0.5s ease-out;
}

/* LT-OWND-6954 ABテスト(optimize) 21/12/07 Bパターン [ここから] */
.mainVisualB {
  height: 400px;
  margin-top: 80px;
  padding: 54px 0 0;
  text-align: center;
  box-sizing: border-box;
  background: linear-gradient(to bottom right, #17c3c8, #0e6989);
}
.mainVisualB .mainCopy {
  margin-top: 16px;
}
.mainVisualB .subCopy__large {
  margin: 0 5px;
}
.mainVisualB__note {
  color: #fff;
  font-size: 1rem;
  text-align: center;
  margin-top: 16px;
}

/* LT-OWND-6954 ABテスト(optimize) 21/12/07 Bパターン [ここまで] */
/* Contact-98 ABテスト(optimize) 23/05/30 Bパターン [ここから] */
.mainVisualLt106 {
  height: 670px;
  padding: 80px 0 16px;
  box-sizing: border-box;
  background: url(/contact/img/pc/recruit/lt106/imgMainVisual.jpg) center center no-repeat;
  background-size: cover;
  text-align: center;
  position: relative;
}
.mainVisualLt106__note {
  color: #fff;
  font-size: 1rem;
  text-align: right;
  position: absolute;
  right: 16px;
  bottom: 16px;
}
.mainVisualLt106 .mainCopy {
  line-height: 1.6;
  margin-top: 64px;
}
.mainVisualLt106 .mainCopy__small {
  font-weight: bold;
}

.strongPoint {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}
.strongPoint__title {
  font-size: 2.8rem;
  font-weight: bold;
  margin-top: 64px;
}
.strongPoint__list {
  margin-top: 32px;
}
.strongPoint__listItem {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: left;
  padding-left: 32px;
  margin-bottom: 10px;
  position: relative;
}
.strongPoint__listItem::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(/contact/img/pc/recruit/lt106/icnStrongPointList.svg) center center no-repeat;
  position: absolute;
  top: 4px;
  left: 0;
}
.strongPoint__listItem > span {
  position: relative;
}
.strongPoint__listItem > span::before {
  content: "※";
  font-size: 1rem;
  position: absolute;
  top: -10px;
  right: -2px;
}

/* Contact-98 ABテスト(optimize) 23/05/30 Bパターン [ここまで] */
/* Contact-101 ABテスト(optimize) 23/06/26 Bパターン [ここから] */
.contactFormB {
  position: fixed;
  top: 80px;
  bottom: 0;
  width: 480px;
  line-height: 1.6;
  letter-spacing: -0.02rem;
  overflow: hidden;
  overflow-y: scroll;
  padding: 0;
  box-sizing: border-box;
}
.contactFormB::after {
  display: block;
  padding-bottom: 48px;
  content: "";
}
.contactFormB .formTitle {
  text-align: center;
  margin: 20px 0 0;
}
.contactFormB .singleFormWrap {
  width: 100%;
  padding: 0 24px;
  margin-top: 24px;
}
.contactFormB .inputText {
  min-height: 36px;
}
.contactFormB .selectBlock::after {
  border-top: 6px solid #333;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  right: 8px;
}
.contactFormB .checkboxLabel {
  height: 36px;
}
.contactFormB .formItem {
  display: flex;
  margin: 16px 0;
}
.contactFormB .formItem__ttl {
  display: flex;
  align-items: center;
  width: 132px;
  font-size: 1.4rem;
  font-weight: 700;
}
.contactFormB .formItem__ttlMust {
  display: flex;
  align-items: center;
  width: 132px;
  font-size: 1.4rem;
  font-weight: 700;
}
.contactFormB .formItem__ttlMust > span {
  position: relative;
}
.contactFormB .formItem__ttlMust > span::before {
  content: "*";
  color: #ff3b30;
  font-size: 1.2rem;
  font-weight: 700;
  position: absolute;
  top: -1px;
  right: -6px;
}
.contactFormB .formItem__content {
  width: calc(100% - 132px);
}
.contactFormB .formItem__textarea {
  height: 80px;
  font-size: 1.3rem;
}
.contactFormB .formItem__errorBox {
  display: flex;
}
.contactFormB .formItem__errorBox--2col .errorText {
  width: 50%;
}
.contactFormB .formItem__errorBox .errorText {
  font-size: 1.2rem;
}
.contactFormB .textInputBlock__item--2col {
  width: calc(50% - 4px);
}
.contactFormB .checkboxInputBlock__item {
  width: calc(50% - 4px);
}
.contactFormB .formAgreement {
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: -0.01rem;
  margin-top: 16px;
}
.contactFormB .slideFormSectionButton__submit {
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
}

/* Contact-101 ABテスト(optimize) 23/06/26 Bパターン [ここまで] */
.shortQuestionnaireWrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
}
.shortQuestionnaireWrapper.is-appear {
  display: flex;
}

.shortQuestionnairePopup {
  position: relative;
  width: 504px;
  display: flex;
  flex-direction: column;
  align-content: center;
  background: #faf9f8;
  letter-spacing: 0.05em;
  border-radius: 18px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  padding-bottom: 40px;
  transition: 1s;
}
.shortQuestionnairePopup__close {
  display: flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  transition: 0.3s;
  cursor: pointer;
  position: absolute;
  top: 9px;
  right: 9px;
}
.shortQuestionnairePopup__close > span {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 16px;
  position: relative;
}
.shortQuestionnairePopup__close > span::before, .shortQuestionnairePopup__close > span::after {
  content: "";
  display: block;
  width: 14px;
  height: 1px;
  background: #fff;
  border-radius: 1px;
  position: absolute;
  transform: rotate(45deg);
  top: 50%;
  left: calc(50% - 7px);
}
.shortQuestionnairePopup__close > span::after {
  transform: rotate(-45deg);
  right: calc(50% - 7px);
}
.shortQuestionnairePopup__ttl {
  position: relative;
  width: 100%;
  background: #26919f;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  letter-spacing: 0;
  border-radius: 16px 16px 0 0;
  padding: 14px 0;
  box-sizing: border-box;
}
.shortQuestionnairePopup__ttl > span {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  margin-left: 8px;
}
.shortQuestionnairePopup__select {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.shortQuestionnairePopup__selectTtl {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin: 40px 0;
}
.shortQuestionnairePopup__selectTtl > span {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 24px;
}
.shortQuestionnairePopup__selectList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  width: calc(100% - 80px);
  margin: 0 40px;
}
.shortQuestionnairePopup__selectListItem {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  background: #fff;
  font-size: 1.4rem;
  text-align: center;
  padding: 0 16px;
  border-radius: 8px;
  border: 1px solid #b4b4b4;
  transition: 0.1s;
  cursor: pointer;
}
.shortQuestionnairePopup__selectListItem:hover {
  background: #e9f4f5;
  border: 1px solid #30b7c8;
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.32));
}
.shortQuestionnairePopup__selectListItem > span {
  display: block;
  width: 100%;
}
.shortQuestionnairePopup__txt {
  color: #666;
  font-size: 1.2rem;
  line-height: 1;
  margin-top: 28px;
  letter-spacing: 0;
}
