@charset "UTF-8";
/*------------- color --------------*/
/*------------- font-Gothic --------------*/
/*------------- font-Serif --------------*/
/*------------- font-Serif --------------*/
/*------------- break_point --------------*/
/*------------- padding --------------*/
/*------------- margin --------------*/
/*------------- font-size --------------*/
/*------------- gradient --------------*/
/*------------- flex --------------*/
/*------------- grid --------------*/
#sub-content.work .work-item01-container01, #sub-content.work .work-item01-container02, #sub-content.work .work-item01-container03, #sub-content.work .work-item01-container04, #sub-content.work .work-item02-container01, #sub-content.work .work-item03-container01, #sub-content.work .work-item04-container01, #sub-content.work .work-item04-container02, #sub-content.work .work-item04-container03 {
  display: block;
  position: relative;
  z-index: 1;
  height: 100%;
  overflow: hidden;
  text-decoration: none;
}
#sub-content.work .work-item01-container01::before, #sub-content.work .work-item01-container02::before, #sub-content.work .work-item01-container03::before, #sub-content.work .work-item01-container04::before, #sub-content.work .work-item02-container01::before, #sub-content.work .work-item03-container01::before, #sub-content.work .work-item04-container01::before, #sub-content.work .work-item04-container02::before, #sub-content.work .work-item04-container03::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1;
  transition: transform 0.3s ease-out;
}
#sub-content.work .work-item01-container01::after, #sub-content.work .work-item01-container02::after, #sub-content.work .work-item01-container03::after, #sub-content.work .work-item01-container04::after, #sub-content.work .work-item02-container01::after, #sub-content.work .work-item03-container01::after, #sub-content.work .work-item04-container01::after, #sub-content.work .work-item04-container02::after, #sub-content.work .work-item04-container03::after {
  content: "詳しくみる";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.1em;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
#sub-content.work .work-item01-container01:hover::before, #sub-content.work .work-item01-container02:hover::before, #sub-content.work .work-item01-container03:hover::before, #sub-content.work .work-item01-container04:hover::before, #sub-content.work .work-item02-container01:hover::before, #sub-content.work .work-item03-container01:hover::before, #sub-content.work .work-item04-container01:hover::before, #sub-content.work .work-item04-container02:hover::before, #sub-content.work .work-item04-container03:hover::before {
  transform: scale(1.2);
}
#sub-content.work .work-item01-container01:hover::after, #sub-content.work .work-item01-container02:hover::after, #sub-content.work .work-item01-container03:hover::after, #sub-content.work .work-item01-container04:hover::after, #sub-content.work .work-item02-container01:hover::after, #sub-content.work .work-item03-container01:hover::after, #sub-content.work .work-item04-container01:hover::after, #sub-content.work .work-item04-container02:hover::after, #sub-content.work .work-item04-container03:hover::after {
  opacity: 1;
}

body {
  color: #333333;
  font-size: 1.6rem;
  letter-spacing: 0.07em;
  line-height: 2em;
  text-align: justify;
  box-sizing: border-box;
}
@media (max-width: 939px) {
  body {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
}

img {
  width: 100%;
}

section {
  margin-top: 0px;
}

h1,
h2,
h3 {
  font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 767px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/*--------------------------------------------------------------------------------*/
/* layout */
/*--------------------------------------------------------------------------------*/
#sub-content {
  margin-bottom: 128px;
}
#sub-content section {
  margin-top: 0;
}
#sub-content #main > section:not(:last-of-type) {
  margin-bottom: 64px;
}

.site-width {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
@media (max-width: 1360px) {
  .site-width {
    max-width: 100%;
    margin-left: 4%;
    margin-right: 4%;
  }
}

.h2-title {
  font-size: clamp(20px, 2.1vw, 24px);
  font-weight: bold;
  color: #005AC8;
  margin-bottom: 16px;
}
.h2-title .box {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #005ac8;
  margin-right: 8px;
}

.contents-lead {
  font-size: clamp(16px, 1.8vw, 20px);
  line-height: 2;
  margin-bottom: 64px;
}

table {
  width: 100%;
  line-height: 1.6;
  border-collapse: collapse;
}
table tr th,
table tr td {
  padding: 16px;
  text-align: left;
}
table tr td p + p {
  border-top: 1px dotted #cccccc;
}
table tr td p {
  padding: 8px 0;
  letter-spacing: -0.1px;
}
table tr:not(:last-of-type) {
  border-bottom: 1px solid #cccccc;
}

/*--------------------------------------------------------------------------------*/
/* breadcrumb */
/*--------------------------------------------------------------------------------*/
#breadcrumb {
  font-size: 1.3rem;
  color: #555555;
  margin-bottom: 64px;
}
#breadcrumb a {
  color: #000;
  transition: color 0.3s ease;
}
@media (hover: hover) {
  #breadcrumb a:hover {
    color: #005AC8;
  }
}
#breadcrumb span {
  color: #333333;
}
@media (max-width: 767px) {
  #breadcrumb {
    font-size: 1.2rem;
    margin-bottom: 32px;
  }
}

