@charset "utf-8";

/* ============================== */


:root {
  --vk-mobile-nav-menu-btn-bg-src: url("../img/global/vk-menu-btn-black.svg");
  --vk-mobile-nav-menu-btn-close-bg-src: url("../img/global/vk-menu-close-black.svg");
  --vk-menu-acc-icon-open-black-bg-src: url("../img/global/vk-menu-acc-icon-open-black.svg");
  --vk-menu-acc-icon-open-white-bg-src: url("../img/global/vk-menu-acc-icon-open-white.svg");
  --vk-menu-acc-icon-close-black-bg-src: url("../img/global/vk-menu-close-black.svg");
  --vk-menu-acc-icon-close-white-bg-src: url("../img/global/vk-menu-close-white.svg");
  --ver_page_top_button_url: url("../img/global/to-top-btn-icon.svg");

  --color-white: #fff;
  --color-gray-lv1: #f2f2f2;
  --color-gray-lv2: #cacaca;
  --color-black: #1a1a1a;
  --color-navy: #204e84;
  --color-blue: #2378dc;
  --color-pastelBlue: #d1e6ff;

  --color-footer-border: rgba(0, 0, 0, 0.15);

  --font-size-10: calc(10 / 16 * 1rem);
  --font-size-12: calc(12 / 16 * 1rem);
  --font-size-14: clamp(0.75rem, 0.707rem + 0.192vw, 0.875rem);
  --font-size-16: clamp(0.938rem, 0.916rem + 0.096vw, 1rem);
  --font-size-18: clamp(1rem, 0.957rem + 0.192vw, 1.125rem);
  --font-size-20: clamp(1.125rem, 1.082rem + 0.192vw, 1.25rem);
  --font-size-24: clamp(1.25rem, 1.163rem + 0.385vw, 1.5rem);
  --font-size-28: clamp(1.375rem, 1.245rem + 0.577vw, 1.75rem);
  --font-size-32: clamp(1.5rem, 1.327rem + 0.769vw, 2rem);
  --font-size-48: clamp(1.75rem, 1.317rem + 1.923vw, 3rem);
}

/* ============================== */

/* Reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, a, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure,  footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0;}
*, ::after, ::before { box-sizing: border-box; }
body{ line-height: 1; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section , main {  display:block; }
table{ border-collapse:collapse; border-spacing:0; }
ol, ul { list-style: none; list-style-type: none; }
button{ background-color: transparent; border: none; cursor: pointer; }

/* ======================================== */

/* keyframes */

@keyframes top-mv-animation {
  0%   { scale: 1; }
  100% { scale: 1.2; }
}

/* ======================================== */

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;
  font-size: 1rem;
}
body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: var(--color-white);
  overflow-x: hidden;
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Hiragino Sans, "Noto Sans JP", sans-serif;
  word-wrap: break-word;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.75em;
  clear: both;
}
h2, h3, h4, h5, h6 {
  margin: 1.5em 0 1.2em;
  clear: both;
}
h1 { font-size: 2.5rem; }
h2 {
  font-size: 1.75rem;
  padding: 0.8em 0.2em 0.7em;
  border-top: 2px solid #337ab7;
  border-bottom: 1px solid #e9e9e9;
  background-color: #e7f3ff;
}
h3 { font-size: 1.75rem; }
h4 {
  font-size: 1.5rem;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
}
h5 { font-size: 1.25rem; }
h6 { font-size: 1rem; }
h1 { position: relative; }
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child {
  margin-top: 0;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.7;
  margin-bottom: 1.2em;
}

img {
  max-width: 100%;
  height: auto;
}

ol, ul {
  margin-top: 1.5em;
  margin-bottom: 1.2em;
}
li {
  margin-bottom: 0.8em;
  line-height: 1.65em;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-top: 10px;
  margin-bottom: 10px;
}

b, strong { font-weight: bolder; }
a {
  color: var(--color-navy);
  text-decoration: none;
  background-color: transparent;
}
img {
  vertical-align: middle;
  border-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
/* table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
} */

/* ======================================== */

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}

/* ======================================== */

.header {
  width: 100%;
  background-color: transparent;
  margin-bottom: 0;
  min-height: 46px;
  border: none;
  z-index: 1900;
  position: absolute;
  top: 0;
  box-shadow: none;
  padding-top: 1rem;
}
.header-container {
  width: 100%;
  max-width: clamp(21.25rem, 3.942rem + 76.923vw, 71.25rem);/* 340~1140 */
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
}

