<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* TOP */
.top_image {
  width: 100%;
  height: 0;
  padding-top: 40.27777777777778%;
  background: url(/assets/img/top/top_image.jpg) center center / cover no-repeat;
}
.top_h3 {
  color: #d21a44;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
}
.top_h3 + .top_lead {
  margin-top: 1em;
}

/* MV */
#mv {
  overflow: hidden;
}
#mv .mv_wrap {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
#mv .mv_video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}
#mv &gt; .contents_inner {
  position: relative;
}
#mv .mv_txt {
  position: absolute;
  left: 0;
  bottom: 100px;
}
#mv .mv_ttl {
  font-size: 9rem;
  font-weight: 500;
}
#mv .mv_lead {
  font-size: 5rem;
  line-height: 1.5;
}

/* intro */
#intro {
  position: relative;
  height: 100vh;
  background: url(/assets/img/top/intro_bg.png) left bottom / cover no-repeat;
  overflow: hidden;
}
#intro .intro_circle {
  position: absolute;
  top: -13px;
  right: -7%;
  width: 63%;
}
#intro .intro_txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
#intro .intro_heading {
  margin-bottom: 1em;
  color: #d21a44;
  font-size: 2.4rem;
}
#intro .intro_num {
  display: inline-block;
  margin-bottom: 30px;
  line-height: 1.2;
  border-bottom: 3px solid #fff;
}
#intro .intro_num .count {
  font-size: 10rem;
  font-weight: 700;
}
#intro .intro_num .unit {
  font-size: 4.6rem;
  font-weight: 700;
}
#intro .intro_lead {
  font-weight: 700;
  line-height: 2;
}
#intro .intro_lead + .intro_lead {
  margin-top: 1em;
}

/* service */
#service {
  padding-top: 120px;
}
#service .service_menu {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
#service .service_link {
  width: 50%;
}
#service .service_link a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 50px 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
}
#service .service_link a:hover {
  opacity: 1;
}
#service .service_link-system a {
  background-image: url(/assets/img/top/service_system_off.jpg);
}
#service .service_link-system a:hover {
  background-image: url(/assets/img/top/service_system_on.jpg); 
}
#service .service_link-web a {
  background-image: url(/assets/img/top/service_web_off.jpg);
}
#service .service_link-web a:hover {
  background-image: url(/assets/img/top/service_web_on.jpg);
}
#service .service_link-ordering a {
  background-image: url(/assets/img/top/service_ordering_off.jpg);
}
#service .service_link-ordering a:hover {
  background-image: url(/assets/img/top/service_ordering_on.jpg);
}
#service .service_link-education a {
  background-image: url(/assets/img/top/service_education_off.jpg);
}
#service .service_link-education a:hover {
  background-image: url(/assets/img/top/service_education_on.jpg);
}
#service .service_link-attendance a {
  background-image: url(/assets/img/top/service_attendance_off.jpg);
}
#service .service_link-attendance a:hover {
  background-image: url(/assets/img/top/service_attendance_on.jpg);
}
#service .service_link-ec a {
  background-image: url(/assets/img/top/service_ec_off.jpg);
}
#service .service_link-ec a:hover {
  background-image: url(/assets/img/top/service_ec_on.jpg);
}
#service .service_detail {
  width: 78%;
}
#service .service_detail .name {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #b1b1b1;
}
#service .service_detail .name span {
  display: block;
}
#service .service_detail .name .en {
  font-size: 3rem;
  font-weight: 500;
}
#service .service_detail .name .jp {
  position: relative;
  margin-left: 30px;
  padding-left: 30px;
  font-size: 2rem;
  font-weight: 700;
}
#service .service_detail .name .jp::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 30px;
  margin-top: -15px;
  background-color: #b1b1b1;
}
#service .service_detail .sub {
  padding: 15px 0;
  font-size: 2rem;
  font-weight: 700;
  border-bottom: 1px solid #b1b1b1;
}
#service .service_detail .txt {
  padding: 20px 0 30px;
  font-weight: 700;
  line-height: 2;
}
#service .service_detail .arw {
  position: relative;
  margin: auto;
}
#service .service_detail .arw::before,
#service .service_detail .arw::after {
  content: "";
  position: absolute;
  top: 50%;
  width: calc(50% - 50px);
  height: 1px;
  margin-top: -0.5px;
  background-color: #b1b1b1;
}
#service .service_detail .arw::before {
  left: 0;
}
#service .service_detail .arw::after {
  right: 0;
}
#service .service_detail .arw span {
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  margin: auto;
  border: 1px solid #b1b1b1;
  border-radius: 50%;
  background-color: transparent;
  transition: .2s linear;
}
#service .service_detail .arw span::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 35px;
  height: 11px;
  -webkit-mask: url(/assets/img/common/arrow01.svg);
  mask: url(/assets/img/common/arrow01.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #fff;
  transform: translate(-50%, -50%);
}
#service .service_link a:hover .arw span {
  background-color: #fff;
}
#service .service_link a:hover .arw span::before {
  background-color: #d60011;
}

