@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 Slab", serif;
}

:root {
  --minWidth: 1180px;
  --extend: calc( -50vw + 50% );
  --sideW: min(4.66vw, 70px);
  --headerHeight: 110px;
  --sectionWrap: 10em;
  --contentsWideS: 1000px;
  --contentsWideM: 1220px;
  --contentsWideL: 1360px;
}

@media (min-width: 768px) and (max-width: 1179.98px) {
  :root {
    --extend: calc(-50% + 50vw);
  }
}
@media screen and (max-width: 767px) {
  :root {
    --sideW: 6.66vw;
    --headerHeight: 82px;
    --sectionWrap: 5em;
    --minWidth: 1px;
  }
}
html {
  width: 100%;
}

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

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

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

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;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--headerHeight);
}

#container_wrap {
  position: relative;
  padding-top: var(--headerHeight);
  min-width: var(--minWidth);
  overflow: hidden;
}

#container {
  position: relative;
}

.section_wrap {
  padding: var(--sectionWrap) 0;
}

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

.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);
}

.layout_col_2 {
  display: flex;
  gap: 5.65%;
}
@media screen and (max-width: 767px) {
  .layout_col_2 {
    flex-direction: column;
    gap: 5rem;
  }
}
.layout_col_2 .main {
  flex-grow: 1;
  width: 100%;
}
.layout_col_2 .aside {
  flex-shrink: 0;
  width: 290px;
}
@media screen and (max-width: 767px) {
  .layout_col_2 .aside {
    width: 100%;
  }
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
  cursor: pointer;
}
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;
}

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

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

.opacity, .sitemap--list > li ul li a, .sitemap--list > li > a, .single_pagination .next a, .single_pagination .prev a {
  transition: 0.3s;
}
@media (hover: hover) {
  .opacity:hover, .sitemap--list > li ul li a:hover, .sitemap--list > li > a:hover, .single_pagination .next a:hover, .single_pagination .prev a:hover {
    opacity: 0.5;
  }
}

@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%;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  width: 100%;
  padding: 1em;
  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.5em 28px 0.5em 0.5em;
  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: #00277F;
  inline-size: 1.5em;
  block-size: 1.5em;
}

input[type=radio] {
  accent-color: #00277F;
  inline-size: 1.5em;
  block-size: 1.5em;
}

.dlist_form .group {
  display: flex;
  align-items: baseline;
  gap: 28px;
  margin-bottom: 2.25em;
}
@media screen and (max-width: 767px) {
  .dlist_form .group {
    flex-direction: column;
    gap: 0.75em;
  }
}
.dlist_form .group:last-child {
  border-top: 1px solid #000;
  margin-top: 60px;
  padding-top: 40px;
}
.dlist_form .group dt {
  width: 260px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .dlist_form .group dt {
    width: 100%;
  }
}
.dlist_form .group dt.require:after {
  content: "必須";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
  background-color: #00277F;
  width: 45px;
  height: 23px;
}
.dlist_form .group dd {
  flex-grow: 1;
}
.dlist_form .group dd .list_kome {
  margin-top: 0.5em;
  font-size: 0.8125rem;
}

span[data-name=your-zip] {
  display: block;
  margin-bottom: 20px;
}
span[data-name=your-zip]:before {
  content: "〒";
  margin-right: 1em;
}
span[data-name=your-zip] input {
  max-width: 288px;
}
@media screen and (max-width: 767px) {
  span[data-name=your-zip] input {
    max-width: unset;
    width: calc(100% - 2em);
  }
}

span[data-name=your-policy] .wpcf7-list-item {
  margin: 0;
}
span[data-name=your-policy] .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 1em;
}
span[data-name=your-policy] input {
  border-radius: 0;
}
span[data-name=your-policy] .policy_link {
  color: #00CCA7;
  position: relative;
}
span[data-name=your-policy] .policy_link:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  border-bottom: 1px solid #000;
}

.wpcf7-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  height: 60px;
  border-radius: 50px;
  margin: 3.125rem auto 0;
  background-color: #000;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.06em;
  transition: 0.3s;
}
.wpcf7-submit:hover {
  border-radius: 0;
  background-color: #000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

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

.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 0.5s ease-out forwards;
}

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

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

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

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

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes revealClip {
  to {
    clip-path: inset(0 0 0 0); /* 完全に表示 */
  }
}
@keyframes revealLine {
  to {
    background-size: 100% 100%;
  }
}
.ttl_anim_01 {
  display: block; /* OK！ */
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  clip-path: inset(0 100% 0 0); /* スライド前 */
}
.ttl_anim_01.js-active {
  animation: revealClip 0.75s ease-out forwards;
}

