@charset "UTF-8";
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP"), local("NotoSansJP-Regular"), local("NotoSansJP-Regular"), url("/font/NotoSansJP-Regular.woff2") format("woff2"), url("/font/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 700;
  src: local("NotoSansJP-Bold"), local("NotoSansJP-Bold"), url("/font/NotoSansJP-Bold.woff2") format("woff2"), url("/font/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 900;
  src: local("NotoSansJP-Black"), local("NotoSansJP-Black"), url("/font/NotoSansJP-Black.woff2") format("woff2"), url("/font/NotoSansJP-Black.woff") format("woff");
}
* {
  box-sizing: border-box;
}

body .all-wrapper {
  font-family: "NotoSansJP", "Noto Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  line-height: 1.75;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  body .all-wrapper {
    font-size: 14px;
  }
}

.u-bold {
  font-weight: bold;
}

.u-tac {
  text-align: center;
}

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

.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: hidden;
}

@media screen and (min-width: 321px) {
  .br-sp {
    display: block;
  }
}
@media screen and (min-width: 767px) {
  .br-sp {
    display: none;
  }
}

.br-pc {
  display: none;
}
@media screen and (min-width: 767px) {
  .br-pc {
    display: block;
  }
}

button {
  cursor: pointer;
}

.btn_border,
.btn_border:link,
.btn_border:visited {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 8px;
  font-size: 15px;
  font-weight: bold;
  background-color: #000;
  color: #fff;
  width: min(315px, 100%);
  padding: 11px 0;
  margin: 0 auto;
}
.btn_border.-border,
.btn_border:link.-border,
.btn_border:visited.-border {
  padding: 10px 0;
  background: #fff;
  color: #333;
  border: 1px solid #bebebe;
}
@media only screen and (max-width: 767px) {
  .btn_border,
.btn_border:link,
.btn_border:visited {
    font-size: 4vw;
    width: min(84vw, 315px);
  }
}
.btn_border:hover,
.btn_border:link:hover,
.btn_border:visited:hover {
  text-decoration: none;
}

.btn_borderIco {
  margin-right: 8px;
}

.mv {
  position: relative;
}
.mv__img {
  display: block;
  margin: auto;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .mv__img {
    overflow: hidden;
  }
}

.newsWrapper {
  width: 100%;
  padding: 7.5px 0;
  background: #e1e5ea;
}
@media only screen and (max-width: 767px) {
  .newsWrapper {
    padding: 7.5px 16px;
  }
}

.newsWrapper_inner {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 710px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .newsWrapper_inner {
    overflow: visible;
    white-space: normal;
    padding: 5px 0;
  }
}
.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_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;
}

.cta {
  padding: 24px;
  text-align: center;
  font-weight: black;
}
@media only screen and (max-width: 767px) {
  .cta {
    background: #f2f2f4;
    padding: 20px 14px;
  }
}
.cta__text {
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .cta__text {
    font-size: min(3.7vw, 14px);
  }
}
.cta__link {
  margin-top: 16px;
}

.offtime__inner, .interview__wrap {
  width: 1100px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .offtime__inner, .interview__wrap {
    width: 100%;
  }
}

