@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.h-center {
  text-align: center;
}

#gMenuHeader {
/*   overflow: hidden; */
}

@media only screen and (max-width: 767px) {
  #gMenuHeader {
    overflow: visible;
  }
}

body {
  min-width: 1000px;
}

@media only screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
}

.h-pc-hide {
  display: none;
}

@media only screen and (max-width: 767px) {
  .h-sp-bold {
    font-weight: bold !important;
  }
  .h-pc-hide {
    display: block;
  }
}

html.is-modal {
  overflow-y: scroll;
}

button {
  cursor: pointer;
}

.btn_border,
.btn_border:link,
.btn_border:visited {
  text-align: center;
  border-radius: 9px;
  font-size: 15px;
  font-weight: bold;
  background-color: #000;
  border: 1px solid #BEBEBE;
  display: block;
  color: #fff;
  width: 200px;
  padding: 12.5px 0;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .btn_border,
  .btn_border:link,
  .btn_border:visited {
    font-size: 4vw;
    width: 53.5vw;
  }
}

.btn_border:hover,
.btn_border:link:hover,
.btn_border:visited:hover {
  text-decoration: none;
}
/* ------- sub menu → /static_html/srv/assets2/_css/sub_menu.css へ------- */
/*
.bl_sub_menu {
  padding: 13.5px 0;
  font-size: 14px;
}

.bl_sub_menu a:hover {
  color: inherit;
  opacity: 0.7;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .bl_sub_menu {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: #fff;
    width: 100%;
    z-index: 100;
    left: 0;
  }
}

.bl_sub_menu_list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 900px;
}

@media only screen and (max-width: 767px) {
  .bl_sub_menu_list {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    left: 0;
    top: 39px;
    width: 95%;
    background-color: #ddd;
    padding: 0px 45px 0px 20px;
  }
}

.bl_sub_menu_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .bl_sub_menu_list ul {
    display: block;
  }
}

.bl_sub_menu_list li {
  margin-left: 25px;
}

@media only screen and (max-width: 767px) {
  .bl_sub_menu_list li {
    margin-top: 27.5px;
    margin-bottom: 27.5px;
  }
}

.bl_sub_menu_list li a {
  display: inline-block;
}

.bl_sub_menu_list li.bl_sub_menu_guys {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #999;
}

@media only screen and (max-width: 767px) {
  .bl_sub_menu_list li.bl_sub_menu_guys {
    margin-left: 25px;
    padding-left: 0px;
    border-left: none;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 25px 0;
  }
}

.bl_sub_menu_heading {
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .bl_sub_menu_heading {
    padding: 0 20px;
    font-size: 12px;
    width: 100%;
  }
  .bl_sub_menu_heading.is-active::before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin-top: 3px;
  }
  .bl_sub_menu_heading.is-active + .bl_sub_menu_list {
    height: 483px;
    padding: 10px 45px 20px 20px;
  }
  .bl_sub_menu_heading::before {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    content: '';
    margin-top: -5px;
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
    width: 8px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    height: 8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
  }
}

.bl_sub_menu_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1092px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .bl_sub_menu_back {
    position: fixed;
    opacity: 0;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    -webkit-transition: background-color, 0.3s;
    transition: background-color, 0.3s;
    pointer-events: none;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
  }
  .is-modal .bl_sub_menu_back {
    opacity: 1;
    pointer-events: auto;
  }
}
*/
/* -------  ------- */


.block_container {
  width: 1000px;
  margin: 0 auto;
}

