.sec_contain {
  max-width: 1100px;
  width: 100%;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 1900px) {
  .sec_contain {
    max-width: 1100rem;
  }
}
@media screen and (max-width: 768px) {
  .sec_contain {
    max-width: 100%;
  }
}

.s_sec_ttl {
  font-size: 52px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  z-index: 2;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media screen and (max-width: 1900px) {
  .s_sec_ttl {
    font-size: 52rem;
  }
}
@media screen and (max-width: 768px) {
  .s_sec_ttl {
    font-size: 60rem;
  }
}
.s_sec_ttl::after {
  content: "";
  position: relative;
  width: 100px;
  display: block;
  height: 1px;
  background-color: #F28A00;
  margin: auto;
  margin-top: 30px;
}
@media screen and (max-width: 1900px) {
  .s_sec_ttl::after {
    width: 100rem;
    margin-top: 30rem;
  }
}

.sub-top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px;
  width: 100%;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1900px) {
  .sub-top {
    padding: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .sub-top {
    display: none;
  }
}
.sub-top .logo {
  width: 90px;
  margin-left: 140px;
}
@media screen and (max-width: 1900px) {
  .sub-top .logo {
    width: 90rem;
    margin-left: 140rem;
  }
}
.sub-top .top_nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 65px;
  margin-left: 80px;
}
@media screen and (max-width: 1900px) {
  .sub-top .top_nav {
    gap: 65rem;
    margin-left: 80rem;
  }
}
.sub-top .top_nav li a {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}
@media screen and (max-width: 1900px) {
  .sub-top .top_nav li a {
    gap: 15rem;
  }
}
.sub-top .top_nav li a .icon {
  width: 55px;
}
@media screen and (max-width: 1900px) {
  .sub-top .top_nav li a .icon {
    width: 55rem;
  }
}
.sub-top .top_nav li a span {
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 1900px) {
  .sub-top .top_nav li a span {
    font-size: 21rem;
  }
}
.sub-top .top_nav li a span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1900px) {
  .sub-top .top_nav li a span::after {
    bottom: -10rem;
  }
}
.sub-top .top_nav li a:hover span::after {
  width: 100%;
}
.sub-top .social-icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  top: 0;
  bottom: 0;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  right: 100px;
  gap: 30px;
}
@media screen and (max-width: 1900px) {
  .sub-top .social-icon {
    right: 100rem;
    gap: 30rem;
  }
}
.sub-top .social-icon li a.icon {
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media screen and (max-width: 1900px) {
  .sub-top .social-icon li a.icon {
    width: 60rem;
  }
}
.sub-top .social-icon li a.icon:hover img {
  transform: scale(0.9);
}

#s_fv {
  position: relative;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #s_fv {
    margin-top: 140rem;
  }
}
#s_fv .fv_ttl {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  bottom: 70px;
}
@media screen and (max-width: 1900px) {
  #s_fv .fv_ttl {
    bottom: 70rem;
  }
}
#s_fv .fv_ttl h1 {
  font-size: 84px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1900px) {
  #s_fv .fv_ttl h1 {
    font-size: 84rem;
  }
}
@media screen and (max-width: 768px) {
  #s_fv .fv_ttl h1 {
    font-size: 70rem;
  }
}
#s_fv .fv_ttl .lato {
  font-size: 32px;
  line-height: 1.5;
  font-weight: bold;
  color: #F28A00;
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 1900px) {
  #s_fv .fv_ttl .lato {
    margin-top: 30rem;
    font-size: 32rem;
  }
}
#s_fv .fv_ttl::before, #s_fv .fv_ttl::after {
  content: "";
  position: absolute;
  bottom: -70px;
  left: 50%;
  width: 1px;
  height: 25px;
  background-color: #fff;
}
@media screen and (max-width: 1900px) {
  #s_fv .fv_ttl::before, #s_fv .fv_ttl::after {
    bottom: -70rem;
    height: 25rem;
  }
}
#s_fv .fv_ttl::after {
  background-color: #F28A00;
  transform: translateY(100%);
}

