/*
Theme Name: gal
Theme URL: http://www.galenterprise.co.jp/
Description: 2017 later
Author: egao-inc.
Version: 1.1
*/
/* 色の定義 */
:root {
  --corporate-color: #ff6e00;
}
/*共通パーツ*/
.ma-10 {
  margin: 10px;
}
.no-line:link,
.no-line:hover,
.no-line:active,
.no-line:visited {
  text-decoration: none;
  color: #242424;
}
.no-line:hover {
  color: #666;
}
.page-section,
.small-section {
  overflow: visible;
}
.parallax-2:before {
  position: absolute;
  top: 0;
  content: '';
  display: block;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.title-underline {
  border-bottom: 1px solid #eee;
  padding-bottom: 40px;
}
.btn {
  border-radius: 0;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: bold;
}
.btn-normal {
  color: #333;
  background-color: rgba(258, 255, 255, 0.3);
  border: 3px solid #333;
}
.btn-normal:hover {
  background-color: #fff;
}
.btn-color {
  color: var(--corporate-color);
  min-width: 280px;
  background-color: #fff;
  border: 2px solid var(--corporate-color);
  padding: 10px 12px;
}
.btn-color:hover {
  color: #fff;
  background-color: var(--corporate-color);
  border: 2px solid transparent;
}
.list-s-c li {
  padding-right: 0;
}
.list-s-c li:before {
  content: '『';
}
.list-s-c li:after {
  content: '』,';
}
.list-s-c li:last-child:after {
  content: '』';
}
.mobile-nav {
  width: 45px !important;
}
.tag {
  color: #999;
  border-bottom: 2px solid #eee;
  vertical-align: middle;
}
.inline-block {
  display: inline-block;
}
.full-wrapper {
  margin: 0;
  padding: 0 2%;
}
.main-nav.mobile-on.dark .inner-nav {
  border-top: 1px solid rgba(100, 100, 100, 1);
}
.main-nav {
  background-color: var(--corporate-color);
}
.main-nav.transparent .inner-nav ul > li > a {
  color: rgba(255, 255, 255, 0.7);
}
.main-nav.transparent .inner-nav ul li a:hover,
.main-nav.transparent .inner-nav ul li a.active {
  color: #fff;
}
.main-nav.transparent .inner-nav ul li.current a {
  color: #fff; /* カレント表示 */
}
.inner-nav ul li a {
  color: #fff;
}
.inner-nav ul li a:hover,
.inner-nav ul li a.active {
  color: #0a0a0a;
  text-decoration: none;
}
.inner-nav ul li.current a {
  color: #fff; /* カレント表示 */
}
@media (min-width: 1025px) {
  .inner-nav ul li.current a {
    color: #0a0a0a; /* カレント表示 */
  }
}
.main-nav .mobile-nav {
  background-color: transparent;
  border-color: transparent;
  color: rgba(255, 255, 255, 0.9);
}
.weight-light {
  font-size: 1.1em;
  font-weight: 100;
  color: #888;
  letter-spacing: 0.3em;
}
.scroll-down-circle {
  position: absolute;
  bottom: 15px;
  left: 50%;
  text-align: center;
  text-decoration: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.scroll-down-circle:hover,
.scroll-down-circle:focus {
  text-decoration: none;
}
.scroll-down-circle > span {
  display: block;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid var(--corporate-color);
  color: var(--corporate-color);
  font-size: 13px;
  text-transform: uppercase;
  background: transparent;
  line-height: 1;
}
.scroll-down-circle > span::before {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--corporate-color);
  position: absolute;
  left: 50%;
  bottom: 27.5%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation: circlemove 2.6s ease-in-out infinite, cirlemovehide 2.6s ease-out infinite;
  animation: circlemove 2.6s ease-in-out infinite, cirlemovehide 2.6s ease-out infinite;
}
.lh-2 {
  line-height: 2;
}
#select-transition {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
#select-transition::before {
  content: '';
  display: block;
  width: 100vw;
  height: 1px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-color: #efefef;
  position: absolute;
  left: 0;
  bottom: 0;
}
#select-transition .work-select-year {
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom: 0;
  padding: 0.3em;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
  width: 46%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#select-transition .work-select-year.active {
  background-color: #f9f9f9;
  border: 1px solid #efefef;
  border-bottom: 0;
}
#select-transition .work-select-year .select {
  margin: 0 15px;
}
@media (min-width: 768px) {
  #select-transition {
    margin-bottom: 30px;
  }
  #select-transition .work-select-year {
    padding: 1em;
  }
}
@media (min-width: 991px) {
  #select-transition .work-select-year {
    width: auto;
    min-width: 440px;
  }
}
.works-filter.border-bottom {
  position: relative;
  margin-bottom: 20px;
}
/* .works-filter.border-bottom::after {
  content: '';
  display: block;
  width: 85%;
  height: 1px;
  background-color: #1d1d1d;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .works-filter.border-bottom {
    margin-bottom: 40px;
  }
  .works-filter.border-bottom::after {
    width: 93%;
    bottom: -20px;
  }
} */
.map a {
  text-transform: uppercase;
  border: 1px solid #888888;
  font-size: 13px;
  margin-left: 1em;
  padding: 0 0.8em;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
/* Bootstrapのガター幅を調整するための汎用CSS */
.row-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.row-0 > div {
  padding-right: 0px;
  padding-left: 0px;
}
.row-5 {
  margin-left: -5px;
  margin-right: -5px;
}
.row-5 > div {
  padding-right: 5px;
  padding-left: 5px;
}
.row-10 {
  margin-left: -10px;
  margin-right: -10px;
}
.row-10 > div {
  padding-right: 10px;
  padding-left: 10px;
}
.row-15 {
  margin-left: -15px;
  margin-right: -15px;
}
.row-15 > div {
  padding-right: 15px;
  padding-left: 15px;
}
.row-20 {
  margin-left: -20px;
  margin-right: -20px;
}
.row-20 > div {
  padding-right: 20px;
  padding-left: 20px;
}
.row-25 {
  margin-left: -25px;
  margin-right: -25px;
}
.row-25 > div {
  padding-right: 25px;
  padding-left: 25px;
}
.row-30 {
  margin-left: -30px;
  margin-right: -30px;
}
.row-30 > div {
  padding-right: 30px;
  padding-left: 30px;
}
@media (max-width: 768px) {
  .row-sm-10 {
    padding-left: -10px;
    padding-right: -10px;
  }
  .row-sm-10 > div {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/*下からの距離が変化して丸の全体が上から下に動く*/
@-webkit-keyframes circlemove {
  0% {
    bottom: 27.5%;
  }
  100% {
    bottom: -65.5%;
  }
}
@keyframes circlemove {
  0% {
    bottom: 27.5%;
  }
  100% {
    bottom: -65.5%;
  }
}
/*上から下にかけて丸が透過→不透明→透過する*/
@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.scroll-down-circle .arrow {
  position: absolute;
  left: 50%;
  bottom: 28%;
  width: 2px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.scroll-down-circle .arrow::before {
  /* 矢印の描写 */
  content: '';
  /*描画位置*/
  position: absolute;
  top: calc(75px - 22px);
  right: -6px;
  /*矢印の形状*/
  width: 2px;
  height: 22px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  background-color: var(--corporate-color);
}
.scroll-down-circle .arrow::after {
  content: '';
  /*描画位置*/
  position: absolute;
  top: 0;
  left: 0;
  /*矢印の形状*/
  width: 2px;
  height: 75px;
  background-color: var(--corporate-color);
}
@media (max-width: 768px) {
  .weight-light {
    letter-spacing: normal;
  }
}
.col-grid-8 {
  float: left;
  width: 50%;
  padding: 0;
}
@media (min-width: 768px) {
  .col-grid-8 {
    width: 25%;
  }
}
@media (min-width: 991px) {
  .col-grid-8 {
    width: 12.5%;
  }
  .full-width {
    width: 100%;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .rotate {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
}
.h-block {
  background-color: #242424;
  color: #fff;
  display: inline-block;
  padding: 2px 4px;
  font-size: 0.9em;
  letter-spacing: 0.1em;
}
.h-block.rev {
  background-color: rgba(255, 255, 255, 0.3);
  color: #242424;
}
.mobile .bg-video-wrapper {
  background-image: url(video/video.jpg);
  background-size: cover;
  background-position: center center;
}
.glow:hover {
  opacity: 0.9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.link-to-top {
  width: calc(33px * 0.8);
  height: calc(50px * 0.8);
}
.btn-black {
  font-size: 11px !important;
  padding: 4px 30px 4px 15px !important;
  color: #fff !important;
  background-color: #000111 !important;
  font-weight: initial;
  border: none;
  letter-spacing: 0;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  margin: 0 !important;
  width: auto !important;
}
.btn-black:hover {
  opacity: 0.8;
}
.btn-black::before {
  content: '\f105';
  font-family: FontAwesome;
  font-size: 1.5em;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 992px) {
  .btn-black {
    font-size: 12px !important;
    padding: 5px 40px 5px 20px !important;
  }
  .btn-black::before {
    right: 20px;
  }
}
@media (min-width: 768px) {
  a.link-to-top {
    width: 33px;
    height: 50px;
  }
}
.fz-16 {
  font-size: 16px;
}
@media (max-width: 768px) {
  .fz-sm-14 {
    font-size: 14px;
  }
}
.color-main {
  color: var(--corporate-color);
}
.filter-gray {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}
.blet-img {
  height: 130px;
  max-height: 250px;
}
.blet-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .blet-img {
    height: auto;
  }
}
.mt-5 {
  margin-top: 5px;
}
/*個別パーツ*/
.logo {
  max-width: initial !important;
  width: 135px;
}
#news {
  clear: both;
  padding: 60px 0 0;
}
.news-date {
  color: #bbb;
  font-weight: bold;
  margin-right: 10px;
}
.newsbox {
  margin-bottom: 40px;
}
.newsbox dl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.dl-inline dt,
.dl-inline dd {
  display: inline-block;
  vertical-align: text-top;
}
.dl-inline dt {
  display: block;
  margin: 0 15px 5px 15px;
  text-align: center;
}
.dl-inline dd ul li {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .dl-inline dt {
    display: inline-block;
  }
}
.section-title {
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 1.4;
}
.section-title__year {
  display: block;
  margin-top: 1em;
  font-weight: 500;
  font-size: 0.77em;
}
@media (min-width: 768px) {
  .section-title {
    font-size: 36px;
  }
}
.name-kana {
  font-size: 9px;
  font-weight: 100;
  display: block;
  letter-spacing: 0.5em;
  padding: 0 0 5px 3px;
}
/*.work-ext-link[href$='/comingsoon-notfound/'] {
text-decoration: none;
cursor: default;
}
.work-ext-link[href$='/comingsoon-notfound/'] i {
display: none;
}*/
.modal-back {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9998;
}
.modal-replace-html {
  display: none;
  position: absolute;
  overflow: hidden;
  padding: 0 15px;
  width: 100%;
  z-index: 9999;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.modal-replace-html.modal-center {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .modal-replace-html {
    width: 700px;
  }
}
.work-modal {
  display: none;
}
.work-modal-wrapper {
  vertical-align: middle;
  padding: 15px;
}
@media (min-width: 991px) {
  .work-modal {
    position: fixed;
  }
}
.work-modal-content {
  background-color: #fff;
  color: #333;
  margin: 0 auto;
  padding: 15px;
  width: 100%;
  font-size: 0.9em;
  overflow: hidden;
}
.movie-modal .url {
  display: none;
}
.movie-modal {
  margin-bottom: 0;
}
.movie-modal iframe {
  width: 100%;
}
.modal-replace-html h2 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 22px;
}
.work-client {
  margin-bottom: 10px;
}
.work-client span {
  display: inline-block;
  font-size: 14px;
}
.work-client span:not(:last-child)::after {
  content: '/';
  margin: 0 5px;
}
.work-modal dt.tag {
  display: inline-block;
}
.officialwebsite a.btn {
  border: 2px solid #333;
  border-radius: 0;
  text-decoration: none;
  width: 100%;
}
.officialwebsite a.btn:hover {
  border-color: #999;
  color: #999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.modal-replace-html .copy {
  margin: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .officialwebsite {
    margin: 0;
    display: inline-block;
    position: absolute;
    right: 30px;
    bottom: 15px;
  }
}
@media (min-width: 768px) {
  .modal-replace-html .copy {
    padding-right: 120px;
    text-align: left;
  }
}
.work-type {
  background-color: #242424;
  color: #fff;
  padding: 1px 4px;
  margin: 10px 5px 10px 0;
  display: inline-block;
  font-size: 10px;
}
.work-type[data-movieurl] {
  cursor: pointer;
}
.work-type[data-movieurl]:hover {
  opacity: 0.8;
}
.works-grid.hover-white .work-item.blank:hover .work-img:after {
  background: transparent;
}
.work-item.blank:hover .work-img > img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: none;
  transition: none;
}
.work-descr {
  letter-spacing: 0.1em;
}
/* works page */
.work-grid-6 .work-item {
  width: 50%;
}
@media (min-width: 768px) {
  .work-grid-6 .work-item {
    width: 33.3%;
  }
}
@media (min-width: 991px) {
  .work-grid-6 .work-item {
    width: 16.66%;
  }
}
.work-select-year {
  position: relative;
  display: inline-block;
  width: 49%;
  line-height: 1;
}
/* .work-select-year:not(:first-of-type)::before {
  content: '';
  width: 1px;
  height: 22px;
  background-color: #1d1d1d;
  position: absolute;
  bottom: 5px;
  left: -5px;
} */
@media (max-width: 480px) {
  /* .work-select-year:not(:first-of-type)::before {
    display: none;
  } */
  .work-select-year {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .section-title > img {
    width: auto;
    max-height: 35px;
  }
}
@media (min-width: 768px) {
  .work-select-year {
    width: auto;
  }
}
.work-select-list {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  list-style: none;
  left: 50%;
  z-index: 2;
  padding: 0;
  width: 100%;
  background-color: #f9f9f9;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  min-width: 185px;
  max-width: 200px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.work-select-list.close {
  visibility: hidden !important;
  opacity: 0 !important;
}
.work-select-list li a {
  display: block;
  padding: 5px 10px;
  margin: 0 auto;
  font-size: 12px;
}
.work-select-list li:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.work-select-year .select {
  display: inline-block;
  position: relative;
  line-height: 1.6;
  margin: 0 30px;
}
.work-select-year .select .select-bg {
  display: none;
}
.work-select-year .select.is-open .select-bg {
  content: '';
  display: block;
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.work-select-year span {
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 8px;
  margin: 0 27px;
  line-height: 1.6;
  position: relative;
  z-index: 1;
}
@media (max-width: 480px) {
  .work-select-year span {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.work-select-year .select span {
  cursor: pointer;
  padding-left: 20px;
  padding-right: 45px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer */
  -webkit-user-select: none; /* Chrome, Safari, and Opera */
  -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}
.work-select-year .select span.active {
  color: #111;
}
.work-select-year .select span::before {
  content: '\f078';
  font-family: FontAwesome;
  font-size: 1em;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.work-select-year .select span i {
  margin-left: 1em;
}
.work-select-year .select.is-open .work-select-list {
  visibility: visible;
  opacity: 1;
}
.work-select-year .select.is-open span::before {
  content: '\f00d';
}
/* .work-select-year span:hover span::after {
  content: "close";
  color: #fff;
  background-color: #333;
  border-radius: 4px;
  margin-left: 5px;
  padding-left: 0.4em;
} */
/* @media only screen and (max-width: 767px) { */
.work-select-year span {
  margin: 0;
  font-size: 11px;
}
/* .sp-open:after {
	content:"close";
	color:#fff;
	background-color:#333;
	border-radius: 4px;
	margin-left:5px;
	padding-left:0.4em;
} */
.sp-open ~ .work-select-list {
  display: block;
}
.other-staff {
  margin-top: 40px;
  text-align: right;
  padding: 0 15px;
}
@media (min-width: 1200px) {
  .other-staff {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
  }
}
/* } */

/*staff page*/
.team-size-main {
  margin-left: 7%;
}
.team-size span {
  font-size: 50px;
  position: relative;
  top: 20px;
}
.team-plus {
  font-size: 50px;
  position: relative;
  top: 30px;
}
.team-member {
  overflow: hidden !important;
  position: relative;
  /* ５秒かけてアニメーションする */
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
}
.team-member:nth-child(8) ~ .team-member {
  display: none;
}
.team-member .team-details {
  position: absolute;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  left: 15px;
  right: 15px;
  bottom: 0;
  overflow: hidden;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}
.team-member .team-details.discription {
  height: 40%;
  padding-top: 5px;
  font-size: 0.8em;
}
.team-member .team-details {
  left: 0;
  right: 0;
  width: 100%;
}
.team-member img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-backface-visibility: hidden; /* 追加 */
  backface-visibility: hidden; /* 追加 */
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.team-member:hover img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%);
}
.team-member:hover .bg-blck-overlay {
  background: var(--corporate-color);
}
.team-member:hover .team-post {
  color: #fff;
}
.half-row-width .row {
  margin-left: 7%;
}
.team-section-padding {
  padding-bottom: 85px;
}
.team-name {
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 5px;
}
.team-post {
  display: block;
  min-height: 3.5em;
  line-height: 1.1em;
  font-size: 10px;
  color: #aaa;
  padding-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bg-blck-overlay {
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
}
.bg-red-overlay {
  background: rgba(216, 30, 30, 0.85);
  color: #fff;
}
.bg-white {
  background-color: #fff;
}
.position-relative {
  position: relative !important;
  z-index: 5;
}
.staff-list {
  padding: 60px 0 0;
}
.staff-list ul {
  margin: 0;
}
/*staff prof*/
#staffProf {
  overflow: hidden;
  color: #fff;
  position: unset;
}
#staffProf a {
  color: #fff;
}
#staffProf img {
  background-color: #fff;
}
#portfolio {
  background: #fff;
}
.staffbgimage {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  overflow: hidden;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.staffbgimage:before {
  content: '';
  display: block;
  width: 120%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
  z-index: 0;
  position: absolute;
}
@media (min-width: 768px) {
  .staffbgimage {
    background-position: center center;
    -webkit-filter: blur(10px) grayscale(100%);
    -moz-filter: blur(10px) grayscale(100%);
    -o-filter: blur(10px) grayscale(100%);
    -ms-filter: blur(10px) grayscale(100%);
    filter: blur(10px) grayscale(100%);
  }
}
.bgimage-wrapper {
  position: fixed;
  top: -20px;
  left: -20px;
  height: 120%;
  width: 120%;
}
/*about page*/
table {
  width: 100%;
  -webkit-box-shadow: 0px 1px 0px #eee;
  box-shadow: 0px 1px 0px #eee;
}
th,
td {
  padding: 30px;
  color: #666;
}
tr:not(:last-child) th,
tr:not(:last-child) td {
  border-bottom: 1px solid #eee;
}
th {
  width: 30%;
  border-right: 30px solid #fff;
  font-weight: 100;
}
td {
  width: 70%;
  border-left: 30px solid #fff;
}
/*スマホでは縦表示*/
@media (max-width: 767px) {
  th,
  td {
    display: block;
    width: 100%;
    border-left: none;
    border-right: none;
  }
  td {
    padding-bottom: 60px;
  }
  tr:last-child th {
    border-bottom: 1px solid #eee;
  }
}
.text-box {
  background-color: #fafafa;
  padding: 15px;
}
.mlr-30 {
  margin-right: -30px;
  margin-left: -30px;
}
.mlmr-10 {
  margin-left: 10px;
  margin-right: 10px;
}
.plpr-5 {
  padding: 0 5px;
}
/* recruit page */
.recruit-details {
  padding-top: 80px;
  margin-bottom: 30px;
}
.recruit-details dt {
  margin-left: 5px;
  font-size: 24px;
  margin-bottom: 10px;
}
/* about page */
.history-year {
  font-size: 20px;
  font-weight: 300;
}
.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.px-70 {
  padding-left: 70px;
  padding-right: 70px;
}
.bg-gray-light {
  background-color: #f9f9f9;
}
.text-gray {
  color: #888888;
}
.lh-18 {
  line-height: 1.8;
}
.illust {
  position: absolute;
  bottom: -72px;
  right: 60px;
  z-index: 10;
  width: 21.7%;
}
@media (max-width: 767px) {
  .histry-year {
    font-size: 18px;
  }
  .py-sm-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .px-sm-35 {
    padding-left: 35px;
    padding-right: 35px;
  }
  .illust {
    bottom: -45px;
    right: 0;
    width: 150px;
  }
  .fz-sm-16 {
    font-size: 16px;
  }
}
.bg-color-main {
  background-color: var(--corporate-color);
}
.text-white {
  color: #fff;
}
.font-bold {
  font-weight: 600;
}
.py-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}
.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .px-sm-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mx-0 {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .lh-sm-16 {
    line-height: 1.6;
  }
  .fz-sm-20 {
    font-size: 20px;
  }
}
.box-intro {
  padding-right: 40px;
}
.box-intro__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 20px;
}
.box-intro__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-preferred-size: 42%;
  flex-basis: 42%;
  position: relative;
}
.box-intro__picture {
  -ms-flex-preferred-size: 62.2%;
  flex-basis: 62.2%;
  padding: 15px 0;
}
.box-intro__cat {
  -ms-flex-preferred-size: 27.8%;
  flex-basis: 27.8%;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 60%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.circle {
  font-size: clamp(13px, 1.5vw, 23px);
  color: #fff;
  background-color: var(--corporate-color);
  padding: 10px;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  margin: 0;
  width: 124px;
  height: 124px;
  line-height: 1.3;
  white-space: nowrap;
  z-index: 10;
}
.circle-rod {
  display: block;
  width: 2px;
  height: 300px;
  background-color: var(--corporate-color);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 5;
}
.box-intro__body {
  -ms-flex-preferred-size: 57%;
  flex-basis: 57%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.box-intro__title {
  color: var(--corporate-color);
  font-weight: 600;
  line-height: 1.7;
  font-size: 18px;
  margin-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.box-intro__title::before,
.box-intro__title::after {
  content: '/';
  font-size: 1.33em;
  color: var(--corporate-color);
}
.box-intro__title::before {
  margin-right: 10px;
}
.box-intro__title::after {
  margin-left: 10px;
}
.box-intro__text {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 0;
  color: #111111;
}
.box-intro.bg-color .box-intro__header {
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
}
.box-intro.bg-color .box-intro__picture {
  padding: 0;
}
.box-intro.bg-color .box-intro__cat {
  position: static;
  -webkit-transform: none;
  transform: none;
}
.box-intro.bg-color .box-intro__body {
  -ms-flex-preferred-size: 51%;
  flex-basis: 51%;
  padding: 0;
}
.box-intro.bg-color {
  background-color: var(--corporate-color);
  padding: 35px 50px;
}
.box-intro.bg-color .box-intro__content {
  padding-bottom: 0;
}
.box-intro.bg-color .circle {
  background-color: #fff;
  color: var(--corporate-color);
}
.box-intro.bg-color .box-intro__title {
  color: #fff;
}
.box-intro__images-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  z-index: -1;
}
.box-intro__images-wrapper.--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-right: -120px;
}
.box-intro__images-wrapper > * {
  padding: 12px;
}
.box-intro__video {
  width: 49%;
  margin-top: 30px;
}
.box-intro__image {
  width: 30%;
}
.box-intro-inner {
  padding: 0 40px;
}
@media (max-width: 1199px) {
  .circle {
    width: 100px;
    height: 100px;
    padding: 10px;
  }
  .box-intro {
    padding-bottom: 40px;
  }
  .box-intro-inner {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .circle {
    width: 80px;
    height: 80px;
  }
  .box-intro {
    padding-right: 0;
  }
  .box-intro__title {
    line-height: 1.4;
  }
  .box-intro__images-wrapper.--reverse {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .box-intro {
    padding: 20px 35px;
  }
  .box-intro__content {
    display: block;
  }
  .box-intro__header,
  .box-intro__body {
    margin: 0 auto;
    max-width: 380px;
    padding: 0;
  }
  .box-intro__header {
    margin-bottom: 20px;
    padding: 0 10px;
  }
  .box-intro__picture {
    padding: 0;
  }
  .circle {
    width: 75px;
    height: 75px;
  }
  .circle-rod {
    display: none;
  }
  .box-intro__title {
    font-size: 16px;
  }
  .box-intro__text {
    font-size: 14px;
  }
  .box-intro__images {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .box-intro__images-wrapper {
    margin: 0 -8px;
  }
  .box-intro__images-wrapper.--reverse {
    margin-right: -8px;
  }
  .box-intro__images-wrapper > * {
    padding: 8px;
  }
  .box-intro__video {
    width: 60%;
    margin-top: 20px;
  }
  .box-intro__image {
    width: calc(100% - 60%);
  }
}
@media (max-width: 359px) {
  .box-intro__header {
    padding: 0;
  }
  .circle {
    width: 65px;
    height: 65px;
  }
}
.home-text h1 .catchcopy {
  width: auto;
  height: 37px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .home-text h1 .catchcopy {
    height: 22px;
    margin-bottom: 0;
  }
}
#PV.modal-replace-html {
  position: fixed;
  width: 800px;
  max-width: 100%;
  top: 50% !important;
}
#PV .movie-modal iframe {
  vertical-align: bottom;
}
#PV .work-modal-content {
  padding: 10px;
}
#PV .modal-close {
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
  margin-left: auto;
  background-color: transparent;
  display: block;
  color: #fff;
  border: 0;
}
@media (max-width: 767px) {
  #PV .work-modal-content {
    padding: 5px;
  }
}
.home-text__btns {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-text__btns a.btn {
  min-width: 280px;
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .home-text__btns a.btn {
    min-width: 270px;
  }
}
.home-text__btns .btn-main-color {
  color: var(--corporate-color);
  border-color: var(--corporate-color);
}
.home-text__btns .btn-main-color:hover,
.home-text__btns .btn-main-color:focus {
  background-color: var(--corporate-color);
  color: #fff;
}
.home-text__btns :nth-child(2) {
  margin-top: 15px;
}
/* recaptchaロゴ をaccess以外では非表示 */
body:not(.page-access) .grecaptcha-badge {
  display: none;
}
.form input[type="text"], .form input[type="email"], .form input[type="number"], .form input[type="url"], .form input[type="search"], .form input[type="tel"], .form input[type="password"], .form input[type="date"], .form input[type="color"], .form select {
	text-transform: none;
}

.form textarea {
	text-transform: none !important;
}

.work-img.top > img {
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
}
.work-img.top:after {
	padding-top:56.25%;
	position: relative;
}

table#profile {
	margin-bottom: 60px;
}

.newsbox p {
	margin:0;
}
.newsbox .news-detail {
	display: flex;
}
.newsbox .news-date {
	white-space: nowrap;
}

.aaaaaaaaaaaaaaaaa{
	padding:0;
}