.about {
  padding: 240px 0 348px;
  background: #f2f2f4;
}
@media only screen and (max-width: 767px) {
  .about {
    padding: 0;
    background: #fff;
  }
}
.about__wrap {
  margin: auto;
  max-width: 1151px;
}
@media only screen and (max-width: 767px) {
  .about__wrap {
    padding: 80px 0;
    width: 100%;
  }
}
.about__message {
  position: relative;
  margin: auto;
  padding: 40px 38px;
  background: #fff;
  text-align: center;
  width: 527px;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .about__message {
    padding: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .about__logoImg {
    margin: auto;
    width: min(80vw, 300px);
    height: auto;
  }
}
.about .para {
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  .about .spPara {
    margin-top: 24px;
  }
}

.messageImg1 {
  display: block;
  position: absolute;
  top: -161px;
  right: -313px;
}
@media only screen and (max-width: 767px) {
  .messageImg1 {
    width: min(91.4vw, 343px);
  }
}

.messageImg2 {
  display: block;
  position: absolute;
  top: -95px;
  left: -311px;
}
.messageImg3 {
  display: block;
  position: absolute;
  bottom: -270px;
  left: -313px;
}
@media only screen and (max-width: 767px) {
  .messageImg3 {
    width: min(87.2vw, 327px);
  }
}

.messageImg4 {
  display: block;
  position: absolute;
  top: 211px;
  right: -265px;
}
@media only screen and (max-width: 767px) {
  .messageImg4 {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .messageImg1,
.messageImg2,
.messageImg3,
.messageImg4 {
    margin: 24px auto 0;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    height: auto;
  }
}

.interview {
  display: block;
  box-sizing: border-box;
}
.interview a:hover {
  color: #000 !important;
  text-decoration: none !important;
}
.interview__wrap {
  padding: 80px 0;
}
.interview__slider {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .interview__slider {
    margin: 40px auto 0;
    width: 94%;
  }
}

.block_container {
  max-width: 1100px;
  margin: 0 auto;
}
.block_container a {
  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_gray {
  background-color: #f2f2f4;
  color: #333;
}

.bl_layout_centertxt_heading {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 16px;
}
.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;
  }
}

.offtime {
  background: #f2f2f4;
  padding: 80px 0;
  box-sizing: border-box;
}
.offtime a:hover {
  color: #000 !important;
  text-decoration: none !important;
}
.offtime__title {
  font-weight: bold;
  font-size: 40px;
}
@media only screen and (max-width: 767px) {
  .offtime__title {
    font-size: min(7.5vw, 28px);
  }
}
.offtime__slider {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .offtime__slider {
    margin: 40px auto 0;
    width: 94%;
  }
}

.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: 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: flex;
  flex-direction: column;
  align-items: 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;
}
@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: flex;
  }
}
.bl_spslider .swiper-wrapper {
  display: grid;
  gap: 9px;
  grid-template-columns: repeat(3, 1fr);
}
.bl_spslider .swiper-wrapper .swiper-slide {
  height: 427px;
  will-change: transform;
  visibility: hidden !important;
}
.bl_spslider .swiper-wrapper .swiper-slide-visible {
  visibility: visible !important;
}
@media only screen and (max-width: 767px) {
  .bl_spslider {
    margin-bottom: 80px;
  }
  .bl_spslider .swiper-wrapper {
    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 linear-gradient(180deg, rgba(157, 157, 157, 0) 0%, rgba(89, 89, 89, 0.6588235294) 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;
  transform: rotate(-45deg);
}

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

.slick-dots {
  margin-top: 35px;
  display: flex !important;
  justify-content: center;
  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;
}
@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;
  }
}

.headingTxt01 {
  font-weight: bold;
  font-size: 32px;
  line-height: 1.25;
}
@media only screen and (max-width: 767px) {
  .headingTxt01 {
    font-size: min(6.4vw, 24px);
  }
}

.headingTxt02 {
  font-weight: bold;
  font-size: 48px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .headingTxt02 {
    font-size: min(10.7vw, 40px);
  }
}

.bl_card01Unit__offtime .bl_card01 {
  height: 451px;
}
@media only screen and (max-width: 767px) {
  .bl_card01Unit__offtime .bl_card01 {
    max-height: initial;
    min-height: 448px;
    padding: 0 12px;
  }
}
.bl_card01Unit__offtime .bl_card01_txt {
  padding: 12px 10px;
}
.bl_card01Unit__offtime .swiper-wrapper {
  padding: 0 12px;
  margin-left: -12px;
}
.bl_card01Unit__offtime .swiper-controller {
  margin-top: 16px;
}
.bl_card01Unit__int {
  margin-top: 35px;
  margin-bottom: 70px;
}
.bl_card01Unit__int .bl_card01 {
  min-height: 452px;
  padding: 0 6px;
}
@media only screen and (max-width: 767px) {
  .bl_card01Unit__int .bl_card01 {
    padding: 0 12px;
  }
}
@media only screen and (max-width: 767px) {
  .bl_card01Unit__int .bl_card02 {
    min-height: 345px;
  }
}
.bl_card01Unit__int .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px 0;
}
@media only screen and (max-width: 767px) {
  .bl_card01Unit__int .swiper-wrapper {
    display: flex;
    gap: 0;
  }
}
.bl_card01Unit__int .swiper-controller {
  display: none;
}
@media only screen and (max-width: 767px) {
  .bl_card01Unit__int .swiper-controller {
    display: flex;
    margin-top: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .bl_card01Unit {
    margin-top: 20px;
  }
}

.cardType1 {
  padding: 6px 12px;
}
.cardType1__inner {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);
}
.cardType1__imgWrapper {
  margin: 0;
  position: relative;
}
.cardType1__imgWrapper img {
  width: 100%;
  height: auto;
}
.cardType1__name {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 24px;
  color: #333;
  font-weight: bold;
  background-color: rgb(255, 255, 255);
  display: inline-block;
  padding: 0 20px;
  white-space: nowrap;
}