.breadcrumb {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
@media screen and (max-width: 1900px) {
  .breadcrumb {
    gap: 10rem;
  }
}
.breadcrumb .icon_home {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}
.breadcrumb .icon_home svg {
  width: 22px;
  height: 20px;
}
@media screen and (max-width: 1900px) {
  .breadcrumb .icon_home svg {
    width: 22rem;
    height: 20rem;
  }
}
.breadcrumb .icon_home:hover svg path {
  fill: #F28A00;
}
.breadcrumb svg.arw {
  width: 6px;
  height: 11px;
  margin-left: 10px;
}
@media screen and (max-width: 1900px) {
  .breadcrumb svg.arw {
    width: 6rem;
    height: 11rem;
    margin-left: 10rem;
  }
}
.breadcrumb a.m_txt {
  margin-left: 0;
  color: black;
}
.breadcrumb a.m_txt:hover {
  color: #F28A00;
}

#s_privacy .sec_contain .section-description {
  font-size: 18px;
  margin-top: 70px;
}
@media screen and (max-width: 1900px) {
  #s_privacy .sec_contain .section-description {
    font-size: 18rem;
    margin-top: 70rem;
  }
}
@media screen and (max-width: 768px) {
  #s_privacy .sec_contain .section-description {
    font-size: 24rem;
  }
}
#s_privacy .sec_contain .section-list .list-item {
  margin-top: 50px;
  font-size: 28px;
  font-weight: 400;
  border-bottom: 1px solid #b3b3b3;
}
@media screen and (max-width: 1900px) {
  #s_privacy .sec_contain .section-list .list-item {
    font-size: 28rem;
    margin-top: 50rem;
  }
}
@media screen and (max-width: 768px) {
  #s_privacy .sec_contain .section-list .list-item {
    font-size: 32rem;
  }
}
#s_privacy .sec_contain .section-list .list-description {
  margin-top: 10px;
  font-size: 18px;
  word-break: auto-phrase;
}
@media screen and (max-width: 1900px) {
  #s_privacy .sec_contain .section-list .list-description {
    font-size: 18rem;
    margin-top: 10rem;
  }
}
@media screen and (max-width: 768px) {
  #s_privacy .sec_contain .section-list .list-description {
    font-size: 24rem;
  }
}
#s_privacy .sec_contain .section-list .contact-info {
  margin-top: 30px;
}
@media screen and (max-width: 1900px) {
  #s_privacy .sec_contain .section-list .contact-info {
    margin-top: 30rem;
  }
}
#s_privacy .sec_contain .section-list .sub-list {
  margin-top: 40px;
}
@media screen and (max-width: 1900px) {
  #s_privacy .sec_contain .section-list .sub-list {
    margin-top: 40rem;
  }
}
#s_privacy .sec_contain .section-list .sub-list .sub-list-item {
  font-size: 18px;
}
@media screen and (max-width: 1900px) {
  #s_privacy .sec_contain .section-list .sub-list .sub-list-item {
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  #s_privacy .sec_contain .section-list .sub-list .sub-list-item {
    font-size: 24rem;
  }
}

#s_service-main .sec_contain .service_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 55px;
  margin-top: 70px;
}
@media screen and (max-width: 1900px) {
  #s_service-main .sec_contain .service_list {
    gap: 55rem;
    margin-top: 70rem;
  }
}
@media screen and (max-width: 768px) {
  #s_service-main .sec_contain .service_list {
    grid-template-columns: 1fr;
    gap: 70rem;
  }
}
#s_service-main .sec_contain .service_list .item {
  position: relative;
}
#s_service-main .sec_contain .service_list .item .bg {
  overflow: hidden;
}
#s_service-main .sec_contain .service_list .item .item_ttl {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
#s_service-main .sec_contain .service_list .item .item_ttl p {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
#s_service-main .sec_contain .service_list .item:hover .bg img {
  transform: scale(1.2);
}

.promo-div .sec_contain {
  overflow: hidden;
}
.promo-div .sec_contain:hover .bg img {
  transform: scale(1.2);
}
.promo-div .sec_contain .promo_ttl {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  color: #fff;
}
.promo-div .sec_contain .promo_ttl h3 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 1900px) {
  .promo-div .sec_contain .promo_ttl h3 {
    font-size: 48rem;
  }
}
@media screen and (max-width: 768px) {
  .promo-div .sec_contain .promo_ttl h3 {
    font-size: 54rem;
  }
}

