@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gabarito:wght@400;600&family=Noto+Serif+JP:wght@200&display=swap");
:root {
  --btn-nomal-height: 3rem;
  --max_width: 1280px;
  --row_cont_max_width: 1116px;
  --bg-color: #fff;
  --primary-color: #036;
  --accent-color: #00a0e9;
  --link-color: #0070c0;
  --after-color: #a4005b;
  --secondary-bg-color: #f4f5f7;
  --section-border: #d6dbdf;
  --grid-gap: 2.25rem;
  --font-en: "Gabarito";
  --header-height: 3.5rem;
}

img {
  border: none;
  vertical-align: middle;
  max-width: 100% !important;
  max-height: 100% !important;
}

a {
  text-decoration: none;
  cursor: pointer;
  transition: color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

html {
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 768px) {
  html {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media (max-width: 600px) {
  html {
    font-size: 14px;
    line-height: 1.7;
  }
}

body {
  background: var(--bg-color);
  color: #1a1a1a;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", meiryo, メイリオ, "ms pgothic", "ms pゴシック", osaka, sans-serif, TakaoPGothic, "Sazanami Gothic";
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-kerning: normal;
}

.content_pc {
  display: block;
}

.content_mobile {
  display: none;
}

@media (max-width: 768px) {
  .content_pc {
    display: none;
  }
  .content_mobile {
    display: block;
  }
}
p {
  margin-bottom: 0.75em;
  text-align: justify;
}
p:last-of-type {
  margin-bottom: 0;
}

.f-min_75 {
  font-size: 0.75rem;
  text-align: left;
}

.t-right {
  text-align: right;
}

a.source {
  color: var(--primary-color);
  position: relative;
  display: inline-block;
  text-decoration: underline;
}
a.source:hover {
  color: var(--accent-color);
}

.en {
  font-family: var(--font-en);
  letter-spacing: 0.05em;
  font-weight: normal;
}

.mb-1r {
  margin-bottom: 1rem !important;
}

.mb-2r {
  margin-bottom: 2rem !important;
}

.mb-3r {
  margin-bottom: 3rem !important;
}

@media (max-width: 768px) {
  .mb-1r {
    margin-bottom: 0.5rem !important;
  }
  .mb-2r {
    margin-bottom: 1rem !important;
  }
  .mb-3r {
    margin-bottom: 1.5rem !important;
  }
}
.grid-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  gap: var(--grid-gap);
}

.flex-rr {
  flex-direction: row-reverse;
}

.align-flex-end {
  align-items: flex-end;
}

.columns-2 .grid-item {
  width: calc((100% - var(--grid-gap) * (2 - 1)) / 2);
}

.columns-2 .grid-item.no-gap-2 {
  width: calc((100% - var(--grid-gap) * (2 - 1)) / 2 * 2 + var(--grid-gap) * (2 - 1));
}

.columns-3 .grid-item {
  width: calc((100% - var(--grid-gap) * (3 - 1)) / 3);
}

.columns-3 .grid-item.no-gap-2 {
  width: calc((100% - var(--grid-gap) * (3 - 1)) / 3 * 2 + var(--grid-gap) * (2 - 1));
}

.columns-3 .grid-item.no-gap-3 {
  width: calc((100% - var(--grid-gap) * (3 - 1)) / 3 * 3 + var(--grid-gap) * (3 - 1));
}

.columns-4 .grid-item {
  width: calc((100% - var(--grid-gap) * (4 - 1)) / 4);
}

.columns-4 .grid-item.no-gap-2 {
  width: calc((100% - var(--grid-gap) * (4 - 1)) / 4 * 2 + var(--grid-gap) * (2 - 1));
}

.columns-4 .grid-item.no-gap-3 {
  width: calc((100% - var(--grid-gap) * (4 - 1)) / 4 * 3 + var(--grid-gap) * (3 - 1));
}

.columns-4 .grid-item.no-gap-4 {
  width: calc((100% - var(--grid-gap) * (4 - 1)) / 4 * 4 + var(--grid-gap) * (4 - 1));
}

.columns-5 .grid-item {
  width: calc((100% - var(--grid-gap) * (5 - 1)) / 5);
}

.columns-5 .grid-item.no-gap-2 {
  width: calc((100% - var(--grid-gap) * (5 - 1)) / 5 * 2 + var(--grid-gap) * (2 - 1));
}

.columns-5 .grid-item.no-gap-3 {
  width: calc((100% - var(--grid-gap) * (5 - 1)) / 5 * 3 + var(--grid-gap) * (3 - 1));
}

.columns-5 .grid-item.no-gap-4 {
  width: calc((100% - var(--grid-gap) * (5 - 1)) / 5 * 4 + var(--grid-gap) * (4 - 1));
}

.columns-5 .grid-item.no-gap-5 {
  width: calc((100% - var(--grid-gap) * (5 - 1)) / 5 * 5 + var(--grid-gap) * (5 - 1));
}

.columns-6 .grid-item {
  width: calc((100% - var(--grid-gap) * (6 - 1)) / 6);
}

.columns-6 .grid-item.no-gap-2 {
  width: calc((100% - var(--grid-gap) * (6 - 1)) / 6 * 2 + var(--grid-gap) * (2 - 1));
}

.columns-6 .grid-item.no-gap-3 {
  width: calc((100% - var(--grid-gap) * (6 - 1)) / 6 * 3 + var(--grid-gap) * (3 - 1));
}

.columns-6 .grid-item.no-gap-4 {
  width: calc((100% - var(--grid-gap) * (6 - 1)) / 6 * 4 + var(--grid-gap) * (4 - 1));
}

.columns-6 .grid-item.no-gap-5 {
  width: calc((100% - var(--grid-gap) * (6 - 1)) / 6 * 5 + var(--grid-gap) * (5 - 1));
}

.columns-6 .grid-item.no-gap-6 {
  width: calc((100% - var(--grid-gap) * (6 - 1)) / 6 * 6 + var(--grid-gap) * (6 - 1));
}

.columns-7 .grid-item {
  width: calc((100% - var(--grid-gap) * (7 - 1)) / 7);
}

.columns-7 .grid-item.no-gap-2 {
  width: calc((100% - var(--grid-gap) * (7 - 1)) / 7 * 2 + var(--grid-gap) * (2 - 1));
}

.columns-7 .grid-item.no-gap-3 {
  width: calc((100% - var(--grid-gap) * (7 - 1)) / 7 * 3 + var(--grid-gap) * (3 - 1));
}

.columns-7 .grid-item.no-gap-4 {
  width: calc((100% - var(--grid-gap) * (7 - 1)) / 7 * 4 + var(--grid-gap) * (4 - 1));
}

.columns-7 .grid-item.no-gap-5 {
  width: calc((100% - var(--grid-gap) * (7 - 1)) / 7 * 5 + var(--grid-gap) * (5 - 1));
}

.columns-7 .grid-item.no-gap-6 {
  width: calc((100% - var(--grid-gap) * (7 - 1)) / 7 * 6 + var(--grid-gap) * (6 - 1));
}

.columns-7 .grid-item.no-gap-7 {
  width: calc((100% - var(--grid-gap) * (7 - 1)) / 7 * 7 + var(--grid-gap) * (7 - 1));
}

@media (max-width: 768px) {
  .grid-container {
    grid-template-columns: 1fr !important;
    gap: 16px;
  }
  .grid-container.mobile-columns-2 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .grid-item {
    width: 100% !important;
  }
}
h3 {
  color: var(--primary-color);
  margin-bottom: 1.875rem;
  font-size: 1.75rem;
  font-weight: normal;
  letter-spacing: 0.05em;
}
h3 .headline_en {
  display: block;
  font-family: var(--font-en);
  font-weight: 600;
  font-size: 0.8125rem;
  margin-bottom: 1.25rem;
  background-image: url("../img/common/tit_slash.svg");
  background-repeat: no-repeat;
  padding-left: 1.5em;
  line-height: 1em;
  background-size: 0.75em;
  background-position: left;
}

.btn {
  position: relative;
  background-color: var(--primary-color);
  color: white;
  text-align: center;
  padding: 0.5rem 1rem;
  text-decoration: none;
  border-radius: 30px;
  width: 243px;
  max-width: 100%;
  height: var(--btn-nomal-height);
  line-height: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn:hover {
  background-color: var(--accent-color);
}

.btn-arow:before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  background-image: url("../img/common/btn_arrow.svg");
  position: absolute;
  right: 0.85rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: contain;
  transition: transform 0.3s ease;
}
.btn-arow:hover::before {
  transform: translateX(2px);
}

section {
  padding: 6rem 0;
}

.section_inner {
  margin: 0 auto;
  max-width: var(--row_cont_max_width);
  padding: 0 1.5rem;
}

.bg-g {
  background-color: var(--secondary-bg-color);
}

@media (max-width: 768px) {
  section {
    padding: 4rem 0;
  }
  .btn {
    width: 100%;
    max-width: none;
  }
}
/***** table-section ******/
.table-section {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.table-section .table-row {
  border-top: 1px solid var(--section-border);
  padding-top: 1.5rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.table-section .table-row:first-child {
  border-top: none;
}
.table-section .table-row .table-th {
  flex: 0 0 10rem;
  font-weight: bold;
}
.table-section .table-row .table-td {
  flex: 1;
  min-width: 0;
}
@media (max-width: 767px) {
  .table-section .table-row {
    flex-direction: column;
  }
  .table-section .table-row .table-th {
    flex: none;
    width: 100%;
  }
  .table-section .table-row .table-td {
    flex: none;
    width: 100%;
  }
}

/****** Header Styles ******/
header {
  top: 0;
  background-color: var(--bg-color);
  position: fixed;
  z-index: 9999;
  width: 100%;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.05);
}
header #header_inner {
  margin: 0 auto;
  padding: 0 1rem;
  height: var(--header-height);
  width: 100%;
  max-width: var(--row_cont_max_width);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header h1 {
  line-height: 1;
  margin: 0;
  padding: 0;
  font-size: 0;
}
header .logo {
  height: 1.5rem;
}
header .logo img {
  filter: invert(15%) sepia(58%) saturate(3520%) hue-rotate(213deg) brightness(96%) contrast(110%);
  transition: filter 0.3s ease;
  margin-top: -0.1rem;
}
header .logo:hover img {
  filter: invert(52%) sepia(69%) saturate(749%) hue-rotate(168deg) brightness(100%) contrast(95%);
}
header .container {
  max-width: var(--max_width);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1100;
}
header .menu-toggle {
  display: none;
}
header nav {
  display: block;
}
header nav .only-pc {
  display: block;
}
header nav .only-mobile {
  display: none;
}
header ul.main_menu {
  display: flex;
  list-style: none;
  align-items: center;
}
header ul.main_menu li {
  position: relative;
  font-size: 0.9rem;
}
header ul.main_menu li a {
  padding: 1rem 1.2rem;
  display: inline-block;
  display: block;
  color: var(--primary-color);
  font-weight: 500;
  text-decoration: none;
}
header ul.main_menu li:hover a {
  color: var(--accent-color);
}
header ul.main_menu li.contact-btn a, header ul.main_menu li.recruit-btn a {
  padding: 0.55rem 1rem;
  border-radius: 30px;
  line-height: 0.9;
  display: flex;
  align-items: center;
  justify-content: center;
}
header ul.main_menu li.contact-btn {
  padding-right: 0;
}
header ul.main_menu li.contact-btn a {
  background-color: var(--primary-color);
  color: var(--bg-color);
}
header ul.main_menu li.contact-btn a:hover {
  background-color: var(--accent-color);
  color: var(--bg-color);
}
header ul.main_menu li.has-sub .sub_menu {
  transition: opacity 0.3s ease;
  overflow: hidden;
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: calc(var(--header-height) - 0.25rem);
  left: 0;
  background: var(--bg-color);
  list-style: none;
  border-radius: 0.25em;
  min-width: 100%;
  z-index: 10;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.05);
}
header ul.main_menu li.has-sub .sub_menu li a {
  color: var(--primary-color);
  margin-left: 0.5rem;
  padding: 0.35em 0.9em;
  display: inline-block;
  text-align: left;
  border-radius: 2rem;
  line-height: 1;
  margin-bottom: 1rem;
}
header ul.main_menu li.has-sub .sub_menu li a:hover {
  color: var(--accent-color);
  background: rgba(0, 160, 233, 0.1);
}
@media (min-width: 841px) {
  header ul.main_menu li.has-sub:hover .sub_menu {
    opacity: 1;
    min-width: 8rem;
    visibility: visible;
    pointer-events: auto;
    width: 100%;
  }
}
@media (min-width: 841px) and (max-width: 900px) {
  header ul.main_menu li {
    font-size: 0.8rem;
  }
  header ul.main_menu li a {
    padding: 1rem;
  }
}
@media (max-width: 840px) {
  header .logo {
    z-index: 1101;
    position: fixed;
    top: 1rem;
  }
  header #menuButton {
    z-index: 8888;
  }
  header .menu-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3em;
    height: 3em;
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 1101;
    cursor: pointer;
  }
  header nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    padding-top: var(--header-height);
    z-index: 1000;
    background: var(--bg-color);
  }
  header nav ul.main_menu {
    width: 94%;
    margin: 1rem auto;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  header nav ul.main_menu li {
    width: 50%;
  }
  header nav ul.main_menu li a {
    font-weight: normal;
    font-size: 1rem;
  }
  header nav ul.main_menu li.primary {
    margin-bottom: 2rem;
  }
  header nav ul.main_menu li.primary > a:first-of-type {
    font-weight: bold;
  }
  header nav ul.main_menu li.contact-btn, header nav ul.main_menu li.recruit-btn {
    padding-right: 0;
    width: 100%;
    margin: 1rem 0 0;
  }
  header nav ul.main_menu li.contact-btn a, header nav ul.main_menu li.recruit-btn a {
    line-height: 1.8rem;
    margin: 0 1.5rem;
  }
  header nav ul.main_menu li.recruit-btn a {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
  }
  header nav ul.main_menu li.recruit-btn a:hover {
    background-color: var(--primary-color);
    color: var(--bg-color);
  }
  header nav ul.main_menu li.has-sub .sub_menu {
    border-radius: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    position: static;
    box-shadow: none;
    padding: 0;
    border-left: 1px solid #dcdcdc;
    margin-left: 1rem;
    background: transparent;
    min-width: calc(100% - 1rem);
  }
  header nav ul.main_menu li.has-sub .sub_menu li {
    width: 100%;
  }
  header nav ul.main_menu li.has-sub .sub_menu li:last-of-type a {
    margin-bottom: 0;
  }
}
@media (max-width: 840px) and (min-width: 841px) {
  header nav ul.main_menu li.has-sub:hover .sub_menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
@media (max-width: 840px) {
  header nav ul.main_menu .only-pc {
    display: none;
  }
  header nav ul.main_menu .only-mobile {
    display: block;
    width: 50%;
  }
  header nav ul.main_menu .only-mobile .primary {
    width: 100%;
  }
  header nav.open {
    display: block;
  }
  header .burger {
    height: calc(var(--header-height) - 1rem);
    width: calc(var(--header-height) - 1rem);
    position: relative;
    cursor: pointer;
    transition: 0.1s all;
    -webkit-tap-highlight-color: transparent;
    padding: 0.5rem;
  }
  header .burger .burger-lines i,
  header .burger .burger-lines::before,
  header .burger .burger-lines::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background-color: var(--primary-color);
    pointer-events: none;
    transform: rotate(0);
  }
  header .burger .burger-lines {
    position: relative;
    width: 100%;
    height: 100%;
  }
  header .burger .burger-lines::before {
    top: 2px;
    left: 0;
  }
  header .burger .burger-lines i {
    top: calc(50% - 1px);
    left: 0;
  }
  header .burger .burger-lines::after {
    bottom: 2px;
    left: 0;
    width: 85%;
  }
  header .burger.burger-squeeze .burger-lines i,
  header .burger.burger-squeeze .burger-lines::before,
  header .burger.burger-squeeze .burger-lines::after {
    transition: 0.1s top 0.2s, 0.1s left, 0.2s transform, 0.2s background-color 0.1s;
  }
  header .burger.burger-squeeze.open .burger-lines i {
    background-color: transparent;
  }
  header .burger.burger-squeeze.open .burger-lines::before,
  header .burger.burger-squeeze.open .burger-lines::after {
    top: calc(50% - 1px);
    left: 0;
  }
  header .burger.burger-squeeze.open .burger-lines::before {
    transform: rotate(45deg);
  }
  header .burger.burger-squeeze.open .burger-lines::after {
    transform: rotate(-45deg);
    width: 100% !important;
  }
}