.ttl_cmn_01, .recruit_hero--ttl, .business_factory--ttl, .ttl_cmn_06 .en {
  font-family: "Roboto Slab", serif;
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.ttl_cmn_01::first-letter, .recruit_hero--ttl::first-letter, .business_factory--ttl::first-letter, .ttl_cmn_06 .en::first-letter {
  color: #00277F;
}
@media screen and (max-width: 767px) {
  .ttl_cmn_01, .recruit_hero--ttl, .business_factory--ttl, .ttl_cmn_06 .en {
    font-size: 2.625rem;
  }
}

.ttl_cmn_02 {
  font-family: "Roboto Slab", serif;
  font-size: 3.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.ttl_cmn_02::first-letter {
  color: #00277F;
}
@media screen and (max-width: 767px) {
  .ttl_cmn_02 {
    font-size: 2.625rem;
  }
}

.ttl_cmn_03 {
  font-family: "Roboto Slab", serif;
  font-size: 7.5rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #E6E6E6;
}
.ttl_cmn_03::first-letter {
  color: #00277F;
}
@media screen and (max-width: 767px) {
  .ttl_cmn_03 {
    font-size: 2.625rem;
  }
}

.ttl_cmn_04 {
  font-family: "Roboto Slab", serif;
  font-size: 70px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.314;
}
@media screen and (max-width: 767px) {
  .ttl_cmn_04 {
    font-size: 2.25rem;
  }
}

.ttl_cmn_05, .ttl_policy .en {
  text-align: center;
  font-family: "Roboto Slab", serif;
  font-size: 70px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.314;
}
.ttl_cmn_05::first-letter, .ttl_policy .en::first-letter {
  color: #00277F;
}
@media screen and (max-width: 767px) {
  .ttl_cmn_05, .ttl_policy .en {
    font-size: 2.25rem;
  }
}

.ttl_cmn_06 {
  text-align: center;
}
.ttl_cmn_06 .en {
  line-height: 1.325;
}
.ttl_cmn_06 h2 {
  font-size: 1.125rem;
  font-weight: 700;
}

.btn_hbm {
  display: none;
}
@media screen and (max-width: 767px) {
  .btn_hbm {
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00277F;
    width: 80px;
    aspect-ratio: 1/1;
  }
  .btn_hbm .box {
    display: block;
    width: 60%;
    aspect-ratio: 5/3;
    position: relative;
  }
  .btn_hbm .bar {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    transition: 0.3s;
  }
  .btn_hbm .bar:nth-child(1) {
    top: 0;
  }
  .btn_hbm .bar:nth-child(2) {
    top: 50%;
  }
  .btn_hbm .bar:nth-child(3) {
    top: 100%;
  }
  .btn_hbm.is-active .bar:nth-child(1) {
    top: 50%;
    transform: rotate(135deg);
  }
  .btn_hbm.is-active .bar:nth-child(2) {
    top: 50%;
    transform: rotateY(90deg);
  }
  .btn_hbm.is-active .bar:nth-child(3) {
    top: 50%;
    transform: rotate(-135deg);
  }
}

.btn_cmn_01 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 60px;
  padding-top: 0.25em;
  border: 1px solid #000;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  position: relative;
  transition: 0.3s;
}
.btn_cmn_01:after {
  content: "";
  display: block;
  width: 34px;
  aspect-ratio: 1/1;
  background: url(../images/ico_arrow_right_03.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.btn_cmn_01:hover {
  border-radius: 0;
  background-color: #000;
  color: #fff;
}
.btn_cmn_01:hover:after {
  right: 0;
}
@media screen and (max-width: 767px) {
  .btn_cmn_01 {
    width: 220px;
    height: 57px;
    font-size: 0.875rem;
  }
  .btn_cmn_01:after {
    width: 29px;
  }
}

.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_square > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_square > li:before {
  content: "■";
}

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

.list_number_02 {
  counter-reset: number 0;
}
.list_number_02 > li {
  counter-increment: number 1;
  padding-left: 1.6em;
  text-indent: -1.6em;
  margin-bottom: 0.25em;
}
.list_number_02 > li:last-child {
  margin-bottom: 0;
}
.list_number_02 > li:before {
  content: counter(number) "）";
}

.dlist_cmn_01 .item {
  display: flex;
  align-items: baseline;
  border-bottom: 1px solid #000;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .dlist_cmn_01 .item {
    flex-direction: column;
    gap: 0.5em;
    padding: 24px 0;
  }
}
.dlist_cmn_01 .item:first-child {
  border-top: 1px solid #000;
}
.dlist_cmn_01 dt {
  flex-shrink: 0;
  width: 154px;
}
@media screen and (max-width: 767px) {
  .dlist_cmn_01 dt {
    font-weight: 700;
  }
}
.dlist_cmn_01 dd {
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .dlist_cmn_01 dd {
    font-size: 0.9375rem;
  }
}

.grid_cmn_01 {
  display: flex;
  align-items: flex-start;
  gap: 7%;
}
@media screen and (max-width: 767px) {
  .grid_cmn_01 {
    flex-direction: column-reverse;
  }
}
.grid_cmn_01 .box_image {
  margin: 0 0 0 var(--extend);
  border-radius: 0 50px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .grid_cmn_01 .box_image {
    margin-top: 2.5rem;
  }
}
.grid_cmn_01 .box_text {
  flex-shrink: 0;
  width: 56.55%;
}
@media screen and (max-width: 767px) {
  .grid_cmn_01 .box_text {
    width: 100%;
  }
}

.navigation.pagination {
  margin-top: 4em;
  text-align: center;
  color: #fff;
  font-family: "Roboto Slab", serif;
  font-size: 1.125rem;
  font-weight: 700;
}
.navigation.pagination .nav-links .page-numbers {
  display: inline-block;
  padding: 0.25em;
  margin-right: 1.5em;
}
.navigation.pagination .nav-links .page-numbers:last-child {
  margin-right: 0;
}
.navigation.pagination .nav-links .page-numbers:hover, .navigation.pagination .nav-links .page-numbers.current {
  border-bottom: 1px solid #fff;
}
.navigation.pagination .nav-links .page-numbers.dots {
  pointer-events: none;
}

.single_pagination {
  border-top: 1px solid #fff;
  padding: 30px 0;
  display: flex;
  align-items: center;
  gap: 5%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .single_pagination {
    position: relative;
    align-items: flex-start;
    font-size: 0.9375rem;
    padding: 30px 0 45px;
  }
}
.single_pagination .prev {
  flex-grow: 1;
  width: 100%;
}
.single_pagination .prev a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.single_pagination .prev a:before {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 27px;
  aspect-ratio: 1/1;
  background: url(../images/ico_arrow_left_01.svg) no-repeat center/contain;
}
.single_pagination .prev a span {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.single_pagination .archive {
  flex-shrink: 0;
  width: 100px;
}
@media screen and (max-width: 767px) {
  .single_pagination .archive {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
  }
}
.single_pagination .archive a {
  display: inline-block;
  position: relative;
}
.single_pagination .archive a:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  transition: 0.3s;
}
.single_pagination .archive a:hover {
  transform: scale(1.025);
}
.single_pagination .archive a:hover:after {
  transform: rotateY(90deg);
}
.single_pagination .next {
  flex-grow: 1;
  width: 100%;
  text-align: right;
}
.single_pagination .next a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.single_pagination .next a:after {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 27px;
  aspect-ratio: 1/1;
  background: url(../images/ico_arrow_right_05.svg) no-repeat center/contain;
}
.single_pagination .next a span {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.loading {
  position: fixed;
  z-index: 99;
  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;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: auto;
  height: 100%;
  aspect-ratio: 1/1;
  position: relative;
  background-color: #02194D;
}
@media screen and (min-width: 1024px) {
  .hbm_btn {
    display: none !important;
  }
}
.hbm_btn .box {
  display: block;
  width: 50%;
  position: relative;
}
.hbm_btn .box .bar {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 50px;
  position: absolute;
  left: 0;
  transition: 0.5s;
}
.hbm_btn.js-active {
  background-color: transparent;
}
.hbm_btn.js-active:before {
  content: "";
  display: block;
  width: 70%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

.hbm {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #02194D;
  overflow: scroll;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
  padding: 0 13.3%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.hbm.js-active {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 1024px) {
  .hbm {
    display: none !important;
  }
}
.hbm__content {
  margin: var(--headerHeight) 0 2.5rem;
}
.hbm__menu li {
  margin-bottom: 2rem;
}
.hbm__contact {
  margin: 3.125rem 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 66px;
  border-radius: 50px;
  background-color: #fff;
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
  position: relative;
}
.hbm__contact:after {
  content: "";
  display: block;
  width: 22px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #02194D url(../images/ico_arrow_right_01_white.svg) no-repeat center/9px;
  position: absolute;
  top: calc(50% - 11px);
  right: 13px;
}
.hbm__tel {
  margin: 1.25rem 0 0;
  display: inline-block;
  font-family: "Roboto Slab", serif;
  letter-spacing: 0.08em;
}
.hbm__sns {
  margin-top: 1rem;
}
.hbm__sns li {
  display: inline-block;
  margin-left: 0.75em;
}
.hbm__sns li:first-child {
  margin-left: 0;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 4;
  border-bottom: 1px solid #DEDEDE;
  background-color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 1023px) {
  .header {
    border: none;
  }
}
.header__container {
  height: var(--headerHeight);
  padding: 0 var(--sideW);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5%;
}
@media screen and (max-width: 1023px) {
  .header__container {
    padding-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .header__logo {
    width: 100%;
    max-width: 186px;
  }
}
.header.white {
  color: #fff !important;
  background-color: transparent;
}

.header_menu {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .header_menu {
    display: none !important;
  }
}
.header_menu__main {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-top: 1em;
}
.header_menu__main a {
  position: relative;
}
.header_menu__main a:after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background-color: #00277F;
  position: absolute;
  top: calc(100% + 24px);
  right: 0;
  transition: 0.3s;
}
.header_menu__main a:hover:after {
  width: 100%;
  right: unset;
  left: 0;
}
.header_menu__sub {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.header_menu__sub li:after {
  content: "｜";
}
.header_menu__sub li:first-child:before {
  content: "｜";
}
.header_menu__sub li a {
  margin: 0 1em;
}
.header_menu__sub li a:hover {
  color: #00277F;
}
.header_menu .lang {
  margin-left: 2.5rem;
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  display: flex;
}
.header_menu .lang a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #5F5F5F;
  color: #fff;
  width: 88px;
  height: 40px;
}
.header_menu .lang a:nth-child(1) {
  border-radius: 50px 0 0 50px;
}
.header_menu .lang a:nth-child(2) {
  border-radius: 0 50px 50px 0;
}
.header_menu .lang a:hover, .header_menu .lang a.current {
  background-color: #00277F;
}

.footer {
  padding: 9.375rem 0 0;
  background: #fff url(../images/footer_bg.svg) no-repeat center left/cover;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 3.75rem 0 2.5rem;
    background: #fff url(../images/footer_bg_sp.svg) no-repeat center left/cover;
  }
}
.footer.no-image {
  background: #fff !important;
}
.footer__contact {
  margin-bottom: 6.875rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer__contact {
    margin-bottom: 3.125rem;
  }
}
.footer__contact--ttl {
  margin: 0 auto;
}
.footer__contact--text {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .footer__contact--text {
    font-size: 1rem;
    margin-top: 0.5em;
  }
}
.footer__contact--link {
  display: block;
  width: min(100%, 626px);
  margin: 2.25rem auto 0;
  position: relative;
  padding: 12px 15px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .footer__contact--link {
    padding: 7px 8px;
    margin: 10px auto 0;
  }
}
.footer__contact--link:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 12px;
  left: 0;
  transition: inherit;
}
@media screen and (max-width: 767px) {
  .footer__contact--link:before {
    top: 7px;
  }
}
.footer__contact--link:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 12px;
  left: 0;
  transition: inherit;
}
@media screen and (max-width: 767px) {
  .footer__contact--link:after {
    bottom: 7px;
  }
}
.footer__contact--link .wrapper {
  transition: inherit;
}
.footer__contact--link .wrapper:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0px;
  left: 15px;
  transition: inherit;
}
@media screen and (max-width: 767px) {
  .footer__contact--link .wrapper:before {
    left: 8px;
  }
}
.footer__contact--link .wrapper:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0px;
  right: 15px;
  transition: inherit;
}
@media screen and (max-width: 767px) {
  .footer__contact--link .wrapper:after {
    right: 8px;
  }
}
.footer__contact--link span {
  display: block;
  text-align: center;
  background-color: #000;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0.934em 0;
  transition: inherit;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer__contact--link span {
    font-size: 1rem;
  }
}
.footer__contact--link span:before {
  content: "";
  display: block;
  width: 34px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url(../images/ico_arrow_right_02.svg) no-repeat center/contain;
  position: absolute;
  top: calc(50% - 17px);
  right: 15px;
}
@media screen and (max-width: 767px) {
  .footer__contact--link span:before {
    width: 18px;
    top: calc(50% - 9px);
  }
}
.footer__contact--link:hover:before {
  transform: rotateY(90deg);
}
.footer__contact--link:hover:after {
  transform: rotateY(90deg);
}
.footer__contact--link:hover .wrapper:before {
  transform: rotateX(90deg);
}
.footer__contact--link:hover .wrapper:after {
  transform: rotateX(90deg);
}
.footer__contact--link:hover span {
  background-color: #00277F;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
.footer__contact--tel {
  display: inline-block;
  margin: 10px 0 0;
  font-family: "Roboto Slab", serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.footer__contact--sns {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .footer__contact--sns {
    margin-top: 1em;
  }
}
.footer__contact--sns li {
  display: inline-block;
  margin-left: 0.75em;
}
@media screen and (max-width: 767px) {
  .footer__contact--sns li {
    width: 30px;
  }
}
.footer__contact--sns li:first-child {
  margin-left: 0;
}
.footer__main {
  display: flex;
  align-items: flex-start;
  gap: 104px;
}
@media screen and (max-width: 767px) {
  .footer__main {
    flex-direction: column-reverse;
    gap: 40px;
  }
}
.footer__main .box_text {
  flex-shrink: 0;
  width: 322px;
  padding-top: 9.5rem;
}
@media screen and (max-width: 767px) {
  .footer__main .box_text {
    padding-top: 0;
  }
}
.footer__main .box_image {
  flex-grow: 1;
  margin: 0 var(--extend) 0 0;
  display: block;
  overflow: hidden;
  border-radius: 50px 0 0 0;
  height: 585px;
}
@media screen and (max-width: 767px) {
  .footer__main .box_image {
    height: 220px;
  }
}
.footer__main .box_image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer__main--logo {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .footer__main--logo {
    max-width: 196px;
  }
}
.footer__main--logo img {
  width: 100%;
  max-width: unset;
}
.footer__main address {
  margin-top: 1.5em;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .footer__main address {
    font-size: 0.8125rem;
  }
}
.footer__main--link {
  margin: 1.75rem 0 0;
  display: flex;
  font-size: 0.8125rem;
  letter-spacing: 0.08em;
}
.footer__main--link li {
  display: inline-flex;
  white-space: nowrap;
}
.footer__main--link li:after {
  content: "｜";
}
.footer__main--link li:first-child:before {
  content: "｜";
}
.footer__main--link li a {
  margin: 0 1em;
}
.footer__main--link li a:hover {
  color: #00277F;
}
.footer__main .copyright {
  margin: 3em 0 0;
  font-family: "Roboto Slab", serif;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .footer__main .copyright {
    font-size: 0.75rem;
  }
}
.footer__main .grecaptcha_text {
  font-size: 0.8125rem;
  letter-spacing: 0.06em;
  margin: 1em 0 0;
}
@media screen and (max-width: 767px) {
  .footer__main .grecaptcha_text {
    font-size: 0.75rem;
  }
}
.footer__main .grecaptcha_text a {
  text-decoration: underline;
}

.follow_contact {
  position: fixed;
  z-index: 2;
  left: var(--sideW);
  bottom: 3em;
  width: min(100%, 356px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .follow_contact {
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
.follow_contact.js-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.follow_contact a {
  display: block;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  padding: 1.75em 5%;
}
@media screen and (max-width: 767px) {
  .follow_contact a {
    padding: 1em 5%;
  }
}
.follow_contact a .head {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .follow_contact a .head {
    font-size: 1.25rem;
  }
}
.follow_contact a .head:before {
  content: attr(data-en);
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .follow_contact a .head:before {
    font-size: 0.875rem;
  }
}
.follow_contact a .text {
  margin: 0.75em 0 0;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  line-height: 1.615;
}
@media screen and (max-width: 767px) {
  .follow_contact a .text {
    font-size: 0.75em;
  }
}
.follow_contact a:hover {
  background-color: #00277F;
  color: #fff;
  transform: scale(1.05);
}
.follow_contact button {
  position: absolute;
  top: 0;
  left: 100%;
  transform: translate(-50%, -50%);
  display: block;
  width: 42px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  transition: 0.3s;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .follow_contact button {
    width: 30px;
    left: calc(100% - 30px);
  }
}
.follow_contact button img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.follow_contact button:hover {
  transform: translate(-50%, -50%) rotate(180deg);
}

.home_hero {
  margin-top: 5.5rem;
  padding-top: 30px;
  background: url(../images/home_hero_01.jpg) no-repeat bottom 336px right/77.4%;
}
@media screen and (max-width: 767px) {
  .home_hero {
    margin-top: 0;
    padding-top: 335px;
    background: url(../images/home_hero_01_sp.jpg) no-repeat top right/100%;
  }
}
.home_hero .box_text {
  padding: 1.5rem 45px 5rem;
  border-left: 5px solid #00277F;
}
@media screen and (max-width: 767px) {
  .home_hero .box_text {
    padding: 1rem 0 1.5rem 6.15%;
  }
}
.home_hero .catch {
  font-size: 58px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .home_hero .catch {
    font-size: 2.5rem;
  }
}
.home_hero .catch p {
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  clip-path: inset(0 100% 0 0); /* 下から現れる */
}
.home_hero .catch span {
  color: #00277F;
}
.home_hero .catch.js-active p {
  animation: revealClip 0.5s ease-out forwards;
}
.home_hero .catch.js-active p:nth-child(1) {
  animation-delay: 0.2s;
}
.home_hero .catch.js-active p:nth-child(2) {
  animation-delay: 0.5s;
}
.home_hero .catch.js-active p:nth-child(3) {
  animation-delay: 0.8s;
}
.home_hero .text {
  margin-top: 30px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  opacity: 0;
  transform: translateY(40px);
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .home_hero .text {
    margin-top: 20px;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.04em;
  }
}
.home_hero .text.js-active {
  opacity: 1;
  transform: translateY(0px);
}
.home_hero .scrolldown {
  margin: 6em 0 0 var(--extend);
  height: 436px;
  background: url(../images/home_hero_02.jpg) no-repeat center/cover;
  position: relative;
  animation-delay: 1.5s !important;
}
@media screen and (max-width: 767px) {
  .home_hero .scrolldown {
    margin: 3.125em var(--extend) 0;
    height: 206px;
  }
}
.home_hero .icon_scrolldown {
  position: absolute;
  top: 0;
  left: 100%;
  transform: translate(-50%, -50%);
  display: block;
  width: 150px;
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .home_hero .icon_scrolldown {
    width: 100px;
    left: unset;
    right: 16px;
    transform: translate(0, -50%);
  }
}
.home_hero .icon_scrolldown img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  animation: rotate 20s linear infinite;
}
.home_hero .icon_scrolldown:before {
  content: "";
  display: block;
  width: 65.33%;
  aspect-ratio: 1/1;
  background: url(../images/ico_arrow_bottom_01.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.home_business {
  padding: 5rem 0 7.5rem;
  background: url(../images/home_business_01.svg) no-repeat center left/cover;
}
@media screen and (max-width: 767px) {
  .home_business {
    padding: 3.75rem 0;
    background: url(../images/home_business_01_sp.svg) no-repeat top left/contain;
  }
}
.home_business .inner_m {
  display: flex;
  gap: 4.4%;
}
@media screen and (max-width: 767px) {
  .home_business .inner_m {
    flex-direction: column;
  }
}
.home_business .inner_m .box_left {
  flex-shrink: 0;
  width: max(380px, 38.93%);
}
@media screen and (max-width: 767px) {
  .home_business .inner_m .box_left {
    display: contents;
  }
}
.home_business .inner_m .box_right {
  flex-grow: 1;
  animation-delay: 0.5s;
}
@media screen and (max-width: 767px) {
  .home_business .inner_m .box_right {
    order: 3;
  }
}
@media screen and (max-width: 767px) {
  .home_business--ttl {
    order: 1;
  }
}
.home_business--text {
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .home_business--text {
    order: 2;
    margin: 10px 0 1.5em;
    font-size: 0.875rem;
  }
}
.home_business--link {
  display: block;
  width: min(100%, 298px);
  margin: 45px 0 0;
  position: relative;
  padding: 12px 15px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .home_business--link {
    order: 4;
    margin: 45px auto 0;
    width: min(100%, 236px);
  }
}
.home_business--link:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 12px;
  left: 0;
  transition: inherit;
}
@media screen and (max-width: 767px) {
  .home_business--link:before {
    top: 7px;
  }
}
.home_business--link:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 12px;
  left: 0;
  transition: inherit;
}
@media screen and (max-width: 767px) {
  .home_business--link:after {
    bottom: 7px;
  }
}
.home_business--link .wrapper {
  transition: inherit;
}
.home_business--link .wrapper:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0px;
  left: 15px;
  transition: inherit;
}
@media screen and (max-width: 767px) {
  .home_business--link .wrapper:before {
    left: 8px;
  }
}
.home_business--link .wrapper:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0px;
  right: 15px;
  transition: inherit;
}
@media screen and (max-width: 767px) {
  .home_business--link .wrapper:after {
    right: 8px;
  }
}
.home_business--link span {
  display: block;
  text-align: center;
  font-family: "Roboto Slab", serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0.934em 0;
  transition: inherit;
  position: relative;
}
@media screen and (max-width: 767px) {
  .home_business--link span {
    font-size: 0.875rem;
  }
}
.home_business--link span:before {
  content: "";
  display: block;
  width: 34px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url(../images/ico_arrow_right_03.svg) no-repeat center/contain;
  position: absolute;
  top: calc(50% - 17px);
  right: 15px;
}
@media screen and (max-width: 767px) {
  .home_business--link span:before {
    width: 27px;
    top: calc(50% - 13.5px);
    right: 6px;
  }
}
.home_business--link:hover:before {
  transform: rotateY(90deg);
}
.home_business--link:hover:after {
  transform: rotateY(90deg);
}
.home_business--link:hover .wrapper:before {
  transform: rotateX(90deg);
}
.home_business--link:hover .wrapper:after {
  transform: rotateX(90deg);
}
.home_business--link:hover span {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
.home_business--list {
  counter-reset: number;
}
.home_business--list > li {
  counter-increment: number;
  border-bottom: 1px solid #000;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .home_business--list > li {
    background-color: transparent;
  }
}
.home_business--list > li:first-child {
  border-top: 1px solid #000;
}
.home_business--list > li a {
  display: block;
  padding: 40px 60px 40px 120px;
  position: relative;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .home_business--list > li a {
    padding: 28px 35px 28px 55px;
  }
}
.home_business--list > li a:after {
  position: absolute;
  top: 5px;
  left: 0;
  content: counter(number, decimal-leading-zero);
  display: block;
  color: #D9D9D9;
  font-family: "Roboto Slab", serif;
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .home_business--list > li a:after {
    top: 16px;
    font-size: 36px;
  }
}
.home_business--list > li a:before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 36px;
  height: 100%;
  background: #000 url(../images/ico_arrow_right_04_white.svg) no-repeat center right 11px/14px;
  transition: inherit;
}
@media screen and (max-width: 767px) {
  .home_business--list > li a:before {
    width: 21px;
    background-size: 10px;
    background-position: center right 6px;
  }
}
.home_business--list > li a h3 {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .home_business--list > li a h3 {
    font-size: 1.125rem;
  }
}
.home_business--list > li a p {
  position: relative;
  margin-top: 10px;
  letter-spacing: 0.1em;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .home_business--list > li a p {
    font-size: 0.875rem;
  }
}
@media (hover: hover) {
  .home_business--list > li a:hover h3,
  .home_business--list > li a:hover p {
    color: #fff;
  }
  .home_business--list > li a:hover:before {
    width: 100%;
    right: unset;
    left: 0;
  }
}

.home_feature {
  padding: 7.5rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .home_feature {
    padding: 3.75rem 0;
  }
}
.home_feature:before {
  content: "";
  display: block;
  width: 100%;
  height: 470px;
  background: #000 url(../images/texture_cmn_01.svg) repeat top left/92px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .home_feature:before {
    height: 504px;
  }
}
.home_feature .inner_l {
  position: relative;
}
.home_feature--box {
  display: flex;
  align-items: center;
  gap: 0 min(5.88%, 80px);
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .home_feature--box {
    display: block;
    margin-bottom: 3.125rem;
  }
}
.home_feature--ttl {
  color: #fff;
  width: 275px;
  font-size: 3.75rem;
}
@media screen and (max-width: 767px) {
  .home_feature--ttl {
    width: 100%;
    font-size: 2.625rem;
  }
}
.home_feature--text {
  animation-delay: 0.5s !important;
  flex-grow: 1;
  border-left: 1px solid #fff;
  padding-left: 4%;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .home_feature--text {
    border-left: none;
    margin-top: 20px;
    padding: 30px 0 0;
    font-size: 0.875rem;
    position: relative;
  }
  .home_feature--text:before {
    content: "";
    display: block;
    width: 64px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.home_feature--list {
  display: flex;
  gap: 2.5rem 5%;
}
@media screen and (max-width: 767px) {
  .home_feature--list {
    flex-direction: column;
  }
}
.home_feature--list li {
  background-color: #fff;
  padding: 45px 3% 32px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .home_feature--list li:nth-child(1) {
    animation-delay: 0.3s;
  }
  .home_feature--list li:nth-child(2) {
    animation-delay: 0.6s;
  }
  .home_feature--list li:nth-child(3) {
    animation-delay: 0.9s;
  }
}
@media screen and (max-width: 767px) {
  .home_feature--list li {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 36px 9.7%;
  }
}
.home_feature--list li:before {
  content: "";
  display: block;
  width: 120px;
  height: 6px;
  background-color: #00277F;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .home_feature--list li:before {
    width: 94px;
  }
}
.home_feature--list li h3 {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.34;
  text-align: center;
}
.home_feature--list li p {
  margin-top: 20px;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .home_feature--list li p {
    font-size: 0.875rem;
  }
}

.home_product {
  padding: 0 0 8.75rem;
}
@media screen and (max-width: 767px) {
  .home_product {
    padding: 0 0 3.75rem;
  }
}
.home_product--box {
  display: flex;
  gap: 3.77%;
}
@media screen and (max-width: 767px) {
  .home_product--box {
    flex-direction: column;
  }
}
.home_product--box .box_left {
  flex-shrink: 0;
  width: 56.55%;
}
@media screen and (max-width: 767px) {
  .home_product--box .box_left {
    display: contents;
  }
}
.home_product--box .box_right {
  flex-grow: 1;
  margin: -90px var(--extend) 0 0;
}
@media screen and (max-width: 767px) {
  .home_product--box .box_right {
    order: 2;
    margin: 0 var(--extend) 24px;
  }
}
.home_product--box .box_right .image:nth-child(1) {
  display: block;
  overflow: hidden;
}
.home_product--box .box_right .image:nth-child(1) img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .home_product--ttl {
    order: 1;
    margin-bottom: 30px;
  }
}
.home_product--subttl {
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.33;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .home_product--subttl {
    order: 3;
    font-size: 1.75rem;
  }
}
.home_product--text {
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .home_product--text {
    order: 4;
    font-size: 0.875rem;
  }
}
.home_product--splide {
  margin-top: 60px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .home_product--splide {
    margin-top: 50px;
    order: 5;
  }
  .home_product--splide .splide__track {
    overflow: visible;
  }
}
.home_product--splide .splide__slide .image {
  display: block;
  overflow: hidden;
  position: relative;
}
.home_product--splide .splide__slide .image:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 67%;
}
.home_product--splide .splide__slide .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.home_product--splide .splide__slide h4 {
  margin-top: 1em;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.home_product--splide .splide__slide p {
  margin-top: 1em;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
}
.home_product .splide__arrows {
  position: absolute;
  bottom: 50px;
}
.home_product .splide__arrow {
  opacity: 1;
  width: 50px;
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .home_product .splide__arrow {
    width: 46px;
  }
}
.home_product .splide__arrow svg {
  display: none;
}
.home_product .splide__arrow--prev {
  background: transparent url(../images/ico_arrow_left_splide.svg) no-repeat center/contain;
  top: 0;
  left: 0;
  transform: none;
}
.home_product .splide__arrow--next {
  background: transparent url(../images/ico_arrow_right_splide.svg) no-repeat center/contain;
  right: unset;
  top: 0;
  left: 70px;
  transform: none;
}
@media screen and (max-width: 767px) {
  .home_product .splide__arrow--next {
    left: 58px;
  }
}
.home_product .my-carousel-progress {
  background: #9F9F9F;
  width: calc(100% - 172px);
  position: absolute;
  top: calc(100% - 26px);
  right: 0;
}
@media screen and (max-width: 767px) {
  .home_product .my-carousel-progress {
    width: calc(100% - 145px);
    top: calc(100% - 28px);
  }
}
.home_product .my-carousel-progress-bar {
  background: #00277F;
  height: 2px;
  transition: width 400ms ease;
  width: 0;
}

.home_about {
  padding: 0 0 7.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .home_about {
    padding: 0;
  }
}
.home_about:after {
  content: "";
  display: block;
  width: min(61%, 916px);
  aspect-ratio: 916/492;
  background: url(../images/home_about_02.jpg) no-repeat center/cover;
  position: absolute;
  top: 436px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .home_about:after {
    position: static;
    width: 100%;
    background: url(../images/home_about_02_sp.jpg) no-repeat center/cover;
    margin-top: 8px;
  }
}
.home_about .inner_m {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .home_about .inner_m {
    padding: 0 calc(var(--sideW) * 2);
  }
}
.home_about--image {
  margin: 0 var(--extend) -97px;
  background: url(../images/home_about_01.jpg) no-repeat center right/cover;
  height: 436px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .home_about--image {
    background: url(../images/home_about_01_sp.jpg) no-repeat center right/cover;
    height: 228px;
    margin: 0 var(--extend) -33px;
  }
}
.home_about--image:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 39, 127, 0.34);
  position: absolute;
  top: 0;
  left: 0;
}
.home_about--ttl {
  position: relative;
}
@media screen and (max-width: 767px) {
  .home_about--ttl {
    text-align: center;
    margin-bottom: 0.25em;
  }
}
.home_about--text {
  position: relative;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .home_about--text {
    font-size: 1rem;
    text-align: justify;
  }
}
.home_about--link {
  margin: 30px 0 0;
}
@media screen and (max-width: 767px) {
  .home_about--link {
    margin: 20px auto 0;
  }
}