.header-logo {
  display: inline-block;
  padding: 0;
  margin: 0;
  font-size: 2rem;
}
.header-logo-link {
  display: block;
  width: 100%;
  max-width: clamp(11rem, 8.490rem + 11.154vw, 18.25rem);/* 176~292 */
}
.header-logo-link img {
  width: 100%;
  height: auto;
  display: block;
}

.header-nav {
  display: none;
}
.header-nav-list {
  float: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  font-size: var(--font-size-14);
  letter-spacing: 0.05em;
  margin: 0;
  padding: 0;
}

.header-nav-list li {
  float: none;
  margin-bottom: 0;
}
.header-nav-list li a {
  padding: 1em;
  display: block;
  color: var(--color-white);
  font-weight: bold;
}
.header-nav-list li.is-active a {
  border-bottom: 1px solid var(--color-white);
  pointer-events: none;
}


/* TOP MV */

.top-mv {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
  padding-top: 100px;
  background-color: var(--color-navy);
  /* padding-bottom: 100px; */
}

.top-mv-wrap {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 10;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: clamp(21.25rem, 3.942rem + 76.923vw, 71.25rem);/* 340~1140 */
  margin-right: auto;
  margin-left: auto;
}

.top-mv-inner {
  position: relative;
}

.top-mv-title {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  font-weight: 700;
  font-size: clamp(1.875rem, 1.139rem + 3.269vw, 4rem);/*30~64*/
  letter-spacing: 0.08em;
  color: var(--color-white);
}
.top-mv-title > span { display: inline-block; }
.top-mv-title-strong { font-size: 130%; }
.top-mv-title-exclamation {
  rotate: 12deg;
  display: inline-block;
  margin-left: -0.2em;
  font-size: 110%;
}

.top-mv-text {
  font-size: clamp(1rem, 0.913rem + 0.385vw, 1.25rem);/* 20~16 */
  color: var(--color-white);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  padding-top: 2em;
  text-shadow: 0 0 0.5em rgba(0,0,0,0.5);
}
.top-mv-text br { display: none; }

.top-mv-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.top-mv-bg-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.top-mv-bg-slider .slick-list,
.top-mv-bg-slider .slick-track {
  height: 100%;
}

.top-mv-bg-slider {
  height: 100%;
}

.top-mv-bg-slider-item {
  width: 100%;
  height: 100%;
}

.top-mv-bg-slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  scale: 1;
}

.js-mv-animation {
  animation: top-mv-animation 6s cubic-bezier(0, 0.5, 0, 0.8) 0s both;
}

/* Common Styles */
.section {
  position: relative;
  padding-top:    clamp(3rem, 2.654rem + 1.538vw, 4rem);/* 48~64 */
  padding-bottom: clamp(3rem, 2.654rem + 1.538vw, 4rem);/* 48~64 */
}
.section-wrap {
  position: relative;
  max-width: clamp(21.25rem, 3.942rem + 76.923vw, 71.25rem);/* 340~1140 */
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
}

/* TOP */
.top-section-title {
  width: 100%;
  color: var(--color-navy);
  border-top: none;
  border-bottom: 2px solid var(--color-navy);
  font-size: var(--font-size-28);
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  padding-top: 0;
  padding-bottom: 0.5em;
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
  margin-top: 0;
  margin-bottom: 1.5em;
  margin-left: auto;
  margin-right: auto;
}
.top-section-title.top-section-title-white {
  border-color: var(--color-white);
  color: var(--color-white);
}

/* TOP Business */

.section-top-business {
  background-color: var(--color-navy);
}
.top-business-text {
  color: var(--color-white);
  text-align: left;
  line-height: 2;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  font-size: var(--font-size-16);
  margin-bottom: 0;
}
.top-business-text br {
  display: none;
}

.top-business-jobList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 0.5rem;
  row-gap: 0.5rem;
  margin-top: clamp(1rem, 0.654rem + 1.538vw, 2rem);/*16~32*/
  margin-bottom: 0;
}