/****** Footer Styles ******/
#f_contact {
  position: relative;
  background-image: url("../img/common/footer_bg.png");
  background-position: center;
  background-size: cover;
  padding: 3rem 0 5rem;
}
#f_contact .grid-container {
  justify-content: center;
}
#f_contact h3,
#f_contact p {
  color: var(--bg-color);
  text-align: center;
}
#f_contact .headline_en {
  display: inline-block;
  margin-bottom: 1em;
}
#f_contact #footer_logotxt {
  z-index: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-image: url("../img/common/footer_txt.svg");
  height: 5rem;
  background-size: clamp(300px, 100vw, 1080px);
  background-position: bottom center;
  background-repeat: repeat-x;
  animation: recruit-slider-top 30s linear infinite;
}
@media (max-width: 768px) {
  #f_contact #footer_logotxt {
    background-size: auto 3rem;
  }
}
@keyframes recruit-slider-top {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: -1080px;
  }
}

a.contact-btn {
  z-index: 100;
  position: relative;
  font-weight: 500;
  height: 4rem;
  color: var(--primary-color);
  background: var(--bg-color);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.25rem;
  font-size: 1.25rem;
}
a.contact-btn .icon {
  width: 1em;
  height: 1em;
  margin-right: 0.75em;
}
a.contact-btn .icon-path {
  fill: var(--primary-color);
}
a.contact-btn:hover {
  color: var(--bg-color);
  background: var(--accent-color);
}
a.contact-btn:hover .icon-path {
  fill: var(--bg-color);
}

