@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  apricot-design

//////////////////////////////////////////////////////////*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: inherit;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

nav ul, nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
  padding: 0;
  border: none;
  background-color: transparent;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

.mincho {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.en {
  font-family: "Roboto", sans-serif;
}

:root {
  --extend: min(calc(( 50vw - 50% ) * -1), 0px);
  --sideW: min(4.66vw, 70px);
  --headerHeight: 136px;
  --contentsWideS: 1016px;
  --contentsWideM: 1220px;
  --contentsWideL: 1360px;
}

@media screen and (max-width: 767px) {
  :root {
    --sideW: 6.4vw;
    --headerHeight: 86px;
    --sectionWrap: 3.75em;
  }
}
html {
  width: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: var(--headerHeight);
}

body {
  font: 400 16px/1.8 "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.06em;
  color: #000;
  text-align: left;
  counter-reset: number 0;
}

.l_container_wrap {
  position: relative;
  padding-top: var(--headerHeight);
}

.l_container {
  position: relative;
}

.section_wrap {
  padding: 80px 0 150px;
}
@media screen and (max-width: 767px) {
  .section_wrap {
    padding: 60px 0 100px;
  }
}

section {
  margin-bottom: 150px;
}
section:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  section {
    margin-bottom: 80px;
  }
}

.inner, .inner_l, .inner_m, .inner_s, .inner_xs {
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--sideW);
}

.inner_xs {
  max-width: calc(800px + var(--sideW) * 2);
}

.inner_s {
  max-width: calc(var(--contentsWideS) + var(--sideW) * 2);
}

.inner_m {
  max-width: calc(var(--contentsWideM) + var(--sideW) * 2);
}

.inner_l {
  max-width: calc(var(--contentsWideL) + var(--sideW) * 2);
}

.add_ttl {
  margin: 2em 0 1em !important;
  line-height: 1.5;
  font-size: 2em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .add_ttl {
    font-size: 1.5em;
  }
}

.add_ttl_02 {
  margin: 2em 0 1em !important;
  line-height: 1.5;
  font-size: 1.5em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .add_ttl_02 {
    font-size: 1.25em;
  }
}

a.add_link {
  text-decoration: underline;
}
a.add_link:hover {
  opacity: 0.7;
}

.login h1 a {
  width: 100px !important;
  height: 100px !important;
  background: url(../images/login_logo.png) no-repeat center/contain !important;
}

.post_content {
  font-size: 0.9375rem;
}
.post_content * {
  margin: 0 0 1.5em;
}
.post_content *:first-child {
  margin-top: 0 !important;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  font-weight: inherit;
  line-height: 1.5;
}

label {
  cursor: pointer;
}

button {
  padding: 0;
  border: none;
  color: inherit;
}

picture {
  display: contents;
}
picture img {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: auto;
}

.opacity, .list_recruit_info li a, .recruit_info .link_to_archive, .card_job, .link_to_product, .business_hero .breadcrumb a, .company_sec_04 ul li .address a, .top_business ul li a, .single_pagination li.archive a, .breadcrumb a {
  transition: 0.5s;
}
@media (hover: hover) {
  .opacity:hover, .list_recruit_info li a:hover, .recruit_info .link_to_archive:hover, .card_job:hover, .link_to_product:hover, .company_sec_04 ul li .address a:hover, .top_business ul li a:hover, .single_pagination li.archive a:hover, .breadcrumb a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.img_only {
  display: block;
}
.img_only img {
  display: block;
  width: 100%;
}

.text_link {
  text-decoration: underline !important;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  width: 100%;
  padding: 0.975rem;
  border-radius: 0;
  border: 1px solid #000;
  background: #fff;
  color: inherit;
  font-family: inherit;
  line-height: inherit;
  font-size: 16px !important;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding: 0.975rem 1.75em 0.975rem 0.975rem;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.5);
  background: url(../images/icon_tri_select.svg) no-repeat center right 10px/10px 8px #fff;
  color: inherit;
  font-family: inherit;
  line-height: inherit;
  font-size: 16px !important;
}

textarea {
  height: 15em;
}

input[type=checkbox] {
  accent-color: #000;
  inline-size: 1.2em;
  block-size: 1.2em;
}

input[type=radio] {
  accent-color: #000;
  inline-size: 1.2em;
  block-size: 1.2em;
}

.dlist_form {
  margin-bottom: 3.75em;
}
@media screen and (max-width: 767px) {
  .dlist_form {
    margin-bottom: 50px;
  }
}
.dlist_form .group {
  display: flex;
  align-items: baseline;
  gap: 1em;
}
@media screen and (max-width: 767px) {
  .dlist_form .group {
    flex-direction: column;
    gap: 0.8em;
  }
}
.dlist_form .group:not(:last-of-type) {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .dlist_form .group:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
.dlist_form .group dt {
  width: 217px;
  flex-shrink: 0;
  font-weight: 700;
}
.dlist_form .group dt.require:before {
  content: "必須";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.75em;
  font-weight: 700;
  color: #fff;
  background-color: #000;
  width: 45px;
  height: 23px;
  margin-right: 1em;
}
.dlist_form .group dd {
  flex-grow: 1;
}
.dlist_form .group dd .list_kome {
  font-size: 0.875em;
  padding-top: 1em;
}

.container_checkbox {
  background-color: #F8F8F8;
  height: 100px;
  display: grid;
  place-content: center;
  font-size: 1rem;
  font-weight: 700;
}
.container_checkbox input[type=checkbox] {
  width: 30px;
  background-image: url(../images/icon_checkbox_02.svg);
}
.container_checkbox input[type=checkbox]:checked {
  background-image: url(../images/icon_checkbox_checked_02.svg);
}

.wpcf7-response-output,
.wpcf7-spinner {
  display: none !important;
}

.wpcf7-form-control-wrap[data-name=your-zip] {
  display: inline-block;
  max-width: 185px;
  margin-left: 1em;
}

.wpcf7-form-control-wrap[data-name=your-agreement] {
  display: block;
  margin-top: 24px;
}
.wpcf7-form-control-wrap[data-name=your-agreement] .wpcf7-list-item {
  margin: 0;
}
.wpcf7-form-control-wrap[data-name=your-agreement] .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 0.75em;
}

.grecaptcha-badge {
  visibility: hidden;
}

@keyframes fade_in {
  80% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
[class^=fade_anim] {
  opacity: 0;
}
[class^=fade_anim].js-active {
  animation: fade_in 1s ease-out forwards;
}

.fade_anim.js-active {
  animation: fade_in 1s ease-in forwards;
}

.fade_anim_bottom {
  transform: translate(0, 60px);
}

.fade_anim_left {
  transform: translate(-40px, 0);
}

.fade_anim_right {
  transform: translate(60px, 0);
}

.ttl_cmn_01 {
  position: relative;
  margin: 0 var(--extend) 0 0;
  overflow: hidden;
}
.ttl_cmn_01:before {
  content: "";
  display: block;
  width: 100vw;
  border-bottom: 1px dashed #000;
  position: absolute;
  top: 40px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .ttl_cmn_01:before {
    top: 31px;
  }
}
.ttl_cmn_01 span {
  position: relative;
  background-color: #fff;
  font-size: 3rem;
  font-weight: 700;
  padding-right: 35px;
}
@media screen and (max-width: 767px) {
  .ttl_cmn_01 span {
    font-size: 2.375rem;
    padding-right: 20px;
  }
}
.ttl_cmn_01:after {
  margin-top: 7px;
  content: attr(data-en);
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .ttl_cmn_01:after {
    margin-top: 5px;
    font-size: 1rem;
  }
}

.ttl_cmn_02 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .ttl_cmn_02 {
    font-size: 1.875rem;
  }
}
.ttl_cmn_02:after {
  margin-top: 1em;
  content: attr(data-en);
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .ttl_cmn_02:after {
    font-size: 0.875rem;
  }
}

.ttl_cmn_03 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.ttl_cmn_03:after {
  content: attr(data-en);
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .ttl_cmn_03 {
    font-size: 1.6rem;
  }
  .ttl_cmn_03:after {
    font-size: 0.875rem;
  }
}

.ttl_cmn_04 {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.ttl_cmn_04:after {
  content: attr(data-en);
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  margin-top: 7px;
}
@media screen and (max-width: 767px) {
  .ttl_cmn_04 {
    font-size: 2.4rem;
  }
  .ttl_cmn_04:after {
    font-size: 1rem;
  }
}

.ttl_cmn_05 {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 0.1em 0.8em;
  background: #fff;
  border: 3px solid #000;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .ttl_cmn_05 {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
.ttl_cmn_05:before {
  content: "";
  display: block;
  width: 50vw;
  height: 3px;
  background: #000;
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
}

.btn_cmn_01 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 320px;
  height: 65px;
  border: 3px solid #000;
  border-radius: 50px;
  font-weight: 500;
  background: #fff url(../images/ico_arrow_right_01_black.svg) no-repeat center right 10px/22px;
}
@media (hover: hover) {
  .btn_cmn_01:hover {
    color: #fff;
    background: #000 url(../images/ico_arrow_right_01_white.svg) no-repeat center right 10px/22px;
  }
}
@media screen and (max-width: 767px) {
  .btn_cmn_01 {
    max-width: 275px;
    height: 55px;
    background-size: 18;
    background-position: center right 7px;
    font-size: 0.9375rem;
  }
}

.btn_cmn_02 {
  position: relative;
  margin: 40px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 660px;
  height: 94px;
  background: #000 url(../images/ico_arrow_right_01_white.svg) no-repeat center right 15px/34px;
  color: #fff;
  border: 3px solid #000;
  border-radius: 50px;
  font-size: 1.25rem;
  font-weight: 500;
  transition: 0.3s;
}
@media (hover: hover) {
  .btn_cmn_02:hover {
    color: #000;
    background: #fff url(../images/ico_arrow_right_01_black.svg) no-repeat center right 8px/34px;
  }
}
@media screen and (max-width: 767px) {
  .btn_cmn_02 {
    max-width: 275px;
    height: 56px;
    font-size: 0.9375rem;
    background-size: 19px;
    background-position: center right 7px;
  }
}

.list_kome > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_kome > li:before {
  content: "※";
}

.list_dot > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_dot > li:before {
  content: "・";
}

.list_ast > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_ast > li:before {
  content: "＊";
}

.list_maru > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_maru > li:before {
  content: "●";
}

.list_number {
  counter-reset: number 0;
}
.list_number > li {
  counter-increment: number 1;
}
.list_number > li:before {
  content: counter(number);
}

.breadcrumb {
  width: 100%;
  padding: 26px var(--sideW);
  text-align: right;
  font-size: 0.875rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    font-size: 0.75rem;
  }
}
.navigation.pagination {
  margin-top: 50px;
}
.navigation.pagination .nav-links {
  text-align: center;
}
.navigation.pagination .nav-links .page-numbers {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  padding: 0.25em;
  margin-right: 0.5em;
}
@media screen and (max-width: 767px) {
  .navigation.pagination .nav-links .page-numbers {
    font-size: 1.125rem;
  }
}
.navigation.pagination .nav-links .page-numbers:last-child {
  margin: 0;
}
.navigation.pagination .nav-links .page-numbers:hover, .navigation.pagination .nav-links .page-numbers.current {
  border-bottom: 1px solid #000;
}
.navigation.pagination .nav-links .page-numbers.dots {
  pointer-events: none;
  border: none;
}