/* information */
#info {
  padding: 120px 0;
}
#info .info_top {
  display: flex;
  justify-content: space-between;
}
#info .info_ttl {
  width: 50%;
}
#info .info_sub {
  width: 50%;
  color: #d21a44;
  font-size: 3rem;
  font-weight: 700;
  text-align: right;
}
#info .info_list {
  display: grid;
  column-gap: 80px;
}
#info .info_list .item {
  grid-column: 2 / 3;
  border-bottom: 1px dotted #404040;
}
#info .info_list .item a {
  display: block;
  padding: 40px 0 30px;
  pointer-events: none;
}
#info .info_list .item .txt {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
#info .info_list .item .bottom {
  display: flex;
  margin-top: 1em;
}
#info .info_list .item .bottom .date {
  font-weight: 700;
}
#info .info_list .item .bottom .category {
  position: relative;
  padding-left: 1.5em;
  margin-left: 1em;
  color: #b1b1b1;
  font-weight: 700;
}
#info .info_list .item .bottom .category::before {
  content: "｜";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#info .info_list .item-l {
  grid-row: 1 / 4;
  grid-column: 1 / 2;
  border-bottom: none;
}
#info .info_list .item-l + .item {
  border-top: 1px solid #fff;
}
#info .info_list .item-l a {
  padding: 0;
}
#info .info_list .item-l .img {
  margin-top: 40px;
  padding-top: 53.57142857142857%;
  background-position: center center;
  background-size: cover;
  background-color: #fff;
  background-repeat: no-repeat;
}
#info .info_list .item-l .img-noimg {
  position: relative;
}
#info .info_list .item-l .img-noimg::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 129px;
  height: 24px;
  background: url(/assets/img/top/logo_noimg.png) left top / 100% auto no-repeat;
  transform: translate(-50%, -50%);
}
#info .info_list .item-l .txt {
  margin-top: 1em;
  font-size: 2.4rem;
}

/* recruit */
#recruit {
  background-color: #222;
}
#recruit .recruit_col {
  display: flex;
  justify-content: space-between;
  padding: 115px 0;
}
#recruit .recruit_block {
  width: calc(50% - 40px);
}
#recruit .recruit_h3 {
  position: relative;
  padding-bottom: 25px;
  border-bottom: 1px solid #fff;
}
#recruit .recruit_h3::before,
#recruit .recruit_h3::after {
  content: "";
  position: absolute;
}
#recruit .recruit_h3::before {
  right: 0;
  bottom: -1px;
  width: 40px;
  height: 1px;
  background-color: #d60011;
}
#recruit .recruit_h3::after {
  right: 10px;
  top: 50%;
  width: 24px;
  height: 7px;
  -webkit-mask: url(/assets/img/common/arrow01.svg);
  mask: url(/assets/img/common/arrow01.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #d60011;
  transform: translateY(-50%);
}
#recruit .recruit_h3 span {
  position: absolute;
  right: 50px;
  top: 50%;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  transform: translateY(-50%);
}
#recruit .recruit_lead {
  line-height: 2;
}
#recruit .recruit_img {
  width: 100%;
  height: 0;
  padding-top: 40.27777777777778%;
  background: url(/assets/img/top/recruit_image.jpg) center center / cover no-repeat;
}

/* about */
#about {
  padding: 80px 0;
  background-color: #222;
}
#about .about_h3 {
  display: flex;
  align-items: center;
}
#about .about_h3 .en {
  display: block;
  padding-right: 30px;
  color: #ca1941;
  font-size: 4rem;
  font-weight: 500;
}
#about .about_h3 .jp {
  position: relative;
  display: block;
  padding-left: 30px;
  font-size: 1.8rem;
  font-weight: 700;
}
#about .about_h3 .jp::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 40px;
  margin-top: -20px;
  background-color: #b1b1b1;
}
#about .about_detail {
  margin-top: 40px;
}
#about .about_detail table {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
}
#about .about_detail table tr:not(:last-of-type) {
  border-bottom: 1px solid #fff;
}
#about .about_detail table th {
  width: 30%;
  padding: 20px;
}
#about .about_detail table td {
  width: 70%;
  padding: 20px;
}