.top-business-jobList li {
  color: var(--color-navy);
  padding: 1.5em 1em;
  font-size: var(--font-size-18);
  line-height: 1.4;
  background-color: var(--color-white);
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.top-business-linkList {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 1rem;
  row-gap: 1rem;
  margin-top: clamp(1rem, 0.654rem + 1.538vw, 2rem);
}
.top-business-linkList-item {
  position: relative;
  margin: 0;
}
.top-business-linkList-item-inner {
  padding: 0.5em;
  display: grid;
  grid-template-columns: clamp(5rem, 4.567rem + 1.923vw, 6.25rem) auto;
  column-gap: 1rem;
  box-shadow: 0 0 0.5rem rgba(0,0,0,0.2);
  width: 100%;
  height: 100%;
  background-color: var(--color-blue);
  color: var(--color-white);
  font-size: var(--font-size-20);
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
}
.top-business-linkList-item-inner::before {
  content: "";
  width: 0.7em;
  height: 0.7em;
  border-top: 1px solid var(--color-white);
  border-right: 1px solid var(--color-white);
  position: absolute;
  rotate: 45deg;
  right: 1em;
  top: 50%;
  translate: 0 -50%;
}
.top-business-linkList-item-photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 5 / 4;
  object-fit: cover;
}
.top-business-linkList-item-text {
  display: flex;
  align-items: center;
}

.top-pageLink {
  margin-left: auto;
  margin-right: auto;
  margin-top: clamp(1rem, 0.654rem + 1.538vw, 2rem);/*16~32*/
  display: block;
  border: 1px solid var(--color-white);
  position: relative;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  color: var(--color-white);
  text-align: center;
  padding: 1em 2em;
  font-weight: 400;
  gap: clamp(0.5rem, -0.019rem + 2.308vw, 2rem);/*8~32*/
  letter-spacing: 0.05em;
}
.top-pageLink strong {
  font-weight: 400;
  font-size: var(--font-size-20);
  display: inline-block;
}
.top-pageLink span {
  position: relative;
  display: inline-block;
  padding-right: 1rem;
  font-size: var(--font-size-14);
  line-height: 1;
}
.top-pageLink span::before {
  content: "";
  width:   0.6em;
  height:  0.6em;
  border-top: 1px solid var(--color-white);
  border-right: 1px solid var(--color-white);
  position: absolute;
  rotate: 45deg;
  right: 0.25em;
  top: 50%;
  translate: 0 -50%;
}

.top-pageLink.top-pageLink-navy {
  color: var(--color-navy);
  border-color:  var(--color-navy);
}
.top-pageLink.top-pageLink-navy span::before {
  border-color:  var(--color-navy);
}

/* TOP recruit */

.section-wrap.section-wrap-recruit {
  max-width: clamp(21.25rem, 13.029rem + 36.538vw, 45rem);
}
.top-recruit-inner { position: relative; }
.top-recruit-inner p {
  color: var(--color-black);
  font-size: var(--font-size-16);
  line-height: 2;
  margin-bottom: 0;
}
.top-recruit-inner p > br { display: none; }


/* TOP Message */
.section-top-message { background-color: var(--color-gray-lv1); }
.section-wrap.section-wrap-message {
  max-width: clamp(21.25rem, 13.029rem + 36.538vw, 45rem);
}
.top-message-inner { position: relative; }
.top-message-inner::after {
  /* clearfix */
  content: " ";
  display: block;
  clear: both;
}
.top-message-inner p {
  font-size: var(--font-size-16);
  color: var(--color-black);
  line-height: 2;
  letter-spacing: 0.04em;
}
.top-message-inner p + p { margin-top: 1em; }
.top-message-inner p:last-child {
  text-align: right;
  padding-top: 1em;
  margin-top: 1.5em;
  border-top: 1px solid var(--color-gray-lv2);
}
.top-message-photo {
  float: right;
  width: clamp(6.25rem, 4.627rem + 7.212vw, 10.938rem);/* 100~175 */
  margin-left: 2rem;
  margin-bottom: 2rem;
  padding-top: 0.5em;
}
.top-message-photo img {
  width: 100%;
  height: auto;
  display: block;
}

/* TOP Company */
.top-company-wrap {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: clamp(1rem, 0.654rem + 1.538vw, 2rem);/*16~32*/
  row-gap: clamp(1.5rem, 0.981rem + 2.308vw, 3rem);/*16~32*/
}
.top-company-inner-info {
  position: relative;
  grid-column: 1/2;
}