.single_pagination {
  display: flex;
  align-items: center;
  gap: 5%;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .single_pagination {
    position: relative;
    margin-bottom: 120px;
  }
}
.single_pagination li.prev {
  flex-shrink: 0;
  width: 34%;
}
@media screen and (max-width: 767px) {
  .single_pagination li.prev {
    width: 47.5%;
  }
}
.single_pagination li.prev a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  padding: 0.75em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .single_pagination li.prev a {
    font-size: 0.9375rem;
    padding-left: calc(22px + 0.75rem);
  }
}
.single_pagination li.prev a:before {
  content: "";
  display: block;
  width: 25px;
  aspect-ratio: 1/1;
  background: #fff url(../images/ico_arrow_left_02.svg) no-repeat center/cover;
  position: absolute;
  top: 50%;
  left: 13px;
  transform: translateY(-50%);
  border-radius: 50%;
  border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .single_pagination li.prev a:before {
    width: 22px;
  }
}
@media (hover: hover) {
  .single_pagination li.prev a:hover {
    background-color: #000;
    color: #fff;
  }
}
.single_pagination li.archive {
  flex-grow: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .single_pagination li.archive {
    position: absolute;
    top: calc(100% + 1rem);
    left: 0;
    width: 100%;
  }
}
.single_pagination li.archive a {
  display: inline-block;
  padding: 0.25em 0;
  border-bottom: 1px solid #000;
}
.single_pagination li.next {
  flex-shrink: 0;
  width: 34%;
}
@media screen and (max-width: 767px) {
  .single_pagination li.next {
    width: 47.5%;
  }
}
.single_pagination li.next a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  padding: 0.75em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .single_pagination li.next a {
    font-size: 0.9375rem;
    padding-right: calc(22px + 0.75rem);
  }
}
.single_pagination li.next a:before {
  content: "";
  display: block;
  width: 25px;
  aspect-ratio: 1/1;
  background: #fff url(../images/ico_arrow_right_02.svg) no-repeat center/cover;
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  border-radius: 50%;
  border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .single_pagination li.next a:before {
    width: 22px;
  }
}
@media (hover: hover) {
  .single_pagination li.next a:hover {
    background-color: #000;
    color: #fff;
  }
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
}
.loading.end {
  opacity: 0;
  visibility: hidden;
}

.hbm_btn {
  padding: 0;
  border: none;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: auto;
  height: 100%;
  aspect-ratio: 1/1;
  position: relative;
  background-color: #1C1C1C;
  font-family: "Bebas Neue", sans-serif;
  color: #fff;
  font-size: 0.9375rem;
  letter-spacing: 0.12em;
}
.hbm_btn .box {
  display: block;
  width: 50%;
  position: relative;
}
.hbm_btn .box .bar {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  transition: 0.5s;
}

[data-hbm-bar="2"] .box {
  aspect-ratio: 3/1;
  margin: 15% 0;
}
[data-hbm-bar="2"] .bar:nth-child(1) {
  top: 0;
}
[data-hbm-bar="2"] .bar:nth-child(2) {
  top: 100%;
}
[data-hbm-bar="2"].js-active {
  background-color: #fff;
  color: #666464;
}
[data-hbm-bar="2"].js-active .bar {
  background-color: #666464;
}
[data-hbm-bar="2"].js-active .bar:nth-child(1) {
  top: 50%;
  transform: rotate(135deg);
}
[data-hbm-bar="2"].js-active .bar:nth-child(2) {
  top: 50%;
  transform: rotate(-135deg);
}

.hbm_content {
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #666464 url(../images/hbm_image_02.svg) no-repeat center bottom -3%/76.33%;
  padding: calc(var(--headerHeight) + 22px) 0 40px;
  overflow: scroll;
}
.hbm_content.js-active {
  opacity: 1;
  visibility: visible;
}
.hbm_content .inner_l {
  display: flex;
  gap: 5.42%;
}
@media screen and (max-width: 767px) {
  .hbm_content .inner_l {
    display: block;
    padding: 0 calc(var(--sideW) * 2);
  }
}
.hbm_content .inner_l .image {
  flex-shrink: 0;
  width: 58.45%;
  display: block;
  overflow: hidden;
  height: 594px;
}
@media screen and (max-width: 767px) {
  .hbm_content .inner_l .image {
    display: none;
  }
}
.hbm_content .inner_l .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hbm_content .inner_l .text {
  flex-grow: 1;
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .hbm_content .inner_l .text {
    padding-left: 10vw;
    padding-bottom: 10px;
    position: relative;
  }
  .hbm_content .inner_l .text:before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, #1c1c1c 0%, #1c1c1c 56px, rgb(255, 255, 255) 56px, rgb(255, 255, 255) 100%);
    position: absolute;
    top: 0;
    left: 0;
  }
}
.hbm_content .inner_l .text > ul > li {
  margin-bottom: 30px;
}
.hbm_content .inner_l .text > ul > li:last-child {
  margin-bottom: 0;
}
.hbm_content .inner_l .text > ul > li > a {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.hbm_content .inner_l .text > ul > li ul {
  padding: 30px 0 0 30px;
}
.hbm_content .inner_l .text > ul > li ul li {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .hbm_content .inner_l .text > ul > li ul li {
    margin-bottom: 20px;
  }
}
.hbm_content .inner_l .text > ul > li ul li:last-child {
  margin-bottom: 0;
}
.hbm_content .inner_l .text > ul > li ul li a {
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .hbm_content .inner_l .text > ul > li ul li a {
    font-size: 1rem;
  }
}
@media (hover: hover) {
  .hbm_content .inner_l .text a:hover {
    opacity: 0.8;
    text-decoration: underline;
  }
}
.hbm_content .address {
  text-align: center;
  font-size: 0.8125rem;
  line-height: 2;
  margin: 40px var(--extend) 0;
  padding: 0 var(--sideW);
  color: #fff;
}

.cmn_recruit_01 {
  position: relative;
  padding: 0 var(--sideW);
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .cmn_recruit_01 {
    padding: 0;
  }
}
.cmn_recruit_01:before {
  content: "";
  display: block;
  width: 208px;
  aspect-ratio: 208/264;
  background: url(../images/needle_02.svg) no-repeat center/contain;
  position: absolute;
  left: calc(var(--sideW) * 0.25);
  top: -172px;
}
@media screen and (max-width: 767px) {
  .cmn_recruit_01:before {
    width: 104px;
    top: -127px;
  }
}
.cmn_recruit_01 .wrapper {
  overflow: hidden;
}
.cmn_recruit_01 h2 {
  margin-bottom: 12px;
  position: relative;
}
.cmn_recruit_01 h2:before {
  content: "";
  display: block;
  width: 100vw;
  border-bottom: 1px dashed #000;
  position: absolute;
  top: 50%;
  left: 0;
}
.cmn_recruit_01 h2 span {
  position: relative;
  background-color: #fff;
  padding: 0 3.5em 0 0;
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
}
.cmn_recruit_01 h2 span:before {
  content: "- ";
}
@media screen and (max-width: 767px) {
  .cmn_recruit_01 h2 span {
    padding: 0 1em 0 0;
    font-size: 0.9375rem;
  }
}
.cmn_recruit_01 .catch {
  margin-bottom: 20px;
  font-size: 3.125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .cmn_recruit_01 .catch {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.cmn_recruit_01 .text {
  margin-bottom: 40px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .cmn_recruit_01 .text {
    font-size: 0.875rem;
    margin-bottom: 34px;
  }
}
.cmn_recruit_01 .link {
  position: relative;
  margin: -47px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 660px;
  height: 94px;
  background: #fff url(../images/ico_arrow_right_01_black.svg) no-repeat center right 15px/34px;
  border: 3px solid #000;
  border-radius: 50px;
  font-size: 1.25rem;
  font-weight: 500;
}
@media (hover: hover) {
  .cmn_recruit_01 .link:hover {
    color: #fff;
    background: #000 url(../images/ico_arrow_right_01_white.svg) no-repeat center right 8px/34px;
  }
}
@media screen and (max-width: 767px) {
  .cmn_recruit_01 .link {
    margin-top: -28px;
    max-width: 275px;
    height: 56px;
    font-size: 0.9375rem;
    background-size: 19px;
    background-position: center right 7px;
  }
}

.cmn_recruit_slider {
  position: relative;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .cmn_recruit_slider {
    padding-bottom: 60px;
  }
}
.cmn_recruit_slider:before {
  content: "";
  display: block;
  width: 100vw;
  height: 72%;
  background-color: #FAFAFA;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .cmn_recruit_slider:before {
    height: 59%;
  }
}
.cmn_recruit_slider .splide__slide {
  display: block;
  overflow: hidden;
  position: relative;
}
.cmn_recruit_slider .splide__slide:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 147%;
}
.cmn_recruit_slider .splide__slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.cmn_recruit_slider .splide__slide:nth-child(odd) {
  margin: 0 0 50px;
}
.cmn_recruit_slider .splide__slide:nth-child(even) {
  margin: 50px 0 0;
}
@media screen and (max-width: 767px) {
  .cmn_recruit_slider .splide__track {
    overflow: visible;
  }
}
@media screen and (min-width: 768px) {
  .cmn_recruit_slider .splide__list {
    display: flex !important;
    justify-content: space-between;
  }
  .cmn_recruit_slider .splide__slide {
    width: 23%;
  }
}

.cmn_recruit_02 {
  overflow: hidden;
}
.cmn_recruit_02 h2 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cmn_recruit_02 h2 {
    font-size: 2rem;
  }
}
.cmn_recruit_02 .text {
  margin-bottom: 40px;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cmn_recruit_02 .text {
    font-size: 0.9375rem;
    margin-bottom: 34px;
  }
}
.cmn_recruit_02 .link {
  position: relative;
  margin: -47px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 660px;
  height: 94px;
  color: #fff;
  background: #000 url(../images/ico_arrow_right_01_white.svg) no-repeat center right 15px/34px;
  border: 3px solid #000;
  border-radius: 50px;
  font-size: 1.25rem;
  font-weight: 500;
}
@media (hover: hover) {
  .cmn_recruit_02 .link:hover {
    color: #fff;
    background: #000 url(../images/ico_arrow_right_01_white.svg) no-repeat center right 8px/34px;
  }
}
@media screen and (max-width: 767px) {
  .cmn_recruit_02 .link {
    margin-top: -28px;
    max-width: 275px;
    height: 56px;
    font-size: 0.9375rem;
    background-size: 19px;
    background-position: center right 7px;
  }
}

.list_topics {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 5%;
}
@media screen and (max-width: 767px) {
  .list_topics {
    gap: 40px;
  }
}
.list_topics > li {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .list_topics > li {
    width: 100%;
  }
}