a.btn-tell {
  font-family: var(--font-en);
  font-weight: 600;
  letter-spacing: 0.05em;
}

a.btn-mail span {
  font-size: 0.915em;
  padding-bottom: 0.1em;
}

footer {
  background-color: var(--primary-color);
  color: var(--bg-color);
}
footer ul.footer_menu {
  display: flex;
  list-style: none;
  align-items: flex-start;
  justify-content: space-evenly;
  font-size: 0.9rem;
  font-weight: normal;
  gap: 2rem;
  flex-wrap: wrap;
}
footer ul.footer_menu li.primary {
  margin-bottom: 2rem;
}
footer ul.footer_menu li.primary > a:first-of-type {
  display: inline-block;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
  font-weight: 500;
}
footer ul.footer_menu .sub_menu {
  font-size: 0.8125rem;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  min-width: calc(100% - 1rem);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.5rem;
  margin-left: 1rem;
}
footer ul.footer_menu .sub_menu a {
  margin-left: 0.2rem;
}
footer ul.footer_menu .sub_menu.not-secondary {
  border: 0;
}
footer ul.footer_menu .sub_menu.not-secondary a {
  font-size: x-small;
  margin-left: -1rem;
}
footer ul.footer_menu li {
  line-height: 1.2;
}
footer ul.footer_menu li a {
  padding: 0.35em 0.9em;
  display: inline-block;
  font-weight: normal;
  text-align: left;
  color: var(--bg-color);
  border-radius: 2rem;
}
footer ul.footer_menu li a:hover {
  color: var(--accent-color);
  background: hsla(0, 0%, 0%, 0.2);
}
footer ul.footer_menu .has-sub .sub_menu li {
  width: 100%;
}
footer #footer_logo {
  border-top: 1px solid rgba(249, 249, 249, 0.25);
  margin: 2rem 0 0;
  text-align: center;
  padding-top: 4rem;
  position: relative;
}
footer #footer_logo img {
  filter: invert(99%) sepia(16%) saturate(2%) hue-rotate(302deg) brightness(112%) contrast(100%);
  transition: filter 0.3s ease;
  margin-top: -0.1rem;
  width: 242px;
  margin-bottom: 2rem;
  max-width: 90%;
}
footer #footer_logo p {
  font-size: 0.875rem;
  text-align: center;
}
footer .copyright {
  font-size: x-small;
  position: absolute;
  right: 0;
  bottom: 0;
}
footer .copyright span {
  font-family: var(--font-en);
}
@media (max-width: 768px) {
  footer ul.footer_menu {
    gap: 1rem;
  }
  footer ul.footer_menu li.primary {
    width: calc(50% - 0.5rem);
    margin-bottom: 2rem;
  }
  footer ul.footer_menu li.primary > a:first-of-type {
    display: inline-block;
    letter-spacing: 0.05em;
    margin-bottom: 1rem;
    font-weight: 500;
  }
  footer ul.footer_menu li.w-100 {
    width: 100%;
  }
  footer .copyright {
    position: relative;
    padding: 1rem 0 0;
  }
}