/* contact */
#contact {
  padding: 80px 0;
}
#contact .contact_h3 {
  display: flex;
  align-items: center;
}
#contact .contact_h3 .en {
  display: block;
  padding-right: 30px;
  color: #ca1941;
  font-size: 4rem;
  font-weight: 500;
}
#contact .contact_h3 .jp {
  position: relative;
  display: block;
  padding-left: 30px;
  font-size: 1.8rem;
  font-weight: 700;
}
#contact .contact_h3 .jp::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 40px;
  margin-top: -20px;
  background-color: #b1b1b1;
}
#contact .progressbar {
  display: flex;
  /* flex-wrap: wrap; */
  height: 50px;
  align-items: center;
  max-width: 720px;
  width: 100%;
  margin: 40px auto 0;
}
#contact .progress-txt {
  font-size: 16px;
  font-weight: bold;
  margin-top: 40px;
  text-align: center;
}
#contact .progressbar .item {
  position: relative;
  width: 32%;
  text-align: center;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 13px 0;
  line-height: 1.5;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#contact .progressbar .item:first-child {
  border-left: 1px solid #fff;
}
#contact .progressbar .item:last-child {
  border-right: 1px solid #fff;
}
#contact .progressbar .item:not(:last-child)::before,
#contact .progressbar .item:not(:last-child)::after {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 100%;
  content: '';
  border: 25px double transparent;
  border-left: 20px solid #151515;
  margin: auto 4px auto auto;
}
#contact .progressbar .item:not(:last-child)::before {
  margin-left: 2px;
  border-left-color: #FFF;
}
#contact .progressbar .item.active {
  z-index: 1;
  background: #ca1941;
}
#contact .progressbar .item.active:not(:last-child)::after {
  border-left-color: #ca1941;
}
#contact .progressbar .item.active:not(:last-child)::before {
  border-left: none;
}
@media screen and (max-width: 767px) {
  #contact .progressbar .item {
    font-size: 14px;
    line-height: 1.4;
    padding: 16px 0;
  }
  #contact .progressbar .item:not(:last-child)::before,
  #contact .progressbar .item:not(:last-child)::after {
    border-width: 25px;
    border-left-width: 12px;
  }
}
#contact .btnArea {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
#contact .btnArea .btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 60px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  border: 1px solid #fff;
  background-color: transparent;
  cursor: pointer;
  transition: .2s linear;
}
#contact .btnArea .btn:hover {
  opacity:.8;
}
#contact .btnArea form + form {
  margin-left: 20px;
}

/* form */
.confirm {
  margin-top: 40px;
}
form {
  margin-top: 40px;
}
.Form {
  max-width: 840px; 
  margin-left: auto;
  margin-right: auto;
}
.Form-Item {
  padding-top: 24px;
  /* padding-bottom: 24px; */
  width: 100%;
  display: flex;
  /* align-items: center; */
}
.Form-Item dl {
  display: flex;
  width: 100%;
}
.Form-Item dl dt {
  max-width: 252px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Form-Item .textarea-flex {
  display: flex;
  align-items: flex-start;
}
.Form-Item .textarea-flex dt {
  padding-top: .5em;
}
.Form-Item .textarea-flex dt.pt-0 {
  padding-top: 0;
}
.Form-Item dl dd {
  max-width: 540px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.confirm .Form-Item dl dd {
  font-size: 18px;
  text-align: left;
}
.Form-Item-Label {
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  /* padding-top: 8px; */
}
.Form-Item-Label .error-php {
  color: #cc0202;
  display: block;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 14px;
  /* padding-top: 8px; */
}
.label-required {
  border-radius: 6px;
  padding: 2px 12px;
  min-width: 54px;
  display: inline-flex;
  text-align: center;
  background: #ca1941;
  color: #fff;
  border-radius: 3px;
  font-size: 14px;
  font-weight: bold;
  margin-left: 20px;
}
.label-arbitrary {
  border-radius: 6px;
  padding: 2px 12px;
  /* width: 48px; */
  display: inline-flex;
  text-align: center;
  color: #ddd;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 14px;
  font-weight: bold;
  margin-left: 20px;
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-left: 20px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  max-width: 540px;
  width: 100%;
  background: #f1f5f6;
  font-size: 18px;
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 20px;
  padding: .5em 1em;
  height: 216px;
  flex: 1;
  max-width: 540px;
  width: 100%;
  background: #eaedf2;
  font-size: 18px;
}


@media (max-width: 1200px) {
  /* MV */
  #mv .mv_txt {
    left: 5%;
  }
  #mv .mv_wrap {
    height: 70vh;
  }

  /* intro */
  #intro .intro_circle {
    width: 45%;
  }
}