.card_topics {
  display: block;
}
.card_topics .image {
  display: block;
  overflow: hidden;
  aspect-ratio: 365/250;
  margin-bottom: 20px;
}
.card_topics .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card_topics .date {
  font-family: "Roboto", sans-serif;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .card_topics .date {
    font-size: 0.875rem;
    margin-right: 1em;
  }
}
.card_topics .category {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.5;
  border-radius: 50px;
  border: 2px solid #000;
  padding: 3px 1.5em;
}
.card_topics .ttl {
  margin-top: 8px;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.36;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  .card_topics .ttl {
    margin-top: 12px;
    font-size: 1.125rem;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  background: #fff;
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 var(--sideW);
}
.header__right {
  display: flex;
  align-items: center;
  gap: 30px;
  height: var(--headerHeight);
}
.header__logo {
  position: relative;
  z-index: 6;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 226px;
  }
}
.header .btn_cmn_01 {
  width: 250px;
}

.recruit_header {
  background-color: #fff;
}

@media screen and (max-width: 1279px) {
  .recruit_nav {
    display: none;
  }
}
.recruit_nav .btn_cmn_01 {
  margin-left: auto;
  margin-bottom: 10px;
}
.recruit_nav nav ul {
  display: flex;
  gap: 2em;
}
.recruit_nav nav ul li a {
  font-size: 1.125rem;
  font-weight: 700;
}
.recruit_nav nav ul li a:hover {
  text-decoration: underline;
}

.footer {
  padding-bottom: 60px;
}
.footer .inner_l {
  display: flex;
  flex-wrap: wrap;
  gap: 0 5%;
  align-items: center;
}
.footer .image {
  margin-bottom: 50px;
  width: 100%;
  display: block;
  overflow: hidden;
  aspect-ratio: 1360/600;
}
@media screen and (max-width: 767px) {
  .footer .image {
    aspect-ratio: unset;
    height: 430px;
    margin-bottom: 26px;
  }
}
.footer .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer .company_info {
  flex-grow: 1;
}
.footer .company_info .logo {
  max-width: 430px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .footer .company_info .logo {
    width: 266px;
    margin: 0 auto 13px;
  }
}
.footer .company_info .logo img {
  width: 100%;
  max-width: unset;
}
.footer .company_info address {
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .footer .company_info address {
    font-size: 0.8125rem;
    text-align: center;
    margin-bottom: 24px;
  }
}
.footer .link_parent {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 290px;
  height: 64px;
  border: 3px solid #000;
  font-weight: 500;
  background: #fff url(../images/ico_link_black.svg) no-repeat center right 14px/20px;
}
@media (hover: hover) {
  .footer .link_parent:hover {
    background: #000 url(../images/ico_link_white.svg) no-repeat center right 14px/20px;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .footer .link_parent {
    max-width: 258px;
    height: 50px;
    font-size: 0.875rem;
    background-position: center right 12px;
    background-size: 16px;
    margin: 0 auto;
  }
}
.footer .copyright {
  width: 100%;
  margin-top: 40px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 0.8375rem;
}
@media screen and (max-width: 767px) {
  .footer .copyright {
    font-size: 0.8125rem;
  }
}
.footer .grecaptcha_text {
  margin-top: 20px;
  width: 100%;
  font-size: 0.8125rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer .grecaptcha_text {
    font-size: 0.75rem;
  }
}

.home .section_wrap {
  padding-top: 190px;
}
@media screen and (max-width: 767px) {
  .home .section_wrap {
    padding-top: 72px;
  }
}

.top_fv {
  position: relative;
}
.top_fv .catch {
  position: absolute;
  bottom: 5px;
  left: 1vw;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 10.66vw;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .top_fv .catch {
    font-size: 16vw;
    line-height: 1.2;
    bottom: 160px;
    left: var(--sideW);
  }
}
.top_fv .catch .ja {
  position: relative;
  z-index: 1;
  color: #fff;
}
.top_fv .catch .en {
  font-family: "Roboto", sans-serif;
  font-size: 0.5em;
  font-weight: 400;
  letter-spacing: 0.06em;
  position: absolute;
  top: -1vw;
  left: 0;
  width: 100%;
  text-align: center;
  color: #B0B9BC;
}
@media screen and (max-width: 767px) {
  .top_fv .catch .en {
    position: static;
    font-size: 0.33em;
    color: #fff;
    margin-top: 10px;
  }
}
.top_fv a[href="#scroll"] {
  position: absolute;
  bottom: 44px;
  right: var(--sideW);
  font-family: "Bebas Neue", sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0.08em;
  color: #fff;
}
.top_fv a[href="#scroll"]:before {
  content: "";
  display: block;
  width: 18px;
  aspect-ratio: 18/43;
  background: url(../images/ico_scroll.svg) no-repeat center/contain;
  margin: 0 auto 12px;
}
@media screen and (max-width: 767px) {
  .top_fv a[href="#scroll"] {
    bottom: 62px;
    font-size: 0.75rem;
    right: 50%;
    transform: translateX(50%);
  }
  .top_fv a[href="#scroll"]:before {
    width: 12px;
    margin-bottom: 8px;
  }
}

.top_fv_slider .splide__slide {
  display: block;
  overflow: hidden;
  position: relative;
}
.top_fv_slider .splide__slide:after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100vh - var(--headerHeight));
}
.top_fv_slider .splide__slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .top_fv_slider .splide__slide img {
    -o-object-position: bottom center;
       object-position: bottom center;
  }
}
.top_fv_slider .splide__pagination {
  display: block;
  left: unset;
  bottom: 50%;
  right: var(--sideW);
  transform: translate(50%, 50%);
}
.top_fv_slider .splide__pagination > li {
  display: block;
  margin-bottom: 16px;
}
.top_fv_slider .splide__pagination > li:last-child {
  margin-bottom: 0;
}
.top_fv_slider .splide__pagination > li button {
  opacity: 1 !important;
  background-color: #fff;
  width: 14px;
  height: auto;
  aspect-ratio: 1/1;
  margin: 0;
}
.top_fv_slider .splide__pagination > li button.is-active {
  transform: none !important;
  position: relative;
}
.top_fv_slider .splide__pagination > li button.is-active:before {
  content: "";
  display: block;
  width: 26px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  top: -6px;
  left: -6px;
}

