.secTop * {
  text-align: center;
}
.secTop .txArea {
  padding: 24px 0 48px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.secTop .txArea p {
  text-align: left;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .secTop .outWidth {
    width: 100%;
  }
}
.secFeatures {
  padding-top: 48px;
}
.secFeatures h2 {
  padding-bottom: 16px;
}
.secFeatures .tagWrap {
  display: flex;
  justify-content: left;
  align-items: left;
  flex-wrap: wrap;
  gap: 6px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 6px;
}
.secFeatures .tagWrap span {
  background: #F0F0F0;
  padding: 2px;
  color: #6D6D6D;
}
.secFeatures .wrap {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}
.secFeatures .wrap .innerWrap {
  max-width: 1440px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr max-content 1fr max-content 1fr;
  align-items: flex-start;
  margin: 0 auto;
}
.secFeatures .wrap .innerWrap .content {
  padding: clamp(1rem, -0.771rem + 3.7vw, 2rem);
  display: grid;
  gap: 16px;
}
.secFeatures .wrap .innerWrap .content .tl_h {
  min-height: 3em;
}
.secFeatures .wrap .innerWrap .line {
  height: 100%;
  width: 1px;
  background: #CCCCCC;
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .secFeatures .wrap .innerWrap .content .tl .hidden {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .secFeatures .wrap .innerWrap {
    grid-template-columns: 1fr;
    grid-template-rows: max-content;
  }
  .secFeatures .wrap .innerWrap .content {
    padding: 24px;
  }
  .secFeatures .wrap .innerWrap .content .tl_h {
    min-height: initial;
  }
  .secFeatures .wrap .innerWrap .line {
    width: 100%;
    height: 1px;
  }
}
.commonBottomCtaArea {
  background-image: url(../../shared/images/flow_bk.jpg);
}

@media screen and (max-width: 767px) {
  .commonBottomCtaArea {
    background-image: url(../../shared/images/flow_bk_sp.jpg);
  }
}
.secWorks {
  padding-top: 48px;
}
.secWorks h2 {
  padding-bottom: 5px;
}
.secWorks .arrow_content {
  margin-top: -30px;
}
.secWorks .tx {
  display: grid;
  gap: 5px;
}
.secWorks .btnArea {
  margin: 40px 0 80px;
}
.secWorks .btnArea .allBtn {
  width: 134px;
}
.secWorks .commonSlider {
  margin-top: 48px;
}
.secWorks .titleWrap .wrap {
  gap: 24px;
}
.secWorks .titleWrap .wrap * {
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .secWorks .commonSlider {
    margin-top: 16px;
  }
  .secWorks .arrow_content {
    margin-top: 16px;
  }
  .secWorks .btnArea {
    margin: 30px 0 64px;
  }
}
@media screen and (max-width: 767px) {
  .titleWrap .wrap {
    margin-bottom: 15px;
    align-items: flex-start;
    flex-direction: column;
  }
}
.osusume {
  max-width: 800px;
  margin: 48px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.osusume .imgArea {
  flex: 1;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .osusume {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 500px) {
  .osusume {
    flex-direction: row;
  }
  .osusume .imgArea {
    flex: 1;
    max-width: 200px;
  }
}
.secStyle {
  padding: 50px 0 0px;
}
.secStyle h2 {
  width: 100%;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 11px;
  margin-bottom: 32px;
}
.secStyle .wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.secStyle .wrap .content {
  display: grid;
  grid-template-columns: max-content 1fr;
  padding: 15px 10px;
  gap: 8px;
}
.secStyle .wrap .content .txArea {
  display: flex;
  gap: 8px;
  align-items: center;
}
.secStyle .wrap .content .txArea .tx {
  flex: 1;
}

@media screen and (min-width: 1001px) {
  .secStyle .wrap .content.nth1 {
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
  }
  .secStyle .wrap .content.nth2 {
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
  }
  .secStyle .wrap .content.nth3 {
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
  }
  .secStyle .wrap .content.nth4 {
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
  }
  .secStyle .wrap .content.nth5 {
    border-right: 1px solid #CCCCCC;
  }
  .secStyle .wrap .content.nth6 {
    border-right: 1px solid #CCCCCC;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .secStyle .wrap {
    grid-template-columns: 1fr 1fr;
  }
  .secStyle .wrap .content.nth1 {
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
  }
  .secStyle .wrap .content.nth2 {
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
  }
  .secStyle .wrap .content.nth3 {
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
  }
  .secStyle .wrap .content.nth4 {
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
  }
  .secStyle .wrap .content.nth5 {
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
  }
  .secStyle .wrap .content.nth6 {
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
  }
}
@media screen and (max-width: 767px) {
  .secStyle .wrap {
    grid-template-columns: 1fr;
  }
  .secStyle .wrap .content {
    border-bottom: 1px solid #CCCCCC;
  }
}
.secStyleSlider .content {
  padding-top: 80px;
}
.secStyleSlider .content .arrow_content {
  margin-top: -20px;
}
.secStyleSlider .content .wrap {
  padding-top: 32px;
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.6fr 0.4fr;
  align-items: center;
  gap: 40px;
}
.secStyleSlider .content .wrap .txArea .tl {
  padding-bottom: 12px;
}

@media screen and (max-width: 1000px) {
  .secStyleSlider .content .wrap {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
@media screen and (max-width: 767px) {
  .secStyleSlider .content {
    padding-top: 64px;
  }
  .secStyleSlider .content .wrap {
    padding-top: 0;
    width: 100%;
    grid-template-columns: 1fr;
  }
}
.noneList {
  margin-top: 48px;
}/*# sourceMappingURL=lineup.css.map */