.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: 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: #333;
  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 {
  transform: translate3d(0, 0, 0);
}
.swiper-controller {
  display: flex;
  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: #333;
  font-size: 15px;
}
.swiper-controller__video {
  margin-top: 32px;
}
@media only screen and (max-width: 767px) {
  .swiper-controller__video {
    margin-top: 16px;
  }
}

.bl_card01_imgWrapper,
.bl_card02_imgWrapper {
  margin: 0;
  display: block;
}
.bl_card01_imgWrapper img,
.bl_card02_imgWrapper img {
  width: 100%;
  display: block;
  height: auto;
}

.bl_card01 {
  position: relative;
}
.bl_card01__heading {
  background-color: #333;
  color: #fff;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.bl_card01_inner {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .bl_card01_inner {
    height: auto;
  }
}

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

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

.bl_card01_meta {
  margin-top: -55px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .bl_card01_meta {
    margin-top: -47px;
  }
}

.bl_card01_txt {
  font-size: min(1.27vw, 14px);
  color: #333;
  padding: 12px;
  line-height: 1.35;
  height: 92px;
}
@media only screen and (max-width: 767px) {
  .bl_card01_txt {
    font-size: 3.75vw;
  }
}
.bl_card01_txt .text {
  font-weight: bold;
  font-size: min(4.8vw, 18px);
  line-height: 1.35;
}
@media only screen and (max-width: 767px) {
  .bl_card01_txt .text {
    font-size: min(4.3vw, 16px);
  }
}
.bl_card01_txt .text2 {
  font-size: min(4.8vw, 18px);
  line-height: 1.35;
}
@media only screen and (max-width: 767px) {
  .bl_card01_txt .text2 {
    font-size: min(4.3vw, 16px);
  }
}

.bl_card01_ttl {
  font-weight: bold;
  font-size: min(4.8vw, 18px);
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .bl_card01_ttl {
    font-size: min(4.3vw, 16px);
  }
}

.bl_card01_txt2 {
  line-height: 1.5;
}

.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: 16px 20px;
  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-size: 24px;
  color: #333;
  font-weight: bold;
  background-color: rgb(255, 255, 255);
  display: inline-block;
  margin-bottom: 12px;
  padding: 0 20px;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .bl_card01_name {
    font-size: min(6.4vw, 24px);
    margin-bottom: 5px;
  }
}

.bl_tabWrapper {
  overflow: hidden;
}

.bl_tabWrap {
  width: 300%;
}

@media only screen and (max-width: 767px) {
  .bl_tabMenuWrap {
    margin: 0 auto 25px;
    width: 85%;
  }
}

.bl_tabMenu {
  margin-bottom: 28px;
  display: flex;
  font-size: 22px;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 1em;
}
@media only screen and (max-width: 767px) {
  .bl_tabMenu {
    font-size: min(4.3vw, 20px);
    flex-wrap: wrap;
    min-width: 100%;
    gap: 16px 8px;
    padding-right: 20px;
  }
}
.bl_tabMenu li {
    display:inline-block;
    vertical-align: bottom;
    line-height: 1;
    width:3em;
}
.bl_tabMenu li span {
  transition: color 0.3s;
  word-break: keep-all;
}
.bl_tabMenu li:hover span {
  color: #333;
}
.bl_tabMenu li:first-child {
  padding-left: 0;
}
.bl_tabMenu li:nth-child(6n) {
  padding-left: 0;
  /* padding-top: 16px; */
}
.bl_tabMenu span {
  color: #999;
  font-weight: 600;
  cursor: pointer;
}
.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: #333;
}

@media only screen and (max-width: 767px) {
  .bl_tabBody {
    margin-left: -5%;
    margin-right: -5%;
  }
}
.bl_tabBody__pc .swiper-wrapper {
  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;
  }
}
.bl_card02Unit {
  position: relative;
}
.bl_card02Unit .swiper-controller {
  display: none;
}
@media only screen and (max-width: 767px) {
  .bl_card02Unit .swiper-controller {
    margin-top: 24px;
    display: flex;
  }
}
.bl_card02Unit .swiper-wrapper {
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 8px;
  display: grid;
}
@media only screen and (max-width: 767px) {
  .bl_card02Unit .swiper-wrapper {
    display: flex;
    gap: 0;
  }
}

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