.top_lead {
  margin-bottom: 100px;
  position: relative;
}
.top_lead:before {
  content: "";
  display: block;
  width: 338px;
  aspect-ratio: 338/297;
  background: url(../images/needle_01.svg) no-repeat center/contain;
  position: absolute;
  z-index: 2;
  top: -205px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .top_lead:before {
    width: 155px;
    top: -85px;
  }
}
@media screen and (max-width: 767px) {
  .top_lead {
    margin-bottom: 65px;
  }
}
.top_lead .inner_s {
  position: relative;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .top_lead .inner_s {
    padding-top: 70px;
  }
}
.top_lead .inner_s:before {
  content: "";
  display: block;
  width: 88%;
  aspect-ratio: 896/473;
  background: url(../images/top_lead_00.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .top_lead .inner_s:before {
    width: 100%;
    aspect-ratio: 375/275;
    background: url(../images/top_lead_00.svg) no-repeat center/auto 100%;
  }
}
.top_lead h2 {
  position: relative;
  margin-bottom: 16px;
  text-align: center;
  font-size: 3.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.33;
}
@media screen and (max-width: 767px) {
  .top_lead h2 {
    font-size: 1.75rem;
    letter-spacing: 0.06em;
    font-feature-settings: "palt";
  }
}
.top_lead p {
  position: relative;
  text-align: center;
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .top_lead p {
    font-size: 0.8125rem;
    margin-bottom: 45px;
  }
}
.top_lead .images {
  display: flex;
}
.top_lead .images .image {
  width: 100%;
  display: block;
  overflow: hidden;
  aspect-ratio: 420/250;
}
@media screen and (max-width: 767px) {
  .top_lead .images .image {
    aspect-ratio: 1/1;
  }
}
.top_lead .images .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_lead .images.images_01 {
  margin: 0 0 0 var(--extend);
}
@media screen and (max-width: 767px) {
  .top_lead .images.images_01 {
    padding-right: var(--sideW);
  }
}
.top_lead .images.images_02 {
  margin: 0 var(--extend) 0 0;
}
@media screen and (max-width: 767px) {
  .top_lead .images.images_02 {
    padding-left: var(--sideW);
  }
}
.top_lead .btn_cmn_01 {
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .top_lead .btn_cmn_01 {
    margin-top: 36px;
  }
}

.top_business {
  margin-bottom: 0;
  padding: 60px var(--sideW) 150px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_business {
    padding: 25px 0 30px;
    margin-bottom: 60px;
  }
}
.top_business:before {
  content: "";
  display: block;
  height: 100%;
  border-right: 1px dashed #000;
  position: absolute;
  top: 0;
  right: var(--sideW);
}
@media screen and (max-width: 767px) {
  .top_business:before {
    right: calc(var(--sideW) / 2);
  }
}
.top_business h2 {
  margin-bottom: 30px;
}
.top_business h2 + p {
  line-height: 2;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top_business h2 + p {
    font-size: 0.875rem;
    margin-bottom: 30px;
  }
}
.top_business ul {
  display: flex;
  gap: 4.28%;
}
@media screen and (max-width: 767px) {
  .top_business ul {
    flex-direction: column;
    gap: 42px;
  }
}
.top_business ul li {
  width: 100%;
}
.top_business ul li .image {
  display: block;
  overflow: hidden;
  aspect-ratio: 583/310;
}
@media screen and (max-width: 767px) {
  .top_business ul li .image {
    margin: 0 var(--extend);
  }
}
.top_business ul li .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_business ul li .texts {
  width: 91%;
  margin: -34px auto 0;
}
@media screen and (max-width: 767px) {
  .top_business ul li .texts {
    margin: -36px auto 0;
    width: 100%;
  }
}
.top_business ul li p {
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.38;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .top_business ul li p {
    font-size: 1.625rem;
  }
}
.top_business ul li p:after {
  margin-top: 16px;
  content: "";
  display: block;
  width: 112px;
  height: 2px;
  background: linear-gradient(90deg, rgb(28, 28, 28) 0%, rgb(28, 28, 28) 50%, rgb(95, 95, 95) 50%, rgb(95, 95, 95) 100%);
}
.top_business ul li a {
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 1.25em;
}
.top_business ul li a:after {
  content: "";
  display: block;
  width: 22px;
  aspect-ratio: 1/1;
  background: url(../images/ico_arrow_right_01_black.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .top_business ul li a {
    font-size: 0.875rem;
  }
}

.top_topics {
  background: #FAFAFA;
  padding: 70px 0 100px;
}
@media screen and (max-width: 767px) {
  .top_topics {
    padding: 60px 0 100px;
  }
}
.top_topics .ttl_cmn_02 {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .top_topics .ttl_cmn_02 {
    margin-bottom: 28px;
  }
}
.top_topics .btn_cmn_01 {
  margin: 36px auto 0;
}
@media screen and (max-width: 767px) {
  .top_topics .btn_cmn_01 {
    margin-top: 30px;
  }
}

.top_brand_story {
  background: url(../images/top_brand_story_01.jpg) no-repeat center/cover;
  position: relative;
  padding: 165px 0 230px;
  margin: 150px 0 0;
}
@media screen and (max-width: 767px) {
  .top_brand_story {
    padding: 80px 0 100px;
    margin: 94px 0 0;
  }
}
.top_brand_story:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(17, 78, 90, 0.51);
  position: absolute;
  top: 0;
  left: 0;
}
.top_brand_story:after {
  content: "";
  display: block;
  width: clamp(268px, 30vw, 500px);
  aspect-ratio: 500/262;
  background: url(../images/top_brand_story_02.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top_brand_story .inner_m {
  position: relative;
  color: #fff;
}
.top_brand_story h2 {
  writing-mode: vertical-rl;
  position: absolute;
  top: -90px;
  right: var(--sideW);
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
}
.top_brand_story h2:before {
  content: "- ";
}
@media screen and (max-width: 767px) {
  .top_brand_story h2 {
    writing-mode: unset;
    position: static;
    text-align: center;
    margin-bottom: 24px;
  }
}
.top_brand_story .catch {
  text-align: center;
  font-size: 2.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.32;
  margin-bottom: 34px;
}
@media screen and (max-width: 767px) {
  .top_brand_story .catch {
    font-size: 1.75rem;
    line-height: 1.57;
    font-feature-settings: "palt";
    margin-bottom: 22px;
  }
}
.top_brand_story .text {
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .top_brand_story .text {
    font-size: 0.875rem;
    line-height: 2.14;
  }
}
.top_brand_story + .footer {
  position: relative;
  margin-top: -130px;
}
@media screen and (max-width: 767px) {
  .top_brand_story + .footer {
    margin-top: -60px;
  }
}

.corporate_hero {
  position: relative;
}
.corporate_hero .image {
  display: block;
  overflow: hidden;
  height: 404px;
  margin: 0 var(--extend);
}
@media screen and (max-width: 767px) {
  .corporate_hero .image {
    height: 280px;
  }
}
.corporate_hero .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.corporate_hero .catch {
  position: absolute;
  top: 280px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 2vw;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .corporate_hero .catch {
    top: 180px;
    font-size: 20px;
  }
}
.corporate_hero .breadcrumb {
  position: absolute;
  top: 0;
}
.corporate_hero h1 {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 1em 0 38px var(--sideW);
  position: relative;
}
@media screen and (max-width: 767px) {
  .corporate_hero h1 {
    font-size: 2.1rem;
    padding: 0.5em 0 0.375em var(--sideW);
  }
}
.corporate_hero h1:before {
  content: "";
  display: block;
  width: 2px;
  height: calc(100% + 80px);
  background: linear-gradient(180deg, rgb(28, 28, 28) 0%, rgb(28, 28, 28) 56px, rgb(95, 95, 95) 56px, rgb(95, 95, 95) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.corporate_hero h1:after {
  content: attr(data-en);
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  vertical-align: middle;
  margin-left: 25px;
}
@media screen and (max-width: 767px) {
  .corporate_hero h1:after {
    display: block;
    font-size: 0.875rem;
    margin: 10px 0 0 0;
  }
}

.recruit_child_hero {
  position: relative;
}
.recruit_child_hero .image {
  display: block;
  overflow: hidden;
  height: 404px;
  margin: 0 var(--extend);
}
@media screen and (max-width: 767px) {
  .recruit_child_hero .image {
    height: 280px;
  }
}
.recruit_child_hero .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit_child_hero .breadcrumb {
  position: absolute;
  top: 404px;
}
@media screen and (max-width: 767px) {
  .recruit_child_hero .breadcrumb {
    position: static;
  }
}
.recruit_child_hero h1,
.recruit_child_hero .ttl {
  margin: -46px 0 0;
}
@media screen and (max-width: 767px) {
  .recruit_child_hero h1,
  .recruit_child_hero .ttl {
    margin: -32px 0 0;
  }
}
.recruit_child_hero h1 span,
.recruit_child_hero .ttl span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  background-color: #fff;
  border: 3px solid #000;
  padding: 3px 0.5em 8px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit_child_hero h1 span,
  .recruit_child_hero .ttl span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 375px) {
  .recruit_child_hero h1 span,
  .recruit_child_hero .ttl span {
    font-size: 1.8rem;
  }
}
.recruit_child_hero h1:after,
.recruit_child_hero .ttl:after {
  position: relative;
  margin: -10px 0 0 30px;
  background-color: #fff;
  border: 3px solid #000;
  content: attr(data-en);
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding: 3px 0.5em;
}
@media screen and (max-width: 767px) {
  .recruit_child_hero h1:after,
  .recruit_child_hero .ttl:after {
    font-size: 0.875rem;
  }
}

.company_sec_01 .inner_m {
  display: flex;
  gap: 3.78%;
  background: url(../images/company_sec_01_01.svg) no-repeat center/73.44%;
}
@media screen and (max-width: 767px) {
  .company_sec_01 .inner_m {
    flex-direction: column;
    background: none;
    gap: 2.5rem;
  }
}
.company_sec_01 .inner_m .texts {
  flex-grow: 1;
  padding-top: 8.52%;
}
@media screen and (max-width: 767px) {
  .company_sec_01 .inner_m .texts {
    padding-top: 0;
  }
}
.company_sec_01 .inner_m .image {
  flex-shrink: 0;
  width: 39.75%;
}
@media screen and (max-width: 767px) {
  .company_sec_01 .inner_m .image {
    width: 100%;
  }
}
.company_sec_01 .para {
  font-size: 0.9375rem;
  line-height: 2;
}
.company_sec_01 .para p {
  margin-bottom: 1.5em;
}
.company_sec_01 .para p:last-child {
  margin-bottom: 0;
}
.company_sec_01 .name {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .company_sec_01 .name {
    width: 75%;
    margin-left: auto;
  }
}

.company_sec_02 {
  background-color: #FAFAFA;
  padding: 134px 0 196px;
  position: relative;
}
.company_sec_02:before {
  content: "";
  display: block;
  width: 214px;
  aspect-ratio: 338/297;
  background: url(../images/needle_01.svg) no-repeat center/contain;
  position: absolute;
  z-index: 2;
  top: -94px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .company_sec_02:before {
    width: 120px;
    top: -45px;
  }
}
@media screen and (max-width: 767px) {
  .company_sec_02 {
    padding: 80px 0;
  }
}
.company_sec_02 h2 {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 26px;
}
.company_sec_02 h2:before {
  content: "｜";
  margin-right: 1em;
}
.company_sec_02 h2:after {
  content: "｜";
  margin-left: 1em;
}
.company_sec_02 .content_01 {
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .company_sec_02 .content_01 {
    margin-bottom: 50px;
  }
}
.company_sec_02 .content_01 p {
  text-align: center;
  font-size: 2.625rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .company_sec_02 .content_01 p {
    font-size: 1.6em;
    line-height: 1.5;
    font-feature-settings: "palt";
  }
}
.company_sec_02 .content_02 {
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .company_sec_02 .content_02 {
    margin-bottom: 50px;
  }
}
.company_sec_02 .content_02 p {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .company_sec_02 .content_02 p {
    font-size: 1.125em;
  }
}
.company_sec_02 .content_03 {
  background-color: #fff;
  padding: 60px 8.36%;
}
@media screen and (max-width: 767px) {
  .company_sec_02 .content_03 {
    padding: 50px var(--sideW);
  }
}
.company_sec_02 .content_03 ul li {
  font-size: 1.125rem;
  font-weight: 500;
  text-indent: -2em;
  padding-left: 2em;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 767px) {
  .company_sec_02 .content_03 ul li {
    font-size: 1rem;
  }
}
.company_sec_02 .content_03 ul li:last-child {
  margin-bottom: 0;
}
.company_sec_02 .content_03 ul li:before {
  content: "一、";
}

.grid_cmn_01 {
  display: flex;
  align-items: flex-start;
  gap: 4.5%;
}
@media screen and (max-width: 767px) {
  .grid_cmn_01 {
    flex-direction: column;
  }
}
.grid_cmn_01 .texts {
  flex-shrink: 0;
  width: 61.48%;
}
@media screen and (max-width: 767px) {
  .grid_cmn_01 .texts {
    width: 100%;
  }
}
.grid_cmn_01 .image {
  flex-grow: 1;
  margin: -240px var(--extend) 0 0;
  display: block;
  overflow: hidden;
  height: 720px;
}
@media screen and (max-width: 767px) {
  .grid_cmn_01 .image {
    height: auto;
    aspect-ratio: 3/2;
    margin: 60px var(--extend) 0;
  }
}
.grid_cmn_01 .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.company_sec_03 h2,
.company_sec_06 h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .company_sec_03 h2,
  .company_sec_06 h2 {
    margin-bottom: 30px;
  }
}
.company_sec_03 dl .item,
.company_sec_06 dl .item {
  display: flex;
  align-items: baseline;
  padding: 25px 0;
  border-bottom: 1px solid #000;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .company_sec_03 dl .item,
  .company_sec_06 dl .item {
    flex-direction: column;
  }
}
.company_sec_03 dl .item dt,
.company_sec_06 dl .item dt {
  flex-shrink: 0;
  width: 189px;
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .company_sec_03 dl .item dt,
  .company_sec_06 dl .item dt {
    width: 100%;
    margin-bottom: 0.5em;
  }
}
.company_sec_03 dl .item dd,
.company_sec_06 dl .item dd {
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .company_sec_03 dl .item dd,
  .company_sec_06 dl .item dd {
    font-size: 0.9375rem;
  }
}
.company_sec_03 dl .item dd .list_maru > li,
.company_sec_06 dl .item dd .list_maru > li {
  margin-bottom: 0.25em;
}
.company_sec_03 dl .item dd .list_maru > li:last-child,
.company_sec_06 dl .item dd .list_maru > li:last-child {
  margin-bottom: 0;
}

.company_sec_04 h2 {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .company_sec_04 h2 {
    margin-bottom: 50px;
  }
}
.company_sec_04 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 5%;
}
.company_sec_04 ul li {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .company_sec_04 ul li {
    width: 100%;
  }
}
.company_sec_04 ul li .name {
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  margin-bottom: 30px;
}
.company_sec_04 ul li .name:after {
  content: "";
  display: block;
  width: 66px;
  height: 2px;
  background: linear-gradient(90deg, rgb(28, 28, 28) 0%, rgb(28, 28, 28) 50%, rgb(95, 95, 95) 50%, rgb(95, 95, 95) 100%);
  margin-top: 13px;
}
.company_sec_04 ul li .image {
  display: block;
  overflow: hidden;
  aspect-ratio: 365/266;
}
.company_sec_04 ul li .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.company_sec_04 ul li .address {
  padding-top: 20px;
  font-size: 0.875rem;
}
.company_sec_04 ul li .address a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 38px;
  background: #1C1C1C url(../images/ico_arrow_right_01_white.svg) no-repeat center right 6px/10px;
  color: #fff;
  font-size: 0.8125rem;
  margin: 20px 0 0;
}
@media screen and (min-width: 768px) {
  .company_sec_04 ul li:first-child {
    width: 100%;
    position: relative;
  }
  .company_sec_04 ul li:first-child:before {
    content: "Head Office";
    display: block;
    color: #F2F2F2;
    font-family: "Roboto", sans-serif;
    font-size: 5rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1;
    position: absolute;
    top: -5px;
    right: 0;
  }
  .company_sec_04 ul li:first-child .name:after {
    width: 142px;
  }
  .company_sec_04 ul li:first-child .image {
    aspect-ratio: 1220/413;
  }
  .company_sec_04 ul li:first-child .address {
    font-size: 1rem;
    position: relative;
  }
  .company_sec_04 ul li:first-child .address a {
    width: 223px;
    height: 53px;
    font-size: 1rem;
    background: #1C1C1C url(../images/ico_arrow_right_01_white.svg) no-repeat center right 9px/13px;
    margin: 0;
    position: absolute;
    top: 0;
    right: 3.27%;
    transform: translateY(-50%);
  }
}

.company_sec_05 {
  background-color: #FAFAFA;
  padding: 100px 0 250px;
}
@media screen and (max-width: 767px) {
  .company_sec_05 {
    padding: 80px 0;
  }
}
.company_sec_05 h2 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .company_sec_05 h2 {
    margin-bottom: 50px;
  }
}
.company_sec_05 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 3.28%;
}
.company_sec_05 ul li {
  width: 100%;
  background-color: #fff;
  padding: 62px 4.75%;
  margin-bottom: 40px;
  display: flex;
  align-items: flex-start;
  gap: 1.88%;
}
@media screen and (max-width: 767px) {
  .company_sec_05 ul li {
    flex-direction: column;
    padding: 45px var(--sideW) var(--sideW);
    gap: 20px;
  }
}
.company_sec_05 ul li:nth-child(n+3) {
  width: 48.36%;
  margin-bottom: 0;
  flex-direction: column-reverse;
}
.company_sec_05 ul li:nth-child(n+3) .image {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .company_sec_05 ul li:nth-child(n+3) {
    width: 100%;
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.company_sec_05 ul li:last-child {
  margin-bottom: 0 !important;
}
.company_sec_05 ul li .text {
  flex-grow: 1;
}
.company_sec_05 ul li .text .name {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.28;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .company_sec_05 ul li .text .name {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .company_sec_05 ul li .text .address {
    font-size: 0.875rem;
  }
}
.company_sec_05 ul li .text a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 232px;
  height: 50px;
  border: 3px solid #000;
  border-radius: 100px;
  font-size: 0.875rem;
  font-weight: 500;
  background: #fff url(../images/ico_link_black.svg) no-repeat center right 12px/17px;
  margin-top: 27px;
}
@media screen and (max-width: 767px) {
  .company_sec_05 ul li .text a {
    margin-bottom: 20px;
  }
}
.company_sec_05 ul li .image {
  flex-shrink: 0;
  width: 29.01%;
  display: block;
  overflow: hidden;
  aspect-ratio: 320/212;
}
@media screen and (max-width: 767px) {
  .company_sec_05 ul li .image {
    width: 100%;
  }
}
.company_sec_05 ul li .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.company_sec_05 ul li .map {
  flex-shrink: 0;
  width: 29.01%;
  display: block;
  overflow: hidden;
  aspect-ratio: 320/212;
}
@media screen and (max-width: 767px) {
  .company_sec_05 ul li .map {
    width: 100%;
  }
}
.company_sec_05 ul li .map iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.business_hero {
  position: relative;
}
.business_hero .image {
  display: block;
  overflow: hidden;
  height: 100vh;
  margin: 0 var(--extend);
}
.business_hero .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.business_hero .breadcrumb {
  position: absolute;
  top: var(--headerHeight);
  width: 100%;
  padding: 26px var(--sideW);
  text-align: right;
  font-size: 0.875rem;
  color: #fff;
}
.business_hero h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .business_hero h1 {
    font-size: 2.4rem;
  }
}
.business_hero h1:after {
  content: attr(data-en);
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  vertical-align: middle;
  display: block;
}
@media screen and (max-width: 767px) {
  .business_hero h1:after {
    font-size: 0.875rem;
    margin: 10px 0 0 0;
  }
}

.business_sec_01 {
  text-align: center;
  padding-top: 2.5em;
}
@media screen and (max-width: 767px) {
  .business_sec_01 {
    padding-top: 0;
  }
}
.business_sec_01 h2 {
  font-size: 2.375rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.57;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .business_sec_01 h2 {
    font-size: 1.9rem;
  }
}
.business_sec_01 .para {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .business_sec_01 .para {
    font-size: 1rem;
  }
}
.business_sec_01 .para p {
  margin-bottom: 2em;
}
.business_sec_01 .para p:last-child {
  margin-bottom: 0;
}

.business_sec_02,
.business_sec_03 {
  padding-bottom: 80px;
  background: linear-gradient(0deg, rgb(250, 250, 250) 0%, rgb(250, 250, 250) 62%, rgba(95, 95, 95, 0) 62%, rgba(95, 95, 95, 0) 100%);
}
@media screen and (max-width: 767px) {
  .business_sec_02,
  .business_sec_03 {
    background: #FAFAFA;
  }
}
.business_sec_02 .inner_l,
.business_sec_03 .inner_l {
  display: flex;
  align-items: flex-start;
  gap: 5.8%;
}
@media screen and (max-width: 767px) {
  .business_sec_02 .inner_l,
  .business_sec_03 .inner_l {
    flex-direction: column-reverse;
  }
}
.business_sec_02 .inner_l .texts,
.business_sec_03 .inner_l .texts {
  flex-shrink: 0;
  width: 50%;
  padding: 10% 0 0 var(--sideW);
}
@media screen and (max-width: 767px) {
  .business_sec_02 .inner_l .texts,
  .business_sec_03 .inner_l .texts {
    width: 100%;
    padding: 2em 0 0;
  }
}
.business_sec_02 .inner_l .image,
.business_sec_03 .inner_l .image {
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .business_sec_02 .inner_l .image,
  .business_sec_03 .inner_l .image {
    margin: 0 var(--extend);
  }
}
.business_sec_02 h2,
.business_sec_03 h2 {
  font-size: 2.375rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.57;
  margin-bottom: 32px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .business_sec_02 h2,
  .business_sec_03 h2 {
    font-size: 1.9rem;
    padding-bottom: 0.5em;
  }
}
.business_sec_02 h2:before,
.business_sec_03 h2:before {
  content: "";
  display: block;
  width: 2px;
  height: calc(100% + 120px);
  background: linear-gradient(180deg, rgb(28, 28, 28) 0%, rgb(28, 28, 28) 50%, rgb(95, 95, 95) 50%, rgb(95, 95, 95) 100%);
  position: absolute;
  bottom: 0;
  left: calc(var(--sideW) / -2);
}
.business_sec_02 .para,
.business_sec_03 .para {
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .business_sec_02 .para,
  .business_sec_03 .para {
    font-size: 0.9375rem;
  }
}
.business_sec_02 .para p,
.business_sec_03 .para p {
  margin-bottom: 1.8em;
}
.business_sec_02 .para p:last-child,
.business_sec_03 .para p:last-child {
  margin-bottom: 0;
}

.business_sec_04 h2 {
  margin-bottom: 60px;
}
.business_sec_04 .list_product > li {
  margin-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2%;
}
@media screen and (max-width: 767px) {
  .business_sec_04 .list_product > li {
    margin-bottom: 80px;
  }
}
.business_sec_04 .list_product > li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .business_sec_04 .list_product > li {
    flex-direction: column;
    gap: 0;
  }
}
.business_sec_04 .list_product > li .text {
  width: 48%;
  padding: 6.64% 0 0;
}
@media screen and (max-width: 767px) {
  .business_sec_04 .list_product > li .text {
    width: 100%;
    order: 2;
    padding-top: 2em;
  }
}
.business_sec_04 .list_product > li .text h3 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .business_sec_04 .list_product > li .text h3 {
    margin-bottom: 20px;
  }
}
.business_sec_04 .list_product > li .text h3 span {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .business_sec_04 .list_product > li .text h3 span {
    font-size: 1.6em;
  }
}
.business_sec_04 .list_product > li .text h3 span:after {
  content: "PRODUCT";
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .business_sec_04 .list_product > li .text h3 span:after {
    font-size: 0.875rem;
  }
}
.business_sec_04 .list_product > li .text h3:after {
  content: "";
  display: block;
  width: 112px;
  height: 2px;
  background: linear-gradient(90deg, rgb(28, 28, 28) 0%, rgb(28, 28, 28) 50%, rgb(95, 95, 95) 50%, rgb(95, 95, 95) 100%);
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .business_sec_04 .list_product > li .text h3:after {
    margin-top: 20px;
  }
}
.business_sec_04 .list_product > li .text p {
  font-size: 0.9375rem;
}
.business_sec_04 .list_product > li .image {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .business_sec_04 .list_product > li .image {
    width: 100%;
    order: 1;
  }
}
.business_sec_04 .list_product > li .scene {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .business_sec_04 .list_product > li .scene {
    order: 3;
    margin-top: 40px;
  }
}
.business_sec_04 .list_product > li .scene dt {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .business_sec_04 .list_product > li .scene dt {
    font-size: 0.9375rem;
    text-align: center;
    margin-bottom: 14px;
  }
}
.business_sec_04 .list_product > li .scene dt:before {
  content: "＼";
}
.business_sec_04 .list_product > li .scene dt:after {
  content: "／";
}
.business_sec_04 .list_product > li .scene dd ul:first-child {
  display: flex;
  gap: 2%;
}
@media screen and (max-width: 767px) {
  .business_sec_04 .list_product > li .scene dd ul:first-child {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.business_sec_04 .list_product > li .scene dd ul:first-child > li {
  width: 100%;
  display: block;
  overflow: hidden;
  aspect-ratio: 284/182;
}
@media screen and (max-width: 767px) {
  .business_sec_04 .list_product > li .scene dd ul:first-child > li {
    width: calc(50% - 5px);
  }
}
.business_sec_04 .list_product > li .scene dd ul:first-child > li img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.business_sec_04 .list_product > li .scene dd ul:nth-child(2) {
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .business_sec_04 .list_product > li .scene dd ul:nth-child(2) {
    font-size: 0;
  }
}
.business_sec_04 .list_product > li .scene dd ul:nth-child(2) li {
  display: inline;
  padding: 0;
  margin-right: 1em;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .business_sec_04 .list_product > li .scene dd ul:nth-child(2) li {
    display: inline-block;
    padding-left: 1em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .business_sec_04 .list_product > li .scene dd ul:nth-child(2) li {
    font-size: 0.8125rem;
  }
}

.link_to_product {
  display: flex;
  align-items: flex-end;
  width: 100%;
  max-width: 806px;
  height: 240px;
  border-radius: 15px;
  background: url(../images/link_to_product.jpg) no-repeat center/cover;
  padding: 20px 30px;
  margin: 100px auto 0;
}
.link_to_product span {
  color: #fff;
  font-size: 1.625rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 11px;
}
.link_to_product span:after {
  content: "";
  display: block;
  width: 28px;
  aspect-ratio: 1/1;
  background: url(../images/ico_arrow_right_01_white.svg) no-repeat center/contain;
}

.txt_policy {
  line-height: 1.875;
  margin-bottom: 4.5em;
}
@media screen and (max-width: 767px) {
  .txt_policy {
    font-size: 0.9375rem;
    margin-bottom: 50px;
  }
}

.dlist_policy_inner {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .dlist_policy_inner {
    margin-bottom: 50px;
  }
}
.dlist_policy_inner:last-child {
  margin-bottom: 0;
}
.dlist_policy dt {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .dlist_policy dt {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
.dlist_policy dt:after {
  content: "";
  display: block;
  width: 76px;
  height: 2px;
  background: linear-gradient(90deg, rgb(28, 28, 28) 0%, rgb(28, 28, 28) 50%, rgb(95, 95, 95) 50%, rgb(95, 95, 95) 100%);
  margin-top: 20px;
}
.dlist_policy dd {
  font-size: 0.9375rem;
  line-height: 2;
}
.dlist_policy dd ul {
  margin-top: 1em;
}
.dlist_policy dd ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.dlist_policy dd ul li::before {
  content: "・";
}
.dlist_policy dd a {
  text-decoration: underline;
}

.dlist_attention {
  margin-top: 5rem;
  background-color: #FAFAFA;
  padding: 50px 4.43%;
}
@media screen and (max-width: 767px) {
  .dlist_attention {
    margin: 60px var(--extend) 0;
    padding: 60px var(--sideW);
  }
}
.dlist_attention dt {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  border-top: 1px dashed #000;
  border-bottom: 1px dashed #000;
  padding: 1rem 0;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .dlist_attention dt {
    font-size: 1.25rem;
  }
}
.dlist_attention dd {
  font-size: 0.9375rem;
  line-height: 2;
  margin-bottom: 40px;
}
.dlist_attention dd:last-child {
  margin-bottom: 0;
}

.topics_nav {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .topics_nav {
    margin-bottom: 50px;
  }
}
.topics_nav dl {
  display: flex;
  align-items: baseline;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .topics_nav dl {
    flex-direction: column;
    gap: 20px;
  }
  .topics_nav dl:not(:last-child) {
    margin-bottom: 20px;
  }
}
.topics_nav dt {
  flex-shrink: 0;
  width: 136px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.topics_nav dt:after {
  content: ":";
}
.topics_nav dd {
  flex-grow: 1;
}
.topics_nav dd ul {
  font-size: 0;
}
.topics_nav dd ul li {
  display: inline-block;
  margin: 0 28px 28px 0;
}
@media screen and (max-width: 767px) {
  .topics_nav dd ul li {
    margin: 0 20px 20px 0;
  }
}
.topics_nav dd ul li a {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 41px;
  padding: 0 2em;
  border-radius: 50px;
  background-color: #FAFAFA;
  font-size: 1.125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .topics_nav dd ul li a {
    font-size: 0.875rem;
    height: 34px;
  }
}
.topics_nav dd ul li a:after {
  content: attr(data-num);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #5F5F5F;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  position: absolute;
  top: -8px;
  right: -10px;
}
@media screen and (max-width: 767px) {
  .topics_nav dd ul li a:after {
    font-size: 0.75rem;
  }
}
@media (hover: hover) {
  .topics_nav dd ul li a:hover {
    background-color: #000;
    color: #fff;
  }
}
.topics_nav dd ul li a.current, .topics_nav dd ul li a[aria-current=page] {
  background-color: #000;
  color: #fff;
}

.single-post .l_container_wrap {
  padding-top: var(--headerHeight);
}
.single-post .topics_nav {
  margin-top: 60px;
}

.post_hero {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .post_hero {
    margin-top: 0;
  }
}
.post_hero .inner_l {
  display: flex;
  align-items: center;
  gap: 4.5%;
}
@media screen and (max-width: 767px) {
  .post_hero .inner_l {
    flex-direction: column-reverse;
    gap: 30px;
  }
}
.post_hero .inner_l .texts {
  flex-grow: 1;
  padding-left: var(--sideW);
  position: relative;
}
@media screen and (max-width: 767px) {
  .post_hero .inner_l .texts {
    width: 100%;
    padding-bottom: 30px;
  }
}
.post_hero .inner_l .texts:before {
  content: "";
  display: block;
  width: 2px;
  height: 240px;
  background: linear-gradient(180deg, rgb(28, 28, 28) 0%, rgb(28, 28, 28) 56px, rgb(95, 95, 95) 56px, rgb(95, 95, 95) 100%);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .post_hero .inner_l .texts:before {
    top: unset;
    bottom: 0;
    transform: none;
    height: calc(100% + 54px);
    background: linear-gradient(180deg, rgb(28, 28, 28) 0%, rgb(28, 28, 28) 20%, rgb(95, 95, 95) 20%, rgb(95, 95, 95) 100%);
  }
}
.post_hero .inner_l .image {
  flex-shrink: 0;
  width: 50%;
  display: block;
  overflow: hidden;
  aspect-ratio: 610/418;
}
@media screen and (max-width: 767px) {
  .post_hero .inner_l .image {
    width: auto;
    margin: 0 var(--extend);
  }
}
.post_hero .inner_l .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post_hero .date {
  font-family: "Roboto", sans-serif;
  margin-right: 1em;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .post_hero .date {
    font-size: 1rem;
    margin-right: 1em;
  }
}
.post_hero .category {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.5;
  border-radius: 50px;
  border: 2px solid #000;
  padding: 3px 1.5em;
}
.post_hero .ttl {
  margin-top: 16px;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.36;
}
@media screen and (max-width: 767px) {
  .post_hero .ttl {
    margin-top: 12px;
    font-size: 1.8rem;
  }
}

.related {
  margin: 100px 0 0;
}
.related h2 {
  margin-bottom: 40px;
}

.environment_sec_01 h2 {
  font-size: 1.5rem;
  font-weight: 700;
  padding-left: 62px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .environment_sec_01 h2 {
    font-size: 1.25rem;
    padding-left: 40px;
  }
}
.environment_sec_01 h2:before {
  content: "";
  display: block;
  width: 100%;
  max-width: 370px;
  aspect-ratio: 370/126;
  background: url(../images/environment_sec_01_00.svg) no-repeat top left/contain;
  margin-left: -62px;
}
@media screen and (max-width: 767px) {
  .environment_sec_01 h2:before {
    max-width: 200px;
    margin-left: -40px;
  }
}
.environment_sec_01 ul {
  counter-reset: number 0;
}
.environment_sec_01 ul li {
  counter-increment: number 1;
  display: flex;
  align-items: flex-start;
  gap: 5.7%;
  margin-bottom: 5rem;
  padding-bottom: 4.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .environment_sec_01 ul li {
    flex-direction: column;
    gap: 20px;
    padding-bottom: 0;
    margin-bottom: 3.75rem;
  }
}
.environment_sec_01 ul li:before {
  content: "";
  display: block;
  width: 100vw;
  height: 55%;
  background: #FAFAFA;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .environment_sec_01 ul li:before {
    content: none;
  }
}
.environment_sec_01 ul li:last-child {
  margin-bottom: 0;
}
.environment_sec_01 ul li .texts {
  position: relative;
  flex-shrink: 0;
  width: 50%;
  padding: 3.77% 0 0;
}
@media screen and (max-width: 767px) {
  .environment_sec_01 ul li .texts {
    width: 100%;
  }
}
.environment_sec_01 ul li .texts:before {
  content: "FEATURE 0" counter(number);
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #000;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .environment_sec_01 ul li .texts:before {
    font-size: 1rem;
    margin-bottom: 20px;
  }
}
.environment_sec_01 ul li .texts h3 {
  font-size: 2.375rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .environment_sec_01 ul li .texts h3 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
.environment_sec_01 ul li .texts p {
  letter-spacing: 0.06em;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .environment_sec_01 ul li .texts p {
    font-size: 0.9375rem;
  }
}
.environment_sec_01 ul li .image {
  position: relative;
  flex-grow: 1;
}
.environment_sec_01 ul li:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .environment_sec_01 ul li:nth-child(even) {
    flex-direction: column;
  }
}

.grid_cmn_02 {
  display: flex;
  gap: 6.28%;
}
@media screen and (max-width: 767px) {
  .grid_cmn_02 {
    flex-direction: column;
    gap: 60px;
  }
}
.grid_cmn_02 .left {
  padding: 6.15% 0 0;
  flex-shrink: 0;
  width: 37.7%;
}
@media screen and (max-width: 767px) {
  .grid_cmn_02 .left {
    width: 100%;
  }
}
.grid_cmn_02 .left .catch {
  font-size: 3.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.33;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .grid_cmn_02 .left .catch {
    font-size: 1.8rem;
  }
}
.grid_cmn_02 .left .para {
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .grid_cmn_02 .left .para {
    font-size: 0.9375rem;
  }
}
.grid_cmn_02 .left .para p {
  margin-bottom: 1em;
}
.grid_cmn_02 .left .para p:last-child {
  margin-bottom: 0;
}
.grid_cmn_02 .right {
  width: 100%;
}

.content_link {
  margin-top: 38px;
  position: sticky;
  top: var(--headerHeight);
}
.content_link li {
  margin-bottom: 22px;
}
.content_link li:last-child {
  margin-bottom: 0;
}
.content_link li a {
  display: block;
  width: 100%;
  max-width: 338px;
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
  padding: 1em;
  background-color: #fff;
  border: 1px solid #000;
  position: relative;
}
.content_link li a:after {
  content: "";
  display: block;
  width: 25px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #fff;
  background: #fff url(../images/ico_arrow_right_02.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .content_link li a:after {
    transform: translateY(-50%) rotate(90deg);
  }
}
@media (hover: hover) {
  .content_link li a:hover {
    background: #000;
    color: #fff;
  }
}

.list_education li {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .list_education li {
    margin-bottom: 50px;
  }
}
.list_education li:last-child {
  margin-bottom: 0;
}
.list_education li .image {
  display: block;
  overflow: hidden;
  height: 366px;
  border-radius: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .list_education li .image {
    border-radius: 0px;
    height: auto;
    aspect-ratio: 100/53;
    margin: 0 var(--extend) 20px;
  }
}
.list_education li .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.list_education li h3 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .list_education li h3 {
    font-size: 1.4rem;
    margin-bottom: 16px;
  }
}
.list_education li p {
  font-size: 0.9375rem;
}

.list_welfare > li {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .list_welfare > li {
    margin-bottom: 3.75rem;
  }
}
.list_welfare > li:last-child {
  margin-bottom: 0;
}
.list_welfare > li > h3 {
  font-size: 1.75rem;
  font-weight: 700;
  padding-bottom: 1rem;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_welfare > li > h3 {
    font-size: 1.4rem;
  }
}
.list_welfare > li > h3:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, rgb(28, 28, 28) 0%, rgb(28, 28, 28) 145px, rgb(95, 95, 95) 145px, rgb(95, 95, 95) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}

.welfare_content_01 .mark {
  background-color: #F2F2F2;
  border-radius: 10px;
  padding: 53px 0;
  margin-bottom: 30px;
}
.welfare_content_01 .mark img {
  display: block;
  width: 31%;
  margin: 0 auto;
  mix-blend-mode: multiply;
}
.welfare_content_01 .mark + p {
  font-size: 0.9375rem;
  line-height: 1.86;
}

.list_ikukyu {
  margin-top: 40px;
}
.list_ikukyu li {
  margin-bottom: 40px;
  display: flex;
  align-items: flex-start;
  gap: 5.85%;
}
.list_ikukyu li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .list_ikukyu li {
    flex-direction: column;
    gap: 20px;
  }
}
.list_ikukyu li .image {
  flex-shrink: 0;
  width: 35.43%;
  display: block;
  overflow: hidden;
  aspect-ratio: 242/146;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .list_ikukyu li .image {
    width: 100%;
  }
}
.list_ikukyu li .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.list_ikukyu li .texts {
  flex-grow: 1;
}
.list_ikukyu li .texts h4 {
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .list_ikukyu li .texts h4 {
    font-size: 1.125em;
  }
}
.list_ikukyu li .texts p {
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .list_ikukyu li .texts p {
    font-size: 0.875rem;
  }
}

