@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Russo+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Russo+One&display=swap");
img {
  max-width: 100%;
}

.body_hidden {
  overflow-x: hidden;
}

.small_inbox,
.min_inbox,
.outbox,
.inbox {
  margin: 0 auto;
  width: 95%;
}

.text_l {
  text-align: left;
}

.text_c {
  text-align: center;
}

.text_r {
  text-align: right;
}

.silver_txt {
  color: transparent;
  background: repeating-linear-gradient(
    -20deg,
    #9e9e9e 0.1em,
    #9e9e9e 0.2em,
    #e8e8e8 0.3em,
    #9e9e9e 0.4em,
    #9e9e9e 0.5em
  );
  -webkit-background-clip: text;
}

.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: flex;
  width: 100%;
}

.ds_none {
  display: none !important;
}

.flx_wrap {
  flex-wrap: wrap;
}

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

.flx_strt {
  justify-content: start;
}

.flx_btw {
  justify-content: space-between;
}

.flx_ard {
  justify-content: space-around;
}

.flx_end {
  justify-content: flex-end;
}

.flx_center {
  justify-content: center;
}

.flx_alitem-strt {
  align-items: flex-start;
}

.flx_alitem-strch {
  align-items: stretch;
}

.flx_alitem-c {
  align-items: center;
}

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

.flx_alitem-base {
  align-items: baseline;
}

.flx_alcont-strt {
  align-content: flex-start;
}

.flx_alcont-strch {
  align-content: stretch;
}

.flx_alcont-end {
  align-content: flex-end;
}

.flx_alcont-c {
  align-content: center;
}

.flx_alcont-s-btw {
  align-content: space-between;
}

.flx_alcont-s-ard {
  align-content: space-around;
}

img {
  max-width: 100%;
}

.body_hidden {
  overflow-x: hidden;
}

.small_inbox,
.min_inbox,
.outbox,
.inbox {
  margin: 0 auto;
  width: 95%;
}

.text_l {
  text-align: left;
}

.text_c {
  text-align: center;
}

.text_r {
  text-align: right;
}

.silver_txt {
  color: transparent;
  background: repeating-linear-gradient(
    -20deg,
    #9e9e9e 0.1em,
    #9e9e9e 0.2em,
    #e8e8e8 0.3em,
    #9e9e9e 0.4em,
    #9e9e9e 0.5em
  );
  -webkit-background-clip: text;
}

.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: flex;
  width: 100%;
}

.ds_none {
  display: none !important;
}

.flx_wrap {
  flex-wrap: wrap;
}

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

.flx_strt {
  justify-content: start;
}

.flx_btw {
  justify-content: space-between;
}

.flx_ard {
  justify-content: space-around;
}

.flx_end {
  justify-content: flex-end;
}

.flx_center {
  justify-content: center;
}

.flx_alitem-strt {
  align-items: flex-start;
}

.flx_alitem-strch {
  align-items: stretch;
}

.flx_alitem-c {
  align-items: center;
}

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

.flx_alitem-base {
  align-items: baseline;
}

.flx_alcont-strt {
  align-content: flex-start;
}

.flx_alcont-strch {
  align-content: stretch;
}

.flx_alcont-end {
  align-content: flex-end;
}

.flx_alcont-c {
  align-content: center;
}

.flx_alcont-s-btw {
  align-content: space-between;
}

.flx_alcont-s-ard {
  align-content: space-around;
}

body {
  color: #fff;
  background-color: #fff;
  font-family: "Noto Sans JP", serif;
  box-sizing: border-box;
  font-weight: 500;
  transition: 0.5s all ease-in;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
body a {
  color: #fff;
  text-decoration: none;
}

.main_contents {
  position: relative;
  z-index: 100;
}

.wht_box,
.cross_box::before {
  transition: 0.5s all ease-in;
}

.body_white {
  transition: 0.5s all ease-in;
}
.body_white .wht_box {
  background: #000 !important;
  color: #fff !important;
}
.body_white .cross_box::before {
  background: url(../img/icon/cross_blk_box.png) no-repeat center/contain;
}

.badge_txt {
  position: relative;
  text-align: center;
  display: block;
}

.require_badge {
  color: #fff;
  background: #e53935;
}

.free_badge {
  color: #fff;
  background: #9e9e9e;
}

.input_def input,
.input_def textarea,
.input_def select {
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}
.input_def input[type="text"],
.input_def input[type="tel"],
.input_def input[type="email"],
.input_def input[type="url"],
.input_def textarea {
  width: 100%;
}
.input_def input[type="date"] {
  color: #222;
}
.input_def .wpcf7-file {
  border: none;
  padding: 0;
}
.input_def .wpcf7-file::file-selector-button {
  font-family: "Noto Sans JP", sans-serif;
  padding: 10px 5px;
  display: block;
  cursor: pointer;
  transition: 0.1s all ease-in;
  margin-bottom: 5px;
  color: #222;
}
.input_def .wpcf7-file::file-selector-button:hover {
  opacity: 0.8;
}

.wpcf7-list-item {
  margin-left: 0 !important;
}

.wpcf7-submit {
  display: block;
  background: none !important;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  height: 100%;
  font-weight: 700;
  color: #222;
}

.wpcf7-spinner {
  display: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

.wide_container {
  display: flex;
  align-items: flex-start;
  margin-right: calc(50% - 50vw + 9px);
}
@media screen and (max-width: 767px) {
  .wide_container {
    margin-right: 0;
  }
}
.wide_container .wide_sidebar {
  width: 270px;
}
.wide_container .wide_contents_wrap {
  padding: 80px 50px 130px 80px;
  box-sizing: border-box;
  width: calc(100% - 270px);
}

.sticky_side {
  position: sticky;
  top: 90px;
  left: 0;
}

.current_sidebar {
  font-size: 24px;
  font-weight: 700;
}
.current_sidebar .current_sidebar_item {
  color: #b5bab8;
  margin-bottom: 75px;
  padding-left: 50px;
  box-sizing: border-box;
  position: relative;
}
.current_sidebar .current_sidebar_item:before {
  content: "";
  display: block;
  background: #b5bab8;
  width: 30px;
  height: 3px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.current_sidebar .current_sidebar_item.is_current {
  color: #fff;
}
.current_sidebar:last-of-type {
  margin-bottom: 0;
}

.wp_post .post_title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.wp_post .taxomony_tags {
  gap: 5px 0;
  font-size: 13px;
  margin-bottom: 20px;
  line-height: 1.1;
}
.wp_post .taxomony_tags li {
  color: #fff;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #fff;
}
.wp_post .taxomony_tags li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

.post_body .com_current_contents {
  margin-bottom: 50px;
}
.post_body .com_current_contents:last-of-type {
  margin-bottom: 0;
}
.post_body h1,
.post_body h2,
.post_body h3,
.post_body h4,
.post_body h5,
.post_body h6 {
  line-height: 1.4;
}
.post_body h1 {
  background: #000;
  padding: 10px 20px;
  color: #fff;
  box-sizing: border-box;
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .post_body h1 {
    font-size: 20px;
    padding: 7px 12px;
  }
}
.post_body h2 {
  padding: 10px 20px;
  font-size: 28px;
  color: #222;
  box-sizing: border-box;
  border-top: solid 1px #b5bab8;
  border-bottom: solid 1px #b5bab8;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .post_body h2 {
    font-size: 18px;
    padding: 5px 10px;
  }
}
.post_body h3 {
  color: #222;
  border-left: solid 5px #b5bab8;
  margin-bottom: 25px;
  padding-left: 10px;
  box-sizing: border-box;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .post_body h3 {
    font-size: 16px;
    border-left: solid 3px #b5bab8;
  }
}
.post_body h4 {
  box-sizing: border-box;
  padding-left: 30px;
  color: #b5bab8;
  position: relative;
  font-size: 24px;
  margin-bottom: 20px;
}
.post_body h4:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 3px;
  background: #b5bab8;
}
@media screen and (max-width: 767px) {
  .post_body h4 {
    font-size: 16px;
    padding-left: 18px;
  }
  .post_body h4:before {
    width: 10px;
    height: 2px;
  }
}
.post_body h5 {
  background: #b5bab8;
  padding: 10px 20px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 15px;
  font-size: 18px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .post_body h5 {
    font-size: 14px;
    padding: 5px 12px;
  }
}
.post_body h6 {
  color: #b5bab8;
  margin-bottom: 15px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .post_body h6 {
    font-size: 13px;
  }
}
.post_body ul {
  margin-bottom: 25px;
}
.post_body ul > li {
  position: relative;
  padding-left: 25px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.post_body ul > li:last-of-type {
  margin-bottom: 0;
}
.post_body ul > li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: #b5bab8;
}
@media screen and (max-width: 767px) {
  .post_body ul > li {
    padding-left: 15px;
    font-size: 14px;
  }
  .post_body ul > li::before {
    width: 5px;
    height: 5px;
    top: 12px;
    transform: translateY(0);
  }
}
.post_body table {
  border-top: 2px solid #b5bab8;
}
.post_body table td {
  padding: 10px;
  box-sizing: border-box;
  border-right: 1px solid #b5bab8;
  border-bottom: 1px solid #b5bab8;
}
.post_body table td:last-child {
  border-right: none;
}
@media screen and (max-width: 767px) {
  .post_body table td {
    font-size: 13px;
    padding: 5px;
  }
}

.page_btn {
  margin-top: 100px;
}
.page_btn .page_btn_item {
  width: 50%;
}
.page_btn .page_btn_item a {
  color: #222;
}
@media screen and (max-width: 767px) {
  .page_btn .page_btn_item a {
    font-size: 14px;
  }
}
.page_btn .next_btn {
  text-align: right;
}

.wp-pagenavi {
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 40px;
  }
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi a,
.wp-pagenavi .current {
  padding: 12px 18px !important;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi a,
  .wp-pagenavi .current {
    padding: 6px 10px !important;
  }
}
.wp-pagenavi .current {
  background: #000;
  color: #fff;
  transition: 0.1s all ease-in;
}
.wp-pagenavi a {
  color: #222;
}

.body_black .wp-pagenavi .current {
  background: #fff;
  color: #000;
}

.body_black .wp-pagenavi a:hover {
  background: #fff;
  color: #000 !important;
}

.no_scroll {
  overflow: hidden;
}

.body_hidden {
  overflow-x: hidden;
}

.loading_view {
  position: fixed;
  left: 0;
  top: 0;
  padding: 20px;
  box-sizing: border-box;
  width: 100svw;
  height: 100svh;
  z-index: 100;
  animation: MvView 3s forwards;
  animation-delay: 9s;
  background: #000;
  transition: 0.2s all ease-in;
  position: fixed;
}
@keyframes MvView {
  0% {
    opacity: 1;
    background: #000;
  }
  100% {
    opacity: 0;
    background: transparent;
  }
}
.loading_view .loading_view_first,
.loading_view .loading_view_secound,
.loading_view .loading_fade {
  height: 100%;
  width: 100%;
  font-size: 50px;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .loading_view .loading_view_first,
  .loading_view .loading_view_secound,
  .loading_view .loading_fade {
    font-size: 28px;
  }
}
.loading_view .loading_view_first {
  color: transparent;
  background: repeating-linear-gradient(
    -20deg,
    #9e9e9e 0.1em,
    #9e9e9e 0.2em,
    #e8e8e8 0.3em,
    #9e9e9e 0.4em,
    #9e9e9e 0.5em
  );
  -webkit-background-clip: text;
}
.loading_view .loading_view_first {
  animation: MvFirstView 3s forwards;
}
@media screen and (max-width: 767px) {
  .loading_view .loading_view_first {
    text-align: center;
  }
}
@keyframes MvFirstView {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    z-index: -10;
  }
}

.loading_bg {
  width: 100svw;
  height: 100svh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100000;
  animation: MvIImage 2s forwards;
  animation-delay: 6.5s;
  opacity: 0;
  background: url(../img/top/mv_bg.png) no-repeat center/55%;
}
@media screen and (max-width: 767px) {
  .loading_bg {
    background: url(../img/top/mv_bg.png) no-repeat center/120%;
  }
}
@keyframes MvIImage {
  0% {
    opacity: 0;
    transform: scale(0.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.mainvisua_animation:before {
  opacity: 0;
  animation: MVFadeIn 3s forwards;
  animation-delay: 7s;
}
@keyframes MVFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.mainvisual:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100svw;
  height: 100svh;
  background: url(../img/top/mv_bg.png) no-repeat center/55%;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .mainvisual:before {
    background: url(../img/top/mv_bg.png) no-repeat center/120%;
  }
}

#typing_txt {
  opacity: 0; /* 初期状態で非表示 */
  visibility: hidden; /* レイアウトに影響しないようにする */
}

.typing_txt_wrap {
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 50px;
}
@media screen and (max-width: 767px) {
  .typing_txt_wrap {
    font-size: 18px;
  }
}

.is_curtain {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  padding-right: 20px;
}
.is_curtain:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: auto;
  height: 100%;
  background: #000;
  transform: translateX(0);
}
.is_curtain:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: translateX(0);
}

.is_curtain.gray_curtain:after {
  background: #000;
}