.home_recruit {
  position: relative;
  padding: 0 0 7.5rem;
}
@media screen and (max-width: 767px) {
  .home_recruit {
    margin-top: -15%;
    padding-bottom: 3.75rem;
  }
}
.home_recruit .inner_m {
  display: flex;
  gap: 9.836%;
}
@media screen and (max-width: 767px) {
  .home_recruit .inner_m {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .home_recruit .inner_m .box_left {
    margin: 0 var(--extend);
  }
}
.home_recruit .inner_m .box_left .image:nth-child(1) {
  width: 82.2%;
}
@media screen and (max-width: 767px) {
  .home_recruit .inner_m .box_left .image:nth-child(1) {
    width: calc(100% - var(--sideW) * 2);
  }
}
.home_recruit .inner_m .box_left .image:nth-child(2) {
  width: 38.28%;
  margin: -35% 0 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .home_recruit .inner_m .box_left .image:nth-child(2) {
    width: 42.66%;
    margin: -16% 0 0 auto;
  }
}
.home_recruit .inner_m .box_right {
  width: 50%;
  flex-shrink: 0;
  padding-top: 12.7%;
}
@media screen and (max-width: 767px) {
  .home_recruit .inner_m .box_right {
    width: 100%;
    padding-top: 20px;
  }
}
.home_recruit--subttl {
  margin-top: 0.25em;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.34;
}
@media screen and (max-width: 767px) {
  .home_recruit--subttl {
    margin-top: 0.5em;
    font-size: 1.75rem;
  }
}
.home_recruit--text {
  margin-top: 1.5em;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .home_recruit--text {
    font-size: 0.875rem;
  }
}
.home_recruit--link {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .home_recruit--link {
    margin-top: 1.875rem;
  }
}

.home_topics {
  background: #000 url(../images/texture_cmn_01.svg) repeat top left/92px;
  padding: 6.25rem 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .home_topics {
    padding: 3.75rem 0;
  }
}
.home_topics__box01 {
  display: flex;
  border-bottom: 1px solid #fff;
  gap: 4.63%;
}
@media screen and (max-width: 767px) {
  .home_topics__box01 {
    display: block;
    border-bottom: none;
  }
}
.home_topics__box01 .box_left {
  flex-shrink: 0;
  width: 330px;
  position: relative;
  padding-top: 14px;
}
@media screen and (max-width: 767px) {
  .home_topics__box01 .box_left {
    width: 100%;
    border-bottom: 1px solid #fff;
    padding: 0 0 32px;
  }
}
.home_topics__box01 .box_left:after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 6.25rem);
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .home_topics__box01 .box_left:after {
    content: none;
  }
}
.home_topics__box01 .box_right {
  flex-grow: 1;
  padding: 0 0 52px;
}
@media screen and (max-width: 767px) {
  .home_topics__box01 .box_right {
    padding: 0;
  }
}
.home_topics__box01 .box_right h3 {
  border-bottom: 1px solid #fff;
  padding: 0 0 12px 22px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .home_topics__box01 .box_right h3 {
    padding: 14px 0;
  }
}
.home_topics__box01 .box_right .no-post {
  padding: 0 0 0 22px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .home_topics__box01 .box_right .no-post {
    padding: 0;
    font-size: 0.875rem;
  }
}
.home_topics--subttl {
  font-family: "Roboto Slab", serif;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.314;
}
@media screen and (max-width: 767px) {
  .home_topics--subttl {
    font-size: 1.5rem;
  }
}
.home_topics--splide {
  padding-left: 22px;
}
@media screen and (max-width: 767px) {
  .home_topics--splide {
    padding-left: 0;
  }
}
.home_topics__box02 {
  margin-top: 40px;
}
.home_topics__box02 h3 {
  margin-bottom: 34px;
}
.home_topics__box02 .no-post {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .home_topics__box02 .no-post {
    font-size: 0.875rem;
  }
}

