@charset "utf-8";
/* CSS Document */

/* //////////////////////////////////////////
  PC
  ////////////////////////////////////////// */

  html {
  	-webkit-text-size-adjust: 100%;
  	-ms-text-size-adjust:     100%;
  	background: #fff;
  }

  body{
  	font-family:"Jost", "Noto Sans JP", sans-serif; 
  	letter-spacing: 0;
  	font-size: 14px;
  	font-weight: normal;
  	color: #333;
  	margin: 0;
  	word-wrap: break-word;
  	overflow-wrap: break-word;
  	background: #fff;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  }

  ::selection {
    background: #cccccc;
    color: #333;
  }

  /*Firefox*/
  ::-moz-selection {
    background: #cccccc;
    color: #333;
  }

  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .grecaptcha-badge {
    visibility: hidden;
  }
  .lity-container {
    max-width: 1200px !important;
  }

  header {
  	position: fixed;
  	z-index: 99999;
  	width: 100%;
  }

  header::after {
    content: "";
    width: 100%;
    height: 100%;
    top:  0;
    left: 0;
    position: absolute;
    z-index: -1;
    
    background: rgb(255 255 255 / 50%);
    backdrop-filter: saturate(180%) blur(30px);
    -webkit-backdrop-filter: saturate(180%) blur(30px);
    transition: all .3s ease;
  }

  .is-active::after {
    opacity: 1;
    transition: all .3s ease;
  }

  header .logo {
   display: inline-block;
 }

 header .logo a {
   display: inline-block;
   font-size: 30px;
   font-weight: 600;
   color: #000;
   padding: 25px 37px;
 }

 header .logo a span {
   font-size: 16px;
   padding-left: 8px;
 }

 .nav {
   position: absolute;
   top: 12px;
   right: 20px;
 }

 .nav .nav_box {
   display: flex;
   align-items: center;
   overflow: hidden;
   font-size: 14px;
 }

 .nav .nav_box li {
   padding: 10px 20px;
 }

 .nav .nav_box li a {
   color: #000;
   display: inline-block;
   font-weight: 500;
   transition: all .2s ease;
   -webkit-transition: all .2s ease;
   letter-spacing: 0.02rem;
 }
 .nav .nav_box li a:hover {
  opacity: .5;
}
.nav .nav_box li:last-child a {
 border: 1px solid #000;
 padding: 15px 32px;
 border-radius: 100px;
 transition: all .3s ease;
}
.nav .nav_box li:last-child a:hover {
  background: #000;
  color: #fff;
  opacity: 1;
}
.nav .nav_box li .current {
  position: relative;
}
.nav .nav_box li .current::after {
  content: "";
  position: absolute;
  top: 0px;
  right: -7px;
  width: 4px;
  height: 4px;
  background: #222222;
  border-radius: 100px;
}
.nav .nav_box li:last-child .current::after {
  display: none;
}


  /********************
loading effects
********************/
.loadingAnim{
  position: fixed;
  z-index: 1000000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.loadingAnim_line{
  line-height: 1;
  position: fixed;
  z-index: 1000000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  overflow: hidden;
  width: auto;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loaded .loadingAnim_line:after,
.loaded .loadingAnim_line:before{
  -webkit-animation: none;
  animation: none;
}
.loaded .loadingAnim_line:before{
  display: none;
}
.loadingAnim:before{
  line-height: 1;
  position: fixed;
  z-index: 999999;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: ' ';
  transition: all .3s cubic-bezier(.785, .135, .15, .86) 0s;
  transition-delay: .3s;
  background-color: #fff;
  opacity: 1;
}
.loaded .loadingAnim:before{
  
  visibility: hidden;
}
.loaded .loadingAnim {
 width: 0;
 height: 0;
}
.loaded .loadingAnim_line {
  
  transition: all .5s ease;
  visibility: hidden;
}
.stalker {
  pointer-events: none;
  position: fixed;
  top: -30px;
  left: -30px;
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  border: 1px solid transparent;
  transition:  background-color .5s, border .5s;
  transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1);
  z-index: 99999;
}
.stalker.is-active {
  background: rgba(0, 0, 0, 0);
  border-color: #999;
}


.kv {
 opacity: 1;
 background: rgb(179,223,235);
 background: -moz-linear-gradient(45deg, rgba(179,223,235,1) 0%,rgba(187,187,187,1) 50%,rgba(233,216,217,1) 100%);
 background: -webkit-linear-gradient(45deg, rgba(179,223,235,1) 0%,rgba(187,187,187,1) 50%,rgba(233,216,217,1) 100%);
 background: linear-gradient(45deg, rgba(179,223,235,1) 0%,rgba(187,187,187,1) 50%,rgba(233,216,217,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3dfeb', endColorstr='#e9d8d9',GradientType=1 );
 display: block;
 min-height: 100vh;
 width: 100%;
}
.kv video {
  object-fit: cover;
  min-height: 100vh;
  width: 100%;
  position: absolute;
  mix-blend-mode: overlay;
}
.kv .inner {
 min-height: 100vh;
 width: 100%;
 z-index: 1;
 position: relative;
}

.kv .kv_scroll {
 width: 1px;
 height: 110px;
 position: absolute;
 bottom: 0;
 right: 64px;
 z-index: 0;
 background: #000;
}

.kv .kv_scroll:before {
 content: "Scroll";
 display: block;
 font-weight: 700;
 transform: rotate(90deg);
 font-size: 12px;
 top: 6px;
 left: 0px;
 position: absolute;
 color: #000;
}

.kv .kv_scroll-arrow {
 width: 3px;
 height: 20px;
 position: absolute;
 top: -14px;
 left: -1px;
 -webkit-animation-name: mvScrollArrow;
 animation-name: mvScrollArrow;
 -webkit-animation-duration: 1.5s;
 animation-duration: 1.5s;
 -webkit-animation-iteration-count: infinite;
 animation-iteration-count: infinite;
 -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
 animation-timing-function: cubic-bezier(.215,.61,.355,1);
}

.kv .kv_scroll-arrow:before {
 content: '';
 display: block;
 width: 3px;
 height: 20px;
 background: #000;
 -webkit-animation-name: mvScroll;
 animation-name: mvScroll;
 -webkit-animation-duration: 1.5s;
 animation-duration: 1.5s;
 -webkit-animation-iteration-count: infinite;
 animation-iteration-count: infinite;
 -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
 animation-timing-function: cubic-bezier(.215,.61,.355,1);
}

@-webkit-keyframes mvScroll {
 0% {
  -webkit-transform:scale(0);
  transform:scale(0)
}
10% {
  -webkit-transform:scale(1);
  transform:scale(1)
}
65% {
  -webkit-transform:scale(1);
  transform:scale(1)
}
100% {
  -webkit-transform:scale(0);
  transform:scale(0)
}
}
@keyframes mvScroll {
 0% {
  -webkit-transform:scale(0);
  transform:scale(0)}
  10% {
   -webkit-transform:scale(1);
   transform:scale(1)
 }
 65% {
   -webkit-transform:scale(1);
   transform:scale(1)
 }
 100% {
   -webkit-transform:scale(0);
   transform:scale(0)
 }
}

@keyframes mvScrollArrow {
  0% {
   -webkit-transform: translate3d(0,0,0);
   transform: translate3d(0,0,0);
 }
 100% {
   -webkit-transform: translate3d(0,110px,0);
   transform: translate3d(0,110px,0);
 }
}

@-webkit-keyframes mvScrollArrow {
  0% {
   -webkit-transform: translate3d(0,0,0);
   transform: translate3d(0,0,0);
 }
 100% {
   -webkit-transform: translate3d(0,70px,0);
   transform: translate3d(0,70px,0);
 }
}


/*コンタクトフォームCSS*/
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  background: #ffb900;
  color: #fff;
  margin-bottom: 30px!important;
}
.wpcf7 form.sent .wpcf7-response-output {
  background: #00ab10;
  color: #fff;
  border: solid #00ab10;
}
.wpcf7 span.wpcf7-not-valid-tip {
  display: none;
}
.wpcf7 .wpcf7-not-valid {
  background: #ffdce2;
  border: 2px solid red !important;
}
.wpcf7 .wpcf7-response-output {
  margin: 10px 0 0 !important;
  padding: 8px 35px 8px 14px !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
}
.wpcf7 .wpcf7-validation-errors {
  color: #B94A48 !important;
  background-color: #F2DEDE !important;
  border: 1px solid #EED3D7 !important;
}
.wpcf7 .wpcf7-mail-sent-ok {
  color: #3A87AD !important;
  background-color: #D9EDF7 !important;
  border: 1px solid #BCE8F1 !important;
}
.wpcf7-list-item {
  line-height: 1.7em;
  margin: 0;
}
.wpcf7 .ajax-loader,
.wpcf7 .ajax-loader::before,
.wpcf7-spinner {
  display: none !important;
}

.bt_sns {
  position: fixed;
  z-index: 99999;
  bottom: 23px;
  left: 33px;
}
.bt_sns li {
  padding: 10px;
}
.bt_sns li a {
  transition: all .2s ease;
}
.bt_sns li a:hover {
  opacity: .5;
}
.bt_sns li a img {
}
.kv .inner .catch {
  letter-spacing: -11px;
  font-size: 76px;
  font-weight: 200;
  max-width: 566px;
  width: 100%;
  line-height: 1.2em;
  position: absolute;
  top: 58%;
  left: 31.5%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.kv .inner .catch b {
  font-weight: 500;
  padding-right: 20px;
}
.kv .inner .catch .title_sub {
  font-size: 14px;
  display: block;
  font-weight: 400;
  line-height: 2em;
  padding-top: 15px;
  letter-spacing: 0.1em;
}
.page-template .content .inner {
  flex-wrap: wrap;
}
.page-template .content .inner .content_body{
  width: 100%;
}
.page-template .content.top {
  overflow: hidden;
}
.page-template .page_title {
  font-size: 34px;
  margin-bottom: 40px;
}
.page-template .content .inner {
  line-height: 2rem;
  font-size: 14px;
}
.page-template .content .inner p {
  font-size: 14px;
}
.page-template .content .inner ol,
.page-template .content .inner ul {
  padding: 0 0 0 40px;
}
.page-template .content .inner ul > li {
  list-style-type: disc;
}
.page-template .content .inner ol > li {
  list-style-type: decimal;
}
.page-template .content .inner h2 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 10px;
}
.page-template .content .inner h3 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 10px;
}
.page-template .content .inner {
  padding-bottom: 100px;
}
.page_content_title {
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 0;
  white-space: nowrap;
  margin-bottom: 60px;
}
.content .inner {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  display: flex;
}
.content_title {
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.content_title span {
  font-size: 14px;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  display: block;
  width: 16px;
  white-space: nowrap;
  margin-bottom: 25px;
}
.content_title_header .content_title {
  white-space: normal;
}
.movie {
  margin-bottom: 20px;
}
.about.content .inner {
  padding: 146px 0 80px;
}
.about.content {
  position: relative;
  z-index: 0;
}
.about.content:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  height: 380px;
  width: 50%;
  opacity: .4;
  background: rgb(179,223,235);
  background: -moz-linear-gradient(145deg, rgba(179,223,235,1) 0%, rgba(255,255,255,1) 58%, rgba(233,216,217,1) 100%);
  background: -webkit-linear-gradient(145deg, rgba(179,223,235,1) 0%,rgba(255,255,255,1) 58%,rgba(233,216,217,1) 100%);
  background: linear-gradient(145deg, rgba(179,223,235,1) 0%,rgba(255,255,255,1) 58%,rgba(233,216,217,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3dfeb', endColorstr='#e9d8d9',GradientType=1 );
}
.about .content_body {
  margin-left: 16%;
  margin-top: 0%;
  line-height: 2.75em;
  max-width: 602px;
}
.content_body p {
  padding: 0 8px;
}
.content_body .news_list {
  margin-left: 11%;
  width: 87%;
  margin-top: 14px;
}
.news .content_body {
  width: 100%;
}
.content_body .news_list .items {
  display: flex;
  padding: 35px 40px;
  background-image: linear-gradient(to right, black 10%, rgba(000,000,000,0) 0%);
  background-position: bottom;
  background-size: 8px 1px;
  background-repeat: repeat-x;
}
.content_body .news_list .items .date {
  margin-right: 40px;
  letter-spacing: 0.05em;
  font-weight: 200;
}
.content_body .news_list .items p {
}
.service.content {
  padding: 154px 0 30px;
  position: relative;
  z-index: 0;
}
.service.content::after {
  content: "";
  background: #FAFAFA;
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  height: 670px;
  z-index: -1;
}
.content_body .field {
  margin: 74px 0;
}
.content_body .field img {
}
.content_body .field p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 40px;
}
.button .button_body a {
  border: 2px solid #333;
  padding: 22px;
  max-width: 230px;
  display: block;
  text-align: center;
  margin: 0 auto;
  letter-spacing: 0.2em;
  font-weight: 500;
  font-size: 13px;
  background: #fff;
}
.works.content .inner {
  display: block;
  position: relative;
  max-width: 100%;
}
.works.content .inner .content_title {
  max-width: 1180px;
  margin: 0 auto 50px;
}
.works.content {
  padding-bottom: 115px;
  position: relative;
  z-index: 0;
}
.works.content::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  height: 44.5vw;
  width: 61.5%;
  background: rgb(179,223,235);
  background: -moz-linear-gradient(
   45deg, rgb(255 247 248) 0%,rgba(250,244,242,.6) 100%);
  background: -webkit-linear-gradient(
   45deg, rgb(255 247 248) 0%,rgba(250,244,242,.6) 100%);
  background: linear-gradient(
   45deg, rgb(255 247 248) 0%,rgba(250,244,242,.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3dfeb', endColorstr='#e9d8d9',GradientType=1 );
}
.works.content .inner .button {
  margin-top: 60px;
}
.content_body .carousel .items {
  margin-bottom: 30px;
}
.content_body .carousel .items .thumb {
  display: block;
  margin-bottom: 24px;
}
.slider-body .detail {
  margin: 0 auto 60px;
}
.content_body .carousel .items .date,
.detail .date {
  font-size: 12px;
  display: block;
  margin-bottom: 3px;
}
.content_body .carousel .items .name,
.detail .name {
  display: block;
  font-size: 11px;
  margin-bottom: 8px;
}
.content_body .carousel .items .title,
.detail .title {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}
.carousel .items .category_body,
.detail .category_body {
  background: linear-gradient(45deg,#FFA7A7,#C367A3);
  padding: 1px;
  display: inline-block;
  border-radius: 100px;
  margin-right: 10px;
}
.carousel .items .category,
.detail .category {
  border-radius: 100px;
  background-color: #fff;
  font-size: 11px;
  display: inline-block;
  padding: 4px 10px;
}
.button .button_body a {
  transition: all .3s ease;
}
.button .button_body a:hover {
  background: #000;
  color: #fff;
}
.swiper-container {
  width: 100%;
  padding: 0 20%;
  box-sizing: border-box;
}
.slider,
.thumbnail {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}
.swiper-button-next,
.swiper-button-prev {
  width: 90px;
  height: 90px;
  border-radius: 100px;
  background: #111111;
  border:  1px solid #747474;
  transition: all .2s ease;
  top: 43%;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: .8;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  display: none;
}
.swiper-button-next::after {
  content: "";
  background: url(../images/arrow_right_swiper.svg) no-repeat;
  display: block;
  background-size: contain;
  width: 20px;
  height: 12px;
}
.swiper-button-prev::after {
  content: "";
  background: url(../images/arrow_left_swiper.svg) no-repeat;
  display: block;
  background-size: contain;
  width: 20px;
  height: 12px;
}
.swiper-container-horizontal > .swiper-scrollbar { 
  height: 1px;
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  background: linear-gradient(45deg,#FFA7A7,#C367A3);
  height: 1px;
  width: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}
.swiper-scrollbar-drag {
 background: linear-gradient(45deg,#FFA7A7,#C367A3);
 height: 6px;
 top: -2px;
}
.slider .slick-list {
  /*height: 510px;*/
}
.slick-active {
  opacity: .4;
}
.slick-current {
  opacity: 1;
}
.slick-slide {
  width: 100%;
}
.top-works {
  display: none !important;
}

.works-thumb-list .inner .thumbnail-img .thumb img {
  height: 54px;
  width: 54px;
  object-fit: cover;
}
.thumbnail-img {
  height: 54px !important;
  width: 54px !important;
  margin-right: 10px;
}
.footer_contact {
  height: 400px;
  background: url(../images/bg_contact.png) no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.footer_contact::after {
  content: "";
  height: 300px;
  width: 80%;
  position: absolute;
  z-index: 0;
  mix-blend-mode: screen;
  opacity: 1;
  background: rgb(179,223,235);
  background: -moz-linear-gradient(45deg, rgba(179,223,235,1) 0%, rgba(255,255,255,1) 58%, rgba(233,216,217,1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(179,223,235,1) 0%,rgba(255,255,255,1) 58%,rgba(233,216,217,1) 100%);
  background: linear-gradient(45deg, rgba(179,223,235,1) 0%,rgba(255,255,255,1) 58%,rgba(233,216,217,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3dfeb', endColorstr='#e9d8d9',GradientType=1 );
}
.footer_contact .inner {
  position: absolute;
  z-index: 1;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.footer_contact .inner h2 {
  font-size: 64px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
}
.footer_contact .inner h2 span {
  font-size: 16px;
  text-align: center;
  margin-bottom: 60px;
  display: block;
  letter-spacing: 0;
}
.button_round .button_round_body a {
  background: #fff;
  /*box-shadow: 0px 0px 30px #51AFD929;*/
  box-shadow: 0px 0px 30px #B4B4B429;
  display: block;
  border-radius: 100px;
  padding: 17px;
  text-align: center;
  width: 200px;
  letter-spacing: 0.1em;
  font-size: 13px;
  font-weight: 600;
  transition: all .3s ease;
}
.button_round .button_round_body a:hover {
  background: #000;
  color: #fff;
}
.page-recruit .button_round .button_round_body a {
  margin: 0 auto 60px;
  transition: all .2s ease;
}
.page-recruit .button_round .button_round_body a:hover {
  opacity: .8;
  transition: all .2s ease;
}

/*固定ページ*/
.page {
}
.page .content.top{
  padding: 184px 0 30px;
  position: relative;
  z-index: 0;
}
.page .content.top::after {
  content: "";
  background: url(../images/bg_page.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 60vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.page .content.service {
  margin-bottom: 173px;
}
.page .content.service .inner .content_body .field {
  margin: 146px 0 63px -60px;
}
.page .content.service .inner .field_list {
  display: flex;
  flex-wrap: wrap;
  gap: 52px 11%;
}
.page .content.service .inner .field_list .field_item {
  width: 16.5%;
}
.page .content.service .inner .field_list .field_item h3 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .18em;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  white-space: nowrap;
}
.page .content.service .inner .field_list .field_item:last-child h3 {
  letter-spacing: 1px;
}
.page .content.service .inner .field_list .field_item h3::before {
  content: "";
  position: absolute;
  height: 1px;
  background: #BFBFBF;
  width: 100%;
  bottom: 0;
}
.page .content.service .inner .field_list .field_item h3::after {
  content: "";
  position: absolute;
  height: 2px;
  background: #7AAFAF;
  width: 27px;
  bottom: 0;
  left: 0;
}
.page .content.service .inner .field_list .field_item p {
  margin-bottom: 13px;
  font-size: 13px;
}
.page .content.process {
  background: #F9F9F9;
  padding-bottom: 150px;
}
.page .content.process .inner {
  display: block;
  position: relative;
}
.page .content.process .inner .content_title_header {
  position: absolute;
  top: -30px;
  left: 25%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page .content.process .inner .content_title {
  font-size: 28px;
  font-weight: 600;
  border-bottom: 2px solid #000;
  display: inline;
  line-height: 2.4em;
  padding-bottom: 7px;
}
.page .content.process .inner .content_body {
  padding: 190px 0 0;
  text-align: center;
}
.page .content.process .inner .content_body .process_figure {
  margin-bottom: -6.5%;
}
.page .content.process .inner .content_body .process_text {
  display: flex;
  gap: 20px 3%;
  text-align: left;
}
.page .content.process .inner .content_body .process_text li img {
  display: block;
  margin: 0 auto -13px;
}
.page .content.process .inner .content_body .process_text li {
  width: 25%;
  line-height: 2em;
  position: relative;
}
.page .content.process .inner .content_body .process_text li::after {
  content: "";
  background: url(../images/arrow_process.svg) no-repeat;
  background-size: contain;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 29%;
  right: -10%;
}
.page .content.process .inner .content_body .process_text li:last-child::after {
  display: none;
}
.page .content.faq {
  padding: 50px 0 160px;
}
.page .content.faq .inner {
  display: block;
}
.page .content.faq .inner .content_title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 140px;
  position: relative;
  z-index: 0;
}
.page .content.faq .inner .content_title::before {
  content: "FAQ";
  position: absolute;
  font-size: 240px;
  font-weight: 500;
  top: -138px;
  left: -160px;
  color: #f5f5f5;
  z-index: -1;
}
.page .content.flow .inner .content_title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 100px;
  position: relative;
  z-index: 0;
}
.page .content.flow .inner .content_title::before {
  content: "FLOW";
  position: absolute;
  font-size: 240px;
  font-weight: 500;
  top: -138px;
  left: -160px;
  color: #f5f5f5;
  z-index: -1;
}
.page-recruit .qa_box.job_box li .q span:before {
  display: none;
}
.page-recruit .qa_box.job_box li .a .recruit_table {
  padding: 67px 67px 52px 100px;
  line-height: 2.3em;
  font-size: 13px;
}
.recruit_table dl {
  display: flex;
  line-height: 2rem;
}
.recruit_table dl dt {
  width: 150px;
  font-weight: 600;
}
.recruit_table dl dd {
  width: 100%;
}
.page-recruit .qa_box.job_box li .a {
  background: #FAFAFA;
}
.page-recruit .qa_box.job_box li .q {
  padding: 40px 55px;
  transition: all .2s ease;
}
/* .page-recruit .qa_box.job_box li .q:hover {
  background: #f3f3f38c;
  transition: all .2s ease;
} */
.qa_box {
  border-top: solid #DDDDDD 1px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  counter-reset: number 0; 
}
.qa_box li {
  border-bottom: 1px solid #DDDDDD;
  position: relative;
}
.bt_toggle {
  position: absolute;
  right: 54px;
  top: 50px;
  display: block;
}
.bt_toggle span {
  position: absolute;
  width: 20px;
  height: 2px;
  display: block;
  background: #000;
  z-index: 1;
}
.bt_toggle span + span {
  position: absolute;
  top: -9px;
  right: -11px;
  width: 2px;
  height: 20px;
  display: block;
  background: #000;
  transition: all .2s ease;
}
.bt_toggle span + span::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 2px;
  background: white;
  top: 7px;
}
.bt_toggle.active span + span {
  transform: rotate(90deg);
  z-index: 0;
}
.qa_box li .q span:before {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  counter-increment: number 1;
  content: "Q" counter(number);
  margin-right: 23px;
  letter-spacing: .15em;
}
.inner.field_inner {
  max-width: 1030px;
}
.qa_box li .q {
  padding: 40px 10px;
  transition: all .2s ease;
}
/* .qa_box li .q:hover {
  background: #f3f3f38c;
  transition: all .2s ease;
} */
.qa_box li .q h3 {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
}
.qa_box li .a p {
  margin-bottom: 52px;
  margin-left: 63px;
  margin-right: 80px;
  line-height: 2.3em;
  font-size: 13px;
}
.qa_box li .a p a {
  text-decoration: underline;
}
.qa_box li .a p a:hover {
  text-decoration: none;
}
.works-thumb-list {
  margin: 50px auto;
  z-index: 1;
  position: relative;
  max-width: 1000px;
  width: 90%;
}
.works-thumb-list .inner {
  display: block;
}
.works-thumb-list .inner .thumbnail {
  margin: 10px auto 20px;
}
.works-thumb-list .inner .thumbnail .swiper-slide {
  opacity: .5;
}
.works-thumb-list .inner .thumbnail .swiper-slide-active {
  opacity: 1;
}
.works-thumb-list .inner .thumbnail .swiper-slide {
  height: 50px;
}
.swiper-slide .category_box {
  margin-bottom: 0;
}
.works-thumb-list .inner .thumbnail .swiper-slide .thumb img {
  object-fit: cover;
  width: 50px;
  height: 50px;
}
.content_body .carousel .items .thumb img,
.content_body .carousel .items .thumb iframe {
 width: 100%;
 object-fit: cover;
 height: 34.723vw;
 background: #e2e2e2;
}

.works-thumb-list .inner .thumb img,
.works-thumb-list .inner .thumb iframe {
  width: 100%;
  height: 52vw;
  max-height: 580px;
  object-fit: cover;
  margin: 0 auto;
}
.works-thumb-list .inner .thumbnail .swiper-wrapper {
  transform: none !important;
}
.category_box {
  margin-bottom: 60px;
}
.page-company .content_title {
  margin-bottom: 40px;
}
.company_detail {
  margin: 0 auto 80px;
  width: 100%;
  max-width: 700px;
  letter-spacing: 0.04rem;
}
.company_detail dl {
  display: flex;
  position: relative;
  padding: 27px 0;
  font-size: 13px;
}
.company_detail dl dt {
  width: 230px;
  font-weight: 600;
}
.company_detail dl dd {
  width: 100%;
}
.company_detail dl::before {
  content: "";
  position: absolute;
  height: 1px;
  background: #EEEEEE;
  width: 100%;
  top: 0;
}
.company_detail dl::after {
  content: "";
  position: absolute;
  height: 2px;
  background: #7AAFAF;
  width: 27px;
  top: 0;
  left: 0;
}
.page .content_title_sub {
  font-size: 20px;
  font-weight: 700;
  width: 245px;
  margin-top: -20px;
}
.page-company .content_body {
  width: 75%;
}
.page-company .map_box_01,
.page-company .map_box_02 {
  margin-bottom: 20px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.page-company .map_box_01:hover,
.page-company .map_box_02:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
.company_detail_noline {
  width: 100%;
}
.company_detail_noline dl::before,
.company_detail_noline dl::after {
  content: "";
  display: none;
}
.company_detail_noline dl dd {
  line-height: 2rem;
}
.company_detail_noline dl dt {
  padding-top: 8px;
}
.content.flow .inner {
  display: block;
}
.content.flow {
  margin-bottom: 140px;
}
.content.flow .flow_list .flow_item {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
  position: relative;
}
.content.flow .flow_list .flow_item img {
  margin-right: 60px;
}
.content.flow .flow_list .flow_item:before {
  content: "";
  height: 36%;
  width: 1px;
  background: #BBE1EB;
  display: block;
  position: absolute;
  left: 86px;
  bottom: -50px;
}
.content.flow .flow_list .flow_item:nth-child(4) {
  align-items: flex-start;
}
.content.flow .flow_list .flow_item:nth-child(4) .title {
  margin-top: 64px;
}
.content.flow .flow_list .flow_item:nth-child(4) .text {
  transform: translateY(28px);
}
.content.flow .flow_list .flow_item:nth-child(4):before {
  height: 71%;
}
.content.flow .flow_list .flow_item:last-child:before {
  display: none;
}
.content.flow .flow_list .flow_item .flow_body {
  display: flex
}
.content.flow .flow_list .flow_item .title span {
  font-size: 13px;
  color: #818181;
  padding-bottom: 3px;
  display: block;
}
.content.flow .flow_list .flow_item .title h3 {
  font-weight: 600;
  font-size: 16px;
  white-space: nowrap;
  width: 150px;
}
.content.flow .flow_list .flow_item .text {
  line-height: 2rem;
  font-size: 13px;
}
.text_red {
  color: #CE2E2E;
}
small.text_red {
  font-size: 13px;
  font-weight: 500;
  display: block;
  color: #CE2E2E;
  margin-top: 5px;
  letter-spacing: 0;
  white-space: normal;
}
.content.flow .flow_list .flow_item .text .text_inner {
  padding-bottom: 20px;
  margin-bottom: 26px;
  border-bottom: 1px solid #E2E2E2;
}
.content.flow .flow_list .flow_item .text .text_inner h4 {
  font-weight: 600;
}
.content.flow .flow_list .flow_item:last-child .text p {
  margin-top: 25px;
}
.page-contact .content .inner {
  display: block;
}
.page-contact .content_title {
  margin-bottom: 70px;
}
.page-contact .tel_box {
  display: flex;
  background: #FAFAFA;
  justify-content: center;
  align-items: center;
  padding: 74px 0;
  margin-bottom: 52px;
}
.page-contact .tel_box span {
  font-size: 13px;
  padding-right: 34px;
}
.page-contact .tel_box img {
  margin-right: 25px;
}
.page-contact .tel_box a {
  font-size: 28px;
  font-weight: 600;
}
.page-contact .info {
  text-align: center;
  font-size: 12px;
  margin-bottom: 48px;
}
.page-contact .form {
  max-width: 640px;
  margin: 0 auto 170px;
  width: 100%;
}
.page-contact .form dl {
  font-size: 16px;
  margin-bottom: 30px;
}
.page-contact .form dl dt {
  font-weight: 500;
  margin-bottom: 10px;
}
.page-contact .form .form_info {
  text-align: center;
  margin-bottom: 15px;
}
.page-contact .form .form_info span {
  display: block;
  margin-bottom: 6px;
}
.page-contact .form .form_info span a {
  text-decoration: underline;
}
.page-contact .form .form_info span a:hover {
  text-decoration: none;
}
.page-contact .form .required {
  font-size: 12px;
  margin-left: 10px;
  vertical-align: text-top;
}
.page-contact .form .form_info .wpcf7-list-item-label {
  position: relative;
  display: block;
  height: 10px;
  width: 25px;
  font-size: 18px;
  line-height: 26px;
  margin: 0 auto;
}
.page-contact .form .form_info input[type=checkbox] {
  display: none;
}
.page-contact .form .form_info .wpcf7-list-item-label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #CCCCCC;
}
.page-contact .form .form_info input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  background: url(../images/icon_check.svg) center center no-repeat;
}
.select-item {
  position: relative;
  z-index: 1;
}
.select-item::after {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  right: 16px;
  top: 45%;
  transform: translateY(-50%) rotate(45deg);
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  z-index: -1;
}
select {
  /* 初期化 */
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  width: 100%;
  height: 100%;
  position: relative;
}
.page-contact .form .form_info .wpcf7-form-control {
  display: inline-block;
}
.page-contact .form .form_info .wpcf7-form-control-wrap {
  display: inline-block;
  margin-bottom: 10px;
}
.button_box {
  text-align: center;
}
.button-submit {
  background: #000;
  border: none;
  color: #fff;
  padding: 18px;
  max-width: 260px;
  width: 100%;
  border-radius: 100px;
}
.wpcf7 .wpcf7-submit:disabled {
  opacity: .4;
}
.page-contact .form dl dd input[type="text"] ,
.page-contact .form dl dd input[type="email"],
.page-contact .form dl dd select {
  border: 1px solid #CCCCCC;
  width: 100%;
  height: 55px;
  text-indent: 16px;
  border-radius: 0;
  background: none;
}
.page-contact .form dl dd input::placeholder,
.page-contact .form dl dd textarea::placeholder,
.page-contact .form dl dd select::placeholder
{
  color: #CCCCCC;
}
.page-contact .form .form_info input[type="checkbox"] {
  width: 20px;
  height: 20px;
  border: 1px solid #CCCCCC;
  border-radius: 0px;
  background: none;
}
.page-contact .form dl dd input[type="radio"] {
  height: 26px;
  width: 26px;
  border: 1px solid #CCCCCC;
  vertical-align: bottom;
  border-radius: 100px;
}
.page-contact .form dl dd textarea {
  width: 100%;
  border: 1px solid #CCCCCC;
  height: 240px;
  padding: 16px;
  box-sizing: border-box;
  border-radius: none;
}
footer {
  background: url(../images/bg_footer.png) no-repeat #FAFAFA;
  background-size: cover;
  z-index: 1;
  position: relative;
}
footer .inner {
  max-width: 1042px;
  margin: 0 auto;
  padding: 90px 0 45px;
  display: flex;
  flex-wrap: wrap;
  line-height: 2rem;
  letter-spacing: 0.04rem;
}
footer .inner .footer_nav {
  margin-left: 16%;
}
footer .inner .footer_nav .title {
  font-weight: 500;
}
footer .inner .footer_nav li {
  font-weight: 300;
}
footer .inner .footer_nav li a {
  transform: all .2s ease;
}
footer .inner .footer_nav li a:hover {
  opacity: .5;
}
footer .inner .footer_address {
  margin-left: 16%;
}
footer .inner .footer_address .title {
  font-weight: 500;
}
footer .inner .footer_address span {
  display: block;
  font-weight: 300;
}
footer .inner .footer_address span:nth-child(3){
  margin-bottom: 30px;
}
footer .inner .copyright {
  width: 100%;
  margin-top: 90px;
  font-size: 13px;
  font-weight: 300;
}
.ytube {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
  /*background: #fff;*/
}
.ytube iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.ytube a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  transition: all 1s ease;
  display: block;
}
.ytube a:hover {
  opacity: .9;
  transition: all 1s ease;
}
.lity {
  z-index: 99999999 !important;
  background: #FAFAFA !important;
  background: rgb(250 250 250) !important;
}
.lity-close {
  width: 55px;
  height: 55px;
  font-size: 45px;
  font-family: "Noto Sans JP", sans-serif !important;
  transition: all .2s ease;
  text-shadow: none !important;
  color: #000!important;
}
.lity-close:hover {
  font-size: 45px;
  opacity: .6;
  transition: all .2s ease;
  text-shadow: none !important;
  color: #000!important;
}
.lity-iframe-container iframe {
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  background: none !important;
}
.lity-content:after {
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
}

/* //////////////////////////////////////////
  TABLET / SP
  ////////////////////////////////////////// */

  /*iPad縦 / iPhone 8 Plus横*/
  @media screen and (max-width: 768px) {

  	body {
  		font-size: 14px;
  		-webkit-overflow-scrolling: touch;
  		-webkit-text-size-adjust: 100%;
  	}

    .sp {
      display: block;
    }
    .pc {
      display: none;
    }

    /*グローバルメニュー*/
    .burger {
      top: 26px;
      right: 26px
    }
    .burger {
      width: 40px;
      height: 40px;
      cursor: pointer;
      position: absolute;
      z-index: 10000;
      transform: scale(1.3);
    }
    .burger.page-burger .burger_line-in:after,
    .burger.page-burger .burger_line-in:before {
      background-color: #1E9CDB;
    }
    .burger_line {
      -webkit-transition-duration: .6s;
      transition-duration: .6s;
      -webkit-transition-timing-function: cubic-bezier(.19,1,.22,1);
      transition-timing-function: cubic-bezier(.19,1,.22,1);
    }
    .burger_line01 {
      top: 12px;
      left: 11px;
    }
    .burger_line {
      width: 18px;
    }
    .burger_line {
      height: 1px;
      overflow: hidden;
      position: absolute;
    }
    .burger_line-in01 {
      -webkit-transition-delay: .15s;
      transition-delay: .15s;
    }
    .burger_line-in {
      -webkit-transition-duration: .6s;
      transition-duration: .6s;
      -webkit-transition-timing-function: cubic-bezier(.19,1,.22,1);
      transition-timing-function: cubic-bezier(.19,1,.22,1);
    }
    .burger_line-in {
      width: 72px;
      height: 1px;
      position: absolute;
      top: 0;
      left: 0;
    }
    .burger_line-in:after,
    .burger_line-in:before {
      -webkit-transition-timing-function: cubic-bezier(.19,1,.22,1);
      transition-timing-function: cubic-bezier(.19,1,.22,1);
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      transition-property: transform;
      transition-property: transform,-webkit-transform;
    }
    .burger_line-in:before {
      left: -48px;
    }
    .burger_line-in:after,
    .burger_line-in:before {
      width: 24px;
      height: 1px;
      content: '';
      display: block;
      position: absolute;
      top: 0;
      background-color: #000;
    }
    .burger_line-in:after {
      left: 0;
    }
    .burger_line02 {
      top: 19px;
      left: 11px;
    }
    .burger_line03 {
      top: 26px;
      right: 11px;
      width: 9px;
    }
    .burger_line-cross01 {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    .burger_line-in-cross01 {
      -webkit-transition-delay: 0ms;
      transition-delay: 0ms;
    }
    .burger_line-in-cross01,
    .burger_line-in-cross02 {
      -webkit-transform: translateX(-33.3%);
      transform: translateX(-33.3%);
    }
    .burger_line-cross01,
    .burger_line-cross02 {
      top: 20px;
      left: 11px;
    }
    .burger_line-cross02 {
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg);
    }
    .burger_line-in-cross02 {
      -webkit-transition-delay: 50ms;
      transition-delay: 50ms;
    }
    .burger_line-in02 {
      -webkit-transition-delay: .25s;
      transition-delay: .25s;
    }
    .burger_line-in02:after,
    .burger_line-in02:before {
      -webkit-transition-delay: 50ms;
      transition-delay: 50ms;
    }
    .burger_line-in:after,
    .burger_line-in:before {
      -webkit-transition-timing-function: cubic-bezier(.19,1,.22,1);
      transition-timing-function: cubic-bezier(.19,1,.22,1);
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      transition-property: transform;
      transition-property: transform,-webkit-transform;
    }
    .burger_line-in03 {
      -webkit-transition-delay: .2s;
      transition-delay: .2s;
    }
    .burger_line-in03:after,
    .burger_line-in03:before {
      -webkit-transition-delay: .1s;
      transition-delay: .1s;
    }
    .burger_line-in-cross02:after,
    .burger_line-in-cross02:before {
      -webkit-transition-delay: .1s;
      transition-delay: .1s;
    }
    .burger:hover .burger_line-in01:after,
    .burger:hover .burger_line-in01:before,
    .burger:hover .burger_line-in02:after,
    .burger:hover .burger_line-in02:before,
    .burger:hover .burger_line-in03:after,
    .burger:hover .burger_line-in03:before {
      -webkit-transition-duration: 1s;
      transition-duration: 1s;
    }
    .burger:hover .burger_line-in:after,
    .burger:hover .burger_line-in:before {
      -webkit-transform: translateX(200%);
      transform: translateX(200%);
    }
    .open .burger .burger_line-in-cross01 {
      -webkit-transition-delay: .15s;
      transition-delay: .15s;
    }
    .open .burger .burger_line-in-cross01,
    .open .burger .burger_line-in-cross02 {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    .open .burger .burger_line-in:after,
    .open .burger .burger_line-in:before {
      background-color: #000;
      transition-duration: 0s;
    }
    .open .burger .burger_line-in-cross02 {
      -webkit-transition-delay: .2s;
      transition-delay: .2s;
    }
    .open.burger .burger_line-in-cross01,
    .open .burger .burger_line-in-cross02 {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    .open .burger .burger_line-in01 {
      -webkit-transition-delay: 0s;
      transition-delay: 0s;
    }
    .open .burger .burger_line-in01,
    .open .burger .burger_line-in02,
    .open .burger .burger_line-in03 {
      -webkit-transform: translateX(33.3%);
      transform: translateX(33.3%);
    }
    .open .burger:hover .burger_line-in-cross01::after,
    .open .burger:hover .burger_line-in-cross01::before,
    .open .burger:hover .burger_line-in-cross02::after,
    .open .burger:hover .burger_line-in-cross02::before {
      transition-duration: 2s;
    }
    .open .burger .burger_line-in01 {
      transition-delay: 0s;
    }
    .open .burger .burger_line-in02 {
      transition-delay: 0.1s;
    }
    .open .burger .burger_line-in03 {
      transition-delay: 50ms;
    }
    .open .burger .burger_line-in-cross01 {
      transition-delay: 0.15s;
    }
    .open .burger .burger_line-in-cross02 {
      transition-delay: 0.2s;
    }
    header {
      height: 60px;
    }
    header .logo  {
      position: absolute;
      width: 100%;
      z-index: 10;
      top: 0;
    }
    header .logo a {
      padding: 18px;
      max-width: 194px;
      width: 100%;
    }
    header::after {
      height: 90px;
    }
    .kv .inner {
      width: 100%;
      margin: 0 auto;
    }
    .open header .logo {
      z-index: 9999;
      position: fixed;
    }
    .nav {
      top: 15%;
      right: 0;
      width: 100%;
    }
    .nav .nav_box {
      display: block;
    }
    .nav .nav_box li {
      padding: 0;
      text-align: center;
    }
    .nav .nav_box li a {
      padding: 15px;
      margin: 12px 0;
      width: 100%;
      position: relative;
      font-size: 14px;
      text-align: center;
      box-sizing: border-box;
      display: inline-block;
      font-weight: 300;
    }
    .nav .nav_box li:last-child a {
      width: 150px;
      margin: 20px 0;
    }
    .nav .nav_box li a span {
      position: absolute;
      font-size: 20px;
      top: 0;
      left: 30%;
      z-index: -1;
    }
    .overlay {
      height: 100%;
      left: 0;
      position: fixed;
      top: 0;
      width: 100%;
      background: #fff;
      min-height: 100vh;
      overflow: scroll;
    }
    .overlay-scale {
      -webkit-transition: all .5s ease;
      transition: all .5s ease;
      -webkit-transform: scale(1);
      transform: scale(1);
      
      z-index: 999;
      visibility: hidden;
      background: rgb(179,223,235);
      background: -moz-linear-gradient(45deg, rgba(179,223,235,1) 0%, rgba(255,255,255,1) 58%, rgba(233,216,217,1) 100%);
      background: -webkit-linear-gradient(45deg, rgba(179,223,235,1) 0%,rgba(255,255,255,1) 58%,rgba(233,216,217,1) 100%);
      background: linear-gradient(45deg, rgba(179,223,235,1) 0%,rgba(255,255,255,1) 58%,rgba(233,216,217,1) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3dfeb', endColorstr='#e9d8d9',GradientType=1 );
    }
    .open .overlay-scale {
      -webkit-transition: all .5s ease;
      transition: all .5s ease;
      -webkit-transform: scale(1);
      transform: scale(1);
      z-index: 999;
      visibility: visible;
      opacity: 1;
    }
    .overlay__inner {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      text-align: center;
    }
    .overlay__inner li {
      padding: 15px 0;
    }
    .overlay__inner li a {
      color: #fff;
      font-size: 22px;
      font-weight: 500;
      transition: all .3s cubic-bezier(.78,.07,0,1) .1s;
      position: relative;
    }
    .overlay__inner li a span {
      position: relative;
    }
    .overlay__inner li a:before {
      content: '';
      display: block;
      position: absolute;
      left: auto;
      right: -1px;
      top: 50%;
      width: 0;
      height: 2px;
      background: #fff;
      transition: inherit;
    }
    .overlay__inner li a:hover:before {
      left: -1px;
      right: auto;
      width: calc(100% + 2px);
    }
    .bt_sns {
      position: fixed;
      display: flex;
      z-index: 99999;
      bottom: 0;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      visibility: hidden;
      transition: all .2s ease;
      -webkit-transition: all .2s ease;
      
    }
    .open .bt_sns {
      visibility: visible;
      transition: all .2s ease;
      -webkit-transition: all .2s ease;
      opacity: 1;
    }
    .kv .inner .catch {
      letter-spacing: -5.8px;
      font-size: 40px;
      font-weight: 200;
      max-width: 566px;
      width: 80%;
      line-height: 1.2em;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    }
    .kv .inner .catch b {
      padding-right: 12px;
    }

    .content .inner {
      display: block;
      width: 86%;
    }
    .content_title {
      font-size: 34px;
      margin-bottom: 20px;
    }
    .content_title span {
      margin-bottom: 20px;
    }
    .movie {
      margin-bottom: 60px;
    }
    .about.content .inner {
      padding: 65px 0 20px;
    }
    .about.content:before {
      width: 68%;
      height: 280px;
    }
    .about .content_body {
      margin-left: 10%;
      line-height: 2.5em;
    }
    .about .content_body p br {
      display: none;
    }
    .content_body p br {
      display: none;
    }
    .content_body .news_list .items {
      display: block;
      padding: 20px 10px;
      background-image: linear-gradient(to right, black 10%, rgba(000,000,000,0) 0%);
      background-position: bottom;
      background-size: 6px 1px;
      background-repeat: repeat-x;
    }
    .content_body .news_list {
      margin-left: 0;
      width: 100%;
      margin-top: 14px;
      font-size: 13px;
    }
    .content_body .news_list .items .date {
      margin-right: 0;
      font-weight: 300;
      margin-bottom: 6px;
      display: block;
    }
    .service.content {
      padding: 140px 0 30px;
    }
    .service .inner,
    .works .inner {
      width: 100%;
    }
    .service .content_title,
    .works .content_title {
      width: 85%;
      margin: 0 auto;
    }
    .content_body .field p {
      font-size: 12px;
    }
    .content_body .field img {
      margin-bottom: 20px;
    }
    .service.content::after {
      height: 554px;
    }
    .works.content::after {
      width: 76.5%;
    }
    .button .button_body a {
      padding: 20px;
      max-width: 180px;
      font-size: 10px;
      background: #fff;
    }
    .swiper-button-next, .swiper-button-prev {
      width: 50px;
      height: 50px;
      top: 40%;
    }
    .swiper-button-prev {
      left: 5px;
    }
    .swiper-button-next {
      right: 5px;
    }
    .swiper-button-next::after,
    .swiper-button-prev::after {
      width: 15px;
      height: 9px;
    }
    .swiper-container {
      padding: 0 8%;
    }
    .slider,
    .thumbnail {
      padding: 0;
    }
    .works-thumb-list .inner .thumbnail .swiper-wrapper {
      gap: 10px;
    }
    .works-thumb-list .inner .thumbnail .swiper-slide {
      width: auto !important;
      height: 30px;
    }
    .works-thumb-list .inner .thumbnail .swiper-slide img {
      width: 30px;
      height: 30px;
    }
    .carousel .items .category, .detail .category {
      font-size: 10px;
      display: inline-block;
      padding: 4px 8px;
    }
    .content_body .carousel .items .title, .detail .title {
      display: block;
      font-size: 18px;
      font-weight: 500;
      margin-bottom: 10px;
    }
    .swiper-pagination-progressbar {
      width: 84%;
    }
    .page .content.service .inner .content_body .field {
      margin: 146px 0 63px -60px;
      margin: 80px auto 10px;
    }
    .page .content.service .inner .field_list .field_item {
      width: 38%;
    }
    .page .content.service .inner .content_body .field {
      overflow: hidden;
      padding: 6vw 0;
    }
    .page .content.service .inner .content_body .field img {
      transform: scale(1.25);
    }
    .page .content.service .inner .field_list .field_item h3 {
      font-size: 14px;
      padding-bottom: 20px;
    }
    .page .content.service .inner .field_list {
      gap: 40px 8%;
      justify-content: center;
    }
    .page .content.process .inner .content_title_header {
      width: 90%;
      top: -10px;
      left: 45%;
    }
    .page .content.process .inner .content_title {
      font-size: 20px;
    }
    .page .content.faq .inner .content_title::before {
      font-size: 160px;
      top: -118px;
      left: -40px;
    }
    .page .content.faq .inner .content_title {
      font-size: 18px;
      margin-bottom: 30px;
    }
    .qa_box li .q h3 {
      display: inline-block;
      font-size: 14px;
      padding-right: 9%;
    }
    .qa_box li .q span:before {
      display: block;
      font-size: 16px;
      color: #B8D4DC;
    }
    .qa_box li .q {
      padding: 24px 0;
    }
    .bt_toggle {
      right: 6%;
      top: 36px;
      transform: scale(0.8);
    }
    .qa_box li .a p {
      margin-bottom: 30px;
      margin-left: 0;
      font-size: 13px;
    }
    .page .content.top::after {
      background-position: center;
      height: 80vw;
    }
    .page-company .content_title {
      margin-bottom: 60px;
    }
    .company_detail dl {
      display: block;
    }
    .company_detail dl dt {
      width: 100%;
      margin-bottom: 8px;
    }
    .page .content_title_sub {
      font-size: 16px;
    }
    .page-company .content_body {
      width: 100%;
    }
    .page-company .content .inner.inner_map {
      width: 100%;
    }
    .inner.inner_map .content_title_sub {
      width: 85%;
      margin: -20px auto 60px;
    }
    .inner.inner_map .company_detail_noline {
      width: 85%;
    }
    .map_box_01 iframe,
    .map_box_02 iframe {
      height: 240px;
    }
    .page-recruit .qa_box.job_box li .q {
      padding: 30px 15px;
    }
    .page-recruit .qa_box.job_box li .a .recruit_table {
      padding: 30px;
    }
    .recruit_table dl {
      display: block;
      margin-bottom: 15px;
    }
    .recruit_table dl dt {
      width: 134px;
      font-weight: 600;
    }
    .qa_box li .bt_toggle {
      top:  40px;
    }
    .content.flow .flow_list .flow_item .flow_body {
      display: block;
      margin-top: 20px;
    }
    .content.flow .flow_list .flow_item img {
      margin-right: 20px;
      max-width: 30%;
    }
    .page .content.flow .inner .content_title::before {
      font-size: 160px;
      top: -118px;
      left: -124px;
    }
    .content.flow .flow_list .flow_item:before {
      left: 15%;
      height: 85%;
      bottom: -44px;
    }
    .content.flow .flow_list .flow_item {
      align-items: flex-start;
    }
    .content.flow .flow_list .flow_item:nth-child(4):before {
      height: 92%;
    }
    .content.flow .flow_list .flow_item .text .text_inner {
      margin-bottom: 10px;
      border-bottom: 0;
    }
    .content.flow .flow_list .flow_item:nth-child(4) .title {
      margin-top: 0px;
    }
    .flow_body .title {
      margin-bottom: 20px;
    }
    .content.flow .flow_list .flow_item .text {
      line-height: 1.5rem;
    }
    .content.flow .flow_list .flow_item:nth-child(4) .text {
      transform: translateY(0px);
    }
    .page-contact .inner {
      width: 100%;
    }
    .content .wpcf7 {
      width: 86%;
      margin: 0 auto;
    }
    .page-contact .content_title {
      width: 86%;
      margin: 0 auto 50px;
    }
    .page-contact .tel_box {
      display: block;
      padding: 44px 0;
      margin-bottom: 30px;
      text-align: center;
    }
    .page-contact .tel_box span {
      font-size: 13px;
      padding-right: 0;
      display: block;
    }
    .page-contact .tel_box img {
      margin: 10px auto;
      display: block;
    }
    .page-contact .form dl dt {
      font-size: 14px;
    }
    .page-contact .form dl dd {
      font-size: 14px;
    }
    .page-contact .form {
      margin: 0 auto 110px;
    }
    .page .content.process .inner .content_body .process_text {
      display: block;
    }
    .page .content.process .inner .content_body .process_text li {
      width: 100%;
      margin-bottom: 60px;
    }
    .page .content.process .inner .content_body .process_text li::after {
      top: auto;
      bottom: -10%;
      right: 47%;
      transform: rotate(90deg);
    }
    .page .content.process .inner .content_body {
      padding: 80px 0 0;
    }
    .page .content.process {
      padding-bottom: 30px;
    }
    .nav .nav_box li .current::after {
      top: 11px;
      right: auto;
    }
    .thumbnail .slick-track {
      display: flex;
      width: 54px!important;
      height: 54px;
    }
    .thumbnail .thumb {
      width: 54px!important;
      height: 54px;
    }
    .works-thumb-list .inner .thumb img,
    .works-thumb-list .inner .thumb iframe {
      width: 86vw;
      max-width: 86vw;
      height: 50vw;
      max-height: 50vw;
    }
    .works-thumb-list .inner .thumbnail {
      width: 87vw;
      max-width: 87vw;
    }
    .slider-body .detail {
      width: 87vw;
      max-width: 87vw;
    }
    .swiper-container-horizontal > .swiper-scrollbar {
      width: 85%;
    }




    .footer_contact .inner h2 {
      font-size: 38px;
    }
    .footer_contact .inner h2 span {
      font-size: 12px;
    }
    .footer_contact::after {
      height: 73%;
      width: 90%;
    }
    .footer_contact .inner {
      top: 54%;
    }
    .footer_contact {
      height: 360px;
    }
    footer .inner {
      padding: 70px 10% 45px;
      display: block;
      font-size: 12px;
      box-sizing: border-box;
      letter-spacing: 0rem;
    }
    footer .inner a {
      width: 150px;
      display: inline-block;
    }
    footer .inner a img {
      margin-bottom: 40px;
    }
    footer .inner .footer_nav,
    footer .inner .footer_address {
      margin-left: 0;
      margin-bottom: 30px;
    }
    .stalker {
      display: none;
    }
    .loadingAnim_line svg {
      width: 230px;
    }
    .page_content_title {
      font-size: 24px;
      font-weight: 700;
      letter-spacing: 0;
      white-space: unset;
    }
    .page-template .content .inner h2 {
      font-size: 16px;
    }
    .works-thumb-list .inner .swiper-slide .thumb img,
    .content_body .carousel .items .thumb img,
    .content_body .carousel .items .thumb iframe {
      width: 100%;
      object-fit: cover;
      height: 47.5vw;
      background: #e2e2e2;
    }
    .works-thumb-list {
      width: 100%;
    }
    .ytube {
      padding-top: 100%;
    }
    .lity-close,
    .lity-close:hover {
      font-size: 30px;
    }
    /*media screen_end*/

    /*iPhone 8横*/
    @media screen and (max-width: 667px) {
    }
/*media screen_end

/*iPhone 5/SE横*/
@media screen and (max-width: 568px) {
}
/*media screen_end*/

/*iPhone 8 Plus縦*/
@media screen and (max-width: 480px) {
}
/*media screen_end*/

/*iPhone 8縦*/
@media screen and (max-width: 375px) {
}
/*media screen_end*/

/*iPhone 5/SE/4以下縦*/
@media screen and (max-width: 320px) {
}
/*media screen_end*/