.s_service-sub .sec_contain .work_list {
  margin-top: 70px;
}
@media screen and (max-width: 1900px) {
  .s_service-sub .sec_contain .work_list {
    margin-top: 70rem;
  }
}
.s_service-sub .sec_contain .work_list.constructor {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 60px 40px;
}
@media screen and (max-width: 1900px) {
  .s_service-sub .sec_contain .work_list.constructor {
    gap: 60rem 40rem;
  }
}
@media screen and (max-width: 768px) {
  .s_service-sub .sec_contain .work_list.constructor {
    gap: 50rem;
  }
}
.s_service-sub .sec_contain .work_list.constructor .item {
  width: 340px;
  position: relative;
}
@media screen and (max-width: 1900px) {
  .s_service-sub .sec_contain .work_list.constructor .item {
    width: 340rem;
  }
}
@media screen and (max-width: 768px) {
  .s_service-sub .sec_contain .work_list.constructor .item {
    width: calc((100% - 50rem) / 2);
  }
}
.s_service-sub .sec_contain .work_list.constructor .item .lg_txt {
  margin-top: 20px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 1900px) {
  .s_service-sub .sec_contain .work_list.constructor .item .lg_txt {
    margin-top: 20rem;
  }
}
.s_service-sub .sec_contain .work_list.estate .item {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 50px;
}
.s_service-sub .sec_contain .work_list.estate .item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1900px) {
  .s_service-sub .sec_contain .work_list.estate .item {
    gap: 60rem;
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .s_service-sub .sec_contain .work_list.estate .item {
    margin-bottom: 70rem;
    flex-direction: column-reverse;
    gap: 70rem;
  }
}
.s_service-sub .sec_contain .work_list.estate .item .img-div {
  width: 340px;
}
@media screen and (max-width: 1900px) {
  .s_service-sub .sec_contain .work_list.estate .item .img-div {
    width: 340rem;
  }
}
@media screen and (max-width: 768px) {
  .s_service-sub .sec_contain .work_list.estate .item .img-div {
    width: 100%;
  }
}
.s_service-sub .sec_contain .work_list.estate .item .text {
  width: calc(100% - 400px);
}
@media screen and (max-width: 1900px) {
  .s_service-sub .sec_contain .work_list.estate .item .text {
    width: calc(100% - 400rem);
  }
}
@media screen and (max-width: 768px) {
  .s_service-sub .sec_contain .work_list.estate .item .text {
    width: 100%;
  }
}
.s_service-sub .sec_contain .work_list.estate .item .text .underlined {
  padding-bottom: 15px;
  width: 100%;
  border-bottom: 1px solid #B3B3B3;
  font-weight: bold;
}
@media screen and (max-width: 1900px) {
  .s_service-sub .sec_contain .work_list.estate .item .text .underlined {
    padding-bottom: 15rem;
  }
}
.s_service-sub .sec_contain .work_list.estate .item .text .orange {
  margin-top: 20px;
  color: #F28A00;
  font-weight: bold;
}
@media screen and (max-width: 1900px) {
  .s_service-sub .sec_contain .work_list.estate .item .text .orange {
    margin-top: 20rem;
  }
}
.s_service-sub .sec_contain .work_list.estate .item .text .m_txt {
  margin-top: 20px;
}
@media screen and (max-width: 1900px) {
  .s_service-sub .sec_contain .work_list.estate .item .text .m_txt {
    margin-top: 20rem;
  }
}
.s_service-sub .sec_contain .work_list.reform {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 100px;
}
@media screen and (max-width: 1900px) {
  .s_service-sub .sec_contain .work_list.reform {
    gap: 40rem 100rem;
  }
}
@media screen and (max-width: 768px) {
  .s_service-sub .sec_contain .work_list.reform {
    grid-template-columns: 1fr;
    gap: 70rem;
  }
}
.s_service-sub .sec_contain .work_list.reform .item .img-div {
  margin-top: 30px;
}
@media screen and (max-width: 1900px) {
  .s_service-sub .sec_contain .work_list.reform .item .img-div {
    margin-top: 30rem;
  }
}
.s_service-sub .sec_contain .work_list.reform .item .underlined {
  padding-bottom: 15px;
  border-bottom: 1px solid #B3B3B3;
  font-weight: bold;
}
@media screen and (max-width: 1900px) {
  .s_service-sub .sec_contain .work_list.reform .item .underlined {
    padding-bottom: 15rem;
  }
}
.s_service-sub .sec_contain .work_list.staffing {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 1900px) {
  .s_service-sub .sec_contain .work_list.staffing {
    gap: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .s_service-sub .sec_contain .work_list.staffing {
    grid-template-columns: 1fr;
  }
}
.s_service-sub .sec_contain .work_list.staffing .item .orange {
  color: #F28A00;
  margin-top: 30px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 1900px) {
  .s_service-sub .sec_contain .work_list.staffing .item .orange {
    margin-top: 30rem;
  }
}
.s_service-sub .sec_contain .work_list.staffing .item .m_txt {
  margin-top: 30px;
}
@media screen and (max-width: 1900px) {
  .s_service-sub .sec_contain .work_list.staffing .item .m_txt {
    margin-top: 30rem;
  }
}
.s_service-sub .sec_contain .service-food .img-wrap {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 1900px) {
  .s_service-sub .sec_contain .service-food .img-wrap {
    margin-top: 50rem;
    gap: 50rem;
  }
}
.s_service-sub .sec_contain .service-food .img-wrap img {
  width: calc(50% - 25px);
}
@media screen and (max-width: 1900px) {
  .s_service-sub .sec_contain .service-food .img-wrap img {
    width: calc(50% - 25rem);
  }
}
@media screen and (max-width: 768px) {
  .s_service-sub .sec_contain .service-food .img-wrap img {
    width: 100%;
  }
}
.s_service-sub .sec_contain .service-food .img-wrap img:first-child {
  width: 100%;
}
.s_service-sub .sec_contain .service-food .img {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .s_service-sub .sec_contain .service-food .img {
    margin-top: 50rem;
  }
}

.s_s_usage_flow .sec_contain .flow-list {
  margin-top: 70px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 45px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1900px) {
  .s_s_usage_flow .sec_contain .flow-list {
    margin-top: 70rem;
    gap: 45rem;
  }
}
@media screen and (max-width: 768px) {
  .s_s_usage_flow .sec_contain .flow-list {
    grid-template-columns: 1fr;
    gap: 50rem;
  }
}
.s_s_usage_flow .sec_contain .flow-list .item {
  background-color: #FFE6BD;
  padding: 35px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
}
@media screen and (max-width: 1900px) {
  .s_s_usage_flow .sec_contain .flow-list .item {
    padding: 35rem;
  }
}
.s_s_usage_flow .sec_contain .flow-list .item .lg_txt {
  text-align: center;
  margin-top: 20px;
  height: 3em;
  letter-spacing: 0;
  font-weight: bold;
}
@media screen and (max-width: 1900px) {
  .s_s_usage_flow .sec_contain .flow-list .item .lg_txt {
    margin-top: 20rem;
  }
}
.s_s_usage_flow .sec_contain .flow-list .item .icon {
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1900px) {
  .s_s_usage_flow .sec_contain .flow-list .item .icon {
    height: 92rem;
  }
}
.s_s_usage_flow .sec_contain .flow-list .item .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.s_s_usage_flow .sec_contain .flow-list .arws {
  position: absolute;
  z-index: -1;
  width: 600px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1900px) {
  .s_s_usage_flow .sec_contain .flow-list .arws {
    width: 600rem;
  }
}
@media screen and (max-width: 768px) {
  .s_s_usage_flow .sec_contain .flow-list .arws {
    flex-direction: column;
    gap: 270rem;
  }
}
.s_s_usage_flow .sec_contain .flow-list .arws img {
  width: 25px;
}
@media screen and (max-width: 1900px) {
  .s_s_usage_flow .sec_contain .flow-list .arws img {
    width: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .s_s_usage_flow .sec_contain .flow-list .arws img {
    transform: rotate(90deg);
  }
}

.info_list {
  margin-top: 50px;
}
@media screen and (max-width: 1900px) {
  .info_list {
    margin-top: 50rem;
  }
}
.info_list .item {
  padding: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  border-bottom: 1px solid #B3B3B3;
}
@media screen and (max-width: 1900px) {
  .info_list .item {
    padding: 20rem;
  }
}
.info_list .item .key {
  width: 188px;
}
@media screen and (max-width: 1900px) {
  .info_list .item .key {
    width: 188rem;
  }
}
@media screen and (max-width: 768px) {
  .info_list .item .key {
    width: 200rem;
  }
}
.info_list .item .val {
  width: calc(100% - 188px);
}
@media screen and (max-width: 1900px) {
  .info_list .item .val {
    width: calc(100% - 188rem);
  }
}
@media screen and (max-width: 768px) {
  .info_list .item .val {
    width: calc(100% - 200rem);
  }
}

#s_message .sec_contain .sub_ttl {
  margin-top: 70px;
}
@media screen and (max-width: 1900px) {
  #s_message .sec_contain .sub_ttl {
    margin-top: 70rem;
  }
}
@media screen and (max-width: 768px) {
  #s_message .sec_contain .sub_ttl {
    text-align: center;
  }
}
#s_message .sec_contain .msg-div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 50px;
}
@media screen and (max-width: 1900px) {
  #s_message .sec_contain .msg-div {
    margin-top: 50rem;
  }
}
@media screen and (max-width: 768px) {
  #s_message .sec_contain .msg-div {
    flex-direction: column-reverse;
  }
}
#s_message .sec_contain .msg-div .img {
  width: 400px;
}
@media screen and (max-width: 1900px) {
  #s_message .sec_contain .msg-div .img {
    width: 400rem;
  }
}
@media screen and (max-width: 768px) {
  #s_message .sec_contain .msg-div .img {
    width: 100%;
  }
}
#s_message .sec_contain .msg-div .msg {
  width: calc(100% - 450px);
}
@media screen and (max-width: 1900px) {
  #s_message .sec_contain .msg-div .msg {
    width: calc(100% - 450rem);
  }
}
@media screen and (max-width: 768px) {
  #s_message .sec_contain .msg-div .msg {
    width: 100%;
    margin-top: 70rem;
  }
}
#s_message .sec_contain .msg-div .msg .m_txt.right {
  margin: auto;
  margin-right: 0;
  margin-top: 40px;
  text-align: right;
}
@media screen and (max-width: 1900px) {
  #s_message .sec_contain .msg-div .msg .m_txt.right {
    margin-top: 40rem;
  }
}