.card_news {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .card_news {
    display: block;
  }
}
.card_news:hover {
  opacity: 0.85;
}
.card_news--date {
  flex-shrink: 0;
  width: 128px;
  font-family: "Roboto Slab", serif;
  font-size: 1.125rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .card_news--date {
    font-size: 0.75rem;
    margin: 0 0 8px;
  }
}
.card_news--category {
  flex-shrink: 0;
  margin-right: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 136px;
  height: 37px;
  border-radius: 50px;
  background-color: #fff;
  color: #000;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .card_news--category {
    font-size: 0.75rem;
    min-width: 100px;
    height: 22px;
    margin: 0 0 10px;
  }
}
.card_news--ttl {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 767px) {
  .card_news--ttl {
    font-size: 0.875rem;
  }
}

.list_blog {
  display: flex;
  flex-wrap: wrap;
  gap: 3.75rem 5%;
}
@media screen and (max-width: 767px) {
  .list_blog {
    gap: 2.5rem;
  }
}
.list_blog > li {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .list_blog > li {
    width: 100%;
  }
}

.card_blog {
  display: block;
  color: #fff;
}
.card_blog--image {
  display: block;
  overflow: hidden;
  aspect-ratio: 300/195;
  position: relative;
}
.card_blog--image:after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background-color: rgba(0, 39, 127, 0.34);
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.3s;
}
.card_blog--image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.card_blog--date {
  margin-top: 24px;
  font-family: "Roboto Slab", serif;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .card_blog--date {
    font-size: 0.75rem;
  }
}
.card_blog--ttl {
  margin-top: 8px;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 767px) {
  .card_blog--ttl {
    font-size: 1.125rem;
  }
}
.card_blog--text {
  margin-top: 16px;
  font-size: 0.9375rem;
  letter-spacing: 0.01em;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  .card_blog--text {
    margin-top: 1em;
    font-size: 0.875rem;
    -webkit-line-clamp: 3;
  }
}
.card_blog--category {
  margin-top: 1.5rem;
}
.card_blog--category li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 50px;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  min-width: 114px;
  padding: 0 1.5em;
  margin-right: 0.5em;
}
.card_blog:hover {
  filter: brightness(120%);
  transform: scale(1.05);
}
.card_blog:hover .card_blog--image img {
  transform: scale(1.05);
}
.card_blog:hover .card_blog--image:after {
  width: 100%;
  right: unset;
  left: 0;
}

