@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
:root {
  --color-h: 206;
  --color-s: 57%;
  --color-l: 68%;
  --color-main: hsl(var(--color-h), var(--color-s), var(--color-l));
  --color-sub1: hsl(
    var(--color-h),
    var(--color-s),
    calc(var(--color-l) * 1.25)
  );
  --color-sub2: hsl(var(--color-h), var(--color-s), calc(var(--color-l) * 1.4));
  --color-black: #000000;
  --color-gray: #f2f2f2;
  --color-white: #ffffff;
}

html {
  scroll-padding-top: 75px;
}

body:where(#corporate_l) {
  font-size: 16px;
  color: var(--color-black);
  background: var(--color-white);
  font-weight: normal;
  text-decoration: none;
  font-style: normal;
  line-height: normal;
  overflow-x: clip;
  font-family: "Noto Sans JP", serif;
  /* ==================== */
  /* お知らせ一覧 */
  /* ==================== */
  /* お知らせ内容ページ */
  /* ==================== */
  /* #l-CTA {
    background: var(--color-gray);
    padding-block: 2rem;

    h2 {
      font-size: 2rem;
      font-weight: bold;
      color: var(--color-main);
      padding-bottom: 1rem;
    }
  } */
  /* ===================
  プライバシーポリシー */
  /* ========== */
  /* お問合せ-送信完了 */
  /* ========== */
  /* お問合せ内容 */
  /* ========== */
  /* 会社概要下層 */
  /* =============================== */
  /* 採用情報下層 */
  /* 採用下層-募集要項 */
}
body:where(#corporate_l) * {
  font-size: 1em;
  color: inherit;
  font-weight: inherit;
  text-decoration: inherit;
  font-style: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}
