.secTop {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
.secTop .tlArea {
  padding: 40px clamp(2.813rem, -4.219rem + 11.25vw, 5.625rem) 40px clamp(1.25rem, -13.152rem + 30.04vw, 5.625rem);
  position: absolute;
  top: 12%;
  left: 0;
  background: #fff;
}
.secTop .tlArea h1 {
  text-transform: uppercase;
  padding-bottom: 12px;
}
.secTop .imgArea {
  margin-left: auto;
  width: 60%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .secTop {
    width: 90%;
  }
  .secTop .tlArea {
    margin-top: -45px;
    margin-right: 45px;
    padding: 24px 0;
    position: relative;
  }
  .secTop .imgArea {
    width: 100%;
    margin: 0 auto;
  }
}
.secInfo {
  margin-top: 60px;
  max-width: 1440px;
  margin: 60px auto 120px;
}
.secInfo .innerWrap {
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 10px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.secInfo .txWrap {
  position: relative;
  padding: 70px 0 0;
}
.secInfo .txWrap * {
  text-align: center;
}
.secInfo .txWrap h2 {
  color: #6D6D6D;
}
.secInfo .txWrap .tl {
  line-height: 210%;
  padding: 8px 0 60px;
}
.secInfo .txWrap p {
  line-height: 200%;
}
.secInfo .business {
  position: relative;
  z-index: 2;
  margin: 50px auto 0;
  background: #F0F0F0;
  max-width: 590px;
  width: 90%;
  padding: 25px 45px;
}
.secInfo .business h3 {
  color: #6D6D6D;
  text-align: left;
}
.secInfo .business p {
  text-align: left;
}
.secInfo .business .line {
  width: 100%;
  height: 1px;
  background: #CCCCCC;
  margin: 10px 0;
}

@media screen and (min-width: 768px) {
  .secInfo .txWrap img {
    z-index: 0;
    position: absolute;
  }
  .secInfo .txWrap .img1 {
    left: 0;
    top: 77px;
    width: 20%;
  }
  .secInfo .txWrap .img2 {
    left: 8%;
    bottom: 120px;
    width: 16.7%;
  }
  .secInfo .txWrap .img3 {
    right: 8%;
    top: 0px;
    width: 16.7%;
  }
  .secInfo .txWrap .img4 {
    right: 0;
    bottom: 180px;
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .secInfo {
    margin: 10px auto 60px;
  }
  .secInfo .txWrap {
    padding: 0;
  }
  .secInfo .txWrap .topImgWrap, .secInfo .txWrap .bottomImgWrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 17px;
  }
  .secInfo .txWrap .topImgWrap {
    margin-left: auto;
    width: 75%;
    align-items: flex-end;
  }
  .secInfo .txWrap .topImgWrap .img3 {
    padding-bottom: 15%;
  }
  .secInfo .txWrap .bottomImgWrap {
    align-items: flex-start;
    width: 75%;
    margin-right: auto;
  }
  .secInfo .txWrap .bottomImgWrap .img2 {
    padding-top: 10%;
  }
  .secInfo .txWrap .innerWrap {
    padding: 40px 0;
  }
  .secInfo .business {
    margin: 0 auto 32px;
  }
}
.secContent {
  margin-bottom: 64px;
}
.secContent .tlWrap {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 40px;
}
.secContent .gridArea {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 30px;
}
.secContent .gridArea .content h3 {
  padding: 20px 0 10px;
}
.secContent.interview .gridArea .content .wrap {
  width: 90%;
  margin: 0 auto;
}
.secContent.interview .gridArea .content h3 {
  padding: 20px 0 0;
}
.secContent.interview .gridArea .content h3 + p {
  color: #6D6D6D;
}
.secContent.interview .gridArea .content .tx {
  padding: 4px 0 24px;
}

@media screen and (max-width: 767px) {
  .secContent.interview .gridArea {
    grid-template-columns: 1fr;
  }
  .secContent.interview .gridArea .content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}
.secInfo .gridArea {
  gap: clamp(5rem, -15.574rem + 42.92vw, 11.25rem);
  display: grid;
  grid-template-columns: max-content 1fr;
}
.secInfo .gridArea .content {
  border-top: 1px solid #CCCCCC;
  display: grid;
  grid-template-columns: 130px 1fr;
  align-items: flex-start;
}
.secInfo .gridArea .content div {
  height: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #CCCCCC;
}

@media screen and (max-width: 767px) {
  .secInfo .txWrap .tl {
    padding: 8px 0 24px;
  }
  .secInfo .gridArea {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .secInfo .gridArea .content {
    grid-template-columns: 1fr;
  }
  .secInfo .gridArea .content div:nth-child(odd) {
    border-bottom: none;
    padding-bottom: 0;
  }
  .secInfo .business {
    padding: 20px;
  }
}
.commonBottomCtaArea {
  background-image: url(../images/entry_bk_close.jpg);
}
.commonBottomCtaArea .wrap {
  justify-content: center;
}
.commonBottomCtaArea .wrap .closeTx {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .commonBottomCtaArea {
    background-image: url(../images/entry_bk_close_sp.jpg);
  }
  .commonBottomCtaArea .wrap {
    height: 138px;
  }
}
.modal {
  opacity: 0;
  visibility: hidden;
  padding: 50px 0 120px;
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  transition: all 0.3s;
  background: rgba(0, 0, 0, 0.4);
}

.modal-content {
  margin: 27px auto 27px;
  padding: 75px;
  width: 90%;
  position: relative;
  z-index: 3;
  padding: 55px 0;
  max-width: 1200px;
  background: #fff;
}
.modal-content .closeArea {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.modal-content .closeArea .c-line {
  background: #000;
  height: 1px;
  width: 24px;
  position: absolute;
}
.modal-content .closeArea .c-line1 {
  transform: rotate(45deg);
  top: 10px !important;
}
.modal-content .closeArea .c-line2 {
  transform: rotate(-45deg);
  top: 10px !important;
}
.modal-content .content {
  width: 90%;
  max-width: 1134px;
  margin: 0 auto;
  display: grid;
}
.modal-content .content .detailArea .info {
  display: flex;
  gap: 10px;
  align-items: center;
}
.modal-content .content .detailArea .tl {
  padding-top: 8px;
}
.modal-content .content .detailArea .gridArea {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
}
.modal-content .content .detailArea .gridArea .qaArea .qaContent .qTl {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding-bottom: 12px;
}
.modal-content .content .detailArea .gridArea .qaArea .qaContent .qTl span {
  color: #6D6D6D;
}
.modal-content .content .detailArea .gridArea .qaArea .qaContent .qTl + p {
  padding-left: 20px;
}
.modal-content .content .detailArea .gridArea .qaArea .qaContent .line {
  margin: 20px 0;
  width: 100%;
  height: 1px;
  background: #CCCCCC;
}
.modal-content .content .detailArea .gridArea .qaArea .qaContent .imgBottom {
  padding-top: 20px;
}
.modal-content .content .detailArea .allBtn {
  margin: 85px auto 0;
}

@media screen and (max-width: 1000px) {
  .modal-content {
    padding: 48px 0;
  }
  .modal-content .content .detailArea .gridArea {
    grid-template-columns: 1fr;
  }
  .modal-content .content .detailArea .allBtn {
    margin: 35px auto 0;
  }
}/*# sourceMappingURL=style.css.map */