.page-business #container_wrap {
  padding-top: 0;
}
.page-business .section_wrap {
  padding: 0;
}

.business_hero {
  height: max(100vh, 600px);
  position: relative;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 767px) {
  .business_hero {
    height: 500px;
  }
}
.business_hero:before {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  background: url(../images/business_01.jpg) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .business_hero:before {
    width: 100%;
    height: 50%;
  }
}
.business_hero:after {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  background: url(../images/business_02.jpg) no-repeat center/cover;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .business_hero:after {
    width: 100%;
    height: 50%;
    top: unset;
    bottom: 0;
  }
}
.business_hero .catch {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 58px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.45;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
  .business_hero .catch {
    font-size: 36px;
    margin: 0 var(--extend);
  }
}
.business_hero .catch p {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  overflow: hidden;
  clip-path: inset(0 100% 0 0);
}
@media screen and (max-width: 767px) {
  .business_hero .catch p {
    width: 100%;
    text-align: center;
  }
}
.business_hero .catch.js-active p {
  animation: revealClip 0.5s ease-out forwards;
}
.business_hero .catch.js-active p:nth-child(1) {
  animation-delay: 0.2s;
}
.business_hero .catch.js-active p:nth-child(2) {
  animation-delay: 0.5s;
}

.business_lead {
  padding: 6em 0 14em;
  background: #fff url(../images/footer_bg.svg) no-repeat top left/cover;
}
@media screen and (max-width: 767px) {
  .business_lead {
    padding: 5em 0;
    margin-bottom: 3.75em;
  }
}
.business_lead .inner_m {
  display: flex;
  align-items: flex-start;
  gap: 2%;
}
@media screen and (max-width: 767px) {
  .business_lead .inner_m {
    flex-direction: column;
    gap: 2.5em;
  }
}
.business_lead .inner_m .box_text {
  width: 50%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .business_lead .inner_m .box_text {
    width: 100%;
  }
}
.business_lead .inner_m .box_image {
  flex-grow: 1;
}
.business_lead p {
  margin-top: 0.5em;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
}

.business_list {
  margin-top: -208px;
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .business_list {
    margin: 0 0 5em;
  }
}

.business_card {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .business_card {
    margin-bottom: 3.75em;
  }
}
.business_card:last-child {
  margin-bottom: 0;
}
.business_card--ttl {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .business_card--ttl {
    font-size: 2rem;
  }
}
.business_card--ttl:before {
  content: "BUSINESS";
  display: block;
  font-family: "Roboto Slab", serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .business_card--ttl:before {
    font-size: 1rem;
  }
}
.business_card--ttl + p {
  margin-top: 1em;
  letter-spacing: 0.1em;
}
.business_card--image {
  margin: 3.75rem 0 0 var(--extend);
  display: block;
  overflow: hidden;
  height: 462px;
}
.business_card--image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .business_card--image {
    margin: 1.5rem var(--extend) 0;
    height: auto;
    aspect-ratio: 1242/460;
  }
}
.business_card--box {
  margin-top: 2.5rem;
  display: flex;
  gap: 5%;
}
@media screen and (max-width: 767px) {
  .business_card--box {
    margin-top: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .business_card--box {
    flex-direction: column;
  }
  .business_card--box .box_left {
    display: contents;
  }
  .business_card--box .business_card--description {
    order: 1;
  }
  .business_card--box .business_card--optimal {
    order: 3;
  }
  .business_card--box .box_right {
    order: 2;
  }
}
.business_card--box .box_left {
  width: 47.5%;
  flex-shrink: 0;
}
.business_card--box .box_right {
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .business_card--box .box_right {
    margin-top: 1.5em;
  }
}
.business_card--box .box_right h3 {
  padding: 1.2em;
  background: #000 url(../images/texture_cmn_01.svg) repeat top left/92px;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1;
  margin: 0 var(--extend) 24px 0;
}
.business_card--box .box_right p {
  line-height: 2;
}
.business_card--description {
  letter-spacing: 0.1em;
  line-height: 2;
}
.business_card--optimal {
  margin-top: 2.5rem;
}
.business_card--optimal h3 {
  border-bottom: 1px solid #000;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .business_card--optimal h3 {
    font-size: 1.25rem;
  }
}
.business_card--optimal ul li {
  margin-bottom: 0.25em;
}
.business_card--optimal ul li:last-child {
  margin-bottom: 0;
}