.top-company-table {
  width: 100%;
  border-collapse: collapse;
  width: 100%;
  color: var(--color-black);
  font-size: var(--font-size-14);
  border: none;
}
.top-company-table tr + tr > th {
  border-top: 1px solid var(--color-gray-lv1);
}
.top-company-table tr:last-child > th,
.top-company-table tr:last-child > td {
  border-bottom: 1px solid var(--color-gray-lv1);
}
.top-company-table th {
  font-weight: 700;
  width: 100%;
  display: block;
  padding-top: 1em;
  padding-bottom: 0.5em;
}
.top-company-table td {
  font-weight: 400;
  width: 100%;
  display: block;
  padding-bottom: 1em;
}

.top-company-table address { font-style: normal; }
.top-company-table span { font-size: var(--font-size-12); }

.top-company-table-list {
  margin: 0;
  padding: 0;
}

.top-company-table-list li {
  margin: 0;
  padding: 0;
  display: inline;
}
.top-company-table-list li::after {
  content: "／";
  padding-left: 0.25em;
  padding-right: 0.25em;
}
.top-company-table-list li:last-child::after {
  content: "";
  padding-left: 0;
  padding-right: 0;
}
.top-company-table-list-andMore li:last-child::after {
  content: "など";
  padding-left: 1em;
}

.top-company-inner-headLine {
  color: var(--color-navy);
  text-align: left;
  font-size: var(--font-size-14);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
  border: none;
  padding-bottom: 0;
}
.top-company-inner-headLine::after {
  display: none;
}
.top-company-licenseTable {
  width: 100%;
  font-size: var(--font-size-14);
  border-top: none;
}
.top-company-licenseTable thead th {
  background-color: var(--color-pastelBlue);
  color: var(--color-navy);
  font-weight: 700;
  padding: 0.5em 1em;
  border-bottom: 1px solid var(--color-navy);
}
.top-company-licenseTable thead th + th { text-align: center; }

.top-company-licenseTable caption {
  caption-side: bottom;
  text-align: right;
  padding-top: 1em;
  font-size: var(--font-size-12);
  color: var(--color-black);
  line-height: 1.6;
}
.top-company-licenseTable tbody th {
  color: var(--color-black);
  font-weight: 400;
  line-height: 1.6;
  padding: 0.5em 1em;
  width: 80%;
}
.top-company-licenseTable tbody td {
  color: var(--color-black);
  font-weight: 400;
  line-height: 1.6;
  padding: 0.5em 1em;
  text-align: center;
  width: 20%;
}
.top-company-licenseTable tr:nth-child(2n) th,
.top-company-licenseTable tr:nth-child(2n) td {
  background-color: var(--color-gray-lv1);
}

.top-company-inner-map {
  position: relative;
  grid-column: 1/2;
}
.top-company-inner-map-title {
  color: var(--color-navy);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: var(--font-size-18);
  border: none;
  padding: 0;
  text-align: center;
}
.top-company-inner-map-title::after { display: none; }
.top-company-inner-map iframe {
  width: 100%;
  max-height: 20rem;
  margin: 0;
  border: none;
}


/* subPage */
.sub-header-business,
.sub-header-recruit {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url("../img/business/image-b2-bussiness_768.jpg");
  background-color: var(--color-navy);
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: clamp(22.5rem, 16.442rem + 26.923vw, 40rem);/* 360~640 */
}
.sub-header-title {
  text-align: center;
  font-size: var(--font-size-48);
  font-weight: 700;
  letter-spacing: 0.15em;
  text-indent: 0.15em;
  border-bottom: 1px solid var(--color-white);
  color: var(--color-white);
  padding-bottom: 0.5em;
}


/* subPage Business */

.sub-business-title {
  font-size: var(--font-size-28);
  border-top: 2px solid var(--color-navy);
  margin: 0;
  margin-bottom: 1em;
  padding: 0.75em 1em;
  background-color: var(--color-pastelBlue);
  color: var(--color-navy);
  font-weight: 400;
  letter-spacing: 0.1em;
}
.sub-business-text {
  color: var(--color-black);
  font-size: var(--font-size-16);
  line-height: 2;
  margin: 0;
  padding: 0;
}