#s_recruit-01 {
  background-color: #FFFAE3;
}
#s_recruit-01 .text-div {
  width: 1240px;
  padding: 50px;
  padding-left: 410px;
  margin-top: 250px;
  opacity: 0.8;
  color: #fff;
}
@media screen and (max-width: 1900px) {
  #s_recruit-01 .text-div {
    width: 1240rem;
    padding: 50rem;
    padding-left: 410rem;
    margin-top: 250rem;
  }
}
@media screen and (max-width: 768px) {
  #s_recruit-01 .text-div {
    width: 100%;
    padding: 40rem;
    padding-top: 120rem;
    margin-top: -100rem;
  }
}
#s_recruit-01 .text-div .m_txt {
  margin-top: 30px;
}
@media screen and (max-width: 1900px) {
  #s_recruit-01 .text-div .m_txt {
    margin-top: 30rem;
  }
}
#s_recruit-01 .img-div {
  position: absolute;
  z-index: -1;
  width: 1240px;
  right: 0;
  top: 250px;
}
@media screen and (max-width: 1900px) {
  #s_recruit-01 .img-div {
    width: 1240rem;
    top: 250rem;
  }
}
@media screen and (max-width: 768px) {
  #s_recruit-01 .img-div {
    position: relative;
    width: 100%;
    top: 0;
    margin-top: 100rem;
  }
}