/*--------------------------------------------------------------------------------*/
/* side-navi */
/*--------------------------------------------------------------------------------*/
.side-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 64px;
}
.side-flex #side-navi {
  position: sticky;
  top: 208px;
  width: 240px;
  flex-shrink: 0;
  border: 1px solid #cccccc;
  border-top: none;
  border-radius: 8px;
}
.side-flex #side-navi .side-title {
  background-color: #0388F1;
  color: #fff;
  padding: 16px 8px;
  border-radius: 8px 8px 0 0;
}
.side-flex #side-navi .side-title h3 {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
}
.side-flex #side-navi > div ul li {
  border-bottom: 1px solid #cccccc;
}
.side-flex #side-navi > div ul li a {
  font-size: 1.3rem;
  line-height: 1.6;
  display: block;
  padding: 12px 8px;
  background-color: #f6f8fb;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media (hover: hover) {
  .side-flex #side-navi > div ul li a.is-active, .side-flex #side-navi > div ul li a:hover {
    color: #0388F1;
    font-weight: bold;
    background-color: #eaeff2;
  }
}
.side-flex #side-navi > div ul li:last-child {
  border-bottom: none;
}
.side-flex #side-navi > div ul li:last-child a {
  border-radius: 0 0 8px 8px;
}
.side-flex #side-navi + article {
  width: calc(100% - 240px - 64px);
}
@media (max-width: 939px) {
  .side-flex {
    flex-direction: column-reverse;
  }
  .side-flex #side-navi,
  .side-flex #side-navi + article {
    width: 100%;
  }
}

/*--------------------------------------------------------------------------------*/
/* section-first-view */
/*--------------------------------------------------------------------------------*/
.section-first-view {
  padding-top: var(--header-height);
  width: 100%;
  height: 400px;
  overflow: hidden;
  max-width: 1800px;
  margin: 0 auto 16px auto;
}
.section-first-view .section-first-view_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-left: auto;
  margin-right: auto;
  max-width: 832px;
  height: 100%;
}
.section-first-view .section-first-view_inner h1 {
  font-size: clamp(24px, 2.8vw, 32px);
  color: #4f4f4f;
  font-weight: bold;
  text-align: center;
}
.section-first-view .section-first-view_inner h1 span {
  font-size: 56%;
}
@media (max-width: 939px) {
  .section-first-view .section-first-view_inner {
    max-width: 100%;
    margin-left: 4%;
    margin-right: 4%;
  }
}
@media (max-width: 767px) {
  .section-first-view .section-first-view_inner {
    flex-direction: column;
    justify-content: center;
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .section-first-view {
    height: 320px;
  }
}

/*--------------------------------------------------------------------------------*/
/* company */
/*--------------------------------------------------------------------------------*/
#sub-content.company .section-first-view {
  background-image: linear-gradient(90deg, #95abea, #e0e5f7);
}
#sub-content.company .section-first-view .section-first-view_inner figure {
  width: clamp(240px, 24vw, 352px);
}
#sub-content.company .section-first-view .section-first-view_inner figure img {
  filter: drop-shadow(2px 2px 6px rgba(55, 20, 30, 0.8));
}
@media (max-width: 767px) {
  #sub-content.company .section-first-view .section-first-view_inner figure figure {
    width: 100%;
    text-align: center;
  }
  #sub-content.company .section-first-view .section-first-view_inner figure figure img {
    width: 80%;
    height: auto;
  }
}
#sub-content.company section > table:not(:last-of-type) {
  margin-bottom: 32px;
}
#sub-content.company section table th {
  width: 25%;
}
#sub-content.company section table td {
  width: 75%;
}
@media (max-width: 767px) {
  #sub-content.company section table th,
  #sub-content.company section table td {
    width: auto;
    display: block;
  }
}
@media (max-width: 767px) {
  #sub-content.company section .table01 th {
    padding-bottom: 0;
  }
  #sub-content.company section .table01 td {
    padding-top: 4px;
  }
}
#sub-content.company section .table02 {
  border-top: 2px solid #cccccc;
  border-bottom: 2px solid #cccccc;
}
#sub-content.company section .table02 th {
  background-color: #fafafa;
}
#sub-content.company .site-width > section:not(:last-of-type) {
  margin-bottom: 96px;
}
#sub-content.company .site-width #section03 table:last-of-type {
  margin-top: 64px;
}
#sub-content.company .site-width #section03 table:last-of-type th {
  width: 15%;
}
@media (max-width: 767px) {
  #sub-content.company .site-width #section03 table:last-of-type th {
    width: auto;
  }
}
#sub-content.company .site-width #section03 table:last-of-type td:first-of-type {
  width: 30%;
}
@media (max-width: 767px) {
  #sub-content.company .site-width #section03 table:last-of-type td:first-of-type {
    width: auto;
    padding-bottom: 0;
  }
}
#sub-content.company .site-width #section03 table:last-of-type td:last-of-type {
  text-align: justify;
  width: 55%;
}
@media (max-width: 767px) {
  #sub-content.company .site-width #section03 table:last-of-type td:last-of-type {
    padding-top: 0;
    width: auto;
  }
}
@media (max-width: 767px) {
  #sub-content.company .site-width #section03 table:last-of-type td:last-of-type.last-table {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
#sub-content.company .site-width #section04 table th {
  width: 15%;
}
@media (max-width: 767px) {
  #sub-content.company .site-width #section04 table th {
    width: auto;
  }
}
#sub-content.company .site-width #section04 table .month {
  width: 10%;
}
@media (max-width: 767px) {
  #sub-content.company .site-width #section04 table .month {
    width: auto;
    padding-bottom: 0;
  }
}
#sub-content.company .site-width #section04 table .history {
  width: 75%;
}
@media (max-width: 767px) {
  #sub-content.company .site-width #section04 table .history {
    padding-top: 0;
    width: auto;
  }
}