.sub-business-inner {
  display: grid;
  margin-top: clamp(1rem, 0.654rem + 1.538vw, 2rem);/*16~32*/
  grid-template-columns: minmax(0, 1fr);
  column-gap: clamp(1rem, 0.654rem + 1.538vw, 2rem);/*16~32*/
  row-gap: clamp(1.5rem, 0.981rem + 2.308vw, 3rem);/*16~32*/
}
.sub-business-inner-text {
  display: grid;
  grid-column: 1/2;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(2,1fr);
  column-gap: 0.25rem;
  row-gap: 0.25rem;
}
.sub-business-inner-text li {
  background-color: var(--color-gray-lv1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 1em;
  line-height: 1.4;
  margin: 0;
  padding: 1em;
  font-size: var(--font-size-18);
  color: var(--color-black);
  text-align: center;
}
.sub-business-inner-text li span {
  font-weight: 700;
  text-align: center;
  display: inline-block;
  font-size: var(--font-size-14);
  padding: 0.25em 0.5em;
  border-bottom: 2px solid var(--color-navy);
  color: var(--color-navy);
}
.sub-business-inner-img { grid-column: 1/2; }
.sub-business-slider {
  position: relative;
  width: 100%;
  display: block;
}

.sub-business-slider figure {
  display: block;
  position: relative;
}
.sub-business-slider figure img {
  display: block;
  width: 100%;
  height: auto;
}
.sub-business-slider figure figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  padding: 0.5em;
  z-index: 100;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  margin-bottom: 0;
  text-shadow: 0 0 0.5em rgba(0, 0, 0, 0.5);
  font-size: var(--font-size-14);
  line-height: 1.4;
}

.sub-section-headLine {
  font-size: var(--font-size-24);
  color: var(--color-black);
  position: relative;
  margin: 0;
  padding: 0;
  margin-top: clamp(3rem, 2.654rem + 1.538vw, 4rem);/* 48~64 */
  margin-bottom: clamp(1rem, 0.654rem + 1.538vw, 2rem);/* 16~32 */
  padding-bottom: 0.5em;
  background-color: transparent;
  border-top: none;
}
.sub-section-headLine::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: var(--color-gray-lv1);
  position: absolute;
  left: 0;
  bottom: 0;
}
.sub-section-headLine::after {
  content: "";
  width: 10rem;
  height: 1px;
  display: block;
  background-color: var(--color-blue);
  position: absolute;
  left: 0;
  bottom: 0;
}

.sub-business-detail {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: clamp(1rem, 0.654rem + 1.538vw, 2rem);/*16~32*/
  row-gap: clamp(1.5rem, 0.981rem + 2.308vw, 3rem);/*16~32*/
}

.sub-business-detail-text { position: relative; }
.sub-business-detail-text p {
  margin: 0;
  color: var(--color-black);
  font-size: var(--font-size-16);
  line-height: 1.8;
  letter-spacing: 0.06em;
}
.sub-business-detail-text p + p { margin-top: 0.5em; }

.sub-business-detail-img {position: relative;}
.sub-business-detail-img ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 0.1rem;
  margin: 0;
  padding: 0;
}
.sub-business-detail-img ul li {
  margin: 0;
  padding: 0;
}
.sub-business-detail-img ul li img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0;
}

/* subpage recruit */

.sub-recruit-message {
  border-top: 2px solid var(--color-navy);
  border-bottom: 2px solid var(--color-navy);
  padding-top: clamp(1.75rem, 1.317rem + 1.923vw, 3rem);/* 28~48 */
  padding-bottom: clamp(1.75rem, 1.317rem + 1.923vw, 3rem);/* 28~48 */
}
.sub-recruit-message-title {
  margin: 0;
  padding: 0;
  margin-bottom: 1em;
  background: transparent;
  border: none;
  font-size: var(--font-size-28);
  text-align: center;
  color: var(--color-navy);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
.sub-recruit-message-text {
  color: var(--color-black);
  font-size: var(--font-size-16);
  line-height: 2;
  text-align: left;
  margin: 0;
}
.sub-recruit-message-text br {
  display: none;
}
.sub-recruit-message-inner {
  background-color: var(--color-gray-lv1);
  padding: 0;
  margin: 0;
  margin-top: clamp(1.75rem, 1.317rem + 1.923vw, 3rem);/* 28~48 */
  padding: clamp(1.25rem, 0.990rem + 1.154vw, 2rem);/*20~32*/
}

.sub-recruit-message-headLine {
  text-align: center;
  font-size: var(--font-size-20);
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  padding: 0;
  margin: 0;
  margin-bottom: 1em;
  font-weight: 700;
  border: none;
  line-height: 1.8;
}
.sub-recruit-message-headLine::after {
  display: none;
}
.sub-recruit-message-commentList + .sub-recruit-message-headLine {
  margin-top: clamp(1.75rem, 1.317rem + 1.923vw, 3rem);/* 28~48 */
}
.sub-recruit-message-commentList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em;
}
.sub-recruit-message-commentList li {
  width: 100%;
  background-color: var(--color-white);
  color: var(--color-black);
  font-size: var(--font-size-16);
  line-height: 1.6;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  padding: 1em;
  border-radius: 0.5em;
  margin: 0;
}
.sub-recruit-message-commentList li a {
  color: var(--color-navy);
  text-decoration: underline;
}
.sub-recruit-message-commentList li br {
  display: none;
}