#s_recruit-02 {
  background-color: #FFFAE3;
}
@media screen and (max-width: 768px) {
  #s_recruit-02 {
    padding: 40rem;
  }
}
#s_recruit-02 .sec_contain {
  max-width: 1200px;
}
@media screen and (max-width: 1900px) {
  #s_recruit-02 .sec_contain {
    max-width: 1200rem;
  }
}
@media screen and (max-width: 768px) {
  #s_recruit-02 .sec_contain {
    max-width: 100%;
  }
}
#s_recruit-02 .sec_contain h3,
#s_recruit-02 .sec_contain h4 {
  text-align: center;
}
#s_recruit-02 .sec_contain .frm {
  margin-top: 50px;
  padding: 30px 105px;
  background-color: #fff;
}
@media screen and (max-width: 1900px) {
  #s_recruit-02 .sec_contain .frm {
    margin-top: 50rem;
    padding: 30rem 105rem;
  }
}
@media screen and (max-width: 768px) {
  #s_recruit-02 .sec_contain .frm {
    padding: 40rem;
  }
}
#s_recruit-02 .sec_contain .frm.black {
  border: 2px solid #2D2D2D;
}
#s_recruit-02 .sec_contain .frm.black .list .item {
  background-color: #2D2D2D;
}
#s_recruit-02 .sec_contain .frm.orange {
  border: 2px solid #F28A00;
  margin-top: 25px;
}
@media screen and (max-width: 1900px) {
  #s_recruit-02 .sec_contain .frm.orange {
    margin-top: 25rem;
  }
}
#s_recruit-02 .sec_contain .frm.orange .list .item {
  background-color: #F28A00;
}
#s_recruit-02 .sec_contain .frm .list {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 1900px) {
  #s_recruit-02 .sec_contain .frm .list {
    margin-top: 20rem;
    gap: 20rem;
  }
}
@media screen and (max-width: 768px) {
  #s_recruit-02 .sec_contain .frm .list {
    grid-template-columns: 1fr;
  }
}
#s_recruit-02 .sec_contain .frm .list .item {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
}
@media screen and (max-width: 1900px) {
  #s_recruit-02 .sec_contain .frm .list .item {
    padding: 25rem;
  }
}
#s_recruit-02 .sec_contain .arw {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 25px;
}
@media screen and (max-width: 1900px) {
  #s_recruit-02 .sec_contain .arw {
    margin-top: 25rem;
  }
}
#s_recruit-02 .sec_contain .arw svg {
  width: 90px;
  height: 58px;
}
@media screen and (max-width: 1900px) {
  #s_recruit-02 .sec_contain .arw svg {
    width: 90rem;
    height: 58rem;
  }
}