/*--------------------------------------------------------------------------------*/
/* work */
/*--------------------------------------------------------------------------------*/
#sub-content.work .section-first-view {
  aspect-ratio: 16/9;
  background-image: url("/hellographic/work/files/img/index/img-top.jpg");
  background-size: cover;
  background-position: center;
}
#sub-content.work .section-first-view .section-first-view_inner h1 {
  color: #fff;
}
#sub-content.work #section01 {
  margin-bottom: 32px;
}
#sub-content.work .section-flex01 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-bottom: 32px;
}
@media (max-width: 939px) {
  #sub-content.work .section-flex01 {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  #sub-content.work .section-flex01 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
  }
}
#sub-content.work .section-flex02 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (max-width: 939px) {
  #sub-content.work .section-flex02 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (max-width: 767px) {
  #sub-content.work .section-flex02 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
  }
}
#sub-content.work .section-common {
  padding: 32px;
  border-radius: 8px;
}
#sub-content.work .section-common h3 {
  font-size: clamp(16px, 1.8vw, 20px);
  line-height: 1.2;
  margin-bottom: 16px;
}
#sub-content.work .section-common h3 small {
  font-size: 64%;
}
@media (max-width: 1120px) {
  #sub-content.work .section-common {
    padding: 32px 16px;
  }
}
@media (max-width: 767px) {
  #sub-content.work .section-common {
    padding: 32px;
  }
}
#sub-content.work .section-color01 {
  background: #ffecec;
}
#sub-content.work .section-color01 h3 {
  color: #e61e60;
}
#sub-content.work .section-color02 {
  background: #ede1f9;
}
#sub-content.work .section-color02 h3 {
  color: #9343d7;
}
#sub-content.work .section-color03 {
  background: #fff3d5;
}
#sub-content.work .section-color03 h3 {
  color: #ffaf00;
}
#sub-content.work .section-color04 {
  background: #ddfafa;
}
#sub-content.work .section-color04 h3 {
  color: #28aaff;
}
#sub-content.work .container01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 1120px) {
  #sub-content.work .container01 {
    margin: 0 4%;
  }
}
@media (max-width: 767px) {
  #sub-content.work .container01 {
    flex-direction: column;
    margin: 0;
  }
}
#sub-content.work .container02 {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
}
#sub-content.work .container03 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 32px;
  gap: 0;
}
#sub-content.work .work-item01 {
  position: relative;
  aspect-ratio: 9/16;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