.business_factory--ttl {
  font-size: 36px;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .business_factory--ttl {
    font-size: 24px;
  }
}
.business_factory--subttl {
  font-size: 56px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.25;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .business_factory--subttl {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
  }
}
.business_factory--splide {
  margin: 30px var(--extend) 0;
}
.business_factory--splide .splide__slide {
  display: block;
  overflow: hidden;
  position: relative;
}
.business_factory--splide .splide__slide:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 64.92%;
}
.business_factory--splide .splide__slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.business_factory--equipment {
  margin-top: 3.75rem;
  display: flex;
  align-items: flex-start;
  gap: 7.05%;
}
@media screen and (max-width: 767px) {
  .business_factory--equipment {
    flex-direction: column;
    margin-top: 1.5rem;
  }
}
.business_factory--equipment .box_text {
  flex-shrink: 0;
  width: 42.95%;
  padding-top: 3.7%;
}
@media screen and (max-width: 767px) {
  .business_factory--equipment .box_text {
    width: 100%;
    padding: 4.5rem 0 1.5rem;
    position: relative;
  }
}
.business_factory--equipment .box_text:after {
  position: relative;
  z-index: 1;
  content: "equipment";
  display: block;
  color: #D9D9D9;
  font-family: "Roboto Slab", serif;
  font-size: 7.5rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin: 0 var(--extend) 0 0;
}
@media screen and (max-width: 767px) {
  .business_factory--equipment .box_text:after {
    font-size: 3rem;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.business_factory--equipment .box_text > li {
  border-bottom: 1px solid #000;
  padding: 35px 0;
}
.business_factory--equipment .box_text > li h3 {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .business_factory--equipment .box_text > li h3 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .business_factory--equipment .box_text > li ul {
    font-size: 0.9375rem;
  }
}
.business_factory--equipment .box_text > li ul li {
  letter-spacing: 0.1em;
}
.business_factory--equipment .box_image {
  flex-grow: 1;
  margin: 0 var(--extend) 0 0;
  display: block;
  overflow: hidden;
  height: 780px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .business_factory--equipment .box_image {
    display: none;
  }
}
.business_factory--equipment .box_image:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(2, 25, 77, 0.34);
  position: absolute;
  top: 0;
  left: 0;
}
.business_factory--equipment .box_image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-about-us #container_wrap {
  padding-top: 0;
}
.page-about-us .section_wrap {
  padding-top: 0;
}

.about_hero {
  background: url(../images/about_01.jpg) no-repeat top center/cover;
  padding: 17rem 0 15.25rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .about_hero {
    padding: 10rem 0 5rem;
    background: url(../images/about_01_sp.jpg) no-repeat top center/cover;
  }
}
.about_hero--ttl {
  color: #fff;
  margin: 0 auto 6rem;
}
@media screen and (max-width: 767px) {
  .about_hero--ttl {
    margin-bottom: 5rem;
  }
}
.about_hero--mvv {
  animation-delay: 1s !important;
  display: flex;
  flex-wrap: wrap;
  gap: 6.25rem 6.2%;
}
@media screen and (max-width: 767px) {
  .about_hero--mvv {
    flex-direction: column;
    gap: 5rem;
  }
}
.about_hero--mvv li {
  width: 46.9%;
  text-align: center;
  border: 1px solid #fff;
  padding: 80px 4% 56px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about_hero--mvv li {
    width: 100%;
    padding: 60px 3% 42px;
  }
}
.about_hero--mvv li:before {
  content: "";
  display: block;
  width: 1px;
  height: 100px;
  background-color: #fff;
  position: absolute;
  top: -50px;
  left: calc(50% - 0.5px);
}
@media screen and (max-width: 767px) {
  .about_hero--mvv li:before {
    height: 50px;
    top: -25px;
  }
}
.about_hero--mvv li h2 {
  font-family: "Roboto Slab", serif;
  margin-bottom: 24px;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .about_hero--mvv li h2 {
    font-size: 1.4rem;
  }
}
.about_hero--mvv li p {
  font-size: 2.125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .about_hero--mvv li p {
    font-size: 1.7rem;
  }
}
.about_hero--mvv li:nth-child(1) {
  width: 100%;
  border: none;
  padding: 0;
}
.about_hero--mvv li:nth-child(1):before {
  content: none;
}
.about_hero--mvv li:nth-child(1) p {
  font-size: 3rem;
  letter-spacing: inherit;
}
@media screen and (max-width: 767px) {
  .about_hero--mvv li:nth-child(1) p {
    font-size: 2rem;
    margin: 0 var(--extend);
  }
}

.about_message {
  margin: -7.5rem 0 7.5rem;
}
@media screen and (max-width: 767px) {
  .about_message {
    margin: 0 0 5rem;
    padding: 5rem 0 0;
  }
}
.about_message .inner_s {
  display: flex;
  align-items: flex-start;
  gap: 8%;
}
@media screen and (max-width: 767px) {
  .about_message .inner_s {
    flex-direction: column;
  }
  .about_message .inner_s .about_message--ttl {
    order: 1;
  }
  .about_message .inner_s .about_message--subttl {
    order: 2;
  }
  .about_message .inner_s .about_message--text {
    order: 3;
  }
  .about_message .inner_s .about_message--profile {
    order: 5;
  }
  .about_message .inner_s .box_image {
    order: 4;
  }
}
.about_message .inner_s .box_image {
  width: 40%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .about_message .inner_s .box_image {
    width: 100%;
    margin-top: 2em;
  }
}
.about_message .inner_s .box_text {
  padding-top: 30%;
}
@media screen and (max-width: 767px) {
  .about_message .inner_s .box_text {
    display: contents;
  }
}
.about_message--name {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.75em 0 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about_message--name {
    font-size: 1rem;
  }
}
.about_message--name:before {
  content: "";
  display: block;
  width: 345px;
  aspect-ratio: 345/93;
  background: url(../images/about_message_02.svg) no-repeat center/contain;
  position: absolute;
  top: -84px;
  left: -61%;
  clip-path: inset(0 100% 0 0); /* スライド前 */
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .about_message--name:before {
    width: 276px;
    left: unset;
    right: calc(var(--sideW) * -0.5);
    top: -64px;
  }
}
.about_message--name.js-active:before {
  animation: revealClip 0.75s ease-out forwards;
}
.about_message--ttl {
  font-family: "Roboto Slab", serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.4;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .about_message--ttl {
    font-size: 1rem;
    margin-bottom: 1em;
  }
}
.about_message--subttl {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .about_message--subttl {
    font-size: 1.8rem;
  }
}
.about_message--text {
  margin-top: 1em;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .about_message--text {
    margin-top: 1.5rem;
  }
}
.about_message--profile {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .about_message--profile {
    margin-top: 1.75rem;
  }
}
.about_message--profile dt {
  font-family: "Roboto Slab", serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  border-bottom: 1px solid #000;
  padding: 0 0 0.375em;
  margin-bottom: 0.625em;
}
@media screen and (max-width: 767px) {
  .about_message--profile dt {
    font-size: 1.125rem;
  }
}
.about_message--profile dd {
  letter-spacing: 0.1;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .about_message--profile dd {
    font-size: 0.875rem;
  }
}
.about_message--sns {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .about_message--sns {
    margin-top: 1em;
  }
}
.about_message--sns li {
  display: inline-block;
  margin-left: 0.75em;
}
@media screen and (max-width: 767px) {
  .about_message--sns li {
    width: 30px;
  }
}
.about_message--sns li:first-child {
  margin-left: 0;
}

.about_company {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .about_company {
    margin-bottom: 5rem;
  }
}
.about_company--ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .about_company--ttl {
    margin-bottom: 24px;
  }
}

.about_history {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .about_history {
    margin-bottom: 5rem;
  }
}
.about_history--ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .about_history--ttl {
    margin-bottom: 26px;
  }
}
.about_history--text {
  margin: 2em 0 1em;
}
@media screen and (max-width: 767px) {
  .about_history--text {
    font-size: 0.9375rem;
    margin: 0 0 1em;
  }
}

.about_access--ttl {
  margin: 0 auto 1.5rem;
}
.about_access--map {
  display: block;
  overflow: hidden;
  height: 542px;
}
@media screen and (max-width: 767px) {
  .about_access--map {
    height: auto;
    aspect-ratio: 4/3;
    margin: 0 var(--extend);
  }
}
.about_access--map iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.about_access--text {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .about_access--text {
    font-size: 0.9375rem;
  }
}

.page-recruit .section_wrap {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .page-recruit .section_wrap {
    padding-bottom: 2.5rem;
  }
}

.recruit_hero {
  padding: 0 var(--sideW);
}
.recruit_hero .inner_m {
  max-width: var(--contentsWideM);
  padding: 11.25rem 0 5rem;
  background: url(../images/recruit_01.svg) no-repeat bottom right/27%;
}
@media screen and (max-width: 767px) {
  .recruit_hero .inner_m {
    padding: 5rem 0 7.5em;
  }
}
.recruit_hero--ttl {
  font-size: 2.5rem;
}
.recruit_hero--catch {
  margin-top: 8px;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .recruit_hero--catch {
    font-size: 2.2rem;
  }
}
.recruit_hero--catch p:nth-child(2) {
  animation-delay: 0.5s;
}
.recruit_hero--text {
  margin-top: 36px;
  letter-spacing: 0.1em;
  line-height: 2;
  animation-delay: 1.2s !important;
}
@media screen and (max-width: 767px) {
  .recruit_hero--text {
    font-size: 0.9375rem;
  }
}