#s_works {
  background-color: #FFFAE3;
}
#s_works .sec_contain {
  max-width: 1200px;
}
@media screen and (max-width: 1900px) {
  #s_works .sec_contain {
    max-width: 1200rem;
  }
}
@media screen and (max-width: 768px) {
  #s_works .sec_contain {
    max-width: 100%;
  }
}
#s_works .sec_contain .sub_ttl {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 1900px) {
  #s_works .sec_contain .sub_ttl {
    margin-top: 50rem;
  }
}
#s_works .sec_contain .sec_frame {
  border: 2px solid #F28A00;
  padding: 50px 80px;
  background-color: #fff;
  margin-top: 70px;
}
@media screen and (max-width: 1900px) {
  #s_works .sec_contain .sec_frame {
    padding: 50rem 80rem;
    margin-top: 70rem;
  }
}
#s_works .sec_contain .sec_frame .sub_ttl.deco {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding-bottom: 10px;
  border-bottom: 2px solid #F28A00;
  position: relative;
}
@media screen and (max-width: 1900px) {
  #s_works .sec_contain .sec_frame .sub_ttl.deco {
    padding-bottom: 10rem;
  }
}
#s_works .sec_contain .sec_frame .sub_ttl.deco::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #F28A00;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}
@media screen and (max-width: 1900px) {
  #s_works .sec_contain .sec_frame .sub_ttl.deco::before {
    border-left: 25rem solid transparent;
    border-right: 25rem solid transparent;
    border-top: 25rem solid #F28A00;
  }
}
#s_works .sec_contain .sec_frame .sub_ttl.deco:nth-of-type(2) {
  margin-top: 50px;
}
@media screen and (max-width: 1900px) {
  #s_works .sec_contain .sec_frame .sub_ttl.deco:nth-of-type(2) {
    margin-top: 50rem;
  }
}
#s_works .sec_contain .sec_frame .item_list {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 1900px) {
  #s_works .sec_contain .sec_frame .item_list {
    margin-top: 50rem;
    gap: 20rem;
  }
}
@media screen and (max-width: 768px) {
  #s_works .sec_contain .sec_frame .item_list {
    grid-template-columns: 1fr;
    gap: 30rem;
  }
}
#s_works .sec_contain .sec_frame .item_list .item {
  border: 2px solid #F28A00;
  padding: 28px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 1900px) {
  #s_works .sec_contain .sec_frame .item_list .item {
    padding: 28rem 0;
    gap: 30rem;
  }
}
#s_works .sec_contain .sec_frame .item_list .item .lg_txt {
  letter-spacing: 0;
  color: #F28A00;
  font-weight: bold;
}
#s_works .sec_contain .sec_frame .item_list .item:first-child svg {
  width: 19px;
  height: 44px;
}
@media screen and (max-width: 1900px) {
  #s_works .sec_contain .sec_frame .item_list .item:first-child svg {
    width: 19rem;
    height: 44rem;
  }
}
#s_works .sec_contain .sec_frame .item_list .item:nth-child(2) svg {
  width: 44px;
  height: 29px;
}
@media screen and (max-width: 1900px) {
  #s_works .sec_contain .sec_frame .item_list .item:nth-child(2) svg {
    width: 44rem;
    height: 29rem;
  }
}
#s_works .sec_contain .sec_frame .item_list .item:nth-child(3) svg {
  width: 28px;
  height: 44px;
}
@media screen and (max-width: 1900px) {
  #s_works .sec_contain .sec_frame .item_list .item:nth-child(3) svg {
    width: 28rem;
    height: 44rem;
  }
}
#s_works .sec_contain .sec_frame .item_list.list2 .item:first-child svg {
  width: 43px;
  height: 31px;
}
@media screen and (max-width: 1900px) {
  #s_works .sec_contain .sec_frame .item_list.list2 .item:first-child svg {
    width: 43rem;
    height: 31rem;
  }
}
#s_works .sec_contain .sec_frame .item_list.list2 .item:nth-child(2) svg {
  width: 56px;
  height: 37px;
}
@media screen and (max-width: 1900px) {
  #s_works .sec_contain .sec_frame .item_list.list2 .item:nth-child(2) svg {
    width: 56rem;
    height: 37rem;
  }
}
#s_works .sec_contain .sec_frame .item_list.list2 .item:nth-child(3) svg {
  width: 43px;
  height: 34px;
}
@media screen and (max-width: 1900px) {
  #s_works .sec_contain .sec_frame .item_list.list2 .item:nth-child(3) svg {
    width: 43rem;
    height: 34rem;
  }
}
#s_works .sec_contain .sec_frame .m_txt.orange {
  color: #F28A00;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 50px;
  font-weight: bold;
}
@media screen and (max-width: 1900px) {
  #s_works .sec_contain .sec_frame .m_txt.orange {
    margin-top: 50rem;
  }
}

#s_marit .sec_contain .marit-list {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 1900px) {
  #s_marit .sec_contain .marit-list {
    margin-top: 50rem;
    gap: 40rem;
  }
}
@media screen and (max-width: 768px) {
  #s_marit .sec_contain .marit-list {
    grid-template-columns: 1fr;
    gap: 70rem;
  }
}
#s_marit .sec_contain .marit-list .item .lg_txt {
  text-align: center;
  margin-top: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1900px) {
  #s_marit .sec_contain .marit-list .item .lg_txt {
    margin-top: 20rem;
  }
}
#s_marit .sec_contain .marit-list .item .m_txt {
  margin-top: 20px;
}
@media screen and (max-width: 1900px) {
  #s_marit .sec_contain .marit-list .item .m_txt {
    margin-top: 20rem;
  }
}

#s_require {
  background-color: #EAE7DF;
}
@media screen and (max-width: 768px) {
  #s_require .sec_contain .list-wrapper {
    overflow-x: scroll;
  }
}
#s_require .sec_contain .list-wrapper .require_list {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-collapse: collapse;
  background-color: #fff;
}
@media screen and (max-width: 1900px) {
  #s_require .sec_contain .list-wrapper .require_list {
    margin-top: 50rem;
  }
}
@media screen and (max-width: 768px) {
  #s_require .sec_contain .list-wrapper .require_list {
    width: -moz-fit-content;
    width: fit-content;
  }
}
#s_require .sec_contain .list-wrapper .require_list .item {
  display: flex;
  border: 1px solid #E9FAFF;
  overflow: hidden;
  letter-spacing: 1px;
}
#s_require .sec_contain .list-wrapper .require_list .item .key {
  background-color: #F28A00;
  width: 250px;
  padding: 25px 35px;
  font-weight: bold;
  color: white;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 1900px) {
  #s_require .sec_contain .list-wrapper .require_list .item .key {
    width: 250rem;
    padding: 25rem 35rem;
  }
}
#s_require .sec_contain .list-wrapper .require_list .item .val {
  width: calc(100% - 250px);
  padding: 25px 40px;
}
@media screen and (max-width: 1900px) {
  #s_require .sec_contain .list-wrapper .require_list .item .val {
    padding: 25rem 40rem;
    width: calc(100% - 250rem);
  }
}
@media screen and (max-width: 768px) {
  #s_require .sec_contain .list-wrapper .require_list .item .val {
    width: 700rem;
  }
}
#s_require .sec_contain .list-wrapper .require_list .item .val p {
  display: flex;
}
#s_require .sec_contain .list-wrapper .require_list .item .val p .sub_key {
  width: 180px;
}
@media screen and (max-width: 1900px) {
  #s_require .sec_contain .list-wrapper .require_list .item .val p .sub_key {
    width: 180rem;
  }
}
@media screen and (max-width: 768px) {
  #s_require .sec_contain .list-wrapper .require_list .item .val p .sub_key {
    width: 250rem;
  }
}