.hero {
  position: relative;
  padding-top: var(--header-height);
  height: 230px;
  background-color: var(--primary-color);
  background-size: cover;
  background-image: url("../img/common/low_page_hero.png");
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .hero {
    height: 180px;
  }
}
.hero h2 {
  text-align: center;
  color: var(--bg-color);
  margin-bottom: 1.875rem;
  font-size: 1.75rem;
  font-weight: normal;
  letter-spacing: 0.05em;
}
.hero h2 .headline_en {
  display: inline-block;
  font-family: var(--font-en);
  font-weight: 600;
  font-size: 0.75rem;
  background-image: url(../img/common/tit_slash.svg);
  padding-left: 1.5em;
  line-height: 1em;
  background-size: 0.75em;
  background-position: left;
}

section.low-section {
  padding: 5rem 0;
}
@media (max-width: 768px) {
  section.low-section {
    padding: 3rem 0;
  }
}

h4 {
  font-size: 1.25rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding-left: 1rem;
  position: relative;
  line-height: 1.6;
  font-weight: 600;
}
h4::after {
  content: "";
  background: var(--primary-color);
  width: 5px;
  height: 1.6rem;
  display: block;
  position: absolute;
  left: 0;
  top: 0.25em;
}

#service .service-anchor {
  background: #fff;
  margin: 1rem 0;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e0e0e0;
}
#service .service-anchor ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
#service .service-anchor li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  transition: background 0.3s ease;
  font-size: 0.875rem;
  color: #000;
  border-right: 1px solid #e0e0e0;
}
#service .service-anchor li a .icon {
  width: 2em;
  height: 2em;
}
#service .service-anchor li a .arrow {
  width: 0.75em;
  height: 0.75em;
}
#service .service-anchor li:nth-child(6) a {
  border-right: none;
}
@media (max-width: 768px) {
  #service .service-anchor {
    border-bottom: none;
    padding: 0;
  }
  #service .service-anchor ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
    box-sizing: border-box;
  }
  #service .service-anchor li {
    border: none;
    border-radius: 0.25em;
  }
  #service .service-anchor li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    padding: 0.5rem;
    border: 1px solid #e0e0e0 !important;
    border-radius: 0.25em;
  }
  #service .service-anchor li a .icon {
    width: 1.75em;
    height: 1.75em;
  }
}
#service .text-block .timing-box {
  padding-bottom: 1rem;
}
#service .text-block .timing-box:last-of-type {
  padding-bottom: 0;
}
#service .text-block .timing-box p:last-of-type {
  margin-bottom: 0;
}
#service .text-block .note {
  font-size: 0.8125rem;
  color: var(--link-color);
  margin-bottom: 1rem;
}
#service .text-block .note span {
  font-weight: bold;
}
#service .text-block .circle-list {
  margin: 1rem 0 1.5rem;
  padding-left: 1.25rem;
  list-style: disc;
}
#service .text-block .circle-list li {
  margin-bottom: 0.5rem;
}
#service .image-block {
  float: right;
  width: 40%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 0 1rem 3rem;
}
#service .waterproof-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 2rem;
}
#service .waterproof-gallery .gallery-item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#service .waterproof-gallery .gallery-item p {
  text-align: center;
  margin-top: 0.25rem;
  font-size: 0.95rem;
}
@media (max-width: 768px) {
  #service .image-block {
    float: none;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 auto 2rem;
  }
  #service .waterproof-gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