/* ---------- For Tablet ---------- */
@media (max-width: 1024px) {
  /* service */
  #service .service_menu {
    display: block;
  }
  #service .service_link {
    width: 100%;
  }
}

/* ---------- For SP ---------- */
@media (max-width: 767px) {
  /* top */
  .top_h3 {
    font-size: 3rem;
  }

  /* MV */
  #mv .mv_ttl {
    font-size: 3.5rem;
  }
  #mv .mv_lead {
    margin-top: 1em;
    font-size: 2rem;
  }

  /* intro */
  #intro {
    height: auto;
    padding: 50px 0;
  }
  #intro .intro_txt {
    position: static;
    transform: none;
  }
  #intro .intro_heading {
    font-size: 1.8rem;
  }
  #intro .intro_num {
    margin-bottom: 15px;
  }
  #intro .intro_num .count {
    font-size: 5rem;
  }
  #intro .intro_num .unit {
    font-size: 2.3rem;
  }

  /* service */
  #service {
    padding-top: 60px;
  }
  #service .service_menu {
    margin-top: 30px;
  }
  #service .service_link {
    height: auto;
  }
  #service .service_link a {
    padding: 20px 0;
  }
  #service .service_detail {
    width: 90%;
  }
  #service .service_detail .name {
    padding-bottom: 10px;
  }
  #service .service_detail .name .en {
    font-size: 2.2rem;
  }
  #service .service_detail .name .jp {
    margin-left: 15px;
    padding-left: 15px;
    font-size: 1.5rem;
  }
  #service .service_detail .sub {
    font-size: 1.5rem;
  }

  /* info */
  #info {
    padding: 60px 0;
  }
  #info .info_top {
    display: block;
  }
  #info .info_ttl {
    width: 100%;
  }
  #info .info_sub {
    width: 100%;
    margin-top: 1em;
    font-size: 2rem;
    text-align: center;
  }
  #info .info_list {
    display: block;
  }
  #info .info_list .item a {
    padding: 20px 0;
  }
  #info .info_list .item .txt {
    font-size: 1.5rem;
  }
  #info .info_list .item-l + .item {
    border-top: 1px dotted #404040;
  }
  #info .info_list .item-l a {
    padding: 20px 0;
  }
  #info .info_list .item-l .img {
    margin-top: 0;
  }
  #info .info_list .item-l .txt {
    font-size: 1.7rem;
  }

  /* recruit */
  #recruit .recruit_col {
    display: block;
    padding: 50px 0;
  }
  #recruit .recruit_block {
    width: 100%;
  }
  #recruit .recruit_block + .recruit_block {
    margin-top: 30px;
  }
  #recruit .recruit_h3 {
    padding-bottom: 15px;
  }
  #recruit .recruit_h3 span {
    font-size: 1.5rem;
  }

  /* about */
  #about {
    padding: 40px 0;
  }
  #about .about_h3 .en {
    padding-right: 15px;
    font-size: 3rem;
  }
  #about .about_h3 .jp {
    padding-left: 15px;
    font-size: 1.5rem;
  }
  #about .about_detail {
    margin-top: 20px;
  }
  #about .about_detail table th {
    padding: 10px;
  }
  #about .about_detail table td {
    padding: 10px;
  }

  /* contact */
  #contact {
    padding: 40px 0;
  }
  #contact .contact_h3 .en {
    padding-right: 15px;
    font-size: 3rem;
  }
  #contact .contact_h3 .jp {
    padding-left: 15px;
    font-size: 1.5rem;
  }
  #contact .btnArea {
    display: block;
  }
  #contact .btnArea form + form {
    margin-left: 0;
    margin-top: 20px;
  }
  #contact .btnArea .btn {
    margin: auto;
  }

  /* form */
  form {
    margin-top: 40px;
  }
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .Form-Item dl {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  .Form-Item dl dt {
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .Form-Item-Label.isMsg {
    margin-top: 8px;
    margin-bottom: auto;
  }
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 16px;
  }
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
  .label-required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: auto;
    font-size: 12px;
  }
  .label-arbitrary {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: auto;
    font-size: 12px;
  }
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 16px;
  }
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 16px;
  }
  /* .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  } */
}</pre></body></html>