#sub-content.work .item-back01 {
  background-image: url("/hellographic/work/files/img/index/imgRedBg.png");
  width: 23%;
}
@media (max-width: 1120px) {
  #sub-content.work .item-back01 {
    width: 31.51%;
  }
}
@media (max-width: 767px) {
  #sub-content.work .item-back01 {
    width: 80%;
  }
}
#sub-content.work .item-back02 {
  background-image: url("/hellographic/work/files/img/index/imgBlueBg.png");
  width: 52.44%;
}
@media (max-width: 1120px) {
  #sub-content.work .item-back02 {
    width: 62.03%;
  }
}
@media (max-width: 767px) {
  #sub-content.work .item-back02 {
    width: 80%;
  }
}
#sub-content.work .item-back03 {
  background-image: url("/hellographic/work/files/img/index/imgYellowBg.png");
  width: 52.44%;
}
@media (max-width: 1120px) {
  #sub-content.work .item-back03 {
    width: 62.03%;
  }
}
@media (max-width: 767px) {
  #sub-content.work .item-back03 {
    width: 80%;
  }
}
#sub-content.work .item-back04 {
  background-image: url("/hellographic/work/files/img/index/imgGreenBg.png");
  width: 86.445%;
  margin: auto;
}
@media (max-width: 1120px) {
  #sub-content.work .item-back04 {
    width: 100%;
  }
}
@media (max-width: 939px) {
  #sub-content.work .item-back04 {
    width: 62.03%;
  }
}
@media (max-width: 767px) {
  #sub-content.work .item-back04 {
    width: 80%;
  }
}
#sub-content.work .work-item01-container01::before {
  background-image: url("/hellographic/work/files/img/index/imgPrinting.png");
}
#sub-content.work .work-item01-container01::after {
  background-color: rgba(230, 30, 96, 0.8);
}
#sub-content.work .work-item01-container02::before {
  background-image: url("/hellographic/work/files/img/index/imgBookbinding.png");
}
#sub-content.work .work-item01-container02::after {
  background-color: rgba(230, 30, 96, 0.8);
}
#sub-content.work .work-item01-container03::before {
  background-image: url("/hellographic/work/files/img/index/imgOndemand.png");
}
#sub-content.work .work-item01-container03::after {
  background-color: rgba(230, 30, 96, 0.8);
}
#sub-content.work .work-item01-container04::before {
  background-image: url("/hellographic/work/files/img/index/imgDigitalprinting.png");
}
#sub-content.work .work-item01-container04::after {
  background-color: rgba(230, 30, 96, 0.8);
}
#sub-content.work .work-item02-container01::before {
  background-image: url("/hellographic/work/files/img/index/imgSales.png");
  background-position: 50% 14px;
}
#sub-content.work .work-item02-container01::after {
  background-color: rgba(150, 70, 215, 0.8);
}
#sub-content.work .work-item03-container01::before {
  background-image: url("/hellographic/work/files/img/index/imgCustomer.png");
  background-position: 50% 14px;
}
#sub-content.work .work-item03-container01::after {
  background-color: rgba(255, 175, 0, 0.8);
}
#sub-content.work .work-item04-container01::before {
  background-image: url("/hellographic/work/files/img/index/imgDesign.png");
  background-position: 50% 24px;
}
#sub-content.work .work-item04-container01::after {
  background-color: rgba(50, 155, 255, 0.8);
}
#sub-content.work .work-item04-container02::before {
  background-image: url("/hellographic/work/files/img/index/imgWeb.png");
  background-position: 50% 24px;
}
#sub-content.work .work-item04-container02::after {
  background-color: rgba(50, 155, 255, 0.8);
}
#sub-content.work .work-item04-container03::before {
  background-image: url("/hellographic/work/files/img/index/imgSystem.png");
  background-position: 50% 24px;
}
#sub-content.work .work-item04-container03::after {
  background-color: rgba(50, 155, 255, 0.8);
}
#sub-content.work .title-header {
  background-color: #fff;
  text-align: center;
  line-height: 1.4;
  padding: 8px 0;
  display: flex;
  justify-content: center; /* Replacement for @include flex */
  align-items: center;
  flex-direction: column;
  height: 48px;
  margin: 0;
}
@media (max-width: 767px) {
  #sub-content.work .title-header {
    padding: 0;
  }
}
#sub-content.work .title-color01 {
  color: #e61e60;
}
#sub-content.work .title-color02 {
  color: #9343d7;
}
#sub-content.work .title-color03 {
  color: #ffaf00;
}
#sub-content.work .title-color04 {
  color: #28aaff;
}
#sub-content.work .balloon-top {
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 100%;
  padding: 8px 16px;
  box-sizing: border-box;
}
#sub-content.work .balloon-top::before {
  content: "";
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  border: 14px solid transparent;
}
#sub-content.work .balloon-top p {
  color: #fff;
  line-height: 1.4;
  margin: 0;
}
#sub-content.work .balloon-color01 {
  background: rgba(230, 30, 96, 0.8);
}
#sub-content.work .balloon-color01:before {
  border-bottom: 14px solid rgba(230, 30, 96, 0.8);
}
#sub-content.work .balloon-color02 {
  background: rgba(150, 70, 215, 0.8);
}
#sub-content.work .balloon-color02:before {
  border-bottom: 14px solid rgba(150, 70, 215, 0.8);
}
#sub-content.work .balloon-color03 {
  background: rgba(255, 175, 0, 0.8);
}
#sub-content.work .balloon-color03:before {
  border-bottom: 14px solid rgba(255, 175, 0, 0.8);
}
#sub-content.work .balloon-color04 {
  background: rgba(50, 155, 255, 0.8);
}
#sub-content.work .balloon-color04:before {
  border-bottom: 14px solid rgba(50, 155, 255, 0.8);
}

/*--------------------------------------------------------------------------------*/
/* job */
/*--------------------------------------------------------------------------------*/
#breadcrumb.deep-page {
  margin-top: 112px;
}

