/* ==================================================
 * Color set
 * ================================================== */
/* ==================================================
 * Font
 * ================================================== */
/* ==================================================
 * width
 * ================================================== */
/* ==================================================
 * layout
 * ================================================== */
/* ==================================================
 * bg
 * ================================================== */
/* ==================================================
 * font text
 * ================================================== */
/* ==================================================
 * other
 * ================================================== */
.btn-01__link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50rem;
  color: #fff;
  line-height: 1;
}
.btn-01__link:hover {
  color: rgba(255, 255, 255, 0.8);
}
.btn-01__link.bg-wht {
  color: #98040a;
  font-weight: 600;
}
.btn-01__link.bg-wht:hover {
  color: rgba(152, 4, 10, 0.8);
}

#side-totop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1;
}

.ic-tel-32, .ic-tel-38 {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.ic-tel-32::before, .ic-tel-38::before {
  content: "";
  display: block;
  width: 32px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-tel.png");
  background-size: 100%;
}
.ic-tel-38::before {
  width: 38px;
}
.ic-mail-14, .ic-mail-18 {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.ic-mail-14::before, .ic-mail-18::before {
  content: "";
  display: inline-block;
  width: 14px;
  aspect-ratio: 18/12;
  background-image: url("/img/common/ic-mail.png");
  background-size: 100%;
}
.ic-mail-18::before {
  width: 18px;
}
.ic-bag, .ic-pin, .ic-money, .ic-calendar, .ic-clock, .ic-heart, .ic-man, .ic-pen {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.ic-bag::before, .ic-pin::before, .ic-money::before, .ic-calendar::before, .ic-clock::before, .ic-heart::before, .ic-man::before, .ic-pen::before {
  content: "";
  display: inline-block;
  width: 22px;
  min-width: 22px;
  aspect-ratio: 22/26;
}
.ic-bag::before {
  background-image: url("/img/job/ic-bag.png");
  background-size: 100%;
}
.ic-calendar::before {
  background-image: url("/img/job/ic-calendar.png");
  background-size: 100%;
}
.ic-clock::before {
  background-image: url("/img/job/ic-clock.png");
  background-size: 100%;
}
.ic-heart::before {
  background-image: url("/img/job/ic-heart.png");
  background-size: 100%;
}
.ic-man::before {
  background-image: url("/img/job/ic-man.png");
  background-size: 100%;
}
.ic-money::before {
  background-image: url("/img/job/ic-money.png");
  background-size: 100%;
}
.ic-pen::before {
  background-image: url("/img/job/ic-pen.png");
  background-size: 100%;
}
.ic-pin::before {
  background-image: url("/img/job/ic-pin.png");
  background-size: 100%;
}

.arw-dot-red, .arw-dot-wht {
  position: relative;
  z-index: 1;
}
.arw-dot-red::before, .arw-dot-wht::before {
  content: "";
  display: inline-block;
  width: 8px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #98040a;
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translate(0, -50%);
  z-index: -1;
  transition: 0.3s;
}
.arw-dot-red:hover::before, .arw-dot-wht:hover::before {
  transform: translate(5px, -50%);
}
.arw-dot-wht::before {
  background: #fff;
}

.deco-line-rt-red, .deco-line-rt-wht {
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.deco-line-rt-red::after, .deco-line-rt-wht::after {
  content: "";
  display: block;
  width: 90px;
  height: 1px;
  background: #98040a;
}
.deco-line-rt-wht::after {
  background: #fff;
}

.tbl {
  width: 100%;
}
.tbl td {
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
.tbl-01 th, .tbl-01 td {
  vertical-align: middle;
  font-weight: 500;
}
.tbl-01 th {
  width: 15%;
  padding: 20px 0;
  color: #98040a;
  text-align: center;
}
.tbl-01 td {
  padding: 20px 0 20px 4%;
}
.tbl-01 tr:not(:first-child) th, .tbl-01 tr:not(:first-child) td {
  border-top: solid 1px #e3e3e3;
}
.tbl-01 tr:first-child th, .tbl-01 tr:first-child td {
  padding-top: 0 !important;
}
.tbl-01 tr:last-child th, .tbl-01 tr:last-child td {
  padding-bottom: 0 !important;
}

.com-layout {
  display: flex;
}
.com-tel .tel {
  line-height: 1;
  font-weight: 600;
}
.com-contact {
  padding: 120px 0;
}
.com-contact .ttl-main {
  margin-bottom: 55px;
}

.layout-clm-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.layout-clm-2 .list-item,
.layout-clm-2 .layout-item {
  width: calc((100% - 50px) / 2);
}
.layout-clm-2-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}
.layout-clm-2-c .list-item,
.layout-clm-2-c .layout-item {
  width: calc((100% - 50px) / 2);
}
.layout-clm-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.layout-clm-3 .list-item,
.layout-clm-3 .layout-item {
  width: calc((100% - 60px) / 3);
}
.layout-clm-3-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.layout-clm-3-c .list-item,
.layout-clm-3-c .layout-item {
  width: calc((100% - 60px) / 3);
}
.layout-clm-4 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.layout-clm-4 .list-item,
.layout-clm-4 .layout-item {
  width: calc((100% - 120px) / 4);
}
.layout-clm-4-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.layout-clm-4-c .list-item,
.layout-clm-4-c .layout-item {
  width: calc((100% - 120px) / 4);
}

.list-blog .list-item, .list-news .list-item, .list-privacy .list-item, .list-interview .list-item {
  width: 100%;
}
.list-news {
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
.list-news time {
  display: block;
  line-height: 1;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .list-news time {
    font-size: 24px;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-news time {
    font-size: 16px;
  }
}
.list-news__item {
  padding: 25px 0;
}
.list-news__item:not(:first-child) {
  border-top: solid 1px #fff;
}
.list-news__link {
  color: #fff;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.list-news__bx {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.list-news__ttl {
  width: 100%;
  overflow-wrap: break-word;
  word-break: break-all;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: left;
}
.list-news .tag-sub {
  border-left: solid 1px #fff;
  padding-left: 10px;
}
.list-info dl {
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.list-info dt, .list-info dd {
  line-height: 1;
}
.list-info dt {
  border-left: solid 1px #98040a;
  border-right: solid 1px #98040a;
  padding: 0 3px;
}
.list-strengths {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.list-strengths .list-item,
.list-strengths .layout-item {
  width: calc((100% - 45px) / 4);
}
.list-strengths {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
}
.list-strengths__item {
  min-height: 174px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
}
.list-strengths__item::before, .list-strengths__item::after {
  content: "";
  display: inline-block;
  width: 82px;
  aspect-ratio: 82/174;
  background-image: url("/img/top/frame-leaf.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.list-strengths__item::before {
  left: 0;
}
.list-strengths__item::after {
  right: 0;
  transform: translateY(-50%) scaleX(-1);
}
.list-strengths__txt {
  line-height: 1.3125;
}
.list-strengths__txt em {
  color: #98040a;
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .list-strengths__txt em {
    font-size: 42px;
    font-size: 5.46875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-strengths__txt em {
    font-size: 28px;
  }
}
.list-job__tag {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.list-job__tag-item {
  min-width: 110px;
  color: #fff;
  padding: 5px 15px;
  border-radius: 0 0 12px 0;
  text-align: center;
}
.list-job__tag .col-10550 {
  background: #98040a;
}
.list-job__tag .col-10551 {
  background: #215ba3;
}
.list-job__img {
  overflow: hidden;
}
.list-job__ttl {
  line-height: 1.6;
  font-weight: 600;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .list-job__ttl {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-job__ttl {
    font-size: 20px;
  }
}
.list-job__data1, .list-job__data2, .list-job__data3 {
  display: flex;
  flex-direction: column;
}
.list-job__data1-item:not(:first-child), .list-job__data2-item:not(:first-child), .list-job__data3-item:not(:first-child) {
  border-top: solid 1px #e3e3e3;
}
.list-job__data1-item:first-child, .list-job__data2-item:first-child, .list-job__data3-item:first-child {
  padding-top: 0 !important;
}
.list-job__data1-item:last-child, .list-job__data2-item:last-child, .list-job__data3-item:last-child {
  padding-bottom: 0 !important;
}
.list-job__data1-item {
  padding: 10px;
}
.list-job__data2-item, .list-job__data3-item {
  padding: 20px 10px;
}
.list-job__data2 dt, .list-job__data3 dt {
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .list-job__data2 dt, .list-job__data3 dt {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-job__data2 dt, .list-job__data3 dt {
    font-size: 18.6666666667px;
  }
}
.list-job__data2 dd, .list-job__data3 dd {
  white-space: pre-wrap;
}
.list-job__data2-item {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.list-job__data3-item {
  display: flex;
}
.list-job__data3 dt {
  width: 18%;
}
.list-job__data3 dd {
  width: 82%;
}
.list-job-top .list-job__item {
  background: #f8f8f8;
}
.list-job-top .list-job__link {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  padding: 20px;
  position: relative;
}
.list-job-top .list-job__tag {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.list-job-top .list-job__img {
  width: 100%;
  aspect-ratio: 300/210;
}
.list-job-top .list-job__ttl {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: left;
}
.list-job-top .list-job__data span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: left;
}
.list-reason__item {
  background: #f8f8f8;
  padding: 85px 25px 25px;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  position: relative;
  z-index: 1;
}
.list-reason__item::before {
  content: "01";
  display: inline-block;
  width: 80px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  padding: 0 0 4px 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -25%);
  z-index: -1;
  background: #98040a;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  line-height: 1;
  font-weight: 600;
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .list-reason__item::before {
    font-size: 42px;
    font-size: 5.46875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-reason__item::before {
    font-size: 28px;
  }
}
.list-reason__item:nth-child(2)::before {
  content: "02";
}
.list-reason__item:nth-child(3)::before {
  content: "03";
}
.list-reason__item:nth-child(4)::before {
  content: "04";
}
.list-reason__item:nth-child(5)::before {
  content: "05";
}
.list-reason__item:nth-child(6)::before {
  content: "06";
}
.list-reason__item:nth-child(7)::before {
  content: "07";
}
.list-reason__item:nth-child(8)::before {
  content: "08";
}
.list-reason__item:nth-child(9)::before {
  content: "09";
}
.list-reason__item:nth-child(10)::before {
  content: "10";
}
.list-reason__item:nth-child(11)::before {
  content: "11";
}
.list-reason__item:nth-child(12)::before {
  content: "12";
}
.list-reason__item:nth-child(13)::before {
  content: "13";
}
.list-reason__item:nth-child(14)::before {
  content: "14";
}
.list-reason__item:nth-child(15)::before {
  content: "15";
}
.list-reason__ttl {
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .list-reason__ttl {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-reason__ttl {
    font-size: 22.6666666667px;
  }
}
.list-reason__img {
  text-align: center;
}
.list-menu__item {
  border: solid 1px #98040a;
  border-radius: 20px;
  aspect-ratio: 340/144;
  overflow: hidden;
}
.list-menu__link {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.list-menu__ttl {
  color: #98040a;
  font-weight: 600;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .list-menu__ttl {
    font-size: 32px;
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-menu__ttl {
    font-size: 21.3333333333px;
  }
}
.list-menu .arw-dot-red::before {
  left: 35px;
}
.list-flow__item {
  background: #98040a;
  position: relative;
  z-index: 1;
}
.list-flow__item:not(:first-child)::before {
  content: "";
  display: inline-block;
  width: 16px;
  aspect-ratio: 16/50;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #98040a;
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translate(calc(-25px + 50%), -50%);
  z-index: -1;
}
.list-flow__item:nth-child(odd)::before {
  content: none;
}
.list-flow__ttl, .list-flow__txt, .list-flow__bx {
  color: #fff;
  padding: 20px;
}
.list-flow__ttl {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 15px;
  border-bottom: solid 1px #fff;
}
.list-flow__ttl dt {
  background: #fff;
  color: #98040a;
  padding: 5px 10px;
  line-height: 1;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .list-flow__ttl dt {
    font-size: 24px;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-flow__ttl dt {
    font-size: 16px;
  }
}
.list-flow__ttl dd {
  line-height: 1.4545454545;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .list-flow__ttl dd {
    font-size: 32px;
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-flow__ttl dd {
    font-size: 21.3333333333px;
  }
}
.list-flow__bx {
  background: rgba(255, 255, 255, 0.8);
}
.list-job-low .com-layout {
  align-items: flex-start;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
.list-job-low .txtbx {
  width: 100%;
}
.list-job-low .img {
  width: 460px;
  min-width: 460px;
  aspect-ratio: 460/276;
  overflow: hidden;
}
.list-job-low__item {
  padding: 45px 0;
}
.list-job-low__item:nth-child(even) {
  flex-direction: row-reverse;
}
.list-job-low__item:first-child {
  padding-top: 0 !important;
}
.list-job-low__item:last-child {
  padding-bottom: 0 !important;
}
.list-job-low__item:not(:first-child) {
  border-top: solid 1px #e3e3e3;
}
.list-job-low__txt {
  white-space: pre-wrap;
}
.list-interview__item {
  background: #f8f8f8;
  padding: 40px;
}
.list-interview .com-layout {
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.list-interview .img {
  width: 190px;
  min-width: 190px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  overflow: hidden;
}
.list-interview .txtbx {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.list-interview__ttl {
  font-weight: 600;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .list-interview__ttl {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-interview__ttl {
    font-size: 22.6666666667px;
  }
}
.list-interview__profile {
  display: flex;
  flex-wrap: wrap;
  color: #98040a;
}
.list-interview__profile span {
  line-height: 1;
  padding: 0 12px;
}
.list-interview__profile span:not(:first-child) {
  border-left: solid 1px #98040a;
}
.list-interview__profile span:first-child {
  padding-left: 0 !important;
}
.list-interview__profile span:last-child {
  padding-right: 0 !important;
}
.list-interview__txt {
  border-top: solid 1px #e3e3e3;
  padding-top: 12px;
  white-space: pre-wrap;
}

.tag-main__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .tag-main__list {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tag-main__list {
    font-size: 18.6666666667px;
  }
}
.tag-main__link {
  display: block;
  background: #98040a;
  color: #fff;
  padding: 10px 20px;
}
.tag-main__link:hover {
  opacity: 0.8;
}
.tag-sub__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .tag-sub__list {
    font-size: 24px;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tag-sub__list {
    font-size: 16px;
  }
}
.tag-sub__item {
  line-height: 1;
  color: #fff;
}

.ttl-main {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
.ttl-main .rb {
  letter-spacing: 0.12em;
  line-height: 1.7;
  font-size: 50px;
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  .ttl-main .rb {
    font-size: 60px;
    font-size: 7.8125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main .rb {
    font-size: 40px;
  }
}
.ttl-main .rb:first-letter {
  color: #98040a;
}
.ttl-main .rb.col-wht:first-letter {
  color: #fff;
}
.ttl-main .en {
  color: #98040a;
  letter-spacing: 0.3em;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .ttl-main .en {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main .en {
    font-size: 20px;
  }
}
.ttl-main .en span {
  letter-spacing: 0.3em;
}
.ttl-sub {
  margin-bottom: 15px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-weight: 600;
  color: #98040a;
  border-left: solid 4px #98040a;
  padding-left: 15px;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .ttl-sub {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-sub {
    font-size: 22.6666666667px;
  }
}
.ttl-01 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.12em;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .ttl-01 {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-01 {
    font-size: 26.6666666667px;
  }
}
.ttl-01 em, .ttl-01 span {
  letter-spacing: 0.12em;
}

.txt-plain {
  line-height: 2.25;
}

.header-nav__item,
.drawer-nav__item,
.footer-nav__item {
  line-height: 1;
}
.header-nav__link:hover,
.drawer-nav__link:hover,
.footer-nav__link:hover {
  opacity: 0.8;
}

.header-nav {
  margin-top: 20px;
}
.header-nav__list {
  display: flex;
  -moz-column-gap: 35px;
       column-gap: 35px;
  font-weight: 600;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .header-nav__list {
    font-size: 25px;
    font-size: 3.2552083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .header-nav__list {
    font-size: 16.6666666667px;
  }
}

.footer-nav {
  width: 725px;
  max-width: 100%;
  margin: 0 auto;
}
.footer-nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 35px;
  font-weight: 600;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .footer-nav__list {
    font-size: 25px;
    font-size: 3.2552083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .footer-nav__list {
    font-size: 16.6666666667px;
  }
}

#header-bar {
  padding: 0 2.08%;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9999;
}

.mv, .sv {
  width: 100%;
  position: relative;
  z-index: 1;
}
.mv img, .sv img {
  display: block;
  width: 100%;
}

.mv-img-01 {
  width: 750px;
  max-width: 39.0625%;
}
.mv-img .bx {
  width: 1160px;
  max-width: 60.4166666667%;
}
.mv-cc {
  width: 820px;
  max-width: 42.7083333333%;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  row-gap: 1.5vw;
  position: absolute;
  left: 3.91%;
  bottom: 0;
  transform: translate(0, -55%);
  z-index: 1;
}
.mv-cc-main {
  width: 100%;
  aspect-ratio: 820/100;
  background: #98040a;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 0.5vw;
       column-gap: 0.5vw;
}
.mv-cc-main .bx {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.3vw;
       column-gap: 0.3vw;
}
.mv-cc-main .bx span {
  font-size: 30px;
  font-size: 1.5625vw;
}
@media screen and (max-width: 1120px) {
  .mv-cc-main .bx span {
    font-size: 20px;
  }
}
@media screen and (min-width: 1920px) {
  .mv-cc-main .bx span {
    font-size: 30px;
  }
}
.mv-cc-main span, .mv-cc-main em {
  letter-spacing: 0.12em;
}
.mv-cc-main span {
  color: #fff;
  font-size: 40px;
  font-size: 2.0833333333vw;
}
@media screen and (max-width: 1120px) {
  .mv-cc-main span {
    font-size: 26.6666666667px;
  }
}
@media screen and (min-width: 1920px) {
  .mv-cc-main span {
    font-size: 40px;
  }
}
.mv-cc-main em {
  background: #fff;
  color: #98040a;
  padding: 0 0.5vw;
  font-size: 44px;
  font-size: 2.2916666667vw;
}
@media screen and (max-width: 1120px) {
  .mv-cc-main em {
    font-size: 29.3333333333px;
  }
}
@media screen and (min-width: 1920px) {
  .mv-cc-main em {
    font-size: 44px;
  }
}
.mv-cc-sub {
  color: #98040a;
  letter-spacing: 0.18em;
  font-size: 30px;
  font-size: 1.5625vw;
}
@media screen and (max-width: 1120px) {
  .mv-cc-sub {
    font-size: 20px;
  }
}
@media screen and (min-width: 1920px) {
  .mv-cc-sub {
    font-size: 30px;
  }
}

.sv {
  aspect-ratio: 1920/540;
}
.sv-ttl {
  position: absolute;
  top: 50%;
  left: 3.91%;
  transform: translate(0, -50%);
  z-index: 1;
  width: 650px;
  max-width: 33.8541666667%;
  aspect-ratio: 650/90;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #98040a;
  color: #fff;
  letter-spacing: 0.12em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 40px;
  font-size: 2.0833333333vw;
}
@media screen and (max-width: 1120px) {
  .sv-ttl {
    font-size: 26.6666666667px;
  }
}
@media screen and (min-width: 1920px) {
  .sv-ttl {
    font-size: 40px;
  }
}
.sv-bg-job {
  background: url("/img/job/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-bg-about {
  background: url("/img/about/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-bg-interview {
  background: url("/img/interview/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-bg-company {
  background: url("/img/company/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-bg-news {
  background: url("/img/news/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-bg-contact {
  background: url("/img/contact/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-bg-privacy {
  background: url("/img/privacy/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-bg-site {
  background: url("/img/site/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-bg-complete {
  background: url("/img/complete/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-bg-notfound {
  background: url("/img/notfound/sv.png") center center no-repeat;
  background-size: cover;
}

.top-business .ttl-main, .top-job .ttl-main, .top-reason .ttl-main {
  margin-bottom: 70px;
}

.top-about {
  padding: 120px 0 0;
}
.top-about .ttl-main {
  margin-bottom: 160px;
}
.top-about .img {
  margin-right: -420px;
}
.top-about .obj-bg {
  position: relative;
  z-index: 1;
}
.top-about .obj-bg::after {
  content: "";
  display: block;
  width: 1604px;
  height: 600px;
  background: #f8f8f8;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-420px, -90px);
  z-index: -1;
}

.top-bnr {
  padding: 140px 0 0;
}
.top-bnr .bnr {
  width: 1000px;
  max-width: 100%;
  aspect-ratio: 1000/502;
  background: url("/img/top/bnr-img.png") center center no-repeat;
  background-size: cover;
  border: solid 1px #9c9c9c;
  margin: 0 auto;
}
.top-bnr .bnr-ttl__main span {
  background: #2b519c;
  background: linear-gradient(-70deg, #2b519c 0%, #3784a0 100%);
  padding: 5px 15px 15px;
}
.top-bnr .bnr-ttl__sub {
  line-height: 1.1052631579;
  text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff;
}
.top-bnr .bnr-txt {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.top-business {
  padding: 150px 0 0;
}
.top-business .business-item {
  position: relative;
  z-index: 1;
}
.top-business .business-item .img {
  width: 954px;
  max-width: 49.6875%;
  height: 450px;
  position: absolute;
  top: 0;
  z-index: -1;
}
.top-business .business-item .txtbx {
  width: 1103px;
  max-width: 57.4479166667%;
  height: 450px;
  padding: 80px 0;
  background: #98040a;
}
.top-business .business-item .txtbx .bx {
  width: 520px;
  max-width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.top-business .business-item:nth-child(odd) .img {
  clip-path: polygon(0 0, 100% 0, 84.28% 100%, 0% 100%);
  left: 0;
}
.top-business .business-item:nth-child(odd) .txtbx {
  clip-path: polygon(13.6% 0%, 100% 0, 100% 100%, 0% 100%);
  margin-left: auto;
  padding-left: 10%;
}
.top-business .business-item:nth-child(even) .img {
  clip-path: polygon(15.72% 0%, 100% 0, 100% 100%, 0% 100%);
  right: 0;
}
.top-business .business-item:nth-child(even) .txtbx {
  clip-path: polygon(0 0, 100% 0, 86.4% 100%, 0% 100%);
  padding-right: 10%;
}
.top-business .business-item:nth-child(even) .txtbx .bx {
  margin-left: auto;
}
.top-business .business-txt {
  color: #fff;
  margin-top: 15px;
}
.top-business .deco-line-rt-wht::after {
  width: 136px;
}

.top-strengths {
  padding: 200px 0 160px 0;
}
.top-strengths .list-strengths {
  height: 400px;
}
.top-strengths .obj-bg-01 {
  position: relative;
  z-index: 2;
}
.top-strengths .obj-bg-01::before {
  content: "";
  display: block;
  width: 1600px;
  height: 100%;
  background: #f8f8f8;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-420px);
  z-index: -1;
}
.top-strengths .obj-bg-02::after {
  content: "";
  display: inline-block;
  width: 1600px;
  height: 450px;
  background: #ededed;
  background: linear-gradient(-90deg, #ededed 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(420px, 160px);
  z-index: -2;
}
.top-strengths .en {
  letter-spacing: 0.04em;
  line-height: 124px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(-200px, 90px);
  z-index: -1;
}

.top-job {
  padding: 150px 0 130px 0;
}

.top-reason {
  padding: 170px 0 200px 0;
}

.top-news {
  padding: 100px 0;
}
.top-news .cts-1080 {
  min-height: 290px;
}
.top-news .ttl-main {
  row-gap: 15px;
}
.top-news .ttl-main .rb {
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .top-news .ttl-main .rb {
    font-size: 50px;
    font-size: 6.5104166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .top-news .ttl-main .rb {
    font-size: 33.3333333333px;
  }
}
.top-news .btn {
  position: absolute;
  left: 0;
  bottom: 70px;
  z-index: 1;
}

.top-menu {
  padding: 100px 0;
}

#ctn-lower section {
  padding: 120px 0;
}
#ctn-lower .ttl-main {
  margin-bottom: 70px;
}

.job-detail .img {
  min-width: 520px;
  aspect-ratio: 520/326;
}

.low-greeting .greeting-name, .low-greeting .greeting-rb {
  letter-spacing: 0.3em;
}

.footer-copy {
  letter-spacing: 0;
}/*# sourceMappingURL=style.css.map */