body:where(#corporate_l) em {
  font-style: normal !important;
}
body:where(#corporate_l) a:hover {
  color: inherit;
}
body:where(#corporate_l) ul {
  list-style: none;
}
body:where(#corporate_l) .fs-0 {
  font-size: 0;
  color: transparent;
}
body:where(#corporate_l) .brightness_down {
  filter: brightness(95%);
}
body:where(#corporate_l) .l-btn {
  color: var(--color-main);
  background: var(--color-white);
  border: solid 0.125rem var(--color-main);
  font-weight: bold;
  font-size: 1.125rem;
  padding: 0.625em 1em;
  display: inline-block;
  box-sizing: border-box;
  transition: background, color, border;
  transition-timing-function: ease;
  transition-duration: 0.25s;
}
body:where(#corporate_l) .l-btn span:nth-child(2) {
  color: var(--color-white);
  background: var(--color-main);
  margin-left: 0.5em;
  aspect-ratio: 1/1;
  width: 1lh;
  border-radius: 100lvmax;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: background, color;
  transition-timing-function: ease;
  transition-duration: 0.25s;
}
@media (hover: hover) {
  body:where(#corporate_l) .l-btn:hover {
    background: var(--color-main);
    border-color: transparent;
    color: var(--color-white);
  }
  body:where(#corporate_l) .l-btn:hover span:nth-child(2) {
    background: var(--color-white);
    color: var(--color-main);
  }
}
body:where(#corporate_l) .l-btn_c {
  display: flex;
  justify-content: center;
}
body:where(#corporate_l) .l-btn_r {
  display: flex;
  justify-content: flex-end;
}
body:where(#corporate_l) .l-title {
  text-align: center;
  color: var(--color-main);
  margin-bottom: 1.5rem;
}
body:where(#corporate_l) .l-title b {
  font-size: 4rem;
  font-weight: 900;
}
body:where(#corporate_l) .l-title h2 {
  font-size: 1.75rem;
  font-weight: bold;
}
body:where(#corporate_l) #l-logoarea {
  padding: 0 1rem;
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  margin: auto;
  justify-content: center;
  place-items: center;
  height: 60px;
  z-index: 1;
  background-color: white;
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.2);
}
body:where(#corporate_l) #l-logoarea svg {
  width: 100%;
  height: 45px;
}
@media (min-width: 992px) {
  body:where(#corporate_l) #l-logoarea {
    display: none;
  }
}
body:where(#corporate_l) #l-logoarea #header-contact {
  background: var(--color-main);
  color: var(--color-white);
  border: solid var(--color-main);
  padding: 1rem;
}
body:where(#corporate_l) #header-contact-sp {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  z-index: 1;
  height: 4.5rem;
  display: flex;
  align-items: center;
  background: var(--color-main);
  color: var(--color-white);
  border: solid 0.125rem var(--color-main);
  padding: 1rem;
  border-radius: 0.5rem;
  border: solid var(--color-white);
  overflow: hidden;
  font-weight: bold;
}
@media (min-width: 992px) {
  body:where(#corporate_l) #header-contact-sp {
    display: none;
  }
}
body:where(#corporate_l) header {
  display: flex;
  align-items: start;
  margin-bottom: -1.5rlh;
  z-index: 2;
  filter: drop-shadow(0 0 0.25rem rgba(0, 0, 0, 0.0666666667));
  position: fixed;
  flex-direction: column;
  height: 100lvh;
  width: 100%;
  background: var(--color-white);
  align-items: center;
  justify-content: space-evenly;
  padding-bottom: calc(100lvh - 100slv);
  top: 100%;
  transition: translate ease 0.5s;
}
@media (min-width: 992px) {
  body:where(#corporate_l) header {
    position: sticky;
    flex-direction: row;
    height: auto;
    background: none;
    align-items: flex-start;
    padding-bottom: 0;
    top: 0;
    transition: none;
  }
}
body:where(#corporate_l) header.openheader {
  translate: 0 -100%;
}
@media (min-width: 992px) {
  body:where(#corporate_l) header.openheader {
    translate: 0;
  }
}
body:where(#corporate_l) header a:has(> #l-header-logo) {
  width: 100%;
}
@media (min-width: 992px) {
  body:where(#corporate_l) header a:has(> #l-header-logo) {
    height: auto;
    width: auto;
  }
}
@media (hover: hover) {
  body:where(#corporate_l) header a:has(> #l-header-logo):hover #l-header-logo {
    background: var(--color-main);
    color: white;
  }
}
@media (hover: hover) and (min-width: 992px) {
  body:where(#corporate_l) header a:has(> #l-header-logo):hover #l-header-logo {
    background: var(--color-white);
    color: inherit;
  }
}
@media (hover: hover) and (max-width: 991px) {
  body:where(#corporate_l) header a:has(> #l-header-logo):hover #l-header-logo svg {
    --color-main: var(--color-white);
  }
}
body:where(#corporate_l) header #l-header-logo {
  background: var(--color-white);
  font-size: 3rem;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 0.1rem;
  width: 100%;
  height: 100%;
  height: fit-content;
}
@media (min-width: 992px) {
  body:where(#corporate_l) header #l-header-logo {
    padding: 0 0.25em 0 3rem;
    height: 3rlh;
    width: 4em;
  }
}
body:where(#corporate_l) header #l-header-logo img,
body:where(#corporate_l) header #l-header-logo svg {
  max-width: 3.5em;
  width: 100%;
  aspect-ratio: 149/62;
}
body:where(#corporate_l) header nav {
  background: var(--color-white);
  font-size: 1.25rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
  position: relative;
  flex-direction: column;
  height: 700%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 992px) {
  body:where(#corporate_l) header nav {
    padding-left: 0;
    padding-right: 1rem;
    flex-direction: row;
    justify-content: end;
    /* height: 1.5rlh; */
    height: 3rlh;
  }
}
body:where(#corporate_l) header nav a {
  border-top: solid 0.025em var(--color-main);
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin: auto; */
  margin: 0 2rem;
  width: 100%;
}
@media (min-width: 992px) {
  body:where(#corporate_l) header nav a {
    width: auto;
    border-top: none;
  }
}
@media (hover: hover) {
  body:where(#corporate_l) header nav a:hover span {
    background: var(--color-main);
    color: var(--color-white);
  }
}
body:where(#corporate_l) header nav a span {
  padding: 1em;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (min-width: list-style) {
  body:where(#corporate_l) header nav a span {
    padding: 0 0.5em;
    width: auto;
  }
}
body:where(#corporate_l) header .header-now {
  position: relative;
  display: flex;
}
body:where(#corporate_l) header .header-now::after {
  position: absolute;
  height: 0.2em;
  width: 100%;
  bottom: 0;
  left: 0;
  background: var(--color-main);
  content: none;
}
@media (min-width: 992px) {
  body:where(#corporate_l) header .header-now::after {
    content: "";
  }
}
@media (min-width: 992px) {
  body:where(#corporate_l) header #header-contact {
    background: var(--color-main);
    color: var(--color-white);
    border: solid var(--color-main);
  }
}
body:where(#corporate_l) #menubutton {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 2;
  aspect-ratio: 1/1;
  justify-content: space-evenly;
  align-items: center;
  border: none;
  background: var(--color-main);
  color: var(--color-white);
  font-weight: bold;
  width: 4.5rem;
  flex-direction: column;
  border-radius: 0.5rem;
  border: solid 0.125rem var(--color-white);
  transition: background, color;
  transition-timing-function: ease;
  transition-duration: 0.25s;
}
body:where(#corporate_l) #menubutton p {
  font-size: 0.8rem;
  line-height: 1cap;
  height: 1cap;
}
@media (hover: hover) {
  body:where(#corporate_l) #menubutton:hover {
    border-color: var(--color-main);
    color: var(--color-main);
    background: var(--color-white);
  }
  body:where(#corporate_l) #menubutton:hover > div > div {
    background: var(--color-main);
  }
}
body:where(#corporate_l) #menubutton > div {
  width: 3rem;
  height: 2.25rem;
  container-type: size;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
body:where(#corporate_l) #menubutton > div > div {
  position: absolute;
  width: 100cqw;
  height: 15cqh;
  background: var(--color-white);
  transition: background, rotate, translate, width;
  transition-timing-function: ease;
  transition-duration: 0.25s;
}
body:where(#corporate_l) #menubutton > div > div:nth-child(1) {
  width: 50cqw;
  translate: -25cqw -40cqh;
}
body:where(#corporate_l) #menubutton > div > div:nth-child(2) {
  width: 50cqw;
  translate: 25cqw -40cqh;
}
body:where(#corporate_l) #menubutton > div > div:nth-child(4) {
  width: 50cqw;
  translate: -25cqw 40cqh;
}
body:where(#corporate_l) #menubutton > div > div:nth-child(5) {
  width: 50cqw;
  translate: 25cqw 40cqh;
}
body:where(#corporate_l) #menubutton.openheader > div > div:nth-child(1) {
  rotate: 45deg;
  translate: -15cqw -20cqh;
}
body:where(#corporate_l) #menubutton.openheader > div > div:nth-child(2) {
  rotate: -45deg;
  translate: 15cqw -20cqh;
}
body:where(#corporate_l) #menubutton.openheader > div > div:nth-child(3) {
  width: 15cqh;
}
body:where(#corporate_l) #menubutton.openheader > div > div:nth-child(4) {
  rotate: -45deg;
  translate: -15cqw 20cqh;
}
body:where(#corporate_l) #menubutton.openheader > div > div:nth-child(5) {
  rotate: 45deg;
  translate: 15cqw 20cqh;
}
body:where(#corporate_l) main {
  overflow-x: clip;
  min-height: calc(100lvh - 300px);
}
@media (min-width: 1400px) {
  body:where(#corporate_l) .container {
    max-width: 1200px;
  }
}
body:where(#corporate_l) #l-catch .inner-top {
  max-height: 900px;
  /* height:1100px; */
}
body:where(#corporate_l) #l-catch .inner-top img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 1200px) {
  body:where(#corporate_l) #l-catch .inner-top {
    height: 900px;
  }
}
body:where(#corporate_l) #l-catch .inner-service {
  height: 370px;
}
body:where(#corporate_l) #l-catch .inner-service img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
body:where(#corporate_l) #l-catch #l-catch_text {
  padding: 0.5em 1.5em 0.75em 1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  /* background: var(--color-white); */
  /* border-top-right-radius: 1lh; */
  font-size: 2rem;
  width: 100%;
  height: auto;
  margin-top: -2rlh;
  background: var(--color-sub1);
}
@media (min-width: 992px) {
  body:where(#corporate_l) #l-catch #l-catch_text {
    padding: 0em 1.5em 0em 1em;
    font-size: 3svw;
    width: fit-content;
    height: 3lh;
    margin-top: -3lh;
    background: none;
  }
}
body:where(#corporate_l) #l-catch #l-catch_catch {
  font-size: 0.7em;
  font-weight: bold;
  color: var(--color-white);
}
@media (min-width: 992px) {
  body:where(#corporate_l) #l-catch #l-catch_catch {
    font-size: 1em;
  }
}
body:where(#corporate_l) #l-catch #l-catch_shoulder {
  font-size: 0.5em;
  font-weight: bold;
  color: var(--color-white);
}
@media (min-width: 992px) {
  body:where(#corporate_l) #l-catch #l-catch_shoulder {
    font-size: 0.625em;
  }
}
body:where(#corporate_l) #l-recruit {
  background: var(--color-gray);
}
body:where(#corporate_l) .l-topic {
  margin-top: 4rem;
  padding-bottom: 3rem;
  position: relative;
}
body:where(#corporate_l) .l-topic::before {
  content: "";
  position: absolute;
  display: block;
  width: 80%;
  height: 70%;
  background: var(--color-gray);
  top: 4rem;
  right: 0;
  z-index: -1;
}
body:where(#corporate_l) .l-topic .l-topic-en {
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  /* div {
    position: absolute;
    width: calc(100lvw - 0.75rem);
    height: 8rcap;
    background: var(--color-white);
    left: -100lvw;
    background-size: auto auto;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, var(--color-sub2) 10px,  var(--color-sub2) 15px );
  } */
}
body:where(#corporate_l) .l-topic .l-topic-en b {
  font-size: 4rem;
  font-weight: revert-layer;
  /* font-weight: 900; */
}
body:where(#corporate_l) .l-topic .l-topic-en b span {
  color: var(--color-main);
}
body:where(#corporate_l) .l-topic .l-topic-en h2 {
  color: var(--color-main);
  font-size: 1.75rem;
  /* font-weight: bold; */
}
body:where(#corporate_l) .l-topic .l-topic-en.l-topic-en_c {
  justify-content: center;
}
body:where(#corporate_l) .l-topic .l-topic-en.l-topic-en_c div {
  display: none;
}
body:where(#corporate_l) .l-topic .row {
  flex-wrap: wrap-reverse;
}
body:where(#corporate_l) .l-topic .l-topic-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body:where(#corporate_l) .l-topic .l-topic-img {
  /* position: relative; */
  display: flex;
  justify-content: center;
}
body:where(#corporate_l) .l-topic .l-topic-img img {
  position: relative;
  /* border-radius: 2rcap; */
  margin-block: 1rcap;
}
body:where(#corporate_l) .l-topic.l-topic_r::before {
  right: auto;
  left: 0;
}
body:where(#corporate_l) .l-topic.l-topic_r .l-topic-en:not(.l-topic-en_c) {
  justify-content: flex-end;
}
body:where(#corporate_l) .l-topic.l-topic_r .l-topic-en:not(.l-topic-en_c) div {
  left: auto;
  right: -100lvw;
}
body:where(#corporate_l) .l-topic.l-topic_r .row {
  flex-direction: row-reverse;
}
body:where(#corporate_l) .l-topic-img-deco {
  /* position: absolute; */
  /* background: var(--color-sub1); */
  z-index: 0;
  width: 6rem;
  height: 100%;
  position: relative;
  /* margin-right: -500px; */
  left: 110px;
  margin-top: -40px;
  aspect-ratio: 1/1;
  /* background: var(--color-white); */
  background-size: auto auto;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, var(--color-sub2) 10px, var(--color-sub2) 15px);
}
body:where(#corporate_l) .l-topic-img-deco-2 {
  width: 4rem;
  height: 100%;
  aspect-ratio: 1/1;
  background: var(--color-sub1);
  position: relative;
  bottom: -10px;
}
body:where(#corporate_l) #l-news {
  margin-top: 4rem;
  padding-bottom: 6rem;
}
body:where(#corporate_l) #l-news hgroup {
  text-align: center;
}
body:where(#corporate_l) #l-news hgroup b {
  font-size: 4rem;
  font-weight: revert-layer;
  /* font-weight: 900; */
}
body:where(#corporate_l) #l-news hgroup b span {
  color: var(--color-main);
}
body:where(#corporate_l) #l-news hgroup h2 {
  font-size: 1.75rem;
  color: var(--color-main);
}
body:where(#corporate_l) #l-news #l-news-content {
  padding: 0.5rem;
}
body:where(#corporate_l) #l-news #l-news-content li {
  display: flex;
  flex-direction: column;
  border-bottom: solid 1px var(--color-main);
  /* margin: 1.3rem 0; */
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  padding-right: 1rem;
  padding-left: 1rem;
  position: relative;
  justify-content: center;
}
body:where(#corporate_l) #l-news #l-news-content li .news-titletext {
  font-size: 1rem;
  font-weight: bold;
  text-decoration: underline;
}
@media (hover: hover) {
  body:where(#corporate_l) #l-news #l-news-content li .news-titletext:hover {
    text-decoration: none;
  }
}
body:where(#corporate_l) #l-news #l-news-content li::after {
  content: "＞";
  font-size: 12px;
  position: absolute;
  right: 8px;
  display: inline-block;
}
body:where(#corporate_l) #l-news #l-news-content .page-nation .news-textbtn {
  text-decoration: underline;
}
@media (hover: hover) {
  body:where(#corporate_l) #l-news #l-news-content .page-nation .news-textbtn:hover {
    text-decoration: none;
  }
}
body:where(#corporate_l) #l-news #l-news-content .page-nation .news-ten-btn {
  display: none;
}
@media (min-width: 992px) {
  body:where(#corporate_l) #l-news #l-news-content .page-nation .news-ten-btn {
    display: block;
  }
}
body:where(#corporate_l) #l-news #l-news-content .page-nation_sp {
  display: block;
  padding-top: 8px;
}
@media (min-width: 992px) {
  body:where(#corporate_l) #l-news #l-news-content .page-nation_sp {
    display: none;
  }
}
body:where(#corporate_l) #l-links > div {
  padding-bottom: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 1200px) {
  body:where(#corporate_l) #l-links > div {
    flex-direction: row;
  }
}
body:where(#corporate_l) #l-links > div a {
  margin-bottom: 1rem;
  display: flex;
}
body:where(#corporate_l) #l-links > div a svg {
  width: 1em;
  height: auto;
  aspect-ratio: 1/1;
  fill: var(--color-main);
  transition: fill ease 0.25s;
}
@media (hover: hover) {
  body:where(#corporate_l) #l-links > div a:hover svg {
    fill: var(--color-white);
  }
}
body:where(#corporate_l) .link-btn {
  background: var(--color-main);
  color: var(--color-white);
  border: solid 0.125rem transparent;
}
body:where(#corporate_l) .link-btn span:nth-child(2) {
  background: var(--color-white);
  color: var(--color-main);
}
@media (hover: hover) {
  body:where(#corporate_l) .link-btn:hover {
    background: var(--color-transparent);
    border-color: var(--color-main);
    color: var(--color-main);
  }
  body:where(#corporate_l) .link-btn:hover span:nth-child(2) {
    background: var(--color-main);
    color: var(--color-white);
  }
}
body:where(#corporate_l) #l-breadtitle {
  background-color: var(--color-gray);
  /* padding-top: 6.5rem; */
  padding-top: 1rem;
  /* margin-bottom: 3rem; */
}
@media (min-width: 992px) {
  body:where(#corporate_l) #l-breadtitle {
    padding-top: 2.3rem;
  }
}
body:where(#corporate_l) #l-breadtitle #l-breadtitle-bread {
  height: 1.5lh;
  display: flex;
  align-items: center;
  margin-left: 0;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  body:where(#corporate_l) #l-breadtitle #l-breadtitle-bread {
    margin-left: 9rem;
  }
}
body:where(#corporate_l) #l-breadtitle h1 {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  padding-block: 1.5rem;
  color: var(--color-main);
}
body:where(#corporate_l) .l-feature-headtext {
  margin: 5rem 0 4rem 0;
}
body:where(#corporate_l) #l-feature .l-feature-box {
  padding-block: 1.5rem;
  margin-bottom: 4rem;
  background: var(--color-sub2);
}
body:where(#corporate_l) #l-feature .l-feature-box h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--color-main);
}
body:where(#corporate_l) #l-feature .l-feature-box p {
  margin-block: 0.5rem;
}
body:where(#corporate_l) #l-feature .l-feature-box .number {
  position: relative;
  height: 4rcap;
  font-size: 1.25rem;
  font-weight: bold;
  margin-right: 16px;
  /* &::before {
    content: "";
    position: absolute;
    background: var(--color-main);
    width: 100lvmax;
    height: 100%;
    right: 0;
  } */
}
body:where(#corporate_l) #l-feature .l-feature-box .number span {
  position: relative;
  background: var(--color-white);
  color: var(--color-main);
  display: flex;
  height: 100%;
  align-items: center;
  padding: 24px;
  font-size: 2rem;
  padding: 1rem 1rem 1.5rem;
  background: linear-gradient(135deg, var(--color-white) 0 100%), repeating-linear-gradient(45deg, var(--color-main) 0px 3px, transparent 3px 6px);
  background-repeat: no-repeat;
  background-size: calc(100% - 0.3rem) calc(100% - 0.3rem);
  background-position: 0 0, 0.3rem 0.3rem;
}
body:where(#corporate_l) #l-feature .l-feature-box .l-feature-img {
  position: relative;
  display: flex;
  justify-content: center;
}
body:where(#corporate_l) #l-feature .l-feature-box .l-feature-img .l-feature-img-deco {
  position: absolute;
  background: var(--color-sub1);
  height: 100%;
  aspect-ratio: 1/1;
  border-radius: 2rcap;
}
body:where(#corporate_l) #l-feature .l-feature-box .l-feature-img img {
  position: relative;
  margin-block: 1rcap;
}
body:where(#corporate_l) #l-feature .l-feature-box.l-freature-box_r .row {
  flex-direction: row-reverse;
}
body:where(#corporate_l) #l-feature .l-feature-box.l-freature-box_r h3::before {
  right: auto;
  left: 0;
}
body:where(#corporate_l) #l-feature .l-feature-box.l-freature-box_r .l-feature-img-deco {
  background: var(--color-sub2);
}
body:where(#corporate_l) #l-feature .l-freature-box_r {
  background: var(--color-white);
}
body:where(#corporate_l) #l-privacy-policy h2 {
  font-size: 32px;
  font-weight: bold;
  padding-top: 42px;
  padding-bottom: 16px;
}
body:where(#corporate_l) #l-privacy-policy .privacy-policy-content {
  padding: 42px 0px;
}
body:where(#corporate_l) #l-privacy-policy .privacy-policy-content dt {
  font-size: 20px;
  font-weight: bold;
  color: var(--color-black);
  /* margin-bottom: 14px; */
  margin-bottom: 0.8rem;
}
body:where(#corporate_l) #l-privacy-policy .privacy-policy-content dd {
  /* padding-bottom: 28px; */
  padding-bottom: 2rem;
}
body:where(#corporate_l) .topreturn-btn {
  display: flex;
  justify-content: center;
  color: var(--color-main);
  text-decoration: underline;
}
@media (hover: hover) {
  body:where(#corporate_l) .topreturn-btn:hover {
    text-decoration: none;
    color: var(--color-main);
  }
}
body:where(#corporate_l) #contact-complete .contact-complete-content {
  margin-top: 4rem;
  padding-bottom: 4rem;
}
body:where(#corporate_l) #contact-complete h2 {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  padding-bottom: 32px;
  color: var(--color-main);
}
body:where(#corporate_l) #contact-complete p {
  text-align: center;
  padding-bottom: 32px;
}
body:where(#corporate_l) #l-contact .form-content {
  padding-top: 4rem;
  margin-bottom: 4rem;
}
body:where(#corporate_l) #l-contact .l-form legend,
body:where(#corporate_l) #l-contact .l-form > :not(fieldset) label:not(:has(b)),
body:where(#corporate_l) #l-contact .l-form > :not(fieldset) label b,
body:where(#corporate_l) #l-contact .l-form button {
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  color: var(--color-black);
  font-weight: 600;
  margin-block: 1.5rem 1rem;
}
body:where(#corporate_l) #l-contact .l-form legend .must,
body:where(#corporate_l) #l-contact .l-form > :not(fieldset) label:not(:has(b)) .must,
body:where(#corporate_l) #l-contact .l-form > :not(fieldset) label b .must,
body:where(#corporate_l) #l-contact .l-form button .must {
  font-size: 1rem;
  height: 100%;
  background-color: var(--color-main);
  margin-left: 0.5rem;
  color: var(--color-white);
  padding-inline: 0.5rem;
  border-radius: 0.25rem;
}
body:where(#corporate_l) #l-contact .l-form input,
body:where(#corporate_l) #l-contact .l-form label {
  display: block;
}
body:where(#corporate_l) #l-contact .l-form select {
  cursor: pointer;
}
body:where(#corporate_l) #l-contact .l-form small {
  font-size: 0.75em;
}
body:where(#corporate_l) #l-contact .l-form > div {
  display: none;
}
body:where(#corporate_l) #l-contact .l-form:has(#company:checked) .company {
  display: block;
}
body:where(#corporate_l) #l-contact .l-form .se-must {
  display: none;
}
body:where(#corporate_l) #l-contact .l-form:has(#service:checked) .service {
  display: block;
}
body:where(#corporate_l) #l-contact .l-form:has(#service:checked) .service .se-must {
  display: block;
}
body:where(#corporate_l) #l-contact .l-form:has(#recruit:checked) .recruit {
  display: block;
}
body:where(#corporate_l) #l-contact .l-form [type=text],
body:where(#corporate_l) #l-contact .l-form [type=tel],
body:where(#corporate_l) #l-contact .l-form select,
body:where(#corporate_l) #l-contact .l-form textarea {
  width: 100%;
  padding: 1rem;
  border: solid 1px var(--color-main);
}
body:where(#corporate_l) #l-contact .l-form [type=radio] {
  display: none;
}
body:where(#corporate_l) #l-contact .l-form [type=radio] ~ label {
  cursor: pointer;
  padding-left: 0.5rem;
  display: flex;
  align-items: center;
}
body:where(#corporate_l) #l-contact .l-form [type=radio] ~ label > div {
  width: 1ic;
  height: 1ic;
  background: var(--color-white);
  color: var(--color-black);
  border: solid 1px;
  border-radius: 100lvmax;
  margin-right: 0.5rem;
  transition-property: background;
  transition-duration: 0.25s;
  transition-timing-function: ease;
}
body:where(#corporate_l) #l-contact .l-form [type=radio]:checked ~ label > div {
  background-color: var(--color-main);
}
body:where(#corporate_l) #l-contact .l-form label:has([type=file]) > div {
  border: solid 1px var(--color-main);
  padding: 1rem;
  display: grid;
  place-content: center;
  cursor: pointer;
  position: relative;
}
body:where(#corporate_l) #l-contact .l-form label:has([type=file]) > div p {
  position: relative;
}
body:where(#corporate_l) #l-contact .l-form label:has([type=file]) > div input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}
body:where(#corporate_l) #l-contact .l-form [type=checkbox] {
  display: none;
}
body:where(#corporate_l) #l-contact .l-form [type=checkbox] + label {
  display: flex;
  cursor: pointer;
}
body:where(#corporate_l) #l-contact .l-form [type=checkbox] + label a {
  color: #0000ee;
  text-decoration-line: underline;
  text-decoration-color: inherit;
}
@media (any-hover: hover) {
  body:where(#corporate_l) #l-contact .l-form [type=checkbox] + label a:hover {
    text-decoration-color: transparent;
  }
}
body:where(#corporate_l) #l-contact .l-form [type=checkbox] + label > div:not(.must) {
  width: 1lh;
  height: 1lh;
  border: solid 1px var(--color-black);
  margin-right: 0.5rem;
  display: grid;
  place-content: center;
  container-type: inline-size;
}
body:where(#corporate_l) #l-contact .l-form [type=checkbox] + label > div:not(.must) > div {
  width: 100cqi;
  font-size: 12.5cqi;
  aspect-ratio: 8/6;
  background-color: var(--color-main);
  clip-path: polygon(0 3em, 1em 2em, 3em 4em, 7em 0, 8em 1em, 3em 6em);
  opacity: 0;
}
body:where(#corporate_l) #l-contact .l-form [type=checkbox]:checked + label > div > div {
  opacity: 1;
}
body:where(#corporate_l) #l-contact .l-form button {
  width: 100%;
  padding-block: 1.5rem;
  background-color: var(--color-main);
  color: var(--color-white);
  border: solid 1px var(--color-main);
  transition-property: color, background, border;
  transition-duration: 0.25s;
  transition-timing-function: ease;
  display: grid;
  place-content: center;
}
@media (any-hover: hover) {
  body:where(#corporate_l) #l-contact .l-form button:hover {
    background-color: var(--color-white);
    color: var(--color-main);
    border-color: var(--color-main);
  }
}
body:where(#corporate_l) #l-contact .contact-btn {
  background: var(--color-main);
  color: var(--color-white);
  width: 100%;
  text-align: center;
  padding: 2rem;
  margin: 3.5rem 0;
  border: transparent;
  transition: 0.25s;
}
body:where(#corporate_l) #l-contact .contact-btn a {
  color: var(--color-white);
  font-size: 24px;
}
@media (hover: hover) {
  body:where(#corporate_l) #l-contact .contact-btn:hover {
    border: solid 2px var(--color-main);
    background: var(--color-white);
  }
  body:where(#corporate_l) #l-contact .contact-btn:hover a {
    color: var(--color-main);
  }
}
body:where(#corporate_l) .underpage-title {
  font-size: 32px;
  color: var(--color-main);
  display: flex;
  justify-content: center;
  font-weight: bold;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
@media (min-width: 992px) {
  body:where(#corporate_l) .underpage-title {
    font-size: 40px;
  }
}
body:where(#corporate_l) .ceo-comment-content .name1 span,
body:where(#corporate_l) .ceo-comment-content .name2 span {
  font-weight: bold;
  color: var(--color-main);
}
body:where(#corporate_l) .ceo-comment-content .name2 {
  font-size: 1.5rem;
}
body:where(#corporate_l) #l-company .bg-on {
  background: var(--color-gray);
  margin-top: 4rem;
  margin-bottom: 6rem;
}
body:where(#corporate_l) #l-company #l-company-content {
  padding: 0.5rem 1rem;
}
body:where(#corporate_l) #l-company #l-company-content dl {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 3rem;
}
body:where(#corporate_l) #l-company #l-company-content dt {
  color: var(--color-main);
  width: 20%;
  margin: 0;
  border-bottom: 1px solid var(--color-main);
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2rem;
  padding: 1.2em 1em 1em 0;
  vertical-align: middle;
  align-items: center;
  display: inline-block;
}
body:where(#corporate_l) #l-company #l-company-content dt span {
  display: inline-block;
}
body:where(#corporate_l) #l-company #l-company-content dd {
  width: 80%;
  margin: 0;
  padding: 1em 1em 1em 0;
  border-bottom: 1px solid var(--color-main);
  vertical-align: middle;
  line-height: 2.7rem;
  line-height: 1.8;
}
@media (min-width: 992px) {
  body:where(#corporate_l) #l-company #l-company-content {
    padding: 0.5rem 3rem;
  }
}
body:where(#corporate_l) #l-recruit_u-page .recruit_1 {
  background: var(--color-gray);
  margin-bottom: 3.5rem;
}
body:where(#corporate_l) #l-recruit_u-page .recruit_1 .recruit_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body:where(#corporate_l) #l-recruit_u-page .recruit_1 .recruit_text b {
  position: relative;
  height: 4rcap;
  font-size: 1.25rem;
  font-weight: bold;
  margin-right: 16px;
}
body:where(#corporate_l) #l-recruit_u-page .recruit_1 .recruit_text b span {
  position: relative;
  background: var(--color-white);
  color: var(--color-main);
  display: flex;
  height: 100%;
  align-items: center;
  padding: 24px;
  font-size: 2rem;
  padding: 1rem 1rem 1.5rem;
  background: linear-gradient(135deg, var(--color-white) 0 100%), repeating-linear-gradient(45deg, var(--color-main) 0px 3px, transparent 3px 6px);
  background-repeat: no-repeat;
  background-size: calc(100% - 0.3rem) calc(100% - 0.3rem);
  background-position: 0 0, 0.3rem 0.3rem;
}
body:where(#corporate_l) #l-recruit_u-page .recruit_1 .recruit_text .name1 span {
  font-weight: bold;
  color: var(--color-main);
}
body:where(#corporate_l) #l-recruit_u-page .recruit_1 .recruit_text .name2 {
  font-size: 1.8rem;
  font-weight: bold;
}
body:where(#corporate_l) #l-recruit_u-page .recruit_1 .recruit_text .name2 span {
  color: var(--color-main);
}
body:where(#corporate_l) #l-recruit_u-page .recruit_1 .recruit_text h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--color-main);
}
body:where(#corporate_l) #l-recruit_u-page .recruit_1_r {
  flex-wrap: wrap-reverse; /*要素を逆にする*/
}
body:where(#corporate_l) #l-recruit_u-page .recruit-content {
  margin-top: 5.5rem;
}
body:where(#corporate_l) .recruit_u-bosyu-content {
  margin-bottom: 6rem;
}
body:where(#corporate_l) .recruit_u-bosyu-content .job-name {
  font-weight: bold;
  font-size: 1.2rem;
  color: var(--color-main);
  color: var(--color-white);
  background: var(--color-sub1);
  padding: 0.5em;
  text-align: center;
}
body:where(#corporate_l) .recruit_u-bosyu-content .recruit_u-bosyu-content-inner {
  border-bottom: solid 1px var(--color-main);
}
@media screen and (min-width: 768px) {
  body:where(#corporate_l) .recruit_u-bosyu-content .recruit_u-bosyu-content-inner {
    padding-bottom: 1.5rem;
  }
}
body:where(#corporate_l) .recruit_u-bosyu-content .bosyu-btn {
  background: var(--color-white);
  color: var(--color-main);
  font-weight: bold;
  border: solid 1px var(--color-main);
  padding: 1rem 1.5rem;
}
@media (hover: hover) {
  body:where(#corporate_l) .recruit_u-bosyu-content .bosyu-btn:hover {
    background: var(--color-main);
    color: var(--color-white);
    border: transparent;
  }
}
body:where(#corporate_l) .recruit_u-bosyu-content .bosyu-btn-on {
  background: var(--color-main);
  color: var(--color-white);
  border: transparent;
  cursor: default;
}
body:where(#corporate_l) .recruit_u-bosyu-content .recruit_u-bosyu-box {
  display: grid;
  width: 100%;
  /* width: calc(100% - 10px); */
  border-top: 1px solid var(--color-main);
  border-left: 1px solid var(--color-main);
  grid-auto-rows: auto;
  grid-template-columns: 20% 80%;
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  body:where(#corporate_l) .recruit_u-bosyu-content .recruit_u-bosyu-box {
    grid-auto-columns: auto;
  }
  body:where(#corporate_l) .recruit_u-bosyu-content .recruit_u-bosyu-box .box__itmes {
    grid-column: 1/3;
  }
}
body:where(#corporate_l) .recruit_u-bosyu-content .recruit_u-bosyu-box .box__title {
  color: var(--color-main);
  font-size: 18px;
  font-weight: bold;
  background: var(--color-gray);
}
body:where(#corporate_l) .recruit_u-bosyu-content .recruit_u-bosyu-box .box__itmes {
  font-size: 16px;
  padding: 0.25rem 0.25rem 0.25rem 0.5rem;
  border-right: 1px solid var(--color-main);
  border-bottom: 1px solid var(--color-main);
  padding: 1rem;
}

/* ==================== */
/* お知らせ内容ページ-下層 */
#news-innnerpage .news-innnerpage-content {
  margin-top: 3rem;
  margin-bottom: 6rem;
}
#news-innnerpage .news-innnerpage-content .news_u-tug {
  color: var(--color-main);
  font-size: 0.8rem;
  background: var(--color-gray);
  width: fit-content;
  padding: 0.5rem;
  border-bottom: solid 1px var(--color-main);
}
#news-innnerpage .news-innnerpage-content .news_u-title {
  font-size: 2rem;
  font-weight: bold;
  color: var(--color-main);
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
#news-innnerpage .news-innnerpage-content .news_u-time {
  color: var(--color-black);
  font-size: 0.8rem;
  margin-top: 2rem;
}
#news-innnerpage .news-innnerpage-content .news_u-subtitle {
  font-size: 1.5rem;
  color: var(--color-main);
  display: flex;
  justify-content: center;
  background: var(--color-gray);
  font-weight: bold;
  padding: 0.4rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
#news-innnerpage .news-innnerpage-content .news_u-subtitle-small {
  font-weight: bold;
  color: var(--color-main);
  border-left: solid 0.5rem var(--color-main);
  padding-left: 0.5rem;
  font-size: 1.3rem;
  margin-top: 3rem;
  margin-bottom: 1rem;
}
#news-innnerpage .news-innnerpage-content .news_u-text {
  color: var(--color-black);
}

/* ==================== */
footer #footer-tell {
  background: var(--color-sub1);
  font-size: 1.25rem;
  font-weight: bold;
  padding-block: 1rem;
}
footer #footer-tell > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 992px) {
  footer #footer-tell > div {
    flex-direction: row;
  }
}
footer #footer-tell #footer-tell-tell {
  font-size: 3rem;
}

#footer-links {
  border-bottom: solid 0.25rem gray;
  background-image: url(../img/company.jpg);
  background-size: cover;
  background-position: 50% 50%;
}
#footer-links .fotter-bg-black {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
}
#footer-links b {
  font-weight: 900;
  font-size: 3rem;
}
#footer-links img,
#footer-links svg {
  max-width: 3.5em;
}
#footer-links ul {
  padding-top: 1rem;
  grid-template-columns: repeat(1fr);
  column-gap: 0.5lh;
  width: 100%;
}
@media (min-width: 768px) {
  #footer-links ul {
    display: grid;
    grid-template-columns: repeat(2, 3fr);
  }
}
#footer-links li {
  padding-bottom: 0.5lh;
  margin-bottom: 0.5lh;
  border-bottom: solid 0.125rem var(--color-white);
}
#footer-links li li:last-child {
  padding-bottom: 0;
}
#footer-links li li::before {
  content: "";
  display: block;
  width: 1em;
  height: 1px;
  margin-right: 0.25em;
  background: var(--color-white);
}
#footer-links li a {
  color: var(--color-white);
  text-decoration: none;
  font-weight: bold;
}
@media (hover: hover) {
  #footer-links li a:hover {
    text-decoration: underline;
  }
}
#footer-links ul.icon-list {
  padding-top: 3rem;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}
#footer-links ul.icon-list li.icon-list-item {
  padding-right: 8px;
  border-bottom: none;
}
#footer-links ul.icon-list li.icon-list-item a {
  border: solid 1px var(--color-white);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
}
#footer-links ul.icon-list li.icon-list-item a svg {
  fill: var(--color-white);
}

#footer-copy {
  background-color: #1f1f1f;
}
#footer-copy .footer-copy-content {
  padding-block: 1rem;
  display: flex;
  justify-content: space-between;
  color: var(--color-white);
}
#footer-copy .footer-copy-content a {
  text-decoration: underline;
}
@media (hover: hover) {
  #footer-copy .footer-copy-content a:hover {
    text-decoration: none;
  }
}/*# sourceMappingURL=base-style.css.map */