#sub-content.job .interview {
  width: 100%;
  /*------------ first-view ------------*/
}
#sub-content.job .interview .first-view {
  margin-bottom: 32px;
}
#sub-content.job .interview .first-view .section-first-view-container {
  margin-bottom: 32px;
}
#sub-content.job .interview .first-view .section-first-view-container .section-first-view_title {
  font-size: clamp(24px, 2.6vw, 40px);
  line-height: 1.4;
  margin-bottom: 8px;
}
#sub-content.job .interview .first-view .section-first-view-container .section-first-view_title br {
  display: none;
}
@media (max-width: 767px) {
  #sub-content.job .interview .first-view .section-first-view-container .section-first-view_title br {
    display: block;
  }
}
#sub-content.job .interview .first-view .section-first-view-container::before {
  content: "";
  position: absolute;
  display: block;
  border-top: 3px solid #0064dc;
  width: 64px;
  top: -3px;
  opacity: 0.6;
}
#sub-content.job .interview .first-view .section-first-view-container p {
  font-weight: bold;
}
#sub-content.job .interview .first-view figure {
  position: relative;
  margin-bottom: 16px;
}
#sub-content.job .interview .first-view figure figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  #sub-content.job .interview .first-view figure figcaption {
    width: 50%;
  }
}
#sub-content.job .interview .first-view figure figcaption.left {
  right: inherit;
  left: 0;
}
#sub-content.job .interview {
  /*------------ 働いていて一番嬉しかったことは？/今後の目標は？ ------------*/
}
#sub-content.job .interview .q-and-a-common {
  margin-bottom: 32px;
}
#sub-content.job .interview .q-and-a-common > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 16px;
}
#sub-content.job .interview .q-and-a-common > div .text-container {
  width: 50%;
  font-family: "Noto Sans JP", sans-serif;
}
#sub-content.job .interview .q-and-a-common > div .text-container dt {
  margin-left: 3.5rem;
  text-indent: -3.5rem;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 16px;
}
#sub-content.job .interview .q-and-a-common > div .text-container dt span {
  color: #005AC8;
}
#sub-content.job .interview .q-and-a-common > div .text-container dd {
  margin-left: 4rem;
  text-indent: -4rem;
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: bold;
}
#sub-content.job .interview .q-and-a-common > div .text-container dd span {
  color: #0388F1;
}
#sub-content.job .interview .q-and-a-common > div .img-container {
  width: 45%;
}
@media (max-width: 767px) {
  #sub-content.job .interview .q-and-a-common > div {
    margin-bottom: 0px;
  }
  #sub-content.job .interview .q-and-a-common > div .text-container,
  #sub-content.job .interview .q-and-a-common > div .img-container {
    width: 100%;
    margin-bottom: 16px;
  }
  #sub-content.job .interview .q-and-a-common > div .text-container br,
  #sub-content.job .interview .q-and-a-common > div .img-container br {
    display: none;
  }
  #sub-content.job .interview .q-and-a-common > div .text-container {
    margin-bottom: 16px;
  }
  #sub-content.job .interview .q-and-a-common > div .text-container dt {
    font-size: 1.6rem;
    margin-bottom: 4px;
  }
  #sub-content.job .interview .q-and-a-common > div .text-container dd {
    margin-left: 3.4rem;
    text-indent: -3.4rem;
    font-size: 1.8rem;
  }
}
#sub-content.job .interview .q-and-a-common:last-of-type {
  margin-bottom: 64px;
}
#sub-content.job .interview > section:not(:last-of-type) {
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  #sub-content.job .interview .q-and-a-01 div {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  #sub-content.job .interview .q-and-a-02 div {
    flex-direction: column-reverse;
  }
}
#sub-content.job .interview {
  /*------------ schedule ------------*/
}
#sub-content.job .interview .schedule {
  padding: 24px;
  border: 4px solid #bfd6f1;
  margin-bottom: 96px;
}
@media (max-width: 767px) {
  #sub-content.job .interview .schedule {
    padding: 24px 16px;
  }
}
#sub-content.job .interview .schedule h2 {
  font-size: clamp(20px, 2.1vw, 24px);
  font-weight: bold;
  padding: 10px 0 10px 5%;
  background: url("/hellographic/work/job/files/img/icoTime.svg") no-repeat left center;
  background-size: 4%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  #sub-content.job .interview .schedule h2 {
    padding: 10px 0 10px 12%;
    background-size: 10%;
  }
}
#sub-content.job .interview .schedule .table-flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-bottom: 64px;
}
#sub-content.job .interview .schedule .table-flex p {
  font-weight: bold;
}
#sub-content.job .interview .schedule .table-flex table {
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  font-size: 1.2rem;
}
#sub-content.job .interview .schedule .table-flex table th,
#sub-content.job .interview .schedule .table-flex table td {
  padding: 4px;
}
#sub-content.job .interview .schedule .table-flex table td {
  text-align: justify;
}
@media (max-width: 767px) {
  #sub-content.job .interview .schedule .table-flex {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
#sub-content.job .interview .schedule .table-flex .day th {
  background-color: #fde4d0;
}
#sub-content.job .interview .schedule .table-flex .night th {
  background-color: #d7e9ff;
}
#sub-content.job .interview .schedule .table-flex.day-only {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 32px;
}
#sub-content.job .interview .schedule aside > div {
  position: relative;
  padding-bottom: 8px;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 16px;
}
#sub-content.job .interview .schedule aside > div h3 {
  font-size: clamp(16px, 1.8vw, 20px);
  line-height: 1.2;
}
#sub-content.job .interview .schedule aside > div small {
  color: #9a9a9a;
  font-size: 1.4rem;
  font-weight: bold;
}
#sub-content.job .interview .schedule aside > div figure {
  position: absolute;
  top: -64px;
  right: 0px;
}
@media (max-width: 767px) {
  #sub-content.job .interview .schedule aside > div figure {
    width: 56%;
    top: -80px;
    right: -32px;
  }
}
#sub-content.job .interview .schedule aside > div figure.digital-printing-style {
  top: -96px;
  right: -30px;
}
@media (max-width: 767px) {
  #sub-content.job .interview .schedule aside > div figure.digital-printing-style {
    top: -126px;
  }
}
#sub-content.job .interview .schedule aside > p {
  line-height: 1.6;
}

