.s_fv {
  background-color: #fff;
}
.s_fv .container {
  padding-top: 200px;
}
@media screen and (max-width: 1900px) {
  .s_fv .container {
    padding-top: 200rem;
  }
}
@media screen and (max-width: 768px) {
  .s_fv .container {
    padding-top: 250rem;
  }
}
.s_fv .container .sec-wide {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .s_fv .container .sec-wide {
    padding: 0 40rem;
    flex-direction: column;
  }
}
.s_fv .container .sec-wide .page-ttl {
  padding-bottom: 25px;
}
@media screen and (max-width: 1900px) {
  .s_fv .container .sec-wide .page-ttl {
    padding-bottom: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .s_fv .container .sec-wide .page-ttl {
    width: 100%;
  }
}
.s_fv .container .sec-wide .page-ttl .f-200 {
  font-size: 200px;
  line-height: 1;
}
@media screen and (max-width: 1900px) {
  .s_fv .container .sec-wide .page-ttl .f-200 {
    font-size: 200rem;
  }
}
@media screen and (max-width: 768px) {
  .s_fv .container .sec-wide .page-ttl .f-200 {
    font-size: 100rem;
  }
}
.s_fv .container .sec-wide .page-ttl h4 {
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 2px solid #000;
  line-height: 2;
}
.s_fv .container .sec-wide .breadcrumb {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  color: #151515;
}
.s_fv .container .sec-wide .breadcrumb a:hover svg path {
  fill: #fee101;
}
.s_fv .container .sec-wide .breadcrumb a svg {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 1900px) {
  .s_fv .container .sec-wide .breadcrumb a svg {
    width: 20rem;
    height: 20rem;
  }
}
.s_fv .container .sec-wide .breadcrumb .divider svg {
  width: 18px;
  height: 2px;
}
@media screen and (max-width: 1900px) {
  .s_fv .container .sec-wide .breadcrumb .divider svg {
    width: 18rem;
  }
}
.s_fv .container .fv-img {
  margin-top: 30px;
  border-top-right-radius: 200px;
  border-top-left-radius: 200px;
  overflow: hidden;
}
@media screen and (max-width: 1900px) {
  .s_fv .container .fv-img {
    margin-top: 30rem;
    border-top-right-radius: 200rem;
    border-top-left-radius: 200rem;
  }
}
@media screen and (max-width: 1900px) {
  .s_fv .container .fv-img {
    border-top-right-radius: 100rem;
    border-top-left-radius: 100rem;
  }
}
.s_fv.comercial .container .page-ttl .text {
  color: #fff;
}

.s_a_msg {
  padding: 75px 0;
  background-color: #fff;
}
@media screen and (max-width: 1900px) {
  .s_a_msg {
    padding: 75rem 0;
  }
}
@media screen and (max-width: 768px) {
  .s_a_msg {
    padding: 100rem 40rem;
  }
}
.s_a_msg .mark {
  width: 636px;
  margin: auto;
}
@media screen and (max-width: 1900px) {
  .s_a_msg .mark {
    width: 636rem;
  }
}
@media screen and (max-width: 768px) {
  .s_a_msg .mark {
    width: 50%;
  }
}
.s_a_msg h2 {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 5px 20px;
  background-color: #fee101;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1900px) {
  .s_a_msg h2 {
    padding: 5rem 20rem;
  }
}
.s_a_msg h2::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 135px;
  height: 4px;
  background-color: #fee101;
}
@media screen and (max-width: 1900px) {
  .s_a_msg h2::after {
    width: 135rem;
    bottom: -50rem;
    height: 4rem;
  }
}
.s_a_msg .desc {
  margin-top: 100px;
}
@media screen and (max-width: 1900px) {
  .s_a_msg .desc {
    margin-top: 100rem;
  }
}

.s_a_reason {
  background-color: #fff;
  padding: 75px 0;
}
@media screen and (max-width: 1900px) {
  .s_a_reason {
    padding: 75rem 0;
  }
}
@media screen and (max-width: 768px) {
  .s_a_reason {
    padding: 100rem 40rem;
  }
}
.s_a_reason::before {
  content: "";
  width: 760px;
  height: 100%;
  background-color: #F9F9F9;
  -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
          clip-path: polygon(0 50%, 100% 0, 100% 100%);
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1900px) {
  .s_a_reason::before {
    width: 760rem;
  }
}
@media screen and (max-width: 768px) {
  .s_a_reason::before {
    width: 40%;
  }
}
.s_a_reason .add {
  width: 154px;
  position: absolute;
  left: 0;
  bottom: 75px;
}
@media screen and (max-width: 1900px) {
  .s_a_reason .add {
    width: 154rem;
    bottom: 75rem;
  }
}
@media screen and (max-width: 768px) {
  .s_a_reason .add {
    width: 100rem;
    opacity: 0.5;
    left: unset;
    right: 0;
  }
}
.s_a_reason .sec-contain h2 {
  text-align: center;
  position: relative;
}
.s_a_reason .sec-contain h2::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 195px;
  height: 2px;
  background-color: #fee101;
}
@media screen and (max-width: 1900px) {
  .s_a_reason .sec-contain h2::after {
    width: 195rem;
    bottom: -30rem;
  }
}
.s_a_reason .sec-contain .reason-list {
  margin-top: 110px;
}
@media screen and (max-width: 1900px) {
  .s_a_reason .sec-contain .reason-list {
    margin-top: 110rem;
  }
}
.s_a_reason .sec-contain .reason-list .reason-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 70px;
}
@media screen and (max-width: 1900px) {
  .s_a_reason .sec-contain .reason-list .reason-item {
    margin-top: 70rem;
  }
}
@media screen and (max-width: 768px) {
  .s_a_reason .sec-contain .reason-list .reason-item {
    flex-direction: column;
    gap: 70rem;
  }
}
.s_a_reason .sec-contain .reason-list .reason-item:nth-child(2) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .s_a_reason .sec-contain .reason-list .reason-item:nth-child(2) {
    flex-direction: column;
    gap: 70rem;
  }
}
.s_a_reason .sec-contain .reason-list .reason-item .img,
.s_a_reason .sec-contain .reason-list .reason-item .text {
  flex: 0 0 48%;
}
@media screen and (max-width: 768px) {
  .s_a_reason .sec-contain .reason-list .reason-item .img,
  .s_a_reason .sec-contain .reason-list .reason-item .text {
    flex: 0 0 100%;
    width: 100%;
  }
}
.s_a_reason .sec-contain .reason-list .reason-item .img p,
.s_a_reason .sec-contain .reason-list .reason-item .text p {
  margin: 30px 0;
}
@media screen and (max-width: 1900px) {
  .s_a_reason .sec-contain .reason-list .reason-item .img p,
  .s_a_reason .sec-contain .reason-list .reason-item .text p {
    margin: 30rem 0;
  }
}
@media screen and (max-width: 1900px) {
  .s_a_reason .sec-contain .reason-list .reason-item .img .btn-yellow,
  .s_a_reason .sec-contain .reason-list .reason-item .text .btn-yellow {
    margin: auto;
  }
}