#works section.low-section {
  border-bottom: var(--section-border) solid 1px;
}
#works .works-slider-container {
  display: flex;
  gap: 2rem;
}
#works .works-slider-wrap .main-slider {
  margin-bottom: 1rem;
}
#works .works-slider-wrap .main-slider img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#works .works-slider-wrap .btn-area {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  gap: 1.5rem;
}
#works .works-slider-wrap .thumb-slider_warp {
  width: 70%;
}
@media (max-width: 768px) {
  #works .works-slider-wrap .thumb-slider_warp {
    width: 62%;
  }
}
#works .works-slider-wrap .thumb-slider .slick-slide {
  position: relative;
}
#works .works-slider-wrap .thumb-slider .slick-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 4px solid var(--primary-color);
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
}
#works .works-slider-wrap .thumb-slider .slick-slide.current-thumb::after {
  opacity: 1;
}
#works .works-slider-wrap button.slick-disabled {
  opacity: 0.3;
  pointer-events: none;
}
#works .comment {
  position: relative;
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid #000;
}
#works .comment::before {
  font-weight: 700;
  letter-spacing: 0.05em;
  content: "COMMENT";
  position: absolute;
  top: -1em;
  padding-right: 1rem;
  font-family: var(--font-en);
  font-size: 0.75rem;
  background: var(--bg-color);
}
#works .external-links {
  padding-top: 1rem;
}
#works .external-links a {
  position: relative;
  padding-left: 1rem;
  font-size: 0.875rem;
}
#works .external-links a::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 1em;
  height: 1em;
  background: url(../img/common/icon_a_blank.svg) no-repeat;
  background-size: 1em;
  display: block;
}