.recruit_lead {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.recruit_lead--content {
  position: relative;
  padding: 7.5rem 0 6rem;
  background: url(../images/recruit_lead_01.jpg?ver=20250806) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .recruit_lead--content {
    margin: 0 var(--extend);
    padding: 5rem var(--sideW);
    background: url(../images/recruit_lead_01_sp.jpg?ver=20250806) no-repeat center/cover;
  }
}
.recruit_lead--content:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(2, 25, 77, 0.36);
  position: absolute;
  top: 0;
  left: 0;
}
.recruit_lead--content p {
  position: relative;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 1.5rem;
}
.recruit_lead--content p:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .recruit_lead--content p {
    font-size: 0.9375rem;
  }
}
.recruit_lead .scroll_text {
  position: relative;
  text-align: center;
  color: rgba(255, 255, 255, 0.44);
  font-family: "Roboto Slab", serif;
  font-size: 4.5rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.3;
  margin: -56px var(--extend) 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .recruit_lead .scroll_text {
    font-size: 2.5em;
    margin-top: -30px;
  }
}

.recruit_joinus {
  padding: 2.5rem 0 5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit_joinus {
    margin-bottom: 5rem;
  }
}
.recruit_joinus:before {
  content: "";
  display: block;
  width: 100%;
  height: 850px;
  background: url(../images/recruit_joinus_01.jpg) no-repeat bottom right/cover;
  position: absolute;
  top: -146px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .recruit_joinus:before {
    height: calc(100% + 24px);
    background: url(../images/recruit_joinus_01_sp.jpg) no-repeat bottom right/cover;
    top: -24px;
  }
}
.recruit_joinus .inner_m {
  position: relative;
  display: flex;
  gap: 8.52%;
}
@media screen and (max-width: 767px) {
  .recruit_joinus .inner_m {
    flex-direction: column;
  }
}
.recruit_joinus--ttl {
  flex-shrink: 0;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Roboto Slab", serif;
  font-size: 70px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .recruit_joinus--ttl {
    font-size: 2.625rem;
    position: relative;
  }
}
.recruit_joinus--ttl:after {
  content: "";
  display: block;
  width: 1px;
  height: 245px;
  margin: 10px auto 0;
  transition: 0.5s 0.5s;
  background: linear-gradient(to bottom, black, black);
  background-size: 100% 0%;
  background-repeat: no-repeat;
  background-position: top;
}
@media screen and (max-width: 767px) {
  .recruit_joinus--ttl:after {
    height: 1px;
    width: 100px;
    position: absolute;
    top: calc(50% - 10px);
    left: calc(100% + 20px);
    background: linear-gradient(to right, black, black);
    background-size: 0% 100%;
    background-position: left;
  }
}
.recruit_joinus--ttl.js-active:after {
  animation: revealLine 0.5s forwards;
}
.recruit_joinus--content {
  margin-top: 37px;
  flex-grow: 1;
  letter-spacing: 0.1em;
  line-height: 2;
  animation-delay: 0.5s !important;
}
.recruit_joinus--content p {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .recruit_joinus--content {
    font-size: 0.9375rem;
  }
}

.recruit_voice {
  position: relative;
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .recruit_voice {
    margin-bottom: 5rem;
  }
}
.recruit_voice--ttl {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 3.75rem;
}
.recruit_voice--ttl h2 {
  padding-top: 1.25em;
}
.recruit_voice ul {
  counter-reset: number 0;
}
.recruit_voice--card {
  counter-increment: number 1;
  display: flex;
  align-items: flex-start;
  gap: 5.08%;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .recruit_voice--card {
    flex-direction: column;
    gap: 2.5rem;
    margin-bottom: 3.75rem;
  }
}
.recruit_voice--card:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .recruit_voice--card:nth-child(even) {
    flex-direction: column;
  }
}
.recruit_voice--card:last-child {
  margin-bottom: 0;
}
.recruit_voice--card .box_image {
  flex-grow: 1;
  position: relative;
}
.recruit_voice--card .box_image:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #000;
  position: absolute;
  top: 20px;
  right: 20px;
}
@media screen and (max-width: 767px) {
  .recruit_voice--card .box_image:before {
    top: 10px;
    right: 10px;
  }
}
.recruit_voice--card .box_image .image {
  display: block;
  overflow: hidden;
  aspect-ratio: 700/465;
  transform: translate(-20px, 20px);
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .recruit_voice--card .box_image .image {
    transform: translate(-5px, 5px);
  }
}
.recruit_voice--card .box_image .image img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
  opacity: 0;
}
.recruit_voice--card .box_image .image.js-active {
  transform: translate(0px, 0px);
}
.recruit_voice--card .box_image .image.js-active img {
  opacity: 1;
}
.recruit_voice--card .box_text {
  flex-shrink: 0;
  width: 44.92%;
  padding-top: 11%;
}
@media screen and (max-width: 767px) {
  .recruit_voice--card .box_text {
    width: 100%;
    padding-top: 0;
  }
}
.recruit_voice--card h3 {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .recruit_voice--card h3 {
    font-size: 1.5rem;
    margin-bottom: 14px;
  }
}
.recruit_voice--card h3:before {
  content: "VOICE / " counter(number, decimal-leading-zero);
  display: block;
  font-family: "Roboto Slab", serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .recruit_voice--card h3:before {
    font-size: 1rem;
    margin-bottom: 6px;
  }
}
.recruit_voice--card .attr {
  font-size: 0.9375rem;
  letter-spacing: 0.01em;
  line-height: 2;
  margin-bottom: 1.5rem;
}
.recruit_voice--card p {
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 1.5em;
}

.recruit_field {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .recruit_field {
    margin-bottom: 5rem;
  }
}
.recruit_field--ttl {
  margin: 0 auto 2.5rem;
}
.recruit_field--splide {
  margin: 0 var(--extend);
}
.recruit_field--splide .splide__slide {
  display: block;
  overflow: hidden;
  position: relative;
}
.recruit_field--splide .splide__slide:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 64.92%;
}
.recruit_field--splide .splide__slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.recruit_field--list {
  margin-top: 3.75rem;
  display: flex;
  gap: 5.6%;
}
@media screen and (max-width: 767px) {
  .recruit_field--list {
    flex-direction: column;
    gap: 2rem;
  }
}
.recruit_field--list > li {
  width: 100%;
}
.recruit_field--list > li h3 {
  background: #000 url(../images/texture_cmn_01.svg) repeat top left/92px;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 1.125em;
}
@media screen and (max-width: 767px) {
  .recruit_field--list > li h3 {
    font-size: 1.125rem;
    padding: 1em;
  }
}
.recruit_field--list > li ul {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .recruit_field--list > li ul {
    margin-top: 1.5em;
  }
}
.recruit_field--list > li ul > li {
  margin-bottom: 0.5em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .recruit_field--list > li ul > li {
    font-size: 0.9375rem;
    line-height: 1.75;
  }
}