.ikukyu_voice {
  background-color: #FAFAFA;
  padding: 40px 6.58%;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .ikukyu_voice {
    margin: 50px var(--extend) 0;
    padding: 50px var(--sideW);
  }
}
.ikukyu_voice h4 {
  border-top: 1px dashed #000;
  border-bottom: 1px dashed #000;
  text-align: center;
  font-size: 1.375rem;
  padding: 0.75em 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .ikukyu_voice h4 {
    font-size: 1.125rem;
  }
}
.ikukyu_voice ul li {
  display: flex;
  align-items: flex-start;
  gap: 4.8%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .ikukyu_voice ul li {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-bottom: 40px;
  }
}
.ikukyu_voice ul li:last-child {
  margin-bottom: 0;
}
.ikukyu_voice ul li .image {
  flex-shrink: 0;
  width: 22%;
  display: block;
  overflow: hidden;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .ikukyu_voice ul li .image {
    width: 60%;
  }
}
.ikukyu_voice ul li .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ikukyu_voice ul li .texts {
  flex-grow: 1;
}
.ikukyu_voice ul li .name {
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .ikukyu_voice ul li .name {
    text-align: center;
    font-size: 1.125rem;
  }
}
.ikukyu_voice ul li p {
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .ikukyu_voice ul li p {
    font-size: 0.875rem;
  }
}