.block_container a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.block_container a:hover {
  text-decoration: none;
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .block_container a:hover {
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {
  .block_container {
    width: 90%;
  }
}

.bl_back_black {
  background-color: #000;
  color: #fff;
  padding: 1px;
}

.bl_back_gray {
  background-color: #333;
  color: #fff;
}

.bl_layout_centertxt_heading {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 24px;
}

.bl_layout_centertxt_heading br {
  display: none;
}

@media only screen and (max-width: 767px) {
  .bl_layout_centertxt_heading {
    font-size: 5.35vw;
    font-weight: normal;
  }
  .bl_layout_centertxt_heading__offTime {
    font-weight: bold;
  }
  .bl_layout_centertxt_heading br {
    display: block;
  }
}

.bl_layout_offTime {
  padding-bottom: 64px;
}

.bl_layout_centertxt_paragraph {
  margin-bottom: 30px;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .bl_layout_centertxt_paragraph {
    font-size: 3.75vw;
    text-align: left;
  }
  .bl_layout_centertxt_paragraph br {
    display: none;
  }
}

.bl_layout_centertxt {
  text-align: center;
  padding-top: 70px;
  margin-bottom: 80px;
}

.bl_layout_centertxt__type02 {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .bl_layout_centertxt {
    padding-top: 60px;
  }
}

.bl_layout_movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .bl_layout_movie {
    display: block;
    margin-bottom: 60px;
  }
}

.bl_layout_movie_front {
  background-color: #333;
  width: 327px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 9px;
}

@media only screen and (max-width: 767px) {
  .bl_layout_movie_front {
    width: auto;
    background-color: transparent;
    font-size: 3.75vw;
    margin-bottom: 40px;
  }
  .bl_layout_movie_front br {
    display: none;
  }
}

.bl_layout_movie_heading {
  font-size: 28px;
  margin-bottom: 4px;
  font-weight: bold;
  /*   font-family: "Helvetica Neue", "Helvetica", "Arial", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif; */
}

@media only screen and (max-width: 767px) {
  .bl_layout_movie_heading {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .bl_layout_movie_back {
    margin: 0 -5%;
  }
}

.bl_layout_movie_video {
  width: 663px;
  height: 373px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .bl_layout_movie_video {
    width: 100%;
    height: auto;
  }
}

.bl_spslider {
  position: relative;
  margin-bottom: 90px;
}

.bl_spslider .swiper-controller {
  display: none;
}

@media only screen and (max-width: 767px) {
  .bl_spslider .swiper-controller {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.bl_spslider .swiper-wrapper {
  display: -ms-grid;
  display: grid;
  gap: 9px;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

.bl_spslider .swiper-wrapper .swiper-slide {
  height: 427px;
}

@media only screen and (max-width: 767px) {
  .bl_spslider {
    margin-bottom: 80px;
  }
  .bl_spslider .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0px;
  }
  .bl_spslider .swiper-wrapper .swiper-wrapper .swiper-slide {
    height: auto;
  }
}

.bl_spslider_item {
  position: relative;
  background-size: cover;
  text-align: center;
  height: 427px;
}

.bl_spslider_item::before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 194px;
  display: block;
  width: 100%;
  content: '';
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#9D9D9D00), color-stop(49%, #595959A8), to(#363636)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #9D9D9D00 0%, #595959A8 49%, #363636 100%) 0% 0% no-repeat padding-box;
}

@media only screen and (max-width: 767px) {
  .bl_spslider_item {
    height: 335px !important;
  }
}

.bl_spslider_item__technique {
  background-image: url(./../_images/guys/slider/slider01.jpg);
}

.bl_spslider_item__knowledge {
  background-image: url(./../_images/guys/slider/slider02.jpg);
}

.bl_spslider_item__hart {
  background-image: url(./../_images/guys/slider/slider03.jpg);
}

.bl_spslider_item_heading img {
  display: block;
  margin-bottom: 5px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .bl_spslider_item_heading img {
    margin-bottom: 10px;
    width: 60px;
    height: auto;
  }
}

.bl_spslider_item_inner {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-bottom: 10px;
}

.bl_spslider_item_inner a {
  color: #fff;
  text-decoration: underline;
}

.bl_spslider_item_txt {
  margin-bottom: 10px;
}

.bl_spslider_item_txt strong {
  font-weight: bold;
}

.slick-arrow {
  position: absolute;
  bottom: 1.6vw;
  text-indent: -9999px;
  background-color: transparent;
  font-size: 0;
  width: 13px;
  height: 13px;
  display: block;
  border: none;
  border-bottom: 1.5px solid #999;
  border-right: 1.5px solid #999;
}

.slick-next {
  right: 85px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.slick-prev {
  left: 85px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.slick-dots {
  margin-top: 35px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .slick-dots {
    margin-top: 20px;
  }
  .slick-dots button {
    padding: 0;
  }
}

.slick-dots li {
  margin: 0 8px;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .slick-dots li {
    margin: 0 12px 5px;
  }
}

.slick-dots .slick-active button {
  color: #fff;
}

.slick-dots button {
  color: #999;
  border: none;
  font-size: 20px;
  background-color: transparent;
}

@media only screen and (max-width: 767px) {
  .slick-dots button {
    font-size: 5.35vw;
  }
}

.bl_txt01 {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .bl_txt01 {
    font-size: 3.75vw;
    text-align: left;
    margin-bottom: 95px;
  }
  .bl_txt01 br {
    display: none;
  }
}

.bl_borderHeading {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}

.bl_borderHeading::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
}

.bl_borderHeading span {
  position: relative;
  z-index: 1;
  display: inline-block;
  background-color: #000;
  padding: 0 42px;
  width: 496px;
}

@media only screen and (max-width: 767px) {
  .bl_borderHeading {
    margin-bottom: 25px;
  }
  .bl_borderHeading::before {
    display: none;
  }
  .bl_borderHeading span {
    width: auto;
    padding: 0;
  }
  .bl_borderHeading img {
    height: auto;
    width: 313px;
  }
}

.sp_headingWrapper {
  text-align: center;
  font-weight: bold;
  display: none;
}

@media only screen and (max-width: 767px) {
  .sp_headingWrapper {
    display: block;
    margin-bottom: 24px;
  }
}

.sp_headingTxt01 {
  font-weight: bold;
  font-size: 13px;
}

@media only screen and (max-width: 767px) {
  .sp_headingTxt01 {
    font-size: 3.5vw;
  }
}

.sp_headingTxt02 {
  font-weight: bold;
  font-size: 25px;
}

@media only screen and (max-width: 767px) {
  .sp_headingTxt02 {
    font-size: 6.8vw;
  }
}

.bl_card01Unit__int {
  margin-top: 35px;
  margin-bottom: 70px;
}

.bl_card01Unit__int .bl_card01 {
  max-height: 407px;
}

@media only screen and (max-width: 767px) {
  .bl_card01Unit__int .bl_card01 {
    max-height: inherit;
  }
}

.bl_card01Unit__int .swiper-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 16px 9px;
}

@media only screen and (max-width: 767px) {
  .bl_card01Unit__int .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
  }
}

.bl_card01Unit__int .swiper-controller {
  display: none;
}

@media only screen and (max-width: 767px) {
  .bl_card01Unit__int .swiper-controller {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 767px) {
  .bl_card01Unit {
    margin-top: 20px;
  }
}

.bl_spslider.swiper-container,
.js-spslider02.swiper-container {
  display: none;
}

@media only screen and (max-width: 767px) {
  .bl_spslider.swiper-container,
  .js-spslider02.swiper-container {
    display: block;
  }
}

.js-spslider03.swiper-container.swiper-container-initialized {
  display: none;
}

@media only screen and (max-width: 767px) {
  .js-spslider03.swiper-container.swiper-container-initialized {
    display: block;
  }
}

.noslidePC {
  display: block;
}

@media only screen and (max-width: 767px) {
  .noslidePC {
    display: none;
  }
}

.bl_card01Unit__int.noslidePC {
  display: -ms-grid;
  display: grid;
}

@media only screen and (max-width: 767px) {
  .bl_card01Unit__int.noslidePC {
    display: none;
  }
}

.bl_card01Unit .swiper-pagination,
.bl_card02Unit .swiper-pagination,
.bl_spslider .swiper-pagination,
.bl_videoslider .swiper-pagination {
  font-size: 16px;
  color: #999;
  width: auto;
  position: static;
}

.bl_card01Unit .swiper-pagination span,
.bl_card02Unit .swiper-pagination span,
.bl_spslider .swiper-pagination span,
.bl_videoslider .swiper-pagination span {
  white-space: nowrap;
}

.bl_card01Unit .swiper-pagination .swiper-pagination-bullet,
.bl_card02Unit .swiper-pagination .swiper-pagination-bullet,
.bl_spslider .swiper-pagination .swiper-pagination-bullet,
.bl_videoslider .swiper-pagination .swiper-pagination-bullet {
  margin: 0 8px !important;
  width: auto;
  height: auto;
  counter-increment: number;
}

.bl_card01Unit .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.bl_card02Unit .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.bl_spslider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.bl_videoslider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: transparent;
}

.bl_card01Unit .swiper-pagination .swiper-pagination-bullet::before,
.bl_card02Unit .swiper-pagination .swiper-pagination-bullet::before,
.bl_spslider .swiper-pagination .swiper-pagination-bullet::before,
.bl_videoslider .swiper-pagination .swiper-pagination-bullet::before {
  content: counter(number);
  color: #fff;
}

.swiper-wrapper {
  margin-bottom: 32px;
}

@media only screen and (max-width: 767px) {
  .swiper-wrapper {
    margin-bottom: 24px;
  }
}

.swiper-controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.swiper-controller .swiper-button-prev {
  margin-right: 30px;
}

.swiper-controller .swiper-button-next {
  margin-left: 30px;
}

.swiper-controller .swiper-button-prev,
.swiper-controller .swiper-button-next {
  position: static;
  margin-top: 0;
  height: auto;
  vertical-align: middle;
}

.swiper-controller .swiper-button-prev::after,
.swiper-controller .swiper-button-next::after {
  color: #fff;
  font-size: 15px;
}

.swiper-controller__video {
  margin-top: 32px;
}

@media only screen and (max-width: 767px) {
  .swiper-controller__video {
    margin-top: 0px;
  }
}

.bl_card01_imgWrapper {
  margin: 0;
  display: block;
}

.bl_card01_imgWrapper img {
  width: 100%;
  display: block;
  height: auto;
}

.bl_card01 {
  position: relative;
}

.bl_card01__heading {
  background-color: #333;
  color: #fff;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bl_card01_headtxt01 {
  font-size: 24px;
  font-weight: bold;
}

.bl_card01_headtxt02 {
  font-size: 38px;
  font-weight: bold;
}

.bl_card01_meta {
  /* position: absolute;
  bottom: 0;
  left: 0; */
  margin-top: -45px;
  width: 100%;
}

.bl_card01_txt {
  font-size: 14px;
  color: #333;
  padding: 11px 20px;
  background-color: rgba(255, 255, 255, 1.0);
}

/* .bl_card01_txt:first-line {
  font-weight: bold;
  font-size: 16px;
} */

@media only screen and (max-width: 767px) {
  .bl_card01_txt {
    font-size: 3.75vw;
  }
}

.bl_card01_heading {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .bl_card01_heading {
    font-size: 4.3vw;
  }
}

.bl_card01_txtfixed {
  min-height: 80px;
  font-size: 14px;
  line-height: 1.2;
  color: #333;
  padding: 10px 20px 8px;
  background-color: rgba(255, 255, 255, 0.9);
}

@media only screen and (max-width: 767px) {
  .bl_card01_txtfixed {
    font-size: 3.8vw;
  }
}

.bl_card01_more {
  text-decoration: underline;
  margin-left: auto;
  margin-top: 4px;
  display: block;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .bl_card01_more {
    display: none;
  }
}

.bl_card01_name {
   font-family: "Helvetica Neue", "Helvetica", "Arial", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif; 
  font-size: 24px;
  color: #333;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 1.0);
  display: inline-block;
  margin-bottom: 4px;
  padding: 4px 17px 3px;
    white-space:nowrap;
}

@media only screen and (max-width: 767px) {
  .bl_card01_name {
    font-size: 6.4vw;
  }
}

.bl_tabMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 25px;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .bl_tabMenu {
    font-size: 4.3vw;
    width: 90%;
    margin-bottom: 25px;
  }
}

.bl_tabMenu li {
  vertical-align: bottom;
  width: 115px;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .bl_tabMenu li {
    width: initial;
    padding-left: 15px;
  }

.bl_tabMenu li:first-child{
  padding-left: 0;
}

.bl_tabMenu li:nth-child(6n){
  padding-left: 0;
  padding-top: 16px;
}}

.bl_tabMenu li span {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.bl_tabMenu span {
  color: #999;
  font-weight: 600;
  cursor: pointer;
}

.bl_tabMenu span:hover {
  color: #fff;
}

.bl_tabMenu .is-current {
  font-size: 30px;
}

@media only screen and (max-width: 767px) {
  .bl_tabMenu .is-current {
    font-size: 5.35vw;
  }
}

.bl_tabMenu .is-current span {
  cursor: default;
  color: #fff;
}

.bl_tabBody__pc .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.bl_tabBody__pc .bl-tabItem.swiper-slide {
  height: 360px;
}

.bl_tabBody__pc .bl-tabItem.swiper-slide.swiper-slide-active {
  height: auto;
}

@media only screen and (max-width: 767px) {
  .bl_tabBody__pc.swiper-container-initialized {
    opacity: 0;
    height: 0;
    overflow: hidden;
  }
}

@media only screen and (max-width: 767px) {
  .bl_tabBody {
    margin-left: -5%;
    margin-right: -5%;
  }
}

.bl_card02Unit .swiper-controller {
  display: none;
}

@media only screen and (max-width: 767px) {
  .bl_card02Unit .swiper-controller {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.bl_card02Unit .swiper-wrapper {
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 32px 10px;
  display: -ms-grid;
  display: grid;
}

@media only screen and (max-width: 767px) {
  .bl_card02Unit .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
  }
}

.bl_card02:visited, .bl_card02:link {
  color: #fff;
}

.bl_card02_imgWrapper {
  margin: 0;
}

.bl_card02_imgWrapper img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
}

.bl_card02_name {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .bl_card02_name {
    font-size: 6.4vw;
  }
}

.bl_card02_txt01 {
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .bl_card02_txt01 {
    margin-bottom: 8px;
    font-size: 4.3vw;
  }
}

.bl_card02_txt02 {
  color: #F4F4F4;
}

@media only screen and (max-width: 767px) {
  .bl_card02_txt02 {
    font-size: 3.75vw;
  }
}

.bl_layout_centertxt {
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
}

.bl_sideimgmessage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  color: #fff !important;
}

.bl_sideimgmessage:visited {
  color: #fff !important;
}

@media only screen and (max-width: 767px) {
  .bl_sideimgmessage {
    display: block;
  }
}

.bl_sideimgmessage_main {
  background-color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media only screen and (max-width: 767px) {
  .bl_sideimgmessage_main {
    height: 124px;
  }
}

.bl_sideimgmessage_main_txt01 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .bl_sideimgmessage_main_txt01 {
    font-size: 3.2vw;
  }
}

.bl_sideimgmessage_main_txt02 {
  font-size: 25px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .bl_sideimgmessage_main_txt02 {
    font-size: 5.9vw;
  }
}

.bl_sideimgmessage_imgWrapper {
  width: 326px;
  height: 227px;
}

@media only screen and (max-width: 767px) {
  .bl_sideimgmessage_imgWrapper {
    width: 100%;
    height: 110px;
  }
}

.bl_sideimgmessage_imgWrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bl_sideimgmessage_video {
  width: 100%;
  height: 60vw;
  max-height: 439px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .bl_sideimgmessage_video {
    margin-bottom: 24px;
  }
}

.bl_layout_recruit {
  text-align: center;
  padding-top: 50px;
}

.bl_recruitWrapper {
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .bl_recruitWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.bl_videoslider_item {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

.bl_videoslider_item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .bl_videoslider_item::before {
    display: none;
  }
}

.bl_videoslider_item iframe {
  width: 780px;
  height: 438px;
}

@media only screen and (max-width: 767px) {
  .bl_videoslider_item {
    opacity: 1;
  }
  .bl_videoslider_item iframe {
    width: 100%;
    height: 50vw;
  }
}

.bl_kvWrapper .swiper-controller__var {
  position: absolute;
  left: 50%;
  bottom: 15px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
  .bl_kvWrapper .swiper-controller__var {
    position: static;
    margin-top: 32px;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    margin-bottom: 16px;
  }
}

.swiper-controller__var {
  margin-top: 70px;
  position: relative;
  z-index: 1;
}

.swiper-controller__var .swiper-pagination {
  position: static;
}

@media only screen and (max-width: 767px) {
  .swiper-controller__var {
    margin-top: -30px;
  }
}

.swiper-controller__var .swiper-pagination-bullet {
  width: 40px;
  height: 4px;
  opacity: 1;
  margin: 0 5px;
  border-radius: 2px;
  position: relative;
  background-color: #999999;
}

.swiper-controller__var .swiper-pagination-bullet::before {
  border-radius: 2px;
  content: '';
  display: block;
  width: 0%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #fff;
}

.swiper-controller__var .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  -webkit-transition: all 7s;
  transition: all 7s;
  width: 100%;
}

.bl_videoslider {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .bl_videoslider {
    margin: 0 -5% 60px;
  }
  .bl_videoslider div.slick-list {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}

.bl_videoslider .slick-list {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.bl_videoslider .swiper-slide-active {
  opacity: 1;
  z-index: 1;
}

.bl_videoslider .swiper-slide-active::before {
  display: none;
}

.bl_videoslider .slick-dots {
  margin-top: 5px;
}

.bl_videoslider .slick-dots li {
  width: 40px;
  height: 4px;
  background-color: #999;
  font-size: 0;
  text-indent: -9999px;
  border-radius: 2px;
}

.bl_videoslider .slick-dots li.slick-active {
  background-color: #fff;
}

.bl_layout_pit {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 60px;
}

.bl_pit_list {
  display: -ms-grid;
  display: grid;
  gap: 10px;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
}

@media only screen and (max-width: 767px) {
  .bl_pit_list {
    -ms-grid-columns: (minmax(160px, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  }
  .bl_pit_list li {
    background-color: #EDEDED;
  }
}

.bl_pit_list_imgWrapper {
  width: 192px;
  height: 125px;
}

@media only screen and (max-width: 767px) {
  .bl_pit_list_imgWrapper {
    width: auto;
    height: 108px;
  }
}

.bl_pit_list_imgWrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.bl_pit_list_heading {
  background-color: #EDEDED;
  height: 54px;
  padding: 5px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .bl_pit_list_heading {
    font-size: 3.75vw;
    padding: 5px 10px;
    height: auto;
  }
}

.bl_small {
  display: block;
  margin: 20px 0 45px;
}

@media only screen and (max-width: 767px) {
  .bl_small {
    margin-bottom: 60px;
  }
}

.bl_layout_service {
  padding-bottom: 118px;
}

@media only screen and (max-width: 767px) {
  .bl_layout_service {
    padding-bottom: 60px;
  }
}

.bl_layout_service .btn_border {
  width: 242px;
}

@media only screen and (max-width: 767px) {
  .bl_layout_service .btn_border {
    width: 64.5vw;
  }
}

.bl_nav {
  padding: 10px 0;
  font-size: 12px;
  border-top: 1px solid #ccc;
  background-color: #EDEDED;
}

.bl_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333;
}

.bl_nav li:not(:first-child)::before {
  content: '';
  width: 8px;
  height: 8px;
  margin: 0 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: inline-block;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
}

@media only screen and (max-width: 767px) {
  .bl_nav {
    font-size: 3.2vw;
  }
  .bl_nav ul {
    display: block;
  }
}

.bl_kvWrapper .swiper-wrapper {
  margin-bottom: 0;
}

.bl_kvWrapper_item {
  background-size: cover;
  color: #fff;
  background-position: center center;
  position: relative;
  padding: 95px 10px 0;
}

@media only screen and (max-width: 767px) {
  .bl_kvWrapper_item {
    padding: 18px 0px 5px;
  }
  .bl_kvWrapper_item::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    display: block;
    content: '';
    height: 178px;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#36373800), to(#000000)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, #36373800 0%, #000000 100%) 0% 0% no-repeat padding-box;
  }
}

.bl_kvWrapper_item .block_container {
  position: relative;
  height: 602px;
}

@media only screen and (max-width: 767px) {
  .bl_kvWrapper_item .block_container {
    height: 377px;
  }
}

.bl_kvWrapper_backImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .bl_kvWrapper_backImg {
    overflow: hidden;
  }
}

.bl_kvWrapper_backImg img {
  -webkit-transition: all 10s ease-in-out;
  transition: all 10s ease-in-out;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(100%);
          transform: scale(100%);
}

.swiper-slide-active .bl_kvWrapper_backImg img {
  -webkit-transform: scale(120%);
          transform: scale(120%);
}

.bl_kv_txt01 {
  padding-bottom: 5px;
  display: inline-block;
  letter-spacing: 3px;
}

@media only screen and (max-width: 767px) {
  .bl_kv_txt01 {
    padding-bottom: 2px;
  }
  .bl_kv_txt01 img {
    width: 242px;
  }
}

.bl_kv_meta {
  color: #fff;
  width: 380px;
  position: absolute;
  right: 0;
  z-index: 1;
  bottom: 97px;
}

.bl_kv_meta a {
  color: inherit;
}

@media only screen and (max-width: 767px) {
  .bl_kv_meta {
    width: 100%;
    bottom: -24px;
  }
  .bl_kv_meta img {
    width: 118px;
    height: auto;
  }
}

.bl_kv_meta a {
  text-decoration: underline;
}

.bl_kv_meta_txt01 {
  font-size: 34px;
  margin-bottom: 5px;
  font-weight: bold;
  font-family: "Helvetica Neue",
 "Helvetica",
 "Arial",
 "Hiragino Kaku Gothic Pro",
 "ヒラギノ角ゴ Pro W3",
 "メイリオ",
 "Meiryo",
 "ＭＳ Ｐゴシック",
 sans-serif;
}

.bl_kv_meta_txt01, 
.bl_kv_meta_txt02,
.bl_kv_meta_txt03{
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 767px) {
  .bl_kv_meta_txt01 {
    font-size: 18px;
  }
}

.bl_kv_meta_txt02 {
  font-weight: bold;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .bl_kv_meta_txt02 {
    font-size: 3.75vw;
  }
}

@media only screen and (max-width: 767px) {
  .bl_kv_meta_txt03 {
    font-size: 3.75vw;
  }
}

.bl_kv_meta_link,
.bl_kv_meta_link:visited {
  text-align: right;
  display: block;
  text-decoration: underline;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 767px) {
  .bl_kv_meta_link,
  .bl_kv_meta_link:visited {
    font-size: 3.75vw;
  }
}

@media only screen and (max-width: 767px) {
  .bl_kvWrapper {
    background-color: #000;
  }
  .bl_kvWrapper .slick-list {
    padding-bottom: 22px;
  }
}

.bl_kvWrapper .slick-dots {
  margin-top: -56px;
  position: relative;
  padding-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .bl_kvWrapper .slick-dots {
    margin-top: 25px;
  }
}

.bl_kvWrapper .slick-dots li {
  width: 40px;
  height: 4px;
  background-color: #999;
  font-size: 0;
  text-indent: -9999px;
  border-radius: 2px;
  position: relative;
}

.bl_kvWrapper .slick-dots li::before {
  border-radius: 2px;
  content: '';
  display: block;
  width: 0%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #fff;
}

.bl_kvWrapper .slick-dots li.slick-active::before {
  -webkit-transition: all 7s;
  transition: all 7s;
  width: 100%;
}

.bl_newsWrapper {
  position: relative;
  padding: 7.5px 0;
  background-color: rgba(255, 255, 255, 0.8);
}

@media only screen and (max-width: 767px) {
  .bl_newsWrapper {
    background-color: #ccc;
    padding: 7.5px 16px;
  }
}

.bl_newsWrapper_inner {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 710px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .bl_newsWrapper_inner {
    overflow: visible;
    white-space: normal;
    padding: 5px 0;
  }
}

.bl_newsWrapper_inner a {
  text-decoration: underline;
}

.bl_news_heading {
  font-size: 16px;
  font-weight: bold;
  display: inline;
}

@media only screen and (max-width: 767px) {
  .bl_news_heading {
    font-size: 3.75vw;
  }
}

.bl_nav a:hover {
  color: inherit;
  opacity: 0.7;
}

.bl_news_body {
  font-size: 14px;
  display: inline;
  padding-left: 45px;
}

@media only screen and (max-width: 767px) {
  .bl_news_body {
    padding-left: 0;
    display: inline;
    font-size: 3.75vw;
  }
  .bl_news_body span {
    display: block;
    margin-top: 5px;
  }
}

.bl_news_body time {
  margin-right: 10px;
}

.skill_container .skill-text .contents-graphic-modal {
  text-align: center;
}

.skill_container .skill-text .contents-graphic-modal span {
  display: inline-block;
  margin: 0 auto;
  padding: 9px 27px;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  color: #000;
  background: #fff;
  border-radius: 10px;
  cursor: pointer;
}

.contents-graphic__modal {
  display: none;
  visibility: hidden;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}

.contents-graphic__modal img {
  max-width: 100%;
  height: auto;
}

.contents-graphic__modal.active {
  display: block;
  visibility: visible;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  z-index: 40000;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-animation: fadein0 0.3s ease-in 0.3s forwards;
  animation: fadein0 0.3s ease-in 0.3s forwards;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.contents-graphic__modal_inner {
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.contents-graphic__modal_inner::-webkit-scrollbar {
  display: none;
}

@keyframes fadein0 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadein0 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.contents-graphic__modal--close__btn {
  position: fixed;
  top: 23px;
  right: 15px;
  width: 42px;
  height: 45px;
  z-index: 40001;
  background-image: url(./../_images/guys/modal_close.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.contents-graphic__modal__wrap {
  display: none;
  width: 1000px;
  margin: 200px auto 0;
}

.contents-graphic__modal__wrap.active {
  display: block;
}

.contents-graphic__modal__wrap .inner {
  position: relative;
  width: 900px;
  margin: 0 auto;
}

.contents-graphic__modal__wrap .inner .image {
  position: relative;
}

.contents-graphic__modal__wrap .inner .ttl {
  position: absolute;
  z-index: 9;
  top: -67px;
  left: -48px;
  text-align: center;
  color: #fff;
}

.contents-graphic__modal__wrap .inner .ttl p {
  font-size: 97px;
  font-weight: 500;
  line-height: 104px;
  font-family: 'Noto Serif JP', serif;
}

.contents-graphic__modal__wrap .inner .ttl span {
  font-size: 18px;
  font-weight: bold;
  line-height: 38px;
}

.contents-graphic__modal__wrap .inner .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.contents-graphic__modal__wrap .inner .txt p {
  text-align: center;
  font-size: 29px;
  font-weight: bold;
  line-height: 52px;
}

.contents-graphic__modal__wrap .inner .inner-left {
  position: relative;
  width: 470px;
}

.contents-graphic__modal__wrap .inner .inner-right {
  position: relative;
  top: -20px;
  width: 470px;
  margin-top: -124px;
  margin-left: auto;
}

.contents-graphic__modal__wrap .inner-txt {
  position: relative;
  width: 700px;
  margin: 70px auto 160px;
  font-size: 14px;
  line-height: 26px;
}

.contents-graphic__modal__wrap .inner-txt .bold {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}

.contents-graphic__modal__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 1000px;
  margin: 0 auto;
  border-top: 1px solid #707070;
}

.contents-graphic__modal__tab .tab-btn {
  width: calc(100% / 3);
  padding: 40px 0;
  text-align: center;
  opacity: .52;
  cursor: pointer;
}

.contents-graphic__modal__tab .tab-btn.active {
  opacity: 1;
}

.contents-graphic__modal__tab .tab-btn + .tab-btn {
  border-left: 1px solid #707070;
}

.contents-graphic__modal__tab .tab-btn p {
  text-align: center;
  font-size: 97px;
  font-weight: 500;
  line-height: 104px;
  font-family: 'Noto Serif JP', serif;
}

.contents-graphic__modal__tab .tab-btn span {
  font-size: 18px;
  font-weight: bold;
  line-height: 38px;
}

@media only screen and (max-width: 767px) {
  .skill_container .skill-text .contents-graphic-modal span {
    font-size: 15px;
    line-height: 38px;
  }
  .contents-graphic__modal__wrap {
    width: 100%;
    margin: 130px auto 0;
  }
  .contents-graphic__modal__wrap .inner {
    width: 90%;
  }
  .contents-graphic__modal__wrap .inner.image {
    height: 190px;
  }
  .contents-graphic__modal__wrap .inner.image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .contents-graphic__modal__wrap .inner .ttl {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 40px;
  }
  .contents-graphic__modal__wrap .inner .ttl p {
    text-align: center;
  }
  .contents-graphic__modal__wrap .inner.title img {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 110%;
    max-width: none;
  }
  .contents-graphic__modal__wrap .inner .txt p {
    font-size: 20px;
    line-height: 29px;
  }
  .contents-graphic__modal__wrap .inner-txt {
    width: 90%;
    margin: 50px auto 120px;
  }
  .contents-graphic__modal__wrap .inner .inner-left {
    display: none;
  }
  .contents-graphic__modal__wrap .inner .inner-right {
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  .contents-graphic__modal__tab {
    min-width: 1px;
  }
  .contents-graphic__modal__tab .tab-btn {
    padding: 30px 0;
  }
  .contents-graphic__modal__tab .tab-btn p {
    font-size: 45px;
    line-height: 65px;
  }
  .contents-graphic__modal__tab .tab-btn span {
    font-size: 14px;
    line-height: 23px;
  }
}
/*# sourceMappingURL=temp_css.css.map */

/* 20220729 2022INTERVIEW 修正*/
.bl_card01_txt span{
  font-weight: bold;
  font-size: 16px;
}

.bl_card01_txt{
  height: 87px;
}

/* ------- 予約ボタン ------- */
.yokakuBtnPC{
    display:none;
}
.yokakuBtnSP{
    display:block;
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    background: #b2b2b2;
    z-index:999;
    padding:1.1em 0 0.7em 0;
}
.yokakuBtnSP a{
    position: relative;
    padding: 0.8em 0;
    width: 84%;
    margin:0 auto;
    border-radius: 1em;
    background: #000;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
}
.kantan{
    display:block;
    width: auto;
    margin:0 auto;
    line-height: 1.4;
    padding: 0 1em;
    background-color: #fff;
    color: #000;
    font-size: 3.7vw;
    font-weight:550;
    text-align: center;
    border: 1px solid #000;
    border-radius: 2em;
    position: absolute;
    top: -0.8em;
}
.yokakuBtnSP a .iconSpana{
    width: 11%;
    margin-right: 0.5em;
}
.iconSpana img{
    width:100%;
}
.yokakuBtnSP a .btnTx{
    display:block;
    font-size:4.8vw;
    font-weight:550;
}


@media only screen and (min-width: 767px) {
    .yokakuBtnSP{
        display:none;
    }
    .yokakuBtnPC{
        display:block;
        position:fixed;
        right:15px;
        bottom:15px;
        z-index:999;
    }
    .yokakuBtnPC img{
        width:160px;
        opacity: 1;
        transition: 0.3s;
    }
    .yokakuBtnPC img:hover{
        opacity: 0.8;
    }
}