.section-sub-recruit-message {
  padding-bottom: 0;
}
.recruit-message-linkList {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 1rem;
  row-gap: 1rem;
  margin: 0;
  padding: 0;
}
.recruit-message-linkList li {
  position: relative;
  margin: 0;
  padding: 0;
}
.recruit-message-linkList li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: var(--color-blue);
  color: var(--color-white);
  font-size: var(--font-size-18);
  padding: 1.25em 1em;
  box-shadow: 0 0 0.5rem rgba(0,0,0,0.1);
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  position: relative;
}
.recruit-message-linkList li a::before {
  content: "";
  width: 0.7em;
  height: 0.7em;
  border-top: 1px solid var(--color-white);
  border-right: 1px solid var(--color-white);
  position: absolute;
  rotate: 45deg;
  right: 1em;
  top: 50%;
  translate: 0 -50%;
}

.sub-recruit-jobList {
  display: grid;
  column-gap: 1rem;
  row-gap: 1rem;
  margin: 0;
  padding: 0;
}
.sub-recruit-jobList-item {
  position: relative;
  margin: 0;
}
.sub-recruit-jobList-item-inner {
  display: flex;
  justify-content: center;
  gap: 1rem;
  align-items: center;
  background-color: var(--color-navy);
  color: var(--color-white);
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.sub-recruit-jobList-item-inner-text {
  order: 2;
  font-size: var(--font-size-18);
  letter-spacing: 0.05em;
  font-weight: 700;
}
.sub-recruit-jobList-item-inner-img {
  order: 1;
}

.sub-recruit-description-text {
  font-size: var(--font-size-16);
  line-height: 2;
  color: var(--color-black);
  letter-spacing: 0.06em;
  padding: 0;
  margin: 0;
  margin-bottom: 1.5rem;
}

.sub-recruit-description {
  background-color: var(--color-gray-lv1);
  padding-top: clamp(1.25rem, 0.990rem + 1.154vw, 2rem);/*20~32*/
  padding-bottom: clamp(1.25rem, 0.990rem + 1.154vw, 2rem);/*20~32*/
  padding-left: clamp(1.25rem, 0.298rem + 4.231vw, 4rem);/* 20~64 */
  padding-right: clamp(1.25rem, 0.298rem + 4.231vw, 4rem);/* 20~64 */
}
.sub-recruit-description + .sub-recruit-description {
  margin-top: 0.5rem;
}
.sub-recruit-description h3 {
  border: none;
  margin: 0;
  padding: 0;
  font-size: var(--font-size-24);
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 1.5em;
  color: var(--color-navy);
  text-align: center;
  border-bottom: 1px solid var(--color-navy);
  padding-bottom: 0.75em;
  line-height: 1.4;
}
.sub-recruit-description h3::after {
  display: none;
}
.sub-recruit-description p {
  background-color: var(--color-white);
  text-align: center;
  color: var(--color-navy);
  padding: 1em;
  font-size: var(--font-size-18);
  line-height: 1.8;
  border-radius: 0.2em;
  margin-top: 1em;
  margin-bottom: 1em;
}
.sub-recruit-description p > br{
  display: none;
}
.sub-recruit-description table {
  width: 100%;
  border: none;
  font-size: var(--font-size-14);
  line-height: 1.8;
  color: var(--color-black);
}
.sub-recruit-description table th {
  display: block;
  width: 100%;
  padding-top: 0.75em;
}
.sub-recruit-description table td {
  display: block;
  width: 100%;
  padding-top: 0.25em;
  padding-bottom: 0.75em;
}
.sub-recruit-description table tr:first-child th {
  padding-top: 0;
}
.sub-recruit-description table tr + tr th {
  border-top: 1px solid var(--color-gray-lv2);
}

.sub-recruit-contact { position: relative; }
.sub-recruit-contact-text {
  color: var(--color-black);
  line-height: 2;
  letter-spacing: 0.05em;
  font-size: var(--font-size-16);
  margin: 0;
  padding: 0;
}
.sub-recruit-contact-text br {
  display: none;
}
.sub-recruit-contact-addr {
  margin-top: 1.5rem;
}
.sub-recruit-contact-addr a {
  display: inline-block;
}
.sub-recruit-contact-addr img {
  max-width: 100%;
  height: auto;
  display: block;
}
/* Footer（siteFooter） */

.footer {
  border-top: 3px solid #337ab7;
  background-color: #f9f9f9;
  display: block;
  overflow: hidden;
  margin-top: clamp(3rem, 2.654rem + 1.538vw, 4rem);/* 48~64 */
  font-size: var(--font-size-16);
}
.footer-nav { position: relative; }
.footer-nav ul {
  display: flex;
  font-size: calc(14 / 16 * 1rem);
  justify-content: center;
  flex-wrap: wrap;
}
.footer-nav ul li a {
  position: relative;
  color: #464646;
  text-decoration: none;
  padding: 0 1em;
  border-left: 1px solid var(--color-footer-border, #ccc);
}
.footer-nav ul li:last-child .footer-nav ul-link {
  border-right: 1px solid var(--color-footer-border, #ccc);
}
.footer-copyright {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 4em;
  padding-bottom: 2em;
  display: block;
}
.footer-copyright-text {
  font-size: calc(12 / 16 * 1rem);
  text-align: center;
}

/* Page top button */

.page_top_btn {
  position: fixed;
  right: 2%;
  bottom: 3%;
  z-index: 99999;
  width: 40px;
  height: 38px;
  color: transparent;
  border: none;
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.8), 0 0 0 2px rgba(0, 0, 0, 0.8);
  background-image: var(--ver_page_top_button_url);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: all 0.3s ease-out;
  text-decoration: none;
}

.scrolled .page_top_btn {
  display: block;
  opacity: 1;
  color: transparent;
}


/* breadcrumbList */

.breadcrumb {
  background-color: var(--color-navy);
}
.breadcrumbList {
  position: relative;
  max-width: clamp(21.25rem, 3.942rem + 76.923vw, 71.25rem);/* 340~1140 */
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: var(--font-size-14);
  display: flex;
}
.breadcrumbList-item {
  position: relative;
  color: var(--color-white);
  margin: 0;
  padding: 0;
}
.breadcrumbList-item + .breadcrumbList-item::before {
  content: "/";
  padding: 0;
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin: 0;
}
.breadcrumbList-item-link {
  color: var(--color-white);
}

.vk-mobile-nav-menu-btn {
  position: fixed;
  text-transform: uppercase;
  top: 5px;
  left: 5px;
  z-index: 2100;
  overflow: hidden;
  border-radius: 2px;
  width: 34px;
  height: 34px;
  cursor: pointer;
  text-indent: -9999px;
  background-size: 24px 24px;
  transition: all 0.25s ease-out;
  box-shadow: 0 0 0.25rem rgba(0,0,0,0.3);
  background: var(--vk-mobile-nav-menu-btn-bg-src) center 50% no-repeat
    rgba(255, 255, 255, 1);
}
.vk-mobile-nav-menu-btn.is-open {
  box-shadow: none;
  background: var(--vk-mobile-nav-menu-btn-close-bg-src) center 50% no-repeat
    rgba(255, 255, 255, 1);
}
.vk-mobile-nav {
  position: fixed;
  z-index: 2000;
  width: 100%;
  min-height: 100dvh;
  display: block;
  padding: 45px 10px;
  overflow: scroll;
  top: 0;
  transition: all 0.35s ease-out;
  background-color: var(--color-white);
}
.vk-mobile-nav nav ul {
  padding: 0;
  margin: 0;
  border-top: 1px solid var(--color-gray-lv2);
  position: relative;
}
.vk-mobile-nav nav ul li {
  list-style: none;
  line-height: 1.65;
  position: relative;
  margin-bottom: 0;
}
.vk-mobile-nav nav ul li a {
  padding: 0.7em 0.5em;
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
  color: var(--color-black);
  border-bottom: 1px solid var(--color-gray-lv2);
}
.vk-mobile-nav.vk-mobile-nav-drop-in {
  translate: 0 -100%;
}
.vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-drop-in,
.vk-mobile-nav.is-open.vk-mobile-nav-drop-in {
  translate: 0 0;
}

@media (min-width: 768px) {

  p { line-height: 1.9; }

  .vk-mobile-nav-menu-btn { display: none; }
  .vk-mobile-nav { display: none; }

  .header-container { justify-content: space-between; }
  .header-nav { display: block; }

  .top-mv-title { letter-spacing: 0.1em; }
  .top-mv-title br { display: inline; }
  .top-mv-text { line-height: 2; }
  .top-mv-text br { display: inline; }

  .top-business-text { text-align: center; }
  .top-business-text br { display: inline; }
  .top-business-jobList { grid-template-columns: repeat(3, 1fr); }
  .top-business-linkList { grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr)); }

  .top-recruit-inner p { text-align: center; }
  .top-recruit-inner p > br { display: inline; }

  .top-company-wrap { grid-template-columns: repeat(3, 1fr); }
  .top-company-inner-info { grid-column: 1/3; }
  .top-company-inner-map { grid-column: 3/4; }

  .top-company-table tr + tr > th,
  .top-company-table tr + tr > td {
    border-top: 1px solid var(--color-gray-lv1);
  }
  .top-company-table th {
    width: 10em;
    display: table-cell;
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .top-company-table td {
    width: auto;
    display: table-cell;
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .top-company-table-list {
    display: flex;
    flex-wrap: wrap;
  }
  .top-company-table-list li { display: block; }

  .sub-business-inner { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .sub-business-inner-text { grid-column: 1/3; }
  .sub-business-inner-text li {
    flex-direction: row;
    text-align: left;
  }
  .sub-business-inner-text li span {
    border-right: 2px solid var(--color-navy);
    border-bottom: none;
    padding: 0.1em 1em;
  }
  .sub-business-inner-img {grid-column: 3/4; }
  .sub-business-detail { grid-template-columns: repeat(2, 1fr); }

  .sub-recruit-message-commentList li {
    width: calc(50% - 1em);
  }
  .sub-recruit-jobList {
    grid-template-columns: repeat(3, 1fr);
  }
  .sub-recruit-message-text {
    text-align: center;
  }
  .sub-recruit-message-text br,
  .sub-recruit-message-commentList li br,
  .sub-recruit-description p > br,
  .sub-recruit-contact-text br {
    display: inline;
  }
  .recruit-message-linkList {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .footer-nav ul {
    margin: 12px 0 10px;
    justify-content: flex-start;
  }
}

/* Hover Style */

@media (hover: hover) {
  .header-logo-link,
  .header-nav-list li a,
  .top-business-linkList-item-inner,
  .recruit-message-linkList li a,
  .top-pageLink,
  .top-pageLink span::before {
    transition: 0.25s all ease-out;
  }
  .header-logo-link:hover { opacity: 0.6; }
  .header-nav-list li a {
    border-bottom: 1px solid transparent;
  }
  .header-nav-list li a:hover {
    border-bottom: 1px solid var(--color-white);
  }
  .top-business-linkList-item-inner:hover,
  .recruit-message-linkList li a:hover {
    scale: 0.95;
  }
  .top-pageLink:hover {
    background-color: var(--color-white);
    color: var(--color-navy);
  }
  .top-pageLink:hover span::before {
    border-color: var(--color-navy);
  }
  .top-pageLink-navy:hover {
    background-color: var(--color-navy);
    color: var(--color-white);
  }
  .top-pageLink-navy:hover span::before {
    border-color: var(--color-white);
  }
  .page_top_btn:hover { translate: 0 -0.5rem; }
  .sub-recruit-message-commentList li a:hover { text-decoration: none; }
  .footer-nav ul li a:hover { text-decoration: underline; }
}

/* Print Style */

@media print {
  *,
  ::after,
  ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) { text-decoration: underline; }
  abbr[title]::after { content: " (" attr(title) ")"; }
  pre { white-space: pre-wrap !important; }
  blockquote,
  pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  img, tr { page-break-inside: avoid; }
  h2, h3, p {
    orphans: 3;
    widows: 3;
  }
  h2, h3 { page-break-after: avoid; }
  .container { min-width: 992px !important; }
  .navbar { display: none; }
  .badge { border: 1px solid var(--color-black); }
  .table { border-collapse: collapse !important; }
  .table td, .table th { background-color: #fff !important; }
  #page_top { display: none !important; }
  .vk-mobile-nav,
  .vk-mobile-nav-menu-btn {
    display: none;
  }
  a { text-decoration: none !important; }
  a[href]::after,
  abbr[title]::after {
    content: "" !important;
  }
}