.welfare_content_02 .list_scheme > li {
  margin-bottom: 5em;
}
@media screen and (max-width: 767px) {
  .welfare_content_02 .list_scheme > li {
    margin-bottom: 60px;
  }
}
.welfare_content_02 .list_scheme > li:last-child {
  margin-bottom: 0;
}
.welfare_content_02 .list_scheme > li .image {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .welfare_content_02 .list_scheme > li .image {
    margin-bottom: 30px;
  }
}
.welfare_content_02 .list_scheme > li h3 {
  font-size: 1.375rem;
  font-weight: 700;
  padding: 0.75em 0;
  border-top: 1px dashed #000;
  border-bottom: 1px dashed #000;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .welfare_content_02 .list_scheme > li h3 {
    font-size: 1.25rem;
    margin-bottom: 16px;
  }
}
.welfare_content_02 .list_scheme > li h3 + p {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .welfare_content_02 .list_scheme > li h3 + p {
    font-size: 0.875rem;
    margin-bottom: 20px;
  }
}
.welfare_content_02 .list_scheme > li dl {
  margin-bottom: 2.5em;
}
.welfare_content_02 .list_scheme > li dl:last-child {
  margin-bottom: 0;
}
.welfare_content_02 .list_scheme > li dl dt {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.75em;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .welfare_content_02 .list_scheme > li dl dt {
    font-size: 1rem;
  }
}
.welfare_content_02 .list_scheme > li dl dt:after {
  content: "";
  display: block;
  width: 100%;
  max-width: 114px;
  height: 2px;
  background: linear-gradient(90deg, rgb(28, 28, 28) 0%, rgb(28, 28, 28) 50%, rgb(95, 95, 95) 50%, rgb(95, 95, 95) 100%);
  margin-top: 0.75em;
}
.welfare_content_02 .list_scheme > li dl dd {
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .welfare_content_02 .list_scheme > li dl dd {
    font-size: 0.875rem;
  }
}
.welfare_content_02 .list_scheme > li .list_dot {
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .welfare_content_02 .list_scheme > li .list_dot {
    font-size: 0.875rem;
  }
}