.bl_card02_imgWrapper {
  margin: 0;
}
.bl_card02_imgWrapper img {
  width: 100%;
  height: auto;
  display: block;
}

.bl_card02_name {
  font-weight: bold;
  font-size: 24px;
}
@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: #333;
}
@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: 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: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  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: 80px;
}
@media only screen and (max-width: 767px) {
  .bl_sideimgmessage_video {
    margin-bottom: 24px;
  }
}

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

.bl_recruitWrapper {
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .bl_recruitWrapper {
    display: flex;
    padding-bottom: 20px;
    flex-direction: column;
  }
}

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

.bl_videoslider_item {
  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 {
  visibility: hidden;
}
.bl_kvWrapper.is-active {
  visibility: visible;
}
.bl_kvWrapper .swiper-controller__var {
  position: absolute;
  left: 50%;
  bottom: 15px;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .bl_kvWrapper .swiper-controller__var {
    position: static;
    margin-top: 32px;
    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 {
  transition: all 7s;
  width: 100%;
}

.bl_videoslider {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .bl_videoslider {
    margin: 0 -5% 16px;
  }
  .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,
.bl_layout_recruit {
  text-align: center;
  padding: 80px 0;
}

@media only screen and (max-width: 767px) {
  .bl_layout_pit {
    margin: 0 16px;
  }
}

.bl_layout_pit_title,
.bl_layout_recruit_title {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .bl_layout_pit_title,
.bl_layout_recruit_title {
    font-size: min(7.5vw, 28px);
  }
}

.bl_layout_pit_para,
.bl_layout_recruit_para {
  margin: 16px 0 40px;
}
@media only screen and (max-width: 767px) {
  .bl_layout_pit_para,
.bl_layout_recruit_para {
    text-align: left;
  }
}

.bl_pit_list {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(5, 1fr);
}
@media only screen and (max-width: 767px) {
  .bl_pit_list {
    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: flex;
  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_layout_pit_cta {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .bl_layout_pit_cta {
    margin-top: 80px;
  }
}

.bl_layout_pit_ctaTitle {
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .bl_layout_pit_ctaTitle {
    font-size: 16px;
  }
}

.bl_layout_pit_ctaLinkWrap {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media only screen and (max-width: 767px) {
  .bl_layout_pit_ctaLinkWrap {
    flex-direction: column;
  }
}

.bl_layout_pit_ctaItem {
  width: min(315px, 100%);
}
@media only screen and (max-width: 767px) {
  .bl_layout_pit_ctaItem {
    width: auto;
  }
}

.bl_nav {
  padding: 10px 0;
  font-size: 12px;
  border-top: 1px solid #ccc;
  background-color: #ededed;
}
.bl_nav a:hover {
  color: inherit;
  opacity: 0.7;
}
.bl_nav ul {
  display: flex;
  color: #333;
}
.bl_nav li:not(:first-child)::before {
  content: "";
  width: 8px;
  height: 8px;
  margin: 0 10px;
  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;
  }
}

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

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

.contents-graphic__modal.active {
  display: block;
  visibility: visible;
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  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.active::-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;
  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%;
  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: flex;
  width: 100%;
  min-width: 1000px;
  margin: 0 auto;
  border-top: 1px solid #707070;
}

.contents-graphic__modal__tab .tab-btn {
  width: 33.3333333333%;
  padding: 40px 0;
  text-align: center;
  opacity: 0.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%;
    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;
  }
}
/* ------- 予約ボタン ------- */
.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;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 8px;
  font-size: 15px;
  font-weight: bold;
  background-color: #000;
  color: #fff;
  width: min(315px, 100%);
  padding: 13px 0 10px;
  margin: 0 auto;
}

.kantan {
  display: block;
  width: auto;
  margin: 0 auto;
  line-height: 1.4;
  padding: 0 1em;
  background-color: #fff;
  color: #000;
  font-size: min(3.7vw, 14px);
  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: 8px;
}

.iconSpana img {
  width: 100%;
}

.yokakuBtnSP a .btnTx {
  display: block;
  font-size: min(4.8vw, 18px);
  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;
  }
}
/*# sourceMappingURL=guys.css.map */