#flow .flow-list-warp {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#flow .step-number,
#flow .step-label {
  color: var(--primary-color);
}
#flow .step-label {
  padding-bottom: 0.5em;
}
#flow .flow-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 3rem;
}
#flow .flow-list::after {
  content: "";
  position: absolute;
  left: calc(0.625rem - 1px);
  width: 2px;
  height: calc(100% - 1.15em);
  top: 1.15em;
  background-color: var(--primary-color);
  z-index: 0;
}
#flow .flow-step {
  text-align: left;
  margin-left: 5rem;
  margin-bottom: 4rem;
}
#flow .flow-step:last-of-type {
  margin-bottom: 0;
}
#flow .step-number {
  line-height: 1em;
  font-family: var(--font-en);
  font-weight: 600;
  position: relative;
  padding-top: 0;
  font-size: 0.875rem;
}
#flow .step-number::before {
  content: "";
  display: block;
  width: 1.25em;
  height: 1.25em;
  border: solid 0.2rem #7f99b2;
  border-radius: 50%;
  z-index: 1;
  position: absolute;
  left: -5em;
  top: 0;
  font-size: 1rem;
}
#flow .step-number:first-of-type::before, #flow .step-number:last-of-type::before {
  background-color: var(--primary-color);
}
#flow .step-label {
  font-weight: 500;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  #flow .flow-step {
    margin-left: 2.5rem;
  }
  #flow .step-number::before {
    left: -2.5em;
    margin-bottom: 3rem;
  }
}