#pagination .pagination-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 16px;
}
#pagination .pagination-container a {
  transition: opacity 0.3s ease, color 0.3s ease;
}
#pagination .pagination-container a figure img {
  margin-bottom: 8px;
}
#pagination .pagination-container a figure figcaption {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.4;
}
@media (hover: hover) {
  #pagination .pagination-container a:hover {
    opacity: 0.6;
  }
}
#pagination .pagination-container .left {
  position: relative;
}
#pagination .pagination-container .left::before {
  content: "";
  position: absolute;
  background: #999;
  height: 51.9615242271px;
  width: 32px;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  left: -40px;
  top: 32px;
}
#pagination .pagination-container .right {
  position: relative;
}
#pagination .pagination-container .right::after {
  content: "";
  position: absolute;
  background: #999;
  height: 51.9615242271px;
  width: 32px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  right: -40px;
  top: 32px;
}
@media (max-width: 767px) {
  #pagination .pagination-container {
    width: 88%;
    margin: auto;
  }
  #pagination .pagination-container .left::before {
    height: 27.7128129211px;
    width: 16px;
    left: -24px;
    top: 36px;
  }
  #pagination .pagination-container .right::after {
    height: 27.7128129211px;
    width: 16px;
    right: -24px;
    top: 36px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #pagination .pagination-container .center01 {
    display: none;
  }
}
#pagination .center02 {
  display: none;
}
@media (max-width: 767px) {
  #pagination .center02 {
    display: block;
    text-align: center;
    border-radius: 4px;
    background: #005AC8;
    width: -moz-fit-content;
    width: fit-content;
    padding: 8px 32px;
    color: #fff;
    margin: 32px auto 0 auto;
  }
}

/*--------------------------------------------------------------------------------*/
/* data */
/*--------------------------------------------------------------------------------*/
#sub-content.data .section-first-view {
  aspect-ratio: 16/9;
  background-image: url("/hellographic/data/files/img/img-top.jpg");
  background-size: cover;
  background-position: center;
}
#sub-content.data .section-first-view .section-first-view_inner {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  #sub-content.data .section-first-view .section-first-view_inner {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  #sub-content.data .section-first-view {
    background-position: 28% 50%;
  }
}
#sub-content.data .data-contents .balloon {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  box-sizing: border-box;
  top: 2px;
  margin-right: 16px;
}
#sub-content.data .data-contents .balloon:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 9px;
  border: 8px solid transparent;
  border-left: 16px solid;
  z-index: 0;
  transform: rotate(25deg);
}
#sub-content.data .data-contents .balloon-color01 {
  background-color: #ffb3ca;
}
#sub-content.data .data-contents .balloon-color01:before {
  border-left-color: #ffb3ca;
}
#sub-content.data .data-contents .balloon-color02 {
  background-color: #ffdeb3;
}
#sub-content.data .data-contents .balloon-color02:before {
  border-left-color: #ffdeb3;
}
#sub-content.data .data-contents .balloon-color03 {
  background-color: #c3edb3;
}
#sub-content.data .data-contents .balloon-color03:before {
  border-left-color: #c3edb3;
}
#sub-content.data .data-contents #section01 {
  margin-bottom: 96px;
}
#sub-content.data .data-contents #section01 .container {
  background-color: #f0fafa;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  padding: 32px;
}
#sub-content.data .data-contents #section01 .container .data-item {
  padding: 32px;
  background-color: #fff;
}
#sub-content.data .data-contents #section01 .container .data-item p {
  font-size: 2.2rem;
  font-weight: bold;
  color: #005AC8;
  margin-bottom: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