.s_a_keibi {
  background-color: #fff;
  padding: 75px 0;
}
@media screen and (max-width: 1900px) {
  .s_a_keibi {
    padding: 75rem 0;
  }
}
@media screen and (max-width: 768px) {
  .s_a_keibi {
    padding: 100rem 40rem;
  }
}
.s_a_keibi::before {
  content: "";
  width: 760px;
  height: 880px;
  background-color: #F9F9F9;
  -webkit-clip-path: polygon(0 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 100%, 0% 100%);
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1900px) {
  .s_a_keibi::before {
    width: 760rem;
    height: 880rem;
  }
}
@media screen and (max-width: 768px) {
  .s_a_keibi::before {
    width: 60%;
  }
}
.s_a_keibi .add {
  position: absolute;
  width: 154px;
  bottom: 75px;
  right: 0;
}
@media screen and (max-width: 1900px) {
  .s_a_keibi .add {
    width: 154rem;
    bottom: 75rem;
  }
}
@media screen and (max-width: 768px) {
  .s_a_keibi .add {
    width: 100rem;
    opacity: 0.3;
  }
}
.s_a_keibi .sec-contain h2 {
  text-align: center;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.s_a_keibi .sec-contain h2::before, .s_a_keibi .sec-contain h2::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 48px;
  height: 1px;
  background-color: #000;
}
@media screen and (max-width: 1900px) {
  .s_a_keibi .sec-contain h2::before, .s_a_keibi .sec-contain h2::after {
    width: 48rem;
  }
}
.s_a_keibi .sec-contain h2::before {
  left: -70px;
  transform: translate(-100%, -50%);
}
@media screen and (max-width: 1900px) {
  .s_a_keibi .sec-contain h2::before {
    left: -70rem;
  }
}
.s_a_keibi .sec-contain h2::after {
  right: -70px;
  transform: translate(100%, -50%);
}
@media screen and (max-width: 1900px) {
  .s_a_keibi .sec-contain h2::after {
    right: -70rem;
  }
}
.s_a_keibi .sec-contain .keibi-item {
  margin-top: 50px;
  padding: 60px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2666666667);
}
@media screen and (max-width: 1900px) {
  .s_a_keibi .sec-contain .keibi-item {
    margin-top: 50rem;
    padding: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .s_a_keibi .sec-contain .keibi-item {
    padding: 40rem;
  }
}
.s_a_keibi .sec-contain .keibi-item p {
  margin-top: 40px;
}
@media screen and (max-width: 1900px) {
  .s_a_keibi .sec-contain .keibi-item p {
    margin-top: 40rem;
  }
}
.s_a_keibi .sec-contain .keibi-flow {
  margin-top: 100px;
  padding: 60px;
}
@media screen and (max-width: 1900px) {
  .s_a_keibi .sec-contain .keibi-flow {
    margin-top: 100rem;
    padding: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .s_a_keibi .sec-contain .keibi-flow {
    padding: 40rem;
  }
}
.s_a_keibi .sec-contain .keibi-flow .step {
  position: relative;
  padding-left: 80px;
}
@media screen and (max-width: 1900px) {
  .s_a_keibi .sec-contain .keibi-flow .step {
    padding-left: 80rem;
  }
}
.s_a_keibi .sec-contain .keibi-flow .step:last-child::after {
  display: none;
}
.s_a_keibi .sec-contain .keibi-flow .step:last-child p {
  height: auto;
}
.s_a_keibi .sec-contain .keibi-flow .step::before {
  content: "";
  width: 64px;
  height: 64px;
  border-radius: 999px;
  aspect-ratio: 1/1;
  background-color: #fee101;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1900px) {
  .s_a_keibi .sec-contain .keibi-flow .step::before {
    width: 64rem;
    height: 64rem;
  }
}
.s_a_keibi .sec-contain .keibi-flow .step::after {
  content: "";
  width: 1px;
  height: calc(96% - 64px);
  background-color: #fee101;
  position: absolute;
  bottom: 2%;
  left: 32px;
}
@media screen and (max-width: 1900px) {
  .s_a_keibi .sec-contain .keibi-flow .step::after {
    left: 32rem;
    height: calc(96% - 64rem);
  }
}
.s_a_keibi .sec-contain .keibi-flow .step h4 {
  color: #fee101;
}
.s_a_keibi .sec-contain .keibi-flow .step h5 {
  margin: 20px 0;
}
@media screen and (max-width: 1900px) {
  .s_a_keibi .sec-contain .keibi-flow .step h5 {
    margin: 20rem 0;
  }
}
.s_a_keibi .sec-contain .keibi-flow .step p {
  height: 8em;
}
@media screen and (max-width: 768px) {
  .s_a_keibi .sec-contain .keibi-flow .step p {
    height: 14em;
  }
}

.f-16 {
  font-size: 16px;
}
@media screen and (max-width: 1900px) {
  .f-16 {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .f-16 {
    font-size: 20rem;
  }
}

.f-20 {
  font-size: 20px;
}
@media screen and (max-width: 1900px) {
  .f-20 {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .f-20 {
    font-size: 24rem;
  }
}

.f-128 {
  font-size: 128px;
  line-height: 1;
}
@media screen and (max-width: 1900px) {
  .f-128 {
    font-size: 128rem;
  }
}
@media screen and (max-width: 768px) {
  .f-128 {
    font-size: 96rem;
  }
}

.f-200 {
  font-size: 200px;
  line-height: 1;
}
@media screen and (max-width: 1900px) {
  .f-200 {
    font-size: 200rem;
  }
}
@media screen and (max-width: 768px) {
  .f-200 {
    font-size: 140rem;
  }
}

.s_r_app,
.s_a_work {
  padding: 75px 0;
  background-color: #fff;
}
@media screen and (max-width: 1900px) {
  .s_r_app,
  .s_a_work {
    padding: 75rem 0;
  }
}

.s_a_work {
  z-index: 10;
}
.s_a_work::before {
  content: "";
  width: 760px;
  height: 740px;
  background-color: #F9F9F9;
  -webkit-clip-path: polygon(0 0, 100% 0, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 0% 100%);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1900px) {
  .s_a_work::before {
    width: 760rem;
    height: 740rem;
  }
}
@media screen and (max-width: 768px) {
  .s_a_work::before {
    width: 60%;
  }
}

@media screen and (max-width: 768px) {
  .s_r_app .btn-mega .inner h3 {
    font-size: 100rem;
    margin-top: -15rem;
  }
}
.s_r_app .btn-mega .inner svg {
  top: unset;
  transform: unset;
  bottom: 35px;
}
@media screen and (max-width: 1900px) {
  .s_r_app .btn-mega .inner svg {
    bottom: 35rem;
  }
}

.btn-mega {
  width: 100%;
  height: 406px;
  background-color: #fee101;
  border: 2px solid #fee101;
  padding-left: 30px;
}
@media screen and (max-width: 1900px) {
  .btn-mega {
    height: 406rem;
    padding-left: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .btn-mega {
    height: 450rem;
  }
}
.btn-mega .inner h3 {
  margin-top: -44px;
}
@media screen and (max-width: 1900px) {
  .btn-mega .inner h3 {
    margin-top: -44rem;
  }
}
@media screen and (max-width: 768px) {
  .btn-mega .inner h3 {
    margin-top: -26rem;
  }
}
.btn-mega .inner img {
  width: 330px;
  position: absolute;
  left: 50%;
  bottom: 54px;
  transform: translateX(-50%);
}
@media screen and (max-width: 1900px) {
  .btn-mega .inner img {
    width: 330rem;
    bottom: 54rem;
  }
}
@media screen and (max-width: 768px) {
  .btn-mega .inner img {
    left: 0;
    transform: unset;
    bottom: 1px;
  }
}
.btn-mega .inner svg {
  width: 213px;
  height: 213px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 75px;
}
@media screen and (max-width: 1900px) {
  .btn-mega .inner svg {
    width: 213rem;
    height: 213rem;
    right: 75rem;
  }
}
.btn-mega:hover {
  background-color: #000;
  color: #fee101;
}
.btn-mega:hover .inner svg path[fill=black] {
  fill: #fee101;
}
.btn-mega:hover .inner svg path[stroke=white] {
  stroke: #000;
}

.s_c_sec2 {
  padding: 115px 0;
  background-color: #fff;
  padding-top: 150px;
}
@media screen and (max-width: 1900px) {
  .s_c_sec2 {
    padding: 115rem 0;
    padding-top: 150rem;
  }
}
@media screen and (max-width: 768px) {
  .s_c_sec2 {
    padding: 120rem 40rem;
  }
}
.s_c_sec2 .sec-contain .img {
  position: relative;
}
.s_c_sec2 .sec-contain .img .text {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 17px;
}
@media screen and (max-width: 1900px) {
  .s_c_sec2 .sec-contain .img .text {
    gap: 17rem;
  }
}
.s_c_sec2 .sec-contain .img .text span {
  padding: 2px 10px;
  background-color: #fee101;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.s_c_sec2 .sec-contain .msg {
  margin-top: 66px;
}
@media screen and (max-width: 1900px) {
  .s_c_sec2 .sec-contain .msg {
    margin-top: 66rem;
  }
}

.ttl {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 140px;
  position: relative;
  padding-top: 20px;
  line-height: 1;
}
@media screen and (max-width: 1900px) {
  .ttl {
    padding-top: 20rem;
    margin-bottom: 140rem;
  }
}
@media screen and (max-width: 768px) {
  .ttl {
    margin-bottom: 100rem;
  }
}
.ttl::before {
  content: "";
  width: 75px;
  height: 5px;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1900px) {
  .ttl::before {
    width: 75rem;
    height: 5rem;
  }
}

.h_slides {
  width: 100%;
  position: absolute;
  top: 60px;
  left: 0;
}
@media screen and (max-width: 1900px) {
  .h_slides {
    top: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .h_slides {
    top: 25rem;
  }
}
.h_slides .wrap {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}
.h_slides .wrap p {
  font-weight: 900;
  padding: 0 40px;
  opacity: 0.4;
  animation: h_slide 20s infinite linear;
}
@media screen and (max-width: 1900px) {
  .h_slides .wrap p {
    padding: 0 40rem;
  }
}

.s_c_profile {
  background-color: #fff;
}
.s_c_profile .container {
  background-color: #fee101;
  padding: 150px 0;
}
@media screen and (max-width: 1900px) {
  .s_c_profile .container {
    padding: 150rem 0;
  }
}
@media screen and (max-width: 768px) {
  .s_c_profile .container {
    padding: 120rem 40rem;
  }
}
.s_c_profile .container .sec-wide .ttl-div {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .s_c_profile .container .sec-wide .ttl-div {
    flex-direction: column;
  }
}
.s_c_profile .container .sec-wide .ttl-div .ttl {
  margin-left: 140px;
}
@media screen and (max-width: 1900px) {
  .s_c_profile .container .sec-wide .ttl-div .ttl {
    margin-left: 140rem;
  }
}
@media screen and (max-width: 768px) {
  .s_c_profile .container .sec-wide .ttl-div .ttl {
    margin-left: auto;
    margin-bottom: 200rem;
  }
}
.s_c_profile .container .sec-wide .ttl-div .ttl::before {
  transform: translateX(0);
  background-color: #fff;
  left: 0;
}
@media screen and (max-width: 768px) {
  .s_c_profile .container .sec-wide .ttl-div .ttl::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.s_c_profile .container .sec-wide .ttl-div img {
  width: 600px;
}
@media screen and (max-width: 1900px) {
  .s_c_profile .container .sec-wide .ttl-div img {
    width: 600rem;
  }
}
@media screen and (max-width: 768px) {
  .s_c_profile .container .sec-wide .ttl-div img {
    margin: auto;
    margin-bottom: -40rem;
  }
}
.s_c_profile .container .sec-wide .profile-info {
  position: relative;
  background-color: #fff;
  border-radius: 16px;
  padding: 70px 140px;
}
@media screen and (max-width: 1900px) {
  .s_c_profile .container .sec-wide .profile-info {
    border-radius: 16rem;
    padding: 70rem 140rem;
  }
}
@media screen and (max-width: 768px) {
  .s_c_profile .container .sec-wide .profile-info {
    padding: 80rem 40rem;
  }
}
.s_c_profile .container .sec-wide .profile-info .add {
  position: absolute;
  width: 400px;
  right: 94px;
  top: -165px;
}
@media screen and (max-width: 1900px) {
  .s_c_profile .container .sec-wide .profile-info .add {
    width: 400rem;
    right: 94rem;
    top: -165rem;
  }
}
@media screen and (max-width: 768px) {
  .s_c_profile .container .sec-wide .profile-info .add {
    right: 50%;
    transform: translateX(50%);
  }
}
.s_c_profile .container .sec-wide .profile-info .info-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 50px;
  border-bottom: 1px solid #B3B3B3;
}
@media screen and (max-width: 1900px) {
  .s_c_profile .container .sec-wide .profile-info .info-item {
    padding: 20rem 50rem;
  }
}
@media screen and (max-width: 768px) {
  .s_c_profile .container .sec-wide .profile-info .info-item {
    padding: 20rem;
  }
}
.s_c_profile .container .sec-wide .profile-info .info-item .key {
  width: 250px;
}
@media screen and (max-width: 1900px) {
  .s_c_profile .container .sec-wide .profile-info .info-item .key {
    width: 250rem;
  }
}
@media screen and (max-width: 768px) {
  .s_c_profile .container .sec-wide .profile-info .info-item .key {
    width: 200rem;
  }
}
.s_c_profile .container .sec-wide .profile-info .info-item .val {
  width: calc(100% - 250px);
  text-align: left;
}
@media screen and (max-width: 1900px) {
  .s_c_profile .container .sec-wide .profile-info .info-item .val {
    width: calc(100% - 250rem);
  }
}
@media screen and (max-width: 768px) {
  .s_c_profile .container .sec-wide .profile-info .info-item .val {
    width: calc(100% - 200rem);
  }
}
.s_c_profile .container .sec-wide .profile-info .info-item .val p {
  margin-top: 10px;
}
@media screen and (max-width: 1900px) {
  .s_c_profile .container .sec-wide .profile-info .info-item .val p {
    margin-top: 10rem;
  }
}
.s_c_profile .container .sec-wide .profile-info .info-item .val li {
  list-style: inside;
}
.s_c_profile .container .sec-wide .profile-info .certi {
  margin-top: 78px;
}
@media screen and (max-width: 1900px) {
  .s_c_profile .container .sec-wide .profile-info .certi {
    margin-top: 78rem;
  }
}

.s_w_detail {
  padding: 137px 0;
  background-color: #fff;
}
@media screen and (max-width: 1900px) {
  .s_w_detail {
    padding: 137rem 0;
  }
}
@media screen and (max-width: 768px) {
  .s_w_detail {
    padding: 100rem 40rem;
  }
}
.s_w_detail .detail-list .item {
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1900px) {
  .s_w_detail .detail-list .item {
    margin-top: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .s_w_detail .detail-list .item {
    flex-direction: column;
  }
}
.s_w_detail .detail-list .item:nth-child(2) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .s_w_detail .detail-list .item:nth-child(2) {
    flex-direction: column;
  }
}
.s_w_detail .detail-list .item:nth-child(2) .text {
  margin-right: 0;
  margin-left: 410px;
}
@media screen and (max-width: 1900px) {
  .s_w_detail .detail-list .item:nth-child(2) .text {
    margin-left: 410rem;
  }
}
@media screen and (max-width: 768px) {
  .s_w_detail .detail-list .item:nth-child(2) .text {
    margin-left: 0;
  }
}
.s_w_detail .detail-list .item:nth-child(2) .text h4 {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .s_w_detail .detail-list .item:nth-child(2) .text h4 {
    text-align: center;
  }
}
.s_w_detail .detail-list .item .img {
  width: 840px;
}
@media screen and (max-width: 1900px) {
  .s_w_detail .detail-list .item .img {
    width: 840rem;
  }
}
@media screen and (max-width: 768px) {
  .s_w_detail .detail-list .item .img {
    width: 100%;
  }
}
.s_w_detail .detail-list .item .text {
  width: 500px;
  margin-right: 410px;
}
@media screen and (max-width: 1900px) {
  .s_w_detail .detail-list .item .text {
    width: 500rem;
    margin-right: 410rem;
  }
}
@media screen and (max-width: 768px) {
  .s_w_detail .detail-list .item .text {
    width: 100%;
    margin-right: 0;
    margin-top: 70rem;
  }
}
.s_w_detail .detail-list .item .text h4 {
  text-align: right;
  margin-bottom: 5%;
}
@media screen and (max-width: 768px) {
  .s_w_detail .detail-list .item .text h4 {
    text-align: center;
  }
}

.s_b_sec2 {
  padding: 120px 0;
  background-color: #fff;
}
@media screen and (max-width: 1900px) {
  .s_b_sec2 {
    padding: 120rem 0;
  }
}
@media screen and (max-width: 768px) {
  .s_b_sec2 {
    padding: 100rem 40rem;
  }
}
.s_b_sec2 .sec-contain .cat-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 55px;
}
@media screen and (max-width: 1900px) {
  .s_b_sec2 .sec-contain .cat-list {
    gap: 55rem;
  }
}
@media screen and (max-width: 768px) {
  .s_b_sec2 .sec-contain .cat-list {
    grid-template-columns: 1fr;
    gap: 40rem;
  }
}
.s_b_sec2 .sec-contain .cat-list .cat-item {
  padding: 25px;
  border-radius: 999px;
  background-color: #fee101;
  border: 2px solid #fee101;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1900px) {
  .s_b_sec2 .sec-contain .cat-list .cat-item {
    padding: 25rem;
  }
}
.s_b_sec2 .sec-contain .cat-list .cat-item:hover {
  background-color: #000;
  color: #fee101;
}
.s_b_sec2 .sec-contain .blog-list {
  margin-top: 100px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 36px;
}
@media screen and (max-width: 1900px) {
  .s_b_sec2 .sec-contain .blog-list {
    margin-top: 100rem;
    gap: 48rem 36rem;
  }
}
@media screen and (max-width: 768px) {
  .s_b_sec2 .sec-contain .blog-list {
    grid-template-columns: 1fr;
    gap: 40rem;
  }
}
.s_b_sec2 .sec-contain .blog-list .blog-item {
  cursor: pointer;
}
.s_b_sec2 .sec-contain .blog-list .blog-item .img {
  overflow: hidden;
}
.s_b_sec2 .sec-contain .blog-list .blog-item .meta {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
@media screen and (max-width: 1900px) {
  .s_b_sec2 .sec-contain .blog-list .blog-item .meta {
    margin-top: 20rem;
    gap: 20rem;
  }
}
.s_b_sec2 .sec-contain .blog-list .blog-item .meta .tag {
  padding: 10px;
  border-radius: 999px;
  width: 180px;
  background-color: #fee101;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1900px) {
  .s_b_sec2 .sec-contain .blog-list .blog-item .meta .tag {
    width: 180rem;
    padding: 10rem;
  }
}
.s_b_sec2 .sec-contain .blog-list .blog-item .meta .date {
  color: #bfbfbf;
  transition: all 0.3s ease-in-out;
}
.s_b_sec2 .sec-contain .blog-list .blog-item .blog-ttl {
  padding: 20px 0;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1900px) {
  .s_b_sec2 .sec-contain .blog-list .blog-item .blog-ttl {
    padding: 20rem 0;
  }
}
.s_b_sec2 .sec-contain .blog-list .blog-item:hover .img img {
  scale: 1.1;
}
.s_b_sec2 .sec-contain .blog-list .blog-item:hover .meta .tag {
  background-color: #000;
  color: #fee101;
}
.s_b_sec2 .sec-contain .blog-list .blog-item:hover .meta .date {
  color: #fee101;
}
.s_b_sec2 .sec-contain .blog-list .blog-item:hover .blog-ttl {
  color: #fee101;
  text-decoration: underline;
}
.s_b_sec2 .sec-contain .blog-pagination {
  margin-top: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 1900px) {
  .s_b_sec2 .sec-contain .blog-pagination {
    margin-top: 70rem;
    gap: 10rem;
  }
}
.s_b_sec2 .sec-contain .blog-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  padding: 10px 20px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1900px) {
  .s_b_sec2 .sec-contain .blog-pagination .page-numbers {
    font-size: 20rem;
    padding: 10rem 20rem;
  }
}
.s_b_sec2 .sec-contain .blog-pagination .page-numbers:hover {
  color: #fee101;
}
.s_b_sec2 .sec-contain .blog-pagination .page-numbers.current {
  color: #fee101;
}
.s_b_sec2 .sec-contain .blog-detail .meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 25px;
}
@media screen and (max-width: 1900px) {
  .s_b_sec2 .sec-contain .blog-detail .meta {
    gap: 25rem;
  }
}
.s_b_sec2 .sec-contain .blog-detail .meta .tag {
  width: 180px;
  padding: 13px;
  line-height: 1;
  font-size: 20px;
  color: #000;
  background-color: #fee101;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1900px) {
  .s_b_sec2 .sec-contain .blog-detail .meta .tag {
    padding: 13rem;
    font-size: 20rem;
    width: 180rem;
  }
}
@media screen and (max-width: 768px) {
  .s_b_sec2 .sec-contain .blog-detail .meta .tag {
    padding: 15rem;
    font-size: 24rem;
    width: 200rem;
  }
}
.s_b_sec2 .sec-contain .blog-detail .meta .date {
  font-size: 16px;
  color: #bfbfbf;
  line-height: 1;
}
@media screen and (max-width: 1900px) {
  .s_b_sec2 .sec-contain .blog-detail .meta .date {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .s_b_sec2 .sec-contain .blog-detail .meta .date {
    font-size: 20rem;
  }
}
.s_b_sec2 .sec-contain .blog-detail .entry-title {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 30px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1900px) {
  .s_b_sec2 .sec-contain .blog-detail .entry-title {
    font-size: 20rem;
    margin-top: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .s_b_sec2 .sec-contain .blog-detail .entry-title {
    font-size: 28rem;
    text-align: center;
    width: 100%;
    margin-top: 50rem;
  }
}
.s_b_sec2 .sec-contain .blog-detail .post-thumbnail {
  margin-top: 50px;
}
@media screen and (max-width: 1900px) {
  .s_b_sec2 .sec-contain .blog-detail .post-thumbnail {
    margin-top: 50rem;
  }
}
.s_b_sec2 .sec-contain .blog-detail .entry-content {
  margin-top: 50px;
  min-height: 20em;
}
@media screen and (max-width: 1900px) {
  .s_b_sec2 .sec-contain .blog-detail .entry-content {
    margin-top: 50rem;
  }
}
.s_b_sec2 .sec-contain .blog-detail hr {
  margin: 50px 0;
}
@media screen and (max-width: 1900px) {
  .s_b_sec2 .sec-contain .blog-detail hr {
    margin: 50rem 0;
  }
}
.s_b_sec2 .sec-contain .detail-pagination {
  width: 100%;
  margin-top: 50px;
  border-top: 2px solid #000;
  padding: 50px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 27px;
}
@media screen and (max-width: 1900px) {
  .s_b_sec2 .sec-contain .detail-pagination {
    gap: 27rem;
    margin-top: 50rem;
    padding: 50rem 0;
  }
}
.s_b_sec2 .sec-contain .detail-pagination .nav-previous,
.s_b_sec2 .sec-contain .detail-pagination .nav-next {
  font-size: 20px;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1900px) {
  .s_b_sec2 .sec-contain .detail-pagination .nav-previous,
  .s_b_sec2 .sec-contain .detail-pagination .nav-next {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .s_b_sec2 .sec-contain .detail-pagination .nav-previous,
  .s_b_sec2 .sec-contain .detail-pagination .nav-next {
    font-size: 24rem;
  }
}
.s_b_sec2 .sec-contain .detail-pagination .nav-previous a:hover,
.s_b_sec2 .sec-contain .detail-pagination .nav-next a:hover {
  color: #fee101;
}
.s_b_sec2 .sec-contain .detail-pagination .btn {
  width: 375px;
  padding: 15px;
  border-radius: 999px;
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 1900px) {
  .s_b_sec2 .sec-contain .detail-pagination .btn {
    width: 375rem;
    padding: 15rem;
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .s_b_sec2 .sec-contain .detail-pagination .btn {
    font-size: 32rem;
  }
}
.s_b_sec2 .sec-contain .detail-pagination .btn:hover {
  background-color: #fee101;
  color: #000;
}

.s_app_require {
  padding: 137px 0;
  background-color: #fff;
}
@media screen and (max-width: 1900px) {
  .s_app_require {
    padding: 137rem 0;
  }
}
@media screen and (max-width: 768px) {
  .s_app_require {
    padding: 100rem 40rem;
  }
}
.s_app_require .wrapper {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .s_app_require .wrapper {
    overflow-x: auto;
    padding: 2px;
  }
}

.require-list {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-collapse: collapse;
  background-color: #fff;
  border: 2px solid #bfbfbf;
}
@media screen and (max-width: 1900px) {
  .require-list {
    margin-top: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .require-list {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.require-list .item {
  display: flex;
  overflow: hidden;
}
.require-list .item .key {
  background-color: #fee101;
  border-bottom: 2px solid #bfbfbf;
  border-right: 2px solid #bfbfbf;
  width: 250px;
  padding: 25px 35px;
  font-weight: bold;
  color: #000;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 1900px) {
  .require-list .item .key {
    width: 250rem;
    padding: 25rem 35rem;
  }
}
.require-list .item .val {
  width: calc(100% - 250px);
  border-bottom: 2px solid #bfbfbf;
  padding: 25px 40px;
}
@media screen and (max-width: 1900px) {
  .require-list .item .val {
    padding: 25rem 40rem;
    width: calc(100% - 250rem);
  }
}
@media screen and (max-width: 768px) {
  .require-list .item .val {
    width: 1000rem;
  }
}
.require-list .item .val p {
  display: flex;
}
.require-list .item .val p .sub_key {
  width: 180px;
}
@media screen and (max-width: 1900px) {
  .require-list .item .val p .sub_key {
    width: 180rem;
  }
}
@media screen and (max-width: 768px) {
  .require-list .item .val p .sub_key {
    width: 250rem;
  }
}

.s_app_workplace {
  background-color: #fff;
  padding: 140px 0;
  z-index: 6;
}
@media screen and (max-width: 1900px) {
  .s_app_workplace {
    padding: 140rem 0;
  }
}
@media screen and (max-width: 768px) {
  .s_app_workplace {
    padding: 100rem 40rem;
  }
}
.s_app_workplace .add {
  width: 232px;
  position: absolute;
  z-index: 5;
  bottom: -30px;
  right: 240px;
}
@media screen and (max-width: 1900px) {
  .s_app_workplace .add {
    width: 232rem;
    bottom: -30rem;
    right: 240rem;
  }
}
@media screen and (max-width: 768px) {
  .s_app_workplace .add {
    right: 20rem;
    width: 150rem;
  }
}

.s_app_about {
  background-color: #fee101;
  padding: 140px 0;
}
@media screen and (max-width: 1900px) {
  .s_app_about {
    padding: 140rem 0;
  }
}
@media screen and (max-width: 768px) {
  .s_app_about {
    padding: 100rem 40rem;
  }
}
.s_app_about .sec-contain .ttl-div {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .s_app_about .sec-contain .ttl-div {
    flex-direction: column;
  }
}
.s_app_about .sec-contain .ttl-div .ttl {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .s_app_about .sec-contain .ttl-div .ttl {
    margin-left: auto;
    margin-bottom: 100rem;
  }
}
.s_app_about .sec-contain .ttl-div .ttl::before {
  transform: translateX(0);
  background-color: #fff;
  left: 0;
}
@media screen and (max-width: 768px) {
  .s_app_about .sec-contain .ttl-div .ttl::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.s_app_about .sec-contain .ttl-div img {
  width: 415px;
}
@media screen and (max-width: 1900px) {
  .s_app_about .sec-contain .ttl-div img {
    width: 415rem;
  }
}
@media screen and (max-width: 768px) {
  .s_app_about .sec-contain .ttl-div img {
    margin: auto;
    margin-bottom: -40rem;
  }
}
.s_app_about .sec-contain .office-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 32px;
}
@media screen and (max-width: 1900px) {
  .s_app_about .sec-contain .office-list {
    gap: 40rem 32rem;
  }
}
@media screen and (max-width: 768px) {
  .s_app_about .sec-contain .office-list {
    grid-template-columns: 1fr;
    gap: 40rem;
  }
}
.s_app_about .sec-contain .office-list .office-item {
  background: #fff;
  padding: 40px;
}
@media screen and (max-width: 1900px) {
  .s_app_about .sec-contain .office-list .office-item {
    padding: 40rem;
  }
}
.s_app_about .sec-contain .office-list .office-item:last-child {
  grid-column: 1/-1;
  text-align: center;
}
.s_app_about .sec-contain .office-list .office-item:last-child .office-info .info {
  width: 100%;
}
.s_app_about .sec-contain .office-list .office-item:last-child .office-ttl::after {
  width: 160px;
}
@media screen and (max-width: 1900px) {
  .s_app_about .sec-contain .office-list .office-item:last-child .office-ttl::after {
    width: 160rem;
  }
}
.s_app_about .sec-contain .office-list .office-item .office-ttl {
  text-align: center;
  position: relative;
  padding-bottom: 20px;
}
@media screen and (max-width: 1900px) {
  .s_app_about .sec-contain .office-list .office-item .office-ttl {
    padding-bottom: 20rem;
  }
}
.s_app_about .sec-contain .office-list .office-item .office-ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: #fee101;
}
@media screen and (max-width: 1900px) {
  .s_app_about .sec-contain .office-list .office-item .office-ttl::after {
    width: 80rem;
  }
}
.s_app_about .sec-contain .office-list .office-item .office-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 35px;
}
@media screen and (max-width: 1900px) {
  .s_app_about .sec-contain .office-list .office-item .office-info {
    margin-top: 35rem;
  }
}
.s_app_about .sec-contain .office-list .office-item .office-info .amount {
  width: 180px;
  padding: 22px;
  border: 2px solid #fee101;
}
@media screen and (max-width: 1900px) {
  .s_app_about .sec-contain .office-list .office-item .office-info .amount {
    width: 180rem;
    padding: 22rem;
  }
}
.s_app_about .sec-contain .office-list .office-item .office-info .amount img {
  width: 67px;
  margin: auto;
}
@media screen and (max-width: 1900px) {
  .s_app_about .sec-contain .office-list .office-item .office-info .amount img {
    width: 67rem;
  }
}
.s_app_about .sec-contain .office-list .office-item .office-info .amount p {
  margin-top: 5%;
  text-align: center;
}
.s_app_about .sec-contain .office-list .office-item .office-info .info {
  width: calc(100% - 210px);
}
@media screen and (max-width: 1900px) {
  .s_app_about .sec-contain .office-list .office-item .office-info .info {
    width: calc(100% - 210rem);
  }
}

.r_fv .container .h_slides {
  top: unset;
  bottom: 0;
}
.r_fv .container .h_slides .wrap p {
  opacity: 1;
  color: #fff;
}
.r_fv .container .scroll-down {
  position: absolute;
  z-index: 5;
  bottom: 225px;
  right: 360px;
}
@media screen and (max-width: 1900px) {
  .r_fv .container .scroll-down {
    bottom: 225rem;
    right: 360rem;
  }
}
@media screen and (max-width: 768px) {
  .r_fv .container .scroll-down {
    bottom: 75rem;
    right: 100rem;
  }
}
.r_fv .container .scroll-down:hover .circle svg path[fill=white] {
  fill: #000;
}
.r_fv .container .scroll-down:hover .circle svg path[stroke=black] {
  stroke: #fee101;
}
.r_fv .container .scroll-down .circle {
  width: 147px;
  height: 147px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1900px) {
  .r_fv .container .scroll-down .circle {
    width: 147rem;
    height: 147rem;
  }
}
@media screen and (max-width: 768px) {
  .r_fv .container .scroll-down .circle {
    width: 101rem;
    height: 101rem;
  }
}
.r_fv .container .scroll-down .circle svg {
  width: 100%;
  height: 100%;
}
.r_fv .container .scroll-down .rotate {
  width: 245px;
  position: relative;
  z-index: -1;
  animation: rotate1 10s infinite linear;
}
@media screen and (max-width: 1900px) {
  .r_fv .container .scroll-down .rotate {
    width: 245rem;
  }
}
@media screen and (max-width: 768px) {
  .r_fv .container .scroll-down .rotate {
    width: 145rem;
  }
}

@keyframes rotate1 {
  100% {
    rotate: 1turn;
  }
}
.s_r_msg {
  padding-top: 114px;
  padding-bottom: 240px;
  background-color: #fff;
}
@media screen and (max-width: 1900px) {
  .s_r_msg {
    padding-top: 114rem;
    padding-bottom: 240rem;
  }
}
@media screen and (max-width: 768px) {
  .s_r_msg {
    padding: 100rem 40rem;
    padding-bottom: 200rem;
  }
}
.s_r_msg .add1 {
  width: 130px;
  position: absolute;
  bottom: 60px;
  left: 360px;
}
@media screen and (max-width: 1900px) {
  .s_r_msg .add1 {
    width: 130rem;
    bottom: 60rem;
    left: 360rem;
  }
}
@media screen and (max-width: 768px) {
  .s_r_msg .add1 {
    width: 100rem;
    bottom: unset;
    left: 0;
    top: -70rem;
  }
}
.s_r_msg .add2 {
  width: 333px;
  position: absolute;
  right: 150px;
  top: 50px;
}
@media screen and (max-width: 1900px) {
  .s_r_msg .add2 {
    width: 333rem;
    right: 150rem;
    top: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .s_r_msg .add2 {
    width: 200rem;
    top: -70rem;
    right: 0;
  }
}
.s_r_msg .sec-contain {
  text-align: center;
}
.s_r_msg .sec-contain h4 {
  margin: 20px auto;
}
@media screen and (max-width: 1900px) {
  .s_r_msg .sec-contain h4 {
    margin: 20rem auto;
  }
}

.s_r_works .container {
  padding-top: 267px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1900px) {
  .s_r_works .container {
    padding-top: 267rem;
    padding-bottom: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .s_r_works .container {
    padding: 100rem 40rem;
    padding-top: 200rem;
  }
}
.s_r_works .container .h_slides {
  position: absolute;
  top: -200px;
  left: 0;
}
@media screen and (max-width: 1900px) {
  .s_r_works .container .h_slides {
    top: -200rem;
  }
}
@media screen and (max-width: 768px) {
  .s_r_works .container .h_slides {
    top: -150rem;
  }
}
.s_r_works .container .h_slides .wrap .grp {
  display: flex;
  align-items: center;
  justify-content: center;
  animation: h_slide 35s infinite linear;
}
.s_r_works .container .h_slides .wrap .grp img {
  padding: 0 49px;
}
@media screen and (max-width: 1900px) {
  .s_r_works .container .h_slides .wrap .grp img {
    padding: 0 49rem;
  }
}
.s_r_works .container .h_slides .wrap .grp img:nth-child(odd) {
  width: 420px;
}
@media screen and (max-width: 1900px) {
  .s_r_works .container .h_slides .wrap .grp img:nth-child(odd) {
    width: 420rem;
  }
}
.s_r_works .container .h_slides .wrap .grp img:nth-child(even) {
  width: 488px;
}
@media screen and (max-width: 1900px) {
  .s_r_works .container .h_slides .wrap .grp img:nth-child(even) {
    width: 488rem;
  }
}
.s_r_works .container .sec-contain .ttl-div {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .s_r_works .container .sec-contain .ttl-div {
    flex-direction: column;
  }
}
.s_r_works .container .sec-contain .ttl-div .ttl {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .s_r_works .container .sec-contain .ttl-div .ttl {
    margin-left: auto;
    margin-bottom: 100rem;
  }
}
.s_r_works .container .sec-contain .ttl-div .ttl::before {
  transform: translateX(0);
  left: 0;
}
@media screen and (max-width: 768px) {
  .s_r_works .container .sec-contain .ttl-div .ttl::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.s_r_works .container .sec-contain .ttl-div p {
  margin-top: -40px;
}
@media screen and (max-width: 1900px) {
  .s_r_works .container .sec-contain .ttl-div p {
    margin-top: -40rem;
  }
}
@media screen and (max-width: 768px) {
  .s_r_works .container .sec-contain .ttl-div p {
    margin: auto;
  }
}
.s_r_works .container .sec-contain .desc2 {
  text-align: center;
}
.s_r_works .container .sec-contain .desc {
  margin-top: 1%;
}
.s_r_works .container .sec-contain .item-list {
  margin-top: 90px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 53px;
}
@media screen and (max-width: 1900px) {
  .s_r_works .container .sec-contain .item-list {
    margin-top: 90rem;
    gap: 53rem;
  }
}
@media screen and (max-width: 768px) {
  .s_r_works .container .sec-contain .item-list {
    grid-template-columns: 1fr;
    gap: 70rem;
  }
}
.s_r_works .container .sec-contain .item-list .item p {
  padding: 20px 0;
  width: 100%;
  text-align: center;
  background-color: #fff;
}
@media screen and (max-width: 1900px) {
  .s_r_works .container .sec-contain .item-list .item p {
    padding: 20rem 0;
  }
}
.s_r_works .container .sec-contain .btn-yellow {
  margin: auto;
  margin-top: 70px;
}
@media screen and (max-width: 1900px) {
  .s_r_works .container .sec-contain .btn-yellow {
    margin-top: 70rem;
  }
}

.s_r_marit {
  background-color: #fff;
  padding: 120px 0;
}
@media screen and (max-width: 1900px) {
  .s_r_marit {
    padding: 120rem 0;
  }
}
@media screen and (max-width: 768px) {
  .s_r_marit {
    padding: 100rem 40rem;
  }
}
.s_r_marit .h_slides {
  top: 40px;
}
@media screen and (max-width: 1900px) {
  .s_r_marit .h_slides {
    top: 40rem;
  }
}
.s_r_marit .sec-contain .marit-list {
  margin-top: 120px;
}
@media screen and (max-width: 1900px) {
  .s_r_marit .sec-contain .marit-list {
    margin-top: 120rem;
  }
}
.s_r_marit .sec-contain .marit-list .marit-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-top: 40px;
}
@media screen and (max-width: 1900px) {
  .s_r_marit .sec-contain .marit-list .marit-item {
    margin-top: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .s_r_marit .sec-contain .marit-list .marit-item {
    flex-direction: column;
    margin-top: 70rem;
  }
}
.s_r_marit .sec-contain .marit-list .marit-item .img {
  width: 448px;
}
@media screen and (max-width: 1900px) {
  .s_r_marit .sec-contain .marit-list .marit-item .img {
    width: 448rem;
  }
}
@media screen and (max-width: 768px) {
  .s_r_marit .sec-contain .marit-list .marit-item .img {
    width: 100%;
  }
}
.s_r_marit .sec-contain .marit-list .marit-item .text {
  width: 500px;
}
@media screen and (max-width: 1900px) {
  .s_r_marit .sec-contain .marit-list .marit-item .text {
    width: 500rem;
  }
}
@media screen and (max-width: 768px) {
  .s_r_marit .sec-contain .marit-list .marit-item .text {
    width: 100%;
    margin-top: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .s_r_marit .sec-contain .marit-list .marit-item .text h5 {
    text-align: center;
  }
}
.s_r_marit .sec-contain .marit-list .marit-item .text p {
  margin-top: 40px;
}
@media screen and (max-width: 1900px) {
  .s_r_marit .sec-contain .marit-list .marit-item .text p {
    margin-top: 40rem;
  }
}

.s_r_hero {
  background: url("../img/sub/s_recruit_hero.png") no-repeat center center;
  background-size: cover;
  background-position: center;
}
.s_r_hero .text {
  padding: 130px 0;
  margin: auto;
  margin-right: 270px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1900px) {
  .s_r_hero .text {
    padding: 130rem 0;
    margin-right: 270rem;
  }
}
@media screen and (max-width: 768px) {
  .s_r_hero .text {
    margin: auto;
  }
}
.s_r_hero .text p {
  margin-top: 70px;
  color: #fff;
}
@media screen and (max-width: 1900px) {
  .s_r_hero .text p {
    margin-top: 70rem;
  }
}
.s_r_hero .text .sec-ttl {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media screen and (max-width: 1900px) {
  .s_r_hero .text .sec-ttl {
    gap: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .s_r_hero .text .sec-ttl {
    align-items: flex-end;
  }
}
.s_r_hero .text .sec-ttl span {
  display: block;
  padding: 2px 10px;
  background-color: #fee101;
  color: #000;
  width: -moz-fit-content;
  width: fit-content;
}

.s_r_features {
  background-color: #fff;
  padding: 120px 0;
}
@media screen and (max-width: 1900px) {
  .s_r_features {
    padding: 120rem 0;
  }
}
@media screen and (max-width: 768px) {
  .s_r_features {
    padding: 100rem 40rem;
  }
}
.s_r_features .h_slides {
  top: 40px;
}
@media screen and (max-width: 1900px) {
  .s_r_features .h_slides {
    top: 40rem;
  }
}
.s_r_features .sec-contain .features-list {
  margin-top: 120px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
@media screen and (max-width: 1900px) {
  .s_r_features .sec-contain .features-list {
    margin-top: 120rem;
    gap: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .s_r_features .sec-contain .features-list {
    grid-template-columns: 1fr;
    gap: 40rem;
  }
}

.s_r_interview {
  background-color: #fee101;
  padding: 140px 0;
}
@media screen and (max-width: 1900px) {
  .s_r_interview {
    padding: 140rem 0;
  }
}
@media screen and (max-width: 768px) {
  .s_r_interview {
    padding: 100rem 40rem;
  }
}
.s_r_interview .container .ttl-div {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .s_r_interview .container .ttl-div {
    flex-direction: column;
  }
}
.s_r_interview .container .ttl-div .ttl {
  margin-left: 410px;
}
@media screen and (max-width: 1900px) {
  .s_r_interview .container .ttl-div .ttl {
    margin-left: 410rem;
  }
}
@media screen and (max-width: 768px) {
  .s_r_interview .container .ttl-div .ttl {
    margin-left: auto;
    margin-bottom: 100rem;
  }
}
.s_r_interview .container .ttl-div .ttl::before {
  transform: translateX(0);
  background-color: #000;
  left: 0;
}
@media screen and (max-width: 768px) {
  .s_r_interview .container .ttl-div .ttl::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.s_r_interview .container .ttl-div .ttl .f-16 {
  text-align: left;
  margin-top: 20px;
}
@media screen and (max-width: 1900px) {
  .s_r_interview .container .ttl-div .ttl .f-16 {
    margin-top: 20rem;
  }
}
.s_r_interview .container .ttl-div .f-128 {
  margin-right: 105px;
}
@media screen and (max-width: 1900px) {
  .s_r_interview .container .ttl-div .f-128 {
    margin-right: 105rem;
  }
}
@media screen and (max-width: 768px) {
  .s_r_interview .container .ttl-div .f-128 {
    margin: auto;
  }
}
.s_r_interview .container .interview-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: 410px;
  gap: 33px;
}
@media screen and (max-width: 1900px) {
  .s_r_interview .container .interview-list {
    margin-left: 410rem;
    gap: 33rem;
  }
}
@media screen and (max-width: 768px) {
  .s_r_interview .container .interview-list {
    margin-left: 0;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40rem 20rem;
  }
}
.s_r_interview .container .interview-list .item {
  position: relative;
}
@media screen and (max-width: 768px) {
  .s_r_interview .container .interview-list .item {
    flex: 0 0 48%;
  }
}
.s_r_interview .container .interview-list .item:nth-child(3) p {
  writing-mode: horizontal-tb;
}
.s_r_interview .container .interview-list .item .img {
  overflow: hidden;
  width: 100%;
  height: 510px;
}
@media screen and (max-width: 1900px) {
  .s_r_interview .container .interview-list .item .img {
    height: 510rem;
  }
}
.s_r_interview .container .interview-list .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.s_r_interview .container .interview-list .item p {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  writing-mode: vertical-lr;
}

.s_r_flow {
  background-color: #fff;
  padding: 160px 0;
}
@media screen and (max-width: 1900px) {
  .s_r_flow {
    padding: 160rem 0;
  }
}
@media screen and (max-width: 768px) {
  .s_r_flow {
    padding: 100rem 40rem;
    padding-top: 150rem;
  }
}
.s_r_flow::after {
  content: "";
  width: 330px;
  height: 90px;
  position: absolute;
  z-index: 5;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #fee101;
}
@media screen and (max-width: 1900px) {
  .s_r_flow::after {
    width: 330rem;
    height: 90rem;
  }
}
.s_r_flow .sec-contain .ttl-div {
  text-align: center;
}
.s_r_flow .sec-contain .ttl-div .f-128 {
  color: #fee101;
  line-height: 1.2;
}
.s_r_flow .sec-contain .flow-list {
  margin-top: 100px;
}
@media screen and (max-width: 1900px) {
  .s_r_flow .sec-contain .flow-list {
    margin-top: 100rem;
  }
}
.s_r_flow .sec-contain .flow-list .flow-item {
  padding: 30px 50px;
  border: 2px solid #fee101;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  padding-right: 105px;
}
@media screen and (max-width: 1900px) {
  .s_r_flow .sec-contain .flow-list .flow-item {
    margin-top: 40rem;
    padding: 30rem 50rem;
    padding-right: 105rem;
  }
}
@media screen and (max-width: 768px) {
  .s_r_flow .sec-contain .flow-list .flow-item {
    padding: 40rem;
  }
}
.s_r_flow .sec-contain .flow-list .flow-item .img {
  width: 110px;
}
@media screen and (max-width: 1900px) {
  .s_r_flow .sec-contain .flow-list .flow-item .img {
    width: 110rem;
  }
}
.s_r_flow .sec-contain .flow-list .flow-item .text {
  width: calc(100% - 200px);
}
@media screen and (max-width: 1900px) {
  .s_r_flow .sec-contain .flow-list .flow-item .text {
    width: calc(100% - 200rem);
  }
}
@media screen and (max-width: 768px) {
  .s_r_flow .sec-contain .flow-list .flow-item .text {
    width: calc(100% - 160rem);
  }
}

.s_r_entry {
  background: url("../img/sub/s_recruit_entry.png") no-repeat center center;
  background-position: center;
  background-size: cover;
  padding-top: 67px;
  padding-bottom: 117px;
}
@media screen and (max-width: 1900px) {
  .s_r_entry {
    padding-top: 67rem;
    padding-bottom: 117rem;
  }
}
@media screen and (max-width: 768px) {
  .s_r_entry {
    padding: 100rem 40rem;
    background: url("../img/sub/s_recruit_entry-sp.png") no-repeat center center;
    background-position: center;
    background-size: cover;
  }
}
.s_r_entry .sec-wide {
  color: #fff;
}
.s_r_entry .sec-wide .f-290 {
  font-size: 290px;
  line-height: 1;
}
@media screen and (max-width: 1900px) {
  .s_r_entry .sec-wide .f-290 {
    font-size: 290rem;
  }
}
@media screen and (max-width: 768px) {
  .s_r_entry .sec-wide .f-290 {
    font-size: 120rem;
  }
}
.s_r_entry .sec-wide h2 {
  margin: 20px 0;
}
@media screen and (max-width: 1900px) {
  .s_r_entry .sec-wide h2 {
    margin: 20rem 0;
  }
}
.s_r_entry .sec-wide .btn-div {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .s_r_entry .sec-wide .btn-div {
    position: relative;
    margin-top: 70rem;
  }
}
.s_r_entry .sec-wide .btn-div a {
  width: 470px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.s_r_entry .sec-wide .btn-div a.btn-yellow2 {
  background-color: #fee101;
  border: 2px solid #fee101;
}
.s_r_entry .sec-wide .btn-div a.btn-yellow2:hover {
  background-color: #000;
  color: #fee101;
}
.s_r_entry .sec-wide .btn-div a.btn-yellow2:hover .arw svg path {
  fill: #fee101;
}
.s_r_entry .sec-wide .btn-div a.btn-black {
  background-color: #000;
  border: 2px solid #000;
  color: #fff;
  margin-top: 30px;
}
@media screen and (max-width: 1900px) {
  .s_r_entry .sec-wide .btn-div a.btn-black {
    margin-top: 30rem;
  }
}
.s_r_entry .sec-wide .btn-div a.btn-black:hover {
  background-color: #fee101;
  color: #000;
}
.s_r_entry .sec-wide .btn-div a.btn-black:hover .arw svg path {
  fill: #000;
}
@media screen and (max-width: 1900px) {
  .s_r_entry .sec-wide .btn-div a {
    width: 470rem;
    padding: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .s_r_entry .sec-wide .btn-div a {
    width: 100%;
  }
}
.s_r_entry .sec-wide .btn-div a .f-lg {
  line-height: 1;
}
.s_r_entry .sec-wide .btn-div a .arw {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 35px;
}
@media screen and (max-width: 1900px) {
  .s_r_entry .sec-wide .btn-div a .arw {
    right: 35rem;
  }
}
.s_r_entry .sec-wide .btn-div a .arw svg {
  width: 14px;
  height: 23px;
}
@media screen and (max-width: 1900px) {
  .s_r_entry .sec-wide .btn-div a .arw svg {
    width: 14rem;
    height: 23rem;
  }
}

.anchor {
  padding-top: 150px;
  margin-top: -150px;
}
@media screen and (max-width: 1900px) {
  .anchor {
    padding-top: 150rem;
    margin-top: -150rem;
  }
}
@media screen and (max-width: 768px) {
  .anchor {
    padding-top: 80rem;
    margin-top: -80rem;
  }
}/*# sourceMappingURL=sub.css.map */