#company .image-block {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 6/8;
}
@media (max-width: 768px) {
  #company .image-block {
    aspect-ratio: 8/6;
    margin: 0 auto;
  }
}
#company .image-block img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
}

#privacy .low-section h3 {
  font-size: 1.25rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding-left: 1rem;
  position: relative;
  line-height: 1.6;
  font-weight: 600;
  color: #101010;
}
#privacy .low-section h3::after {
  content: "";
  background: var(--primary-color);
  width: 5px;
  height: 1.6rem;
  display: block;
  position: absolute;
  left: 0;
  top: 0.25em;
}
#privacy .privacy-lead {
  border-bottom: var(--section-border) solid 1px;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
}
#privacy .privacy-policy-list p {
  margin-top: 0.5em;
  line-height: 1.8;
}
#privacy .privacy-item {
  padding-bottom: 1rem;
}

#recruit .entry-box {
  background-color: #fff;
  padding: 3rem 2rem;
  margin-top: 1rem;
  border-radius: 6px;
}
@media (max-width: 768px) {
  #recruit .entry-box {
    padding: 2rem;
  }
}
#recruit .entry-box ul {
  max-width: 700px;
  line-height: 2;
  margin: 0 auto 3rem;
}
#recruit .low-section .grid-container {
  justify-content: center;
}
#recruit .low-section a.contact-btn {
  z-index: 100;
  position: relative;
  font-weight: 500;
  height: 4rem;
  color: var(--bg-color);
  background: var(--primary-color);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.25rem;
  font-size: 1.25rem;
}
#recruit .low-section a.contact-btn .icon {
  width: 1em;
  height: 1em;
  margin-right: 0.75em;
}
#recruit .low-section a.contact-btn .icon-path {
  fill: var(--bg-color);
}
#recruit .low-section a.contact-btn:hover {
  color: var(--bg-color);
  background: var(--accent-color);
}
#recruit .low-section a.contact-btn:hover .icon-path {
  fill: var(--bg-color);
}