#method {
  background-color: #EAE7DF;
}
#method .sec_contain .method_list {
  margin-top: 70px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 120px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1900px) {
  #method .sec_contain .method_list {
    margin-top: 70rem;
    gap: 120rem;
  }
}
@media screen and (max-width: 768px) {
  #method .sec_contain .method_list {
    grid-template-columns: 1fr;
    gap: 70rem;
  }
}
#method .sec_contain .method_list::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 850px;
  height: 3px;
  background-color: #000;
  left: 0;
  right: 0;
  top: 125px;
  margin: auto;
}
@media screen and (max-width: 1900px) {
  #method .sec_contain .method_list::before {
    width: 850rem;
    height: 3rem;
    top: 125rem;
  }
}
@media screen and (max-width: 768px) {
  #method .sec_contain .method_list::before {
    display: none;
  }
}
#method .sec_contain .method_list .item .lg_txt {
  text-align: center;
  margin-top: 30px;
  font-weight: bold;
}
@media screen and (max-width: 1900px) {
  #method .sec_contain .method_list .item .lg_txt {
    margin-top: 30rem;
  }
}
#method .sec_contain .method_list .item .lg_txt .orange {
  color: #F28A00;
  font-weight: bold;
}
#method .sec_contain .method_list .item .m_txt {
  margin-top: 30px;
}
@media screen and (max-width: 1900px) {
  #method .sec_contain .method_list .item .m_txt {
    margin-top: 30rem;
  }
}
#method .sec_contain .method_list .item .img {
  width: 250px;
  margin: auto;
}
@media screen and (max-width: 1900px) {
  #method .sec_contain .method_list .item .img {
    width: 250rem;
  }
}
@media screen and (max-width: 768px) {
  #method .sec_contain .method_list .item .img {
    width: 350rem;
  }
}

#s_entry {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 5;
  overflow: hidden;
  border: 1px solid transparent;
}
@media screen and (max-width: 1900px) {
  #s_entry {
    padding: 100rem 0;
  }
}
@media screen and (max-width: 768px) {
  #s_entry {
    padding: 80rem 40rem;
  }
}
#s_entry .link {
  color: #fff;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 10;
}
#s_entry::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  background-color: #FFFAE3;
  transition: all 0.3s ease-in-out;
  transform: scale(0);
}
#s_entry:hover {
  background: linear-gradient(to left, #f28a00, #ff5d1d);
  border: 1px solid #F28A00;
}
#s_entry:hover::after {
  transform: scale(1.3);
}
#s_entry:hover .link {
  color: #F28A00;
}

#s_blog .sec_contain .cat-div {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 70px;
  margin-top: 50px;
}
@media screen and (max-width: 1900px) {
  #s_blog .sec_contain .cat-div {
    margin-top: 50rem;
    gap: 70rem;
  }
}
@media screen and (max-width: 768px) {
  #s_blog .sec_contain .cat-div {
    gap: 10rem;
  }
}
#s_blog .sec_contain .cat-div .item {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.5;
  padding: 16px;
  background-color: #F28A00;
  border: 1px solid #F28A00;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