#sub-content.data .data-contents #section01 .container .data-item p .title-icon {
  background-image: url("/hellographic/data/files/img/data-icon.svg");
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 8px;
}
#sub-content.data .data-contents #section01 .container .data-item figure img {
  margin-bottom: 16px;
}
#sub-content.data .data-contents #section01 .container .data-item figure figcaption {
  font-size: 1.6rem;
}
@media (max-width: 939px) {
  #sub-content.data .data-contents #section01 .container .data-item {
    padding: 16px;
  }
  #sub-content.data .data-contents #section01 .container .data-item p {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  #sub-content.data .data-contents #section01 .container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
    padding: 16px;
  }
  #sub-content.data .data-contents #section01 .container .data-item p {
    font-size: 2rem;
  }
  #sub-content.data .data-contents #section01 .container .data-item p .title-icon {
    width: 24px;
    height: 24px;
  }
}
#sub-content.data .data-contents #section02 .section02-heading {
  background-color: #ffdc7a;
  padding: 16px;
  margin-bottom: 32px;
  text-align: center;
}
#sub-content.data .data-contents #section02 .section02-heading .section02-title-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333333;
  font-size: 2rem;
  margin-bottom: 16px;
}
#sub-content.data .data-contents #section02 .section02-heading .section02-title-heading::before, #sub-content.data .data-contents #section02 .section02-heading .section02-title-heading::after {
  width: 2px;
  height: 24px;
  background-color: #666;
  content: "";
}
#sub-content.data .data-contents #section02 .section02-heading .section02-title-heading::before {
  transform: rotate(-35deg);
  margin-right: 16px;
}
#sub-content.data .data-contents #section02 .section02-heading .section02-title-heading::after {
  transform: rotate(35deg);
  margin-left: 16px;
}
@media (max-width: 767px) {
  #sub-content.data .data-contents #section02 .section02-heading .section02-title-heading {
    font-size: 1.6rem;
    margin-bottom: 8px;
  }
}
#sub-content.data .data-contents #section02 .section02-heading .section02-title {
  font-family: "Kaisei Tokumin", serif;
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  #sub-content.data .data-contents #section02 .section02-heading .section02-title {
    font-size: 2.6rem;
  }
}
#sub-content.data .data-contents #section02 .section02-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
#sub-content.data .data-contents #section02 .section02-item figure {
  width: auto;
  margin-right: 64px;
}
#sub-content.data .data-contents #section02 .section02-item figure img {
  width: 100%;
}
#sub-content.data .data-contents #section02 .section02-item ul {
  width: 80%;
  font-size: 2rem;
}
#sub-content.data .data-contents #section02 .section02-item ul li {
  margin-left: 3.6rem;
  text-indent: -3.6rem;
}
#sub-content.data .data-contents #section02 .section02-item ul li:not(:last-of-type) {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  #sub-content.data .data-contents #section02 .section02-item {
    flex-direction: column;
  }
  #sub-content.data .data-contents #section02 .section02-item figure {
    margin-right: 0px;
    margin-bottom: 16px;
  }
  #sub-content.data .data-contents #section02 .section02-item ul {
    width: 100%;
    font-size: 1.6rem;
  }
}
#sub-content.data .data-contents #section02 .section02-item:not(:last-of-type) {
  padding-bottom: 32px;
  border-bottom: 6px dotted #ffdecf;
  margin-bottom: 32px;
}

/*--------------------------------------------------------------------------------*/
/* recruit */
/*--------------------------------------------------------------------------------*/
#sub-content.recruit .section-first-view {
  background-image: linear-gradient(90deg, #95abea, #e0e5f7);
}
#sub-content.recruit .section-first-view .section-first-view_inner figure {
  width: clamp(240px, 24vw, 352px);
}
#sub-content.recruit .section-first-view .section-first-view_inner figure img {
  filter: drop-shadow(2px 2px 6px rgba(55, 20, 30, 0.8));
}
@media (max-width: 767px) {
  #sub-content.recruit .section-first-view .section-first-view_inner figure figure {
    width: 100%;
    text-align: center;
  }
  #sub-content.recruit .section-first-view .section-first-view_inner figure figure img {
    width: 80%;
    height: auto;
  }
}
#sub-content.recruit .holiday-vacation small {
  margin-left: 8px;
}
#sub-content.recruit .table-contents {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 32px;
}
#sub-content.recruit .table-contents a {
  font-size: 1.4rem;
  font-weight: bold;
  color: #005AC8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  border: 1px solid #005AC8;
  padding: 8px 16px;
  border-radius: 4px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media (hover: hover) {
  #sub-content.recruit .table-contents a:hover {
    background-color: #005AC8;
    color: #fff;
  }
  #sub-content.recruit .table-contents a:hover .arrow01.-down {
    background-color: #fff;
  }
  #sub-content.recruit .table-contents a:hover .arrow01.-down::before {
    border-color: #fff;
  }
}
@media (max-width: 1360px) {
  #sub-content.recruit .table-contents {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  #sub-content.recruit .table-contents {
    grid-template-columns: repeat(2, 1fr);
  }
  #sub-content.recruit .table-contents a {
    font-size: 1rem;
    padding: 8px 16px 8px 8px;
  }
}
#sub-content.recruit .company-overview {
  margin-bottom: 64px;
  border: 3px solid #cccccc;
}
#sub-content.recruit .company-overview th {
  width: 22%;
  border-right: 1px solid #cccccc;
  background-color: #efebe8;
}
#sub-content.recruit .company-overview td {
  width: 78%;
}
@media (max-width: 1360px) {
  #sub-content.recruit .company-overview {
    width: auto;
  }
  #sub-content.recruit .company-overview th {
    width: 28%;
  }
  #sub-content.recruit .company-overview td {
    width: 72%;
  }
}
#sub-content.recruit .recruit-contents .section-item {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
#sub-content.recruit .recruit-contents .section-item h3 {
  font-size: clamp(16px, 1.8vw, 20px);
  width: 20%;
  background-color: #f6f8fb;
  padding: 16px;
  border-right: 1px solid #cccccc;
}
@media (max-width: 767px) {
  #sub-content.recruit .recruit-contents .section-item h3 br {
    display: none;
  }
}
#sub-content.recruit .recruit-contents .section-item table {
  width: 80%;
}
#sub-content.recruit .recruit-contents .section-item table .salary-list {
  letter-spacing: -0.05rem;
}
#sub-content.recruit .recruit-contents .section-item table .salary-list small {
  margin-left: 4rem;
  letter-spacing: 0rem;
}
#sub-content.recruit .recruit-contents .section-item table .working-style {
  padding-bottom: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