.list_activity li {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .list_activity li {
    margin-bottom: 40px;
  }
}
.list_activity li:last-child {
  margin-bottom: 0;
}
.list_activity li .image {
  display: block;
  overflow: hidden;
  height: 366px;
  border-radius: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .list_activity li .image {
    height: auto;
    aspect-ratio: 100/53;
    margin: 0 var(--extend) 20px;
    border-radius: 0;
  }
}
.list_activity li .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.list_activity li h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .list_activity li h3 {
    font-size: 1.2rem;
    margin-bottom: 16px;
  }
}
.list_activity li p {
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .list_activity li p {
    font-size: 0.875rem;
  }
}

.environment_sec_05 h2,
.recruit_sec_05 h2 {
  position: relative;
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.1;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .environment_sec_05 h2,
  .recruit_sec_05 h2 {
    font-size: 1.4rem;
  }
}
.environment_sec_05 h2 span,
.recruit_sec_05 h2 span {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.environment_sec_05 h2:before,
.recruit_sec_05 h2:before {
  content: attr(data-en);
  display: block;
  color: #F2F2F2;
  font-family: "Roboto", sans-serif;
  font-size: 6.25rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .environment_sec_05 h2:before,
  .recruit_sec_05 h2:before {
    margin: 0 var(--extend);
    font-size: 11vw;
  }
}
.environment_sec_05 .tab_btn,
.recruit_sec_05 .tab_btn {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 68px;
}
@media screen and (max-width: 767px) {
  .environment_sec_05 .tab_btn,
  .recruit_sec_05 .tab_btn {
    gap: 10px;
    margin-bottom: 40px;
  }
}
.environment_sec_05 .tab_btn button,
.recruit_sec_05 .tab_btn button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 232px;
  height: 65px;
  border: 1px solid #000;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767px) {
  .environment_sec_05 .tab_btn button,
  .recruit_sec_05 .tab_btn button {
    height: 50px;
    padding-right: 1em;
  }
}
.environment_sec_05 .tab_btn button:after,
.recruit_sec_05 .tab_btn button:after {
  content: "";
  display: block;
  width: 25px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #fff url(../images/ico_arrow_right_02.svg) no-repeat center/cover;
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%) rotate(90deg);
}
@media screen and (max-width: 767px) {
  .environment_sec_05 .tab_btn button:after,
  .recruit_sec_05 .tab_btn button:after {
    width: 20px;
  }
}
.environment_sec_05 .tab_btn button:hover, .environment_sec_05 .tab_btn button.js-active,
.recruit_sec_05 .tab_btn button:hover,
.recruit_sec_05 .tab_btn button.js-active {
  background: #000;
  color: #fff;
}
.environment_sec_05 .tab_contents .tab_content,
.recruit_sec_05 .tab_contents .tab_content {
  display: none;
}
.environment_sec_05 .tab_contents .tab_content.js-active,
.recruit_sec_05 .tab_contents .tab_content.js-active {
  display: block;
}

.list_job > li {
  margin-bottom: 50px;
}
.list_job > li:last-child {
  margin-bottom: 0;
}

.card_job {
  display: block;
}
.card_job .category {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .card_job .category {
    margin-bottom: 18px;
  }
}
.card_job .category li {
  font-size: 0.8125rem;
  font-weight: 500;
  background: #fff;
  border: 1px solid #000;
  border-radius: 50px;
  text-align: center;
  padding: 0.5em 20px;
}
@media screen and (max-width: 767px) {
  .card_job .category li {
    font-size: 0.75rem;
  }
}
.card_job .category li.cat_02 {
  background: #5F5F5F;
  border-color: #5F5F5F;
  color: #fff;
}
.card_job .category li.cat_03 {
  background-color: #000;
  color: #fff;
}
.card_job .ttl {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .card_job .ttl {
    font-size: 1.5rem;
    margin-bottom: 18px;
  }
}
.card_job .descr {
  font-size: 0.9375rem;
}

.entry_lead {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .entry_lead {
    font-size: 0.9375rem;
    margin-bottom: 50px;
  }
}