#s_blog .sec_contain .cat-div .item.active, #s_blog .sec_contain .cat-div .item:hover {
  background-color: #fff;
  color: #F28A00;
}
@media screen and (max-width: 1900px) {
  #s_blog .sec_contain .cat-div .item {
    font-size: 21rem;
    padding: 16rem;
  }
}
@media screen and (max-width: 768px) {
  #s_blog .sec_contain .cat-div .item {
    font-size: 28rem;
  }
}
#s_blog .sec_contain .item_list {
  margin-top: 100px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 70px;
}
@media screen and (max-width: 1900px) {
  #s_blog .sec_contain .item_list {
    margin-top: 100rem;
    gap: 70rem;
  }
}
@media screen and (max-width: 768px) {
  #s_blog .sec_contain .item_list {
    grid-template-columns: 1fr;
    gap: 50rem;
  }
}
#s_blog .sec_contain .item_list .item .img {
  overflow: hidden;
}
#s_blog .sec_contain .item_list .item:hover .img img {
  transform: scale(1.2);
}
#s_blog .sec_contain .item_list .item:hover .item_info .item_ttl {
  color: #F28A00;
  text-decoration: underline;
}
#s_blog .sec_contain .item_list .item .item_info {
  margin-top: 10px;
}
@media screen and (max-width: 1900px) {
  #s_blog .sec_contain .item_list .item .item_info {
    margin-top: 10rem;
  }
}
#s_blog .sec_contain .item_list .item .item_info .meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
#s_blog .sec_contain .item_list .item .item_info .meta .date {
  color: #F28A00;
}
#s_blog .sec_contain .item_list .item .item_info .meta .tag {
  width: 170px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 90%;
  color: #fff;
  background-color: #F28A00;
}
@media screen and (max-width: 1900px) {
  #s_blog .sec_contain .item_list .item .item_info .meta .tag {
    width: 170rem;
    padding: 5rem;
  }
}
#s_blog .sec_contain .item_list .item .item_info .item_ttl {
  transition: all 0.3s ease-in-out;
}
#s_blog .sec_contain .item_detail {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  #s_blog .sec_contain .item_detail {
    margin-top: 70rem;
  }
}
#s_blog .sec_contain .item_detail .sub_ttl {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #F28A00;
}
@media screen and (max-width: 1900px) {
  #s_blog .sec_contain .item_detail .sub_ttl {
    padding-bottom: 10rem;
  }
}
#s_blog .sec_contain .item_detail .meta {
  margin-top: 30px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1900px) {
  #s_blog .sec_contain .item_detail .meta {
    margin-top: 30rem;
  }
}
#s_blog .sec_contain .item_detail .meta .date {
  color: #F28A00;
}
#s_blog .sec_contain .item_detail .meta .tag {
  width: 170px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 90%;
  color: #fff;
  background-color: #F28A00;
}
@media screen and (max-width: 1900px) {
  #s_blog .sec_contain .item_detail .meta .tag {
    width: 170rem;
    padding: 5rem;
  }
}
#s_blog .sec_contain .item_detail .content {
  margin: 30px 0;
}
@media screen and (max-width: 1900px) {
  #s_blog .sec_contain .item_detail .content {
    margin: 30rem 0;
  }
}
#s_blog .sec_contain .item_detail .featured_image {
  max-width: 800px;
  margin: auto;
  margin-top: 50px;
}
@media screen and (max-width: 1900px) {
  #s_blog .sec_contain .item_detail .featured_image {
    max-width: 800rem;
    margin-top: 50rem;
  }
}
@media screen and (max-width: 768px) {
  #s_blog .sec_contain .item_detail .featured_image {
    max-width: 100%;
    margin-top: 80rem;
  }
}
#s_blog .sec_contain .pagination {
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1900px) {
  #s_blog .sec_contain .pagination {
    margin-top: 100rem;
  }
}
@media screen and (max-width: 768px) {
  #s_blog .sec_contain .pagination {
    margin-top: 250rem;
    width: 100%;
  }
}
#s_blog .sec_contain .pagination .prev a,
#s_blog .sec_contain .pagination .next a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #000;
}
@media screen and (max-width: 1900px) {
  #s_blog .sec_contain .pagination .prev a,
  #s_blog .sec_contain .pagination .next a {
    gap: 10rem;
  }
}
#s_blog .sec_contain .pagination .prev a svg,
#s_blog .sec_contain .pagination .next a svg {
  width: 41px;
  height: 41px;
}
@media screen and (max-width: 1900px) {
  #s_blog .sec_contain .pagination .prev a svg,
  #s_blog .sec_contain .pagination .next a svg {
    width: 41rem;
    height: 41rem;
  }
}
#s_blog .sec_contain .pagination .prev a:hover,
#s_blog .sec_contain .pagination .next a:hover {
  color: #F28A00;
}
#s_blog .sec_contain .pagination .to_list a {
  width: 365px;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px solid #F28A00;
  background-color: #F28A00;
  color: #fff;
}
@media screen and (max-width: 1900px) {
  #s_blog .sec_contain .pagination .to_list a {
    width: 365rem;
    padding: 25rem;
  }
}
@media screen and (max-width: 768px) {
  #s_blog .sec_contain .pagination .to_list a {
    position: absolute;
    top: -150rem;
    left: 0;
    width: 100%;
  }
}
#s_blog .sec_contain .pagination .to_list a svg {
  width: 11px;
  height: 19px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1900px) {
  #s_blog .sec_contain .pagination .to_list a svg {
    width: 11rem;
    height: 19rem;
    right: 30rem;
  }
}
#s_blog .sec_contain .pagination .to_list a:hover {
  background-color: #fff;
  color: #F28A00;
}
#s_blog .sec_contain .pagination .to_list a:hover svg path {
  stroke: #F28A00;
}/*# sourceMappingURL=sub.css.map */