#sub-content.recruit .recruit-contents .section-item table .working-style p {
  padding-bottom: 0rem;
}
#sub-content.recruit .recruit-contents .section-item table .working-style ul {
  letter-spacing: 0rem;
}
@media (max-width: 767px) {
  #sub-content.recruit .recruit-contents .section-item table .working-style {
    flex-direction: column;
  }
  #sub-content.recruit .recruit-contents .section-item table .working-style > div p {
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
  #sub-content.recruit .recruit-contents .section-item {
    flex-direction: column;
  }
  #sub-content.recruit .recruit-contents .section-item h3 {
    width: auto;
    border-right: none;
    border-bottom: 1px solid #cccccc;
  }
  #sub-content.recruit .recruit-contents .section-item table {
    width: auto;
  }
  #sub-content.recruit .recruit-contents .section-item table tr th,
  #sub-content.recruit .recruit-contents .section-item table tr td {
    display: block;
    padding: 16px 8px;
  }
  #sub-content.recruit .recruit-contents .section-item table tr th {
    padding-bottom: 4px;
  }
  #sub-content.recruit .recruit-contents .section-item table tr td {
    padding-top: 0;
  }
  #sub-content.recruit .recruit-contents .section-item table .holiday-vacation small {
    display: block;
  }
}
#sub-content.recruit .recruit-contents .section-item:not(:last-of-type) {
  margin-bottom: 32px;
}

/*--------------------------------------------------------------------------------*/
/* arrow */
/*--------------------------------------------------------------------------------*/
/*--------- arrow01 ---------*/
.arrow01 {
  line-height: 1;
  position: relative;
  background: #005AC8;
  margin-left: 8px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.arrow01::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid #005AC8;
  position: absolute;
  box-sizing: border-box;
  transition: border 0.3s ease, color 0.3s ease;
}

/*--------- arrow01-right ---------*/
.arrow01.-right {
  width: 20px;
  height: 2px;
}
.arrow01.-right::before {
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  top: 50%;
  right: -1px;
}

/*--------- arrow01-down ---------*/
.arrow01.-down {
  width: 2px;
  height: 20px;
}
.arrow01.-down::before {
  border-right: 0;
  border-top: 0;
  transform: rotate(-45deg);
  transform-origin: bottom left;
  bottom: 0;
  left: 1px;
}

/*--------- arrow02 ---------*/
.arrow02 {
  position: relative;
  display: inline-block;
  width: 4px;
  height: 14px;
}
.arrow02::before, .arrow02::after {
  content: "";
  position: absolute;
  top: calc(50% + 2px);
  right: 0;
  width: 6px;
  height: 1px;
  border-radius: 9999px;
  background-color: #555;
  transform-origin: calc(100% - 0.5px) 50%;
}
.arrow02::before {
  transform: rotate(45deg);
}
.arrow02::after {
  transform: rotate(-45deg);
}

/*--------------------------------------------------------------------------------*/
/* recruit common-btn */
/*--------------------------------------------------------------------------------*/
#common-btn {
  margin-bottom: 128px;
}
#common-btn .common-btn-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #005AC8;
  padding: 32px 48px;
  width: -moz-fit-content;
  width: fit-content;
}
#common-btn .common-btn-inner h2 {
  font-size: clamp(20px, 2.1vw, 24px);
  line-height: 1.6;
  font-weight: bold;
  border-right: 1px solid #cccccc;
  padding: 32px 32px 32px 0;
  margin-right: 32px;
}
#common-btn .common-btn-inner > div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 64px;
}
#common-btn .common-btn-inner > div .contact-btn-list .tel,
#common-btn .common-btn-inner > div .contact-btn-list .mail {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: 1.8rem;
}
#common-btn .common-btn-inner > div .contact-btn-list .tel img,
#common-btn .common-btn-inner > div .contact-btn-list .mail img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
#common-btn .common-btn-inner > div .contact-btn-list .tel {
  margin-bottom: 8px;
}
#common-btn .common-btn-inner > div .entry-btn {
  padding: 16px 64px;
  background-color: #f6f8fb;
  color: #005AC8;
  border: 2px solid #005AC8;
  font-weight: bold;
  border-radius: 4px;
  transition: background-color 0.3s ease, color 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (hover: hover) {
  #common-btn .common-btn-inner > div .entry-btn:hover {
    background-color: #005AC8;
    color: #fff;
  }
  #common-btn .common-btn-inner > div .entry-btn:hover .arrow01.-right {
    background-color: #fff;
  }
  #common-btn .common-btn-inner > div .entry-btn:hover .arrow01.-right::before {
    border-color: #fff;
  }
}
@media (max-width: 939px) {
  #common-btn .common-btn-inner > div {
    flex-direction: column;
    gap: 32px;
  }
}
@media (max-width: 767px) {
  #common-btn .common-btn-inner {
    flex-direction: column;
  }
  #common-btn .common-btn-inner h2 {
    border-right: none;
    border-bottom: 1px solid #cccccc;
    padding: 0 0 16px 0;
    margin-right: 0;
    margin-bottom: 16px;
  }
}/*# sourceMappingURL=sub-common.css.map */