.form_head {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .form_head {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}
.form_head:after {
  margin-top: 1rem;
  content: "";
  display: block;
  width: 76px;
  height: 2px;
  background: linear-gradient(90deg, rgb(28, 28, 28) 0%, rgb(28, 28, 28) 50%, rgb(95, 95, 95) 50%, rgb(95, 95, 95) 100%);
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .form_head:after {
    margin-top: 0.8rem;
  }
}

.entry_policy {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .entry_policy p {
    font-size: 0.9375rem;
  }
}
.entry_policy p a {
  text-decoration: underline;
}

.content_thanks p {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .content_thanks p {
    font-size: 0.9375rem;
  }
}
.content_thanks .btn_cmn_02 {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .content_thanks .btn_cmn_02 {
    margin-top: 40px;
  }
}

.single-job-listing .btn_to_entry {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .single-job-listing .btn_to_entry {
    margin-top: 40px;
  }
}
.single-job-listing .btn_to_archive {
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .single-job-listing .btn_to_archive {
    margin-top: 20px;
  }
}

.job-listing_content .category {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.job-listing_content .category li {
  font-size: 0.8125rem;
  font-weight: 500;
  background: #fff;
  border: 1px solid #000;
  border-radius: 50px;
  text-align: center;
  padding: 0.5em 20px;
}
@media screen and (max-width: 767px) {
  .job-listing_content .category li {
    font-size: 0.75rem;
  }
}
.job-listing_content .category li.cat_02 {
  background: #5F5F5F;
  border-color: #5F5F5F;
  color: #fff;
}
.job-listing_content .category li.cat_03 {
  background-color: #000;
  color: #fff;
}
.job-listing_content .ttl {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .job-listing_content .ttl {
    font-size: 1.5rem;
  }
}
.job-listing_content .descr {
  font-size: 0.9375rem;
}

.dlist_application {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .dlist_application {
    margin-top: 2.5rem;
  }
}
.dlist_application .item {
  display: flex;
  align-items: baseline;
  padding: 25px 0;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .dlist_application .item {
    flex-direction: column;
    gap: 16px;
  }
}
.dlist_application .item dt {
  width: 188px;
  flex-shrink: 0;
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .dlist_application .item dt {
    width: 100%;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .dlist_application .item dd {
    font-size: 0.9375rem;
  }
}

.page-recruit .l_container_wrap {
  padding-top: var(--headerHeight);
}
.page-recruit .section_wrap {
  padding-top: 45px;
}

.recruit_hero .inner {
  position: relative;
}
.recruit_hero .inner:before {
  content: "";
  display: block;
  width: 184px;
  aspect-ratio: 208/264;
  background: url(../images/needle_02.svg) no-repeat center/contain;
  position: absolute;
  right: var(--sideW);
  bottom: 100px;
}
@media screen and (max-width: 767px) {
  .recruit_hero .inner:before {
    width: 104px;
    bottom: 50px;
    right: calc(var(--sideW) * 0.5);
  }
}
.recruit_hero .image {
  margin: 0 var(--sideW) 0 var(--extend);
  border-radius: 0 150px 0 0;
  display: block;
  overflow: hidden;
  height: calc(100vh - var(--headerHeight));
}
@media screen and (max-width: 767px) {
  .recruit_hero .image {
    height: 50vh;
    margin: 0 0 0 var(--extend);
    border-radius: 0 100px 0 0;
  }
}
.recruit_hero .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit_hero h1 {
  position: absolute;
  bottom: -40px;
  right: var(--sideW);
}
@media screen and (max-width: 767px) {
  .recruit_hero h1 {
    right: calc(var(--sideW) * 0.5);
  }
}
.recruit_hero h1 span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  border: 3px solid #000;
  font-size: 3.125rem;
  font-weight: 700;
  padding: 0 0 0 0.5em;
  margin-bottom: 17px;
}
.recruit_hero h1 span:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .recruit_hero h1 span {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .recruit_info {
    padding-top: 50px;
  }
}
.recruit_info .box {
  width: 50%;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .recruit_info .box {
    width: 100%;
  }
}
.recruit_info h2 {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  text-decoration: underline;
  writing-mode: sideways-lr;
}
.recruit_info .link_to_archive {
  margin-top: 20px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 11px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.12em;
}
.recruit_info .link_to_archive:after {
  content: "";
  display: block;
  width: 22px;
  aspect-ratio: 1/1;
  background: url(../images/ico_arrow_right_01_black.svg) no-repeat center/contain;
}

.list_recruit_info li a .date {
  font-size: 1.125rem;
  font-weight: 500;
  margin-right: 1em;
}
.list_recruit_info li a .category {
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.5;
  border-radius: 50px;
  border: 2px solid #000;
  padding: 3px 1.5em 2px;
  margin-right: 1em;
}
.list_recruit_info li a .ttl {
  margin-top: 6px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.recruit_sec_01 .inner_l {
  display: flex;
}
@media screen and (max-width: 767px) {
  .recruit_sec_01 .inner_l {
    flex-direction: column;
    gap: 40px;
  }
}
.recruit_sec_01 .inner_l .box_text {
  flex-grow: 1;
  padding: 15.22% 0 0 var(--sideW);
}
@media screen and (max-width: 767px) {
  .recruit_sec_01 .inner_l .box_text {
    padding: 0;
  }
}
.recruit_sec_01 .inner_l .box_image {
  flex-shrink: 0;
  width: 45.15%;
}
@media screen and (max-width: 767px) {
  .recruit_sec_01 .inner_l .box_image {
    width: 100%;
  }
}
.recruit_sec_01 .inner_l .box_image .image {
  margin-bottom: 44px;
}
.recruit_sec_01 .inner_l .box_image .btn_cmn_01 {
  margin: 0 auto 20px;
}
.recruit_sec_01 h2 {
  font-size: 1.75rem;
  font-weight: 700;
  position: relative;
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .recruit_sec_01 h2 {
    text-align: center;
    font-size: 1.4rem;
    margin-bottom: 40px;
  }
}
.recruit_sec_01 h2:before {
  content: attr(data-en);
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Roboto", sans-serif;
  font-size: 6.25rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.3;
  color: #F2F2F2;
  position: absolute;
  bottom: -5px;
  left: calc(var(--sideW) * -1.5);
}
@media screen and (max-width: 767px) {
  .recruit_sec_01 h2:before {
    width: 100%;
    font-size: 13vw;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0px;
  }
}
.recruit_sec_01 h2 span {
  position: relative;
}
.recruit_sec_01 .large {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 46px;
}
@media screen and (max-width: 767px) {
  .recruit_sec_01 .large {
    font-size: 1.5rem;
    line-height: 1.75;
    margin-bottom: 36px;
  }
}
.recruit_sec_01 .para {
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .recruit_sec_01 .para {
    font-size: 0.9375rem;
  }
}
.recruit_sec_01 .para p {
  margin-bottom: 1.5em;
}
.recruit_sec_01 .para p:last-child {
  margin-bottom: 0;
}

.recruit_sec_02 ul {
  display: flex;
  gap: 5%;
}
@media screen and (max-width: 767px) {
  .recruit_sec_02 ul {
    flex-direction: column;
    gap: 30px;
  }
}
.recruit_sec_02 ul li {
  width: 100%;
}
.recruit_sec_02 ul li .image {
  margin-bottom: 28px;
  display: block;
  overflow: hidden;
  aspect-ratio: 365/526;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .recruit_sec_02 ul li .image {
    margin-bottom: 20px;
  }
}
.recruit_sec_02 ul li .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit_sec_02 ul li .name {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .recruit_sec_02 ul li .name {
    font-size: 1.4rem;
    margin-bottom: 14px;
  }
}
.recruit_sec_02 ul li p {
  font-size: 0.9375rem;
}

.recruit_sec_03 {
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit_sec_03 {
    overflow: hidden;
  }
}
.recruit_sec_03:before {
  content: "";
  display: block;
  width: calc(50% + 238px);
  height: 615px;
  background: #FAFAFA;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .recruit_sec_03:before {
    content: none;
  }
}
.recruit_sec_03 .inner_m {
  position: relative;
  padding-top: 144px;
}
.recruit_sec_03 .inner_m .content {
  margin: 0 154px 0 calc(var(--sideW) * -0.5);
}
@media screen and (max-width: 767px) {
  .recruit_sec_03 .inner_m {
    padding-top: 0;
  }
  .recruit_sec_03 .inner_m .content {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .recruit_sec_03 .ttl_wrap {
    position: absolute;
    top: 115px;
    right: var(--sideW);
  }
  .recruit_sec_03 .ttl_cmn_05 {
    writing-mode: vertical-rl;
    padding: 0.5em 0.25em;
  }
  .recruit_sec_03 .ttl_cmn_05:before {
    content: "";
    display: block;
    width: 3px;
    height: 115px;
    background: #000;
    position: absolute;
    top: -115px;
    right: 50%;
    transform: translateX(-50%);
  }
}
.recruit_sec_03 .content {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .recruit_sec_03 .content {
    overflow: visible;
  }
}
.recruit_sec_03 .splide {
  width: 83.18%;
}
@media screen and (max-width: 767px) {
  .recruit_sec_03 .splide {
    width: 100%;
  }
}
.recruit_sec_03 .splide__track {
  overflow: visible;
}
.recruit_sec_03 .splide__arrow {
  width: 68px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #fff url(../images/ico_arrow_right_02.svg) no-repeat center/cover;
  opacity: 1;
}
.recruit_sec_03 .splide__arrow svg {
  display: none;
}
@media screen and (max-width: 767px) {
  .recruit_sec_03 .splide__arrow {
    width: 34px;
  }
}
.recruit_sec_03 .splide__arrow--prev {
  background: #fff url(../images/ico_arrow_left_02.svg) no-repeat center/cover;
  top: 36%;
  left: 0;
}
@media screen and (max-width: 767px) {
  .recruit_sec_03 .splide__arrow--prev {
    top: 15%;
    left: -17px;
  }
}
.recruit_sec_03 .splide__arrow--next {
  right: -34px;
  top: 36%;
}
@media screen and (max-width: 767px) {
  .recruit_sec_03 .splide__arrow--next {
    top: 15%;
    right: -17px;
  }
}
.recruit_sec_03 .splide__arrow:disabled {
  opacity: 0;
}
.recruit_sec_03 .splide__pagination {
  position: static;
  justify-content: flex-start;
  padding: 36px calc(var(--sideW) * 0.5) 0;
}
.recruit_sec_03 .splide__pagination li button {
  margin: 0;
  width: 56px;
  height: 4px;
  border-radius: 0;
  opacity: 1;
  background-color: #5F5F5F;
}
.recruit_sec_03 .splide__pagination li button:hover, .recruit_sec_03 .splide__pagination li button.is-active {
  transform: none;
  background-color: #000;
}

.card_voice {
  padding: 0 0 0 calc(var(--sideW) * 0.5);
}
@media screen and (max-width: 767px) {
  .card_voice {
    padding: 0;
  }
}
.card_voice .image {
  display: block;
  overflow: hidden;
  aspect-ratio: 867/575;
}
.card_voice .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card_voice .copy {
  position: relative;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: -11% 0 0 calc(var(--sideW) * -0.5);
}
@media screen and (max-width: 767px) {
  .card_voice .copy {
    font-size: 1.25rem;
  }
}
.card_voice .copy span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 16px;
  background-color: #fff;
  border: 3px solid #000;
  padding: 0 0.5em;
}
@media screen and (max-width: 767px) {
  .card_voice .copy span {
    margin-bottom: 10px;
  }
}
.card_voice .copy span:last-child {
  margin-bottom: 0;
}
.card_voice .box {
  display: flex;
  gap: 42px;
  margin-top: 26px;
}
@media screen and (max-width: 767px) {
  .card_voice .box {
    flex-direction: column;
    gap: 16px;
  }
}
.card_voice .box .detail {
  flex-shrink: 0;
  font-weight: 500;
  position: relative;
  padding: 0 42px 0 0;
}
@media screen and (max-width: 767px) {
  .card_voice .box .detail {
    font-size: 0.875rem;
  }
}
.card_voice .box .detail:after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, rgb(28, 28, 28) 0%, rgb(28, 28, 28) 56px, rgb(95, 95, 95) 56px, rgb(95, 95, 95) 100%);
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .card_voice .box .detail:after {
    margin-top: 16px;
    content: "";
    display: block;
    width: 112px;
    height: 2px;
    background: linear-gradient(90deg, rgb(28, 28, 28) 0%, rgb(28, 28, 28) 50%, rgb(95, 95, 95) 50%, rgb(95, 95, 95) 100%);
    position: static;
  }
}
.card_voice .box .detail .name {
  font-size: 2.125rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .card_voice .box .detail .name {
    font-size: 1rem;
    margin-bottom: 12px;
  }
}
.card_voice .box .text {
  font-size: 0.9375rem;
  line-height: 1.85;
}

.recruit_sec_04 {
  background-color: #FAFAFA;
  padding: 176px 0 130px;
  position: relative;
}
.recruit_sec_04:before {
  content: "";
  display: block;
  width: 180px;
  aspect-ratio: 208/264;
  background: url(../images/needle_02.svg) no-repeat center/contain;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .recruit_sec_04:before {
    width: 90px;
  }
}
@media screen and (max-width: 767px) {
  .recruit_sec_04 {
    padding: 80px 0;
  }
}
.recruit_sec_04 h2 {
  position: relative;
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.1;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .recruit_sec_04 h2 {
    font-size: 1.5rem;
    margin-bottom: 64px;
  }
}
.recruit_sec_04 h2 span {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .recruit_sec_04 h2 span {
    width: 100%;
    bottom: -10px;
  }
}
.recruit_sec_04 h2:before {
  content: attr(data-en);
  display: block;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 6.25rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .recruit_sec_04 h2:before {
    margin: 0 var(--extend);
    font-size: 11vw;
  }
}
.recruit_sec_04 ul {
  display: flex;
  gap: 5%;
}
@media screen and (max-width: 767px) {
  .recruit_sec_04 ul {
    flex-direction: column;
    gap: 50px;
  }
}
.recruit_sec_04 ul li {
  width: 100%;
}
.recruit_sec_04 ul li .image {
  display: block;
  overflow: hidden;
  aspect-ratio: 365/236;
  border-radius: 10px;
  margin-bottom: 20px;
}
.recruit_sec_04 ul li .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit_sec_04 ul li .name {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 11px;
}
@media screen and (max-width: 767px) {
  .recruit_sec_04 ul li .name {
    font-size: 1.25rem;
  }
}
.recruit_sec_04 ul li p {
  font-size: 0.9375rem;
}
.recruit_sec_04 ul li a {
  margin: 30px auto 0;
}