.is_curtain.is_show::before {
  animation: showMaskBase 1s forwards;
}

.is_curtain.is_show::after {
  animation: showMask 1.5s forwards;
}

@keyframes showMaskBase {
  0% {
    transform: translateX(0%);
  }
  45%,
  50% {
    transform: translate(0%);
  }
  99% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes showMask {
  0% {
    transform: translateX(-100%);
  }
  45%,
  50% {
    transform: translate(0%);
  }
  99% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.is_curtain .photo-inner {
  opacity: 0;
}

.effect_bg {
  transition: 0.8s all ease-in;
}

.is_effect.effect_bg {
  background: #e8e8e8;
}

@media screen and (min-width: 768px) {
  #header {
    height: 100px;
    padding: 0 30px;
    box-sizing: border-box;
    position: relative;
    z-index: 100;
  }
  #header .header_logo {
    width: 9.636%;
    position: relative;
    z-index: 100;
  }
  #header .header_r {
    width: 90.364%;
    gap: 0 30px;
  }
  #gnav .gnav_list {
    gap: 0 10px;
  }
  #gnav .gnav_list_item > a {
    display: block;
    padding: 5px clamp(5px, 0.5vw, 10px);
    font-size: clamp(12px, 1vw, 16px);
  }
  #gnav .gnav_list_item > a:hover {
    background: #fff;
    color: #222 !important;
  }
  #gnav .mega_menu:hover > a {
    background: #fff;
    color: #222 !important;
  }
  #gnav .child_menu {
    width: 100%;
    position: absolute;
    top: 70px;
    left: 0;
    padding: 30px;
    box-sizing: border-box;
    color: #fff; /* 文字色 */
    background: #000; /* 背景色 */
    visibility: hidden; /* 下層メニューを非表示 */
  }
  #gnav .child_menu .tag_list {
    gap: 10px;
  }
  #gnav .child_menu .child_menu_txt {
    padding-left: 15px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  #gnav .child_menu .megamenu_dl dt,
  #gnav .child_menu .megamenu_dl dd {
    font-size: clamp(12px, 1vw, 16px);
  }
  #gnav .child_menu .megamenu_dl dt {
    padding: 10px 30px 10px 0;
    position: relative;
  }
  #gnav .child_menu .megamenu_dl dt:before {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #b5bab8;
  }
  #gnav .child_menu .megamenu_dl dd {
    padding-left: 20px;
    box-sizing: border-box;
  }
  #gnav .child_menu .megamenu_dl .megamenu_list {
    gap: 10px;
  }
  #gnav .child_menu .megamenu_dl .megamenu_list_item a {
    display: block;
    padding: 10px 20px;
    color: #fff;
  }
  #gnav .child_menu .megamenu_dl .megamenu_list_item a .bi {
    margin-left: 10px;
  }
  #gnav .child_menu .megamenu_dl .megamenu_list_item a:hover {
    background: #fff;
    color: #222 !important;
  }
  #gnav .mega_menu:hover .child_menu {
    visibility: visible;
  }
  .mainvisual {
    margin-top: -100px;
    position: relative;
    overflow: hidden;
    width: 100svw;
    height: 100svh;
    margin-top: -100px;
  }
  .mainvisual .mainvisual_title {
    position: absolute;
    left: 90px;
    bottom: 55px;
    z-index: 10;
  }
  .keyvisual {
    margin-top: -100px;
    position: relative;
    height: 400px;
    background: #000 url(../img/common/keybosual-bg.png) no-repeat right
      top/34.5%;
  }
  .keyvisual .min_inbox,
  .keyvisual .keyvisual_box {
    height: 100%;
  }
  .keyvisual .keyvisual_title .main,
  .keyvisual .keyvisual_title .sub {
    font-weight: 600;
    display: block;
  }
  .keyvisual .keyvisual_title .main {
    font-size: 40px;
    color: #fff;
  }
  .keyvisual .keyvisual_title .sub {
    font-size: 18px;
  }
  .scroll_down {
    position: absolute;
    right: 50px;
    bottom: 30px;
    letter-spacing: 0;
  }
  .scroll_down .scroll_down_txt {
    position: relative;
    writing-mode: vertical-rl;
    padding-bottom: 50px;
  }
  .scroll_down .scroll_down_txt:before {
    content: "";
    width: 1px;
    height: 30px;
    position: absolute;
    background: #fff;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite;
  }
  @keyframes sdl01 {
    0% {
      transform: scale(1, 0);
      transform-origin: 0 0;
    }
    50% {
      transform: scale(1, 1);
      transform-origin: 0 0;
    }
    50.1% {
      transform: scale(1, 1);
      transform-origin: 0 100%;
    }
    100% {
      transform: scale(1, 0);
      transform-origin: 0 100%;
    }
  }
  .breadcrumb_box {
    line-height: 1;
    background: #000;
    padding: 15px 0;
  }
  .breadcrumb_box .breadcrumb_list .breadcrumb_list_item {
    color: #fff;
    position: relative;
    margin-right: 10px;
    padding-right: 10px;
  }
  .breadcrumb_box .breadcrumb_list .breadcrumb_list_item:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 100%;
    background: #b5bab8;
    transform: translateY(-50%);
  }
  .breadcrumb_box .breadcrumb_list .breadcrumb_list_item:last-of-type {
    padding-right: 0;
    margin-right: 0;
  }
  .breadcrumb_box .breadcrumb_list .breadcrumb_list_item:last-of-type:before {
    display: none;
  }
  .breadcrumb_box .breadcrumb_list a {
    display: block;
    color: #b5bab8 !important;
    border-bottom: 1px solid transparent;
  }
  .breadcrumb_box .breadcrumb_list a:hover {
    border-bottom: 1px solid #b5bab8;
  }
  #footer {
    padding: 80px 0 55px;
  }
  #footer .footer_left {
    width: 47%;
    padding-right: 20px;
    box-sizing: border-box;
  }
  #footer .footer_left .footer_logo {
    margin-bottom: 45px;
  }
  #footer .footer_right {
    width: 53%;
    max-width: 680px;
  }
  #footer .ft_nav:nth-child(1) {
    width: 50%;
  }
  #footer .ft_nav:nth-child(2) {
    width: 30%;
  }
  #footer .ft_nav:nth-child(3) {
    width: 20%;
  }
  #footer .ft_nav .ft_nav_item {
    margin-bottom: 30px;
    font-size: clamp(11px, 1vw, 16px);
  }
  #footer .ft_nav .ft_nav_item:last-of-type {
    margin-bottom: 0;
  }
  #footer .ft_nav .ft_nav_item a:hover {
    border-bottom: 1px solid #b5bab8;
  }
  #footer .level02 {
    margin-top: 10px;
  }
  #footer .level02 .level02_item {
    padding-left: 20px;
    position: relative;
    margin-bottom: 5px;
    font-size: 12px;
  }
  #footer .level02 .level02_item:last-of-type {
    margin-bottom: 0;
  }
  #footer .level02 .level02_item:before {
    content: "";
    width: 10px;
    height: 1px;
    display: block;
    position: absolute;
    background: #b5bab8;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .copyright_sub-nav {
    padding-top: 50px;
    margin-top: 50px;
    border-top: 1px solid #b5bab8;
  }
  .copyright_sub-nav .copyright,
  .copyright_sub-nav .sub_site-nav {
    width: 50%;
    font-size: 13px;
  }
  .copyright_sub-nav .copyright a,
  .copyright_sub-nav .sub_site-nav a {
    color: #b5bab8;
  }
  .copyright_sub-nav .sub_site-nav li {
    margin-right: 20px;
    color: #b5bab8;
  }
  .copyright_sub-nav .sub_site-nav li a {
    line-height: 1;
    position: relative;
  }
  .copyright_sub-nav .sub_site-nav li a:hover {
    border-bottom: 1px solid #b5bab8;
  }
  .copyright_sub-nav .sub_site-nav li a:before {
    content: "";
    display: block;
    width: 1px;
    height: 5px;
    position: absolute;
    background: #b5bab8;
    height: 100%;
    top: 50%;
    right: -12px;
    transform: translateY(-50%);
  }
  .copyright_sub-nav .sub_site-nav li:last-of-type {
    margin-right: 0;
    border-right: none;
  }
  .copyright_sub-nav .sub_site-nav li:last-of-type a:before {
    display: none;
  }
  .com_img {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .com_img img {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover; object-position: bottom";
    -o-object-position: center;
    object-position: center;
    min-height: 100%;
    min-width: 100%;
    transform: translateX(-50%) translateY(-50%);
  }
  .main_title .main,
  .main_title .sub {
    display: block;
  }
  .main_title .main {
    line-height: 1.4;
    font-weight: 600;
    font-size: 48px;
  }
  .main_title .sub {
    line-height: 1.2;
    font-weight: 600;
    font-size: 28px;
  }
  .main_title .title {
    display: block;
  }
  .main_title em {
    font-size: 64px;
  }
  .main_title small {
    font-size: 18px;
  }
  .border_title {
    position: relative;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 25px;
    line-height: 1.4;
  }
  .border_left_title {
    padding-left: 50px;
    box-sizing: border-box;
    line-height: 1.5;
  }
  .border_left_title:before {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 3px;
    top: 20px;
    left: 0;
  }
  .border_bottom {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .border_bottom::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #b5bab8 60%, transparent 80%);
  }
  .blk_border:before {
    background: #222;
  }
  .gray_border:before {
    background: #b5bab8;
  }
  .dotted_title {
    padding-left: 35px;
    box-sizing: border-box;
  }
  .dotted_title::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 12px;
    height: 12px;
    background: #000;
    transform: translateY(-50%);
  }
  .vrtcl_border {
    padding-left: 15px;
    box-sizing: border-box;
    border-left: 5px solid #b5bab8;
  }
  .small_title {
    font-weight: 700;
    font-size: 18px;
    padding: 0 20px;
    box-sizing: border-box;
    margin-bottom: 10px;
  }
  .band_title {
    padding: 12px;
    box-sizing: border-box;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .wht_band {
    background: #fff;
    color: #222;
  }
  .justify_txt {
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .lang-en {
    font-family: "Montserrat", sans-serif;
  }
  .color_gray {
    color: #b5bab8;
  }
  .common_txt p {
    margin-bottom: 25px;
  }
  .common_txt p:last-of-type {
    margin-bottom: 0;
  }
  .box_title {
    padding: 2px 10px;
  }
  .wht_box {
    background: #fff;
    color: #222;
  }
  .gray_box {
    background: #e8e8e8;
    color: #222;
  }
  .cross_box {
    position: relative;
    margin-right: 50px;
    line-height: 1.5;
  }
  .cross_box:before {
    content: "";
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: 50%;
    right: -43px;
    background: url(../img/icon/cross_box.png) no-repeat center/contain;
    background-size: 25px 25px;
    transform: translateY(-50%);
  }
  .cross_box:last-child {
    margin-right: 0;
  }
  .cross_box:last-child:before {
    display: none;
  }
  .more_btn {
    position: relative;
    width: 200px;
    font-family: "Montserrat", sans-serif;
    border-bottom: 1px solid #b5bab8;
    padding: 5px 15px 5px 2px;
    box-sizing: border-box;
    font-weight: 700;
    font-size: 18px;
    display: block;
    transition: 0.1s all ease-in;
  }
  .more_btn .bi-arrow-right-short {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .more_btn:hover {
    background: #b5bab8 !important;
    padding-left: 15px;
    color: #222 !important;
  }
  .more_btn:hover .bi-arrow-right-short {
    color: #222 !important;
  }
  .blk_btn {
    background: transparent;
  }
  .blk_btn:hover {
    background: #b5bab8;
  }
  .contact_btn {
    background: #fff;
    color: #222 !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    width: 130px;
    font-size: 18px;
    height: 40px;
    letter-spacing: 1px;
  }
  .mail_btn {
    height: 80px;
    padding: 0 40px;
    border: solid #b5bab8 1px;
    position: relative;
    font-size: 18px;
  }
  .mail_btn .bi-arrow-right-short {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 25px;
  }
  .mail_btn .mail_icon {
    padding-left: 30px;
  }
  .mail_btn .bi-envelope-fill {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .mail_btn:hover {
    background: #b5bab8;
  }
  .icon_box {
    position: relative;
  }
  .tel_icon:before {
    content: "";
    display: block;
    width: 10px;
    height: 20px;
    position: absolute;
    top: 50%;
    background: url(../img/tel_icon.svg) no-repeat center;
    background-size: 10px 20px;
    transform: translateY(-50%);
  }
  .dotted_list > li {
    position: relative;
    box-sizing: border-box;
    padding-left: 15px;
  }
  .dotted_list > li:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #222;
    position: absolute;
    left: 0;
    top: 13px;
  }
  .dotted_list_small > li:before {
    width: 3px;
    height: 3px;
  }
  .wth_dotted > li {
    color: #fff;
  }
  .wth_dotted > li:before {
    background: #fff;
  }
  .num_dl_list .in_dl {
    padding: 25px 0;
    border-top: 1px solid #b5bab8;
  }
  .num_dl_list .in_dl:last-child {
    border-bottom: 1px solid #b5bab8;
  }
  .num_dl_list .in_dl .num {
    width: 20%;
    font-size: 40px;
  }
  .num_dl_list .in_dl .num_txt {
    width: 80%;
  }
  .com_dl {
    border-top: 2px solid #b5bab8;
  }
  .com_dl .in_dl {
    display: flex;
    border-bottom: 1px solid #b5bab8;
  }
  .com_dl dt,
  .com_dl dd {
    padding: 20px 0;
    box-sizing: border-box;
  }
  .com_dl dt {
    width: 150px;
    border-right: 1px solid #b5bab8;
  }
  .com_dl dd {
    padding-left: 45px;
    width: calc(100% - 150px);
  }
  /* マウスストーカーのスタイル */
  .stalker {
    background-color: rgba(204, 204, 204, 0.5); /* 背景色 */
    border-radius: 50%; /* 正円 */
    height: 30px; /* 円の高さ */
    left: -15px; /* widthの半分 */
    opacity: 0; /* カーソルを画面内に入れるまでは透明 */
    pointer-events: none; /* 直下のリンクをクリック可能にする */
    position: fixed; /* スクロールしてもカーソルの位置で固定 */
    top: -15px; /* widthの半分 */
    transition: transform 0.3s ease-out; /* 遅れてついてくる時間 */
    width: 30px; /* 円の幅 */
    z-index: 999; /* 一番上に来るように */
  }
  body {
    background: #000;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.15rem;
    font-weight: 500;
  }
  body .lang-en {
    letter-spacing: 1px;
  }
  .pc-none {
    display: none !important;
  }
  .small_inbox {
    max-width: 850px;
  }
  .min_inbox {
    max-width: 1080px;
  }
  .outbox {
    max-width: 1500px;
  }
  .inbox {
    max-width: 1280px;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  .com_padding_box {
    padding: 100px 0 120px;
  }
  .com_padding_box .main_title {
    margin-bottom: 80px;
  }
  #top_about {
    padding: 100px 0 115px;
  }
  #top_about .main_title {
    margin-bottom: 60px;
  }
  #top_about .main_title .sub {
    margin-bottom: 10px;
  }
  #top_about .main_title .cross_box:nth-child(3) {
    margin-right: 0;
  }
  #top_about .main_title .cross_box:nth-child(3):before {
    display: none;
  }
  #top_about .common_txt {
    margin-bottom: 30px;
  }
  #top_service {
    padding: 75px 0 80px;
  }
  #top_service .top_service_detail {
    margin-bottom: 50px;
  }
  #top_service .main_title {
    width: 300px;
  }
  #top_service .main_title .main,
  #top_service .main_title .sub {
    line-height: 1;
  }
  #top_service .top_service_detail_txt {
    padding: 10px 0;
    width: calc(100% - 300px);
    padding-left: 20px;
    box-sizing: border-box;
    border-left: 1px solid #b5bab8;
  }
  .joint_dl {
    gap: 3.2%;
    margin-bottom: 20px;
  }
  .joint_dl .in_dl {
    border: solid 1px #b5bab8;
    position: relative;
    box-sizing: border-box;
    padding: clamp(15px, 1vw, 20px);
    width: 31.199%;
  }
  .joint_dl .in_dl:before {
    content: "";
    position: absolute;
    background: #b5bab8;
    height: 3px;
    width: 10.2%;
    right: calc(-10.2% - 1px);
    top: 50%;
    transform: translateY(-50%);
  }
  .joint_dl .in_dl:last-of-type::before {
    display: none;
  }
  .joint_dl dt {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 5px;
  }
  .top_service_contents .border_title,
  .top_service_training .border_title {
    margin-bottom: 10px;
  }
  .top_service_contents .top_service_contents_txtbox,
  .top_service_training .top_service_contents_txtbox {
    width: calc(100% - 200px);
    padding-right: 20px;
    box-sizing: border-box;
  }
  .top_service_contents .top_service_contents_box {
    margin-bottom: 15px;
  }
  .top_service_topic {
    margin-bottom: 40px;
  }
  .top_service_topic .tag_list {
    gap: 12px 1.2%;
  }
  .top_service_topic .tag_list .tag_list_item {
    width: 19%;
  }
  .top_service_topic .tag_list .tag_list_item a {
    height: 60px;
    border: solid 1px #b5bab8;
    position: relative;
    color: #222;
    padding: 0 40px 0 20px;
    box-sizing: border-box;
  }
  .top_service_topic .tag_list .tag_list_item a:hover {
    background: #222;
    color: #fff !important;
  }
  .top_service_topic .tag_list .tag_list_item a:hover .bi {
    color: #fff !important;
  }
  .top_service_topic .tag_list .tag_list_item .bi-arrow-right-short {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  #top_case {
    padding: 110px 0 195px;
    position: relative;
    z-index: 10;
  }
  #top_case .main_title {
    margin-bottom: 25px;
  }
  #top_case .main_title .main,
  #top_case .main_title .sub {
    line-height: 1.2;
  }
  #top_case .top_case_number {
    margin-bottom: 35px;
  }
  #top_case .top_case_number .in_dl {
    width: 20%;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    position: relative;
  }
  #top_case .top_case_number .in_dl:before {
    content: "";
    display: block;
    width: 1px;
    height: 40px;
    background: #b5bab8;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  #top_case .top_case_number .in_dl:last-child:before {
    display: none;
  }
  #top_case .top_case_number dt {
    font-size: clamp(12px, 1vw, 24px);
    margin-bottom: 10px;
  }
  #top_case .top_case_number dd {
    color: #fff;
    font-size: 81px;
    font-size: clamp(45px, 5vw, 81px);
    line-height: 1;
  }
  #top_case .top_case_number dd small {
    font-size: 24px;
  }
  #top_case .more_btn_box {
    margin-top: 40px;
  }
  .top_case_post {
    gap: 0 6%;
    padding-bottom: 10px;
  }
  .top_case_post .top_case_post_item {
    width: 29.334%;
    transition: 0.1s all ease-in;
  }
  .top_case_post .com_img {
    padding-top: 61.365%;
    margin-bottom: 25px;
    background: url(../img/common/case_no-img.png) no-repeat center/cover;
  }
  .top_case_post .top_case_post_item_title {
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #b5bab8;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .post_tag_list {
    margin-top: 15px;
    gap: 5px 0;
    display: flex;
    flex-wrap: wrap;
  }
  .post_tag_list .post_tag_list_item {
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
    line-height: 1.2;
    font-size: 13px;
    color: #b5bab8;
  }
  .post_tag_list .post_tag_list_item:before {
    content: "";
    display: block;
    width: 1px;
    height: 5px;
    position: absolute;
    background: #b5bab8;
    height: 100%;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .post_tag_list .post_tag_list_item:last-of-type {
    margin-right: 0;
    padding-right: 0;
  }
  .post_tag_list .post_tag_list_item:last-of-type:before {
    display: none;
  }
  #top_recruit {
    position: relative;
    padding: 80px 0;
  }
  #top_recruit .com_bg_r {
    position: absolute;
    right: 0;
    top: -50%;
    width: 24%;
    text-align: right;
  }
  #top_recruit .top_recruit_left {
    width: 525px;
  }
  #top_recruit .top_recruit_img {
    width: calc(100% - 525px);
    padding-top: 33.334%;
    background: url(../img/top/top_recruit-img.jpg) no-repeat center right/cover;
  }
  #top_recruit .main_title {
    margin-bottom: 30px;
  }
  #top_recruit .main_title .main,
  #top_recruit .main_title .sub {
    line-height: 1;
  }
  #top_recruit .top_recruit_txtbx .top_recruit_catch {
    margin-bottom: 25px;
    font-size: 40px;
    font-weight: 600;
    line-height: 2;
  }
  #top_recruit .top_recruit_txtbx dd {
    line-height: 2;
  }
  #top_recruit .more_btn {
    margin-top: 70px;
  }
  #top_info {
    padding: 120px 0 110px;
  }
  #top_info .top_info_title_box {
    margin-bottom: 60px;
  }
  #top_info .main_title {
    width: calc(100% - 200px);
  }
  #top_info .main_title .main,
  #top_info .main_title .sub {
    line-height: 1.2;
  }
  #top_info .top_info_post {
    gap: 0 4%;
  }
  #top_info .top_info_post .top_info_post_item {
    transition: 0.1s all ease-in;
  }
  #top_info .top_info_post .top_info_post_item:hover {
    opacity: 0.8;
  }
  #top_info .top_info_post_title {
    font-weight: 600;
  }
  #top_info .top_info_post_main {
    width: 47%;
  }
  #top_info .top_info_post_main .com_img {
    padding-top: 60.994%;
    background: url(../img/common/useful_no-img.png) no-repeat center/cover;
    margin-bottom: 20px;
  }
  #top_info .top_info_post_main .arw_icon {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #222;
    color: #fff;
    z-index: 100;
    width: 65px;
    height: 65px;
    border-radius: 8px 0 0 0;
    font-size: 25px;
  }
  #top_info .top_info_post_main .top_info_post_title {
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #b5bab8;
  }
  #top_info .scroll-hint-shadow-wrap {
    width: 49%;
  }
  #top_info .top_info_post_thumbnail {
    width: 100%;
  }
  #top_info .top_info_post_thumbnail .top_info_post_item {
    margin-bottom: 25px;
  }
  #top_info .top_info_post_thumbnail .top_info_post_item:last-of-type {
    margin-bottom: 0;
  }
  #top_info .top_info_post_thumbnail .com_img {
    width: 30.614%;
    padding-top: 19%;
    background: url(../img/common/useful_no-img.png) no-repeat center/cover;
  }
  #top_info .top_info_post_thumbnail .top_info_post_txtbx {
    padding-left: 30px;
    box-sizing: border-box;
    width: 69.386%;
  }
  #top_info .top_info_post_thumbnail .top_info_post_title {
    font-size: 16px;
    margin-bottom: 0;
  }
  #top_info .post_tag_list {
    margin-bottom: 10px;
  }
  #top_info time {
    margin-top: 15px;
    display: block;
    text-align: right;
    font-size: 13px;
  }
  #philosophy {
    padding: 120px 0 50px;
  }
  #philosophy .min_inbox {
    background: url(../img/about/about_philosophy-img.png) no-repeat right -55px
      top;
    min-height: 540px;
  }
  #philosophy .main_title {
    margin-bottom: 40px;
  }
  #philosophy .border_title {
    font-size: 36px;
  }
  #our_mission {
    padding: 110px 0 150px;
  }
  #our_mission .main_title {
    margin-bottom: 40px;
  }
  #our_mission .border_bottom {
    padding-bottom: 15px;
    margin-bottom: 60px;
    font-size: clamp(28px, 2.5vw, 48px);
  }
  #our_mission .border_bottom:before {
    background-image: linear-gradient(to right, #b5bab8 30%, transparent 50%);
  }
  #our_mission .guideline_list .guideline_list_item {
    border-top: 1px solid #b5bab8;
    border-right: 1px solid #b5bab8;
    text-align: center;
    position: relative;
    width: 25%;
    height: 13vw;
    background: #000;
    box-sizing: border-box;
    color: #fff;
  }
  #our_mission .guideline_list .guideline_list_item:last-child,
  #our_mission .guideline_list .guideline_list_item:nth-child(4n) {
    border-right: none;
  }
  #our_mission .guideline_list .guideline_list_item:nth-child(-n + 4) {
    border-top: none;
  }
  #our_mission .guideline_list .num {
    font-size: clamp(20px, 10vw, 192px);
    line-height: 1;
    color: #232323;
    position: absolute;
    left: 0;
    top: -1vw;
    font-weight: 700;
  }
  #our_mission .guideline_list .txt {
    font-size: clamp(14px, 1.5vw, 24px);
    line-height: 1.4;
    font-weight: 700;
    position: relative;
    z-index: 10;
  }
  #about_service {
    padding: 110px 0 0;
    background: url(../img/common/com_bg-left.png) no-repeat left top;
  }
  #about_service .com_current_contents {
    margin-bottom: 75px;
  }
  #about_service .com_current_contents:last-of-type {
    margin-bottom: 0;
  }
  #about_service .border_title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  #about_service .border_title:before {
    top: 18px;
  }
  #about_service .main_title {
    margin-bottom: 30px;
  }
  #about_service .main_title .main {
    font-size: 32px;
  }
  #about_service .main_title .wht_box {
    font-weight: 500;
    font-size: 48px;
    padding: 0 15px;
    font-family: "Russo One", sans-serif;
  }
  #about_service .dotted_list_box {
    gap: 30px 2%;
  }
  #about_service .dotted_list_box .dotted_list {
    font-size: 14px;
    width: 49%;
  }
  #about_service #team .team_dl .in_dl {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #b5bab8;
  }
  #about_service #team .team_dl .in_dl:first-child {
    padding-top: 30px;
    border-top: 1px solid #b5bab8;
  }
  #about_service #team .team_dl .in_dl:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  #about_service #team .team_dl dt,
  #about_service #team .team_dl dd {
    width: 50%;
    box-sizing: border-box;
  }
  #about_service #team .team_dl dt {
    padding-right: 20px;
    font-size: clamp(24px, 1.8vw, 32px);
    font-weight: 700;
  }
  #support {
    padding: 80px 0 130px;
    background: url(../img/common/com_bg-right.png) no-repeat right bottom 400px;
  }
  #support .main_title {
    margin-bottom: 40px;
  }
  #support .com_support_container {
    padding: 0 40px;
    box-sizing: border-box;
  }
  #support .support_contents {
    margin-bottom: 75px;
  }
  #support .support_contents:last-of-type {
    margin-bottom: 0;
  }
  #support #strategy .com_support_img {
    margin-top: 35px;
  }
  #support #consulting .com_support_img {
    width: 40%;
    text-align: center;
  }
  #support #consulting .com_support_txt {
    width: 60%;
  }
  #support #execution .com_support_txt {
    margin-bottom: 35px;
  }
  #support #execution .com_support_detail {
    margin-bottom: 60px;
  }
  #support #execution .com_support_detail:last-child {
    margin-bottom: 0;
  }
  #support #execution .com_support_detail_list {
    gap: 40px 0;
  }
  #support #execution .com_support_detail_list_item {
    width: 10%;
    text-align: center;
  }
  #support #execution .icon_txt {
    font-size: clamp(11px, 0.6vw, 13px);
    letter-spacing: 0;
    line-height: 1.3;
    margin-top: 8px;
  }
  .solution_post {
    padding: 80px 0 150px;
  }
  .solution_post .vrtcl_border {
    font-size: 24px;
    line-height: 1.2;
  }
  .taxomony_container .taxomony_list_container {
    width: 270px;
    padding-right: 40px;
    box-sizing: border-box;
  }
  .taxomony_container .taxomony_list_container .taxomony_list_item {
    position: relative;
    border-bottom: 1px solid #b5bab8;
  }
  .taxomony_container .taxomony_list_container .taxomony_list_item a {
    padding: 20px 20px 20px 0;
    display: block;
    color: #fff;
    transition: 0.1s all ease-in;
  }
  .taxomony_container .taxomony_list_container .taxomony_list_item a:hover {
    background: #fff;
    color: #222;
    padding-left: 10px;
  }
  .taxomony_container .taxomony_list_container .taxomony_list_item .is_current {
    background: #fff;
    color: #222;
    padding-left: 10px;
  }
  .taxomony_container .taxomony_list_container .bi-arrow-right-short {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
  }
  .taxomony_container .taxomony_post_wrap {
    width: calc(100% - 270px);
  }
  .taxomony_post_wrap .taxomony_post {
    gap: 2vw 3.63%;
  }
  .taxomony_post_wrap .taxomony_post_item {
    width: 30.91%;
  }
  .taxomony_post_wrap .taxomony_post_item a {
    color: #222;
    transition: 0.1s all ease-in;
  }
  .taxomony_post_wrap .taxomony_post_item a:hover {
    opacity: 0.8;
  }
  .taxomony_post_wrap .taxomony_post_item .com_img {
    padding-top: 61.768%;
    background: url(../img/common/case_no-img.png) no-repeat center/cover;
    margin-bottom: 10px;
  }
  .taxomony_post_wrap .taxomony_post_item .taxomony_post_title {
    font-size: clamp(14px, 1vw, 16px);
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #b5bab8;
  }
  .taxomony_post_wrap .taxomony_post_item .taxomony_tags {
    gap: 2px 5px;
    line-height: 1.4;
    font-size: clamp(11px, 0.7vw, 13px);
  }
  .taxomony_post_wrap .taxomony_post_item .taxomony_tags .taxomony_tag_item {
    position: relative;
    padding-right: 5px;
  }
  .taxomony_post_wrap
    .taxomony_post_item
    .taxomony_tags
    .taxomony_tag_item::before {
    content: "/";
    display: block;
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
  }
  .taxomony_post_wrap
    .taxomony_post_item
    .taxomony_tags
    .taxomony_tag_item:last-of-type {
    padding-right: 0;
  }
  .taxomony_post_wrap
    .taxomony_post_item
    .taxomony_tags
    .taxomony_tag_item:last-of-type:before {
    display: none;
  }
  .solution_post .post_title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .solution_post .taxomony_tags {
    gap: 2px 5px;
    line-height: 1.4;
    font-size: 13px;
    font-size: clamp(11px, 0.7vw, 13px);
    margin-bottom: 40px;
  }
  .solution_post .taxomony_tags .taxomony_tag_item {
    position: relative;
    padding-right: 5px;
  }
  .solution_post .taxomony_tags .taxomony_tag_item::before {
    content: "/";
    display: block;
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
  }
  .solution_post .taxomony_tags .taxomony_tag_item:last-of-type {
    padding-right: 0;
  }
  .solution_post .taxomony_tags .taxomony_tag_item:last-of-type:before {
    display: none;
  }
  #x_camping {
    padding: 115px 0 60px;
  }
  #x_camping .main_title {
    margin-bottom: 40px;
  }
  #x_camping .main_title .wht_box {
    font-weight: 600;
    display: inline-block;
    margin-bottom: 30px;
    font-size: 48px;
  }
  #x_camping .main_title .main {
    display: inline-block;
    margin-bottom: 20px;
  }
  #x_camping .main_title .sub {
    font-size: 32px;
    line-height: 1.6;
  }
  #about_training {
    padding: 40px 0 150px;
  }
  #about_training .com_current_contents {
    margin-bottom: 65px;
  }
  #about_training .com_current_contents:last-of-type {
    margin-bottom: 0;
  }
  #about_training .main_title {
    margin-bottom: 40px;
  }
  #about_training .main_title .lang-en,
  #about_training .main_title .lang-ja {
    line-height: 1;
  }
  #about_training .training_recommend {
    gap: 30px 4.6%;
  }
  #about_training .training_recommend .training_recommend_item {
    width: 30.248%;
  }
  #about_training .training_recommend .training_recommend_img {
    margin-bottom: 15px;
  }
  #about_training .training_recommend .txt {
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
  }
  #about_training .com_feature_info .com_feature_info_item {
    margin-bottom: 25px;
  }
  #about_training .com_feature_info .com_feature_info_item:last-of-type {
    margin-bottom: 0;
  }
  #about_training .com_feature_info .com_feature_info_img {
    width: 32.081%;
  }
  #about_training .com_feature_info .com_feature_info_txtbx {
    width: 67.919%;
    padding-right: 20px;
    box-sizing: border-box;
  }
  #about_training .course_topic_info {
    gap: 30px 3.1%;
  }
  #about_training .course_topic_info .course_topic_item {
    width: 31.248%;
    padding: 25px 20px;
    color: #fff;
    box-sizing: border-box;
    background: #000;
  }
  #about_training .course_topic_info .course_topic_img {
    margin-bottom: 15px;
  }
  #about_training .course_topic_info .course_topic_title {
    font-size: 18px;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 15px;
  }
  #about_training .course_topic_info .course_topic_dl {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #b5bab8;
  }
  #about_training .course_topic_info .course_topic_dl dt {
    margin-bottom: 5px;
  }
  #about_training .course_topic_info .dotted_list li {
    font-size: 13px;
  }
  #about_training .course_topic_info .dotted_list li:before {
    width: 3px;
    height: 3px;
    top: 10px;
  }
  #case_search .case_search_form {
    padding: 110px 0 120px;
  }
  #case_search .border_title {
    margin-bottom: 35px;
  }
  #case_search .search_dl .in_dl {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #b5bab8;
  }
  #case_search .search_dl .in_dl:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  #case_search .search_dl dt {
    width: 215px;
    font-size: 24px;
    font-weight: 700;
  }
  #case_search .search_dl dd {
    width: calc(100% - 215px);
  }
  #case_search .search_dl .taxonomy_list {
    gap: 10px;
  }
  #case_search .search_dl .taxonomy_list label {
    display: inline-block;
    line-height: 1;
    border: 1px solid #b5bab8;
    cursor: pointer;
    background-color: transparent;
    font-size: 14px;
  }
  #case_search .search_dl .taxonomy_list label:hover {
    background: #fff;
    color: #222;
  }
  #case_search .search_dl .taxonomy_list input[type="checkbox"] {
    display: none;
  }
  #case_search .search_dl .taxonomy_list input[type="checkbox"]:checked ~ span {
    background: #fff;
    color: #222;
    border-color: #fff;
  }
  #case_search .search_dl .taxonomy_list span {
    display: inline-block;
    padding: 10px 15px;
  }
  #case_search .submit_button_wrap {
    width: 300px;
    position: relative;
    display: block;
    margin: 40px auto 0;
  }
  #case_search .submit_button_wrap .submit_btn {
    display: block;
    font-weight: 700;
    font-size: 18px;
    width: 100%;
    height: 60px;
    background: #fff;
    border-style: none;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.2rem;
  }
  #case_search .submit_button_wrap .submit_btn:hover {
    background: #b5bab8;
  }
  #case_search .submit_button_wrap .bi-search {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #222;
  }
  .case_post {
    padding: 110px 0;
  }
  .case_post .case_post_container {
    gap: 45px 2.7%;
  }
  .case_post .case_post_item {
    width: 31.482%;
  }
  .case_post .com_img {
    padding-top: 61.768%;
    background: url(../img/common/case_no-img.png) no-repeat center/cover;
    margin-bottom: 10px;
  }
  .case_post .case_post_title {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #b5bab8;
  }
  .case_post .category_list {
    line-height: 1;
    margin-top: 20px;
    gap: 5px 0;
  }
  .case_post .category_list li {
    font-size: 13px;
    margin-right: 5px;
    padding-right: 5px;
    border-right: 1px solid #b5bab8;
  }
  .case_post .category_list li:last-of-type {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
  }
  .search_result_txt {
    text-align: right;
    padding-bottom: 10px;
    border-bottom: 1px solid #b5bab8;
    margin-bottom: 50px;
  }
  #recruit_value #digital-jinji-video-acd05eae-6c45-422c-a756-c1e243b31934 {
    padding: 45px 0 120px;
  }

  #recruit_value {
    margin-bottom: 50px;
  }

  #recruit_value .main_title,
  #recruit_value .num_dl_list {
    margin-bottom: 40px;
  }
  #recruit_value .recruit_value_txt {
    margin-bottom: 50px;
  }
  #demand_mind {
    padding: 120px 0 175px;
  }
  #demand_mind .main_title {
    margin-bottom: 40px;
  }
  #demand_mind .demand_mind_dl {
    width: calc(100% - 40px);
    margin: 0 auto;
    gap: 40px 6.5%;
    margin-top: 50px;
  }
  #demand_mind .demand_mind_dl .in_dl {
    width: 29%;
  }
  #demand_mind .demand_mind_dl dt {
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 22px;
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #b5bab8;
  }
  #requirements {
    padding: 120px 0 170px;
  }
  #requirements .main_title {
    margin-bottom: 40px;
  }
  .com_banner {
    padding: 40px 0 70px;
    text-align: center;
  }
  .com_banner .main_title {
    margin-bottom: 25px;
  }
  .com_banner .com_banner_detail {
    gap: 30px 15px;
  }
  .com_banner .com_banner_dl {
    width: 460px;
  }
  .com_banner .com_banner_dl dt {
    margin-bottom: 10px;
  }
  .com_banner .com_banner_dl dd {
    height: 80px;
  }
  .com_banner .com_banner_dl .tel_number {
    line-height: 1;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 40px;
  }
  .com_banner .com_banner_dl .caution_txt {
    text-align: right;
    line-height: 1.1;
    margin-top: 5px;
  }
  #company_info {
    padding: 120px 0;
    color: #222;
  }
  #company_info .main_title {
    margin-bottom: 45px;
  }
  #company_info .position_detail_box .position_detail {
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #b5bab8;
  }
  #company_info .position_detail_box .position_detail:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
  #access .main_title {
    padding: 70px 0 30px;
  }
  #access .googlemap {
    height: 450px;
    background: #ccc;
  }
  #access .googlemap iframe {
    width: 100%;
    height: 100%;
  }
  .info_post {
    padding: 100px 0 110px;
  }
  .info_post .info_post_container {
    gap: 30px 2%;
  }
  .info_post .info_post_item {
    width: 31.5%;
  }
  .info_post .info_post_item .com_img {
    padding-top: 61.5%;
    background: url(../img/common/useful_no-img.png) no-repeat center/cover;
    margin-bottom: 10px;
  }
  .info_post .info_post_item a {
    transition: 0.1s all ease-in;
    color: #222 !important;
  }
  .info_post .info_post_item a:hover {
    opacity: 0.8;
  }
  .info_post .info_post_item .info_post_title {
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #b5bab8;
  }
  .info_post .info_post_item .category_tags {
    gap: 2px 5px;
    margin-top: 10px;
    font-size: 13px;
  }
  .info_post .info_post_item .category_tags .category_tag_item {
    padding-right: 5px;
    padding-right: 5px;
    border-right: 1px solid #b5bab8;
  }
  .info_post .info_post_item .category_tags .category_tag_item:last-child {
    border-right: none;
  }
  .info_post_s {
    padding: 100px 0 120px;
  }
  .info_post_s .info_post_title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .info_post_s .category_tags {
    line-height: 1.2;
    margin-bottom: 40px;
  }
  .info_post_s .category_tags li {
    font-size: 13px;
    padding-right: 5px;
    margin-right: 5px;
    border-right: 1px solid #b5bab8;
  }
  .info_post_s .category_tags li:last-child {
    border-right: none;
  }
  .form_container {
    font-family: "Noto Sans JP", sans-serif;
  }
  .form_container .in-dl {
    padding: 10px 0;
    font-size: 18px;
    font-weight: 700;
  }
  .form_container dt {
    width: 300px;
    padding-right: 20px;
    box-sizing: border-box;
    text-align: left;
  }
  .form_container dt p {
    display: flex;
  }
  .form_container dt label {
    width: calc(100% - 55px);
    display: block;
    padding-right: 20px;
  }
  .form_container dt .badge_txt {
    position: relative;
    height: 23px;
    width: 55px;
    border-radius: 5px;
    text-align: center;
    display: block;
    font-size: 16px;
    line-height: 23px;
    top: 8px;
  }
  .form_container dt .require_badge {
    color: #fff;
    background: #e53935;
  }
  .form_container dt .free_badge {
    color: #fff;
    background: #9e9e9e;
  }
  .form_container dd {
    width: calc(100% - 300px);
    padding-left: 40px;
    box-sizing: border-box;
  }
  .form_container dd input,
  .form_container dd select,
  .form_container dd textarea {
    font-size: 18px;
    line-height: 1.6;
  }
  .form_container .input_def input,
  .form_container .input_def textarea,
  .form_container .input_def select {
    border: solid 2px #b5bab8;
    padding: 8px;
    box-sizing: border-box;
    font-family: "Noto Sans JP", sans-serif;
    background: #e8e8e8;
  }
  .form_container .input_def input[type="text"],
  .form_container .input_def input[type="tel"],
  .form_container .input_def input[type="email"],
  .form_container .input_def input[type="url"],
  .form_container .input_def textarea {
    width: 100%;
  }
  .form_container .input_def input[type="date"] {
    width: 200px;
    color: #222;
  }
  .form_container .input_def .wpcf7-file {
    border: none;
    padding: 0;
    width: 200px;
  }
  .form_container .input_def .wpcf7-file::file-selector-button {
    border: none;
    font-family: "Noto Sans JP", sans-serif;
    background: #ccc;
    width: 200px;
    padding: 10px 5px;
    display: block;
    cursor: pointer;
    transition: 0.1s all ease-in;
    margin-bottom: 5px;
    color: #222;
  }
  .form_container .input_def .wpcf7-file::file-selector-button:hover {
    opacity: 0.8;
  }
  .form_container .wpcf7-select {
    width: 400px;
  }
  .form_container .wpcf7-textarea {
    height: 185px;
  }
  .form_container .wpcf7-list-item {
    margin-left: 0 !important;
  }
  .form_container .input_radio .wpcf7-radio,
  .form_container .input_radio .wpcf7-checkbox,
  .form_container .input_checkbox .wpcf7-radio,
  .form_container .input_checkbox .wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
  }
  .form_container .input_radio .wpcf7-list-item-label,
  .form_container .input_checkbox .wpcf7-list-item-label {
    margin-left: 8px;
    cursor: pointer;
  }
  .form_container .recaptcha_caution_txt {
    margin: 50px 0 100px;
  }
  .form_container .recaptcha_caution_txt .text_link {
    color: #000 !important;
    border-bottom: 1px solid #000;
  }
  .form_container .form_button-container {
    margin-top: 40px !important;
  }
  .form_container .click_button {
    width: 600px;
    margin: 0 auto;
  }
  .form_container .wpcf7-submit {
    display: block;
    background: #000 !important;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    width: 100%;
    height: 70px;
  }
  .form_container .wpcf7-spinner {
    display: none;
  }
  .form_container .arw_r {
    margin-left: 0;
    right: 30px;
  }
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output,
  .wpcf7 form.payment-required .wpcf7-response-output,
  .wpcf7 form.failed .wpcf7-response-output,
  .wpcf7 form.aborted .wpcf7-response-output {
    background: rgba(229, 57, 53, 0.2);
    color: #e53935;
    border: none;
  }
  .wpcf7 form .wpcf7-response-output {
    padding: 20px !important;
    box-sizing: border-box;
  }
  .privacy_contents .privacy-txt {
    margin-bottom: 80px;
  }
  .privacy_contents .privacy-txt:last-child {
    margin-bottom: 0;
  }
  .sitemap_list .sitemap_list_item {
    border-bottom: 1px solid #b5bab8;
  }
  .sitemap_list .sitemap_list_item a:hover {
    background: rgba(255, 255, 255, 0.8);
    color: #222;
  }
  .sitemap_list .sitemap_list_item > a {
    display: block;
    font-size: 18px;
    padding: 15px;
    box-sizing: border-box;
  }
  .sitemap_list .sitemap_list_item .nav_level02 {
    padding: 30px 15px;
  }
  .sitemap_list .sitemap_list_item .nav_level02 .sitemap_txt {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .sitemap_list
    .sitemap_list_item
    .nav_level02
    .level02_list
    .level02_list_item {
    box-sizing: border-box;
    padding-left: 20px;
    position: relative;
  }
  .sitemap_list
    .sitemap_list_item
    .nav_level02
    .level02_list
    .level02_list_item::before {
    content: "";
    display: block;
    position: absolute;
    top: 30px;
    left: 0;
    width: 13px;
    height: 2px;
    background: #b5bab8;
  }
  .sitemap_list
    .sitemap_list_item
    .nav_level02
    .level02_list
    .level02_list_item
    a {
    padding: 15px 10px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #header {
    height: 70px;
    padding: 0 0 0 20px;
    box-sizing: border-box;
    position: relative;
    z-index: 100000;
  }
  #header .header_logo {
    width: 15.5%;
    position: relative;
    z-index: 100;
  }
  #header .header_r {
    display: none;
  }
  #gnav {
    display: none;
  }
  .mainvisual {
    margin-top: -70px;
    position: relative;
    overflow: hidden;
    width: 100svw;
    height: 100svh;
  }
  .mainvisual:before {
    background: url(../img/top/mv_bg.png) no-repeat center/120%;
  }
  .mainvisual .mainvisual_title {
    position: absolute;
    width: 75%;
    left: 5%;
    bottom: 30px;
    z-index: 10;
  }
  .keyvisual {
    margin-top: -70px;
    position: relative;
    height: 250px;
    padding-top: 30px;
    box-sizing: border-box;
    background: #000 url(../img/common/keybosual-bg.png) no-repeat right
      top/34.5%;
  }
  .keyvisual .min_inbox,
  .keyvisual .keyvisual_box {
    height: 100%;
  }
  .keyvisual .keyvisual_box {
    width: 100%;
  }
  .keyvisual .keyvisual_title {
    width: 100%;
  }
  .keyvisual .keyvisual_title .main,
  .keyvisual .keyvisual_title .sub {
    font-weight: 600;
    display: block;
  }
  .keyvisual .keyvisual_title .main {
    font-size: 18px;
    color: #fff;
  }
  .keyvisual .keyvisual_title .sub {
    font-size: 12px;
  }
  .scroll_down {
    position: absolute;
    right: 2%;
    bottom: 5vw;
    width: 20px;
    letter-spacing: 0;
  }
  .scroll_down .scroll_down_txt {
    font-size: 11px;
    position: relative;
    writing-mode: vertical-rl;
    padding-bottom: 30px;
  }
  .scroll_down .scroll_down_txt:before {
    content: "";
    width: 1px;
    height: 15px;
    position: absolute;
    background: #fff;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite;
  }
  @keyframes sdl01 {
    0% {
      transform: scale(1, 0);
      transform-origin: 0 0;
    }
    50% {
      transform: scale(1, 1);
      transform-origin: 0 0;
    }
    50.1% {
      transform: scale(1, 1);
      transform-origin: 0 100%;
    }
    100% {
      transform: scale(1, 0);
      transform-origin: 0 100%;
    }
  }
  .breadcrumb_box {
    line-height: 1;
    background: #000;
    padding: 10px 0;
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 10px;
  }
  .breadcrumb_box .breadcrumb_list .breadcrumb_list_item {
    color: #fff;
    position: relative;
    margin-right: 10px;
    font-size: 11px;
    padding-right: 10px;
  }
  .breadcrumb_box .breadcrumb_list .breadcrumb_list_item:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 100%;
    background: #b5bab8;
    transform: translateY(-50%);
  }
  .breadcrumb_box .breadcrumb_list .breadcrumb_list_item:last-of-type {
    padding-right: 0;
    margin-right: 0;
  }
  .breadcrumb_box .breadcrumb_list .breadcrumb_list_item:last-of-type:before {
    display: none;
  }
  .breadcrumb_box .breadcrumb_list a {
    display: block;
    color: #b5bab8 !important;
    border-bottom: 1px solid transparent;
  }
  .breadcrumb_box .breadcrumb_list a:hover {
    border-bottom: 1px solid #b5bab8;
  }
  #footer {
    padding: 40px 0 30px;
  }
  #footer .footer_box {
    flex-wrap: wrap;
    flex-direction: column;
  }
  #footer .footer_left {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 40px;
  }
  #footer .footer_left .footer_logo {
    width: 18.5%;
    margin-bottom: 25px;
  }
  #footer .footer_left .com_address {
    font-size: 13px;
  }
  #footer .footer_right {
    flex-wrap: wrap;
    gap: 15px 4%;
    justify-content: flex-start;
  }
  #footer .ft_nav {
    width: 48%;
  }
  #footer .ft_nav .ft_nav_item {
    margin-bottom: 15px;
    font-size: clamp(12px, 1vw, 14px);
  }
  #footer .ft_nav .ft_nav_item:last-of-type {
    margin-bottom: 0;
  }
  #footer .ft_nav .ft_nav_item a:hover {
    border-bottom: 1px solid #b5bab8;
  }
  #footer .level02 {
    margin-top: 10px;
  }
  #footer .level02 .level02_item {
    padding-left: 12px;
    position: relative;
    margin-bottom: 5px;
  }
  #footer .level02 .level02_item:last-of-type {
    margin-bottom: 0;
  }
  #footer .level02 .level02_item:before {
    content: "";
    width: 5px;
    height: 1px;
    display: block;
    position: absolute;
    background: #b5bab8;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .copyright_sub-nav {
    padding-top: 25px;
    margin-top: 25px;
    border-top: 1px solid #b5bab8;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .copyright_sub-nav .copyright,
  .copyright_sub-nav .sub_site-nav {
    font-size: 11px;
  }
  .copyright_sub-nav .copyright a,
  .copyright_sub-nav .sub_site-nav a {
    color: #b5bab8;
  }
  .copyright_sub-nav .sub_site-nav {
    margin-bottom: 60px;
  }
  .copyright_sub-nav .sub_site-nav li {
    margin-right: 20px;
    color: #b5bab8;
  }
  .copyright_sub-nav .sub_site-nav li a {
    line-height: 1;
    position: relative;
  }
  .copyright_sub-nav .sub_site-nav li a:hover {
    border-bottom: 1px solid #b5bab8;
  }
  .copyright_sub-nav .sub_site-nav li a:before {
    content: "";
    display: block;
    width: 1px;
    height: 5px;
    position: absolute;
    background: #b5bab8;
    height: 100%;
    top: 50%;
    right: -12px;
    transform: translateY(-50%);
  }
  .copyright_sub-nav .sub_site-nav li:last-of-type {
    margin-right: 0;
    border-right: none;
  }
  .copyright_sub-nav .sub_site-nav li:last-of-type a:before {
    display: none;
  }
  .com_img {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .com_img img {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover; object-position: bottom";
    -o-object-position: center;
    object-position: center;
    min-height: 100%;
    min-width: 100%;
    transform: translateX(-50%) translateY(-50%);
  }
  .main_title .main,
  .main_title .sub {
    display: block;
  }
  .main_title .main {
    line-height: 1.4;
    font-weight: 600;
    font-size: 23px;
  }
  .main_title .sub {
    line-height: 1.5;
    font-weight: 600;
    font-size: 20px;
  }
  .main_title .title {
    display: block;
  }
  .main_title em {
    font-size: 28px;
  }
  .main_title small {
    font-size: 14px;
  }
  .border_title {
    position: relative;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.4;
  }
  .border_left_title {
    padding-left: 20px;
    box-sizing: border-box;
    line-height: 1.5;
  }
  .border_left_title:before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 2px;
    top: 15px;
    left: 0;
  }
  .border_bottom {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .border_bottom::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #b5bab8 60%, transparent 80%);
  }
  .blk_border:before {
    background: #222;
  }
  .gray_border:before {
    background: #b5bab8;
  }
  .dotted_title {
    padding-left: 20px;
    box-sizing: border-box;
  }
  .dotted_title::before {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #000;
    transform: translateY(-50%);
  }
  .vrtcl_border {
    padding-left: 15px;
    box-sizing: border-box;
    border-left: 5px solid #b5bab8;
  }
  .small_title {
    font-weight: 700;
    font-size: 17px;
    box-sizing: border-box;
    margin-bottom: 10px;
  }
  .band_title {
    padding: 10px 12px;
    box-sizing: border-box;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .wht_band {
    background: #fff;
    color: #222;
  }
  .justify_txt_sp {
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .lang-en {
    font-family: "Montserrat", sans-serif;
  }
  .color_gray {
    color: #b5bab8;
  }
  .common_txt p {
    margin-bottom: 25px;
  }
  .common_txt p:last-of-type {
    margin-bottom: 0;
  }
  .box_title {
    padding: 2px 10px;
  }
  .wht_box {
    background: #fff;
    color: #222;
  }
  .gray_box {
    background: #e8e8e8;
    color: #222;
  }
  .cross_box {
    position: relative;
    margin-right: 50px;
    line-height: 1.5;
  }
  .cross_box:before {
    content: "";
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: 50%;
    right: -43px;
    background: url(../img/icon/cross_box.png) no-repeat center/contain;
    background-size: 25px 25px;
    transform: translateY(-50%);
  }
  .cross_box:last-child {
    margin-right: 0;
  }
  .cross_box:last-child:before {
    display: none;
  }
  .more_btn {
    position: relative;
    width: 150px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    border-bottom: 1px solid #b5bab8;
    padding: 5px 15px 5px 2px;
    box-sizing: border-box;
    font-weight: 700;
    font-size: 15px;
    display: block;
    transition: 0.1s all ease-in;
  }
  .more_btn .bi-arrow-right-short {
    position: absolute;
    color: #fff;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .more_btn:hover {
    background: #fff;
    padding-left: 15px;
    color: #222;
  }
  .more_btn:hover .bi-arrow-right-short {
    color: #222;
  }
  .blk_btn {
    background: transparent;
    color: #222;
  }
  .blk_btn:hover {
    background: #b5bab8;
  }
  .contact_btn {
    background: #fff;
    color: #222 !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    width: 130px;
    font-size: 18px;
    height: 40px;
    letter-spacing: 1px;
  }
  .mail_btn {
    width: 80%;
    height: 60px;
    padding: 0 20px;
    border: solid #b5bab8 1px;
    position: relative;
    font-size: 16px;
  }
  .mail_btn .bi-arrow-right-short {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 25px;
  }
  .mail_btn .mail_icon {
    padding-left: 30px;
  }
  .mail_btn .bi-envelope-fill {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .mail_btn:hover {
    background: #b5bab8;
  }
  .icon_box {
    position: relative;
  }
  .tel_icon:before {
    content: "";
    display: block;
    width: 10px;
    height: 20px;
    position: absolute;
    top: 50%;
    background: url(../img/tel_icon.svg) no-repeat center;
    background-size: 10px 20px;
    transform: translateY(-50%);
  }
  .dotted_list > li {
    position: relative;
    box-sizing: border-box;
    padding-left: 10px;
  }
  .dotted_list > li:before {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #222;
    position: absolute;
    left: 0;
    top: 10px;
  }
  .dotted_list_small > li:before {
    width: 3px;
    height: 3px;
  }
  .wth_dotted > li {
    color: #fff;
  }
  .wth_dotted > li:before {
    background: #fff;
  }
  .num_dl_list .in_dl {
    padding: 25px 0;
    border-top: 1px solid #b5bab8;
  }
  .num_dl_list .in_dl:last-child {
    border-bottom: 1px solid #b5bab8;
  }
  .num_dl_list .in_dl .num {
    width: 80px;
    font-size: 40px;
  }
  .num_dl_list .in_dl .num_txt {
    width: calc(100% - 80px);
    font-size: 15px;
  }
  .com_dl {
    border-top: 2px solid #b5bab8;
  }
  .com_dl .in_dl {
    display: flex;
    border-bottom: 1px solid #b5bab8;
  }
  .com_dl dt,
  .com_dl dd {
    padding: 15px 0;
    box-sizing: border-box;
    font-size: 13px;
  }
  .com_dl dt {
    width: 100px;
    border-right: 1px solid #b5bab8;
  }
  .com_dl dd {
    padding-left: 15px;
    width: calc(100% - 100px);
  }
  /* マウスストーカーのスタイル */
  .stalker {
    display: none;
  }
  body {
    background: #000;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.15rem;
    font-weight: 500;
  }
  body .lang-en {
    letter-spacing: 1px;
  }
  .sp-none {
    display: none !important;
  }
  .small_inbox {
    width: 90%;
  }
  .min_inbox {
    width: 90%;
  }
  .outbox {
    width: 90%;
  }
  .inbox {
    width: 90%;
  }
  .com_padding_box {
    padding: 50px 0 60px;
  }
  .com_padding_box .main_title {
    margin-bottom: 40px;
  }
  .wide_container {
    flex-wrap: wrap;
  }
  .wide_container .wide_sidebar {
    position: static;
    display: none;
  }
  .wide_container .wide_contents_wrap {
    width: 100%;
    padding: 40px 20px;
  }
  #top_about {
    padding: 60px 0;
  }
  #top_about .main_title {
    margin-bottom: 40px;
  }
  #top_about .main_title .sub {
    margin-bottom: 10px;
  }
  #top_about .main_title .cross_box {
    margin-bottom: 10px;
    display: inline-block;
  }
  #top_about .main_title .cross_box:nth-child(3) {
    margin-right: 0;
  }
  #top_about .main_title .cross_box:nth-child(3):before {
    display: none;
  }
  #top_about .common_txt {
    margin-bottom: 50px;
  }
  #top_about .more_btn {
    margin: 0 0 0 auto;
  }
  #top_service {
    padding: 40px 0 60px;
  }
  #top_service .top_service_detail {
    margin-bottom: 40px;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
  }
  #top_service .main_title {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #b5bab8;
  }
  #top_service .main_title .main,
  #top_service .main_title .sub {
    line-height: 1;
  }
  #top_service .top_service_detail_txt {
    box-sizing: border-box;
  }
  .joint_dl {
    gap: 3.2%;
    margin-bottom: 20px;
  }
  .joint_dl .in_dl {
    border: solid 1px #b5bab8;
    position: relative;
    box-sizing: border-box;
    padding: 20px 15px;
    margin-bottom: 20px;
  }
  .joint_dl .in_dl:before {
    content: "";
    position: absolute;
    background: #b5bab8;
    height: 20px;
    width: 1px;
    left: 50px;
    bottom: -21px;
  }
  .joint_dl .in_dl:last-of-type::before {
    display: none;
  }
  .joint_dl dt {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 5px;
  }
  .top_service_contents .border_title,
  .top_service_training .border_title {
    margin-bottom: 10px;
  }
  .top_service_contents .top_service_contents_txtbox,
  .top_service_training .top_service_contents_txtbox {
    padding-right: 20px;
    box-sizing: border-box;
  }
  .top_service_contents .top_service_contents_box,
  .top_service_training .top_service_contents_box {
    display: block;
  }
  .top_service_contents .top_service_contents_box {
    margin-bottom: 30px;
  }
  .top_service_contents .more_btn {
    margin: 0 0 0 auto;
  }
  .top_service_topic {
    margin-bottom: 55px;
  }
  .top_service_topic .tag_list {
    gap: 10px;
  }
  .top_service_topic .tag_list .tag_list_item {
    width: auto;
  }
  .top_service_topic .tag_list .tag_list_item a {
    border: solid 1px #b5bab8;
    position: relative;
    color: #222;
    padding: 8px 40px 8px 15px;
    box-sizing: border-box;
    font-size: 14px;
  }
  .top_service_topic .tag_list .tag_list_item a:hover {
    background: #222;
    color: #fff;
  }
  .top_service_topic .tag_list .tag_list_item .bi-arrow-right-short {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
  }
  .top_service_training .more_btn {
    margin: 35px 0 0 auto;
  }
  #top_case {
    padding: 60px 0 70px;
    position: relative;
    z-index: 10;
  }
  #top_case .main_title {
    margin-bottom: 35px;
  }
  #top_case .main_title .main,
  #top_case .main_title .sub {
    line-height: 1.2;
  }
  #top_case .top_case_number {
    margin-bottom: 35px;
    flex-wrap: wrap;
    gap: 20px 0;
  }
  #top_case .top_case_number .in_dl {
    width: 50%;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    position: relative;
  }
  #top_case .top_case_number .in_dl:nth-child(2n):before {
    display: none;
  }
  #top_case .top_case_number .in_dl:before {
    content: "";
    display: block;
    width: 1px;
    height: 40px;
    background: #b5bab8;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  #top_case .top_case_number .in_dl:last-child:before {
    display: none;
  }
  #top_case .top_case_number dt {
    font-size: clamp(12px, 1vw, 24px);
    margin-bottom: 10px;
  }
  #top_case .top_case_number dd {
    color: #fff;
    font-size: 81px;
    font-size: clamp(45px, 5vw, 81px);
    line-height: 1;
  }
  #top_case .top_case_number dd small {
    font-size: 24px;
  }
  #top_case .more_btn_box {
    margin-top: 40px;
  }
  .top_case_post {
    flex-wrap: nowrap;
    overflow-x: scroll;
    gap: 0 30px;
  }
  .top_case_post .top_case_post_item {
    flex: 0 0 250px;
    padding-bottom: 30px;
  }
  .top_case_post .com_img {
    padding-top: 61.365%;
    margin-bottom: 15px;
    background: url(../img/common/case_no-img.png) no-repeat center/cover;
  }
  .top_case_post .top_case_post_item_title {
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #b5bab8;
    padding-bottom: 10px;
  }
  .post_tag_list {
    margin-top: 10px;
    gap: 5px 0;
    display: flex;
    flex-wrap: wrap;
  }
  .post_tag_list .post_tag_list_item {
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
    line-height: 1.2;
    font-size: 11px;
    color: #b5bab8;
  }
  .post_tag_list .post_tag_list_item:before {
    content: "";
    display: block;
    width: 1px;
    height: 5px;
    position: absolute;
    background: #b5bab8;
    height: 100%;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .post_tag_list .post_tag_list_item:last-of-type {
    margin-right: 0;
    padding-right: 0;
  }
  .post_tag_list .post_tag_list_item:last-of-type:before {
    display: none;
  }
  #top_recruit {
    position: relative;
    padding: 40px 0;
  }
  #top_recruit .com_bg_r {
    position: absolute;
    right: 0;
    top: -25%;
    width: 35%;
    text-align: right;
  }
  #top_recruit .top_recruit_container {
    flex-wrap: wrap;
    flex-direction: column;
  }
  #top_recruit .top_recruit_img {
    padding-top: 58%;
    width: 100%;
    background: url(../img/top/top_recruit-img.jpg) no-repeat center right/cover;
    margin-bottom: 30px;
  }
  #top_recruit .main_title {
    margin-bottom: 30px;
  }
  #top_recruit .main_title .main,
  #top_recruit .main_title .sub {
    line-height: 1;
  }
  #top_recruit .top_recruit_txtbx .top_recruit_catch {
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: 600;
    line-height: 2;
  }
  #top_recruit .top_recruit_txtbx dd {
    line-height: 2;
  }
  #top_recruit .more_btn {
    margin: 45px 0 0 auto;
  }
  #top_info {
    padding: 60px 0 50px;
  }
  #top_info .top_info_title_box {
    margin-bottom: 40px;
  }
  #top_info .main_title {
    width: calc(100% - 150px);
  }
  #top_info .main_title .main,
  #top_info .main_title .sub {
    line-height: 1.2;
  }
  #top_info .top_info_post {
    gap: 0 4%;
    display: block;
  }
  .scroll-hint-icon-wrap {
    z-index: 100;
  }
  #top_info .top_info_post .top_info_post_item {
    transition: 0.1s all ease-in;
  }
  #top_info .top_info_post .top_info_post_item:hover {
    opacity: 0.8;
  }
  #top_info .top_info_post_title {
    font-weight: 600;
  }
  #top_info .top_info_post_main {
    width: 100%;
    margin-bottom: 45px;
  }
  #top_info .top_info_post_main .com_img {
    padding-top: 60.994%;
    background: url(../img/common/useful_no-img.png) no-repeat center/cover;
    margin-bottom: 20px;
  }
  #top_info .top_info_post_main .arw_icon {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #222;
    color: #fff;
    z-index: 100;
    width: 35px;
    height: 35px;
    border-radius: 8px 0 0 0;
    font-size: 16px;
  }
  #top_info .top_info_post_main .top_info_post_title {
    font-size: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #b5bab8;
  }
  #top_info .top_info_post_main .top_info_post_txt {
    font-size: 14px;
  }
  #top_info .top_info_post_thumbnail {
    flex-wrap: nowrap;
    display: flex;
    padding-bottom: 20px;
  }

  #top_info .top_info_post_thumbnail .top_info_post_item {
    flex: 0 0 160px;
    margin-right: 25px;
  }
  #top_info .top_info_post_thumbnail .top_info_post_item a {
    display: block;
  }
  #top_info .top_info_post_thumbnail .com_img {
    padding-top: 70%;
    background: url(../img/common/useful_no-img.png) no-repeat center/cover;
  }
  #top_info .top_info_post_thumbnail .top_info_post_txtbx {
    box-sizing: border-box;
  }
  #top_info .top_info_post_thumbnail .top_info_post_title {
    font-size: 12px;
    margin-bottom: 0;
  }
  #top_info .post_tag_list {
    margin-bottom: 10px;
  }
  #top_info time {
    margin-top: 15px;
    display: block;
    text-align: right;
    font-size: 13px;
  }
  #philosophy {
    padding: 60px 0 25px;
  }
  #philosophy .min_inbox {
    background: url(../img/about/about_philosophy-img.png) no-repeat right
      top/60%;
  }
  #philosophy .main_title {
    margin-bottom: 40px;
  }
  #philosophy .border_title {
    font-size: 20px;
    line-height: 1.8;
  }
  #our_mission {
    padding: 55px 0 75px;
  }
  #our_mission .main_title {
    margin-bottom: 30px;
  }
  #our_mission .border_bottom {
    padding-bottom: 15px;
    margin-bottom: 40px;
    font-size: 22px;
  }
  #our_mission .border_bottom:before {
    background-image: linear-gradient(to right, #b5bab8 30%, transparent 50%);
  }
  #our_mission .guideline_list .guideline_list_item {
    border-top: 1px solid #b5bab8;
    border-right: 1px solid #b5bab8;
    text-align: center;
    position: relative;
    width: 50%;
    min-height: 38vw;
    background: #000;
    box-sizing: border-box;
    color: #fff;
  }
  #our_mission .guideline_list .guideline_list_item:last-child,
  #our_mission .guideline_list .guideline_list_item:nth-child(2n) {
    border-right: none;
  }
  #our_mission .guideline_list .guideline_list_item:nth-child(-n + 2) {
    border-top: none;
  }
  #our_mission .guideline_list .num {
    font-size: 95px;
    line-height: 1;
    color: #232323;
    position: absolute;
    left: 0;
    top: -1vw;
    font-weight: 700;
  }
  #our_mission .guideline_list .txt {
    font-size: clamp(14px, 1.5vw, 24px);
    line-height: 1.4;
    font-weight: 700;
    position: relative;
    z-index: 10;
  }
  #about_service {
    padding: 60px 0 0;
    background: url(../img/common/com_bg-left.png) no-repeat left top/40%;
  }
  #about_service .com_current_contents {
    margin-bottom: 45px;
  }
  #about_service .com_current_contents:last-of-type {
    margin-bottom: 0;
  }
  #about_service .border_title {
    font-size: 20px;
    margin-bottom: 18px;
  }
  #about_service .border_title:before {
    top: 15px;
  }
  #about_service .main_title {
    margin-bottom: 30px;
  }
  #about_service .main_title .main {
    font-size: 20px;
  }
  #about_service .main_title .sub {
    margin-bottom: 10px;
  }
  #about_service .main_title .wht_box {
    line-height: 1.4;
    font-weight: 500;
    font-size: 28px;
    font-family: "Russo One", sans-serif;
    background: transparent;
  }
  #about_service .main_title .wht_box span {
    padding: 0 15px;
    background: #fff;
  }
  #about_service .scroll_img {
    width: 700px;
  }
  #about_service .dotted_list_box {
    flex-wrap: wrap;
    flex-direction: column;
  }
  #about_service .dotted_list_box .dotted_list {
    font-size: 14px;
  }
  #about_service .dotted_list_box .dotted_list:last-child li:last-child {
    margin-bottom: 0;
  }
  #about_service .dotted_list_box .dotted_list li {
    margin-bottom: 10px;
  }
  #about_service #team .team_dl .in_dl {
    flex-wrap: wrap;
    flex-direction: column;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #b5bab8;
  }
  #about_service #team .team_dl .in_dl:first-child {
    padding-top: 15px;
    border-top: 1px solid #b5bab8;
  }
  #about_service #team .team_dl .in_dl:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  #about_service #team .team_dl dt,
  #about_service #team .team_dl dd {
    box-sizing: border-box;
  }
  #about_service #team .team_dl dt {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  #support {
    padding: 60px 0 70px;
    background: url(../img/common/com_bg-right.png) no-repeat right bottom/40%;
  }
  #support .main_title {
    margin-bottom: 30px;
  }
  #support .com_support_container {
    padding: 0 15px;
    box-sizing: border-box;
  }
  #support .support_contents {
    margin-bottom: 45px;
  }
  #support .support_contents:last-of-type {
    margin-bottom: 0;
  }
  #support #strategy .scroll_img {
    width: 700px;
  }
  #support #strategy .com_support_img {
    margin-top: 35px;
  }
  #support #consulting .consulting_box {
    flex-wrap: wrap;
    flex-direction: column;
  }
  #support #consulting .com_support_img {
    width: 50%;
    text-align: center;
    margin: 30px auto 20px;
  }
  #support #execution .com_support_txt {
    margin-bottom: 30px;
  }
  #support #execution .com_support_detail {
    margin-bottom: 40px;
  }
  #support #execution .com_support_detail:last-child {
    margin-bottom: 0;
  }
  #support #execution .com_support_detail_list {
    gap: 20px 0;
  }
  #support #execution .com_support_detail_list_item {
    width: 33.3333333333%;
    text-align: center;
  }
  #support #execution .icon_txt {
    font-size: 11px;
    letter-spacing: 0;
    line-height: 1.3;
    margin-top: 5px;
  }
  .solution_post {
    padding: 40px 0 60px;
  }
  .solution_post .vrtcl_border {
    font-size: 24px;
    line-height: 1.2;
  }
  .solution_all_post .taxomony_list_container {
    display: block !important;
  }
  .taxomony_container {
    flex-direction: column;
  }
  .taxomony_container .taxomony_list_container {
    width: 100%;
    box-sizing: border-box;
    overflow-x: scroll;
    white-space: nowrap;
    margin-bottom: 50px;
    padding-bottom: 10px;
  }
  .taxomony_container .taxomony_list_container .taxomony_list_item {
    position: relative;
    border-bottom: 1px solid #b5bab8;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
  }
  .taxomony_container .taxomony_list_container .taxomony_list_item a {
    padding: 5px 20px 5px 0;
    display: block;
    color: #fff;
    font-size: 12px;
    transition: 0.1s all ease-in;
  }
  .taxomony_container .taxomony_list_container .taxomony_list_item a:hover {
    background: #fff;
    color: #222;
    padding-left: 10px;
  }
  .taxomony_container .taxomony_list_container .taxomony_list_item .is_current {
    background: #fff;
    color: #222;
    padding-left: 10px;
  }
  .taxomony_container .taxomony_list_container .bi-arrow-right-short {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
  }
  .taxomony_container .taxomony_post_wrap {
    width: 100%;
  }
  .taxomony_post_wrap .taxomony_post {
    gap: 25px 4%;
  }
  .taxomony_post_wrap .taxomony_post_item {
    width: 48%;
  }
  .taxomony_post_wrap .taxomony_post_item a {
    color: #222;
    transition: 0.1s all ease-in;
  }
  .taxomony_post_wrap .taxomony_post_item a:hover {
    opacity: 0.8;
  }
  .taxomony_post_wrap .taxomony_post_item .com_img {
    padding-top: 61.768%;
    margin-bottom: 10px;
    background: url(../img/common/case_no-img.png) no-repeat center/cover;
  }
  .taxomony_post_wrap .taxomony_post_item .taxomony_post_title {
    font-size: clamp(14px, 1vw, 16px);
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #b5bab8;
    font-size: 13px;
    line-height: 1.5;
  }
  .taxomony_post_wrap .taxomony_post_item .taxomony_tags {
    gap: 2px 5px;
    line-height: 1.4;
    font-size: clamp(11px, 0.7vw, 13px);
    margin-bottom: 0;
  }
  .taxomony_post_wrap .taxomony_post_item .taxomony_tags .taxomony_tag_item {
    position: relative;
    font-size: 11px;
    padding-right: 5px;
  }
  .taxomony_post_wrap
    .taxomony_post_item
    .taxomony_tags
    .taxomony_tag_item::before {
    content: "/";
    display: block;
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
  }
  .taxomony_post_wrap
    .taxomony_post_item
    .taxomony_tags
    .taxomony_tag_item:last-of-type {
    padding-right: 0;
  }
  .taxomony_post_wrap
    .taxomony_post_item
    .taxomony_tags
    .taxomony_tag_item:last-of-type:before {
    display: none;
  }
  .solution_post .post_title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .solution_post .taxomony_tags {
    gap: 2px 5px;
    line-height: 1.4;
    font-size: 11px;
    font-size: clamp(11px, 0.7vw, 13px);
    margin-bottom: 40px;
  }
  .solution_post .taxomony_tags .taxomony_tag_item {
    position: relative;
    padding-right: 5px;
  }
  .solution_post .taxomony_tags .taxomony_tag_item::before {
    content: "/";
    display: block;
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
  }
  .solution_post .taxomony_tags .taxomony_tag_item:last-of-type {
    padding-right: 0;
  }
  .solution_post .taxomony_tags .taxomony_tag_item:last-of-type:before {
    display: none;
  }
  #x_camping {
    padding: 60px 0 40px;
  }
  #x_camping .main_title .wht_box {
    font-weight: 600;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 20px;
  }
  #x_camping .main_title .main {
    display: inline-block;
    margin-bottom: 15px;
  }
  #x_camping .main_title .sub {
    font-size: 20px;
    line-height: 1.6;
  }
  #about_training {
    padding: 30px 0 60px;
  }
  #about_training .com_current_contents {
    margin-bottom: 45px;
  }
  #about_training .com_current_contents:last-of-type {
    margin-bottom: 0;
  }
  #about_training .main_title {
    margin-bottom: 40px;
  }
  #about_training .main_title .lang-en,
  #about_training .main_title .lang-ja {
    line-height: 1;
  }
  #about_training .training_recommend {
    gap: 30px 4%;
  }
  #about_training .training_recommend .training_recommend_item {
    width: 48%;
  }
  #about_training .training_recommend .training_recommend_img {
    margin-bottom: 15px;
  }
  #about_training .training_recommend .txt {
    font-size: 13px;
    line-height: 1.5;
  }
  #about_training .com_feature_info .com_feature_info_item {
    margin-bottom: 25px;
    flex-direction: column;
  }
  #about_training .com_feature_info .com_feature_info_item:last-of-type {
    margin-bottom: 0;
  }
  #about_training .com_feature_info .com_feature_info_img {
    width: 100%;
    margin-bottom: 15px;
  }
  #about_training .com_feature_info .com_feature_info_txtbx {
    box-sizing: border-box;
  }
  #about_training .course_topic_info {
    gap: 30px 0;
  }
  #about_training .course_topic_info .course_topic_item {
    width: 100%;
    padding: 25px 20px;
    color: #fff;
    box-sizing: border-box;
    background: #000;
  }
  #about_training .course_topic_info .course_topic_img {
    margin-bottom: 15px;
  }
  #about_training .course_topic_info .course_topic_title {
    font-size: 16px;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 15px;
  }
  #about_training .course_topic_info .course_topic_dl {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #b5bab8;
  }
  #about_training .course_topic_info .course_topic_dl dt {
    margin-bottom: 10px;
  }
  #about_training .course_topic_info .dotted_list li {
    font-size: 13px;
  }
  #about_training .course_topic_info .dotted_list li:before {
    width: 3px;
    height: 3px;
    top: 10px;
  }
  #case_search .case_search_form {
    padding: 30px 0;
  }
  #case_search .border_title {
    margin-bottom: 35px;
  }
  #case_search .search_dl .in_dl {
    flex-wrap: wrap;
    flex-direction: column;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #b5bab8;
  }
  #case_search .search_dl .in_dl:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  #case_search .search_dl dt {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  #case_search .search_dl .taxonomy_list {
    gap: 10px;
  }
  #case_search .search_dl .taxonomy_list label {
    display: inline-block;
    line-height: 1;
    border: 1px solid #b5bab8;
    cursor: pointer;
    background-color: transparent;
    font-size: 12px;
  }
  #case_search .search_dl .taxonomy_list label:hover {
    background: #fff;
    color: #222;
  }
  #case_search .search_dl .taxonomy_list input[type="checkbox"] {
    display: none;
  }
  #case_search .search_dl .taxonomy_list input[type="checkbox"]:checked ~ span {
    background: #fff;
    color: #222;
    border-color: #fff;
  }
  #case_search .search_dl .taxonomy_list span {
    display: inline-block;
    padding: 8px 10px;
  }
  #case_search .submit_button_wrap {
    width: 250px;
    position: relative;
    display: block;
    margin: 40px auto 0;
  }
  #case_search .submit_button_wrap .submit_btn {
    display: block;
    font-weight: 700;
    font-size: 14px;
    width: 100%;
    height: 50px;
    background: #fff;
    border-style: none;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.2rem;
    color: #222;
  }
  #case_search .submit_button_wrap .submit_btn:hover {
    background: #b5bab8;
  }
  #case_search .submit_button_wrap .bi-search {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #222;
  }
  .case_post {
    padding: 40px 0;
  }
  .case_post .case_post_container {
    gap: 45px 0;
  }
  .case_post .case_post_item {
    width: 100%;
  }
  .case_post .com_img {
    padding-top: 61.768%;
    background: url(../img/common/case_no-img.png) no-repeat center/cover;
    margin-bottom: 10px;
  }
  .case_post .case_post_title {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 10px;
    line-height: 1.5;
    margin-bottom: 10px;
    border-bottom: 1px solid #b5bab8;
  }
  .case_post .case_post_txt {
    font-size: 14px;
  }
  .case_post .category_list {
    line-height: 1;
    margin-top: 20px;
    gap: 5px 0;
  }
  .case_post .category_list li {
    font-size: 11px;
    margin-right: 5px;
    padding-right: 5px;
    border-right: 1px solid #b5bab8;
  }
  .case_post .category_list li:last-of-type {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
  }
  .search_result_txt {
    text-align: right;
    padding-bottom: 10px;
    border-bottom: 1px solid #b5bab8;
    margin-bottom: 30px;
    font-size: 12px;
  }
  #recruit_value {
    padding: 45px 0 60px;
  }
  #recruit_value #digital-jinji-video-acd05eae-6c45-422c-a756-c1e243b31934 {
    margin-bottom: 50px;
  }
  #recruit_value .main_title,
  #recruit_value .num_dl_list {
    margin-bottom: 30px;
  }
  .recruit_value_txt {
    margin-bottom: 30px;
  }
  #demand_mind {
    padding: 60px 0 70px;
  }
  #demand_mind .main_title {
    margin-bottom: 40px;
  }
  #demand_mind .demand_mind_dl {
    margin: 0 auto;
    flex-wrap: wrap;
    gap: 40px 0;
    margin-top: 50px;
  }
  #demand_mind .demand_mind_dl .in_dl {
    width: 100%;
  }
  #demand_mind .demand_mind_dl dt {
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #b5bab8;
  }
  #requirements {
    padding: 60px 0 80px;
  }
  #requirements .main_title {
    margin-bottom: 40px;
  }
  .com_banner {
    padding: 20px 0 35px;
    text-align: center;
  }
  .com_banner .main_title {
    margin-bottom: 30px;
    border-bottom: 1px solid #b5bab8;
    padding-bottom: 15px;
  }
  .com_banner .com_banner_detail {
    gap: 30px 0;
  }
  .com_banner .com_banner_dl {
    width: 100%;
  }
  .com_banner .com_banner_dl dt {
    margin-bottom: 10px;
  }
  .com_banner .com_banner_dl .tel_number {
    line-height: 1;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 25px;
  }
  .com_banner .com_banner_dl .caution_txt {
    font-size: 14px;
    text-align: right;
    line-height: 1.1;
    margin-top: 5px;
  }
  #company_info {
    padding: 60px 0;
    color: #222;
  }
  #company_info .main_title {
    margin-bottom: 35px;
  }
  #company_info .position_detail_box .position_detail {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #b5bab8;
  }
  #company_info .position_detail_box .position_detail:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
  #access .main_title {
    padding: 35px 0 20px;
  }
  #access .googlemap {
    height: 250px;
    background: #ccc;
  }
  #access .googlemap iframe {
    width: 100%;
    height: 100%;
  }
  .info_post {
    padding: 40px 0 60px;
  }
  .info_post .info_post_container {
    gap: 30px 4%;
  }
  .info_post .info_post_item {
    width: 48%;
  }
  .info_post .info_post_item .com_img {
    padding-top: 61.5%;
    background: #ccc;
    background: url(../img/common/useful_no-img.png) no-repeat center/cover;
    margin-bottom: 10px;
  }
  .info_post .info_post_item a {
    transition: 0.1s all ease-in;
    color: #222 !important;
  }
  .info_post .info_post_item a:hover {
    opacity: 0.8;
  }
  .info_post .info_post_item .info_post_title {
    font-weight: 700;
    font-size: 13px;
    line-height: 1.5;
    padding-bottom: 10px;
    border-bottom: 1px solid #b5bab8;
  }
  .info_post .info_post_item .category_tags {
    gap: 2px 2px;
    margin-top: 10px;
    font-size: 11px;
  }
  .info_post .info_post_item .category_tags .category_tag_item {
    padding-right: 5px;
    padding-right: 5px;
    border-right: 1px solid #b5bab8;
  }
  .info_post .info_post_item .category_tags .category_tag_item:last-child {
    border-right: none;
  }
  .info_post_s {
    padding: 40px 0 60px;
  }
  .info_post_s .info_post_title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .info_post_s .category_tags {
    line-height: 1.2;
    margin-bottom: 25px;
  }
  .info_post_s .category_tags li {
    font-size: 11px;
    padding-right: 5px;
    margin-right: 5px;
    border-right: 1px solid #b5bab8;
  }
  .info_post_s .category_tags li:last-child {
    border-right: none;
  }
  .form_container {
    font-family: "Noto Sans JP", sans-serif;
  }
  .form_container .in-dl {
    padding: 15px 0;
    font-size: 14px;
    font-weight: 700;
    display: block;
    border-bottom: 1px solid #9e9e9e;
  }
  .form_container .in-dl:last-of-type {
    border-bottom: none;
  }
  .form_container dt {
    width: 100% !important;
    text-align: left;
    margin-bottom: 10px;
    border-right: none;
    padding: 0;
  }
  .form_container dt label {
    width: calc(100% - 45px);
    display: block;
    padding-right: 20px;
  }
  .form_container dt .badge_txt {
    position: relative;
    height: 18px;
    width: 45px;
    border-radius: 5px;
    text-align: center;
    display: block;
    font-size: 13px;
    line-height: 18px;
    top: 8px;
  }
  .form_container dt .require_badge {
    color: #fff;
    background: #e53935;
  }
  .form_container dt .free_badge {
    color: #fff;
    background: #9e9e9e;
  }
  .form_container dd {
    padding: 0;
    width: 100%;
    box-sizing: border-box;
  }
  .form_container dd input,
  .form_container dd select,
  .form_container dd textarea {
    font-size: 14px;
  }
  .form_container .input_def input,
  .form_container .input_def textarea,
  .form_container .input_def select {
    border: solid 2px #b5bab8;
    padding: 8px;
    box-sizing: border-box;
    font-family: "Noto Sans JP", sans-serif;
    background: #e8e8e8;
  }
  .form_container .input_def input[type="text"],
  .form_container .input_def input[type="tel"],
  .form_container .input_def input[type="email"],
  .form_container .input_def input[type="url"],
  .form_container .input_def textarea {
    width: 100%;
  }
  .form_container .input_def input[type="date"] {
    width: 80%;
    color: #222;
  }
  .form_container .input_def input[type="date"]:before {
    content: "日付を選択する";
    font-size: 12px;
    display: block;
    width: 200px;
  }
  .form_container .input_def .wpcf7-file {
    border: none;
    padding: 0;
    width: 150px;
  }
  .form_container .input_def .wpcf7-file::file-selector-button {
    border: none;
    font-family: "Noto Sans JP", sans-serif;
    background: #ccc;
    width: 150px;
    padding: 15px 5px;
    display: block;
    margin-bottom: 5px;
    color: #222;
  }
  .form_container .wpcf7-select {
    width: 260px;
    background-color: #fff;
    color: #222;
  }
  .form_container .wpcf7-textarea {
    height: 185px;
  }
  .form_container .wpcf7-list-item {
    margin-left: 0 !important;
  }
  .form_container .input_radio .wpcf7-radio,
  .form_container .input_radio .wpcf7-checkbox,
  .form_container .input_checkbox .wpcf7-radio,
  .form_container .input_checkbox .wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
  }
  .form_container .input_radio .wpcf7-list-item-label,
  .form_container .input_checkbox .wpcf7-list-item-label {
    margin-left: 8px;
    cursor: pointer;
  }
  .form_container .recaptcha_caution_txt {
    margin: 30px 0 50px;
    font-size: 12px;
  }
  .form_container .recaptcha_caution_txt .text_link {
    color: #000 !important;
    border-bottom: 1px solid #000;
  }
  .form_container .form_button-container {
    margin-top: 40px !important;
  }
  .form_container .click_button {
    width: 80%;
    margin: 0 auto;
  }
  .form_container .wpcf7-submit {
    display: block;
    background: #000 !important;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    width: 100%;
    height: 60px;
  }
  .form_container .wpcf7-spinner {
    display: none;
  }
  .form_container .arw_r {
    margin-left: 0;
    right: 30px;
  }
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output,
  .wpcf7 form.payment-required .wpcf7-response-output,
  .wpcf7 form.failed .wpcf7-response-output,
  .wpcf7 form.aborted .wpcf7-response-output {
    background: rgba(229, 57, 53, 0.2);
    color: #e53935;
    border: none;
  }
  .wpcf7 form .wpcf7-response-output {
    padding: 10px 15px !important;
    box-sizing: border-box;
  }
  .privacy_contents .privacy-txt {
    margin-bottom: 40px;
    font-size: 14px;
  }
  .privacy_contents .privacy-txt:last-child {
    margin-bottom: 0;
  }
  .sitemap_list .sitemap_list_item {
    border-bottom: 1px solid #b5bab8;
  }
  .sitemap_list .sitemap_list_item a:hover {
    background: rgba(255, 255, 255, 0.8);
    color: #222;
  }
  .sitemap_list .sitemap_list_item > a {
    display: block;
    font-size: 15px;
    padding: 15px;
    box-sizing: border-box;
  }
  .sitemap_list .sitemap_list_item .nav_level02 {
    padding: 15px;
  }
  .sitemap_list .sitemap_list_item .nav_level02 .sitemap_txt {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .sitemap_list
    .sitemap_list_item
    .nav_level02
    .level02_list
    .level02_list_item {
    box-sizing: border-box;
    padding-left: 8px;
    position: relative;
  }
  .sitemap_list
    .sitemap_list_item
    .nav_level02
    .level02_list
    .level02_list_item::before {
    content: "";
    display: block;
    position: absolute;
    top: 22px;
    left: 0;
    width: 8px;
    height: 2px;
    background: #b5bab8;
  }
  .sitemap_list
    .sitemap_list_item
    .nav_level02
    .level02_list
    .level02_list_item
    a {
    font-size: 13px;
    padding: 10px;
    display: block;
  }
  .drawer-nav {
    background: #000;
    z-index: 100;
    padding: 20px;
    box-sizing: border-box;
  }
  .drawer-nav .drawer_logo {
    width: 15.5%;
    margin: 10px 0 30px;
  }
  .drawer-nav .drawer_nav_item {
    color: #fff !important;
    font-size: 17px;
    letter-spacing: 0.2rem;
    border-bottom: 1px solid #b5bab8;
  }
  .drawer-nav .drawer_nav_item > a {
    color: #fff !important;
    display: block;
    padding: 10px;
  }
  .drawer-nav .nav_level02 {
    padding: 10px;
  }
  .drawer-nav .nav_level02 .drawer-dropdown-menu {
    background: transparent;
    margin: 10px 0;
  }
  .drawer-nav .nav_level02 .drawer-dropdown-menu > li {
    margin-bottom: 10px;
  }
  .drawer-nav .nav_level02 .drawer-dropdown-menu > li:last-of-type {
    margin-bottom: 0;
  }
  .drawer-nav .nav_level02 a {
    line-height: 1.2;
    padding: 5px 10px;
    color: #fff !important;
    font-size: 12px;
    border-left: 1px solid #b5bab8;
  }
  .drawer-nav .mail_btn_box .contact_btn {
    margin: 30px auto 0;
    letter-spacing: 0.1rem;
    height: 50px;
    width: 200px;
  }
  .drawer-toggle {
    z-index: 10000;
  }
  .drawer-toggle .drawer-hamburger-icon {
    background-color: #fff;
  }
  .drawer-toggle .drawer-hamburger-icon:before,
  .drawer-toggle .drawer-hamburger-icon:after {
    background: #fff;
  }
  .drawer-hamburger {
    width: 50px;
    height: 50px;
    padding: 0px 10px 12px;
    background: #000 !important;
    box-sizing: border-box;
    top: 15px;
    right: 10px !important;
  }
  .drawer-overlay {
    display: none !important;
  }
  .drawer-open .drawer-nav {
    width: 100%;
  }
  .drawer-open .drawer-hamburger {
    top: 15px !important;
    right: 10px !important;
  }
  .drawer-open .drawer-hamburger-icon {
    background-color: transparent !important;
  }
  .drawer-open .drawer-hamburger-icon:before,
  .drawer-open .drawer-hamburger-icon:after {
    background: #fff;
  }
  .dropdown_target {
    position: relative;
  }
  .dropdown_target:before,
  .dropdown_target:after {
    content: "";
    display: block;
    position: absolute;
    background: #fff;
    top: 50%;
    transform: translate(50%, -50%);
  }
  .dropdown_target:before {
    right: 0;
    width: 16px;
    height: 1px;
  }
  .dropdown_target:after {
    right: 0;
    width: 1px;
    height: 16px;
  }
  .dropdown_target.current:after {
    display: none;
  }
} /*# sourceMappingURL=style.css.map */