.recruit_flow {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .recruit_flow {
    margin-bottom: 5rem;
  }
}
.recruit_flow--ttl {
  margin: 0 auto 3.125rem;
}
@media screen and (max-width: 767px) {
  .recruit_flow--ttl {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit_flow .js-scrollable {
    margin: 0 var(--extend);
    padding: 0 var(--sideW);
  }
}
.recruit_flow ol {
  display: flex;
  gap: 2.295%;
  min-width: calc(800px + 5.25rem);
}
@media screen and (max-width: 767px) {
  .recruit_flow ol {
    gap: 1.75rem;
  }
}
.recruit_flow ol li {
  width: 23.27875%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #707070;
  text-align: center;
  padding: 0 2.25%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .recruit_flow ol li {
    flex-shrink: 0;
    width: 200px;
  }
}
@media screen and (min-width: 768px) {
  .recruit_flow ol li:nth-child(1) {
    animation-delay: 0.3s !important;
  }
  .recruit_flow ol li:nth-child(2) {
    animation-delay: 0.6s !important;
  }
  .recruit_flow ol li:nth-child(3) {
    animation-delay: 0.9s !important;
  }
  .recruit_flow ol li:nth-child(4) {
    animation-delay: 1.2s !important;
  }
}
.recruit_flow ol li h3 {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .recruit_flow ol li h3 {
    font-size: 1.4rem;
  }
}
.recruit_flow ol li h3:before {
  content: attr(data-en);
  display: block;
  color: #00277F;
  font-family: "Roboto Slab", serif;
  font-size: 23px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .recruit_flow ol li h3:before {
    font-size: 19px;
  }
}
.recruit_flow ol li p {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .recruit_flow ol li p {
    font-size: 0.875rem;
  }
}

.recruit_entry {
  text-align: center;
}
.recruit_entry--ttl {
  margin: 0 auto;
}
.recruit_entry--text {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .recruit_entry--text {
    font-size: 1rem;
    margin-top: 0.5em;
  }
}
.recruit_entry--link {
  display: block;
  width: min(100%, 626px);
  margin: 2.25rem auto 0;
  position: relative;
  padding: 12px 15px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .recruit_entry--link {
    padding: 7px 8px;
    margin: 10px auto 0;
  }
}
.recruit_entry--link:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 12px;
  left: 0;
  transition: inherit;
}
@media screen and (max-width: 767px) {
  .recruit_entry--link:before {
    top: 7px;
  }
}
.recruit_entry--link:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 12px;
  left: 0;
  transition: inherit;
}
@media screen and (max-width: 767px) {
  .recruit_entry--link:after {
    bottom: 7px;
  }
}
.recruit_entry--link .wrapper {
  transition: inherit;
}
.recruit_entry--link .wrapper:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0px;
  left: 15px;
  transition: inherit;
}
@media screen and (max-width: 767px) {
  .recruit_entry--link .wrapper:before {
    left: 8px;
  }
}
.recruit_entry--link .wrapper:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0px;
  right: 15px;
  transition: inherit;
}
@media screen and (max-width: 767px) {
  .recruit_entry--link .wrapper:after {
    right: 8px;
  }
}
.recruit_entry--link span {
  display: block;
  text-align: center;
  background-color: #000;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0.934em 0;
  transition: inherit;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit_entry--link span {
    font-size: 1rem;
  }
}
.recruit_entry--link span:before {
  content: "";
  display: block;
  width: 34px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url(../images/ico_arrow_right_02.svg) no-repeat center/contain;
  position: absolute;
  top: calc(50% - 17px);
  right: 15px;
}
@media screen and (max-width: 767px) {
  .recruit_entry--link span:before {
    width: 18px;
    top: calc(50% - 9px);
  }
}
.recruit_entry--link:hover:before {
  transform: rotateY(90deg);
}
.recruit_entry--link:hover:after {
  transform: rotateY(90deg);
}
.recruit_entry--link:hover .wrapper:before {
  transform: rotateX(90deg);
}
.recruit_entry--link:hover .wrapper:after {
  transform: rotateX(90deg);
}
.recruit_entry--link:hover span {
  background-color: #00277F;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.page-contact .section_wrap {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .page-contact .section_wrap {
    padding-bottom: 2.5rem;
  }
}
.page-contact .ttl_cmn_05, .page-contact .ttl_policy .en, .ttl_policy .page-contact .en {
  margin-bottom: 2.5rem;
}

.contact_lead {
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .contact_lead {
    font-size: 0.9375rem;
    margin-bottom: 2.5rem;
  }
}

.dlist_domain {
  background-color: #F7F7F7;
  padding: 30px 3.7%;
}
@media screen and (max-width: 767px) {
  .dlist_domain {
    padding: 30px var(--sideW);
  }
}
.dlist_domain dt {
  font-weight: 700;
  letter-spacing: 0.04em;
}
.dlist_domain dd {
  margin-top: 0.75em;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
}

.page-privacy-policy .section_wrap {
  padding-bottom: 0;
}

.ttl_policy {
  margin-bottom: 50px;
}
.ttl_policy .ja {
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .ttl_policy .ja {
    font-size: 1.6rem;
    margin: 1em var(--extend);
  }
}

.dlist_policy dt {
  border-bottom: 1px solid #000;
  padding-bottom: 0.75em;
  margin-bottom: 0.75em;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .dlist_policy dt {
    font-size: 1.2rem;
  }
}
.dlist_policy dd {
  margin-bottom: 40px;
  font-size: 0.9375rem;
  letter-spacing: 0.06em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .dlist_policy dd {
    font-size: 0.875rem;
  }
}
.dlist_policy dd ul {
  margin-top: 1em;
}
.dlist_policy dd span {
  display: block;
  margin-bottom: 1em;
}
.dlist_policy dd:last-child {
  margin-bottom: 0;
}

.sitemap--ttl {
  margin-bottom: 3.75rem;
}
.sitemap--list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2.5rem 3%;
}
@media screen and (max-width: 767px) {
  .sitemap--list {
    gap: 1.5em;
  }
}
.sitemap--list > li {
  width: 22.75%;
}
@media screen and (max-width: 767px) {
  .sitemap--list > li {
    width: 100%;
  }
}
.sitemap--list > li > a {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  border-bottom: 1px solid #000;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .sitemap--list > li > a {
    font-size: 1rem;
  }
}
.sitemap--list > li ul {
  padding-left: 1em;
}
.sitemap--list > li ul li {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .sitemap--list > li ul li {
    font-size: 0.875rem;
  }
}
.sitemap--list > li ul li a:before {
  content: "ー ";
}

.ttl_topics {
  color: #fff;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .ttl_topics {
    flex-direction: column;
    align-items: flex-start;
    gap: 1em;
  }
}
.ttl_topics:before {
  content: attr(data-en);
  font-family: "Roboto Slab", serif;
  font-size: 3.25rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.3;
  order: 1;
}
@media screen and (max-width: 767px) {
  .ttl_topics:before {
    font-size: 2.25rem;
  }
}
.ttl_topics:after {
  content: "";
  display: block;
  width: 54px;
  height: 1px;
  background-color: #fff;
  order: 2;
}
.ttl_topics span {
  order: 3;
}

.topics_category_link {
  margin: 3.5rem 0 0;
  color: #fff;
  letter-spacing: 0.1em;
}
.topics_category_link ul li {
  display: inline-block;
  margin-right: 2.5em;
}
.topics_category_link ul li:last-child {
  margin-right: 0;
}
.topics_category_link ul li a {
  position: relative;
  display: inline-block;
  padding: 10px 0;
}
.topics_category_link ul li a:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: 0.3s;
}
.topics_category_link ul li a.current:after {
  width: 100%;
  right: unset;
  left: 0;
}
.topics_category_link ul li a:hover {
  opacity: 0.8;
}
.topics_category_link ul li a:hover:after {
  width: 100%;
  right: unset;
  left: 0;
}

body.archive {
  background: #02194D url(../images/texture_cmn_01.svg) repeat top left/92px;
}
body.archive .section_wrap {
  padding: 7.5rem 0 7.5rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  body.archive .section_wrap {
    padding: 3.75rem 0 5rem;
  }
}
body.archive .list_blog {
  margin: 4.375rem 0 0;
}
@media screen and (max-width: 767px) {
  body.archive .list_blog {
    gap: 3.75rem;
  }
}

body.single {
  background: #02194D url(../images/texture_cmn_01.svg) repeat top left/92px;
}
body.single .section_wrap {
  padding: 7.5rem 0 7.5rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  body.single .section_wrap {
    padding: 3.75rem 0 5rem;
  }
}
body.single .ttl_topics {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  body.single .ttl_topics {
    margin-bottom: 2.5rem;
  }
}

.article_post--date {
  font-family: "Roboto Slab", serif;
  font-size: 1.125rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .article_post--date {
    font-size: 0.875rem;
  }
}
.article_post--ttl {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin: 10px 0 20px;
}
@media screen and (max-width: 767px) {
  .article_post--ttl {
    font-size: 1.6rem;
  }
}
.article_post--category li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 50px;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  min-width: 114px;
  padding: 0 1.5em;
  margin-right: 0.5em;
}
.article_post--content {
  margin: 60px 0 80px;
}

.post_content {
  font-size: 15px;
  line-height: 2;
}
.post_content * {
  margin: 0 0 1.5rem;
}

.related_post {
  margin-top: 5rem;
}
.related_post h2 {
  color: #fff;
  text-align: center;
  font-family: "Roboto Slab", serif;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 1em;
}
.related_post .list_blog {
  gap: 7.6%;
}
@media screen and (max-width: 767px) {
  .related_post .list_blog {
    flex-direction: column;
    gap: 3.75rem;
  }
}
.related_post .list_blog > li {
  width: 46.2%;
}
@media screen and (max-width: 767px) {
  .related_post .list_blog > li {
    width: 100%;
  }
}

.sidebar {
  color: #fff;
}
.sidebar__item {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .sidebar__item {
    margin-top: 2.5rem;
  }
}
.sidebar__item:first-child {
  margin-top: 0;
}
.sidebar__item dt {
  font-family: "Roboto Slab", serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.3;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sidebar__item dt {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}
.sidebar__item dd ul li {
  border-bottom: 1px solid #fff;
}
.sidebar__item dd ul li:first-child {
  border-top: 1px solid #fff;
}
.sidebar__item dd ul li a {
  display: block;
  letter-spacing: 0.1em;
  padding: 1.6em 1.6em 1.6em 0;
  position: relative;
}
.sidebar__item dd ul li a:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 27px;
  aspect-ratio: 1/1;
  background: url(../images/ico_arrow_right_05.svg) no-repeat center/contain;
}
.sidebar__item dd ul li a:hover {
  background-color: #fff;
  color: #00277F;
  padding-left: 1.6em;
}
@media screen and (max-width: 767px) {
  .sidebar__item dd ul li a {
    font-size: 0.875rem;
    padding: 1.25em 1.6em 1.25em 0;
  }
}

.page-thanks .section_wrap {
  padding-bottom: 0;
}

.thanks_content--text,
.error404_content--text {
  text-align: center;
  margin-top: 3.75rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .thanks_content--text,
  .error404_content--text {
    margin-top: 2.5rem;
    font-size: 0.9375rem;
  }
}
.thanks_content--link,
.error404_content--link {
  margin: 2.5rem auto 0;
}